b0b50f8b8df29c01a3eeffaa09b1c57ce018b7f7
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     # Denverton:
130     intel-dnv-vpp:
131       # TODO: Replace with new data
132       intel-dnv-vpp-release-1810:
133       - 1
134
135     # VPP Performance
136     vpp-performance-changes-3n-hsw:
137       csit-vpp-perf-verify-1807-3n-hsw:
138       - 11  # NDRPDR full 1
139       - 22  # NDRPDR full 2
140       - 45  # NDRPDR full 3
141       - 46  # NDRPDR full 4
142       - 15  # NDRPDR sel
143       - 16  # NDRPDR sel
144       - 19  # NDRPDR sel
145       - 18  # NDRPDR sel
146       - 20  # NDRPDR sel
147       - 38  # NDRPDR sel
148       - 40  # NDRPDR sel
149       - 44  # NDRPDR sel
150       - 47  # NDRPDR sel
151       csit-vpp-perf-verify-1810-3n-hsw:
152       - 8   # NDRPDR sel
153       - 12  # NDRPDR sel
154       - 14  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 23  # NDRPDR sel
157       - 25  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 41  # NDRPDR sel
161       - 42  # NDRPDR sel
162       # TODO Add new data
163       csit-vpp-perf-verify-1901-3n-hsw:
164       - 10  # NDRPDR sel
165       - 18  # NDRPDR sel F
166       - 19  # NDRPDR sel
167       - 31  # NDRPDR sel
168       - 36  # NDRPDR sel
169       - 40  # NDRPDR sel
170       - 42  # NDRPDR sel
171
172     vpp-nic-comparison-3n-hsw:
173       # TODO: Add new data
174       csit-vpp-perf-verify-1901-3n-hsw:
175       - 10  # NDRPDR sel
176       - 18  # NDRPDR sel F
177       - 19  # NDRPDR sel
178       - 31  # NDRPDR sel
179       - 36  # NDRPDR sel
180       - 40  # NDRPDR sel
181       - 42  # NDRPDR sel
182
183     vpp-performance-changes-3n-skx:
184       csit-vpp-perf-verify-1807-3n-skx:
185       - 33  # NDRPDR sel
186       - 35  # NDRPDR sel
187       - 37  # NDRPDR sel
188       - 38  # NDRPDR sel
189       - 39  # NDRPDR sel
190       - 43  # NDRPDR sel
191       - 44  # NDRPDR sel
192       - 49  # NDRPDR sel
193       - 50  # NDRPDR sel
194       - 56  # NDRPDR sel
195       csit-vpp-perf-verify-1810-3n-skx:
196       - 10  # NDRPDR sel
197       - 14  # NDRPDR sel
198       - 15  # NDRPDR sel
199       - 16  # NDRPDR sel
200       - 17  # NDRPDR sel
201       - 19  # NDRPDR sel
202       - 20  # NDRPDR sel
203       - 21  # NDRPDR sel
204       - 22  # NDRPDR sel
205       - 25  # NDRPDR sel
206       csit-vpp-perf-verify-1901-3n-skx:
207       - 18  # NDRPDR sel
208       - 19  # NDRPDR sel
209       - 20  # NDRPDR sel
210       - 28  # NDRPDR sel
211       - 31  # NDRPDR sel
212       - 33  # NDRPDR sel
213       - 36  # NDRPDR sel
214       - 38  # NDRPDR sel
215       - 47  # NDRPDR sel
216       - 48  # NDRPDR sel
217
218     vpp-nic-comparison-3n-skx:
219       csit-vpp-perf-verify-1901-3n-skx:
220       - 18  # NDRPDR sel
221       - 19  # NDRPDR sel
222       - 20  # NDRPDR sel
223       - 28  # NDRPDR sel
224       - 31  # NDRPDR sel
225       - 33  # NDRPDR sel
226       - 36  # NDRPDR sel
227       - 38  # NDRPDR sel
228       - 47  # NDRPDR sel
229       - 48  # NDRPDR sel
230
231     vpp-performance-changes-2n-skx:
232       csit-vpp-perf-verify-1807-2n-skx:
233       - 26  # NDRPDR sel
234       - 28  # NDRPDR sel
235       - 29  # NDRPDR sel
236       - 30  # NDRPDR sel
237       - 34  # NDRPDR sel
238       - 35  # NDRPDR sel
239       - 36  # NDRPDR sel
240       - 39  # NDRPDR sel
241       - 40  # NDRPDR sel
242       - 42  # NDRPDR sel
243       csit-vpp-perf-verify-1810-2n-skx:
244       - 9   # NDRPDR sel
245       - 13  # NDRPDR sel
246       - 14  # NDRPDR sel
247       - 19  # NDRPDR sel
248       - 20  # NDRPDR sel
249       - 21  # NDRPDR sel
250       - 22  # NDRPDR sel
251       - 23  # NDRPDR sel
252       - 24  # NDRPDR sel
253       - 27  # NDRPDR sel
254       csit-vpp-perf-verify-1901-2n-skx:
255       - 5   # NDRPDR sel
256       - 12  # NDRPDR sel
257       - 13  # NDRPDR sel
258       - 21  # NDRPDR sel
259       - 23  # NDRPDR sel
260       - 31  # NDRPDR sel
261       - 34  # NDRPDR sel
262       - 40  # NDRPDR sel
263       - 42  # NDRPDR sel
264       - 43  # NDRPDR sel
265
266     vpp-nic-comparison-2n-skx:
267       csit-vpp-perf-verify-1901-2n-skx:
268       - 5   # NDRPDR sel
269       - 12  # NDRPDR sel
270       - 13  # NDRPDR sel
271       - 21  # NDRPDR sel
272       - 23  # NDRPDR sel
273       - 31  # NDRPDR sel
274       - 34  # NDRPDR sel
275       - 40  # NDRPDR sel
276       - 42  # NDRPDR sel
277       - 43  # NDRPDR sel
278
279     vpp-compare-testbeds:
280       # TODO: Add new data
281       csit-vpp-perf-verify-1901-3n-hsw:
282       - 10  # NDRPDR sel
283       - 18  # NDRPDR sel F
284       - 19  # NDRPDR sel
285       - 31  # NDRPDR sel
286       - 36  # NDRPDR sel
287       - 40  # NDRPDR sel
288       - 42  # NDRPDR sel
289       csit-vpp-perf-verify-1901-3n-skx:
290       - 18  # NDRPDR sel
291       - 19  # NDRPDR sel
292       - 20  # NDRPDR sel
293       - 28  # NDRPDR sel
294       - 31  # NDRPDR sel
295       - 33  # NDRPDR sel
296       - 36  # NDRPDR sel
297       - 38  # NDRPDR sel
298       - 47  # NDRPDR sel
299       - 48  # NDRPDR sel
300
301     vpp-compare-testbeds-mrr:
302       csit-vpp-perf-verify-1901-3n-hsw:
303       - 35  # MRR sel
304       csit-vpp-perf-verify-1901-3n-skx:
305       - 32  # MRR sel
306
307     vpp-compare-topologies:
308       csit-vpp-perf-verify-1901-3n-skx:
309       - 18  # NDRPDR sel
310       - 19  # NDRPDR sel
311       - 20  # NDRPDR sel
312       - 28  # NDRPDR sel
313       - 31  # NDRPDR sel
314       - 33  # NDRPDR sel
315       - 36  # NDRPDR sel
316       - 38  # NDRPDR sel
317       - 47  # NDRPDR sel
318       - 48  # NDRPDR sel
319       csit-vpp-perf-verify-1901-2n-skx:
320       - 5   # NDRPDR sel
321       - 12  # NDRPDR sel
322       - 13  # NDRPDR sel
323       - 21  # NDRPDR sel
324       - 23  # NDRPDR sel
325       - 31  # NDRPDR sel
326       - 34  # NDRPDR sel
327       - 40  # NDRPDR sel
328       - 42  # NDRPDR sel
329       - 43  # NDRPDR sel
330
331     vpp-compare-topologies-mrr:
332       csit-vpp-perf-verify-1901-3n-skx:
333       - 32  # MRR sel
334       csit-vpp-perf-verify-1901-2n-skx:
335       - 22  # MRR sel
336
337     vpp-performance-changes-3n-hsw-mrr:
338       csit-vpp-perf-verify-1807-3n-hsw:
339       - 8   # MRR full
340       - 9   # MRR sel
341       - 21  # MRR sel
342       - 31  # MRR sel
343       - 33  # MRR sel
344       - 36  # MRR sel
345       - 41  # MRR sel
346       - 42  # MRR sel
347       - 48  # MRR sel
348       csit-vpp-perf-verify-1810-3n-hsw:
349       - 9   # MRR sel
350       csit-vpp-perf-verify-1901-3n-hsw:
351       - 35  # MRR sel
352
353     vpp-nic-comparison-3n-hsw-mrr:
354       csit-vpp-perf-verify-1901-3n-hsw:
355       - 35  # MRR sel
356
357     vpp-performance-changes-3n-skx-mrr:
358       csit-vpp-perf-verify-1807-3n-skx:
359       - 28  # MRR sel
360       - 32  # MRR sel
361       - 36  # MRR sel
362       - 42  # MRR sel
363       - 47  # MRR sel
364       - 48  # MRR sel
365       - 51  # MRR sel
366       - 52  # MRR sel
367       - 53  # MRR sel
368       - 54  # MRR sel
369       csit-vpp-perf-verify-1810-3n-skx:
370       - 9   # MRR sel
371       - 11  # MRR sel
372       - 12  # MRR sel
373       - 13  # MRR sel
374       csit-vpp-perf-verify-1901-3n-skx:
375       - 32  # MRR sel
376
377     vpp-nic-comparison-3n-skx-mrr:
378       csit-vpp-perf-verify-1901-3n-skx:
379       - 32  # MRR sel
380
381     vpp-performance-changes-2n-skx-mrr:
382       csit-vpp-perf-verify-1807-2n-skx:
383       - 31  # MRR sel
384       - 33  # MRR sel
385       - 37  # MRR sel
386       - 38  # MRR sel
387       - 41  # MRR sel
388       - 43  # MRR sel
389       - 44  # MRR sel
390       - 45  # MRR sel
391       - 46  # MRR sel
392       - 47  # MRR sel
393       csit-vpp-perf-verify-1810-2n-skx:
394       - 8   # MRR sel
395       - 10  # MRR sel
396       - 11  # MRR sel
397       - 12  # MRR sel
398       csit-vpp-perf-verify-1901-2n-skx:
399       - 22  # MRR sel
400
401     vpp-nic-comparison-2n-skx-mrr:
402       csit-vpp-perf-verify-1901-2n-skx:
403       - 22  # MRR sel
404
405     vpp-perf-results-3n-hsw:
406       # TODO: Add FULL data
407       csit-vpp-perf-verify-1901-3n-hsw:
408       - 38  # NDRPDR full
409       - 43  # NDRPDR full
410
411     vpp-perf-results-3n-skx:
412       csit-vpp-perf-verify-1901-3n-skx:
413       - 37  # NDRPDR full
414       - 39  # NDRPDR full
415       - 40  # NDRPDR full
416       - 49  # NDRPDR full
417
418     vpp-perf-results-2n-skx:
419       # TODO: Add FULL data
420       csit-vpp-perf-verify-1901-2n-skx:
421       - 25  # NDRPDR full
422       - 30  # NDRPDR full
423       - 33  # NDRPDR full
424
425     vpp-mrr-results-3n-hsw:
426       csit-vpp-perf-verify-1901-3n-hsw:
427       - 35  # MRR sel
428
429     vpp-mrr-results-3n-skx:
430       csit-vpp-perf-verify-1901-3n-skx:
431       - 32  # MRR sel
432
433     vpp-mrr-results-2n-skx:
434       csit-vpp-perf-verify-1901-2n-skx:
435       - 22  # MRR sel
436
437     plot-throughput-speedup-analysis-3n-hsw:
438       # TODO: Add new data
439       csit-vpp-perf-verify-1901-3n-hsw:
440       - 10  # NDRPDR sel
441       - 18  # NDRPDR sel F
442       - 19  # NDRPDR sel
443       - 31  # NDRPDR sel
444       - 36  # NDRPDR sel
445       - 40  # NDRPDR sel
446       - 42  # NDRPDR sel
447
448     plot-throughput-speedup-analysis-3n-skx:
449       csit-vpp-perf-verify-1901-3n-skx:
450       - 18  # NDRPDR sel
451       - 19  # NDRPDR sel
452       - 20  # NDRPDR sel
453       - 28  # NDRPDR sel
454       - 31  # NDRPDR sel
455       - 33  # NDRPDR sel
456       - 36  # NDRPDR sel
457       - 38  # NDRPDR sel
458       - 47  # NDRPDR sel
459       - 48  # NDRPDR sel
460
461     plot-throughput-speedup-analysis-2n-skx:
462       csit-vpp-perf-verify-1901-2n-skx:
463       - 5   # NDRPDR sel
464       - 12  # NDRPDR sel
465       - 13  # NDRPDR sel
466       - 21  # NDRPDR sel
467       - 23  # NDRPDR sel
468       - 31  # NDRPDR sel
469       - 34  # NDRPDR sel
470       - 40  # NDRPDR sel
471       - 42  # NDRPDR sel
472       - 43  # NDRPDR sel
473
474     plot-vpp-throughput-latency-3n-hsw:
475       # TODO: Add new data
476       csit-vpp-perf-verify-1901-3n-hsw:
477       - 10  # NDRPDR sel
478       - 18  # NDRPDR sel F
479       - 19  # NDRPDR sel
480       - 31  # NDRPDR sel
481       - 36  # NDRPDR sel
482       - 40  # NDRPDR sel
483       - 42  # NDRPDR sel
484
485     plot-vpp-soak-2n-skx:
486       csit-vpp-perf-verify-1901-2n-skx:
487       - 45  # SOAK sel
488
489     plot-vpp-nfv-2n-skx:
490       # TODO: Add new data
491       csit-vpp-perf-verify-1901-2n-skx:
492       - 28  # NFV NDRPDR
493       - 29  # NFV NDRPDR
494       - 32  # NFV NDRPDR
495       - 39  # NFV NDRPDR
496
497     plot-vpp-nfv-2n-skx-mrr:
498       # TODO: Add new data
499       csit-vpp-perf-verify-1901-2n-skx:
500       - 24  # NFV MRR
501       - 26  # NFV MRR
502       - 27  # NFV MRR
503       - 35  # NFV MRR
504       - 37  # NFV MRR
505
506     plot-vpp-throughput-latency-3n-skx:
507       csit-vpp-perf-verify-1901-3n-skx:
508       - 18  # NDRPDR sel
509       - 19  # NDRPDR sel
510       - 20  # NDRPDR sel
511       - 28  # NDRPDR sel
512       - 31  # NDRPDR sel
513       - 33  # NDRPDR sel
514       - 36  # NDRPDR sel
515       - 38  # NDRPDR sel
516       - 47  # NDRPDR sel
517       - 48  # NDRPDR sel
518
519     plot-vpp-throughput-latency-2n-skx:
520       csit-vpp-perf-verify-1901-2n-skx:
521       - 5   # NDRPDR sel
522       - 12  # NDRPDR sel
523       - 13  # NDRPDR sel
524       - 21  # NDRPDR sel
525       - 23  # NDRPDR sel
526       - 31  # NDRPDR sel
527       - 34  # NDRPDR sel
528       - 40  # NDRPDR sel
529       - 42  # NDRPDR sel
530       - 43  # NDRPDR sel
531
532     plot-vpp-http-server-performance:
533       # TODO: Replace with new data
534       # csit-vpp-perf-verify-1901-3n-hsw:
535       csit-vpp-perf-verify-1810-3n-hsw:
536       - 28  # WRK
537       - 29  # WRK
538       - 30  # WRK
539       - 31  # WRK
540       - 32  # WRK
541       - 33  # WRK
542       - 34  # WRK
543       - 35  # WRK
544       - 36  # WRK
545       - 37  # WRK
546
547     # VPP Functional
548     vpp-func-results-ubuntu:
549       csit-vpp-functional-1901-ubuntu1604-virl:
550       - 48
551
552     vpp-func-results-centos:
553       csit-vpp-functional-1901-centos7-virl:
554       - 50
555
556     vpp-device-results-ubuntu:
557       csit-vpp-device-1901-ubuntu1804-1n-skx:
558       - 49
559
560     # VPP Ligato
561     ligato-perf-results-3n-hsw:
562       # TODO: Replace with new data
563       # csit-ligato-perf-verify-1901-3n-hsw:
564       csit-ligato-perf-verify-1810-3n-hsw:
565       - 5   # full
566
567     plot-ligato-throughput-speedup-analysis-3n-hsw:
568       # TODO: Replace with new data
569       # csit-ligato-perf-verify-1901-3n-hsw:
570       csit-ligato-perf-verify-1810-3n-hsw:
571       - 5   # full
572       - 6   # sel
573       - 8   # sel
574       - 9   # sel
575       - 11  # sel
576       - 12  # sel
577       - 13  # sel
578       - 14  # sel
579       - 16  # sel
580       - 17  # sel
581       - 18  # sel
582
583     plot-ligato-throughput-latency-3n-hsw:
584       # TODO: Replace with new data
585       # csit-ligato-perf-verify-1901-3n-hsw:
586       csit-ligato-perf-verify-1810-3n-hsw:
587       - 5   # full
588       - 6   # sel
589       - 8   # sel
590       - 9   # sel
591       - 11  # sel
592       - 12  # sel
593       - 13  # sel
594       - 14  # sel
595       - 16  # sel
596       - 17  # sel
597       - 18  # sel
598
599     # DPDK Performance
600     dpdk-performance-changes-3n-hsw:
601       csit-dpdk-perf-verify-1807-3n-hsw:
602       - 11
603       - 12  # full
604       - 14
605       - 15
606       - 16
607       - 17
608       - 20
609       - 21
610       - 22
611       - 23
612       csit-dpdk-perf-verify-1810-3n-hsw:
613       - 1   # NDRPDR sel
614       - 2   # NDRPDR sel
615       - 3   # NDRPDR sel
616       - 4   # NDRPDR sel
617       - 5   # NDRPDR sel
618       - 6   # NDRPDR sel
619       - 7   # NDRPDR sel
620       - 8   # NDRPDR sel
621       - 9   # NDRPDR sel
622       - 10  # NDRPDR sel
623       csit-dpdk-perf-verify-1901-3n-hsw:
624       - 13  # NDRPDR sel
625       - 14  # NDRPDR sel
626       - 16  # NDRPDR sel
627       - 17  # NDRPDR sel
628       - 18  # NDRPDR sel
629       - 19  # NDRPDR sel
630       - 20  # NDRPDR sel
631       - 21  # NDRPDR sel
632       - 22  # NDRPDR sel
633
634     dpdk-performance-changes-3n-skx:
635       csit-dpdk-perf-verify-1807-3n-skx:
636       - 1   # NDRPDR sel
637       - 2   # NDRPDR sel
638       - 3   # NDRPDR sel
639       - 6   # NDRPDR sel
640       - 7   # NDRPDR sel
641       - 8   # NDRPDR sel
642       - 9   # NDRPDR sel
643       - 10  # NDRPDR sel
644       - 11  # NDRPDR sel
645       - 12  # NDRPDR sel
646       csit-dpdk-perf-verify-1810-3n-skx:
647       - 3   # NDRPDR sel
648       - 4   # NDRPDR sel
649       - 6   # NDRPDR sel
650       - 7   # NDRPDR sel
651       - 8   # NDRPDR sel
652       - 9   # NDRPDR sel
653       - 10  # NDRPDR sel
654       - 11  # NDRPDR sel
655       - 12  # NDRPDR sel
656       - 13  # NDRPDR sel
657       csit-dpdk-perf-verify-1901-3n-skx:
658       - 3   # NDRPDR sel
659       - 5   # NDRPDR sel
660       - 6   # NDRPDR sel
661       - 7   # NDRPDR sel
662       - 8   # NDRPDR sel
663       - 9   # NDRPDR sel
664       - 10  # NDRPDR sel
665       - 11  # NDRPDR sel
666       - 12  # NDRPDR sel
667       - 13  # NDRPDR sel
668
669     dpdk-performance-changes-2n-skx:
670       csit-dpdk-perf-verify-1810-2n-skx:
671       - 3   # NDRPDR sel
672       - 4   # NDRPDR sel
673       - 5   # NDRPDR sel
674       - 7   # NDRPDR sel
675       - 8   # NDRPDR sel
676       - 9   # NDRPDR sel
677       - 10  # NDRPDR sel
678       - 11  # NDRPDR sel
679       - 12  # NDRPDR sel
680       - 13  # NDRPDR sel
681       csit-dpdk-perf-verify-1901-2n-skx:
682       - 12  # NDRPDR sel
683       - 13  # NDRPDR sel
684       - 14  # NDRPDR sel
685       - 15  # NDRPDR sel
686       - 16  # NDRPDR sel
687       - 17  # NDRPDR sel
688       - 18  # NDRPDR sel
689       - 19  # NDRPDR sel
690       - 20  # NDRPDR sel
691       - 21  # NDRPDR sel
692
693     dpdk-compare-testbeds:
694       csit-dpdk-perf-verify-1901-3n-skx:
695       - 3   # NDRPDR sel
696       - 5   # NDRPDR sel
697       - 6   # NDRPDR sel
698       - 7   # NDRPDR sel
699       - 8   # NDRPDR sel
700       - 9   # NDRPDR sel
701       - 10  # NDRPDR sel
702       - 11  # NDRPDR sel
703       - 12  # NDRPDR sel
704       - 13  # NDRPDR sel
705       csit-dpdk-perf-verify-1901-3n-hsw:
706       - 13  # NDRPDR sel
707       - 14  # NDRPDR sel
708       - 16  # NDRPDR sel
709       - 17  # NDRPDR sel
710       - 18  # NDRPDR sel
711       - 19  # NDRPDR sel
712       - 20  # NDRPDR sel
713       - 21  # NDRPDR sel
714       - 22  # NDRPDR sel
715
716     dpdk-compare-topologies:
717       csit-dpdk-perf-verify-1901-3n-skx:
718       - 3   # NDRPDR sel
719       - 5   # NDRPDR sel
720       - 6   # NDRPDR sel
721       - 7   # NDRPDR sel
722       - 8   # NDRPDR sel
723       - 9   # NDRPDR sel
724       - 10  # NDRPDR sel
725       - 11  # NDRPDR sel
726       - 12  # NDRPDR sel
727       - 13  # NDRPDR sel
728       csit-dpdk-perf-verify-1901-2n-skx:
729       - 12  # NDRPDR sel
730       - 13  # NDRPDR sel
731       - 14  # NDRPDR sel
732       - 15  # NDRPDR sel
733       - 16  # NDRPDR sel
734       - 17  # NDRPDR sel
735       - 18  # NDRPDR sel
736       - 19  # NDRPDR sel
737       - 20  # NDRPDR sel
738       - 21  # NDRPDR sel
739
740     dpdk-perf-results-3n-hsw:
741       csit-dpdk-perf-verify-1901-3n-hsw:
742       - 20  # NDRPDR sel
743
744     dpdk-perf-results-3n-skx:
745       csit-dpdk-perf-verify-1901-3n-skx:
746       - 13  # NDRPDR sel
747
748     dpdk-perf-results-2n-skx:
749       csit-dpdk-perf-verify-1901-2n-skx:
750       - 21  # NDRPDR sel
751
752     plot-dpdk-throughput-latency-3n-hsw:
753       csit-dpdk-perf-verify-1901-3n-hsw:
754       - 13  # NDRPDR sel
755       - 14  # NDRPDR sel
756       - 16  # NDRPDR sel
757       - 17  # NDRPDR sel
758       - 18  # NDRPDR sel
759       - 19  # NDRPDR sel
760       - 20  # NDRPDR sel
761       - 21  # NDRPDR sel
762       - 22  # NDRPDR sel
763
764     plot-dpdk-throughput-latency-3n-skx:
765       csit-dpdk-perf-verify-1901-3n-skx:
766       - 3   # NDRPDR sel
767       - 5   # NDRPDR sel
768       - 6   # NDRPDR sel
769       - 7   # NDRPDR sel
770       - 8   # NDRPDR sel
771       - 9   # NDRPDR sel
772       - 10  # NDRPDR sel
773       - 11  # NDRPDR sel
774       - 12  # NDRPDR sel
775       - 13  # NDRPDR sel
776
777     plot-dpdk-throughput-latency-2n-skx:
778       csit-dpdk-perf-verify-1901-2n-skx:
779       - 12  # NDRPDR sel
780       - 13  # NDRPDR sel
781       - 14  # NDRPDR sel
782       - 15  # NDRPDR sel
783       - 16  # NDRPDR sel
784       - 17  # NDRPDR sel
785       - 18  # NDRPDR sel
786       - 19  # NDRPDR sel
787       - 20  # NDRPDR sel
788       - 21  # NDRPDR sel
789
790     # HoneyComb Functional
791     hc-func-results:
792       csit-hc2vpp-verify-func-1901-ubuntu1604:
793       - 3
794
795     # NSH SFC Functional
796     nsh-func-results:
797       # TODO: Replace with new data
798       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
799       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
800       - 1
801
802     # DMM Functional
803     dmm-func-results:
804       csit-dmm-functional-1901-ubuntu1604-virl:
805       - 2
806
807   plot-layouts:
808
809     plot-soak-throughput:
810       titlefont:
811         size: 18
812       xaxis:
813         title: "<b>Test Cases [Index]</b>"
814         titlefont:
815           size: 16
816         autorange: True
817         fixedrange: False
818         gridcolor: "rgb(230, 230, 230)"
819         linecolor: "rgb(220, 220, 220)"
820         linewidth: 1
821         showgrid: True
822         showline: True
823         showticklabels: True
824         tickcolor: "rgb(220, 220, 220)"
825         tickmode: "linear"
826         tickfont:
827           size: 16
828         zeroline: False
829       yaxis:
830         title: "<b>Packet Throughput [Mpps]</b>"
831         titlefont:
832           size: 16
833         gridcolor: "rgb(230, 230, 230)"
834         hoverformat: ".4s"
835         tickformat: ".3s"
836         linecolor: "rgb(220, 220, 220)"
837         linewidth: 1
838         showgrid: True
839         showline: True
840         showticklabels: True
841         tickcolor: "rgb(220, 220, 220)"
842         tickfont:
843           size: 16
844         zeroline: False
845         range: [0,50]
846       autosize: False
847       margin:
848         t: 50
849         b: 0
850         l: 80
851         r: 20
852       showlegend: True
853       legend:
854         orientation: "h"
855         font:
856           size: 16
857       width: 700
858       height: 900
859
860     plot-service-density:
861       titlefont:
862         size: 18
863       xaxis:
864         side: "top"
865         autorange: True
866         fixedrange: False
867         showgrid: False
868         showline: False
869         showticklabels: False
870         ticks: ""
871         ticklen: 0
872         tickwidth: 0
873         zeroline: False
874       yaxis:
875         autorange: "reversed"
876         showgrid: False
877         showline: False
878         showticklabels: False
879         ticks: ""
880         ticklen: 0
881         tickwidth: 0
882         zeroline: False
883       autosize: True
884       showlegend: False
885       width: 700
886       height: 700
887
888     plot-cps:
889       titlefont:
890         size: 18
891       xaxis:
892         title: "<b>Test Cases [Index]</b>"
893         titlefont:
894           size: 16
895         autorange: True
896         fixedrange: False
897         gridcolor: "rgb(230, 230, 230)"
898         linecolor: "rgb(220, 220, 220)"
899         linewidth: 1
900         showgrid: True
901         showline: True
902         showticklabels: True
903         tickcolor: "rgb(220, 220, 220)"
904         tickmode: "linear"
905         tickfont:
906           size: 16
907         zeroline: False
908       yaxis:
909         title: "<b>Connections Per Second [cps]</b>"
910         titlefont:
911           size: 16
912         gridcolor: "rgb(230, 230, 230)"
913         hoverformat: ".4s"
914         linecolor: "rgb(220, 220, 220)"
915         linewidth: 1
916         rangemode: "tozero"
917         showgrid: True
918         showline: True
919         showticklabels: True
920         tickcolor: "rgb(220, 220, 220)"
921         tickformat: ".3s"
922         tickfont:
923           size: 16
924         zeroline: False
925       boxmode: "group"
926       boxgroupgap: 0.5
927       autosize: False
928       margin:
929         t: 50
930         b: 20
931         l: 80
932         r: 20
933       showlegend: True
934       legend:
935         orientation: "h"
936         font:
937           size: 16
938       width: 700
939       height: 800
940
941     plot-rps:
942       titlefont:
943         size: 18
944       xaxis:
945         title: "<b>Test Cases [Index]</b>"
946         titlefont:
947           size: 16
948         autorange: True
949         fixedrange: False
950         gridcolor: "rgb(230, 230, 230)"
951         linecolor: "rgb(220, 220, 220)"
952         linewidth: 1
953         showgrid: True
954         showline: True
955         showticklabels: True
956         tickcolor: "rgb(220, 220, 220)"
957         tickmode: "linear"
958         tickfont:
959           size: 16
960         zeroline: False
961       yaxis:
962         title: "<b>Requests Per Second [rps]</b>"
963         titlefont:
964           size: 16
965         gridcolor: "rgb(230, 230, 230)"
966         hoverformat: ".4s"
967         linecolor: "rgb(220, 220, 220)"
968         linewidth: 1
969         rangemode: "tozero"
970         showgrid: True
971         showline: True
972         showticklabels: True
973         tickcolor: "rgb(230, 230, 230)"
974         tickformat: ".3s"
975         tickfont:
976           size: 16
977         zeroline: False
978       boxmode: "group"
979       boxgroupgap: 0.5
980       autosize: False
981       margin:
982         t: 50
983         b: 20
984         l: 80
985         r: 20
986       showlegend: True
987       legend:
988         orientation: "h"
989         font:
990           size: 16
991       width: 700
992       height: 800
993
994     plot-throughput:
995       titlefont:
996         size: 18
997       xaxis:
998         title: "<b>Test Cases [Index]</b>"
999         titlefont:
1000           size: 16
1001         autorange: True
1002         fixedrange: False
1003         gridcolor: "rgb(230, 230, 230)"
1004         linecolor: "rgb(220, 220, 220)"
1005         linewidth: 1
1006         showgrid: True
1007         showline: True
1008         showticklabels: True
1009         tickcolor: "rgb(220, 220, 220)"
1010         tickmode: "linear"
1011         tickfont:
1012           size: 16
1013         zeroline: False
1014       yaxis:
1015         title: "<b>Packet Throughput [Mpps]</b>"
1016         titlefont:
1017           size: 16
1018         gridcolor: "rgb(230, 230, 230)"
1019         hoverformat: ".4s"
1020         tickformat: ".3s"
1021         linecolor: "rgb(220, 220, 220)"
1022         linewidth: 1
1023         showgrid: True
1024         showline: True
1025         showticklabels: True
1026         tickcolor: "rgb(220, 220, 220)"
1027         tickfont:
1028           size: 16
1029         zeroline: False
1030         range: [0,50]
1031       boxmode: "group"
1032       boxgroupgap: 0.5
1033       autosize: False
1034       margin:
1035         t: 50
1036         b: 0
1037         l: 80
1038         r: 20
1039       showlegend: True
1040       legend:
1041         orientation: "h"
1042         font:
1043           size: 16
1044       width: 700
1045       height: 900
1046
1047     plot-throughput-speedup-analysis:
1048       titlefont:
1049         size: 18
1050       xaxis:
1051         title: "<b>Number of Cores [Qty]</b>"
1052         titlefont:
1053           size: 16
1054         autorange: True
1055         fixedrange: False
1056         gridcolor: "rgb(230, 230, 230)"
1057         linecolor: "rgb(220, 220, 220)"
1058         linewidth: 1
1059         showgrid: True
1060         showline: True
1061         showticklabels: True
1062         tickcolor: "rgb(238, 238, 238)"
1063         tickmode: "linear"
1064         tickfont:
1065           size: 16
1066         zeroline: False
1067       yaxis:
1068         title: "<b>Packet Throughput [Mpps]</b>"
1069         titlefont:
1070           size: 16
1071         type: "linear"
1072         gridcolor: "rgb(230, 230, 230)"
1073         hoverformat: ".4s"
1074         linecolor: "rgb(220, 220, 220)"
1075         linewidth: 1
1076         showgrid: True
1077         showline: True
1078         showticklabels: True
1079         tickcolor: "rgb(220, 220, 220)"
1080         tickformat: ".4s"
1081         tickfont:
1082           size: 16
1083         zeroline: True
1084         rangemode: "tozero"
1085         range: [0,100]
1086       legend:
1087         orientation: "h"
1088         font:
1089           size: 16
1090         xanchor: "left"
1091         yanchor: "top"
1092         x: 0
1093         y: -0.2
1094         bgcolor: "rgba(255, 255, 255, 0)"
1095         bordercolor: "rgba(255, 255, 255, 0)"
1096         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1097       autosize: False
1098       margin:
1099           't': 50
1100           'b': 150
1101           'l': 85
1102           'r': 10
1103       showlegend: True
1104       width: 700
1105       height: 700
1106       hoverlabel:
1107         namelength: -1
1108       annotations: [
1109         {
1110           text: "_ _          __          ...",
1111           align: "left",
1112           showarrow: False,
1113           xref: "paper",
1114           yref: "paper",
1115           xanchor: "left",
1116           yanchor: "top",
1117           x: 0,
1118           y: -0.13,
1119           font: {
1120             family: "Consolas, Courier New",
1121             size: 15
1122           },
1123         },
1124         {
1125           text: "    Perfect     Measured     Limit",
1126           align: "left",
1127           showarrow: False,
1128           xref: "paper",
1129           yref: "paper",
1130           xanchor: "left",
1131           yanchor: "top",
1132           x: 0,
1133           y: -0.15,
1134           font: {
1135             family: "Consolas, Courier New",
1136             size: 15
1137           },
1138         },
1139       ]
1140
1141     plot-latency:
1142       titlefont:
1143         size: 18
1144       xaxis:
1145         title: "<b>Direction</b>"
1146         titlefont:
1147           size: 16
1148         autorange: True
1149         fixedrange: False
1150         gridcolor: "rgb(230, 230, 230)"
1151         linecolor: "rgb(220, 220, 220)"
1152         linewidth: 1
1153         showgrid: True
1154         showline: True
1155         showticklabels: False
1156         tickcolor: "rgb(220, 220, 220)"
1157         tickmode: "linear"
1158         tickfont:
1159           size: 16
1160         zeroline: False
1161       yaxis:
1162         title: "<b>Packet Latency [uSec]</b>"
1163         titlefont:
1164           size: 16
1165         type: "linear"
1166         gridcolor: "rgb(230, 230, 230)"
1167         hoverformat: ".4s"
1168         linecolor: "rgb(220, 220, 220)"
1169         linewidth: 1
1170         showgrid: True
1171         showline: True
1172         showticklabels: True
1173         tickcolor: "rgb(220, 220, 220)"
1174         tickformat: ".4s"
1175         tickfont:
1176           size: 16
1177         zeroline: True
1178         rangemode: "tozero"
1179       legend:
1180         orientation: "h"
1181         font:
1182           size: 16
1183         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1184       autosize: False
1185       margin:
1186           't': 50
1187           'b': 150
1188           'l': 80
1189           'r': 10
1190       showlegend: True
1191       width: 700
1192       height: 700
1193       hoverlabel:
1194         namelength: -1
1195
1196 -
1197   type: "static"
1198   src-path: "{DIR[RST]}"
1199   dst-path: "{DIR[WORKING,SRC]}"
1200
1201 -
1202   type: "input"
1203   general:
1204     file-name: "robot-plugin.zip"
1205     file-format: ".zip"
1206     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1207     extract: "robot-plugin/output.xml"
1208
1209   builds:
1210
1211     # TODO: Replace with 1901 data
1212     intel-dnv-vpp-release-1810:
1213     - 1
1214
1215     csit-vpp-perf-verify-1807-3n-hsw:
1216     - 8   # MRR full
1217     - 9   # MRR sel
1218     - 21  # MRR sel
1219     - 31  # MRR sel
1220     - 33  # MRR sel
1221     - 36  # MRR sel
1222     - 41  # MRR sel
1223     - 42  # MRR sel
1224     - 48  # MRR sel
1225     - 11  # NDRPDR full 1
1226     - 22  # NDRPDR full 2
1227     - 45  # NDRPDR full 3
1228     - 46  # NDRPDR full 4
1229     - 15  # NDRPDR sel
1230     - 16  # NDRPDR sel
1231     - 19  # NDRPDR sel
1232     - 18  # NDRPDR sel
1233     - 20  # NDRPDR sel
1234     - 38  # NDRPDR sel
1235     - 40  # NDRPDR sel
1236     - 44  # NDRPDR sel
1237     - 47  # NDRPDR sel
1238     csit-vpp-perf-verify-1810-3n-hsw:
1239     - 9   # MRR sel
1240     - 20  # NDRPDR full
1241     - 21  # NDRPDR full
1242     - 22  # NDRPDR full
1243     - 27  # NDRPDR full
1244     - 8   # NDRPDR sel
1245     - 12  # NDRPDR sel
1246     - 14  # NDRPDR sel
1247     - 18  # NDRPDR sel
1248     - 23  # NDRPDR sel
1249     - 25  # NDRPDR sel
1250     - 38  # NDRPDR sel
1251     - 39  # NDRPDR sel
1252     - 41  # NDRPDR sel
1253     - 42  # NDRPDR sel
1254     - 28  # WRK
1255     - 29  # WRK
1256     - 30  # WRK
1257     - 31  # WRK
1258     - 32  # WRK
1259     - 33  # WRK
1260     - 34  # WRK
1261     - 35  # WRK
1262     - 36  # WRK
1263     - 37  # WRK
1264     csit-vpp-perf-verify-1901-3n-hsw:
1265     - 35  # MRR sel
1266     - 38  # NDRPDR full
1267     - 43  # NDRPDR full
1268     - 10  # NDRPDR sel
1269     - 18  # NDRPDR sel F
1270     - 19  # NDRPDR sel
1271     - 31  # NDRPDR sel
1272     - 36  # NDRPDR sel
1273     - 40  # NDRPDR sel
1274     - 42  # NDRPDR sel
1275     csit-vpp-perf-verify-1807-3n-skx:
1276     - 31  # MRR full
1277     - 28  # MRR sel
1278     - 32  # MRR sel
1279     - 36  # MRR sel
1280     - 42  # MRR sel
1281     - 47  # MRR sel
1282     - 48  # MRR sel
1283     - 51  # MRR sel
1284     - 52  # MRR sel
1285     - 53  # MRR sel
1286     - 54  # MRR sel
1287     - 40  # NDRPDR full 1
1288     - 41  # NDRPDR full 2
1289     - 33  # NDRPDR sel
1290     - 35  # NDRPDR sel
1291     - 37  # NDRPDR sel
1292     - 38  # NDRPDR sel
1293     - 39  # NDRPDR sel
1294     - 43  # NDRPDR sel
1295     - 44  # NDRPDR sel
1296     - 49  # NDRPDR sel
1297     - 50  # NDRPDR sel
1298     - 56  # NDRPDR sel
1299     csit-vpp-perf-verify-1810-3n-skx:
1300     - 9   # MRR sel
1301     - 11  # MRR sel
1302     - 12  # MRR sel
1303     - 13  # MRR sel
1304     - 23  # NDRPDR full
1305     - 24  # NDRPDR full
1306     - 10  # NDRPDR sel
1307     - 14  # NDRPDR sel
1308     - 15  # NDRPDR sel
1309     - 16  # NDRPDR sel
1310     - 17  # NDRPDR sel
1311     - 19  # NDRPDR sel
1312     - 20  # NDRPDR sel
1313     - 21  # NDRPDR sel
1314     - 22  # NDRPDR sel
1315     - 25  # NDRPDR sel
1316     csit-vpp-perf-verify-1901-3n-skx:
1317     - 32  # MRR sel
1318     - 37  # NDRPDR full
1319     - 39  # NDRPDR full
1320     - 40  # NDRPDR full
1321     - 49  # NDRPDR full
1322     - 18  # NDRPDR sel
1323     - 19  # NDRPDR sel
1324     - 20  # NDRPDR sel
1325     - 28  # NDRPDR sel
1326     - 31  # NDRPDR sel
1327     - 33  # NDRPDR sel
1328     - 36  # NDRPDR sel
1329     - 38  # NDRPDR sel
1330     - 47  # NDRPDR sel
1331     - 48  # NDRPDR sel
1332     csit-vpp-perf-verify-1807-2n-skx:
1333     - 27  # MRR full
1334     - 31  # MRR sel
1335     - 33  # MRR sel
1336     - 37  # MRR sel
1337     - 38  # MRR sel
1338     - 41  # MRR sel
1339     - 43  # MRR sel
1340     - 44  # MRR sel
1341     - 45  # MRR sel
1342     - 46  # MRR sel
1343     - 47  # MRR sel
1344     - 32  # NDRPDR full
1345     - 26  # NDRPDR sel
1346     - 28  # NDRPDR sel
1347     - 29  # NDRPDR sel
1348     - 30  # NDRPDR sel
1349     - 34  # NDRPDR sel
1350     - 35  # NDRPDR sel
1351     - 36  # NDRPDR sel
1352     - 39  # NDRPDR sel
1353     - 40  # NDRPDR sel
1354     - 42  # NDRPDR sel
1355     csit-vpp-perf-verify-1810-2n-skx:
1356     - 8   # MRR sel
1357     - 10  # MRR sel
1358     - 11  # MRR sel
1359     - 12  # MRR sel
1360     - 25  # NDRPDR full
1361     - 26  # NDRPDR full
1362     - 9   # NDRPDR sel
1363     - 13  # NDRPDR sel
1364     - 14  # NDRPDR sel
1365     - 19  # NDRPDR sel
1366     - 20  # NDRPDR sel
1367     - 21  # NDRPDR sel
1368     - 22  # NDRPDR sel
1369     - 23  # NDRPDR sel
1370     - 24  # NDRPDR sel
1371     - 27  # NDRPDR sel
1372     csit-vpp-perf-verify-1901-2n-skx:
1373     - 22  # MRR sel
1374     - 25  # NDRPDR full
1375     - 30  # NDRPDR full
1376     - 33  # NDRPDR full
1377     - 5   # NDRPDR sel
1378     - 12  # NDRPDR sel
1379     - 13  # NDRPDR sel
1380     - 21  # NDRPDR sel
1381     - 23  # NDRPDR sel
1382     - 31  # NDRPDR sel
1383     - 34  # NDRPDR sel
1384     - 40  # NDRPDR sel
1385     - 42  # NDRPDR sel
1386     - 43  # NDRPDR sel
1387     - 24  # NFV MRR
1388     - 26  # NFV MRR
1389     - 27  # NFV MRR
1390     - 35  # NFV MRR
1391     - 37  # NFV MRR
1392     - 28  # NFV NDRPDR
1393     - 29  # NFV NDRPDR
1394     - 32  # NFV NDRPDR
1395     - 39  # NFV NDRPDR
1396     - 45  # SOAK
1397     csit-ligato-perf-verify-1810-3n-hsw:
1398     - 5   # full
1399     - 6   # sel
1400     - 8   # sel
1401     - 9   # sel
1402     - 11  # sel
1403     - 12  # sel
1404     - 13  # sel
1405     - 14  # sel
1406     - 16  # sel
1407     - 17  # sel
1408     - 18  # sel
1409     # TODO: Add new data
1410     # csit-ligato-perf-verify-1901-3n-hsw:
1411     csit-dpdk-perf-verify-1807-3n-hsw:
1412     - 11
1413     - 12  # full
1414     - 14
1415     - 15
1416     - 16
1417     - 17
1418     - 20
1419     - 21
1420     - 22
1421     - 23
1422     csit-dpdk-perf-verify-1810-3n-hsw:
1423     - 1   # NDRPDR sel
1424     - 2   # NDRPDR sel
1425     - 3   # NDRPDR sel
1426     - 4   # NDRPDR sel
1427     - 5   # NDRPDR sel
1428     - 6   # NDRPDR sel
1429     - 7   # NDRPDR sel
1430     - 8   # NDRPDR sel
1431     - 9   # NDRPDR sel
1432     - 10  # NDRPDR sel
1433     csit-dpdk-perf-verify-1901-3n-hsw:
1434     - 13  # NDRPDR sel
1435     - 14  # NDRPDR sel
1436     - 16  # NDRPDR sel
1437     - 17  # NDRPDR sel
1438     - 18  # NDRPDR sel
1439     - 19  # NDRPDR sel
1440     - 20  # NDRPDR sel
1441     - 21  # NDRPDR sel
1442     - 22  # NDRPDR sel
1443     csit-dpdk-perf-verify-1807-3n-skx:
1444     - 1   # NDRPDR sel
1445     - 2   # NDRPDR sel
1446     - 3   # NDRPDR sel
1447     - 6   # NDRPDR sel
1448     - 7   # NDRPDR sel
1449     - 8   # NDRPDR sel
1450     - 9   # NDRPDR sel
1451     - 10  # NDRPDR sel
1452     - 11  # NDRPDR sel
1453     - 12  # NDRPDR sel
1454     csit-dpdk-perf-verify-1810-3n-skx:
1455     - 3   # NDRPDR sel
1456     - 4   # NDRPDR sel
1457     - 6   # NDRPDR sel
1458     - 7   # NDRPDR sel
1459     - 8   # NDRPDR sel
1460     - 9   # NDRPDR sel
1461     - 10  # NDRPDR sel
1462     - 11  # NDRPDR sel
1463     - 12  # NDRPDR sel
1464     - 13  # NDRPDR sel
1465     csit-dpdk-perf-verify-1901-3n-skx:
1466     - 3   # NDRPDR sel
1467     - 5   # NDRPDR sel
1468     - 6   # NDRPDR sel
1469     - 7   # NDRPDR sel
1470     - 8   # NDRPDR sel
1471     - 9   # NDRPDR sel
1472     - 10  # NDRPDR sel
1473     - 11  # NDRPDR sel
1474     - 12  # NDRPDR sel
1475     - 13  # NDRPDR sel
1476     csit-dpdk-perf-verify-1810-2n-skx:
1477     - 3   # NDRPDR sel
1478     - 4   # NDRPDR sel
1479     - 5   # NDRPDR sel
1480     - 7   # NDRPDR sel
1481     - 8   # NDRPDR sel
1482     - 9   # NDRPDR sel
1483     - 10  # NDRPDR sel
1484     - 11  # NDRPDR sel
1485     - 12  # NDRPDR sel
1486     - 13  # NDRPDR sel
1487     csit-dpdk-perf-verify-1901-2n-skx:
1488     - 12  # NDRPDR sel
1489     - 13  # NDRPDR sel
1490     - 14  # NDRPDR sel
1491     - 15  # NDRPDR sel
1492     - 16  # NDRPDR sel
1493     - 17  # NDRPDR sel
1494     - 18  # NDRPDR sel
1495     - 19  # NDRPDR sel
1496     - 20  # NDRPDR sel
1497     - 21  # NDRPDR sel
1498     csit-vpp-functional-1901-ubuntu1604-virl:
1499     - 48
1500     csit-vpp-functional-1901-centos7-virl:
1501     - 50
1502     csit-vpp-device-1901-ubuntu1804-1n-skx:
1503     - 49
1504     # TODO: Replace with 1901 data
1505     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1506     - 1
1507     csit-dmm-functional-1901-ubuntu1604-virl:
1508     - 2
1509     csit-hc2vpp-verify-func-1901-ubuntu1604:
1510     - 3
1511
1512 -
1513   type: "output"
1514   output: "report"
1515   format:
1516     html:
1517     - full
1518     pdf:
1519     - minimal
1520
1521 ################################################################################
1522 ###                               T A B L E S                                ###
1523 ################################################################################
1524
1525
1526 # VPP Compare NICs 3n-hsw 1t1c ndr
1527 -
1528   type: "table"
1529   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1530   algorithm: "table_nics_comparison"
1531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1532   reference:
1533     title: "Intel-x520"
1534     nic: "NIC_Intel-X520-DA2"
1535   compare:
1536     title: "Intel-x710"
1537     nic: "NIC_Intel-X710"
1538   data: "vpp-nic-comparison-3n-hsw"
1539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1540   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1541   parameters:
1542   - "name"
1543   - "parent"
1544   - "throughput"
1545   - "tags"
1546
1547 # VPP Compare NICs 3n-hsw 2t2c ndr
1548 -
1549   type: "table"
1550   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1551   algorithm: "table_nics_comparison"
1552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1553   reference:
1554     title: "Intel-x520"
1555     nic: "NIC_Intel-X520-DA2"
1556   compare:
1557     title: "Intel-x710"
1558     nic: "NIC_Intel-X710"
1559   data: "vpp-nic-comparison-3n-hsw"
1560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1561   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1562   parameters:
1563   - "name"
1564   - "parent"
1565   - "throughput"
1566   - "tags"
1567
1568 # VPP Compare NICs 3n-hsw 1t1c pdr
1569 -
1570   type: "table"
1571   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1572   algorithm: "table_nics_comparison"
1573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1574   reference:
1575     title: "Intel-x520"
1576     nic: "NIC_Intel-X520-DA2"
1577   compare:
1578     title: "Intel-x710"
1579     nic: "NIC_Intel-X710"
1580   data: "vpp-nic-comparison-3n-hsw"
1581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1582   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1583   parameters:
1584   - "name"
1585   - "parent"
1586   - "throughput"
1587   - "tags"
1588
1589 # VPP Compare NICs 3n-hsw 2t2c pdr
1590 -
1591   type: "table"
1592   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1593   algorithm: "table_nics_comparison"
1594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1595   reference:
1596     title: "Intel-x520"
1597     nic: "NIC_Intel-X520-DA2"
1598   compare:
1599     title: "Intel-x710"
1600     nic: "NIC_Intel-X710"
1601   data: "vpp-nic-comparison-3n-hsw"
1602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1603   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1604   parameters:
1605   - "name"
1606   - "parent"
1607   - "throughput"
1608   - "tags"
1609
1610 # VPP Compare NICs 3n-hsw 1t1c mrr
1611 -
1612   type: "table"
1613   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1614   algorithm: "table_nics_comparison"
1615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1616   reference:
1617     title: "Intel-x520"
1618     nic: "NIC_Intel-X520-DA2"
1619   compare:
1620     title: "Intel-x710"
1621     nic: "NIC_Intel-X710"
1622   data: "vpp-nic-comparison-3n-hsw-mrr"
1623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1624   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1625   parameters:
1626   - "name"
1627   - "parent"
1628   - "result"
1629   - "tags"
1630
1631 # VPP Compare NICs 3n-hsw 2t2c mrr
1632 -
1633   type: "table"
1634   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1635   algorithm: "table_nics_comparison"
1636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1637   reference:
1638     title: "Intel-x520"
1639     nic: "NIC_Intel-X520-DA2"
1640   compare:
1641     title: "Intel-x710"
1642     nic: "NIC_Intel-X710"
1643   data: "vpp-nic-comparison-3n-hsw-mrr"
1644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1645   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1646   parameters:
1647   - "name"
1648   - "parent"
1649   - "result"
1650   - "tags"
1651
1652 # VPP Compare NICs 3n-hsw 4t4c mrr
1653 -
1654   type: "table"
1655   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1656   algorithm: "table_nics_comparison"
1657   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1658   reference:
1659     title: "Intel-x520"
1660     nic: "NIC_Intel-X520-DA2"
1661   compare:
1662     title: "Intel-x710"
1663     nic: "NIC_Intel-X710"
1664   data: "vpp-nic-comparison-3n-hsw-mrr"
1665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1666   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1667   parameters:
1668   - "name"
1669   - "parent"
1670   - "result"
1671   - "tags"
1672
1673 # VPP Compare NICs 3n-skx 2t1c ndr
1674 -
1675   type: "table"
1676   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1677   algorithm: "table_nics_comparison"
1678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1679   reference:
1680     title: "Intel-x710"
1681     nic: "NIC_Intel-X710"
1682   compare:
1683     title: "Intel-xxv710"
1684     nic: "NIC_Intel-XXV710"
1685   data: "vpp-nic-comparison-3n-skx"
1686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1687   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1688   parameters:
1689   - "name"
1690   - "parent"
1691   - "throughput"
1692   - "tags"
1693
1694 # VPP Compare NICs 3n-skx 4t2c ndr
1695 -
1696   type: "table"
1697   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1698   algorithm: "table_nics_comparison"
1699   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1700   reference:
1701     title: "Intel-x710"
1702     nic: "NIC_Intel-X710"
1703   compare:
1704     title: "Intel-xxv710"
1705     nic: "NIC_Intel-XXV710"
1706   data: "vpp-nic-comparison-3n-skx"
1707   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1708   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1709   parameters:
1710   - "name"
1711   - "parent"
1712   - "throughput"
1713   - "tags"
1714
1715 # VPP Compare NICs 3n-skx 2t1c pdr
1716 -
1717   type: "table"
1718   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1719   algorithm: "table_nics_comparison"
1720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1721   reference:
1722     title: "Intel-x710"
1723     nic: "NIC_Intel-X710"
1724   compare:
1725     title: "Intel-xxv710"
1726     nic: "NIC_Intel-XXV710"
1727   data: "vpp-nic-comparison-3n-skx"
1728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1729   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1730   parameters:
1731   - "name"
1732   - "parent"
1733   - "throughput"
1734   - "tags"
1735
1736  # VPP Compare NICs 3n-skx 4t2c pdr
1737 -
1738   type: "table"
1739   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1740   algorithm: "table_nics_comparison"
1741   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1742   reference:
1743     title: "Intel-x710"
1744     nic: "NIC_Intel-X710"
1745   compare:
1746     title: "Intel-xxv710"
1747     nic: "NIC_Intel-XXV710"
1748   data: "vpp-nic-comparison-3n-skx"
1749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1750   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1751   parameters:
1752   - "name"
1753   - "parent"
1754   - "throughput"
1755   - "tags"
1756
1757 # VPP Compare NICs 3n-skx 2t1c mrr
1758 -
1759   type: "table"
1760   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1761   algorithm: "table_nics_comparison"
1762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1763   reference:
1764     title: "Intel-x710"
1765     nic: "NIC_Intel-X710"
1766   compare:
1767     title: "Intel-xxv710"
1768     nic: "NIC_Intel-XXV710"
1769   data: "vpp-nic-comparison-3n-skx-mrr"
1770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1771   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1772   parameters:
1773   - "name"
1774   - "parent"
1775   - "result"
1776   - "tags"
1777
1778 # VPP Compare NICs 3n-skx 4t2c mrr
1779 -
1780   type: "table"
1781   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1782   algorithm: "table_nics_comparison"
1783   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1784   reference:
1785     title: "Intel-x710"
1786     nic: "NIC_Intel-X710"
1787   compare:
1788     title: "Intel-xxv710"
1789     nic: "NIC_Intel-XXV710"
1790   data: "vpp-nic-comparison-3n-skx-mrr"
1791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1792   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1793   parameters:
1794   - "name"
1795   - "parent"
1796   - "result"
1797   - "tags"
1798
1799  # VPP Compare NICs 3n-skx 8t4c mrr
1800 -
1801   type: "table"
1802   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1803   algorithm: "table_nics_comparison"
1804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1805   reference:
1806     title: "Intel-x710"
1807     nic: "NIC_Intel-X710"
1808   compare:
1809     title: "Intel-xxv710"
1810     nic: "NIC_Intel-XXV710"
1811   data: "vpp-nic-comparison-3n-skx-mrr"
1812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1813   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1814   parameters:
1815   - "name"
1816   - "parent"
1817   - "result"
1818   - "tags"
1819
1820 # VPP Compare NICs 2n-skx 2t1c ndr
1821 -
1822   type: "table"
1823   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1826   reference:
1827     title: "Intel-x710"
1828     nic: "NIC_Intel-X710"
1829   compare:
1830     title: "Intel-xxv710"
1831     nic: "NIC_Intel-XXV710"
1832   data: "vpp-nic-comparison-2n-skx"
1833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839   - "tags"
1840
1841 # VPP Compare NICs 2n-skx 4t2c ndr
1842 -
1843   type: "table"
1844   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1845   algorithm: "table_nics_comparison"
1846   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1847   reference:
1848     title: "Intel-x710"
1849     nic: "NIC_Intel-X710"
1850   compare:
1851     title: "Intel-xxv710"
1852     nic: "NIC_Intel-XXV710"
1853   data: "vpp-nic-comparison-2n-skx"
1854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1855   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1856   parameters:
1857   - "name"
1858   - "parent"
1859   - "throughput"
1860   - "tags"
1861
1862  # VPP Compare NICs 2n-skx 2t1c pdr
1863 -
1864   type: "table"
1865   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1866   algorithm: "table_nics_comparison"
1867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1868   reference:
1869     title: "Intel-x710"
1870     nic: "NIC_Intel-X710"
1871   compare:
1872     title: "Intel-xxv710"
1873     nic: "NIC_Intel-XXV710"
1874   data: "vpp-nic-comparison-2n-skx"
1875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1876   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1877   parameters:
1878   - "name"
1879   - "parent"
1880   - "throughput"
1881   - "tags"
1882
1883 # VPP Compare NICs 2n-skx 4t2c pdr
1884 -
1885   type: "table"
1886   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1887   algorithm: "table_nics_comparison"
1888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1889   reference:
1890     title: "Intel-x710"
1891     nic: "NIC_Intel-X710"
1892   compare:
1893     title: "Intel-xxv710"
1894     nic: "NIC_Intel-XXV710"
1895   data: "vpp-nic-comparison-2n-skx"
1896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1897   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1898   parameters:
1899   - "name"
1900   - "parent"
1901   - "throughput"
1902   - "tags"
1903
1904 # VPP Compare NICs 2n-skx 2t1c mrr
1905 -
1906   type: "table"
1907   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1908   algorithm: "table_nics_comparison"
1909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1910   reference:
1911     title: "Intel-x710"
1912     nic: "NIC_Intel-X710"
1913   compare:
1914     title: "Intel-xxv710"
1915     nic: "NIC_Intel-XXV710"
1916   data: "vpp-nic-comparison-2n-skx-mrr"
1917   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1918   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "result"
1923   - "tags"
1924
1925 # VPP Compare NICs 2n-skx 4t2c mrr
1926 -
1927   type: "table"
1928   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1929   algorithm: "table_nics_comparison"
1930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1931   reference:
1932     title: "Intel-x710"
1933     nic: "NIC_Intel-X710"
1934   compare:
1935     title: "Intel-xxv710"
1936     nic: "NIC_Intel-XXV710"
1937   data: "vpp-nic-comparison-2n-skx-mrr"
1938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1939   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1940   parameters:
1941   - "name"
1942   - "parent"
1943   - "result"
1944   - "tags"
1945
1946 # VPP Compare NICs 2n-skx 8t4c mrr
1947 -
1948   type: "table"
1949   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1950   algorithm: "table_nics_comparison"
1951   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1952   reference:
1953     title: "Intel-x710"
1954     nic: "NIC_Intel-X710"
1955   compare:
1956     title: "Intel-xxv710"
1957     nic: "NIC_Intel-XXV710"
1958   data: "vpp-nic-comparison-2n-skx-mrr"
1959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1960   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1961   parameters:
1962   - "name"
1963   - "parent"
1964   - "result"
1965   - "tags"
1966
1967 ################################################################################
1968 # VPP
1969
1970 # VPP Performance Changes 3n-hsw 1t1c pdr
1971 -
1972   type: "table"
1973   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1974   algorithm: "table_performance_comparison"
1975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1976   history:
1977     -
1978       title: "rls1807"
1979       data:
1980         csit-vpp-perf-verify-1807-3n-hsw:
1981         - 11  # NDRPDR full 1
1982         - 22  # NDRPDR full 2
1983         - 45  # NDRPDR full 3
1984         - 46  # NDRPDR full 4
1985         - 15  # NDRPDR sel
1986         - 16  # NDRPDR sel
1987         - 19  # NDRPDR sel
1988         - 18  # NDRPDR sel
1989         - 20  # NDRPDR sel
1990         - 38  # NDRPDR sel
1991         - 40  # NDRPDR sel
1992         - 44  # NDRPDR sel
1993   reference:
1994     title: "rls1810"
1995     data:
1996       csit-vpp-perf-verify-1810-3n-hsw:
1997       - 8   # NDRPDR sel
1998       - 12  # NDRPDR sel
1999       - 14  # NDRPDR sel
2000       - 18  # NDRPDR sel
2001       - 23  # NDRPDR sel
2002       - 25  # NDRPDR sel
2003       - 38  # NDRPDR sel
2004       - 39  # NDRPDR sel
2005       - 41  # NDRPDR sel
2006       - 42  # NDRPDR sel
2007   compare:
2008     title: "rls1901"
2009     data:
2010       # TODO: Add new data:
2011       csit-vpp-perf-verify-1901-3n-hsw:
2012       - 10  # NDRPDR sel
2013       - 18  # NDRPDR sel F
2014       - 19  # NDRPDR sel
2015       - 31  # NDRPDR sel
2016       - 36  # NDRPDR sel
2017       - 40  # NDRPDR sel
2018       - 42  # NDRPDR sel
2019   data: "vpp-performance-changes-3n-hsw"
2020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2021   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2022   parameters:
2023   - "name"
2024   - "parent"
2025   - "throughput"
2026
2027 # VPP Performance Changes 3n-hsw 2t2c pdr
2028 -
2029   type: "table"
2030   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2031   algorithm: "table_performance_comparison"
2032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2033   history:
2034     -
2035       title: "rls1807"
2036       data:
2037         csit-vpp-perf-verify-1807-3n-hsw:
2038         - 11  # NDRPDR full 1
2039         - 22  # NDRPDR full 2
2040         - 45  # NDRPDR full 3
2041         - 46  # NDRPDR full 4
2042         - 15  # NDRPDR sel
2043         - 16  # NDRPDR sel
2044         - 19  # NDRPDR sel
2045         - 18  # NDRPDR sel
2046         - 20  # NDRPDR sel
2047         - 38  # NDRPDR sel
2048         - 40  # NDRPDR sel
2049         - 44  # NDRPDR sel
2050         - 47  # NDRPDR sel
2051   reference:
2052     title: "rls1810"
2053     data:
2054       csit-vpp-perf-verify-1810-3n-hsw:
2055       - 8   # NDRPDR sel
2056       - 12  # NDRPDR sel
2057       - 14  # NDRPDR sel
2058       - 18  # NDRPDR sel
2059       - 23  # NDRPDR sel
2060       - 25  # NDRPDR sel
2061       - 38  # NDRPDR sel
2062       - 39  # NDRPDR sel
2063       - 41  # NDRPDR sel
2064       - 42  # NDRPDR sel
2065   compare:
2066     title: "rls1901"
2067     data:
2068       # TODO: Add new data:
2069       csit-vpp-perf-verify-1901-3n-hsw:
2070       - 10  # NDRPDR sel
2071       - 18  # NDRPDR sel F
2072       - 19  # NDRPDR sel
2073       - 31  # NDRPDR sel
2074       - 36  # NDRPDR sel
2075       - 40  # NDRPDR sel
2076       - 42  # NDRPDR sel
2077   data: "vpp-performance-changes-3n-hsw"
2078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2079   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2080   parameters:
2081   - "name"
2082   - "parent"
2083   - "throughput"
2084
2085 # VPP Performance Changes 3n-hsw 1t1c ndr
2086 -
2087   type: "table"
2088   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2089   algorithm: "table_performance_comparison"
2090   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2091   history:
2092     -
2093       title: "rls1807"
2094       data:
2095         csit-vpp-perf-verify-1807-3n-hsw:
2096         - 11  # NDRPDR full 1
2097         - 22  # NDRPDR full 2
2098         - 45  # NDRPDR full 3
2099         - 46  # NDRPDR full 4
2100         - 15  # NDRPDR sel
2101         - 16  # NDRPDR sel
2102         - 19  # NDRPDR sel
2103         - 18  # NDRPDR sel
2104         - 20  # NDRPDR sel
2105         - 38  # NDRPDR sel
2106         - 40  # NDRPDR sel
2107         - 44  # NDRPDR sel
2108         - 47  # NDRPDR sel
2109   reference:
2110     title: "rls1810"
2111     data:
2112       csit-vpp-perf-verify-1810-3n-hsw:
2113       - 8   # NDRPDR sel
2114       - 12  # NDRPDR sel
2115       - 14  # NDRPDR sel
2116       - 18  # NDRPDR sel
2117       - 23  # NDRPDR sel
2118       - 25  # NDRPDR sel
2119       - 38  # NDRPDR sel
2120       - 39  # NDRPDR sel
2121       - 41  # NDRPDR sel
2122       - 42  # NDRPDR sel
2123   compare:
2124     title: "rls1901"
2125     data:
2126       # TODO: Add new data:
2127       csit-vpp-perf-verify-1901-3n-hsw:
2128       - 10  # NDRPDR sel
2129       - 18  # NDRPDR sel F
2130       - 19  # NDRPDR sel
2131       - 31  # NDRPDR sel
2132       - 36  # NDRPDR sel
2133       - 40  # NDRPDR sel
2134       - 42  # NDRPDR sel
2135   data: "vpp-performance-changes-3n-hsw"
2136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2137   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2138   parameters:
2139   - "name"
2140   - "parent"
2141   - "throughput"
2142
2143 # VPP Performance Changes 3n-hsw 2t2c ndr
2144 -
2145   type: "table"
2146   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2147   algorithm: "table_performance_comparison"
2148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2149   history:
2150     -
2151       title: "rls1807"
2152       data:
2153         csit-vpp-perf-verify-1807-3n-hsw:
2154         - 11  # NDRPDR full 1
2155         - 22  # NDRPDR full 2
2156         - 45  # NDRPDR full 3
2157         - 46  # NDRPDR full 4
2158         - 15  # NDRPDR sel
2159         - 16  # NDRPDR sel
2160         - 19  # NDRPDR sel
2161         - 18  # NDRPDR sel
2162         - 20  # NDRPDR sel
2163         - 38  # NDRPDR sel
2164         - 40  # NDRPDR sel
2165         - 44  # NDRPDR sel
2166         - 47  # NDRPDR sel
2167   reference:
2168     title: "rls1810"
2169     data:
2170       csit-vpp-perf-verify-1810-3n-hsw:
2171       - 8   # NDRPDR sel
2172       - 12  # NDRPDR sel
2173       - 14  # NDRPDR sel
2174       - 18  # NDRPDR sel
2175       - 23  # NDRPDR sel
2176       - 25  # NDRPDR sel
2177       - 38  # NDRPDR sel
2178       - 39  # NDRPDR sel
2179       - 41  # NDRPDR sel
2180       - 42  # NDRPDR sel
2181   compare:
2182     title: "rls1901"
2183     data:
2184       # TODO: Add new data:
2185       csit-vpp-perf-verify-1901-3n-hsw:
2186       - 10  # NDRPDR sel
2187       - 18  # NDRPDR sel F
2188       - 19  # NDRPDR sel
2189       - 31  # NDRPDR sel
2190       - 36  # NDRPDR sel
2191       - 40  # NDRPDR sel
2192       - 42  # NDRPDR sel
2193   data: "vpp-performance-changes-3n-hsw"
2194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2195   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2196   parameters:
2197   - "name"
2198   - "parent"
2199   - "throughput"
2200
2201 # VPP Performance Changes 3n-skx 2t1c pdr
2202 -
2203   type: "table"
2204   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2205   algorithm: "table_performance_comparison"
2206   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2207   history:
2208     -
2209       title: "rls1807"
2210       data:
2211         csit-vpp-perf-verify-1807-3n-skx:
2212         - 33  # NDRPDR sel
2213         - 35  # NDRPDR sel
2214         - 37  # NDRPDR sel
2215         - 38  # NDRPDR sel
2216         - 39  # NDRPDR sel
2217         - 43  # NDRPDR sel
2218         - 44  # NDRPDR sel
2219         - 49  # NDRPDR sel
2220         - 50  # NDRPDR sel
2221         - 56  # NDRPDR sel
2222   reference:
2223     title: "rls1810"
2224     data:
2225       csit-vpp-perf-verify-1810-3n-skx:
2226       - 10  # NDRPDR sel
2227       - 14  # NDRPDR sel
2228       - 15  # NDRPDR sel
2229       - 16  # NDRPDR sel
2230       - 17  # NDRPDR sel
2231       - 19  # NDRPDR sel
2232       - 20  # NDRPDR sel
2233       - 21  # NDRPDR sel
2234       - 22  # NDRPDR sel
2235       - 25  # NDRPDR sel
2236   compare:
2237     title: "rls1901"
2238     data:
2239       csit-vpp-perf-verify-1901-3n-skx:
2240       - 18  # NDRPDR sel
2241       - 19  # NDRPDR sel
2242       - 20  # NDRPDR sel
2243       - 28  # NDRPDR sel
2244       - 31  # NDRPDR sel
2245       - 33  # NDRPDR sel
2246       - 36  # NDRPDR sel
2247       - 38  # NDRPDR sel
2248       - 47  # NDRPDR sel
2249       - 48  # NDRPDR sel
2250   data: "vpp-performance-changes-3n-skx"
2251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2252   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2253   parameters:
2254   - "name"
2255   - "parent"
2256   - "throughput"
2257
2258 # VPP Performance Changes 3n-skx 4t2c pdr
2259 -
2260   type: "table"
2261   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2262   algorithm: "table_performance_comparison"
2263   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2264   history:
2265     -
2266       title: "rls1807"
2267       data:
2268         csit-vpp-perf-verify-1807-3n-skx:
2269         - 33  # NDRPDR sel
2270         - 35  # NDRPDR sel
2271         - 37  # NDRPDR sel
2272         - 38  # NDRPDR sel
2273         - 39  # NDRPDR sel
2274         - 43  # NDRPDR sel
2275         - 44  # NDRPDR sel
2276         - 49  # NDRPDR sel
2277         - 50  # NDRPDR sel
2278         - 56  # NDRPDR sel
2279   reference:
2280     title: "rls1810"
2281     data:
2282       csit-vpp-perf-verify-1810-3n-skx:
2283       - 10  # NDRPDR sel
2284       - 14  # NDRPDR sel
2285       - 15  # NDRPDR sel
2286       - 16  # NDRPDR sel
2287       - 17  # NDRPDR sel
2288       - 19  # NDRPDR sel
2289       - 20  # NDRPDR sel
2290       - 21  # NDRPDR sel
2291       - 22  # NDRPDR sel
2292       - 25  # NDRPDR sel
2293   compare:
2294     title: "rls1901"
2295     data:
2296       csit-vpp-perf-verify-1901-3n-skx:
2297       - 18  # NDRPDR sel
2298       - 19  # NDRPDR sel
2299       - 20  # NDRPDR sel
2300       - 28  # NDRPDR sel
2301       - 31  # NDRPDR sel
2302       - 33  # NDRPDR sel
2303       - 36  # NDRPDR sel
2304       - 38  # NDRPDR sel
2305       - 47  # NDRPDR sel
2306       - 48  # NDRPDR sel
2307   data: "vpp-performance-changes-3n-skx"
2308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2309   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2310   parameters:
2311   - "name"
2312   - "parent"
2313   - "throughput"
2314
2315 # VPP Performance Changes 3n-skx 2t1c ndr
2316 -
2317   type: "table"
2318   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2319   algorithm: "table_performance_comparison"
2320   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2321   history:
2322     -
2323       title: "rls1807"
2324       data:
2325         csit-vpp-perf-verify-1807-3n-skx:
2326         - 33  # NDRPDR sel
2327         - 35  # NDRPDR sel
2328         - 37  # NDRPDR sel
2329         - 38  # NDRPDR sel
2330         - 39  # NDRPDR sel
2331         - 43  # NDRPDR sel
2332         - 44  # NDRPDR sel
2333         - 49  # NDRPDR sel
2334         - 50  # NDRPDR sel
2335         - 56  # NDRPDR sel
2336   reference:
2337     title: "rls1810"
2338     data:
2339       csit-vpp-perf-verify-1810-3n-skx:
2340       - 10  # NDRPDR sel
2341       - 14  # NDRPDR sel
2342       - 15  # NDRPDR sel
2343       - 16  # NDRPDR sel
2344       - 17  # NDRPDR sel
2345       - 19  # NDRPDR sel
2346       - 20  # NDRPDR sel
2347       - 21  # NDRPDR sel
2348       - 22  # NDRPDR sel
2349       - 25  # NDRPDR sel
2350   compare:
2351     title: "rls1901"
2352     data:
2353       csit-vpp-perf-verify-1901-3n-skx:
2354       - 18  # NDRPDR sel
2355       - 19  # NDRPDR sel
2356       - 20  # NDRPDR sel
2357       - 28  # NDRPDR sel
2358       - 31  # NDRPDR sel
2359       - 33  # NDRPDR sel
2360       - 36  # NDRPDR sel
2361       - 38  # NDRPDR sel
2362       - 47  # NDRPDR sel
2363       - 48  # NDRPDR sel
2364   data: "vpp-performance-changes-3n-skx"
2365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2366   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2367   parameters:
2368   - "name"
2369   - "parent"
2370   - "throughput"
2371
2372 # VPP Performance Changes 3n-skx 4t2c ndr
2373 -
2374   type: "table"
2375   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2376   algorithm: "table_performance_comparison"
2377   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2378   history:
2379     -
2380       title: "rls1807"
2381       data:
2382         csit-vpp-perf-verify-1807-3n-skx:
2383         - 33  # NDRPDR sel
2384         - 35  # NDRPDR sel
2385         - 37  # NDRPDR sel
2386         - 38  # NDRPDR sel
2387         - 39  # NDRPDR sel
2388         - 43  # NDRPDR sel
2389         - 44  # NDRPDR sel
2390         - 49  # NDRPDR sel
2391         - 50  # NDRPDR sel
2392         - 56  # NDRPDR sel
2393   reference:
2394     title: "rls1810"
2395     data:
2396       csit-vpp-perf-verify-1810-3n-skx:
2397       - 10  # NDRPDR sel
2398       - 14  # NDRPDR sel
2399       - 15  # NDRPDR sel
2400       - 16  # NDRPDR sel
2401       - 17  # NDRPDR sel
2402       - 19  # NDRPDR sel
2403       - 20  # NDRPDR sel
2404       - 21  # NDRPDR sel
2405       - 22  # NDRPDR sel
2406       - 25  # NDRPDR sel
2407   compare:
2408     title: "rls1901"
2409     data:
2410       csit-vpp-perf-verify-1901-3n-skx:
2411       - 18  # NDRPDR sel
2412       - 19  # NDRPDR sel
2413       - 20  # NDRPDR sel
2414       - 28  # NDRPDR sel
2415       - 31  # NDRPDR sel
2416       - 33  # NDRPDR sel
2417       - 36  # NDRPDR sel
2418       - 38  # NDRPDR sel
2419       - 47  # NDRPDR sel
2420       - 48  # NDRPDR sel
2421   data: "vpp-performance-changes-3n-skx"
2422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2423   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2424   parameters:
2425   - "name"
2426   - "parent"
2427   - "throughput"
2428
2429 # VPP Performance Changes 2n-skx 2t1c pdr
2430 -
2431   type: "table"
2432   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2433   algorithm: "table_performance_comparison"
2434   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2435   history:
2436     -
2437       title: "rls1807"
2438       data:
2439         csit-vpp-perf-verify-1807-2n-skx:
2440         - 26  # NDRPDR sel
2441         - 28  # NDRPDR sel
2442         - 29  # NDRPDR sel
2443         - 30  # NDRPDR sel
2444         - 34  # NDRPDR sel
2445         - 35  # NDRPDR sel
2446         - 36  # NDRPDR sel
2447         - 39  # NDRPDR sel
2448         - 40  # NDRPDR sel
2449         - 42  # NDRPDR sel
2450   reference:
2451     title: "rls1810"
2452     data:
2453       csit-vpp-perf-verify-1810-2n-skx:
2454       - 9   # NDRPDR sel
2455       - 13  # NDRPDR sel
2456       - 14  # NDRPDR sel
2457       - 19  # NDRPDR sel
2458       - 20  # NDRPDR sel
2459       - 21  # NDRPDR sel
2460       - 22  # NDRPDR sel
2461       - 23  # NDRPDR sel
2462       - 24  # NDRPDR sel
2463       - 27  # NDRPDR sel
2464   compare:
2465     title: "rls1901"
2466     data:
2467       csit-vpp-perf-verify-1901-2n-skx:
2468       - 5   # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 21  # NDRPDR sel
2472       - 23  # NDRPDR sel
2473       - 31  # NDRPDR sel
2474       - 34  # NDRPDR sel
2475       - 40  # NDRPDR sel
2476       - 42  # NDRPDR sel
2477       - 43  # NDRPDR sel
2478   data: "vpp-performance-changes-2n-skx"
2479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2480   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2481   parameters:
2482   - "name"
2483   - "parent"
2484   - "throughput"
2485
2486 # VPP Performance Changes 2n-skx 4t2c pdr
2487 -
2488   type: "table"
2489   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2490   algorithm: "table_performance_comparison"
2491   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2492   history:
2493     - title: "rls1807"
2494       data:
2495         csit-vpp-perf-verify-1807-2n-skx:
2496         - 26  # NDRPDR sel
2497         - 28  # NDRPDR sel
2498         - 29  # NDRPDR sel
2499         - 30  # NDRPDR sel
2500         - 34  # NDRPDR sel
2501         - 35  # NDRPDR sel
2502         - 36  # NDRPDR sel
2503         - 39  # NDRPDR sel
2504         - 40  # NDRPDR sel
2505         - 42  # NDRPDR sel
2506   reference:
2507     title: "rls1810"
2508     data:
2509       csit-vpp-perf-verify-1810-2n-skx:
2510       - 9   # NDRPDR sel
2511       - 13  # NDRPDR sel
2512       - 14  # NDRPDR sel
2513       - 19  # NDRPDR sel
2514       - 20  # NDRPDR sel
2515       - 21  # NDRPDR sel
2516       - 22  # NDRPDR sel
2517       - 23  # NDRPDR sel
2518       - 24  # NDRPDR sel
2519       - 27  # NDRPDR sel
2520   compare:
2521     title: "rls1901"
2522     data:
2523       csit-vpp-perf-verify-1901-2n-skx:
2524       - 5   # NDRPDR sel
2525       - 12  # NDRPDR sel
2526       - 13  # NDRPDR sel
2527       - 21  # NDRPDR sel
2528       - 23  # NDRPDR sel
2529       - 31  # NDRPDR sel
2530       - 34  # NDRPDR sel
2531       - 40  # NDRPDR sel
2532       - 42  # NDRPDR sel
2533       - 43  # NDRPDR sel
2534   data: "vpp-performance-changes-2n-skx"
2535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2536   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2537   parameters:
2538   - "name"
2539   - "parent"
2540   - "throughput"
2541
2542 # VPP Performance Changes 2n-skx 2t1c ndr
2543 -
2544   type: "table"
2545   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2546   algorithm: "table_performance_comparison"
2547   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2548   history:
2549     - title: "rls1807"
2550       data:
2551         csit-vpp-perf-verify-1807-2n-skx:
2552         - 26  # NDRPDR sel
2553         - 28  # NDRPDR sel
2554         - 29  # NDRPDR sel
2555         - 30  # NDRPDR sel
2556         - 34  # NDRPDR sel
2557         - 35  # NDRPDR sel
2558         - 36  # NDRPDR sel
2559         - 39  # NDRPDR sel
2560         - 40  # NDRPDR sel
2561         - 42  # NDRPDR sel
2562   reference:
2563     title: "rls1810"
2564     data:
2565       csit-vpp-perf-verify-1810-2n-skx:
2566       - 9   # NDRPDR sel
2567       - 13  # NDRPDR sel
2568       - 14  # NDRPDR sel
2569       - 19  # NDRPDR sel
2570       - 20  # NDRPDR sel
2571       - 21  # NDRPDR sel
2572       - 22  # NDRPDR sel
2573       - 23  # NDRPDR sel
2574       - 24  # NDRPDR sel
2575       - 27  # NDRPDR sel
2576   compare:
2577     title: "rls1901"
2578     data:
2579       csit-vpp-perf-verify-1901-2n-skx:
2580       - 5   # NDRPDR sel
2581       - 12  # NDRPDR sel
2582       - 13  # NDRPDR sel
2583       - 21  # NDRPDR sel
2584       - 23  # NDRPDR sel
2585       - 31  # NDRPDR sel
2586       - 34  # NDRPDR sel
2587       - 40  # NDRPDR sel
2588       - 42  # NDRPDR sel
2589       - 43  # NDRPDR sel
2590   data: "vpp-performance-changes-2n-skx"
2591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Performance Changes 2n-skx 4t2c ndr
2599 -
2600   type: "table"
2601   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2602   algorithm: "table_performance_comparison"
2603   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2604   history:
2605     - title: "rls1807"
2606       data:
2607         csit-vpp-perf-verify-1807-2n-skx:
2608         - 26  # NDRPDR sel
2609         - 28  # NDRPDR sel
2610         - 29  # NDRPDR sel
2611         - 30  # NDRPDR sel
2612         - 34  # NDRPDR sel
2613         - 35  # NDRPDR sel
2614         - 36  # NDRPDR sel
2615         - 39  # NDRPDR sel
2616         - 40  # NDRPDR sel
2617         - 42  # NDRPDR sel
2618   reference:
2619     title: "rls1810"
2620     data:
2621       csit-vpp-perf-verify-1810-2n-skx:
2622       - 9   # NDRPDR sel
2623       - 13  # NDRPDR sel
2624       - 14  # NDRPDR sel
2625       - 19  # NDRPDR sel
2626       - 20  # NDRPDR sel
2627       - 21  # NDRPDR sel
2628       - 22  # NDRPDR sel
2629       - 23  # NDRPDR sel
2630       - 24  # NDRPDR sel
2631       - 27  # NDRPDR sel
2632   compare:
2633     title: "rls1901"
2634     data:
2635       csit-vpp-perf-verify-1901-2n-skx:
2636       - 5   # NDRPDR sel
2637       - 12  # NDRPDR sel
2638       - 13  # NDRPDR sel
2639       - 21  # NDRPDR sel
2640       - 23  # NDRPDR sel
2641       - 31  # NDRPDR sel
2642       - 34  # NDRPDR sel
2643       - 40  # NDRPDR sel
2644       - 42  # NDRPDR sel
2645       - 43  # NDRPDR sel
2646   data: "vpp-performance-changes-2n-skx"
2647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2648   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2649   parameters:
2650   - "name"
2651   - "parent"
2652   - "throughput"
2653
2654 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2655 -
2656   type: "table"
2657   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2660   reference:
2661     title: "3-Node Hsw"
2662     data:
2663       # TODO: Add new data:
2664       csit-vpp-perf-verify-1901-3n-hsw:
2665       - 10  # NDRPDR sel
2666       - 18  # NDRPDR sel F
2667       - 19  # NDRPDR sel
2668       - 31  # NDRPDR sel
2669       - 36  # NDRPDR sel
2670       - 40  # NDRPDR sel
2671       - 42  # NDRPDR sel
2672   compare:
2673     title: "3-Node Skx"
2674     data:
2675       csit-vpp-perf-verify-1901-3n-skx:
2676       - 18  # NDRPDR sel
2677       - 19  # NDRPDR sel
2678       - 20  # NDRPDR sel
2679       - 28  # NDRPDR sel
2680       - 31  # NDRPDR sel
2681       - 33  # NDRPDR sel
2682       - 36  # NDRPDR sel
2683       - 38  # NDRPDR sel
2684       - 47  # NDRPDR sel
2685       - 48  # NDRPDR sel
2686   data: "vpp-compare-testbeds"
2687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2688   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2689   parameters:
2690   - "name"
2691   - "parent"
2692   - "throughput"
2693
2694 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2695 -
2696   type: "table"
2697   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2698   algorithm: "table_performance_comparison"
2699   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2700   reference:
2701     title: "3-Node Hsw"
2702     data:
2703       # TODO: Add new data:
2704       csit-vpp-perf-verify-1901-3n-hsw:
2705       - 10  # NDRPDR sel
2706       - 18  # NDRPDR sel F
2707       - 19  # NDRPDR sel
2708       - 31  # NDRPDR sel
2709       - 36  # NDRPDR sel
2710       - 40  # NDRPDR sel
2711       - 42  # NDRPDR sel
2712   compare:
2713     title: "3-Node Skx"
2714     data:
2715       csit-vpp-perf-verify-1901-3n-skx:
2716       - 18  # NDRPDR sel
2717       - 19  # NDRPDR sel
2718       - 20  # NDRPDR sel
2719       - 28  # NDRPDR sel
2720       - 31  # NDRPDR sel
2721       - 33  # NDRPDR sel
2722       - 36  # NDRPDR sel
2723       - 38  # NDRPDR sel
2724       - 47  # NDRPDR sel
2725       - 48  # NDRPDR sel
2726   data: "vpp-compare-testbeds"
2727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2728   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2729   parameters:
2730   - "name"
2731   - "parent"
2732   - "throughput"
2733
2734 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2735 -
2736   type: "table"
2737   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2738   algorithm: "table_performance_comparison"
2739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2740   reference:
2741     title: "3-Node Hsw"
2742     data:
2743       # TODO: Add new data:
2744       csit-vpp-perf-verify-1901-3n-hsw:
2745       - 10  # NDRPDR sel
2746       - 18  # NDRPDR sel F
2747       - 19  # NDRPDR sel
2748       - 31  # NDRPDR sel
2749       - 36  # NDRPDR sel
2750       - 40  # NDRPDR sel
2751       - 42  # NDRPDR sel
2752   compare:
2753     title: "3-Node Skx"
2754     data:
2755       csit-vpp-perf-verify-1901-3n-skx:
2756       - 18  # NDRPDR sel
2757       - 19  # NDRPDR sel
2758       - 20  # NDRPDR sel
2759       - 28  # NDRPDR sel
2760       - 31  # NDRPDR sel
2761       - 33  # NDRPDR sel
2762       - 36  # NDRPDR sel
2763       - 38  # NDRPDR sel
2764       - 47  # NDRPDR sel
2765       - 48  # NDRPDR sel
2766   data: "vpp-compare-testbeds"
2767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2768   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2769   parameters:
2770   - "name"
2771   - "parent"
2772   - "throughput"
2773
2774 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2775 -
2776   type: "table"
2777   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2778   algorithm: "table_performance_comparison"
2779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2780   reference:
2781     title: "3-Node Hsw"
2782     data:
2783       # TODO: Add new data:
2784       csit-vpp-perf-verify-1901-3n-hsw:
2785       - 10  # NDRPDR sel
2786       - 18  # NDRPDR sel F
2787       - 19  # NDRPDR sel
2788       - 31  # NDRPDR sel
2789       - 36  # NDRPDR sel
2790       - 40  # NDRPDR sel
2791       - 42  # NDRPDR sel
2792   compare:
2793     title: "3-Node Skx"
2794     data:
2795       csit-vpp-perf-verify-1901-3n-skx:
2796       - 18  # NDRPDR sel
2797       - 19  # NDRPDR sel
2798       - 20  # NDRPDR sel
2799       - 28  # NDRPDR sel
2800       - 31  # NDRPDR sel
2801       - 33  # NDRPDR sel
2802       - 36  # NDRPDR sel
2803       - 38  # NDRPDR sel
2804       - 47  # NDRPDR sel
2805       - 48  # NDRPDR sel
2806   data: "vpp-compare-testbeds"
2807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2808   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2809   parameters:
2810   - "name"
2811   - "parent"
2812   - "throughput"
2813
2814 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2815 -
2816   type: "table"
2817   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2818   algorithm: "table_performance_comparison"
2819   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2820   reference:
2821     title: "3-Node Skx"
2822     data:
2823       csit-vpp-perf-verify-1901-3n-skx:
2824       - 18  # NDRPDR sel
2825       - 19  # NDRPDR sel
2826       - 20  # NDRPDR sel
2827       - 28  # NDRPDR sel
2828       - 31  # NDRPDR sel
2829       - 33  # NDRPDR sel
2830       - 36  # NDRPDR sel
2831       - 38  # NDRPDR sel
2832       - 47  # NDRPDR sel
2833       - 48  # NDRPDR sel
2834   compare:
2835     title: "2-Node Skx"
2836     data:
2837       csit-vpp-perf-verify-1901-2n-skx:
2838       - 5   # NDRPDR sel
2839       - 12  # NDRPDR sel
2840       - 13  # NDRPDR sel
2841       - 21  # NDRPDR sel
2842       - 23  # NDRPDR sel
2843       - 31  # NDRPDR sel
2844       - 34  # NDRPDR sel
2845       - 40  # NDRPDR sel
2846       - 42  # NDRPDR sel
2847       - 43  # NDRPDR sel
2848   data: "vpp-compare-topologies"
2849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2850   filter: "'NDRPDR' and '1C'"
2851   parameters:
2852   - "name"
2853   - "parent"
2854   - "throughput"
2855
2856 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2857 -
2858   type: "table"
2859   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2860   algorithm: "table_performance_comparison"
2861   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2862   reference:
2863     title: "3-Node Skx"
2864     data:
2865       csit-vpp-perf-verify-1901-3n-skx:
2866       - 18  # NDRPDR sel
2867       - 19  # NDRPDR sel
2868       - 20  # NDRPDR sel
2869       - 28  # NDRPDR sel
2870       - 31  # NDRPDR sel
2871       - 33  # NDRPDR sel
2872       - 36  # NDRPDR sel
2873       - 38  # NDRPDR sel
2874       - 47  # NDRPDR sel
2875       - 48  # NDRPDR sel
2876   compare:
2877     title: "2-Node Skx"
2878     data:
2879       csit-vpp-perf-verify-1901-2n-skx:
2880       - 5   # NDRPDR sel
2881       - 12  # NDRPDR sel
2882       - 13  # NDRPDR sel
2883       - 21  # NDRPDR sel
2884       - 23  # NDRPDR sel
2885       - 31  # NDRPDR sel
2886       - 34  # NDRPDR sel
2887       - 40  # NDRPDR sel
2888       - 42  # NDRPDR sel
2889       - 43  # NDRPDR sel
2890   data: "vpp-compare-topologies"
2891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2892   filter: "'NDRPDR' and '2C'"
2893   parameters:
2894   - "name"
2895   - "parent"
2896   - "throughput"
2897
2898 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2899 -
2900   type: "table"
2901   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2902   algorithm: "table_performance_comparison"
2903   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2904   reference:
2905     title: "3-Node Skx"
2906     data:
2907       csit-vpp-perf-verify-1901-3n-skx:
2908       - 18  # NDRPDR sel
2909       - 19  # NDRPDR sel
2910       - 20  # NDRPDR sel
2911       - 28  # NDRPDR sel
2912       - 31  # NDRPDR sel
2913       - 33  # NDRPDR sel
2914       - 36  # NDRPDR sel
2915       - 38  # NDRPDR sel
2916       - 47  # NDRPDR sel
2917       - 48  # NDRPDR sel
2918   compare:
2919     title: "2-Node Skx"
2920     data:
2921       csit-vpp-perf-verify-1901-2n-skx:
2922       - 5   # NDRPDR sel
2923       - 12  # NDRPDR sel
2924       - 13  # NDRPDR sel
2925       - 21  # NDRPDR sel
2926       - 23  # NDRPDR sel
2927       - 31  # NDRPDR sel
2928       - 34  # NDRPDR sel
2929       - 40  # NDRPDR sel
2930       - 42  # NDRPDR sel
2931       - 43  # NDRPDR sel
2932   data: "vpp-compare-topologies"
2933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2934   filter: "'NDRPDR' and '1C'"
2935   parameters:
2936   - "name"
2937   - "parent"
2938   - "throughput"
2939
2940 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2941 -
2942   type: "table"
2943   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2944   algorithm: "table_performance_comparison"
2945   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2946   reference:
2947     title: "3-Node Skx"
2948     data:
2949       csit-vpp-perf-verify-1901-3n-skx:
2950       - 18  # NDRPDR sel
2951       - 19  # NDRPDR sel
2952       - 20  # NDRPDR sel
2953       - 28  # NDRPDR sel
2954       - 31  # NDRPDR sel
2955       - 33  # NDRPDR sel
2956       - 36  # NDRPDR sel
2957       - 38  # NDRPDR sel
2958       - 47  # NDRPDR sel
2959       - 48  # NDRPDR sel
2960   compare:
2961     title: "2-Node Skx"
2962     data:
2963       csit-vpp-perf-verify-1901-2n-skx:
2964       - 5   # NDRPDR sel
2965       - 12  # NDRPDR sel
2966       - 13  # NDRPDR sel
2967       - 21  # NDRPDR sel
2968       - 23  # NDRPDR sel
2969       - 31  # NDRPDR sel
2970       - 34  # NDRPDR sel
2971       - 40  # NDRPDR sel
2972       - 42  # NDRPDR sel
2973       - 43  # NDRPDR sel
2974   data: "vpp-compare-topologies"
2975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2976   filter: "'NDRPDR' and '2C'"
2977   parameters:
2978   - "name"
2979   - "parent"
2980   - "throughput"
2981
2982 # VPP Performance Changes 3n-hsw 1t1c MRR
2983 -
2984   type: "table"
2985   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2986   algorithm: "table_performance_comparison"
2987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2988   history:
2989     -
2990       title: "rls1807"
2991       data:
2992         csit-vpp-perf-verify-1807-3n-hsw:
2993         - 8   # MRR full
2994         - 9   # MRR sel
2995         - 21  # MRR sel
2996         - 31  # MRR sel
2997         - 33  # MRR sel
2998         - 36  # MRR sel
2999         - 41  # MRR sel
3000         - 42  # MRR sel
3001         - 48  # MRR sel
3002   reference:
3003     title: "rls1810"
3004     data:
3005       csit-vpp-perf-verify-1810-3n-hsw:
3006       - 9   # MRR sel
3007   compare:
3008     title: "rls1901"
3009     data:
3010       csit-vpp-perf-verify-1901-3n-hsw:
3011       - 35  # MRR sel
3012   data: "vpp-performance-changes-3n-hsw-mrr"
3013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3014   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3015   parameters:
3016   - "name"
3017   - "parent"
3018   - "result"
3019
3020 # VPP Performance Changes 3n-hsw 2t2c MRR
3021 -
3022   type: "table"
3023   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3024   algorithm: "table_performance_comparison"
3025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3026   history:
3027     -
3028       title: "rls1807"
3029       data:
3030         csit-vpp-perf-verify-1807-3n-hsw:
3031         - 8   # MRR full
3032         - 9   # MRR sel
3033         - 21  # MRR sel
3034         - 31  # MRR sel
3035         - 33  # MRR sel
3036         - 36  # MRR sel
3037         - 41  # MRR sel
3038         - 42  # MRR sel
3039         - 48  # MRR sel
3040   reference:
3041     title: "rls1810"
3042     data:
3043       csit-vpp-perf-verify-1810-3n-hsw:
3044       - 9   # MRR sel
3045   compare:
3046     title: "rls1901"
3047     data:
3048       csit-vpp-perf-verify-1901-3n-hsw:
3049       - 35  # MRR sel
3050   data: "vpp-performance-changes-3n-hsw-mrr"
3051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "result"
3057
3058 # VPP Performance Changes 3n-hsw 4t4c MRR
3059 -
3060   type: "table"
3061   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3062   algorithm: "table_performance_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3064   history:
3065     -
3066       title: "rls1807"
3067       data:
3068         csit-vpp-perf-verify-1807-3n-hsw:
3069         - 8   # MRR full
3070         - 9   # MRR sel
3071         - 21  # MRR sel
3072         - 31  # MRR sel
3073         - 33  # MRR sel
3074         - 36  # MRR sel
3075         - 41  # MRR sel
3076         - 42  # MRR sel
3077         - 48  # MRR sel
3078   reference:
3079     title: "rls1810"
3080     data:
3081       csit-vpp-perf-verify-1810-3n-hsw:
3082       - 9   # MRR sel
3083   compare:
3084     title: "rls1901"
3085     data:
3086       csit-vpp-perf-verify-1901-3n-hsw:
3087       - 35  # MRR sel
3088   data: "vpp-performance-changes-3n-hsw-mrr"
3089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3090   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3091   parameters:
3092   - "name"
3093   - "parent"
3094   - "result"
3095
3096 # VPP Performance Changes 3n-skx 2t1c MRR
3097 -
3098   type: "table"
3099   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3100   algorithm: "table_performance_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3102   history:
3103     -
3104       title: "rls1807"
3105       data:
3106         csit-vpp-perf-verify-1807-3n-skx:
3107         - 28  # MRR sel
3108         - 32  # MRR sel
3109         - 36  # MRR sel
3110         - 42  # MRR sel
3111         - 47  # MRR sel
3112         - 48  # MRR sel
3113         - 51  # MRR sel
3114         - 52  # MRR sel
3115         - 53  # MRR sel
3116   reference:
3117     title: "rls1810"
3118     data:
3119       csit-vpp-perf-verify-1810-3n-skx:
3120       - 9   # MRR sel
3121       - 11  # MRR sel
3122       - 12  # MRR sel
3123       - 13  # MRR sel
3124   compare:
3125     title: "rls1901"
3126     data:
3127       csit-vpp-perf-verify-1901-3n-skx:
3128       - 32  # MRR sel
3129   data: "vpp-performance-changes-3n-skx-mrr"
3130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3131   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3132   parameters:
3133   - "name"
3134   - "parent"
3135   - "result"
3136
3137 # VPP Performance Changes 3n-skx 4t2c MRR
3138 -
3139   type: "table"
3140   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3141   algorithm: "table_performance_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3143   history:
3144     -
3145       title: "rls1807"
3146       data:
3147         csit-vpp-perf-verify-1807-3n-skx:
3148         - 28  # MRR sel
3149         - 32  # MRR sel
3150         - 36  # MRR sel
3151         - 42  # MRR sel
3152         - 47  # MRR sel
3153         - 48  # MRR sel
3154         - 51  # MRR sel
3155         - 52  # MRR sel
3156         - 53  # MRR sel
3157   reference:
3158     title: "rls1810"
3159     data:
3160       csit-vpp-perf-verify-1810-3n-skx:
3161       - 9   # MRR sel
3162       - 11  # MRR sel
3163       - 12  # MRR sel
3164       - 13  # MRR sel
3165   compare:
3166     title: "rls1901"
3167     data:
3168       csit-vpp-perf-verify-1901-3n-skx:
3169       - 32  # MRR sel
3170   data: "vpp-performance-changes-3n-skx-mrr"
3171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3172   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3173   parameters:
3174   - "name"
3175   - "parent"
3176   - "result"
3177
3178 # VPP Performance Changes 3n-skx 8t4c MRR
3179 -
3180   type: "table"
3181   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3182   algorithm: "table_performance_comparison"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3184   history:
3185     -
3186       title: "rls1807"
3187       data:
3188         csit-vpp-perf-verify-1807-3n-skx:
3189         - 28  # MRR sel
3190         - 32  # MRR sel
3191         - 36  # MRR sel
3192         - 42  # MRR sel
3193         - 47  # MRR sel
3194         - 48  # MRR sel
3195         - 51  # MRR sel
3196         - 52  # MRR sel
3197         - 53  # MRR sel
3198   reference:
3199     title: "rls1810"
3200     data:
3201       csit-vpp-perf-verify-1810-3n-skx:
3202       - 9   # MRR sel
3203       - 11  # MRR sel
3204       - 12  # MRR sel
3205       - 13  # MRR sel
3206   compare:
3207     title: "rls1901"
3208     data:
3209       csit-vpp-perf-verify-1901-3n-skx:
3210       - 32  # MRR sel
3211   data: "vpp-performance-changes-3n-skx-mrr"
3212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3213   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3214   parameters:
3215   - "name"
3216   - "parent"
3217   - "result"
3218
3219 # VPP Performance Changes 2n-skx 2t1c MRR
3220 -
3221   type: "table"
3222   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3223   algorithm: "table_performance_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3225   history:
3226     -
3227       title: "rls1807"
3228       data:
3229         csit-vpp-perf-verify-1807-2n-skx:
3230         - 31  # MRR sel
3231         - 33  # MRR sel
3232         - 37  # MRR sel
3233         - 38  # MRR sel
3234         - 41  # MRR sel
3235         - 43  # MRR sel
3236         - 44  # MRR sel
3237         - 45  # MRR sel
3238         - 46  # MRR sel
3239         - 47  # MRR sel
3240   reference:
3241     title: "rls1810"
3242     data:
3243       csit-vpp-perf-verify-1810-2n-skx:
3244       - 8   # MRR sel
3245       - 10  # MRR sel
3246       - 11  # MRR sel
3247       - 12  # MRR sel
3248   compare:
3249     title: "rls1901"
3250     data:
3251       # TODO: Add new data
3252       csit-vpp-perf-verify-1901-2n-skx:
3253       - 22  # MRR sel
3254   data: "vpp-performance-changes-2n-skx-mrr"
3255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3256   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "result"
3261
3262 # VPP Performance Changes 2n-skx 4t2c MRR
3263 -
3264   type: "table"
3265   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3266   algorithm: "table_performance_comparison"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3268   history:
3269     -
3270       title: "rls1807"
3271       data:
3272         csit-vpp-perf-verify-1807-2n-skx:
3273         - 31  # MRR sel
3274         - 33  # MRR sel
3275         - 37  # MRR sel
3276         - 38  # MRR sel
3277         - 41  # MRR sel
3278         - 43  # MRR sel
3279         - 44  # MRR sel
3280         - 45  # MRR sel
3281         - 46  # MRR sel
3282         - 47  # MRR sel
3283   reference:
3284     title: "rls1810"
3285     data:
3286       csit-vpp-perf-verify-1810-2n-skx:
3287       - 8   # MRR sel
3288       - 10  # MRR sel
3289       - 11  # MRR sel
3290       - 12  # MRR sel
3291   compare:
3292     title: "rls1901"
3293     data:
3294       csit-vpp-perf-verify-1901-2n-skx:
3295       - 22  # MRR sel
3296   data: "vpp-performance-changes-2n-skx-mrr"
3297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3298   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "result"
3303
3304 # VPP Performance Changes 2n-skx 8t4c MRR
3305 -
3306   type: "table"
3307   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3308   algorithm: "table_performance_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3310   history:
3311     -
3312       title: "rls1807"
3313       data:
3314         csit-vpp-perf-verify-1807-2n-skx:
3315         - 31  # MRR sel
3316         - 33  # MRR sel
3317         - 37  # MRR sel
3318         - 38  # MRR sel
3319         - 41  # MRR sel
3320         - 43  # MRR sel
3321         - 44  # MRR sel
3322         - 45  # MRR sel
3323         - 46  # MRR sel
3324         - 47  # MRR sel
3325   reference:
3326     title: "rls1810"
3327     data:
3328       csit-vpp-perf-verify-1810-2n-skx:
3329       - 8   # MRR sel
3330       - 10  # MRR sel
3331       - 11  # MRR sel
3332       - 12  # MRR sel
3333   compare:
3334     title: "rls1901"
3335     data:
3336       csit-vpp-perf-verify-1901-2n-skx:
3337       - 22  # MRR sel
3338   data: "vpp-performance-changes-2n-skx-mrr"
3339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3340   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3341   parameters:
3342   - "name"
3343   - "parent"
3344   - "result"
3345
3346 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3347 -
3348   type: "table"
3349   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3350   algorithm: "table_performance_comparison"
3351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3352   reference:
3353     title: "3-Node Hsw"
3354     data:
3355       csit-vpp-perf-verify-1901-3n-hsw:
3356       - 35  # MRR sel
3357   compare:
3358     title: "3-Node Skx"
3359     data:
3360       csit-vpp-perf-verify-1901-3n-skx:
3361       - 32  # MRR sel
3362   data: "vpp-compare-testbeds-mrr"
3363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3364   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3365   parameters:
3366   - "name"
3367   - "parent"
3368   - "result"
3369
3370 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3371 -
3372   type: "table"
3373   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3374   algorithm: "table_performance_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3376   reference:
3377     title: "3-Node Hsw"
3378     data:
3379       csit-vpp-perf-verify-1901-3n-hsw:
3380       - 35  # MRR sel
3381   compare:
3382     title: "3-Node Skx"
3383     data:
3384       csit-vpp-perf-verify-1901-3n-skx:
3385       - 32  # MRR sel
3386   data: "vpp-compare-testbeds-mrr"
3387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3388   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3389   parameters:
3390   - "name"
3391   - "parent"
3392   - "result"
3393
3394 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3395 -
3396   type: "table"
3397   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3398   algorithm: "table_performance_comparison"
3399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3400   reference:
3401     title: "3-Node Hsw"
3402     data:
3403       csit-vpp-perf-verify-1901-3n-hsw:
3404       - 35  # MRR sel
3405   compare:
3406     title: "3-Node Skx"
3407     data:
3408       csit-vpp-perf-verify-1901-3n-skx:
3409       - 32  # MRR sel
3410   data: "vpp-compare-testbeds-mrr"
3411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3412   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3413   parameters:
3414   - "name"
3415   - "parent"
3416   - "result"
3417
3418 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3419 -
3420   type: "table"
3421   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3422   algorithm: "table_performance_comparison"
3423   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3424   reference:
3425     title: "3-Node Skx"
3426     data:
3427       csit-vpp-perf-verify-1901-3n-skx:
3428       - 32  # MRR sel
3429   compare:
3430     title: "2-Node Skx"
3431     data:
3432       csit-vpp-perf-verify-1901-2n-skx:
3433       - 22  # MRR sel
3434   data: "vpp-compare-topologies-mrr"
3435   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3436   filter: "'MRR' and '1C'"
3437   parameters:
3438   - "name"
3439   - "parent"
3440   - "result"
3441
3442 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3443 -
3444   type: "table"
3445   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3446   algorithm: "table_performance_comparison"
3447   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3448   reference:
3449     title: "3-Node Skx"
3450     data:
3451       csit-vpp-perf-verify-1901-3n-skx:
3452       - 32  # MRR sel
3453   compare:
3454     title: "2-Node Skx"
3455     data:
3456       csit-vpp-perf-verify-1901-2n-skx:
3457       - 22  # MRR sel
3458   data: "vpp-compare-topologies-mrr"
3459   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3460   filter: "'MRR' and '2C'"
3461   parameters:
3462   - "name"
3463   - "parent"
3464   - "result"
3465
3466 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3467 -
3468   type: "table"
3469   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3470   algorithm: "table_performance_comparison"
3471   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3472   reference:
3473     title: "3-Node Skx"
3474     data:
3475       csit-vpp-perf-verify-1901-3n-skx:
3476       - 32  # MRR sel
3477   compare:
3478     title: "2-Node Skx"
3479     data:
3480       csit-vpp-perf-verify-1901-2n-skx:
3481       - 22  # MRR sel
3482   data: "vpp-compare-topologies-mrr"
3483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3484   filter: "'MRR' and '4C'"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "result"
3489
3490 # Detailed Test Results - VPP Performance Results 3n-hsw
3491 -
3492   type: "table"
3493   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3494   algorithm: "table_merged_details"
3495   output-file-ext: ".csv"
3496   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3497   columns:
3498   -
3499     title: "Name"
3500     data: "data name"
3501   -
3502     title: "Status"
3503     data: "data msg"
3504   rows: "generated"
3505   data: "vpp-perf-results-3n-hsw"
3506   filter: "not 'NDRCHK' and not 'PDRCHK'"
3507   parameters:
3508   - "name"
3509   - "parent"
3510   - "msg"
3511
3512 # Detailed Test Results - VPP Performance Results 3n-skx
3513 -
3514   type: "table"
3515   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3516   algorithm: "table_merged_details"
3517   output-file-ext: ".csv"
3518   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3519   columns:
3520   -
3521     title: "Name"
3522     data: "data name"
3523   -
3524     title: "Status"
3525     data: "data msg"
3526   rows: "generated"
3527   data: "vpp-perf-results-3n-skx"
3528   filter: "not 'NDRCHK' and not 'PDRCHK'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "msg"
3533
3534 # Detailed Test Results - VPP Performance Results 2n-skx
3535 -
3536   type: "table"
3537   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3538   algorithm: "table_merged_details"
3539   output-file-ext: ".csv"
3540   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3541   columns:
3542   -
3543     title: "Name"
3544     data: "data name"
3545   -
3546     title: "Status"
3547     data: "data msg"
3548   rows: "generated"
3549   data: "vpp-perf-results-2n-skx"
3550   filter: "not 'NDRCHK' and not 'PDRCHK'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "msg"
3555
3556 # Detailed Test Results - VPP Performance Results 2n-dnv
3557 -
3558   type: "table"
3559   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3560   algorithm: "table_details"
3561   output-file-ext: ".csv"
3562   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3563   columns:
3564   -
3565     title: "Name"
3566     data: "data name"
3567   -
3568     title: "Status"
3569     data: "data msg"
3570   rows: "generated"
3571   data: "intel-dnv-vpp"
3572   filter: "'NDRPDR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "msg"
3577
3578 # Test configuration - VPP Performance Test Configs 3n-hsw
3579 -
3580   type: "table"
3581   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3582   algorithm: "table_merged_details"
3583   output-file-ext: ".csv"
3584   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3585   columns:
3586   -
3587     title: "Name"
3588     data: "data name"
3589   -
3590     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3591     data: "data vat-history"
3592   rows: "generated"
3593   data: "vpp-perf-results-3n-hsw"
3594   filter: "not 'NDRCHK' and not 'PDRCHK'"
3595   parameters:
3596   - "parent"
3597   - "name"
3598   - "vat-history"
3599
3600 # Test configuration - VPP Performance Test Configs 3n-skx
3601 -
3602   type: "table"
3603   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3604   algorithm: "table_merged_details"
3605   output-file-ext: ".csv"
3606   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3607   columns:
3608   -
3609     title: "Name"
3610     data: "data name"
3611   -
3612     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3613     data: "data vat-history"
3614   rows: "generated"
3615   data: "vpp-perf-results-3n-skx"
3616   filter: "not 'NDRCHK' and not 'PDRCHK'"
3617   parameters:
3618   - "parent"
3619   - "name"
3620   - "vat-history"
3621
3622 # Test configuration - VPP Performance Test Configs 2n-skx
3623 -
3624   type: "table"
3625   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3626   algorithm: "table_merged_details"
3627   output-file-ext: ".csv"
3628   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3629   columns:
3630   -
3631     title: "Name"
3632     data: "data name"
3633   -
3634     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3635     data: "data vat-history"
3636   rows: "generated"
3637   data: "vpp-perf-results-2n-skx"
3638   filter: "not 'NDRCHK' and not 'PDRCHK'"
3639   parameters:
3640   - "parent"
3641   - "name"
3642   - "vat-history"
3643
3644 # Test configuration - VPP Performance Test Configs 2n-dnv
3645 -
3646   type: "table"
3647   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3648   algorithm: "table_details"
3649   output-file-ext: ".csv"
3650   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3651   columns:
3652   -
3653     title: "Name"
3654     data: "data name"
3655   -
3656     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3657     data: "data vat-history"
3658   rows: "generated"
3659   data: "intel-dnv-vpp"
3660   filter: "'NDRPDR'"
3661   parameters:
3662   - "parent"
3663   - "name"
3664   - "vat-history"
3665
3666 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3667 -
3668   type: "table"
3669   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3670   algorithm: "table_merged_details"
3671   output-file-ext: ".csv"
3672   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3673   columns:
3674   -
3675     title: "Name"
3676     data: "data name"
3677   -
3678     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3679     data: "data show-run"
3680   rows: "generated"
3681   data: "vpp-perf-results-3n-hsw"
3682   filter: "not 'NDRCHK' and not 'PDRCHK'"
3683   parameters:
3684   - "parent"
3685   - "name"
3686   - "show-run"
3687
3688 # Test Operational Data - VPP Performance Operational Data 3n-skx
3689 -
3690   type: "table"
3691   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3692   algorithm: "table_merged_details"
3693   output-file-ext: ".csv"
3694   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3695   columns:
3696   -
3697     title: "Name"
3698     data: "data name"
3699   -
3700     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3701     data: "data show-run"
3702   rows: "generated"
3703   data: "vpp-perf-results-3n-skx"
3704   filter: "not 'NDRCHK' and not 'PDRCHK'"
3705   parameters:
3706   - "parent"
3707   - "name"
3708   - "show-run"
3709
3710 # Test Operational Data - VPP Performance Operational Data 2n-skx
3711 -
3712   type: "table"
3713   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3714   algorithm: "table_merged_details"
3715   output-file-ext: ".csv"
3716   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3717   columns:
3718   -
3719     title: "Name"
3720     data: "data name"
3721   -
3722     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3723     data: "data show-run"
3724   rows: "generated"
3725   data: "vpp-perf-results-2n-skx"
3726   filter: "not 'NDRCHK' and not 'PDRCHK'"
3727   parameters:
3728   - "parent"
3729   - "name"
3730   - "show-run"
3731
3732 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3733 -
3734   type: "table"
3735   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3736   algorithm: "table_details"
3737   output-file-ext: ".csv"
3738   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3739   columns:
3740   -
3741     title: "Name"
3742     data: "data name"
3743   -
3744     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3745     data: "data show-run"
3746   rows: "generated"
3747   data: "intel-dnv-vpp"
3748   filter: "'NDRPDR'"
3749   parameters:
3750   - "parent"
3751   - "name"
3752   - "show-run"
3753
3754 # Detailed Test Results - VPP MRR Results 3n-hsw
3755 -
3756   type: "table"
3757   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3758   algorithm: "table_details"
3759   output-file-ext: ".csv"
3760   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3761   columns:
3762   -
3763     title: "Name"
3764     data: "data name"
3765   -
3766     title: "Status"
3767     data: "data msg"
3768   rows: "generated"
3769   data: "vpp-mrr-results-3n-hsw"
3770   filter: "'MRR'"
3771   parameters:
3772   - "name"
3773   - "parent"
3774   - "msg"
3775
3776 # Detailed Test Results - VPP MRR Results 3n-skx
3777 -
3778   type: "table"
3779   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3780   algorithm: "table_details"
3781   output-file-ext: ".csv"
3782   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3783   columns:
3784   -
3785     title: "Name"
3786     data: "data name"
3787   -
3788     title: "Status"
3789     data: "data msg"
3790   rows: "generated"
3791   data: "vpp-mrr-results-3n-skx"
3792   filter: "'MRR'"
3793   parameters:
3794   - "name"
3795   - "parent"
3796   - "msg"
3797
3798 # Detailed Test Results - VPP MRR Results 2n-skx
3799 -
3800   type: "table"
3801   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3802   algorithm: "table_details"
3803   output-file-ext: ".csv"
3804   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3805   columns:
3806   -
3807     title: "Name"
3808     data: "data name"
3809   -
3810     title: "Status"
3811     data: "data msg"
3812   rows: "generated"
3813   data: "vpp-mrr-results-2n-skx"
3814   filter: "'MRR'"
3815   parameters:
3816   - "name"
3817   - "parent"
3818   - "msg"
3819
3820 # Detailed Test Results - VPP MRR Results 2n-dnv
3821 -
3822   type: "table"
3823   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3824   algorithm: "table_details"
3825   output-file-ext: ".csv"
3826   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3827   columns:
3828   -
3829     title: "Name"
3830     data: "data name"
3831   -
3832     title: "Status"
3833     data: "data msg"
3834   rows: "generated"
3835   data: "intel-dnv-vpp"
3836   filter: "'MRR'"
3837   parameters:
3838   - "name"
3839   - "parent"
3840   - "msg"
3841
3842 # Test configuration - VPP MRR Test Configs 3n-hsw
3843 -
3844   type: "table"
3845   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3846   algorithm: "table_details"
3847   output-file-ext: ".csv"
3848   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3849   columns:
3850   -
3851     title: "Name"
3852     data: "data name"
3853   -
3854     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3855     data: "data vat-history"
3856   rows: "generated"
3857   data: "vpp-mrr-results-3n-hsw"
3858   filter: "'MRR'"
3859   parameters:
3860   - "parent"
3861   - "name"
3862   - "vat-history"
3863
3864 # Test configuration - VPP MRR Test Configs 3n-skx
3865 -
3866   type: "table"
3867   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3868   algorithm: "table_details"
3869   output-file-ext: ".csv"
3870   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3871   columns:
3872   -
3873     title: "Name"
3874     data: "data name"
3875   -
3876     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3877     data: "data vat-history"
3878   rows: "generated"
3879   data: "vpp-mrr-results-3n-skx"
3880   filter: "'MRR'"
3881   parameters:
3882   - "parent"
3883   - "name"
3884   - "vat-history"
3885
3886 # Test configuration - VPP MRR Test Configs 2n-skx
3887 -
3888   type: "table"
3889   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3890   algorithm: "table_details"
3891   output-file-ext: ".csv"
3892   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3893   columns:
3894   -
3895     title: "Name"
3896     data: "data name"
3897   -
3898     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3899     data: "data vat-history"
3900   rows: "generated"
3901   data: "vpp-mrr-results-2n-skx"
3902   filter: "'MRR'"
3903   parameters:
3904   - "parent"
3905   - "name"
3906   - "vat-history"
3907
3908 # Test configuration - VPP MRR Test Configs 2n-dnv
3909 -
3910   type: "table"
3911   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3912   algorithm: "table_details"
3913   output-file-ext: ".csv"
3914   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3915   columns:
3916   -
3917     title: "Name"
3918     data: "data name"
3919   -
3920     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3921     data: "data vat-history"
3922   rows: "generated"
3923   data: "intel-dnv-vpp"
3924   filter: "'MRR'"
3925   parameters:
3926   - "parent"
3927   - "name"
3928   - "vat-history"
3929
3930 # Detailed Test Results - VPP Functional Results - Ubuntu
3931 -
3932   type: "table"
3933   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3934   algorithm: "table_details"
3935   output-file-ext: ".csv"
3936   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3937   columns:
3938   -
3939     title: "Name"
3940     data: "data name"
3941   -
3942     title: "Documentation"
3943     data: "data doc"
3944   -
3945     title: "Status"
3946     data: "data status"
3947   rows: "generated"
3948   data: "vpp-func-results-ubuntu"
3949   filter: "all"
3950   parameters:
3951   - "name"
3952   - "parent"
3953   - "doc"
3954   - "status"
3955
3956 # Detailed Test Results - VPP Functional Results - CentOS
3957 -
3958   type: "table"
3959   title: "Detailed Test Results - VPP Functional Results - CentOS"
3960   algorithm: "table_details"
3961   output-file-ext: ".csv"
3962   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3963   columns:
3964   -
3965     title: "Name"
3966     data: "data name"
3967   -
3968     title: "Documentation"
3969     data: "data doc"
3970   -
3971     title: "Status"
3972     data: "data status"
3973   rows: "generated"
3974   data:
3975     "vpp-func-results-centos"
3976   filter: "all"
3977   parameters:
3978   - "name"
3979   - "parent"
3980   - "doc"
3981   - "status"
3982
3983 # Test configuration - VPP Functional Test Configs - Ubuntu
3984 -
3985   type: "table"
3986   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3987   algorithm: "table_details"
3988   output-file-ext: ".csv"
3989   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3990   columns:
3991   -
3992     title: "Name"
3993     data: "data name"
3994   -
3995     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3996     data: "data vat-history"
3997   rows: "generated"
3998   data: "vpp-func-results-ubuntu"
3999   filter: "all"
4000   parameters:
4001   - "parent"
4002   - "name"
4003   - "vat-history"
4004
4005 # Test configuration - VPP Functional Test Configs - CentOS
4006 -
4007   type: "table"
4008   title: "Test configuration - VPP Functional Test Configs - CentOS"
4009   algorithm: "table_details"
4010   output-file-ext: ".csv"
4011   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4012   columns:
4013   -
4014     title: "Name"
4015     data: "data name"
4016   -
4017     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4018     data: "data vat-history"
4019   rows: "generated"
4020   data: "vpp-func-results-centos"
4021   filter: "all"
4022   parameters:
4023   - "parent"
4024   - "name"
4025   - "vat-history"
4026
4027 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
4028 -
4029   type: "table"
4030   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
4031   algorithm: "table_details"
4032   output-file-ext: ".csv"
4033   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4034   columns:
4035   -
4036     title: "Name"
4037     data: "data name"
4038   -
4039     title: "Status"
4040     data: "data msg"
4041   rows: "generated"
4042   data: "ligato-perf-results-3n-hsw"
4043   filter: "all"
4044   parameters:
4045   - "name"
4046   - "parent"
4047   - "msg"
4048
4049 # Detailed Test Results - VPP Device Results - Ubuntu
4050 -
4051   type: "table"
4052   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4053   algorithm: "table_details"
4054   output-file-ext: ".csv"
4055   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4056   columns:
4057   -
4058     title: "Name"
4059     data: "data name"
4060   -
4061     title: "Documentation"
4062     data: "data doc"
4063   -
4064     title: "Status"
4065     data: "data status"
4066   rows: "generated"
4067   data: "vpp-device-results-ubuntu"
4068   filter: "all"
4069   parameters:
4070   - "name"
4071   - "parent"
4072   - "doc"
4073   - "status"
4074
4075 # Test configuration - VPP Device Test Configs - Ubuntu
4076 -
4077   type: "table"
4078   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4079   algorithm: "table_details"
4080   output-file-ext: ".csv"
4081   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4082   columns:
4083   -
4084     title: "Name"
4085     data: "data name"
4086   -
4087     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4088     data: "data vat-history"
4089   rows: "generated"
4090   data: "vpp-device-results-ubuntu"
4091   filter: "all"
4092   parameters:
4093   - "parent"
4094   - "name"
4095   - "vat-history"
4096
4097 ################################################################################
4098
4099 # DPDK Performance Changes 3n-hsw 1t1c pdr
4100 -
4101   type: "table"
4102   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4103   algorithm: "table_performance_comparison"
4104   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4105   history:
4106     -
4107       title: "rls1807"
4108       data:
4109         csit-dpdk-perf-verify-1807-3n-hsw:
4110         - 11
4111         - 12  # full
4112         - 14
4113         - 15
4114         - 16
4115         - 17
4116         - 20
4117         - 21
4118         - 22
4119         - 23
4120   reference:
4121     title: "rls1810"
4122     data:
4123       csit-dpdk-perf-verify-1810-3n-hsw:
4124       - 1   # NDRPDR sel
4125       - 2   # NDRPDR sel
4126       - 3   # NDRPDR sel
4127       - 4   # NDRPDR sel
4128       - 5   # NDRPDR sel
4129       - 6   # NDRPDR sel
4130       - 7   # NDRPDR sel
4131       - 8   # NDRPDR sel
4132       - 9   # NDRPDR sel
4133       - 10  # NDRPDR sel
4134   compare:
4135     title: "rls1901"
4136     data:
4137       csit-dpdk-perf-verify-1901-3n-hsw:
4138       - 13  # NDRPDR sel
4139       - 14  # NDRPDR sel
4140       - 16  # NDRPDR sel
4141       - 17  # NDRPDR sel
4142       - 18  # NDRPDR sel
4143       - 19  # NDRPDR sel
4144       - 20  # NDRPDR sel
4145       - 21  # NDRPDR sel
4146       - 22  # NDRPDR sel
4147   data: "dpdk-performance-changes-3n-hsw"
4148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4149   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4150   parameters:
4151   - "name"
4152   - "parent"
4153   - "throughput"
4154
4155 # DPDK Performance Changes 3n-hsw 2t2c pdr
4156 -
4157   type: "table"
4158   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4159   algorithm: "table_performance_comparison"
4160   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4161   history:
4162     -
4163       title: "rls1807"
4164       data:
4165         csit-dpdk-perf-verify-1807-3n-hsw:
4166         - 11
4167         - 12  # full
4168         - 14
4169         - 15
4170         - 16
4171         - 17
4172         - 20
4173         - 21
4174         - 22
4175         - 23
4176   reference:
4177     title: "rls1810"
4178     data:
4179       csit-dpdk-perf-verify-1810-3n-hsw:
4180       - 1   # NDRPDR sel
4181       - 2   # NDRPDR sel
4182       - 3   # NDRPDR sel
4183       - 4   # NDRPDR sel
4184       - 5   # NDRPDR sel
4185       - 6   # NDRPDR sel
4186       - 7   # NDRPDR sel
4187       - 8   # NDRPDR sel
4188       - 9   # NDRPDR sel
4189       - 10  # NDRPDR sel
4190   compare:
4191     title: "rls1901"
4192     data:
4193       csit-dpdk-perf-verify-1901-3n-hsw:
4194       - 13  # NDRPDR sel
4195       - 14  # NDRPDR sel
4196       - 16  # NDRPDR sel
4197       - 17  # NDRPDR sel
4198       - 18  # NDRPDR sel
4199       - 19  # NDRPDR sel
4200       - 20  # NDRPDR sel
4201       - 21  # NDRPDR sel
4202       - 22  # NDRPDR sel
4203   data: "dpdk-performance-changes-3n-hsw"
4204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4205   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4206   parameters:
4207   - "name"
4208   - "parent"
4209   - "throughput"
4210
4211 # DPDK Performance Changes 3n-hsw 1t1c ndr
4212 -
4213   type: "table"
4214   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4215   algorithm: "table_performance_comparison"
4216   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4217   history:
4218     -
4219       title: "rls1807"
4220       data:
4221         csit-dpdk-perf-verify-1807-3n-hsw:
4222         - 11
4223         - 12  # full
4224         - 14
4225         - 15
4226         - 16
4227         - 17
4228         - 20
4229         - 21
4230         - 22
4231         - 23
4232   reference:
4233     title: "rls1810"
4234     data:
4235       csit-dpdk-perf-verify-1810-3n-hsw:
4236       - 1   # NDRPDR sel
4237       - 2   # NDRPDR sel
4238       - 3   # NDRPDR sel
4239       - 4   # NDRPDR sel
4240       - 5   # NDRPDR sel
4241       - 6   # NDRPDR sel
4242       - 7   # NDRPDR sel
4243       - 8   # NDRPDR sel
4244       - 9   # NDRPDR sel
4245       - 10  # NDRPDR sel
4246   compare:
4247     title: "rls1901"
4248     data:
4249       csit-dpdk-perf-verify-1901-3n-hsw:
4250       - 13  # NDRPDR sel
4251       - 14  # NDRPDR sel
4252       - 16  # NDRPDR sel
4253       - 17  # NDRPDR sel
4254       - 18  # NDRPDR sel
4255       - 19  # NDRPDR sel
4256       - 20  # NDRPDR sel
4257       - 21  # NDRPDR sel
4258       - 22  # NDRPDR sel
4259   data: "dpdk-performance-changes-3n-hsw"
4260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4261   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4262   parameters:
4263   - "name"
4264   - "parent"
4265   - "throughput"
4266
4267 # DPDK Performance Changes 3n-hsw 2t2c ndr
4268 -
4269   type: "table"
4270   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4271   algorithm: "table_performance_comparison"
4272   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4273   history:
4274     -
4275       title: "rls1807"
4276       data:
4277         csit-dpdk-perf-verify-1807-3n-hsw:
4278         - 11
4279         - 12  # full
4280         - 14
4281         - 15
4282         - 16
4283         - 17
4284         - 20
4285         - 21
4286         - 22
4287         - 23
4288   reference:
4289     title: "rls1810"
4290     data:
4291       csit-dpdk-perf-verify-1810-3n-hsw:
4292       - 1   # NDRPDR sel
4293       - 2   # NDRPDR sel
4294       - 3   # NDRPDR sel
4295       - 4   # NDRPDR sel
4296       - 5   # NDRPDR sel
4297       - 6   # NDRPDR sel
4298       - 7   # NDRPDR sel
4299       - 8   # NDRPDR sel
4300       - 9   # NDRPDR sel
4301       - 10  # NDRPDR sel
4302   compare:
4303     title: "rls1901"
4304     data:
4305       csit-dpdk-perf-verify-1901-3n-hsw:
4306       - 13  # NDRPDR sel
4307       - 14  # NDRPDR sel
4308       - 16  # NDRPDR sel
4309       - 17  # NDRPDR sel
4310       - 18  # NDRPDR sel
4311       - 19  # NDRPDR sel
4312       - 20  # NDRPDR sel
4313       - 21  # NDRPDR sel
4314       - 22  # NDRPDR sel
4315   data: "dpdk-performance-changes-3n-hsw"
4316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4317   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4318   parameters:
4319   - "name"
4320   - "parent"
4321   - "throughput"
4322
4323 # DPDK Performance Changes 3n-skx 2t1c pdr
4324 -
4325   type: "table"
4326   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4327   algorithm: "table_performance_comparison"
4328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4329   history:
4330     -
4331       title: "rls1807"
4332       data:
4333         csit-dpdk-perf-verify-1807-3n-skx:
4334         - 1   # NDRPDR sel
4335         - 2   # NDRPDR sel
4336         - 3   # NDRPDR sel
4337         - 6   # NDRPDR sel
4338         - 7   # NDRPDR sel
4339         - 8   # NDRPDR sel
4340         - 9   # NDRPDR sel
4341         - 10  # NDRPDR sel
4342         - 11  # NDRPDR sel
4343         - 12  # NDRPDR sel
4344   reference:
4345     title: "rls1810"
4346     data:
4347       csit-dpdk-perf-verify-1810-3n-skx:
4348       - 3   # NDRPDR sel
4349       - 4   # NDRPDR sel
4350       - 6   # NDRPDR sel
4351       - 7   # NDRPDR sel
4352       - 8   # NDRPDR sel
4353       - 9   # NDRPDR sel
4354       - 10  # NDRPDR sel
4355       - 11  # NDRPDR sel
4356       - 12  # NDRPDR sel
4357       - 13  # NDRPDR sel
4358   compare:
4359     title: "rls1901"
4360     data:
4361       csit-dpdk-perf-verify-1901-3n-skx:
4362       - 3   # NDRPDR sel
4363       - 5   # NDRPDR sel
4364       - 6   # NDRPDR sel
4365       - 7   # NDRPDR sel
4366       - 8   # NDRPDR sel
4367       - 9   # NDRPDR sel
4368       - 10  # NDRPDR sel
4369       - 11  # NDRPDR sel
4370       - 12  # NDRPDR sel
4371       - 13  # NDRPDR sel
4372   data: "dpdk-performance-changes-3n-skx"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4375   parameters:
4376   - "name"
4377   - "parent"
4378   - "throughput"
4379
4380 # DPDK Performance Changes 3n-skx 4t2c pdr
4381 -
4382   type: "table"
4383   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4384   algorithm: "table_performance_comparison"
4385   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4386   history:
4387     -
4388       title: "rls1807"
4389       data:
4390         csit-dpdk-perf-verify-1807-3n-skx:
4391         - 1   # NDRPDR sel
4392         - 2   # NDRPDR sel
4393         - 3   # NDRPDR sel
4394         - 6   # NDRPDR sel
4395         - 7   # NDRPDR sel
4396         - 8   # NDRPDR sel
4397         - 9   # NDRPDR sel
4398         - 10  # NDRPDR sel
4399         - 11  # NDRPDR sel
4400         - 12  # NDRPDR sel
4401   reference:
4402     title: "rls1810"
4403     data:
4404       csit-dpdk-perf-verify-1810-3n-skx:
4405       - 3   # NDRPDR sel
4406       - 4   # NDRPDR sel
4407       - 6   # NDRPDR sel
4408       - 7   # NDRPDR sel
4409       - 8   # NDRPDR sel
4410       - 9   # NDRPDR sel
4411       - 10  # NDRPDR sel
4412       - 11  # NDRPDR sel
4413       - 12  # NDRPDR sel
4414       - 13  # NDRPDR sel
4415   compare:
4416     title: "rls1901"
4417     data:
4418       csit-dpdk-perf-verify-1901-3n-skx:
4419       - 3   # NDRPDR sel
4420       - 5   # NDRPDR sel
4421       - 6   # NDRPDR sel
4422       - 7   # NDRPDR sel
4423       - 8   # NDRPDR sel
4424       - 9   # NDRPDR sel
4425       - 10  # NDRPDR sel
4426       - 11  # NDRPDR sel
4427       - 12  # NDRPDR sel
4428       - 13  # NDRPDR sel
4429   data: "dpdk-performance-changes-3n-skx"
4430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4431   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4432   parameters:
4433   - "name"
4434   - "parent"
4435   - "throughput"
4436
4437 # DPDK Performance Changes 3n-skx 2t1c ndr
4438 -
4439   type: "table"
4440   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4441   algorithm: "table_performance_comparison"
4442   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4443   history:
4444     -
4445       title: "rls1807"
4446       data:
4447         csit-dpdk-perf-verify-1807-3n-skx:
4448         - 1   # NDRPDR sel
4449         - 2   # NDRPDR sel
4450         - 3   # NDRPDR sel
4451         - 6   # NDRPDR sel
4452         - 7   # NDRPDR sel
4453         - 8   # NDRPDR sel
4454         - 9   # NDRPDR sel
4455         - 10  # NDRPDR sel
4456         - 11  # NDRPDR sel
4457         - 12  # NDRPDR sel
4458   reference:
4459     title: "rls1810"
4460     data:
4461       csit-dpdk-perf-verify-1810-3n-skx:
4462       - 3   # NDRPDR sel
4463       - 4   # NDRPDR sel
4464       - 6   # NDRPDR sel
4465       - 7   # NDRPDR sel
4466       - 8   # NDRPDR sel
4467       - 9   # NDRPDR sel
4468       - 10  # NDRPDR sel
4469       - 11  # NDRPDR sel
4470       - 12  # NDRPDR sel
4471       - 13  # NDRPDR sel
4472   compare:
4473     title: "rls1901"
4474     data:
4475       csit-dpdk-perf-verify-1901-3n-skx:
4476       - 3   # NDRPDR sel
4477       - 5   # NDRPDR sel
4478       - 6   # NDRPDR sel
4479       - 7   # NDRPDR sel
4480       - 8   # NDRPDR sel
4481       - 9   # NDRPDR sel
4482       - 10  # NDRPDR sel
4483       - 11  # NDRPDR sel
4484       - 12  # NDRPDR sel
4485       - 13  # NDRPDR sel
4486   data: "dpdk-performance-changes-3n-skx"
4487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4488   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4489   parameters:
4490   - "name"
4491   - "parent"
4492   - "throughput"
4493
4494 # DPDK Performance Changes 3n-skx 4t2c ndr
4495 -
4496   type: "table"
4497   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4498   algorithm: "table_performance_comparison"
4499   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4500   history:
4501     -
4502       title: "rls1807"
4503       data:
4504         csit-dpdk-perf-verify-1807-3n-skx:
4505         - 1   # NDRPDR sel
4506         - 2   # NDRPDR sel
4507         - 3   # NDRPDR sel
4508         - 6   # NDRPDR sel
4509         - 7   # NDRPDR sel
4510         - 8   # NDRPDR sel
4511         - 9   # NDRPDR sel
4512         - 10  # NDRPDR sel
4513         - 11  # NDRPDR sel
4514         - 12  # NDRPDR sel
4515   reference:
4516     title: "rls1810"
4517     data:
4518       csit-dpdk-perf-verify-1810-3n-skx:
4519       - 3   # NDRPDR sel
4520       - 4   # NDRPDR sel
4521       - 6   # NDRPDR sel
4522       - 7   # NDRPDR sel
4523       - 8   # NDRPDR sel
4524       - 9   # NDRPDR sel
4525       - 10  # NDRPDR sel
4526       - 11  # NDRPDR sel
4527       - 12  # NDRPDR sel
4528       - 13  # NDRPDR sel
4529   compare:
4530     title: "rls1901"
4531     data:
4532       csit-dpdk-perf-verify-1901-3n-skx:
4533       - 3   # NDRPDR sel
4534       - 5   # NDRPDR sel
4535       - 6   # NDRPDR sel
4536       - 7   # NDRPDR sel
4537       - 8   # NDRPDR sel
4538       - 9   # NDRPDR sel
4539       - 10  # NDRPDR sel
4540       - 11  # NDRPDR sel
4541       - 12  # NDRPDR sel
4542       - 13  # NDRPDR sel
4543   data: "dpdk-performance-changes-3n-skx"
4544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4545   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4546   parameters:
4547   - "name"
4548   - "parent"
4549   - "throughput"
4550
4551 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4552 -
4553   type: "table"
4554   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4555   algorithm: "table_performance_comparison"
4556   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4557   reference:
4558     title: "3-Node Hsw"
4559     data:
4560       csit-dpdk-perf-verify-1901-3n-hsw:
4561       - 13  # NDRPDR sel
4562       - 14  # NDRPDR sel
4563       - 16  # NDRPDR sel
4564       - 17  # NDRPDR sel
4565       - 18  # NDRPDR sel
4566       - 19  # NDRPDR sel
4567       - 20  # NDRPDR sel
4568       - 21  # NDRPDR sel
4569       - 22  # NDRPDR sel
4570   compare:
4571     title: "3-Node Skx"
4572     data:
4573       csit-dpdk-perf-verify-1901-3n-skx:
4574       - 3   # NDRPDR sel
4575       - 5   # NDRPDR sel
4576       - 6   # NDRPDR sel
4577       - 7   # NDRPDR sel
4578       - 8   # NDRPDR sel
4579       - 9   # NDRPDR sel
4580       - 10  # NDRPDR sel
4581       - 11  # NDRPDR sel
4582       - 12  # NDRPDR sel
4583       - 13  # NDRPDR sel
4584   data: "dpdk-compare-testbeds"
4585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4586   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4587   parameters:
4588   - "name"
4589   - "parent"
4590   - "throughput"
4591
4592 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4593 -
4594   type: "table"
4595   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4596   algorithm: "table_performance_comparison"
4597   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4598   reference:
4599     title: "3-Node Skx"
4600     data:
4601       csit-dpdk-perf-verify-1901-3n-skx:
4602       - 3   # NDRPDR sel
4603       - 5   # NDRPDR sel
4604       - 6   # NDRPDR sel
4605       - 7   # NDRPDR sel
4606       - 8   # NDRPDR sel
4607       - 9   # NDRPDR sel
4608       - 10  # NDRPDR sel
4609       - 11  # NDRPDR sel
4610       - 12  # NDRPDR sel
4611       - 13  # NDRPDR sel
4612   compare:
4613     title: "2-Node Skx"
4614     data:
4615       csit-dpdk-perf-verify-1901-2n-skx:
4616       - 12  # NDRPDR sel
4617       - 13  # NDRPDR sel
4618       - 14  # NDRPDR sel
4619       - 15  # NDRPDR sel
4620       - 16  # NDRPDR sel
4621       - 17  # NDRPDR sel
4622       - 18  # NDRPDR sel
4623       - 19  # NDRPDR sel
4624       - 20  # NDRPDR sel
4625       - 21  # NDRPDR sel
4626   data: "dpdk-compare-topologies"
4627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4628   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4629   parameters:
4630   - "name"
4631   - "parent"
4632   - "throughput"
4633
4634 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4635 -
4636   type: "table"
4637   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4638   algorithm: "table_performance_comparison"
4639   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4640   reference:
4641     title: "3-Node Skx"
4642     data:
4643       csit-dpdk-perf-verify-1901-3n-skx:
4644       - 3   # NDRPDR sel
4645       - 5   # NDRPDR sel
4646       - 6   # NDRPDR sel
4647       - 7   # NDRPDR sel
4648       - 8   # NDRPDR sel
4649       - 9   # NDRPDR sel
4650       - 10  # NDRPDR sel
4651       - 11  # NDRPDR sel
4652       - 12  # NDRPDR sel
4653       - 13  # NDRPDR sel
4654   compare:
4655     title: "2-Node Skx"
4656     data:
4657       csit-dpdk-perf-verify-1901-2n-skx:
4658       - 12  # NDRPDR sel
4659       - 13  # NDRPDR sel
4660       - 14  # NDRPDR sel
4661       - 15  # NDRPDR sel
4662       - 16  # NDRPDR sel
4663       - 17  # NDRPDR sel
4664       - 18  # NDRPDR sel
4665       - 19  # NDRPDR sel
4666       - 20  # NDRPDR sel
4667       - 21  # NDRPDR sel
4668   data: "dpdk-compare-topologies"
4669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4670   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4671   parameters:
4672   - "name"
4673   - "parent"
4674   - "throughput"
4675
4676 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4677 -
4678   type: "table"
4679   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4680   algorithm: "table_performance_comparison"
4681   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4682   reference:
4683     title: "3-Node Hsw"
4684     data:
4685       csit-dpdk-perf-verify-1901-3n-hsw:
4686       - 13  # NDRPDR sel
4687       - 14  # NDRPDR sel
4688       - 16  # NDRPDR sel
4689       - 17  # NDRPDR sel
4690       - 18  # NDRPDR sel
4691       - 19  # NDRPDR sel
4692       - 20  # NDRPDR sel
4693       - 21  # NDRPDR sel
4694       - 22  # NDRPDR sel
4695   compare:
4696     title: "3-Node Skx"
4697     data:
4698       csit-dpdk-perf-verify-1901-3n-skx:
4699       - 3   # NDRPDR sel
4700       - 5   # NDRPDR sel
4701       - 6   # NDRPDR sel
4702       - 7   # NDRPDR sel
4703       - 8   # NDRPDR sel
4704       - 9   # NDRPDR sel
4705       - 10  # NDRPDR sel
4706       - 11  # NDRPDR sel
4707       - 12  # NDRPDR sel
4708       - 13  # NDRPDR sel
4709   data: "dpdk-compare-testbeds"
4710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4711   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4712   parameters:
4713   - "name"
4714   - "parent"
4715   - "throughput"
4716
4717 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4718 # NOTE: Not used in 18.10
4719 #-
4720 #  type: "table"
4721 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4722 #  algorithm: "table_performance_comparison"
4723 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4724 #  reference:
4725 #    title: "3-Node Hsw"
4726 #    data:
4727 #      csit-dpdk-perf-verify-1807-3n-hsw:
4728 #      - 11
4729 #      - 12  # full
4730 #      - 14
4731 #      - 15
4732 #      - 16
4733 #      - 17
4734 #      - 20
4735 #      - 21
4736 #      - 22
4737 #      - 23
4738 #  compare:
4739 #    title: "3-Node Skx"
4740 #    data:
4741 #      csit-dpdk-perf-verify-1807-3n-skx:
4742 #      - 1
4743 #      - 2
4744 #      - 3
4745 #      - 6
4746 #      - 7
4747 #      - 8
4748 #      - 9
4749 #      - 10
4750 #      - 11
4751 #      - 12
4752 #  data: "dpdk-compare-testbeds"
4753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4754 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4755 #  parameters:
4756 #  - "name"
4757 #  - "parent"
4758 #  - "result"
4759
4760 # DPDK Performance Changes 2n-skx 2t1c pdr
4761 -
4762   type: "table"
4763   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4764   algorithm: "table_performance_comparison"
4765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4766   reference:
4767     title: "rls1810"
4768     data:
4769       csit-dpdk-perf-verify-1810-2n-skx:
4770       - 3   # NDRPDR sel
4771       - 4   # NDRPDR sel
4772       - 5   # NDRPDR sel
4773       - 7   # NDRPDR sel
4774       - 8   # NDRPDR sel
4775       - 9   # NDRPDR sel
4776       - 10  # NDRPDR sel
4777       - 11  # NDRPDR sel
4778       - 12  # NDRPDR sel
4779       - 13  # NDRPDR sel
4780   compare:
4781     title: "rls1901"
4782     data:
4783       csit-dpdk-perf-verify-1901-2n-skx:
4784       - 12  # NDRPDR sel
4785       - 13  # NDRPDR sel
4786       - 14  # NDRPDR sel
4787       - 15  # NDRPDR sel
4788       - 16  # NDRPDR sel
4789       - 17  # NDRPDR sel
4790       - 18  # NDRPDR sel
4791       - 19  # NDRPDR sel
4792       - 20  # NDRPDR sel
4793       - 21  # NDRPDR sel
4794   data: "dpdk-performance-changes-2n-skx"
4795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4796   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4797   parameters:
4798   - "name"
4799   - "parent"
4800   - "throughput"
4801
4802 # DPDK Performance Changes 2n-skx 4t2c pdr
4803 -
4804   type: "table"
4805   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4806   algorithm: "table_performance_comparison"
4807   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4808   reference:
4809     title: "rls1810"
4810     data:
4811       csit-dpdk-perf-verify-1810-2n-skx:
4812       - 3   # NDRPDR sel
4813       - 4   # NDRPDR sel
4814       - 5   # NDRPDR sel
4815       - 7   # NDRPDR sel
4816       - 8   # NDRPDR sel
4817       - 9   # NDRPDR sel
4818       - 10  # NDRPDR sel
4819       - 11  # NDRPDR sel
4820       - 12  # NDRPDR sel
4821       - 13  # NDRPDR sel
4822   compare:
4823     title: "rls1901"
4824     data:
4825       csit-dpdk-perf-verify-1901-2n-skx:
4826       - 12  # NDRPDR sel
4827       - 13  # NDRPDR sel
4828       - 14  # NDRPDR sel
4829       - 15  # NDRPDR sel
4830       - 16  # NDRPDR sel
4831       - 17  # NDRPDR sel
4832       - 18  # NDRPDR sel
4833       - 19  # NDRPDR sel
4834       - 20  # NDRPDR sel
4835       - 21  # NDRPDR sel
4836   data: "dpdk-performance-changes-2n-skx"
4837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4838   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4839   parameters:
4840   - "name"
4841   - "parent"
4842   - "throughput"
4843
4844 # DPDK Performance Changes 2n-skx 2t1c ndr
4845 -
4846   type: "table"
4847   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4848   algorithm: "table_performance_comparison"
4849   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4850   reference:
4851     title: "rls1810"
4852     data:
4853       csit-dpdk-perf-verify-1810-2n-skx:
4854       - 3   # NDRPDR sel
4855       - 4   # NDRPDR sel
4856       - 5   # NDRPDR sel
4857       - 7   # NDRPDR sel
4858       - 8   # NDRPDR sel
4859       - 9   # NDRPDR sel
4860       - 10  # NDRPDR sel
4861       - 11  # NDRPDR sel
4862       - 12  # NDRPDR sel
4863       - 13  # NDRPDR sel
4864   compare:
4865     title: "rls1901"
4866     data:
4867       csit-dpdk-perf-verify-1901-2n-skx:
4868       - 12  # NDRPDR sel
4869       - 13  # NDRPDR sel
4870       - 14  # NDRPDR sel
4871       - 15  # NDRPDR sel
4872       - 16  # NDRPDR sel
4873       - 17  # NDRPDR sel
4874       - 18  # NDRPDR sel
4875       - 19  # NDRPDR sel
4876       - 20  # NDRPDR sel
4877       - 21  # NDRPDR sel
4878   data: "dpdk-performance-changes-2n-skx"
4879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4880   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4881   parameters:
4882   - "name"
4883   - "parent"
4884   - "throughput"
4885
4886 # DPDK Performance Changes 2n-skx 4t2c ndr
4887 -
4888   type: "table"
4889   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4890   algorithm: "table_performance_comparison"
4891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4892   reference:
4893     title: "rls1810"
4894     data:
4895       csit-dpdk-perf-verify-1810-2n-skx:
4896       - 3   # NDRPDR sel
4897       - 4   # NDRPDR sel
4898       - 5   # NDRPDR sel
4899       - 7   # NDRPDR sel
4900       - 8   # NDRPDR sel
4901       - 9   # NDRPDR sel
4902       - 10  # NDRPDR sel
4903       - 11  # NDRPDR sel
4904       - 12  # NDRPDR sel
4905       - 13  # NDRPDR sel
4906   compare:
4907     title: "rls1901"
4908     data:
4909       csit-dpdk-perf-verify-1901-2n-skx:
4910       - 12  # NDRPDR sel
4911       - 13  # NDRPDR sel
4912       - 14  # NDRPDR sel
4913       - 15  # NDRPDR sel
4914       - 16  # NDRPDR sel
4915       - 17  # NDRPDR sel
4916       - 18  # NDRPDR sel
4917       - 19  # NDRPDR sel
4918       - 20  # NDRPDR sel
4919       - 21  # NDRPDR sel
4920   data: "dpdk-performance-changes-2n-skx"
4921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4922   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4923   parameters:
4924   - "name"
4925   - "parent"
4926   - "throughput"
4927
4928 # Detailed Test Results - DPDK Performance Results 3n-hsw
4929 -
4930   type: "table"
4931   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4932   algorithm: "table_details"
4933   output-file-ext: ".csv"
4934   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4935   columns:
4936   -
4937     title: "Name"
4938     data: "data name"
4939   -
4940     title: "Status"
4941     data: "data msg"
4942   rows: "generated"
4943   data: "dpdk-perf-results-3n-hsw"
4944   filter: "all"
4945   parameters:
4946   - "name"
4947   - "parent"
4948   - "msg"
4949
4950 # Detailed Test Results - DPDK Performance Results 3n-skx
4951 -
4952   type: "table"
4953   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4954   algorithm: "table_details"
4955   output-file-ext: ".csv"
4956   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4957   columns:
4958   -
4959     title: "Name"
4960     data: "data name"
4961   -
4962     title: "Status"
4963     data: "data msg"
4964   rows: "generated"
4965   data: "dpdk-perf-results-3n-skx"
4966   filter: "all"
4967   parameters:
4968   - "name"
4969   - "parent"
4970   - "msg"
4971
4972 # Detailed Test Results - DPDK Performance Results 2n-skx
4973 -
4974   type: "table"
4975   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4976   algorithm: "table_details"
4977   output-file-ext: ".csv"
4978   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4979   columns:
4980   -
4981     title: "Name"
4982     data: "data name"
4983   -
4984     title: "Status"
4985     data: "data msg"
4986   rows: "generated"
4987   data: "dpdk-perf-results-2n-skx"
4988   filter: "all"
4989   parameters:
4990   - "name"
4991   - "parent"
4992   - "msg"
4993
4994 ################################################################################
4995 # HoneyComb
4996 -
4997   type: "table"
4998   title: "Detailed Test Results - Honeycomb Functional Results"
4999   algorithm: "table_details"
5000   output-file-ext: ".csv"
5001   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
5002   columns:
5003   -
5004     title: "Name"
5005     data: "data name"
5006   -
5007     title: "Documentation"
5008     data: "data doc"
5009   -
5010     title: "Status"
5011     data: "data status"
5012   rows: "generated"
5013   data:
5014     "hc-func-results"
5015   filter: "all"
5016   parameters:
5017   - "name"
5018   - "parent"
5019   - "doc"
5020   - "status"
5021
5022 ################################################################################
5023 # NSH SFC
5024 -
5025   type: "table"
5026   title: "Detailed Test Results - NSH SFC Functional Results"
5027   algorithm: "table_details"
5028   output-file-ext: ".csv"
5029   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
5030   columns:
5031   -
5032     title: "Name"
5033     data: "data name"
5034   -
5035     title: "Documentation"
5036     data: "data doc"
5037   -
5038     title: "Status"
5039     data: "data status"
5040   rows: "generated"
5041   data:
5042     "nsh-func-results"
5043   filter: "all"
5044   parameters:
5045   - "name"
5046   - "parent"
5047   - "doc"
5048   - "status"
5049
5050 ################################################################################
5051 # DMM
5052 -
5053   type: "table"
5054   title: "Detailed Test Results - DMM Functional Results"
5055   algorithm: "table_details"
5056   output-file-ext: ".csv"
5057   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5058   columns:
5059   -
5060     title: "Name"
5061     data: "data name"
5062   -
5063     title: "Documentation"
5064     data: "data doc"
5065   -
5066     title: "Status"
5067     data: "data status"
5068   rows: "generated"
5069   data:
5070     "dmm-func-results"
5071   filter: "all"
5072   parameters:
5073   - "name"
5074   - "parent"
5075   - "doc"
5076   - "status"
5077
5078 ################################################################################
5079 ###                                F I L E S                                 ###
5080 ################################################################################
5081
5082 # VPP Performance Results 3n-hsw
5083 -
5084   type: "file"
5085   title: "VPP Performance Results 3n-hsw"
5086   algorithm: "file_test_results"
5087   output-file-ext: ".rst"
5088   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5089   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"
5090   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5091   data: "vpp-perf-results-3n-hsw"
5092   filter: "not 'NDRCHK' and not 'PDRCHK'"
5093   parameters:
5094   - "name"
5095   - "doc"
5096   - "level"
5097   - "parent"
5098   data-start-level: 3
5099
5100 # VPP Performance Results 3n-skx
5101 -
5102   type: "file"
5103   title: "VPP Performance Results 3n-skx"
5104   algorithm: "file_test_results"
5105   output-file-ext: ".rst"
5106   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5107   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"
5108   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5109   data: "vpp-perf-results-3n-skx"
5110   filter: "not 'NDRCHK' and not 'PDRCHK'"
5111   parameters:
5112   - "name"
5113   - "doc"
5114   - "level"
5115   - "parent"
5116   data-start-level: 3
5117
5118 # VPP Performance Results 2n-skx
5119 -
5120   type: "file"
5121   title: "VPP Performance Results 2n-skx"
5122   algorithm: "file_test_results"
5123   output-file-ext: ".rst"
5124   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5125   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"
5126   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5127   data: "vpp-perf-results-2n-skx"
5128   filter: "not 'NDRCHK' and not 'PDRCHK'"
5129   parameters:
5130   - "name"
5131   - "doc"
5132   - "level"
5133   - "parent"
5134   data-start-level: 3
5135
5136 # VPP Performance Results 2n-dnv
5137 -
5138   type: "file"
5139   title: "VPP Performance Results 2n-dnv"
5140   algorithm: "file_test_results"
5141   output-file-ext: ".rst"
5142   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5143   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"
5144   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5145   data: "intel-dnv-vpp"
5146   filter: "'NDRPDR'"
5147   parameters:
5148   - "name"
5149   - "doc"
5150   - "level"
5151   - "parent"
5152   data-start-level: 3
5153
5154 # VPP Performance Configuration 3n-hsw
5155 -
5156   type: "file"
5157   title: "VPP Performance Configuration 3n-hsw"
5158   algorithm: "file_test_results"
5159   output-file-ext: ".rst"
5160   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5161   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"
5162   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5163   data: "vpp-perf-results-3n-hsw"
5164   filter: "not 'NDRCHK' and not 'PDRCHK'"
5165   parameters:
5166   - "name"
5167   - "doc"
5168   - "level"
5169   - "parent"
5170   data-start-level: 3
5171
5172 # VPP Performance Configuration 3n-skx
5173 -
5174   type: "file"
5175   title: "VPP Performance Configuration 3n-skx"
5176   algorithm: "file_test_results"
5177   output-file-ext: ".rst"
5178   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5179   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"
5180   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5181   data: "vpp-perf-results-3n-skx"
5182   filter: "not 'NDRCHK' and not 'PDRCHK'"
5183   parameters:
5184   - "name"
5185   - "doc"
5186   - "level"
5187   - "parent"
5188   data-start-level: 3
5189
5190 # VPP Performance Configuration 2n-skx
5191 -
5192   type: "file"
5193   title: "VPP Performance Configuration 2n-skx"
5194   algorithm: "file_test_results"
5195   output-file-ext: ".rst"
5196   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5197   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"
5198   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5199   data: "vpp-perf-results-2n-skx"
5200   filter: "not 'NDRCHK' and not 'PDRCHK'"
5201   parameters:
5202   - "name"
5203   - "doc"
5204   - "level"
5205   - "parent"
5206   data-start-level: 3
5207
5208 # VPP Performance Configuration 2n-dnv
5209 -
5210   type: "file"
5211   title: "VPP Performance Configuration 2n-dnv"
5212   algorithm: "file_test_results"
5213   output-file-ext: ".rst"
5214   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5215   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"
5216   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5217   data: "intel-dnv-vpp"
5218   filter: "'NDRPDR'"
5219   parameters:
5220   - "name"
5221   - "doc"
5222   - "level"
5223   - "parent"
5224   data-start-level: 3
5225
5226 # VPP Performance Operational Data 3n-hsw
5227 -
5228   type: "file"
5229   title: "VPP Performance Operational Data 3n-hsw"
5230   algorithm: "file_test_results"
5231   output-file-ext: ".rst"
5232   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5233   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"
5234   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5235   data: "vpp-perf-results-3n-hsw"
5236   filter: "not 'NDRCHK' and not 'PDRCHK'"
5237   parameters:
5238   - "name"
5239   - "doc"
5240   - "level"
5241   - "parent"
5242   data-start-level: 3
5243
5244 # VPP Performance Operational Data 3n-skx
5245 -
5246   type: "file"
5247   title: "VPP Performance Operational Data 3n-skx"
5248   algorithm: "file_test_results"
5249   output-file-ext: ".rst"
5250   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5251   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"
5252   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5253   data: "vpp-perf-results-3n-skx"
5254   filter: "not 'NDRCHK' and not 'PDRCHK'"
5255   parameters:
5256   - "name"
5257   - "doc"
5258   - "level"
5259   - "parent"
5260   data-start-level: 3
5261
5262 # VPP Performance Operational Data 2n-skx
5263 -
5264   type: "file"
5265   title: "VPP Performance Operational Data 2n-skx"
5266   algorithm: "file_test_results"
5267   output-file-ext: ".rst"
5268   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5269   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"
5270   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5271   data: "vpp-perf-results-2n-skx"
5272   filter: "not 'NDRCHK' and not 'PDRCHK'"
5273   parameters:
5274   - "name"
5275   - "doc"
5276   - "level"
5277   - "parent"
5278   data-start-level: 3
5279
5280 # VPP Performance Operational Data 2n-dnv
5281 -
5282   type: "file"
5283   title: "VPP Performance Operational Data 2n-dnv"
5284   algorithm: "file_test_results"
5285   output-file-ext: ".rst"
5286   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5287   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"
5288   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5289   data: "intel-dnv-vpp"
5290   filter: "'NDRPDR'"
5291   parameters:
5292   - "name"
5293   - "doc"
5294   - "level"
5295   - "parent"
5296   data-start-level: 3
5297
5298 # VPP MRR Results 3n-hsw
5299 -
5300   type: "file"
5301   title: "VPP MRR Results 3n-hsw"
5302   algorithm: "file_test_results"
5303   output-file-ext: ".rst"
5304   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5305   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"
5306   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5307   data: "vpp-mrr-results-3n-hsw"
5308   filter: "'MRR'"
5309   parameters:
5310   - "name"
5311   - "doc"
5312   - "level"
5313   - "parent"
5314   data-start-level: 3
5315
5316 # VPP MRR Results 3n-skx
5317 -
5318   type: "file"
5319   title: "VPP MRR Results 3n-skx"
5320   algorithm: "file_test_results"
5321   output-file-ext: ".rst"
5322   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5323   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"
5324   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5325   data: "vpp-mrr-results-3n-skx"
5326   filter: "'MRR'"
5327   parameters:
5328   - "name"
5329   - "doc"
5330   - "level"
5331   - "parent"
5332   data-start-level: 3
5333
5334 # VPP MRR Results 2n-skx
5335 -
5336   type: "file"
5337   title: "VPP MRR Results 2n-skx"
5338   algorithm: "file_test_results"
5339   output-file-ext: ".rst"
5340   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5341   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"
5342   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5343   data: "vpp-mrr-results-2n-skx"
5344   filter: "all"
5345   parameters:
5346   - "name"
5347   - "doc"
5348   - "level"
5349   - "parent"
5350   data-start-level: 3
5351
5352 # VPP MRR Results 2n-dnv
5353 -
5354   type: "file"
5355   title: "VPP MRR Results 2n-dnv"
5356   algorithm: "file_test_results"
5357   output-file-ext: ".rst"
5358   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5359   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"
5360   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5361   data: "intel-dnv-vpp"
5362   filter: "'MRR'"
5363   parameters:
5364   - "name"
5365   - "doc"
5366   - "level"
5367   - "parent"
5368   data-start-level: 3
5369
5370 # VPP MRR Configuration 3n-hsw
5371 -
5372   type: "file"
5373   title: "VPP MRR Configuration 3n-hsw"
5374   algorithm: "file_test_results"
5375   output-file-ext: ".rst"
5376   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5377   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"
5378   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5379   data: "vpp-mrr-results-3n-hsw"
5380   filter: "'MRR'"
5381   parameters:
5382   - "name"
5383   - "doc"
5384   - "level"
5385   - "parent"
5386   data-start-level: 3
5387
5388 # VPP MRR Configuration 3n-skx
5389 -
5390   type: "file"
5391   title: "VPP MRR Configuration 3n-skx"
5392   algorithm: "file_test_results"
5393   output-file-ext: ".rst"
5394   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5395   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"
5396   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5397   data: "vpp-mrr-results-3n-skx"
5398   filter: "'MRR'"
5399   parameters:
5400   - "name"
5401   - "doc"
5402   - "level"
5403   - "parent"
5404   data-start-level: 3
5405
5406 # VPP MRR Configuration 2n-skx
5407 -
5408   type: "file"
5409   title: "VPP MRR Configuration 2n-skx"
5410   algorithm: "file_test_results"
5411   output-file-ext: ".rst"
5412   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5413   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"
5414   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5415   data: "vpp-mrr-results-2n-skx"
5416   filter: "'MRR'"
5417   parameters:
5418   - "name"
5419   - "doc"
5420   - "level"
5421   - "parent"
5422   data-start-level: 3
5423
5424 # VPP MRR Configuration 2n-dnv
5425 -
5426   type: "file"
5427   title: "VPP MRR Configuration 2n-dnv"
5428   algorithm: "file_test_results"
5429   output-file-ext: ".rst"
5430   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5431   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"
5432   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5433   data: "intel-dnv-vpp"
5434   filter: "'MRR'"
5435   parameters:
5436   - "name"
5437   - "doc"
5438   - "level"
5439   - "parent"
5440   data-start-level: 3
5441
5442 # VPP Functional Results - Ubuntu
5443 -
5444   type: "file"
5445   title: "VPP Functional Results - Ubuntu"
5446   algorithm: "file_test_results"
5447   output-file-ext: ".rst"
5448   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5449   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"
5450   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5451   data: "vpp-func-results-ubuntu"
5452   filter: "all"
5453   parameters:
5454   - "name"
5455   - "doc"
5456   - "level"
5457   - "parent"
5458   data-start-level: 3
5459
5460 # VPP Functional Results - CentOS
5461 -
5462   type: "file"
5463   title: "VPP Functional Results - CentOS"
5464   algorithm: "file_test_results"
5465   output-file-ext: ".rst"
5466   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5467   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"
5468   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5469   data:
5470     "vpp-func-results-centos"
5471   filter: "all"
5472   parameters:
5473   - "name"
5474   - "doc"
5475   - "level"
5476   - "parent"
5477   data-start-level: 3
5478
5479 # VPP Functional Configuration - Ubuntu
5480 -
5481   type: "file"
5482   title: "VPP Functional Configuration - Ubuntu"
5483   algorithm: "file_test_results"
5484   output-file-ext: ".rst"
5485   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5486   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"
5487   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5488   data: "vpp-func-results-ubuntu"
5489   filter: "all"
5490   parameters:
5491   - "name"
5492   - "doc"
5493   - "level"
5494   - "parent"
5495   data-start-level: 3
5496
5497 # VPP Functional Configuration - CentOS
5498 -
5499   type: "file"
5500   title: "VPP Functional Configuration - CentOS"
5501   algorithm: "file_test_results"
5502   output-file-ext: ".rst"
5503   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5504   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"
5505   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5506   data:
5507     "vpp-func-results-centos"
5508   filter: "all"
5509   parameters:
5510   - "name"
5511   - "doc"
5512   - "level"
5513   - "parent"
5514   data-start-level: 3
5515
5516 # VPP Device Results - Ubuntu
5517 -
5518   type: "file"
5519   title: "VPP Device Results - Ubuntu"
5520   algorithm: "file_test_results"
5521   output-file-ext: ".rst"
5522   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5523   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"
5524   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5525   data: "vpp-device-results-ubuntu"
5526   filter: "all"
5527   parameters:
5528   - "name"
5529   - "doc"
5530   - "level"
5531   - "parent"
5532   data-start-level: 2
5533
5534 # VPP Device Configuration - Ubuntu
5535 -
5536   type: "file"
5537   title: "VPP Device Configuration - Ubuntu"
5538   algorithm: "file_test_results"
5539   output-file-ext: ".rst"
5540   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5541   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"
5542   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5543   data: "vpp-device-results-ubuntu"
5544   filter: "all"
5545   parameters:
5546   - "name"
5547   - "doc"
5548   - "level"
5549   - "parent"
5550   data-start-level: 2
5551
5552 # Container Orchestrated Performance Results 3n-hsw
5553 -
5554   type: "file"
5555   title: "Container Orchestrated Performance Results 3n-hsw"
5556   algorithm: "file_test_results"
5557   output-file-ext: ".rst"
5558   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5559   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"
5560   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5561   data: "ligato-perf-results-3n-hsw"
5562   filter: "all"
5563   parameters:
5564   - "name"
5565   - "doc"
5566   - "level"
5567   - "parent"
5568   data-start-level: 3
5569
5570 # DPDK Performance Results 3n-hsw
5571 -
5572   type: "file"
5573   title: "DPDK Performance Results 3n-hsw"
5574   algorithm: "file_test_results"
5575   output-file-ext: ".rst"
5576   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5577   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"
5578   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5579   data: "dpdk-perf-results-3n-hsw"
5580   filter: "all"
5581   parameters:
5582   - "name"
5583   - "doc"
5584   - "level"
5585   - "parent"
5586   data-start-level: 3
5587
5588 # DPDK Performance Results 3n-skx
5589 -
5590   type: "file"
5591   title: "DPDK Performance Results 3n-skx"
5592   algorithm: "file_test_results"
5593   output-file-ext: ".rst"
5594   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5595   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"
5596   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5597   data: "dpdk-perf-results-3n-skx"
5598   filter: "all"
5599   parameters:
5600   - "name"
5601   - "doc"
5602   - "level"
5603   - "parent"
5604   data-start-level: 3
5605
5606 # DPDK Performance Results 2n-skx
5607 -
5608   type: "file"
5609   title: "DPDK Performance Results 2n-skx"
5610   algorithm: "file_test_results"
5611   output-file-ext: ".rst"
5612   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5613   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"
5614   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5615   data: "dpdk-perf-results-2n-skx"
5616   filter: "all"
5617   parameters:
5618   - "name"
5619   - "doc"
5620   - "level"
5621   - "parent"
5622   data-start-level: 3
5623
5624 # Honeycomb Functional Results
5625 -
5626   type: "file"
5627   title: "Honeycomb Functional Results"
5628   algorithm: "file_test_results"
5629   output-file-ext: ".rst"
5630   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5631   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"
5632   dir-tables: "{DIR[DTR,FUNC,HC]}"
5633   data:
5634     "hc-func-results"
5635   filter: "all"
5636   parameters:
5637   - "name"
5638   - "doc"
5639   - "level"
5640   - "parent"
5641   data-start-level: 3
5642
5643 # NSH SFC Functional Results
5644 -
5645   type: "file"
5646   title: "NSH SFC Functional Results"
5647   algorithm: "file_test_results"
5648   output-file-ext: ".rst"
5649   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5650   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"
5651   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5652   data:
5653     "nsh-func-results"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "doc"
5658   - "level"
5659   - "parent"
5660   data-start-level: 3
5661
5662 # DMM Functional Results
5663 -
5664   type: "file"
5665   title: "DMM Functional Results"
5666   algorithm: "file_test_results"
5667   output-file-ext: ".rst"
5668   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5669   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"
5670   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5671   data:
5672     "dmm-func-results"
5673   filter: "all"
5674   parameters:
5675   - "name"
5676   - "doc"
5677   - "level"
5678   - "parent"
5679   data-start-level: 3
5680
5681 ################################################################################
5682 ###                                P L O T S                                 ###
5683 ################################################################################
5684
5685 # Soak test - 30min Soak Test (PLRsearch), boxes
5686 -
5687   type: "plot"
5688   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5689   algorithm: "plot_soak_boxes"
5690   output-file-type: ".html"
5691   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5692   data: "plot-vpp-soak-2n-skx"
5693   filter: "'SOAK'"
5694   parameters:
5695   - "throughput"
5696   - "parent"
5697   - "tags"
5698   sort:
5699   - "L2PATCH"
5700 #  - "L2XCBASE"
5701 #  - "L2BDMACLRN"
5702 #  - "IP4FWD"
5703 #  - "IP6FWD"
5704   - "VHOST"
5705   layout:
5706     title: "30min Soak Test (PLRsearch)"
5707     layout: "plot-soak-throughput"
5708
5709 # Soak test - example, not used
5710 -
5711   type: "plot"
5712   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5713   algorithm: "plot_soak_bars"
5714   output-file-type: ".html"
5715   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5716   data: "plot-vpp-soak-2n-skx"
5717   filter: "'SOAK'"
5718   parameters:
5719   - "throughput"
5720   - "parent"
5721   - "tags"
5722   sort:
5723   - "L2PATCH"
5724 #  - "L2XCBASE"
5725 #  - "L2BDMACLRN"
5726 #  - "IP4FWD"
5727 #  - "IP6FWD"
5728   - "VHOST"
5729   layout:
5730     title: "30min Soak Test (PLRsearch)"
5731     layout: "plot-soak-throughput"
5732
5733 ################################################################################
5734 # Plots - NF Density - VSC
5735
5736 -
5737   type: "plot"
5738   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5739   algorithm: "plot_service_density_heatmap"
5740   output-file-type: ".html"
5741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5742   data: "plot-vpp-nfv-2n-skx-mrr"
5743   filter: "'NIC_Intel-X710' and
5744            'NF_DENSITY' and
5745            'VM' and
5746            'CHAIN' and
5747            '64B' and
5748            '2T1C' and
5749            'MRR'"
5750   parameters:
5751   - "result"
5752   - "name"
5753   - "tags"
5754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5755   x-axis: "X = VNFs per Service Chain"
5756   y-axis: "Y = Number of Service Chains"
5757   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5758   layout:
5759     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5760     layout: "plot-service-density"
5761
5762 -
5763   type: "plot"
5764   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5765   algorithm: "plot_service_density_heatmap"
5766   output-file-type: ".html"
5767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5768   data: "plot-vpp-nfv-2n-skx-mrr"
5769   filter: "'NIC_Intel-X710' and
5770            'NF_DENSITY' and
5771            'VM' and
5772            'CHAIN' and
5773            '64B' and
5774            '4T2C' and
5775            'MRR'"
5776   parameters:
5777   - "result"
5778   - "name"
5779   - "tags"
5780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5781   x-axis: "X = VNFs per Service Chain"
5782   y-axis: "Y = Number of Service Chains"
5783   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5784   layout:
5785     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5786     layout: "plot-service-density"
5787
5788 -
5789   type: "plot"
5790   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5791   algorithm: "plot_service_density_heatmap"
5792   output-file-type: ".html"
5793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5794   data: "plot-vpp-nfv-2n-skx-mrr"
5795   filter: "'NIC_Intel-X710' and
5796            'NF_DENSITY' and
5797            'VM' and
5798            'CHAIN' and
5799            'IMIX' and
5800            '2T1C' and
5801            'MRR'"
5802   parameters:
5803   - "result"
5804   - "name"
5805   - "tags"
5806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5807   x-axis: "X = VNFs per Service Chain"
5808   y-axis: "Y = Number of Service Chains"
5809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5810   layout:
5811     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5812     layout: "plot-service-density"
5813
5814 -
5815   type: "plot"
5816   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5817   algorithm: "plot_service_density_heatmap"
5818   output-file-type: ".html"
5819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5820   data: "plot-vpp-nfv-2n-skx-mrr"
5821   filter: "'NIC_Intel-X710' and
5822            'NF_DENSITY' and
5823            'VM' and
5824            'CHAIN' and
5825            'IMIX' and
5826            '4T2C' and
5827            'MRR'"
5828   parameters:
5829   - "result"
5830   - "name"
5831   - "tags"
5832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5833   x-axis: "X = VNFs per Service Chain"
5834   y-axis: "Y = Number of Service Chains"
5835   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5836   layout:
5837     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5838     layout: "plot-service-density"
5839
5840 -
5841   type: "plot"
5842   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5843   algorithm: "plot_service_density_heatmap"
5844   output-file-type: ".html"
5845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5846   data: "plot-vpp-nfv-2n-skx"
5847   filter: "'NIC_Intel-X710' and
5848            'NF_DENSITY' and
5849            'VM' and
5850            'CHAIN' and
5851            '64B' and
5852            '2T1C' and
5853            'NDRPDR'"
5854   parameters:
5855   - "throughput"
5856   - "name"
5857   - "tags"
5858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5859   x-axis: "X = VNFs per Service Chain"
5860   y-axis: "Y = Number of Service Chains"
5861   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5862   layout:
5863     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5864     layout: "plot-service-density"
5865
5866 -
5867   type: "plot"
5868   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5869   algorithm: "plot_service_density_heatmap"
5870   output-file-type: ".html"
5871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5872   data: "plot-vpp-nfv-2n-skx"
5873   filter: "'NIC_Intel-X710' and
5874            'NF_DENSITY' and
5875            'VM' and
5876            'CHAIN' and
5877            '64B' and
5878            '4T2C' and
5879            'NDRPDR'"
5880   parameters:
5881   - "throughput"
5882   - "name"
5883   - "tags"
5884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5885   x-axis: "X = VNFs per Service Chain"
5886   y-axis: "Y = Number of Service Chains"
5887   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5888   layout:
5889     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5890     layout: "plot-service-density"
5891
5892 -
5893   type: "plot"
5894   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5895   algorithm: "plot_service_density_heatmap"
5896   output-file-type: ".html"
5897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5898   data: "plot-vpp-nfv-2n-skx"
5899   filter: "'NIC_Intel-X710' and
5900            'NF_DENSITY' and
5901            'VM' and
5902            'CHAIN' and
5903            'IMIX' and
5904            '2T1C' and
5905            'NDRPDR'"
5906   parameters:
5907   - "throughput"
5908   - "name"
5909   - "tags"
5910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5911   x-axis: "X = VNFs per Service Chain"
5912   y-axis: "Y = Number of Service Chains"
5913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5914   layout:
5915     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5916     layout: "plot-service-density"
5917
5918 -
5919   type: "plot"
5920   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5921   algorithm: "plot_service_density_heatmap"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5924   data: "plot-vpp-nfv-2n-skx"
5925   filter: "'NIC_Intel-X710' and
5926            'NF_DENSITY' and
5927            'VM' and
5928            'CHAIN' and
5929            'IMIX' and
5930            '4T2C' and
5931            'NDRPDR'"
5932   parameters:
5933   - "throughput"
5934   - "name"
5935   - "tags"
5936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5937   x-axis: "X = VNFs per Service Chain"
5938   y-axis: "Y = Number of Service Chains"
5939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5940   layout:
5941     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5942     layout: "plot-service-density"
5943
5944 -
5945   type: "plot"
5946   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5947   algorithm: "plot_service_density_heatmap"
5948   output-file-type: ".html"
5949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5950   data: "plot-vpp-nfv-2n-skx"
5951   filter: "'NIC_Intel-X710' and
5952            'NF_DENSITY' and
5953            'VM' and
5954            'CHAIN' and
5955            '64B' and
5956            '2T1C' and
5957            'NDRPDR'"
5958   parameters:
5959   - "throughput"
5960   - "name"
5961   - "tags"
5962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5963   x-axis: "X = VNFs per Service Chain"
5964   y-axis: "Y = Number of Service Chains"
5965   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5966   layout:
5967     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5968     layout: "plot-service-density"
5969
5970 -
5971   type: "plot"
5972   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5973   algorithm: "plot_service_density_heatmap"
5974   output-file-type: ".html"
5975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5976   data: "plot-vpp-nfv-2n-skx"
5977   filter: "'NIC_Intel-X710' and
5978            'NF_DENSITY' and
5979            'VM' and
5980            'CHAIN' and
5981            '64B' and
5982            '4T2C' and
5983            'NDRPDR'"
5984   parameters:
5985   - "throughput"
5986   - "name"
5987   - "tags"
5988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5989   x-axis: "X = VNFs per Service Chain"
5990   y-axis: "Y = Number of Service Chains"
5991   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5992   layout:
5993     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5994     layout: "plot-service-density"
5995
5996 -
5997   type: "plot"
5998   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5999   algorithm: "plot_service_density_heatmap"
6000   output-file-type: ".html"
6001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
6002   data: "plot-vpp-nfv-2n-skx"
6003   filter: "'NIC_Intel-X710' and
6004            'NF_DENSITY' and
6005            'VM' and
6006            'CHAIN' and
6007            'IMIX' and
6008            '2T1C' and
6009            'NDRPDR'"
6010   parameters:
6011   - "throughput"
6012   - "name"
6013   - "tags"
6014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6015   x-axis: "X = VNFs per Service Chain"
6016   y-axis: "Y = Number of Service Chains"
6017   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6018   layout:
6019     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
6020     layout: "plot-service-density"
6021
6022 -
6023   type: "plot"
6024   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
6025   algorithm: "plot_service_density_heatmap"
6026   output-file-type: ".html"
6027   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
6028   data: "plot-vpp-nfv-2n-skx"
6029   filter: "'NIC_Intel-X710' and
6030            'NF_DENSITY' and
6031            'VM' and
6032            'CHAIN' and
6033            'IMIX' and
6034            '4T2C' and
6035            'NDRPDR'"
6036   parameters:
6037   - "throughput"
6038   - "name"
6039   - "tags"
6040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6041   x-axis: "X = VNFs per Service Chain"
6042   y-axis: "Y = Number of Service Chains"
6043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6044   layout:
6045     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
6046     layout: "plot-service-density"
6047
6048 ################################################################################
6049 # Plots - NF Density - CSC
6050
6051 -
6052   type: "plot"
6053   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6054   algorithm: "plot_service_density_heatmap"
6055   output-file-type: ".html"
6056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
6057   data: "plot-vpp-nfv-2n-skx-mrr"
6058   filter: "'NIC_Intel-X710' and
6059            'NF_DENSITY' and
6060            'DOCKER' and
6061            'CHAIN' and
6062            '64B' and
6063            '2T1C' and
6064            'MRR'"
6065   parameters:
6066   - "result"
6067   - "name"
6068   - "tags"
6069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6070   x-axis: "X = CNFs per Service Chain"
6071   y-axis: "Y = Number of Service Chains"
6072   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6073   layout:
6074     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6075     layout: "plot-service-density"
6076
6077 -
6078   type: "plot"
6079   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6080   algorithm: "plot_service_density_heatmap"
6081   output-file-type: ".html"
6082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
6083   data: "plot-vpp-nfv-2n-skx-mrr"
6084   filter: "'NIC_Intel-X710' and
6085            'NF_DENSITY' and
6086            'DOCKER' and
6087            'CHAIN' and
6088            '64B' and
6089            '4T2C' and
6090            'MRR'"
6091   parameters:
6092   - "result"
6093   - "name"
6094   - "tags"
6095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6096   x-axis: "X = CNFs per Service Chain"
6097   y-axis: "Y = Number of Service Chains"
6098   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6099   layout:
6100     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6101     layout: "plot-service-density"
6102
6103 -
6104   type: "plot"
6105   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6106   algorithm: "plot_service_density_heatmap"
6107   output-file-type: ".html"
6108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
6109   data: "plot-vpp-nfv-2n-skx-mrr"
6110   filter: "'NIC_Intel-X710' and
6111            'NF_DENSITY' and
6112            'DOCKER' and
6113            'CHAIN' and
6114            'IMIX' and
6115            '2T1C' and
6116            'MRR'"
6117   parameters:
6118   - "result"
6119   - "name"
6120   - "tags"
6121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6122   x-axis: "X = CNFs per Service Chain"
6123   y-axis: "Y = Number of Service Chains"
6124   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6125   layout:
6126     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6127     layout: "plot-service-density"
6128
6129 -
6130   type: "plot"
6131   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6132   algorithm: "plot_service_density_heatmap"
6133   output-file-type: ".html"
6134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
6135   data: "plot-vpp-nfv-2n-skx-mrr"
6136   filter: "'NIC_Intel-X710' and
6137            'NF_DENSITY' and
6138            'DOCKER' and
6139            'CHAIN' and
6140            'IMIX' and
6141            '4T2C' and
6142            'MRR'"
6143   parameters:
6144   - "result"
6145   - "name"
6146   - "tags"
6147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6148   x-axis: "X = CNFs per Service Chain"
6149   y-axis: "Y = Number of Service Chains"
6150   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6151   layout:
6152     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6153     layout: "plot-service-density"
6154
6155 -
6156   type: "plot"
6157   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6158   algorithm: "plot_service_density_heatmap"
6159   output-file-type: ".html"
6160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
6161   data: "plot-vpp-nfv-2n-skx"
6162   filter: "'NIC_Intel-X710' and
6163            'NF_DENSITY' and
6164            'DOCKER' and
6165            'CHAIN' and
6166            '64B' and
6167            '2T1C' and
6168            'NDRPDR'"
6169   parameters:
6170   - "throughput"
6171   - "name"
6172   - "tags"
6173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6174   x-axis: "X = CNFs per Service Chain"
6175   y-axis: "Y = Number of Service Chains"
6176   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6177   layout:
6178     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6179     layout: "plot-service-density"
6180
6181 -
6182   type: "plot"
6183   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6184   algorithm: "plot_service_density_heatmap"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
6187   data: "plot-vpp-nfv-2n-skx"
6188   filter: "'NIC_Intel-X710' and
6189            'NF_DENSITY' and
6190            'DOCKER' and
6191            'CHAIN' and
6192            '64B' and
6193            '4T2C' and
6194            'NDRPDR'"
6195   parameters:
6196   - "throughput"
6197   - "name"
6198   - "tags"
6199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6200   x-axis: "X = CNFs per Service Chain"
6201   y-axis: "Y = Number of Service Chains"
6202   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6203   layout:
6204     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6205     layout: "plot-service-density"
6206
6207 -
6208   type: "plot"
6209   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6210   algorithm: "plot_service_density_heatmap"
6211   output-file-type: ".html"
6212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
6213   data: "plot-vpp-nfv-2n-skx"
6214   filter: "'NIC_Intel-X710' and
6215            'NF_DENSITY' and
6216            'DOCKER' and
6217            'CHAIN' and
6218            'IMIX' and
6219            '2T1C' and
6220            'NDRPDR'"
6221   parameters:
6222   - "throughput"
6223   - "name"
6224   - "tags"
6225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6226   x-axis: "X = CNFs per Service Chain"
6227   y-axis: "Y = Number of Service Chains"
6228   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6229   layout:
6230     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6231     layout: "plot-service-density"
6232
6233 -
6234   type: "plot"
6235   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6236   algorithm: "plot_service_density_heatmap"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
6239   data: "plot-vpp-nfv-2n-skx"
6240   filter: "'NIC_Intel-X710' and
6241            'NF_DENSITY' and
6242            'DOCKER' and
6243            'CHAIN' and
6244            'IMIX' and
6245            '4T2C' and
6246            'NDRPDR'"
6247   parameters:
6248   - "throughput"
6249   - "name"
6250   - "tags"
6251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6252   x-axis: "X = CNFs per Service Chain"
6253   y-axis: "Y = Number of Service Chains"
6254   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6255   layout:
6256     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6257     layout: "plot-service-density"
6258
6259 -
6260   type: "plot"
6261   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6262   algorithm: "plot_service_density_heatmap"
6263   output-file-type: ".html"
6264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
6265   data: "plot-vpp-nfv-2n-skx"
6266   filter: "'NIC_Intel-X710' and
6267            'NF_DENSITY' and
6268            'DOCKER' and
6269            'CHAIN' and
6270            '64B' and
6271            '2T1C' and
6272            'NDRPDR'"
6273   parameters:
6274   - "throughput"
6275   - "name"
6276   - "tags"
6277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6278   x-axis: "X = CNFs per Service Chain"
6279   y-axis: "Y = Number of Service Chains"
6280   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6281   layout:
6282     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6283     layout: "plot-service-density"
6284
6285 -
6286   type: "plot"
6287   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6288   algorithm: "plot_service_density_heatmap"
6289   output-file-type: ".html"
6290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
6291   data: "plot-vpp-nfv-2n-skx"
6292   filter: "'NIC_Intel-X710' and
6293            'NF_DENSITY' and
6294            'DOCKER' and
6295            'CHAIN' and
6296            '64B' and
6297            '4T2C' and
6298            'NDRPDR'"
6299   parameters:
6300   - "throughput"
6301   - "name"
6302   - "tags"
6303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6304   x-axis: "X = CNFs per Service Chain"
6305   y-axis: "Y = Number of Service Chains"
6306   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6307   layout:
6308     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6309     layout: "plot-service-density"
6310
6311 -
6312   type: "plot"
6313   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6314   algorithm: "plot_service_density_heatmap"
6315   output-file-type: ".html"
6316   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
6317   data: "plot-vpp-nfv-2n-skx"
6318   filter: "'NIC_Intel-X710' and
6319            'NF_DENSITY' and
6320            'DOCKER' and
6321            'CHAIN' and
6322            'IMIX' and
6323            '2T1C' and
6324            'NDRPDR'"
6325   parameters:
6326   - "throughput"
6327   - "name"
6328   - "tags"
6329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6330   x-axis: "X = CNFs per Service Chain"
6331   y-axis: "Y = Number of Service Chains"
6332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6333   layout:
6334     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6335     layout: "plot-service-density"
6336
6337 -
6338   type: "plot"
6339   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6340   algorithm: "plot_service_density_heatmap"
6341   output-file-type: ".html"
6342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
6343   data: "plot-vpp-nfv-2n-skx"
6344   filter: "'NIC_Intel-X710' and
6345            'NF_DENSITY' and
6346            'DOCKER' and
6347            'CHAIN' and
6348            'IMIX' and
6349            '4T2C' and
6350            'NDRPDR'"
6351   parameters:
6352   - "throughput"
6353   - "name"
6354   - "tags"
6355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6356   x-axis: "X = CNFs per Service Chain"
6357   y-axis: "Y = Number of Service Chains"
6358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6359   layout:
6360     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6361     layout: "plot-service-density"
6362
6363 ################################################################################
6364 # Plots - NF Density - CSP
6365
6366 -
6367   type: "plot"
6368   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6369   algorithm: "plot_service_density_heatmap"
6370   output-file-type: ".html"
6371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
6372   data: "plot-vpp-nfv-2n-skx-mrr"
6373   filter: "'NIC_Intel-X710' and
6374            'NF_DENSITY' and
6375            'DOCKER' and
6376            'PIPELINE' and
6377            '64B' and
6378            '2T1C' and
6379            'MRR'"
6380   parameters:
6381   - "result"
6382   - "name"
6383   - "tags"
6384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6385   x-axis: "X = CNFs per Service Pipeline"
6386   y-axis: "Y = Number of Service Pipelines"
6387   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6388   layout:
6389     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6390     layout: "plot-service-density"
6391
6392 -
6393   type: "plot"
6394   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6395   algorithm: "plot_service_density_heatmap"
6396   output-file-type: ".html"
6397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
6398   data: "plot-vpp-nfv-2n-skx-mrr"
6399   filter: "'NIC_Intel-X710' and
6400            'NF_DENSITY' and
6401            'DOCKER' and
6402            'PIPELINE' and
6403            '64B' and
6404            '4T2C' and
6405            'MRR'"
6406   parameters:
6407   - "result"
6408   - "name"
6409   - "tags"
6410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6411   x-axis: "X = CNFs per Service Pipeline"
6412   y-axis: "Y = Number of Service Pipelines"
6413   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6414   layout:
6415     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6416     layout: "plot-service-density"
6417
6418 -
6419   type: "plot"
6420   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6421   algorithm: "plot_service_density_heatmap"
6422   output-file-type: ".html"
6423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
6424   data: "plot-vpp-nfv-2n-skx-mrr"
6425   filter: "'NIC_Intel-X710' and
6426            'NF_DENSITY' and
6427            'DOCKER' and
6428            'PIPELINE' and
6429            'IMIX' and
6430            '2T1C' and
6431            'MRR'"
6432   parameters:
6433   - "result"
6434   - "name"
6435   - "tags"
6436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6437   x-axis: "X = CNFs per Service Pipeline"
6438   y-axis: "Y = Number of Service Pipelines"
6439   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6440   layout:
6441     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6442     layout: "plot-service-density"
6443
6444 -
6445   type: "plot"
6446   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6447   algorithm: "plot_service_density_heatmap"
6448   output-file-type: ".html"
6449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6450   data: "plot-vpp-nfv-2n-skx-mrr"
6451   filter: "'NIC_Intel-X710' and
6452            'NF_DENSITY' and
6453            'DOCKER' and
6454            'PIPELINE' and
6455            'IMIX' and
6456            '4T2C' and
6457            'MRR'"
6458   parameters:
6459   - "result"
6460   - "name"
6461   - "tags"
6462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6463   x-axis: "X = CNFs per Service Pipeline"
6464   y-axis: "Y = Number of Service Pipelines"
6465   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6466   layout:
6467     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6468     layout: "plot-service-density"
6469
6470 -
6471   type: "plot"
6472   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6473   algorithm: "plot_service_density_heatmap"
6474   output-file-type: ".html"
6475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6476   data: "plot-vpp-nfv-2n-skx"
6477   filter: "'NIC_Intel-X710' and
6478            'NF_DENSITY' and
6479            'DOCKER' and
6480            'PIPELINE' and
6481            '64B' and
6482            '2T1C' and
6483            'NDRPDR'"
6484   parameters:
6485   - "throughput"
6486   - "name"
6487   - "tags"
6488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6489   x-axis: "X = CNFs per Service Pipeline"
6490   y-axis: "Y = Number of Service Pipelines"
6491   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6492   layout:
6493     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6494     layout: "plot-service-density"
6495
6496 -
6497   type: "plot"
6498   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6499   algorithm: "plot_service_density_heatmap"
6500   output-file-type: ".html"
6501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6502   data: "plot-vpp-nfv-2n-skx"
6503   filter: "'NIC_Intel-X710' and
6504            'NF_DENSITY' and
6505            'DOCKER' and
6506            'PIPELINE' and
6507            '64B' and
6508            '4T2C' and
6509            'NDRPDR'"
6510   parameters:
6511   - "throughput"
6512   - "name"
6513   - "tags"
6514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6515   x-axis: "X = CNFs per Service Pipeline"
6516   y-axis: "Y = Number of Service Pipelines"
6517   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6518   layout:
6519     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6520     layout: "plot-service-density"
6521
6522 -
6523   type: "plot"
6524   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6525   algorithm: "plot_service_density_heatmap"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6528   data: "plot-vpp-nfv-2n-skx"
6529   filter: "'NIC_Intel-X710' and
6530            'NF_DENSITY' and
6531            'DOCKER' and
6532            'PIPELINE' and
6533            'IMIX' and
6534            '2T1C' and
6535            'NDRPDR'"
6536   parameters:
6537   - "throughput"
6538   - "name"
6539   - "tags"
6540   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6541   x-axis: "X = CNFs per Service Pipeline"
6542   y-axis: "Y = Number of Service Pipelines"
6543   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6544   layout:
6545     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6546     layout: "plot-service-density"
6547
6548 -
6549   type: "plot"
6550   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6551   algorithm: "plot_service_density_heatmap"
6552   output-file-type: ".html"
6553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6554   data: "plot-vpp-nfv-2n-skx"
6555   filter: "'NIC_Intel-X710' and
6556            'NF_DENSITY' and
6557            'DOCKER' and
6558            'PIPELINE' and
6559            'IMIX' and
6560            '4T2C' and
6561            'NDRPDR'"
6562   parameters:
6563   - "throughput"
6564   - "name"
6565   - "tags"
6566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6567   x-axis: "X = CNFs per Service Pipeline"
6568   y-axis: "Y = Number of Service Pipelines"
6569   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6570   layout:
6571     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6572     layout: "plot-service-density"
6573
6574 -
6575   type: "plot"
6576   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6577   algorithm: "plot_service_density_heatmap"
6578   output-file-type: ".html"
6579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6580   data: "plot-vpp-nfv-2n-skx"
6581   filter: "'NIC_Intel-X710' and
6582            'NF_DENSITY' and
6583            'DOCKER' and
6584            'PIPELINE' and
6585            '64B' and
6586            '2T1C' and
6587            'NDRPDR'"
6588   parameters:
6589   - "throughput"
6590   - "name"
6591   - "tags"
6592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6593   x-axis: "X = CNFs per Service Pipeline"
6594   y-axis: "Y = Number of Service Pipelines"
6595   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6596   layout:
6597     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6598     layout: "plot-service-density"
6599
6600 -
6601   type: "plot"
6602   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6603   algorithm: "plot_service_density_heatmap"
6604   output-file-type: ".html"
6605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6606   data: "plot-vpp-nfv-2n-skx"
6607   filter: "'NIC_Intel-X710' and
6608            'NF_DENSITY' and
6609            'DOCKER' and
6610            'PIPELINE' and
6611            '64B' and
6612            '4T2C' and
6613            'NDRPDR'"
6614   parameters:
6615   - "throughput"
6616   - "name"
6617   - "tags"
6618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6619   x-axis: "X = CNFs per Service Pipeline"
6620   y-axis: "Y = Number of Service Pipelines"
6621   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6622   layout:
6623     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6624     layout: "plot-service-density"
6625
6626 -
6627   type: "plot"
6628   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6629   algorithm: "plot_service_density_heatmap"
6630   output-file-type: ".html"
6631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6632   data: "plot-vpp-nfv-2n-skx"
6633   filter: "'NIC_Intel-X710' and
6634            'NF_DENSITY' and
6635            'DOCKER' and
6636            'PIPELINE' and
6637            'IMIX' and
6638            '2T1C' and
6639            'NDRPDR'"
6640   parameters:
6641   - "throughput"
6642   - "name"
6643   - "tags"
6644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6645   x-axis: "X = CNFs per Service Pipeline"
6646   y-axis: "Y = Number of Service Pipelines"
6647   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6648   layout:
6649     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6650     layout: "plot-service-density"
6651
6652 -
6653   type: "plot"
6654   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6655   algorithm: "plot_service_density_heatmap"
6656   output-file-type: ".html"
6657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6658   data: "plot-vpp-nfv-2n-skx"
6659   filter: "'NIC_Intel-X710' and
6660            'NF_DENSITY' and
6661            'DOCKER' and
6662            'PIPELINE' and
6663            'IMIX' and
6664            '4T2C' and
6665            'NDRPDR'"
6666   parameters:
6667   - "throughput"
6668   - "name"
6669   - "tags"
6670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6671   x-axis: "X = CNFs per Service Pipeline"
6672   y-axis: "Y = Number of Service Pipelines"
6673   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6674   layout:
6675     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6676     layout: "plot-service-density"
6677
6678 ################################################################################
6679 # Plots VPP HTTP Server Performance
6680 -
6681   type: "plot"
6682   title: "VPP HTTP Server Performance"
6683   algorithm: "plot_http_server_performance_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6686   data:
6687     "plot-vpp-http-server-performance"
6688   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6689   # each tag is enclosed with ' (apostrophe).
6690   filter: "'HTTP' and 'TCP_CPS'"
6691   parameters:
6692   - "result"
6693   - "name"
6694   traces:
6695     hoverinfo: "x+y"
6696     boxpoints: "outliers"
6697     whiskerwidth: 0
6698   layout:
6699     title: "VPP HTTP Server Performance"
6700     layout:
6701       "plot-cps"
6702
6703 -
6704   type: "plot"
6705   title: "VPP HTTP Server Performance"
6706   algorithm: "plot_http_server_performance_box"
6707   output-file-type: ".html"
6708   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6709   data:
6710     "plot-vpp-http-server-performance"
6711   filter: "'HTTP' and 'TCP_RPS'"
6712   parameters:
6713   - "result"
6714   - "name"
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: "VPP HTTP Server Performance"
6721     layout:
6722       "plot-rps"
6723
6724 ################################################################################
6725
6726 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6727 -
6728   type: "plot"
6729   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6730   algorithm: "plot_performance_box"
6731   output-file-type: ".html"
6732   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6733   data: "plot-vpp-throughput-latency-3n-hsw"
6734   filter: "'NIC_Intel-X520-DA2' and
6735            '64B' and
6736            ('BASE' or 'SCALE') and
6737            'NDRPDR' and
6738            'ETH' and
6739            '1T1C' and
6740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6741            not 'VHOST' and
6742            not 'MEMIF'"
6743   parameters:
6744   - "throughput"
6745   - "parent"
6746   - "tags"
6747   sort:
6748   - "L2PATCH"
6749   - "L2XCBASE"
6750   - "BASE"
6751   - "FIB_10K"
6752   - "FIB_100K"
6753   - "FIB_1M"
6754   traces:
6755     hoverinfo: "x+y"
6756     boxpoints: "outliers"
6757     whiskerwidth: 0
6758   layout:
6759     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6760     layout: "plot-throughput"
6761
6762 -
6763   type: "plot"
6764   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6765   algorithm: "plot_performance_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6768   data: "plot-vpp-throughput-latency-3n-hsw"
6769   filter: "'NIC_Intel-X520-DA2' and
6770            '64B' and
6771            ('BASE' or 'SCALE') and
6772            'NDRPDR' and
6773            'ETH' and
6774            '1T1C' and
6775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6776            not 'VHOST' and
6777            not 'MEMIF'"
6778   parameters:
6779   - "throughput"
6780   - "parent"
6781   - "tags"
6782   sort:
6783   - "L2PATCH"
6784   - "L2XCBASE"
6785   - "BASE"
6786   - "FIB_10K"
6787   - "FIB_100K"
6788   - "FIB_1M"
6789   traces:
6790     hoverinfo: "x+y"
6791     boxpoints: "outliers"
6792     whiskerwidth: 0
6793   layout:
6794     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6795     layout: "plot-throughput"
6796
6797 -
6798   type: "plot"
6799   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6800   algorithm: "plot_performance_box"
6801   output-file-type: ".html"
6802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6803   data: "plot-vpp-throughput-latency-3n-hsw"
6804   filter: "'NIC_Intel-X520-DA2' and
6805            '64B' and
6806            ('BASE' or 'SCALE') and
6807            'NDRPDR' and
6808            'ETH' and
6809            '2T2C' and
6810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6811            not 'VHOST' and
6812            not 'MEMIF'"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   - "tags"
6817   sort:
6818   - "L2PATCH"
6819   - "L2XCBASE"
6820   - "BASE"
6821   - "FIB_10K"
6822   - "FIB_100K"
6823   - "FIB_1M"
6824   traces:
6825     hoverinfo: "x+y"
6826     boxpoints: "outliers"
6827     whiskerwidth: 0
6828   layout:
6829     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6830     layout: "plot-throughput"
6831
6832 -
6833   type: "plot"
6834   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6835   algorithm: "plot_performance_box"
6836   output-file-type: ".html"
6837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
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            'ETH' and
6844            '2T2C' and
6845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6846            not 'VHOST' and
6847            not 'MEMIF'"
6848   parameters:
6849   - "throughput"
6850   - "parent"
6851   - "tags"
6852   sort:
6853   - "L2PATCH"
6854   - "L2XCBASE"
6855   - "BASE"
6856   - "FIB_10K"
6857   - "FIB_100K"
6858   - "FIB_1M"
6859   traces:
6860     hoverinfo: "x+y"
6861     boxpoints: "outliers"
6862     whiskerwidth: 0
6863   layout:
6864     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6865     layout: "plot-throughput"
6866
6867 # Packet Throughput - VPP L2 3n-hsw-x520 features
6868 -
6869   type: "plot"
6870   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6871   algorithm: "plot_performance_box"
6872   output-file-type: ".html"
6873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6874   data: "plot-vpp-throughput-latency-3n-hsw"
6875   filter: "'NIC_Intel-X520-DA2' and
6876            '64B' and
6877            'NDRPDR' and
6878            '1T1C' and
6879            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6880            not 'ACL' and
6881            not 'VHOST' and
6882            not 'MEMIF'"
6883   parameters:
6884   - "throughput"
6885   - "parent"
6886   - "tags"
6887   sort:
6888   - "L2XCBASE"    # l2xcbase
6889   - "L2BDBASE"    # l2bdbase
6890   - "L2XCFWD"     # dot1q-l2xcbase
6891   - "L2BDMACLRN"  # dot1q-l2bdbase
6892   traces:
6893     hoverinfo: "x+y"
6894     boxpoints: "outliers"
6895     whiskerwidth: 0
6896   layout:
6897     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6898     layout: "plot-throughput"
6899
6900 -
6901   type: "plot"
6902   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6903   algorithm: "plot_performance_box"
6904   output-file-type: ".html"
6905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6906   data: "plot-vpp-throughput-latency-3n-hsw"
6907   filter: "'NIC_Intel-X520-DA2' and
6908            '64B' and
6909            'NDRPDR' and
6910            '1T1C' and
6911            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6912            not 'ACL' and
6913            not 'VHOST' and
6914            not 'MEMIF'"
6915   parameters:
6916   - "throughput"
6917   - "parent"
6918   - "tags"
6919   sort:
6920   - "L2XCBASE"    # l2xcbase
6921   - "L2BDBASE"    # l2bdbase
6922   - "L2XCFWD"     # dot1q-l2xcbase
6923   - "L2BDMACLRN"  # dot1q-l2bdbase
6924   traces:
6925     hoverinfo: "x+y"
6926     boxpoints: "outliers"
6927     whiskerwidth: 0
6928   layout:
6929     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6930     layout: "plot-throughput"
6931
6932 -
6933   type: "plot"
6934   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6935   algorithm: "plot_performance_box"
6936   output-file-type: ".html"
6937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6938   data: "plot-vpp-throughput-latency-3n-hsw"
6939   filter: "'NIC_Intel-X520-DA2' and
6940            '64B' and
6941            'NDRPDR' and
6942            '2T2C' and
6943            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6944            not 'ACL' and
6945            not 'VHOST' and
6946            not 'MEMIF'"
6947   parameters:
6948   - "throughput"
6949   - "parent"
6950   - "tags"
6951   sort:
6952   - "L2XCBASE"    # l2xcbase
6953   - "L2BDBASE"    # l2bdbase
6954   - "L2XCFWD"     # dot1q-l2xcbase
6955   - "L2BDMACLRN"  # dot1q-l2bdbase
6956   traces:
6957     hoverinfo: "x+y"
6958     boxpoints: "outliers"
6959     whiskerwidth: 0
6960   layout:
6961     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6962     layout: "plot-throughput"
6963
6964 -
6965   type: "plot"
6966   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6967   algorithm: "plot_performance_box"
6968   output-file-type: ".html"
6969   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6970   data: "plot-vpp-throughput-latency-3n-hsw"
6971   filter: "'NIC_Intel-X520-DA2' and
6972            '64B' and
6973            'NDRPDR' and
6974            '2T2C' and
6975            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6976            not 'ACL' and
6977            not 'VHOST' and
6978            not 'MEMIF'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   - "tags"
6983   sort:
6984   - "L2XCBASE"    # l2xcbase
6985   - "L2BDBASE"    # l2bdbase
6986   - "L2XCFWD"     # dot1q-l2xcbase
6987   - "L2BDMACLRN"  # dot1q-l2bdbase
6988   traces:
6989     hoverinfo: "x+y"
6990     boxpoints: "outliers"
6991     whiskerwidth: 0
6992   layout:
6993     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6994     layout: "plot-throughput"
6995
6996 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6997 -
6998   type: "plot"
6999   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7000   algorithm: "plot_performance_box"
7001   output-file-type: ".html"
7002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7003   data: "plot-vpp-throughput-latency-3n-hsw"
7004   filter: "'NIC_Intel-X710' and
7005            '64B' and
7006            ('BASE' or 'SCALE') and
7007            'NDRPDR' and
7008            'ETH' and
7009            '1T1C' and
7010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7011            not 'VHOST' and
7012            not 'MEMIF'"
7013   parameters:
7014   - "throughput"
7015   - "parent"
7016   - "tags"
7017   sort:
7018   - "L2XCFWD"
7019   - "L2PATCH"
7020   - "L2BDMACLRN"
7021   - "FIB_10K"
7022   - "FIB_100K"
7023   - "FIB_1M"
7024   traces:
7025     hoverinfo: "x+y"
7026     boxpoints: "outliers"
7027     whiskerwidth: 0
7028   layout:
7029     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7030     layout: "plot-throughput"
7031
7032 -
7033   type: "plot"
7034   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7038   data: "plot-vpp-throughput-latency-3n-hsw"
7039   filter: "'NIC_Intel-X710' and
7040            '64B' and
7041            ('BASE' or 'SCALE') and
7042            'NDRPDR' and
7043            'ETH' and
7044            '1T1C' and
7045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7046            not 'VHOST' and
7047            not 'MEMIF'"
7048   parameters:
7049   - "throughput"
7050   - "parent"
7051   - "tags"
7052   sort:
7053   - "L2XCFWD"
7054   - "L2PATCH"
7055   - "L2BDMACLRN"
7056   - "FIB_10K"
7057   - "FIB_100K"
7058   - "FIB_1M"
7059   traces:
7060     hoverinfo: "x+y"
7061     boxpoints: "outliers"
7062     whiskerwidth: 0
7063   layout:
7064     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7065     layout: "plot-throughput"
7066
7067 -
7068   type: "plot"
7069   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7070   algorithm: "plot_performance_box"
7071   output-file-type: ".html"
7072   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7073   data: "plot-vpp-throughput-latency-3n-hsw"
7074   filter: "'NIC_Intel-X710' and
7075            '64B' and
7076            ('BASE' or 'SCALE') and
7077            'NDRPDR' and
7078            'ETH' and
7079            '2T2C' and
7080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7081            not 'VHOST' and
7082            not 'MEMIF'"
7083   parameters:
7084   - "throughput"
7085   - "parent"
7086   - "tags"
7087   sort:
7088   - "L2XCFWD"
7089   - "L2PATCH"
7090   - "L2BDMACLRN"
7091   - "FIB_10K"
7092   - "FIB_100K"
7093   - "FIB_1M"
7094   traces:
7095     hoverinfo: "x+y"
7096     boxpoints: "outliers"
7097     whiskerwidth: 0
7098   layout:
7099     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7100     layout: "plot-throughput"
7101
7102 -
7103   type: "plot"
7104   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7105   algorithm: "plot_performance_box"
7106   output-file-type: ".html"
7107   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7108   data: "plot-vpp-throughput-latency-3n-hsw"
7109   filter: "'NIC_Intel-X710' and
7110            '64B' and
7111            ('BASE' or 'SCALE') and
7112            'NDRPDR' and
7113            'ETH' and
7114            '2T2C' and
7115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7116            not 'VHOST' and
7117            not 'MEMIF'"
7118   parameters:
7119   - "throughput"
7120   - "parent"
7121   - "tags"
7122   sort:
7123   - "L2XCFWD"
7124   - "L2PATCH"
7125   - "L2BDMACLRN"
7126   - "FIB_10K"
7127   - "FIB_100K"
7128   - "FIB_1M"
7129   traces:
7130     hoverinfo: "x+y"
7131     boxpoints: "outliers"
7132     whiskerwidth: 0
7133   layout:
7134     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7135     layout: "plot-throughput"
7136
7137 # Packet Throughput - VPP L2 3n-hsw-x710 features
7138 -
7139   type: "plot"
7140   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7141   algorithm: "plot_performance_box"
7142   output-file-type: ".html"
7143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7144   data: "plot-vpp-throughput-latency-3n-hsw"
7145   filter: "'NIC_Intel-X710' and
7146            '64B' and
7147            'NDRPDR' and
7148            '1T1C' and
7149            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7150            not 'ACL' and
7151            not 'VHOST' and
7152            not 'MEMIF'"
7153   parameters:
7154   - "throughput"
7155   - "parent"
7156   - "tags"
7157   sort:
7158   - "L2XCBASE"    # l2xcbase
7159   - "L2BDBASE"    # l2bdbase
7160   - "L2XCFWD"     # dot1q-l2xcbase
7161   - "L2BDMACLRN"  # dot1q-l2bdbase
7162   traces:
7163     hoverinfo: "x+y"
7164     boxpoints: "outliers"
7165     whiskerwidth: 0
7166   layout:
7167     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7168     layout: "plot-throughput"
7169
7170 -
7171   type: "plot"
7172   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7176   data: "plot-vpp-throughput-latency-3n-hsw"
7177   filter: "'NIC_Intel-X710' and
7178            '64B' and
7179            'NDRPDR' and
7180            '1T1C' and
7181            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7182            not 'ACL' and
7183            not 'VHOST' and
7184            not 'MEMIF'"
7185   parameters:
7186   - "throughput"
7187   - "parent"
7188   - "tags"
7189   sort:
7190   - "L2XCBASE"    # l2xcbase
7191   - "L2BDBASE"    # l2bdbase
7192   - "L2XCFWD"     # dot1q-l2xcbase
7193   - "L2BDMACLRN"  # dot1q-l2bdbase
7194   traces:
7195     hoverinfo: "x+y"
7196     boxpoints: "outliers"
7197     whiskerwidth: 0
7198   layout:
7199     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7200     layout: "plot-throughput"
7201
7202 -
7203   type: "plot"
7204   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7205   algorithm: "plot_performance_box"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7208   data: "plot-vpp-throughput-latency-3n-hsw"
7209   filter: "'NIC_Intel-X710' and
7210            '64B' and
7211            'NDRPDR' and
7212            '2T2C' and
7213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7214            not 'ACL' and
7215            not 'VHOST' and
7216            not 'MEMIF'"
7217   parameters:
7218   - "throughput"
7219   - "parent"
7220   - "tags"
7221   sort:
7222   - "L2XCBASE"    # l2xcbase
7223   - "L2BDBASE"    # l2bdbase
7224   - "L2XCFWD"     # dot1q-l2xcbase
7225   - "L2BDMACLRN"  # dot1q-l2bdbase
7226   traces:
7227     hoverinfo: "x+y"
7228     boxpoints: "outliers"
7229     whiskerwidth: 0
7230   layout:
7231     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7232     layout: "plot-throughput"
7233
7234 -
7235   type: "plot"
7236   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7237   algorithm: "plot_performance_box"
7238   output-file-type: ".html"
7239   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7240   data: "plot-vpp-throughput-latency-3n-hsw"
7241   filter: "'NIC_Intel-X710' and
7242            '64B' and
7243            'NDRPDR' and
7244            '2T2C' and
7245            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7246            not 'ACL' and
7247            not 'VHOST' and
7248            not 'MEMIF'"
7249   parameters:
7250   - "throughput"
7251   - "parent"
7252   - "tags"
7253   sort:
7254   - "L2XCBASE"    # l2xcbase
7255   - "L2BDBASE"    # l2bdbase
7256   - "L2XCFWD"     # dot1q-l2xcbase
7257   - "L2BDMACLRN"  # dot1q-l2bdbase
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7264     layout: "plot-throughput"
7265
7266 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7267 -
7268   type: "plot"
7269   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7270   algorithm: "plot_performance_box"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7273   data: "plot-vpp-throughput-latency-3n-hsw"
7274   filter: "'NIC_Intel-XL710' and
7275            '64B' and
7276            ('BASE' or 'SCALE') and
7277            'NDRPDR' and
7278            'ETH' and
7279            '1T1C' and
7280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7281            not 'VHOST' and
7282            not 'MEMIF'"
7283   parameters:
7284   - "throughput"
7285   - "parent"
7286   - "tags"
7287   sort:
7288   - "L2PATCH"
7289   - "L2XCBASE"
7290   - "BASE"
7291   - "FIB_10K"
7292   - "FIB_100K"
7293   - "FIB_1M"
7294   traces:
7295     hoverinfo: "x+y"
7296     boxpoints: "outliers"
7297     whiskerwidth: 0
7298   layout:
7299     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7300     layout: "plot-throughput"
7301
7302 -
7303   type: "plot"
7304   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7305   algorithm: "plot_performance_box"
7306   output-file-type: ".html"
7307   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7308   data: "plot-vpp-throughput-latency-3n-hsw"
7309   filter: "'NIC_Intel-XL710' and
7310            '64B' and
7311            ('BASE' or 'SCALE') and
7312            'NDRPDR' and
7313            'ETH' and
7314            '1T1C' and
7315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7316            not 'VHOST' and
7317            not 'MEMIF'"
7318   parameters:
7319   - "throughput"
7320   - "parent"
7321   - "tags"
7322   sort:
7323   - "L2PATCH"
7324   - "L2XCBASE"
7325   - "BASE"
7326   - "FIB_10K"
7327   - "FIB_100K"
7328   - "FIB_1M"
7329   traces:
7330     hoverinfo: "x+y"
7331     boxpoints: "outliers"
7332     whiskerwidth: 0
7333   layout:
7334     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7335     layout: "plot-throughput"
7336
7337 -
7338   type: "plot"
7339   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7340   algorithm: "plot_performance_box"
7341   output-file-type: ".html"
7342   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7343   data: "plot-vpp-throughput-latency-3n-hsw"
7344   filter: "'NIC_Intel-XL710' and
7345            '64B' and
7346            ('BASE' or 'SCALE') and
7347            'NDRPDR' and
7348            'ETH' and
7349            '2T2C' and
7350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7351            not 'VHOST' and
7352            not 'MEMIF'"
7353   parameters:
7354   - "throughput"
7355   - "parent"
7356   - "tags"
7357   sort:
7358   - "L2PATCH"
7359   - "L2XCBASE"
7360   - "BASE"
7361   - "FIB_10K"
7362   - "FIB_100K"
7363   - "FIB_1M"
7364   traces:
7365     hoverinfo: "x+y"
7366     boxpoints: "outliers"
7367     whiskerwidth: 0
7368   layout:
7369     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7370     layout: "plot-throughput"
7371
7372 -
7373   type: "plot"
7374   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7375   algorithm: "plot_performance_box"
7376   output-file-type: ".html"
7377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7378   data: "plot-vpp-throughput-latency-3n-hsw"
7379   filter: "'NIC_Intel-XL710' and
7380            '64B' and
7381            ('BASE' or 'SCALE') and
7382            'NDRPDR' and
7383            'ETH' and
7384            '2T2C' and
7385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7386            not 'VHOST' and
7387            not 'MEMIF'"
7388   parameters:
7389   - "throughput"
7390   - "parent"
7391   - "tags"
7392   sort:
7393   - "L2PATCH"
7394   - "L2XCBASE"
7395   - "BASE"
7396   - "FIB_10K"
7397   - "FIB_100K"
7398   - "FIB_1M"
7399   traces:
7400     hoverinfo: "x+y"
7401     boxpoints: "outliers"
7402     whiskerwidth: 0
7403   layout:
7404     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7405     layout: "plot-throughput"
7406
7407 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7408 -
7409   type: "plot"
7410   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7411   algorithm: "plot_performance_box"
7412   output-file-type: ".html"
7413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7414   data: "plot-vpp-throughput-latency-3n-skx"
7415   filter: "'NIC_Intel-X710' and
7416            '64B' and
7417            ('BASE' or 'SCALE') and
7418            'NDRPDR' and
7419            'ETH' and
7420            '2T1C' and
7421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7422            not 'VHOST' and
7423            not 'MEMIF' and
7424            not 'DRV_AVF'"
7425   parameters:
7426   - "throughput"
7427   - "parent"
7428   - "tags"
7429   sort:
7430   - "L2PATCH"
7431   - "L2XCBASE"
7432   - "BASE"
7433   - "FIB_10K"
7434   - "FIB_100K"
7435   - "FIB_1M"
7436   traces:
7437     hoverinfo: "x+y"
7438     boxpoints: "outliers"
7439     whiskerwidth: 0
7440   layout:
7441     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7442     layout: "plot-throughput"
7443
7444 -
7445   type: "plot"
7446   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7447   algorithm: "plot_performance_box"
7448   output-file-type: ".html"
7449   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7450   data: "plot-vpp-throughput-latency-3n-skx"
7451   filter: "'NIC_Intel-X710' and
7452            '64B' and
7453            ('BASE' or 'SCALE') and
7454            'NDRPDR' and
7455            'ETH' and
7456            '2T1C' and
7457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7458            not 'VHOST' and
7459            not 'MEMIF' and
7460            not 'DRV_AVF'"
7461   parameters:
7462   - "throughput"
7463   - "parent"
7464   - "tags"
7465   sort:
7466   - "L2PATCH"
7467   - "L2XCBASE"
7468   - "BASE"
7469   - "FIB_10K"
7470   - "FIB_100K"
7471   - "FIB_1M"
7472   traces:
7473     hoverinfo: "x+y"
7474     boxpoints: "outliers"
7475     whiskerwidth: 0
7476   layout:
7477     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7478     layout: "plot-throughput"
7479
7480 -
7481   type: "plot"
7482   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7483   algorithm: "plot_performance_box"
7484   output-file-type: ".html"
7485   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7486   data: "plot-vpp-throughput-latency-3n-skx"
7487   filter: "'NIC_Intel-X710' and
7488            '64B' and
7489            ('BASE' or 'SCALE') and
7490            'NDRPDR' and
7491            'ETH' and
7492            '4T2C' and
7493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7494            not 'VHOST' and
7495            not 'MEMIF' and
7496            not 'DRV_AVF'"
7497   parameters:
7498   - "throughput"
7499   - "parent"
7500   - "tags"
7501   sort:
7502   - "L2PATCH"
7503   - "L2XCBASE"
7504   - "BASE"
7505   - "FIB_10K"
7506   - "FIB_100K"
7507   - "FIB_1M"
7508   traces:
7509     hoverinfo: "x+y"
7510     boxpoints: "outliers"
7511     whiskerwidth: 0
7512   layout:
7513     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7514     layout: "plot-throughput"
7515
7516 -
7517   type: "plot"
7518   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7519   algorithm: "plot_performance_box"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7522   data: "plot-vpp-throughput-latency-3n-skx"
7523   filter: "'NIC_Intel-X710' and
7524            '64B' and
7525            ('BASE' or 'SCALE') and
7526            'NDRPDR' and
7527            'ETH' and
7528            '4T2C' and
7529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7530            not 'VHOST' and
7531            not 'MEMIF' and
7532            not 'DRV_AVF'"
7533   parameters:
7534   - "throughput"
7535   - "parent"
7536   - "tags"
7537   sort:
7538   - "L2PATCH"
7539   - "L2XCBASE"
7540   - "BASE"
7541   - "FIB_10K"
7542   - "FIB_100K"
7543   - "FIB_1M"
7544   traces:
7545     hoverinfo: "x+y"
7546     boxpoints: "outliers"
7547     whiskerwidth: 0
7548   layout:
7549     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7550     layout: "plot-throughput"
7551
7552 # Packet Throughput - VPP L2 3n-skx-x710 features
7553 -
7554   type: "plot"
7555   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7556   algorithm: "plot_performance_box"
7557   output-file-type: ".html"
7558   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7559   data: "plot-vpp-throughput-latency-3n-skx"
7560   filter: "'NIC_Intel-X710' and
7561            '64B' and
7562            'NDRPDR' and
7563            '2T1C' and
7564            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7565            not 'ACL' and
7566            not 'VHOST' and
7567            not 'MEMIF'"
7568   parameters:
7569   - "throughput"
7570   - "parent"
7571   - "tags"
7572   sort:
7573   - "L2XCBASE"    # l2xcbase
7574   - "L2BDBASE"    # l2bdbase
7575   - "L2XCFWD"     # dot1q-l2xcbase
7576   - "L2BDMACLRN"  # dot1q-l2bdbase
7577   traces:
7578     hoverinfo: "x+y"
7579     boxpoints: "outliers"
7580     whiskerwidth: 0
7581   layout:
7582     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7583     layout: "plot-throughput"
7584
7585 -
7586   type: "plot"
7587   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7588   algorithm: "plot_performance_box"
7589   output-file-type: ".html"
7590   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7591   data: "plot-vpp-throughput-latency-3n-skx"
7592   filter: "'NIC_Intel-X710' and
7593            '64B' and
7594            'NDRPDR' and
7595            '2T1C' and
7596            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7597            not 'ACL' and
7598            not 'VHOST' and
7599            not 'MEMIF'"
7600   parameters:
7601   - "throughput"
7602   - "parent"
7603   - "tags"
7604   sort:
7605   - "L2XCBASE"    # l2xcbase
7606   - "L2BDBASE"    # l2bdbase
7607   - "L2XCFWD"     # dot1q-l2xcbase
7608   - "L2BDMACLRN"  # dot1q-l2bdbase
7609   traces:
7610     hoverinfo: "x+y"
7611     boxpoints: "outliers"
7612     whiskerwidth: 0
7613   layout:
7614     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7615     layout: "plot-throughput"
7616
7617 -
7618   type: "plot"
7619   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7620   algorithm: "plot_performance_box"
7621   output-file-type: ".html"
7622   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7623   data: "plot-vpp-throughput-latency-3n-skx"
7624   filter: "'NIC_Intel-X710' and
7625            '64B' and
7626            'NDRPDR' and
7627            '4T2C' and
7628            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7629            not 'ACL' and
7630            not 'VHOST' and
7631            not 'MEMIF'"
7632   parameters:
7633   - "throughput"
7634   - "parent"
7635   - "tags"
7636   sort:
7637   - "L2XCBASE"    # l2xcbase
7638   - "L2BDBASE"    # l2bdbase
7639   - "L2XCFWD"     # dot1q-l2xcbase
7640   - "L2BDMACLRN"  # dot1q-l2bdbase
7641   traces:
7642     hoverinfo: "x+y"
7643     boxpoints: "outliers"
7644     whiskerwidth: 0
7645   layout:
7646     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7647     layout: "plot-throughput"
7648
7649 -
7650   type: "plot"
7651   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7652   algorithm: "plot_performance_box"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7655   data: "plot-vpp-throughput-latency-3n-skx"
7656   filter: "'NIC_Intel-X710' and
7657            '64B' and
7658            'NDRPDR' and
7659            '4T2C' and
7660            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7661            not 'ACL' and
7662            not 'VHOST' and
7663            not 'MEMIF'"
7664   parameters:
7665   - "throughput"
7666   - "parent"
7667   - "tags"
7668   sort:
7669   - "L2XCBASE"    # l2xcbase
7670   - "L2BDBASE"    # l2bdbase
7671   - "L2XCFWD"     # dot1q-l2xcbase
7672   - "L2BDMACLRN"  # dot1q-l2bdbase
7673   traces:
7674     hoverinfo: "x+y"
7675     boxpoints: "outliers"
7676     whiskerwidth: 0
7677   layout:
7678     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7679     layout: "plot-throughput"
7680
7681 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7682 -
7683   type: "plot"
7684   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7685   algorithm: "plot_performance_box"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7688   data: "plot-vpp-throughput-latency-3n-skx"
7689   filter: "'NIC_Intel-XXV710' and
7690            '64B' and
7691            ('BASE' or 'SCALE') and
7692            'NDRPDR' and
7693            'ETH' and
7694            '2T1C' and
7695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7696            not 'VHOST' and
7697            not 'MEMIF' and
7698            not 'DRV_AVF'"
7699   parameters:
7700   - "throughput"
7701   - "parent"
7702   - "tags"
7703   sort:
7704   - "L2PATCH"
7705   - "L2XCBASE"
7706   - "BASE"
7707   - "FIB_10K"
7708   - "FIB_100K"
7709   - "FIB_1M"
7710   traces:
7711     hoverinfo: "x+y"
7712     boxpoints: "outliers"
7713     whiskerwidth: 0
7714   layout:
7715     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7716     layout: "plot-throughput"
7717
7718 -
7719   type: "plot"
7720   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7721   algorithm: "plot_performance_box"
7722   output-file-type: ".html"
7723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7724   data: "plot-vpp-throughput-latency-3n-skx"
7725   filter: "'NIC_Intel-XXV710' and
7726            '64B' and
7727            ('BASE' or 'SCALE') and
7728            'NDRPDR' and
7729            'ETH' and
7730            '2T1C' and
7731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7732            not 'VHOST' and
7733            not 'MEMIF' and
7734            not 'DRV_AVF'"
7735   parameters:
7736   - "throughput"
7737   - "parent"
7738   - "tags"
7739   sort:
7740   - "L2PATCH"
7741   - "L2XCBASE"
7742   - "BASE"
7743   - "FIB_10K"
7744   - "FIB_100K"
7745   - "FIB_1M"
7746   traces:
7747     hoverinfo: "x+y"
7748     boxpoints: "outliers"
7749     whiskerwidth: 0
7750   layout:
7751     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7752     layout: "plot-throughput"
7753
7754 -
7755   type: "plot"
7756   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7757   algorithm: "plot_performance_box"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7760   data: "plot-vpp-throughput-latency-3n-skx"
7761   filter: "'NIC_Intel-XXV710' and
7762            '64B' and
7763            ('BASE' or 'SCALE') and
7764            'NDRPDR' and
7765            'ETH' and
7766            '4T2C' and
7767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7768            not 'VHOST' and
7769            not 'MEMIF' and
7770            not 'DRV_AVF'"
7771   parameters:
7772   - "throughput"
7773   - "parent"
7774   - "tags"
7775   sort:
7776   - "L2PATCH"
7777   - "L2XCBASE"
7778   - "BASE"
7779   - "FIB_10K"
7780   - "FIB_100K"
7781   - "FIB_1M"
7782   traces:
7783     hoverinfo: "x+y"
7784     boxpoints: "outliers"
7785     whiskerwidth: 0
7786   layout:
7787     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7788     layout: "plot-throughput"
7789
7790 -
7791   type: "plot"
7792   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7793   algorithm: "plot_performance_box"
7794   output-file-type: ".html"
7795   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7796   data: "plot-vpp-throughput-latency-3n-skx"
7797   filter: "'NIC_Intel-XXV710' and
7798            '64B' and
7799            ('BASE' or 'SCALE') and
7800            'NDRPDR' and
7801            'ETH' and
7802            '4T2C' and
7803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7804            not 'VHOST' and
7805            not 'MEMIF' and
7806            not 'DRV_AVF'"
7807   parameters:
7808   - "throughput"
7809   - "parent"
7810   - "tags"
7811   sort:
7812   - "L2PATCH"
7813   - "L2XCBASE"
7814   - "BASE"
7815   - "FIB_10K"
7816   - "FIB_100K"
7817   - "FIB_1M"
7818   traces:
7819     hoverinfo: "x+y"
7820     boxpoints: "outliers"
7821     whiskerwidth: 0
7822   layout:
7823     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7824     layout: "plot-throughput"
7825
7826 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7827 -
7828   type: "plot"
7829   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7830   algorithm: "plot_performance_box"
7831   output-file-type: ".html"
7832   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7833   data: "plot-vpp-throughput-latency-2n-skx"
7834   filter: "'NIC_Intel-X710' and
7835            '64B' and
7836            ('BASE' or 'SCALE') and
7837            'NDRPDR' and
7838            'ETH' and
7839            '2T1C' and
7840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7841            not 'VHOST' and
7842            not 'MEMIF'"
7843   parameters:
7844   - "throughput"
7845   - "parent"
7846   - "tags"
7847   sort:
7848   - "L2PATCH"
7849   - "L2XCBASE"
7850   - "BASE"
7851   - "FIB_10K"
7852   - "FIB_100K"
7853   - "FIB_1M"
7854   traces:
7855     hoverinfo: "x+y"
7856     boxpoints: "outliers"
7857     whiskerwidth: 0
7858   layout:
7859     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7860     layout: "plot-throughput"
7861
7862 -
7863   type: "plot"
7864   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7865   algorithm: "plot_performance_box"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7868   data: "plot-vpp-throughput-latency-2n-skx"
7869   filter: "'NIC_Intel-X710' and
7870            '64B' and
7871            ('BASE' or 'SCALE') and
7872            'NDRPDR' and
7873            'ETH' and
7874            '2T1C' and
7875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7876            not 'VHOST' and
7877            not 'MEMIF'"
7878   parameters:
7879   - "throughput"
7880   - "parent"
7881   - "tags"
7882   sort:
7883   - "L2PATCH"
7884   - "L2XCBASE"
7885   - "BASE"
7886   - "FIB_10K"
7887   - "FIB_100K"
7888   - "FIB_1M"
7889   traces:
7890     hoverinfo: "x+y"
7891     boxpoints: "outliers"
7892     whiskerwidth: 0
7893   layout:
7894     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7895     layout: "plot-throughput"
7896
7897 -
7898   type: "plot"
7899   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7900   algorithm: "plot_performance_box"
7901   output-file-type: ".html"
7902   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7903   data: "plot-vpp-throughput-latency-2n-skx"
7904   filter: "'NIC_Intel-X710' and
7905            '64B' and
7906            ('BASE' or 'SCALE') and
7907            'NDRPDR' and
7908            'ETH' and
7909            '4T2C' and
7910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7911            not 'VHOST' and
7912            not 'MEMIF'"
7913   parameters:
7914   - "throughput"
7915   - "parent"
7916   - "tags"
7917   sort:
7918   - "L2PATCH"
7919   - "L2XCBASE"
7920   - "BASE"
7921   - "FIB_10K"
7922   - "FIB_100K"
7923   - "FIB_1M"
7924   traces:
7925     hoverinfo: "x+y"
7926     boxpoints: "outliers"
7927     whiskerwidth: 0
7928   layout:
7929     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7930     layout: "plot-throughput"
7931
7932 -
7933   type: "plot"
7934   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7935   algorithm: "plot_performance_box"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7938   data: "plot-vpp-throughput-latency-2n-skx"
7939   filter: "'NIC_Intel-X710' and
7940            '64B' and
7941            ('BASE' or 'SCALE') and
7942            'NDRPDR' and
7943            'ETH' and
7944            '4T2C' and
7945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7946            not 'VHOST' and
7947            not 'MEMIF'"
7948   parameters:
7949   - "throughput"
7950   - "parent"
7951   - "tags"
7952   sort:
7953   - "L2PATCH"
7954   - "L2XCBASE"
7955   - "BASE"
7956   - "FIB_10K"
7957   - "FIB_100K"
7958   - "FIB_1M"
7959   traces:
7960     hoverinfo: "x+y"
7961     boxpoints: "outliers"
7962     whiskerwidth: 0
7963   layout:
7964     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7965     layout: "plot-throughput"
7966
7967 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7968 -
7969   type: "plot"
7970   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7971   algorithm: "plot_performance_box"
7972   output-file-type: ".html"
7973   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7974   data: "plot-vpp-throughput-latency-2n-skx"
7975   filter: "'NIC_Intel-XXV710' and
7976            '64B' and
7977            ('BASE' or 'SCALE') and
7978            'NDRPDR' and
7979            'ETH' and
7980            '2T1C' and
7981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7982            not 'VHOST' and
7983            not 'MEMIF'"
7984   parameters:
7985   - "throughput"
7986   - "parent"
7987   - "tags"
7988   sort:
7989   - "L2PATCH"
7990   - "L2XCBASE"
7991   - "BASE"
7992   - "FIB_10K"
7993   - "FIB_100K"
7994   - "FIB_1M"
7995   traces:
7996     hoverinfo: "x+y"
7997     boxpoints: "outliers"
7998     whiskerwidth: 0
7999   layout:
8000     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8001     layout: "plot-throughput"
8002
8003 -
8004   type: "plot"
8005   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8006   algorithm: "plot_performance_box"
8007   output-file-type: ".html"
8008   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8009   data: "plot-vpp-throughput-latency-2n-skx"
8010   filter: "'NIC_Intel-XXV710' and
8011            '64B' and
8012            ('BASE' or 'SCALE') and
8013            'NDRPDR' and
8014            'ETH' and
8015            '2T1C' and
8016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8017            not 'VHOST' and
8018            not 'MEMIF'"
8019   parameters:
8020   - "throughput"
8021   - "parent"
8022   - "tags"
8023   sort:
8024   - "L2PATCH"
8025   - "L2XCBASE"
8026   - "BASE"
8027   - "FIB_10K"
8028   - "FIB_100K"
8029   - "FIB_1M"
8030   traces:
8031     hoverinfo: "x+y"
8032     boxpoints: "outliers"
8033     whiskerwidth: 0
8034   layout:
8035     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8036     layout: "plot-throughput"
8037
8038 -
8039   type: "plot"
8040   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8041   algorithm: "plot_performance_box"
8042   output-file-type: ".html"
8043   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8044   data: "plot-vpp-throughput-latency-2n-skx"
8045   filter: "'NIC_Intel-XXV710' and
8046            '64B' and
8047            ('BASE' or 'SCALE') and
8048            'NDRPDR' and
8049            'ETH' and
8050            '4T2C' and
8051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8052            not 'VHOST' and
8053            not 'MEMIF'"
8054   parameters:
8055   - "throughput"
8056   - "parent"
8057   - "tags"
8058   sort:
8059   - "L2PATCH"
8060   - "L2XCBASE"
8061   - "BASE"
8062   - "FIB_10K"
8063   - "FIB_100K"
8064   - "FIB_1M"
8065   traces:
8066     hoverinfo: "x+y"
8067     boxpoints: "outliers"
8068     whiskerwidth: 0
8069   layout:
8070     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8071     layout: "plot-throughput"
8072
8073 -
8074   type: "plot"
8075   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8076   algorithm: "plot_performance_box"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8079   data: "plot-vpp-throughput-latency-2n-skx"
8080   filter: "'NIC_Intel-XXV710' and
8081            '64B' and
8082            ('BASE' or 'SCALE') and
8083            'NDRPDR' and
8084            'ETH' and
8085            '4T2C' and
8086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8087            not 'VHOST' and
8088            not 'MEMIF'"
8089   parameters:
8090   - "throughput"
8091   - "parent"
8092   - "tags"
8093   sort:
8094   - "L2PATCH"
8095   - "L2XCBASE"
8096   - "BASE"
8097   - "FIB_10K"
8098   - "FIB_100K"
8099   - "FIB_1M"
8100   traces:
8101     hoverinfo: "x+y"
8102     boxpoints: "outliers"
8103     whiskerwidth: 0
8104   layout:
8105     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8106     layout: "plot-throughput"
8107
8108 # Packet Throughput - VPP L2 2n-dnv-x553 base
8109 -
8110   type: "plot"
8111   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8112   algorithm: "plot_performance_box"
8113   output-file-type: ".html"
8114   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8115   data: "intel-dnv-vpp"
8116   filter: "'NIC_Intel-X553' and
8117            '64B' and
8118            'BASE' and
8119            'NDRPDR' and
8120            'ETH' and
8121            '1T1C' and
8122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8123            not 'VHOST' and
8124            not 'MEMIF'"
8125   parameters:
8126   - "throughput"
8127   - "parent"
8128   - "tags"
8129   sort:
8130   - "L2XCBASE"
8131   - "L2BDMACLRN"
8132   - "L2PATCH"
8133   traces:
8134     hoverinfo: "x+y"
8135     boxpoints: "outliers"
8136     whiskerwidth: 0
8137   layout:
8138     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8139     layout: "plot-throughput"
8140
8141 -
8142   type: "plot"
8143   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8144   algorithm: "plot_performance_box"
8145   output-file-type: ".html"
8146   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8147   data: "intel-dnv-vpp"
8148   filter: "'NIC_Intel-X553' and
8149            '64B' and
8150            ('BASE' or 'SCALE') and
8151            'NDRPDR' and
8152            'ETH' and
8153            '1T1C' and
8154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8155            not 'VHOST' and
8156            not 'MEMIF'"
8157   parameters:
8158   - "throughput"
8159   - "parent"
8160   - "tags"
8161   sort:
8162   - "L2XCBASE"
8163   - "L2BDMACLRN"
8164   - "L2PATCH"
8165   traces:
8166     hoverinfo: "x+y"
8167     boxpoints: "outliers"
8168     whiskerwidth: 0
8169   layout:
8170     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8171     layout: "plot-throughput"
8172
8173 -
8174   type: "plot"
8175   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8176   algorithm: "plot_performance_box"
8177   output-file-type: ".html"
8178   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8179   data: "intel-dnv-vpp"
8180   filter: "'NIC_Intel-X553' and
8181            '64B' and
8182            ('BASE' or 'SCALE') and
8183            'NDRPDR' and
8184            'ETH' and
8185            '2T2C' and
8186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8187            not 'VHOST' and
8188            not 'MEMIF'"
8189   parameters:
8190   - "throughput"
8191   - "parent"
8192   - "tags"
8193   sort:
8194   - "L2XCBASE"
8195   - "L2BDMACLRN"
8196   - "L2PATCH"
8197   traces:
8198     hoverinfo: "x+y"
8199     boxpoints: "outliers"
8200     whiskerwidth: 0
8201   layout:
8202     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8203     layout: "plot-throughput"
8204
8205 -
8206   type: "plot"
8207   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8208   algorithm: "plot_performance_box"
8209   output-file-type: ".html"
8210   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8211   data: "intel-dnv-vpp"
8212   filter: "'NIC_Intel-X553' and
8213            '64B' and
8214            ('BASE' or 'SCALE') and
8215            'NDRPDR' and
8216            'ETH' and
8217            '2T2C' and
8218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8219            not 'VHOST' and
8220            not 'MEMIF'"
8221   parameters:
8222   - "throughput"
8223   - "parent"
8224   - "tags"
8225   sort:
8226   - "L2XCBASE"
8227   - "L2BDMACLRN"
8228   - "L2PATCH"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8235     layout: "plot-throughput"
8236
8237 ################################################################################
8238
8239 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8240 -
8241   type: "plot"
8242   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8243   algorithm: "plot_performance_box"
8244   output-file-type: ".html"
8245   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8246   data: "plot-vpp-throughput-latency-3n-hsw"
8247   filter: "'NIC_Intel-X520-DA2' and
8248            '64B' and
8249            ('BASE' or 'SCALE') and
8250            'NDRPDR' and
8251            '1T1C' and
8252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8253            not 'VHOST' and
8254            'MEMIF'"
8255   parameters:
8256   - "throughput"
8257   - "parent"
8258   - "tags"
8259   sort:
8260   - "L2XCFWD"
8261   - "L2XCFWD"
8262   - "L2XCFWD"
8263   - "L2BDMACLRN"
8264   - "L2BDMACLRN"
8265   - "L2BDMACLRN"
8266   traces:
8267     hoverinfo: "x+y"
8268     boxpoints: "outliers"
8269     whiskerwidth: 0
8270   layout:
8271     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8272     layout: "plot-throughput"
8273
8274 -
8275   type: "plot"
8276   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8277   algorithm: "plot_performance_box"
8278   output-file-type: ".html"
8279   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8280   data: "plot-vpp-throughput-latency-3n-hsw"
8281   filter: "'NIC_Intel-X520-DA2' and
8282            '64B' and
8283            ('BASE' or 'SCALE') and
8284            'NDRPDR' and
8285            '1T1C' and
8286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8287            not 'VHOST' and
8288            'MEMIF'"
8289   parameters:
8290   - "throughput"
8291   - "parent"
8292   - "tags"
8293   sort:
8294   - "L2XCFWD"
8295   - "L2XCFWD"
8296   - "L2XCFWD"
8297   - "L2BDMACLRN"
8298   - "L2BDMACLRN"
8299   - "L2BDMACLRN"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8306     layout: "plot-throughput"
8307
8308 -
8309   type: "plot"
8310   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8311   algorithm: "plot_performance_box"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8314   data: "plot-vpp-throughput-latency-3n-hsw"
8315   filter: "'NIC_Intel-X520-DA2' and
8316            '64B' and
8317            ('BASE' or 'SCALE') and
8318            'NDRPDR' and
8319            '2T2C' and
8320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8321            not 'VHOST' and
8322            'MEMIF'"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   - "tags"
8327   sort:
8328   - "L2XCFWD"
8329   - "L2XCFWD"
8330   - "L2XCFWD"
8331   - "L2BDMACLRN"
8332   - "L2BDMACLRN"
8333   - "L2BDMACLRN"
8334   traces:
8335     hoverinfo: "x+y"
8336     boxpoints: "outliers"
8337     whiskerwidth: 0
8338   layout:
8339     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8340     layout: "plot-throughput"
8341
8342 -
8343   type: "plot"
8344   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8345   algorithm: "plot_performance_box"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8348   data: "plot-vpp-throughput-latency-3n-hsw"
8349   filter: "'NIC_Intel-X520-DA2' and
8350            '64B' and
8351            ('BASE' or 'SCALE') and
8352            'NDRPDR' and
8353            '2T2C' and
8354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8355            not 'VHOST' and
8356            'MEMIF'"
8357   parameters:
8358   - "throughput"
8359   - "parent"
8360   - "tags"
8361   sort:
8362   - "L2XCFWD"
8363   - "L2XCFWD"
8364   - "L2XCFWD"
8365   - "L2BDMACLRN"
8366   - "L2BDMACLRN"
8367   - "L2BDMACLRN"
8368   traces:
8369     hoverinfo: "x+y"
8370     boxpoints: "outliers"
8371     whiskerwidth: 0
8372   layout:
8373     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8374     layout: "plot-throughput"
8375
8376 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8377 -
8378   type: "plot"
8379   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8380   algorithm: "plot_performance_box"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8383   data: "plot-vpp-throughput-latency-3n-hsw"
8384   filter: "'NIC_Intel-X710' and
8385            '64B' and
8386            ('BASE' or 'SCALE') and
8387            'NDRPDR' and
8388            '1T1C' and
8389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8390            not 'VHOST' and
8391            'MEMIF'"
8392   parameters:
8393   - "throughput"
8394   - "parent"
8395   - "tags"
8396   sort:
8397   - "L2XCFWD"
8398   - "L2XCFWD"
8399   - "L2XCFWD"
8400   - "L2BDMACLRN"
8401   - "L2BDMACLRN"
8402   - "L2BDMACLRN"
8403   traces:
8404     hoverinfo: "x+y"
8405     boxpoints: "outliers"
8406     whiskerwidth: 0
8407   layout:
8408     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8409     layout: "plot-throughput"
8410
8411 -
8412   type: "plot"
8413   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8414   algorithm: "plot_performance_box"
8415   output-file-type: ".html"
8416   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8417   data: "plot-vpp-throughput-latency-3n-hsw"
8418   filter: "'NIC_Intel-X710' and
8419            '64B' and
8420            ('BASE' or 'SCALE') and
8421            'NDRPDR' and
8422            '1T1C' and
8423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8424            not 'VHOST' and
8425            'MEMIF'"
8426   parameters:
8427   - "throughput"
8428   - "parent"
8429   - "tags"
8430   sort:
8431   - "L2XCFWD"
8432   - "L2XCFWD"
8433   - "L2XCFWD"
8434   - "L2BDMACLRN"
8435   - "L2BDMACLRN"
8436   - "L2BDMACLRN"
8437   traces:
8438     hoverinfo: "x+y"
8439     boxpoints: "outliers"
8440     whiskerwidth: 0
8441   layout:
8442     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8443     layout: "plot-throughput"
8444
8445 -
8446   type: "plot"
8447   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8448   algorithm: "plot_performance_box"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8451   data: "plot-vpp-throughput-latency-3n-hsw"
8452   filter: "'NIC_Intel-X710' and
8453            '64B' and
8454            ('BASE' or 'SCALE') and
8455            'NDRPDR' and
8456            '2T2C' and
8457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8458            not 'VHOST' and
8459            'MEMIF'"
8460   parameters:
8461   - "throughput"
8462   - "parent"
8463   - "tags"
8464   sort:
8465   - "L2XCFWD"
8466   - "L2XCFWD"
8467   - "L2XCFWD"
8468   - "L2BDMACLRN"
8469   - "L2BDMACLRN"
8470   - "L2BDMACLRN"
8471   traces:
8472     hoverinfo: "x+y"
8473     boxpoints: "outliers"
8474     whiskerwidth: 0
8475   layout:
8476     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8477     layout: "plot-throughput"
8478
8479 -
8480   type: "plot"
8481   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8482   algorithm: "plot_performance_box"
8483   output-file-type: ".html"
8484   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8485   data: "plot-vpp-throughput-latency-3n-hsw"
8486   filter: "'NIC_Intel-X710' and
8487            '64B' and
8488            ('BASE' or 'SCALE') and
8489            'NDRPDR' and
8490            '2T2C' and
8491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8492            not 'VHOST' and
8493            'MEMIF'"
8494   parameters:
8495   - "throughput"
8496   - "parent"
8497   - "tags"
8498   sort:
8499   - "L2XCFWD"
8500   - "L2XCFWD"
8501   - "L2XCFWD"
8502   - "L2BDMACLRN"
8503   - "L2BDMACLRN"
8504   - "L2BDMACLRN"
8505   traces:
8506     hoverinfo: "x+y"
8507     boxpoints: "outliers"
8508     whiskerwidth: 0
8509   layout:
8510     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8511     layout: "plot-throughput"
8512
8513 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8514 -
8515   type: "plot"
8516   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8517   algorithm: "plot_performance_box"
8518   output-file-type: ".html"
8519   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8520   data: "plot-vpp-throughput-latency-3n-hsw"
8521   filter: "'NIC_Intel-XL710' and
8522            '64B' and
8523            ('BASE' or 'SCALE') and
8524            'NDRPDR' and
8525            '1T1C' and
8526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8527            not 'VHOST' and
8528            'MEMIF'"
8529   parameters:
8530   - "throughput"
8531   - "parent"
8532   - "tags"
8533   sort:
8534   - "L2XCFWD"
8535   - "L2XCFWD"
8536   - "L2XCFWD"
8537   - "L2BDMACLRN"
8538   - "L2BDMACLRN"
8539   - "L2BDMACLRN"
8540   traces:
8541     hoverinfo: "x+y"
8542     boxpoints: "outliers"
8543     whiskerwidth: 0
8544   layout:
8545     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8546     layout: "plot-throughput"
8547
8548 -
8549   type: "plot"
8550   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8551   algorithm: "plot_performance_box"
8552   output-file-type: ".html"
8553   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8554   data: "plot-vpp-throughput-latency-3n-hsw"
8555   filter: "'NIC_Intel-XL710' and
8556            '64B' and
8557            ('BASE' or 'SCALE') and
8558            'NDRPDR' and
8559            '1T1C' and
8560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8561            not 'VHOST' and
8562            'MEMIF'"
8563   parameters:
8564   - "throughput"
8565   - "parent"
8566   - "tags"
8567   sort:
8568   - "L2XCFWD"
8569   - "L2XCFWD"
8570   - "L2XCFWD"
8571   - "L2BDMACLRN"
8572   - "L2BDMACLRN"
8573   - "L2BDMACLRN"
8574   traces:
8575     hoverinfo: "x+y"
8576     boxpoints: "outliers"
8577     whiskerwidth: 0
8578   layout:
8579     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8580     layout: "plot-throughput"
8581
8582 -
8583   type: "plot"
8584   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8585   algorithm: "plot_performance_box"
8586   output-file-type: ".html"
8587   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8588   data: "plot-vpp-throughput-latency-3n-hsw"
8589   filter: "'NIC_Intel-XL710' and
8590            '64B' and
8591            ('BASE' or 'SCALE') and
8592            'NDRPDR' and
8593            '2T2C' and
8594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8595            not 'VHOST' and
8596            'MEMIF'"
8597   parameters:
8598   - "throughput"
8599   - "parent"
8600   - "tags"
8601   sort:
8602   - "L2XCFWD"
8603   - "L2XCFWD"
8604   - "L2XCFWD"
8605   - "L2BDMACLRN"
8606   - "L2BDMACLRN"
8607   - "L2BDMACLRN"
8608   traces:
8609     hoverinfo: "x+y"
8610     boxpoints: "outliers"
8611     whiskerwidth: 0
8612   layout:
8613     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8614     layout: "plot-throughput"
8615
8616 -
8617   type: "plot"
8618   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8619   algorithm: "plot_performance_box"
8620   output-file-type: ".html"
8621   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8622   data: "plot-vpp-throughput-latency-3n-hsw"
8623   filter: "'NIC_Intel-XL710' and
8624            '64B' and
8625            ('BASE' or 'SCALE') and
8626            'NDRPDR' and
8627            '2T2C' and
8628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8629            not 'VHOST' and
8630            'MEMIF'"
8631   parameters:
8632   - "throughput"
8633   - "parent"
8634   - "tags"
8635   sort:
8636   - "L2XCFWD"
8637   - "L2XCFWD"
8638   - "L2XCFWD"
8639   - "L2BDMACLRN"
8640   - "L2BDMACLRN"
8641   - "L2BDMACLRN"
8642   traces:
8643     hoverinfo: "x+y"
8644     boxpoints: "outliers"
8645     whiskerwidth: 0
8646   layout:
8647     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8648     layout: "plot-throughput"
8649
8650 # Packet Throughput - VPP Container Memif 3n-skx-x710
8651 -
8652   type: "plot"
8653   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8654   algorithm: "plot_performance_box"
8655   output-file-type: ".html"
8656   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8657   data: "plot-vpp-throughput-latency-3n-skx"
8658   filter: "'NIC_Intel-X710' and
8659            '64B' and
8660            ('BASE' or 'SCALE') and
8661            'NDRPDR' and
8662            '2T1C' and
8663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8664            not 'VHOST' and
8665            'MEMIF'"
8666   parameters:
8667   - "throughput"
8668   - "parent"
8669   - "tags"
8670   sort:
8671   - "L2XCFWD"
8672   - "L2XCFWD"
8673   - "L2XCFWD"
8674   - "L2BDMACLRN"
8675   - "L2BDMACLRN"
8676   - "L2BDMACLRN"
8677   traces:
8678     hoverinfo: "x+y"
8679     boxpoints: "outliers"
8680     whiskerwidth: 0
8681   layout:
8682     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8683     layout: "plot-throughput"
8684
8685 -
8686   type: "plot"
8687   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8688   algorithm: "plot_performance_box"
8689   output-file-type: ".html"
8690   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8691   data: "plot-vpp-throughput-latency-3n-skx"
8692   filter: "'NIC_Intel-X710' and
8693            '64B' and
8694            ('BASE' or 'SCALE') and
8695            'NDRPDR' and
8696            '2T1C' and
8697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8698            not 'VHOST' and
8699            'MEMIF'"
8700   parameters:
8701   - "throughput"
8702   - "parent"
8703   - "tags"
8704   sort:
8705   - "L2XCFWD"
8706   - "L2XCFWD"
8707   - "L2XCFWD"
8708   - "L2BDMACLRN"
8709   - "L2BDMACLRN"
8710   - "L2BDMACLRN"
8711   traces:
8712     hoverinfo: "x+y"
8713     boxpoints: "outliers"
8714     whiskerwidth: 0
8715   layout:
8716     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8717     layout: "plot-throughput"
8718
8719 -
8720   type: "plot"
8721   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8722   algorithm: "plot_performance_box"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8725   data: "plot-vpp-throughput-latency-3n-skx"
8726   filter: "'NIC_Intel-X710' and
8727            '64B' and
8728            ('BASE' or 'SCALE') and
8729            'NDRPDR' and
8730            '4T2C' and
8731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8732            not 'VHOST' and
8733            'MEMIF'"
8734   parameters:
8735   - "throughput"
8736   - "parent"
8737   - "tags"
8738   sort:
8739   - "L2XCFWD"
8740   - "L2XCFWD"
8741   - "L2XCFWD"
8742   - "L2BDMACLRN"
8743   - "L2BDMACLRN"
8744   - "L2BDMACLRN"
8745   traces:
8746     hoverinfo: "x+y"
8747     boxpoints: "outliers"
8748     whiskerwidth: 0
8749   layout:
8750     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8751     layout: "plot-throughput"
8752
8753 -
8754   type: "plot"
8755   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8756   algorithm: "plot_performance_box"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8759   data: "plot-vpp-throughput-latency-3n-skx"
8760   filter: "'NIC_Intel-X710' and
8761            '64B' and
8762            ('BASE' or 'SCALE') and
8763            'NDRPDR' and
8764            '4T2C' and
8765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8766            not 'VHOST' and
8767            'MEMIF'"
8768   parameters:
8769   - "throughput"
8770   - "parent"
8771   - "tags"
8772   sort:
8773   - "L2XCFWD"
8774   - "L2XCFWD"
8775   - "L2XCFWD"
8776   - "L2BDMACLRN"
8777   - "L2BDMACLRN"
8778   - "L2BDMACLRN"
8779   traces:
8780     hoverinfo: "x+y"
8781     boxpoints: "outliers"
8782     whiskerwidth: 0
8783   layout:
8784     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8785     layout: "plot-throughput"
8786
8787 # Packet Throughput - VPP Container Memif 2n-skx-x710
8788 -
8789   type: "plot"
8790   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8791   algorithm: "plot_performance_box"
8792   output-file-type: ".html"
8793   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8794   data: "plot-vpp-throughput-latency-2n-skx"
8795   filter: "'NIC_Intel-X710' and
8796            '64B' and
8797            ('BASE' or 'SCALE') and
8798            'NDRPDR' and
8799            '2T1C' and
8800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8801            not 'VHOST' and
8802            'MEMIF'"
8803   parameters:
8804   - "throughput"
8805   - "parent"
8806   - "tags"
8807   sort:
8808   - "L2XCFWD"
8809   - "L2XCFWD"
8810   - "L2XCFWD"
8811   - "L2BDMACLRN"
8812   - "L2BDMACLRN"
8813   - "L2BDMACLRN"
8814   traces:
8815     hoverinfo: "x+y"
8816     boxpoints: "outliers"
8817     whiskerwidth: 0
8818   layout:
8819     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8820     layout: "plot-throughput"
8821
8822 -
8823   type: "plot"
8824   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8825   algorithm: "plot_performance_box"
8826   output-file-type: ".html"
8827   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8828   data: "plot-vpp-throughput-latency-2n-skx"
8829   filter: "'NIC_Intel-X710' and
8830            '64B' and
8831            ('BASE' or 'SCALE') and
8832            'NDRPDR' and
8833            '2T1C' and
8834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8835            not 'VHOST' and
8836            'MEMIF'"
8837   parameters:
8838   - "throughput"
8839   - "parent"
8840   - "tags"
8841   sort:
8842   - "L2XCFWD"
8843   - "L2XCFWD"
8844   - "L2XCFWD"
8845   - "L2BDMACLRN"
8846   - "L2BDMACLRN"
8847   - "L2BDMACLRN"
8848   traces:
8849     hoverinfo: "x+y"
8850     boxpoints: "outliers"
8851     whiskerwidth: 0
8852   layout:
8853     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8854     layout: "plot-throughput"
8855
8856 -
8857   type: "plot"
8858   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8859   algorithm: "plot_performance_box"
8860   output-file-type: ".html"
8861   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8862   data: "plot-vpp-throughput-latency-2n-skx"
8863   filter: "'NIC_Intel-X710' and
8864            '64B' and
8865            ('BASE' or 'SCALE') and
8866            'NDRPDR' and
8867            '4T2C' and
8868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8869            not 'VHOST' and
8870            'MEMIF'"
8871   parameters:
8872   - "throughput"
8873   - "parent"
8874   - "tags"
8875   sort:
8876   - "L2XCFWD"
8877   - "L2XCFWD"
8878   - "L2XCFWD"
8879   - "L2BDMACLRN"
8880   - "L2BDMACLRN"
8881   - "L2BDMACLRN"
8882   traces:
8883     hoverinfo: "x+y"
8884     boxpoints: "outliers"
8885     whiskerwidth: 0
8886   layout:
8887     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8888     layout: "plot-throughput"
8889
8890 -
8891   type: "plot"
8892   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8893   algorithm: "plot_performance_box"
8894   output-file-type: ".html"
8895   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8896   data: "plot-vpp-throughput-latency-2n-skx"
8897   filter: "'NIC_Intel-X710' and
8898            '64B' and
8899            ('BASE' or 'SCALE') and
8900            'NDRPDR' and
8901            '4T2C' and
8902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8903            not 'VHOST' and
8904            'MEMIF'"
8905   parameters:
8906   - "throughput"
8907   - "parent"
8908   - "tags"
8909   sort:
8910   - "L2XCFWD"
8911   - "L2XCFWD"
8912   - "L2XCFWD"
8913   - "L2BDMACLRN"
8914   - "L2BDMACLRN"
8915   - "L2BDMACLRN"
8916   traces:
8917     hoverinfo: "x+y"
8918     boxpoints: "outliers"
8919     whiskerwidth: 0
8920   layout:
8921     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8922     layout: "plot-throughput"
8923
8924 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8925 -
8926   type: "plot"
8927   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8928   algorithm: "plot_performance_box"
8929   output-file-type: ".html"
8930   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8931   data: "plot-vpp-throughput-latency-2n-skx"
8932   filter: "'NIC_Intel-XXV710' and
8933            '64B' and
8934            ('BASE' or 'SCALE') and
8935            'NDRPDR' and
8936            '2T1C' and
8937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8938            not 'VHOST' and
8939            'MEMIF'"
8940   parameters:
8941   - "throughput"
8942   - "parent"
8943   - "tags"
8944   sort:
8945   - "L2XCFWD"
8946   - "L2XCFWD"
8947   - "L2XCFWD"
8948   - "L2BDMACLRN"
8949   - "L2BDMACLRN"
8950   - "L2BDMACLRN"
8951   traces:
8952     hoverinfo: "x+y"
8953     boxpoints: "outliers"
8954     whiskerwidth: 0
8955   layout:
8956     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8957     layout: "plot-throughput"
8958
8959 -
8960   type: "plot"
8961   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8962   algorithm: "plot_performance_box"
8963   output-file-type: ".html"
8964   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8965   data: "plot-vpp-throughput-latency-2n-skx"
8966   filter: "'NIC_Intel-XXV710' and
8967            '64B' and
8968            ('BASE' or 'SCALE') and
8969            'NDRPDR' and
8970            '2T1C' and
8971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8972            not 'VHOST' and
8973            'MEMIF'"
8974   parameters:
8975   - "throughput"
8976   - "parent"
8977   - "tags"
8978   sort:
8979   - "L2XCFWD"
8980   - "L2XCFWD"
8981   - "L2XCFWD"
8982   - "L2BDMACLRN"
8983   - "L2BDMACLRN"
8984   - "L2BDMACLRN"
8985   traces:
8986     hoverinfo: "x+y"
8987     boxpoints: "outliers"
8988     whiskerwidth: 0
8989   layout:
8990     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8991     layout: "plot-throughput"
8992
8993 -
8994   type: "plot"
8995   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8996   algorithm: "plot_performance_box"
8997   output-file-type: ".html"
8998   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8999   data: "plot-vpp-throughput-latency-2n-skx"
9000   filter: "'NIC_Intel-XXV710' and
9001            '64B' and
9002            ('BASE' or 'SCALE') and
9003            'NDRPDR' and
9004            '4T2C' and
9005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9006            not 'VHOST' and
9007            'MEMIF'"
9008   parameters:
9009   - "throughput"
9010   - "parent"
9011   - "tags"
9012   sort:
9013   - "L2XCFWD"
9014   - "L2XCFWD"
9015   - "L2XCFWD"
9016   - "L2BDMACLRN"
9017   - "L2BDMACLRN"
9018   - "L2BDMACLRN"
9019   traces:
9020     hoverinfo: "x+y"
9021     boxpoints: "outliers"
9022     whiskerwidth: 0
9023   layout:
9024     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9025     layout: "plot-throughput"
9026
9027 -
9028   type: "plot"
9029   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9030   algorithm: "plot_performance_box"
9031   output-file-type: ".html"
9032   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9033   data: "plot-vpp-throughput-latency-2n-skx"
9034   filter: "'NIC_Intel-XXV710' and
9035            '64B' and
9036            ('BASE' or 'SCALE') and
9037            'NDRPDR' and
9038            '4T2C' and
9039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9040            not 'VHOST' and
9041            'MEMIF'"
9042   parameters:
9043   - "throughput"
9044   - "parent"
9045   - "tags"
9046   sort:
9047   - "L2XCFWD"
9048   - "L2XCFWD"
9049   - "L2XCFWD"
9050   - "L2BDMACLRN"
9051   - "L2BDMACLRN"
9052   - "L2BDMACLRN"
9053   traces:
9054     hoverinfo: "x+y"
9055     boxpoints: "outliers"
9056     whiskerwidth: 0
9057   layout:
9058     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9059     layout: "plot-throughput"
9060
9061 ################################################################################
9062
9063 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9064 -
9065   type: "plot"
9066   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9067   algorithm: "plot_performance_box"
9068   output-file-type: ".html"
9069   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9070   data: "plot-ligato-throughput-latency-3n-hsw"
9071   filter: "'NIC_Intel-X520-DA2' and
9072            '64B' and
9073            ('BASE' or 'SCALE') and
9074            'NDRPDR' and
9075            '1T1C' and
9076            'L2XCFWD' and
9077            not 'VHOST' and
9078            'MEMIF'"
9079   parameters:
9080   - "throughput"
9081   - "parent"
9082   - "tags"
9083   sort:
9084   - "1VNF"
9085   - "2VNF"
9086   - "4VNF"
9087   - "2VNF"
9088   - "4VNF"
9089   traces:
9090     hoverinfo: "x+y"
9091     boxpoints: "outliers"
9092     whiskerwidth: 0
9093   layout:
9094     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9095     layout: "plot-throughput"
9096
9097 -
9098   type: "plot"
9099   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9100   algorithm: "plot_performance_box"
9101   output-file-type: ".html"
9102   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9103   data: "plot-ligato-throughput-latency-3n-hsw"
9104   filter: "'NIC_Intel-X520-DA2' and
9105            '64B' and
9106            ('BASE' or 'SCALE') and
9107            'NDRPDR' and
9108            '1T1C' and
9109            'L2XCFWD' and
9110            not 'VHOST' and
9111            'MEMIF'"
9112   parameters:
9113   - "throughput"
9114   - "parent"
9115   - "tags"
9116   sort:
9117   - "1VNF"
9118   - "2VNF"
9119   - "4VNF"
9120   - "2VNF"
9121   - "4VNF"
9122   traces:
9123     hoverinfo: "x+y"
9124     boxpoints: "outliers"
9125     whiskerwidth: 0
9126   layout:
9127     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9128     layout: "plot-throughput"
9129
9130 -
9131   type: "plot"
9132   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9133   algorithm: "plot_performance_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9136   data: "plot-ligato-throughput-latency-3n-hsw"
9137   filter: "'NIC_Intel-X520-DA2' and
9138            '64B' and
9139            ('BASE' or 'SCALE') and
9140            'NDRPDR' and
9141            '2T2C' and
9142            'L2XCFWD' and
9143            not 'VHOST' and
9144            'MEMIF'"
9145   parameters:
9146   - "throughput"
9147   - "parent"
9148   - "tags"
9149   sort:
9150   - "1VNF"
9151   - "2VNF"
9152   - "4VNF"
9153   - "2VNF"
9154   - "4VNF"
9155   traces:
9156     hoverinfo: "x+y"
9157     boxpoints: "outliers"
9158     whiskerwidth: 0
9159   layout:
9160     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9161     layout: "plot-throughput"
9162
9163 -
9164   type: "plot"
9165   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9166   algorithm: "plot_performance_box"
9167   output-file-type: ".html"
9168   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9169   data: "plot-ligato-throughput-latency-3n-hsw"
9170   filter: "'NIC_Intel-X520-DA2' and
9171            '64B' and
9172            ('BASE' or 'SCALE') and
9173            'NDRPDR' and
9174            '2T2C' and
9175            'L2XCFWD' and
9176            not 'VHOST' and
9177            'MEMIF'"
9178   parameters:
9179   - "throughput"
9180   - "parent"
9181   - "tags"
9182   sort:
9183   - "1VNF"
9184   - "2VNF"
9185   - "4VNF"
9186   - "2VNF"
9187   - "4VNF"
9188   traces:
9189     hoverinfo: "x+y"
9190     boxpoints: "outliers"
9191     whiskerwidth: 0
9192   layout:
9193     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9194     layout: "plot-throughput"
9195
9196 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9197 -
9198   type: "plot"
9199   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9200   algorithm: "plot_performance_box"
9201   output-file-type: ".html"
9202   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9203   data: "plot-ligato-throughput-latency-3n-hsw"
9204   filter: "'NIC_Intel-X520-DA2' and
9205            '64B' and
9206            ('BASE' or 'SCALE') and
9207            'NDRPDR' and
9208            '1T1C' and
9209            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9210            not 'VHOST' and
9211            'MEMIF'"
9212   parameters:
9213   - "throughput"
9214   - "parent"
9215   - "tags"
9216   sort:
9217   - "1VNF"
9218   - "2VNF"
9219   - "4VNF"
9220   - "2VNF"
9221   - "4VNF"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9228     layout: "plot-throughput"
9229
9230 -
9231   type: "plot"
9232   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9233   algorithm: "plot_performance_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9236   data: "plot-ligato-throughput-latency-3n-hsw"
9237   filter: "'NIC_Intel-X520-DA2' and
9238            '64B' and
9239            ('BASE' or 'SCALE') and
9240            'NDRPDR' and
9241            '1T1C' and
9242            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9243            not 'VHOST' and
9244            'MEMIF'"
9245   parameters:
9246   - "throughput"
9247   - "parent"
9248   - "tags"
9249   sort:
9250   - "1VNF"
9251   - "2VNF"
9252   - "4VNF"
9253   - "2VNF"
9254   - "4VNF"
9255   traces:
9256     hoverinfo: "x+y"
9257     boxpoints: "outliers"
9258     whiskerwidth: 0
9259   layout:
9260     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9261     layout: "plot-throughput"
9262
9263 -
9264   type: "plot"
9265   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9266   algorithm: "plot_performance_box"
9267   output-file-type: ".html"
9268   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9269   data: "plot-ligato-throughput-latency-3n-hsw"
9270   filter: "'NIC_Intel-X520-DA2' and
9271            '64B' and
9272            ('BASE' or 'SCALE') and
9273            'NDRPDR' and
9274            '2T2C' and
9275            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9276            not 'VHOST' and
9277            'MEMIF'"
9278   parameters:
9279   - "throughput"
9280   - "parent"
9281   - "tags"
9282   sort:
9283   - "1VNF"
9284   - "2VNF"
9285   - "4VNF"
9286   - "2VNF"
9287   - "4VNF"
9288   traces:
9289     hoverinfo: "x+y"
9290     boxpoints: "outliers"
9291     whiskerwidth: 0
9292   layout:
9293     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9294     layout: "plot-throughput"
9295
9296 -
9297   type: "plot"
9298   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9299   algorithm: "plot_performance_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9302   data: "plot-ligato-throughput-latency-3n-hsw"
9303   filter: "'NIC_Intel-X520-DA2' and
9304            '64B' and
9305            ('BASE' or 'SCALE') and
9306            'NDRPDR' and
9307            '2T2C' and
9308            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9309            not 'VHOST' and
9310            'MEMIF'"
9311   parameters:
9312   - "throughput"
9313   - "parent"
9314   - "tags"
9315   sort:
9316   - "1VNF"
9317   - "2VNF"
9318   - "4VNF"
9319   - "2VNF"
9320   - "4VNF"
9321   traces:
9322     hoverinfo: "x+y"
9323     boxpoints: "outliers"
9324     whiskerwidth: 0
9325   layout:
9326     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9327     layout: "plot-throughput"
9328
9329 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9330 -
9331   type: "plot"
9332   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9333   algorithm: "plot_performance_box"
9334   output-file-type: ".html"
9335   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9336   data: "plot-ligato-throughput-latency-3n-hsw"
9337   filter: "'NIC_Intel-X710' and
9338            '64B' and
9339            ('BASE' or 'SCALE') and
9340            'NDRPDR' and
9341            '1T1C' and
9342            'L2XCFWD' and
9343            not 'VHOST' and
9344            'MEMIF'"
9345   parameters:
9346   - "throughput"
9347   - "parent"
9348   - "tags"
9349   sort:
9350   - "1VNF"
9351   - "2VNF"
9352   - "4VNF"
9353   - "2VNF"
9354   - "4VNF"
9355   traces:
9356     hoverinfo: "x+y"
9357     boxpoints: "outliers"
9358     whiskerwidth: 0
9359   layout:
9360     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9361     layout: "plot-throughput"
9362
9363 -
9364   type: "plot"
9365   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9366   algorithm: "plot_performance_box"
9367   output-file-type: ".html"
9368   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9369   data: "plot-ligato-throughput-latency-3n-hsw"
9370   filter: "'NIC_Intel-X710' and
9371            '64B' and
9372            ('BASE' or 'SCALE') and
9373            'NDRPDR' and
9374            '1T1C' and
9375            'L2XCFWD' and
9376            not 'VHOST' and
9377            'MEMIF'"
9378   parameters:
9379   - "throughput"
9380   - "parent"
9381   - "tags"
9382   sort:
9383   - "1VNF"
9384   - "2VNF"
9385   - "4VNF"
9386   - "2VNF"
9387   - "4VNF"
9388   traces:
9389     hoverinfo: "x+y"
9390     boxpoints: "outliers"
9391     whiskerwidth: 0
9392   layout:
9393     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9394     layout: "plot-throughput"
9395
9396 -
9397   type: "plot"
9398   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9399   algorithm: "plot_performance_box"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9402   data: "plot-ligato-throughput-latency-3n-hsw"
9403   filter: "'NIC_Intel-X710' and
9404            '64B' and
9405            ('BASE' or 'SCALE') and
9406            'NDRPDR' and
9407            '2T2C' and
9408            'L2XCFWD' and
9409            not 'VHOST' and
9410            'MEMIF'"
9411   parameters:
9412   - "throughput"
9413   - "parent"
9414   - "tags"
9415   sort:
9416   - "1VNF"
9417   - "2VNF"
9418   - "4VNF"
9419   - "2VNF"
9420   - "4VNF"
9421   traces:
9422     hoverinfo: "x+y"
9423     boxpoints: "outliers"
9424     whiskerwidth: 0
9425   layout:
9426     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9427     layout: "plot-throughput"
9428
9429 -
9430   type: "plot"
9431   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9432   algorithm: "plot_performance_box"
9433   output-file-type: ".html"
9434   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9435   data: "plot-ligato-throughput-latency-3n-hsw"
9436   filter: "'NIC_Intel-X710' and
9437            '64B' and
9438            ('BASE' or 'SCALE') and
9439            'NDRPDR' and
9440            '2T2C' and
9441            'L2XCFWD' and
9442            not 'VHOST' and
9443            'MEMIF'"
9444   parameters:
9445   - "throughput"
9446   - "parent"
9447   - "tags"
9448   sort:
9449   - "1VNF"
9450   - "2VNF"
9451   - "4VNF"
9452   - "2VNF"
9453   - "4VNF"
9454   traces:
9455     hoverinfo: "x+y"
9456     boxpoints: "outliers"
9457     whiskerwidth: 0
9458   layout:
9459     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9460     layout: "plot-throughput"
9461
9462 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9463 -
9464   type: "plot"
9465   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9466   algorithm: "plot_performance_box"
9467   output-file-type: ".html"
9468   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9469   data: "plot-ligato-throughput-latency-3n-hsw"
9470   filter: "'NIC_Intel-X710' and
9471            '64B' and
9472            ('BASE' or 'SCALE') and
9473            'NDRPDR' and
9474            '1T1C' and
9475            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9476            not 'VHOST' and
9477            'MEMIF'"
9478   parameters:
9479   - "throughput"
9480   - "parent"
9481   - "tags"
9482   sort:
9483   - "1VNF"
9484   - "2VNF"
9485   - "4VNF"
9486   - "2VNF"
9487   - "4VNF"
9488   traces:
9489     hoverinfo: "x+y"
9490     boxpoints: "outliers"
9491     whiskerwidth: 0
9492   layout:
9493     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9494     layout: "plot-throughput"
9495
9496 -
9497   type: "plot"
9498   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9499   algorithm: "plot_performance_box"
9500   output-file-type: ".html"
9501   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9502   data: "plot-ligato-throughput-latency-3n-hsw"
9503   filter: "'NIC_Intel-X710' and
9504            '64B' and
9505            ('BASE' or 'SCALE') and
9506            'NDRPDR' and
9507            '1T1C' and
9508            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9509            not 'VHOST' and
9510            'MEMIF'"
9511   parameters:
9512   - "throughput"
9513   - "parent"
9514   - "tags"
9515   sort:
9516   - "1VNF"
9517   - "2VNF"
9518   - "4VNF"
9519   - "2VNF"
9520   - "4VNF"
9521   traces:
9522     hoverinfo: "x+y"
9523     boxpoints: "outliers"
9524     whiskerwidth: 0
9525   layout:
9526     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9527     layout: "plot-throughput"
9528
9529 -
9530   type: "plot"
9531   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9532   algorithm: "plot_performance_box"
9533   output-file-type: ".html"
9534   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9535   data: "plot-ligato-throughput-latency-3n-hsw"
9536   filter: "'NIC_Intel-X710' and
9537            '64B' and
9538            ('BASE' or 'SCALE') and
9539            'NDRPDR' and
9540            '2T2C' and
9541            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9542            not 'VHOST' and
9543            'MEMIF'"
9544   parameters:
9545   - "throughput"
9546   - "parent"
9547   - "tags"
9548   sort:
9549   - "1VNF"
9550   - "2VNF"
9551   - "4VNF"
9552   - "2VNF"
9553   - "4VNF"
9554   traces:
9555     hoverinfo: "x+y"
9556     boxpoints: "outliers"
9557     whiskerwidth: 0
9558   layout:
9559     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9560     layout: "plot-throughput"
9561
9562 -
9563   type: "plot"
9564   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9565   algorithm: "plot_performance_box"
9566   output-file-type: ".html"
9567   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9568   data: "plot-ligato-throughput-latency-3n-hsw"
9569   filter: "'NIC_Intel-X710' and
9570            '64B' and
9571            ('BASE' or 'SCALE') and
9572            'NDRPDR' and
9573            '2T2C' and
9574            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9575            not 'VHOST' and
9576            'MEMIF'"
9577   parameters:
9578   - "throughput"
9579   - "parent"
9580   - "tags"
9581   sort:
9582   - "1VNF"
9583   - "2VNF"
9584   - "4VNF"
9585   - "2VNF"
9586   - "4VNF"
9587   traces:
9588     hoverinfo: "x+y"
9589     boxpoints: "outliers"
9590     whiskerwidth: 0
9591   layout:
9592     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9593     layout: "plot-throughput"
9594
9595 ################################################################################
9596
9597 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9598 -
9599   type: "plot"
9600   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9601   algorithm: "plot_performance_box"
9602   output-file-type: ".html"
9603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9604   data: "plot-vpp-throughput-latency-3n-hsw"
9605   filter: "'NIC_Intel-X520-DA2' and
9606            '64B' and
9607            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9608            'NDRPDR' and
9609            '1T1C' and
9610            'IP4FWD' and
9611            not 'IPSEC' and
9612            not 'VHOST'"
9613   parameters:
9614   - "throughput"
9615   - "parent"
9616   - "tags"
9617   sort:
9618   - "DOT1Q"
9619   - "IP4BASE"
9620   - "FIB_20k"
9621   - "FIB_200k"
9622   - "FIB_2M"
9623   traces:
9624     hoverinfo: "x+y"
9625     boxpoints: "outliers"
9626     whiskerwidth: 0
9627   layout:
9628     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9629     layout: "plot-throughput"
9630
9631 -
9632   type: "plot"
9633   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9634   algorithm: "plot_performance_box"
9635   output-file-type: ".html"
9636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9637   data: "plot-vpp-throughput-latency-3n-hsw"
9638   filter: "'NIC_Intel-X520-DA2' and
9639            '64B' and
9640            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9641            'NDRPDR' and
9642            '1T1C' and
9643            'IP4FWD' and
9644            not 'IPSEC' and
9645            not 'VHOST'"
9646   parameters:
9647   - "throughput"
9648   - "parent"
9649   - "tags"
9650   sort:
9651   - "DOT1Q"
9652   - "IP4BASE"
9653   - "FIB_20k"
9654   - "FIB_200k"
9655   - "FIB_2M"
9656   traces:
9657     hoverinfo: "x+y"
9658     boxpoints: "outliers"
9659     whiskerwidth: 0
9660   layout:
9661     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9662     layout: "plot-throughput"
9663
9664 -
9665   type: "plot"
9666   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9667   algorithm: "plot_performance_box"
9668   output-file-type: ".html"
9669   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9670   data: "plot-vpp-throughput-latency-3n-hsw"
9671   filter: "'NIC_Intel-X520-DA2' and
9672            '64B' and
9673            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9674            'NDRPDR' and
9675            '2T2C' and
9676            'IP4FWD' and
9677            not 'IPSEC' and
9678            not 'VHOST'"
9679   parameters:
9680   - "throughput"
9681   - "parent"
9682   - "tags"
9683   sort:
9684   - "DOT1Q"
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-hsw-x520-64b-2t2c-base_and_scale-ndr"
9695     layout: "plot-throughput"
9696
9697 -
9698   type: "plot"
9699   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9700   algorithm: "plot_performance_box"
9701   output-file-type: ".html"
9702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9703   data: "plot-vpp-throughput-latency-3n-hsw"
9704   filter: "'NIC_Intel-X520-DA2' and
9705            '64B' and
9706            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9707            'NDRPDR' and
9708            '2T2C' and
9709            'IP4FWD' and
9710            not 'IPSEC' and
9711            not 'VHOST'"
9712   parameters:
9713   - "throughput"
9714   - "parent"
9715   - "tags"
9716   sort:
9717   - "DOT1Q"
9718   - "IP4BASE"
9719   - "FIB_20k"
9720   - "FIB_200k"
9721   - "FIB_2M"
9722   traces:
9723     hoverinfo: "x+y"
9724     boxpoints: "outliers"
9725     whiskerwidth: 0
9726   layout:
9727     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9728     layout: "plot-throughput"
9729
9730 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9731 -
9732   type: "plot"
9733   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9734   algorithm: "plot_performance_box"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9737   data: "plot-vpp-throughput-latency-3n-hsw"
9738   filter: "'NIC_Intel-X520-DA2' and
9739            '64B' and
9740            ('IP4BASE' or
9741             'POLICE_MARK' or
9742             'COPWHLIST' or
9743             ('NAT44' and 'BASE') or
9744             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9745            'NDRPDR' and
9746            '1T1C' and
9747            'IP4FWD' and
9748            not 'IPSEC' and
9749            not 'VHOST'"
9750   parameters:
9751   - "throughput"
9752   - "parent"
9753   - "tags"
9754   sort:
9755   - "DOT1Q"
9756   - "IP4BASE"
9757   - "NAT44"
9758   - "POLICE_MARK"
9759   - "COPWHLIST"
9760   - "IACL"
9761   - "OACL"
9762   traces:
9763     hoverinfo: "x+y"
9764     boxpoints: "outliers"
9765     whiskerwidth: 0
9766   layout:
9767     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9768     layout: "plot-throughput"
9769
9770 -
9771   type: "plot"
9772   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9773   algorithm: "plot_performance_box"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9776   data: "plot-vpp-throughput-latency-3n-hsw"
9777   filter: "'NIC_Intel-X520-DA2' and
9778            '64B' and
9779            ('IP4BASE' or
9780             'POLICE_MARK' or
9781             'COPWHLIST' or
9782             ('NAT44' and 'BASE') or
9783             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9784            'NDRPDR' and
9785            '1T1C' and
9786            'IP4FWD' and
9787            not 'IPSEC' and
9788            not 'VHOST'"
9789   parameters:
9790   - "throughput"
9791   - "parent"
9792   - "tags"
9793   sort:
9794   - "DOT1Q"
9795   - "IP4BASE"
9796   - "NAT44"
9797   - "POLICE_MARK"
9798   - "COPWHLIST"
9799   - "IACL"
9800   - "OACL"
9801   traces:
9802     hoverinfo: "x+y"
9803     boxpoints: "outliers"
9804     whiskerwidth: 0
9805   layout:
9806     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9807     layout: "plot-throughput"
9808
9809 -
9810   type: "plot"
9811   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9812   algorithm: "plot_performance_box"
9813   output-file-type: ".html"
9814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9815   data: "plot-vpp-throughput-latency-3n-hsw"
9816   filter: "'NIC_Intel-X520-DA2' and
9817            '64B' and
9818            ('IP4BASE' or
9819             'POLICE_MARK' or
9820             'COPWHLIST' or
9821             ('NAT44' and 'BASE') or
9822             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9823            'NDRPDR' and
9824            '2T2C' and
9825            'IP4FWD' and
9826            not 'IPSEC' and
9827            not 'VHOST'"
9828   parameters:
9829   - "throughput"
9830   - "parent"
9831   - "tags"
9832   sort:
9833   - "DOT1Q"
9834   - "IP4BASE"
9835   - "NAT44"
9836   - "POLICE_MARK"
9837   - "COPWHLIST"
9838   - "IACL"
9839   - "OACL"
9840   traces:
9841     hoverinfo: "x+y"
9842     boxpoints: "outliers"
9843     whiskerwidth: 0
9844   layout:
9845     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9846     layout: "plot-throughput"
9847
9848 -
9849   type: "plot"
9850   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9851   algorithm: "plot_performance_box"
9852   output-file-type: ".html"
9853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9854   data: "plot-vpp-throughput-latency-3n-hsw"
9855   filter: "'NIC_Intel-X520-DA2' and
9856            '64B' and
9857            ('IP4BASE' or
9858             'POLICE_MARK' or
9859             'COPWHLIST' or
9860             ('NAT44' and 'BASE') or
9861             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9862            'NDRPDR' and
9863            '2T2C' and
9864            'IP4FWD' and
9865            not 'IPSEC' and
9866            not 'VHOST'"
9867   parameters:
9868   - "throughput"
9869   - "parent"
9870   - "tags"
9871   sort:
9872   - "DOT1Q"
9873   - "IP4BASE"
9874   - "NAT44"
9875   - "POLICE_MARK"
9876   - "COPWHLIST"
9877   - "IACL"
9878   - "OACL"
9879   traces:
9880     hoverinfo: "x+y"
9881     boxpoints: "outliers"
9882     whiskerwidth: 0
9883   layout:
9884     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9885     layout: "plot-throughput"
9886
9887 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9888 -
9889   type: "plot"
9890   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9891   algorithm: "plot_performance_box"
9892   output-file-type: ".html"
9893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9894   data: "plot-vpp-throughput-latency-3n-hsw"
9895   filter: "'NIC_Intel-X520-DA2' and
9896            '64B' and
9897            'NDRPDR' and
9898            '1T1C' and
9899            'IP4FWD' and
9900            'NAT44' and
9901            not 'IPSEC' and
9902            not 'VHOST'"
9903   parameters:
9904   - "throughput"
9905   - "parent"
9906   - "tags"
9907   sort:
9908   - "BASE"
9909   - "BASE"
9910   - "SRC_USER_10"
9911   - "SRC_USER_100"
9912   - "SRC_USER_1000"
9913   - "SRC_USER_2000"
9914   traces:
9915     hoverinfo: "x+y"
9916     boxpoints: "outliers"
9917     whiskerwidth: 0
9918   layout:
9919     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9920     layout: "plot-throughput"
9921
9922 -
9923   type: "plot"
9924   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9925   algorithm: "plot_performance_box"
9926   output-file-type: ".html"
9927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9928   data: "plot-vpp-throughput-latency-3n-hsw"
9929   filter: "'NIC_Intel-X520-DA2' and
9930            '64B' and
9931            'NDRPDR' and
9932            '1T1C' and
9933            'IP4FWD' and
9934            'NAT44' and
9935            not 'IPSEC' and
9936            not 'VHOST'"
9937   parameters:
9938   - "throughput"
9939   - "parent"
9940   - "tags"
9941   sort:
9942   - "BASE"
9943   - "BASE"
9944   - "SRC_USER_10"
9945   - "SRC_USER_100"
9946   - "SRC_USER_1000"
9947   - "SRC_USER_2000"
9948   traces:
9949     hoverinfo: "x+y"
9950     boxpoints: "outliers"
9951     whiskerwidth: 0
9952   layout:
9953     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9954     layout: "plot-throughput"
9955
9956 -
9957   type: "plot"
9958   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9959   algorithm: "plot_performance_box"
9960   output-file-type: ".html"
9961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9962   data: "plot-vpp-throughput-latency-3n-hsw"
9963   filter: "'NIC_Intel-X520-DA2' and
9964            '64B' and
9965            'NDRPDR' and
9966            '2T2C' and
9967            'IP4FWD' and
9968            'NAT44' and
9969            not 'IPSEC' and
9970            not 'VHOST'"
9971   parameters:
9972   - "throughput"
9973   - "parent"
9974   - "tags"
9975   sort:
9976   - "BASE"
9977   - "BASE"
9978   - "SRC_USER_10"
9979   - "SRC_USER_100"
9980   - "SRC_USER_1000"
9981   - "SRC_USER_2000"
9982   traces:
9983     hoverinfo: "x+y"
9984     boxpoints: "outliers"
9985     whiskerwidth: 0
9986   layout:
9987     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9988     layout: "plot-throughput"
9989
9990 -
9991   type: "plot"
9992   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9993   algorithm: "plot_performance_box"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9996   data: "plot-vpp-throughput-latency-3n-hsw"
9997   filter: "'NIC_Intel-X520-DA2' and
9998            '64B' and
9999            'NDRPDR' and
10000            '2T2C' and
10001            'IP4FWD' and
10002            'NAT44' and
10003            not 'IPSEC' and
10004            not 'VHOST'"
10005   parameters:
10006   - "throughput"
10007   - "parent"
10008   - "tags"
10009   sort:
10010   - "BASE"
10011   - "BASE"
10012   - "SRC_USER_10"
10013   - "SRC_USER_100"
10014   - "SRC_USER_1000"
10015   - "SRC_USER_2000"
10016   traces:
10017     hoverinfo: "x+y"
10018     boxpoints: "outliers"
10019     whiskerwidth: 0
10020   layout:
10021     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10022     layout: "plot-throughput"
10023
10024 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10025 -
10026   type: "plot"
10027   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10028   algorithm: "plot_performance_box"
10029   output-file-type: ".html"
10030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10031   data: "plot-vpp-throughput-latency-3n-hsw"
10032   filter: "'NIC_Intel-X520-DA2' and
10033            '64B' and
10034            'NDRPDR' and
10035            '1T1C' and
10036            'IP4FWD' and
10037            'IACL' and
10038            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10039            not 'IPSEC' and
10040            not 'VHOST'"
10041   parameters:
10042   - "throughput"
10043   - "parent"
10044   - "tags"
10045   sort:
10046   - "ACL_STATELESS"
10047   - "ACL_STATEFUL"
10048   - "ACL_STATELESS"
10049   - "ACL_STATEFUL"
10050   traces:
10051     hoverinfo: "x+y"
10052     boxpoints: "outliers"
10053     whiskerwidth: 0
10054   layout:
10055     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10056     layout: "plot-throughput"
10057
10058 -
10059   type: "plot"
10060   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10061   algorithm: "plot_performance_box"
10062   output-file-type: ".html"
10063   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10064   data: "plot-vpp-throughput-latency-3n-hsw"
10065   filter: "'NIC_Intel-X520-DA2' and
10066            '64B' and
10067            'NDRPDR' and
10068            '1T1C' and
10069            'IP4FWD' and
10070            'IACL' and
10071            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10072            not 'IPSEC' and
10073            not 'VHOST'"
10074   parameters:
10075   - "throughput"
10076   - "parent"
10077   - "tags"
10078   sort:
10079   - "ACL_STATELESS"
10080   - "ACL_STATEFUL"
10081   - "ACL_STATELESS"
10082   - "ACL_STATEFUL"
10083   traces:
10084     hoverinfo: "x+y"
10085     boxpoints: "outliers"
10086     whiskerwidth: 0
10087   layout:
10088     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10089     layout: "plot-throughput"
10090
10091 -
10092   type: "plot"
10093   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10094   algorithm: "plot_performance_box"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10097   data: "plot-vpp-throughput-latency-3n-hsw"
10098   filter: "'NIC_Intel-X520-DA2' and
10099            '64B' and
10100            'NDRPDR' and
10101            '2T2C' and
10102            'IP4FWD' and
10103            'IACL' and
10104            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10105            not 'IPSEC' and
10106            not 'VHOST'"
10107   parameters:
10108   - "throughput"
10109   - "parent"
10110   - "tags"
10111   sort:
10112   - "ACL_STATELESS"
10113   - "ACL_STATEFUL"
10114   - "ACL_STATELESS"
10115   - "ACL_STATEFUL"
10116   traces:
10117     hoverinfo: "x+y"
10118     boxpoints: "outliers"
10119     whiskerwidth: 0
10120   layout:
10121     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10122     layout: "plot-throughput"
10123
10124 -
10125   type: "plot"
10126   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10127   algorithm: "plot_performance_box"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10130   data: "plot-vpp-throughput-latency-3n-hsw"
10131   filter: "'NIC_Intel-X520-DA2' and
10132            '64B' and
10133            'NDRPDR' and
10134            '2T2C' and
10135            'IP4FWD' and
10136            'IACL' and
10137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10138            not 'IPSEC' and
10139            not 'VHOST'"
10140   parameters:
10141   - "throughput"
10142   - "parent"
10143   - "tags"
10144   sort:
10145   - "ACL_STATELESS"
10146   - "ACL_STATEFUL"
10147   - "ACL_STATELESS"
10148   - "ACL_STATEFUL"
10149   traces:
10150     hoverinfo: "x+y"
10151     boxpoints: "outliers"
10152     whiskerwidth: 0
10153   layout:
10154     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10155     layout: "plot-throughput"
10156
10157 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10158 -
10159   type: "plot"
10160   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10161   algorithm: "plot_performance_box"
10162   output-file-type: ".html"
10163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10164   data: "plot-vpp-throughput-latency-3n-hsw"
10165   filter: "'NIC_Intel-X520-DA2' and
10166            '64B' and
10167            'NDRPDR' and
10168            '1T1C' and
10169            'IP4FWD' and
10170            'OACL' and
10171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10172            not 'IPSEC' and
10173            not 'VHOST'"
10174   parameters:
10175   - "throughput"
10176   - "parent"
10177   - "tags"
10178   sort:
10179   - "ACL_STATELESS"
10180   - "ACL_STATEFUL"
10181   - "ACL_STATELESS"
10182   - "ACL_STATEFUL"
10183   traces:
10184     hoverinfo: "x+y"
10185     boxpoints: "outliers"
10186     whiskerwidth: 0
10187   layout:
10188     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10189     layout: "plot-throughput"
10190
10191 -
10192   type: "plot"
10193   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10194   algorithm: "plot_performance_box"
10195   output-file-type: ".html"
10196   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10197   data: "plot-vpp-throughput-latency-3n-hsw"
10198   filter: "'NIC_Intel-X520-DA2' and
10199            '64B' and
10200            'NDRPDR' and
10201            '1T1C' and
10202            'IP4FWD' and
10203            'OACL' and
10204            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10205            not 'IPSEC' and
10206            not 'VHOST'"
10207   parameters:
10208   - "throughput"
10209   - "parent"
10210   - "tags"
10211   sort:
10212   - "ACL_STATELESS"
10213   - "ACL_STATEFUL"
10214   - "ACL_STATELESS"
10215   - "ACL_STATEFUL"
10216   traces:
10217     hoverinfo: "x+y"
10218     boxpoints: "outliers"
10219     whiskerwidth: 0
10220   layout:
10221     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10222     layout: "plot-throughput"
10223
10224 -
10225   type: "plot"
10226   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10227   algorithm: "plot_performance_box"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10230   data: "plot-vpp-throughput-latency-3n-hsw"
10231   filter: "'NIC_Intel-X520-DA2' and
10232            '64B' and
10233            'NDRPDR' and
10234            '2T2C' and
10235            'IP4FWD' and
10236            'OACL' and
10237            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10238            not 'IPSEC' and
10239            not 'VHOST'"
10240   parameters:
10241   - "throughput"
10242   - "parent"
10243   - "tags"
10244   sort:
10245   - "ACL_STATELESS"
10246   - "ACL_STATEFUL"
10247   - "ACL_STATELESS"
10248   - "ACL_STATEFUL"
10249   traces:
10250     hoverinfo: "x+y"
10251     boxpoints: "outliers"
10252     whiskerwidth: 0
10253   layout:
10254     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10255     layout: "plot-throughput"
10256
10257 -
10258   type: "plot"
10259   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10260   algorithm: "plot_performance_box"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10263   data: "plot-vpp-throughput-latency-3n-hsw"
10264   filter: "'NIC_Intel-X520-DA2' and
10265            '64B' and
10266            'NDRPDR' and
10267            '2T2C' and
10268            'IP4FWD' and
10269            'OACL' and
10270            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10271            not 'IPSEC' and
10272            not 'VHOST'"
10273   parameters:
10274   - "throughput"
10275   - "parent"
10276   - "tags"
10277   sort:
10278   - "ACL_STATELESS"
10279   - "ACL_STATEFUL"
10280   - "ACL_STATELESS"
10281   - "ACL_STATEFUL"
10282   traces:
10283     hoverinfo: "x+y"
10284     boxpoints: "outliers"
10285     whiskerwidth: 0
10286   layout:
10287     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10288     layout: "plot-throughput"
10289
10290 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10291 -
10292   type: "plot"
10293   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10294   algorithm: "plot_performance_box"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10297   data: "plot-vpp-throughput-latency-3n-hsw"
10298   filter: "'NIC_Intel-X710' and
10299            '64B' and
10300            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10301            'NDRPDR' and
10302            '1T1C' and
10303            'IP4FWD' and
10304            not 'IPSEC' and
10305            not 'VHOST'"
10306   parameters:
10307   - "throughput"
10308   - "parent"
10309   - "tags"
10310   sort:
10311   - "DOT1Q"
10312   - "IP4BASE"
10313   - "FIB_20K"
10314   - "FIB_200K"
10315   - "FIB_2M"
10316   traces:
10317     hoverinfo: "x+y"
10318     boxpoints: "outliers"
10319     whiskerwidth: 0
10320   layout:
10321     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10322     layout: "plot-throughput"
10323
10324 -
10325   type: "plot"
10326   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10327   algorithm: "plot_performance_box"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10330   data: "plot-vpp-throughput-latency-3n-hsw"
10331   filter: "'NIC_Intel-X710' and
10332            '64B' and
10333            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10334            'NDRPDR' and
10335            '1T1C' and
10336            'IP4FWD' and
10337            not 'IPSEC' and
10338            not 'VHOST'"
10339   parameters:
10340   - "throughput"
10341   - "parent"
10342   - "tags"
10343   sort:
10344   - "DOT1Q"
10345   - "IP4BASE"
10346   - "FIB_20K"
10347   - "FIB_200K"
10348   - "FIB_2M"
10349   traces:
10350     hoverinfo: "x+y"
10351     boxpoints: "outliers"
10352     whiskerwidth: 0
10353   layout:
10354     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10355     layout: "plot-throughput"
10356
10357 -
10358   type: "plot"
10359   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10360   algorithm: "plot_performance_box"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10363   data: "plot-vpp-throughput-latency-3n-hsw"
10364   filter: "'NIC_Intel-X710' and
10365            '64B' and
10366            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10367            'NDRPDR' and
10368            '2T2C' and
10369            'IP4FWD' and
10370            not 'IPSEC' and
10371            not 'VHOST'"
10372   parameters:
10373   - "throughput"
10374   - "parent"
10375   - "tags"
10376   sort:
10377   - "DOT1Q"
10378   - "IP4BASE"
10379   - "FIB_20K"
10380   - "FIB_200K"
10381   - "FIB_2M"
10382   traces:
10383     hoverinfo: "x+y"
10384     boxpoints: "outliers"
10385     whiskerwidth: 0
10386   layout:
10387     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10388     layout: "plot-throughput"
10389
10390 -
10391   type: "plot"
10392   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10393   algorithm: "plot_performance_box"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10396   data: "plot-vpp-throughput-latency-3n-hsw"
10397   filter: "'NIC_Intel-X710' and
10398            '64B' and
10399            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10400            'NDRPDR' and
10401            '2T2C' and
10402            'IP4FWD' and
10403            not 'IPSEC' and
10404            not 'VHOST'"
10405   parameters:
10406   - "throughput"
10407   - "parent"
10408   - "tags"
10409   sort:
10410   - "DOT1Q"
10411   - "IP4BASE"
10412   - "FIB_20K"
10413   - "FIB_200K"
10414   - "FIB_2M"
10415   traces:
10416     hoverinfo: "x+y"
10417     boxpoints: "outliers"
10418     whiskerwidth: 0
10419   layout:
10420     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10421     layout: "plot-throughput"
10422
10423 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10424 -
10425   type: "plot"
10426   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10427   algorithm: "plot_performance_box"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10430   data: "plot-vpp-throughput-latency-3n-hsw"
10431   filter: "'NIC_Intel-X710' and
10432            '64B' and
10433            ('IP4BASE' or
10434             'POLICE_MARK' or
10435             'COPWHLIST' or
10436             ('NAT44' and 'BASE') or
10437             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10438            'NDRPDR' and
10439            '1T1C' and
10440            'IP4FWD' and
10441            not 'IPSEC' and
10442            not 'VHOST'"
10443   parameters:
10444   - "throughput"
10445   - "parent"
10446   - "tags"
10447   sort:
10448   - "IP4BASE"
10449   - "NAT44"
10450   - "POLICE_MARK"
10451   - "COPWHLIST"
10452   - "IACL"
10453   - "OACL"
10454   traces:
10455     hoverinfo: "x+y"
10456     boxpoints: "outliers"
10457     whiskerwidth: 0
10458   layout:
10459     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10460     layout: "plot-throughput"
10461
10462 -
10463   type: "plot"
10464   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10465   algorithm: "plot_performance_box"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10468   data: "plot-vpp-throughput-latency-3n-hsw"
10469   filter: "'NIC_Intel-X710' and
10470            '64B' and
10471            ('IP4BASE' or
10472             'POLICE_MARK' or
10473             'COPWHLIST' or
10474             ('NAT44' and 'BASE') or
10475             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10476            'NDRPDR' and
10477            '1T1C' and
10478            'IP4FWD' and
10479            not 'IPSEC' and
10480            not 'VHOST'"
10481   parameters:
10482   - "throughput"
10483   - "parent"
10484   - "tags"
10485   sort:
10486   - "IP4BASE"
10487   - "NAT44"
10488   - "POLICE_MARK"
10489   - "COPWHLIST"
10490   - "IACL"
10491   - "OACL"
10492   traces:
10493     hoverinfo: "x+y"
10494     boxpoints: "outliers"
10495     whiskerwidth: 0
10496   layout:
10497     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10498     layout: "plot-throughput"
10499
10500 -
10501   type: "plot"
10502   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10503   algorithm: "plot_performance_box"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10506   data: "plot-vpp-throughput-latency-3n-hsw"
10507   filter: "'NIC_Intel-X710' and
10508            '64B' and
10509            ('IP4BASE' or
10510             'POLICE_MARK' or
10511             'COPWHLIST' or
10512             ('NAT44' and 'BASE') or
10513             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10514            'NDRPDR' and
10515            '2T2C' and
10516            'IP4FWD' and
10517            not 'IPSEC' and
10518            not 'VHOST'"
10519   parameters:
10520   - "throughput"
10521   - "parent"
10522   - "tags"
10523   sort:
10524   - "IP4BASE"
10525   - "NAT44"
10526   - "POLICE_MARK"
10527   - "COPWHLIST"
10528   - "IACL"
10529   - "OACL"
10530   traces:
10531     hoverinfo: "x+y"
10532     boxpoints: "outliers"
10533     whiskerwidth: 0
10534   layout:
10535     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10536     layout: "plot-throughput"
10537
10538 -
10539   type: "plot"
10540   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10541   algorithm: "plot_performance_box"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10544   data: "plot-vpp-throughput-latency-3n-hsw"
10545   filter: "'NIC_Intel-X710' and
10546            '64B' and
10547            ('IP4BASE' or
10548             'POLICE_MARK' or
10549             'COPWHLIST' or
10550             ('NAT44' and 'BASE') or
10551             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10552            'NDRPDR' and
10553            '2T2C' and
10554            'IP4FWD' and
10555            not 'IPSEC' and
10556            not 'VHOST'"
10557   parameters:
10558   - "throughput"
10559   - "parent"
10560   - "tags"
10561   sort:
10562   - "IP4BASE"
10563   - "NAT44"
10564   - "POLICE_MARK"
10565   - "COPWHLIST"
10566   - "IACL"
10567   - "OACL"
10568   traces:
10569     hoverinfo: "x+y"
10570     boxpoints: "outliers"
10571     whiskerwidth: 0
10572   layout:
10573     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10574     layout: "plot-throughput"
10575
10576 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10577 -
10578   type: "plot"
10579   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10580   algorithm: "plot_performance_box"
10581   output-file-type: ".html"
10582   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10583   data: "plot-vpp-throughput-latency-3n-skx"
10584   filter: "'NIC_Intel-X710' and
10585            '64B' and
10586            'NDRPDR' and
10587            '2T1C' and
10588            'IP4FWD' and
10589            'NAT44' and
10590            not 'IPSEC' and
10591            not 'VHOST'"
10592   parameters:
10593   - "throughput"
10594   - "parent"
10595   - "tags"
10596   sort:
10597   - "BASE"
10598   - "BASE"
10599   - "SRC_USER_10"
10600   - "SRC_USER_100"
10601   - "SRC_USER_1000"
10602   - "SRC_USER_2000"
10603   traces:
10604     hoverinfo: "x+y"
10605     boxpoints: "outliers"
10606     whiskerwidth: 0
10607   layout:
10608     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10609     layout: "plot-throughput"
10610
10611 -
10612   type: "plot"
10613   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10614   algorithm: "plot_performance_box"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10617   data: "plot-vpp-throughput-latency-3n-skx"
10618   filter: "'NIC_Intel-X710' and
10619            '64B' and
10620            'NDRPDR' and
10621            '2T1C' and
10622            'IP4FWD' and
10623            'NAT44' and
10624            not 'IPSEC' and
10625            not 'VHOST'"
10626   parameters:
10627   - "throughput"
10628   - "parent"
10629   - "tags"
10630   sort:
10631   - "BASE"
10632   - "BASE"
10633   - "SRC_USER_10"
10634   - "SRC_USER_100"
10635   - "SRC_USER_1000"
10636   - "SRC_USER_2000"
10637   traces:
10638     hoverinfo: "x+y"
10639     boxpoints: "outliers"
10640     whiskerwidth: 0
10641   layout:
10642     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10643     layout: "plot-throughput"
10644
10645 -
10646   type: "plot"
10647   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10648   algorithm: "plot_performance_box"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10651   data: "plot-vpp-throughput-latency-3n-skx"
10652   filter: "'NIC_Intel-X710' and
10653            '64B' and
10654            'NDRPDR' and
10655            '4T2C' and
10656            'IP4FWD' and
10657            'NAT44' and
10658            not 'IPSEC' and
10659            not 'VHOST'"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   - "tags"
10664   sort:
10665   - "BASE"
10666   - "BASE"
10667   - "SRC_USER_10"
10668   - "SRC_USER_100"
10669   - "SRC_USER_1000"
10670   - "SRC_USER_2000"
10671   traces:
10672     hoverinfo: "x+y"
10673     boxpoints: "outliers"
10674     whiskerwidth: 0
10675   layout:
10676     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10677     layout: "plot-throughput"
10678
10679 -
10680   type: "plot"
10681   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10682   algorithm: "plot_performance_box"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10685   data: "plot-vpp-throughput-latency-3n-skx"
10686   filter: "'NIC_Intel-X710' and
10687            '64B' and
10688            'NDRPDR' and
10689            '4T2C' and
10690            'IP4FWD' and
10691            'NAT44' and
10692            not 'IPSEC' and
10693            not 'VHOST'"
10694   parameters:
10695   - "throughput"
10696   - "parent"
10697   - "tags"
10698   sort:
10699   - "BASE"
10700   - "BASE"
10701   - "SRC_USER_10"
10702   - "SRC_USER_100"
10703   - "SRC_USER_1000"
10704   - "SRC_USER_2000"
10705   traces:
10706     hoverinfo: "x+y"
10707     boxpoints: "outliers"
10708     whiskerwidth: 0
10709   layout:
10710     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10711     layout: "plot-throughput"
10712
10713 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10714 -
10715   type: "plot"
10716   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10717   algorithm: "plot_performance_box"
10718   output-file-type: ".html"
10719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10720   data: "plot-vpp-throughput-latency-3n-skx"
10721   filter: "'NIC_Intel-X710' and
10722            '64B' and
10723            'NDRPDR' and
10724            '2T1C' and
10725            'IP4FWD' and
10726            'IACL' and
10727            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10728            not 'IPSEC' and
10729            not 'VHOST'"
10730   parameters:
10731   - "throughput"
10732   - "parent"
10733   - "tags"
10734   sort:
10735   - "ACL_STATELESS"
10736   - "ACL_STATEFUL"
10737   - "ACL_STATELESS"
10738   - "ACL_STATEFUL"
10739   traces:
10740     hoverinfo: "x+y"
10741     boxpoints: "outliers"
10742     whiskerwidth: 0
10743   layout:
10744     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10745     layout: "plot-throughput"
10746
10747 -
10748   type: "plot"
10749   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10750   algorithm: "plot_performance_box"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10753   data: "plot-vpp-throughput-latency-3n-skx"
10754   filter: "'NIC_Intel-X710' and
10755            '64B' and
10756            'NDRPDR' and
10757            '2T1C' and
10758            'IP4FWD' and
10759            'IACL' and
10760            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10761            not 'IPSEC' and
10762            not 'VHOST'"
10763   parameters:
10764   - "throughput"
10765   - "parent"
10766   - "tags"
10767   sort:
10768   - "ACL_STATELESS"
10769   - "ACL_STATEFUL"
10770   - "ACL_STATELESS"
10771   - "ACL_STATEFUL"
10772   traces:
10773     hoverinfo: "x+y"
10774     boxpoints: "outliers"
10775     whiskerwidth: 0
10776   layout:
10777     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10778     layout: "plot-throughput"
10779
10780 -
10781   type: "plot"
10782   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10783   algorithm: "plot_performance_box"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10786   data: "plot-vpp-throughput-latency-3n-skx"
10787   filter: "'NIC_Intel-X710' and
10788            '64B' and
10789            'NDRPDR' and
10790            '4T2C' and
10791            'IP4FWD' and
10792            'IACL' and
10793            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10794            not 'IPSEC' and
10795            not 'VHOST'"
10796   parameters:
10797   - "throughput"
10798   - "parent"
10799   - "tags"
10800   sort:
10801   - "ACL_STATELESS"
10802   - "ACL_STATEFUL"
10803   - "ACL_STATELESS"
10804   - "ACL_STATEFUL"
10805   traces:
10806     hoverinfo: "x+y"
10807     boxpoints: "outliers"
10808     whiskerwidth: 0
10809   layout:
10810     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10811     layout: "plot-throughput"
10812
10813 -
10814   type: "plot"
10815   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10816   algorithm: "plot_performance_box"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10819   data: "plot-vpp-throughput-latency-3n-skx"
10820   filter: "'NIC_Intel-X710' and
10821            '64B' and
10822            'NDRPDR' and
10823            '4T2C' and
10824            'IP4FWD' and
10825            'IACL' and
10826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10827            not 'IPSEC' and
10828            not 'VHOST'"
10829   parameters:
10830   - "throughput"
10831   - "parent"
10832   - "tags"
10833   sort:
10834   - "ACL_STATELESS"
10835   - "ACL_STATEFUL"
10836   - "ACL_STATELESS"
10837   - "ACL_STATEFUL"
10838   traces:
10839     hoverinfo: "x+y"
10840     boxpoints: "outliers"
10841     whiskerwidth: 0
10842   layout:
10843     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10844     layout: "plot-throughput"
10845
10846 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10847 #-
10848 #  type: "plot"
10849 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10850 #  algorithm: "plot_performance_box"
10851 #  output-file-type: ".html"
10852 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10853 #  data: "plot-vpp-throughput-latency-3n-skx"
10854 #  filter: "'NIC_Intel-X710' and
10855 #           '64B' and
10856 #           'NDRPDR' and
10857 #           '2T1C' and
10858 #           'IP4FWD' and
10859 #           'OACL' and
10860 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10861 #           not 'IPSEC' and
10862 #           not 'VHOST'"
10863 #  parameters:
10864 #  - "throughput"
10865 #  - "parent"
10866 #  - "tags"
10867 #  sort:
10868 #  - "ACL_STATELESS"
10869 #  - "ACL_STATEFUL"
10870 #  - "ACL_STATELESS"
10871 #  - "ACL_STATEFUL"
10872 #  traces:
10873 #    hoverinfo: "x+y"
10874 #    boxpoints: "outliers"
10875 #    whiskerwidth: 0
10876 #  layout:
10877 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10878 #    layout: "plot-throughput"
10879 #
10880 #-
10881 #  type: "plot"
10882 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10883 #  algorithm: "plot_performance_box"
10884 #  output-file-type: ".html"
10885 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10886 #  data: "plot-vpp-throughput-latency-3n-skx"
10887 #  filter: "'NIC_Intel-X710' and
10888 #           '64B' and
10889 #           'NDRPDR' and
10890 #           '2T1C' and
10891 #           'IP4FWD' and
10892 #           'OACL' and
10893 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10894 #           not 'IPSEC' and
10895 #           not 'VHOST'"
10896 #  parameters:
10897 #  - "throughput"
10898 #  - "parent"
10899 #  - "tags"
10900 #  sort:
10901 #  - "ACL_STATELESS"
10902 #  - "ACL_STATEFUL"
10903 #  - "ACL_STATELESS"
10904 #  - "ACL_STATEFUL"
10905 #  traces:
10906 #    hoverinfo: "x+y"
10907 #    boxpoints: "outliers"
10908 #    whiskerwidth: 0
10909 #  layout:
10910 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10911 #    layout: "plot-throughput"
10912 #
10913 #-
10914 #  type: "plot"
10915 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10916 #  algorithm: "plot_performance_box"
10917 #  output-file-type: ".html"
10918 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10919 #  data: "plot-vpp-throughput-latency-3n-skx"
10920 #  filter: "'NIC_Intel-X710' and
10921 #           '64B' and
10922 #           'NDRPDR' and
10923 #           '4T2C' and
10924 #           'IP4FWD' and
10925 #           'OACL' and
10926 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10927 #           not 'IPSEC' and
10928 #           not 'VHOST'"
10929 #  parameters:
10930 #  - "throughput"
10931 #  - "parent"
10932 #  - "tags"
10933 #  sort:
10934 #  - "ACL_STATELESS"
10935 #  - "ACL_STATEFUL"
10936 #  - "ACL_STATELESS"
10937 #  - "ACL_STATEFUL"
10938 #  traces:
10939 #    hoverinfo: "x+y"
10940 #    boxpoints: "outliers"
10941 #    whiskerwidth: 0
10942 #  layout:
10943 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10944 #    layout: "plot-throughput"
10945 #
10946 #-
10947 #  type: "plot"
10948 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10949 #  algorithm: "plot_performance_box"
10950 #  output-file-type: ".html"
10951 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10952 #  data: "plot-vpp-throughput-latency-3n-skx"
10953 #  filter: "'NIC_Intel-X710' and
10954 #           '64B' and
10955 #           'NDRPDR' and
10956 #           '4T2C' and
10957 #           'IP4FWD' and
10958 #           'OACL' and
10959 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10960 #           not 'IPSEC' and
10961 #           not 'VHOST'"
10962 #  parameters:
10963 #  - "throughput"
10964 #  - "parent"
10965 #  - "tags"
10966 #  sort:
10967 #  - "ACL_STATELESS"
10968 #  - "ACL_STATEFUL"
10969 #  - "ACL_STATELESS"
10970 #  - "ACL_STATEFUL"
10971 #  traces:
10972 #    hoverinfo: "x+y"
10973 #    boxpoints: "outliers"
10974 #    whiskerwidth: 0
10975 #  layout:
10976 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10977 #    layout: "plot-throughput"
10978
10979 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10980 -
10981   type: "plot"
10982   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10983   algorithm: "plot_performance_box"
10984   output-file-type: ".html"
10985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10986   data: "plot-vpp-throughput-latency-3n-hsw"
10987   filter: "'NIC_Intel-XL710' and
10988            '64B' and
10989            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10990            'NDRPDR' and
10991            '1T1C' and
10992            'IP4FWD' and
10993            not 'IPSEC' and
10994            not 'VHOST'"
10995   parameters:
10996   - "throughput"
10997   - "parent"
10998   - "tags"
10999   sort:
11000   - "IP4BASE"
11001   - "FIB_20K"
11002   - "FIB_200K"
11003   - "FIB_2M"
11004   traces:
11005     hoverinfo: "x+y"
11006     boxpoints: "outliers"
11007     whiskerwidth: 0
11008   layout:
11009     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11010     layout: "plot-throughput"
11011
11012 -
11013   type: "plot"
11014   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11015   algorithm: "plot_performance_box"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11018   data: "plot-vpp-throughput-latency-3n-hsw"
11019   filter: "'NIC_Intel-XL710' and
11020            '64B' and
11021            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11022            'NDRPDR' and
11023            '1T1C' and
11024            'IP4FWD' and
11025            not 'IPSEC' and
11026            not 'VHOST'"
11027   parameters:
11028   - "throughput"
11029   - "parent"
11030   - "tags"
11031   sort:
11032   - "IP4BASE"
11033   - "FIB_20K"
11034   - "FIB_200K"
11035   - "FIB_2M"
11036   traces:
11037     hoverinfo: "x+y"
11038     boxpoints: "outliers"
11039     whiskerwidth: 0
11040   layout:
11041     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11042     layout: "plot-throughput"
11043
11044 -
11045   type: "plot"
11046   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11047   algorithm: "plot_performance_box"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11050   data: "plot-vpp-throughput-latency-3n-hsw"
11051   filter: "'NIC_Intel-XL710' and
11052            '64B' and
11053            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11054            'NDRPDR' and
11055            '2T2C' and
11056            'IP4FWD' and
11057            not 'IPSEC' and
11058            not 'VHOST'"
11059   parameters:
11060   - "throughput"
11061   - "parent"
11062   - "tags"
11063   sort:
11064   - "IP4BASE"
11065   - "FIB_20K"
11066   - "FIB_200K"
11067   - "FIB_2M"
11068   traces:
11069     hoverinfo: "x+y"
11070     boxpoints: "outliers"
11071     whiskerwidth: 0
11072   layout:
11073     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11074     layout: "plot-throughput"
11075
11076 -
11077   type: "plot"
11078   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11079   algorithm: "plot_performance_box"
11080   output-file-type: ".html"
11081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11082   data: "plot-vpp-throughput-latency-3n-hsw"
11083   filter: "'NIC_Intel-XL710' and
11084            '64B' and
11085            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11086            'NDRPDR' and
11087            '2T2C' and
11088            'IP4FWD' and
11089            not 'IPSEC' and
11090            not 'VHOST'"
11091   parameters:
11092   - "throughput"
11093   - "parent"
11094   - "tags"
11095   sort:
11096   - "IP4BASE"
11097   - "FIB_20K"
11098   - "FIB_200K"
11099   - "FIB_2M"
11100   traces:
11101     hoverinfo: "x+y"
11102     boxpoints: "outliers"
11103     whiskerwidth: 0
11104   layout:
11105     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11106     layout: "plot-throughput"
11107
11108 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11109 -
11110   type: "plot"
11111   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11112   algorithm: "plot_performance_box"
11113   output-file-type: ".html"
11114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11115   data: "plot-vpp-throughput-latency-3n-skx"
11116   filter: "'NIC_Intel-X710' and
11117            '64B' and
11118            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11119            'NDRPDR' and
11120            '2T1C' and
11121            'IP4FWD' and
11122            not 'IPSEC' and
11123            not 'VHOST'"
11124   parameters:
11125   - "throughput"
11126   - "parent"
11127   - "tags"
11128   sort:
11129   - "IP4BASE"
11130   - "FIB_20K"
11131   - "FIB_200K"
11132   - "FIB_2M"
11133   traces:
11134     hoverinfo: "x+y"
11135     boxpoints: "outliers"
11136     whiskerwidth: 0
11137   layout:
11138     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11139     layout: "plot-throughput"
11140
11141 -
11142   type: "plot"
11143   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11144   algorithm: "plot_performance_box"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11147   data: "plot-vpp-throughput-latency-3n-skx"
11148   filter: "'NIC_Intel-X710' and
11149            '64B' and
11150            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11151            'NDRPDR' and
11152            '2T1C' and
11153            'IP4FWD' and
11154            not 'IPSEC' and
11155            not 'VHOST'"
11156   parameters:
11157   - "throughput"
11158   - "parent"
11159   - "tags"
11160   sort:
11161   - "IP4BASE"
11162   - "FIB_20K"
11163   - "FIB_200K"
11164   - "FIB_2M"
11165   traces:
11166     hoverinfo: "x+y"
11167     boxpoints: "outliers"
11168     whiskerwidth: 0
11169   layout:
11170     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11171     layout: "plot-throughput"
11172
11173 -
11174   type: "plot"
11175   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11176   algorithm: "plot_performance_box"
11177   output-file-type: ".html"
11178   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11179   data: "plot-vpp-throughput-latency-3n-skx"
11180   filter: "'NIC_Intel-X710' and
11181            '64B' and
11182            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11183            'NDRPDR' and
11184            '4T2C' and
11185            'IP4FWD' and
11186            not 'IPSEC' and
11187            not 'VHOST'"
11188   parameters:
11189   - "throughput"
11190   - "parent"
11191   - "tags"
11192   sort:
11193   - "IP4BASE"
11194   - "FIB_20K"
11195   - "FIB_200K"
11196   - "FIB_2M"
11197   traces:
11198     hoverinfo: "x+y"
11199     boxpoints: "outliers"
11200     whiskerwidth: 0
11201   layout:
11202     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11203     layout: "plot-throughput"
11204
11205 -
11206   type: "plot"
11207   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11208   algorithm: "plot_performance_box"
11209   output-file-type: ".html"
11210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11211   data: "plot-vpp-throughput-latency-3n-skx"
11212   filter: "'NIC_Intel-X710' and
11213            '64B' and
11214            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11215            'NDRPDR' and
11216            '4T2C' and
11217            'IP4FWD' and
11218            not 'IPSEC' and
11219            not 'VHOST'"
11220   parameters:
11221   - "throughput"
11222   - "parent"
11223   - "tags"
11224   sort:
11225   - "IP4BASE"
11226   - "FIB_20K"
11227   - "FIB_200K"
11228   - "FIB_2M"
11229   traces:
11230     hoverinfo: "x+y"
11231     boxpoints: "outliers"
11232     whiskerwidth: 0
11233   layout:
11234     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11235     layout: "plot-throughput"
11236
11237 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11238 -
11239   type: "plot"
11240   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11241   algorithm: "plot_performance_box"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11244   data: "plot-vpp-throughput-latency-3n-skx"
11245   filter: "'NIC_Intel-X710' and
11246            '64B' and
11247            ('IP4BASE' or
11248             'POLICE_MARK' or
11249             'COPWHLIST' or
11250             ('NAT44' and 'BASE') or
11251             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11252            'NDRPDR' and
11253            '2T1C' and
11254            'IP4FWD' and
11255            not 'IPSEC' and
11256            not 'VHOST'"
11257   parameters:
11258   - "throughput"
11259   - "parent"
11260   - "tags"
11261   sort:
11262   - "IP4BASE"
11263   - "NAT44"
11264   - "POLICE_MARK"
11265   - "COPWHLIST"
11266   - "IACL"
11267   - "OACL"
11268   traces:
11269     hoverinfo: "x+y"
11270     boxpoints: "outliers"
11271     whiskerwidth: 0
11272   layout:
11273     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11274     layout: "plot-throughput"
11275
11276 -
11277   type: "plot"
11278   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11279   algorithm: "plot_performance_box"
11280   output-file-type: ".html"
11281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11282   data: "plot-vpp-throughput-latency-3n-skx"
11283   filter: "'NIC_Intel-X710' and
11284            '64B' and
11285            ('IP4BASE' or
11286             'POLICE_MARK' or
11287             'COPWHLIST' or
11288             ('NAT44' and 'BASE') or
11289             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11290            'NDRPDR' and
11291            '2T1C' and
11292            'IP4FWD' and
11293            not 'IPSEC' and
11294            not 'VHOST'"
11295   parameters:
11296   - "throughput"
11297   - "parent"
11298   - "tags"
11299   sort:
11300   - "IP4BASE"
11301   - "NAT44"
11302   - "POLICE_MARK"
11303   - "COPWHLIST"
11304   - "IACL"
11305   - "OACL"
11306   traces:
11307     hoverinfo: "x+y"
11308     boxpoints: "outliers"
11309     whiskerwidth: 0
11310   layout:
11311     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11312     layout: "plot-throughput"
11313
11314 -
11315   type: "plot"
11316   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11317   algorithm: "plot_performance_box"
11318   output-file-type: ".html"
11319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11320   data: "plot-vpp-throughput-latency-3n-skx"
11321   filter: "'NIC_Intel-X710' and
11322            '64B' and
11323            ('IP4BASE' or
11324             'POLICE_MARK' or
11325             'COPWHLIST' or
11326             ('NAT44' and 'BASE') or
11327             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11328            'NDRPDR' and
11329            '4T2C' and
11330            'IP4FWD' and
11331            not 'IPSEC' and
11332            not 'VHOST'"
11333   parameters:
11334   - "throughput"
11335   - "parent"
11336   - "tags"
11337   sort:
11338   - "IP4BASE"
11339   - "NAT44"
11340   - "POLICE_MARK"
11341   - "COPWHLIST"
11342   - "IACL"
11343   - "OACL"
11344   traces:
11345     hoverinfo: "x+y"
11346     boxpoints: "outliers"
11347     whiskerwidth: 0
11348   layout:
11349     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11350     layout: "plot-throughput"
11351
11352 -
11353   type: "plot"
11354   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11355   algorithm: "plot_performance_box"
11356   output-file-type: ".html"
11357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11358   data: "plot-vpp-throughput-latency-3n-skx"
11359   filter: "'NIC_Intel-X710' and
11360            '64B' and
11361            ('IP4BASE' or
11362             'POLICE_MARK' or
11363             'COPWHLIST' or
11364             ('NAT44' and 'BASE') or
11365             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11366            'NDRPDR' and
11367            '4T2C' and
11368            'IP4FWD' and
11369            not 'IPSEC' and
11370            not 'VHOST'"
11371   parameters:
11372   - "throughput"
11373   - "parent"
11374   - "tags"
11375   sort:
11376   - "IP4BASE"
11377   - "NAT44"
11378   - "POLICE_MARK"
11379   - "COPWHLIST"
11380   - "IACL"
11381   - "OACL"
11382   traces:
11383     hoverinfo: "x+y"
11384     boxpoints: "outliers"
11385     whiskerwidth: 0
11386   layout:
11387     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11388     layout: "plot-throughput"
11389
11390 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11391 -
11392   type: "plot"
11393   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11394   algorithm: "plot_performance_box"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11397   data: "plot-vpp-throughput-latency-3n-hsw"
11398   filter: "'NIC_Intel-X710' and
11399            '64B' and
11400            'NDRPDR' and
11401            '1T1C' and
11402            'IP4FWD' and
11403            'NAT44' and
11404            not 'IPSEC' and
11405            not 'VHOST'"
11406   parameters:
11407   - "throughput"
11408   - "parent"
11409   - "tags"
11410   sort:
11411   - "BASE"
11412   - "BASE"
11413   - "SRC_USER_10"
11414   - "SRC_USER_100"
11415   - "SRC_USER_1000"
11416   - "SRC_USER_2000"
11417   traces:
11418     hoverinfo: "x+y"
11419     boxpoints: "outliers"
11420     whiskerwidth: 0
11421   layout:
11422     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11423     layout: "plot-throughput"
11424
11425 -
11426   type: "plot"
11427   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11428   algorithm: "plot_performance_box"
11429   output-file-type: ".html"
11430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11431   data: "plot-vpp-throughput-latency-3n-hsw"
11432   filter: "'NIC_Intel-X710' and
11433            '64B' and
11434            'NDRPDR' and
11435            '1T1C' and
11436            'IP4FWD' and
11437            'NAT44' and
11438            not 'IPSEC' and
11439            not 'VHOST'"
11440   parameters:
11441   - "throughput"
11442   - "parent"
11443   - "tags"
11444   sort:
11445   - "BASE"
11446   - "BASE"
11447   - "SRC_USER_10"
11448   - "SRC_USER_100"
11449   - "SRC_USER_1000"
11450   - "SRC_USER_2000"
11451   traces:
11452     hoverinfo: "x+y"
11453     boxpoints: "outliers"
11454     whiskerwidth: 0
11455   layout:
11456     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11457     layout: "plot-throughput"
11458
11459 -
11460   type: "plot"
11461   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11462   algorithm: "plot_performance_box"
11463   output-file-type: ".html"
11464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11465   data: "plot-vpp-throughput-latency-3n-hsw"
11466   filter: "'NIC_Intel-X710' and
11467            '64B' and
11468            'NDRPDR' and
11469            '2T2C' and
11470            'IP4FWD' and
11471            'NAT44' and
11472            not 'IPSEC' and
11473            not 'VHOST'"
11474   parameters:
11475   - "throughput"
11476   - "parent"
11477   - "tags"
11478   sort:
11479   - "BASE"
11480   - "BASE"
11481   - "SRC_USER_10"
11482   - "SRC_USER_100"
11483   - "SRC_USER_1000"
11484   - "SRC_USER_2000"
11485   traces:
11486     hoverinfo: "x+y"
11487     boxpoints: "outliers"
11488     whiskerwidth: 0
11489   layout:
11490     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11491     layout: "plot-throughput"
11492
11493 -
11494   type: "plot"
11495   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11496   algorithm: "plot_performance_box"
11497   output-file-type: ".html"
11498   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11499   data: "plot-vpp-throughput-latency-3n-hsw"
11500   filter: "'NIC_Intel-X710' and
11501            '64B' and
11502            'NDRPDR' and
11503            '2T2C' and
11504            'IP4FWD' and
11505            'NAT44' and
11506            not 'IPSEC' and
11507            not 'VHOST'"
11508   parameters:
11509   - "throughput"
11510   - "parent"
11511   - "tags"
11512   sort:
11513   - "BASE"
11514   - "BASE"
11515   - "SRC_USER_10"
11516   - "SRC_USER_100"
11517   - "SRC_USER_1000"
11518   - "SRC_USER_2000"
11519   traces:
11520     hoverinfo: "x+y"
11521     boxpoints: "outliers"
11522     whiskerwidth: 0
11523   layout:
11524     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11525     layout: "plot-throughput"
11526
11527 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11528 -
11529   type: "plot"
11530   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11531   algorithm: "plot_performance_box"
11532   output-file-type: ".html"
11533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11534   data: "plot-vpp-throughput-latency-3n-hsw"
11535   filter: "'NIC_Intel-X710' and
11536            '64B' and
11537            'NDRPDR' and
11538            '1T1C' and
11539            'IP4FWD' and
11540            'IACL' and
11541            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11542            not 'IPSEC' and
11543            not 'VHOST'"
11544   parameters:
11545   - "throughput"
11546   - "parent"
11547   - "tags"
11548   sort:
11549   - "ACL_STATELESS"
11550   - "ACL_STATEFUL"
11551   - "ACL_STATELESS"
11552   - "ACL_STATEFUL"
11553   traces:
11554     hoverinfo: "x+y"
11555     boxpoints: "outliers"
11556     whiskerwidth: 0
11557   layout:
11558     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11559     layout: "plot-throughput"
11560
11561 -
11562   type: "plot"
11563   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11564   algorithm: "plot_performance_box"
11565   output-file-type: ".html"
11566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11567   data: "plot-vpp-throughput-latency-3n-hsw"
11568   filter: "'NIC_Intel-X710' and
11569            '64B' and
11570            'NDRPDR' and
11571            '1T1C' and
11572            'IP4FWD' and
11573            'IACL' and
11574            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11575            not 'IPSEC' and
11576            not 'VHOST'"
11577   parameters:
11578   - "throughput"
11579   - "parent"
11580   - "tags"
11581   sort:
11582   - "ACL_STATELESS"
11583   - "ACL_STATEFUL"
11584   - "ACL_STATELESS"
11585   - "ACL_STATEFUL"
11586   traces:
11587     hoverinfo: "x+y"
11588     boxpoints: "outliers"
11589     whiskerwidth: 0
11590   layout:
11591     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11592     layout: "plot-throughput"
11593
11594 -
11595   type: "plot"
11596   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11597   algorithm: "plot_performance_box"
11598   output-file-type: ".html"
11599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11600   data: "plot-vpp-throughput-latency-3n-hsw"
11601   filter: "'NIC_Intel-X710' and
11602            '64B' and
11603            'NDRPDR' and
11604            '2T2C' and
11605            'IP4FWD' and
11606            'IACL' and
11607            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11608            not 'IPSEC' and
11609            not 'VHOST'"
11610   parameters:
11611   - "throughput"
11612   - "parent"
11613   - "tags"
11614   sort:
11615   - "ACL_STATELESS"
11616   - "ACL_STATEFUL"
11617   - "ACL_STATELESS"
11618   - "ACL_STATEFUL"
11619   traces:
11620     hoverinfo: "x+y"
11621     boxpoints: "outliers"
11622     whiskerwidth: 0
11623   layout:
11624     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11625     layout: "plot-throughput"
11626
11627 -
11628   type: "plot"
11629   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11630   algorithm: "plot_performance_box"
11631   output-file-type: ".html"
11632   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11633   data: "plot-vpp-throughput-latency-3n-hsw"
11634   filter: "'NIC_Intel-X710' and
11635            '64B' and
11636            'NDRPDR' and
11637            '2T2C' and
11638            'IP4FWD' and
11639            'IACL' and
11640            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11641            not 'IPSEC' and
11642            not 'VHOST'"
11643   parameters:
11644   - "throughput"
11645   - "parent"
11646   - "tags"
11647   sort:
11648   - "ACL_STATELESS"
11649   - "ACL_STATEFUL"
11650   - "ACL_STATELESS"
11651   - "ACL_STATEFUL"
11652   traces:
11653     hoverinfo: "x+y"
11654     boxpoints: "outliers"
11655     whiskerwidth: 0
11656   layout:
11657     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11658     layout: "plot-throughput"
11659
11660 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11661 #-
11662 #  type: "plot"
11663 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11664 #  algorithm: "plot_performance_box"
11665 #  output-file-type: ".html"
11666 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11667 #  data: "plot-vpp-throughput-latency-3n-hsw"
11668 #  filter: "'NIC_Intel-X710' and
11669 #           '64B' and
11670 #           'NDRPDR' and
11671 #           '1T1C' and
11672 #           'IP4FWD' and
11673 #           'OACL' and
11674 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11675 #           not 'IPSEC' and
11676 #           not 'VHOST'"
11677 #  parameters:
11678 #  - "throughput"
11679 #  - "parent"
11680 #  - "tags"
11681 #  sort:
11682 #  - "ACL_STATELESS"
11683 #  - "ACL_STATEFUL"
11684 #  - "ACL_STATELESS"
11685 #  - "ACL_STATEFUL"
11686 #  traces:
11687 #    hoverinfo: "x+y"
11688 #    boxpoints: "outliers"
11689 #    whiskerwidth: 0
11690 #  layout:
11691 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11692 #    layout: "plot-throughput"
11693 #
11694 #-
11695 #  type: "plot"
11696 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11697 #  algorithm: "plot_performance_box"
11698 #  output-file-type: ".html"
11699 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11700 #  data: "plot-vpp-throughput-latency-3n-hsw"
11701 #  filter: "'NIC_Intel-X710' and
11702 #           '64B' and
11703 #           'NDRPDR' and
11704 #           '1T1C' and
11705 #           'IP4FWD' and
11706 #           'OACL' and
11707 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11708 #           not 'IPSEC' and
11709 #           not 'VHOST'"
11710 #  parameters:
11711 #  - "throughput"
11712 #  - "parent"
11713 #  - "tags"
11714 #  sort:
11715 #  - "ACL_STATELESS"
11716 #  - "ACL_STATEFUL"
11717 #  - "ACL_STATELESS"
11718 #  - "ACL_STATEFUL"
11719 #  traces:
11720 #    hoverinfo: "x+y"
11721 #    boxpoints: "outliers"
11722 #    whiskerwidth: 0
11723 #  layout:
11724 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11725 #    layout: "plot-throughput"
11726 #
11727 #-
11728 #  type: "plot"
11729 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11730 #  algorithm: "plot_performance_box"
11731 #  output-file-type: ".html"
11732 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11733 #  data: "plot-vpp-throughput-latency-3n-hsw"
11734 #  filter: "'NIC_Intel-X710' and
11735 #           '64B' and
11736 #           'NDRPDR' and
11737 #           '2T2C' and
11738 #           'IP4FWD' and
11739 #           'OACL' and
11740 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11741 #           not 'IPSEC' and
11742 #           not 'VHOST'"
11743 #  parameters:
11744 #  - "throughput"
11745 #  - "parent"
11746 #  - "tags"
11747 #  sort:
11748 #  - "ACL_STATELESS"
11749 #  - "ACL_STATEFUL"
11750 #  - "ACL_STATELESS"
11751 #  - "ACL_STATEFUL"
11752 #  traces:
11753 #    hoverinfo: "x+y"
11754 #    boxpoints: "outliers"
11755 #    whiskerwidth: 0
11756 #  layout:
11757 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11758 #    layout: "plot-throughput"
11759 #
11760 #-
11761 #  type: "plot"
11762 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11763 #  algorithm: "plot_performance_box"
11764 #  output-file-type: ".html"
11765 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11766 #  data: "plot-vpp-throughput-latency-3n-hsw"
11767 #  filter: "'NIC_Intel-X710' and
11768 #           '64B' and
11769 #           'NDRPDR' and
11770 #           '2T2C' and
11771 #           'IP4FWD' and
11772 #           'OACL' and
11773 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11774 #           not 'IPSEC' and
11775 #           not 'VHOST'"
11776 #  parameters:
11777 #  - "throughput"
11778 #  - "parent"
11779 #  - "tags"
11780 #  sort:
11781 #  - "ACL_STATELESS"
11782 #  - "ACL_STATEFUL"
11783 #  - "ACL_STATELESS"
11784 #  - "ACL_STATEFUL"
11785 #  traces:
11786 #    hoverinfo: "x+y"
11787 #    boxpoints: "outliers"
11788 #    whiskerwidth: 0
11789 #  layout:
11790 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11791 #    layout: "plot-throughput"
11792
11793 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11794 -
11795   type: "plot"
11796   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11797   algorithm: "plot_performance_box"
11798   output-file-type: ".html"
11799   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11800   data: "plot-vpp-throughput-latency-2n-skx"
11801   filter: "'NIC_Intel-X710' and
11802            '64B' and
11803            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11804            'NDRPDR' and
11805            '2T1C' and
11806            'IP4FWD' and
11807            not 'IPSEC' and
11808            not 'VHOST'"
11809   parameters:
11810   - "throughput"
11811   - "parent"
11812   - "tags"
11813   sort:
11814   - "DOT1Q"
11815   - "IP4BASE"
11816   - "FIB_20k"
11817   - "FIB_200k"
11818   - "FIB_2M"
11819   traces:
11820     hoverinfo: "x+y"
11821     boxpoints: "outliers"
11822     whiskerwidth: 0
11823   layout:
11824     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11825     layout: "plot-throughput"
11826
11827 -
11828   type: "plot"
11829   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11830   algorithm: "plot_performance_box"
11831   output-file-type: ".html"
11832   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11833   data: "plot-vpp-throughput-latency-2n-skx"
11834   filter: "'NIC_Intel-X710' and
11835            '64B' and
11836            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11837            'NDRPDR' and
11838            '2T1C' and
11839            'IP4FWD' and
11840            not 'IPSEC' and
11841            not 'VHOST'"
11842   parameters:
11843   - "throughput"
11844   - "parent"
11845   - "tags"
11846   sort:
11847   - "DOT1Q"
11848   - "IP4BASE"
11849   - "FIB_20k"
11850   - "FIB_200k"
11851   - "FIB_2M"
11852   traces:
11853     hoverinfo: "x+y"
11854     boxpoints: "outliers"
11855     whiskerwidth: 0
11856   layout:
11857     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11858     layout: "plot-throughput"
11859
11860 -
11861   type: "plot"
11862   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11863   algorithm: "plot_performance_box"
11864   output-file-type: ".html"
11865   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11866   data: "plot-vpp-throughput-latency-2n-skx"
11867   filter: "'NIC_Intel-X710' and
11868            '64B' and
11869            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11870            'NDRPDR' and
11871            '4T2C' and
11872            'IP4FWD' and
11873            not 'IPSEC' and
11874            not 'VHOST'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   sort:
11880   - "DOT1Q"
11881   - "IP4BASE"
11882   - "FIB_20k"
11883   - "FIB_200k"
11884   - "FIB_2M"
11885   traces:
11886     hoverinfo: "x+y"
11887     boxpoints: "outliers"
11888     whiskerwidth: 0
11889   layout:
11890     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11891     layout: "plot-throughput"
11892
11893 -
11894   type: "plot"
11895   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11899   data: "plot-vpp-throughput-latency-2n-skx"
11900   filter: "'NIC_Intel-X710' and
11901            '64B' and
11902            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11903            'NDRPDR' and
11904            '4T2C' and
11905            'IP4FWD' and
11906            not 'IPSEC' and
11907            not 'VHOST'"
11908   parameters:
11909   - "throughput"
11910   - "parent"
11911   - "tags"
11912   sort:
11913   - "DOT1Q"
11914   - "IP4BASE"
11915   - "FIB_20k"
11916   - "FIB_200k"
11917   - "FIB_2M"
11918   traces:
11919     hoverinfo: "x+y"
11920     boxpoints: "outliers"
11921     whiskerwidth: 0
11922   layout:
11923     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11924     layout: "plot-throughput"
11925
11926 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11927 -
11928   type: "plot"
11929   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11930   algorithm: "plot_performance_box"
11931   output-file-type: ".html"
11932   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11933   data: "plot-vpp-throughput-latency-2n-skx"
11934   filter: "'NIC_Intel-XXV710' and
11935            '64B' and
11936            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11937            'NDRPDR' and
11938            '2T1C' and
11939            'IP4FWD' and
11940            not 'IPSEC' and
11941            not 'VHOST'"
11942   parameters:
11943   - "throughput"
11944   - "parent"
11945   - "tags"
11946   sort:
11947   - "DOT1Q"
11948   - "IP4BASE"
11949   - "FIB_20k"
11950   - "FIB_200k"
11951   - "FIB_2M"
11952   traces:
11953     hoverinfo: "x+y"
11954     boxpoints: "outliers"
11955     whiskerwidth: 0
11956   layout:
11957     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11958     layout: "plot-throughput"
11959
11960 -
11961   type: "plot"
11962   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11963   algorithm: "plot_performance_box"
11964   output-file-type: ".html"
11965   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11966   data: "plot-vpp-throughput-latency-2n-skx"
11967   filter: "'NIC_Intel-XXV710' and
11968            '64B' and
11969            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11970            'NDRPDR' and
11971            '2T1C' and
11972            'IP4FWD' and
11973            not 'IPSEC' and
11974            not 'VHOST'"
11975   parameters:
11976   - "throughput"
11977   - "parent"
11978   - "tags"
11979   sort:
11980   - "DOT1Q"
11981   - "IP4BASE"
11982   - "FIB_20k"
11983   - "FIB_200k"
11984   - "FIB_2M"
11985   traces:
11986     hoverinfo: "x+y"
11987     boxpoints: "outliers"
11988     whiskerwidth: 0
11989   layout:
11990     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11991     layout: "plot-throughput"
11992
11993 -
11994   type: "plot"
11995   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11996   algorithm: "plot_performance_box"
11997   output-file-type: ".html"
11998   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11999   data: "plot-vpp-throughput-latency-2n-skx"
12000   filter: "'NIC_Intel-XXV710' and
12001            '64B' and
12002            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12003            'NDRPDR' and
12004            '4T2C' and
12005            'IP4FWD' and
12006            not 'IPSEC' and
12007            not 'VHOST'"
12008   parameters:
12009   - "throughput"
12010   - "parent"
12011   - "tags"
12012   sort:
12013   - "DOT1Q"
12014   - "IP4BASE"
12015   - "FIB_20k"
12016   - "FIB_200k"
12017   - "FIB_2M"
12018   traces:
12019     hoverinfo: "x+y"
12020     boxpoints: "outliers"
12021     whiskerwidth: 0
12022   layout:
12023     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12024     layout: "plot-throughput"
12025
12026 -
12027   type: "plot"
12028   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12029   algorithm: "plot_performance_box"
12030   output-file-type: ".html"
12031   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12032   data: "plot-vpp-throughput-latency-2n-skx"
12033   filter: "'NIC_Intel-XXV710' and
12034            '64B' and
12035            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12036            'NDRPDR' and
12037            '4T2C' and
12038            'IP4FWD' and
12039            not 'IPSEC' and
12040            not 'VHOST'"
12041   parameters:
12042   - "throughput"
12043   - "parent"
12044   - "tags"
12045   sort:
12046   - "DOT1Q"
12047   - "IP4BASE"
12048   - "FIB_20k"
12049   - "FIB_200k"
12050   - "FIB_2M"
12051   traces:
12052     hoverinfo: "x+y"
12053     boxpoints: "outliers"
12054     whiskerwidth: 0
12055   layout:
12056     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12057     layout: "plot-throughput"
12058
12059 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12060 -
12061   type: "plot"
12062   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12063   algorithm: "plot_performance_box"
12064   output-file-type: ".html"
12065   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12066   data: "intel-dnv-vpp"
12067   filter: "'NIC_Intel-X553' and
12068            '64B' and
12069            'IP4BASE' and
12070            'NDRPDR' and
12071            '1T1C' and
12072            'IP4FWD' and
12073            not 'IPSEC' and
12074            not 'VHOST'"
12075   parameters:
12076   - "throughput"
12077   - "parent"
12078   - "tags"
12079   sort:
12080   - "IP4BASE"
12081   traces:
12082     hoverinfo: "x+y"
12083     boxpoints: "outliers"
12084     whiskerwidth: 0
12085   layout:
12086     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12087     layout: "plot-throughput"
12088
12089 -
12090   type: "plot"
12091   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12092   algorithm: "plot_performance_box"
12093   output-file-type: ".html"
12094   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12095   data: "intel-dnv-vpp"
12096   filter: "'NIC_Intel-X553' and
12097            '64B' and
12098            'IP4BASE' and
12099            'NDRPDR' and
12100            '1T1C' and
12101            'IP4FWD' and
12102            not 'IPSEC' and
12103            not 'VHOST'"
12104   parameters:
12105   - "throughput"
12106   - "parent"
12107   - "tags"
12108   sort:
12109   - "IP4BASE"
12110   traces:
12111     hoverinfo: "x+y"
12112     boxpoints: "outliers"
12113     whiskerwidth: 0
12114   layout:
12115     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12116     layout: "plot-throughput"
12117
12118 -
12119   type: "plot"
12120   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12121   algorithm: "plot_performance_box"
12122   output-file-type: ".html"
12123   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12124   data: "intel-dnv-vpp"
12125   filter: "'NIC_Intel-X553' and
12126            '64B' and
12127            'IP4BASE' and
12128            'NDRPDR' and
12129            '2T2C' and
12130            'IP4FWD' and
12131            not 'IPSEC' and
12132            not 'VHOST'"
12133   parameters:
12134   - "throughput"
12135   - "parent"
12136   - "tags"
12137   sort:
12138   - "IP4BASE"
12139   traces:
12140     hoverinfo: "x+y"
12141     boxpoints: "outliers"
12142     whiskerwidth: 0
12143   layout:
12144     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12145     layout: "plot-throughput"
12146
12147 -
12148   type: "plot"
12149   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12150   algorithm: "plot_performance_box"
12151   output-file-type: ".html"
12152   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12153   data: "intel-dnv-vpp"
12154   filter: "'NIC_Intel-X553' and
12155            '64B' and
12156            'IP4BASE' and
12157            'NDRPDR' and
12158            '2T2C' and
12159            'IP4FWD' and
12160            not 'IPSEC' and
12161            not 'VHOST'"
12162   parameters:
12163   - "throughput"
12164   - "parent"
12165   - "tags"
12166   sort:
12167   - "IP4BASE"
12168   traces:
12169     hoverinfo: "x+y"
12170     boxpoints: "outliers"
12171     whiskerwidth: 0
12172   layout:
12173     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12174     layout: "plot-throughput"
12175
12176 ################################################################################
12177
12178 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
12179 #-
12180 #  type: "plot"
12181 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12182 #  algorithm: "plot_performance_box"
12183 #  output-file-type: ".html"
12184 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12185 #  data: "plot-vpp-throughput-latency-3n-hsw"
12186 #  filter: "'NIC_Intel-X520-DA2' and
12187 #           '64B' and
12188 #           'ENCAP' and
12189 #           'NDRPDR' and
12190 #           '1T1C' and
12191 #           ('VXLAN' or 'LISP') and
12192 #           not 'VHOST' and
12193 #           not 'IPSECHW'"
12194 #  parameters:
12195 #  - "throughput"
12196 #  - "parent"
12197 #  - "tags"
12198 #  sort:
12199 #  - "not DOT1Q"
12200 #  - "VXLAN_1"
12201 #  - "VXLAN_10"
12202 #  - "VXLAN_100"
12203 #  - "VXLAN_1000"
12204 #  traces:
12205 #    hoverinfo: "x+y"
12206 #    boxpoints: "outliers"
12207 #    whiskerwidth: 0
12208 #  layout:
12209 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12210 #    layout: "plot-throughput"
12211 #
12212 #-
12213 #  type: "plot"
12214 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12215 #  algorithm: "plot_performance_box"
12216 #  output-file-type: ".html"
12217 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12218 #  data: "plot-vpp-throughput-latency-3n-hsw"
12219 #  filter: "'NIC_Intel-X520-DA2' and
12220 #           '64B' and
12221 #           'ENCAP' and
12222 #           'NDRPDR' and
12223 #           '1T1C' and
12224 #           ('VXLAN' or 'LISP') and
12225 #           not 'VHOST' and
12226 #           not 'IPSECHW'"
12227 #  parameters:
12228 #  - "throughput"
12229 #  - "parent"
12230 #  - "tags"
12231 #  sort:
12232 #  - "not DOT1Q"
12233 #  - "VXLAN_1"
12234 #  - "VXLAN_10"
12235 #  - "VXLAN_100"
12236 #  - "VXLAN_1000"
12237 #  traces:
12238 #    hoverinfo: "x+y"
12239 #    boxpoints: "outliers"
12240 #    whiskerwidth: 0
12241 #  layout:
12242 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12243 #    layout: "plot-throughput"
12244 #
12245 #-
12246 #  type: "plot"
12247 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12248 #  algorithm: "plot_performance_box"
12249 #  output-file-type: ".html"
12250 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12251 #  data: "plot-vpp-throughput-latency-3n-hsw"
12252 #  filter: "'NIC_Intel-X520-DA2' and
12253 #           '64B' and
12254 #           'ENCAP' and
12255 #           'NDRPDR' and
12256 #           '2T2C' and
12257 #           ('VXLAN' or 'LISP') and
12258 #           not 'VHOST' and
12259 #           not 'IPSECHW'"
12260 #  parameters:
12261 #  - "throughput"
12262 #  - "parent"
12263 #  - "tags"
12264 #  sort:
12265 #  - "not DOT1Q"
12266 #  - "VXLAN_1"
12267 #  - "VXLAN_10"
12268 #  - "VXLAN_100"
12269 #  - "VXLAN_1000"
12270 #  traces:
12271 #    hoverinfo: "x+y"
12272 #    boxpoints: "outliers"
12273 #    whiskerwidth: 0
12274 #  layout:
12275 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12276 #    layout: "plot-throughput"
12277 #
12278 #-
12279 #  type: "plot"
12280 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12281 #  algorithm: "plot_performance_box"
12282 #  output-file-type: ".html"
12283 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12284 #  data: "plot-vpp-throughput-latency-3n-hsw"
12285 #  filter: "'NIC_Intel-X520-DA2' and
12286 #           '64B' and
12287 #           'ENCAP' and
12288 #           'NDRPDR' and
12289 #           '2T2C' and
12290 #           ('VXLAN' or 'LISP') and
12291 #           not 'VHOST' and
12292 #           not 'IPSECHW'"
12293 #  parameters:
12294 #  - "throughput"
12295 #  - "parent"
12296 #  - "tags"
12297 #  sort:
12298 #  - "not DOT1Q"
12299 #  - "VXLAN_1"
12300 #  - "VXLAN_10"
12301 #  - "VXLAN_100"
12302 #  - "VXLAN_1000"
12303 #  traces:
12304 #    hoverinfo: "x+y"
12305 #    boxpoints: "outliers"
12306 #    whiskerwidth: 0
12307 #  layout:
12308 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12309 #    layout: "plot-throughput"
12310
12311 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12312 -
12313   type: "plot"
12314   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12315   algorithm: "plot_performance_box"
12316   output-file-type: ".html"
12317   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12318   data: "plot-vpp-throughput-latency-3n-hsw"
12319   filter: "'NIC_Intel-X520-DA2' and
12320            '64B' and
12321            'ENCAP' and
12322            'NDRPDR' and
12323            '1T1C' and
12324            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12325            not 'DOT1Q' and
12326            not 'VHOST' and
12327            not 'IPSECHW'"
12328   parameters:
12329   - "throughput"
12330   - "parent"
12331   - "tags"
12332   sort:
12333   - "L2BDMACLRN"
12334   - "L2XCFWD"
12335   - "LISP"
12336   traces:
12337     hoverinfo: "x+y"
12338     boxpoints: "outliers"
12339     whiskerwidth: 0
12340   layout:
12341     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12342     layout: "plot-throughput"
12343
12344 -
12345   type: "plot"
12346   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12347   algorithm: "plot_performance_box"
12348   output-file-type: ".html"
12349   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12350   data: "plot-vpp-throughput-latency-3n-hsw"
12351   filter: "'NIC_Intel-X520-DA2' and
12352            '64B' and
12353            'ENCAP' and
12354            'NDRPDR' and
12355            '2T2C' and
12356            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12357            not 'DOT1Q' and
12358            not 'VHOST' and
12359            not 'IPSECHW'"
12360   parameters:
12361   - "throughput"
12362   - "parent"
12363   - "tags"
12364   sort:
12365   - "L2BDMACLRN"
12366   - "L2XCFWD"
12367   - "LISP"
12368   traces:
12369     hoverinfo: "x+y"
12370     boxpoints: "outliers"
12371     whiskerwidth: 0
12372   layout:
12373     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12374     layout: "plot-throughput"
12375
12376 -
12377   type: "plot"
12378   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12379   algorithm: "plot_performance_box"
12380   output-file-type: ".html"
12381   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12382   data: "plot-vpp-throughput-latency-3n-hsw"
12383   filter: "'NIC_Intel-X520-DA2' and
12384            '64B' and
12385            'ENCAP' and
12386            'NDRPDR' and
12387            '1T1C' and
12388            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12389            not 'DOT1Q' and
12390            not 'VHOST' and
12391            not 'IPSECHW'"
12392   parameters:
12393   - "throughput"
12394   - "parent"
12395   - "tags"
12396   sort:
12397   - "L2BDMACLRN"
12398   - "L2XCFWD"
12399   - "LISP"
12400   traces:
12401     hoverinfo: "x+y"
12402     boxpoints: "outliers"
12403     whiskerwidth: 0
12404   layout:
12405     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12406     layout: "plot-throughput"
12407
12408 -
12409   type: "plot"
12410   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12411   algorithm: "plot_performance_box"
12412   output-file-type: ".html"
12413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12414   data: "plot-vpp-throughput-latency-3n-hsw"
12415   filter: "'NIC_Intel-X520-DA2' and
12416            '64B' and
12417            'ENCAP' and
12418            'NDRPDR' and
12419            '2T2C' and
12420            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12421            not 'DOT1Q' and
12422            not 'VHOST' and
12423            not 'IPSECHW'"
12424   parameters:
12425   - "throughput"
12426   - "parent"
12427   - "tags"
12428   sort:
12429   - "L2BDMACLRN"
12430   - "L2XCFWD"
12431   - "LISP"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12438     layout: "plot-throughput"
12439
12440 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12441 -
12442   type: "plot"
12443   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12444   algorithm: "plot_performance_box"
12445   output-file-type: ".html"
12446   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12447   data: "plot-vpp-throughput-latency-3n-hsw"
12448   filter: "'NIC_Intel-X710' and
12449            '64B' and
12450            'ENCAP' and
12451            'NDRPDR' and
12452            '1T1C' and
12453            ('VXLAN' or 'LISP') and
12454            not 'VHOST' and
12455            not 'IPSECHW'"
12456   parameters:
12457   - "throughput"
12458   - "parent"
12459   - "tags"
12460   sort:
12461   - "LISP"
12462   - "VXLAN_1"
12463   - "VXLAN_10"
12464   - "VXLAN_100"
12465   - "VXLAN_1000"
12466   traces:
12467     hoverinfo: "x+y"
12468     boxpoints: "outliers"
12469     whiskerwidth: 0
12470   layout:
12471     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12472     layout: "plot-throughput"
12473
12474 -
12475   type: "plot"
12476   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12477   algorithm: "plot_performance_box"
12478   output-file-type: ".html"
12479   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12480   data: "plot-vpp-throughput-latency-3n-hsw"
12481   filter: "'NIC_Intel-X710' and
12482            '64B' and
12483            'ENCAP' and
12484            'NDRPDR' and
12485            '1T1C' and
12486            ('VXLAN' or 'LISP') and
12487            not 'VHOST' and
12488            not 'IPSECHW'"
12489   parameters:
12490   - "throughput"
12491   - "parent"
12492   - "tags"
12493   sort:
12494   - "LISP"
12495   - "VXLAN_1"
12496   - "VXLAN_10"
12497   - "VXLAN_100"
12498   - "VXLAN_1000"
12499   traces:
12500     hoverinfo: "x+y"
12501     boxpoints: "outliers"
12502     whiskerwidth: 0
12503   layout:
12504     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12505     layout: "plot-throughput"
12506
12507 -
12508   type: "plot"
12509   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12510   algorithm: "plot_performance_box"
12511   output-file-type: ".html"
12512   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12513   data: "plot-vpp-throughput-latency-3n-hsw"
12514   filter: "'NIC_Intel-X710' and
12515            '64B' and
12516            'ENCAP' and
12517            'NDRPDR' and
12518            '2T2C' and
12519            ('VXLAN' or 'LISP') and
12520            not 'VHOST' and
12521            not 'IPSECHW'"
12522   parameters:
12523   - "throughput"
12524   - "parent"
12525   - "tags"
12526   sort:
12527   - "LISP"
12528   - "VXLAN_1"
12529   - "VXLAN_10"
12530   - "VXLAN_100"
12531   - "VXLAN_1000"
12532   traces:
12533     hoverinfo: "x+y"
12534     boxpoints: "outliers"
12535     whiskerwidth: 0
12536   layout:
12537     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12538     layout: "plot-throughput"
12539
12540 -
12541   type: "plot"
12542   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12543   algorithm: "plot_performance_box"
12544   output-file-type: ".html"
12545   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12546   data: "plot-vpp-throughput-latency-3n-hsw"
12547   filter: "'NIC_Intel-X710' and
12548            '64B' and
12549            'ENCAP' and
12550            'NDRPDR' and
12551            '2T2C' and
12552            ('VXLAN' or 'LISP') and
12553            not 'VHOST' and
12554            not 'IPSECHW'"
12555   parameters:
12556   - "throughput"
12557   - "parent"
12558   - "tags"
12559   sort:
12560   - "LISP"
12561   - "VXLAN_1"
12562   - "VXLAN_10"
12563   - "VXLAN_100"
12564   - "VXLAN_1000"
12565   traces:
12566     hoverinfo: "x+y"
12567     boxpoints: "outliers"
12568     whiskerwidth: 0
12569   layout:
12570     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12571     layout: "plot-throughput"
12572
12573 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12574 -
12575   type: "plot"
12576   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12577   algorithm: "plot_performance_box"
12578   output-file-type: ".html"
12579   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12580   data: "plot-vpp-throughput-latency-3n-hsw"
12581   filter: "'NIC_Intel-X710' and
12582            '64B' and
12583            'ENCAP' and
12584            'NDRPDR' and
12585            '1T1C' and
12586            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12587            not 'DOT1Q' and
12588            not 'VHOST' and
12589            not 'IPSECHW'"
12590   parameters:
12591   - "throughput"
12592   - "parent"
12593   - "tags"
12594   sort:
12595   - "L2BDMACLRN"
12596   - "L2XCFWD"
12597   - "LISP"
12598   traces:
12599     hoverinfo: "x+y"
12600     boxpoints: "outliers"
12601     whiskerwidth: 0
12602   layout:
12603     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12604     layout: "plot-throughput"
12605
12606 -
12607   type: "plot"
12608   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12609   algorithm: "plot_performance_box"
12610   output-file-type: ".html"
12611   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12612   data: "plot-vpp-throughput-latency-3n-hsw"
12613   filter: "'NIC_Intel-X710' and
12614            '64B' and
12615            'ENCAP' and
12616            'NDRPDR' and
12617            '2T2C' and
12618            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12619            not 'DOT1Q' and
12620            not 'VHOST' and
12621            not 'IPSECHW'"
12622   parameters:
12623   - "throughput"
12624   - "parent"
12625   - "tags"
12626   sort:
12627   - "L2BDMACLRN"
12628   - "L2XCFWD"
12629   - "LISP"
12630   traces:
12631     hoverinfo: "x+y"
12632     boxpoints: "outliers"
12633     whiskerwidth: 0
12634   layout:
12635     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12636     layout: "plot-throughput"
12637
12638 -
12639   type: "plot"
12640   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12641   algorithm: "plot_performance_box"
12642   output-file-type: ".html"
12643   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12644   data: "plot-vpp-throughput-latency-3n-hsw"
12645   filter: "'NIC_Intel-X710' and
12646            '64B' and
12647            'ENCAP' and
12648            'NDRPDR' and
12649            '1T1C' and
12650            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12651            not 'DOT1Q' and
12652            not 'VHOST' and
12653            not 'IPSECHW'"
12654   parameters:
12655   - "throughput"
12656   - "parent"
12657   - "tags"
12658   sort:
12659   - "L2BDMACLRN"
12660   - "L2XCFWD"
12661   - "LISP"
12662   traces:
12663     hoverinfo: "x+y"
12664     boxpoints: "outliers"
12665     whiskerwidth: 0
12666   layout:
12667     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12668     layout: "plot-throughput"
12669
12670 -
12671   type: "plot"
12672   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12673   algorithm: "plot_performance_box"
12674   output-file-type: ".html"
12675   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12676   data: "plot-vpp-throughput-latency-3n-hsw"
12677   filter: "'NIC_Intel-X710' and
12678            '64B' and
12679            'ENCAP' and
12680            'NDRPDR' and
12681            '2T2C' and
12682            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12683            not 'DOT1Q' and
12684            not 'VHOST' and
12685            not 'IPSECHW'"
12686   parameters:
12687   - "throughput"
12688   - "parent"
12689   - "tags"
12690   sort:
12691   - "L2BDMACLRN"
12692   - "L2XCFWD"
12693   - "LISP"
12694   traces:
12695     hoverinfo: "x+y"
12696     boxpoints: "outliers"
12697     whiskerwidth: 0
12698   layout:
12699     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12700     layout: "plot-throughput"
12701
12702 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12703 -
12704   type: "plot"
12705   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12706   algorithm: "plot_performance_box"
12707   output-file-type: ".html"
12708   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12709   data: "plot-vpp-throughput-latency-3n-skx"
12710   filter: "'NIC_Intel-X710' and
12711            '64B' and
12712            'ENCAP' and
12713            'NDRPDR' and
12714            '2T1C' and
12715            ('VXLAN' or 'LISP') and
12716            not 'VHOST' and
12717            not 'IPSECHW'"
12718   parameters:
12719   - "throughput"
12720   - "parent"
12721   - "tags"
12722   sort:
12723   - "LISP"
12724   - "VXLAN_1"
12725   - "VXLAN_10"
12726   - "VXLAN_100"
12727   - "VXLAN_1000"
12728   traces:
12729     hoverinfo: "x+y"
12730     boxpoints: "outliers"
12731     whiskerwidth: 0
12732   layout:
12733     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12734     layout: "plot-throughput"
12735
12736 -
12737   type: "plot"
12738   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12739   algorithm: "plot_performance_box"
12740   output-file-type: ".html"
12741   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12742   data: "plot-vpp-throughput-latency-3n-skx"
12743   filter: "'NIC_Intel-X710' and
12744            '64B' and
12745            'ENCAP' and
12746            'NDRPDR' and
12747            '2T1C' and
12748            ('VXLAN' or 'LISP') and
12749            not 'VHOST' and
12750            not 'IPSECHW'"
12751   parameters:
12752   - "throughput"
12753   - "parent"
12754   - "tags"
12755   sort:
12756   - "LISP"
12757   - "VXLAN_1"
12758   - "VXLAN_10"
12759   - "VXLAN_100"
12760   - "VXLAN_1000"
12761   traces:
12762     hoverinfo: "x+y"
12763     boxpoints: "outliers"
12764     whiskerwidth: 0
12765   layout:
12766     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12767     layout: "plot-throughput"
12768
12769 -
12770   type: "plot"
12771   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12772   algorithm: "plot_performance_box"
12773   output-file-type: ".html"
12774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12775   data: "plot-vpp-throughput-latency-3n-skx"
12776   filter: "'NIC_Intel-X710' and
12777            '64B' and
12778            'ENCAP' and
12779            'NDRPDR' and
12780            '4T2C' and
12781            ('VXLAN' or 'LISP') and
12782            not 'VHOST' and
12783            not 'IPSECHW'"
12784   parameters:
12785   - "throughput"
12786   - "parent"
12787   - "tags"
12788   sort:
12789   - "LISP"
12790   - "VXLAN_1"
12791   - "VXLAN_10"
12792   - "VXLAN_100"
12793   - "VXLAN_1000"
12794   traces:
12795     hoverinfo: "x+y"
12796     boxpoints: "outliers"
12797     whiskerwidth: 0
12798   layout:
12799     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12800     layout: "plot-throughput"
12801
12802 -
12803   type: "plot"
12804   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12805   algorithm: "plot_performance_box"
12806   output-file-type: ".html"
12807   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12808   data: "plot-vpp-throughput-latency-3n-skx"
12809   filter: "'NIC_Intel-X710' and
12810            '64B' and
12811            'ENCAP' and
12812            'NDRPDR' and
12813            '4T2C' and
12814            ('VXLAN' or 'LISP') and
12815            not 'VHOST' and
12816            not 'IPSECHW'"
12817   parameters:
12818   - "throughput"
12819   - "parent"
12820   - "tags"
12821   sort:
12822   - "LISP"
12823   - "VXLAN_1"
12824   - "VXLAN_10"
12825   - "VXLAN_100"
12826   - "VXLAN_1000"
12827   traces:
12828     hoverinfo: "x+y"
12829     boxpoints: "outliers"
12830     whiskerwidth: 0
12831   layout:
12832     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12833     layout: "plot-throughput"
12834
12835 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12836 -
12837   type: "plot"
12838   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12839   algorithm: "plot_performance_box"
12840   output-file-type: ".html"
12841   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12842   data: "plot-vpp-throughput-latency-3n-skx"
12843   filter: "'NIC_Intel-X710' and
12844            '64B' and
12845            'ENCAP' and
12846            'NDRPDR' and
12847            '2T1C' and
12848            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12849            not 'DOT1Q' and
12850            not 'VHOST' and
12851            not 'IPSECHW'"
12852   parameters:
12853   - "throughput"
12854   - "parent"
12855   - "tags"
12856   sort:
12857   - "L2BDMACLRN"
12858   - "L2XCFWD"
12859   - "LISP"
12860   traces:
12861     hoverinfo: "x+y"
12862     boxpoints: "outliers"
12863     whiskerwidth: 0
12864   layout:
12865     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12866     layout: "plot-throughput"
12867
12868 -
12869   type: "plot"
12870   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12871   algorithm: "plot_performance_box"
12872   output-file-type: ".html"
12873   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12874   data: "plot-vpp-throughput-latency-3n-skx"
12875   filter: "'NIC_Intel-X710' and
12876            '64B' and
12877            'ENCAP' and
12878            'NDRPDR' and
12879            '4T2C' and
12880            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12881            not 'DOT1Q' and
12882            not 'VHOST' and
12883            not 'IPSECHW'"
12884   parameters:
12885   - "throughput"
12886   - "parent"
12887   - "tags"
12888   sort:
12889   - "L2BDMACLRN"
12890   - "L2XCFWD"
12891   - "LISP"
12892   traces:
12893     hoverinfo: "x+y"
12894     boxpoints: "outliers"
12895     whiskerwidth: 0
12896   layout:
12897     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12898     layout: "plot-throughput"
12899
12900 -
12901   type: "plot"
12902   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12903   algorithm: "plot_performance_box"
12904   output-file-type: ".html"
12905   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12906   data: "plot-vpp-throughput-latency-3n-skx"
12907   filter: "'NIC_Intel-X710' and
12908            '64B' and
12909            'ENCAP' and
12910            'NDRPDR' and
12911            '2T1C' and
12912            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12913            not 'DOT1Q' and
12914            not 'VHOST' and
12915            not 'IPSECHW'"
12916   parameters:
12917   - "throughput"
12918   - "parent"
12919   - "tags"
12920   sort:
12921   - "L2BDMACLRN"
12922   - "L2XCFWD"
12923   - "LISP"
12924   traces:
12925     hoverinfo: "x+y"
12926     boxpoints: "outliers"
12927     whiskerwidth: 0
12928   layout:
12929     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12930     layout: "plot-throughput"
12931
12932 -
12933   type: "plot"
12934   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12935   algorithm: "plot_performance_box"
12936   output-file-type: ".html"
12937   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12938   data: "plot-vpp-throughput-latency-3n-skx"
12939   filter: "'NIC_Intel-X710' and
12940            '64B' and
12941            'ENCAP' and
12942            'NDRPDR' and
12943            '4T2C' and
12944            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12945            not 'DOT1Q' and
12946            not 'VHOST' and
12947            not 'IPSECHW'"
12948   parameters:
12949   - "throughput"
12950   - "parent"
12951   - "tags"
12952   sort:
12953   - "L2BDMACLRN"
12954   - "L2XCFWD"
12955   - "LISP"
12956   traces:
12957     hoverinfo: "x+y"
12958     boxpoints: "outliers"
12959     whiskerwidth: 0
12960   layout:
12961     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12962     layout: "plot-throughput"
12963
12964 ################################################################################
12965
12966 # Packet Throughput - VPP IPv6 3n-hsw-x520
12967 -
12968   type: "plot"
12969   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12970   algorithm: "plot_performance_box"
12971   output-file-type: ".html"
12972   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12973   data: "plot-vpp-throughput-latency-3n-hsw"
12974   filter: "'NIC_Intel-X520-DA2' and
12975            '78B' and
12976            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12977            'NDRPDR' and
12978            '1T1C' and
12979            'IP6FWD' and
12980            not 'SRv6' and
12981            not 'IPSEC' and
12982            not 'VHOST'"
12983   parameters:
12984   - "throughput"
12985   - "parent"
12986   - "tags"
12987   sort:
12988   - "IP6BASE"
12989   - "FIB_20K"
12990   - "FIB_200K"
12991   - "FIB_2M"
12992   traces:
12993     hoverinfo: "x+y"
12994     boxpoints: "outliers"
12995     whiskerwidth: 0
12996   layout:
12997     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12998     layout: "plot-throughput"
12999
13000 -
13001   type: "plot"
13002   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13003   algorithm: "plot_performance_box"
13004   output-file-type: ".html"
13005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13006   data: "plot-vpp-throughput-latency-3n-hsw"
13007   filter: "'NIC_Intel-X520-DA2' and
13008            '78B' and
13009            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13010            'NDRPDR' and
13011            '1T1C' and
13012            'IP6FWD' and
13013            not 'SRv6' and
13014            not 'IPSEC' and
13015            not 'VHOST'"
13016   parameters:
13017   - "throughput"
13018   - "parent"
13019   - "tags"
13020   sort:
13021   - "IP6BASE"
13022   - "FIB_20K"
13023   - "FIB_200K"
13024   - "FIB_2M"
13025   traces:
13026     hoverinfo: "x+y"
13027     boxpoints: "outliers"
13028     whiskerwidth: 0
13029   layout:
13030     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13031     layout: "plot-throughput"
13032
13033 -
13034   type: "plot"
13035   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13036   algorithm: "plot_performance_box"
13037   output-file-type: ".html"
13038   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13039   data: "plot-vpp-throughput-latency-3n-hsw"
13040   filter: "'NIC_Intel-X520-DA2' and
13041            '78B' and
13042            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13043            'NDRPDR' and
13044            '2T2C' and
13045            'IP6FWD' and
13046            not 'SRv6' and
13047            not 'IPSEC' and
13048            not 'VHOST'"
13049   parameters:
13050   - "throughput"
13051   - "parent"
13052   - "tags"
13053   sort:
13054   - "IP6BASE"
13055   - "FIB_20K"
13056   - "FIB_200K"
13057   - "FIB_2M"
13058   traces:
13059     hoverinfo: "x+y"
13060     boxpoints: "outliers"
13061     whiskerwidth: 0
13062   layout:
13063     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13064     layout: "plot-throughput"
13065
13066 -
13067   type: "plot"
13068   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13069   algorithm: "plot_performance_box"
13070   output-file-type: ".html"
13071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13072   data: "plot-vpp-throughput-latency-3n-hsw"
13073   filter: "'NIC_Intel-X520-DA2' and
13074            '78B' and
13075            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13076            'NDRPDR' and
13077            '2T2C' and
13078            'IP6FWD' and
13079            not 'SRv6' and
13080            not 'IPSEC' and
13081            not 'VHOST'"
13082   parameters:
13083   - "throughput"
13084   - "parent"
13085   - "tags"
13086   sort:
13087   - "IP6BASE"
13088   - "FIB_20K"
13089   - "FIB_200K"
13090   - "FIB_2M"
13091   traces:
13092     hoverinfo: "x+y"
13093     boxpoints: "outliers"
13094     whiskerwidth: 0
13095   layout:
13096     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13097     layout: "plot-throughput"
13098
13099 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
13100 -
13101   type: "plot"
13102   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
13103   algorithm: "plot_performance_box"
13104   output-file-type: ".html"
13105   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
13106   data: "plot-vpp-throughput-latency-3n-hsw"
13107   filter: "'NIC_Intel-X520-DA2' and
13108            '78B' and
13109            ('IP6BASE' or
13110             'POLICE_MARK' or
13111             'COPWHLIST' or
13112             'IACLDST') and
13113            'NDRPDR' and
13114            '1T1C' and
13115            'IP6FWD' and
13116            not 'SRv6' and
13117            not 'IPSEC' and
13118            not 'VHOST'"
13119   parameters:
13120   - "throughput"
13121   - "parent"
13122   - "tags"
13123   sort:
13124   - "IP6BASE"
13125   - "POLICE_MARK"
13126   - "COPWHLIST"
13127   - "IACLDST"
13128   traces:
13129     hoverinfo: "x+y"
13130     boxpoints: "outliers"
13131     whiskerwidth: 0
13132   layout:
13133     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
13134     layout: "plot-throughput"
13135
13136 -
13137   type: "plot"
13138   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13139   algorithm: "plot_performance_box"
13140   output-file-type: ".html"
13141   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13142   data: "plot-vpp-throughput-latency-3n-hsw"
13143   filter: "'NIC_Intel-X520-DA2' and
13144            '78B' and
13145            ('IP6BASE' or
13146             'POLICE_MARK' or
13147             'COPWHLIST' or
13148             'IACLDST') and
13149            'NDRPDR' and
13150            '2T2C' and
13151            'IP6FWD' and
13152            not 'SRv6' and
13153            not 'IPSEC' and
13154            not 'VHOST'"
13155   parameters:
13156   - "throughput"
13157   - "parent"
13158   - "tags"
13159   sort:
13160   - "IP6BASE"
13161   - "POLICE_MARK"
13162   - "COPWHLIST"
13163   - "IACLDST"
13164   traces:
13165     hoverinfo: "x+y"
13166     boxpoints: "outliers"
13167     whiskerwidth: 0
13168   layout:
13169     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13170     layout: "plot-throughput"
13171
13172 -
13173   type: "plot"
13174   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13175   algorithm: "plot_performance_box"
13176   output-file-type: ".html"
13177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13178   data: "plot-vpp-throughput-latency-3n-hsw"
13179   filter: "'NIC_Intel-X520-DA2' and
13180            '78B' and
13181            ('IP6BASE' or
13182             'POLICE_MARK' or
13183             'COPWHLIST' or
13184             'IACLDST') and
13185            'NDRPDR' and
13186            '1T1C' and
13187            'IP6FWD' and
13188            not 'SRv6' and
13189            not 'IPSEC' and
13190            not 'VHOST'"
13191   parameters:
13192   - "throughput"
13193   - "parent"
13194   - "tags"
13195   sort:
13196   - "IP6BASE"
13197   - "POLICE_MARK"
13198   - "COPWHLIST"
13199   - "IACLDST"
13200   traces:
13201     hoverinfo: "x+y"
13202     boxpoints: "outliers"
13203     whiskerwidth: 0
13204   layout:
13205     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13206     layout: "plot-throughput"
13207
13208 -
13209   type: "plot"
13210   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13211   algorithm: "plot_performance_box"
13212   output-file-type: ".html"
13213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13214   data: "plot-vpp-throughput-latency-3n-hsw"
13215   filter: "'NIC_Intel-X520-DA2' and
13216            '78B' and
13217            ('IP6BASE' or
13218             'POLICE_MARK' or
13219             'COPWHLIST' or
13220             'IACLDST') and
13221            'NDRPDR' and
13222            '2T2C' and
13223            'IP6FWD' and
13224            not 'SRv6' and
13225            not 'IPSEC' and
13226            not 'VHOST'"
13227   parameters:
13228   - "throughput"
13229   - "parent"
13230   - "tags"
13231   sort:
13232   - "IP6BASE"
13233   - "POLICE_MARK"
13234   - "COPWHLIST"
13235   - "IACLDST"
13236   traces:
13237     hoverinfo: "x+y"
13238     boxpoints: "outliers"
13239     whiskerwidth: 0
13240   layout:
13241     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13242     layout: "plot-throughput"
13243
13244 # Packet Throughput - VPP IPv6 3n-hsw-x710
13245 -
13246   type: "plot"
13247   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13248   algorithm: "plot_performance_box"
13249   output-file-type: ".html"
13250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13251   data: "plot-vpp-throughput-latency-3n-hsw"
13252   filter: "'NIC_Intel-X710' and
13253            '78B' and
13254            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13255            'NDRPDR' and
13256            '1T1C' and
13257            'IP6FWD' and
13258            not 'SRv6' and
13259            not 'IPSEC' and
13260            not 'VHOST'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   sort:
13266   - "IP6BASE"
13267   - "FIB_20K"
13268   - "FIB_200K"
13269   - "FIB_2M"
13270   traces:
13271     hoverinfo: "x+y"
13272     boxpoints: "outliers"
13273     whiskerwidth: 0
13274   layout:
13275     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13276     layout: "plot-throughput"
13277
13278 -
13279   type: "plot"
13280   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13281   algorithm: "plot_performance_box"
13282   output-file-type: ".html"
13283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13284   data: "plot-vpp-throughput-latency-3n-hsw"
13285   filter: "'NIC_Intel-X710' and
13286            '78B' and
13287            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13288            'NDRPDR' and
13289            '1T1C' and
13290            'IP6FWD' and
13291            not 'SRv6' and
13292            not 'IPSEC' and
13293            not 'VHOST'"
13294   parameters:
13295   - "throughput"
13296   - "parent"
13297   - "tags"
13298   sort:
13299   - "IP6BASE"
13300   - "FIB_20K"
13301   - "FIB_200K"
13302   - "FIB_2M"
13303   traces:
13304     hoverinfo: "x+y"
13305     boxpoints: "outliers"
13306     whiskerwidth: 0
13307   layout:
13308     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13309     layout: "plot-throughput"
13310
13311 -
13312   type: "plot"
13313   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13314   algorithm: "plot_performance_box"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13317   data: "plot-vpp-throughput-latency-3n-hsw"
13318   filter: "'NIC_Intel-X710' and
13319            '78B' and
13320            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13321            'NDRPDR' and
13322            '2T2C' and
13323            'IP6FWD' and
13324            not 'SRv6' and
13325            not 'IPSEC' and
13326            not 'VHOST'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   sort:
13332   - "IP6BASE"
13333   - "FIB_20K"
13334   - "FIB_200K"
13335   - "FIB_2M"
13336   traces:
13337     hoverinfo: "x+y"
13338     boxpoints: "outliers"
13339     whiskerwidth: 0
13340   layout:
13341     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13342     layout: "plot-throughput"
13343
13344 -
13345   type: "plot"
13346   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13347   algorithm: "plot_performance_box"
13348   output-file-type: ".html"
13349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13350   data: "plot-vpp-throughput-latency-3n-hsw"
13351   filter: "'NIC_Intel-X710' and
13352            '78B' and
13353            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13354            'NDRPDR' and
13355            '2T2C' and
13356            'IP6FWD' and
13357            not 'SRv6' and
13358            not 'IPSEC' and
13359            not 'VHOST'"
13360   parameters:
13361   - "throughput"
13362   - "parent"
13363   - "tags"
13364   sort:
13365   - "IP6BASE"
13366   - "FIB_20K"
13367   - "FIB_200K"
13368   - "FIB_2M"
13369   traces:
13370     hoverinfo: "x+y"
13371     boxpoints: "outliers"
13372     whiskerwidth: 0
13373   layout:
13374     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13375     layout: "plot-throughput"
13376
13377 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13378 -
13379   type: "plot"
13380   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13381   algorithm: "plot_performance_box"
13382   output-file-type: ".html"
13383   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13384   data: "plot-vpp-throughput-latency-3n-hsw"
13385   filter: "'NIC_Intel-X710' and
13386            '78B' and
13387            ('IP6BASE' or
13388             'POLICE_MARK' or
13389             'COPWHLIST' or
13390             'IACLDST') and
13391            'NDRPDR' and
13392            '1T1C' and
13393            'IP6FWD' and
13394            not 'SRv6' and
13395            not 'IPSEC' and
13396            not 'VHOST'"
13397   parameters:
13398   - "throughput"
13399   - "parent"
13400   - "tags"
13401   sort:
13402   - "IP6BASE"
13403   - "POLICE_MARK"
13404   - "COPWHLIST"
13405   - "IACLDST"
13406   traces:
13407     hoverinfo: "x+y"
13408     boxpoints: "outliers"
13409     whiskerwidth: 0
13410   layout:
13411     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13412     layout: "plot-throughput"
13413
13414 -
13415   type: "plot"
13416   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13417   algorithm: "plot_performance_box"
13418   output-file-type: ".html"
13419   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13420   data: "plot-vpp-throughput-latency-3n-hsw"
13421   filter: "'NIC_Intel-X710' and
13422            '78B' and
13423            ('IP6BASE' or
13424             'POLICE_MARK' or
13425             'COPWHLIST' or
13426             'IACLDST') and
13427            'NDRPDR' and
13428            '2T2C' and
13429            'IP6FWD' and
13430            not 'SRv6' and
13431            not 'IPSEC' and
13432            not 'VHOST'"
13433   parameters:
13434   - "throughput"
13435   - "parent"
13436   - "tags"
13437   sort:
13438   - "IP6BASE"
13439   - "POLICE_MARK"
13440   - "COPWHLIST"
13441   - "IACLDST"
13442   traces:
13443     hoverinfo: "x+y"
13444     boxpoints: "outliers"
13445     whiskerwidth: 0
13446   layout:
13447     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13448     layout: "plot-throughput"
13449
13450 -
13451   type: "plot"
13452   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13453   algorithm: "plot_performance_box"
13454   output-file-type: ".html"
13455   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13456   data: "plot-vpp-throughput-latency-3n-hsw"
13457   filter: "'NIC_Intel-X710' and
13458            '78B' and
13459            ('IP6BASE' or
13460             'POLICE_MARK' or
13461             'COPWHLIST' or
13462             'IACLDST') and
13463            'NDRPDR' and
13464            '1T1C' and
13465            'IP6FWD' and
13466            not 'SRv6' and
13467            not 'IPSEC' and
13468            not 'VHOST'"
13469   parameters:
13470   - "throughput"
13471   - "parent"
13472   - "tags"
13473   sort:
13474   - "IP6BASE"
13475   - "POLICE_MARK"
13476   - "COPWHLIST"
13477   - "IACLDST"
13478   traces:
13479     hoverinfo: "x+y"
13480     boxpoints: "outliers"
13481     whiskerwidth: 0
13482   layout:
13483     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13484     layout: "plot-throughput"
13485
13486 -
13487   type: "plot"
13488   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13489   algorithm: "plot_performance_box"
13490   output-file-type: ".html"
13491   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13492   data: "plot-vpp-throughput-latency-3n-hsw"
13493   filter: "'NIC_Intel-X710' and
13494            '78B' and
13495            ('IP6BASE' or
13496             'POLICE_MARK' or
13497             'COPWHLIST' or
13498             'IACLDST') and
13499            'NDRPDR' and
13500            '2T2C' and
13501            'IP6FWD' and
13502            not 'SRv6' and
13503            not 'IPSEC' and
13504            not 'VHOST'"
13505   parameters:
13506   - "throughput"
13507   - "parent"
13508   - "tags"
13509   sort:
13510   - "IP6BASE"
13511   - "POLICE_MARK"
13512   - "COPWHLIST"
13513   - "IACLDST"
13514   traces:
13515     hoverinfo: "x+y"
13516     boxpoints: "outliers"
13517     whiskerwidth: 0
13518   layout:
13519     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13520     layout: "plot-throughput"
13521
13522 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13523 -
13524   type: "plot"
13525   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13526   algorithm: "plot_performance_box"
13527   output-file-type: ".html"
13528   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13529   data: "plot-vpp-throughput-latency-3n-hsw"
13530   filter: "'NIC_Intel-XL710' and
13531            '78B' and
13532            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13533            'NDRPDR' and
13534            '1T1C' and
13535            'IP6FWD' and
13536            not 'SRv6' and
13537            not 'IPSEC' and
13538            not 'VHOST'"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   sort:
13544   - "IP6BASE"
13545   - "FIB_20K"
13546   - "FIB_200K"
13547   - "FIB_2M"
13548   traces:
13549     hoverinfo: "x+y"
13550     boxpoints: "outliers"
13551     whiskerwidth: 0
13552   layout:
13553     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13554     layout: "plot-throughput"
13555
13556 -
13557   type: "plot"
13558   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13559   algorithm: "plot_performance_box"
13560   output-file-type: ".html"
13561   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13562   data: "plot-vpp-throughput-latency-3n-hsw"
13563   filter: "'NIC_Intel-XL710' and
13564            '78B' and
13565            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13566            'NDRPDR' and
13567            '1T1C' and
13568            'IP6FWD' and
13569            not 'SRv6' and
13570            not 'IPSEC' and
13571            not 'VHOST'"
13572   parameters:
13573   - "throughput"
13574   - "parent"
13575   - "tags"
13576   sort:
13577   - "IP6BASE"
13578   - "FIB_20K"
13579   - "FIB_200K"
13580   - "FIB_2M"
13581   traces:
13582     hoverinfo: "x+y"
13583     boxpoints: "outliers"
13584     whiskerwidth: 0
13585   layout:
13586     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13587     layout: "plot-throughput"
13588
13589 -
13590   type: "plot"
13591   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13592   algorithm: "plot_performance_box"
13593   output-file-type: ".html"
13594   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13595   data: "plot-vpp-throughput-latency-3n-hsw"
13596   filter: "'NIC_Intel-XL710' and
13597            '78B' and
13598            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13599            'NDRPDR' and
13600            '2T2C' and
13601            'IP6FWD' and
13602            not 'SRv6' and
13603            not 'IPSEC' and
13604            not 'VHOST'"
13605   parameters:
13606   - "throughput"
13607   - "parent"
13608   - "tags"
13609   sort:
13610   - "IP6BASE"
13611   - "FIB_20K"
13612   - "FIB_200K"
13613   - "FIB_2M"
13614   traces:
13615     hoverinfo: "x+y"
13616     boxpoints: "outliers"
13617     whiskerwidth: 0
13618   layout:
13619     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13620     layout: "plot-throughput"
13621
13622 -
13623   type: "plot"
13624   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13625   algorithm: "plot_performance_box"
13626   output-file-type: ".html"
13627   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13628   data: "plot-vpp-throughput-latency-3n-hsw"
13629   filter: "'NIC_Intel-XL710' and
13630            '78B' and
13631            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13632            'NDRPDR' and
13633            '2T2C' and
13634            'IP6FWD' and
13635            not 'SRv6' and
13636            not 'IPSEC' and
13637            not 'VHOST'"
13638   parameters:
13639   - "throughput"
13640   - "parent"
13641   - "tags"
13642   sort:
13643   - "IP6BASE"
13644   - "FIB_20K"
13645   - "FIB_200K"
13646   - "FIB_2M"
13647   traces:
13648     hoverinfo: "x+y"
13649     boxpoints: "outliers"
13650     whiskerwidth: 0
13651   layout:
13652     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13653     layout: "plot-throughput"
13654
13655 # Packet Throughput - VPP IPv6 3n-skx-x710
13656 -
13657   type: "plot"
13658   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13659   algorithm: "plot_performance_box"
13660   output-file-type: ".html"
13661   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13662   data: "plot-vpp-throughput-latency-3n-skx"
13663   filter: "'NIC_Intel-X710' and
13664            '78B' and
13665            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13666            'NDRPDR' and
13667            '2T1C' and
13668            'IP6FWD' and
13669            not 'SRv6' and
13670            not 'IPSEC' and
13671            not 'VHOST'"
13672   parameters:
13673   - "throughput"
13674   - "parent"
13675   - "tags"
13676   sort:
13677   - "IP6BASE"
13678   - "FIB_20k"
13679   - "FIB_200k"
13680   - "FIB_2M"
13681   traces:
13682     hoverinfo: "x+y"
13683     boxpoints: "outliers"
13684     whiskerwidth: 0
13685   layout:
13686     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13687     layout: "plot-throughput"
13688
13689 -
13690   type: "plot"
13691   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13692   algorithm: "plot_performance_box"
13693   output-file-type: ".html"
13694   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13695   data: "plot-vpp-throughput-latency-3n-skx"
13696   filter: "'NIC_Intel-X710' and
13697            '78B' and
13698            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13699            'NDRPDR' and
13700            '2T1C' and
13701            'IP6FWD' and
13702            not 'SRv6' and
13703            not 'IPSEC' and
13704            not 'VHOST'"
13705   parameters:
13706   - "throughput"
13707   - "parent"
13708   - "tags"
13709   sort:
13710   - "IP6BASE"
13711   - "FIB_20k"
13712   - "FIB_200k"
13713   - "FIB_2M"
13714   traces:
13715     hoverinfo: "x+y"
13716     boxpoints: "outliers"
13717     whiskerwidth: 0
13718   layout:
13719     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13720     layout: "plot-throughput"
13721
13722 -
13723   type: "plot"
13724   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13725   algorithm: "plot_performance_box"
13726   output-file-type: ".html"
13727   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13728   data: "plot-vpp-throughput-latency-3n-skx"
13729   filter: "'NIC_Intel-X710' and
13730            '78B' and
13731            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13732            'NDRPDR' and
13733            '4T2C' and
13734            'IP6FWD' and
13735            not 'SRv6' and
13736            not 'IPSEC' and
13737            not 'VHOST'"
13738   parameters:
13739   - "throughput"
13740   - "parent"
13741   - "tags"
13742   sort:
13743   - "IP6BASE"
13744   - "FIB_20k"
13745   - "FIB_200k"
13746   - "FIB_2M"
13747   traces:
13748     hoverinfo: "x+y"
13749     boxpoints: "outliers"
13750     whiskerwidth: 0
13751   layout:
13752     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13753     layout: "plot-throughput"
13754
13755 -
13756   type: "plot"
13757   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13758   algorithm: "plot_performance_box"
13759   output-file-type: ".html"
13760   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13761   data: "plot-vpp-throughput-latency-3n-skx"
13762   filter: "'NIC_Intel-X710' and
13763            '78B' and
13764            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13765            'NDRPDR' and
13766            '4T2C' and
13767            'IP6FWD' and
13768            not 'SRv6' and
13769            not 'IPSEC' and
13770            not 'VHOST'"
13771   parameters:
13772   - "throughput"
13773   - "parent"
13774   - "tags"
13775   sort:
13776   - "IP6BASE"
13777   - "FIB_20k"
13778   - "FIB_200k"
13779   - "FIB_2M"
13780   traces:
13781     hoverinfo: "x+y"
13782     boxpoints: "outliers"
13783     whiskerwidth: 0
13784   layout:
13785     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13786     layout: "plot-throughput"
13787
13788 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13789 -
13790   type: "plot"
13791   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13792   algorithm: "plot_performance_box"
13793   output-file-type: ".html"
13794   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13795   data: "plot-vpp-throughput-latency-3n-skx"
13796   filter: "'NIC_Intel-X710' and
13797            '78B' and
13798            ('IP6BASE' or
13799             'POLICE_MARK' or
13800             'COPWHLIST' or
13801             'IACLDST') and
13802            'NDRPDR' and
13803            '2T1C' and
13804            'IP6FWD' and
13805            not 'SRv6' and
13806            not 'IPSEC' and
13807            not 'VHOST'"
13808   parameters:
13809   - "throughput"
13810   - "parent"
13811   - "tags"
13812   sort:
13813   - "IP6BASE"
13814   - "POLICE_MARK"
13815   - "COPWHLIST"
13816   - "IACLDST"
13817   traces:
13818     hoverinfo: "x+y"
13819     boxpoints: "outliers"
13820     whiskerwidth: 0
13821   layout:
13822     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13823     layout: "plot-throughput"
13824
13825 -
13826   type: "plot"
13827   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13828   algorithm: "plot_performance_box"
13829   output-file-type: ".html"
13830   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13831   data: "plot-vpp-throughput-latency-3n-skx"
13832   filter: "'NIC_Intel-X710' and
13833            '78B' and
13834            ('IP6BASE' or
13835             'POLICE_MARK' or
13836             'COPWHLIST' or
13837             'IACLDST') and
13838            'NDRPDR' and
13839            '4T2C' and
13840            'IP6FWD' and
13841            not 'SRv6' and
13842            not 'IPSEC' and
13843            not 'VHOST'"
13844   parameters:
13845   - "throughput"
13846   - "parent"
13847   - "tags"
13848   sort:
13849   - "IP6BASE"
13850   - "POLICE_MARK"
13851   - "COPWHLIST"
13852   - "IACLDST"
13853   traces:
13854     hoverinfo: "x+y"
13855     boxpoints: "outliers"
13856     whiskerwidth: 0
13857   layout:
13858     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13859     layout: "plot-throughput"
13860
13861 -
13862   type: "plot"
13863   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13864   algorithm: "plot_performance_box"
13865   output-file-type: ".html"
13866   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13867   data: "plot-vpp-throughput-latency-3n-skx"
13868   filter: "'NIC_Intel-X710' and
13869            '78B' and
13870            ('IP6BASE' or
13871             'POLICE_MARK' or
13872             'COPWHLIST' or
13873             'IACLDST') and
13874            'NDRPDR' and
13875            '2T1C' and
13876            'IP6FWD' and
13877            not 'SRv6' and
13878            not 'IPSEC' and
13879            not 'VHOST'"
13880   parameters:
13881   - "throughput"
13882   - "parent"
13883   - "tags"
13884   sort:
13885   - "IP6BASE"
13886   - "POLICE_MARK"
13887   - "COPWHLIST"
13888   - "IACLDST"
13889   traces:
13890     hoverinfo: "x+y"
13891     boxpoints: "outliers"
13892     whiskerwidth: 0
13893   layout:
13894     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13895     layout: "plot-throughput"
13896
13897 -
13898   type: "plot"
13899   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13900   algorithm: "plot_performance_box"
13901   output-file-type: ".html"
13902   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13903   data: "plot-vpp-throughput-latency-3n-skx"
13904   filter: "'NIC_Intel-X710' and
13905            '78B' and
13906            ('IP6BASE' or
13907             'POLICE_MARK' or
13908             'COPWHLIST' or
13909             'IACLDST') and
13910            'NDRPDR' and
13911            '4T2C' and
13912            'IP6FWD' and
13913            not 'SRv6' and
13914            not 'IPSEC' and
13915            not 'VHOST'"
13916   parameters:
13917   - "throughput"
13918   - "parent"
13919   - "tags"
13920   sort:
13921   - "IP6BASE"
13922   - "POLICE_MARK"
13923   - "COPWHLIST"
13924   - "IACLDST"
13925   traces:
13926     hoverinfo: "x+y"
13927     boxpoints: "outliers"
13928     whiskerwidth: 0
13929   layout:
13930     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13931     layout: "plot-throughput"
13932
13933 # Packet Throughput - VPP IPv6 2n-skx-x710
13934 -
13935   type: "plot"
13936   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13937   algorithm: "plot_performance_box"
13938   output-file-type: ".html"
13939   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13940   data: "plot-vpp-throughput-latency-2n-skx"
13941   filter: "'NIC_Intel-X710' and
13942            '78B' and
13943            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13944            'NDRPDR' and
13945            '2T1C' and
13946            'IP6FWD' and
13947            not 'SRv6' and
13948            not 'IPSEC' and
13949            not 'VHOST'"
13950   parameters:
13951   - "throughput"
13952   - "parent"
13953   - "tags"
13954   sort:
13955   - "IP6BASE"
13956   - "FIB_20k"
13957   - "FIB_200k"
13958   - "FIB_2M"
13959   traces:
13960     hoverinfo: "x+y"
13961     boxpoints: "outliers"
13962     whiskerwidth: 0
13963   layout:
13964     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13965     layout: "plot-throughput"
13966
13967 -
13968   type: "plot"
13969   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13970   algorithm: "plot_performance_box"
13971   output-file-type: ".html"
13972   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13973   data: "plot-vpp-throughput-latency-2n-skx"
13974   filter: "'NIC_Intel-X710' and
13975            '78B' and
13976            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13977            'NDRPDR' and
13978            '2T1C' and
13979            'IP6FWD' and
13980            not 'SRv6' and
13981            not 'IPSEC' and
13982            not 'VHOST'"
13983   parameters:
13984   - "throughput"
13985   - "parent"
13986   - "tags"
13987   sort:
13988   - "IP6BASE"
13989   - "FIB_20k"
13990   - "FIB_200k"
13991   - "FIB_2M"
13992   traces:
13993     hoverinfo: "x+y"
13994     boxpoints: "outliers"
13995     whiskerwidth: 0
13996   layout:
13997     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13998     layout: "plot-throughput"
13999
14000 -
14001   type: "plot"
14002   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
14003   algorithm: "plot_performance_box"
14004   output-file-type: ".html"
14005   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
14006   data: "plot-vpp-throughput-latency-2n-skx"
14007   filter: "'NIC_Intel-X710' and
14008            '78B' and
14009            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14010            'NDRPDR' and
14011            '4T2C' and
14012            'IP6FWD' and
14013            not 'SRv6' and
14014            not 'IPSEC' and
14015            not 'VHOST'"
14016   parameters:
14017   - "throughput"
14018   - "parent"
14019   - "tags"
14020   sort:
14021   - "IP6BASE"
14022   - "FIB_20k"
14023   - "FIB_200k"
14024   - "FIB_2M"
14025   traces:
14026     hoverinfo: "x+y"
14027     boxpoints: "outliers"
14028     whiskerwidth: 0
14029   layout:
14030     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
14031     layout: "plot-throughput"
14032
14033 -
14034   type: "plot"
14035   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
14036   algorithm: "plot_performance_box"
14037   output-file-type: ".html"
14038   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
14039   data: "plot-vpp-throughput-latency-2n-skx"
14040   filter: "'NIC_Intel-X710' and
14041            '78B' and
14042            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14043            'NDRPDR' and
14044            '4T2C' and
14045            'IP6FWD' and
14046            not 'SRv6' and
14047            not 'IPSEC' and
14048            not 'VHOST'"
14049   parameters:
14050   - "throughput"
14051   - "parent"
14052   - "tags"
14053   sort:
14054   - "IP6BASE"
14055   - "FIB_20k"
14056   - "FIB_200k"
14057   - "FIB_2M"
14058   traces:
14059     hoverinfo: "x+y"
14060     boxpoints: "outliers"
14061     whiskerwidth: 0
14062   layout:
14063     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
14064     layout: "plot-throughput"
14065
14066 # Packet Throughput - VPP IPv6 2n-skx-xxv710
14067 -
14068   type: "plot"
14069   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14070   algorithm: "plot_performance_box"
14071   output-file-type: ".html"
14072   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14073   data: "plot-vpp-throughput-latency-2n-skx"
14074   filter: "'NIC_Intel-XXV710' and
14075            '78B' and
14076            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14077            'NDRPDR' and
14078            '2T1C' and
14079            'IP6FWD' and
14080            not 'SRv6' and
14081            not 'IPSEC' and
14082            not 'VHOST'"
14083   parameters:
14084   - "throughput"
14085   - "parent"
14086   - "tags"
14087   sort:
14088   - "IP6BASE"
14089   - "FIB_20k"
14090   - "FIB_200k"
14091   - "FIB_2M"
14092   traces:
14093     hoverinfo: "x+y"
14094     boxpoints: "outliers"
14095     whiskerwidth: 0
14096   layout:
14097     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14098     layout: "plot-throughput"
14099
14100 -
14101   type: "plot"
14102   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14103   algorithm: "plot_performance_box"
14104   output-file-type: ".html"
14105   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14106   data: "plot-vpp-throughput-latency-2n-skx"
14107   filter: "'NIC_Intel-XXV710' and
14108            '78B' and
14109            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14110            'NDRPDR' and
14111            '2T1C' and
14112            'IP6FWD' and
14113            not 'SRv6' and
14114            not 'IPSEC' and
14115            not 'VHOST'"
14116   parameters:
14117   - "throughput"
14118   - "parent"
14119   - "tags"
14120   sort:
14121   - "IP6BASE"
14122   - "FIB_20k"
14123   - "FIB_200k"
14124   - "FIB_2M"
14125   traces:
14126     hoverinfo: "x+y"
14127     boxpoints: "outliers"
14128     whiskerwidth: 0
14129   layout:
14130     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14131     layout: "plot-throughput"
14132
14133 -
14134   type: "plot"
14135   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14136   algorithm: "plot_performance_box"
14137   output-file-type: ".html"
14138   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14139   data: "plot-vpp-throughput-latency-2n-skx"
14140   filter: "'NIC_Intel-XXV710' and
14141            '78B' and
14142            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14143            'NDRPDR' and
14144            '4T2C' and
14145            'IP6FWD' and
14146            not 'SRv6' and
14147            not 'IPSEC' and
14148            not 'VHOST'"
14149   parameters:
14150   - "throughput"
14151   - "parent"
14152   - "tags"
14153   sort:
14154   - "IP6BASE"
14155   - "FIB_20k"
14156   - "FIB_200k"
14157   - "FIB_2M"
14158   traces:
14159     hoverinfo: "x+y"
14160     boxpoints: "outliers"
14161     whiskerwidth: 0
14162   layout:
14163     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14164     layout: "plot-throughput"
14165
14166 -
14167   type: "plot"
14168   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14169   algorithm: "plot_performance_box"
14170   output-file-type: ".html"
14171   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14172   data: "plot-vpp-throughput-latency-2n-skx"
14173   filter: "'NIC_Intel-XXV710' and
14174            '78B' and
14175            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14176            'NDRPDR' and
14177            '4T2C' and
14178            'IP6FWD' and
14179            not 'SRv6' and
14180            not 'IPSEC' and
14181            not 'VHOST'"
14182   parameters:
14183   - "throughput"
14184   - "parent"
14185   - "tags"
14186   sort:
14187   - "IP6BASE"
14188   - "FIB_20k"
14189   - "FIB_200k"
14190   - "FIB_2M"
14191   traces:
14192     hoverinfo: "x+y"
14193     boxpoints: "outliers"
14194     whiskerwidth: 0
14195   layout:
14196     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14197     layout: "plot-throughput"
14198
14199 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
14200 -
14201   type: "plot"
14202   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14203   algorithm: "plot_performance_box"
14204   output-file-type: ".html"
14205   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14206   data: "intel-dnv-vpp"
14207   filter: "'NIC_Intel-X553' and
14208            '78B' and
14209            'IP6BASE' and
14210            'NDRPDR' and
14211            '1T1C' and
14212            'IP6FWD' and
14213            not 'SRv6' and
14214            not 'IPSEC' and
14215            not 'VHOST'"
14216   parameters:
14217   - "throughput"
14218   - "parent"
14219   - "tags"
14220   sort:
14221   - "IP6BASE"
14222   traces:
14223     hoverinfo: "x+y"
14224     boxpoints: "outliers"
14225     whiskerwidth: 0
14226   layout:
14227     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14228     layout: "plot-throughput"
14229
14230 -
14231   type: "plot"
14232   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14233   algorithm: "plot_performance_box"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14236   data: "intel-dnv-vpp"
14237   filter: "'NIC_Intel-X553' and
14238            '78B' and
14239            'IP6BASE' and
14240            'NDRPDR' and
14241            '1T1C' and
14242            'IP6FWD' and
14243            not 'SRv6' and
14244            not 'IPSEC' and
14245            not 'VHOST'"
14246   parameters:
14247   - "throughput"
14248   - "parent"
14249   - "tags"
14250   sort:
14251   - "IP6BASE"
14252   traces:
14253     hoverinfo: "x+y"
14254     boxpoints: "outliers"
14255     whiskerwidth: 0
14256   layout:
14257     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14258     layout: "plot-throughput"
14259
14260 -
14261   type: "plot"
14262   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14263   algorithm: "plot_performance_box"
14264   output-file-type: ".html"
14265   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14266   data: "intel-dnv-vpp"
14267   filter: "'NIC_Intel-X553' and
14268            '78B' and
14269            'IP6BASE' and
14270            'NDRPDR' and
14271            '2T2C' and
14272            'IP6FWD' and
14273            not 'SRv6' and
14274            not 'IPSEC' and
14275            not 'VHOST'"
14276   parameters:
14277   - "throughput"
14278   - "parent"
14279   - "tags"
14280   sort:
14281   - "IP6BASE"
14282   traces:
14283     hoverinfo: "x+y"
14284     boxpoints: "outliers"
14285     whiskerwidth: 0
14286   layout:
14287     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14288     layout: "plot-throughput"
14289
14290 -
14291   type: "plot"
14292   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14293   algorithm: "plot_performance_box"
14294   output-file-type: ".html"
14295   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14296   data: "intel-dnv-vpp"
14297   filter: "'NIC_Intel-X553' and
14298            '78B' and
14299            'IP6BASE' and
14300            'NDRPDR' and
14301            '2T2C' and
14302            'IP6FWD' and
14303            not 'SRv6' and
14304            not 'IPSEC' and
14305            not 'VHOST'"
14306   parameters:
14307   - "throughput"
14308   - "parent"
14309   - "tags"
14310   sort:
14311   - "IP6BASE"
14312   traces:
14313     hoverinfo: "x+y"
14314     boxpoints: "outliers"
14315     whiskerwidth: 0
14316   layout:
14317     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14318     layout: "plot-throughput"
14319
14320 ################################################################################
14321
14322 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14323 -
14324   type: "plot"
14325   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14326   algorithm: "plot_performance_box"
14327   output-file-type: ".html"
14328   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14329   data: "plot-vpp-throughput-latency-3n-hsw"
14330   filter: "'NIC_Intel-X520-DA2' and
14331            '78B' and
14332            'ENCAP' and
14333            'NDRPDR' and
14334            '1T1C' and
14335            'LISP' and
14336            not 'VHOST'"
14337   parameters:
14338   - "throughput"
14339   - "parent"
14340   - "tags"
14341   sort:
14342   - "IP4UNRLAY"
14343   - "IP6UNRLAY"
14344   traces:
14345     hoverinfo: "x+y"
14346     boxpoints: "outliers"
14347     whiskerwidth: 0
14348   layout:
14349     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14350     layout: "plot-throughput"
14351
14352 -
14353   type: "plot"
14354   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14355   algorithm: "plot_performance_box"
14356   output-file-type: ".html"
14357   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14358   data: "plot-vpp-throughput-latency-3n-hsw"
14359   filter: "'NIC_Intel-X520-DA2' and
14360            '78B' and
14361            'ENCAP' and
14362            'NDRPDR' and
14363            '1T1C' and
14364            'LISP' and
14365            not 'VHOST'"
14366   parameters:
14367   - "throughput"
14368   - "parent"
14369   - "tags"
14370   sort:
14371   - "IP4UNRLAY"
14372   - "IP6UNRLAY"
14373   traces:
14374     hoverinfo: "x+y"
14375     boxpoints: "outliers"
14376     whiskerwidth: 0
14377   layout:
14378     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14379     layout: "plot-throughput"
14380
14381 -
14382   type: "plot"
14383   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14384   algorithm: "plot_performance_box"
14385   output-file-type: ".html"
14386   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14387   data: "plot-vpp-throughput-latency-3n-hsw"
14388   filter: "'NIC_Intel-X520-DA2' and
14389            '78B' and
14390            'ENCAP' and
14391            'NDRPDR' and
14392            '2T2C' and
14393            'LISP' and
14394            not 'VHOST'"
14395   parameters:
14396   - "throughput"
14397   - "parent"
14398   - "tags"
14399   sort:
14400   - "IP4UNRLAY"
14401   - "IP6UNRLAY"
14402   traces:
14403     hoverinfo: "x+y"
14404     boxpoints: "outliers"
14405     whiskerwidth: 0
14406   layout:
14407     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14408     layout: "plot-throughput"
14409
14410 -
14411   type: "plot"
14412   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14413   algorithm: "plot_performance_box"
14414   output-file-type: ".html"
14415   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14416   data: "plot-vpp-throughput-latency-3n-hsw"
14417   filter: "'NIC_Intel-X520-DA2' and
14418            '78B' and
14419            'ENCAP' and
14420            'NDRPDR' and
14421            '2T2C' and
14422            'LISP' and
14423            not 'VHOST'"
14424   parameters:
14425   - "throughput"
14426   - "parent"
14427   - "tags"
14428   sort:
14429   - "IP4UNRLAY"
14430   - "IP6UNRLAY"
14431   traces:
14432     hoverinfo: "x+y"
14433     boxpoints: "outliers"
14434     whiskerwidth: 0
14435   layout:
14436     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14437     layout: "plot-throughput"
14438
14439 ################################################################################
14440
14441 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14442 -
14443   type: "plot"
14444   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14445   algorithm: "plot_performance_box"
14446   output-file-type: ".html"
14447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14448   data: "plot-vpp-throughput-latency-3n-hsw"
14449   filter: "'NIC_Intel-XL710' and
14450            '64B' and
14451            'IP4FWD' and
14452            'NDRPDR' and
14453            'BASE' and
14454            '1T1C' and
14455            'IPSECHW' and
14456            ('IPSECTRAN' or 'IPSECTUN') and
14457            not 'VHOST'"
14458   parameters:
14459   - "throughput"
14460   - "parent"
14461   - "tags"
14462   traces:
14463     hoverinfo: "x+y"
14464     boxpoints: "outliers"
14465     whiskerwidth: 0
14466   layout:
14467     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14468     layout: "plot-throughput"
14469
14470 -
14471   type: "plot"
14472   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14473   algorithm: "plot_performance_box"
14474   output-file-type: ".html"
14475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14476   data: "plot-vpp-throughput-latency-3n-hsw"
14477   filter: "'NIC_Intel-XL710' and
14478            '64B' and
14479            'IP4FWD' and
14480            'NDRPDR' and
14481            'BASE' and
14482            '1T1C' and
14483            'IPSECHW' and
14484            ('IPSECTRAN' or 'IPSECTUN') and
14485            not 'VHOST'"
14486   parameters:
14487   - "throughput"
14488   - "parent"
14489   - "tags"
14490   traces:
14491     hoverinfo: "x+y"
14492     boxpoints: "outliers"
14493     whiskerwidth: 0
14494   layout:
14495     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14496     layout: "plot-throughput"
14497
14498 -
14499   type: "plot"
14500   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14501   algorithm: "plot_performance_box"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14504   data: "plot-vpp-throughput-latency-3n-hsw"
14505   filter: "'NIC_Intel-XL710' and
14506            '64B' and
14507            'IP4FWD' and
14508            'NDRPDR' and
14509            'BASE' and
14510            '2T2C' and
14511            'IPSECHW' and
14512            ('IPSECTRAN' or 'IPSECTUN') and
14513            not 'VHOST'"
14514   parameters:
14515   - "throughput"
14516   - "parent"
14517   - "tags"
14518   traces:
14519     hoverinfo: "x+y"
14520     boxpoints: "outliers"
14521     whiskerwidth: 0
14522   layout:
14523     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14524     layout: "plot-throughput"
14525
14526 -
14527   type: "plot"
14528   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14529   algorithm: "plot_performance_box"
14530   output-file-type: ".html"
14531   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14532   data: "plot-vpp-throughput-latency-3n-hsw"
14533   filter: "'NIC_Intel-XL710' and
14534            '64B' and
14535            'IP4FWD' and
14536            'NDRPDR' and
14537            'BASE' and
14538            '2T2C' and
14539            'IPSECHW' and
14540            ('IPSECTRAN' or 'IPSECTUN') and
14541            not 'VHOST'"
14542   parameters:
14543   - "throughput"
14544   - "parent"
14545   - "tags"
14546   traces:
14547     hoverinfo: "x+y"
14548     boxpoints: "outliers"
14549     whiskerwidth: 0
14550   layout:
14551     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14552     layout: "plot-throughput"
14553
14554 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14555 -
14556   type: "plot"
14557   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14558   algorithm: "plot_performance_box"
14559   output-file-type: ".html"
14560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14561   data: "plot-vpp-throughput-latency-3n-hsw"
14562   filter: "'NIC_Intel-XL710' and
14563            '64B' and
14564            'IP4FWD' and
14565            'NDRPDR' and
14566            'SCALE' and
14567            '1T1C' and
14568            'IPSECHW' and
14569            ('IPSECTRAN' or 'IPSECTUN') and
14570            not 'VHOST'"
14571   parameters:
14572   - "throughput"
14573   - "parent"
14574   - "tags"
14575   traces:
14576     hoverinfo: "x+y"
14577     boxpoints: "outliers"
14578     whiskerwidth: 0
14579   layout:
14580     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14581     layout: "plot-throughput"
14582
14583 -
14584   type: "plot"
14585   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14586   algorithm: "plot_performance_box"
14587   output-file-type: ".html"
14588   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14589   data: "plot-vpp-throughput-latency-3n-hsw"
14590   filter: "'NIC_Intel-XL710' and
14591            '64B' and
14592            'IP4FWD' and
14593            'NDRPDR' and
14594            'SCALE' and
14595            '1T1C' and
14596            'IPSECHW' and
14597            ('IPSECTRAN' or 'IPSECTUN') and
14598            not 'VHOST'"
14599   parameters:
14600   - "throughput"
14601   - "parent"
14602   - "tags"
14603   traces:
14604     hoverinfo: "x+y"
14605     boxpoints: "outliers"
14606     whiskerwidth: 0
14607   layout:
14608     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14609     layout: "plot-throughput"
14610
14611 -
14612   type: "plot"
14613   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14614   algorithm: "plot_performance_box"
14615   output-file-type: ".html"
14616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14617   data: "plot-vpp-throughput-latency-3n-hsw"
14618   filter: "'NIC_Intel-XL710' and
14619            '64B' and
14620            'IP4FWD' and
14621            'NDRPDR' and
14622            'SCALE' and
14623            '2T2C' and
14624            'IPSECHW' and
14625            ('IPSECTRAN' or 'IPSECTUN') and
14626            not 'VHOST'"
14627   parameters:
14628   - "throughput"
14629   - "parent"
14630   - "tags"
14631   traces:
14632     hoverinfo: "x+y"
14633     boxpoints: "outliers"
14634     whiskerwidth: 0
14635   layout:
14636     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14637     layout: "plot-throughput"
14638
14639 -
14640   type: "plot"
14641   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14642   algorithm: "plot_performance_box"
14643   output-file-type: ".html"
14644   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14645   data: "plot-vpp-throughput-latency-3n-hsw"
14646   filter: "'NIC_Intel-XL710' and
14647            '64B' and
14648            'IP4FWD' and
14649            'NDRPDR' and
14650            'SCALE' and
14651            '2T2C' and
14652            'IPSECHW' and
14653            ('IPSECTRAN' or 'IPSECTUN') and
14654            not 'VHOST'"
14655   parameters:
14656   - "throughput"
14657   - "parent"
14658   - "tags"
14659   traces:
14660     hoverinfo: "x+y"
14661     boxpoints: "outliers"
14662     whiskerwidth: 0
14663   layout:
14664     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14665     layout: "plot-throughput"
14666
14667 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14668 -
14669   type: "plot"
14670   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14671   algorithm: "plot_performance_box"
14672   output-file-type: ".html"
14673   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14674   data: "plot-vpp-throughput-latency-3n-hsw"
14675   filter: "'NIC_Intel-XL710' and
14676            '64B' and
14677            'IP4FWD' and
14678            'NDRPDR' and
14679            '1T1C' and
14680            'IPSECSW' and
14681            ('IPSECTRAN' or 'IPSECTUN') and
14682            not 'VHOST'"
14683   parameters:
14684   - "throughput"
14685   - "parent"
14686   - "tags"
14687   traces:
14688     hoverinfo: "x+y"
14689     boxpoints: "outliers"
14690     whiskerwidth: 0
14691   layout:
14692     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14693     layout: "plot-throughput"
14694
14695 -
14696   type: "plot"
14697   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14698   algorithm: "plot_performance_box"
14699   output-file-type: ".html"
14700   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14701   data: "plot-vpp-throughput-latency-3n-hsw"
14702   filter: "'NIC_Intel-XL710' and
14703            '64B' and
14704            'IP4FWD' and
14705            'NDRPDR' and
14706            '1T1C' and
14707            'IPSECSW' and
14708            ('IPSECTRAN' or 'IPSECTUN') and
14709            not 'VHOST'"
14710   parameters:
14711   - "throughput"
14712   - "parent"
14713   - "tags"
14714   traces:
14715     hoverinfo: "x+y"
14716     boxpoints: "outliers"
14717     whiskerwidth: 0
14718   layout:
14719     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14720     layout: "plot-throughput"
14721
14722 -
14723   type: "plot"
14724   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14725   algorithm: "plot_performance_box"
14726   output-file-type: ".html"
14727   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14728   data: "plot-vpp-throughput-latency-3n-hsw"
14729   filter: "'NIC_Intel-XL710' and
14730            '64B' and
14731            'IP4FWD' and
14732            'NDRPDR' and
14733            '2T2C' and
14734            'IPSECSW' and
14735            ('IPSECTRAN' or 'IPSECTUN') and
14736            not 'VHOST'"
14737   parameters:
14738   - "throughput"
14739   - "parent"
14740   - "tags"
14741   traces:
14742     hoverinfo: "x+y"
14743     boxpoints: "outliers"
14744     whiskerwidth: 0
14745   layout:
14746     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14747     layout: "plot-throughput"
14748
14749 -
14750   type: "plot"
14751   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14752   algorithm: "plot_performance_box"
14753   output-file-type: ".html"
14754   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14755   data: "plot-vpp-throughput-latency-3n-hsw"
14756   filter: "'NIC_Intel-XL710' and
14757            '64B' and
14758            'IP4FWD' and
14759            'NDRPDR' and
14760            '2T2C' and
14761            'IPSECSW' and
14762            ('IPSECTRAN' or 'IPSECTUN') and
14763            not 'VHOST'"
14764   parameters:
14765   - "throughput"
14766   - "parent"
14767   - "tags"
14768   traces:
14769     hoverinfo: "x+y"
14770     boxpoints: "outliers"
14771     whiskerwidth: 0
14772   layout:
14773     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14774     layout: "plot-throughput"
14775
14776 ################################################################################
14777
14778 # Packet Throughput - VPP SRv6 3n-hsw-x520
14779 -
14780   type: "plot"
14781   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14782   algorithm: "plot_performance_box"
14783   output-file-type: ".html"
14784   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14785   data: "plot-vpp-throughput-latency-3n-hsw"
14786   filter: "'NIC_Intel-X520-DA2' and
14787            '78B' and
14788            'FEATURE' and
14789            'NDRPDR' and
14790            '1T1C' and
14791            'IP6FWD' and
14792            'SRv6'"
14793   parameters:
14794   - "throughput"
14795   - "parent"
14796   - "tags"
14797   traces:
14798     hoverinfo: "x+y"
14799     boxpoints: "outliers"
14800     whiskerwidth: 0
14801   layout:
14802     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14803     layout: "plot-throughput"
14804
14805 -
14806   type: "plot"
14807   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14808   algorithm: "plot_performance_box"
14809   output-file-type: ".html"
14810   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14811   data: "plot-vpp-throughput-latency-3n-hsw"
14812   filter: "'NIC_Intel-X520-DA2' and
14813            '78B' and
14814            'FEATURE' and
14815            'NDRPDR' and
14816            '1T1C' and
14817            'IP6FWD' and
14818            'SRv6'"
14819   parameters:
14820   - "throughput"
14821   - "parent"
14822   - "tags"
14823   traces:
14824     hoverinfo: "x+y"
14825     boxpoints: "outliers"
14826     whiskerwidth: 0
14827   layout:
14828     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14829     layout: "plot-throughput"
14830
14831 -
14832   type: "plot"
14833   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14834   algorithm: "plot_performance_box"
14835   output-file-type: ".html"
14836   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14837   data: "plot-vpp-throughput-latency-3n-hsw"
14838   filter: "'NIC_Intel-X520-DA2' and
14839            '78B' and
14840            'FEATURE' and
14841            'NDRPDR' and
14842            '2T2C' and
14843            'IP6FWD' and
14844            'SRv6'"
14845   parameters:
14846   - "throughput"
14847   - "parent"
14848   - "tags"
14849   traces:
14850     hoverinfo: "x+y"
14851     boxpoints: "outliers"
14852     whiskerwidth: 0
14853   layout:
14854     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14855     layout: "plot-throughput"
14856
14857 -
14858   type: "plot"
14859   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14860   algorithm: "plot_performance_box"
14861   output-file-type: ".html"
14862   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14863   data: "plot-vpp-throughput-latency-3n-hsw"
14864   filter: "'NIC_Intel-X520-DA2' and
14865            '78B' and
14866            'FEATURE' and
14867            'NDRPDR' and
14868            '2T2C' and
14869            'IP6FWD' and
14870            'SRv6'"
14871   parameters:
14872   - "throughput"
14873   - "parent"
14874   - "tags"
14875   traces:
14876     hoverinfo: "x+y"
14877     boxpoints: "outliers"
14878     whiskerwidth: 0
14879   layout:
14880     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14881     layout: "plot-throughput"
14882
14883 ################################################################################
14884
14885 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14886 -
14887   type: "plot"
14888   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14889   algorithm: "plot_performance_box"
14890   output-file-type: ".html"
14891   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14892   data: "plot-vpp-throughput-latency-3n-hsw"
14893   filter: "'NIC_Intel-X520-DA2' and
14894            '64B' and
14895            'NDRPDR' and
14896            'ETH' and
14897            'IP4FWD' and
14898            '1T1C' and
14899            'VHOST_1024' and
14900            not 'VXLAN' and
14901            not 'DOT1Q'"
14902   parameters:
14903   - "throughput"
14904   - "parent"
14905   - "tags"
14906   sort:
14907   - "not CFS_OPT"
14908   - "1VM"
14909   - "2VM"
14910   traces:
14911     hoverinfo: "x+y"
14912     boxpoints: "outliers"
14913     whiskerwidth: 0
14914   layout:
14915     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14916     layout: "plot-throughput"
14917
14918 -
14919   type: "plot"
14920   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14921   algorithm: "plot_performance_box"
14922   output-file-type: ".html"
14923   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14924   data: "plot-vpp-throughput-latency-3n-hsw"
14925   filter: "'NIC_Intel-X520-DA2' and
14926            '64B' and
14927            'NDRPDR' and
14928            'ETH' and
14929            'IP4FWD' and
14930            '2T2C' and
14931            'VHOST_1024' and
14932            not 'VXLAN' and
14933            not 'DOT1Q'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938   sort:
14939   - "not CFS_OPT"
14940   - "1VM"
14941   - "2VM"
14942   traces:
14943     hoverinfo: "x+y"
14944     boxpoints: "outliers"
14945     whiskerwidth: 0
14946   layout:
14947     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14948     layout: "plot-throughput"
14949
14950 -
14951   type: "plot"
14952   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14953   algorithm: "plot_performance_box"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14956   data: "plot-vpp-throughput-latency-3n-hsw"
14957   filter: "'NIC_Intel-X520-DA2' and
14958            '64B' and
14959            'NDRPDR' and
14960            'ETH' and
14961            'IP4FWD' and
14962            '1T1C' and
14963            'VHOST_1024' and
14964            not 'VXLAN' and
14965            not 'DOT1Q'"
14966   parameters:
14967   - "throughput"
14968   - "parent"
14969   - "tags"
14970   sort:
14971   - "not CFS_OPT"
14972   - "1VM"
14973   - "2VM"
14974   traces:
14975     hoverinfo: "x+y"
14976     boxpoints: "outliers"
14977     whiskerwidth: 0
14978   layout:
14979     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14980     layout: "plot-throughput"
14981
14982 -
14983   type: "plot"
14984   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14985   algorithm: "plot_performance_box"
14986   output-file-type: ".html"
14987   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14988   data: "plot-vpp-throughput-latency-3n-hsw"
14989   filter: "'NIC_Intel-X520-DA2' and
14990            '64B' and
14991            'NDRPDR' and
14992            'ETH' and
14993            'IP4FWD' and
14994            '2T2C' and
14995            'VHOST_1024' and
14996            not 'VXLAN' and
14997            not 'DOT1Q'"
14998   parameters:
14999   - "throughput"
15000   - "parent"
15001   - "tags"
15002   sort:
15003   - "not CFS_OPT"
15004   - "1VM"
15005   - "2VM"
15006   traces:
15007     hoverinfo: "x+y"
15008     boxpoints: "outliers"
15009     whiskerwidth: 0
15010   layout:
15011     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15012     layout: "plot-throughput"
15013
15014 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
15015 -
15016   type: "plot"
15017   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15018   algorithm: "plot_performance_box"
15019   output-file-type: ".html"
15020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15021   data: "plot-vpp-throughput-latency-3n-hsw"
15022   filter: "'NIC_Intel-X520-DA2' and
15023            '64B' and
15024            'NDRPDR' and
15025            ('ETH' or 'DOT1Q') and
15026            '1T1C' and
15027            'L2BDMACLRN' and
15028            'VHOST_1024' and
15029            not 'VXLAN' and
15030            not 'IP4FWD' and
15031            not '2VM'"
15032   parameters:
15033   - "throughput"
15034   - "parent"
15035   - "tags"
15036 #  sort:
15037 #  - "VM"  # "not CFS_OPT"
15038 #  - "CFS_OPT"
15039 #  - "FIB_10K"
15040 #  - "FIB_100K"
15041 #  - "FIB_1M"
15042   traces:
15043     hoverinfo: "x+y"
15044     boxpoints: "outliers"
15045     whiskerwidth: 0
15046   layout:
15047     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15048     layout: "plot-throughput"
15049
15050 -
15051   type: "plot"
15052   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15053   algorithm: "plot_performance_box"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15056   data: "plot-vpp-throughput-latency-3n-hsw"
15057   filter: "'NIC_Intel-X520-DA2' and
15058            '64B' and
15059            'NDRPDR' and
15060            ('ETH' or 'DOT1Q') and
15061            '2T2C' and
15062            'L2BDMACLRN' and
15063            'VHOST_1024' and
15064            not 'VXLAN' and
15065            not 'IP4FWD' and
15066            not '2VM'"
15067   parameters:
15068   - "throughput"
15069   - "parent"
15070   - "tags"
15071 #  sort:
15072 #  - "VM"  # "not CFS_OPT"
15073 #  - "CFS_OPT"
15074 #  - "FIB_10K"
15075 #  - "FIB_100K"
15076 #  - "FIB_1M"
15077   traces:
15078     hoverinfo: "x+y"
15079     boxpoints: "outliers"
15080     whiskerwidth: 0
15081   layout:
15082     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15083     layout: "plot-throughput"
15084
15085 -
15086   type: "plot"
15087   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
15088   algorithm: "plot_performance_box"
15089   output-file-type: ".html"
15090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
15091   data: "plot-vpp-throughput-latency-3n-hsw"
15092   filter: "'NIC_Intel-X520-DA2' and
15093            '64B' and
15094            'NDRPDR' and
15095            ('ETH' or 'DOT1Q') and
15096            '1T1C' and
15097            'L2BDMACLRN' and
15098            'VHOST_1024' and
15099            not 'VXLAN' and
15100            not 'IP4FWD' and
15101            not '2VM'"
15102   parameters:
15103   - "throughput"
15104   - "parent"
15105   - "tags"
15106 #  sort:
15107 #  - "VM"  # "not CFS_OPT"
15108 #  - "CFS_OPT"
15109 #  - "FIB_10K"
15110 #  - "FIB_100K"
15111 #  - "FIB_1M"
15112   traces:
15113     hoverinfo: "x+y"
15114     boxpoints: "outliers"
15115     whiskerwidth: 0
15116   layout:
15117     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
15118     layout: "plot-throughput"
15119
15120 -
15121   type: "plot"
15122   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15123   algorithm: "plot_performance_box"
15124   output-file-type: ".html"
15125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15126   data: "plot-vpp-throughput-latency-3n-hsw"
15127   filter: "'NIC_Intel-X520-DA2' and
15128            '64B' and
15129            'NDRPDR' and
15130            ('ETH' or 'DOT1Q') and
15131            '2T2C' and
15132            'L2BDMACLRN' and
15133            'VHOST_1024' and
15134            not 'VXLAN' and
15135            not 'IP4FWD' and
15136            not '2VM'"
15137   parameters:
15138   - "throughput"
15139   - "parent"
15140   - "tags"
15141 #  sort:
15142 #  - "VM"  # "not CFS_OPT"
15143 #  - "CFS_OPT"
15144 #  - "FIB_10K"
15145 #  - "FIB_100K"
15146 #  - "FIB_1M"
15147   traces:
15148     hoverinfo: "x+y"
15149     boxpoints: "outliers"
15150     whiskerwidth: 0
15151   layout:
15152     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15153     layout: "plot-throughput"
15154
15155 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
15156 -
15157   type: "plot"
15158   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15159   algorithm: "plot_performance_box"
15160   output-file-type: ".html"
15161   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15162   data: "plot-vpp-throughput-latency-3n-hsw"
15163   filter: "'NIC_Intel-X520-DA2' and
15164            '64B' and
15165            'NDRPDR' and
15166            ('ETH' or 'DOT1Q') and
15167            'BASE' and
15168            '1T1C' and
15169            ('L2BDMACLRN' or 'L2XCFWD') and
15170            'VHOST_1024' and
15171            not 'VXLAN' and
15172            not 'IP4FWD' and
15173            not '2VM'"
15174   parameters:
15175   - "throughput"
15176   - "parent"
15177   - "tags"
15178 #  sort:
15179 #  - "not CFS_OPT"
15180 #  - "L2XCFWD"
15181 #  - "not CFS_OPT"
15182 #  - "CFS_OPT"
15183   traces:
15184     hoverinfo: "x+y"
15185     boxpoints: "outliers"
15186     whiskerwidth: 0
15187   layout:
15188     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15189     layout: "plot-throughput"
15190
15191 -
15192   type: "plot"
15193   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15194   algorithm: "plot_performance_box"
15195   output-file-type: ".html"
15196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15197   data: "plot-vpp-throughput-latency-3n-hsw"
15198   filter: "'NIC_Intel-X520-DA2' and
15199            '64B' and
15200            'NDRPDR' and
15201            ('ETH' or 'DOT1Q') and
15202            'BASE' and
15203            '1T1C' and
15204            ('L2BDMACLRN' or 'L2XCFWD') and
15205            'VHOST_1024' and
15206            not 'VXLAN' and
15207            not 'IP4FWD' and
15208            not '2VM'"
15209   parameters:
15210   - "throughput"
15211   - "parent"
15212   - "tags"
15213 #  sort:
15214 #  - "not CFS_OPT"
15215 #  - "L2XCFWD"
15216 #  - "not CFS_OPT"
15217 #  - "CFS_OPT"
15218   traces:
15219     hoverinfo: "x+y"
15220     boxpoints: "outliers"
15221     whiskerwidth: 0
15222   layout:
15223     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15224     layout: "plot-throughput"
15225
15226 -
15227   type: "plot"
15228   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15229   algorithm: "plot_performance_box"
15230   output-file-type: ".html"
15231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15232   data: "plot-vpp-throughput-latency-3n-hsw"
15233   filter: "'NIC_Intel-X520-DA2' and
15234            '64B' and
15235            'NDRPDR' and
15236            ('ETH' or 'DOT1Q') and
15237            'BASE' and
15238            '2T2C' and
15239            ('L2BDMACLRN' or 'L2XCFWD') and
15240            'VHOST_1024' and
15241            not 'VXLAN' and
15242            not 'IP4FWD' and
15243            not '2VM'"
15244   parameters:
15245   - "throughput"
15246   - "parent"
15247   - "tags"
15248 #  sort:
15249 #  - "not CFS_OPT"
15250 #  - "L2XCFWD"
15251 #  - "not CFS_OPT"
15252 #  - "CFS_OPT"
15253   traces:
15254     hoverinfo: "x+y"
15255     boxpoints: "outliers"
15256     whiskerwidth: 0
15257   layout:
15258     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15259     layout: "plot-throughput"
15260
15261 -
15262   type: "plot"
15263   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15264   algorithm: "plot_performance_box"
15265   output-file-type: ".html"
15266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15267   data: "plot-vpp-throughput-latency-3n-hsw"
15268   filter: "'NIC_Intel-X520-DA2' and
15269            '64B' and
15270            'NDRPDR' and
15271            ('ETH' or 'DOT1Q') and
15272            'BASE' and
15273            '2T2C' and
15274            ('L2BDMACLRN' or 'L2XCFWD') and
15275            'VHOST_1024' and
15276            not 'VXLAN' and
15277            not 'IP4FWD' and
15278            not '2VM'"
15279   parameters:
15280   - "throughput"
15281   - "parent"
15282   - "tags"
15283 #  sort:
15284 #  - "not CFS_OPT"
15285 #  - "L2XCFWD"
15286 #  - "not CFS_OPT"
15287 #  - "CFS_OPT"
15288   traces:
15289     hoverinfo: "x+y"
15290     boxpoints: "outliers"
15291     whiskerwidth: 0
15292   layout:
15293     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15294     layout: "plot-throughput"
15295
15296 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15297 -
15298   type: "plot"
15299   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15300   algorithm: "plot_performance_box"
15301   output-file-type: ".html"
15302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15303   data: "plot-vpp-throughput-latency-3n-hsw"
15304   filter: "'NIC_Intel-X520-DA2' and
15305            '64B' and
15306            'NDRPDR' and
15307            ('ETH' or 'DOT1Q') and
15308            '1T1C' and
15309            ('L2BDMACLRN' or 'L2XCFWD') and
15310            'VHOST_1024' and
15311            not 'CFS_OPT' and
15312            not 'VXLAN' and
15313            not 'IP4FWD' and
15314            not 'LBOND'"
15315   parameters:
15316   - "throughput"
15317   - "parent"
15318   - "tags"
15319 #  sort:
15320 #  - "1VM"
15321 #  - "L2XCFWD"
15322 #  - "1VM"
15323 #  - "L2BDMACLRN"
15324   traces:
15325     hoverinfo: "x+y"
15326     boxpoints: "outliers"
15327     whiskerwidth: 0
15328   layout:
15329     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15330     layout: "plot-throughput"
15331
15332 -
15333   type: "plot"
15334   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15335   algorithm: "plot_performance_box"
15336   output-file-type: ".html"
15337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15338   data: "plot-vpp-throughput-latency-3n-hsw"
15339   filter: "'NIC_Intel-X520-DA2' and
15340            '64B' and
15341            'NDRPDR' and
15342            ('ETH' or 'DOT1Q') and
15343            '1T1C' and
15344            ('L2BDMACLRN' or 'L2XCFWD') and
15345            'VHOST_1024' and
15346            not 'CFS_OPT' and
15347            not 'VXLAN' and
15348            not 'IP4FWD' and
15349            not 'LBOND'"
15350   parameters:
15351   - "throughput"
15352   - "parent"
15353   - "tags"
15354 #  sort:
15355 #  - "1VM"
15356 #  - "L2XCFWD"
15357 #  - "1VM"
15358 #  - "L2BDMACLRN"
15359   traces:
15360     hoverinfo: "x+y"
15361     boxpoints: "outliers"
15362     whiskerwidth: 0
15363   layout:
15364     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15365     layout: "plot-throughput"
15366
15367 -
15368   type: "plot"
15369   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15370   algorithm: "plot_performance_box"
15371   output-file-type: ".html"
15372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15373   data: "plot-vpp-throughput-latency-3n-hsw"
15374   filter: "'NIC_Intel-X520-DA2' and
15375            '64B' and
15376            'NDRPDR' and
15377            ('ETH' or 'DOT1Q') and
15378            '2T2C' and
15379            ('L2BDMACLRN' or 'L2XCFWD') and
15380            'VHOST_1024' and
15381            not 'CFS_OPT' and
15382            not 'VXLAN' and
15383            not 'IP4FWD' and
15384            not 'LBOND'"
15385   parameters:
15386   - "throughput"
15387   - "parent"
15388   - "tags"
15389 #  sort:
15390 #  - "1VM"
15391 #  - "L2XCFWD"
15392 #  - "1VM"
15393 #  - "L2BDMACLRN"
15394   traces:
15395     hoverinfo: "x+y"
15396     boxpoints: "outliers"
15397     whiskerwidth: 0
15398   layout:
15399     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15400     layout: "plot-throughput"
15401
15402 -
15403   type: "plot"
15404   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15405   algorithm: "plot_performance_box"
15406   output-file-type: ".html"
15407   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15408   data: "plot-vpp-throughput-latency-3n-hsw"
15409   filter: "'NIC_Intel-X520-DA2' and
15410            '64B' and
15411            'NDRPDR' and
15412            ('ETH' or 'DOT1Q') and
15413            '2T2C' and
15414            ('L2BDMACLRN' or 'L2XCFWD') and
15415            'VHOST_1024' and
15416            not 'CFS_OPT' and
15417            not 'VXLAN' and
15418            not 'IP4FWD' and
15419            not 'LBOND'"
15420   parameters:
15421   - "throughput"
15422   - "parent"
15423   - "tags"
15424 #  sort:
15425 #  - "1VM"
15426 #  - "L2XCFWD"
15427 #  - "1VM"
15428 #  - "L2BDMACLRN"
15429   traces:
15430     hoverinfo: "x+y"
15431     boxpoints: "outliers"
15432     whiskerwidth: 0
15433   layout:
15434     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15435     layout: "plot-throughput"
15436
15437 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15438 -
15439   type: "plot"
15440   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15441   algorithm: "plot_performance_box"
15442   output-file-type: ".html"
15443   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15444   data: "plot-vpp-throughput-latency-3n-hsw"
15445   filter: "'NIC_Intel-X710' and
15446            '64B' and
15447            'NDRPDR' and
15448            'ETH' and
15449            'IP4FWD' and
15450            '1T1C' and
15451            'VHOST_1024' and
15452            not 'VXLAN' and
15453            not 'DOT1Q'"
15454   parameters:
15455   - "throughput"
15456   - "parent"
15457   - "tags"
15458   sort:
15459   - "not CFS_OPT"
15460   - "1VM"
15461   - "2VM"
15462   traces:
15463     hoverinfo: "x+y"
15464     boxpoints: "outliers"
15465     whiskerwidth: 0
15466   layout:
15467     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15468     layout: "plot-throughput"
15469
15470 -
15471   type: "plot"
15472   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15473   algorithm: "plot_performance_box"
15474   output-file-type: ".html"
15475   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15476   data: "plot-vpp-throughput-latency-3n-hsw"
15477   filter: "'NIC_Intel-X710' and
15478            '64B' and
15479            'NDRPDR' and
15480            'ETH' and
15481            'IP4FWD' and
15482            '2T2C' and
15483            'VHOST_1024' and
15484            not 'VXLAN' and
15485            not 'DOT1Q'"
15486   parameters:
15487   - "throughput"
15488   - "parent"
15489   - "tags"
15490   sort:
15491   - "not CFS_OPT"
15492   - "1VM"
15493   - "2VM"
15494   traces:
15495     hoverinfo: "x+y"
15496     boxpoints: "outliers"
15497     whiskerwidth: 0
15498   layout:
15499     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15500     layout: "plot-throughput"
15501
15502 -
15503   type: "plot"
15504   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15505   algorithm: "plot_performance_box"
15506   output-file-type: ".html"
15507   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15508   data: "plot-vpp-throughput-latency-3n-hsw"
15509   filter: "'NIC_Intel-X710' and
15510            '64B' and
15511            'NDRPDR' and
15512            'ETH' and
15513            'IP4FWD' and
15514            '1T1C' and
15515            'VHOST_1024' and
15516            not 'VXLAN' and
15517            not 'DOT1Q'"
15518   parameters:
15519   - "throughput"
15520   - "parent"
15521   - "tags"
15522   sort:
15523   - "not CFS_OPT"
15524   - "1VM"
15525   - "2VM"
15526   traces:
15527     hoverinfo: "x+y"
15528     boxpoints: "outliers"
15529     whiskerwidth: 0
15530   layout:
15531     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15532     layout: "plot-throughput"
15533
15534 -
15535   type: "plot"
15536   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15537   algorithm: "plot_performance_box"
15538   output-file-type: ".html"
15539   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15540   data: "plot-vpp-throughput-latency-3n-hsw"
15541   filter: "'NIC_Intel-X710' and
15542            '64B' and
15543            'NDRPDR' and
15544            'ETH' and
15545            'IP4FWD' and
15546            '2T2C' and
15547            'VHOST_1024' and
15548            not 'VXLAN' and
15549            not 'DOT1Q'"
15550   parameters:
15551   - "throughput"
15552   - "parent"
15553   - "tags"
15554   sort:
15555   - "not CFS_OPT"
15556   - "1VM"
15557   - "2VM"
15558   traces:
15559     hoverinfo: "x+y"
15560     boxpoints: "outliers"
15561     whiskerwidth: 0
15562   layout:
15563     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15564     layout: "plot-throughput"
15565
15566 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15567 -
15568   type: "plot"
15569   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15570   algorithm: "plot_performance_box"
15571   output-file-type: ".html"
15572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15573   data: "plot-vpp-throughput-latency-3n-hsw"
15574   filter: "'NIC_Intel-X710' and
15575            '64B' and
15576            'NDRPDR' and
15577            ('ETH' or 'DOT1Q') and
15578            '1T1C' and
15579            'L2BDMACLRN' and
15580            'VHOST_1024' and
15581            not 'VXLAN' and
15582            not 'IP4FWD' and
15583            not '2VM'"
15584   parameters:
15585   - "throughput"
15586   - "parent"
15587   - "tags"
15588 #  sort:
15589 #  - "VM"  # "not CFS_OPT"
15590 #  - "CFS_OPT"
15591 #  - "FIB_10K"
15592 #  - "FIB_100K"
15593 #  - "FIB_1M"
15594   traces:
15595     hoverinfo: "x+y"
15596     boxpoints: "outliers"
15597     whiskerwidth: 0
15598   layout:
15599     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15600     layout: "plot-throughput"
15601
15602 -
15603   type: "plot"
15604   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15605   algorithm: "plot_performance_box"
15606   output-file-type: ".html"
15607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15608   data: "plot-vpp-throughput-latency-3n-hsw"
15609   filter: "'NIC_Intel-X710' and
15610            '64B' and
15611            'NDRPDR' and
15612            ('ETH' or 'DOT1Q') and
15613            '2T2C' and
15614            'L2BDMACLRN' and
15615            'VHOST_1024' and
15616            not 'VXLAN' and
15617            not 'IP4FWD' and
15618            not '2VM'"
15619   parameters:
15620   - "throughput"
15621   - "parent"
15622   - "tags"
15623 #  sort:
15624 #  - "VM"  # "not CFS_OPT"
15625 #  - "CFS_OPT"
15626 #  - "FIB_10K"
15627 #  - "FIB_100K"
15628 #  - "FIB_1M"
15629   traces:
15630     hoverinfo: "x+y"
15631     boxpoints: "outliers"
15632     whiskerwidth: 0
15633   layout:
15634     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15635     layout: "plot-throughput"
15636
15637 -
15638   type: "plot"
15639   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15640   algorithm: "plot_performance_box"
15641   output-file-type: ".html"
15642   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15643   data: "plot-vpp-throughput-latency-3n-hsw"
15644   filter: "'NIC_Intel-X710' and
15645            '64B' and
15646            'NDRPDR' and
15647            ('ETH' or 'DOT1Q') and
15648            '1T1C' and
15649            'L2BDMACLRN' and
15650            'VHOST_1024' and
15651            not 'VXLAN' and
15652            not 'IP4FWD' and
15653            not '2VM'"
15654   parameters:
15655   - "throughput"
15656   - "parent"
15657   - "tags"
15658 #  sort:
15659 #  - "VM"  # "not CFS_OPT"
15660 #  - "CFS_OPT"
15661 #  - "FIB_10K"
15662 #  - "FIB_100K"
15663 #  - "FIB_1M"
15664   traces:
15665     hoverinfo: "x+y"
15666     boxpoints: "outliers"
15667     whiskerwidth: 0
15668   layout:
15669     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15670     layout: "plot-throughput"
15671
15672 -
15673   type: "plot"
15674   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15675   algorithm: "plot_performance_box"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15678   data: "plot-vpp-throughput-latency-3n-hsw"
15679   filter: "'NIC_Intel-X710' and
15680            '64B' and
15681            'NDRPDR' and
15682            ('ETH' or 'DOT1Q') and
15683            '2T2C' and
15684            'L2BDMACLRN' and
15685            'VHOST_1024' and
15686            not 'VXLAN' and
15687            not 'IP4FWD' and
15688            not '2VM'"
15689   parameters:
15690   - "throughput"
15691   - "parent"
15692   - "tags"
15693 #  sort:
15694 #  - "VM"  # "not CFS_OPT"
15695 #  - "CFS_OPT"
15696 #  - "FIB_10K"
15697 #  - "FIB_100K"
15698 #  - "FIB_1M"
15699   traces:
15700     hoverinfo: "x+y"
15701     boxpoints: "outliers"
15702     whiskerwidth: 0
15703   layout:
15704     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15705     layout: "plot-throughput"
15706
15707 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15708 -
15709   type: "plot"
15710   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15711   algorithm: "plot_performance_box"
15712   output-file-type: ".html"
15713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15714   data: "plot-vpp-throughput-latency-3n-hsw"
15715   filter: "'NIC_Intel-X710' and
15716            '64B' and
15717            'NDRPDR' and
15718            ('ETH' or 'DOT1Q') and
15719            'BASE' and
15720            '1T1C' and
15721            ('L2BDMACLRN' or 'L2XCFWD') and
15722            'VHOST_1024' and
15723            not 'VXLAN' and
15724            not 'IP4FWD' and
15725            not '2VM'"
15726   parameters:
15727   - "throughput"
15728   - "parent"
15729   - "tags"
15730 #  sort:
15731 #  - "not CFS_OPT"
15732 #  - "L2XCFWD"
15733 #  - "not CFS_OPT"
15734 #  - "CFS_OPT"
15735   traces:
15736     hoverinfo: "x+y"
15737     boxpoints: "outliers"
15738     whiskerwidth: 0
15739   layout:
15740     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15741     layout: "plot-throughput"
15742
15743 -
15744   type: "plot"
15745   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15746   algorithm: "plot_performance_box"
15747   output-file-type: ".html"
15748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15749   data: "plot-vpp-throughput-latency-3n-hsw"
15750   filter: "'NIC_Intel-X710' and
15751            '64B' and
15752            'NDRPDR' and
15753            ('ETH' or 'DOT1Q') and
15754            'BASE' and
15755            '1T1C' and
15756            ('L2BDMACLRN' or 'L2XCFWD') and
15757            'VHOST_1024' and
15758            not 'VXLAN' and
15759            not 'IP4FWD' and
15760            not '2VM'"
15761   parameters:
15762   - "throughput"
15763   - "parent"
15764   - "tags"
15765 #  sort:
15766 #  - "not CFS_OPT"
15767 #  - "L2XCFWD"
15768 #  - "not CFS_OPT"
15769 #  - "CFS_OPT"
15770   traces:
15771     hoverinfo: "x+y"
15772     boxpoints: "outliers"
15773     whiskerwidth: 0
15774   layout:
15775     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15776     layout: "plot-throughput"
15777
15778 -
15779   type: "plot"
15780   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15781   algorithm: "plot_performance_box"
15782   output-file-type: ".html"
15783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15784   data: "plot-vpp-throughput-latency-3n-hsw"
15785   filter: "'NIC_Intel-X710' and
15786            '64B' and
15787            'NDRPDR' and
15788            ('ETH' or 'DOT1Q') and
15789            'BASE' and
15790            '2T2C' and
15791            ('L2BDMACLRN' or 'L2XCFWD') and
15792            'VHOST_1024' and
15793            not 'VXLAN' and
15794            not 'IP4FWD' and
15795            not '2VM'"
15796   parameters:
15797   - "throughput"
15798   - "parent"
15799   - "tags"
15800 #  sort:
15801 #  - "not CFS_OPT"
15802 #  - "L2XCFWD"
15803 #  - "not CFS_OPT"
15804 #  - "CFS_OPT"
15805   traces:
15806     hoverinfo: "x+y"
15807     boxpoints: "outliers"
15808     whiskerwidth: 0
15809   layout:
15810     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15811     layout: "plot-throughput"
15812
15813 -
15814   type: "plot"
15815   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15816   algorithm: "plot_performance_box"
15817   output-file-type: ".html"
15818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15819   data: "plot-vpp-throughput-latency-3n-hsw"
15820   filter: "'NIC_Intel-X710' and
15821            '64B' and
15822            'NDRPDR' and
15823            ('ETH' or 'DOT1Q') and
15824            'BASE' and
15825            '2T2C' and
15826            ('L2BDMACLRN' or 'L2XCFWD') and
15827            'VHOST_1024' and
15828            not 'VXLAN' and
15829            not 'IP4FWD' and
15830            not '2VM'"
15831   parameters:
15832   - "throughput"
15833   - "parent"
15834   - "tags"
15835 #  sort:
15836 #  - "not CFS_OPT"
15837 #  - "L2XCFWD"
15838 #  - "not CFS_OPT"
15839 #  - "CFS_OPT"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15846     layout: "plot-throughput"
15847
15848 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15849 -
15850   type: "plot"
15851   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15852   algorithm: "plot_performance_box"
15853   output-file-type: ".html"
15854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15855   data: "plot-vpp-throughput-latency-3n-hsw"
15856   filter: "'NIC_Intel-X710' and
15857            '64B' and
15858            'NDRPDR' and
15859            ('ETH' or 'DOT1Q') and
15860            '1T1C' and
15861            ('L2BDMACLRN' or 'L2XCFWD') and
15862            'VHOST_1024' and
15863            not 'CFS_OPT' and
15864            not 'VXLAN' and
15865            not 'IP4FWD' and
15866            not 'LBOND'"
15867   parameters:
15868   - "throughput"
15869   - "parent"
15870   - "tags"
15871 #  sort:
15872 #  - "1VM"
15873 #  - "L2XCFWD"
15874 #  - "1VM"
15875 #  - "L2BDMACLRN"
15876   traces:
15877     hoverinfo: "x+y"
15878     boxpoints: "outliers"
15879     whiskerwidth: 0
15880   layout:
15881     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15882     layout: "plot-throughput"
15883
15884 -
15885   type: "plot"
15886   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15887   algorithm: "plot_performance_box"
15888   output-file-type: ".html"
15889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15890   data: "plot-vpp-throughput-latency-3n-hsw"
15891   filter: "'NIC_Intel-X710' and
15892            '64B' and
15893            'NDRPDR' and
15894            ('ETH' or 'DOT1Q') and
15895            '1T1C' and
15896            ('L2BDMACLRN' or 'L2XCFWD') and
15897            'VHOST_1024' and
15898            not 'CFS_OPT' and
15899            not 'VXLAN' and
15900            not 'IP4FWD' and
15901            not 'LBOND'"
15902   parameters:
15903   - "throughput"
15904   - "parent"
15905   - "tags"
15906 #  sort:
15907 #  - "1VM"
15908 #  - "L2XCFWD"
15909 #  - "1VM"
15910 #  - "L2BDMACLRN"
15911   traces:
15912     hoverinfo: "x+y"
15913     boxpoints: "outliers"
15914     whiskerwidth: 0
15915   layout:
15916     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15917     layout: "plot-throughput"
15918
15919 -
15920   type: "plot"
15921   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15922   algorithm: "plot_performance_box"
15923   output-file-type: ".html"
15924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15925   data: "plot-vpp-throughput-latency-3n-hsw"
15926   filter: "'NIC_Intel-X710' and
15927            '64B' and
15928            'NDRPDR' and
15929            ('ETH' or 'DOT1Q') and
15930            '2T2C' and
15931            ('L2BDMACLRN' or 'L2XCFWD') and
15932            'VHOST_1024' and
15933            not 'CFS_OPT' and
15934            not 'VXLAN' and
15935            not 'IP4FWD' and
15936            not 'LBOND'"
15937   parameters:
15938   - "throughput"
15939   - "parent"
15940   - "tags"
15941 #  sort:
15942 #  - "1VM"
15943 #  - "L2XCFWD"
15944 #  - "1VM"
15945 #  - "L2BDMACLRN"
15946   traces:
15947     hoverinfo: "x+y"
15948     boxpoints: "outliers"
15949     whiskerwidth: 0
15950   layout:
15951     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15952     layout: "plot-throughput"
15953
15954 -
15955   type: "plot"
15956   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15957   algorithm: "plot_performance_box"
15958   output-file-type: ".html"
15959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15960   data: "plot-vpp-throughput-latency-3n-hsw"
15961   filter: "'NIC_Intel-X710' and
15962            '64B' and
15963            'NDRPDR' and
15964            ('ETH' or 'DOT1Q') and
15965            '2T2C' and
15966            ('L2BDMACLRN' or 'L2XCFWD') and
15967            'VHOST_1024' and
15968            not 'CFS_OPT' and
15969            not 'VXLAN' and
15970            not 'IP4FWD' and
15971            not 'LBOND'"
15972   parameters:
15973   - "throughput"
15974   - "parent"
15975   - "tags"
15976 #  sort:
15977 #  - "1VM"
15978 #  - "L2XCFWD"
15979 #  - "1VM"
15980 #  - "L2BDMACLRN"
15981   traces:
15982     hoverinfo: "x+y"
15983     boxpoints: "outliers"
15984     whiskerwidth: 0
15985   layout:
15986     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15987     layout: "plot-throughput"
15988
15989 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15990 -
15991   type: "plot"
15992   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15993   algorithm: "plot_performance_box"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15996   data: "plot-vpp-throughput-latency-3n-hsw"
15997   filter: "'NIC_Intel-XL710' and
15998            '64B' and
15999            'NDRPDR' and
16000            'ETH' and
16001            'IP4FWD' and
16002            '1T1C' and
16003            'VHOST_1024' and
16004            not 'VXLAN' and
16005            not 'DOT1Q'"
16006   parameters:
16007   - "throughput"
16008   - "parent"
16009   - "tags"
16010   sort:
16011   - "not CFS_OPT"
16012   - "1VM"
16013   - "2VM"
16014   traces:
16015     hoverinfo: "x+y"
16016     boxpoints: "outliers"
16017     whiskerwidth: 0
16018   layout:
16019     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16020     layout: "plot-throughput"
16021
16022 -
16023   type: "plot"
16024   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16025   algorithm: "plot_performance_box"
16026   output-file-type: ".html"
16027   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16028   data: "plot-vpp-throughput-latency-3n-hsw"
16029   filter: "'NIC_Intel-XL710' and
16030            '64B' and
16031            'NDRPDR' and
16032            'ETH' and
16033            'IP4FWD' and
16034            '2T2C' and
16035            'VHOST_1024' and
16036            not 'VXLAN' and
16037            not 'DOT1Q'"
16038   parameters:
16039   - "throughput"
16040   - "parent"
16041   - "tags"
16042   sort:
16043   - "not CFS_OPT"
16044   - "1VM"
16045   - "2VM"
16046   traces:
16047     hoverinfo: "x+y"
16048     boxpoints: "outliers"
16049     whiskerwidth: 0
16050   layout:
16051     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16052     layout: "plot-throughput"
16053
16054 -
16055   type: "plot"
16056   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16057   algorithm: "plot_performance_box"
16058   output-file-type: ".html"
16059   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16060   data: "plot-vpp-throughput-latency-3n-hsw"
16061   filter: "'NIC_Intel-XL710' and
16062            '64B' and
16063            'NDRPDR' and
16064            'ETH' and
16065            'IP4FWD' and
16066            '1T1C' and
16067            'VHOST_1024' and
16068            not 'VXLAN' and
16069            not 'DOT1Q'"
16070   parameters:
16071   - "throughput"
16072   - "parent"
16073   - "tags"
16074   sort:
16075   - "not CFS_OPT"
16076   - "1VM"
16077   - "2VM"
16078   traces:
16079     hoverinfo: "x+y"
16080     boxpoints: "outliers"
16081     whiskerwidth: 0
16082   layout:
16083     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16084     layout: "plot-throughput"
16085
16086 -
16087   type: "plot"
16088   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16089   algorithm: "plot_performance_box"
16090   output-file-type: ".html"
16091   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16092   data: "plot-vpp-throughput-latency-3n-hsw"
16093   filter: "'NIC_Intel-XL710' and
16094            '64B' and
16095            'NDRPDR' and
16096            'ETH' and
16097            'IP4FWD' and
16098            '2T2C' and
16099            'VHOST_1024' and
16100            not 'VXLAN' and
16101            not 'DOT1Q'"
16102   parameters:
16103   - "throughput"
16104   - "parent"
16105   - "tags"
16106   sort:
16107   - "not CFS_OPT"
16108   - "1VM"
16109   - "2VM"
16110   traces:
16111     hoverinfo: "x+y"
16112     boxpoints: "outliers"
16113     whiskerwidth: 0
16114   layout:
16115     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16116     layout: "plot-throughput"
16117
16118 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
16119 -
16120   type: "plot"
16121   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16122   algorithm: "plot_performance_box"
16123   output-file-type: ".html"
16124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16125   data: "plot-vpp-throughput-latency-3n-hsw"
16126   filter: "'NIC_Intel-XL710' and
16127            '64B' and
16128            'NDRPDR' and
16129            ('ETH' or 'DOT1Q') and
16130            '1T1C' and
16131            'L2BDMACLRN' and
16132            'VHOST_1024' and
16133            not 'VXLAN' and
16134            not 'IP4FWD' and
16135            not '2VM'"
16136   parameters:
16137   - "throughput"
16138   - "parent"
16139   - "tags"
16140 #  sort:
16141 #  - "VM"  # "not CFS_OPT"
16142 #  - "CFS_OPT"
16143 #  - "FIB_10K"
16144 #  - "FIB_100K"
16145 #  - "FIB_1M"
16146   traces:
16147     hoverinfo: "x+y"
16148     boxpoints: "outliers"
16149     whiskerwidth: 0
16150   layout:
16151     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16152     layout: "plot-throughput"
16153
16154 -
16155   type: "plot"
16156   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16157   algorithm: "plot_performance_box"
16158   output-file-type: ".html"
16159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16160   data: "plot-vpp-throughput-latency-3n-hsw"
16161   filter: "'NIC_Intel-XL710' and
16162            '64B' and
16163            'NDRPDR' and
16164            ('ETH' or 'DOT1Q') and
16165            '2T2C' and
16166            'L2BDMACLRN' and
16167            'VHOST_1024' and
16168            not 'VXLAN' and
16169            not 'IP4FWD' and
16170            not '2VM'"
16171   parameters:
16172   - "throughput"
16173   - "parent"
16174   - "tags"
16175 #  sort:
16176 #  - "VM"  # "not CFS_OPT"
16177 #  - "CFS_OPT"
16178 #  - "FIB_10K"
16179 #  - "FIB_100K"
16180 #  - "FIB_1M"
16181   traces:
16182     hoverinfo: "x+y"
16183     boxpoints: "outliers"
16184     whiskerwidth: 0
16185   layout:
16186     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16187     layout: "plot-throughput"
16188
16189 -
16190   type: "plot"
16191   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16192   algorithm: "plot_performance_box"
16193   output-file-type: ".html"
16194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16195   data: "plot-vpp-throughput-latency-3n-hsw"
16196   filter: "'NIC_Intel-XL710' and
16197            '64B' and
16198            'NDRPDR' and
16199            ('ETH' or 'DOT1Q') and
16200            '1T1C' and
16201            'L2BDMACLRN' and
16202            'VHOST_1024' and
16203            not 'VXLAN' and
16204            not 'IP4FWD' and
16205            not '2VM'"
16206   parameters:
16207   - "throughput"
16208   - "parent"
16209   - "tags"
16210 #  sort:
16211 #  - "VM"  # "not CFS_OPT"
16212 #  - "CFS_OPT"
16213 #  - "FIB_10K"
16214 #  - "FIB_100K"
16215 #  - "FIB_1M"
16216   traces:
16217     hoverinfo: "x+y"
16218     boxpoints: "outliers"
16219     whiskerwidth: 0
16220   layout:
16221     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16222     layout: "plot-throughput"
16223
16224 -
16225   type: "plot"
16226   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16227   algorithm: "plot_performance_box"
16228   output-file-type: ".html"
16229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16230   data: "plot-vpp-throughput-latency-3n-hsw"
16231   filter: "'NIC_Intel-XL710' and
16232            '64B' and
16233            'NDRPDR' and
16234            ('ETH' or 'DOT1Q') and
16235            '2T2C' and
16236            'L2BDMACLRN' and
16237            'VHOST_1024' and
16238            not 'VXLAN' and
16239            not 'IP4FWD' and
16240            not '2VM'"
16241   parameters:
16242   - "throughput"
16243   - "parent"
16244   - "tags"
16245 #  sort:
16246 #  - "VM"  # "not CFS_OPT"
16247 #  - "CFS_OPT"
16248 #  - "FIB_10K"
16249 #  - "FIB_100K"
16250 #  - "FIB_1M"
16251   traces:
16252     hoverinfo: "x+y"
16253     boxpoints: "outliers"
16254     whiskerwidth: 0
16255   layout:
16256     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16257     layout: "plot-throughput"
16258
16259 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
16260 -
16261   type: "plot"
16262   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16263   algorithm: "plot_performance_box"
16264   output-file-type: ".html"
16265   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16266   data: "plot-vpp-throughput-latency-3n-hsw"
16267   filter: "'NIC_Intel-XL710' and
16268            '64B' and
16269            'NDRPDR' and
16270            ('ETH' or 'DOT1Q') and
16271            'BASE' and
16272            '1T1C' and
16273            ('L2BDMACLRN' or 'L2XCFWD') and
16274            'VHOST_1024' and
16275            not 'VXLAN' and
16276            not 'IP4FWD' and
16277            not '2VM'"
16278   parameters:
16279   - "throughput"
16280   - "parent"
16281   - "tags"
16282 #  sort:
16283 #  - "not CFS_OPT"
16284 #  - "L2XCFWD"
16285 #  - "not CFS_OPT"
16286 #  - "CFS_OPT"
16287   traces:
16288     hoverinfo: "x+y"
16289     boxpoints: "outliers"
16290     whiskerwidth: 0
16291   layout:
16292     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16293     layout: "plot-throughput"
16294
16295 -
16296   type: "plot"
16297   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16298   algorithm: "plot_performance_box"
16299   output-file-type: ".html"
16300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16301   data: "plot-vpp-throughput-latency-3n-hsw"
16302   filter: "'NIC_Intel-XL710' and
16303            '64B' and
16304            'NDRPDR' and
16305            ('ETH' or 'DOT1Q') and
16306            'BASE' and
16307            '1T1C' and
16308            ('L2BDMACLRN' or 'L2XCFWD') and
16309            'VHOST_1024' and
16310            not 'VXLAN' and
16311            not 'IP4FWD' and
16312            not '2VM'"
16313   parameters:
16314   - "throughput"
16315   - "parent"
16316   - "tags"
16317 #  sort:
16318 #  - "not CFS_OPT"
16319 #  - "L2XCFWD"
16320 #  - "not CFS_OPT"
16321 #  - "CFS_OPT"
16322   traces:
16323     hoverinfo: "x+y"
16324     boxpoints: "outliers"
16325     whiskerwidth: 0
16326   layout:
16327     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16328     layout: "plot-throughput"
16329
16330 -
16331   type: "plot"
16332   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16333   algorithm: "plot_performance_box"
16334   output-file-type: ".html"
16335   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16336   data: "plot-vpp-throughput-latency-3n-hsw"
16337   filter: "'NIC_Intel-XL710' and
16338            '64B' and
16339            'NDRPDR' and
16340            ('ETH' or 'DOT1Q') and
16341            'BASE' and
16342            '2T2C' and
16343            ('L2BDMACLRN' or 'L2XCFWD') and
16344            'VHOST_1024' and
16345            not 'VXLAN' and
16346            not 'IP4FWD' and
16347            not '2VM'"
16348   parameters:
16349   - "throughput"
16350   - "parent"
16351   - "tags"
16352 #  sort:
16353 #  - "not CFS_OPT"
16354 #  - "L2XCFWD"
16355 #  - "not CFS_OPT"
16356 #  - "CFS_OPT"
16357   traces:
16358     hoverinfo: "x+y"
16359     boxpoints: "outliers"
16360     whiskerwidth: 0
16361   layout:
16362     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16363     layout: "plot-throughput"
16364
16365 -
16366   type: "plot"
16367   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16368   algorithm: "plot_performance_box"
16369   output-file-type: ".html"
16370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16371   data: "plot-vpp-throughput-latency-3n-hsw"
16372   filter: "'NIC_Intel-XL710' and
16373            '64B' and
16374            'NDRPDR' and
16375            ('ETH' or 'DOT1Q') and
16376            'BASE' and
16377            '2T2C' and
16378            ('L2BDMACLRN' or 'L2XCFWD') and
16379            'VHOST_1024' and
16380            not 'VXLAN' and
16381            not 'IP4FWD' and
16382            not '2VM'"
16383   parameters:
16384   - "throughput"
16385   - "parent"
16386   - "tags"
16387 #  sort:
16388 #  - "not CFS_OPT"
16389 #  - "L2XCFWD"
16390 #  - "not CFS_OPT"
16391 #  - "CFS_OPT"
16392   traces:
16393     hoverinfo: "x+y"
16394     boxpoints: "outliers"
16395     whiskerwidth: 0
16396   layout:
16397     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16398     layout: "plot-throughput"
16399
16400 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
16401 -
16402   type: "plot"
16403   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16404   algorithm: "plot_performance_box"
16405   output-file-type: ".html"
16406   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16407   data: "plot-vpp-throughput-latency-3n-hsw"
16408   filter: "'NIC_Intel-XL710' and
16409            '64B' and
16410            'NDRPDR' and
16411            ('ETH' or 'DOT1Q') and
16412            '1T1C' and
16413            ('L2BDMACLRN' or 'L2XCFWD') and
16414            'VHOST_1024' and
16415            not 'CFS_OPT' and
16416            not 'VXLAN' and
16417            not 'IP4FWD'"
16418   parameters:
16419   - "throughput"
16420   - "parent"
16421   - "tags"
16422 #  sort:
16423 #  - "1VM"
16424 #  - "L2XCFWD"
16425 #  - "1VM"
16426 #  - "L2BDMACLRN"
16427   traces:
16428     hoverinfo: "x+y"
16429     boxpoints: "outliers"
16430     whiskerwidth: 0
16431   layout:
16432     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16433     layout: "plot-throughput"
16434
16435 -
16436   type: "plot"
16437   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16438   algorithm: "plot_performance_box"
16439   output-file-type: ".html"
16440   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16441   data: "plot-vpp-throughput-latency-3n-hsw"
16442   filter: "'NIC_Intel-XL710' and
16443            '64B' and
16444            'NDRPDR' and
16445            ('ETH' or 'DOT1Q') and
16446            '1T1C' and
16447            ('L2BDMACLRN' or 'L2XCFWD') and
16448            'VHOST_1024' and
16449            not 'CFS_OPT' and
16450            not 'VXLAN' and
16451            not 'IP4FWD'"
16452   parameters:
16453   - "throughput"
16454   - "parent"
16455   - "tags"
16456 #  sort:
16457 #  - "1VM"
16458 #  - "L2XCFWD"
16459 #  - "1VM"
16460 #  - "L2BDMACLRN"
16461   traces:
16462     hoverinfo: "x+y"
16463     boxpoints: "outliers"
16464     whiskerwidth: 0
16465   layout:
16466     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16467     layout: "plot-throughput"
16468
16469 -
16470   type: "plot"
16471   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16472   algorithm: "plot_performance_box"
16473   output-file-type: ".html"
16474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16475   data: "plot-vpp-throughput-latency-3n-hsw"
16476   filter: "'NIC_Intel-XL710' and
16477            '64B' and
16478            'NDRPDR' and
16479            ('ETH' or 'DOT1Q') and
16480            '2T2C' and
16481            ('L2BDMACLRN' or 'L2XCFWD') and
16482            'VHOST_1024' and
16483            not 'CFS_OPT' and
16484            not 'VXLAN' and
16485            not 'IP4FWD'"
16486   parameters:
16487   - "throughput"
16488   - "parent"
16489   - "tags"
16490 #  sort:
16491 #  - "1VM"
16492 #  - "L2XCFWD"
16493 #  - "1VM"
16494 #  - "L2BDMACLRN"
16495   traces:
16496     hoverinfo: "x+y"
16497     boxpoints: "outliers"
16498     whiskerwidth: 0
16499   layout:
16500     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16501     layout: "plot-throughput"
16502
16503 -
16504   type: "plot"
16505   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16506   algorithm: "plot_performance_box"
16507   output-file-type: ".html"
16508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16509   data: "plot-vpp-throughput-latency-3n-hsw"
16510   filter: "'NIC_Intel-XL710' and
16511            '64B' and
16512            'NDRPDR' and
16513            ('ETH' or 'DOT1Q') and
16514            '2T2C' and
16515            ('L2BDMACLRN' or 'L2XCFWD') and
16516            'VHOST_1024' and
16517            not 'CFS_OPT' and
16518            not 'VXLAN' and
16519            not 'IP4FWD'"
16520   parameters:
16521   - "throughput"
16522   - "parent"
16523   - "tags"
16524 #  sort:
16525 #  - "1VM"
16526 #  - "L2XCFWD"
16527 #  - "1VM"
16528 #  - "L2BDMACLRN"
16529   traces:
16530     hoverinfo: "x+y"
16531     boxpoints: "outliers"
16532     whiskerwidth: 0
16533   layout:
16534     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16535     layout: "plot-throughput"
16536
16537 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16538 -
16539   type: "plot"
16540   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16541   algorithm: "plot_performance_box"
16542   output-file-type: ".html"
16543   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16544   data: "plot-vpp-throughput-latency-3n-skx"
16545   filter: "'NIC_Intel-X710' and
16546            '64B' and
16547            'NDRPDR' and
16548            'ETH' and
16549            'IP4FWD' and
16550            '2T1C' and
16551            'VHOST_1024' and
16552            not 'VXLAN' and
16553            not 'DOT1Q'"
16554   parameters:
16555   - "throughput"
16556   - "parent"
16557   - "tags"
16558   sort:
16559   - "not CFS_OPT"
16560   - "1VM"
16561   - "2VM"
16562   traces:
16563     hoverinfo: "x+y"
16564     boxpoints: "outliers"
16565     whiskerwidth: 0
16566   layout:
16567     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16568     layout: "plot-throughput"
16569
16570 -
16571   type: "plot"
16572   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16573   algorithm: "plot_performance_box"
16574   output-file-type: ".html"
16575   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16576   data: "plot-vpp-throughput-latency-3n-skx"
16577   filter: "'NIC_Intel-X710' and
16578            '64B' and
16579            'NDRPDR' and
16580            'ETH' and
16581            'IP4FWD' and
16582            '4T2C' and
16583            'VHOST_1024' and
16584            not 'VXLAN' and
16585            not 'DOT1Q'"
16586   parameters:
16587   - "throughput"
16588   - "parent"
16589   - "tags"
16590   sort:
16591   - "not CFS_OPT"
16592   - "1VM"
16593   - "2VM"
16594   traces:
16595     hoverinfo: "x+y"
16596     boxpoints: "outliers"
16597     whiskerwidth: 0
16598   layout:
16599     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16600     layout: "plot-throughput"
16601
16602 -
16603   type: "plot"
16604   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16605   algorithm: "plot_performance_box"
16606   output-file-type: ".html"
16607   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16608   data: "plot-vpp-throughput-latency-3n-skx"
16609   filter: "'NIC_Intel-X710' and
16610            '64B' and
16611            'NDRPDR' and
16612            'ETH' and
16613            'IP4FWD' and
16614            '2T1C' and
16615            'VHOST_1024' and
16616            not 'VXLAN' and
16617            not 'DOT1Q'"
16618   parameters:
16619   - "throughput"
16620   - "parent"
16621   - "tags"
16622   sort:
16623   - "not CFS_OPT"
16624   - "1VM"
16625   - "2VM"
16626   traces:
16627     hoverinfo: "x+y"
16628     boxpoints: "outliers"
16629     whiskerwidth: 0
16630   layout:
16631     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16632     layout: "plot-throughput"
16633
16634 -
16635   type: "plot"
16636   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16637   algorithm: "plot_performance_box"
16638   output-file-type: ".html"
16639   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16640   data: "plot-vpp-throughput-latency-3n-skx"
16641   filter: "'NIC_Intel-X710' and
16642            '64B' and
16643            'NDRPDR' and
16644            'ETH' and
16645            'IP4FWD' and
16646            '4T2C' and
16647            'VHOST_1024' and
16648            not 'VXLAN' and
16649            not 'DOT1Q'"
16650   parameters:
16651   - "throughput"
16652   - "parent"
16653   - "tags"
16654   sort:
16655   - "not CFS_OPT"
16656   - "1VM"
16657   - "2VM"
16658   traces:
16659     hoverinfo: "x+y"
16660     boxpoints: "outliers"
16661     whiskerwidth: 0
16662   layout:
16663     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16664     layout: "plot-throughput"
16665
16666 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16667 -
16668   type: "plot"
16669   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16670   algorithm: "plot_performance_box"
16671   output-file-type: ".html"
16672   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16673   data: "plot-vpp-throughput-latency-3n-skx"
16674   filter: "'NIC_Intel-X710' and
16675            '64B' and
16676            'NDRPDR' and
16677            ('ETH' or 'DOT1Q') and
16678            '2T1C' and
16679            'L2BDMACLRN' and
16680            'VHOST_1024' and
16681            not 'VXLAN' and
16682            not 'IP4FWD' and
16683            not '2VM'"
16684   parameters:
16685   - "throughput"
16686   - "parent"
16687   - "tags"
16688 #  sort:
16689 #  - "VM"  # "not CFS_OPT"
16690 #  - "CFS_OPT"
16691 #  - "FIB_10K"
16692 #  - "FIB_100K"
16693 #  - "FIB_1M"
16694   traces:
16695     hoverinfo: "x+y"
16696     boxpoints: "outliers"
16697     whiskerwidth: 0
16698   layout:
16699     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16700     layout: "plot-throughput"
16701
16702 -
16703   type: "plot"
16704   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16705   algorithm: "plot_performance_box"
16706   output-file-type: ".html"
16707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16708   data: "plot-vpp-throughput-latency-3n-skx"
16709   filter: "'NIC_Intel-X710' and
16710            '64B' and
16711            'NDRPDR' and
16712            ('ETH' or 'DOT1Q') and
16713            '4T2C' and
16714            'L2BDMACLRN' and
16715            'VHOST_1024' and
16716            not 'VXLAN' and
16717            not 'IP4FWD' and
16718            not '2VM'"
16719   parameters:
16720   - "throughput"
16721   - "parent"
16722   - "tags"
16723 #  sort:
16724 #  - "VM"  # "not CFS_OPT"
16725 #  - "CFS_OPT"
16726 #  - "FIB_10K"
16727 #  - "FIB_100K"
16728 #  - "FIB_1M"
16729   traces:
16730     hoverinfo: "x+y"
16731     boxpoints: "outliers"
16732     whiskerwidth: 0
16733   layout:
16734     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16735     layout: "plot-throughput"
16736
16737 -
16738   type: "plot"
16739   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16740   algorithm: "plot_performance_box"
16741   output-file-type: ".html"
16742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16743   data: "plot-vpp-throughput-latency-3n-skx"
16744   filter: "'NIC_Intel-X710' and
16745            '64B' and
16746            'NDRPDR' and
16747            ('ETH' or 'DOT1Q') and
16748            '2T1C' and
16749            'L2BDMACLRN' and
16750            'VHOST_1024' and
16751            not 'VXLAN' and
16752            not 'IP4FWD' and
16753            not '2VM'"
16754   parameters:
16755   - "throughput"
16756   - "parent"
16757   - "tags"
16758 #  sort:
16759 #  - "VM"  # "not CFS_OPT"
16760 #  - "CFS_OPT"
16761 #  - "FIB_10K"
16762 #  - "FIB_100K"
16763 #  - "FIB_1M"
16764   traces:
16765     hoverinfo: "x+y"
16766     boxpoints: "outliers"
16767     whiskerwidth: 0
16768   layout:
16769     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16770     layout: "plot-throughput"
16771
16772 -
16773   type: "plot"
16774   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16775   algorithm: "plot_performance_box"
16776   output-file-type: ".html"
16777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16778   data: "plot-vpp-throughput-latency-3n-skx"
16779   filter: "'NIC_Intel-X710' and
16780            '64B' and
16781            'NDRPDR' and
16782            ('ETH' or 'DOT1Q') and
16783            '4T2C' and
16784            'L2BDMACLRN' and
16785            'VHOST_1024' and
16786            not 'VXLAN' and
16787            not 'IP4FWD' and
16788            not '2VM'"
16789   parameters:
16790   - "throughput"
16791   - "parent"
16792   - "tags"
16793 #  sort:
16794 #  - "VM"  # "not CFS_OPT"
16795 #  - "CFS_OPT"
16796 #  - "FIB_10K"
16797 #  - "FIB_100K"
16798 #  - "FIB_1M"
16799   traces:
16800     hoverinfo: "x+y"
16801     boxpoints: "outliers"
16802     whiskerwidth: 0
16803   layout:
16804     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16805     layout: "plot-throughput"
16806
16807 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16808 -
16809   type: "plot"
16810   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16811   algorithm: "plot_performance_box"
16812   output-file-type: ".html"
16813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16814   data: "plot-vpp-throughput-latency-3n-skx"
16815   filter: "'NIC_Intel-X710' and
16816            '64B' and
16817            'NDRPDR' and
16818            ('ETH' or 'DOT1Q') and
16819            'BASE' and
16820            '2T1C' and
16821            ('L2BDMACLRN' or 'L2XCFWD') and
16822            'VHOST_1024' and
16823            not 'VXLAN' and
16824            not 'IP4FWD' and
16825            not '2VM' and
16826            not 'LBOND'"
16827   parameters:
16828   - "throughput"
16829   - "parent"
16830   - "tags"
16831 #  sort:
16832 #  - "not CFS_OPT"
16833 #  - "L2XCFWD"
16834 #  - "not CFS_OPT"
16835 #  - "CFS_OPT"
16836   traces:
16837     hoverinfo: "x+y"
16838     boxpoints: "outliers"
16839     whiskerwidth: 0
16840   layout:
16841     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16842     layout: "plot-throughput"
16843
16844 -
16845   type: "plot"
16846   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16847   algorithm: "plot_performance_box"
16848   output-file-type: ".html"
16849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16850   data: "plot-vpp-throughput-latency-3n-skx"
16851   filter: "'NIC_Intel-X710' and
16852            '64B' and
16853            'NDRPDR' and
16854            ('ETH' or 'DOT1Q') and
16855            'BASE' and
16856            '2T1C' and
16857            ('L2BDMACLRN' or 'L2XCFWD') and
16858            'VHOST_1024' and
16859            not 'VXLAN' and
16860            not 'IP4FWD' and
16861            not '2VM' and
16862            not 'LBOND'"
16863   parameters:
16864   - "throughput"
16865   - "parent"
16866   - "tags"
16867 #  sort:
16868 #  - "not CFS_OPT"
16869 #  - "L2XCFWD"
16870 #  - "not CFS_OPT"
16871 #  - "CFS_OPT"
16872   traces:
16873     hoverinfo: "x+y"
16874     boxpoints: "outliers"
16875     whiskerwidth: 0
16876   layout:
16877     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 -
16881   type: "plot"
16882   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16883   algorithm: "plot_performance_box"
16884   output-file-type: ".html"
16885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16886   data: "plot-vpp-throughput-latency-3n-skx"
16887   filter: "'NIC_Intel-X710' and
16888            '64B' and
16889            'NDRPDR' and
16890            ('ETH' or 'DOT1Q') and
16891            'BASE' and
16892            '4T2C' and
16893            ('L2BDMACLRN' or 'L2XCFWD') and
16894            'VHOST_1024' and
16895            not 'VXLAN' and
16896            not 'IP4FWD' and
16897            not '2VM' and
16898            not 'LBOND'"
16899   parameters:
16900   - "throughput"
16901   - "parent"
16902   - "tags"
16903 #  sort:
16904 #  - "not CFS_OPT"
16905 #  - "L2XCFWD"
16906 #  - "not CFS_OPT"
16907 #  - "CFS_OPT"
16908   traces:
16909     hoverinfo: "x+y"
16910     boxpoints: "outliers"
16911     whiskerwidth: 0
16912   layout:
16913     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16914     layout: "plot-throughput"
16915
16916 -
16917   type: "plot"
16918   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16919   algorithm: "plot_performance_box"
16920   output-file-type: ".html"
16921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16922   data: "plot-vpp-throughput-latency-3n-skx"
16923   filter: "'NIC_Intel-X710' and
16924            '64B' and
16925            'NDRPDR' and
16926            ('ETH' or 'DOT1Q') and
16927            'BASE' and
16928            '4T2C' and
16929            ('L2BDMACLRN' or 'L2XCFWD') and
16930            'VHOST_1024' and
16931            not 'VXLAN' and
16932            not 'IP4FWD' and
16933            not '2VM' and
16934            not 'LBOND'"
16935   parameters:
16936   - "throughput"
16937   - "parent"
16938   - "tags"
16939 #  sort:
16940 #  - "not CFS_OPT"
16941 #  - "L2XCFWD"
16942 #  - "not CFS_OPT"
16943 #  - "CFS_OPT"
16944   traces:
16945     hoverinfo: "x+y"
16946     boxpoints: "outliers"
16947     whiskerwidth: 0
16948   layout:
16949     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16950     layout: "plot-throughput"
16951
16952 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16953 -
16954   type: "plot"
16955   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16956   algorithm: "plot_performance_box"
16957   output-file-type: ".html"
16958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16959   data: "plot-vpp-throughput-latency-3n-skx"
16960   filter: "'NIC_Intel-X710' and
16961            '64B' and
16962            'NDRPDR' and
16963            ('ETH' or 'DOT1Q') and
16964            '2T1C' and
16965            ('L2BDMACLRN' or 'L2XCFWD') and
16966            'VHOST_1024' and
16967            not 'CFS_OPT' and
16968            not 'VXLAN' and
16969            not 'IP4FWD' and
16970            not 'LBOND'"
16971   parameters:
16972   - "throughput"
16973   - "parent"
16974   - "tags"
16975 #  sort:
16976 #  - "1VM"
16977 #  - "L2XCFWD"
16978 #  - "1VM"
16979 #  - "L2BDMACLRN"
16980   traces:
16981     hoverinfo: "x+y"
16982     boxpoints: "outliers"
16983     whiskerwidth: 0
16984   layout:
16985     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16986     layout: "plot-throughput"
16987
16988 -
16989   type: "plot"
16990   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16991   algorithm: "plot_performance_box"
16992   output-file-type: ".html"
16993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16994   data: "plot-vpp-throughput-latency-3n-skx"
16995   filter: "'NIC_Intel-X710' and
16996            '64B' and
16997            'NDRPDR' and
16998            ('ETH' or 'DOT1Q') and
16999            '2T1C' and
17000            ('L2BDMACLRN' or 'L2XCFWD') and
17001            'VHOST_1024' and
17002            not 'CFS_OPT' and
17003            not 'VXLAN' and
17004            not 'IP4FWD' and
17005            not 'LBOND'"
17006   parameters:
17007   - "throughput"
17008   - "parent"
17009   - "tags"
17010 #  sort:
17011 #  - "1VM"
17012 #  - "L2XCFWD"
17013 #  - "1VM"
17014 #  - "L2BDMACLRN"
17015   traces:
17016     hoverinfo: "x+y"
17017     boxpoints: "outliers"
17018     whiskerwidth: 0
17019   layout:
17020     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
17021     layout: "plot-throughput"
17022
17023 -
17024   type: "plot"
17025   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
17026   algorithm: "plot_performance_box"
17027   output-file-type: ".html"
17028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
17029   data: "plot-vpp-throughput-latency-3n-skx"
17030   filter: "'NIC_Intel-X710' and
17031            '64B' and
17032            'NDRPDR' and
17033            ('ETH' or 'DOT1Q') and
17034            '4T2C' and
17035            ('L2BDMACLRN' or 'L2XCFWD') and
17036            'VHOST_1024' and
17037            not 'CFS_OPT' and
17038            not 'VXLAN' and
17039            not 'IP4FWD' and
17040            not 'LBOND'"
17041   parameters:
17042   - "throughput"
17043   - "parent"
17044   - "tags"
17045 #  sort:
17046 #  - "1VM"
17047 #  - "L2XCFWD"
17048 #  - "1VM"
17049 #  - "L2BDMACLRN"
17050   traces:
17051     hoverinfo: "x+y"
17052     boxpoints: "outliers"
17053     whiskerwidth: 0
17054   layout:
17055     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
17056     layout: "plot-throughput"
17057
17058 -
17059   type: "plot"
17060   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
17061   algorithm: "plot_performance_box"
17062   output-file-type: ".html"
17063   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
17064   data: "plot-vpp-throughput-latency-3n-skx"
17065   filter: "'NIC_Intel-X710' and
17066            '64B' and
17067            'NDRPDR' and
17068            ('ETH' or 'DOT1Q') and
17069            '4T2C' and
17070            ('L2BDMACLRN' or 'L2XCFWD') and
17071            'VHOST_1024' and
17072            not 'CFS_OPT' and
17073            not 'VXLAN' and
17074            not 'IP4FWD' and
17075            not 'LBOND'"
17076   parameters:
17077   - "throughput"
17078   - "parent"
17079   - "tags"
17080 #  sort:
17081 #  - "1VM"
17082 #  - "L2XCFWD"
17083 #  - "1VM"
17084 #  - "L2BDMACLRN"
17085   traces:
17086     hoverinfo: "x+y"
17087     boxpoints: "outliers"
17088     whiskerwidth: 0
17089   layout:
17090     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
17091     layout: "plot-throughput"
17092
17093 # Packet Throughput - VPP vhost ip4 2n-skx-x710
17094 -
17095   type: "plot"
17096   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17097   algorithm: "plot_performance_box"
17098   output-file-type: ".html"
17099   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17100   data: "plot-vpp-throughput-latency-2n-skx"
17101   filter: "'NIC_Intel-X710' and
17102            '64B' and
17103            'NDRPDR' and
17104            'ETH' and
17105            'IP4FWD' and
17106            '2T1C' and
17107            'VHOST_1024' and
17108            not 'VXLAN' and
17109            not 'NF_DENSITY' and
17110            not 'DOT1Q'"
17111   parameters:
17112   - "throughput"
17113   - "parent"
17114   - "tags"
17115   sort:
17116   - "not CFS_OPT"
17117   - "1VM"
17118   - "2VM"
17119   traces:
17120     hoverinfo: "x+y"
17121     boxpoints: "outliers"
17122     whiskerwidth: 0
17123   layout:
17124     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17125     layout: "plot-throughput"
17126
17127 -
17128   type: "plot"
17129   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17130   algorithm: "plot_performance_box"
17131   output-file-type: ".html"
17132   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17133   data: "plot-vpp-throughput-latency-2n-skx"
17134   filter: "'NIC_Intel-X710' and
17135            '64B' and
17136            'NDRPDR' and
17137            'ETH' and
17138            'IP4FWD' and
17139            '4T2C' and
17140            'VHOST_1024' and
17141            not 'VXLAN' and
17142            not 'NF_DENSITY' and
17143            not 'DOT1Q'"
17144   parameters:
17145   - "throughput"
17146   - "parent"
17147   - "tags"
17148   sort:
17149   - "not CFS_OPT"
17150   - "1VM"
17151   - "2VM"
17152   traces:
17153     hoverinfo: "x+y"
17154     boxpoints: "outliers"
17155     whiskerwidth: 0
17156   layout:
17157     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17158     layout: "plot-throughput"
17159
17160 -
17161   type: "plot"
17162   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17163   algorithm: "plot_performance_box"
17164   output-file-type: ".html"
17165   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17166   data: "plot-vpp-throughput-latency-2n-skx"
17167   filter: "'NIC_Intel-X710' and
17168            '64B' and
17169            'NDRPDR' and
17170            'ETH' and
17171            'IP4FWD' and
17172            '2T1C' and
17173            'VHOST_1024' and
17174            not 'VXLAN' and
17175            not 'NF_DENSITY' and
17176            not 'DOT1Q'"
17177   parameters:
17178   - "throughput"
17179   - "parent"
17180   - "tags"
17181   sort:
17182   - "not CFS_OPT"
17183   - "1VM"
17184   - "2VM"
17185   traces:
17186     hoverinfo: "x+y"
17187     boxpoints: "outliers"
17188     whiskerwidth: 0
17189   layout:
17190     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17191     layout: "plot-throughput"
17192
17193 -
17194   type: "plot"
17195   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17196   algorithm: "plot_performance_box"
17197   output-file-type: ".html"
17198   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17199   data: "plot-vpp-throughput-latency-2n-skx"
17200   filter: "'NIC_Intel-X710' and
17201            '64B' and
17202            'NDRPDR' and
17203            'ETH' and
17204            'IP4FWD' and
17205            '4T2C' and
17206            'VHOST_1024' and
17207            not 'VXLAN' and
17208            not 'NF_DENSITY' and
17209            not 'DOT1Q'"
17210   parameters:
17211   - "throughput"
17212   - "parent"
17213   - "tags"
17214   sort:
17215   - "not CFS_OPT"
17216   - "1VM"
17217   - "2VM"
17218   traces:
17219     hoverinfo: "x+y"
17220     boxpoints: "outliers"
17221     whiskerwidth: 0
17222   layout:
17223     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17224     layout: "plot-throughput"
17225
17226 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
17227 -
17228   type: "plot"
17229   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17230   algorithm: "plot_performance_box"
17231   output-file-type: ".html"
17232   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17233   data: "plot-vpp-throughput-latency-2n-skx"
17234   filter: "'NIC_Intel-X710' and
17235            '64B' and
17236            'NDRPDR' and
17237            ('ETH' or 'DOT1Q') and
17238            '2T1C' and
17239            'L2BDMACLRN' and
17240            'VHOST_1024' and
17241            not 'VXLAN' and
17242            not 'NF_DENSITY' and
17243            not 'IP4FWD' and
17244            not '2VM'"
17245   parameters:
17246   - "throughput"
17247   - "parent"
17248   - "tags"
17249 #  sort:
17250 #  - "VM"  # "not CFS_OPT"
17251 #  - "CFS_OPT"
17252 #  - "FIB_10K"
17253 #  - "FIB_100K"
17254 #  - "FIB_1M"
17255   traces:
17256     hoverinfo: "x+y"
17257     boxpoints: "outliers"
17258     whiskerwidth: 0
17259   layout:
17260     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17261     layout: "plot-throughput"
17262
17263 -
17264   type: "plot"
17265   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17266   algorithm: "plot_performance_box"
17267   output-file-type: ".html"
17268   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17269   data: "plot-vpp-throughput-latency-2n-skx"
17270   filter: "'NIC_Intel-X710' and
17271            '64B' and
17272            'NDRPDR' and
17273            ('ETH' or 'DOT1Q') and
17274            '4T2C' and
17275            'L2BDMACLRN' and
17276            'VHOST_1024' and
17277            not 'VXLAN' and
17278            not 'NF_DENSITY' and
17279            not 'IP4FWD' and
17280            not '2VM'"
17281   parameters:
17282   - "throughput"
17283   - "parent"
17284   - "tags"
17285 #  sort:
17286 #  - "VM"  # "not CFS_OPT"
17287 #  - "CFS_OPT"
17288 #  - "FIB_10K"
17289 #  - "FIB_100K"
17290 #  - "FIB_1M"
17291   traces:
17292     hoverinfo: "x+y"
17293     boxpoints: "outliers"
17294     whiskerwidth: 0
17295   layout:
17296     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17297     layout: "plot-throughput"
17298
17299 -
17300   type: "plot"
17301   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17302   algorithm: "plot_performance_box"
17303   output-file-type: ".html"
17304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17305   data: "plot-vpp-throughput-latency-2n-skx"
17306   filter: "'NIC_Intel-X710' and
17307            '64B' and
17308            'NDRPDR' and
17309            ('ETH' or 'DOT1Q') and
17310            '2T1C' and
17311            'L2BDMACLRN' and
17312            'VHOST_1024' and
17313            not 'VXLAN' and
17314            not 'NF_DENSITY' and
17315            not 'IP4FWD' and
17316            not '2VM'"
17317   parameters:
17318   - "throughput"
17319   - "parent"
17320   - "tags"
17321 #  sort:
17322 #  - "VM"  # "not CFS_OPT"
17323 #  - "CFS_OPT"
17324 #  - "FIB_10K"
17325 #  - "FIB_100K"
17326 #  - "FIB_1M"
17327   traces:
17328     hoverinfo: "x+y"
17329     boxpoints: "outliers"
17330     whiskerwidth: 0
17331   layout:
17332     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17333     layout: "plot-throughput"
17334
17335 -
17336   type: "plot"
17337   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17338   algorithm: "plot_performance_box"
17339   output-file-type: ".html"
17340   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17341   data: "plot-vpp-throughput-latency-2n-skx"
17342   filter: "'NIC_Intel-X710' and
17343            '64B' and
17344            'NDRPDR' and
17345            ('ETH' or 'DOT1Q') and
17346            '4T2C' and
17347            'L2BDMACLRN' and
17348            'VHOST_1024' and
17349            not 'VXLAN' and
17350            not 'NF_DENSITY' and
17351            not 'IP4FWD' and
17352            not '2VM'"
17353   parameters:
17354   - "throughput"
17355   - "parent"
17356   - "tags"
17357 #  sort:
17358 #  - "VM"  # "not CFS_OPT"
17359 #  - "CFS_OPT"
17360 #  - "FIB_10K"
17361 #  - "FIB_100K"
17362 #  - "FIB_1M"
17363   traces:
17364     hoverinfo: "x+y"
17365     boxpoints: "outliers"
17366     whiskerwidth: 0
17367   layout:
17368     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17369     layout: "plot-throughput"
17370
17371 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
17372 -
17373   type: "plot"
17374   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17375   algorithm: "plot_performance_box"
17376   output-file-type: ".html"
17377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17378   data: "plot-vpp-throughput-latency-2n-skx"
17379   filter: "'NIC_Intel-X710' and
17380            '64B' and
17381            'NDRPDR' and
17382            ('ETH' or 'DOT1Q') and
17383            'BASE' and
17384            '2T1C' and
17385            ('L2BDMACLRN' or 'L2XCFWD') and
17386            'VHOST_1024' and
17387            not 'VXLAN' and
17388            not 'NF_DENSITY' and
17389            not 'IP4FWD' and
17390            not '2VM'"
17391   parameters:
17392   - "throughput"
17393   - "parent"
17394   - "tags"
17395 #  sort:
17396 #  - "not CFS_OPT"
17397 #  - "L2XCFWD"
17398 #  - "not CFS_OPT"
17399 #  - "CFS_OPT"
17400   traces:
17401     hoverinfo: "x+y"
17402     boxpoints: "outliers"
17403     whiskerwidth: 0
17404   layout:
17405     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17406     layout: "plot-throughput"
17407
17408 -
17409   type: "plot"
17410   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17411   algorithm: "plot_performance_box"
17412   output-file-type: ".html"
17413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17414   data: "plot-vpp-throughput-latency-2n-skx"
17415   filter: "'NIC_Intel-X710' and
17416            '64B' and
17417            'NDRPDR' and
17418            ('ETH' or 'DOT1Q') and
17419            'BASE' and
17420            '2T1C' and
17421            ('L2BDMACLRN' or 'L2XCFWD') and
17422            'VHOST_1024' and
17423            not 'VXLAN' and
17424            not 'NF_DENSITY' and
17425            not 'IP4FWD' and
17426            not '2VM'"
17427   parameters:
17428   - "throughput"
17429   - "parent"
17430   - "tags"
17431 #  sort:
17432 #  - "not CFS_OPT"
17433 #  - "L2XCFWD"
17434 #  - "not CFS_OPT"
17435 #  - "CFS_OPT"
17436   traces:
17437     hoverinfo: "x+y"
17438     boxpoints: "outliers"
17439     whiskerwidth: 0
17440   layout:
17441     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17442     layout: "plot-throughput"
17443
17444 -
17445   type: "plot"
17446   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17447   algorithm: "plot_performance_box"
17448   output-file-type: ".html"
17449   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17450   data: "plot-vpp-throughput-latency-2n-skx"
17451   filter: "'NIC_Intel-X710' and
17452            '64B' and
17453            'NDRPDR' and
17454            ('ETH' or 'DOT1Q') and
17455            'BASE' and
17456            '4T2C' and
17457            ('L2BDMACLRN' or 'L2XCFWD') and
17458            'VHOST_1024' and
17459            not 'VXLAN' and
17460            not 'NF_DENSITY' and
17461            not 'IP4FWD' and
17462            not '2VM'"
17463   parameters:
17464   - "throughput"
17465   - "parent"
17466   - "tags"
17467 #  sort:
17468 #  - "not CFS_OPT"
17469 #  - "L2XCFWD"
17470 #  - "not CFS_OPT"
17471 #  - "CFS_OPT"
17472   traces:
17473     hoverinfo: "x+y"
17474     boxpoints: "outliers"
17475     whiskerwidth: 0
17476   layout:
17477     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17478     layout: "plot-throughput"
17479
17480 -
17481   type: "plot"
17482   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17483   algorithm: "plot_performance_box"
17484   output-file-type: ".html"
17485   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17486   data: "plot-vpp-throughput-latency-2n-skx"
17487   filter: "'NIC_Intel-X710' and
17488            '64B' and
17489            'NDRPDR' and
17490            ('ETH' or 'DOT1Q') and
17491            'BASE' and
17492            '4T2C' and
17493            ('L2BDMACLRN' or 'L2XCFWD') and
17494            'VHOST_1024' and
17495            not 'VXLAN' and
17496            not 'NF_DENSITY' and
17497            not 'IP4FWD' and
17498            not '2VM'"
17499   parameters:
17500   - "throughput"
17501   - "parent"
17502   - "tags"
17503 #  sort:
17504 #  - "not CFS_OPT"
17505 #  - "L2XCFWD"
17506 #  - "not CFS_OPT"
17507 #  - "CFS_OPT"
17508   traces:
17509     hoverinfo: "x+y"
17510     boxpoints: "outliers"
17511     whiskerwidth: 0
17512   layout:
17513     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17514     layout: "plot-throughput"
17515
17516 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17517 -
17518   type: "plot"
17519   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17520   algorithm: "plot_performance_box"
17521   output-file-type: ".html"
17522   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17523   data: "plot-vpp-throughput-latency-2n-skx"
17524   filter: "'NIC_Intel-X710' and
17525            '64B' and
17526            'NDRPDR' and
17527            ('ETH' or 'DOT1Q') and
17528            '2T1C' and
17529            ('L2BDMACLRN' or 'L2XCFWD') and
17530            'VHOST_1024' and
17531            not 'CFS_OPT' and
17532            not 'VXLAN' and
17533            not 'NF_DENSITY' and
17534            not 'IP4FWD'"
17535   parameters:
17536   - "throughput"
17537   - "parent"
17538   - "tags"
17539 #  sort:
17540 #  - "1VM"
17541 #  - "L2XCFWD"
17542 #  - "1VM"
17543 #  - "L2BDMACLRN"
17544   traces:
17545     hoverinfo: "x+y"
17546     boxpoints: "outliers"
17547     whiskerwidth: 0
17548   layout:
17549     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17550     layout: "plot-throughput"
17551
17552 -
17553   type: "plot"
17554   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17555   algorithm: "plot_performance_box"
17556   output-file-type: ".html"
17557   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17558   data: "plot-vpp-throughput-latency-2n-skx"
17559   filter: "'NIC_Intel-X710' and
17560            '64B' and
17561            'NDRPDR' and
17562            ('ETH' or 'DOT1Q') and
17563            '2T1C' and
17564            ('L2BDMACLRN' or 'L2XCFWD') and
17565            'VHOST_1024' and
17566            not 'CFS_OPT' and
17567            not 'VXLAN' and
17568            not 'NF_DENSITY' and
17569            not 'IP4FWD'"
17570   parameters:
17571   - "throughput"
17572   - "parent"
17573   - "tags"
17574 #  sort:
17575 #  - "1VM"
17576 #  - "L2XCFWD"
17577 #  - "1VM"
17578 #  - "L2BDMACLRN"
17579   traces:
17580     hoverinfo: "x+y"
17581     boxpoints: "outliers"
17582     whiskerwidth: 0
17583   layout:
17584     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17585     layout: "plot-throughput"
17586
17587 -
17588   type: "plot"
17589   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17590   algorithm: "plot_performance_box"
17591   output-file-type: ".html"
17592   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17593   data: "plot-vpp-throughput-latency-2n-skx"
17594   filter: "'NIC_Intel-X710' and
17595            '64B' and
17596            'NDRPDR' and
17597            ('ETH' or 'DOT1Q') and
17598            '4T2C' and
17599            ('L2BDMACLRN' or 'L2XCFWD') and
17600            'VHOST_1024' and
17601            not 'CFS_OPT' and
17602            not 'VXLAN' and
17603            not 'NF_DENSITY' and
17604            not 'IP4FWD'"
17605   parameters:
17606   - "throughput"
17607   - "parent"
17608   - "tags"
17609 #  sort:
17610 #  - "1VM"
17611 #  - "L2XCFWD"
17612 #  - "1VM"
17613 #  - "L2BDMACLRN"
17614   traces:
17615     hoverinfo: "x+y"
17616     boxpoints: "outliers"
17617     whiskerwidth: 0
17618   layout:
17619     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17620     layout: "plot-throughput"
17621
17622 -
17623   type: "plot"
17624   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17625   algorithm: "plot_performance_box"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17628   data: "plot-vpp-throughput-latency-2n-skx"
17629   filter: "'NIC_Intel-X710' and
17630            '64B' and
17631            'NDRPDR' and
17632            ('ETH' or 'DOT1Q') and
17633            '4T2C' and
17634            ('L2BDMACLRN' or 'L2XCFWD') and
17635            'VHOST_1024' and
17636            not 'CFS_OPT' and
17637            not 'VXLAN' and
17638            not 'NF_DENSITY' and
17639            not 'IP4FWD'"
17640   parameters:
17641   - "throughput"
17642   - "parent"
17643   - "tags"
17644 #  sort:
17645 #  - "1VM"
17646 #  - "L2XCFWD"
17647 #  - "1VM"
17648 #  - "L2BDMACLRN"
17649   traces:
17650     hoverinfo: "x+y"
17651     boxpoints: "outliers"
17652     whiskerwidth: 0
17653   layout:
17654     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17655     layout: "plot-throughput"
17656
17657 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17658 -
17659   type: "plot"
17660   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17661   algorithm: "plot_performance_box"
17662   output-file-type: ".html"
17663   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17664   data: "plot-vpp-throughput-latency-2n-skx"
17665   filter: "'NIC_Intel-XXV710' and
17666            '64B' and
17667            'NDRPDR' and
17668            'ETH' and
17669            'IP4FWD' and
17670            '2T1C' and
17671            'VHOST_1024' and
17672            not 'VXLAN' and
17673            not 'DOT1Q'"
17674   parameters:
17675   - "throughput"
17676   - "parent"
17677   - "tags"
17678   sort:
17679   - "not CFS_OPT"
17680   - "1VM"
17681   - "2VM"
17682   traces:
17683     hoverinfo: "x+y"
17684     boxpoints: "outliers"
17685     whiskerwidth: 0
17686   layout:
17687     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17688     layout: "plot-throughput"
17689
17690 -
17691   type: "plot"
17692   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17693   algorithm: "plot_performance_box"
17694   output-file-type: ".html"
17695   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17696   data: "plot-vpp-throughput-latency-2n-skx"
17697   filter: "'NIC_Intel-XXV710' and
17698            '64B' and
17699            'NDRPDR' and
17700            'ETH' and
17701            'IP4FWD' and
17702            '4T2C' and
17703            'VHOST_1024' and
17704            not 'VXLAN' and
17705            not 'DOT1Q'"
17706   parameters:
17707   - "throughput"
17708   - "parent"
17709   - "tags"
17710   sort:
17711   - "not CFS_OPT"
17712   - "1VM"
17713   - "2VM"
17714   traces:
17715     hoverinfo: "x+y"
17716     boxpoints: "outliers"
17717     whiskerwidth: 0
17718   layout:
17719     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17720     layout: "plot-throughput"
17721
17722 -
17723   type: "plot"
17724   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17725   algorithm: "plot_performance_box"
17726   output-file-type: ".html"
17727   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17728   data: "plot-vpp-throughput-latency-2n-skx"
17729   filter: "'NIC_Intel-XXV710' and
17730            '64B' and
17731            'NDRPDR' and
17732            'ETH' and
17733            'IP4FWD' and
17734            '2T1C' and
17735            'VHOST_1024' and
17736            not 'VXLAN' and
17737            not 'DOT1Q'"
17738   parameters:
17739   - "throughput"
17740   - "parent"
17741   - "tags"
17742   sort:
17743   - "not CFS_OPT"
17744   - "1VM"
17745   - "2VM"
17746   traces:
17747     hoverinfo: "x+y"
17748     boxpoints: "outliers"
17749     whiskerwidth: 0
17750   layout:
17751     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17752     layout: "plot-throughput"
17753
17754 -
17755   type: "plot"
17756   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17757   algorithm: "plot_performance_box"
17758   output-file-type: ".html"
17759   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17760   data: "plot-vpp-throughput-latency-2n-skx"
17761   filter: "'NIC_Intel-XXV710' and
17762            '64B' and
17763            'NDRPDR' and
17764            'ETH' and
17765            'IP4FWD' and
17766            '4T2C' and
17767            'VHOST_1024' and
17768            not 'VXLAN' and
17769            not 'DOT1Q'"
17770   parameters:
17771   - "throughput"
17772   - "parent"
17773   - "tags"
17774   sort:
17775   - "not CFS_OPT"
17776   - "1VM"
17777   - "2VM"
17778   traces:
17779     hoverinfo: "x+y"
17780     boxpoints: "outliers"
17781     whiskerwidth: 0
17782   layout:
17783     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17784     layout: "plot-throughput"
17785
17786 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17787 -
17788   type: "plot"
17789   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17790   algorithm: "plot_performance_box"
17791   output-file-type: ".html"
17792   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17793   data: "plot-vpp-throughput-latency-2n-skx"
17794   filter: "'NIC_Intel-XXV710' and
17795            '64B' and
17796            'NDRPDR' and
17797            ('ETH' or 'DOT1Q') and
17798            '2T1C' and
17799            'L2BDMACLRN' and
17800            'VHOST_1024' and
17801            not 'VXLAN' and
17802            not 'IP4FWD' and
17803            not '2VM'"
17804   parameters:
17805   - "throughput"
17806   - "parent"
17807   - "tags"
17808 #  sort:
17809 #  - "VM"  # "not CFS_OPT"
17810 #  - "CFS_OPT"
17811 #  - "FIB_10K"
17812 #  - "FIB_100K"
17813 #  - "FIB_1M"
17814   traces:
17815     hoverinfo: "x+y"
17816     boxpoints: "outliers"
17817     whiskerwidth: 0
17818   layout:
17819     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17820     layout: "plot-throughput"
17821
17822 -
17823   type: "plot"
17824   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17825   algorithm: "plot_performance_box"
17826   output-file-type: ".html"
17827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17828   data: "plot-vpp-throughput-latency-2n-skx"
17829   filter: "'NIC_Intel-XXV710' and
17830            '64B' and
17831            'NDRPDR' and
17832            ('ETH' or 'DOT1Q') and
17833            '4T2C' and
17834            'L2BDMACLRN' and
17835            'VHOST_1024' and
17836            not 'VXLAN' and
17837            not 'IP4FWD' and
17838            not '2VM'"
17839   parameters:
17840   - "throughput"
17841   - "parent"
17842   - "tags"
17843 #  sort:
17844 #  - "VM"  # "not CFS_OPT"
17845 #  - "CFS_OPT"
17846 #  - "FIB_10K"
17847 #  - "FIB_100K"
17848 #  - "FIB_1M"
17849   traces:
17850     hoverinfo: "x+y"
17851     boxpoints: "outliers"
17852     whiskerwidth: 0
17853   layout:
17854     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17855     layout: "plot-throughput"
17856
17857 -
17858   type: "plot"
17859   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17860   algorithm: "plot_performance_box"
17861   output-file-type: ".html"
17862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17863   data: "plot-vpp-throughput-latency-2n-skx"
17864   filter: "'NIC_Intel-XXV710' and
17865            '64B' and
17866            'NDRPDR' and
17867            ('ETH' or 'DOT1Q') and
17868            '2T1C' and
17869            'L2BDMACLRN' and
17870            'VHOST_1024' and
17871            not 'VXLAN' and
17872            not 'IP4FWD' and
17873            not '2VM'"
17874   parameters:
17875   - "throughput"
17876   - "parent"
17877   - "tags"
17878 #  sort:
17879 #  - "VM"  # "not CFS_OPT"
17880 #  - "CFS_OPT"
17881 #  - "FIB_10K"
17882 #  - "FIB_100K"
17883 #  - "FIB_1M"
17884   traces:
17885     hoverinfo: "x+y"
17886     boxpoints: "outliers"
17887     whiskerwidth: 0
17888   layout:
17889     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17890     layout: "plot-throughput"
17891
17892 -
17893   type: "plot"
17894   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17895   algorithm: "plot_performance_box"
17896   output-file-type: ".html"
17897   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17898   data: "plot-vpp-throughput-latency-2n-skx"
17899   filter: "'NIC_Intel-XXV710' and
17900            '64B' and
17901            'NDRPDR' and
17902            ('ETH' or 'DOT1Q') and
17903            '4T2C' and
17904            'L2BDMACLRN' and
17905            'VHOST_1024' and
17906            not 'VXLAN' and
17907            not 'IP4FWD' and
17908            not '2VM'"
17909   parameters:
17910   - "throughput"
17911   - "parent"
17912   - "tags"
17913 #  sort:
17914 #  - "VM"  # "not CFS_OPT"
17915 #  - "CFS_OPT"
17916 #  - "FIB_10K"
17917 #  - "FIB_100K"
17918 #  - "FIB_1M"
17919   traces:
17920     hoverinfo: "x+y"
17921     boxpoints: "outliers"
17922     whiskerwidth: 0
17923   layout:
17924     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17925     layout: "plot-throughput"
17926
17927 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17928 -
17929   type: "plot"
17930   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17931   algorithm: "plot_performance_box"
17932   output-file-type: ".html"
17933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17934   data: "plot-vpp-throughput-latency-2n-skx"
17935   filter: "'NIC_Intel-XXV710' and
17936            '64B' and
17937            'NDRPDR' and
17938            ('ETH' or 'DOT1Q') and
17939            'BASE' and
17940            '2T1C' and
17941            ('L2BDMACLRN' or 'L2XCFWD') and
17942            'VHOST_1024' and
17943            not 'VXLAN' and
17944            not 'IP4FWD' and
17945            not '2VM'"
17946   parameters:
17947   - "throughput"
17948   - "parent"
17949   - "tags"
17950 #  sort:
17951 #  - "not CFS_OPT"
17952 #  - "L2XCFWD"
17953 #  - "not CFS_OPT"
17954 #  - "CFS_OPT"
17955   traces:
17956     hoverinfo: "x+y"
17957     boxpoints: "outliers"
17958     whiskerwidth: 0
17959   layout:
17960     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17961     layout: "plot-throughput"
17962
17963 -
17964   type: "plot"
17965   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17966   algorithm: "plot_performance_box"
17967   output-file-type: ".html"
17968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17969   data: "plot-vpp-throughput-latency-2n-skx"
17970   filter: "'NIC_Intel-XXV710' and
17971            '64B' and
17972            'NDRPDR' and
17973            ('ETH' or 'DOT1Q') and
17974            'BASE' and
17975            '2T1C' and
17976            ('L2BDMACLRN' or 'L2XCFWD') and
17977            'VHOST_1024' and
17978            not 'VXLAN' and
17979            not 'IP4FWD' and
17980            not '2VM'"
17981   parameters:
17982   - "throughput"
17983   - "parent"
17984   - "tags"
17985 #  sort:
17986 #  - "not CFS_OPT"
17987 #  - "L2XCFWD"
17988 #  - "not CFS_OPT"
17989 #  - "CFS_OPT"
17990   traces:
17991     hoverinfo: "x+y"
17992     boxpoints: "outliers"
17993     whiskerwidth: 0
17994   layout:
17995     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17996     layout: "plot-throughput"
17997
17998 -
17999   type: "plot"
18000   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
18001   algorithm: "plot_performance_box"
18002   output-file-type: ".html"
18003   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
18004   data: "plot-vpp-throughput-latency-2n-skx"
18005   filter: "'NIC_Intel-XXV710' and
18006            '64B' and
18007            'NDRPDR' and
18008            ('ETH' or 'DOT1Q') and
18009            'BASE' and
18010            '4T2C' and
18011            ('L2BDMACLRN' or 'L2XCFWD') and
18012            'VHOST_1024' and
18013            not 'VXLAN' and
18014            not 'IP4FWD' and
18015            not '2VM'"
18016   parameters:
18017   - "throughput"
18018   - "parent"
18019   - "tags"
18020 #  sort:
18021 #  - "not CFS_OPT"
18022 #  - "L2XCFWD"
18023 #  - "not CFS_OPT"
18024 #  - "CFS_OPT"
18025   traces:
18026     hoverinfo: "x+y"
18027     boxpoints: "outliers"
18028     whiskerwidth: 0
18029   layout:
18030     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
18031     layout: "plot-throughput"
18032
18033 -
18034   type: "plot"
18035   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
18036   algorithm: "plot_performance_box"
18037   output-file-type: ".html"
18038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
18039   data: "plot-vpp-throughput-latency-2n-skx"
18040   filter: "'NIC_Intel-XXV710' and
18041            '64B' and
18042            'NDRPDR' and
18043            ('ETH' or 'DOT1Q') and
18044            'BASE' and
18045            '4T2C' and
18046            ('L2BDMACLRN' or 'L2XCFWD') and
18047            'VHOST_1024' and
18048            not 'VXLAN' and
18049            not 'IP4FWD' and
18050            not '2VM'"
18051   parameters:
18052   - "throughput"
18053   - "parent"
18054   - "tags"
18055 #  sort:
18056 #  - "not CFS_OPT"
18057 #  - "L2XCFWD"
18058 #  - "not CFS_OPT"
18059 #  - "CFS_OPT"
18060   traces:
18061     hoverinfo: "x+y"
18062     boxpoints: "outliers"
18063     whiskerwidth: 0
18064   layout:
18065     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
18066     layout: "plot-throughput"
18067
18068 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
18069 -
18070   type: "plot"
18071   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
18072   algorithm: "plot_performance_box"
18073   output-file-type: ".html"
18074   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
18075   data: "plot-vpp-throughput-latency-2n-skx"
18076   filter: "'NIC_Intel-XXV710' and
18077            '64B' and
18078            'NDRPDR' and
18079            ('ETH' or 'DOT1Q') and
18080            '2T1C' and
18081            ('L2BDMACLRN' or 'L2XCFWD') and
18082            'VHOST_1024' and
18083            not 'CFS_OPT' and
18084            not 'VXLAN' and
18085            not 'IP4FWD'"
18086   parameters:
18087   - "throughput"
18088   - "parent"
18089   - "tags"
18090 #  sort:
18091 #  - "1VM"
18092 #  - "L2XCFWD"
18093 #  - "1VM"
18094 #  - "L2BDMACLRN"
18095   traces:
18096     hoverinfo: "x+y"
18097     boxpoints: "outliers"
18098     whiskerwidth: 0
18099   layout:
18100     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
18101     layout: "plot-throughput"
18102
18103 -
18104   type: "plot"
18105   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18106   algorithm: "plot_performance_box"
18107   output-file-type: ".html"
18108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18109   data: "plot-vpp-throughput-latency-2n-skx"
18110   filter: "'NIC_Intel-XXV710' and
18111            '64B' and
18112            'NDRPDR' and
18113            ('ETH' or 'DOT1Q') and
18114            '2T1C' and
18115            ('L2BDMACLRN' or 'L2XCFWD') and
18116            'VHOST_1024' and
18117            not 'CFS_OPT' and
18118            not 'VXLAN' and
18119            not 'IP4FWD'"
18120   parameters:
18121   - "throughput"
18122   - "parent"
18123   - "tags"
18124 #  sort:
18125 #  - "1VM"
18126 #  - "L2XCFWD"
18127 #  - "1VM"
18128 #  - "L2BDMACLRN"
18129   traces:
18130     hoverinfo: "x+y"
18131     boxpoints: "outliers"
18132     whiskerwidth: 0
18133   layout:
18134     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18135     layout: "plot-throughput"
18136
18137 -
18138   type: "plot"
18139   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18140   algorithm: "plot_performance_box"
18141   output-file-type: ".html"
18142   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18143   data: "plot-vpp-throughput-latency-2n-skx"
18144   filter: "'NIC_Intel-XXV710' and
18145            '64B' and
18146            'NDRPDR' and
18147            ('ETH' or 'DOT1Q') and
18148            '4T2C' and
18149            ('L2BDMACLRN' or 'L2XCFWD') and
18150            'VHOST_1024' and
18151            not 'CFS_OPT' and
18152            not 'VXLAN' and
18153            not 'IP4FWD'"
18154   parameters:
18155   - "throughput"
18156   - "parent"
18157   - "tags"
18158 #  sort:
18159 #  - "1VM"
18160 #  - "L2XCFWD"
18161 #  - "1VM"
18162 #  - "L2BDMACLRN"
18163   traces:
18164     hoverinfo: "x+y"
18165     boxpoints: "outliers"
18166     whiskerwidth: 0
18167   layout:
18168     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18169     layout: "plot-throughput"
18170
18171 -
18172   type: "plot"
18173   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18174   algorithm: "plot_performance_box"
18175   output-file-type: ".html"
18176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18177   data: "plot-vpp-throughput-latency-2n-skx"
18178   filter: "'NIC_Intel-XXV710' and
18179            '64B' and
18180            'NDRPDR' and
18181            ('ETH' or 'DOT1Q') and
18182            '4T2C' and
18183            ('L2BDMACLRN' or 'L2XCFWD') and
18184            'VHOST_1024' and
18185            not 'CFS_OPT' and
18186            not 'VXLAN' and
18187            not 'IP4FWD'"
18188   parameters:
18189   - "throughput"
18190   - "parent"
18191   - "tags"
18192 #  sort:
18193 #  - "1VM"
18194 #  - "L2XCFWD"
18195 #  - "1VM"
18196 #  - "L2BDMACLRN"
18197   traces:
18198     hoverinfo: "x+y"
18199     boxpoints: "outliers"
18200     whiskerwidth: 0
18201   layout:
18202     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18203     layout: "plot-throughput"
18204
18205 ################################################################################
18206
18207 # Packet Throughput - VPP VTS 3n-hsw-x520
18208 -
18209   type: "plot"
18210   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
18211   algorithm: "plot_performance_box"
18212   output-file-type: ".html"
18213   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
18214   data: "plot-vpp-throughput-latency-3n-hsw"
18215   filter: "'NIC_Intel-X520-DA2' and
18216            '114B' and
18217            'NDRPDR' and
18218            '1T1C' and
18219            'VTS'"
18220   parameters:
18221   - "throughput"
18222   - "parent"
18223   - "tags"
18224   traces:
18225     hoverinfo: "x+y"
18226     boxpoints: "outliers"
18227     whiskerwidth: 0
18228   layout:
18229     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
18230     layout: "plot-throughput"
18231
18232 -
18233   type: "plot"
18234   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
18235   algorithm: "plot_performance_box"
18236   output-file-type: ".html"
18237   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
18238   data: "plot-vpp-throughput-latency-3n-hsw"
18239   filter: "'NIC_Intel-X520-DA2' and
18240            '114B' and
18241            'NDRPDR' and
18242            '2T2C' and
18243            'VTS'"
18244   parameters:
18245   - "throughput"
18246   - "parent"
18247   - "tags"
18248   traces:
18249     hoverinfo: "x+y"
18250     boxpoints: "outliers"
18251     whiskerwidth: 0
18252   layout:
18253     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
18254     layout: "plot-throughput"
18255
18256 -
18257   type: "plot"
18258   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
18259   algorithm: "plot_performance_box"
18260   output-file-type: ".html"
18261   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
18262   data: "plot-vpp-throughput-latency-3n-hsw"
18263   filter: "'NIC_Intel-X520-DA2' and
18264            '114B' and
18265            'NDRPDR' and
18266            '1T1C' and
18267            'VTS'"
18268   parameters:
18269   - "throughput"
18270   - "parent"
18271   - "tags"
18272   traces:
18273     hoverinfo: "x+y"
18274     boxpoints: "outliers"
18275     whiskerwidth: 0
18276   layout:
18277     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
18278     layout: "plot-throughput"
18279
18280 -
18281   type: "plot"
18282   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
18283   algorithm: "plot_performance_box"
18284   output-file-type: ".html"
18285   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
18286   data: "plot-vpp-throughput-latency-3n-hsw"
18287   filter: "'NIC_Intel-X520-DA2' and
18288            '114B' and
18289            'NDRPDR' and
18290            '2T2C' and
18291            'VTS'"
18292   parameters:
18293   - "throughput"
18294   - "parent"
18295   - "tags"
18296   traces:
18297     hoverinfo: "x+y"
18298     boxpoints: "outliers"
18299     whiskerwidth: 0
18300   layout:
18301     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
18302     layout: "plot-throughput"
18303
18304 ################################################################################
18305
18306 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
18307 -
18308   type: "plot"
18309   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18310   algorithm: "plot_performance_box"
18311   output-file-type: ".html"
18312   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18313   data: "plot-dpdk-throughput-latency-3n-hsw"
18314   filter: "'NIC_Intel-X520-DA2' and
18315            '64B' and
18316            'BASE' and
18317            'NDRPDR' and
18318            '1T1C' and
18319            'IP4FWD'"
18320   parameters:
18321   - "throughput"
18322   - "parent"
18323   - "tags"
18324   traces:
18325     hoverinfo: "x+y"
18326     boxpoints: "outliers"
18327     whiskerwidth: 0
18328   layout:
18329     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18330     layout: "plot-throughput"
18331
18332 -
18333   type: "plot"
18334   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18335   algorithm: "plot_performance_box"
18336   output-file-type: ".html"
18337   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18338   data: "plot-dpdk-throughput-latency-3n-hsw"
18339   filter: "'NIC_Intel-X520-DA2' and
18340            '64B' and
18341            'BASE' and
18342            'NDRPDR' and
18343            '2T2C' and
18344            'IP4FWD'"
18345   parameters:
18346   - "throughput"
18347   - "parent"
18348   - "tags"
18349   traces:
18350     hoverinfo: "x+y"
18351     boxpoints: "outliers"
18352     whiskerwidth: 0
18353   layout:
18354     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18355     layout: "plot-throughput"
18356
18357 -
18358   type: "plot"
18359   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18360   algorithm: "plot_performance_box"
18361   output-file-type: ".html"
18362   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18363   data: "plot-dpdk-throughput-latency-3n-hsw"
18364   filter: "'NIC_Intel-X520-DA2' and
18365            '64B' and
18366            'BASE' and
18367            'NDRPDR' and
18368            '1T1C' and
18369            'IP4FWD'"
18370   parameters:
18371   - "throughput"
18372   - "parent"
18373   - "tags"
18374   traces:
18375     hoverinfo: "x+y"
18376     boxpoints: "outliers"
18377     whiskerwidth: 0
18378   layout:
18379     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18380     layout: "plot-throughput"
18381
18382 -
18383   type: "plot"
18384   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18385   algorithm: "plot_performance_box"
18386   output-file-type: ".html"
18387   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18388   data: "plot-dpdk-throughput-latency-3n-hsw"
18389   filter: "'NIC_Intel-X520-DA2' and
18390            '64B' and
18391            'BASE' and
18392            'NDRPDR' and
18393            '2T2C' and
18394            'IP4FWD'"
18395   parameters:
18396   - "throughput"
18397   - "parent"
18398   - "tags"
18399   traces:
18400     hoverinfo: "x+y"
18401     boxpoints: "outliers"
18402     whiskerwidth: 0
18403   layout:
18404     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18405     layout: "plot-throughput"
18406
18407 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
18408 -
18409   type: "plot"
18410   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18411   algorithm: "plot_performance_box"
18412   output-file-type: ".html"
18413   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18414   data: "plot-dpdk-throughput-latency-3n-hsw"
18415   filter: "'NIC_Intel-X710' and
18416            '64B' and
18417            'BASE' and
18418            'NDRPDR' and
18419            '1T1C' and
18420            'IP4FWD'"
18421   parameters:
18422   - "throughput"
18423   - "parent"
18424   - "tags"
18425   traces:
18426     hoverinfo: "x+y"
18427     boxpoints: "outliers"
18428     whiskerwidth: 0
18429   layout:
18430     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18431     layout: "plot-throughput"
18432
18433 -
18434   type: "plot"
18435   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18436   algorithm: "plot_performance_box"
18437   output-file-type: ".html"
18438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18439   data: "plot-dpdk-throughput-latency-3n-hsw"
18440   filter: "'NIC_Intel-X710' and
18441            '64B' and
18442            'BASE' and
18443            'NDRPDR' and
18444            '2T2C' and
18445            'IP4FWD'"
18446   parameters:
18447   - "throughput"
18448   - "parent"
18449   - "tags"
18450   traces:
18451     hoverinfo: "x+y"
18452     boxpoints: "outliers"
18453     whiskerwidth: 0
18454   layout:
18455     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18456     layout: "plot-throughput"
18457
18458 -
18459   type: "plot"
18460   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18461   algorithm: "plot_performance_box"
18462   output-file-type: ".html"
18463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18464   data: "plot-dpdk-throughput-latency-3n-hsw"
18465   filter: "'NIC_Intel-X710' and
18466            '64B' and
18467            'BASE' and
18468            'NDRPDR' and
18469            '1T1C' and
18470            'IP4FWD'"
18471   parameters:
18472   - "throughput"
18473   - "parent"
18474   - "tags"
18475   traces:
18476     hoverinfo: "x+y"
18477     boxpoints: "outliers"
18478     whiskerwidth: 0
18479   layout:
18480     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18481     layout: "plot-throughput"
18482
18483 -
18484   type: "plot"
18485   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18486   algorithm: "plot_performance_box"
18487   output-file-type: ".html"
18488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18489   data: "plot-dpdk-throughput-latency-3n-hsw"
18490   filter: "'NIC_Intel-X710' and
18491            '64B' and
18492            'BASE' and
18493            'NDRPDR' and
18494            '2T2C' and
18495            'IP4FWD'"
18496   parameters:
18497   - "throughput"
18498   - "parent"
18499   - "tags"
18500   traces:
18501     hoverinfo: "x+y"
18502     boxpoints: "outliers"
18503     whiskerwidth: 0
18504   layout:
18505     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18506     layout: "plot-throughput"
18507
18508 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18509 -
18510   type: "plot"
18511   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18512   algorithm: "plot_performance_box"
18513   output-file-type: ".html"
18514   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18515   data: "plot-dpdk-throughput-latency-3n-hsw"
18516   filter: "'NIC_Intel-XL710' and
18517            '64B' and
18518            'BASE' and
18519            'NDRPDR' and
18520            '1T1C' and
18521            'IP4FWD'"
18522   parameters:
18523   - "throughput"
18524   - "parent"
18525   - "tags"
18526   traces:
18527     hoverinfo: "x+y"
18528     boxpoints: "outliers"
18529     whiskerwidth: 0
18530   layout:
18531     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18532     layout: "plot-throughput"
18533
18534 -
18535   type: "plot"
18536   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18537   algorithm: "plot_performance_box"
18538   output-file-type: ".html"
18539   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18540   data: "plot-dpdk-throughput-latency-3n-hsw"
18541   filter: "'NIC_Intel-XL710' and
18542            '64B' and
18543            'BASE' and
18544            'NDRPDR' and
18545            '2T2C' and
18546            'IP4FWD'"
18547   parameters:
18548   - "throughput"
18549   - "parent"
18550   - "tags"
18551   traces:
18552     hoverinfo: "x+y"
18553     boxpoints: "outliers"
18554     whiskerwidth: 0
18555   layout:
18556     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18557     layout: "plot-throughput"
18558
18559 -
18560   type: "plot"
18561   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18562   algorithm: "plot_performance_box"
18563   output-file-type: ".html"
18564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18565   data: "plot-dpdk-throughput-latency-3n-hsw"
18566   filter: "'NIC_Intel-XL710' and
18567            '64B' and
18568            'BASE' and
18569            'NDRPDR' and
18570            '1T1C' and
18571            'IP4FWD'"
18572   parameters:
18573   - "throughput"
18574   - "parent"
18575   - "tags"
18576   traces:
18577     hoverinfo: "x+y"
18578     boxpoints: "outliers"
18579     whiskerwidth: 0
18580   layout:
18581     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18582     layout: "plot-throughput"
18583
18584 -
18585   type: "plot"
18586   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18587   algorithm: "plot_performance_box"
18588   output-file-type: ".html"
18589   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18590   data: "plot-dpdk-throughput-latency-3n-hsw"
18591   filter: "'NIC_Intel-XL710' and
18592            '64B' and
18593            'BASE' and
18594            'NDRPDR' and
18595            '2T2C' and
18596            'IP4FWD'"
18597   parameters:
18598   - "throughput"
18599   - "parent"
18600   - "tags"
18601   traces:
18602     hoverinfo: "x+y"
18603     boxpoints: "outliers"
18604     whiskerwidth: 0
18605   layout:
18606     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18607     layout: "plot-throughput"
18608
18609 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18610 -
18611   type: "plot"
18612   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18613   algorithm: "plot_performance_box"
18614   output-file-type: ".html"
18615   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18616   data: "plot-dpdk-throughput-latency-3n-skx"
18617   filter: "'NIC_Intel-X710' and
18618            '64B' and
18619            'BASE' and
18620            'NDRPDR' and
18621            '2T1C' and
18622            'IP4FWD'"
18623   parameters:
18624   - "throughput"
18625   - "parent"
18626   - "tags"
18627   traces:
18628     hoverinfo: "x+y"
18629     boxpoints: "outliers"
18630     whiskerwidth: 0
18631   layout:
18632     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18633     layout: "plot-throughput"
18634
18635 -
18636   type: "plot"
18637   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18638   algorithm: "plot_performance_box"
18639   output-file-type: ".html"
18640   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18641   data: "plot-dpdk-throughput-latency-3n-skx"
18642   filter: "'NIC_Intel-X710' and
18643            '64B' and
18644            'BASE' and
18645            'NDRPDR' and
18646            '4T2C' and
18647            'IP4FWD'"
18648   parameters:
18649   - "throughput"
18650   - "parent"
18651   - "tags"
18652   traces:
18653     hoverinfo: "x+y"
18654     boxpoints: "outliers"
18655     whiskerwidth: 0
18656   layout:
18657     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18658     layout: "plot-throughput"
18659
18660 -
18661   type: "plot"
18662   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18663   algorithm: "plot_performance_box"
18664   output-file-type: ".html"
18665   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18666   data: "plot-dpdk-throughput-latency-3n-skx"
18667   filter: "'NIC_Intel-X710' and
18668            '64B' and
18669            'BASE' and
18670            'NDRPDR' and
18671            '2T1C' and
18672            'IP4FWD'"
18673   parameters:
18674   - "throughput"
18675   - "parent"
18676   - "tags"
18677   traces:
18678     hoverinfo: "x+y"
18679     boxpoints: "outliers"
18680     whiskerwidth: 0
18681   layout:
18682     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18683     layout: "plot-throughput"
18684
18685 -
18686   type: "plot"
18687   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18688   algorithm: "plot_performance_box"
18689   output-file-type: ".html"
18690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18691   data: "plot-dpdk-throughput-latency-3n-skx"
18692   filter: "'NIC_Intel-X710' and
18693            '64B' and
18694            'BASE' and
18695            'NDRPDR' and
18696            '4T2C' and
18697            'IP4FWD'"
18698   parameters:
18699   - "throughput"
18700   - "parent"
18701   - "tags"
18702   traces:
18703     hoverinfo: "x+y"
18704     boxpoints: "outliers"
18705     whiskerwidth: 0
18706   layout:
18707     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18708     layout: "plot-throughput"
18709
18710 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18711 -
18712   type: "plot"
18713   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18714   algorithm: "plot_performance_box"
18715   output-file-type: ".html"
18716   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18717   data: "plot-dpdk-throughput-latency-3n-skx"
18718   filter: "'NIC_Intel-XXV710' and
18719            '64B' and
18720            'BASE' and
18721            'NDRPDR' and
18722            '2T1C' and
18723            'IP4FWD'"
18724   parameters:
18725   - "throughput"
18726   - "parent"
18727   - "tags"
18728   traces:
18729     hoverinfo: "x+y"
18730     boxpoints: "outliers"
18731     whiskerwidth: 0
18732   layout:
18733     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18734     layout: "plot-throughput"
18735
18736 -
18737   type: "plot"
18738   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18739   algorithm: "plot_performance_box"
18740   output-file-type: ".html"
18741   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18742   data: "plot-dpdk-throughput-latency-3n-skx"
18743   filter: "'NIC_Intel-XXV710' and
18744            '64B' and
18745            'BASE' and
18746            'NDRPDR' and
18747            '4T2C' and
18748            'IP4FWD'"
18749   parameters:
18750   - "throughput"
18751   - "parent"
18752   - "tags"
18753   traces:
18754     hoverinfo: "x+y"
18755     boxpoints: "outliers"
18756     whiskerwidth: 0
18757   layout:
18758     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18759     layout: "plot-throughput"
18760
18761 -
18762   type: "plot"
18763   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18764   algorithm: "plot_performance_box"
18765   output-file-type: ".html"
18766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18767   data: "plot-dpdk-throughput-latency-3n-skx"
18768   filter: "'NIC_Intel-XXV710' and
18769            '64B' and
18770            'BASE' and
18771            'NDRPDR' and
18772            '2T1C' and
18773            'IP4FWD'"
18774   parameters:
18775   - "throughput"
18776   - "parent"
18777   - "tags"
18778   traces:
18779     hoverinfo: "x+y"
18780     boxpoints: "outliers"
18781     whiskerwidth: 0
18782   layout:
18783     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18784     layout: "plot-throughput"
18785
18786 -
18787   type: "plot"
18788   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18789   algorithm: "plot_performance_box"
18790   output-file-type: ".html"
18791   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18792   data: "plot-dpdk-throughput-latency-3n-skx"
18793   filter: "'NIC_Intel-XXV710' and
18794            '64B' and
18795            'BASE' and
18796            'NDRPDR' and
18797            '4T2C' and
18798            'IP4FWD'"
18799   parameters:
18800   - "throughput"
18801   - "parent"
18802   - "tags"
18803   traces:
18804     hoverinfo: "x+y"
18805     boxpoints: "outliers"
18806     whiskerwidth: 0
18807   layout:
18808     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18809     layout: "plot-throughput"
18810
18811 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18812 -
18813   type: "plot"
18814   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18815   algorithm: "plot_performance_box"
18816   output-file-type: ".html"
18817   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18818   data: "plot-dpdk-throughput-latency-2n-skx"
18819   filter: "'NIC_Intel-X710' and
18820            '64B' and
18821            'BASE' and
18822            'NDRPDR' and
18823            '2T1C' and
18824            'IP4FWD'"
18825   parameters:
18826   - "throughput"
18827   - "parent"
18828   - "tags"
18829   traces:
18830     hoverinfo: "x+y"
18831     boxpoints: "outliers"
18832     whiskerwidth: 0
18833   layout:
18834     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18835     layout: "plot-throughput"
18836
18837 -
18838   type: "plot"
18839   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18840   algorithm: "plot_performance_box"
18841   output-file-type: ".html"
18842   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18843   data: "plot-dpdk-throughput-latency-2n-skx"
18844   filter: "'NIC_Intel-X710' and
18845            '64B' and
18846            'BASE' and
18847            'NDRPDR' and
18848            '4T2C' and
18849            'IP4FWD'"
18850   parameters:
18851   - "throughput"
18852   - "parent"
18853   - "tags"
18854   traces:
18855     hoverinfo: "x+y"
18856     boxpoints: "outliers"
18857     whiskerwidth: 0
18858   layout:
18859     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18860     layout: "plot-throughput"
18861
18862 -
18863   type: "plot"
18864   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18865   algorithm: "plot_performance_box"
18866   output-file-type: ".html"
18867   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18868   data: "plot-dpdk-throughput-latency-2n-skx"
18869   filter: "'NIC_Intel-X710' and
18870            '64B' and
18871            'BASE' and
18872            'NDRPDR' and
18873            '2T1C' and
18874            'IP4FWD'"
18875   parameters:
18876   - "throughput"
18877   - "parent"
18878   - "tags"
18879   traces:
18880     hoverinfo: "x+y"
18881     boxpoints: "outliers"
18882     whiskerwidth: 0
18883   layout:
18884     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18885     layout: "plot-throughput"
18886
18887 -
18888   type: "plot"
18889   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18890   algorithm: "plot_performance_box"
18891   output-file-type: ".html"
18892   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18893   data: "plot-dpdk-throughput-latency-2n-skx"
18894   filter: "'NIC_Intel-X710' and
18895            '64B' and
18896            'BASE' and
18897            'NDRPDR' and
18898            '4T2C' and
18899            'IP4FWD'"
18900   parameters:
18901   - "throughput"
18902   - "parent"
18903   - "tags"
18904   traces:
18905     hoverinfo: "x+y"
18906     boxpoints: "outliers"
18907     whiskerwidth: 0
18908   layout:
18909     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18910     layout: "plot-throughput"
18911
18912 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18913 -
18914   type: "plot"
18915   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18916   algorithm: "plot_performance_box"
18917   output-file-type: ".html"
18918   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18919   data: "plot-dpdk-throughput-latency-2n-skx"
18920   filter: "'NIC_Intel-XXV710' and
18921            '64B' and
18922            'BASE' and
18923            'NDRPDR' and
18924            '2T1C' and
18925            'IP4FWD'"
18926   parameters:
18927   - "throughput"
18928   - "parent"
18929   - "tags"
18930   traces:
18931     hoverinfo: "x+y"
18932     boxpoints: "outliers"
18933     whiskerwidth: 0
18934   layout:
18935     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18936     layout: "plot-throughput"
18937
18938 -
18939   type: "plot"
18940   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18941   algorithm: "plot_performance_box"
18942   output-file-type: ".html"
18943   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18944   data: "plot-dpdk-throughput-latency-2n-skx"
18945   filter: "'NIC_Intel-XXV710' and
18946            '64B' and
18947            'BASE' and
18948            'NDRPDR' and
18949            '4T2C' and
18950            'IP4FWD'"
18951   parameters:
18952   - "throughput"
18953   - "parent"
18954   - "tags"
18955   traces:
18956     hoverinfo: "x+y"
18957     boxpoints: "outliers"
18958     whiskerwidth: 0
18959   layout:
18960     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18961     layout: "plot-throughput"
18962
18963 -
18964   type: "plot"
18965   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18966   algorithm: "plot_performance_box"
18967   output-file-type: ".html"
18968   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18969   data: "plot-dpdk-throughput-latency-2n-skx"
18970   filter: "'NIC_Intel-XXV710' and
18971            '64B' and
18972            'BASE' and
18973            'NDRPDR' and
18974            '2T1C' and
18975            'IP4FWD'"
18976   parameters:
18977   - "throughput"
18978   - "parent"
18979   - "tags"
18980   traces:
18981     hoverinfo: "x+y"
18982     boxpoints: "outliers"
18983     whiskerwidth: 0
18984   layout:
18985     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18986     layout: "plot-throughput"
18987
18988 -
18989   type: "plot"
18990   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18991   algorithm: "plot_performance_box"
18992   output-file-type: ".html"
18993   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18994   data: "plot-dpdk-throughput-latency-2n-skx"
18995   filter: "'NIC_Intel-XXV710' and
18996            '64B' and
18997            'BASE' and
18998            'NDRPDR' and
18999            '4T2C' and
19000            'IP4FWD'"
19001   parameters:
19002   - "throughput"
19003   - "parent"
19004   - "tags"
19005   traces:
19006     hoverinfo: "x+y"
19007     boxpoints: "outliers"
19008     whiskerwidth: 0
19009   layout:
19010     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
19011     layout: "plot-throughput"
19012
19013 ################################################################################
19014
19015 # Packet Throughput - DPDK testpmd 3n-hsw-x520
19016 -
19017   type: "plot"
19018   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
19019   algorithm: "plot_performance_box"
19020   output-file-type: ".html"
19021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
19022   data: "plot-dpdk-throughput-latency-3n-hsw"
19023   filter: "'NIC_Intel-X520-DA2' and
19024            '64B' and
19025            'BASE' and
19026            'NDRPDR' and
19027            '1T1C' and
19028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19029   parameters:
19030   - "throughput"
19031   - "parent"
19032   - "tags"
19033   traces:
19034     hoverinfo: "x+y"
19035     boxpoints: "outliers"
19036     whiskerwidth: 0
19037   layout:
19038     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
19039     layout: "plot-throughput"
19040
19041 -
19042   type: "plot"
19043   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
19044   algorithm: "plot_performance_box"
19045   output-file-type: ".html"
19046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
19047   data: "plot-dpdk-throughput-latency-3n-hsw"
19048   filter: "'NIC_Intel-X520-DA2' and
19049            '64B' and
19050            'BASE' and
19051            'NDRPDR' and
19052            '2T2C' and
19053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19054   parameters:
19055   - "throughput"
19056   - "parent"
19057   - "tags"
19058   traces:
19059     hoverinfo: "x+y"
19060     boxpoints: "outliers"
19061     whiskerwidth: 0
19062   layout:
19063     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
19064     layout: "plot-throughput"
19065
19066 -
19067   type: "plot"
19068   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
19069   algorithm: "plot_performance_box"
19070   output-file-type: ".html"
19071   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
19072   data: "plot-dpdk-throughput-latency-3n-hsw"
19073   filter: "'NIC_Intel-X520-DA2' and
19074            '64B' and
19075            'BASE' and
19076            'NDRPDR' and
19077            '1T1C' and
19078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19079   parameters:
19080   - "throughput"
19081   - "parent"
19082   - "tags"
19083   traces:
19084     hoverinfo: "x+y"
19085     boxpoints: "outliers"
19086     whiskerwidth: 0
19087   layout:
19088     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
19089     layout: "plot-throughput"
19090
19091 -
19092   type: "plot"
19093   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
19094   algorithm: "plot_performance_box"
19095   output-file-type: ".html"
19096   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
19097   data: "plot-dpdk-throughput-latency-3n-hsw"
19098   filter: "'NIC_Intel-X520-DA2' and
19099            '64B' and
19100            'BASE' and
19101            'NDRPDR' and
19102            '2T2C' and
19103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19104   parameters:
19105   - "throughput"
19106   - "parent"
19107   - "tags"
19108   traces:
19109     hoverinfo: "x+y"
19110     boxpoints: "outliers"
19111     whiskerwidth: 0
19112   layout:
19113     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
19114     layout: "plot-throughput"
19115
19116 # Packet Throughput - DPDK testpmd 3n-hsw-x710
19117 -
19118   type: "plot"
19119   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19120   algorithm: "plot_performance_box"
19121   output-file-type: ".html"
19122   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19123   data: "plot-dpdk-throughput-latency-3n-hsw"
19124   filter: "'NIC_Intel-X710' and
19125            '64B' and
19126            'BASE' and
19127            'NDRPDR' and
19128            '1T1C' and
19129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19130   parameters:
19131   - "throughput"
19132   - "parent"
19133   - "tags"
19134   traces:
19135     hoverinfo: "x+y"
19136     boxpoints: "outliers"
19137     whiskerwidth: 0
19138   layout:
19139     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19140     layout: "plot-throughput"
19141
19142 -
19143   type: "plot"
19144   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19145   algorithm: "plot_performance_box"
19146   output-file-type: ".html"
19147   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19148   data: "plot-dpdk-throughput-latency-3n-hsw"
19149   filter: "'NIC_Intel-X710' and
19150            '64B' and
19151            'BASE' and
19152            'NDRPDR' and
19153            '2T2C' and
19154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19155   parameters:
19156   - "throughput"
19157   - "parent"
19158   - "tags"
19159   traces:
19160     hoverinfo: "x+y"
19161     boxpoints: "outliers"
19162     whiskerwidth: 0
19163   layout:
19164     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19165     layout: "plot-throughput"
19166
19167 -
19168   type: "plot"
19169   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19170   algorithm: "plot_performance_box"
19171   output-file-type: ".html"
19172   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19173   data: "plot-dpdk-throughput-latency-3n-hsw"
19174   filter: "'NIC_Intel-X710' and
19175            '64B' and
19176            'BASE' and
19177            'NDRPDR' and
19178            '1T1C' and
19179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19180   parameters:
19181   - "throughput"
19182   - "parent"
19183   - "tags"
19184   traces:
19185     hoverinfo: "x+y"
19186     boxpoints: "outliers"
19187     whiskerwidth: 0
19188   layout:
19189     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19190     layout: "plot-throughput"
19191
19192 -
19193   type: "plot"
19194   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19195   algorithm: "plot_performance_box"
19196   output-file-type: ".html"
19197   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19198   data: "plot-dpdk-throughput-latency-3n-hsw"
19199   filter: "'NIC_Intel-X710' and
19200            '64B' and
19201            'BASE' and
19202            'NDRPDR' and
19203            '2T2C' and
19204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19205   parameters:
19206   - "throughput"
19207   - "parent"
19208   - "tags"
19209   traces:
19210     hoverinfo: "x+y"
19211     boxpoints: "outliers"
19212     whiskerwidth: 0
19213   layout:
19214     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19215     layout: "plot-throughput"
19216
19217 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
19218 -
19219   type: "plot"
19220   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19221   algorithm: "plot_performance_box"
19222   output-file-type: ".html"
19223   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19224   data: "plot-dpdk-throughput-latency-3n-hsw"
19225   filter: "'NIC_Intel-XL710' and
19226            '64B' and
19227            'BASE' and
19228            'NDRPDR' and
19229            '1T1C' and
19230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19231   parameters:
19232   - "throughput"
19233   - "parent"
19234   - "tags"
19235   traces:
19236     hoverinfo: "x+y"
19237     boxpoints: "outliers"
19238     whiskerwidth: 0
19239   layout:
19240     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19241     layout: "plot-throughput"
19242
19243 -
19244   type: "plot"
19245   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19246   algorithm: "plot_performance_box"
19247   output-file-type: ".html"
19248   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19249   data: "plot-dpdk-throughput-latency-3n-hsw"
19250   filter: "'NIC_Intel-XL710' and
19251            '64B' and
19252            'BASE' and
19253            'NDRPDR' and
19254            '2T2C' and
19255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19256   parameters:
19257   - "throughput"
19258   - "parent"
19259   - "tags"
19260   traces:
19261     hoverinfo: "x+y"
19262     boxpoints: "outliers"
19263     whiskerwidth: 0
19264   layout:
19265     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19266     layout: "plot-throughput"
19267
19268 -
19269   type: "plot"
19270   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19271   algorithm: "plot_performance_box"
19272   output-file-type: ".html"
19273   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19274   data: "plot-dpdk-throughput-latency-3n-hsw"
19275   filter: "'NIC_Intel-XL710' and
19276            '64B' and
19277            'BASE' and
19278            'NDRPDR' and
19279            '1T1C' and
19280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19281   parameters:
19282   - "throughput"
19283   - "parent"
19284   - "tags"
19285   traces:
19286     hoverinfo: "x+y"
19287     boxpoints: "outliers"
19288     whiskerwidth: 0
19289   layout:
19290     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19291     layout: "plot-throughput"
19292
19293 -
19294   type: "plot"
19295   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19296   algorithm: "plot_performance_box"
19297   output-file-type: ".html"
19298   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19299   data: "plot-dpdk-throughput-latency-3n-hsw"
19300   filter: "'NIC_Intel-XL710' and
19301            '64B' and
19302            'BASE' and
19303            'NDRPDR' and
19304            '2T2C' and
19305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19306   parameters:
19307   - "throughput"
19308   - "parent"
19309   - "tags"
19310   traces:
19311     hoverinfo: "x+y"
19312     boxpoints: "outliers"
19313     whiskerwidth: 0
19314   layout:
19315     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19316     layout: "plot-throughput"
19317
19318 # Packet Throughput - DPDK testpmd 3n-skx-x710
19319 -
19320   type: "plot"
19321   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19322   algorithm: "plot_performance_box"
19323   output-file-type: ".html"
19324   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19325   data: "plot-dpdk-throughput-latency-3n-skx"
19326   filter: "'NIC_Intel-X710' and
19327            '64B' and
19328            'BASE' and
19329            'NDRPDR' and
19330            '2T1C' and
19331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19332   parameters:
19333   - "throughput"
19334   - "parent"
19335   - "tags"
19336   traces:
19337     hoverinfo: "x+y"
19338     boxpoints: "outliers"
19339     whiskerwidth: 0
19340   layout:
19341     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19342     layout: "plot-throughput"
19343
19344 -
19345   type: "plot"
19346   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19347   algorithm: "plot_performance_box"
19348   output-file-type: ".html"
19349   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19350   data: "plot-dpdk-throughput-latency-3n-skx"
19351   filter: "'NIC_Intel-X710' and
19352            '64B' and
19353            'BASE' and
19354            'NDRPDR' and
19355            '4T2C' and
19356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19357   parameters:
19358   - "throughput"
19359   - "parent"
19360   - "tags"
19361   traces:
19362     hoverinfo: "x+y"
19363     boxpoints: "outliers"
19364     whiskerwidth: 0
19365   layout:
19366     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19367     layout: "plot-throughput"
19368
19369 -
19370   type: "plot"
19371   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19372   algorithm: "plot_performance_box"
19373   output-file-type: ".html"
19374   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19375   data: "plot-dpdk-throughput-latency-3n-skx"
19376   filter: "'NIC_Intel-X710' and
19377            '64B' and
19378            'BASE' and
19379            'NDRPDR' and
19380            '2T1C' and
19381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19382   parameters:
19383   - "throughput"
19384   - "parent"
19385   - "tags"
19386   traces:
19387     hoverinfo: "x+y"
19388     boxpoints: "outliers"
19389     whiskerwidth: 0
19390   layout:
19391     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19392     layout: "plot-throughput"
19393
19394 -
19395   type: "plot"
19396   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19397   algorithm: "plot_performance_box"
19398   output-file-type: ".html"
19399   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19400   data: "plot-dpdk-throughput-latency-3n-skx"
19401   filter: "'NIC_Intel-X710' and
19402            '64B' and
19403            'BASE' and
19404            'NDRPDR' and
19405            '4T2C' and
19406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19407   parameters:
19408   - "throughput"
19409   - "parent"
19410   - "tags"
19411   traces:
19412     hoverinfo: "x+y"
19413     boxpoints: "outliers"
19414     whiskerwidth: 0
19415   layout:
19416     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19417     layout: "plot-throughput"
19418
19419 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
19420 -
19421   type: "plot"
19422   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19423   algorithm: "plot_performance_box"
19424   output-file-type: ".html"
19425   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19426   data: "plot-dpdk-throughput-latency-3n-skx"
19427   filter: "'NIC_Intel-XXV710' and
19428            '64B' and
19429            'BASE' and
19430            'NDRPDR' and
19431            '2T1C' and
19432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19433   parameters:
19434   - "throughput"
19435   - "parent"
19436   - "tags"
19437   traces:
19438     hoverinfo: "x+y"
19439     boxpoints: "outliers"
19440     whiskerwidth: 0
19441   layout:
19442     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19443     layout: "plot-throughput"
19444
19445 -
19446   type: "plot"
19447   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19448   algorithm: "plot_performance_box"
19449   output-file-type: ".html"
19450   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19451   data: "plot-dpdk-throughput-latency-3n-skx"
19452   filter: "'NIC_Intel-XXV710' and
19453            '64B' and
19454            'BASE' and
19455            'NDRPDR' and
19456            '4T2C' and
19457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19458   parameters:
19459   - "throughput"
19460   - "parent"
19461   - "tags"
19462   traces:
19463     hoverinfo: "x+y"
19464     boxpoints: "outliers"
19465     whiskerwidth: 0
19466   layout:
19467     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19468     layout: "plot-throughput"
19469
19470 -
19471   type: "plot"
19472   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19473   algorithm: "plot_performance_box"
19474   output-file-type: ".html"
19475   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19476   data: "plot-dpdk-throughput-latency-3n-skx"
19477   filter: "'NIC_Intel-XXV710' and
19478            '64B' and
19479            'BASE' and
19480            'NDRPDR' and
19481            '2T1C' and
19482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19483   parameters:
19484   - "throughput"
19485   - "parent"
19486   - "tags"
19487   traces:
19488     hoverinfo: "x+y"
19489     boxpoints: "outliers"
19490     whiskerwidth: 0
19491   layout:
19492     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19493     layout: "plot-throughput"
19494
19495 -
19496   type: "plot"
19497   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19498   algorithm: "plot_performance_box"
19499   output-file-type: ".html"
19500   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19501   data: "plot-dpdk-throughput-latency-3n-skx"
19502   filter: "'NIC_Intel-XXV710' and
19503            '64B' and
19504            'BASE' and
19505            'NDRPDR' and
19506            '4T2C' and
19507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19508   parameters:
19509   - "throughput"
19510   - "parent"
19511   - "tags"
19512   traces:
19513     hoverinfo: "x+y"
19514     boxpoints: "outliers"
19515     whiskerwidth: 0
19516   layout:
19517     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19518     layout: "plot-throughput"
19519
19520 # Packet Throughput - DPDK testpmd 2n-skx-x710
19521 -
19522   type: "plot"
19523   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19524   algorithm: "plot_performance_box"
19525   output-file-type: ".html"
19526   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19527   data: "plot-dpdk-throughput-latency-2n-skx"
19528   filter: "'NIC_Intel-X710' and
19529            '64B' and
19530            'BASE' and
19531            'NDRPDR' and
19532            '2T1C' and
19533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19534   parameters:
19535   - "throughput"
19536   - "parent"
19537   - "tags"
19538   traces:
19539     hoverinfo: "x+y"
19540     boxpoints: "outliers"
19541     whiskerwidth: 0
19542   layout:
19543     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19544     layout: "plot-throughput"
19545
19546 -
19547   type: "plot"
19548   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19549   algorithm: "plot_performance_box"
19550   output-file-type: ".html"
19551   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19552   data: "plot-dpdk-throughput-latency-2n-skx"
19553   filter: "'NIC_Intel-X710' and
19554            '64B' and
19555            'BASE' and
19556            'NDRPDR' and
19557            '4T2C' and
19558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19559   parameters:
19560   - "throughput"
19561   - "parent"
19562   - "tags"
19563   traces:
19564     hoverinfo: "x+y"
19565     boxpoints: "outliers"
19566     whiskerwidth: 0
19567   layout:
19568     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19569     layout: "plot-throughput"
19570
19571 -
19572   type: "plot"
19573   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19574   algorithm: "plot_performance_box"
19575   output-file-type: ".html"
19576   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19577   data: "plot-dpdk-throughput-latency-2n-skx"
19578   filter: "'NIC_Intel-X710' and
19579            '64B' and
19580            'BASE' and
19581            'NDRPDR' and
19582            '2T1C' and
19583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19584   parameters:
19585   - "throughput"
19586   - "parent"
19587   - "tags"
19588   traces:
19589     hoverinfo: "x+y"
19590     boxpoints: "outliers"
19591     whiskerwidth: 0
19592   layout:
19593     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19594     layout: "plot-throughput"
19595
19596 -
19597   type: "plot"
19598   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19599   algorithm: "plot_performance_box"
19600   output-file-type: ".html"
19601   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19602   data: "plot-dpdk-throughput-latency-2n-skx"
19603   filter: "'NIC_Intel-X710' and
19604            '64B' and
19605            'BASE' and
19606            'NDRPDR' and
19607            '4T2C' and
19608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19609   parameters:
19610   - "throughput"
19611   - "parent"
19612   - "tags"
19613   traces:
19614     hoverinfo: "x+y"
19615     boxpoints: "outliers"
19616     whiskerwidth: 0
19617   layout:
19618     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19619     layout: "plot-throughput"
19620
19621 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19622 -
19623   type: "plot"
19624   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19625   algorithm: "plot_performance_box"
19626   output-file-type: ".html"
19627   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19628   data: "plot-dpdk-throughput-latency-2n-skx"
19629   filter: "'NIC_Intel-XXV710' and
19630            '64B' and
19631            'BASE' and
19632            'NDRPDR' and
19633            '2T1C' and
19634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19635   parameters:
19636   - "throughput"
19637   - "parent"
19638   - "tags"
19639   traces:
19640     hoverinfo: "x+y"
19641     boxpoints: "outliers"
19642     whiskerwidth: 0
19643   layout:
19644     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19645     layout: "plot-throughput"
19646
19647 -
19648   type: "plot"
19649   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19650   algorithm: "plot_performance_box"
19651   output-file-type: ".html"
19652   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19653   data: "plot-dpdk-throughput-latency-2n-skx"
19654   filter: "'NIC_Intel-XXV710' and
19655            '64B' and
19656            'BASE' and
19657            'NDRPDR' and
19658            '4T2C' and
19659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19660   parameters:
19661   - "throughput"
19662   - "parent"
19663   - "tags"
19664   traces:
19665     hoverinfo: "x+y"
19666     boxpoints: "outliers"
19667     whiskerwidth: 0
19668   layout:
19669     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19670     layout: "plot-throughput"
19671
19672 -
19673   type: "plot"
19674   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19675   algorithm: "plot_performance_box"
19676   output-file-type: ".html"
19677   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19678   data: "plot-dpdk-throughput-latency-2n-skx"
19679   filter: "'NIC_Intel-XXV710' and
19680            '64B' and
19681            'BASE' and
19682            'NDRPDR' and
19683            '2T1C' and
19684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19685   parameters:
19686   - "throughput"
19687   - "parent"
19688   - "tags"
19689   traces:
19690     hoverinfo: "x+y"
19691     boxpoints: "outliers"
19692     whiskerwidth: 0
19693   layout:
19694     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19695     layout: "plot-throughput"
19696
19697 -
19698   type: "plot"
19699   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19700   algorithm: "plot_performance_box"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19703   data: "plot-dpdk-throughput-latency-2n-skx"
19704   filter: "'NIC_Intel-XXV710' and
19705            '64B' and
19706            'BASE' and
19707            'NDRPDR' and
19708            '4T2C' and
19709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19710   parameters:
19711   - "throughput"
19712   - "parent"
19713   - "tags"
19714   traces:
19715     hoverinfo: "x+y"
19716     boxpoints: "outliers"
19717     whiskerwidth: 0
19718   layout:
19719     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19720     layout: "plot-throughput"
19721
19722 ################################################################################
19723
19724 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19725 -
19726   type: "plot"
19727   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19728   algorithm: "plot_latency_error_bars"
19729   output-file-type: ".html"
19730   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19731   data: "plot-vpp-throughput-latency-3n-hsw"
19732   filter: "'NIC_Intel-X520-DA2' and
19733            '64B' and
19734            ('BASE' or 'SCALE') and
19735            'NDRPDR' and
19736            'ETH' and
19737            '1T1C' and
19738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19739            not 'VHOST' and
19740            not 'MEMIF'"
19741   parameters:
19742   - "latency"
19743   - "parent"
19744   - "tags"
19745   sort:
19746   - "L2XCFWD"
19747   - "L2PATCH"
19748   - "L2BDMACLRN"
19749   - "FIB_10K"
19750   - "FIB_100K"
19751   - "FIB_1M"
19752   layout:
19753     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19754     layout: "plot-latency"
19755
19756 -
19757   type: "plot"
19758   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19759   algorithm: "plot_latency_error_bars"
19760   output-file-type: ".html"
19761   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19762   data: "plot-vpp-throughput-latency-3n-hsw"
19763   filter: "'NIC_Intel-X520-DA2' and
19764            '64B' and
19765            ('BASE' or 'SCALE') and
19766            'NDRPDR' and
19767            'ETH' and
19768            '2T2C' and
19769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19770            not 'VHOST' and
19771            not 'MEMIF'"
19772   parameters:
19773   - "latency"
19774   - "parent"
19775   - "tags"
19776   sort:
19777   - "L2XCFWD"
19778   - "L2PATCH"
19779   - "L2BDMACLRN"
19780   - "FIB_10K"
19781   - "FIB_100K"
19782   - "FIB_1M"
19783   layout:
19784     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19785     layout: "plot-latency"
19786
19787 # Packet Latency - VPP L2 3n-hsw-x520 features
19788 -
19789   type: "plot"
19790   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19791   algorithm: "plot_latency_error_bars"
19792   output-file-type: ".html"
19793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19794   data: "plot-vpp-throughput-latency-3n-hsw"
19795   filter: "'NIC_Intel-X520-DA2' and
19796            '64B' and
19797            'NDRPDR' and
19798            '1T1C' and
19799            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19800            not 'ACL' and
19801            not 'VHOST' and
19802            not 'MEMIF'"
19803   parameters:
19804   - "latency"
19805   - "parent"
19806   - "tags"
19807   sort:
19808   - "L2XCBASE"    # l2xcbase
19809   - "L2BDBASE"    # l2bdbase
19810   - "L2XCFWD"     # dot1q-l2xcbase
19811   - "L2BDMACLRN"  # dot1q-l2bdbase
19812   layout:
19813     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19814     layout: "plot-latency"
19815
19816 -
19817   type: "plot"
19818   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19819   algorithm: "plot_latency_error_bars"
19820   output-file-type: ".html"
19821   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19822   data: "plot-vpp-throughput-latency-3n-hsw"
19823   filter: "'NIC_Intel-X520-DA2' and
19824            '64B' and
19825            'NDRPDR' and
19826            '2T2C' and
19827            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19828            not 'ACL' and
19829            not 'VHOST' and
19830            not 'MEMIF'"
19831   parameters:
19832   - "latency"
19833   - "parent"
19834   - "tags"
19835   sort:
19836   - "L2XCBASE"    # l2xcbase
19837   - "L2BDBASE"    # l2bdbase
19838   - "L2XCFWD"     # dot1q-l2xcbase
19839   - "L2BDMACLRN"  # dot1q-l2bdbase
19840   layout:
19841     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19842     layout: "plot-latency"
19843
19844 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19845 -
19846   type: "plot"
19847   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19848   algorithm: "plot_latency_error_bars"
19849   output-file-type: ".html"
19850   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19851   data: "plot-vpp-throughput-latency-3n-hsw"
19852   filter: "'NIC_Intel-X710' and
19853            '64B' and
19854            ('BASE' or 'SCALE') and
19855            'NDRPDR' and
19856            'ETH' and
19857            '1T1C' and
19858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19859            not 'VHOST' and
19860            not 'MEMIF'"
19861   parameters:
19862   - "latency"
19863   - "parent"
19864   - "tags"
19865   sort:
19866   - "L2PATCH"
19867   - "L2XCBASE"
19868   - "BASE"
19869   - "FIB_10K"
19870   - "FIB_100K"
19871   - "FIB_1M"
19872   layout:
19873     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19874     layout: "plot-latency"
19875
19876 -
19877   type: "plot"
19878   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19879   algorithm: "plot_latency_error_bars"
19880   output-file-type: ".html"
19881   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19882   data: "plot-vpp-throughput-latency-3n-hsw"
19883   filter: "'NIC_Intel-X710' and
19884            '64B' and
19885            ('BASE' or 'SCALE') and
19886            'NDRPDR' and
19887            'ETH' and
19888            '2T2C' and
19889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19890            not 'VHOST' and
19891            not 'MEMIF'"
19892   parameters:
19893   - "latency"
19894   - "parent"
19895   - "tags"
19896   sort:
19897   - "L2PATCH"
19898   - "L2XCBASE"
19899   - "BASE"
19900   - "FIB_10K"
19901   - "FIB_100K"
19902   - "FIB_1M"
19903   layout:
19904     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19905     layout: "plot-latency"
19906
19907 # Packet Latency - VPP L2 3n-hsw-x710 features
19908 -
19909   type: "plot"
19910   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19911   algorithm: "plot_latency_error_bars"
19912   output-file-type: ".html"
19913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19914   data: "plot-vpp-throughput-latency-3n-hsw"
19915   filter: "'NIC_Intel-X710' and
19916            '64B' and
19917            'NDRPDR' and
19918            '1T1C' and
19919            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19920            not 'ACL' and
19921            not 'VHOST' and
19922            not 'MEMIF'"
19923   parameters:
19924   - "latency"
19925   - "parent"
19926   - "tags"
19927   sort:
19928   - "L2XCBASE"    # l2xcbase
19929   - "L2BDBASE"    # l2bdbase
19930   - "L2XCFWD"     # dot1q-l2xcbase
19931   - "L2BDMACLRN"  # dot1q-l2bdbase
19932   layout:
19933     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19934     layout: "plot-latency"
19935
19936 -
19937   type: "plot"
19938   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19939   algorithm: "plot_latency_error_bars"
19940   output-file-type: ".html"
19941   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19942   data: "plot-vpp-throughput-latency-3n-hsw"
19943   filter: "'NIC_Intel-X710' and
19944            '64B' and
19945            'NDRPDR' and
19946            '2T2C' and
19947            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19948            not 'ACL' and
19949            not 'VHOST' and
19950            not 'MEMIF'"
19951   parameters:
19952   - "latency"
19953   - "parent"
19954   - "tags"
19955   sort:
19956   - "L2XCBASE"    # l2xcbase
19957   - "L2BDBASE"    # l2bdbase
19958   - "L2XCFWD"     # dot1q-l2xcbase
19959   - "L2BDMACLRN"  # dot1q-l2bdbase
19960   layout:
19961     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19962     layout: "plot-latency"
19963
19964 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19965 -
19966   type: "plot"
19967   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19968   algorithm: "plot_latency_error_bars"
19969   output-file-type: ".html"
19970   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19971   data: "plot-vpp-throughput-latency-3n-hsw"
19972   filter: "'NIC_Intel-XL710' and
19973            '64B' and
19974            ('BASE' or 'SCALE') and
19975            'NDRPDR' and
19976            'ETH' and
19977            '1T1C' and
19978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19979            not 'VHOST' and
19980            not 'MEMIF'"
19981   parameters:
19982   - "latency"
19983   - "parent"
19984   - "tags"
19985   sort:
19986   - "L2PATCH"
19987   - "L2XCBASE"
19988   - "BASE"
19989   - "FIB_10K"
19990   - "FIB_100K"
19991   - "FIB_1M"
19992   layout:
19993     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19994     layout: "plot-latency"
19995
19996 -
19997   type: "plot"
19998   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19999   algorithm: "plot_latency_error_bars"
20000   output-file-type: ".html"
20001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20002   data: "plot-vpp-throughput-latency-3n-hsw"
20003   filter: "'NIC_Intel-XL710' and
20004            '64B' and
20005            ('BASE' or 'SCALE') and
20006            'NDRPDR' and
20007            'ETH' and
20008            '2T2C' and
20009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20010            not 'VHOST' and
20011            not 'MEMIF'"
20012   parameters:
20013   - "latency"
20014   - "parent"
20015   - "tags"
20016   sort:
20017   - "L2PATCH"
20018   - "L2XCBASE"
20019   - "BASE"
20020   - "FIB_10K"
20021   - "FIB_100K"
20022   - "FIB_1M"
20023   layout:
20024     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20025     layout: "plot-latency"
20026
20027 # Packet Latency - VPP L2 3n-skx-x710 base and scale
20028 -
20029   type: "plot"
20030   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20031   algorithm: "plot_latency_error_bars"
20032   output-file-type: ".html"
20033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20034   data: "plot-vpp-throughput-latency-3n-skx"
20035   filter: "'NIC_Intel-X710' and
20036            '64B' and
20037            ('BASE' or 'SCALE') and
20038            'NDRPDR' and
20039            'ETH' and
20040            '2T1C' and
20041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20042            not 'VHOST' and
20043            not 'MEMIF' and
20044            not 'DRV_AVF'"
20045   parameters:
20046   - "latency"
20047   - "parent"
20048   - "tags"
20049   sort:
20050   - "L2PATCH"
20051   - "L2XCBASE"
20052   - "BASE"
20053   - "FIB_10K"
20054   - "FIB_100K"
20055   - "FIB_1M"
20056   layout:
20057     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20058     layout: "plot-latency"
20059
20060 -
20061   type: "plot"
20062   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20063   algorithm: "plot_latency_error_bars"
20064   output-file-type: ".html"
20065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20066   data: "plot-vpp-throughput-latency-3n-skx"
20067   filter: "'NIC_Intel-X710' and
20068            '64B' and
20069            ('BASE' or 'SCALE') and
20070            'NDRPDR' and
20071            'ETH' and
20072            '4T2C' and
20073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20074            not 'VHOST' and
20075            not 'MEMIF' and
20076            not 'DRV_AVF'"
20077   parameters:
20078   - "latency"
20079   - "parent"
20080   - "tags"
20081   sort:
20082   - "L2PATCH"
20083   - "L2XCBASE"
20084   - "BASE"
20085   - "FIB_10K"
20086   - "FIB_100K"
20087   - "FIB_1M"
20088   layout:
20089     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20090     layout: "plot-latency"
20091
20092 # Packet Latency - VPP L2 3n-skx-x710 features
20093 -
20094   type: "plot"
20095   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
20096   algorithm: "plot_latency_error_bars"
20097   output-file-type: ".html"
20098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
20099   data: "plot-vpp-throughput-latency-3n-skx"
20100   filter: "'NIC_Intel-X710' and
20101            '64B' and
20102            'NDRPDR' and
20103            '2T1C' and
20104            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
20105            not 'ACL' and
20106            not 'VHOST' and
20107            not 'MEMIF'"
20108   parameters:
20109   - "latency"
20110   - "parent"
20111   - "tags"
20112   sort:
20113   - "L2XCBASE"    # l2xcbase
20114   - "L2BDBASE"    # l2bdbase
20115   - "L2XCFWD"     # dot1q-l2xcbase
20116   - "L2BDMACLRN"  # dot1q-l2bdbase
20117   layout:
20118     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
20119     layout: "plot-latency"
20120
20121 -
20122   type: "plot"
20123   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
20124   algorithm: "plot_latency_error_bars"
20125   output-file-type: ".html"
20126   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
20127   data: "plot-vpp-throughput-latency-3n-skx"
20128   filter: "'NIC_Intel-X710' and
20129            '64B' and
20130            'NDRPDR' and
20131            '4T2C' and
20132            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
20133            not 'ACL' and
20134            not 'VHOST' and
20135            not 'MEMIF'"
20136   parameters:
20137   - "latency"
20138   - "parent"
20139   - "tags"
20140   sort:
20141   - "L2XCBASE"    # l2xcbase
20142   - "L2BDBASE"    # l2bdbase
20143   - "L2XCFWD"     # dot1q-l2xcbase
20144   - "L2BDMACLRN"  # dot1q-l2bdbase
20145   layout:
20146     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
20147     layout: "plot-latency"
20148
20149 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
20150 -
20151   type: "plot"
20152   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20153   algorithm: "plot_latency_error_bars"
20154   output-file-type: ".html"
20155   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20156   data: "plot-vpp-throughput-latency-3n-skx"
20157   filter: "'NIC_Intel-XXV710' and
20158            '64B' and
20159            ('BASE' or 'SCALE') and
20160            'NDRPDR' and
20161            'ETH' and
20162            '2T1C' and
20163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20164            not 'VHOST' and
20165            not 'MEMIF' and
20166            not 'DRV_AVF'"
20167   parameters:
20168   - "latency"
20169   - "parent"
20170   - "tags"
20171   sort:
20172   - "L2PATCH"
20173   - "L2XCBASE"
20174   - "BASE"
20175   - "FIB_10K"
20176   - "FIB_100K"
20177   - "FIB_1M"
20178   layout:
20179     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20180     layout: "plot-latency"
20181
20182 -
20183   type: "plot"
20184   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20185   algorithm: "plot_latency_error_bars"
20186   output-file-type: ".html"
20187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20188   data: "plot-vpp-throughput-latency-3n-skx"
20189   filter: "'NIC_Intel-XXV710' and
20190            '64B' and
20191            ('BASE' or 'SCALE') and
20192            'NDRPDR' and
20193            'ETH' and
20194            '4T2C' and
20195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20196            not 'VHOST' and
20197            not 'MEMIF' and
20198            not 'DRV_AVF'"
20199   parameters:
20200   - "latency"
20201   - "parent"
20202   - "tags"
20203   sort:
20204   - "L2PATCH"
20205   - "L2XCBASE"
20206   - "BASE"
20207   - "FIB_10K"
20208   - "FIB_100K"
20209   - "FIB_1M"
20210   layout:
20211     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20212     layout: "plot-latency"
20213
20214 # Packet Latency - VPP L2 2n-skx-x710 base and scale
20215 -
20216   type: "plot"
20217   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20218   algorithm: "plot_latency_error_bars"
20219   output-file-type: ".html"
20220   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20221   data: "plot-vpp-throughput-latency-2n-skx"
20222   filter: "'NIC_Intel-X710' and
20223            '64B' and
20224            'ETH' and
20225            ('BASE' or 'SCALE') and
20226            'NDRPDR' and
20227            '2T1C' and
20228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20229            not 'VHOST' and
20230            not 'MEMIF'"
20231   parameters:
20232   - "latency"
20233   - "parent"
20234   - "tags"
20235   sort:
20236   - "L2PATCH"
20237   - "L2XCBASE"
20238   - "BASE"
20239   - "FIB_10K"
20240   - "FIB_100K"
20241   - "FIB_1M"
20242   layout:
20243     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20244     layout: "plot-latency"
20245
20246 -
20247   type: "plot"
20248   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20249   algorithm: "plot_latency_error_bars"
20250   output-file-type: ".html"
20251   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20252   data: "plot-vpp-throughput-latency-2n-skx"
20253   filter: "'NIC_Intel-X710' and
20254            '64B' and
20255            ('BASE' or 'SCALE') and
20256            'NDRPDR' and
20257            'ETH' and
20258            '4T2C' and
20259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20260            not 'VHOST' and
20261            not 'MEMIF'"
20262   parameters:
20263   - "latency"
20264   - "parent"
20265   - "tags"
20266   sort:
20267   - "L2PATCH"
20268   - "L2XCBASE"
20269   - "BASE"
20270   - "FIB_10K"
20271   - "FIB_100K"
20272   - "FIB_1M"
20273   layout:
20274     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20275     layout: "plot-latency"
20276
20277 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
20278 -
20279   type: "plot"
20280   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20281   algorithm: "plot_latency_error_bars"
20282   output-file-type: ".html"
20283   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20284   data: "plot-vpp-throughput-latency-2n-skx"
20285   filter: "'NIC_Intel-XXV710' and
20286            '64B' and
20287            ('BASE' or 'SCALE') and
20288            'NDRPDR' and
20289            'ETH' and
20290            '2T1C' and
20291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20292            not 'VHOST' and
20293            not 'MEMIF'"
20294   parameters:
20295   - "latency"
20296   - "parent"
20297   - "tags"
20298   sort:
20299   - "L2PATCH"
20300   - "L2XCBASE"
20301   - "BASE"
20302   - "FIB_10K"
20303   - "FIB_100K"
20304   - "FIB_1M"
20305   layout:
20306     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20307     layout: "plot-latency"
20308
20309 -
20310   type: "plot"
20311   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20312   algorithm: "plot_latency_error_bars"
20313   output-file-type: ".html"
20314   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20315   data: "plot-vpp-throughput-latency-2n-skx"
20316   filter: "'NIC_Intel-XXV710' and
20317            '64B' and
20318            ('BASE' or 'SCALE') and
20319            'NDRPDR' and
20320            'ETH' and
20321            '4T2C' and
20322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20323            not 'VHOST' and
20324            not 'MEMIF'"
20325   parameters:
20326   - "latency"
20327   - "parent"
20328   - "tags"
20329   sort:
20330   - "L2PATCH"
20331   - "L2XCBASE"
20332   - "BASE"
20333   - "FIB_10K"
20334   - "FIB_100K"
20335   - "FIB_1M"
20336   layout:
20337     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20338     layout: "plot-latency"
20339
20340 ################################################################################
20341
20342 # Packet Latency - VPP Container Memif 3n-hsw-x520
20343 -
20344   type: "plot"
20345   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20346   algorithm: "plot_latency_error_bars"
20347   output-file-type: ".html"
20348   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20349   data: "plot-vpp-throughput-latency-3n-hsw"
20350   filter: "'NIC_Intel-X520-DA2' and
20351            '64B' and
20352            ('BASE' or 'SCALE') and
20353            'NDRPDR' and
20354            '1T1C' and
20355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20356            not 'VHOST' and
20357            'MEMIF'"
20358   parameters:
20359   - "latency"
20360   - "parent"
20361   - "tags"
20362   sort:
20363   - "L2XCFWD"
20364   - "L2XCFWD"
20365   - "L2XCFWD"
20366   - "L2BDMACLRN"
20367   - "L2BDMACLRN"
20368   - "L2BDMACLRN"
20369   layout:
20370     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20371     layout: "plot-latency"
20372
20373 -
20374   type: "plot"
20375   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20376   algorithm: "plot_latency_error_bars"
20377   output-file-type: ".html"
20378   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20379   data: "plot-vpp-throughput-latency-3n-hsw"
20380   filter: "'NIC_Intel-X520-DA2' and
20381            '64B' and
20382            ('BASE' or 'SCALE') and
20383            'NDRPDR' and
20384            '2T2C' and
20385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20386            not 'VHOST' and
20387            'MEMIF'"
20388   parameters:
20389   - "latency"
20390   - "parent"
20391   - "tags"
20392   sort:
20393   - "L2XCFWD"
20394   - "L2XCFWD"
20395   - "L2XCFWD"
20396   - "L2BDMACLRN"
20397   - "L2BDMACLRN"
20398   - "L2BDMACLRN"
20399   layout:
20400     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20401     layout: "plot-latency"
20402
20403 # Packet Latency - VPP Container Memif 3n-hsw-x710
20404 -
20405   type: "plot"
20406   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20407   algorithm: "plot_latency_error_bars"
20408   output-file-type: ".html"
20409   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20410   data: "plot-vpp-throughput-latency-3n-hsw"
20411   filter: "'NIC_Intel-X710' and
20412            '64B' and
20413            ('BASE' or 'SCALE') and
20414            'NDRPDR' and
20415            '1T1C' and
20416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20417            not 'VHOST' and
20418            'MEMIF'"
20419   parameters:
20420   - "latency"
20421   - "parent"
20422   - "tags"
20423   sort:
20424   - "L2XCFWD"
20425   - "L2XCFWD"
20426   - "L2XCFWD"
20427   - "L2BDMACLRN"
20428   - "L2BDMACLRN"
20429   - "L2BDMACLRN"
20430   layout:
20431     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20432     layout: "plot-latency"
20433
20434 -
20435   type: "plot"
20436   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20437   algorithm: "plot_latency_error_bars"
20438   output-file-type: ".html"
20439   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20440   data: "plot-vpp-throughput-latency-3n-hsw"
20441   filter: "'NIC_Intel-X710' and
20442            '64B' and
20443            ('BASE' or 'SCALE') and
20444            'NDRPDR' and
20445            '2T2C' and
20446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20447            not 'VHOST' and
20448            'MEMIF'"
20449   parameters:
20450   - "latency"
20451   - "parent"
20452   - "tags"
20453   sort:
20454   - "L2XCFWD"
20455   - "L2XCFWD"
20456   - "L2XCFWD"
20457   - "L2BDMACLRN"
20458   - "L2BDMACLRN"
20459   - "L2BDMACLRN"
20460   layout:
20461     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20462     layout: "plot-latency"
20463
20464 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20465 -
20466   type: "plot"
20467   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20468   algorithm: "plot_latency_error_bars"
20469   output-file-type: ".html"
20470   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20471   data: "plot-vpp-throughput-latency-3n-hsw"
20472   filter: "'NIC_Intel-XL710' and
20473            '64B' and
20474            ('BASE' or 'SCALE') and
20475            'NDRPDR' and
20476            '1T1C' and
20477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20478            not 'VHOST' and
20479            'MEMIF'"
20480   parameters:
20481   - "latency"
20482   - "parent"
20483   - "tags"
20484   sort:
20485   - "L2XCFWD"
20486   - "L2XCFWD"
20487   - "L2XCFWD"
20488   - "L2BDMACLRN"
20489   - "L2BDMACLRN"
20490   - "L2BDMACLRN"
20491   layout:
20492     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20493     layout: "plot-latency"
20494
20495 -
20496   type: "plot"
20497   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20498   algorithm: "plot_latency_error_bars"
20499   output-file-type: ".html"
20500   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20501   data: "plot-vpp-throughput-latency-3n-hsw"
20502   filter: "'NIC_Intel-XL710' and
20503            '64B' and
20504            ('BASE' or 'SCALE') and
20505            'NDRPDR' and
20506            '2T2C' and
20507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20508            not 'VHOST' and
20509            'MEMIF'"
20510   parameters:
20511   - "latency"
20512   - "parent"
20513   - "tags"
20514   sort:
20515   - "L2XCFWD"
20516   - "L2XCFWD"
20517   - "L2XCFWD"
20518   - "L2BDMACLRN"
20519   - "L2BDMACLRN"
20520   - "L2BDMACLRN"
20521   layout:
20522     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20523     layout: "plot-latency"
20524
20525 # Packet Latency - VPP Container Memif 3n-skx-x710
20526 -
20527   type: "plot"
20528   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20529   algorithm: "plot_latency_error_bars"
20530   output-file-type: ".html"
20531   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20532   data: "plot-vpp-throughput-latency-3n-skx"
20533   filter: "'NIC_Intel-X710' and
20534            '64B' and
20535            ('BASE' or 'SCALE') and
20536            'NDRPDR' and
20537            '2T1C' and
20538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20539            not 'VHOST' and
20540            'MEMIF'"
20541   parameters:
20542   - "latency"
20543   - "parent"
20544   - "tags"
20545   sort:
20546   - "L2XCFWD"
20547   - "L2XCFWD"
20548   - "L2XCFWD"
20549   - "L2BDMACLRN"
20550   - "L2BDMACLRN"
20551   - "L2BDMACLRN"
20552   layout:
20553     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20554     layout: "plot-latency"
20555
20556 -
20557   type: "plot"
20558   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20559   algorithm: "plot_latency_error_bars"
20560   output-file-type: ".html"
20561   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20562   data: "plot-vpp-throughput-latency-3n-skx"
20563   filter: "'NIC_Intel-X710' and
20564            '64B' and
20565            ('BASE' or 'SCALE') and
20566            'NDRPDR' and
20567            '4T2C' and
20568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20569            not 'VHOST' and
20570            'MEMIF'"
20571   parameters:
20572   - "latency"
20573   - "parent"
20574   - "tags"
20575   sort:
20576   - "L2XCFWD"
20577   - "L2XCFWD"
20578   - "L2XCFWD"
20579   - "L2BDMACLRN"
20580   - "L2BDMACLRN"
20581   - "L2BDMACLRN"
20582   layout:
20583     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20584     layout: "plot-latency"
20585
20586 # Packet Latency - VPP Container Memif 2n-skx-x710
20587 -
20588   type: "plot"
20589   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20590   algorithm: "plot_latency_error_bars"
20591   output-file-type: ".html"
20592   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20593   data: "plot-vpp-throughput-latency-2n-skx"
20594   filter: "'NIC_Intel-X710' and
20595            '64B' and
20596            ('BASE' or 'SCALE') and
20597            'NDRPDR' and
20598            '2T1C' and
20599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20600            not 'VHOST' and
20601            'MEMIF'"
20602   parameters:
20603   - "latency"
20604   - "parent"
20605   - "tags"
20606   sort:
20607   - "L2XCFWD"
20608   - "L2XCFWD"
20609   - "L2XCFWD"
20610   - "L2BDMACLRN"
20611   - "L2BDMACLRN"
20612   - "L2BDMACLRN"
20613   layout:
20614     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20615     layout: "plot-latency"
20616
20617 -
20618   type: "plot"
20619   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20620   algorithm: "plot_latency_error_bars"
20621   output-file-type: ".html"
20622   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20623   data: "plot-vpp-throughput-latency-2n-skx"
20624   filter: "'NIC_Intel-X710' and
20625            '64B' and
20626            ('BASE' or 'SCALE') and
20627            'NDRPDR' and
20628            '4T2C' and
20629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20630            not 'VHOST' and
20631            'MEMIF'"
20632   parameters:
20633   - "latency"
20634   - "parent"
20635   - "tags"
20636   sort:
20637   - "L2XCFWD"
20638   - "L2XCFWD"
20639   - "L2XCFWD"
20640   - "L2BDMACLRN"
20641   - "L2BDMACLRN"
20642   - "L2BDMACLRN"
20643   layout:
20644     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20645     layout: "plot-latency"
20646
20647 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20648 -
20649   type: "plot"
20650   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20651   algorithm: "plot_latency_error_bars"
20652   output-file-type: ".html"
20653   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20654   data: "plot-vpp-throughput-latency-2n-skx"
20655   filter: "'NIC_Intel-XXV710' and
20656            '64B' and
20657            ('BASE' or 'SCALE') and
20658            'NDRPDR' and
20659            '2T1C' and
20660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20661            not 'VHOST' and
20662            'MEMIF'"
20663   parameters:
20664   - "latency"
20665   - "parent"
20666   - "tags"
20667   sort:
20668   - "L2XCFWD"
20669   - "L2XCFWD"
20670   - "L2XCFWD"
20671   - "L2BDMACLRN"
20672   - "L2BDMACLRN"
20673   - "L2BDMACLRN"
20674   layout:
20675     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20676     layout: "plot-latency"
20677
20678 -
20679   type: "plot"
20680   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20681   algorithm: "plot_latency_error_bars"
20682   output-file-type: ".html"
20683   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20684   data: "plot-vpp-throughput-latency-2n-skx"
20685   filter: "'NIC_Intel-XXV710' and
20686            '64B' and
20687            ('BASE' or 'SCALE') and
20688            'NDRPDR' and
20689            '4T2C' and
20690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20691            not 'VHOST' and
20692            'MEMIF'"
20693   parameters:
20694   - "latency"
20695   - "parent"
20696   - "tags"
20697   sort:
20698   - "L2XCFWD"
20699   - "L2XCFWD"
20700   - "L2XCFWD"
20701   - "L2BDMACLRN"
20702   - "L2BDMACLRN"
20703   - "L2BDMACLRN"
20704   layout:
20705     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20706     layout: "plot-latency"
20707
20708 ################################################################################
20709
20710 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20711 -
20712   type: "plot"
20713   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20714   algorithm: "plot_latency_error_bars"
20715   output-file-type: ".html"
20716   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20717   data: "plot-ligato-throughput-latency-3n-hsw"
20718   filter: "'NIC_Intel-X520-DA2' and
20719            '64B' and
20720            ('BASE' or 'SCALE') and
20721            'NDRPDR' and
20722            '1T1C' and
20723            'L2XCFWD' and
20724            not 'VHOST' and
20725            'MEMIF'"
20726   parameters:
20727   - "latency"
20728   - "parent"
20729   - "tags"
20730   sort:
20731   - "1VNF"
20732   - "2VNF"
20733   - "4VNF"
20734   - "2VNF"
20735   - "4VNF"
20736   layout:
20737     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20738     layout: "plot-latency"
20739
20740 -
20741   type: "plot"
20742   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20743   algorithm: "plot_latency_error_bars"
20744   output-file-type: ".html"
20745   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20746   data: "plot-ligato-throughput-latency-3n-hsw"
20747   filter: "'NIC_Intel-X520-DA2' and
20748            '64B' and
20749            ('BASE' or 'SCALE') and
20750            'NDRPDR' and
20751            '2T2C' and
20752            'L2XCFWD' and
20753            not 'VHOST' and
20754            'MEMIF'"
20755   parameters:
20756   - "latency"
20757   - "parent"
20758   - "tags"
20759   sort:
20760   - "1VNF"
20761   - "2VNF"
20762   - "4VNF"
20763   - "2VNF"
20764   - "4VNF"
20765   layout:
20766     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20767     layout: "plot-latency"
20768
20769 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20770 -
20771   type: "plot"
20772   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20773   algorithm: "plot_latency_error_bars"
20774   output-file-type: ".html"
20775   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20776   data: "plot-ligato-throughput-latency-3n-hsw"
20777   filter: "'NIC_Intel-X520-DA2' and
20778            '64B' and
20779            ('BASE' or 'SCALE') and
20780            'NDRPDR' and
20781            '1T1C' and
20782            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20783            not 'VHOST' and
20784            'MEMIF'"
20785   parameters:
20786   - "latency"
20787   - "parent"
20788   - "tags"
20789   sort:
20790   - "1VNF"
20791   - "2VNF"
20792   - "4VNF"
20793   - "2VNF"
20794   - "4VNF"
20795   layout:
20796     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20797     layout: "plot-latency"
20798
20799 -
20800   type: "plot"
20801   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20802   algorithm: "plot_latency_error_bars"
20803   output-file-type: ".html"
20804   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20805   data: "plot-ligato-throughput-latency-3n-hsw"
20806   filter: "'NIC_Intel-X520-DA2' and
20807            '64B' and
20808            ('BASE' or 'SCALE') and
20809            'NDRPDR' and
20810            '2T2C' and
20811            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20812            not 'VHOST' and
20813            'MEMIF'"
20814   parameters:
20815   - "latency"
20816   - "parent"
20817   - "tags"
20818   sort:
20819   - "1VNF"
20820   - "2VNF"
20821   - "4VNF"
20822   - "2VNF"
20823   - "4VNF"
20824   layout:
20825     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20826     layout: "plot-latency"
20827
20828 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20829 -
20830   type: "plot"
20831   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20832   algorithm: "plot_latency_error_bars"
20833   output-file-type: ".html"
20834   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20835   data: "plot-ligato-throughput-latency-3n-hsw"
20836   filter: "'NIC_Intel-X710' and
20837            '64B' and
20838            ('BASE' or 'SCALE') and
20839            'NDRPDR' and
20840            '1T1C' and
20841            'L2XCFWD' and
20842            not 'VHOST' and
20843            'MEMIF'"
20844   parameters:
20845   - "latency"
20846   - "parent"
20847   - "tags"
20848   sort:
20849   - "1VNF"
20850   - "2VNF"
20851   - "4VNF"
20852   - "2VNF"
20853   - "4VNF"
20854   layout:
20855     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20856     layout: "plot-latency"
20857
20858 -
20859   type: "plot"
20860   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20861   algorithm: "plot_latency_error_bars"
20862   output-file-type: ".html"
20863   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20864   data: "plot-ligato-throughput-latency-3n-hsw"
20865   filter: "'NIC_Intel-X710' and
20866            '64B' and
20867            ('BASE' or 'SCALE') and
20868            'NDRPDR' and
20869            '2T2C' and
20870            'L2XCFWD' and
20871            not 'VHOST' and
20872            'MEMIF'"
20873   parameters:
20874   - "latency"
20875   - "parent"
20876   - "tags"
20877   sort:
20878   - "1VNF"
20879   - "2VNF"
20880   - "4VNF"
20881   - "2VNF"
20882   - "4VNF"
20883   layout:
20884     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20885     layout: "plot-latency"
20886
20887 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20888 -
20889   type: "plot"
20890   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20891   algorithm: "plot_latency_error_bars"
20892   output-file-type: ".html"
20893   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20894   data: "plot-ligato-throughput-latency-3n-hsw"
20895   filter: "'NIC_Intel-X710' and
20896            '64B' and
20897            ('BASE' or 'SCALE') and
20898            'NDRPDR' and
20899            '1T1C' and
20900            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20901            not 'VHOST' and
20902            'MEMIF'"
20903   parameters:
20904   - "latency"
20905   - "parent"
20906   - "tags"
20907   sort:
20908   - "1VNF"
20909   - "2VNF"
20910   - "4VNF"
20911   - "2VNF"
20912   - "4VNF"
20913   layout:
20914     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20915     layout: "plot-latency"
20916
20917 -
20918   type: "plot"
20919   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20920   algorithm: "plot_latency_error_bars"
20921   output-file-type: ".html"
20922   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20923   data: "plot-ligato-throughput-latency-3n-hsw"
20924   filter: "'NIC_Intel-X710' and
20925            '64B' and
20926            ('BASE' or 'SCALE') and
20927            'NDRPDR' and
20928            '2T2C' and
20929            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20930            not 'VHOST' and
20931            'MEMIF'"
20932   parameters:
20933   - "latency"
20934   - "parent"
20935   - "tags"
20936   sort:
20937   - "1VNF"
20938   - "2VNF"
20939   - "4VNF"
20940   - "2VNF"
20941   - "4VNF"
20942   layout:
20943     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20944     layout: "plot-latency"
20945
20946 ################################################################################
20947
20948 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20949 -
20950   type: "plot"
20951   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20952   algorithm: "plot_latency_error_bars"
20953   output-file-type: ".html"
20954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20955   data: "plot-vpp-throughput-latency-3n-hsw"
20956   filter: "'NIC_Intel-X520-DA2' and
20957            '64B' and
20958            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20959            'NDRPDR' and
20960            '1T1C' and
20961            'IP4FWD' and
20962            not 'IPSEC' and
20963            not 'VHOST'"
20964   parameters:
20965   - "latency"
20966   - "parent"
20967   - "tags"
20968   sort:
20969   - "DOT1Q"
20970   - "IP4BASE"
20971   - "FIB_20k"
20972   - "FIB_200k"
20973   - "FIB_2M"
20974   layout:
20975     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20976     layout: "plot-latency"
20977
20978 -
20979   type: "plot"
20980   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20981   algorithm: "plot_latency_error_bars"
20982   output-file-type: ".html"
20983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20984   data: "plot-vpp-throughput-latency-3n-hsw"
20985   filter: "'NIC_Intel-X520-DA2' and
20986            '64B' and
20987            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20988            'NDRPDR' and
20989            '2T2C' and
20990            'IP4FWD' and
20991            not 'IPSEC' and
20992            not 'VHOST'"
20993   parameters:
20994   - "latency"
20995   - "parent"
20996   - "tags"
20997   sort:
20998   - "DOT1Q"
20999   - "IP4BASE"
21000   - "FIB_20k"
21001   - "FIB_200k"
21002   - "FIB_2M"
21003   layout:
21004     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21005     layout: "plot-latency"
21006
21007 # Packet Latency - VPP IPv4 3n-hsw-x520 features
21008 -
21009   type: "plot"
21010   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
21011   algorithm: "plot_latency_error_bars"
21012   output-file-type: ".html"
21013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
21014   data: "plot-vpp-throughput-latency-3n-hsw"
21015   filter: "'NIC_Intel-X520-DA2' and
21016            '64B' and
21017            ('IP4BASE' or
21018             'POLICE_MARK' or
21019             'COPWHLIST' or
21020             ('NAT44' and 'BASE') or
21021             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21022            'NDRPDR' and
21023            '1T1C' and
21024            'IP4FWD' and
21025            not 'IPSEC' and
21026            not 'VHOST'"
21027   parameters:
21028   - "latency"
21029   - "parent"
21030   - "tags"
21031   sort:
21032   - "DOT1Q"
21033   - "IP4BASE"
21034   - "NAT44"
21035   - "POLICE_MARK"
21036   - "COPWHLIST"
21037   - "IACL"
21038   - "OACL"
21039   layout:
21040     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
21041     layout: "plot-latency"
21042
21043 -
21044   type: "plot"
21045   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
21046   algorithm: "plot_latency_error_bars"
21047   output-file-type: ".html"
21048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
21049   data: "plot-vpp-throughput-latency-3n-hsw"
21050   filter: "'NIC_Intel-X520-DA2' and
21051            '64B' and
21052            ('IP4BASE' or
21053             'POLICE_MARK' or
21054             'COPWHLIST' or
21055             ('NAT44' and 'BASE') or
21056             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21057            'NDRPDR' and
21058            '2T2C' and
21059            'IP4FWD' and
21060            not 'IPSEC' and
21061            not 'VHOST'"
21062   parameters:
21063   - "latency"
21064   - "parent"
21065   - "tags"
21066   sort:
21067   - "DOT1Q"
21068   - "IP4BASE"
21069   - "NAT44"
21070   - "POLICE_MARK"
21071   - "COPWHLIST"
21072   - "IACL"
21073   - "OACL"
21074   layout:
21075     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
21076     layout: "plot-latency"
21077
21078 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
21079 -
21080   type: "plot"
21081   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
21082   algorithm: "plot_latency_error_bars"
21083   output-file-type: ".html"
21084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
21085   data: "plot-vpp-throughput-latency-3n-hsw"
21086   filter: "'NIC_Intel-X520-DA2' and
21087            '64B' and
21088            'NDRPDR' and
21089            '1T1C' and
21090            'IP4FWD' and
21091            'NAT44' and
21092            not 'IPSEC' and
21093            not 'VHOST'"
21094   parameters:
21095   - "latency"
21096   - "parent"
21097   - "tags"
21098   sort:
21099   - "BASE"
21100   - "BASE"
21101   - "SRC_USER_10"
21102   - "SRC_USER_100"
21103   - "SRC_USER_1000"
21104   - "SRC_USER_2000"
21105   layout:
21106     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
21107     layout: "plot-latency"
21108
21109 -
21110   type: "plot"
21111   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
21112   algorithm: "plot_latency_error_bars"
21113   output-file-type: ".html"
21114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
21115   data: "plot-vpp-throughput-latency-3n-hsw"
21116   filter: "'NIC_Intel-X520-DA2' and
21117            '64B' and
21118            'NDRPDR' and
21119            '2T2C' and
21120            'IP4FWD' and
21121            'NAT44' and
21122            not 'IPSEC' and
21123            not 'VHOST'"
21124   parameters:
21125   - "latency"
21126   - "parent"
21127   - "tags"
21128   sort:
21129   - "BASE"
21130   - "BASE"
21131   - "SRC_USER_10"
21132   - "SRC_USER_100"
21133   - "SRC_USER_1000"
21134   - "SRC_USER_2000"
21135   layout:
21136     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
21137     layout: "plot-latency"
21138
21139 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
21140 -
21141   type: "plot"
21142   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
21143   algorithm: "plot_latency_error_bars"
21144   output-file-type: ".html"
21145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
21146   data: "plot-vpp-throughput-latency-3n-hsw"
21147   filter: "'NIC_Intel-X520-DA2' and
21148            '64B' and
21149            'NDRPDR' and
21150            '1T1C' and
21151            'IP4FWD' and
21152            'IACL' and
21153            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21154            not 'IPSEC' and
21155            not 'VHOST'"
21156   parameters:
21157   - "latency"
21158   - "parent"
21159   - "tags"
21160   sort:
21161   - "ACL_STATELESS"
21162   - "ACL_STATEFUL"
21163   - "ACL_STATELESS"
21164   - "ACL_STATEFUL"
21165   layout:
21166     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
21167     layout: "plot-latency"
21168
21169 -
21170   type: "plot"
21171   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21172   algorithm: "plot_latency_error_bars"
21173   output-file-type: ".html"
21174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21175   data: "plot-vpp-throughput-latency-3n-hsw"
21176   filter: "'NIC_Intel-X520-DA2' and
21177            '64B' and
21178            'NDRPDR' and
21179            '2T2C' and
21180            'IP4FWD' and
21181            'IACL' and
21182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21183            not 'IPSEC' and
21184            not 'VHOST'"
21185   parameters:
21186   - "latency"
21187   - "parent"
21188   - "tags"
21189   sort:
21190   - "ACL_STATELESS"
21191   - "ACL_STATEFUL"
21192   - "ACL_STATELESS"
21193   - "ACL_STATEFUL"
21194   layout:
21195     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
21196     layout: "plot-latency"
21197
21198 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
21199 -
21200   type: "plot"
21201   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21202   algorithm: "plot_latency_error_bars"
21203   output-file-type: ".html"
21204   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21205   data: "plot-vpp-throughput-latency-3n-hsw"
21206   filter: "'NIC_Intel-X520-DA2' and
21207            '64B' and
21208            'NDRPDR' and
21209            '1T1C' and
21210            'IP4FWD' and
21211            'OACL' and
21212            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21213            not 'IPSEC' and
21214            not 'VHOST'"
21215   parameters:
21216   - "latency"
21217   - "parent"
21218   - "tags"
21219   sort:
21220   - "ACL_STATELESS"
21221   - "ACL_STATEFUL"
21222   - "ACL_STATELESS"
21223   - "ACL_STATEFUL"
21224   layout:
21225     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
21226     layout: "plot-latency"
21227
21228 -
21229   type: "plot"
21230   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21231   algorithm: "plot_latency_error_bars"
21232   output-file-type: ".html"
21233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21234   data: "plot-vpp-throughput-latency-3n-hsw"
21235   filter: "'NIC_Intel-X520-DA2' and
21236            '64B' and
21237            'NDRPDR' and
21238            '2T2C' and
21239            'IP4FWD' and
21240            'OACL' and
21241            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21242            not 'IPSEC' and
21243            not 'VHOST'"
21244   parameters:
21245   - "latency"
21246   - "parent"
21247   - "tags"
21248   sort:
21249   - "ACL_STATELESS"
21250   - "ACL_STATEFUL"
21251   - "ACL_STATELESS"
21252   - "ACL_STATEFUL"
21253   layout:
21254     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
21255     layout: "plot-latency"
21256
21257 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
21258 -
21259   type: "plot"
21260   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21261   algorithm: "plot_latency_error_bars"
21262   output-file-type: ".html"
21263   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21264   data: "plot-vpp-throughput-latency-3n-hsw"
21265   filter: "'NIC_Intel-X710' and
21266            '64B' and
21267            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21268            'NDRPDR' and
21269            '1T1C' and
21270            'IP4FWD' and
21271            not 'IPSEC' and
21272            not 'VHOST'"
21273   parameters:
21274   - "latency"
21275   - "parent"
21276   - "tags"
21277   sort:
21278   - "DOT1Q"
21279   - "IP4BASE"
21280   - "FIB_20K"
21281   - "FIB_200K"
21282   - "FIB_2M"
21283   layout:
21284     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21285     layout: "plot-latency"
21286
21287 -
21288   type: "plot"
21289   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21290   algorithm: "plot_latency_error_bars"
21291   output-file-type: ".html"
21292   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21293   data: "plot-vpp-throughput-latency-3n-hsw"
21294   filter: "'NIC_Intel-X710' and
21295            '64B' and
21296            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21297            'NDRPDR' and
21298            '2T2C' and
21299            'IP4FWD' and
21300            not 'IPSEC' and
21301            not 'VHOST'"
21302   parameters:
21303   - "latency"
21304   - "parent"
21305   - "tags"
21306   sort:
21307   - "DOT1Q"
21308   - "IP4BASE"
21309   - "FIB_20K"
21310   - "FIB_200K"
21311   - "FIB_2M"
21312   layout:
21313     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21314     layout: "plot-latency"
21315
21316 # Packet Latency - VPP IPv4 3n-hsw-x710 features
21317 -
21318   type: "plot"
21319   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21320   algorithm: "plot_latency_error_bars"
21321   output-file-type: ".html"
21322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21323   data: "plot-vpp-throughput-latency-3n-hsw"
21324   filter: "'NIC_Intel-X710' and
21325            '64B' and
21326            ('IP4BASE' or
21327             'POLICE_MARK' or
21328             'COPWHLIST' or
21329             ('NAT44' and 'BASE') or
21330             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21331            'NDRPDR' and
21332            '1T1C' and
21333            'IP4FWD' and
21334            not 'IPSEC' and
21335            not 'VHOST'"
21336   parameters:
21337   - "latency"
21338   - "parent"
21339   - "tags"
21340   sort:
21341   - "IP4BASE"
21342   - "NAT44"
21343   - "POLICE_MARK"
21344   - "COPWHLIST"
21345   - "IACL"
21346   - "OACL"
21347   layout:
21348     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
21349     layout: "plot-latency"
21350
21351 -
21352   type: "plot"
21353   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21354   algorithm: "plot_latency_error_bars"
21355   output-file-type: ".html"
21356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21357   data: "plot-vpp-throughput-latency-3n-hsw"
21358   filter: "'NIC_Intel-X710' and
21359            '64B' and
21360            ('IP4BASE' or
21361             'POLICE_MARK' or
21362             'COPWHLIST' or
21363             ('NAT44' and 'BASE') or
21364             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21365            'NDRPDR' and
21366            '2T2C' and
21367            'IP4FWD' and
21368            not 'IPSEC' and
21369            not 'VHOST'"
21370   parameters:
21371   - "latency"
21372   - "parent"
21373   - "tags"
21374   sort:
21375   - "IP4BASE"
21376   - "NAT44"
21377   - "POLICE_MARK"
21378   - "COPWHLIST"
21379   - "IACL"
21380   - "OACL"
21381   layout:
21382     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
21383     layout: "plot-latency"
21384
21385 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
21386 -
21387   type: "plot"
21388   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21389   algorithm: "plot_latency_error_bars"
21390   output-file-type: ".html"
21391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21392   data: "plot-vpp-throughput-latency-3n-hsw"
21393   filter: "'NIC_Intel-X710' and
21394            '64B' and
21395            'NDRPDR' and
21396            '1T1C' and
21397            'IP4FWD' and
21398            'NAT44' and
21399            not 'IPSEC' and
21400            not 'VHOST'"
21401   parameters:
21402   - "latency"
21403   - "parent"
21404   - "tags"
21405   sort:
21406   - "BASE"
21407   - "BASE"
21408   - "SRC_USER_10"
21409   - "SRC_USER_100"
21410   - "SRC_USER_1000"
21411   - "SRC_USER_2000"
21412   layout:
21413     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
21414     layout: "plot-latency"
21415
21416 -
21417   type: "plot"
21418   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21419   algorithm: "plot_latency_error_bars"
21420   output-file-type: ".html"
21421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21422   data: "plot-vpp-throughput-latency-3n-hsw"
21423   filter: "'NIC_Intel-X710' and
21424            '64B' and
21425            'NDRPDR' and
21426            '2T2C' and
21427            'IP4FWD' and
21428            'NAT44' and
21429            not 'IPSEC' and
21430            not 'VHOST'"
21431   parameters:
21432   - "latency"
21433   - "parent"
21434   - "tags"
21435   sort:
21436   - "BASE"
21437   - "BASE"
21438   - "SRC_USER_10"
21439   - "SRC_USER_100"
21440   - "SRC_USER_1000"
21441   - "SRC_USER_2000"
21442   layout:
21443     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21444     layout: "plot-latency"
21445
21446 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21447 -
21448   type: "plot"
21449   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21450   algorithm: "plot_latency_error_bars"
21451   output-file-type: ".html"
21452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21453   data: "plot-vpp-throughput-latency-3n-hsw"
21454   filter: "'NIC_Intel-X710' and
21455            '64B' and
21456            'NDRPDR' and
21457            '1T1C' and
21458            'IP4FWD' and
21459            'IACL' and
21460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21461            not 'IPSEC' and
21462            not 'VHOST'"
21463   parameters:
21464   - "latency"
21465   - "parent"
21466   - "tags"
21467   sort:
21468   - "ACL_STATELESS"
21469   - "ACL_STATEFUL"
21470   - "ACL_STATELESS"
21471   - "ACL_STATEFUL"
21472   layout:
21473     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21474     layout: "plot-latency"
21475
21476 -
21477   type: "plot"
21478   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21479   algorithm: "plot_latency_error_bars"
21480   output-file-type: ".html"
21481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21482   data: "plot-vpp-throughput-latency-3n-hsw"
21483   filter: "'NIC_Intel-X710' and
21484            '64B' and
21485            'NDRPDR' and
21486            '2T2C' and
21487            'IP4FWD' and
21488            'IACL' and
21489            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21490            not 'IPSEC' and
21491            not 'VHOST'"
21492   parameters:
21493   - "latency"
21494   - "parent"
21495   - "tags"
21496   sort:
21497   - "ACL_STATELESS"
21498   - "ACL_STATEFUL"
21499   - "ACL_STATELESS"
21500   - "ACL_STATEFUL"
21501   layout:
21502     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21503     layout: "plot-latency"
21504
21505 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21506 #-
21507 #  type: "plot"
21508 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21509 #  algorithm: "plot_latency_error_bars"
21510 #  output-file-type: ".html"
21511 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21512 #  data: "plot-vpp-throughput-latency-3n-hsw"
21513 #  filter: "'NIC_Intel-X710' and
21514 #           '64B' and
21515 #           'NDRPDR' and
21516 #           '1T1C' and
21517 #           'IP4FWD' and
21518 #           'OACL' and
21519 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21520 #           not 'IPSEC' and
21521 #           not 'VHOST'"
21522 #  parameters:
21523 #  - "latency"
21524 #  - "parent"
21525 #  - "tags"
21526 #  sort:
21527 #  - "ACL_STATELESS"
21528 #  - "ACL_STATEFUL"
21529 #  - "ACL_STATELESS"
21530 #  - "ACL_STATEFUL"
21531 #  layout:
21532 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21533 #    layout: "plot-latency"
21534 #
21535 #-
21536 #  type: "plot"
21537 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21538 #  algorithm: "plot_latency_error_bars"
21539 #  output-file-type: ".html"
21540 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21541 #  data: "plot-vpp-throughput-latency-3n-hsw"
21542 #  filter: "'NIC_Intel-X710' and
21543 #           '64B' and
21544 #           'NDRPDR' and
21545 #           '2T2C' and
21546 #           'IP4FWD' and
21547 #           'OACL' and
21548 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21549 #           not 'IPSEC' and
21550 #           not 'VHOST'"
21551 #  parameters:
21552 #  - "latency"
21553 #  - "parent"
21554 #  - "tags"
21555 #  sort:
21556 #  - "ACL_STATELESS"
21557 #  - "ACL_STATEFUL"
21558 #  - "ACL_STATELESS"
21559 #  - "ACL_STATEFUL"
21560 #  layout:
21561 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21562 #    layout: "plot-latency"
21563
21564 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21565 -
21566   type: "plot"
21567   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21568   algorithm: "plot_latency_error_bars"
21569   output-file-type: ".html"
21570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21571   data: "plot-vpp-throughput-latency-3n-hsw"
21572   filter: "'NIC_Intel-XL710' and
21573            '64B' and
21574            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21575            'NDRPDR' and
21576            '1T1C' and
21577            'IP4FWD' and
21578            not 'IPSEC' and
21579            not 'VHOST'"
21580   parameters:
21581   - "latency"
21582   - "parent"
21583   - "tags"
21584   sort:
21585   - "IP4BASE"
21586   - "FIB_20K"
21587   - "FIB_200K"
21588   - "FIB_2M"
21589   layout:
21590     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21591     layout: "plot-latency"
21592
21593 -
21594   type: "plot"
21595   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21596   algorithm: "plot_latency_error_bars"
21597   output-file-type: ".html"
21598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21599   data: "plot-vpp-throughput-latency-3n-hsw"
21600   filter: "'NIC_Intel-XL710' and
21601            '64B' and
21602            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21603            'NDRPDR' and
21604            '2T2C' and
21605            'IP4FWD' and
21606            not 'IPSEC' and
21607            not 'VHOST'"
21608   parameters:
21609   - "latency"
21610   - "parent"
21611   - "tags"
21612   sort:
21613   - "IP4BASE"
21614   - "FIB_20K"
21615   - "FIB_200K"
21616   - "FIB_2M"
21617   layout:
21618     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21619     layout: "plot-latency"
21620
21621 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21622 -
21623   type: "plot"
21624   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21625   algorithm: "plot_latency_error_bars"
21626   output-file-type: ".html"
21627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21628   data: "plot-vpp-throughput-latency-3n-skx"
21629   filter: "'NIC_Intel-X710' and
21630            '64B' and
21631            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21632            'NDRPDR' and
21633            '2T1C' and
21634            'IP4FWD' and
21635            not 'IPSEC' and
21636            not 'VHOST'"
21637   parameters:
21638   - "latency"
21639   - "parent"
21640   - "tags"
21641   sort:
21642   - "IP4BASE"
21643   - "FIB_20K"
21644   - "FIB_200K"
21645   - "FIB_2M"
21646   layout:
21647     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21648     layout: "plot-latency"
21649
21650 -
21651   type: "plot"
21652   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21653   algorithm: "plot_latency_error_bars"
21654   output-file-type: ".html"
21655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21656   data: "plot-vpp-throughput-latency-3n-skx"
21657   filter: "'NIC_Intel-X710' and
21658            '64B' and
21659            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21660            'NDRPDR' and
21661            '4T2C' and
21662            'IP4FWD' and
21663            not 'IPSEC' and
21664            not 'VHOST'"
21665   parameters:
21666   - "latency"
21667   - "parent"
21668   - "tags"
21669   sort:
21670   - "IP4BASE"
21671   - "FIB_20K"
21672   - "FIB_200K"
21673   - "FIB_2M"
21674   layout:
21675     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21676     layout: "plot-latency"
21677
21678 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21679 -
21680   type: "plot"
21681   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21682   algorithm: "plot_latency_error_bars"
21683   output-file-type: ".html"
21684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21685   data: "plot-vpp-throughput-latency-3n-skx"
21686   filter: "'NIC_Intel-X710' and
21687            '64B' and
21688            ('IP4BASE' or
21689             'POLICE_MARK' or
21690             'COPWHLIST' or
21691             ('NAT44' and 'BASE') or
21692             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21693            'NDRPDR' and
21694            '2T1C' and
21695            'IP4FWD' and
21696            not 'IPSEC' and
21697            not 'VHOST'"
21698   parameters:
21699   - "latency"
21700   - "parent"
21701   - "tags"
21702   sort:
21703   - "IP4BASE"
21704   - "NAT44"
21705   - "POLICE_MARK"
21706   - "COPWHLIST"
21707   - "IACL"
21708   - "OACL"
21709   layout:
21710     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21711     layout: "plot-latency"
21712
21713 -
21714   type: "plot"
21715   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21716   algorithm: "plot_latency_error_bars"
21717   output-file-type: ".html"
21718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21719   data: "plot-vpp-throughput-latency-3n-skx"
21720   filter: "'NIC_Intel-X710' and
21721            '64B' and
21722            ('IP4BASE' or
21723             'POLICE_MARK' or
21724             'COPWHLIST' or
21725             ('NAT44' and 'BASE') or
21726             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21727            'NDRPDR' and
21728            '4T2C' and
21729            'IP4FWD' and
21730            not 'IPSEC' and
21731            not 'VHOST'"
21732   parameters:
21733   - "latency"
21734   - "parent"
21735   - "tags"
21736   sort:
21737   - "IP4BASE"
21738   - "NAT44"
21739   - "POLICE_MARK"
21740   - "COPWHLIST"
21741   - "IACL"
21742   - "OACL"
21743   layout:
21744     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21745     layout: "plot-latency"
21746
21747 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21748 -
21749   type: "plot"
21750   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21751   algorithm: "plot_latency_error_bars"
21752   output-file-type: ".html"
21753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21754   data: "plot-vpp-throughput-latency-3n-skx"
21755   filter: "'NIC_Intel-X710' and
21756            '64B' and
21757            'NDRPDR' and
21758            '2T1C' and
21759            'IP4FWD' and
21760            'NAT44' and
21761            not 'IPSEC' and
21762            not 'VHOST'"
21763   parameters:
21764   - "latency"
21765   - "parent"
21766   - "tags"
21767   sort:
21768   - "BASE"
21769   - "BASE"
21770   - "SRC_USER_10"
21771   - "SRC_USER_100"
21772   - "SRC_USER_1000"
21773   - "SRC_USER_2000"
21774   layout:
21775     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21776     layout: "plot-latency"
21777
21778 -
21779   type: "plot"
21780   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21781   algorithm: "plot_latency_error_bars"
21782   output-file-type: ".html"
21783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21784   data: "plot-vpp-throughput-latency-3n-skx"
21785   filter: "'NIC_Intel-X710' and
21786            '64B' and
21787            'NDRPDR' and
21788            '4T2C' and
21789            'IP4FWD' and
21790            'NAT44' and
21791            not 'IPSEC' and
21792            not 'VHOST'"
21793   parameters:
21794   - "latency"
21795   - "parent"
21796   - "tags"
21797   sort:
21798   - "BASE"
21799   - "BASE"
21800   - "SRC_USER_10"
21801   - "SRC_USER_100"
21802   - "SRC_USER_1000"
21803   - "SRC_USER_2000"
21804   layout:
21805     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21806     layout: "plot-latency"
21807
21808 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21809 -
21810   type: "plot"
21811   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21812   algorithm: "plot_latency_error_bars"
21813   output-file-type: ".html"
21814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21815   data: "plot-vpp-throughput-latency-3n-skx"
21816   filter: "'NIC_Intel-X710' and
21817            '64B' and
21818            'NDRPDR' and
21819            '2T1C' and
21820            'IP4FWD' and
21821            'IACL' and
21822            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21823            not 'IPSEC' and
21824            not 'VHOST'"
21825   parameters:
21826   - "latency"
21827   - "parent"
21828   - "tags"
21829   sort:
21830   - "ACL_STATELESS"
21831   - "ACL_STATEFUL"
21832   - "ACL_STATELESS"
21833   - "ACL_STATEFUL"
21834   layout:
21835     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21836     layout: "plot-latency"
21837
21838 -
21839   type: "plot"
21840   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21841   algorithm: "plot_latency_error_bars"
21842   output-file-type: ".html"
21843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21844   data: "plot-vpp-throughput-latency-3n-skx"
21845   filter: "'NIC_Intel-X710' and
21846            '64B' and
21847            'NDRPDR' and
21848            '4T2C' and
21849            'IP4FWD' and
21850            'IACL' and
21851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21852            not 'IPSEC' and
21853            not 'VHOST'"
21854   parameters:
21855   - "latency"
21856   - "parent"
21857   - "tags"
21858   sort:
21859   - "ACL_STATELESS"
21860   - "ACL_STATEFUL"
21861   - "ACL_STATELESS"
21862   - "ACL_STATEFUL"
21863   layout:
21864     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21865     layout: "plot-latency"
21866
21867 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21868 #-
21869 #  type: "plot"
21870 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21871 #  algorithm: "plot_latency_error_bars"
21872 #  output-file-type: ".html"
21873 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21874 #  data: "plot-vpp-throughput-latency-3n-skx"
21875 #  filter: "'NIC_Intel-X710' and
21876 #           '64B' and
21877 #           'NDRPDR' and
21878 #           '2T1C' and
21879 #           'IP4FWD' and
21880 #           'OACL' and
21881 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21882 #           not 'IPSEC' and
21883 #           not 'VHOST'"
21884 #  parameters:
21885 #  - "latency"
21886 #  - "parent"
21887 #  - "tags"
21888 #  sort:
21889 #  - "ACL_STATELESS"
21890 #  - "ACL_STATEFUL"
21891 #  - "ACL_STATELESS"
21892 #  - "ACL_STATEFUL"
21893 #  layout:
21894 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21895 #    layout: "plot-latency"
21896 #
21897 #-
21898 #  type: "plot"
21899 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21900 #  algorithm: "plot_latency_error_bars"
21901 #  output-file-type: ".html"
21902 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21903 #  data: "plot-vpp-throughput-latency-3n-skx"
21904 #  filter: "'NIC_Intel-X710' and
21905 #           '64B' and
21906 #           'NDRPDR' and
21907 #           '4T2C' and
21908 #           'IP4FWD' and
21909 #           'OACL' and
21910 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21911 #           not 'IPSEC' and
21912 #           not 'VHOST'"
21913 #  parameters:
21914 #  - "latency"
21915 #  - "parent"
21916 #  - "tags"
21917 #  sort:
21918 #  - "ACL_STATELESS"
21919 #  - "ACL_STATEFUL"
21920 #  - "ACL_STATELESS"
21921 #  - "ACL_STATEFUL"
21922 #  layout:
21923 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21924 #    layout: "plot-latency"
21925
21926 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21927 -
21928   type: "plot"
21929   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21930   algorithm: "plot_latency_error_bars"
21931   output-file-type: ".html"
21932   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21933   data: "plot-vpp-throughput-latency-2n-skx"
21934   filter: "'NIC_Intel-X710' and
21935            '64B' and
21936            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21937            'NDRPDR' and
21938            '2T1C' and
21939            'IP4FWD' and
21940            not 'IPSEC' and
21941            not 'VHOST'"
21942   parameters:
21943   - "latency"
21944   - "parent"
21945   - "tags"
21946   sort:
21947   - "DOT1Q"
21948   - "IP4BASE"
21949   - "FIB_20k"
21950   - "FIB_200k"
21951   - "FIB_2M"
21952   layout:
21953     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21954     layout: "plot-latency"
21955
21956 -
21957   type: "plot"
21958   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21959   algorithm: "plot_latency_error_bars"
21960   output-file-type: ".html"
21961   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21962   data: "plot-vpp-throughput-latency-2n-skx"
21963   filter: "'NIC_Intel-X710' and
21964            '64B' and
21965            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21966            'NDRPDR' and
21967            '4T2C' and
21968            'IP4FWD' and
21969            not 'IPSEC' and
21970            not 'VHOST'"
21971   parameters:
21972   - "latency"
21973   - "parent"
21974   - "tags"
21975   sort:
21976   - "DOT1Q"
21977   - "IP4BASE"
21978   - "FIB_20k"
21979   - "FIB_200k"
21980   - "FIB_2M"
21981   layout:
21982     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21983     layout: "plot-latency"
21984
21985 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21986 -
21987   type: "plot"
21988   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21989   algorithm: "plot_latency_error_bars"
21990   output-file-type: ".html"
21991   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21992   data: "plot-vpp-throughput-latency-2n-skx"
21993   filter: "'NIC_Intel-XXV710' and
21994            '64B' and
21995            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21996            'NDRPDR' and
21997            '2T1C' and
21998            'IP4FWD' and
21999            not 'IPSEC' and
22000            not 'VHOST'"
22001   parameters:
22002   - "latency"
22003   - "parent"
22004   - "tags"
22005   sort:
22006   - "DOT1Q"
22007   - "IP4BASE"
22008   - "FIB_20k"
22009   - "FIB_200k"
22010   - "FIB_2M"
22011   layout:
22012     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22013     layout: "plot-latency"
22014
22015 -
22016   type: "plot"
22017   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22018   algorithm: "plot_latency_error_bars"
22019   output-file-type: ".html"
22020   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22021   data: "plot-vpp-throughput-latency-2n-skx"
22022   filter: "'NIC_Intel-XXV710' and
22023            '64B' and
22024            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22025            'NDRPDR' and
22026            '4T2C' and
22027            'IP4FWD' and
22028            not 'IPSEC' and
22029            not 'VHOST'"
22030   parameters:
22031   - "latency"
22032   - "parent"
22033   - "tags"
22034   sort:
22035   - "DOT1Q"
22036   - "IP4BASE"
22037   - "FIB_20k"
22038   - "FIB_200k"
22039   - "FIB_2M"
22040   layout:
22041     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22042     layout: "plot-latency"
22043
22044 ################################################################################
22045
22046 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
22047 #-
22048 #  type: "plot"
22049 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22050 #  algorithm: "plot_latency_error_bars"
22051 #  output-file-type: ".html"
22052 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22053 #  data: "plot-vpp-throughput-latency-3n-hsw"
22054 #  filter: "'NIC_Intel-X520-DA2' and
22055 #           '64B' and
22056 #           'ENCAP' and
22057 #           'NDRPDR' and
22058 #           '1T1C' and
22059 #           ('VXLAN' or 'LISP') and
22060 #           not 'VHOST' and
22061 #           not 'IPSECHW'"
22062 #  parameters:
22063 #  - "latency"
22064 #  - "parent"
22065 #  - "tags"
22066 #  sort:
22067 #  - "not DOT1Q"
22068 #  - "VXLAN_1"
22069 #  - "VXLAN_10"
22070 #  - "VXLAN_100"
22071 #  - "VXLAN_1000"
22072 #  layout:
22073 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22074 #    layout: "plot-latency"
22075 #
22076 #-
22077 #  type: "plot"
22078 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22079 #  algorithm: "plot_latency_error_bars"
22080 #  output-file-type: ".html"
22081 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22082 #  data: "plot-vpp-throughput-latency-3n-hsw"
22083 #  filter: "'NIC_Intel-X520-DA2' and
22084 #           '64B' and
22085 #           'ENCAP' and
22086 #           'NDRPDR' and
22087 #           '2T2C' and
22088 #           ('VXLAN' or 'LISP') and
22089 #           not 'VHOST' and
22090 #           not 'IPSECHW'"
22091 #  parameters:
22092 #  - "latency"
22093 #  - "parent"
22094 #  - "tags"
22095 #  sort:
22096 #  - "not DOT1Q"
22097 #  - "VXLAN_1"
22098 #  - "VXLAN_10"
22099 #  - "VXLAN_100"
22100 #  - "VXLAN_1000"
22101 #  layout:
22102 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22103 #    layout: "plot-latency"
22104
22105 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
22106 -
22107   type: "plot"
22108   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
22109   algorithm: "plot_latency_error_bars"
22110   output-file-type: ".html"
22111   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
22112   data: "plot-vpp-throughput-latency-3n-hsw"
22113   filter: "'NIC_Intel-X520-DA2' and
22114            '64B' and
22115            'ENCAP' and
22116            'NDRPDR' and
22117            '1T1C' and
22118            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22119            not 'DOT1Q' and
22120            not 'VHOST' and
22121            not 'IPSECHW'"
22122   parameters:
22123   - "latency"
22124   - "parent"
22125   - "tags"
22126 #  sort:
22127 #  - "L2BDMACLRN"
22128 #  - "L2XCFWD"
22129 #  - "LISP"
22130   layout:
22131     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
22132     layout: "plot-latency"
22133
22134 -
22135   type: "plot"
22136   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
22137   algorithm: "plot_latency_error_bars"
22138   output-file-type: ".html"
22139   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
22140   data: "plot-vpp-throughput-latency-3n-hsw"
22141   filter: "'NIC_Intel-X520-DA2' and
22142            '64B' and
22143            'ENCAP' and
22144            'NDRPDR' and
22145            '2T2C' and
22146            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22147            not 'DOT1Q' and
22148            not 'VHOST' and
22149            not 'IPSECHW'"
22150   parameters:
22151   - "latency"
22152   - "parent"
22153   - "tags"
22154   sort:
22155   - "L2BDMACLRN"
22156   - "L2XCFWD"
22157   - "LISP"
22158   layout:
22159     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
22160     layout: "plot-latency"
22161
22162 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
22163 -
22164   type: "plot"
22165   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22166   algorithm: "plot_latency_error_bars"
22167   output-file-type: ".html"
22168   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22169   data: "plot-vpp-throughput-latency-3n-hsw"
22170   filter: "'NIC_Intel-X710' and
22171            '64B' and
22172            'ENCAP' and
22173            'NDRPDR' and
22174            '1T1C' and
22175            ('VXLAN' or 'LISP') and
22176            not 'VHOST' and
22177            not 'IPSECHW'"
22178   parameters:
22179   - "latency"
22180   - "parent"
22181   - "tags"
22182   sort:
22183   - "LISP"
22184   - "VXLAN_1"
22185   - "VXLAN_10"
22186   - "VXLAN_100"
22187   - "VXLAN_1000"
22188   layout:
22189     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22190     layout: "plot-latency"
22191
22192 -
22193   type: "plot"
22194   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22195   algorithm: "plot_latency_error_bars"
22196   output-file-type: ".html"
22197   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22198   data: "plot-vpp-throughput-latency-3n-hsw"
22199   filter: "'NIC_Intel-X710' and
22200            '64B' and
22201            'ENCAP' and
22202            'NDRPDR' and
22203            '2T2C' and
22204            ('VXLAN' or 'LISP') and
22205            not 'VHOST' and
22206            not 'IPSECHW'"
22207   parameters:
22208   - "latency"
22209   - "parent"
22210   - "tags"
22211   sort:
22212   - "LISP"
22213   - "VXLAN_1"
22214   - "VXLAN_10"
22215   - "VXLAN_100"
22216   - "VXLAN_1000"
22217   layout:
22218     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22219     layout: "plot-latency"
22220
22221 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
22222 -
22223   type: "plot"
22224   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22225   algorithm: "plot_latency_error_bars"
22226   output-file-type: ".html"
22227   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22228   data: "plot-vpp-throughput-latency-3n-hsw"
22229   filter: "'NIC_Intel-X710' and
22230            '64B' and
22231            'ENCAP' and
22232            'NDRPDR' and
22233            '1T1C' and
22234            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22235            not 'DOT1Q' and
22236            not 'VHOST' and
22237            not 'IPSECHW'"
22238   parameters:
22239   - "latency"
22240   - "parent"
22241   - "tags"
22242   sort:
22243   - "L2BDMACLRN"
22244   - "L2XCFWD"
22245   - "LISP"
22246   layout:
22247     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
22248     layout: "plot-latency"
22249
22250 -
22251   type: "plot"
22252   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22253   algorithm: "plot_latency_error_bars"
22254   output-file-type: ".html"
22255   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22256   data: "plot-vpp-throughput-latency-3n-hsw"
22257   filter: "'NIC_Intel-X710' and
22258            '64B' and
22259            'ENCAP' and
22260            'NDRPDR' and
22261            '2T2C' and
22262            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22263            not 'DOT1Q' and
22264            not 'VHOST' and
22265            not 'IPSECHW'"
22266   parameters:
22267   - "latency"
22268   - "parent"
22269   - "tags"
22270   sort:
22271   - "L2BDMACLRN"
22272   - "L2XCFWD"
22273   - "LISP"
22274   layout:
22275     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
22276     layout: "plot-latency"
22277
22278 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
22279 -
22280   type: "plot"
22281   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22282   algorithm: "plot_latency_error_bars"
22283   output-file-type: ".html"
22284   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22285   data: "plot-vpp-throughput-latency-3n-skx"
22286   filter: "'NIC_Intel-X710' and
22287            '64B' and
22288            'ENCAP' and
22289            'NDRPDR' and
22290            '2T1C' and
22291            ('VXLAN' or 'LISP') and
22292            not 'VHOST' and
22293            not 'IPSECHW'"
22294   parameters:
22295   - "latency"
22296   - "parent"
22297   - "tags"
22298   sort:
22299   - "LISP"
22300   - "VXLAN_1"
22301   - "VXLAN_10"
22302   - "VXLAN_100"
22303   - "VXLAN_1000"
22304   layout:
22305     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22306     layout: "plot-latency"
22307
22308 -
22309   type: "plot"
22310   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22311   algorithm: "plot_latency_error_bars"
22312   output-file-type: ".html"
22313   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22314   data: "plot-vpp-throughput-latency-3n-skx"
22315   filter: "'NIC_Intel-X710' and
22316            '64B' and
22317            'ENCAP' and
22318            'NDRPDR' and
22319            '4T2C' and
22320            ('VXLAN' or 'LISP') and
22321            not 'VHOST' and
22322            not 'IPSECHW'"
22323   parameters:
22324   - "latency"
22325   - "parent"
22326   - "tags"
22327   sort:
22328   - "LISP"
22329   - "VXLAN_1"
22330   - "VXLAN_10"
22331   - "VXLAN_100"
22332   - "VXLAN_1000"
22333   layout:
22334     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22335     layout: "plot-latency"
22336
22337 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
22338 -
22339   type: "plot"
22340   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22341   algorithm: "plot_latency_error_bars"
22342   output-file-type: ".html"
22343   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22344   data: "plot-vpp-throughput-latency-3n-skx"
22345   filter: "'NIC_Intel-X710' and
22346            '64B' and
22347            'ENCAP' and
22348            'NDRPDR' and
22349            '2T1C' and
22350            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22351            not 'DOT1Q' and
22352            not 'VHOST' and
22353            not 'IPSECHW'"
22354   parameters:
22355   - "latency"
22356   - "parent"
22357   - "tags"
22358   sort:
22359   - "L2BDMACLRN"
22360   - "L2XCFWD"
22361   - "LISP"
22362   layout:
22363     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22364     layout: "plot-latency"
22365
22366 -
22367   type: "plot"
22368   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22369   algorithm: "plot_latency_error_bars"
22370   output-file-type: ".html"
22371   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22372   data: "plot-vpp-throughput-latency-3n-skx"
22373   filter: "'NIC_Intel-X710' and
22374            '64B' and
22375            'ENCAP' and
22376            'NDRPDR' and
22377            '4T2C' and
22378            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22379            not 'DOT1Q' and
22380            not 'VHOST' and
22381            not 'IPSECHW'"
22382   parameters:
22383   - "latency"
22384   - "parent"
22385   - "tags"
22386   sort:
22387   - "L2BDMACLRN"
22388   - "L2XCFWD"
22389   - "LISP"
22390   layout:
22391     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22392     layout: "plot-latency"
22393
22394 ################################################################################
22395
22396 # Packet Latency - VPP IPv6 3n-hsw-x520
22397 -
22398   type: "plot"
22399   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22400   algorithm: "plot_latency_error_bars"
22401   output-file-type: ".html"
22402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22403   data: "plot-vpp-throughput-latency-3n-hsw"
22404   filter: "'NIC_Intel-X520-DA2' and
22405            '78B' and
22406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22407            'NDRPDR' and
22408            '1T1C' and
22409            'IP6FWD' and
22410            not 'SRv6' and
22411            not 'IPSEC' and
22412            not 'VHOST'"
22413   parameters:
22414   - "latency"
22415   - "parent"
22416   - "tags"
22417   sort:
22418   - "IP6BASE"
22419   - "FIB_20K"
22420   - "FIB_200K"
22421   - "FIB_2M"
22422   layout:
22423     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22424     layout: "plot-latency"
22425
22426 -
22427   type: "plot"
22428   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22429   algorithm: "plot_latency_error_bars"
22430   output-file-type: ".html"
22431   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22432   data: "plot-vpp-throughput-latency-3n-hsw"
22433   filter: "'NIC_Intel-X520-DA2' and
22434            '78B' and
22435            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22436            'NDRPDR' and
22437            '2T2C' and
22438            'IP6FWD' and
22439            not 'SRv6' and
22440            not 'IPSEC' and
22441            not 'VHOST'"
22442   parameters:
22443   - "latency"
22444   - "parent"
22445   - "tags"
22446   sort:
22447   - "IP6BASE"
22448   - "FIB_20K"
22449   - "FIB_200K"
22450   - "FIB_2M"
22451   layout:
22452     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22453     layout: "plot-latency"
22454
22455 # Packet Latency - VPP IPv6 3n-hsw-x710
22456 -
22457   type: "plot"
22458   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22459   algorithm: "plot_latency_error_bars"
22460   output-file-type: ".html"
22461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22462   data: "plot-vpp-throughput-latency-3n-hsw"
22463   filter: "'NIC_Intel-X710' and
22464            '78B' and
22465            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22466            'NDRPDR' and
22467            '1T1C' and
22468            'IP6FWD' and
22469            not 'SRv6' and
22470            not 'IPSEC' and
22471            not 'VHOST'"
22472   parameters:
22473   - "latency"
22474   - "parent"
22475   - "tags"
22476   sort:
22477   - "IP6BASE"
22478   - "FIB_20K"
22479   - "FIB_200K"
22480   - "FIB_2M"
22481   layout:
22482     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22483     layout: "plot-latency"
22484
22485 -
22486   type: "plot"
22487   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22488   algorithm: "plot_latency_error_bars"
22489   output-file-type: ".html"
22490   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22491   data: "plot-vpp-throughput-latency-3n-hsw"
22492   filter: "'NIC_Intel-X710' and
22493            '78B' and
22494            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22495            'NDRPDR' and
22496            '2T2C' and
22497            'IP6FWD' and
22498            not 'SRv6' and
22499            not 'IPSEC' and
22500            not 'VHOST'"
22501   parameters:
22502   - "latency"
22503   - "parent"
22504   - "tags"
22505   sort:
22506   - "IP6BASE"
22507   - "FIB_20K"
22508   - "FIB_200K"
22509   - "FIB_2M"
22510   layout:
22511     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22512     layout: "plot-latency"
22513
22514 # Packet Latency - VPP IPv6 3n-hsw-xl710
22515 -
22516   type: "plot"
22517   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22518   algorithm: "plot_latency_error_bars"
22519   output-file-type: ".html"
22520   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22521   data: "plot-vpp-throughput-latency-3n-hsw"
22522   filter: "'NIC_Intel-XL710' and
22523            '78B' and
22524            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22525            'NDRPDR' and
22526            '1T1C' and
22527            'IP6FWD' and
22528            not 'SRv6' and
22529            not 'IPSEC' and
22530            not 'VHOST'"
22531   parameters:
22532   - "latency"
22533   - "parent"
22534   - "tags"
22535   sort:
22536   - "IP6BASE"
22537   - "FIB_20K"
22538   - "FIB_200K"
22539   - "FIB_2M"
22540   layout:
22541     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22542     layout: "plot-latency"
22543
22544 -
22545   type: "plot"
22546   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22547   algorithm: "plot_latency_error_bars"
22548   output-file-type: ".html"
22549   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22550   data: "plot-vpp-throughput-latency-3n-hsw"
22551   filter: "'NIC_Intel-XL710' and
22552            '78B' and
22553            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22554            'NDRPDR' and
22555            '2T2C' and
22556            'IP6FWD' and
22557            not 'SRv6' and
22558            not 'IPSEC' and
22559            not 'VHOST'"
22560   parameters:
22561   - "latency"
22562   - "parent"
22563   - "tags"
22564   sort:
22565   - "IP6BASE"
22566   - "FIB_20K"
22567   - "FIB_200K"
22568   - "FIB_2M"
22569   layout:
22570     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22571     layout: "plot-latency"
22572
22573 # Packet Latency - VPP IPv6 3n-skx-x710
22574 -
22575   type: "plot"
22576   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22577   algorithm: "plot_latency_error_bars"
22578   output-file-type: ".html"
22579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22580   data: "plot-vpp-throughput-latency-3n-skx"
22581   filter: "'NIC_Intel-X710' and
22582            '78B' and
22583            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22584            'NDRPDR' and
22585            '2T1C' and
22586            'IP6FWD' and
22587            not 'SRv6' and
22588            not 'IPSEC' and
22589            not 'VHOST'"
22590   parameters:
22591   - "latency"
22592   - "parent"
22593   - "tags"
22594   sort:
22595   - "IP6BASE"
22596   - "FIB_20K"
22597   - "FIB_200K"
22598   - "FIB_2M"
22599   layout:
22600     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22601     layout: "plot-latency"
22602
22603 -
22604   type: "plot"
22605   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22606   algorithm: "plot_latency_error_bars"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22609   data: "plot-vpp-throughput-latency-3n-skx"
22610   filter: "'NIC_Intel-X710' and
22611            '78B' and
22612            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22613            'NDRPDR' and
22614            '4T2C' and
22615            'IP6FWD' and
22616            not 'SRv6' and
22617            not 'IPSEC' and
22618            not 'VHOST'"
22619   parameters:
22620   - "latency"
22621   - "parent"
22622   - "tags"
22623   sort:
22624   - "IP6BASE"
22625   - "FIB_20K"
22626   - "FIB_200K"
22627   - "FIB_2M"
22628   layout:
22629     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22630     layout: "plot-latency"
22631
22632 # Packet Latency - VPP IPv6 2n-skx-x710
22633 -
22634   type: "plot"
22635   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22636   algorithm: "plot_latency_error_bars"
22637   output-file-type: ".html"
22638   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22639   data: "plot-vpp-throughput-latency-2n-skx"
22640   filter: "'NIC_Intel-X710' and
22641            '78B' and
22642            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22643            'NDRPDR' and
22644            '2T1C' and
22645            'IP6FWD' and
22646            not 'SRv6' and
22647            not 'IPSEC' and
22648            not 'VHOST'"
22649   parameters:
22650   - "latency"
22651   - "parent"
22652   - "tags"
22653   sort:
22654   - "IP6BASE"
22655   - "FIB_20k"
22656   - "FIB_200k"
22657   - "FIB_2M"
22658   layout:
22659     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22660     layout: "plot-latency"
22661
22662 -
22663   type: "plot"
22664   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22665   algorithm: "plot_latency_error_bars"
22666   output-file-type: ".html"
22667   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22668   data: "plot-vpp-throughput-latency-2n-skx"
22669   filter: "'NIC_Intel-X710' and
22670            '78B' and
22671            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22672            'NDRPDR' and
22673            '4T2C' and
22674            'IP6FWD' and
22675            not 'SRv6' and
22676            not 'IPSEC' and
22677            not 'VHOST'"
22678   parameters:
22679   - "latency"
22680   - "parent"
22681   - "tags"
22682   sort:
22683   - "IP6BASE"
22684   - "FIB_20k"
22685   - "FIB_200k"
22686   - "FIB_2M"
22687   layout:
22688     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22689     layout: "plot-latency"
22690
22691 # Packet Latency - VPP IPv6 2n-skx-xxv710
22692 -
22693   type: "plot"
22694   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22695   algorithm: "plot_latency_error_bars"
22696   output-file-type: ".html"
22697   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22698   data: "plot-vpp-throughput-latency-2n-skx"
22699   filter: "'NIC_Intel-XXV710' and
22700            '78B' and
22701            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22702            'NDRPDR' and
22703            '2T1C' and
22704            'IP6FWD' and
22705            not 'SRv6' and
22706            not 'IPSEC' and
22707            not 'VHOST'"
22708   parameters:
22709   - "latency"
22710   - "parent"
22711   - "tags"
22712   sort:
22713   - "IP6BASE"
22714   - "FIB_20k"
22715   - "FIB_200k"
22716   - "FIB_2M"
22717   layout:
22718     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22719     layout: "plot-latency"
22720
22721 -
22722   type: "plot"
22723   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22724   algorithm: "plot_latency_error_bars"
22725   output-file-type: ".html"
22726   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22727   data: "plot-vpp-throughput-latency-2n-skx"
22728   filter: "'NIC_Intel-XXV710' and
22729            '78B' and
22730            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22731            'NDRPDR' and
22732            '4T2C' and
22733            'IP6FWD' and
22734            not 'SRv6' and
22735            not 'IPSEC' and
22736            not 'VHOST'"
22737   parameters:
22738   - "latency"
22739   - "parent"
22740   - "tags"
22741   sort:
22742   - "IP6BASE"
22743   - "FIB_20k"
22744   - "FIB_200k"
22745   - "FIB_2M"
22746   layout:
22747     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22748     layout: "plot-latency"
22749
22750 ################################################################################
22751
22752 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22753 -
22754   type: "plot"
22755   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22756   algorithm: "plot_latency_error_bars"
22757   output-file-type: ".html"
22758   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22759   data: "plot-vpp-throughput-latency-3n-hsw"
22760   filter: "'NIC_Intel-X520-DA2' and
22761            '78B' and
22762            'ENCAP' and
22763            'NDRPDR' and
22764            '1T1C' and
22765            'LISP' and
22766            not 'VHOST'"
22767   parameters:
22768   - "latency"
22769   - "parent"
22770   - "tags"
22771   sort:
22772   - "IP4UNRLAY"
22773   - "IP6UNRLAY"
22774   layout:
22775     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22776     layout: "plot-latency"
22777
22778 -
22779   type: "plot"
22780   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22781   algorithm: "plot_latency_error_bars"
22782   output-file-type: ".html"
22783   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22784   data: "plot-vpp-throughput-latency-3n-hsw"
22785   filter: "'NIC_Intel-X520-DA2' and
22786            '78B' and
22787            'ENCAP' and
22788            'NDRPDR' and
22789            '2T2C' and
22790            'LISP' and
22791            not 'VHOST'"
22792   parameters:
22793   - "latency"
22794   - "parent"
22795   - "tags"
22796   sort:
22797   - "IP4UNRLAY"
22798   - "IP6UNRLAY"
22799   layout:
22800     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22801     layout: "plot-latency"
22802
22803 ################################################################################
22804
22805 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22806 -
22807   type: "plot"
22808   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22809   algorithm: "plot_latency_error_bars"
22810   output-file-type: ".html"
22811   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22812   data: "plot-vpp-throughput-latency-3n-hsw"
22813   filter: "'NIC_Intel-XL710' and
22814            '64B' and
22815            'IP4FWD' and
22816            'NDRPDR' and
22817            'BASE' and
22818            '1T1C' and
22819            'IPSECHW' and
22820            ('IPSECTRAN' or 'IPSECTUN') and
22821            not 'VHOST'"
22822   parameters:
22823   - "latency"
22824   - "parent"
22825   - "tags"
22826   layout:
22827     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22828     layout: "plot-latency"
22829
22830 -
22831   type: "plot"
22832   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22833   algorithm: "plot_latency_error_bars"
22834   output-file-type: ".html"
22835   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22836   data: "plot-vpp-throughput-latency-3n-hsw"
22837   filter: "'NIC_Intel-XL710' and
22838            '64B' and
22839            'IP4FWD' and
22840            'NDRPDR' and
22841            'BASE' and
22842            '2T2C' and
22843            'IPSECHW' and
22844            ('IPSECTRAN' or 'IPSECTUN') and
22845            not 'VHOST'"
22846   parameters:
22847   - "latency"
22848   - "parent"
22849   - "tags"
22850   layout:
22851     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22852     layout: "plot-latency"
22853
22854 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22855 -
22856   type: "plot"
22857   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22858   algorithm: "plot_latency_error_bars"
22859   output-file-type: ".html"
22860   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22861   data: "plot-vpp-throughput-latency-3n-hsw"
22862   filter: "'NIC_Intel-XL710' and
22863            '64B' and
22864            'IP4FWD' and
22865            'NDRPDR' and
22866            'SCALE' and
22867            '1T1C' and
22868            'IPSECHW' and
22869            ('IPSECTRAN' or 'IPSECTUN') and
22870            not 'VHOST'"
22871   parameters:
22872   - "latency"
22873   - "parent"
22874   - "tags"
22875   layout:
22876     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22877     layout: "plot-latency"
22878
22879 -
22880   type: "plot"
22881   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22882   algorithm: "plot_latency_error_bars"
22883   output-file-type: ".html"
22884   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22885   data: "plot-vpp-throughput-latency-3n-hsw"
22886   filter: "'NIC_Intel-XL710' and
22887            '64B' and
22888            'IP4FWD' and
22889            'NDRPDR' and
22890            'SCALE' and
22891            '2T2C' and
22892            'IPSECHW' and
22893            ('IPSECTRAN' or 'IPSECTUN') and
22894            not 'VHOST'"
22895   parameters:
22896   - "latency"
22897   - "parent"
22898   - "tags"
22899   layout:
22900     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22901     layout: "plot-latency"
22902
22903 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22904 -
22905   type: "plot"
22906   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22907   algorithm: "plot_latency_error_bars"
22908   output-file-type: ".html"
22909   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22910   data: "plot-vpp-throughput-latency-3n-hsw"
22911   filter: "'NIC_Intel-XL710' and
22912            '64B' and
22913            'IP4FWD' and
22914            'NDRPDR' and
22915            '1T1C' and
22916            'IPSECSW' and
22917            ('IPSECTRAN' or 'IPSECTUN') and
22918            not 'VHOST'"
22919   parameters:
22920   - "latency"
22921   - "parent"
22922   - "tags"
22923   layout:
22924     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22925     layout: "plot-latency"
22926
22927 -
22928   type: "plot"
22929   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22930   algorithm: "plot_latency_error_bars"
22931   output-file-type: ".html"
22932   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22933   data: "plot-vpp-throughput-latency-3n-hsw"
22934   filter: "'NIC_Intel-XL710' and
22935            '64B' and
22936            'IP4FWD' and
22937            'NDRPDR' and
22938            '2T2C' and
22939            'IPSECSW' and
22940            ('IPSECTRAN' or 'IPSECTUN') and
22941            not 'VHOST'"
22942   parameters:
22943   - "latency"
22944   - "parent"
22945   - "tags"
22946   layout:
22947     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22948     layout: "plot-latency"
22949
22950 ################################################################################
22951
22952 # Packet Latency - VPP SRv6 3n-hsw-x520
22953 -
22954   type: "plot"
22955   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22956   algorithm: "plot_latency_error_bars"
22957   output-file-type: ".html"
22958   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22959   data: "plot-vpp-throughput-latency-3n-hsw"
22960   filter: "'NIC_Intel-X520-DA2' and
22961            '78B' and
22962            'FEATURE' and
22963            'NDRPDR' and
22964            '1T1C' and
22965            'IP6FWD' and
22966            'SRv6'"
22967   parameters:
22968   - "latency"
22969   - "parent"
22970   - "tags"
22971   layout:
22972     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22973     layout: "plot-latency"
22974
22975 -
22976   type: "plot"
22977   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22978   algorithm: "plot_latency_error_bars"
22979   output-file-type: ".html"
22980   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22981   data: "plot-vpp-throughput-latency-3n-hsw"
22982   filter: "'NIC_Intel-X520-DA2' and
22983            '78B' and
22984            'FEATURE' and
22985            'NDRPDR' and
22986            '2T2C' and
22987            'IP6FWD' and
22988            'SRv6'"
22989   parameters:
22990   - "latency"
22991   - "parent"
22992   - "tags"
22993   layout:
22994     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22995     layout: "plot-latency"
22996
22997 ################################################################################
22998
22999 # Packet Latency - VPP vhost ip4 3n-hsw-x520
23000 -
23001   type: "plot"
23002   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
23003   algorithm: "plot_latency_error_bars"
23004   output-file-type: ".html"
23005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
23006   data: "plot-vpp-throughput-latency-3n-hsw"
23007   filter: "'NIC_Intel-X520-DA2' and
23008            '64B' and
23009            'NDRPDR' and
23010            'ETH' and
23011            'IP4FWD' and
23012            '1T1C' and
23013            'VHOST_1024' and
23014            not 'VXLAN' and
23015            not 'DOT1Q'"
23016   parameters:
23017   - "latency"
23018   - "parent"
23019   - "tags"
23020   sort:
23021   - "not CFS_OPT"
23022   - "1VM"
23023   - "2VM"
23024   layout:
23025     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
23026     layout: "plot-latency"
23027
23028 -
23029   type: "plot"
23030   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
23031   algorithm: "plot_latency_error_bars"
23032   output-file-type: ".html"
23033   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
23034   data: "plot-vpp-throughput-latency-3n-hsw"
23035   filter: "'NIC_Intel-X520-DA2' and
23036            '64B' and
23037            'NDRPDR' and
23038            'ETH' and
23039            'IP4FWD' and
23040            '2T2C' and
23041            'VHOST_1024' and
23042            not 'VXLAN' and
23043            not 'DOT1Q'"
23044   parameters:
23045   - "latency"
23046   - "parent"
23047   - "tags"
23048   sort:
23049   - "not CFS_OPT"
23050   - "1VM"
23051   - "2VM"
23052   layout:
23053     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
23054     layout: "plot-latency"
23055
23056 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
23057 -
23058   type: "plot"
23059   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
23060   algorithm: "plot_latency_error_bars"
23061   output-file-type: ".html"
23062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
23063   data: "plot-vpp-throughput-latency-3n-hsw"
23064   filter: "'NIC_Intel-X520-DA2' and
23065            '64B' and
23066            'NDRPDR' and
23067            ('ETH' or 'DOT1Q') and
23068            '1T1C' and
23069            'L2BDMACLRN' and
23070            'VHOST_1024' and
23071            not 'VXLAN' and
23072            not 'IP4FWD' and
23073            not '2VM'"
23074   parameters:
23075   - "latency"
23076   - "parent"
23077   - "tags"
23078 #  sort:
23079 #  - "VM"  # "not CFS_OPT"
23080 #  - "CFS_OPT"
23081 #  - "FIB_10K"
23082 #  - "FIB_100K"
23083 #  - "FIB_1M"
23084   layout:
23085     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
23086     layout: "plot-latency"
23087
23088 -
23089   type: "plot"
23090   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
23091   algorithm: "plot_latency_error_bars"
23092   output-file-type: ".html"
23093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
23094   data: "plot-vpp-throughput-latency-3n-hsw"
23095   filter: "'NIC_Intel-X520-DA2' and
23096            '64B' and
23097            'NDRPDR' and
23098            ('ETH' or 'DOT1Q') and
23099            '2T2C' and
23100            'L2BDMACLRN' and
23101            'VHOST_1024' and
23102            not 'VXLAN' and
23103            not 'IP4FWD' and
23104            not '2VM'"
23105   parameters:
23106   - "latency"
23107   - "parent"
23108   - "tags"
23109 #  sort:
23110 #  - "VM"  # "not CFS_OPT"
23111 #  - "CFS_OPT"
23112 #  - "FIB_10K"
23113 #  - "FIB_100K"
23114 #  - "FIB_1M"
23115   layout:
23116     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
23117     layout: "plot-latency"
23118
23119 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
23120 -
23121   type: "plot"
23122   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23123   algorithm: "plot_latency_error_bars"
23124   output-file-type: ".html"
23125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23126   data: "plot-vpp-throughput-latency-3n-hsw"
23127   filter: "'NIC_Intel-X520-DA2' and
23128            '64B' and
23129            'NDRPDR' and
23130            ('ETH' or 'DOT1Q') and
23131            'BASE' and
23132            '1T1C' and
23133            ('L2BDMACLRN' or 'L2XCFWD') and
23134            'VHOST_1024' and
23135            not 'VXLAN' and
23136            not 'IP4FWD' and
23137            not '2VM'"
23138   parameters:
23139   - "latency"
23140   - "parent"
23141   - "tags"
23142 #  sort:
23143 #  - "not CFS_OPT"
23144 #  - "L2XCFWD"
23145 #  - "not CFS_OPT"
23146 #  - "CFS_OPT"
23147   layout:
23148     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
23149     layout: "plot-latency"
23150
23151 -
23152   type: "plot"
23153   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23154   algorithm: "plot_latency_error_bars"
23155   output-file-type: ".html"
23156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23157   data: "plot-vpp-throughput-latency-3n-hsw"
23158   filter: "'NIC_Intel-X520-DA2' and
23159            '64B' and
23160            'NDRPDR' and
23161            ('ETH' or 'DOT1Q') and
23162            'BASE' and
23163            '2T2C' and
23164            ('L2BDMACLRN' or 'L2XCFWD') and
23165            'VHOST_1024' and
23166            not 'VXLAN' and
23167            not 'IP4FWD' and
23168            not '2VM'"
23169   parameters:
23170   - "latency"
23171   - "parent"
23172   - "tags"
23173 #  sort:
23174 #  - "not CFS_OPT"
23175 #  - "L2XCFWD"
23176 #  - "not CFS_OPT"
23177 #  - "CFS_OPT"
23178   layout:
23179     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
23180     layout: "plot-latency"
23181
23182 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
23183 -
23184   type: "plot"
23185   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23186   algorithm: "plot_latency_error_bars"
23187   output-file-type: ".html"
23188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23189   data: "plot-vpp-throughput-latency-3n-hsw"
23190   filter: "'NIC_Intel-X520-DA2' and
23191            '64B' and
23192            'NDRPDR' and
23193            ('ETH' or 'DOT1Q') and
23194            '1T1C' and
23195            ('L2BDMACLRN' or 'L2XCFWD') and
23196            'VHOST_1024' and
23197            not 'CFS_OPT' and
23198            not 'VXLAN' and
23199            not 'IP4FWD' and
23200            not 'LBOND'"
23201   parameters:
23202   - "latency"
23203   - "parent"
23204   - "tags"
23205 #  sort:
23206 #  - "1VM"
23207 #  - "L2XCFWD"
23208 #  - "1VM"
23209 #  - "L2BDMACLRN"
23210   layout:
23211     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
23212     layout: "plot-latency"
23213
23214 -
23215   type: "plot"
23216   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23217   algorithm: "plot_latency_error_bars"
23218   output-file-type: ".html"
23219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23220   data: "plot-vpp-throughput-latency-3n-hsw"
23221   filter: "'NIC_Intel-X520-DA2' and
23222            '64B' and
23223            'NDRPDR' and
23224            ('ETH' or 'DOT1Q') and
23225            '2T2C' and
23226            ('L2BDMACLRN' or 'L2XCFWD') and
23227            'VHOST_1024' and
23228            not 'CFS_OPT' and
23229            not 'VXLAN' and
23230            not 'IP4FWD' and
23231            not 'LBOND'"
23232   parameters:
23233   - "latency"
23234   - "parent"
23235   - "tags"
23236 #  sort:
23237 #  - "1VM"
23238 #  - "L2XCFWD"
23239 #  - "1VM"
23240 #  - "L2BDMACLRN"
23241   layout:
23242     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
23243     layout: "plot-latency"
23244
23245 # Packet Latency - VPP vhost ip4 3n-hsw-x710
23246 -
23247   type: "plot"
23248   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23249   algorithm: "plot_latency_error_bars"
23250   output-file-type: ".html"
23251   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23252   data: "plot-vpp-throughput-latency-3n-hsw"
23253   filter: "'NIC_Intel-X710' and
23254            '64B' and
23255            'NDRPDR' and
23256            'ETH' and
23257            'IP4FWD' and
23258            '1T1C' and
23259            'VHOST_1024' and
23260            not 'VXLAN' and
23261            not 'DOT1Q'"
23262   parameters:
23263   - "latency"
23264   - "parent"
23265   - "tags"
23266   sort:
23267   - "not CFS_OPT"
23268   - "1VM"
23269   - "2VM"
23270   layout:
23271     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23272     layout: "plot-latency"
23273
23274 -
23275   type: "plot"
23276   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23277   algorithm: "plot_latency_error_bars"
23278   output-file-type: ".html"
23279   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23280   data: "plot-vpp-throughput-latency-3n-hsw"
23281   filter: "'NIC_Intel-X710' and
23282            '64B' and
23283            'NDRPDR' and
23284            'ETH' and
23285            'IP4FWD' and
23286            '2T2C' and
23287            'VHOST_1024' and
23288            not 'VXLAN' and
23289            not 'DOT1Q'"
23290   parameters:
23291   - "latency"
23292   - "parent"
23293   - "tags"
23294   sort:
23295   - "not CFS_OPT"
23296   - "1VM"
23297   - "2VM"
23298   layout:
23299     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23300     layout: "plot-latency"
23301
23302 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
23303 -
23304   type: "plot"
23305   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23306   algorithm: "plot_latency_error_bars"
23307   output-file-type: ".html"
23308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23309   data: "plot-vpp-throughput-latency-3n-hsw"
23310   filter: "'NIC_Intel-X710' and
23311            '64B' and
23312            'NDRPDR' and
23313            ('ETH' or 'DOT1Q') and
23314            '1T1C' and
23315            'L2BDMACLRN' and
23316            'VHOST_1024' and
23317            not 'VXLAN' and
23318            not 'IP4FWD' and
23319            not '2VM'"
23320   parameters:
23321   - "latency"
23322   - "parent"
23323   - "tags"
23324 #  sort:
23325 #  - "VM"  # "not CFS_OPT"
23326 #  - "CFS_OPT"
23327 #  - "FIB_10K"
23328 #  - "FIB_100K"
23329 #  - "FIB_1M"
23330   layout:
23331     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23332     layout: "plot-latency"
23333
23334 -
23335   type: "plot"
23336   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23337   algorithm: "plot_latency_error_bars"
23338   output-file-type: ".html"
23339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23340   data: "plot-vpp-throughput-latency-3n-hsw"
23341   filter: "'NIC_Intel-X710' and
23342            '64B' and
23343            'NDRPDR' and
23344            ('ETH' or 'DOT1Q') and
23345            '2T2C' and
23346            'L2BDMACLRN' and
23347            'VHOST_1024' and
23348            not 'VXLAN' and
23349            not 'IP4FWD' and
23350            not '2VM'"
23351   parameters:
23352   - "latency"
23353   - "parent"
23354   - "tags"
23355 #  sort:
23356 #  - "VM"  # "not CFS_OPT"
23357 #  - "CFS_OPT"
23358 #  - "FIB_10K"
23359 #  - "FIB_100K"
23360 #  - "FIB_1M"
23361   layout:
23362     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23363     layout: "plot-latency"
23364
23365 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
23366 -
23367   type: "plot"
23368   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23369   algorithm: "plot_latency_error_bars"
23370   output-file-type: ".html"
23371   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23372   data: "plot-vpp-throughput-latency-3n-hsw"
23373   filter: "'NIC_Intel-X710' and
23374            '64B' and
23375            'NDRPDR' and
23376            ('ETH' or 'DOT1Q') and
23377            'BASE' and
23378            '1T1C' and
23379            ('L2BDMACLRN' or 'L2XCFWD') and
23380            'VHOST_1024' and
23381            not 'VXLAN' and
23382            not 'IP4FWD' and
23383            not '2VM'"
23384   parameters:
23385   - "latency"
23386   - "parent"
23387   - "tags"
23388 #  sort:
23389 #  - "not CFS_OPT"
23390 #  - "L2XCFWD"
23391 #  - "not CFS_OPT"
23392 #  - "CFS_OPT"
23393   layout:
23394     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
23395     layout: "plot-latency"
23396
23397 -
23398   type: "plot"
23399   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23400   algorithm: "plot_latency_error_bars"
23401   output-file-type: ".html"
23402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23403   data: "plot-vpp-throughput-latency-3n-hsw"
23404   filter: "'NIC_Intel-X710' and
23405            '64B' and
23406            'NDRPDR' and
23407            ('ETH' or 'DOT1Q') and
23408            'BASE' and
23409            '2T2C' and
23410            ('L2BDMACLRN' or 'L2XCFWD') and
23411            'VHOST_1024' and
23412            not 'VXLAN' and
23413            not 'IP4FWD' and
23414            not '2VM'"
23415   parameters:
23416   - "latency"
23417   - "parent"
23418   - "tags"
23419 #  sort:
23420 #  - "not CFS_OPT"
23421 #  - "L2XCFWD"
23422 #  - "not CFS_OPT"
23423 #  - "CFS_OPT"
23424   layout:
23425     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
23426     layout: "plot-latency"
23427
23428 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23429 -
23430   type: "plot"
23431   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23432   algorithm: "plot_latency_error_bars"
23433   output-file-type: ".html"
23434   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23435   data: "plot-vpp-throughput-latency-3n-hsw"
23436   filter: "'NIC_Intel-X710' and
23437            '64B' and
23438            'NDRPDR' and
23439            ('ETH' or 'DOT1Q') and
23440            '1T1C' and
23441            ('L2BDMACLRN' or 'L2XCFWD') and
23442            'VHOST_1024' and
23443            not 'CFS_OPT' and
23444            not 'VXLAN' and
23445            not 'IP4FWD' and
23446            not 'LBOND'"
23447   parameters:
23448   - "latency"
23449   - "parent"
23450   - "tags"
23451 #  sort:
23452 #  - "1VM"
23453 #  - "L2XCFWD"
23454 #  - "1VM"
23455 #  - "L2BDMACLRN"
23456   layout:
23457     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23458     layout: "plot-latency"
23459
23460 -
23461   type: "plot"
23462   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23463   algorithm: "plot_latency_error_bars"
23464   output-file-type: ".html"
23465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23466   data: "plot-vpp-throughput-latency-3n-hsw"
23467   filter: "'NIC_Intel-X710' and
23468            '64B' and
23469            'NDRPDR' and
23470            ('ETH' or 'DOT1Q') and
23471            '2T2C' and
23472            ('L2BDMACLRN' or 'L2XCFWD') and
23473            'VHOST_1024' and
23474            not 'CFS_OPT' and
23475            not 'VXLAN' and
23476            not 'IP4FWD' and
23477            not 'LBOND'"
23478   parameters:
23479   - "latency"
23480   - "parent"
23481   - "tags"
23482 #  sort:
23483 #  - "1VM"
23484 #  - "L2XCFWD"
23485 #  - "1VM"
23486 #  - "L2BDMACLRN"
23487   layout:
23488     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23489     layout: "plot-latency"
23490
23491 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23492 -
23493   type: "plot"
23494   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23495   algorithm: "plot_latency_error_bars"
23496   output-file-type: ".html"
23497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23498   data: "plot-vpp-throughput-latency-3n-hsw"
23499   filter: "'NIC_Intel-XL710' and
23500            '64B' and
23501            'NDRPDR' and
23502            'ETH' and
23503            'IP4FWD' and
23504            '1T1C' and
23505            'VHOST_1024' and
23506            not 'VXLAN' and
23507            not 'DOT1Q'"
23508   parameters:
23509   - "latency"
23510   - "parent"
23511   - "tags"
23512   sort:
23513   - "not CFS_OPT"
23514   - "1VM"
23515   - "2VM"
23516   layout:
23517     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23518     layout: "plot-latency"
23519
23520 -
23521   type: "plot"
23522   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23523   algorithm: "plot_latency_error_bars"
23524   output-file-type: ".html"
23525   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23526   data: "plot-vpp-throughput-latency-3n-hsw"
23527   filter: "'NIC_Intel-XL710' and
23528            '64B' and
23529            'NDRPDR' and
23530            'ETH' and
23531            'IP4FWD' and
23532            '2T2C' and
23533            'VHOST_1024' and
23534            not 'VXLAN' and
23535            not 'DOT1Q'"
23536   parameters:
23537   - "latency"
23538   - "parent"
23539   - "tags"
23540   sort:
23541   - "not CFS_OPT"
23542   - "1VM"
23543   - "2VM"
23544   layout:
23545     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23546     layout: "plot-latency"
23547
23548 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23549 -
23550   type: "plot"
23551   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23552   algorithm: "plot_latency_error_bars"
23553   output-file-type: ".html"
23554   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23555   data: "plot-vpp-throughput-latency-3n-hsw"
23556   filter: "'NIC_Intel-XL710' and
23557            '64B' and
23558            'NDRPDR' and
23559            ('ETH' or 'DOT1Q') and
23560            '1T1C' and
23561            'L2BDMACLRN' and
23562            'VHOST_1024' and
23563            not 'VXLAN' and
23564            not 'IP4FWD' and
23565            not '2VM'"
23566   parameters:
23567   - "latency"
23568   - "parent"
23569   - "tags"
23570 #  sort:
23571 #  - "VM"  # "not CFS_OPT"
23572 #  - "CFS_OPT"
23573 #  - "FIB_10K"
23574 #  - "FIB_100K"
23575 #  - "FIB_1M"
23576   layout:
23577     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23578     layout: "plot-latency"
23579
23580 -
23581   type: "plot"
23582   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23583   algorithm: "plot_latency_error_bars"
23584   output-file-type: ".html"
23585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23586   data: "plot-vpp-throughput-latency-3n-hsw"
23587   filter: "'NIC_Intel-XL710' and
23588            '64B' and
23589            'NDRPDR' and
23590            ('ETH' or 'DOT1Q') and
23591            '2T2C' and
23592            'L2BDMACLRN' and
23593            'VHOST_1024' and
23594            not 'VXLAN' and
23595            not 'IP4FWD' and
23596            not '2VM'"
23597   parameters:
23598   - "latency"
23599   - "parent"
23600   - "tags"
23601 #  sort:
23602 #  - "VM"  # "not CFS_OPT"
23603 #  - "CFS_OPT"
23604 #  - "FIB_10K"
23605 #  - "FIB_100K"
23606 #  - "FIB_1M"
23607   layout:
23608     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23609     layout: "plot-latency"
23610
23611 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23612 -
23613   type: "plot"
23614   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23615   algorithm: "plot_latency_error_bars"
23616   output-file-type: ".html"
23617   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23618   data: "plot-vpp-throughput-latency-3n-hsw"
23619   filter: "'NIC_Intel-XL710' and
23620            '64B' and
23621            'NDRPDR' and
23622            ('ETH' or 'DOT1Q') and
23623            'BASE' and
23624            '1T1C' and
23625            ('L2BDMACLRN' or 'L2XCFWD') and
23626            'VHOST_1024' and
23627            not 'VXLAN' and
23628            not 'IP4FWD' and
23629            not '2VM'"
23630   parameters:
23631   - "latency"
23632   - "parent"
23633   - "tags"
23634 #  sort:
23635 #  - "not CFS_OPT"
23636 #  - "L2XCFWD"
23637 #  - "not CFS_OPT"
23638 #  - "CFS_OPT"
23639   layout:
23640     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23641     layout: "plot-latency"
23642
23643 -
23644   type: "plot"
23645   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23646   algorithm: "plot_latency_error_bars"
23647   output-file-type: ".html"
23648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23649   data: "plot-vpp-throughput-latency-3n-hsw"
23650   filter: "'NIC_Intel-XL710' and
23651            '64B' and
23652            'NDRPDR' and
23653            ('ETH' or 'DOT1Q') and
23654            'BASE' and
23655            '2T2C' and
23656            ('L2BDMACLRN' or 'L2XCFWD') and
23657            'VHOST_1024' and
23658            not 'VXLAN' and
23659            not 'IP4FWD' and
23660            not '2VM'"
23661   parameters:
23662   - "latency"
23663   - "parent"
23664   - "tags"
23665 #  sort:
23666 #  - "not CFS_OPT"
23667 #  - "L2XCFWD"
23668 #  - "not CFS_OPT"
23669 #  - "CFS_OPT"
23670   layout:
23671     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23672     layout: "plot-latency"
23673
23674 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23675 -
23676   type: "plot"
23677   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23678   algorithm: "plot_latency_error_bars"
23679   output-file-type: ".html"
23680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23681   data: "plot-vpp-throughput-latency-3n-hsw"
23682   filter: "'NIC_Intel-XL710' and
23683            '64B' and
23684            'NDRPDR' and
23685            ('ETH' or 'DOT1Q') and
23686            '1T1C' and
23687            ('L2BDMACLRN' or 'L2XCFWD') and
23688            'VHOST_1024' and
23689            not 'CFS_OPT' and
23690            not 'VXLAN' and
23691            not 'IP4FWD'"
23692   parameters:
23693   - "latency"
23694   - "parent"
23695   - "tags"
23696 #  sort:
23697 #  - "1VM"
23698 #  - "L2XCFWD"
23699 #  - "1VM"
23700 #  - "L2BDMACLRN"
23701   layout:
23702     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23703     layout: "plot-latency"
23704
23705 -
23706   type: "plot"
23707   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23708   algorithm: "plot_latency_error_bars"
23709   output-file-type: ".html"
23710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23711   data: "plot-vpp-throughput-latency-3n-hsw"
23712   filter: "'NIC_Intel-XL710' and
23713            '64B' and
23714            'NDRPDR' and
23715            ('ETH' or 'DOT1Q') and
23716            '2T2C' and
23717            ('L2BDMACLRN' or 'L2XCFWD') and
23718            'VHOST_1024' and
23719            not 'CFS_OPT' and
23720            not 'VXLAN' and
23721            not 'IP4FWD'"
23722   parameters:
23723   - "latency"
23724   - "parent"
23725   - "tags"
23726 #  sort:
23727 #  - "1VM"
23728 #  - "L2XCFWD"
23729 #  - "1VM"
23730 #  - "L2BDMACLRN"
23731   layout:
23732     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23733     layout: "plot-latency"
23734
23735 # Packet Latency - VPP vhost ip4 3n-skx-x710
23736 -
23737   type: "plot"
23738   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23739   algorithm: "plot_latency_error_bars"
23740   output-file-type: ".html"
23741   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23742   data: "plot-vpp-throughput-latency-3n-skx"
23743   filter: "'NIC_Intel-X710' and
23744            '64B' and
23745            'NDRPDR' and
23746            'ETH' and
23747            'IP4FWD' and
23748            '2T1C' and
23749            'VHOST_1024' and
23750            not 'VXLAN' and
23751            not 'DOT1Q'"
23752   parameters:
23753   - "latency"
23754   - "parent"
23755   - "tags"
23756   sort:
23757   - "not CFS_OPT"
23758   - "1VM"
23759   - "2VM"
23760   layout:
23761     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23762     layout: "plot-latency"
23763
23764 -
23765   type: "plot"
23766   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23767   algorithm: "plot_latency_error_bars"
23768   output-file-type: ".html"
23769   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23770   data: "plot-vpp-throughput-latency-3n-skx"
23771   filter: "'NIC_Intel-X710' and
23772            '64B' and
23773            'NDRPDR' and
23774            'ETH' and
23775            'IP4FWD' and
23776            '4T2C' and
23777            'VHOST_1024' and
23778            not 'VXLAN' and
23779            not 'DOT1Q'"
23780   parameters:
23781   - "latency"
23782   - "parent"
23783   - "tags"
23784   sort:
23785   - "not CFS_OPT"
23786   - "1VM"
23787   - "2VM"
23788   layout:
23789     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23790     layout: "plot-latency"
23791
23792 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23793 -
23794   type: "plot"
23795   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23796   algorithm: "plot_latency_error_bars"
23797   output-file-type: ".html"
23798   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23799   data: "plot-vpp-throughput-latency-3n-skx"
23800   filter: "'NIC_Intel-X710' and
23801            '64B' and
23802            'NDRPDR' and
23803            ('ETH' or 'DOT1Q') and
23804            '2T1C' and
23805            'L2BDMACLRN' and
23806            'VHOST_1024' and
23807            not 'VXLAN' and
23808            not 'IP4FWD' and
23809            not '2VM'"
23810   parameters:
23811   - "latency"
23812   - "parent"
23813   - "tags"
23814 #  sort:
23815 #  - "VM"  # "not CFS_OPT"
23816 #  - "CFS_OPT"
23817 #  - "FIB_10K"
23818 #  - "FIB_100K"
23819 #  - "FIB_1M"
23820   layout:
23821     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23822     layout: "plot-latency"
23823
23824 -
23825   type: "plot"
23826   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23827   algorithm: "plot_latency_error_bars"
23828   output-file-type: ".html"
23829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23830   data: "plot-vpp-throughput-latency-3n-skx"
23831   filter: "'NIC_Intel-X710' and
23832            '64B' and
23833            'NDRPDR' and
23834            ('ETH' or 'DOT1Q') and
23835            '4T2C' and
23836            'L2BDMACLRN' and
23837            'VHOST_1024' and
23838            not 'VXLAN' and
23839            not 'IP4FWD' and
23840            not '2VM'"
23841   parameters:
23842   - "latency"
23843   - "parent"
23844   - "tags"
23845 #  sort:
23846 #  - "VM"  # "not CFS_OPT"
23847 #  - "CFS_OPT"
23848 #  - "FIB_10K"
23849 #  - "FIB_100K"
23850 #  - "FIB_1M"
23851   layout:
23852     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23853     layout: "plot-latency"
23854
23855 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23856 -
23857   type: "plot"
23858   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23859   algorithm: "plot_latency_error_bars"
23860   output-file-type: ".html"
23861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23862   data: "plot-vpp-throughput-latency-3n-skx"
23863   filter: "'NIC_Intel-X710' and
23864            '64B' and
23865            'NDRPDR' and
23866            ('ETH' or 'DOT1Q') and
23867            'BASE' and
23868            '2T1C' and
23869            ('L2BDMACLRN' or 'L2XCFWD') and
23870            'VHOST_1024' and
23871            not 'VXLAN' and
23872            not 'IP4FWD' and
23873            not '2VM' and
23874            not 'LBOND'"
23875   parameters:
23876   - "latency"
23877   - "parent"
23878   - "tags"
23879 #  sort:
23880 #  - "not CFS_OPT"
23881 #  - "L2XCFWD"
23882 #  - "not CFS_OPT"
23883 #  - "CFS_OPT"
23884   layout:
23885     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23886     layout: "plot-latency"
23887
23888 -
23889   type: "plot"
23890   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23891   algorithm: "plot_latency_error_bars"
23892   output-file-type: ".html"
23893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23894   data: "plot-vpp-throughput-latency-3n-skx"
23895   filter: "'NIC_Intel-X710' and
23896            '64B' and
23897            'NDRPDR' and
23898            ('ETH' or 'DOT1Q') and
23899            'BASE' and
23900            '4T2C' and
23901            ('L2BDMACLRN' or 'L2XCFWD') and
23902            'VHOST_1024' and
23903            not 'VXLAN' and
23904            not 'IP4FWD' and
23905            not '2VM' and
23906            not 'LBOND'"
23907   parameters:
23908   - "latency"
23909   - "parent"
23910   - "tags"
23911 #  sort:
23912 #  - "not CFS_OPT"
23913 #  - "L2XCFWD"
23914 #  - "not CFS_OPT"
23915 #  - "CFS_OPT"
23916   layout:
23917     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23918     layout: "plot-latency"
23919
23920 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23921 -
23922   type: "plot"
23923   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23924   algorithm: "plot_latency_error_bars"
23925   output-file-type: ".html"
23926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23927   data: "plot-vpp-throughput-latency-3n-skx"
23928   filter: "'NIC_Intel-X710' and
23929            '64B' and
23930            'NDRPDR' and
23931            ('ETH' or 'DOT1Q') and
23932            '2T1C' and
23933            ('L2BDMACLRN' or 'L2XCFWD') and
23934            'VHOST_1024' and
23935            not 'CFS_OPT' and
23936            not 'VXLAN' and
23937            not 'IP4FWD' and
23938            not 'LBOND'"
23939   parameters:
23940   - "latency"
23941   - "parent"
23942   - "tags"
23943 #  sort:
23944 #  - "1VM"
23945 #  - "L2XCFWD"
23946 #  - "1VM"
23947 #  - "L2BDMACLRN"
23948   layout:
23949     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23950     layout: "plot-latency"
23951
23952 -
23953   type: "plot"
23954   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23955   algorithm: "plot_latency_error_bars"
23956   output-file-type: ".html"
23957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23958   data: "plot-vpp-throughput-latency-3n-skx"
23959   filter: "'NIC_Intel-X710' and
23960            '64B' and
23961            'NDRPDR' and
23962            ('ETH' or 'DOT1Q') and
23963            '4T2C' and
23964            ('L2BDMACLRN' or 'L2XCFWD') and
23965            'VHOST_1024' and
23966            not 'CFS_OPT' and
23967            not 'VXLAN' and
23968            not 'IP4FWD' and
23969            not 'LBOND'"
23970   parameters:
23971   - "latency"
23972   - "parent"
23973   - "tags"
23974 #  sort:
23975 #  - "1VM"
23976 #  - "L2XCFWD"
23977 #  - "1VM"
23978 #  - "L2BDMACLRN"
23979   layout:
23980     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23981     layout: "plot-latency"
23982
23983 # Packet Latency - VPP vhost ip4 2n-skx-x710
23984 -
23985   type: "plot"
23986   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23987   algorithm: "plot_latency_error_bars"
23988   output-file-type: ".html"
23989   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23990   data: "plot-vpp-throughput-latency-2n-skx"
23991   filter: "'NIC_Intel-X710' and
23992            '64B' and
23993            'NDRPDR' and
23994            'ETH' and
23995            'IP4FWD' and
23996            '2T1C' and
23997            'VHOST_1024' and
23998            not 'VXLAN' and
23999            not 'NF_DENSITY' and
24000            not 'DOT1Q'"
24001   parameters:
24002   - "latency"
24003   - "parent"
24004   - "tags"
24005   sort:
24006   - "not CFS_OPT"
24007   - "1VM"
24008   - "2VM"
24009   layout:
24010     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
24011     layout: "plot-latency"
24012
24013 -
24014   type: "plot"
24015   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
24016   algorithm: "plot_latency_error_bars"
24017   output-file-type: ".html"
24018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
24019   data: "plot-vpp-throughput-latency-2n-skx"
24020   filter: "'NIC_Intel-X710' and
24021            '64B' and
24022            'NDRPDR' and
24023            'ETH' and
24024            'IP4FWD' and
24025            '4T2C' and
24026            'VHOST_1024' and
24027            not 'VXLAN' and
24028            not 'NF_DENSITY' and
24029            not 'DOT1Q'"
24030   parameters:
24031   - "latency"
24032   - "parent"
24033   - "tags"
24034   sort:
24035   - "not CFS_OPT"
24036   - "1VM"
24037   - "2VM"
24038   layout:
24039     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
24040     layout: "plot-latency"
24041
24042 # Packet Latency - VPP vhost l2sw 2n-skx-x710
24043 -
24044   type: "plot"
24045   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
24046   algorithm: "plot_latency_error_bars"
24047   output-file-type: ".html"
24048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
24049   data: "plot-vpp-throughput-latency-2n-skx"
24050   filter: "'NIC_Intel-X710' and
24051            '64B' and
24052            'NDRPDR' and
24053            ('ETH' or 'DOT1Q') and
24054            '2T1C' and
24055            'L2BDMACLRN' and
24056            'VHOST_1024' and
24057            not 'VXLAN' and
24058            not 'IP4FWD' and
24059            not 'NF_DENSITY' and
24060            not '2VM'"
24061   parameters:
24062   - "latency"
24063   - "parent"
24064   - "tags"
24065 #  sort:
24066 #  - "VM"  # "not CFS_OPT"
24067 #  - "CFS_OPT"
24068 #  - "FIB_10K"
24069 #  - "FIB_100K"
24070 #  - "FIB_1M"
24071   layout:
24072     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
24073     layout: "plot-latency"
24074
24075 -
24076   type: "plot"
24077   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
24078   algorithm: "plot_latency_error_bars"
24079   output-file-type: ".html"
24080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
24081   data: "plot-vpp-throughput-latency-2n-skx"
24082   filter: "'NIC_Intel-X710' and
24083            '64B' and
24084            'NDRPDR' and
24085            ('ETH' or 'DOT1Q') and
24086            '4T2C' and
24087            'L2BDMACLRN' and
24088            'VHOST_1024' and
24089            not 'VXLAN' and
24090            not 'NF_DENSITY' and
24091            not 'IP4FWD' and
24092            not '2VM'"
24093   parameters:
24094   - "latency"
24095   - "parent"
24096   - "tags"
24097 #  sort:
24098 #  - "VM"  # "not CFS_OPT"
24099 #  - "CFS_OPT"
24100 #  - "FIB_10K"
24101 #  - "FIB_100K"
24102 #  - "FIB_1M"
24103   layout:
24104     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
24105     layout: "plot-latency"
24106
24107 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
24108 -
24109   type: "plot"
24110   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
24111   algorithm: "plot_latency_error_bars"
24112   output-file-type: ".html"
24113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
24114   data: "plot-vpp-throughput-latency-2n-skx"
24115   filter: "'NIC_Intel-X710' and
24116            '64B' and
24117            'NDRPDR' and
24118            ('ETH' or 'DOT1Q') and
24119            'BASE' and
24120            '2T1C' and
24121            ('L2BDMACLRN' or 'L2XCFWD') and
24122            'VHOST_1024' and
24123            not 'VXLAN' and
24124            not 'NF_DENSITY' and
24125            not 'IP4FWD' and
24126            not '2VM'"
24127   parameters:
24128   - "latency"
24129   - "parent"
24130   - "tags"
24131 #  sort:
24132 #  - "not CFS_OPT"
24133 #  - "L2XCFWD"
24134 #  - "not CFS_OPT"
24135 #  - "CFS_OPT"
24136   layout:
24137     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
24138     layout: "plot-latency"
24139
24140 -
24141   type: "plot"
24142   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
24143   algorithm: "plot_latency_error_bars"
24144   output-file-type: ".html"
24145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
24146   data: "plot-vpp-throughput-latency-2n-skx"
24147   filter: "'NIC_Intel-X710' and
24148            '64B' and
24149            'NDRPDR' and
24150            ('ETH' or 'DOT1Q') and
24151            'BASE' and
24152            '4T2C' and
24153            ('L2BDMACLRN' or 'L2XCFWD') and
24154            'VHOST_1024' and
24155            not 'VXLAN' and
24156            not 'NF_DENSITY' and
24157            not 'IP4FWD' and
24158            not '2VM'"
24159   parameters:
24160   - "latency"
24161   - "parent"
24162   - "tags"
24163 #  sort:
24164 #  - "not CFS_OPT"
24165 #  - "L2XCFWD"
24166 #  - "not CFS_OPT"
24167 #  - "CFS_OPT"
24168   layout:
24169     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
24170     layout: "plot-latency"
24171
24172 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
24173 -
24174   type: "plot"
24175   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24176   algorithm: "plot_latency_error_bars"
24177   output-file-type: ".html"
24178   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24179   data: "plot-vpp-throughput-latency-2n-skx"
24180   filter: "'NIC_Intel-X710' and
24181            '64B' and
24182            'NDRPDR' and
24183            ('ETH' or 'DOT1Q') and
24184            '2T1C' and
24185            ('L2BDMACLRN' or 'L2XCFWD') and
24186            'VHOST_1024' and
24187            not 'CFS_OPT' and
24188            not 'VXLAN' and
24189            not 'NF_DENSITY' and
24190            not 'IP4FWD'"
24191   parameters:
24192   - "latency"
24193   - "parent"
24194   - "tags"
24195 #  sort:
24196 #  - "1VM"
24197 #  - "L2XCFWD"
24198 #  - "1VM"
24199 #  - "L2BDMACLRN"
24200   layout:
24201     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
24202     layout: "plot-latency"
24203
24204 -
24205   type: "plot"
24206   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24207   algorithm: "plot_latency_error_bars"
24208   output-file-type: ".html"
24209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24210   data: "plot-vpp-throughput-latency-2n-skx"
24211   filter: "'NIC_Intel-X710' and
24212            '64B' and
24213            'NDRPDR' and
24214            ('ETH' or 'DOT1Q') and
24215            '4T2C' and
24216            ('L2BDMACLRN' or 'L2XCFWD') and
24217            'VHOST_1024' and
24218            not 'CFS_OPT' and
24219            not 'VXLAN' and
24220            not 'NF_DENSITY' and
24221            not 'IP4FWD'"
24222   parameters:
24223   - "latency"
24224   - "parent"
24225   - "tags"
24226 #  sort:
24227 #  - "1VM"
24228 #  - "L2XCFWD"
24229 #  - "1VM"
24230 #  - "L2BDMACLRN"
24231   layout:
24232     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
24233     layout: "plot-latency"
24234
24235 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
24236 -
24237   type: "plot"
24238   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24239   algorithm: "plot_latency_error_bars"
24240   output-file-type: ".html"
24241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24242   data: "plot-vpp-throughput-latency-2n-skx"
24243   filter: "'NIC_Intel-XXV710' and
24244            '64B' and
24245            'NDRPDR' and
24246            'ETH' and
24247            'IP4FWD' and
24248            '2T1C' and
24249            'VHOST_1024' and
24250            not 'VXLAN' and
24251            not 'DOT1Q'"
24252   parameters:
24253   - "latency"
24254   - "parent"
24255   - "tags"
24256   sort:
24257   - "not CFS_OPT"
24258   - "1VM"
24259   - "2VM"
24260   layout:
24261     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24262     layout: "plot-latency"
24263
24264 -
24265   type: "plot"
24266   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24267   algorithm: "plot_latency_error_bars"
24268   output-file-type: ".html"
24269   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24270   data: "plot-vpp-throughput-latency-2n-skx"
24271   filter: "'NIC_Intel-XXV710' and
24272            '64B' and
24273            'NDRPDR' and
24274            'ETH' and
24275            'IP4FWD' and
24276            '4T2C' and
24277            'VHOST_1024' and
24278            not 'VXLAN' and
24279            not 'DOT1Q'"
24280   parameters:
24281   - "latency"
24282   - "parent"
24283   - "tags"
24284   sort:
24285   - "not CFS_OPT"
24286   - "1VM"
24287   - "2VM"
24288   layout:
24289     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24290     layout: "plot-latency"
24291
24292 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
24293 -
24294   type: "plot"
24295   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24296   algorithm: "plot_latency_error_bars"
24297   output-file-type: ".html"
24298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24299   data: "plot-vpp-throughput-latency-2n-skx"
24300   filter: "'NIC_Intel-XXV710' and
24301            '64B' and
24302            'NDRPDR' and
24303            ('ETH' or 'DOT1Q') and
24304            '2T1C' and
24305            'L2BDMACLRN' and
24306            'VHOST_1024' and
24307            not 'VXLAN' and
24308            not 'IP4FWD' and
24309            not '2VM'"
24310   parameters:
24311   - "latency"
24312   - "parent"
24313   - "tags"
24314 #  sort:
24315 #  - "VM"  # "not CFS_OPT"
24316 #  - "CFS_OPT"
24317 #  - "FIB_10K"
24318 #  - "FIB_100K"
24319 #  - "FIB_1M"
24320   layout:
24321     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24322     layout: "plot-latency"
24323
24324 -
24325   type: "plot"
24326   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24327   algorithm: "plot_latency_error_bars"
24328   output-file-type: ".html"
24329   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24330   data: "plot-vpp-throughput-latency-2n-skx"
24331   filter: "'NIC_Intel-XXV710' and
24332            '64B' and
24333            'NDRPDR' and
24334            ('ETH' or 'DOT1Q') and
24335            '4T2C' and
24336            'L2BDMACLRN' and
24337            'VHOST_1024' and
24338            not 'VXLAN' and
24339            not 'IP4FWD' and
24340            not '2VM'"
24341   parameters:
24342   - "latency"
24343   - "parent"
24344   - "tags"
24345 #  sort:
24346 #  - "VM"  # "not CFS_OPT"
24347 #  - "CFS_OPT"
24348 #  - "FIB_10K"
24349 #  - "FIB_100K"
24350 #  - "FIB_1M"
24351   layout:
24352     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24353     layout: "plot-latency"
24354
24355 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
24356 -
24357   type: "plot"
24358   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24359   algorithm: "plot_latency_error_bars"
24360   output-file-type: ".html"
24361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24362   data: "plot-vpp-throughput-latency-2n-skx"
24363   filter: "'NIC_Intel-XXV710' and
24364            '64B' and
24365            'NDRPDR' and
24366            ('ETH' or 'DOT1Q') and
24367            'BASE' and
24368            '2T1C' and
24369            ('L2BDMACLRN' or 'L2XCFWD') and
24370            'VHOST_1024' and
24371            not 'VXLAN' and
24372            not 'IP4FWD' and
24373            not '2VM'"
24374   parameters:
24375   - "latency"
24376   - "parent"
24377   - "tags"
24378 #  sort:
24379 #  - "not CFS_OPT"
24380 #  - "L2XCFWD"
24381 #  - "not CFS_OPT"
24382 #  - "CFS_OPT"
24383   layout:
24384     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
24385     layout: "plot-latency"
24386
24387 -
24388   type: "plot"
24389   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24390   algorithm: "plot_latency_error_bars"
24391   output-file-type: ".html"
24392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24393   data: "plot-vpp-throughput-latency-2n-skx"
24394   filter: "'NIC_Intel-XXV710' and
24395            '64B' and
24396            'NDRPDR' and
24397            ('ETH' or 'DOT1Q') and
24398            'BASE' and
24399            '4T2C' and
24400            ('L2BDMACLRN' or 'L2XCFWD') and
24401            'VHOST_1024' and
24402            not 'VXLAN' and
24403            not 'IP4FWD' and
24404            not '2VM'"
24405   parameters:
24406   - "latency"
24407   - "parent"
24408   - "tags"
24409 #  sort:
24410 #  - "not CFS_OPT"
24411 #  - "L2XCFWD"
24412 #  - "not CFS_OPT"
24413 #  - "CFS_OPT"
24414   layout:
24415     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
24416     layout: "plot-latency"
24417
24418 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
24419 -
24420   type: "plot"
24421   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24422   algorithm: "plot_latency_error_bars"
24423   output-file-type: ".html"
24424   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24425   data: "plot-vpp-throughput-latency-2n-skx"
24426   filter: "'NIC_Intel-XXV710' and
24427            '64B' and
24428            'NDRPDR' and
24429            ('ETH' or 'DOT1Q') and
24430            '2T1C' and
24431            ('L2BDMACLRN' or 'L2XCFWD') and
24432            'VHOST_1024' and
24433            not 'CFS_OPT' and
24434            not 'VXLAN' and
24435            not 'IP4FWD'"
24436   parameters:
24437   - "latency"
24438   - "parent"
24439   - "tags"
24440 #  sort:
24441 #  - "1VM"
24442 #  - "L2XCFWD"
24443 #  - "1VM"
24444 #  - "L2BDMACLRN"
24445   layout:
24446     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24447     layout: "plot-latency"
24448
24449 -
24450   type: "plot"
24451   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24452   algorithm: "plot_latency_error_bars"
24453   output-file-type: ".html"
24454   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24455   data: "plot-vpp-throughput-latency-2n-skx"
24456   filter: "'NIC_Intel-XXV710' and
24457            '64B' and
24458            'NDRPDR' and
24459            ('ETH' or 'DOT1Q') and
24460            '4T2C' and
24461            ('L2BDMACLRN' or 'L2XCFWD') and
24462            'VHOST_1024' and
24463            not 'CFS_OPT' and
24464            not 'VXLAN' and
24465            not 'IP4FWD'"
24466   parameters:
24467   - "latency"
24468   - "parent"
24469   - "tags"
24470 #  sort:
24471 #  - "1VM"
24472 #  - "L2XCFWD"
24473 #  - "1VM"
24474 #  - "L2BDMACLRN"
24475   layout:
24476     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24477     layout: "plot-latency"
24478
24479 ################################################################################
24480
24481 # Packet Latency - VPP VTS 3n-hsw-x520
24482 -
24483   type: "plot"
24484   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24485   algorithm: "plot_latency_error_bars"
24486   output-file-type: ".html"
24487   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24488   data: "plot-vpp-throughput-latency-3n-hsw"
24489   filter: "'NIC_Intel-X520-DA2' and
24490            '114B' and
24491            'NDRPDR' and
24492            '1T1C' and
24493            'VTS'"
24494   parameters:
24495   - "latency"
24496   - "parent"
24497   - "tags"
24498   layout:
24499     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24500     layout: "plot-latency"
24501
24502 -
24503   type: "plot"
24504   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24505   algorithm: "plot_latency_error_bars"
24506   output-file-type: ".html"
24507   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24508   data: "plot-vpp-throughput-latency-3n-hsw"
24509   filter: "'NIC_Intel-X520-DA2' and
24510            '114B' and
24511            'NDRPDR' and
24512            '2T2C' and
24513            'VTS'"
24514   parameters:
24515   - "latency"
24516   - "parent"
24517   - "tags"
24518   layout:
24519     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24520     layout: "plot-latency"
24521
24522 ################################################################################
24523
24524 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24525 -
24526   type: "plot"
24527   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24528   algorithm: "plot_latency_error_bars"
24529   output-file-type: ".html"
24530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24531   data: "plot-dpdk-throughput-latency-3n-hsw"
24532   filter: "'NIC_Intel-X520-DA2' and
24533            '64B' and
24534            'BASE' and
24535            'NDRPDR' and
24536            '1T1C' and
24537            'IP4FWD'"
24538   parameters:
24539   - "latency"
24540   - "parent"
24541   - "tags"
24542   layout:
24543     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24544     layout: "plot-latency"
24545
24546 -
24547   type: "plot"
24548   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24549   algorithm: "plot_latency_error_bars"
24550   output-file-type: ".html"
24551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24552   data: "plot-dpdk-throughput-latency-3n-hsw"
24553   filter: "'NIC_Intel-X520-DA2' and
24554            '64B' and
24555            'BASE' and
24556            'NDRPDR' and
24557            '2T2C' and
24558            'IP4FWD'"
24559   parameters:
24560   - "latency"
24561   - "parent"
24562   - "tags"
24563   layout:
24564     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24565     layout: "plot-latency"
24566
24567 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24568 -
24569   type: "plot"
24570   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24571   algorithm: "plot_latency_error_bars"
24572   output-file-type: ".html"
24573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24574   data: "plot-dpdk-throughput-latency-3n-hsw"
24575   filter: "'NIC_Intel-X710' and
24576            '64B' and
24577            'BASE' and
24578            'NDRPDR' and
24579            '1T1C' and
24580            'IP4FWD'"
24581   parameters:
24582   - "latency"
24583   - "parent"
24584   - "tags"
24585   layout:
24586     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24587     layout: "plot-latency"
24588
24589 -
24590   type: "plot"
24591   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24592   algorithm: "plot_latency_error_bars"
24593   output-file-type: ".html"
24594   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24595   data: "plot-dpdk-throughput-latency-3n-hsw"
24596   filter: "'NIC_Intel-X710' and
24597            '64B' and
24598            'BASE' and
24599            'NDRPDR' and
24600            '2T2C' and
24601            'IP4FWD'"
24602   parameters:
24603   - "latency"
24604   - "parent"
24605   - "tags"
24606   layout:
24607     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24608     layout: "plot-latency"
24609
24610 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24611 -
24612   type: "plot"
24613   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24614   algorithm: "plot_latency_error_bars"
24615   output-file-type: ".html"
24616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24617   data: "plot-dpdk-throughput-latency-3n-hsw"
24618   filter: "'NIC_Intel-XL710' and
24619            '64B' and
24620            'BASE' and
24621            'NDRPDR' and
24622            '1T1C' and
24623            'IP4FWD'"
24624   parameters:
24625   - "latency"
24626   - "parent"
24627   - "tags"
24628   layout:
24629     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24630     layout: "plot-latency"
24631
24632 -
24633   type: "plot"
24634   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24635   algorithm: "plot_latency_error_bars"
24636   output-file-type: ".html"
24637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24638   data: "plot-dpdk-throughput-latency-3n-hsw"
24639   filter: "'NIC_Intel-XL710' and
24640            '64B' and
24641            'BASE' and
24642            'NDRPDR' and
24643            '2T2C' and
24644            'IP4FWD'"
24645   parameters:
24646   - "latency"
24647   - "parent"
24648   - "tags"
24649   layout:
24650     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24651     layout: "plot-latency"
24652
24653 # Packet Latency - DPDK l3fwd 3n-skx-x710
24654 -
24655   type: "plot"
24656   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24657   algorithm: "plot_latency_error_bars"
24658   output-file-type: ".html"
24659   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24660   data: "plot-dpdk-throughput-latency-3n-skx"
24661   filter: "'NIC_Intel-X710' and
24662            '64B' and
24663            'BASE' and
24664            'NDRPDR' and
24665            '2T1C' and
24666            'IP4FWD'"
24667   parameters:
24668   - "latency"
24669   - "parent"
24670   - "tags"
24671   layout:
24672     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24673     layout: "plot-latency"
24674
24675 -
24676   type: "plot"
24677   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24678   algorithm: "plot_latency_error_bars"
24679   output-file-type: ".html"
24680   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24681   data: "plot-dpdk-throughput-latency-3n-skx"
24682   filter: "'NIC_Intel-X710' and
24683            '64B' and
24684            'BASE' and
24685            'NDRPDR' and
24686            '4T2C' and
24687            'IP4FWD'"
24688   parameters:
24689   - "latency"
24690   - "parent"
24691   - "tags"
24692   layout:
24693     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24694     layout: "plot-latency"
24695
24696 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24697 -
24698   type: "plot"
24699   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24700   algorithm: "plot_latency_error_bars"
24701   output-file-type: ".html"
24702   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24703   data: "plot-dpdk-throughput-latency-3n-skx"
24704   filter: "'NIC_Intel-XXV710' and
24705            '64B' and
24706            'BASE' and
24707            'NDRPDR' and
24708            '2T1C' and
24709            'IP4FWD'"
24710   parameters:
24711   - "latency"
24712   - "parent"
24713   - "tags"
24714   layout:
24715     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24716     layout: "plot-latency"
24717
24718 -
24719   type: "plot"
24720   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24721   algorithm: "plot_latency_error_bars"
24722   output-file-type: ".html"
24723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24724   data: "plot-dpdk-throughput-latency-3n-skx"
24725   filter: "'NIC_Intel-XXV710' and
24726            '64B' and
24727            'BASE' and
24728            'NDRPDR' and
24729            '4T2C' and
24730            'IP4FWD'"
24731   parameters:
24732   - "latency"
24733   - "parent"
24734   - "tags"
24735   layout:
24736     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24737     layout: "plot-latency"
24738
24739 # Packet Latency - DPDK l3fwd 2n-skx-x710
24740 -
24741   type: "plot"
24742   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24743   algorithm: "plot_latency_error_bars"
24744   output-file-type: ".html"
24745   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24746   data: "plot-dpdk-throughput-latency-2n-skx"
24747   filter: "'NIC_Intel-X710' and
24748            '64B' and
24749            'BASE' and
24750            'NDRPDR' and
24751            '2T1C' and
24752            'IP4FWD'"
24753   parameters:
24754   - "latency"
24755   - "parent"
24756   - "tags"
24757   layout:
24758     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24759     layout: "plot-latency"
24760
24761 -
24762   type: "plot"
24763   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24764   algorithm: "plot_latency_error_bars"
24765   output-file-type: ".html"
24766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24767   data: "plot-dpdk-throughput-latency-2n-skx"
24768   filter: "'NIC_Intel-X710' and
24769            '64B' and
24770            'BASE' and
24771            'NDRPDR' and
24772            '4T2C' and
24773            'IP4FWD'"
24774   parameters:
24775   - "latency"
24776   - "parent"
24777   - "tags"
24778   layout:
24779     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24780     layout: "plot-latency"
24781
24782 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24783 -
24784   type: "plot"
24785   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24786   algorithm: "plot_latency_error_bars"
24787   output-file-type: ".html"
24788   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24789   data: "plot-dpdk-throughput-latency-2n-skx"
24790   filter: "'NIC_Intel-XXV710' and
24791            '64B' and
24792            'BASE' and
24793            'NDRPDR' and
24794            '2T1C' and
24795            'IP4FWD'"
24796   parameters:
24797   - "latency"
24798   - "parent"
24799   - "tags"
24800   layout:
24801     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24802     layout: "plot-latency"
24803
24804 -
24805   type: "plot"
24806   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24807   algorithm: "plot_latency_error_bars"
24808   output-file-type: ".html"
24809   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24810   data: "plot-dpdk-throughput-latency-2n-skx"
24811   filter: "'NIC_Intel-XXV710' and
24812            '64B' and
24813            'BASE' and
24814            'NDRPDR' and
24815            '4T2C' and
24816            'IP4FWD'"
24817   parameters:
24818   - "latency"
24819   - "parent"
24820   - "tags"
24821   layout:
24822     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24823     layout: "plot-latency"
24824
24825 ################################################################################
24826
24827 # Packet Latency - DPDK testpmd 3n-hsw-x520
24828 -
24829   type: "plot"
24830   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24831   algorithm: "plot_latency_error_bars"
24832   output-file-type: ".html"
24833   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24834   data: "plot-dpdk-throughput-latency-3n-hsw"
24835   filter: "'NIC_Intel-X520-DA2' and
24836            '64B' and
24837            'BASE' and
24838            'NDRPDR' and
24839            '1T1C' and
24840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24841   parameters:
24842   - "latency"
24843   - "parent"
24844   - "tags"
24845   layout:
24846     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24847     layout: "plot-latency"
24848
24849 -
24850   type: "plot"
24851   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24852   algorithm: "plot_latency_error_bars"
24853   output-file-type: ".html"
24854   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24855   data: "plot-dpdk-throughput-latency-3n-hsw"
24856   filter: "'NIC_Intel-X520-DA2' and
24857            '64B' and
24858            'BASE' and
24859            'NDRPDR' and
24860            '2T2C' and
24861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24862   parameters:
24863   - "latency"
24864   - "parent"
24865   - "tags"
24866   layout:
24867     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24868     layout: "plot-latency"
24869
24870 # Packet Latency - DPDK testpmd 3n-hsw-x710
24871 -
24872   type: "plot"
24873   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24874   algorithm: "plot_latency_error_bars"
24875   output-file-type: ".html"
24876   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24877   data: "plot-dpdk-throughput-latency-3n-hsw"
24878   filter: "'NIC_Intel-X710' and
24879            '64B' and
24880            'BASE' and
24881            'NDRPDR' and
24882            '1T1C' and
24883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24884   parameters:
24885   - "latency"
24886   - "parent"
24887   - "tags"
24888   layout:
24889     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24890     layout: "plot-latency"
24891
24892 -
24893   type: "plot"
24894   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24895   algorithm: "plot_latency_error_bars"
24896   output-file-type: ".html"
24897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24898   data: "plot-dpdk-throughput-latency-3n-hsw"
24899   filter: "'NIC_Intel-X710' and
24900            '64B' and
24901            'BASE' and
24902            'NDRPDR' and
24903            '2T2C' and
24904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24905   parameters:
24906   - "latency"
24907   - "parent"
24908   - "tags"
24909   layout:
24910     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24911     layout: "plot-latency"
24912
24913 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24914 -
24915   type: "plot"
24916   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24917   algorithm: "plot_latency_error_bars"
24918   output-file-type: ".html"
24919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24920   data: "plot-dpdk-throughput-latency-3n-hsw"
24921   filter: "'NIC_Intel-XL710' and
24922            '64B' and
24923            'BASE' and
24924            'NDRPDR' and
24925            '1T1C' and
24926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24927   parameters:
24928   - "latency"
24929   - "parent"
24930   - "tags"
24931   layout:
24932     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24933     layout: "plot-latency"
24934
24935 -
24936   type: "plot"
24937   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24938   algorithm: "plot_latency_error_bars"
24939   output-file-type: ".html"
24940   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24941   data: "plot-dpdk-throughput-latency-3n-hsw"
24942   filter: "'NIC_Intel-XL710' and
24943            '64B' and
24944            'BASE' and
24945            'NDRPDR' and
24946            '2T2C' and
24947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24948   parameters:
24949   - "latency"
24950   - "parent"
24951   - "tags"
24952   layout:
24953     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24954     layout: "plot-latency"
24955
24956 # Packet Latency - DPDK testpmd 3n-skx-x710
24957 -
24958   type: "plot"
24959   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24960   algorithm: "plot_latency_error_bars"
24961   output-file-type: ".html"
24962   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24963   data: "plot-dpdk-throughput-latency-3n-skx"
24964   filter: "'NIC_Intel-X710' and
24965            '64B' and
24966            'BASE' and
24967            'NDRPDR' and
24968            '2T1C' and
24969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24970   parameters:
24971   - "latency"
24972   - "parent"
24973   - "tags"
24974   layout:
24975     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24976     layout: "plot-latency"
24977
24978 -
24979   type: "plot"
24980   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24981   algorithm: "plot_latency_error_bars"
24982   output-file-type: ".html"
24983   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24984   data: "plot-dpdk-throughput-latency-3n-skx"
24985   filter: "'NIC_Intel-X710' and
24986            '64B' and
24987            'BASE' and
24988            'NDRPDR' and
24989            '4T2C' and
24990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24991   parameters:
24992   - "latency"
24993   - "parent"
24994   - "tags"
24995   layout:
24996     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24997     layout: "plot-latency"
24998
24999 # Packet Latency - DPDK testpmd 3n-skx-xxv710
25000 -
25001   type: "plot"
25002   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
25003   algorithm: "plot_latency_error_bars"
25004   output-file-type: ".html"
25005   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
25006   data: "plot-dpdk-throughput-latency-3n-skx"
25007   filter: "'NIC_Intel-XXV710' and
25008            '64B' and
25009            'BASE' and
25010            'NDRPDR' and
25011            '2T1C' and
25012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25013   parameters:
25014   - "latency"
25015   - "parent"
25016   - "tags"
25017   layout:
25018     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
25019     layout: "plot-latency"
25020
25021 -
25022   type: "plot"
25023   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
25024   algorithm: "plot_latency_error_bars"
25025   output-file-type: ".html"
25026   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
25027   data: "plot-dpdk-throughput-latency-3n-skx"
25028   filter: "'NIC_Intel-XXV710' and
25029            '64B' and
25030            'BASE' and
25031            'NDRPDR' and
25032            '4T2C' and
25033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25034   parameters:
25035   - "latency"
25036   - "parent"
25037   - "tags"
25038   layout:
25039     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
25040     layout: "plot-latency"
25041
25042 # Packet Latency - DPDK testpmd 2n-skx-x710
25043 -
25044   type: "plot"
25045   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
25046   algorithm: "plot_latency_error_bars"
25047   output-file-type: ".html"
25048   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
25049   data: "plot-dpdk-throughput-latency-2n-skx"
25050   filter: "'NIC_Intel-X710' and
25051            '64B' and
25052            'BASE' and
25053            'NDRPDR' and
25054            '2T1C' and
25055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25056   parameters:
25057   - "latency"
25058   - "parent"
25059   - "tags"
25060   layout:
25061     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
25062     layout: "plot-latency"
25063
25064 -
25065   type: "plot"
25066   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
25067   algorithm: "plot_latency_error_bars"
25068   output-file-type: ".html"
25069   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
25070   data: "plot-dpdk-throughput-latency-2n-skx"
25071   filter: "'NIC_Intel-X710' and
25072            '64B' and
25073            'BASE' and
25074            'NDRPDR' and
25075            '4T2C' and
25076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25077   parameters:
25078   - "latency"
25079   - "parent"
25080   - "tags"
25081   layout:
25082     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
25083     layout: "plot-latency"
25084
25085 # Packet Latency - DPDK testpmd 2n-skx-xxv710
25086 -
25087   type: "plot"
25088   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
25089   algorithm: "plot_latency_error_bars"
25090   output-file-type: ".html"
25091   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
25092   data: "plot-dpdk-throughput-latency-2n-skx"
25093   filter: "'NIC_Intel-XXV710' and
25094            '64B' and
25095            'BASE' and
25096            'NDRPDR' and
25097            '2T1C' and
25098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25099   parameters:
25100   - "latency"
25101   - "parent"
25102   - "tags"
25103   layout:
25104     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
25105     layout: "plot-latency"
25106
25107 -
25108   type: "plot"
25109   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
25110   algorithm: "plot_latency_error_bars"
25111   output-file-type: ".html"
25112   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
25113   data: "plot-dpdk-throughput-latency-2n-skx"
25114   filter: "'NIC_Intel-XXV710' and
25115            '64B' and
25116            'BASE' and
25117            'NDRPDR' and
25118            '4T2C' and
25119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25120   parameters:
25121   - "latency"
25122   - "parent"
25123   - "tags"
25124   layout:
25125     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
25126     layout: "plot-latency"
25127
25128 ################################################################################
25129
25130 # Speedup - VPP Container Memif 3n-hsw-x520
25131 -
25132   type: "plot"
25133   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25134   algorithm: "plot_throughput_speedup_analysis"
25135   output-file-type: ".html"
25136   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25137   data: "plot-throughput-speedup-analysis-3n-hsw"
25138   filter: "'NIC_Intel-X520-DA2' and
25139            '64B' and
25140            ('BASE' or 'SCALE') and
25141            'NDRPDR' and
25142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25143            not 'VHOST' and
25144            'MEMIF'"
25145   parameters:
25146   - "throughput"
25147   - "parent"
25148   - "tags"
25149   sort:
25150   - "L2XCFWD"
25151   - "L2XCFWD"
25152   - "L2XCFWD"
25153   - "L2BDMACLRN"
25154   - "L2BDMACLRN"
25155   - "L2BDMACLRN"
25156   layout:
25157     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
25158     layout: "plot-throughput-speedup-analysis"
25159
25160 -
25161   type: "plot"
25162   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25163   algorithm: "plot_throughput_speedup_analysis"
25164   output-file-type: ".html"
25165   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25166   data: "plot-throughput-speedup-analysis-3n-hsw"
25167   filter: "'NIC_Intel-X520-DA2' and
25168            '64B' and
25169            ('BASE' or 'SCALE') and
25170            'NDRPDR' and
25171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25172            not 'VHOST' and
25173            'MEMIF'"
25174   parameters:
25175   - "throughput"
25176   - "parent"
25177   - "tags"
25178   sort:
25179   - "L2XCFWD"
25180   - "L2XCFWD"
25181   - "L2XCFWD"
25182   - "L2BDMACLRN"
25183   - "L2BDMACLRN"
25184   - "L2BDMACLRN"
25185   layout:
25186     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
25187     layout: "plot-throughput-speedup-analysis"
25188
25189 # Speedup - VPP Container Memif 3n-hsw-x710
25190 -
25191   type: "plot"
25192   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25193   algorithm: "plot_throughput_speedup_analysis"
25194   output-file-type: ".html"
25195   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25196   data: "plot-throughput-speedup-analysis-3n-hsw"
25197   filter: "'NIC_Intel-X710' and
25198            '64B' and
25199            ('BASE' or 'SCALE') and
25200            'NDRPDR' and
25201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25202            not 'VHOST' and
25203            'MEMIF'"
25204   parameters:
25205   - "throughput"
25206   - "parent"
25207   - "tags"
25208   sort:
25209   - "L2XCFWD"
25210   - "L2XCFWD"
25211   - "L2XCFWD"
25212   - "L2BDMACLRN"
25213   - "L2BDMACLRN"
25214   - "L2BDMACLRN"
25215   layout:
25216     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
25217     layout: "plot-throughput-speedup-analysis"
25218
25219 -
25220   type: "plot"
25221   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25222   algorithm: "plot_throughput_speedup_analysis"
25223   output-file-type: ".html"
25224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25225   data: "plot-throughput-speedup-analysis-3n-hsw"
25226   filter: "'NIC_Intel-X710' and
25227            '64B' and
25228            ('BASE' or 'SCALE') and
25229            'NDRPDR' and
25230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25231            not 'VHOST' and
25232            'MEMIF'"
25233   parameters:
25234   - "throughput"
25235   - "parent"
25236   - "tags"
25237   sort:
25238   - "L2XCFWD"
25239   - "L2XCFWD"
25240   - "L2XCFWD"
25241   - "L2BDMACLRN"
25242   - "L2BDMACLRN"
25243   - "L2BDMACLRN"
25244   layout:
25245     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 # Speedup - VPP Container Memif 3n-hsw-xl710
25249 -
25250   type: "plot"
25251   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25252   algorithm: "plot_throughput_speedup_analysis"
25253   output-file-type: ".html"
25254   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25255   data: "plot-throughput-speedup-analysis-3n-hsw"
25256   filter: "'NIC_Intel-XL710' and
25257            '64B' and
25258            ('BASE' or 'SCALE') and
25259            'NDRPDR' and
25260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25261            not 'VHOST' and
25262            'MEMIF'"
25263   parameters:
25264   - "throughput"
25265   - "parent"
25266   - "tags"
25267   sort:
25268   - "L2XCFWD"
25269   - "L2XCFWD"
25270   - "L2XCFWD"
25271   - "L2BDMACLRN"
25272   - "L2BDMACLRN"
25273   - "L2BDMACLRN"
25274   layout:
25275     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
25276     layout: "plot-throughput-speedup-analysis"
25277
25278 -
25279   type: "plot"
25280   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25281   algorithm: "plot_throughput_speedup_analysis"
25282   output-file-type: ".html"
25283   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25284   data: "plot-throughput-speedup-analysis-3n-hsw"
25285   filter: "'NIC_Intel-XL710' and
25286            '64B' and
25287            ('BASE' or 'SCALE') and
25288            'NDRPDR' and
25289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25290            not 'VHOST' and
25291            'MEMIF'"
25292   parameters:
25293   - "throughput"
25294   - "parent"
25295   - "tags"
25296   sort:
25297   - "L2XCFWD"
25298   - "L2XCFWD"
25299   - "L2XCFWD"
25300   - "L2BDMACLRN"
25301   - "L2BDMACLRN"
25302   - "L2BDMACLRN"
25303   layout:
25304     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
25305     layout: "plot-throughput-speedup-analysis"
25306
25307 # Speedup - VPP Container Memif 3n-skx-x710
25308 -
25309   type: "plot"
25310   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25311   algorithm: "plot_throughput_speedup_analysis"
25312   output-file-type: ".html"
25313   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25314   data: "plot-throughput-speedup-analysis-3n-skx"
25315   filter: "'NIC_Intel-X710' and
25316            '64B' and
25317            ('BASE' or 'SCALE') and
25318            'NDRPDR' and
25319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25320            not 'VHOST' and
25321            'MEMIF'"
25322   parameters:
25323   - "throughput"
25324   - "parent"
25325   - "tags"
25326   sort:
25327   - "L2XCFWD"
25328   - "L2XCFWD"
25329   - "L2XCFWD"
25330   - "L2BDMACLRN"
25331   - "L2BDMACLRN"
25332   - "L2BDMACLRN"
25333   layout:
25334     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
25335     layout: "plot-throughput-speedup-analysis"
25336
25337 -
25338   type: "plot"
25339   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25340   algorithm: "plot_throughput_speedup_analysis"
25341   output-file-type: ".html"
25342   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25343   data: "plot-throughput-speedup-analysis-3n-skx"
25344   filter: "'NIC_Intel-X710' and
25345            '64B' and
25346            ('BASE' or 'SCALE') and
25347            'NDRPDR' and
25348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25349            not 'VHOST' and
25350            'MEMIF'"
25351   parameters:
25352   - "throughput"
25353   - "parent"
25354   - "tags"
25355   sort:
25356   - "L2XCFWD"
25357   - "L2XCFWD"
25358   - "L2XCFWD"
25359   - "L2BDMACLRN"
25360   - "L2BDMACLRN"
25361   - "L2BDMACLRN"
25362   layout:
25363     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
25364     layout: "plot-throughput-speedup-analysis"
25365
25366 # Speedup - VPP Container Memif 2n-skx-x710
25367 -
25368   type: "plot"
25369   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25370   algorithm: "plot_throughput_speedup_analysis"
25371   output-file-type: ".html"
25372   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25373   data: "plot-throughput-speedup-analysis-2n-skx"
25374   filter: "'NIC_Intel-X710' and
25375            '64B' and
25376            ('BASE' or 'SCALE') and
25377            'NDRPDR' and
25378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25379            not 'VHOST' and
25380            not 'NF_DENSITY' and
25381            'MEMIF'"
25382   parameters:
25383   - "throughput"
25384   - "parent"
25385   - "tags"
25386   sort:
25387   - "L2XCFWD"
25388   - "L2XCFWD"
25389   - "L2XCFWD"
25390   - "L2BDMACLRN"
25391   - "L2BDMACLRN"
25392   - "L2BDMACLRN"
25393   layout:
25394     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
25395     layout: "plot-throughput-speedup-analysis"
25396
25397 -
25398   type: "plot"
25399   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25400   algorithm: "plot_throughput_speedup_analysis"
25401   output-file-type: ".html"
25402   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25403   data: "plot-throughput-speedup-analysis-2n-skx"
25404   filter: "'NIC_Intel-X710' and
25405            '64B' and
25406            ('BASE' or 'SCALE') and
25407            'NDRPDR' and
25408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25409            not 'VHOST' and
25410            not 'NF_DENSITY' and
25411            'MEMIF'"
25412   parameters:
25413   - "throughput"
25414   - "parent"
25415   - "tags"
25416   sort:
25417   - "L2XCFWD"
25418   - "L2XCFWD"
25419   - "L2XCFWD"
25420   - "L2BDMACLRN"
25421   - "L2BDMACLRN"
25422   - "L2BDMACLRN"
25423   layout:
25424     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
25425     layout: "plot-throughput-speedup-analysis"
25426
25427 # Speedup - VPP Container Memif 2n-skx-xxv710
25428 -
25429   type: "plot"
25430   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25431   algorithm: "plot_throughput_speedup_analysis"
25432   output-file-type: ".html"
25433   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25434   data: "plot-throughput-speedup-analysis-2n-skx"
25435   filter: "'NIC_Intel-XXV710' and
25436            '64B' and
25437            ('BASE' or 'SCALE') and
25438            'NDRPDR' and
25439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25440            not 'VHOST' and
25441            'MEMIF'"
25442   parameters:
25443   - "throughput"
25444   - "parent"
25445   - "tags"
25446   sort:
25447   - "L2XCFWD"
25448   - "L2XCFWD"
25449   - "L2XCFWD"
25450   - "L2BDMACLRN"
25451   - "L2BDMACLRN"
25452   - "L2BDMACLRN"
25453   layout:
25454     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25455     layout: "plot-throughput-speedup-analysis"
25456
25457 -
25458   type: "plot"
25459   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25460   algorithm: "plot_throughput_speedup_analysis"
25461   output-file-type: ".html"
25462   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25463   data: "plot-throughput-speedup-analysis-2n-skx"
25464   filter: "'NIC_Intel-XXV710' and
25465            '64B' and
25466            ('BASE' or 'SCALE') and
25467            'NDRPDR' and
25468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25469            not 'VHOST' and
25470            'MEMIF'"
25471   parameters:
25472   - "throughput"
25473   - "parent"
25474   - "tags"
25475   sort:
25476   - "L2XCFWD"
25477   - "L2XCFWD"
25478   - "L2XCFWD"
25479   - "L2BDMACLRN"
25480   - "L2BDMACLRN"
25481   - "L2BDMACLRN"
25482   layout:
25483     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25484     layout: "plot-throughput-speedup-analysis"
25485
25486 ################################################################################
25487
25488 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25489 -
25490   type: "plot"
25491   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25492   algorithm: "plot_throughput_speedup_analysis"
25493   output-file-type: ".html"
25494   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25495   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25496   filter: "'NIC_Intel-X520-DA2' and
25497            '64B' and
25498            ('BASE' or 'SCALE') and
25499            'NDRPDR' and
25500            'L2XCFWD' and
25501            not 'VHOST' and
25502            'MEMIF'"
25503   parameters:
25504   - "throughput"
25505   - "parent"
25506   - "tags"
25507   sort:
25508   - "1VNF"
25509   - "2VNF"
25510   - "4VNF"
25511   - "2VNF"
25512   - "4VNF"
25513   layout:
25514     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25515     layout: "plot-throughput-speedup-analysis"
25516
25517 -
25518   type: "plot"
25519   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25520   algorithm: "plot_throughput_speedup_analysis"
25521   output-file-type: ".html"
25522   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25523   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25524   filter: "'NIC_Intel-X520-DA2' and
25525            '64B' and
25526            ('BASE' or 'SCALE') and
25527            'NDRPDR' and
25528            'L2XCFWD' and
25529            not 'VHOST' and
25530            'MEMIF'"
25531   parameters:
25532   - "throughput"
25533   - "parent"
25534   - "tags"
25535   sort:
25536   - "1VNF"
25537   - "2VNF"
25538   - "4VNF"
25539   - "2VNF"
25540   - "4VNF"
25541   layout:
25542     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25543     layout: "plot-throughput-speedup-analysis"
25544
25545 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25546 -
25547   type: "plot"
25548   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25549   algorithm: "plot_throughput_speedup_analysis"
25550   output-file-type: ".html"
25551   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25552   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25553   filter: "'NIC_Intel-X520-DA2' and
25554            '64B' and
25555            ('BASE' or 'SCALE') and
25556            'NDRPDR' and
25557            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25558            not 'VHOST' and
25559            'MEMIF'"
25560   parameters:
25561   - "throughput"
25562   - "parent"
25563   - "tags"
25564   sort:
25565   - "1VNF"
25566   - "2VNF"
25567   - "4VNF"
25568   - "2VNF"
25569   - "4VNF"
25570   layout:
25571     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25572     layout: "plot-throughput-speedup-analysis"
25573
25574 -
25575   type: "plot"
25576   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25577   algorithm: "plot_throughput_speedup_analysis"
25578   output-file-type: ".html"
25579   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25580   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25581   filter: "'NIC_Intel-X520-DA2' and
25582            '64B' and
25583            ('BASE' or 'SCALE') and
25584            'NDRPDR' and
25585            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25586            not 'VHOST' and
25587            'MEMIF'"
25588   parameters:
25589   - "throughput"
25590   - "parent"
25591   - "tags"
25592   sort:
25593   - "1VNF"
25594   - "2VNF"
25595   - "4VNF"
25596   - "2VNF"
25597   - "4VNF"
25598   layout:
25599     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25600     layout: "plot-throughput-speedup-analysis"
25601
25602 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25603 -
25604   type: "plot"
25605   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25606   algorithm: "plot_throughput_speedup_analysis"
25607   output-file-type: ".html"
25608   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25609   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25610   filter: "'NIC_Intel-X710' and
25611            '64B' and
25612            ('BASE' or 'SCALE') and
25613            'NDRPDR' and
25614            'L2XCFWD' and
25615            not 'VHOST' and
25616            'MEMIF'"
25617   parameters:
25618   - "throughput"
25619   - "parent"
25620   - "tags"
25621   sort:
25622   - "1VNF"
25623   - "2VNF"
25624   - "4VNF"
25625   - "2VNF"
25626   - "4VNF"
25627   layout:
25628     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25629     layout: "plot-throughput-speedup-analysis"
25630
25631 -
25632   type: "plot"
25633   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25634   algorithm: "plot_throughput_speedup_analysis"
25635   output-file-type: ".html"
25636   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25637   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25638   filter: "'NIC_Intel-X710' and
25639            '64B' and
25640            ('BASE' or 'SCALE') and
25641            'NDRPDR' and
25642            'L2XCFWD' and
25643            not 'VHOST' and
25644            'MEMIF'"
25645   parameters:
25646   - "throughput"
25647   - "parent"
25648   - "tags"
25649   sort:
25650   - "1VNF"
25651   - "2VNF"
25652   - "4VNF"
25653   - "2VNF"
25654   - "4VNF"
25655   layout:
25656     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25657     layout: "plot-throughput-speedup-analysis"
25658
25659 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25660 -
25661   type: "plot"
25662   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25663   algorithm: "plot_throughput_speedup_analysis"
25664   output-file-type: ".html"
25665   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25666   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25667   filter: "'NIC_Intel-X710' and
25668            '64B' and
25669            ('BASE' or 'SCALE') and
25670            'NDRPDR' and
25671            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25672            not 'VHOST' and
25673            'MEMIF'"
25674   parameters:
25675   - "throughput"
25676   - "parent"
25677   - "tags"
25678   sort:
25679   - "1VNF"
25680   - "2VNF"
25681   - "4VNF"
25682   - "2VNF"
25683   - "4VNF"
25684   layout:
25685     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25686     layout: "plot-throughput-speedup-analysis"
25687
25688 -
25689   type: "plot"
25690   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25691   algorithm: "plot_throughput_speedup_analysis"
25692   output-file-type: ".html"
25693   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25694   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25695   filter: "'NIC_Intel-X710' and
25696            '64B' and
25697            ('BASE' or 'SCALE') and
25698            'NDRPDR' and
25699            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25700            not 'VHOST' and
25701            'MEMIF'"
25702   parameters:
25703   - "throughput"
25704   - "parent"
25705   - "tags"
25706   sort:
25707   - "1VNF"
25708   - "2VNF"
25709   - "4VNF"
25710   - "2VNF"
25711   - "4VNF"
25712   layout:
25713     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25714     layout: "plot-throughput-speedup-analysis"
25715
25716 ################################################################################
25717
25718 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25719 -
25720   type: "plot"
25721   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25722   algorithm: "plot_throughput_speedup_analysis"
25723   output-file-type: ".html"
25724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25725   data: "plot-throughput-speedup-analysis-3n-hsw"
25726   filter: "'NIC_Intel-X520-DA2' and
25727            '64B' and
25728            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25729            'NDRPDR' and
25730            'IP4FWD' and
25731            not 'IPSEC' and
25732            not 'VHOST'"
25733   parameters:
25734   - "throughput"
25735   - "parent"
25736   - "tags"
25737   sort:
25738   - "DOT1Q"
25739   - "IP4BASE"
25740   - "FIB_20k"
25741   - "FIB_200k"
25742   - "FIB_2M"
25743   layout:
25744     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25745     layout: "plot-throughput-speedup-analysis"
25746
25747 -
25748   type: "plot"
25749   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25750   algorithm: "plot_throughput_speedup_analysis"
25751   output-file-type: ".html"
25752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25753   data: "plot-throughput-speedup-analysis-3n-hsw"
25754   filter: "'NIC_Intel-X520-DA2' and
25755            '64B' and
25756            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25757            'NDRPDR' and
25758            'IP4FWD' and
25759            not 'IPSEC' and
25760            not 'VHOST'"
25761   parameters:
25762   - "throughput"
25763   - "parent"
25764   - "tags"
25765   sort:
25766   - "DOT1Q"
25767   - "IP4BASE"
25768   - "FIB_20k"
25769   - "FIB_200k"
25770   - "FIB_2M"
25771   layout:
25772     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25773     layout: "plot-throughput-speedup-analysis"
25774
25775 # Speedup - VPP IPv4 3n-hsw-x520 features
25776 -
25777   type: "plot"
25778   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25779   algorithm: "plot_throughput_speedup_analysis"
25780   output-file-type: ".html"
25781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25782   data: "plot-throughput-speedup-analysis-3n-hsw"
25783   filter: "'NIC_Intel-X520-DA2' and
25784            '64B' and
25785            ('IP4BASE' or
25786             'POLICE_MARK' or
25787             'COPWHLIST' or
25788             ('NAT44' and 'BASE') or
25789             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25790            'NDRPDR' and
25791            'IP4FWD' and
25792            not 'IPSEC' and
25793            not 'VHOST'"
25794   parameters:
25795   - "throughput"
25796   - "parent"
25797   - "tags"
25798   sort:
25799   - "DOT1Q"
25800   - "IP4BASE"
25801   - "NAT44"
25802   - "POLICE_MARK"
25803   - "COPWHLIST"
25804   - "IACL"
25805   - "OACL"
25806   layout:
25807     title: "ip4-3n-hsw-x520-64b-features-ndr"
25808     layout: "plot-throughput-speedup-analysis"
25809
25810 -
25811   type: "plot"
25812   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25813   algorithm: "plot_throughput_speedup_analysis"
25814   output-file-type: ".html"
25815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25816   data: "plot-throughput-speedup-analysis-3n-hsw"
25817   filter: "'NIC_Intel-X520-DA2' and
25818            '64B' and
25819            ('IP4BASE' or
25820             'POLICE_MARK' or
25821             'COPWHLIST' or
25822             ('NAT44' and 'BASE') or
25823             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25824            'NDRPDR' and
25825            'IP4FWD' and
25826            not 'IPSEC' and
25827            not 'VHOST'"
25828   parameters:
25829   - "throughput"
25830   - "parent"
25831   - "tags"
25832   sort:
25833   - "DOT1Q"
25834   - "IP4BASE"
25835   - "NAT44"
25836   - "POLICE_MARK"
25837   - "COPWHLIST"
25838   - "IACL"
25839   - "OACL"
25840   layout:
25841     title: "ip4-3n-hsw-x520-64b-features-pdr"
25842     layout: "plot-throughput-speedup-analysis"
25843
25844 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25845 -
25846   type: "plot"
25847   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25848   algorithm: "plot_throughput_speedup_analysis"
25849   output-file-type: ".html"
25850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25851   data: "plot-throughput-speedup-analysis-3n-hsw"
25852   filter: "'NIC_Intel-X520-DA2' and
25853            '64B' and
25854            'NDRPDR' and
25855            'IP4FWD' and
25856            'NAT44' and
25857            not 'IPSEC' and
25858            not 'VHOST'"
25859   parameters:
25860   - "throughput"
25861   - "parent"
25862   - "tags"
25863   sort:
25864   - "BASE"
25865   - "BASE"
25866   - "SRC_USER_10"
25867   - "SRC_USER_100"
25868   - "SRC_USER_1000"
25869   - "SRC_USER_2000"
25870   layout:
25871     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25872     layout: "plot-throughput-speedup-analysis"
25873
25874 -
25875   type: "plot"
25876   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25877   algorithm: "plot_throughput_speedup_analysis"
25878   output-file-type: ".html"
25879   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25880   data: "plot-throughput-speedup-analysis-3n-hsw"
25881   filter: "'NIC_Intel-X520-DA2' and
25882            '64B' and
25883            'NDRPDR' and
25884            'IP4FWD' and
25885            'NAT44' and
25886            not 'IPSEC' and
25887            not 'VHOST'"
25888   parameters:
25889   - "throughput"
25890   - "parent"
25891   - "tags"
25892   sort:
25893   - "BASE"
25894   - "BASE"
25895   - "SRC_USER_10"
25896   - "SRC_USER_100"
25897   - "SRC_USER_1000"
25898   - "SRC_USER_2000"
25899   layout:
25900     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25901     layout: "plot-throughput-speedup-analysis"
25902
25903 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25904 -
25905   type: "plot"
25906   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25907   algorithm: "plot_throughput_speedup_analysis"
25908   output-file-type: ".html"
25909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25910   data: "plot-throughput-speedup-analysis-3n-hsw"
25911   filter: "'NIC_Intel-X520-DA2' and
25912            '64B' and
25913            'NDRPDR' and
25914            'IP4FWD' and
25915            'IACL' and
25916            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25917            not 'IPSEC' and
25918            not 'VHOST'"
25919   parameters:
25920   - "throughput"
25921   - "parent"
25922   - "tags"
25923   sort:
25924   - "ACL_STATELESS"
25925   - "ACL_STATEFUL"
25926   - "ACL_STATELESS"
25927   - "ACL_STATEFUL"
25928   layout:
25929     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25930     layout: "plot-throughput-speedup-analysis"
25931
25932 -
25933   type: "plot"
25934   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25935   algorithm: "plot_throughput_speedup_analysis"
25936   output-file-type: ".html"
25937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25938   data: "plot-throughput-speedup-analysis-3n-hsw"
25939   filter: "'NIC_Intel-X520-DA2' and
25940            '64B' and
25941            'NDRPDR' and
25942            'IP4FWD' and
25943            'IACL' and
25944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25945            not 'IPSEC' and
25946            not 'VHOST'"
25947   parameters:
25948   - "throughput"
25949   - "parent"
25950   - "tags"
25951   sort:
25952   - "ACL_STATELESS"
25953   - "ACL_STATEFUL"
25954   - "ACL_STATELESS"
25955   - "ACL_STATEFUL"
25956   layout:
25957     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25958     layout: "plot-throughput-speedup-analysis"
25959
25960 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25961 -
25962   type: "plot"
25963   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25964   algorithm: "plot_throughput_speedup_analysis"
25965   output-file-type: ".html"
25966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25967   data: "plot-throughput-speedup-analysis-3n-hsw"
25968   filter: "'NIC_Intel-X520-DA2' and
25969            '64B' and
25970            'NDRPDR' and
25971            'IP4FWD' and
25972            'OACL' and
25973            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25974            not 'IPSEC' and
25975            not 'VHOST'"
25976   parameters:
25977   - "throughput"
25978   - "parent"
25979   - "tags"
25980   sort:
25981   - "ACL_STATELESS"
25982   - "ACL_STATEFUL"
25983   - "ACL_STATELESS"
25984   - "ACL_STATEFUL"
25985   layout:
25986     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25987     layout: "plot-throughput-speedup-analysis"
25988
25989 -
25990   type: "plot"
25991   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25992   algorithm: "plot_throughput_speedup_analysis"
25993   output-file-type: ".html"
25994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25995   data: "plot-throughput-speedup-analysis-3n-hsw"
25996   filter: "'NIC_Intel-X520-DA2' and
25997            '64B' and
25998            'NDRPDR' and
25999            'IP4FWD' and
26000            'OACL' and
26001            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26002            not 'IPSEC' and
26003            not 'VHOST'"
26004   parameters:
26005   - "throughput"
26006   - "parent"
26007   - "tags"
26008   sort:
26009   - "ACL_STATELESS"
26010   - "ACL_STATEFUL"
26011   - "ACL_STATELESS"
26012   - "ACL_STATEFUL"
26013   layout:
26014     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
26015     layout: "plot-throughput-speedup-analysis"
26016
26017 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
26018 -
26019   type: "plot"
26020   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26021   algorithm: "plot_throughput_speedup_analysis"
26022   output-file-type: ".html"
26023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26024   data: "plot-throughput-speedup-analysis-3n-hsw"
26025   filter: "'NIC_Intel-X710' and
26026            '64B' and
26027            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26028            'NDRPDR' and
26029            'IP4FWD' and
26030            not 'IPSEC' and
26031            not 'VHOST'"
26032   parameters:
26033   - "throughput"
26034   - "parent"
26035   - "tags"
26036   sort:
26037   - "DOT1Q"
26038   - "IP4BASE"
26039   - "FIB_20K"
26040   - "FIB_200K"
26041   - "FIB_2M"
26042   layout:
26043     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26044     layout: "plot-throughput-speedup-analysis"
26045
26046 -
26047   type: "plot"
26048   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26049   algorithm: "plot_throughput_speedup_analysis"
26050   output-file-type: ".html"
26051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26052   data: "plot-throughput-speedup-analysis-3n-hsw"
26053   filter: "'NIC_Intel-X710' and
26054            '64B' and
26055            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26056            'NDRPDR' and
26057            'IP4FWD' and
26058            not 'IPSEC' and
26059            not 'VHOST'"
26060   parameters:
26061   - "throughput"
26062   - "parent"
26063   - "tags"
26064   sort:
26065   - "DOT1Q"
26066   - "IP4BASE"
26067   - "FIB_20K"
26068   - "FIB_200K"
26069   - "FIB_2M"
26070   layout:
26071     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26072     layout: "plot-throughput-speedup-analysis"
26073
26074 # Speedup - VPP IPv4 3n-hsw-x710 features
26075 -
26076   type: "plot"
26077   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
26078   algorithm: "plot_throughput_speedup_analysis"
26079   output-file-type: ".html"
26080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
26081   data: "plot-throughput-speedup-analysis-3n-hsw"
26082   filter: "'NIC_Intel-X710' and
26083            '64B' and
26084            ('IP4BASE' or
26085             'POLICE_MARK' or
26086             'COPWHLIST' or
26087             ('NAT44' and 'BASE') or
26088             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26089            'NDRPDR' and
26090            'IP4FWD' and
26091            not 'IPSEC' and
26092            not 'VHOST'"
26093   parameters:
26094   - "throughput"
26095   - "parent"
26096   - "tags"
26097   sort:
26098   - "IP4BASE"
26099   - "NAT44"
26100   - "POLICE_MARK"
26101   - "COPWHLIST"
26102   - "IACL"
26103   - "OACL"
26104   layout:
26105     title: "ip4-3n-hsw-x710-64b-features-ndr"
26106     layout: "plot-throughput-speedup-analysis"
26107
26108 -
26109   type: "plot"
26110   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
26111   algorithm: "plot_throughput_speedup_analysis"
26112   output-file-type: ".html"
26113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
26114   data: "plot-throughput-speedup-analysis-3n-hsw"
26115   filter: "'NIC_Intel-X710' and
26116            '64B' and
26117            ('IP4BASE' or
26118             'POLICE_MARK' or
26119             'COPWHLIST' or
26120             ('NAT44' and 'BASE') or
26121             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26122            'NDRPDR' and
26123            'IP4FWD' and
26124            not 'IPSEC' and
26125            not 'VHOST'"
26126   parameters:
26127   - "throughput"
26128   - "parent"
26129   - "tags"
26130   sort:
26131   - "IP4BASE"
26132   - "NAT44"
26133   - "POLICE_MARK"
26134   - "COPWHLIST"
26135   - "IACL"
26136   - "OACL"
26137   layout:
26138     title: "ip4-3n-hsw-x710-64b-features-pdr"
26139     layout: "plot-throughput-speedup-analysis"
26140
26141 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
26142 -
26143   type: "plot"
26144   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26145   algorithm: "plot_throughput_speedup_analysis"
26146   output-file-type: ".html"
26147   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26148   data: "plot-throughput-speedup-analysis-3n-hsw"
26149   filter: "'NIC_Intel-X710' and
26150            '64B' and
26151            'NDRPDR' and
26152            'IP4FWD' and
26153            'NAT44' and
26154            not 'IPSEC' and
26155            not 'VHOST'"
26156   parameters:
26157   - "throughput"
26158   - "parent"
26159   - "tags"
26160   sort:
26161   - "BASE"
26162   - "BASE"
26163   - "SRC_USER_10"
26164   - "SRC_USER_100"
26165   - "SRC_USER_1000"
26166   - "SRC_USER_2000"
26167   layout:
26168     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
26169     layout: "plot-throughput-speedup-analysis"
26170
26171 -
26172   type: "plot"
26173   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26174   algorithm: "plot_throughput_speedup_analysis"
26175   output-file-type: ".html"
26176   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26177   data: "plot-throughput-speedup-analysis-3n-hsw"
26178   filter: "'NIC_Intel-X710' and
26179            '64B' and
26180            'NDRPDR' and
26181            'IP4FWD' and
26182            'NAT44' and
26183            not 'IPSEC' and
26184            not 'VHOST'"
26185   parameters:
26186   - "throughput"
26187   - "parent"
26188   - "tags"
26189   sort:
26190   - "BASE"
26191   - "BASE"
26192   - "SRC_USER_10"
26193   - "SRC_USER_100"
26194   - "SRC_USER_1000"
26195   - "SRC_USER_2000"
26196   layout:
26197     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
26198     layout: "plot-throughput-speedup-analysis"
26199
26200 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
26201 -
26202   type: "plot"
26203   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26204   algorithm: "plot_throughput_speedup_analysis"
26205   output-file-type: ".html"
26206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26207   data: "plot-throughput-speedup-analysis-3n-hsw"
26208   filter: "'NIC_Intel-X710' and
26209            '64B' and
26210            'NDRPDR' and
26211            'IP4FWD' and
26212            'IACL' and
26213            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26214            not 'IPSEC' and
26215            not 'VHOST'"
26216   parameters:
26217   - "throughput"
26218   - "parent"
26219   - "tags"
26220   sort:
26221   - "ACL_STATELESS"
26222   - "ACL_STATEFUL"
26223   - "ACL_STATELESS"
26224   - "ACL_STATEFUL"
26225   layout:
26226     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
26227     layout: "plot-throughput-speedup-analysis"
26228
26229 -
26230   type: "plot"
26231   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26232   algorithm: "plot_throughput_speedup_analysis"
26233   output-file-type: ".html"
26234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26235   data: "plot-throughput-speedup-analysis-3n-hsw"
26236   filter: "'NIC_Intel-X710' and
26237            '64B' and
26238            'NDRPDR' and
26239            'IP4FWD' and
26240            'IACL' and
26241            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26242            not 'IPSEC' and
26243            not 'VHOST'"
26244   parameters:
26245   - "throughput"
26246   - "parent"
26247   - "tags"
26248   sort:
26249   - "ACL_STATELESS"
26250   - "ACL_STATEFUL"
26251   - "ACL_STATELESS"
26252   - "ACL_STATEFUL"
26253   layout:
26254     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
26255     layout: "plot-throughput-speedup-analysis"
26256
26257 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
26258 #-
26259 #  type: "plot"
26260 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26261 #  algorithm: "plot_throughput_speedup_analysis"
26262 #  output-file-type: ".html"
26263 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26264 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26265 #  filter: "'NIC_Intel-X710' and
26266 #           '64B' and
26267 #           'NDRPDR' and
26268 #           'IP4FWD' and
26269 #           'OACL' and
26270 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
26271 #           not 'IPSEC' and
26272 #           not 'VHOST'"
26273 #  parameters:
26274 #  - "throughput"
26275 #  - "parent"
26276 #  - "tags"
26277 #  sort:
26278 #  - "ACL_STATELESS"
26279 #  - "ACL_STATEFUL"
26280 #  - "ACL_STATELESS"
26281 #  - "ACL_STATEFUL"
26282 #  layout:
26283 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
26284 #    layout: "plot-throughput-speedup-analysis"
26285 #
26286 #-
26287 #  type: "plot"
26288 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26289 #  algorithm: "plot_throughput_speedup_analysis"
26290 #  output-file-type: ".html"
26291 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26292 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26293 #  filter: "'NIC_Intel-X710' and
26294 #           '64B' and
26295 #           'NDRPDR' and
26296 #           'IP4FWD' and
26297 #           'OACL' and
26298 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
26299 #           not 'IPSEC' and
26300 #           not 'VHOST'"
26301 #  parameters:
26302 #  - "throughput"
26303 #  - "parent"
26304 #  - "tags"
26305 #  sort:
26306 #  - "ACL_STATELESS"
26307 #  - "ACL_STATEFUL"
26308 #  - "ACL_STATELESS"
26309 #  - "ACL_STATEFUL"
26310 #  layout:
26311 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
26312 #    layout: "plot-throughput-speedup-analysis"
26313
26314 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
26315 -
26316   type: "plot"
26317   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26318   algorithm: "plot_throughput_speedup_analysis"
26319   output-file-type: ".html"
26320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26321   data: "plot-throughput-speedup-analysis-3n-hsw"
26322   filter: "'NIC_Intel-XL710' and
26323            '64B' and
26324            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26325            'NDRPDR' and
26326            'IP4FWD' and
26327            not 'IPSEC' and
26328            not 'VHOST'"
26329   parameters:
26330   - "throughput"
26331   - "parent"
26332   - "tags"
26333   sort:
26334   - "IP4BASE"
26335   - "FIB_20K"
26336   - "FIB_200K"
26337   - "FIB_2M"
26338   layout:
26339     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26340     layout: "plot-throughput-speedup-analysis"
26341
26342 -
26343   type: "plot"
26344   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26345   algorithm: "plot_throughput_speedup_analysis"
26346   output-file-type: ".html"
26347   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26348   data: "plot-throughput-speedup-analysis-3n-hsw"
26349   filter: "'NIC_Intel-XL710' and
26350            '64B' and
26351            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26352            'NDRPDR' and
26353            'IP4FWD' and
26354            not 'IPSEC' and
26355            not 'VHOST'"
26356   parameters:
26357   - "throughput"
26358   - "parent"
26359   - "tags"
26360   sort:
26361   - "IP4BASE"
26362   - "FIB_20K"
26363   - "FIB_200K"
26364   - "FIB_2M"
26365   layout:
26366     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26367     layout: "plot-throughput-speedup-analysis"
26368
26369 # Speedup - VPP IPv4 3n-skx-x710 base and scale
26370 -
26371   type: "plot"
26372   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26373   algorithm: "plot_throughput_speedup_analysis"
26374   output-file-type: ".html"
26375   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26376   data: "plot-throughput-speedup-analysis-3n-skx"
26377   filter: "'NIC_Intel-X710' and
26378            '64B' and
26379            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26380            'NDRPDR' and
26381            'IP4FWD' and
26382            not 'IPSEC' and
26383            not 'VHOST'"
26384   parameters:
26385   - "throughput"
26386   - "parent"
26387   - "tags"
26388   sort:
26389   - "IP4BASE"
26390   - "FIB_20K"
26391   - "FIB_200K"
26392   - "FIB_2M"
26393   layout:
26394     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
26395     layout: "plot-throughput-speedup-analysis"
26396
26397 -
26398   type: "plot"
26399   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26400   algorithm: "plot_throughput_speedup_analysis"
26401   output-file-type: ".html"
26402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26403   data: "plot-throughput-speedup-analysis-3n-skx"
26404   filter: "'NIC_Intel-X710' and
26405            '64B' and
26406            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26407            'NDRPDR' and
26408            'IP4FWD' and
26409            not 'IPSEC' and
26410            not 'VHOST'"
26411   parameters:
26412   - "throughput"
26413   - "parent"
26414   - "tags"
26415   sort:
26416   - "IP4BASE"
26417   - "FIB_20K"
26418   - "FIB_200K"
26419   - "FIB_2M"
26420   layout:
26421     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
26422     layout: "plot-throughput-speedup-analysis"
26423
26424 # Speedup - VPP IPv4 3n-skx-x710 features
26425 -
26426   type: "plot"
26427   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
26428   algorithm: "plot_throughput_speedup_analysis"
26429   output-file-type: ".html"
26430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26431   data: "plot-throughput-speedup-analysis-3n-skx"
26432   filter: "'NIC_Intel-X710' and
26433            '64B' and
26434            ('IP4BASE' or
26435             'POLICE_MARK' or
26436             'COPWHLIST' or
26437             ('NAT44' and 'BASE') or
26438             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26439            'NDRPDR' and
26440            'IP4FWD' and
26441            not 'IPSEC' and
26442            not 'VHOST'"
26443   parameters:
26444   - "throughput"
26445   - "parent"
26446   - "tags"
26447   sort:
26448   - "IP4BASE"
26449   - "NAT44"
26450   - "POLICE_MARK"
26451   - "COPWHLIST"
26452   - "IACL"
26453   - "OACL"
26454   layout:
26455     title: "ip4-3n-skx-x710-64b-features-ndr"
26456     layout: "plot-throughput-speedup-analysis"
26457
26458 -
26459   type: "plot"
26460   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26461   algorithm: "plot_throughput_speedup_analysis"
26462   output-file-type: ".html"
26463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26464   data: "plot-throughput-speedup-analysis-3n-skx"
26465   filter: "'NIC_Intel-X710' and
26466            '64B' and
26467            ('IP4BASE' or
26468             'POLICE_MARK' or
26469             'COPWHLIST' or
26470             ('NAT44' and 'BASE') or
26471             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26472            'NDRPDR' and
26473            'IP4FWD' and
26474            not 'IPSEC' and
26475            not 'VHOST'"
26476   parameters:
26477   - "throughput"
26478   - "parent"
26479   - "tags"
26480   sort:
26481   - "IP4BASE"
26482   - "NAT44"
26483   - "POLICE_MARK"
26484   - "COPWHLIST"
26485   - "IACL"
26486   - "OACL"
26487   layout:
26488     title: "ip4-3n-skx-x710-64b-features-pdr"
26489     layout: "plot-throughput-speedup-analysis"
26490
26491 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26492 -
26493   type: "plot"
26494   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26495   algorithm: "plot_throughput_speedup_analysis"
26496   output-file-type: ".html"
26497   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26498   data: "plot-throughput-speedup-analysis-3n-skx"
26499   filter: "'NIC_Intel-X710' and
26500            '64B' and
26501            'NDRPDR' and
26502            'IP4FWD' and
26503            'NAT44' and
26504            not 'IPSEC' and
26505            not 'VHOST'"
26506   parameters:
26507   - "throughput"
26508   - "parent"
26509   - "tags"
26510   sort:
26511   - "BASE"
26512   - "BASE"
26513   - "SRC_USER_10"
26514   - "SRC_USER_100"
26515   - "SRC_USER_1000"
26516   - "SRC_USER_2000"
26517   layout:
26518     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26519     layout: "plot-throughput-speedup-analysis"
26520
26521 -
26522   type: "plot"
26523   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26524   algorithm: "plot_throughput_speedup_analysis"
26525   output-file-type: ".html"
26526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26527   data: "plot-throughput-speedup-analysis-3n-skx"
26528   filter: "'NIC_Intel-X710' and
26529            '64B' and
26530            'NDRPDR' and
26531            'IP4FWD' and
26532            'NAT44' and
26533            not 'IPSEC' and
26534            not 'VHOST'"
26535   parameters:
26536   - "throughput"
26537   - "parent"
26538   - "tags"
26539   sort:
26540   - "BASE"
26541   - "BASE"
26542   - "SRC_USER_10"
26543   - "SRC_USER_100"
26544   - "SRC_USER_1000"
26545   - "SRC_USER_2000"
26546   layout:
26547     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26548     layout: "plot-throughput-speedup-analysis"
26549
26550 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26551 -
26552   type: "plot"
26553   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26554   algorithm: "plot_throughput_speedup_analysis"
26555   output-file-type: ".html"
26556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26557   data: "plot-throughput-speedup-analysis-3n-skx"
26558   filter: "'NIC_Intel-X710' and
26559            '64B' and
26560            'NDRPDR' and
26561            'IP4FWD' and
26562            'IACL' and
26563            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26564            not 'IPSEC' and
26565            not 'VHOST'"
26566   parameters:
26567   - "throughput"
26568   - "parent"
26569   - "tags"
26570   sort:
26571   - "ACL_STATELESS"
26572   - "ACL_STATEFUL"
26573   - "ACL_STATELESS"
26574   - "ACL_STATEFUL"
26575   layout:
26576     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26577     layout: "plot-throughput-speedup-analysis"
26578
26579 -
26580   type: "plot"
26581   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26582   algorithm: "plot_throughput_speedup_analysis"
26583   output-file-type: ".html"
26584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26585   data: "plot-throughput-speedup-analysis-3n-skx"
26586   filter: "'NIC_Intel-X710' and
26587            '64B' and
26588            'NDRPDR' and
26589            'IP4FWD' and
26590            'IACL' and
26591            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26592            not 'IPSEC' and
26593            not 'VHOST'"
26594   parameters:
26595   - "throughput"
26596   - "parent"
26597   - "tags"
26598   sort:
26599   - "ACL_STATELESS"
26600   - "ACL_STATEFUL"
26601   - "ACL_STATELESS"
26602   - "ACL_STATEFUL"
26603   layout:
26604     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26605     layout: "plot-throughput-speedup-analysis"
26606
26607 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26608 -
26609   type: "plot"
26610   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26611   algorithm: "plot_throughput_speedup_analysis"
26612   output-file-type: ".html"
26613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26614   data: "plot-throughput-speedup-analysis-3n-skx"
26615   filter: "'NIC_Intel-X710' and
26616            '64B' and
26617            'NDRPDR' and
26618            'IP4FWD' and
26619            'OACL' and
26620            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26621            not 'IPSEC' and
26622            not 'VHOST'"
26623   parameters:
26624   - "throughput"
26625   - "parent"
26626   - "tags"
26627   sort:
26628   - "ACL_STATELESS"
26629   - "ACL_STATEFUL"
26630   - "ACL_STATELESS"
26631   - "ACL_STATEFUL"
26632   layout:
26633     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26634     layout: "plot-throughput-speedup-analysis"
26635
26636 -
26637   type: "plot"
26638   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26639   algorithm: "plot_throughput_speedup_analysis"
26640   output-file-type: ".html"
26641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26642   data: "plot-throughput-speedup-analysis-3n-skx"
26643   filter: "'NIC_Intel-X710' and
26644            '64B' and
26645            'NDRPDR' and
26646            'IP4FWD' and
26647            'OACL' and
26648            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26649            not 'IPSEC' and
26650            not 'VHOST'"
26651   parameters:
26652   - "throughput"
26653   - "parent"
26654   - "tags"
26655   sort:
26656   - "ACL_STATELESS"
26657   - "ACL_STATEFUL"
26658   - "ACL_STATELESS"
26659   - "ACL_STATEFUL"
26660   layout:
26661     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26662     layout: "plot-throughput-speedup-analysis"
26663
26664 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26665 -
26666   type: "plot"
26667   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26668   algorithm: "plot_throughput_speedup_analysis"
26669   output-file-type: ".html"
26670   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26671   data: "plot-throughput-speedup-analysis-2n-skx"
26672   filter: "'NIC_Intel-X710' and
26673            '64B' and
26674            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26675            'NDRPDR' and
26676            'IP4FWD' and
26677            not 'IPSEC' and
26678            not 'VHOST'"
26679   parameters:
26680   - "throughput"
26681   - "parent"
26682   - "tags"
26683   sort:
26684   - "DOT1Q"
26685   - "IP4BASE"
26686   - "FIB_20k"
26687   - "FIB_200k"
26688   - "FIB_2M"
26689   layout:
26690     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26691     layout: "plot-throughput-speedup-analysis"
26692
26693 -
26694   type: "plot"
26695   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26696   algorithm: "plot_throughput_speedup_analysis"
26697   output-file-type: ".html"
26698   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26699   data: "plot-throughput-speedup-analysis-2n-skx"
26700   filter: "'NIC_Intel-X710' and
26701            '64B' and
26702            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26703            'NDRPDR' and
26704            'IP4FWD' and
26705            not 'IPSEC' and
26706            not 'VHOST'"
26707   parameters:
26708   - "throughput"
26709   - "parent"
26710   - "tags"
26711   sort:
26712   - "DOT1Q"
26713   - "IP4BASE"
26714   - "FIB_20k"
26715   - "FIB_200k"
26716   - "FIB_2M"
26717   layout:
26718     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26719     layout: "plot-throughput-speedup-analysis"
26720
26721 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26722 -
26723   type: "plot"
26724   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26725   algorithm: "plot_throughput_speedup_analysis"
26726   output-file-type: ".html"
26727   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26728   data: "plot-throughput-speedup-analysis-2n-skx"
26729   filter: "'NIC_Intel-XXV710' and
26730            '64B' and
26731            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26732            'NDRPDR' and
26733            'IP4FWD' and
26734            not 'IPSEC' and
26735            not 'VHOST'"
26736   parameters:
26737   - "throughput"
26738   - "parent"
26739   - "tags"
26740   sort:
26741   - "DOT1Q"
26742   - "IP4BASE"
26743   - "FIB_20k"
26744   - "FIB_200k"
26745   - "FIB_2M"
26746   layout:
26747     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26748     layout: "plot-throughput-speedup-analysis"
26749
26750 -
26751   type: "plot"
26752   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26753   algorithm: "plot_throughput_speedup_analysis"
26754   output-file-type: ".html"
26755   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26756   data: "plot-throughput-speedup-analysis-2n-skx"
26757   filter: "'NIC_Intel-XXV710' and
26758            '64B' and
26759            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26760            'NDRPDR' and
26761            'IP4FWD' and
26762            not 'IPSEC' and
26763            not 'VHOST'"
26764   parameters:
26765   - "throughput"
26766   - "parent"
26767   - "tags"
26768   sort:
26769   - "DOT1Q"
26770   - "IP4BASE"
26771   - "FIB_20k"
26772   - "FIB_200k"
26773   - "FIB_2M"
26774   layout:
26775     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26776     layout: "plot-throughput-speedup-analysis"
26777
26778 # Speedup - VPP IPv4 2n-dnv-x553 base
26779 -
26780   type: "plot"
26781   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26782   algorithm: "plot_throughput_speedup_analysis"
26783   output-file-type: ".html"
26784   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26785   data: "intel-dnv-vpp"
26786   filter: "'NIC_Intel-X553' and
26787            '64B' and
26788            'IP4BASE' and
26789            'NDRPDR' and
26790            'IP4FWD' and
26791            not 'IPSEC' and
26792            not 'VHOST'"
26793   parameters:
26794   - "throughput"
26795   - "parent"
26796   - "tags"
26797   sort:
26798   - "IP4BASE"
26799   layout:
26800     title: "ip4-2n-dnv-x553-64b-base-ndr"
26801     layout: "plot-throughput-speedup-analysis"
26802
26803 -
26804   type: "plot"
26805   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26806   algorithm: "plot_throughput_speedup_analysis"
26807   output-file-type: ".html"
26808   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26809   data: "intel-dnv-vpp"
26810   filter: "'NIC_Intel-X553' and
26811            '64B' and
26812            'IP4BASE' and
26813            'NDRPDR' and
26814            'IP4FWD' and
26815            not 'IPSEC' and
26816            not 'VHOST'"
26817   parameters:
26818   - "throughput"
26819   - "parent"
26820   - "tags"
26821   sort:
26822   - "IP4BASE"
26823   layout:
26824     title: "ip4-2n-dnv-x553-64b-base-pdr"
26825     layout: "plot-throughput-speedup-analysis"
26826
26827 ################################################################################
26828
26829 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26830 #-
26831 #  type: "plot"
26832 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26833 #  algorithm: "plot_throughput_speedup_analysis"
26834 #  output-file-type: ".html"
26835 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26836 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26837 #  filter: "'NIC_Intel-X520_DA2' and
26838 #           '64B' and
26839 #           'ENCAP' and
26840 #           'NDRPDR' and
26841 #           ('VXLAN' or 'LISP') and
26842 #           not 'VHOST' and
26843 #           not 'IPSECHW'"
26844 #  parameters:
26845 #  - "throughput"
26846 #  - "parent"
26847 #  - "tags"
26848 #  sort:
26849 #  - "not DOT1Q"
26850 #  - "VXLAN_1"
26851 #  - "VXLAN_10"
26852 #  - "VXLAN_100"
26853 #  - "VXLAN_1000"
26854 #  layout:
26855 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26856 #    layout: "plot-throughput-speedup-analysis"
26857 #
26858 #-
26859 #  type: "plot"
26860 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26861 #  algorithm: "plot_throughput_speedup_analysis"
26862 #  output-file-type: ".html"
26863 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26864 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26865 #  filter: "'NIC_Intel-X520_DA2' and
26866 #           '64B' and
26867 #           'ENCAP' and
26868 #           'NDRPDR' and
26869 #           ('VXLAN' or 'LISP') and
26870 #           not 'VHOST' and
26871 #           not 'IPSECHW'"
26872 #  parameters:
26873 #  - "throughput"
26874 #  - "parent"
26875 #  - "tags"
26876 #  sort:
26877 #  - "not DOT1Q"
26878 #  - "VXLAN_1"
26879 #  - "VXLAN_10"
26880 #  - "VXLAN_100"
26881 #  - "VXLAN_1000"
26882 #  layout:
26883 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26884 #    layout: "plot-throughput-speedup-analysis"
26885
26886 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26887 -
26888   type: "plot"
26889   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26890   algorithm: "plot_throughput_speedup_analysis"
26891   output-file-type: ".html"
26892   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26893   data: "plot-throughput-speedup-analysis-3n-hsw"
26894   filter: "'NIC_Intel-X520-DA2' and
26895            '64B' and
26896            'ENCAP' and
26897            'NDRPDR' and
26898            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26899            not 'DOT1Q' and
26900            not 'VHOST' and
26901            not 'IPSECHW'"
26902   parameters:
26903   - "throughput"
26904   - "parent"
26905   - "tags"
26906   sort:
26907   - "L2BDMACLRN"
26908   - "L2XCFWD"
26909   - "LISP"
26910   layout:
26911     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26912     layout: "plot-throughput-speedup-analysis"
26913
26914 -
26915   type: "plot"
26916   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26917   algorithm: "plot_throughput_speedup_analysis"
26918   output-file-type: ".html"
26919   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26920   data: "plot-throughput-speedup-analysis-3n-hsw"
26921   filter: "'NIC_Intel-X520-DA2' and
26922            '64B' and
26923            'ENCAP' and
26924            'NDRPDR' and
26925            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26926            not 'DOT1Q' and
26927            not 'VHOST' and
26928            not 'IPSECHW'"
26929   parameters:
26930   - "throughput"
26931   - "parent"
26932   - "tags"
26933   sort:
26934   - "L2BDMACLRN"
26935   - "L2XCFWD"
26936   - "LISP"
26937   layout:
26938     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26939     layout: "plot-throughput-speedup-analysis"
26940
26941 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26942 -
26943   type: "plot"
26944   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26945   algorithm: "plot_throughput_speedup_analysis"
26946   output-file-type: ".html"
26947   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26948   data: "plot-throughput-speedup-analysis-3n-hsw"
26949   filter: "'NIC_Intel-X710' and
26950            '64B' and
26951            'ENCAP' and
26952            'NDRPDR' and
26953            ('VXLAN' or 'LISP') and
26954            not 'VHOST' and
26955            not 'IPSECHW'"
26956   parameters:
26957   - "throughput"
26958   - "parent"
26959   - "tags"
26960   sort:
26961   - "LISP"
26962   - "VXLAN_1"
26963   - "VXLAN_10"
26964   - "VXLAN_100"
26965   - "VXLAN_1000"
26966   layout:
26967     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26968     layout: "plot-throughput-speedup-analysis"
26969
26970 -
26971   type: "plot"
26972   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26973   algorithm: "plot_throughput_speedup_analysis"
26974   output-file-type: ".html"
26975   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26976   data: "plot-throughput-speedup-analysis-3n-hsw"
26977   filter: "'NIC_Intel-X710' and
26978            '64B' and
26979            'ENCAP' and
26980            'NDRPDR' and
26981            ('VXLAN' or 'LISP') and
26982            not 'VHOST' and
26983            not 'IPSECHW'"
26984   parameters:
26985   - "throughput"
26986   - "parent"
26987   - "tags"
26988   sort:
26989   - "LISP"
26990   - "VXLAN_1"
26991   - "VXLAN_10"
26992   - "VXLAN_100"
26993   - "VXLAN_1000"
26994   layout:
26995     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26996     layout: "plot-throughput-speedup-analysis"
26997
26998 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26999 -
27000   type: "plot"
27001   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27002   algorithm: "plot_throughput_speedup_analysis"
27003   output-file-type: ".html"
27004   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27005   data: "plot-throughput-speedup-analysis-3n-hsw"
27006   filter: "'NIC_Intel-X710' and
27007            '64B' and
27008            'ENCAP' and
27009            'NDRPDR' and
27010            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27011            not 'DOT1Q' and
27012            not 'VHOST' and
27013            not 'IPSECHW'"
27014   parameters:
27015   - "throughput"
27016   - "parent"
27017   - "tags"
27018   sort:
27019   - "L2BDMACLRN"
27020   - "L2XCFWD"
27021   - "LISP"
27022   layout:
27023     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
27024     layout: "plot-throughput-speedup-analysis"
27025
27026 -
27027   type: "plot"
27028   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27029   algorithm: "plot_throughput_speedup_analysis"
27030   output-file-type: ".html"
27031   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27032   data: "plot-throughput-speedup-analysis-3n-hsw"
27033   filter: "'NIC_Intel-X710' and
27034            '64B' and
27035            'ENCAP' and
27036            'NDRPDR' and
27037            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27038            not 'DOT1Q' and
27039            not 'VHOST' and
27040            not 'IPSECHW'"
27041   parameters:
27042   - "throughput"
27043   - "parent"
27044   - "tags"
27045   sort:
27046   - "L2BDMACLRN"
27047   - "L2XCFWD"
27048   - "LISP"
27049   layout:
27050     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
27051     layout: "plot-throughput-speedup-analysis"
27052
27053 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
27054 -
27055   type: "plot"
27056   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27057   algorithm: "plot_throughput_speedup_analysis"
27058   output-file-type: ".html"
27059   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27060   data: "plot-throughput-speedup-analysis-3n-skx"
27061   filter: "'NIC_Intel-X710' and
27062            '64B' and
27063            'ENCAP' and
27064            'NDRPDR' and
27065            'VXLAN' and
27066            'L2BDMACLRN' and
27067            not 'VHOST' and
27068            not 'IPSECHW'"
27069   parameters:
27070   - "throughput"
27071   - "parent"
27072   - "tags"
27073   sort:
27074   - "LISP"
27075   - "VXLAN_1"
27076   - "VXLAN_10"
27077   - "VXLAN_100"
27078   - "VXLAN_1000"
27079   layout:
27080     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
27081     layout: "plot-throughput-speedup-analysis"
27082
27083 -
27084   type: "plot"
27085   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27086   algorithm: "plot_throughput_speedup_analysis"
27087   output-file-type: ".html"
27088   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27089   data: "plot-throughput-speedup-analysis-3n-skx"
27090   filter: "'NIC_Intel-X710' and
27091            '64B' and
27092            'ENCAP' and
27093            'NDRPDR' and
27094            'VXLAN' and
27095            'L2BDMACLRN' and
27096            not 'VHOST' and
27097            not 'IPSECHW'"
27098   parameters:
27099   - "throughput"
27100   - "parent"
27101   - "tags"
27102   sort:
27103   - "LISP"
27104   - "VXLAN_1"
27105   - "VXLAN_10"
27106   - "VXLAN_100"
27107   - "VXLAN_1000"
27108   layout:
27109     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
27110     layout: "plot-throughput-speedup-analysis"
27111
27112 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
27113 -
27114   type: "plot"
27115   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
27116   algorithm: "plot_throughput_speedup_analysis"
27117   output-file-type: ".html"
27118   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
27119   data: "plot-throughput-speedup-analysis-3n-skx"
27120   filter: "'NIC_Intel-X710' and
27121            '64B' and
27122            'ENCAP' and
27123            'NDRPDR' and
27124            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27125            not 'DOT1Q' and
27126            not 'VHOST' and
27127            not 'IPSECHW'"
27128   parameters:
27129   - "throughput"
27130   - "parent"
27131   - "tags"
27132   sort:
27133   - "L2BDMACLRN"
27134   - "L2XCFWD"
27135   - "LISP"
27136   layout:
27137     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
27138     layout: "plot-throughput-speedup-analysis"
27139
27140 -
27141   type: "plot"
27142   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
27143   algorithm: "plot_throughput_speedup_analysis"
27144   output-file-type: ".html"
27145   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
27146   data: "plot-throughput-speedup-analysis-3n-skx"
27147   filter: "'NIC_Intel-X710' and
27148            '64B' and
27149            'ENCAP' and
27150            'NDRPDR' and
27151            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27152            not 'DOT1Q' and
27153            not 'VHOST' and
27154            not 'IPSECHW'"
27155   parameters:
27156   - "throughput"
27157   - "parent"
27158   - "tags"
27159   sort:
27160   - "L2BDMACLRN"
27161   - "L2XCFWD"
27162   - "LISP"
27163   layout:
27164     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
27165     layout: "plot-throughput-speedup-analysis"
27166
27167 ################################################################################
27168
27169 # Speedup - VPP IPv6 3n-hsw-x520
27170 -
27171   type: "plot"
27172   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27173   algorithm: "plot_throughput_speedup_analysis"
27174   output-file-type: ".html"
27175   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27176   data: "plot-throughput-speedup-analysis-3n-hsw"
27177   filter: "'NIC_Intel-X520-DA2' and
27178            '78B' and
27179            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27180            'NDRPDR' and
27181            'IP6FWD' and
27182            not 'SRv6' and
27183            not 'IPSEC' and
27184            not 'VHOST'"
27185   parameters:
27186   - "throughput"
27187   - "parent"
27188   - "tags"
27189   sort:
27190   - "IP6BASE"
27191   - "FIB_20K"
27192   - "FIB_200K"
27193   - "FIB_2M"
27194   layout:
27195     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
27196     layout: "plot-throughput-speedup-analysis"
27197
27198 -
27199   type: "plot"
27200   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27201   algorithm: "plot_throughput_speedup_analysis"
27202   output-file-type: ".html"
27203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27204   data: "plot-throughput-speedup-analysis-3n-hsw"
27205   filter: "'NIC_Intel-X520-DA2' and
27206            '78B' and
27207            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27208            'NDRPDR' and
27209            'IP6FWD' and
27210            not 'SRv6' and
27211            not 'IPSEC' and
27212            not 'VHOST'"
27213   parameters:
27214   - "throughput"
27215   - "parent"
27216   - "tags"
27217   sort:
27218   - "IP6BASE"
27219   - "FIB_20K"
27220   - "FIB_200K"
27221   - "FIB_2M"
27222   layout:
27223     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
27224     layout: "plot-throughput-speedup-analysis"
27225
27226 # Speedup - VPP IPv6 3n-hsw-x520 features
27227 -
27228   type: "plot"
27229   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27230   algorithm: "plot_throughput_speedup_analysis"
27231   output-file-type: ".html"
27232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27233   data: "plot-throughput-speedup-analysis-3n-hsw"
27234   filter: "'NIC_Intel-X520-DA2' and
27235            '78B' and
27236            ('IP6BASE' or
27237             'POLICE_MARK' or
27238             'COPWHLIST' or
27239             'IACLDST') and
27240            'NDRPDR' and
27241            'IP6FWD' and
27242            not 'SRv6' and
27243            not 'IPSEC' and
27244            not 'VHOST'"
27245   parameters:
27246   - "throughput"
27247   - "parent"
27248   - "tags"
27249   sort:
27250   - "IP6BASE"
27251   - "POLICE_MARK"
27252   - "COPWHLIST"
27253   - "IACLDST"
27254   layout:
27255     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
27256     layout: "plot-throughput-speedup-analysis"
27257
27258 -
27259   type: "plot"
27260   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27261   algorithm: "plot_throughput_speedup_analysis"
27262   output-file-type: ".html"
27263   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27264   data: "plot-throughput-speedup-analysis-3n-hsw"
27265   filter: "'NIC_Intel-X520-DA2' and
27266            '78B' and
27267            ('IP6BASE' or
27268             'POLICE_MARK' or
27269             'COPWHLIST' or
27270             'IACLDST') and
27271            'NDRPDR' and
27272            'IP6FWD' and
27273            not 'SRv6' and
27274            not 'IPSEC' and
27275            not 'VHOST'"
27276   parameters:
27277   - "throughput"
27278   - "parent"
27279   - "tags"
27280   sort:
27281   - "IP6BASE"
27282   - "POLICE_MARK"
27283   - "COPWHLIST"
27284   - "IACLDST"
27285   layout:
27286     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
27287     layout: "plot-throughput-speedup-analysis"
27288
27289 # Speedup - VPP IPv6 3n-hsw-x710
27290 -
27291   type: "plot"
27292   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27293   algorithm: "plot_throughput_speedup_analysis"
27294   output-file-type: ".html"
27295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27296   data: "plot-throughput-speedup-analysis-3n-hsw"
27297   filter: "'NIC_Intel-X710' and
27298            '78B' and
27299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27300            'NDRPDR' and
27301            'IP6FWD' and
27302            not 'SRv6' and
27303            not 'IPSEC' and
27304            not 'VHOST'"
27305   parameters:
27306   - "throughput"
27307   - "parent"
27308   - "tags"
27309   sort:
27310   - "IP6BASE"
27311   - "FIB_20K"
27312   - "FIB_200K"
27313   - "FIB_2M"
27314   layout:
27315     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
27316     layout: "plot-throughput-speedup-analysis"
27317
27318 -
27319   type: "plot"
27320   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27321   algorithm: "plot_throughput_speedup_analysis"
27322   output-file-type: ".html"
27323   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27324   data: "plot-throughput-speedup-analysis-3n-hsw"
27325   filter: "'NIC_Intel-X710' and
27326            '78B' and
27327            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27328            'NDRPDR' and
27329            'IP6FWD' and
27330            not 'SRv6' and
27331            not 'IPSEC' and
27332            not 'VHOST'"
27333   parameters:
27334   - "throughput"
27335   - "parent"
27336   - "tags"
27337   sort:
27338   - "IP6BASE"
27339   - "FIB_20K"
27340   - "FIB_200K"
27341   - "FIB_2M"
27342   layout:
27343     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
27344     layout: "plot-throughput-speedup-analysis"
27345
27346 # Speedup - VPP IPv6 3n-hsw-x710 features
27347 -
27348   type: "plot"
27349   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27350   algorithm: "plot_throughput_speedup_analysis"
27351   output-file-type: ".html"
27352   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27353   data: "plot-throughput-speedup-analysis-3n-hsw"
27354   filter: "'NIC_Intel-X710' and
27355            '78B' and
27356            ('IP6BASE' or
27357             'POLICE_MARK' or
27358             'COPWHLIST' or
27359             'IACLDST') and
27360            'NDRPDR' and
27361            'IP6FWD' and
27362            not 'SRv6' and
27363            not 'IPSEC' and
27364            not 'VHOST'"
27365   parameters:
27366   - "throughput"
27367   - "parent"
27368   - "tags"
27369   sort:
27370   - "IP6BASE"
27371   - "POLICE_MARK"
27372   - "COPWHLIST"
27373   - "IACLDST"
27374   layout:
27375     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
27376     layout: "plot-throughput-speedup-analysis"
27377
27378 -
27379   type: "plot"
27380   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27381   algorithm: "plot_throughput_speedup_analysis"
27382   output-file-type: ".html"
27383   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27384   data: "plot-throughput-speedup-analysis-3n-hsw"
27385   filter: "'NIC_Intel-X710' and
27386            '78B' and
27387            ('IP6BASE' or
27388             'POLICE_MARK' or
27389             'COPWHLIST' or
27390             'IACLDST') and
27391            'NDRPDR' and
27392            'IP6FWD' and
27393            not 'SRv6' and
27394            not 'IPSEC' and
27395            not 'VHOST'"
27396   parameters:
27397   - "throughput"
27398   - "parent"
27399   - "tags"
27400   sort:
27401   - "IP6BASE"
27402   - "POLICE_MARK"
27403   - "COPWHLIST"
27404   - "IACLDST"
27405   layout:
27406     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
27407     layout: "plot-throughput-speedup-analysis"
27408
27409 # Speedup - VPP IPv6 3n-hsw-xl710
27410 -
27411   type: "plot"
27412   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27413   algorithm: "plot_throughput_speedup_analysis"
27414   output-file-type: ".html"
27415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27416   data: "plot-throughput-speedup-analysis-3n-hsw"
27417   filter: "'NIC_Intel-XL710' and
27418            '78B' and
27419            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27420            'NDRPDR' and
27421            'IP6FWD' and
27422            not 'SRv6' and
27423            not 'IPSEC' and
27424            not 'VHOST'"
27425   parameters:
27426   - "throughput"
27427   - "parent"
27428   - "tags"
27429   sort:
27430   - "IP6BASE"
27431   - "FIB_20K"
27432   - "FIB_200K"
27433   - "FIB_2M"
27434   layout:
27435     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27436     layout: "plot-throughput-speedup-analysis"
27437
27438 -
27439   type: "plot"
27440   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27441   algorithm: "plot_throughput_speedup_analysis"
27442   output-file-type: ".html"
27443   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27444   data: "plot-throughput-speedup-analysis-3n-hsw"
27445   filter: "'NIC_Intel-XL710' and
27446            '78B' and
27447            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27448            'NDRPDR' and
27449            'IP6FWD' and
27450            not 'SRv6' and
27451            not 'IPSEC' and
27452            not 'VHOST'"
27453   parameters:
27454   - "throughput"
27455   - "parent"
27456   - "tags"
27457   sort:
27458   - "IP6BASE"
27459   - "FIB_20K"
27460   - "FIB_200K"
27461   - "FIB_2M"
27462   layout:
27463     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27464     layout: "plot-throughput-speedup-analysis"
27465
27466 # Speedup - VPP IPv6 3n-skx-x710
27467 -
27468   type: "plot"
27469   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27470   algorithm: "plot_throughput_speedup_analysis"
27471   output-file-type: ".html"
27472   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27473   data: "plot-throughput-speedup-analysis-3n-skx"
27474   filter: "'NIC_Intel-X710' and
27475            '78B' and
27476            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27477            'NDRPDR' and
27478            'IP6FWD' and
27479            not 'SRv6' and
27480            not 'IPSEC' and
27481            not 'VHOST'"
27482   parameters:
27483   - "throughput"
27484   - "parent"
27485   - "tags"
27486   sort:
27487   - "IP6BASE"
27488   - "FIB_20K"
27489   - "FIB_200K"
27490   - "FIB_2M"
27491   layout:
27492     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27493     layout: "plot-throughput-speedup-analysis"
27494
27495 -
27496   type: "plot"
27497   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27498   algorithm: "plot_throughput_speedup_analysis"
27499   output-file-type: ".html"
27500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27501   data: "plot-throughput-speedup-analysis-3n-skx"
27502   filter: "'NIC_Intel-X710' and
27503            '78B' and
27504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27505            'NDRPDR' and
27506            'IP6FWD' and
27507            not 'SRv6' and
27508            not 'IPSEC' and
27509            not 'VHOST'"
27510   parameters:
27511   - "throughput"
27512   - "parent"
27513   - "tags"
27514   sort:
27515   - "IP6BASE"
27516   - "FIB_20K"
27517   - "FIB_200K"
27518   - "FIB_2M"
27519   layout:
27520     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27521     layout: "plot-throughput-speedup-analysis"
27522
27523 # Speedup - VPP IPv6 3n-skx-x710 features
27524 -
27525   type: "plot"
27526   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
27527   algorithm: "plot_throughput_speedup_analysis"
27528   output-file-type: ".html"
27529   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
27530   data: "plot-throughput-speedup-analysis-3n-skx"
27531   filter: "'NIC_Intel-X710' and
27532            '78B' and
27533            ('IP6BASE' or
27534             'POLICE_MARK' or
27535             'COPWHLIST' or
27536             'IACLDST') and
27537            'NDRPDR' and
27538            'IP6FWD' and
27539            not 'SRv6' and
27540            not 'IPSEC' and
27541            not 'VHOST'"
27542   parameters:
27543   - "throughput"
27544   - "parent"
27545   - "tags"
27546   sort:
27547   - "IP6BASE"
27548   - "POLICE_MARK"
27549   - "COPWHLIST"
27550   - "IACLDST"
27551   layout:
27552     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
27553     layout: "plot-throughput-speedup-analysis"
27554
27555 -
27556   type: "plot"
27557   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
27558   algorithm: "plot_throughput_speedup_analysis"
27559   output-file-type: ".html"
27560   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
27561   data: "plot-throughput-speedup-analysis-3n-skx"
27562   filter: "'NIC_Intel-X710' and
27563            '78B' and
27564            ('IP6BASE' or
27565             'POLICE_MARK' or
27566             'COPWHLIST' or
27567             'IACLDST') and
27568            'NDRPDR' and
27569            'IP6FWD' and
27570            not 'SRv6' and
27571            not 'IPSEC' and
27572            not 'VHOST'"
27573   parameters:
27574   - "throughput"
27575   - "parent"
27576   - "tags"
27577   sort:
27578   - "IP6BASE"
27579   - "POLICE_MARK"
27580   - "COPWHLIST"
27581   - "IACLDST"
27582   layout:
27583     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
27584     layout: "plot-throughput-speedup-analysis"
27585
27586 # Speedup - VPP IPv6 2n-skx-x710
27587 -
27588   type: "plot"
27589   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27590   algorithm: "plot_throughput_speedup_analysis"
27591   output-file-type: ".html"
27592   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27593   data: "plot-throughput-speedup-analysis-2n-skx"
27594   filter: "'NIC_Intel-X710' and
27595            '78B' and
27596            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27597            'NDRPDR' and
27598            'IP6FWD' and
27599            not 'SRv6' and
27600            not 'IPSEC' and
27601            not 'VHOST'"
27602   parameters:
27603   - "throughput"
27604   - "parent"
27605   - "tags"
27606   sort:
27607   - "IP6BASE"
27608   - "FIB_20k"
27609   - "FIB_200k"
27610   - "FIB_2M"
27611   layout:
27612     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27613     layout: "plot-throughput-speedup-analysis"
27614
27615 -
27616   type: "plot"
27617   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27618   algorithm: "plot_throughput_speedup_analysis"
27619   output-file-type: ".html"
27620   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27621   data: "plot-throughput-speedup-analysis-2n-skx"
27622   filter: "'NIC_Intel-X710' and
27623            '78B' and
27624            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27625            'NDRPDR' and
27626            'IP6FWD' and
27627            not 'SRv6' and
27628            not 'IPSEC' and
27629            not 'VHOST'"
27630   parameters:
27631   - "throughput"
27632   - "parent"
27633   - "tags"
27634   sort:
27635   - "IP6BASE"
27636   - "FIB_20k"
27637   - "FIB_200k"
27638   - "FIB_2M"
27639   layout:
27640     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27641     layout: "plot-throughput-speedup-analysis"
27642
27643 # Speedup - VPP IPv6 2n-skx-xxv710
27644 -
27645   type: "plot"
27646   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27647   algorithm: "plot_throughput_speedup_analysis"
27648   output-file-type: ".html"
27649   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27650   data: "plot-throughput-speedup-analysis-2n-skx"
27651   filter: "'NIC_Intel-XXV710' and
27652            '78B' and
27653            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27654            'NDRPDR' and
27655            'IP6FWD' and
27656            not 'SRv6' and
27657            not 'IPSEC' and
27658            not 'VHOST'"
27659   parameters:
27660   - "throughput"
27661   - "parent"
27662   - "tags"
27663   sort:
27664   - "IP6BASE"
27665   - "FIB_20k"
27666   - "FIB_200k"
27667   - "FIB_2M"
27668   layout:
27669     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27670     layout: "plot-throughput-speedup-analysis"
27671
27672 -
27673   type: "plot"
27674   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27675   algorithm: "plot_throughput_speedup_analysis"
27676   output-file-type: ".html"
27677   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27678   data: "plot-throughput-speedup-analysis-2n-skx"
27679   filter: "'NIC_Intel-XXV710' and
27680            '78B' and
27681            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27682            'NDRPDR' and
27683            'IP6FWD' and
27684            not 'SRv6' and
27685            not 'IPSEC' and
27686            not 'VHOST'"
27687   parameters:
27688   - "throughput"
27689   - "parent"
27690   - "tags"
27691   sort:
27692   - "IP6BASE"
27693   - "FIB_20k"
27694   - "FIB_200k"
27695   - "FIB_2M"
27696   layout:
27697     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27698     layout: "plot-throughput-speedup-analysis"
27699
27700 # Speedup - VPP IPv6 2n-dnv-x553 base
27701 -
27702   type: "plot"
27703   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27704   algorithm: "plot_throughput_speedup_analysis"
27705   output-file-type: ".html"
27706   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27707   data: "intel-dnv-vpp"
27708   filter: "'NIC_Intel-X553' and
27709            '78B' and
27710            'IP6BASE' and
27711            'NDRPDR' and
27712            'IP6FWD' and
27713            not 'SRv6' and
27714            not 'IPSEC' and
27715            not 'VHOST'"
27716   parameters:
27717   - "throughput"
27718   - "parent"
27719   - "tags"
27720   sort:
27721   - "IP6BASE"
27722   layout:
27723     title: "ip6-2n-dnv-x553-78b-base-ndr"
27724     layout: "plot-throughput-speedup-analysis"
27725
27726 -
27727   type: "plot"
27728   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27729   algorithm: "plot_throughput_speedup_analysis"
27730   output-file-type: ".html"
27731   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27732   data: "intel-dnv-vpp"
27733   filter: "'NIC_Intel-X553' and
27734            '78B' and
27735            'IP6BASE' and
27736            'NDRPDR' and
27737            'IP6FWD' and
27738            not 'SRv6' and
27739            not 'IPSEC' and
27740            not 'VHOST'"
27741   parameters:
27742   - "throughput"
27743   - "parent"
27744   - "tags"
27745   sort:
27746   - "IP6BASE"
27747   layout:
27748     title: "ip6-2n-dnv-x553-78b-base-pdr"
27749     layout: "plot-throughput-speedup-analysis"
27750
27751 ################################################################################
27752
27753 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27754 -
27755   type: "plot"
27756   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27757   algorithm: "plot_throughput_speedup_analysis"
27758   output-file-type: ".html"
27759   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27760   data: "plot-throughput-speedup-analysis-3n-hsw"
27761   filter: "'NIC_Intel-X520-DA2' and
27762            '78B' and
27763            'ENCAP' and
27764            'NDRPDR' and
27765            'LISP' and
27766            not 'VHOST'"
27767   parameters:
27768   - "throughput"
27769   - "parent"
27770   - "tags"
27771   sort:
27772   - "IP4UNRLAY"
27773   - "IP6UNRLAY"
27774   layout:
27775     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27776     layout: "plot-throughput-speedup-analysis"
27777
27778 -
27779   type: "plot"
27780   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27781   algorithm: "plot_throughput_speedup_analysis"
27782   output-file-type: ".html"
27783   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27784   data: "plot-throughput-speedup-analysis-3n-hsw"
27785   filter: "'NIC_Intel-X520-DA2' and
27786            '78B' and
27787            'ENCAP' and
27788            'NDRPDR' and
27789            'LISP' and
27790            not 'VHOST'"
27791   parameters:
27792   - "throughput"
27793   - "parent"
27794   - "tags"
27795   sort:
27796   - "IP4UNRLAY"
27797   - "IP6UNRLAY"
27798   layout:
27799     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27800     layout: "plot-throughput-speedup-analysis"
27801
27802 ################################################################################
27803
27804 # Speedup - VPP IPSec 3n-hsw-xl710 base
27805 -
27806   type: "plot"
27807   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27808   algorithm: "plot_throughput_speedup_analysis"
27809   output-file-type: ".html"
27810   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27811   data: "plot-throughput-speedup-analysis-3n-hsw"
27812   filter: "'NIC_Intel-XL710' and
27813            '64B' and
27814            'IP4FWD' and
27815            'NDRPDR' and
27816            'BASE' and
27817            'IPSECHW' and
27818            ('IPSECTRAN' or 'IPSECTUN') and
27819            not 'VHOST'"
27820   parameters:
27821   - "throughput"
27822   - "parent"
27823   - "tags"
27824   layout:
27825     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27826     layout: "plot-throughput-speedup-analysis"
27827
27828 -
27829   type: "plot"
27830   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27831   algorithm: "plot_throughput_speedup_analysis"
27832   output-file-type: ".html"
27833   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27834   data: "plot-throughput-speedup-analysis-3n-hsw"
27835   filter: "'NIC_Intel-XL710' and
27836            '64B' and
27837            'IP4FWD' and
27838            'NDRPDR' and
27839            'BASE' and
27840            'IPSECHW' and
27841            ('IPSECTRAN' or 'IPSECTUN') and
27842            not 'VHOST'"
27843   parameters:
27844   - "throughput"
27845   - "parent"
27846   - "tags"
27847   layout:
27848     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27849     layout: "plot-throughput-speedup-analysis"
27850
27851 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27852 -
27853   type: "plot"
27854   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27855   algorithm: "plot_throughput_speedup_analysis"
27856   output-file-type: ".html"
27857   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27858   data: "plot-throughput-speedup-analysis-3n-hsw"
27859   filter: "'NIC_Intel-XL710' and
27860            '64B' and
27861            'IP4FWD' and
27862            'NDRPDR' and
27863            'SCALE' and
27864            'IPSECHW' and
27865            ('IPSECTRAN' or 'IPSECTUN') and
27866            not 'VHOST'"
27867   parameters:
27868   - "throughput"
27869   - "parent"
27870   - "tags"
27871   layout:
27872     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27873     layout: "plot-throughput-speedup-analysis"
27874
27875 -
27876   type: "plot"
27877   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27878   algorithm: "plot_throughput_speedup_analysis"
27879   output-file-type: ".html"
27880   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27881   data: "plot-throughput-speedup-analysis-3n-hsw"
27882   filter: "'NIC_Intel-XL710' and
27883            '64B' and
27884            'IP4FWD' and
27885            'NDRPDR' and
27886            'SCALE' and
27887            'IPSECHW' and
27888            ('IPSECTRAN' or 'IPSECTUN') and
27889            not 'VHOST'"
27890   parameters:
27891   - "throughput"
27892   - "parent"
27893   - "tags"
27894   layout:
27895     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27896     layout: "plot-throughput-speedup-analysis"
27897
27898 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27899 -
27900   type: "plot"
27901   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27902   algorithm: "plot_throughput_speedup_analysis"
27903   output-file-type: ".html"
27904   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27905   data: "plot-throughput-speedup-analysis-3n-hsw"
27906   filter: "'NIC_Intel-XL710' and
27907            '64B' and
27908            'IP4FWD' and
27909            'NDRPDR' and
27910            'IPSECSW' and
27911            ('IPSECTRAN' or 'IPSECTUN') and
27912            not 'VHOST'"
27913   parameters:
27914   - "throughput"
27915   - "parent"
27916   - "tags"
27917   layout:
27918     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27919     layout: "plot-throughput-speedup-analysis"
27920
27921 -
27922   type: "plot"
27923   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27924   algorithm: "plot_throughput_speedup_analysis"
27925   output-file-type: ".html"
27926   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27927   data: "plot-throughput-speedup-analysis-3n-hsw"
27928   filter: "'NIC_Intel-XL710' and
27929            '64B' and
27930            'IP4FWD' and
27931            'NDRPDR' and
27932            'IPSECSW' and
27933            ('IPSECTRAN' or 'IPSECTUN') and
27934            not 'VHOST'"
27935   parameters:
27936   - "throughput"
27937   - "parent"
27938   - "tags"
27939   layout:
27940     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27941     layout: "plot-throughput-speedup-analysis"
27942
27943 ################################################################################
27944
27945 # Speedup - VPP SRv6 3n-hsw-x520
27946 -
27947   type: "plot"
27948   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27949   algorithm: "plot_throughput_speedup_analysis"
27950   output-file-type: ".html"
27951   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27952   data: "plot-throughput-speedup-analysis-3n-hsw"
27953   filter: "'NIC_Intel-X520-DA2' and
27954            '78B' and
27955            'FEATURE' and
27956            'NDRPDR' and
27957            'IP6FWD' and
27958            'SRv6'"
27959   parameters:
27960   - "throughput"
27961   - "parent"
27962   - "tags"
27963   layout:
27964     title: "srv6-3n-hsw-x520-78b-features-ndr"
27965     layout: "plot-throughput-speedup-analysis"
27966
27967 -
27968   type: "plot"
27969   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27970   algorithm: "plot_throughput_speedup_analysis"
27971   output-file-type: ".html"
27972   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27973   data: "plot-throughput-speedup-analysis-3n-hsw"
27974   filter: "'NIC_Intel-X520-DA2' and
27975            '78B' and
27976            'FEATURE' and
27977            'NDRPDR' and
27978            'IP6FWD' and
27979            'SRv6'"
27980   parameters:
27981   - "throughput"
27982   - "parent"
27983   - "tags"
27984   layout:
27985     title: "srv6-3n-hsw-x520-78b-features-pdr"
27986     layout: "plot-throughput-speedup-analysis"
27987
27988 ################################################################################
27989
27990 # Speedup - VPP L2 3n-hsw-x520 base and scale
27991 -
27992   type: "plot"
27993   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27994   algorithm: "plot_throughput_speedup_analysis"
27995   output-file-type: ".html"
27996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27997   data: "plot-throughput-speedup-analysis-3n-hsw"
27998   filter: "'NIC_Intel-X520-DA2' and
27999            '64B' and
28000            ('BASE' or 'SCALE') and
28001            'NDRPDR' and
28002            'ETH' and
28003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28004            not 'VHOST' and
28005            not 'MEMIF'"
28006   parameters:
28007   - "throughput"
28008   - "parent"
28009   - "tags"
28010   sort:
28011   - "L2XCFWD"
28012   - "L2PATCH"
28013   - "L2BDMACLRN"
28014   - "FIB_10K"
28015   - "FIB_100K"
28016   - "FIB_1M"
28017   layout:
28018     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28019     layout: "plot-throughput-speedup-analysis"
28020
28021 -
28022   type: "plot"
28023   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28024   algorithm: "plot_throughput_speedup_analysis"
28025   output-file-type: ".html"
28026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28027   data: "plot-throughput-speedup-analysis-3n-hsw"
28028   filter: "'NIC_Intel-X520-DA2' and
28029            '64B' and
28030            ('BASE' or 'SCALE') and
28031            'NDRPDR' and
28032            'ETH' and
28033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28034            not 'VHOST' and
28035            not 'MEMIF'"
28036   parameters:
28037   - "throughput"
28038   - "parent"
28039   - "tags"
28040   sort:
28041   - "L2XCFWD"
28042   - "L2PATCH"
28043   - "L2BDMACLRN"
28044   - "FIB_10K"
28045   - "FIB_100K"
28046   - "FIB_1M"
28047   layout:
28048     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28049     layout: "plot-throughput-speedup-analysis"
28050
28051 # Speedup - VPP L2 3n-hsw-x520 features
28052 -
28053   type: "plot"
28054   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
28055   algorithm: "plot_throughput_speedup_analysis"
28056   output-file-type: ".html"
28057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
28058   data: "plot-throughput-speedup-analysis-3n-hsw"
28059   filter: "'NIC_Intel-X520-DA2' and
28060            '64B' and
28061            'NDRPDR' and
28062            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28063            not 'ACL' and
28064            not 'VHOST' and
28065            not 'MEMIF'"
28066   parameters:
28067   - "throughput"
28068   - "parent"
28069   - "tags"
28070   sort:
28071   - "L2XCBASE"    # l2xcbase
28072   - "L2BDBASE"    # l2bdbase
28073   - "L2XCFWD"     # dot1q-l2xcbase
28074   - "L2BDMACLRN"  # dot1q-l2bdbase
28075   layout:
28076     title: "l2sw-3n-hsw-x520-64b-features-ndr"
28077     layout: "plot-throughput-speedup-analysis"
28078
28079 -
28080   type: "plot"
28081   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
28082   algorithm: "plot_throughput_speedup_analysis"
28083   output-file-type: ".html"
28084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
28085   data: "plot-throughput-speedup-analysis-3n-hsw"
28086   filter: "'NIC_Intel-X520-DA2' and
28087            '64B' and
28088            'NDRPDR' and
28089            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28090            not 'ACL' and
28091            not 'VHOST' and
28092            not 'MEMIF'"
28093   parameters:
28094   - "throughput"
28095   - "parent"
28096   - "tags"
28097   sort:
28098   - "L2XCBASE"    # l2xcbase
28099   - "L2BDBASE"    # l2bdbase
28100   - "L2XCFWD"     # dot1q-l2xcbase
28101   - "L2BDMACLRN"  # dot1q-l2bdbase
28102   layout:
28103     title: "l2sw-3n-hsw-x520-64b-features-pdr"
28104     layout: "plot-throughput-speedup-analysis"
28105
28106 # Speedup - VPP L2 3n-hsw-x710 base and scale
28107 -
28108   type: "plot"
28109   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28110   algorithm: "plot_throughput_speedup_analysis"
28111   output-file-type: ".html"
28112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28113   data: "plot-throughput-speedup-analysis-3n-hsw"
28114   filter: "'NIC_Intel-X710' and
28115            '64B' and
28116            ('BASE' or 'SCALE') and
28117            'NDRPDR' and
28118            'ETH' and
28119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28120            not 'VHOST' and
28121            not 'MEMIF' and
28122            not 'DRV_AVF'"
28123   parameters:
28124   - "throughput"
28125   - "parent"
28126   - "tags"
28127   sort:
28128   - "L2PATCH"
28129   - "L2XCBASE"
28130   - "BASE"
28131   - "FIB_10K"
28132   - "FIB_100K"
28133   - "FIB_1M"
28134   layout:
28135     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28136     layout: "plot-throughput-speedup-analysis"
28137
28138 -
28139   type: "plot"
28140   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28141   algorithm: "plot_throughput_speedup_analysis"
28142   output-file-type: ".html"
28143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28144   data: "plot-throughput-speedup-analysis-3n-hsw"
28145   filter: "'NIC_Intel-X710' and
28146            '64B' and
28147            ('BASE' or 'SCALE') and
28148            'NDRPDR' and
28149            'ETH' and
28150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28151            not 'VHOST' and
28152            not 'MEMIF' and
28153            not 'DRV_AVF'"
28154   parameters:
28155   - "throughput"
28156   - "parent"
28157   - "tags"
28158   sort:
28159   - "L2PATCH"
28160   - "L2XCBASE"
28161   - "BASE"
28162   - "FIB_10K"
28163   - "FIB_100K"
28164   - "FIB_1M"
28165   layout:
28166     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28167     layout: "plot-throughput-speedup-analysis"
28168
28169 # Speedup - VPP L2 3n-hsw-x710 features
28170 -
28171   type: "plot"
28172   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28173   algorithm: "plot_throughput_speedup_analysis"
28174   output-file-type: ".html"
28175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28176   data: "plot-throughput-speedup-analysis-3n-hsw"
28177   filter: "'NIC_Intel-X710' and
28178            '64B' and
28179            'NDRPDR' and
28180            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28181            not 'ACL' and
28182            not 'VHOST' and
28183            not 'MEMIF'"
28184   parameters:
28185   - "throughput"
28186   - "parent"
28187   - "tags"
28188   sort:
28189   - "L2XCBASE"    # l2xcbase
28190   - "L2BDBASE"    # l2bdbase
28191   - "L2XCFWD"     # dot1q-l2xcbase
28192   - "L2BDMACLRN"  # dot1q-l2bdbase
28193   layout:
28194     title: "l2sw-3n-hsw-x710-64b-features-ndr"
28195     layout: "plot-throughput-speedup-analysis"
28196
28197 -
28198   type: "plot"
28199   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28200   algorithm: "plot_throughput_speedup_analysis"
28201   output-file-type: ".html"
28202   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28203   data: "plot-throughput-speedup-analysis-3n-hsw"
28204   filter: "'NIC_Intel-X710' and
28205            '64B' and
28206            'NDRPDR' and
28207            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28208            not 'ACL' and
28209            not 'VHOST' and
28210            not 'MEMIF'"
28211   parameters:
28212   - "throughput"
28213   - "parent"
28214   - "tags"
28215   sort:
28216   - "L2XCBASE"    # l2xcbase
28217   - "L2BDBASE"    # l2bdbase
28218   - "L2XCFWD"     # dot1q-l2xcbase
28219   - "L2BDMACLRN"  # dot1q-l2bdbase
28220   layout:
28221     title: "l2sw-3n-hsw-x710-64b-features-pdr"
28222     layout: "plot-throughput-speedup-analysis"
28223
28224 # Speedup - VPP L2 3n-hsw-xl710 base and scale
28225 -
28226   type: "plot"
28227   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28228   algorithm: "plot_throughput_speedup_analysis"
28229   output-file-type: ".html"
28230   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28231   data: "plot-throughput-speedup-analysis-3n-hsw"
28232   filter: "'NIC_Intel-XL710' and
28233            '64B' and
28234            ('BASE' or 'SCALE') and
28235            'NDRPDR' and
28236            'ETH' and
28237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28238            not 'VHOST' and
28239            not 'MEMIF'"
28240   parameters:
28241   - "throughput"
28242   - "parent"
28243   - "tags"
28244   sort:
28245   - "L2PATCH"
28246   - "L2XCBASE"
28247   - "BASE"
28248   - "FIB_10K"
28249   - "FIB_100K"
28250   - "FIB_1M"
28251   layout:
28252     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28253     layout: "plot-throughput-speedup-analysis"
28254
28255 -
28256   type: "plot"
28257   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28258   algorithm: "plot_throughput_speedup_analysis"
28259   output-file-type: ".html"
28260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28261   data: "plot-throughput-speedup-analysis-3n-hsw"
28262   filter: "'NIC_Intel-XL710' and
28263            '64B' and
28264            ('BASE' or 'SCALE') and
28265            'NDRPDR' and
28266            'ETH' and
28267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28268            not 'VHOST' and
28269            not 'MEMIF'"
28270   parameters:
28271   - "throughput"
28272   - "parent"
28273   - "tags"
28274   sort:
28275   - "L2PATCH"
28276   - "L2XCBASE"
28277   - "BASE"
28278   - "FIB_10K"
28279   - "FIB_100K"
28280   - "FIB_1M"
28281   layout:
28282     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28283     layout: "plot-throughput-speedup-analysis"
28284
28285 # Speedup - VPP L2 3n-skx-x710 base and scale
28286 -
28287   type: "plot"
28288   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28289   algorithm: "plot_throughput_speedup_analysis"
28290   output-file-type: ".html"
28291   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28292   data: "plot-throughput-speedup-analysis-3n-skx"
28293   filter: "'NIC_Intel-X710' and
28294            '64B' and
28295            ('BASE' or 'SCALE') and
28296            'NDRPDR' and
28297            'ETH' and
28298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28299            not 'VHOST' and
28300            not 'DRV_AVF' and
28301            not 'MEMIF'"
28302   parameters:
28303   - "throughput"
28304   - "parent"
28305   - "tags"
28306   sort:
28307   - "L2PATCH"
28308   - "L2XCBASE"
28309   - "BASE"
28310   - "FIB_10K"
28311   - "FIB_100K"
28312   - "FIB_1M"
28313   layout:
28314     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28315     layout: "plot-throughput-speedup-analysis"
28316
28317 -
28318   type: "plot"
28319   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28320   algorithm: "plot_throughput_speedup_analysis"
28321   output-file-type: ".html"
28322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28323   data: "plot-throughput-speedup-analysis-3n-skx"
28324   filter: "'NIC_Intel-X710' and
28325            '64B' and
28326            ('BASE' or 'SCALE') and
28327            'NDRPDR' and
28328            'ETH' and
28329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28330            not 'VHOST' and
28331            not 'DRV_AVF' and
28332            not 'MEMIF'"
28333   parameters:
28334   - "throughput"
28335   - "parent"
28336   - "tags"
28337   sort:
28338   - "L2PATCH"
28339   - "L2XCBASE"
28340   - "BASE"
28341   - "FIB_10K"
28342   - "FIB_100K"
28343   - "FIB_1M"
28344   layout:
28345     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28346     layout: "plot-throughput-speedup-analysis"
28347
28348 # Speedup - VPP L2 3n-skx-x710 features
28349 -
28350   type: "plot"
28351   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
28352   algorithm: "plot_throughput_speedup_analysis"
28353   output-file-type: ".html"
28354   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
28355   data: "plot-throughput-speedup-analysis-3n-skx"
28356   filter: "'NIC_Intel-X710' and
28357            '64B' and
28358            'NDRPDR' and
28359            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28360            not 'ACL' and
28361            not 'VHOST' and
28362            not 'MEMIF'"
28363   parameters:
28364   - "throughput"
28365   - "parent"
28366   - "tags"
28367   sort:
28368   - "L2XCBASE"    # l2xcbase
28369   - "L2BDBASE"    # l2bdbase
28370   - "L2XCFWD"     # dot1q-l2xcbase
28371   - "L2BDMACLRN"  # dot1q-l2bdbase
28372   layout:
28373     title: "l2sw-3n-skx-x710-64b-features-ndr"
28374     layout: "plot-throughput-speedup-analysis"
28375
28376 -
28377   type: "plot"
28378   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
28379   algorithm: "plot_throughput_speedup_analysis"
28380   output-file-type: ".html"
28381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
28382   data: "plot-throughput-speedup-analysis-3n-skx"
28383   filter: "'NIC_Intel-X710' and
28384            '64B' and
28385            'NDRPDR' and
28386            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28387            not 'ACL' and
28388            not 'VHOST' and
28389            not 'MEMIF'"
28390   parameters:
28391   - "throughput"
28392   - "parent"
28393   - "tags"
28394   sort:
28395   - "L2XCBASE"    # l2xcbase
28396   - "L2BDBASE"    # l2bdbase
28397   - "L2XCFWD"     # dot1q-l2xcbase
28398   - "L2BDMACLRN"  # dot1q-l2bdbase
28399   layout:
28400     title: "l2sw-3n-skx-x710-64b-features-pdr"
28401     layout: "plot-throughput-speedup-analysis"
28402
28403 # Speedup - VPP L2 3n-skx-xxv710 base and scale
28404 -
28405   type: "plot"
28406   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28407   algorithm: "plot_throughput_speedup_analysis"
28408   output-file-type: ".html"
28409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28410   data: "plot-throughput-speedup-analysis-3n-skx"
28411   filter: "'NIC_Intel-XXV710' and
28412            '64B' and
28413            ('BASE' or 'SCALE') and
28414            'NDRPDR' and
28415            'ETH' and
28416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28417            not 'VHOST' and
28418            not 'MEMIF' and
28419            not 'DRV_AVF'"
28420   parameters:
28421   - "throughput"
28422   - "parent"
28423   - "tags"
28424   sort:
28425   - "L2PATCH"
28426   - "L2XCBASE"
28427   - "BASE"
28428   - "FIB_10K"
28429   - "FIB_100K"
28430   - "FIB_1M"
28431   layout:
28432     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28433     layout: "plot-throughput-speedup-analysis"
28434
28435 -
28436   type: "plot"
28437   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28438   algorithm: "plot_throughput_speedup_analysis"
28439   output-file-type: ".html"
28440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28441   data: "plot-throughput-speedup-analysis-3n-skx"
28442   filter: "'NIC_Intel-XXV710' and
28443            '64B' and
28444            ('BASE' or 'SCALE') and
28445            'NDRPDR' and
28446            'ETH' and
28447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28448            not 'VHOST' and
28449            not 'MEMIF' and
28450            not 'DRV_AVF'"
28451   parameters:
28452   - "throughput"
28453   - "parent"
28454   - "tags"
28455   sort:
28456   - "L2PATCH"
28457   - "L2XCBASE"
28458   - "BASE"
28459   - "FIB_10K"
28460   - "FIB_100K"
28461   - "FIB_1M"
28462   layout:
28463     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28464     layout: "plot-throughput-speedup-analysis"
28465
28466 # Speedup - VPP L2 2n-skx-x710 base and scale
28467 -
28468   type: "plot"
28469   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28470   algorithm: "plot_throughput_speedup_analysis"
28471   output-file-type: ".html"
28472   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28473   data: "plot-throughput-speedup-analysis-2n-skx"
28474   filter: "'NIC_Intel-X710' and
28475            '64B' and
28476            ('BASE' or 'SCALE') and
28477            'NDRPDR' and
28478            'ETH' and
28479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28480            not 'VHOST' and
28481            not 'MEMIF'"
28482   parameters:
28483   - "throughput"
28484   - "parent"
28485   - "tags"
28486   sort:
28487   - "L2PATCH"
28488   - "L2XCBASE"
28489   - "BASE"
28490   - "FIB_10K"
28491   - "FIB_100K"
28492   - "FIB_1M"
28493   layout:
28494     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28495     layout: "plot-throughput-speedup-analysis"
28496
28497 -
28498   type: "plot"
28499   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28500   algorithm: "plot_throughput_speedup_analysis"
28501   output-file-type: ".html"
28502   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28503   data: "plot-throughput-speedup-analysis-2n-skx"
28504   filter: "'NIC_Intel-X710' and
28505            '64B' and
28506            ('BASE' or 'SCALE') and
28507            'NDRPDR' and
28508            'ETH' and
28509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28510            not 'VHOST' and
28511            not 'MEMIF'"
28512   parameters:
28513   - "throughput"
28514   - "parent"
28515   - "tags"
28516   sort:
28517   - "L2PATCH"
28518   - "L2XCBASE"
28519   - "BASE"
28520   - "FIB_10K"
28521   - "FIB_100K"
28522   - "FIB_1M"
28523   layout:
28524     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28525     layout: "plot-throughput-speedup-analysis"
28526
28527 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28528 -
28529   type: "plot"
28530   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28531   algorithm: "plot_throughput_speedup_analysis"
28532   output-file-type: ".html"
28533   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28534   data: "plot-throughput-speedup-analysis-2n-skx"
28535   filter: "'NIC_Intel-XXV710' and
28536            '64B' and
28537            ('BASE' or 'SCALE') and
28538            'NDRPDR' and
28539            'ETH' and
28540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28541            not 'VHOST' and
28542            not 'MEMIF'"
28543   parameters:
28544   - "throughput"
28545   - "parent"
28546   - "tags"
28547   sort:
28548   - "L2PATCH"
28549   - "L2XCBASE"
28550   - "BASE"
28551   - "FIB_10K"
28552   - "FIB_100K"
28553   - "FIB_1M"
28554   layout:
28555     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28556     layout: "plot-throughput-speedup-analysis"
28557
28558 -
28559   type: "plot"
28560   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28561   algorithm: "plot_throughput_speedup_analysis"
28562   output-file-type: ".html"
28563   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28564   data: "plot-throughput-speedup-analysis-2n-skx"
28565   filter: "'NIC_Intel-XXV710' and
28566            '64B' and
28567            ('BASE' or 'SCALE') and
28568            'NDRPDR' and
28569            'ETH' and
28570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28571            not 'VHOST' and
28572            not 'MEMIF'"
28573   parameters:
28574   - "throughput"
28575   - "parent"
28576   - "tags"
28577   sort:
28578   - "L2PATCH"
28579   - "L2XCBASE"
28580   - "BASE"
28581   - "FIB_10K"
28582   - "FIB_100K"
28583   - "FIB_1M"
28584   layout:
28585     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28586     layout: "plot-throughput-speedup-analysis"
28587
28588 # Speedup - VPP L2 2n-dnv-x553 base
28589 -
28590   type: "plot"
28591   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28592   algorithm: "plot_throughput_speedup_analysis"
28593   output-file-type: ".html"
28594   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28595   data: "intel-dnv-vpp"
28596   filter: "'NIC_Intel-X553' and
28597            '64B' and
28598            ('BASE' or 'SCALE') and
28599            'NDRPDR' and
28600            'ETH' and
28601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28602            not 'VHOST' and
28603            not 'MEMIF'"
28604   parameters:
28605   - "throughput"
28606   - "parent"
28607   - "tags"
28608   sort:
28609   - "L2XCBASE"
28610   - "L2BDMACLRN"
28611   - "L2PATCH"
28612   layout:
28613     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28614     layout: "plot-throughput-speedup-analysis"
28615
28616 -
28617   type: "plot"
28618   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28619   algorithm: "plot_throughput_speedup_analysis"
28620   output-file-type: ".html"
28621   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28622   data: "intel-dnv-vpp"
28623   filter: "'NIC_Intel-X553' and
28624            '64B' and
28625            ('BASE' or 'SCALE') and
28626            'NDRPDR' and
28627            'ETH' and
28628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28629            not 'VHOST' and
28630            not 'MEMIF'"
28631   parameters:
28632   - "throughput"
28633   - "parent"
28634   - "tags"
28635   sort:
28636   - "L2XCBASE"
28637   - "L2BDMACLRN"
28638   - "L2PATCH"
28639   layout:
28640     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28641     layout: "plot-throughput-speedup-analysis"
28642
28643 ################################################################################
28644
28645 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28646 -
28647   type: "plot"
28648   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28649   algorithm: "plot_throughput_speedup_analysis"
28650   output-file-type: ".html"
28651   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28652   data: "plot-throughput-speedup-analysis-3n-hsw"
28653   filter: "'NIC_Intel-X520-DA2' and
28654            '64B' and
28655            'NDRPDR' and
28656            'ETH' and
28657            'IP4FWD' and
28658            'VHOST_1024' and
28659            not 'VXLAN' and
28660            not 'DOT1Q'"
28661   parameters:
28662   - "throughput"
28663   - "parent"
28664   - "tags"
28665   sort:
28666   - "not CFS_OPT"
28667   - "1VM"
28668   - "2VM"
28669   layout:
28670     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28671     layout: "plot-throughput-speedup-analysis"
28672
28673 -
28674   type: "plot"
28675   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28676   algorithm: "plot_throughput_speedup_analysis"
28677   output-file-type: ".html"
28678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28679   data: "plot-throughput-speedup-analysis-3n-hsw"
28680   filter: "'NIC_Intel-X520-DA2' and
28681            '64B' and
28682            'NDRPDR' and
28683            'ETH' and
28684            'IP4FWD' and
28685            'VHOST_1024' and
28686            not 'VXLAN' and
28687            not 'DOT1Q'"
28688   parameters:
28689   - "throughput"
28690   - "parent"
28691   - "tags"
28692   sort:
28693   - "not CFS_OPT"
28694   - "1VM"
28695   - "2VM"
28696   layout:
28697     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28698     layout: "plot-throughput-speedup-analysis"
28699
28700 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28701 -
28702   type: "plot"
28703   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28704   algorithm: "plot_throughput_speedup_analysis"
28705   output-file-type: ".html"
28706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28707   data: "plot-throughput-speedup-analysis-3n-hsw"
28708   filter: "'NIC_Intel-X520-DA2' and
28709            '64B' and
28710            'NDRPDR' and
28711            ('ETH' or 'DOT1Q') and
28712            'VHOST_1024' and
28713            not 'VXLAN' and
28714            not 'IP4FWD' and
28715            not '2VM'"
28716   parameters:
28717   - "throughput"
28718   - "parent"
28719   - "tags"
28720 #  sort:
28721 #  - "VM"  # "not CFS_OPT"
28722 #  - "CFS_OPT"
28723 #  - "FIB_10K"
28724 #  - "FIB_100K"
28725 #  - "FIB_1M"
28726   layout:
28727     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28728     layout: "plot-throughput-speedup-analysis"
28729
28730 -
28731   type: "plot"
28732   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28733   algorithm: "plot_throughput_speedup_analysis"
28734   output-file-type: ".html"
28735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28736   data: "plot-throughput-speedup-analysis-3n-hsw"
28737   filter: "'NIC_Intel-X520-DA2' and
28738            '64B' and
28739            'NDRPDR' and
28740            ('ETH' or 'DOT1Q') and
28741            'L2BDMACLRN' and
28742            'VHOST_1024' and
28743            not 'VXLAN' and
28744            not 'IP4FWD' and
28745            not '2VM'"
28746   parameters:
28747   - "throughput"
28748   - "parent"
28749   - "tags"
28750 #  sort:
28751 #  - "VM"  # "not CFS_OPT"
28752 #  - "CFS_OPT"
28753 #  - "FIB_10K"
28754 #  - "FIB_100K"
28755 #  - "FIB_1M"
28756   layout:
28757     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28758     layout: "plot-throughput-speedup-analysis"
28759
28760 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28761 -
28762   type: "plot"
28763   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28764   algorithm: "plot_throughput_speedup_analysis"
28765   output-file-type: ".html"
28766   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28767   data: "plot-throughput-speedup-analysis-3n-hsw"
28768   filter: "'NIC_Intel-X520-DA2' and
28769            '64B' and
28770            'NDRPDR' and
28771            ('ETH' or 'DOT1Q') and
28772            'BASE' and
28773            ('L2BDMACLRN' or 'L2XCFWD') and
28774            'VHOST_1024' and
28775            not 'VXLAN' and
28776            not 'IP4FWD' and
28777            not '2VM'"
28778   parameters:
28779   - "throughput"
28780   - "parent"
28781   - "tags"
28782 #  sort:
28783 #  - "not CFS_OPT"
28784 #  - "L2XCFWD"
28785 #  - "not CFS_OPT"
28786 #  - "CFS_OPT"
28787   layout:
28788     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28789     layout: "plot-throughput-speedup-analysis"
28790
28791 -
28792   type: "plot"
28793   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28794   algorithm: "plot_throughput_speedup_analysis"
28795   output-file-type: ".html"
28796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28797   data: "plot-throughput-speedup-analysis-3n-hsw"
28798   filter: "'NIC_Intel-X520-DA2' and
28799            '64B' and
28800            'NDRPDR' and
28801            ('ETH' or 'DOT1Q') and
28802            'BASE' and
28803            ('L2BDMACLRN' or 'L2XCFWD') and
28804            'VHOST_1024' and
28805            not 'VXLAN' and
28806            not 'IP4FWD' and
28807            not '2VM'"
28808   parameters:
28809   - "throughput"
28810   - "parent"
28811   - "tags"
28812 #  sort:
28813 #  - "not CFS_OPT"
28814 #  - "L2XCFWD"
28815 #  - "not CFS_OPT"
28816 #  - "CFS_OPT"
28817   layout:
28818     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28819     layout: "plot-throughput-speedup-analysis"
28820
28821 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28822 -
28823   type: "plot"
28824   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28825   algorithm: "plot_throughput_speedup_analysis"
28826   output-file-type: ".html"
28827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28828   data: "plot-throughput-speedup-analysis-3n-hsw"
28829   filter: "'NIC_Intel-X520-DA2' and
28830            '64B' and
28831            'NDRPDR' and
28832            ('ETH' or 'DOT1Q') and
28833            ('L2BDMACLRN' or 'L2XCFWD') and
28834            'VHOST_1024' and
28835            not 'CFS_OPT' and
28836            not 'VXLAN' and
28837            not 'IP4FWD' and
28838            not 'LBOND'"
28839   parameters:
28840   - "throughput"
28841   - "parent"
28842   - "tags"
28843 #  sort:
28844 #  - "1VM"
28845 #  - "L2XCFWD"
28846 #  - "1VM"
28847 #  - "L2BDMACLRN"
28848   layout:
28849     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28850     layout: "plot-throughput-speedup-analysis"
28851
28852 -
28853   type: "plot"
28854   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28855   algorithm: "plot_throughput_speedup_analysis"
28856   output-file-type: ".html"
28857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28858   data: "plot-throughput-speedup-analysis-3n-hsw"
28859   filter: "'NIC_Intel-X520-DA2' and
28860            '64B' and
28861            'NDRPDR' and
28862            ('ETH' or 'DOT1Q') and
28863            ('L2BDMACLRN' or 'L2XCFWD') and
28864            'VHOST_1024' and
28865            not 'CFS_OPT' and
28866            not 'VXLAN' and
28867            not 'IP4FWD' and
28868            not 'LBOND'"
28869   parameters:
28870   - "throughput"
28871   - "parent"
28872   - "tags"
28873 #  sort:
28874 #  - "1VM"
28875 #  - "L2XCFWD"
28876 #  - "1VM"
28877 #  - "L2BDMACLRN"
28878   layout:
28879     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28880     layout: "plot-throughput-speedup-analysis"
28881
28882 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28883 -
28884   type: "plot"
28885   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28886   algorithm: "plot_throughput_speedup_analysis"
28887   output-file-type: ".html"
28888   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28889   data: "plot-throughput-speedup-analysis-3n-hsw"
28890   filter: "'NIC_Intel-X710' and
28891            '64B' and
28892            'NDRPDR' and
28893            'ETH' and
28894            'IP4FWD' and
28895            'VHOST_1024' and
28896            not 'VXLAN' and
28897            not 'DOT1Q'"
28898   parameters:
28899   - "throughput"
28900   - "parent"
28901   - "tags"
28902   sort:
28903   - "not CFS_OPT"
28904   - "1VM"
28905   - "2VM"
28906   layout:
28907     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28908     layout: "plot-throughput-speedup-analysis"
28909
28910 -
28911   type: "plot"
28912   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28913   algorithm: "plot_throughput_speedup_analysis"
28914   output-file-type: ".html"
28915   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28916   data: "plot-throughput-speedup-analysis-3n-hsw"
28917   filter: "'NIC_Intel-X710' and
28918            '64B' and
28919            'NDRPDR' and
28920            'ETH' and
28921            'IP4FWD' and
28922            'VHOST_1024' and
28923            not 'VXLAN' and
28924            not 'DOT1Q'"
28925   parameters:
28926   - "throughput"
28927   - "parent"
28928   - "tags"
28929   sort:
28930   - "not CFS_OPT"
28931   - "1VM"
28932   - "2VM"
28933   layout:
28934     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28935     layout: "plot-throughput-speedup-analysis"
28936
28937 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28938 -
28939   type: "plot"
28940   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28941   algorithm: "plot_throughput_speedup_analysis"
28942   output-file-type: ".html"
28943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28944   data: "plot-throughput-speedup-analysis-3n-hsw"
28945   filter: "'NIC_Intel-X710' and
28946            '64B' and
28947            'NDRPDR' and
28948            ('ETH' or 'DOT1Q') and
28949            'L2BDMACLRN' and
28950            'VHOST_1024' and
28951            not 'VXLAN' and
28952            not 'IP4FWD' and
28953            not '2VM'"
28954   parameters:
28955   - "throughput"
28956   - "parent"
28957   - "tags"
28958 #  sort:
28959 #  - "VM"  # "not CFS_OPT"
28960 #  - "CFS_OPT"
28961 #  - "FIB_10K"
28962 #  - "FIB_100K"
28963 #  - "FIB_1M"
28964   layout:
28965     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28966     layout: "plot-throughput-speedup-analysis"
28967
28968 -
28969   type: "plot"
28970   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28971   algorithm: "plot_throughput_speedup_analysis"
28972   output-file-type: ".html"
28973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28974   data: "plot-throughput-speedup-analysis-3n-hsw"
28975   filter: "'NIC_Intel-X710' and
28976            '64B' and
28977            'NDRPDR' and
28978            ('ETH' or 'DOT1Q') and
28979            'L2BDMACLRN' and
28980            'VHOST_1024' and
28981            not 'VXLAN' and
28982            not 'IP4FWD' and
28983            not '2VM'"
28984   parameters:
28985   - "throughput"
28986   - "parent"
28987   - "tags"
28988 #  sort:
28989 #  - "VM"  # "not CFS_OPT"
28990 #  - "CFS_OPT"
28991 #  - "FIB_10K"
28992 #  - "FIB_100K"
28993 #  - "FIB_1M"
28994   layout:
28995     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28996     layout: "plot-throughput-speedup-analysis"
28997
28998 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28999 -
29000   type: "plot"
29001   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
29002   algorithm: "plot_throughput_speedup_analysis"
29003   output-file-type: ".html"
29004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
29005   data: "plot-throughput-speedup-analysis-3n-hsw"
29006   filter: "'NIC_Intel-X710' and
29007            '64B' and
29008            'NDRPDR' and
29009            ('ETH' or 'DOT1Q') and
29010            'BASE' and
29011            ('L2BDMACLRN' or 'L2XCFWD') and
29012            'VHOST_1024' and
29013            not 'VXLAN' and
29014            not 'IP4FWD' and
29015            not '2VM'"
29016   parameters:
29017   - "throughput"
29018   - "parent"
29019   - "tags"
29020 #  sort:
29021 #  - "not CFS_OPT"
29022 #  - "L2XCFWD"
29023 #  - "not CFS_OPT"
29024 #  - "CFS_OPT"
29025   layout:
29026     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
29027     layout: "plot-throughput-speedup-analysis"
29028
29029 -
29030   type: "plot"
29031   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
29032   algorithm: "plot_throughput_speedup_analysis"
29033   output-file-type: ".html"
29034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
29035   data: "plot-throughput-speedup-analysis-3n-hsw"
29036   filter: "'NIC_Intel-X710' and
29037            '64B' and
29038            'NDRPDR' and
29039            ('ETH' or 'DOT1Q') and
29040            'BASE' and
29041            ('L2BDMACLRN' or 'L2XCFWD') and
29042            'VHOST_1024' and
29043            not 'VXLAN' and
29044            not 'IP4FWD' and
29045            not '2VM'"
29046   parameters:
29047   - "throughput"
29048   - "parent"
29049   - "tags"
29050 #  sort:
29051 #  - "not CFS_OPT"
29052 #  - "L2XCFWD"
29053 #  - "not CFS_OPT"
29054 #  - "CFS_OPT"
29055   layout:
29056     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
29057     layout: "plot-throughput-speedup-analysis"
29058
29059 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
29060 -
29061   type: "plot"
29062   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
29063   algorithm: "plot_throughput_speedup_analysis"
29064   output-file-type: ".html"
29065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
29066   data: "plot-throughput-speedup-analysis-3n-hsw"
29067   filter: "'NIC_Intel-X710' and
29068            '64B' and
29069            'NDRPDR' and
29070            ('ETH' or 'DOT1Q') and
29071            ('L2BDMACLRN' or 'L2XCFWD') and
29072            'VHOST_1024' and
29073            not 'CFS_OPT' and
29074            not 'VXLAN' and
29075            not 'IP4FWD' and
29076            not 'LBOND'"
29077   parameters:
29078   - "throughput"
29079   - "parent"
29080   - "tags"
29081 #  sort:
29082 #  - "1VM"
29083 #  - "L2XCFWD"
29084 #  - "1VM"
29085 #  - "L2BDMACLRN"
29086   layout:
29087     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
29088     layout: "plot-throughput-speedup-analysis"
29089
29090 -
29091   type: "plot"
29092   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
29093   algorithm: "plot_throughput_speedup_analysis"
29094   output-file-type: ".html"
29095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
29096   data: "plot-throughput-speedup-analysis-3n-hsw"
29097   filter: "'NIC_Intel-X710' and
29098            '64B' and
29099            'NDRPDR' and
29100            ('ETH' or 'DOT1Q') and
29101            ('L2BDMACLRN' or 'L2XCFWD') and
29102            'VHOST_1024' and
29103            not 'CFS_OPT' and
29104            not 'VXLAN' and
29105            not 'IP4FWD' and
29106            not 'LBOND'"
29107   parameters:
29108   - "throughput"
29109   - "parent"
29110   - "tags"
29111 #  sort:
29112 #  - "1VM"
29113 #  - "L2XCFWD"
29114 #  - "1VM"
29115 #  - "L2BDMACLRN"
29116   layout:
29117     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
29118     layout: "plot-throughput-speedup-analysis"
29119
29120 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
29121 -
29122   type: "plot"
29123   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29124   algorithm: "plot_throughput_speedup_analysis"
29125   output-file-type: ".html"
29126   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29127   data: "plot-throughput-speedup-analysis-3n-hsw"
29128   filter: "'NIC_Intel-XL710' and
29129            '64B' and
29130            'NDRPDR' and
29131            'ETH' and
29132            'IP4FWD' and
29133            'VHOST_1024' and
29134            not 'VXLAN' and
29135            not 'DOT1Q'"
29136   parameters:
29137   - "throughput"
29138   - "parent"
29139   - "tags"
29140   sort:
29141   - "not CFS_OPT"
29142   - "1VM"
29143   - "2VM"
29144   layout:
29145     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
29146     layout: "plot-throughput-speedup-analysis"
29147
29148 -
29149   type: "plot"
29150   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29151   algorithm: "plot_throughput_speedup_analysis"
29152   output-file-type: ".html"
29153   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29154   data: "plot-throughput-speedup-analysis-3n-hsw"
29155   filter: "'NIC_Intel-XL710' and
29156            '64B' and
29157            'NDRPDR' and
29158            'ETH' and
29159            'IP4FWD' and
29160            'VHOST_1024' and
29161            not 'VXLAN' and
29162            not 'DOT1Q'"
29163   parameters:
29164   - "throughput"
29165   - "parent"
29166   - "tags"
29167   sort:
29168   - "not CFS_OPT"
29169   - "1VM"
29170   - "2VM"
29171   layout:
29172     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
29173     layout: "plot-throughput-speedup-analysis"
29174
29175 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
29176 -
29177   type: "plot"
29178   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29179   algorithm: "plot_throughput_speedup_analysis"
29180   output-file-type: ".html"
29181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29182   data: "plot-throughput-speedup-analysis-3n-hsw"
29183   filter: "'NIC_Intel-XL710' and
29184            '64B' and
29185            'NDRPDR' and
29186            ('ETH' or 'DOT1Q') and
29187            'L2BDMACLRN' and
29188            'VHOST_1024' and
29189            not 'VXLAN' and
29190            not 'IP4FWD' and
29191            not '2VM'"
29192   parameters:
29193   - "throughput"
29194   - "parent"
29195   - "tags"
29196 #  sort:
29197 #  - "VM"  # "not CFS_OPT"
29198 #  - "CFS_OPT"
29199 #  - "FIB_10K"
29200 #  - "FIB_100K"
29201 #  - "FIB_1M"
29202   layout:
29203     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
29204     layout: "plot-throughput-speedup-analysis"
29205
29206 -
29207   type: "plot"
29208   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29209   algorithm: "plot_throughput_speedup_analysis"
29210   output-file-type: ".html"
29211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29212   data: "plot-throughput-speedup-analysis-3n-hsw"
29213   filter: "'NIC_Intel-XL710' and
29214            '64B' and
29215            'NDRPDR' and
29216            ('ETH' or 'DOT1Q') and
29217            'L2BDMACLRN' and
29218            'VHOST_1024' and
29219            not 'VXLAN' and
29220            not 'IP4FWD' and
29221            not '2VM'"
29222   parameters:
29223   - "throughput"
29224   - "parent"
29225   - "tags"
29226 #  sort:
29227 #  - "VM"  # "not CFS_OPT"
29228 #  - "CFS_OPT"
29229 #  - "FIB_10K"
29230 #  - "FIB_100K"
29231 #  - "FIB_1M"
29232   layout:
29233     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
29234     layout: "plot-throughput-speedup-analysis"
29235
29236 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
29237 -
29238   type: "plot"
29239   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29240   algorithm: "plot_throughput_speedup_analysis"
29241   output-file-type: ".html"
29242   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29243   data: "plot-throughput-speedup-analysis-3n-hsw"
29244   filter: "'NIC_Intel-XL710' and
29245            '64B' and
29246            'NDRPDR' and
29247            ('ETH' or 'DOT1Q') and
29248            'BASE' and
29249            ('L2BDMACLRN' or 'L2XCFWD') and
29250            'VHOST_1024' and
29251            not 'VXLAN' and
29252            not 'IP4FWD' and
29253            not '2VM'"
29254   parameters:
29255   - "throughput"
29256   - "parent"
29257   - "tags"
29258 #  sort:
29259 #  - "not CFS_OPT"
29260 #  - "L2XCFWD"
29261 #  - "not CFS_OPT"
29262 #  - "CFS_OPT"
29263   layout:
29264     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
29265     layout: "plot-throughput-speedup-analysis"
29266
29267 -
29268   type: "plot"
29269   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29270   algorithm: "plot_throughput_speedup_analysis"
29271   output-file-type: ".html"
29272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29273   data: "plot-throughput-speedup-analysis-3n-hsw"
29274   filter: "'NIC_Intel-XL710' and
29275            '64B' and
29276            'NDRPDR' and
29277            ('ETH' or 'DOT1Q') and
29278            'BASE' and
29279            ('L2BDMACLRN' or 'L2XCFWD') and
29280            'VHOST_1024' and
29281            not 'VXLAN' and
29282            not 'IP4FWD' and
29283            not '2VM'"
29284   parameters:
29285   - "throughput"
29286   - "parent"
29287   - "tags"
29288 #  sort:
29289 #  - "not CFS_OPT"
29290 #  - "L2XCFWD"
29291 #  - "not CFS_OPT"
29292 #  - "CFS_OPT"
29293   layout:
29294     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
29295     layout: "plot-throughput-speedup-analysis"
29296
29297 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
29298 -
29299   type: "plot"
29300   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29301   algorithm: "plot_throughput_speedup_analysis"
29302   output-file-type: ".html"
29303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29304   data: "plot-throughput-speedup-analysis-3n-hsw"
29305   filter: "'NIC_Intel-XL710' and
29306            '64B' and
29307            'NDRPDR' and
29308            ('ETH' or 'DOT1Q') and
29309            ('L2BDMACLRN' or 'L2XCFWD') and
29310            'VHOST_1024' and
29311            not 'CFS_OPT' and
29312            not 'VXLAN' and
29313            not 'IP4FWD'"
29314   parameters:
29315   - "throughput"
29316   - "parent"
29317   - "tags"
29318 #  sort:
29319 #  - "1VM"
29320 #  - "L2XCFWD"
29321 #  - "1VM"
29322 #  - "L2BDMACLRN"
29323   layout:
29324     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
29325     layout: "plot-throughput-speedup-analysis"
29326
29327 -
29328   type: "plot"
29329   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29330   algorithm: "plot_throughput_speedup_analysis"
29331   output-file-type: ".html"
29332   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29333   data: "plot-throughput-speedup-analysis-3n-hsw"
29334   filter: "'NIC_Intel-XL710' and
29335            '64B' and
29336            'NDRPDR' and
29337            ('ETH' or 'DOT1Q') and
29338            ('L2BDMACLRN' or 'L2XCFWD') and
29339            'VHOST_1024' and
29340            not 'CFS_OPT' and
29341            not 'VXLAN' and
29342            not 'IP4FWD'"
29343   parameters:
29344   - "throughput"
29345   - "parent"
29346   - "tags"
29347 #  sort:
29348 #  - "1VM"
29349 #  - "L2XCFWD"
29350 #  - "1VM"
29351 #  - "L2BDMACLRN"
29352   layout:
29353     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
29354     layout: "plot-throughput-speedup-analysis"
29355
29356 # Packet Speedup - VPP vhost ip4 3n-skx-x710
29357 -
29358   type: "plot"
29359   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29360   algorithm: "plot_throughput_speedup_analysis"
29361   output-file-type: ".html"
29362   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29363   data: "plot-throughput-speedup-analysis-3n-skx"
29364   filter: "'NIC_Intel-X710' and
29365            '64B' and
29366            'NDRPDR' and
29367            'ETH' and
29368            'IP4FWD' and
29369            'VHOST_1024' and
29370            not 'VXLAN' and
29371            not 'DOT1Q'"
29372   parameters:
29373   - "throughput"
29374   - "parent"
29375   - "tags"
29376   sort:
29377   - "not CFS_OPT"
29378   - "1VM"
29379   - "2VM"
29380   layout:
29381     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
29382     layout: "plot-throughput-speedup-analysis"
29383
29384 -
29385   type: "plot"
29386   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29387   algorithm: "plot_throughput_speedup_analysis"
29388   output-file-type: ".html"
29389   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29390   data: "plot-throughput-speedup-analysis-3n-skx"
29391   filter: "'NIC_Intel-X710' and
29392            '64B' and
29393            'NDRPDR' and
29394            'ETH' and
29395            'IP4FWD' and
29396            'VHOST_1024' and
29397            not 'VXLAN' and
29398            not 'DOT1Q'"
29399   parameters:
29400   - "throughput"
29401   - "parent"
29402   - "tags"
29403   sort:
29404   - "not CFS_OPT"
29405   - "1VM"
29406   - "2VM"
29407   layout:
29408     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
29409     layout: "plot-throughput-speedup-analysis"
29410
29411 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
29412 -
29413   type: "plot"
29414   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29415   algorithm: "plot_throughput_speedup_analysis"
29416   output-file-type: ".html"
29417   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29418   data: "plot-throughput-speedup-analysis-3n-skx"
29419   filter: "'NIC_Intel-X710' and
29420            '64B' and
29421            'NDRPDR' and
29422            ('ETH' or 'DOT1Q') and
29423            'L2BDMACLRN' and
29424            'VHOST_1024' and
29425            not 'VXLAN' and
29426            not 'IP4FWD' and
29427            not '2VM'"
29428   parameters:
29429   - "throughput"
29430   - "parent"
29431   - "tags"
29432 #  sort:
29433 #  - "VM"  # "not CFS_OPT"
29434 #  - "CFS_OPT"
29435 #  - "FIB_10K"
29436 #  - "FIB_100K"
29437 #  - "FIB_1M"
29438   layout:
29439     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29440     layout: "plot-throughput-speedup-analysis"
29441
29442 -
29443   type: "plot"
29444   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29445   algorithm: "plot_throughput_speedup_analysis"
29446   output-file-type: ".html"
29447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29448   data: "plot-throughput-speedup-analysis-3n-skx"
29449   filter: "'NIC_Intel-X710' and
29450            '64B' and
29451            'NDRPDR' and
29452            ('ETH' or 'DOT1Q') and
29453            'L2BDMACLRN' and
29454            'VHOST_1024' and
29455            not 'VXLAN' and
29456            not 'IP4FWD' and
29457            not '2VM'"
29458   parameters:
29459   - "throughput"
29460   - "parent"
29461   - "tags"
29462 #  sort:
29463 #  - "VM"  # "not CFS_OPT"
29464 #  - "CFS_OPT"
29465 #  - "FIB_10K"
29466 #  - "FIB_100K"
29467 #  - "FIB_1M"
29468   layout:
29469     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29470     layout: "plot-throughput-speedup-analysis"
29471
29472 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29473 -
29474   type: "plot"
29475   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29476   algorithm: "plot_throughput_speedup_analysis"
29477   output-file-type: ".html"
29478   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29479   data: "plot-throughput-speedup-analysis-3n-skx"
29480   filter: "'NIC_Intel-X710' and
29481            '64B' and
29482            'NDRPDR' and
29483            ('ETH' or 'DOT1Q') and
29484            'BASE' and
29485            ('L2BDMACLRN' or 'L2XCFWD') and
29486            'VHOST_1024' and
29487            not 'VXLAN' and
29488            not 'IP4FWD' and
29489            not '2VM' and
29490            not 'LBOND'"
29491   parameters:
29492   - "throughput"
29493   - "parent"
29494   - "tags"
29495 #  sort:
29496 #  - "not CFS_OPT"
29497 #  - "L2XCFWD"
29498 #  - "not CFS_OPT"
29499 #  - "CFS_OPT"
29500   layout:
29501     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29502     layout: "plot-throughput-speedup-analysis"
29503
29504 -
29505   type: "plot"
29506   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29507   algorithm: "plot_throughput_speedup_analysis"
29508   output-file-type: ".html"
29509   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29510   data: "plot-throughput-speedup-analysis-3n-skx"
29511   filter: "'NIC_Intel-X710' and
29512            '64B' and
29513            'NDRPDR' and
29514            ('ETH' or 'DOT1Q') and
29515            'BASE' and
29516            ('L2BDMACLRN' or 'L2XCFWD') and
29517            'VHOST_1024' and
29518            not 'VXLAN' and
29519            not 'IP4FWD' and
29520            not '2VM' and
29521            not 'LBOND'"
29522   parameters:
29523   - "throughput"
29524   - "parent"
29525   - "tags"
29526 #  sort:
29527 #  - "not CFS_OPT"
29528 #  - "L2XCFWD"
29529 #  - "not CFS_OPT"
29530 #  - "CFS_OPT"
29531   layout:
29532     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29533     layout: "plot-throughput-speedup-analysis"
29534
29535 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29536 -
29537   type: "plot"
29538   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29539   algorithm: "plot_throughput_speedup_analysis"
29540   output-file-type: ".html"
29541   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29542   data: "plot-throughput-speedup-analysis-3n-skx"
29543   filter: "'NIC_Intel-X710' and
29544            '64B' and
29545            'NDRPDR' and
29546            ('ETH' or 'DOT1Q') and
29547            ('L2BDMACLRN' or 'L2XCFWD') and
29548            'VHOST_1024' and
29549            not 'CFS_OPT' and
29550            not 'VXLAN' and
29551            not 'IP4FWD' and
29552            not 'LBOND'"
29553   parameters:
29554   - "throughput"
29555   - "parent"
29556   - "tags"
29557 #  sort:
29558 #  - "1VM"
29559 #  - "L2XCFWD"
29560 #  - "1VM"
29561 #  - "L2BDMACLRN"
29562   layout:
29563     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29564     layout: "plot-throughput-speedup-analysis"
29565
29566 -
29567   type: "plot"
29568   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29569   algorithm: "plot_throughput_speedup_analysis"
29570   output-file-type: ".html"
29571   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29572   data: "plot-throughput-speedup-analysis-3n-skx"
29573   filter: "'NIC_Intel-X710' and
29574            '64B' and
29575            'NDRPDR' and
29576            ('ETH' or 'DOT1Q') and
29577            ('L2BDMACLRN' or 'L2XCFWD') and
29578            'VHOST_1024' and
29579            not 'CFS_OPT' and
29580            not 'VXLAN' and
29581            not 'IP4FWD' and
29582            not 'LBOND'"
29583   parameters:
29584   - "throughput"
29585   - "parent"
29586   - "tags"
29587 #  sort:
29588 #  - "1VM"
29589 #  - "L2XCFWD"
29590 #  - "1VM"
29591 #  - "L2BDMACLRN"
29592   layout:
29593     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29594     layout: "plot-throughput-speedup-analysis"
29595
29596 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29597 -
29598   type: "plot"
29599   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29600   algorithm: "plot_throughput_speedup_analysis"
29601   output-file-type: ".html"
29602   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29603   data: "plot-throughput-speedup-analysis-2n-skx"
29604   filter: "'NIC_Intel-X710' and
29605            '64B' and
29606            'NDRPDR' and
29607            'ETH' and
29608            'IP4FWD' and
29609            'VHOST_1024' and
29610            not 'VXLAN' and
29611            not 'NF_DENSITY' and
29612            not 'DOT1Q'"
29613   parameters:
29614   - "throughput"
29615   - "parent"
29616   - "tags"
29617   sort:
29618   - "not CFS_OPT"
29619   - "1VM"
29620   - "2VM"
29621   layout:
29622     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29623     layout: "plot-throughput-speedup-analysis"
29624
29625 -
29626   type: "plot"
29627   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29628   algorithm: "plot_throughput_speedup_analysis"
29629   output-file-type: ".html"
29630   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29631   data: "plot-throughput-speedup-analysis-2n-skx"
29632   filter: "'NIC_Intel-X710' and
29633            '64B' and
29634            'NDRPDR' and
29635            'ETH' and
29636            'IP4FWD' and
29637            'VHOST_1024' and
29638            not 'VXLAN' and
29639            not 'NF_DENSITY' and
29640            not 'DOT1Q'"
29641   parameters:
29642   - "throughput"
29643   - "parent"
29644   - "tags"
29645   sort:
29646   - "not CFS_OPT"
29647   - "1VM"
29648   - "2VM"
29649   layout:
29650     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29651     layout: "plot-throughput-speedup-analysis"
29652
29653 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29654 -
29655   type: "plot"
29656   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29657   algorithm: "plot_throughput_speedup_analysis"
29658   output-file-type: ".html"
29659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29660   data: "plot-throughput-speedup-analysis-2n-skx"
29661   filter: "'NIC_Intel-X710' and
29662            '64B' and
29663            'NDRPDR' and
29664            ('ETH' or 'DOT1Q') and
29665            'L2BDMACLRN' and
29666            'VHOST_1024' and
29667            not 'VXLAN' and
29668            not 'NF_DENSITY' and
29669            not 'IP4FWD' and
29670            not '2VM'"
29671   parameters:
29672   - "throughput"
29673   - "parent"
29674   - "tags"
29675 #  sort:
29676 #  - "VM"  # "not CFS_OPT"
29677 #  - "CFS_OPT"
29678 #  - "FIB_10K"
29679 #  - "FIB_100K"
29680 #  - "FIB_1M"
29681   layout:
29682     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29683     layout: "plot-throughput-speedup-analysis"
29684
29685 -
29686   type: "plot"
29687   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29688   algorithm: "plot_throughput_speedup_analysis"
29689   output-file-type: ".html"
29690   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29691   data: "plot-throughput-speedup-analysis-2n-skx"
29692   filter: "'NIC_Intel-X710' and
29693            '64B' and
29694            'NDRPDR' and
29695            ('ETH' or 'DOT1Q') and
29696            'L2BDMACLRN' and
29697            'VHOST_1024' and
29698            not 'VXLAN' and
29699            not 'NF_DENSITY' and
29700            not 'IP4FWD' and
29701            not '2VM'"
29702   parameters:
29703   - "throughput"
29704   - "parent"
29705   - "tags"
29706 #  sort:
29707 #  - "VM"  # "not CFS_OPT"
29708 #  - "CFS_OPT"
29709 #  - "FIB_10K"
29710 #  - "FIB_100K"
29711 #  - "FIB_1M"
29712   layout:
29713     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29714     layout: "plot-throughput-speedup-analysis"
29715
29716 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29717 -
29718   type: "plot"
29719   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29720   algorithm: "plot_throughput_speedup_analysis"
29721   output-file-type: ".html"
29722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29723   data: "plot-throughput-speedup-analysis-2n-skx"
29724   filter: "'NIC_Intel-X710' and
29725            '64B' and
29726            'NDRPDR' and
29727            ('ETH' or 'DOT1Q') and
29728            'BASE' and
29729            ('L2BDMACLRN' or 'L2XCFWD') and
29730            'VHOST_1024' and
29731            not 'VXLAN' and
29732            not 'NF_DENSITY' and
29733            not 'IP4FWD' and
29734            not '2VM'"
29735   parameters:
29736   - "throughput"
29737   - "parent"
29738   - "tags"
29739 #  sort:
29740 #  - "not CFS_OPT"
29741 #  - "L2XCFWD"
29742 #  - "not CFS_OPT"
29743 #  - "CFS_OPT"
29744   layout:
29745     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29746     layout: "plot-throughput-speedup-analysis"
29747
29748 -
29749   type: "plot"
29750   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29751   algorithm: "plot_throughput_speedup_analysis"
29752   output-file-type: ".html"
29753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29754   data: "plot-throughput-speedup-analysis-2n-skx"
29755   filter: "'NIC_Intel-X710' and
29756            '64B' and
29757            'NDRPDR' and
29758            ('ETH' or 'DOT1Q') and
29759            'BASE' and
29760            ('L2BDMACLRN' or 'L2XCFWD') and
29761            'VHOST_1024' and
29762            not 'VXLAN' and
29763            not 'NF_DENSITY' and
29764            not 'IP4FWD' and
29765            not '2VM'"
29766   parameters:
29767   - "throughput"
29768   - "parent"
29769   - "tags"
29770 #  sort:
29771 #  - "not CFS_OPT"
29772 #  - "L2XCFWD"
29773 #  - "not CFS_OPT"
29774 #  - "CFS_OPT"
29775   layout:
29776     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29777     layout: "plot-throughput-speedup-analysis"
29778
29779 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29780 -
29781   type: "plot"
29782   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29783   algorithm: "plot_throughput_speedup_analysis"
29784   output-file-type: ".html"
29785   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29786   data: "plot-throughput-speedup-analysis-2n-skx"
29787   filter: "'NIC_Intel-X710' and
29788            '64B' and
29789            'NDRPDR' and
29790            ('ETH' or 'DOT1Q') and
29791            ('L2BDMACLRN' or 'L2XCFWD') and
29792            'VHOST_1024' and
29793            not 'CFS_OPT' and
29794            not 'VXLAN' and
29795            not 'NF_DENSITY' and
29796            not 'IP4FWD'"
29797   parameters:
29798   - "throughput"
29799   - "parent"
29800   - "tags"
29801 #  sort:
29802 #  - "1VM"
29803 #  - "L2XCFWD"
29804 #  - "1VM"
29805 #  - "L2BDMACLRN"
29806   layout:
29807     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29808     layout: "plot-throughput-speedup-analysis"
29809
29810 -
29811   type: "plot"
29812   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29813   algorithm: "plot_throughput_speedup_analysis"
29814   output-file-type: ".html"
29815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29816   data: "plot-throughput-speedup-analysis-2n-skx"
29817   filter: "'NIC_Intel-X710' and
29818            '64B' and
29819            'NDRPDR' and
29820            ('ETH' or 'DOT1Q') and
29821            ('L2BDMACLRN' or 'L2XCFWD') and
29822            'VHOST_1024' and
29823            not 'CFS_OPT' and
29824            not 'VXLAN' and
29825            not 'NF_DENSITY' and
29826            not 'IP4FWD'"
29827   parameters:
29828   - "throughput"
29829   - "parent"
29830   - "tags"
29831 #  sort:
29832 #  - "1VM"
29833 #  - "L2XCFWD"
29834 #  - "1VM"
29835 #  - "L2BDMACLRN"
29836   layout:
29837     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29838     layout: "plot-throughput-speedup-analysis"
29839
29840 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29841 -
29842   type: "plot"
29843   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29844   algorithm: "plot_throughput_speedup_analysis"
29845   output-file-type: ".html"
29846   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29847   data: "plot-throughput-speedup-analysis-2n-skx"
29848   filter: "'NIC_Intel-XXV710' and
29849            '64B' and
29850            'NDRPDR' and
29851            'ETH' and
29852            'IP4FWD' and
29853            'VHOST_1024' and
29854            not 'VXLAN' and
29855            not 'DOT1Q'"
29856   parameters:
29857   - "throughput"
29858   - "parent"
29859   - "tags"
29860   sort:
29861   - "not CFS_OPT"
29862   - "1VM"
29863   - "2VM"
29864   layout:
29865     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29866     layout: "plot-throughput-speedup-analysis"
29867
29868 -
29869   type: "plot"
29870   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29871   algorithm: "plot_throughput_speedup_analysis"
29872   output-file-type: ".html"
29873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29874   data: "plot-throughput-speedup-analysis-2n-skx"
29875   filter: "'NIC_Intel-XXV710' and
29876            '64B' and
29877            'NDRPDR' and
29878            'ETH' and
29879            'IP4FWD' and
29880            'VHOST_1024' and
29881            not 'VXLAN' and
29882            not 'DOT1Q'"
29883   parameters:
29884   - "throughput"
29885   - "parent"
29886   - "tags"
29887   sort:
29888   - "not CFS_OPT"
29889   - "1VM"
29890   - "2VM"
29891   layout:
29892     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29893     layout: "plot-throughput-speedup-analysis"
29894
29895 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29896 -
29897   type: "plot"
29898   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29899   algorithm: "plot_throughput_speedup_analysis"
29900   output-file-type: ".html"
29901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29902   data: "plot-throughput-speedup-analysis-2n-skx"
29903   filter: "'NIC_Intel-XXV710' and
29904            '64B' and
29905            'NDRPDR' and
29906            ('ETH' or 'DOT1Q') and
29907            'L2BDMACLRN' and
29908            'VHOST_1024' and
29909            not 'VXLAN' and
29910            not 'IP4FWD' and
29911            not '2VM'"
29912   parameters:
29913   - "throughput"
29914   - "parent"
29915   - "tags"
29916 #  sort:
29917 #  - "VM"  # "not CFS_OPT"
29918 #  - "CFS_OPT"
29919 #  - "FIB_10K"
29920 #  - "FIB_100K"
29921 #  - "FIB_1M"
29922   layout:
29923     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29924     layout: "plot-throughput-speedup-analysis"
29925
29926 -
29927   type: "plot"
29928   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29929   algorithm: "plot_throughput_speedup_analysis"
29930   output-file-type: ".html"
29931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29932   data: "plot-throughput-speedup-analysis-2n-skx"
29933   filter: "'NIC_Intel-XXV710' and
29934            '64B' and
29935            'NDRPDR' and
29936            ('ETH' or 'DOT1Q') and
29937            'L2BDMACLRN' and
29938            'VHOST_1024' and
29939            not 'VXLAN' and
29940            not 'IP4FWD' and
29941            not '2VM'"
29942   parameters:
29943   - "throughput"
29944   - "parent"
29945   - "tags"
29946 #  sort:
29947 #  - "VM"  # "not CFS_OPT"
29948 #  - "CFS_OPT"
29949 #  - "FIB_10K"
29950 #  - "FIB_100K"
29951 #  - "FIB_1M"
29952   layout:
29953     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29954     layout: "plot-throughput-speedup-analysis"
29955
29956 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29957 -
29958   type: "plot"
29959   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29960   algorithm: "plot_throughput_speedup_analysis"
29961   output-file-type: ".html"
29962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29963   data: "plot-throughput-speedup-analysis-2n-skx"
29964   filter: "'NIC_Intel-XXV710' and
29965            '64B' and
29966            'NDRPDR' and
29967            ('ETH' or 'DOT1Q') and
29968            'BASE' and
29969            ('L2BDMACLRN' or 'L2XCFWD') and
29970            'VHOST_1024' and
29971            not 'VXLAN' and
29972            not 'IP4FWD' and
29973            not '2VM'"
29974   parameters:
29975   - "throughput"
29976   - "parent"
29977   - "tags"
29978 #  sort:
29979 #  - "not CFS_OPT"
29980 #  - "L2XCFWD"
29981 #  - "not CFS_OPT"
29982 #  - "CFS_OPT"
29983   layout:
29984     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29985     layout: "plot-throughput-speedup-analysis"
29986
29987 -
29988   type: "plot"
29989   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29990   algorithm: "plot_throughput_speedup_analysis"
29991   output-file-type: ".html"
29992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29993   data: "plot-throughput-speedup-analysis-2n-skx"
29994   filter: "'NIC_Intel-XXV710' and
29995            '64B' and
29996            'NDRPDR' and
29997            ('ETH' or 'DOT1Q') and
29998            'BASE' and
29999            ('L2BDMACLRN' or 'L2XCFWD') and
30000            'VHOST_1024' and
30001            not 'VXLAN' and
30002            not 'IP4FWD' and
30003            not '2VM'"
30004   parameters:
30005   - "throughput"
30006   - "parent"
30007   - "tags"
30008 #  sort:
30009 #  - "not CFS_OPT"
30010 #  - "L2XCFWD"
30011 #  - "not CFS_OPT"
30012 #  - "CFS_OPT"
30013   layout:
30014     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
30015     layout: "plot-throughput-speedup-analysis"
30016
30017 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
30018 -
30019   type: "plot"
30020   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
30021   algorithm: "plot_throughput_speedup_analysis"
30022   output-file-type: ".html"
30023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
30024   data: "plot-throughput-speedup-analysis-2n-skx"
30025   filter: "'NIC_Intel-XXV710' and
30026            '64B' and
30027            'NDRPDR' and
30028            ('ETH' or 'DOT1Q') and
30029            ('L2BDMACLRN' or 'L2XCFWD') and
30030            'VHOST_1024' and
30031            not 'CFS_OPT' and
30032            not 'VXLAN' and
30033            not 'IP4FWD'"
30034   parameters:
30035   - "throughput"
30036   - "parent"
30037   - "tags"
30038 #  sort:
30039 #  - "1VM"
30040 #  - "L2XCFWD"
30041 #  - "1VM"
30042 #  - "L2BDMACLRN"
30043   layout:
30044     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
30045     layout: "plot-throughput-speedup-analysis"
30046
30047 -
30048   type: "plot"
30049   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
30050   algorithm: "plot_throughput_speedup_analysis"
30051   output-file-type: ".html"
30052   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
30053   data: "plot-throughput-speedup-analysis-2n-skx"
30054   filter: "'NIC_Intel-XXV710' and
30055            '64B' and
30056            'NDRPDR' and
30057            ('ETH' or 'DOT1Q') and
30058            ('L2BDMACLRN' or 'L2XCFWD') and
30059            'VHOST_1024' and
30060            not 'CFS_OPT' and
30061            not 'VXLAN' and
30062            not 'IP4FWD'"
30063   parameters:
30064   - "throughput"
30065   - "parent"
30066   - "tags"
30067 #  sort:
30068 #  - "1VM"
30069 #  - "L2XCFWD"
30070 #  - "1VM"
30071 #  - "L2BDMACLRN"
30072   layout:
30073     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
30074     layout: "plot-throughput-speedup-analysis"
30075
30076 ################################################################################
30077
30078 # Speedup - VPP vts 3n-hsw-x520
30079 -
30080   type: "plot"
30081   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
30082   algorithm: "plot_throughput_speedup_analysis"
30083   output-file-type: ".html"
30084   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
30085   data: "plot-throughput-speedup-analysis-3n-hsw"
30086   filter: "'NIC_Intel-X520-DA2' and
30087            '114B' and
30088            'NDRPDR' and
30089            'VTS'"
30090   parameters:
30091   - "throughput"
30092   - "parent"
30093   - "tags"
30094   layout:
30095     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
30096     layout: "plot-throughput-speedup-analysis"
30097
30098 -
30099   type: "plot"
30100   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
30101   algorithm: "plot_throughput_speedup_analysis"
30102   output-file-type: ".html"
30103   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
30104   data: "plot-throughput-speedup-analysis-3n-hsw"
30105   filter: "'NIC_Intel-X520-DA2' and
30106            '114B' and
30107            'NDRPDR' and
30108            'VTS'"
30109   parameters:
30110   - "throughput"
30111   - "parent"
30112   - "tags"
30113   layout:
30114     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
30115     layout: "plot-throughput-speedup-analysis"