Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     # Denverton:
130     intel-dnv-vpp:
131       # TODO: Replace with new data
132       intel-dnv-vpp-release-1810:
133       - 1
134
135     # VPP Performance
136     vpp-performance-changes-3n-hsw:
137       csit-vpp-perf-verify-1807-3n-hsw:
138       - 11  # NDRPDR full 1
139       - 22  # NDRPDR full 2
140       - 45  # NDRPDR full 3
141       - 46  # NDRPDR full 4
142       - 15  # NDRPDR sel
143       - 16  # NDRPDR sel
144       - 19  # NDRPDR sel
145       - 18  # NDRPDR sel
146       - 20  # NDRPDR sel
147       - 38  # NDRPDR sel
148       - 40  # NDRPDR sel
149       - 44  # NDRPDR sel
150       - 47  # NDRPDR sel
151       csit-vpp-perf-verify-1810-3n-hsw:
152       - 8   # NDRPDR sel
153       - 12  # NDRPDR sel
154       - 14  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 23  # NDRPDR sel
157       - 25  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 41  # NDRPDR sel
161       - 42  # NDRPDR sel
162       # TODO Add new data
163       csit-vpp-perf-verify-1901-3n-hsw:
164       - 10  # NDRPDR sel
165       - 18  # NDRPDR sel F
166       - 19  # NDRPDR sel
167
168     vpp-nic-comparison-3n-hsw:
169       # TODO: Add new data
170       csit-vpp-perf-verify-1901-3n-hsw:
171       - 10  # NDRPDR sel
172       - 18  # NDRPDR sel F
173       - 19  # NDRPDR sel
174
175     vpp-performance-changes-3n-skx:
176       csit-vpp-perf-verify-1807-3n-skx:
177       - 33  # NDRPDR sel
178       - 35  # NDRPDR sel
179       - 37  # NDRPDR sel
180       - 38  # NDRPDR sel
181       - 39  # NDRPDR sel
182       - 43  # NDRPDR sel
183       - 44  # NDRPDR sel
184       - 49  # NDRPDR sel
185       - 50  # NDRPDR sel
186       - 56  # NDRPDR sel
187       csit-vpp-perf-verify-1810-3n-skx:
188       - 10  # NDRPDR sel
189       - 14  # NDRPDR sel
190       - 15  # NDRPDR sel
191       - 16  # NDRPDR sel
192       - 17  # NDRPDR sel
193       - 19  # NDRPDR sel
194       - 20  # NDRPDR sel
195       - 21  # NDRPDR sel
196       - 22  # NDRPDR sel
197       - 25  # NDRPDR sel
198       # TODO Add new data:
199       csit-vpp-perf-verify-1901-3n-skx:
200       - 18  # NDRPDR sel
201       - 19  # NDRPDR sel
202       - 20  # NDRPDR sel
203       - 28  # NDRPDR sel
204       - 31  # NDRPDR sel
205
206     vpp-nic-comparison-3n-skx:
207       # TODO: Add new data
208       csit-vpp-perf-verify-1901-3n-skx:
209       - 18  # NDRPDR sel
210       - 19  # NDRPDR sel
211       - 20  # NDRPDR sel
212       - 28  # NDRPDR sel
213       - 31  # NDRPDR sel
214
215     vpp-performance-changes-2n-skx:
216       csit-vpp-perf-verify-1807-2n-skx:
217       - 26  # NDRPDR sel
218       - 28  # NDRPDR sel
219       - 29  # NDRPDR sel
220       - 30  # NDRPDR sel
221       - 34  # NDRPDR sel
222       - 35  # NDRPDR sel
223       - 36  # NDRPDR sel
224       - 39  # NDRPDR sel
225       - 40  # NDRPDR sel
226       - 42  # NDRPDR sel
227       csit-vpp-perf-verify-1810-2n-skx:
228       - 9   # NDRPDR sel
229       - 13  # NDRPDR sel
230       - 14  # NDRPDR sel
231       - 19  # NDRPDR sel
232       - 20  # NDRPDR sel
233       - 21  # NDRPDR sel
234       - 22  # NDRPDR sel
235       - 23  # NDRPDR sel
236       - 24  # NDRPDR sel
237       - 27  # NDRPDR sel
238       # TODO Add new data:
239       csit-vpp-perf-verify-1901-2n-skx:
240       - 5   # NDRPDR sel
241       - 10  # NDRPDR sel fails
242       - 12  # NDRPDR sel
243       - 13  # NDRPDR sel
244       - 16  # NDRPDR sel fails
245
246     vpp-nic-comparison-2n-skx:
247       # TODO: Add new data
248       csit-vpp-perf-verify-1901-2n-skx:
249       - 5   # NDRPDR sel
250       - 10  # NDRPDR sel fails
251       - 12  # NDRPDR sel
252       - 13  # NDRPDR sel
253       - 16  # NDRPDR sel fails
254
255     vpp-compare-testbeds:
256       # TODO: Add new data
257       csit-vpp-perf-verify-1901-3n-hsw:
258       - 10  # NDRPDR sel
259       - 19  # NDRPDR sel
260       # TODO: Add new data
261       csit-vpp-perf-verify-1901-3n-skx:
262       - 18  # NDRPDR sel
263       - 19  # NDRPDR sel
264       - 20  # NDRPDR sel
265       - 28  # NDRPDR sel
266       - 31  # NDRPDR sel
267
268     vpp-compare-testbeds-mrr:
269       # TODO: Add new data
270       csit-vpp-perf-verify-1901-3n-hsw:
271       - 35  # MRR sel
272       # TODO: Add new data
273       csit-vpp-perf-verify-1901-3n-skx:
274       - 32  # MRR sel
275
276     vpp-compare-topologies:
277       # TODO: Add new data
278       csit-vpp-perf-verify-1901-3n-skx:
279       - 18  # NDRPDR sel
280       - 19  # NDRPDR sel
281       - 20  # NDRPDR sel
282       - 28  # NDRPDR sel
283       - 31  # NDRPDR sel
284       # TODO: Add new data
285       csit-vpp-perf-verify-1901-2n-skx:
286       - 5   # NDRPDR sel
287       - 10  # NDRPDR sel fails
288       - 12  # NDRPDR sel
289       - 13  # NDRPDR sel
290       - 16  # NDRPDR sel fails
291
292     vpp-compare-topologies-mrr:
293       # TODO: Add new data
294       csit-vpp-perf-verify-1901-3n-skx:
295       - 32  # MRR sel
296       # TODO: Add new data
297       csit-vpp-perf-verify-1901-2n-skx:
298       - 22  # MRR sel
299
300     vpp-performance-changes-3n-hsw-mrr:
301       csit-vpp-perf-verify-1807-3n-hsw:
302       - 8   # MRR full
303       - 9   # MRR sel
304       - 21  # MRR sel
305       - 31  # MRR sel
306       - 33  # MRR sel
307       - 36  # MRR sel
308       - 41  # MRR sel
309       - 42  # MRR sel
310       - 48  # MRR sel
311       csit-vpp-perf-verify-1810-3n-hsw:
312       - 9   # MRR sel
313       # TODO: Add new data
314       csit-vpp-perf-verify-1901-3n-hsw:
315       - 35  # MRR sel
316
317     vpp-nic-comparison-3n-hsw-mrr:
318       # TODO: Add new data
319       csit-vpp-perf-verify-1901-3n-hsw:
320       - 35  # MRR sel
321
322     vpp-performance-changes-3n-skx-mrr:
323       csit-vpp-perf-verify-1807-3n-skx:
324       - 28  # MRR sel
325       - 32  # MRR sel
326       - 36  # MRR sel
327       - 42  # MRR sel
328       - 47  # MRR sel
329       - 48  # MRR sel
330       - 51  # MRR sel
331       - 52  # MRR sel
332       - 53  # MRR sel
333       - 54  # MRR sel
334       csit-vpp-perf-verify-1810-3n-skx:
335       - 9   # MRR sel
336       - 11  # MRR sel
337       - 12  # MRR sel
338       - 13  # MRR sel
339       # TODO: Add new data
340       csit-vpp-perf-verify-1901-3n-skx:
341       - 32  # MRR sel
342
343     vpp-nic-comparison-3n-skx-mrr:
344       # TODO: Replace with new data
345       csit-vpp-perf-verify-1901-3n-skx:
346       - 32  # MRR sel
347
348     vpp-performance-changes-2n-skx-mrr:
349       csit-vpp-perf-verify-1807-2n-skx:
350       - 31  # MRR sel
351       - 33  # MRR sel
352       - 37  # MRR sel
353       - 38  # MRR sel
354       - 41  # MRR sel
355       - 43  # MRR sel
356       - 44  # MRR sel
357       - 45  # MRR sel
358       - 46  # MRR sel
359       - 47  # MRR sel
360       csit-vpp-perf-verify-1810-2n-skx:
361       - 8   # MRR sel
362       - 10  # MRR sel
363       - 11  # MRR sel
364       - 12  # MRR sel
365       # TODO: Add new data
366       csit-vpp-perf-verify-1901-2n-skx:
367       - 22  # MRR sel
368
369     vpp-nic-comparison-2n-skx-mrr:
370       # TODO: Add new data
371       csit-vpp-perf-verify-1901-2n-skx:
372       - 22  # MRR sel
373
374     vpp-perf-results-3n-hsw:
375       # TODO: Replace with FULL data
376       csit-vpp-perf-verify-1901-3n-hsw:
377       - 19  # NDRPDR sel
378
379     vpp-perf-results-3n-skx:
380       # TODO: Replace with FULL data
381       csit-vpp-perf-verify-1901-3n-skx:
382       - 28  # NDRPDR sel
383
384     vpp-perf-results-2n-skx:
385       # TODO: Replace with FULL data
386       csit-vpp-perf-verify-1901-2n-skx:
387       - 13  # NDRPDR sel
388
389     vpp-mrr-results-3n-hsw:
390       # TODO: Replace with FULL data
391       csit-vpp-perf-verify-1901-3n-hsw:
392       - 35  # MRR sel
393
394     vpp-mrr-results-3n-skx:
395       # TODO: Replace with FULL data
396       csit-vpp-perf-verify-1901-3n-skx:
397       - 32  # MRR sel
398
399     vpp-mrr-results-2n-skx:
400       # TODO: Replace with FULL data
401       csit-vpp-perf-verify-1901-2n-skx:
402       - 22  # MRR sel
403
404     plot-throughput-speedup-analysis-3n-hsw:
405       # TODO: Add new data
406       csit-vpp-perf-verify-1901-3n-hsw:
407       - 10  # NDRPDR sel
408       - 18  # NDRPDR sel F
409       - 19  # NDRPDR sel
410
411     plot-throughput-speedup-analysis-3n-skx:
412       # TODO: Add new data
413       csit-vpp-perf-verify-1901-3n-skx:
414       - 18  # NDRPDR sel
415       - 19  # NDRPDR sel
416       - 20  # NDRPDR sel
417       - 28  # NDRPDR sel
418       - 31  # NDRPDR sel
419
420     plot-throughput-speedup-analysis-2n-skx:
421       # TODO: Add new data
422       csit-vpp-perf-verify-1901-2n-skx:
423       - 5   # NDRPDR sel
424       - 10  # NDRPDR sel fails
425       - 12  # NDRPDR sel
426       - 13  # NDRPDR sel
427       - 16  # NDRPDR sel fails
428
429     plot-vpp-throughput-latency-3n-hsw:
430       # TODO: Add new data
431       csit-vpp-perf-verify-1901-3n-hsw:
432       - 10  # NDRPDR sel
433       - 18  # NDRPDR sel F
434       - 19  # NDRPDR sel
435
436     plot-vpp-soak-2n-skx:
437       # TODO: Replace with new data
438       # csit-vpp-perf-verify-1901-2n-skx:
439       csit-vpp-perf-verify-master-2n-skx:
440       - 248  # SOAK sel
441       - 251  # SOAK sel
442
443     plot-vpp-nfv-2n-skx:
444       # TODO: Add new data
445       csit-vpp-perf-verify-1901-2n-skx:
446       - 28  # NFV NDRPDR
447       - 29  # NFV NDRPDR
448       - 32  # NFV NDRPDR
449
450     plot-vpp-nfv-2n-skx-mrr:
451       # TODO: Add new data
452       csit-vpp-perf-verify-1901-2n-skx:
453       - 24  # NFV MRR
454       - 26  # NFV MRR
455       - 27  # NFV MRR
456
457     plot-vpp-throughput-latency-3n-skx:
458       # TODO: Add new data
459       csit-vpp-perf-verify-1901-3n-skx:
460       - 18  # NDRPDR sel
461       - 19  # NDRPDR sel
462       - 20  # NDRPDR sel
463       - 28  # NDRPDR sel
464       - 31  # NDRPDR sel
465
466     plot-vpp-throughput-latency-2n-skx:
467       # TODO: Add new data
468       csit-vpp-perf-verify-1901-2n-skx:
469       - 5   # NDRPDR sel
470       - 10  # NDRPDR sel fails
471       - 12  # NDRPDR sel
472       - 13  # NDRPDR sel
473       - 16  # NDRPDR sel fails
474
475     plot-vpp-http-server-performance:
476       # TODO: Replace with new data
477       # csit-vpp-perf-verify-1901-3n-hsw:
478       csit-vpp-perf-verify-1810-3n-hsw:
479       - 28  # WRK
480       - 29  # WRK
481       - 30  # WRK
482       - 31  # WRK
483       - 32  # WRK
484       - 33  # WRK
485       - 34  # WRK
486       - 35  # WRK
487       - 36  # WRK
488       - 37  # WRK
489
490     # VPP Functional
491     vpp-func-results-ubuntu:
492       csit-vpp-functional-1901-ubuntu1604-virl:
493       - 48
494
495     vpp-func-results-centos:
496       csit-vpp-functional-1901-centos7-virl:
497       - 50
498
499     vpp-device-results-ubuntu:
500       csit-vpp-device-1901-ubuntu1804-1n-skx:
501       - 49
502
503     # VPP Ligato
504     ligato-perf-results-3n-hsw:
505       # TODO: Replace with new data
506       # csit-ligato-perf-verify-1901-3n-hsw:
507       csit-ligato-perf-verify-1810-3n-hsw:
508       - 5   # full
509
510     plot-ligato-throughput-speedup-analysis-3n-hsw:
511       # TODO: Replace with new data
512       # csit-ligato-perf-verify-1901-3n-hsw:
513       csit-ligato-perf-verify-1810-3n-hsw:
514       - 5   # full
515       - 6   # sel
516       - 8   # sel
517       - 9   # sel
518       - 11  # sel
519       - 12  # sel
520       - 13  # sel
521       - 14  # sel
522       - 16  # sel
523       - 17  # sel
524       - 18  # sel
525
526     plot-ligato-throughput-latency-3n-hsw:
527       # TODO: Replace with new data
528       # csit-ligato-perf-verify-1901-3n-hsw:
529       csit-ligato-perf-verify-1810-3n-hsw:
530       - 5   # full
531       - 6   # sel
532       - 8   # sel
533       - 9   # sel
534       - 11  # sel
535       - 12  # sel
536       - 13  # sel
537       - 14  # sel
538       - 16  # sel
539       - 17  # sel
540       - 18  # sel
541
542     # DPDK Performance
543     dpdk-performance-changes-3n-hsw:
544       csit-dpdk-perf-verify-1807-3n-hsw:
545       - 11
546       - 12  # full
547       - 14
548       - 15
549       - 16
550       - 17
551       - 20
552       - 21
553       - 22
554       - 23
555       csit-dpdk-perf-verify-1810-3n-hsw:
556       - 1   # NDRPDR sel
557       - 2   # NDRPDR sel
558       - 3   # NDRPDR sel
559       - 4   # NDRPDR sel
560       - 5   # NDRPDR sel
561       - 6   # NDRPDR sel
562       - 7   # NDRPDR sel
563       - 8   # NDRPDR sel
564       - 9   # NDRPDR sel
565       - 10  # NDRPDR sel
566       # TODO: Add new data
567       csit-dpdk-perf-verify-1901-3n-hsw:
568       - 3   # NDRPDR sel
569       - 4   # NDRPDR sel
570       - 5   # NDRPDR sel
571       - 6   # NDRPDR sel
572       - 7   # NDRPDR sel
573
574     dpdk-performance-changes-3n-skx:
575       csit-dpdk-perf-verify-1807-3n-skx:
576       - 1   # NDRPDR sel
577       - 2   # NDRPDR sel
578       - 3   # NDRPDR sel
579       - 6   # NDRPDR sel
580       - 7   # NDRPDR sel
581       - 8   # NDRPDR sel
582       - 9   # NDRPDR sel
583       - 10  # NDRPDR sel
584       - 11  # NDRPDR sel
585       - 12  # NDRPDR sel
586       csit-dpdk-perf-verify-1810-3n-skx:
587       - 3   # NDRPDR sel
588       - 4   # NDRPDR sel
589       - 6   # NDRPDR sel
590       - 7   # NDRPDR sel
591       - 8   # NDRPDR sel
592       - 9   # NDRPDR sel
593       - 10  # NDRPDR sel
594       - 11  # NDRPDR sel
595       - 12  # NDRPDR sel
596       - 13  # NDRPDR sel
597       # TODO: Add new data
598       # csit-dpdk-perf-verify-1901-3n-skx:
599
600     dpdk-compare-testbeds:
601       # TODO: Replace with new data
602       # csit-dpdk-perf-verify-1901-3n-skx:
603       csit-dpdk-perf-verify-1810-3n-skx:
604       - 3   # NDRPDR sel
605       - 4   # NDRPDR sel
606       - 6   # NDRPDR sel
607       - 7   # NDRPDR sel
608       - 8   # NDRPDR sel
609       - 9   # NDRPDR sel
610       - 10  # NDRPDR sel
611       - 11  # NDRPDR sel
612       - 12  # NDRPDR sel
613       - 13  # NDRPDR sel
614       # TODO: Add new data
615       csit-dpdk-perf-verify-1901-3n-hsw:
616       - 3   # NDRPDR sel
617       - 4   # NDRPDR sel
618       - 5   # NDRPDR sel
619       - 6   # NDRPDR sel
620       - 7   # NDRPDR sel
621
622     dpdk-compare-topologies:
623       # TODO: Replace with new data
624       # csit-dpdk-perf-verify-1901-3n-skx:
625       csit-dpdk-perf-verify-1810-3n-skx:
626       - 3   # NDRPDR sel
627       - 4   # NDRPDR sel
628       - 6   # NDRPDR sel
629       - 7   # NDRPDR sel
630       - 8   # NDRPDR sel
631       - 9   # NDRPDR sel
632       - 10  # NDRPDR sel
633       - 11  # NDRPDR sel
634       - 12  # NDRPDR sel
635       - 13  # NDRPDR sel
636       # TODO: Add new data
637       csit-dpdk-perf-verify-1901-2n-skx:
638       - 2   # NDRPDR sel
639
640     dpdk-perf-results-3n-hsw:
641       # TODO: Replace with FULL data
642       csit-dpdk-perf-verify-1901-3n-hsw:
643       - 6   # NDRPDR sel
644
645     dpdk-perf-results-3n-skx:
646       # TODO: Replace with new data
647       # csit-dpdk-perf-verify-1901-3n-skx:
648       csit-dpdk-perf-verify-1810-3n-skx:
649       - 3   # NDRPDR sel
650
651     dpdk-perf-results-2n-skx:
652       # TODO: Replace with FULL data
653       csit-dpdk-perf-verify-1901-2n-skx:
654       - 2   # NDRPDR sel
655
656     plot-dpdk-throughput-latency-3n-hsw:
657       # TODO: Replace with new data
658       csit-dpdk-perf-verify-1901-3n-hsw:
659       - 3   # NDRPDR sel
660       - 4   # NDRPDR sel
661       - 5   # NDRPDR sel
662       - 6   # NDRPDR sel
663       - 7   # NDRPDR sel
664
665     plot-dpdk-throughput-latency-3n-skx:
666       # TODO: Replace with new data
667       # csit-dpdk-perf-verify-1901-3n-skx:
668       csit-dpdk-perf-verify-1810-3n-skx:
669       - 3   # NDRPDR sel
670       - 4   # NDRPDR sel
671       - 6   # NDRPDR sel
672       - 7   # NDRPDR sel
673       - 8   # NDRPDR sel
674       - 9   # NDRPDR sel
675       - 10  # NDRPDR sel
676       - 11  # NDRPDR sel
677       - 12  # NDRPDR sel
678       - 13  # NDRPDR sel
679
680     plot-dpdk-throughput-latency-2n-skx:
681       # TODO: Add new data
682       csit-dpdk-perf-verify-1901-2n-skx:
683       - 2   # NDRPDR sel
684
685     # HoneyComb Functional
686     hc-func-results:
687       csit-hc2vpp-verify-func-1901-ubuntu1604:
688       - 3
689
690     # NSH SFC Functional
691     nsh-func-results:
692       # TODO: Replace with new data
693       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
694       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
695       - 1
696
697     # DMM Functional
698     dmm-func-results:
699       # TODO: Replace with new data
700       # csit-dmm-functional-1901-ubuntu1604-virl:
701       csit-dmm-functional-1810-ubuntu1604-virl:
702       - 1
703
704   plot-layouts:
705
706     plot-soak-throughput:
707       titlefont:
708         size: 18
709       xaxis:
710         title: "<b>Test Cases [Index]</b>"
711         titlefont:
712           size: 16
713         autorange: True
714         fixedrange: False
715         gridcolor: "rgb(230, 230, 230)"
716         linecolor: "rgb(220, 220, 220)"
717         linewidth: 1
718         showgrid: True
719         showline: True
720         showticklabels: True
721         tickcolor: "rgb(220, 220, 220)"
722         tickmode: "linear"
723         tickfont:
724           size: 16
725         zeroline: False
726       yaxis:
727         title: "<b>Packet Throughput [Mpps]</b>"
728         titlefont:
729           size: 16
730         gridcolor: "rgb(230, 230, 230)"
731         hoverformat: ".4s"
732         tickformat: ".3s"
733         linecolor: "rgb(220, 220, 220)"
734         linewidth: 1
735         showgrid: True
736         showline: True
737         showticklabels: True
738         tickcolor: "rgb(220, 220, 220)"
739         tickfont:
740           size: 16
741         zeroline: False
742         range: [0,50]
743       autosize: False
744       margin:
745         t: 50
746         b: 0
747         l: 80
748         r: 20
749       showlegend: True
750       legend:
751         orientation: "h"
752         font:
753           size: 16
754       width: 700
755       height: 900
756
757     plot-service-density:
758       titlefont:
759         size: 18
760       xaxis:
761         side: "top"
762         autorange: True
763         fixedrange: False
764         showgrid: False
765         showline: False
766         showticklabels: False
767         ticks: ""
768         ticklen: 0
769         tickwidth: 0
770         zeroline: False
771       yaxis:
772         autorange: "reversed"
773         showgrid: False
774         showline: False
775         showticklabels: False
776         ticks: ""
777         ticklen: 0
778         tickwidth: 0
779         zeroline: False
780       autosize: True
781       showlegend: False
782       width: 700
783       height: 700
784
785     plot-cps:
786       titlefont:
787         size: 18
788       xaxis:
789         title: "<b>Test Cases [Index]</b>"
790         titlefont:
791           size: 16
792         autorange: True
793         fixedrange: False
794         gridcolor: "rgb(230, 230, 230)"
795         linecolor: "rgb(220, 220, 220)"
796         linewidth: 1
797         showgrid: True
798         showline: True
799         showticklabels: True
800         tickcolor: "rgb(220, 220, 220)"
801         tickmode: "linear"
802         tickfont:
803           size: 16
804         zeroline: False
805       yaxis:
806         title: "<b>Connections Per Second [cps]</b>"
807         titlefont:
808           size: 16
809         gridcolor: "rgb(230, 230, 230)"
810         hoverformat: ".4s"
811         linecolor: "rgb(220, 220, 220)"
812         linewidth: 1
813         rangemode: "tozero"
814         showgrid: True
815         showline: True
816         showticklabels: True
817         tickcolor: "rgb(220, 220, 220)"
818         tickformat: ".3s"
819         tickfont:
820           size: 16
821         zeroline: False
822       boxmode: "group"
823       boxgroupgap: 0.5
824       autosize: False
825       margin:
826         t: 50
827         b: 20
828         l: 80
829         r: 20
830       showlegend: True
831       legend:
832         orientation: "h"
833         font:
834           size: 16
835       width: 700
836       height: 800
837
838     plot-rps:
839       titlefont:
840         size: 18
841       xaxis:
842         title: "<b>Test Cases [Index]</b>"
843         titlefont:
844           size: 16
845         autorange: True
846         fixedrange: False
847         gridcolor: "rgb(230, 230, 230)"
848         linecolor: "rgb(220, 220, 220)"
849         linewidth: 1
850         showgrid: True
851         showline: True
852         showticklabels: True
853         tickcolor: "rgb(220, 220, 220)"
854         tickmode: "linear"
855         tickfont:
856           size: 16
857         zeroline: False
858       yaxis:
859         title: "<b>Requests Per Second [rps]</b>"
860         titlefont:
861           size: 16
862         gridcolor: "rgb(230, 230, 230)"
863         hoverformat: ".4s"
864         linecolor: "rgb(220, 220, 220)"
865         linewidth: 1
866         rangemode: "tozero"
867         showgrid: True
868         showline: True
869         showticklabels: True
870         tickcolor: "rgb(230, 230, 230)"
871         tickformat: ".3s"
872         tickfont:
873           size: 16
874         zeroline: False
875       boxmode: "group"
876       boxgroupgap: 0.5
877       autosize: False
878       margin:
879         t: 50
880         b: 20
881         l: 80
882         r: 20
883       showlegend: True
884       legend:
885         orientation: "h"
886         font:
887           size: 16
888       width: 700
889       height: 800
890
891     plot-throughput:
892       titlefont:
893         size: 18
894       xaxis:
895         title: "<b>Test Cases [Index]</b>"
896         titlefont:
897           size: 16
898         autorange: True
899         fixedrange: False
900         gridcolor: "rgb(230, 230, 230)"
901         linecolor: "rgb(220, 220, 220)"
902         linewidth: 1
903         showgrid: True
904         showline: True
905         showticklabels: True
906         tickcolor: "rgb(220, 220, 220)"
907         tickmode: "linear"
908         tickfont:
909           size: 16
910         zeroline: False
911       yaxis:
912         title: "<b>Packet Throughput [Mpps]</b>"
913         titlefont:
914           size: 16
915         gridcolor: "rgb(230, 230, 230)"
916         hoverformat: ".4s"
917         tickformat: ".3s"
918         linecolor: "rgb(220, 220, 220)"
919         linewidth: 1
920         showgrid: True
921         showline: True
922         showticklabels: True
923         tickcolor: "rgb(220, 220, 220)"
924         tickfont:
925           size: 16
926         zeroline: False
927         range: [0,50]
928       boxmode: "group"
929       boxgroupgap: 0.5
930       autosize: False
931       margin:
932         t: 50
933         b: 0
934         l: 80
935         r: 20
936       showlegend: True
937       legend:
938         orientation: "h"
939         font:
940           size: 16
941       width: 700
942       height: 900
943
944     plot-throughput-speedup-analysis:
945       titlefont:
946         size: 18
947       xaxis:
948         title: "<b>Number of Cores [Qty]</b>"
949         titlefont:
950           size: 16
951         autorange: True
952         fixedrange: False
953         gridcolor: "rgb(230, 230, 230)"
954         linecolor: "rgb(220, 220, 220)"
955         linewidth: 1
956         showgrid: True
957         showline: True
958         showticklabels: True
959         tickcolor: "rgb(238, 238, 238)"
960         tickmode: "linear"
961         tickfont:
962           size: 16
963         zeroline: False
964       yaxis:
965         title: "<b>Packet Throughput [Mpps]</b>"
966         titlefont:
967           size: 16
968         type: "linear"
969         gridcolor: "rgb(230, 230, 230)"
970         hoverformat: ".4s"
971         linecolor: "rgb(220, 220, 220)"
972         linewidth: 1
973         showgrid: True
974         showline: True
975         showticklabels: True
976         tickcolor: "rgb(220, 220, 220)"
977         tickformat: ".4s"
978         tickfont:
979           size: 16
980         zeroline: True
981         rangemode: "tozero"
982         range: [0,100]
983       legend:
984         orientation: "h"
985         font:
986           size: 16
987         xanchor: "left"
988         yanchor: "top"
989         x: 0
990         y: -0.2
991         bgcolor: "rgba(255, 255, 255, 0)"
992         bordercolor: "rgba(255, 255, 255, 0)"
993         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
994       autosize: False
995       margin:
996           't': 50
997           'b': 150
998           'l': 85
999           'r': 10
1000       showlegend: True
1001       width: 700
1002       height: 700
1003       hoverlabel:
1004         namelength: -1
1005       annotations: [
1006         {
1007           text: "_ _          __          ...",
1008           align: "left",
1009           showarrow: False,
1010           xref: "paper",
1011           yref: "paper",
1012           xanchor: "left",
1013           yanchor: "top",
1014           x: 0,
1015           y: -0.13,
1016           font: {
1017             family: "Consolas, Courier New",
1018             size: 15
1019           },
1020         },
1021         {
1022           text: "    Perfect     Measured     Limit",
1023           align: "left",
1024           showarrow: False,
1025           xref: "paper",
1026           yref: "paper",
1027           xanchor: "left",
1028           yanchor: "top",
1029           x: 0,
1030           y: -0.15,
1031           font: {
1032             family: "Consolas, Courier New",
1033             size: 15
1034           },
1035         },
1036       ]
1037
1038     plot-latency:
1039       titlefont:
1040         size: 18
1041       xaxis:
1042         title: "<b>Direction</b>"
1043         titlefont:
1044           size: 16
1045         autorange: True
1046         fixedrange: False
1047         gridcolor: "rgb(230, 230, 230)"
1048         linecolor: "rgb(220, 220, 220)"
1049         linewidth: 1
1050         showgrid: True
1051         showline: True
1052         showticklabels: False
1053         tickcolor: "rgb(220, 220, 220)"
1054         tickmode: "linear"
1055         tickfont:
1056           size: 16
1057         zeroline: False
1058       yaxis:
1059         title: "<b>Packet Latency [uSec]</b>"
1060         titlefont:
1061           size: 16
1062         type: "linear"
1063         gridcolor: "rgb(230, 230, 230)"
1064         hoverformat: ".4s"
1065         linecolor: "rgb(220, 220, 220)"
1066         linewidth: 1
1067         showgrid: True
1068         showline: True
1069         showticklabels: True
1070         tickcolor: "rgb(220, 220, 220)"
1071         tickformat: ".4s"
1072         tickfont:
1073           size: 16
1074         zeroline: True
1075         rangemode: "tozero"
1076       legend:
1077         orientation: "h"
1078         font:
1079           size: 16
1080         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1081       autosize: False
1082       margin:
1083           't': 50
1084           'b': 150
1085           'l': 80
1086           'r': 10
1087       showlegend: True
1088       width: 700
1089       height: 700
1090       hoverlabel:
1091         namelength: -1
1092
1093 -
1094   type: "static"
1095   src-path: "{DIR[RST]}"
1096   dst-path: "{DIR[WORKING,SRC]}"
1097
1098 -
1099   type: "input"
1100   general:
1101     file-name: "robot-plugin.zip"
1102     file-format: ".zip"
1103     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1104     extract: "robot-plugin/output.xml"
1105
1106   builds:
1107
1108     intel-dnv-vpp-release-1810:
1109     - 1
1110
1111     csit-vpp-perf-verify-1807-3n-hsw:
1112     - 8   # MRR full
1113     - 9   # MRR sel
1114     - 21  # MRR sel
1115     - 31  # MRR sel
1116     - 33  # MRR sel
1117     - 36  # MRR sel
1118     - 41  # MRR sel
1119     - 42  # MRR sel
1120     - 48  # MRR sel
1121     - 11  # NDRPDR full 1
1122     - 22  # NDRPDR full 2
1123     - 45  # NDRPDR full 3
1124     - 46  # NDRPDR full 4
1125     - 15  # NDRPDR sel
1126     - 16  # NDRPDR sel
1127     - 19  # NDRPDR sel
1128     - 18  # NDRPDR sel
1129     - 20  # NDRPDR sel
1130     - 38  # NDRPDR sel
1131     - 40  # NDRPDR sel
1132     - 44  # NDRPDR sel
1133     - 47  # NDRPDR sel
1134     - 24  # WRK
1135     - 25  # WRK
1136     - 23  # WRK
1137     - 26  # WRK
1138     - 27  # WRK
1139     - 28  # WRK
1140     - 29  # WRK
1141     - 30  # WRK
1142     - 32  # WRK
1143     - 35  # WRK
1144     csit-vpp-perf-verify-1810-3n-hsw:
1145     - 9   # MRR sel
1146     - 20  # NDRPDR full
1147     - 21  # NDRPDR full
1148     - 22  # NDRPDR full
1149     - 27  # NDRPDR full
1150     - 8   # NDRPDR sel
1151     - 12  # NDRPDR sel
1152     - 14  # NDRPDR sel
1153     - 18  # NDRPDR sel
1154     - 23  # NDRPDR sel
1155     - 25  # NDRPDR sel
1156     - 38  # NDRPDR sel
1157     - 39  # NDRPDR sel
1158     - 41  # NDRPDR sel
1159     - 42  # NDRPDR sel
1160     - 28  # WRK
1161     - 29  # WRK
1162     - 30  # WRK
1163     - 31  # WRK
1164     - 32  # WRK
1165     - 33  # WRK
1166     - 34  # WRK
1167     - 35  # WRK
1168     - 36  # WRK
1169     - 37  # WRK
1170     csit-vpp-perf-verify-1901-3n-hsw:
1171     - 35  # MRR sel
1172     - 10  # NDRPDR sel
1173     - 18  # NDRPDR sel F
1174     - 19  # NDRPDR sel
1175     csit-vpp-perf-verify-1807-3n-skx:
1176     - 31  # MRR full
1177     - 28  # MRR sel
1178     - 32  # MRR sel
1179     - 36  # MRR sel
1180     - 42  # MRR sel
1181     - 47  # MRR sel
1182     - 48  # MRR sel
1183     - 51  # MRR sel
1184     - 52  # MRR sel
1185     - 53  # MRR sel
1186     - 54  # MRR sel
1187     - 40  # NDRPDR full 1
1188     - 41  # NDRPDR full 2
1189     - 33  # NDRPDR sel
1190     - 35  # NDRPDR sel
1191     - 37  # NDRPDR sel
1192     - 38  # NDRPDR sel
1193     - 39  # NDRPDR sel
1194     - 43  # NDRPDR sel
1195     - 44  # NDRPDR sel
1196     - 49  # NDRPDR sel
1197     - 50  # NDRPDR sel
1198     - 56  # NDRPDR sel
1199     csit-vpp-perf-verify-1810-3n-skx:
1200     - 9   # MRR sel
1201     - 11  # MRR sel
1202     - 12  # MRR sel
1203     - 13  # MRR sel
1204     - 23  # NDRPDR full
1205     - 24  # NDRPDR full
1206     - 10  # NDRPDR sel
1207     - 14  # NDRPDR sel
1208     - 15  # NDRPDR sel
1209     - 16  # NDRPDR sel
1210     - 17  # NDRPDR sel
1211     - 19  # NDRPDR sel
1212     - 20  # NDRPDR sel
1213     - 21  # NDRPDR sel
1214     - 22  # NDRPDR sel
1215     - 25  # NDRPDR sel
1216     csit-vpp-perf-verify-1901-3n-skx:
1217     - 32  # MRR sel
1218     - 18  # NDRPDR sel
1219     - 19  # NDRPDR sel
1220     - 20  # NDRPDR sel
1221     - 28  # NDRPDR sel
1222     - 31  # NDRPDR sel
1223     csit-vpp-perf-verify-1807-2n-skx:
1224     - 27  # MRR full
1225     - 31  # MRR sel
1226     - 33  # MRR sel
1227     - 37  # MRR sel
1228     - 38  # MRR sel
1229     - 41  # MRR sel
1230     - 43  # MRR sel
1231     - 44  # MRR sel
1232     - 45  # MRR sel
1233     - 46  # MRR sel
1234     - 47  # MRR sel
1235     - 32  # NDRPDR full
1236     - 26  # NDRPDR sel
1237     - 28  # NDRPDR sel
1238     - 29  # NDRPDR sel
1239     - 30  # NDRPDR sel
1240     - 34  # NDRPDR sel
1241     - 35  # NDRPDR sel
1242     - 36  # NDRPDR sel
1243     - 39  # NDRPDR sel
1244     - 40  # NDRPDR sel
1245     - 42  # NDRPDR sel
1246     csit-vpp-perf-verify-1810-2n-skx:
1247     - 8   # MRR sel
1248     - 10  # MRR sel
1249     - 11  # MRR sel
1250     - 12  # MRR sel
1251     - 25  # NDRPDR full
1252     - 26  # NDRPDR full
1253     - 9   # NDRPDR sel
1254     - 13  # NDRPDR sel
1255     - 14  # NDRPDR sel
1256     - 19  # NDRPDR sel
1257     - 20  # NDRPDR sel
1258     - 21  # NDRPDR sel
1259     - 22  # NDRPDR sel
1260     - 23  # NDRPDR sel
1261     - 24  # NDRPDR sel
1262     - 27  # NDRPDR sel
1263     csit-vpp-perf-verify-1901-2n-skx:
1264     - 22  # MRR sel
1265     - 5   # NDRPDR sel
1266     - 10  # NDRPDR sel fails
1267     - 12  # NDRPDR sel
1268     - 13  # NDRPDR sel
1269     - 16  # NDRPDR sel fails
1270     - 24  # NFV MRR
1271     - 26  # NFV MRR
1272     - 27  # NFV MRR
1273     - 28  # NFV NDRPDR
1274     - 29  # NFV NDRPDR
1275     - 32  # NFV NDRPDR
1276     csit-vpp-perf-verify-master-2n-skx:
1277     - 248  # SOAK sel
1278     - 251  # SOAK sel
1279     csit-ligato-perf-verify-1810-3n-hsw:
1280     - 5   # full
1281     - 6   # sel
1282     - 8   # sel
1283     - 9   # sel
1284     - 11  # sel
1285     - 12  # sel
1286     - 13  # sel
1287     - 14  # sel
1288     - 16  # sel
1289     - 17  # sel
1290     - 18  # sel
1291     # TODO: Add new data
1292     # csit-ligato-perf-verify-1901-3n-hsw:
1293     csit-dpdk-perf-verify-1807-3n-hsw:
1294     - 11
1295     - 12  # full
1296     - 14
1297     - 15
1298     - 16
1299     - 17
1300     - 20
1301     - 21
1302     - 22
1303     - 23
1304     csit-dpdk-perf-verify-1810-3n-hsw:
1305     - 1   # NDRPDR sel
1306     - 2   # NDRPDR sel
1307     - 3   # NDRPDR sel
1308     - 4   # NDRPDR sel
1309     - 5   # NDRPDR sel
1310     - 6   # NDRPDR sel
1311     - 7   # NDRPDR sel
1312     - 8   # NDRPDR sel
1313     - 9   # NDRPDR sel
1314     - 10  # NDRPDR sel
1315     csit-dpdk-perf-verify-1901-3n-hsw:
1316     - 3   # NDRPDR sel
1317     - 4   # NDRPDR sel
1318     - 5   # NDRPDR sel
1319     - 6   # NDRPDR sel
1320     - 7   # NDRPDR sel
1321     csit-dpdk-perf-verify-1807-3n-skx:
1322     - 1   # NDRPDR sel
1323     - 2   # NDRPDR sel
1324     - 3   # NDRPDR sel
1325     - 6   # NDRPDR sel
1326     - 7   # NDRPDR sel
1327     - 8   # NDRPDR sel
1328     - 9   # NDRPDR sel
1329     - 10  # NDRPDR sel
1330     - 11  # NDRPDR sel
1331     - 12  # NDRPDR sel
1332     csit-dpdk-perf-verify-1810-3n-skx:
1333     - 3   # NDRPDR sel
1334     - 4   # NDRPDR sel
1335     - 6   # NDRPDR sel
1336     - 7   # NDRPDR sel
1337     - 8   # NDRPDR sel
1338     - 9   # NDRPDR sel
1339     - 10  # NDRPDR sel
1340     - 11  # NDRPDR sel
1341     - 12  # NDRPDR sel
1342     - 13  # NDRPDR sel
1343 #    csit-dpdk-perf-verify-1810-2n-skx:
1344 #    - 3   # NDRPDR sel
1345 #    - 4   # NDRPDR sel
1346 #    - 5   # NDRPDR sel
1347 #    - 7   # NDRPDR sel
1348 #    - 8   # NDRPDR sel
1349 #    - 9   # NDRPDR sel
1350 #    - 10  # NDRPDR sel
1351 #    - 11  # NDRPDR sel
1352 #    - 12  # NDRPDR sel
1353 #    - 13  # NDRPDR sel
1354     csit-dpdk-perf-verify-1901-2n-skx:
1355     - 2   # NDRPDR sel
1356     csit-vpp-functional-1901-ubuntu1604-virl:
1357     - 48
1358     csit-vpp-functional-1901-centos7-virl:
1359     - 50
1360     csit-vpp-device-1901-ubuntu1804-1n-skx:
1361     - 49
1362     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1363     - 1
1364     csit-dmm-functional-1810-ubuntu1604-virl:
1365     - 1
1366     csit-hc2vpp-verify-func-1901-ubuntu1604:
1367     - 3
1368
1369 -
1370   type: "output"
1371   output: "report"
1372   format:
1373     html:
1374     - full
1375 #    pdf:
1376 #    - minimal
1377
1378 ################################################################################
1379 ###                               T A B L E S                                ###
1380 ################################################################################
1381
1382
1383 # VPP Compare NICs 3n-hsw 1t1c ndr
1384 -
1385   type: "table"
1386   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1387   algorithm: "table_nics_comparison"
1388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1389   reference:
1390     title: "Intel-x520"
1391     nic: "NIC_Intel-X520-DA2"
1392   compare:
1393     title: "Intel-x710"
1394     nic: "NIC_Intel-X710"
1395   data: "vpp-nic-comparison-3n-hsw"
1396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1397   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1398   parameters:
1399   - "name"
1400   - "parent"
1401   - "throughput"
1402   - "tags"
1403
1404 # VPP Compare NICs 3n-hsw 2t2c ndr
1405 -
1406   type: "table"
1407   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1408   algorithm: "table_nics_comparison"
1409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1410   reference:
1411     title: "Intel-x520"
1412     nic: "NIC_Intel-X520-DA2"
1413   compare:
1414     title: "Intel-x710"
1415     nic: "NIC_Intel-X710"
1416   data: "vpp-nic-comparison-3n-hsw"
1417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1418   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1419   parameters:
1420   - "name"
1421   - "parent"
1422   - "throughput"
1423   - "tags"
1424
1425 # VPP Compare NICs 3n-hsw 1t1c pdr
1426 -
1427   type: "table"
1428   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1429   algorithm: "table_nics_comparison"
1430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1431   reference:
1432     title: "Intel-x520"
1433     nic: "NIC_Intel-X520-DA2"
1434   compare:
1435     title: "Intel-x710"
1436     nic: "NIC_Intel-X710"
1437   data: "vpp-nic-comparison-3n-hsw"
1438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1439   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1440   parameters:
1441   - "name"
1442   - "parent"
1443   - "throughput"
1444   - "tags"
1445
1446 # VPP Compare NICs 3n-hsw 2t2c pdr
1447 -
1448   type: "table"
1449   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1450   algorithm: "table_nics_comparison"
1451   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1452   reference:
1453     title: "Intel-x520"
1454     nic: "NIC_Intel-X520-DA2"
1455   compare:
1456     title: "Intel-x710"
1457     nic: "NIC_Intel-X710"
1458   data: "vpp-nic-comparison-3n-hsw"
1459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1460   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1461   parameters:
1462   - "name"
1463   - "parent"
1464   - "throughput"
1465   - "tags"
1466
1467 # VPP Compare NICs 3n-hsw 1t1c mrr
1468 -
1469   type: "table"
1470   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1471   algorithm: "table_nics_comparison"
1472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1473   reference:
1474     title: "Intel-x520"
1475     nic: "NIC_Intel-X520-DA2"
1476   compare:
1477     title: "Intel-x710"
1478     nic: "NIC_Intel-X710"
1479   data: "vpp-nic-comparison-3n-hsw-mrr"
1480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1481   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1482   parameters:
1483   - "name"
1484   - "parent"
1485   - "result"
1486   - "tags"
1487
1488 # VPP Compare NICs 3n-hsw 2t2c mrr
1489 -
1490   type: "table"
1491   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1492   algorithm: "table_nics_comparison"
1493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1494   reference:
1495     title: "Intel-x520"
1496     nic: "NIC_Intel-X520-DA2"
1497   compare:
1498     title: "Intel-x710"
1499     nic: "NIC_Intel-X710"
1500   data: "vpp-nic-comparison-3n-hsw-mrr"
1501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1502   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1503   parameters:
1504   - "name"
1505   - "parent"
1506   - "result"
1507   - "tags"
1508
1509 # VPP Compare NICs 3n-hsw 4t4c mrr
1510 -
1511   type: "table"
1512   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1513   algorithm: "table_nics_comparison"
1514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1515   reference:
1516     title: "Intel-x520"
1517     nic: "NIC_Intel-X520-DA2"
1518   compare:
1519     title: "Intel-x710"
1520     nic: "NIC_Intel-X710"
1521   data: "vpp-nic-comparison-3n-hsw-mrr"
1522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1523   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1524   parameters:
1525   - "name"
1526   - "parent"
1527   - "result"
1528   - "tags"
1529
1530 # VPP Compare NICs 3n-skx 2t1c ndr
1531 -
1532   type: "table"
1533   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1534   algorithm: "table_nics_comparison"
1535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1536   reference:
1537     title: "Intel-x710"
1538     nic: "NIC_Intel-X710"
1539   compare:
1540     title: "Intel-xxv710"
1541     nic: "NIC_Intel-XXV710"
1542   data: "vpp-nic-comparison-3n-skx"
1543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1544   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1545   parameters:
1546   - "name"
1547   - "parent"
1548   - "throughput"
1549   - "tags"
1550
1551 # VPP Compare NICs 3n-skx 4t2c ndr
1552 -
1553   type: "table"
1554   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1555   algorithm: "table_nics_comparison"
1556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1557   reference:
1558     title: "Intel-x710"
1559     nic: "NIC_Intel-X710"
1560   compare:
1561     title: "Intel-xxv710"
1562     nic: "NIC_Intel-XXV710"
1563   data: "vpp-nic-comparison-3n-skx"
1564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1565   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1566   parameters:
1567   - "name"
1568   - "parent"
1569   - "throughput"
1570   - "tags"
1571
1572 # VPP Compare NICs 3n-skx 2t1c pdr
1573 -
1574   type: "table"
1575   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1576   algorithm: "table_nics_comparison"
1577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1578   reference:
1579     title: "Intel-x710"
1580     nic: "NIC_Intel-X710"
1581   compare:
1582     title: "Intel-xxv710"
1583     nic: "NIC_Intel-XXV710"
1584   data: "vpp-nic-comparison-3n-skx"
1585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1586   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1587   parameters:
1588   - "name"
1589   - "parent"
1590   - "throughput"
1591   - "tags"
1592
1593  # VPP Compare NICs 3n-skx 4t2c pdr
1594 -
1595   type: "table"
1596   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1597   algorithm: "table_nics_comparison"
1598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1599   reference:
1600     title: "Intel-x710"
1601     nic: "NIC_Intel-X710"
1602   compare:
1603     title: "Intel-xxv710"
1604     nic: "NIC_Intel-XXV710"
1605   data: "vpp-nic-comparison-3n-skx"
1606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1607   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1608   parameters:
1609   - "name"
1610   - "parent"
1611   - "throughput"
1612   - "tags"
1613
1614 # VPP Compare NICs 3n-skx 2t1c mrr
1615 -
1616   type: "table"
1617   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1618   algorithm: "table_nics_comparison"
1619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1620   reference:
1621     title: "Intel-x710"
1622     nic: "NIC_Intel-X710"
1623   compare:
1624     title: "Intel-xxv710"
1625     nic: "NIC_Intel-XXV710"
1626   data: "vpp-nic-comparison-3n-skx-mrr"
1627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1628   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1629   parameters:
1630   - "name"
1631   - "parent"
1632   - "result"
1633   - "tags"
1634
1635 # VPP Compare NICs 3n-skx 4t2c mrr
1636 -
1637   type: "table"
1638   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1639   algorithm: "table_nics_comparison"
1640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1641   reference:
1642     title: "Intel-x710"
1643     nic: "NIC_Intel-X710"
1644   compare:
1645     title: "Intel-xxv710"
1646     nic: "NIC_Intel-XXV710"
1647   data: "vpp-nic-comparison-3n-skx-mrr"
1648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1649   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1650   parameters:
1651   - "name"
1652   - "parent"
1653   - "result"
1654   - "tags"
1655
1656  # VPP Compare NICs 3n-skx 8t4c mrr
1657 -
1658   type: "table"
1659   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1660   algorithm: "table_nics_comparison"
1661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1662   reference:
1663     title: "Intel-x710"
1664     nic: "NIC_Intel-X710"
1665   compare:
1666     title: "Intel-xxv710"
1667     nic: "NIC_Intel-XXV710"
1668   data: "vpp-nic-comparison-3n-skx-mrr"
1669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1670   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1671   parameters:
1672   - "name"
1673   - "parent"
1674   - "result"
1675   - "tags"
1676
1677 # VPP Compare NICs 2n-skx 2t1c ndr
1678 -
1679   type: "table"
1680   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1681   algorithm: "table_nics_comparison"
1682   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1683   reference:
1684     title: "Intel-x710"
1685     nic: "NIC_Intel-X710"
1686   compare:
1687     title: "Intel-xxv710"
1688     nic: "NIC_Intel-XXV710"
1689   data: "vpp-nic-comparison-2n-skx"
1690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1691   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "throughput"
1696   - "tags"
1697
1698 # VPP Compare NICs 2n-skx 4t2c ndr
1699 -
1700   type: "table"
1701   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1702   algorithm: "table_nics_comparison"
1703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1704   reference:
1705     title: "Intel-x710"
1706     nic: "NIC_Intel-X710"
1707   compare:
1708     title: "Intel-xxv710"
1709     nic: "NIC_Intel-XXV710"
1710   data: "vpp-nic-comparison-2n-skx"
1711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1712   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1713   parameters:
1714   - "name"
1715   - "parent"
1716   - "throughput"
1717   - "tags"
1718
1719  # VPP Compare NICs 2n-skx 2t1c pdr
1720 -
1721   type: "table"
1722   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1723   algorithm: "table_nics_comparison"
1724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1725   reference:
1726     title: "Intel-x710"
1727     nic: "NIC_Intel-X710"
1728   compare:
1729     title: "Intel-xxv710"
1730     nic: "NIC_Intel-XXV710"
1731   data: "vpp-nic-comparison-2n-skx"
1732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1733   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1734   parameters:
1735   - "name"
1736   - "parent"
1737   - "throughput"
1738   - "tags"
1739
1740 # VPP Compare NICs 2n-skx 4t2c pdr
1741 -
1742   type: "table"
1743   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1744   algorithm: "table_nics_comparison"
1745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1746   reference:
1747     title: "Intel-x710"
1748     nic: "NIC_Intel-X710"
1749   compare:
1750     title: "Intel-xxv710"
1751     nic: "NIC_Intel-XXV710"
1752   data: "vpp-nic-comparison-2n-skx"
1753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Compare NICs 2n-skx 2t1c mrr
1762 -
1763   type: "table"
1764   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1765   algorithm: "table_nics_comparison"
1766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1767   reference:
1768     title: "Intel-x710"
1769     nic: "NIC_Intel-X710"
1770   compare:
1771     title: "Intel-xxv710"
1772     nic: "NIC_Intel-XXV710"
1773   data: "vpp-nic-comparison-2n-skx-mrr"
1774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1775   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1776   parameters:
1777   - "name"
1778   - "parent"
1779   - "result"
1780   - "tags"
1781
1782 # VPP Compare NICs 2n-skx 4t2c mrr
1783 -
1784   type: "table"
1785   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1786   algorithm: "table_nics_comparison"
1787   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1788   reference:
1789     title: "Intel-x710"
1790     nic: "NIC_Intel-X710"
1791   compare:
1792     title: "Intel-xxv710"
1793     nic: "NIC_Intel-XXV710"
1794   data: "vpp-nic-comparison-2n-skx-mrr"
1795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1796   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1797   parameters:
1798   - "name"
1799   - "parent"
1800   - "result"
1801   - "tags"
1802
1803 # VPP Compare NICs 2n-skx 8t4c mrr
1804 -
1805   type: "table"
1806   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1807   algorithm: "table_nics_comparison"
1808   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1809   reference:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   compare:
1813     title: "Intel-xxv710"
1814     nic: "NIC_Intel-XXV710"
1815   data: "vpp-nic-comparison-2n-skx-mrr"
1816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1817   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1818   parameters:
1819   - "name"
1820   - "parent"
1821   - "result"
1822   - "tags"
1823
1824 ################################################################################
1825 # VPP
1826
1827 # VPP Performance Changes 3n-hsw 1t1c pdr
1828 -
1829   type: "table"
1830   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1831   algorithm: "table_performance_comparison"
1832   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1833   history:
1834     -
1835       title: "rls1807"
1836       data:
1837         csit-vpp-perf-verify-1807-3n-hsw:
1838         - 11  # NDRPDR full 1
1839         - 22  # NDRPDR full 2
1840         - 45  # NDRPDR full 3
1841         - 46  # NDRPDR full 4
1842         - 15  # NDRPDR sel
1843         - 16  # NDRPDR sel
1844         - 19  # NDRPDR sel
1845         - 18  # NDRPDR sel
1846         - 20  # NDRPDR sel
1847         - 38  # NDRPDR sel
1848         - 40  # NDRPDR sel
1849         - 44  # NDRPDR sel
1850   reference:
1851     title: "rls1810"
1852     data:
1853       csit-vpp-perf-verify-1810-3n-hsw:
1854       - 8   # NDRPDR sel
1855       - 12  # NDRPDR sel
1856       - 14  # NDRPDR sel
1857       - 18  # NDRPDR sel
1858       - 23  # NDRPDR sel
1859       - 25  # NDRPDR sel
1860       - 38  # NDRPDR sel
1861       - 39  # NDRPDR sel
1862       - 41  # NDRPDR sel
1863       - 42  # NDRPDR sel
1864   compare:
1865     title: "rls1901"
1866     data:
1867       # TODO: Add new data:
1868       csit-vpp-perf-verify-1901-3n-hsw:
1869       - 10  # NDRPDR sel
1870       - 18  # NDRPDR sel F
1871       - 19  # NDRPDR sel
1872   data: "vpp-performance-changes-3n-hsw"
1873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879
1880 # VPP Performance Changes 3n-hsw 2t2c pdr
1881 -
1882   type: "table"
1883   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1884   algorithm: "table_performance_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1886   history:
1887     -
1888       title: "rls1807"
1889       data:
1890         csit-vpp-perf-verify-1807-3n-hsw:
1891         - 11  # NDRPDR full 1
1892         - 22  # NDRPDR full 2
1893         - 45  # NDRPDR full 3
1894         - 46  # NDRPDR full 4
1895         - 15  # NDRPDR sel
1896         - 16  # NDRPDR sel
1897         - 19  # NDRPDR sel
1898         - 18  # NDRPDR sel
1899         - 20  # NDRPDR sel
1900         - 38  # NDRPDR sel
1901         - 40  # NDRPDR sel
1902         - 44  # NDRPDR sel
1903         - 47  # NDRPDR sel
1904   reference:
1905     title: "rls1810"
1906     data:
1907       csit-vpp-perf-verify-1810-3n-hsw:
1908       - 8   # NDRPDR sel
1909       - 12  # NDRPDR sel
1910       - 14  # NDRPDR sel
1911       - 18  # NDRPDR sel
1912       - 23  # NDRPDR sel
1913       - 25  # NDRPDR sel
1914       - 38  # NDRPDR sel
1915       - 39  # NDRPDR sel
1916       - 41  # NDRPDR sel
1917       - 42  # NDRPDR sel
1918   compare:
1919     title: "rls1901"
1920     data:
1921       # TODO: Add new data:
1922       csit-vpp-perf-verify-1901-3n-hsw:
1923       - 10  # NDRPDR sel
1924       - 18  # NDRPDR sel F
1925       - 19  # NDRPDR sel
1926   data: "vpp-performance-changes-3n-hsw"
1927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1928   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1929   parameters:
1930   - "name"
1931   - "parent"
1932   - "throughput"
1933
1934 # VPP Performance Changes 3n-hsw 1t1c ndr
1935 -
1936   type: "table"
1937   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1938   algorithm: "table_performance_comparison"
1939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1940   history:
1941     -
1942       title: "rls1807"
1943       data:
1944         csit-vpp-perf-verify-1807-3n-hsw:
1945         - 11  # NDRPDR full 1
1946         - 22  # NDRPDR full 2
1947         - 45  # NDRPDR full 3
1948         - 46  # NDRPDR full 4
1949         - 15  # NDRPDR sel
1950         - 16  # NDRPDR sel
1951         - 19  # NDRPDR sel
1952         - 18  # NDRPDR sel
1953         - 20  # NDRPDR sel
1954         - 38  # NDRPDR sel
1955         - 40  # NDRPDR sel
1956         - 44  # NDRPDR sel
1957         - 47  # NDRPDR sel
1958   reference:
1959     title: "rls1810"
1960     data:
1961       csit-vpp-perf-verify-1810-3n-hsw:
1962       - 8   # NDRPDR sel
1963       - 12  # NDRPDR sel
1964       - 14  # NDRPDR sel
1965       - 18  # NDRPDR sel
1966       - 23  # NDRPDR sel
1967       - 25  # NDRPDR sel
1968       - 38  # NDRPDR sel
1969       - 39  # NDRPDR sel
1970       - 41  # NDRPDR sel
1971       - 42  # NDRPDR sel
1972   compare:
1973     title: "rls1901"
1974     data:
1975       # TODO: Add new data:
1976       csit-vpp-perf-verify-1901-3n-hsw:
1977       - 10  # NDRPDR sel
1978       - 18  # NDRPDR sel F
1979       - 19  # NDRPDR sel
1980   data: "vpp-performance-changes-3n-hsw"
1981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1982   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1983   parameters:
1984   - "name"
1985   - "parent"
1986   - "throughput"
1987
1988 # VPP Performance Changes 3n-hsw 2t2c ndr
1989 -
1990   type: "table"
1991   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1992   algorithm: "table_performance_comparison"
1993   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1994   history:
1995     -
1996       title: "rls1807"
1997       data:
1998         csit-vpp-perf-verify-1807-3n-hsw:
1999         - 11  # NDRPDR full 1
2000         - 22  # NDRPDR full 2
2001         - 45  # NDRPDR full 3
2002         - 46  # NDRPDR full 4
2003         - 15  # NDRPDR sel
2004         - 16  # NDRPDR sel
2005         - 19  # NDRPDR sel
2006         - 18  # NDRPDR sel
2007         - 20  # NDRPDR sel
2008         - 38  # NDRPDR sel
2009         - 40  # NDRPDR sel
2010         - 44  # NDRPDR sel
2011         - 47  # NDRPDR sel
2012   reference:
2013     title: "rls1810"
2014     data:
2015       csit-vpp-perf-verify-1810-3n-hsw:
2016       - 8   # NDRPDR sel
2017       - 12  # NDRPDR sel
2018       - 14  # NDRPDR sel
2019       - 18  # NDRPDR sel
2020       - 23  # NDRPDR sel
2021       - 25  # NDRPDR sel
2022       - 38  # NDRPDR sel
2023       - 39  # NDRPDR sel
2024       - 41  # NDRPDR sel
2025       - 42  # NDRPDR sel
2026   compare:
2027     title: "rls1901"
2028     data:
2029       # TODO: Add new data:
2030       csit-vpp-perf-verify-1901-3n-hsw:
2031       - 10  # NDRPDR sel
2032       - 18  # NDRPDR sel F
2033       - 19  # NDRPDR sel
2034   data: "vpp-performance-changes-3n-hsw"
2035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2036   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2037   parameters:
2038   - "name"
2039   - "parent"
2040   - "throughput"
2041
2042 # VPP Performance Changes 3n-skx 2t1c pdr
2043 -
2044   type: "table"
2045   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2046   algorithm: "table_performance_comparison"
2047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2048   history:
2049     -
2050       title: "rls1807"
2051       data:
2052         csit-vpp-perf-verify-1807-3n-skx:
2053         - 33  # NDRPDR sel
2054         - 35  # NDRPDR sel
2055         - 37  # NDRPDR sel
2056         - 38  # NDRPDR sel
2057         - 39  # NDRPDR sel
2058         - 43  # NDRPDR sel
2059         - 44  # NDRPDR sel
2060         - 49  # NDRPDR sel
2061         - 50  # NDRPDR sel
2062         - 56  # NDRPDR sel
2063   reference:
2064     title: "rls1810"
2065     data:
2066       csit-vpp-perf-verify-1810-3n-skx:
2067       - 10  # NDRPDR sel
2068       - 14  # NDRPDR sel
2069       - 15  # NDRPDR sel
2070       - 16  # NDRPDR sel
2071       - 17  # NDRPDR sel
2072       - 19  # NDRPDR sel
2073       - 20  # NDRPDR sel
2074       - 21  # NDRPDR sel
2075       - 22  # NDRPDR sel
2076       - 25  # NDRPDR sel
2077   compare:
2078     title: "rls1901"
2079     data:
2080       # TODO: Add new data:
2081       csit-vpp-perf-verify-1901-3n-skx:
2082       - 18  # NDRPDR sel
2083       - 19  # NDRPDR sel
2084       - 20  # NDRPDR sel
2085       - 28  # NDRPDR sel
2086       - 31  # NDRPDR sel
2087   data: "vpp-performance-changes-3n-skx"
2088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2089   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2090   parameters:
2091   - "name"
2092   - "parent"
2093   - "throughput"
2094
2095 # VPP Performance Changes 3n-skx 4t2c pdr
2096 -
2097   type: "table"
2098   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2099   algorithm: "table_performance_comparison"
2100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2101   history:
2102     -
2103       title: "rls1807"
2104       data:
2105         csit-vpp-perf-verify-1807-3n-skx:
2106         - 33  # NDRPDR sel
2107         - 35  # NDRPDR sel
2108         - 37  # NDRPDR sel
2109         - 38  # NDRPDR sel
2110         - 39  # NDRPDR sel
2111         - 43  # NDRPDR sel
2112         - 44  # NDRPDR sel
2113         - 49  # NDRPDR sel
2114         - 50  # NDRPDR sel
2115         - 56  # NDRPDR sel
2116   reference:
2117     title: "rls1810"
2118     data:
2119       csit-vpp-perf-verify-1810-3n-skx:
2120       - 10  # NDRPDR sel
2121       - 14  # NDRPDR sel
2122       - 15  # NDRPDR sel
2123       - 16  # NDRPDR sel
2124       - 17  # NDRPDR sel
2125       - 19  # NDRPDR sel
2126       - 20  # NDRPDR sel
2127       - 21  # NDRPDR sel
2128       - 22  # NDRPDR sel
2129       - 25  # NDRPDR sel
2130   compare:
2131     title: "rls1901"
2132     data:
2133       # TODO: Add new data:
2134       csit-vpp-perf-verify-1901-3n-skx:
2135       - 18  # NDRPDR sel
2136       - 19  # NDRPDR sel
2137       - 20  # NDRPDR sel
2138       - 28  # NDRPDR sel
2139       - 31  # NDRPDR sel
2140   data: "vpp-performance-changes-3n-skx"
2141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2142   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2143   parameters:
2144   - "name"
2145   - "parent"
2146   - "throughput"
2147
2148 # VPP Performance Changes 3n-skx 2t1c ndr
2149 -
2150   type: "table"
2151   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2152   algorithm: "table_performance_comparison"
2153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2154   history:
2155     -
2156       title: "rls1807"
2157       data:
2158         csit-vpp-perf-verify-1807-3n-skx:
2159         - 33  # NDRPDR sel
2160         - 35  # NDRPDR sel
2161         - 37  # NDRPDR sel
2162         - 38  # NDRPDR sel
2163         - 39  # NDRPDR sel
2164         - 43  # NDRPDR sel
2165         - 44  # NDRPDR sel
2166         - 49  # NDRPDR sel
2167         - 50  # NDRPDR sel
2168         - 56  # NDRPDR sel
2169   reference:
2170     title: "rls1810"
2171     data:
2172       csit-vpp-perf-verify-1810-3n-skx:
2173       - 10  # NDRPDR sel
2174       - 14  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 17  # NDRPDR sel
2178       - 19  # NDRPDR sel
2179       - 20  # NDRPDR sel
2180       - 21  # NDRPDR sel
2181       - 22  # NDRPDR sel
2182       - 25  # NDRPDR sel
2183   compare:
2184     title: "rls1901"
2185     data:
2186       # TODO: Add new data:
2187       csit-vpp-perf-verify-1901-3n-skx:
2188       - 18  # NDRPDR sel
2189       - 19  # NDRPDR sel
2190       - 20  # NDRPDR sel
2191       - 28  # NDRPDR sel
2192       - 31  # NDRPDR sel
2193   data: "vpp-performance-changes-3n-skx"
2194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2195   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2196   parameters:
2197   - "name"
2198   - "parent"
2199   - "throughput"
2200
2201 # VPP Performance Changes 3n-skx 4t2c ndr
2202 -
2203   type: "table"
2204   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2205   algorithm: "table_performance_comparison"
2206   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
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       # TODO: Add new data:
2240       csit-vpp-perf-verify-1901-3n-skx:
2241       - 18  # NDRPDR sel
2242       - 19  # NDRPDR sel
2243       - 20  # NDRPDR sel
2244       - 28  # NDRPDR sel
2245       - 31  # NDRPDR sel
2246   data: "vpp-performance-changes-3n-skx"
2247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2248   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2249   parameters:
2250   - "name"
2251   - "parent"
2252   - "throughput"
2253
2254 # VPP Performance Changes 2n-skx 2t1c pdr
2255 -
2256   type: "table"
2257   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2258   algorithm: "table_performance_comparison"
2259   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2260   history:
2261     -
2262       title: "rls1807"
2263       data:
2264         csit-vpp-perf-verify-1807-2n-skx:
2265         - 26  # NDRPDR sel
2266         - 28  # NDRPDR sel
2267         - 29  # NDRPDR sel
2268         - 30  # NDRPDR sel
2269         - 34  # NDRPDR sel
2270         - 35  # NDRPDR sel
2271         - 36  # NDRPDR sel
2272         - 39  # NDRPDR sel
2273         - 40  # NDRPDR sel
2274         - 42  # NDRPDR sel
2275   reference:
2276     title: "rls1810"
2277     data:
2278       csit-vpp-perf-verify-1810-2n-skx:
2279       - 9   # NDRPDR sel
2280       - 13  # NDRPDR sel
2281       - 14  # NDRPDR sel
2282       - 19  # NDRPDR sel
2283       - 20  # NDRPDR sel
2284       - 21  # NDRPDR sel
2285       - 22  # NDRPDR sel
2286       - 23  # NDRPDR sel
2287       - 24  # NDRPDR sel
2288       - 27  # NDRPDR sel
2289   compare:
2290     title: "rls1901"
2291     data:
2292       # TODO: Add new data:
2293       csit-vpp-perf-verify-1901-2n-skx:
2294       - 5   # NDRPDR sel
2295       - 10  # NDRPDR sel fails
2296       - 12  # NDRPDR sel
2297       - 13  # NDRPDR sel
2298       - 16  # NDRPDR sel fails
2299   data: "vpp-performance-changes-2n-skx"
2300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2301   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2302   parameters:
2303   - "name"
2304   - "parent"
2305   - "throughput"
2306
2307 # VPP Performance Changes 2n-skx 4t2c pdr
2308 -
2309   type: "table"
2310   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2311   algorithm: "table_performance_comparison"
2312   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2313   history:
2314     - title: "rls1807"
2315       data:
2316         csit-vpp-perf-verify-1807-2n-skx:
2317         - 26  # NDRPDR sel
2318         - 28  # NDRPDR sel
2319         - 29  # NDRPDR sel
2320         - 30  # NDRPDR sel
2321         - 34  # NDRPDR sel
2322         - 35  # NDRPDR sel
2323         - 36  # NDRPDR sel
2324         - 39  # NDRPDR sel
2325         - 40  # NDRPDR sel
2326         - 42  # NDRPDR sel
2327   reference:
2328     title: "rls1810"
2329     data:
2330       csit-vpp-perf-verify-1810-2n-skx:
2331       - 9   # NDRPDR sel
2332       - 13  # NDRPDR sel
2333       - 14  # NDRPDR sel
2334       - 19  # NDRPDR sel
2335       - 20  # NDRPDR sel
2336       - 21  # NDRPDR sel
2337       - 22  # NDRPDR sel
2338       - 23  # NDRPDR sel
2339       - 24  # NDRPDR sel
2340       - 27  # NDRPDR sel
2341   compare:
2342     title: "rls1901"
2343     data:
2344       # TODO: Add new data:
2345       csit-vpp-perf-verify-1901-2n-skx:
2346       - 5   # NDRPDR sel
2347       - 10  # NDRPDR sel fails
2348       - 12  # NDRPDR sel
2349       - 13  # NDRPDR sel
2350       - 16  # NDRPDR sel fails
2351   data: "vpp-performance-changes-2n-skx"
2352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2353   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2354   parameters:
2355   - "name"
2356   - "parent"
2357   - "throughput"
2358
2359 # VPP Performance Changes 2n-skx 2t1c ndr
2360 -
2361   type: "table"
2362   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2363   algorithm: "table_performance_comparison"
2364   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2365   history:
2366     - title: "rls1807"
2367       data:
2368         csit-vpp-perf-verify-1807-2n-skx:
2369         - 26  # NDRPDR sel
2370         - 28  # NDRPDR sel
2371         - 29  # NDRPDR sel
2372         - 30  # NDRPDR sel
2373         - 34  # NDRPDR sel
2374         - 35  # NDRPDR sel
2375         - 36  # NDRPDR sel
2376         - 39  # NDRPDR sel
2377         - 40  # NDRPDR sel
2378         - 42  # NDRPDR sel
2379   reference:
2380     title: "rls1810"
2381     data:
2382       csit-vpp-perf-verify-1810-2n-skx:
2383       - 9   # NDRPDR sel
2384       - 13  # NDRPDR sel
2385       - 14  # NDRPDR sel
2386       - 19  # NDRPDR sel
2387       - 20  # NDRPDR sel
2388       - 21  # NDRPDR sel
2389       - 22  # NDRPDR sel
2390       - 23  # NDRPDR sel
2391       - 24  # NDRPDR sel
2392       - 27  # NDRPDR sel
2393   compare:
2394     title: "rls1901"
2395     data:
2396       # TODO: Add new data:
2397       csit-vpp-perf-verify-1901-2n-skx:
2398       - 5   # NDRPDR sel
2399       - 10  # NDRPDR sel fails
2400       - 12  # NDRPDR sel
2401       - 13  # NDRPDR sel
2402       - 16  # NDRPDR sel fails
2403   data: "vpp-performance-changes-2n-skx"
2404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2405   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2406   parameters:
2407   - "name"
2408   - "parent"
2409   - "throughput"
2410
2411 # VPP Performance Changes 2n-skx 4t2c ndr
2412 -
2413   type: "table"
2414   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2417   history:
2418     - title: "rls1807"
2419       data:
2420         csit-vpp-perf-verify-1807-2n-skx:
2421         - 26  # NDRPDR sel
2422         - 28  # NDRPDR sel
2423         - 29  # NDRPDR sel
2424         - 30  # NDRPDR sel
2425         - 34  # NDRPDR sel
2426         - 35  # NDRPDR sel
2427         - 36  # NDRPDR sel
2428         - 39  # NDRPDR sel
2429         - 40  # NDRPDR sel
2430         - 42  # NDRPDR sel
2431   reference:
2432     title: "rls1810"
2433     data:
2434       csit-vpp-perf-verify-1810-2n-skx:
2435       - 9   # NDRPDR sel
2436       - 13  # NDRPDR sel
2437       - 14  # NDRPDR sel
2438       - 19  # NDRPDR sel
2439       - 20  # NDRPDR sel
2440       - 21  # NDRPDR sel
2441       - 22  # NDRPDR sel
2442       - 23  # NDRPDR sel
2443       - 24  # NDRPDR sel
2444       - 27  # NDRPDR sel
2445   compare:
2446     title: "rls1901"
2447     data:
2448       # TODO: Add new data:
2449       csit-vpp-perf-verify-1901-2n-skx:
2450       - 5   # NDRPDR sel
2451       - 10  # NDRPDR sel fails
2452       - 12  # NDRPDR sel
2453       - 13  # NDRPDR sel
2454       - 16  # NDRPDR sel fails
2455   data: "vpp-performance-changes-2n-skx"
2456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2457   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2458   parameters:
2459   - "name"
2460   - "parent"
2461   - "throughput"
2462
2463 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2464 -
2465   type: "table"
2466   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2467   algorithm: "table_performance_comparison"
2468   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2469   reference:
2470     title: "3-Node Hsw"
2471     data:
2472       # TODO: Add new data:
2473       csit-vpp-perf-verify-1901-3n-hsw:
2474       - 10  # NDRPDR sel
2475       - 18  # NDRPDR sel F
2476       - 19  # NDRPDR sel
2477   compare:
2478     title: "3-Node Skx"
2479     data:
2480       # TODO: Add new data:
2481       csit-vpp-perf-verify-1901-3n-skx:
2482       - 18  # NDRPDR sel
2483       - 19  # NDRPDR sel
2484       - 20  # NDRPDR sel
2485       - 28  # NDRPDR sel
2486       - 31  # NDRPDR sel
2487   data: "vpp-compare-testbeds"
2488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2489   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2490   parameters:
2491   - "name"
2492   - "parent"
2493   - "throughput"
2494
2495 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2496 -
2497   type: "table"
2498   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2499   algorithm: "table_performance_comparison"
2500   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2501   reference:
2502     title: "3-Node Hsw"
2503     data:
2504       # TODO: Add new data:
2505       csit-vpp-perf-verify-1901-3n-hsw:
2506       - 10  # NDRPDR sel
2507       - 18  # NDRPDR sel F
2508       - 19  # NDRPDR sel
2509   compare:
2510     title: "3-Node Skx"
2511     data:
2512       # TODO: Add new data:
2513       csit-vpp-perf-verify-1901-3n-skx:
2514       - 18  # NDRPDR sel
2515       - 19  # NDRPDR sel
2516       - 20  # NDRPDR sel
2517       - 28  # NDRPDR sel
2518       - 31  # NDRPDR sel
2519   data: "vpp-compare-testbeds"
2520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2521   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2522   parameters:
2523   - "name"
2524   - "parent"
2525   - "throughput"
2526
2527 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2528 -
2529   type: "table"
2530   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2531   algorithm: "table_performance_comparison"
2532   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2533   reference:
2534     title: "3-Node Hsw"
2535     data:
2536       # TODO: Add new data:
2537       csit-vpp-perf-verify-1901-3n-hsw:
2538       - 10  # NDRPDR sel
2539       - 18  # NDRPDR sel F
2540       - 19  # NDRPDR sel
2541   compare:
2542     title: "3-Node Skx"
2543     data:
2544       # TODO: Add new data:
2545       csit-vpp-perf-verify-1901-3n-skx:
2546       - 18  # NDRPDR sel
2547       - 19  # NDRPDR sel
2548       - 20  # NDRPDR sel
2549       - 28  # NDRPDR sel
2550       - 31  # NDRPDR sel
2551   data: "vpp-compare-testbeds"
2552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2553   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2554   parameters:
2555   - "name"
2556   - "parent"
2557   - "throughput"
2558
2559 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2560 -
2561   type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data:
2568       # TODO: Add new data:
2569       csit-vpp-perf-verify-1901-3n-hsw:
2570       - 10  # NDRPDR sel
2571       - 18  # NDRPDR sel F
2572       - 19  # NDRPDR sel
2573   compare:
2574     title: "3-Node Skx"
2575     data:
2576       # TODO: Add new data:
2577       csit-vpp-perf-verify-1901-3n-skx:
2578       - 18  # NDRPDR sel
2579       - 19  # NDRPDR sel
2580       - 20  # NDRPDR sel
2581       - 28  # NDRPDR sel
2582       - 31  # NDRPDR sel
2583   data: "vpp-compare-testbeds"
2584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2585   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2586   parameters:
2587   - "name"
2588   - "parent"
2589   - "throughput"
2590
2591 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2592 -
2593   type: "table"
2594   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2595   algorithm: "table_performance_comparison"
2596   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2597   reference:
2598     title: "3-Node Skx"
2599     data:
2600       # TODO: Add new data:
2601       csit-vpp-perf-verify-1901-3n-skx:
2602       - 18  # NDRPDR sel
2603       - 19  # NDRPDR sel
2604       - 20  # NDRPDR sel
2605       - 28  # NDRPDR sel
2606       - 31  # NDRPDR sel
2607   compare:
2608     title: "2-Node Skx"
2609     data:
2610       # TODO: Add new data:
2611       csit-vpp-perf-verify-1901-2n-skx:
2612       - 5   # NDRPDR sel
2613       - 10  # NDRPDR sel fails
2614       - 12  # NDRPDR sel
2615       - 13  # NDRPDR sel
2616       - 16  # NDRPDR sel fails
2617   data: "vpp-compare-topologies"
2618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2619   filter: "'NDRPDR' and '1C'"
2620   parameters:
2621   - "name"
2622   - "parent"
2623   - "throughput"
2624
2625 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2626 -
2627   type: "table"
2628   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2629   algorithm: "table_performance_comparison"
2630   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2631   reference:
2632     title: "3-Node Skx"
2633     data:
2634       # TODO: Add new data:
2635       csit-vpp-perf-verify-1901-3n-skx:
2636       - 18  # NDRPDR sel
2637       - 19  # NDRPDR sel
2638       - 20  # NDRPDR sel
2639       - 28  # NDRPDR sel
2640       - 31  # NDRPDR sel
2641   compare:
2642     title: "2-Node Skx"
2643     data:
2644       # TODO: Add new data:
2645       csit-vpp-perf-verify-1901-2n-skx:
2646       - 5   # NDRPDR sel
2647       - 10  # NDRPDR sel fails
2648       - 12  # NDRPDR sel
2649       - 13  # NDRPDR sel
2650       - 16  # NDRPDR sel fails
2651   data: "vpp-compare-topologies"
2652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2653   filter: "'NDRPDR' and '2C'"
2654   parameters:
2655   - "name"
2656   - "parent"
2657   - "throughput"
2658
2659 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2660 -
2661   type: "table"
2662   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2663   algorithm: "table_performance_comparison"
2664   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2665   reference:
2666     title: "3-Node Skx"
2667     data:
2668       # TODO: Add new data:
2669       csit-vpp-perf-verify-1901-3n-skx:
2670       - 18  # NDRPDR sel
2671       - 19  # NDRPDR sel
2672       - 20  # NDRPDR sel
2673       - 28  # NDRPDR sel
2674       - 31  # NDRPDR sel
2675   compare:
2676     title: "2-Node Skx"
2677     data:
2678       # TODO: Add new data:
2679       csit-vpp-perf-verify-1901-2n-skx:
2680       - 5   # NDRPDR sel
2681       - 10  # NDRPDR sel fails
2682       - 12  # NDRPDR sel
2683       - 13  # NDRPDR sel
2684       - 16  # NDRPDR sel fails
2685   data: "vpp-compare-topologies"
2686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2687   filter: "'NDRPDR' and '1C'"
2688   parameters:
2689   - "name"
2690   - "parent"
2691   - "throughput"
2692
2693 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2694 -
2695   type: "table"
2696   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2697   algorithm: "table_performance_comparison"
2698   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2699   reference:
2700     title: "3-Node Skx"
2701     data:
2702       # TODO: Add new data:
2703       csit-vpp-perf-verify-1901-3n-skx:
2704       - 18  # NDRPDR sel
2705       - 19  # NDRPDR sel
2706       - 20  # NDRPDR sel
2707       - 28  # NDRPDR sel
2708       - 31  # NDRPDR sel
2709   compare:
2710     title: "2-Node Skx"
2711     data:
2712       # TODO: Add new data:
2713       csit-vpp-perf-verify-1901-2n-skx:
2714       - 5   # NDRPDR sel
2715       - 10  # NDRPDR sel fails
2716       - 12  # NDRPDR sel
2717       - 13  # NDRPDR sel
2718       - 16  # NDRPDR sel fails
2719   data: "vpp-compare-topologies"
2720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2721   filter: "'NDRPDR' and '2C'"
2722   parameters:
2723   - "name"
2724   - "parent"
2725   - "throughput"
2726
2727 # VPP Performance Changes 3n-hsw 1t1c MRR
2728 -
2729   type: "table"
2730   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2731   algorithm: "table_performance_comparison"
2732   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2733   history:
2734     -
2735       title: "rls1807"
2736       data:
2737         csit-vpp-perf-verify-1807-3n-hsw:
2738         - 8   # MRR full
2739         - 9   # MRR sel
2740         - 21  # MRR sel
2741         - 31  # MRR sel
2742         - 33  # MRR sel
2743         - 36  # MRR sel
2744         - 41  # MRR sel
2745         - 42  # MRR sel
2746         - 48  # MRR sel
2747   reference:
2748     title: "rls1810"
2749     data:
2750       csit-vpp-perf-verify-1810-3n-hsw:
2751       - 9   # MRR sel
2752   compare:
2753     title: "rls1901"
2754     data:
2755       # TODO: Add new data
2756       csit-vpp-perf-verify-1901-3n-hsw:
2757       - 35  # MRR sel
2758   data: "vpp-performance-changes-3n-hsw-mrr"
2759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2760   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2761   parameters:
2762   - "name"
2763   - "parent"
2764   - "result"
2765
2766 # VPP Performance Changes 3n-hsw 2t2c MRR
2767 -
2768   type: "table"
2769   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2770   algorithm: "table_performance_comparison"
2771   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2772   history:
2773     -
2774       title: "rls1807"
2775       data:
2776         csit-vpp-perf-verify-1807-3n-hsw:
2777         - 8   # MRR full
2778         - 9   # MRR sel
2779         - 21  # MRR sel
2780         - 31  # MRR sel
2781         - 33  # MRR sel
2782         - 36  # MRR sel
2783         - 41  # MRR sel
2784         - 42  # MRR sel
2785         - 48  # MRR sel
2786   reference:
2787     title: "rls1810"
2788     data:
2789       csit-vpp-perf-verify-1810-3n-hsw:
2790       - 9   # MRR sel
2791   compare:
2792     title: "rls1901"
2793     data:
2794       # TODO: Add new data
2795       csit-vpp-perf-verify-1901-3n-hsw:
2796       - 35  # MRR sel
2797   data: "vpp-performance-changes-3n-hsw-mrr"
2798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2799   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2800   parameters:
2801   - "name"
2802   - "parent"
2803   - "result"
2804
2805 # VPP Performance Changes 3n-hsw 4t4c MRR
2806 -
2807   type: "table"
2808   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2811   history:
2812     -
2813       title: "rls1807"
2814       data:
2815         csit-vpp-perf-verify-1807-3n-hsw:
2816         - 8   # MRR full
2817         - 9   # MRR sel
2818         - 21  # MRR sel
2819         - 31  # MRR sel
2820         - 33  # MRR sel
2821         - 36  # MRR sel
2822         - 41  # MRR sel
2823         - 42  # MRR sel
2824         - 48  # MRR sel
2825   reference:
2826     title: "rls1810"
2827     data:
2828       csit-vpp-perf-verify-1810-3n-hsw:
2829       - 9   # MRR sel
2830   compare:
2831     title: "rls1901"
2832     data:
2833       # TODO: Add new data
2834       csit-vpp-perf-verify-1901-3n-hsw:
2835       - 35  # MRR sel
2836   data: "vpp-performance-changes-3n-hsw-mrr"
2837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2838   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2839   parameters:
2840   - "name"
2841   - "parent"
2842   - "result"
2843
2844 # VPP Performance Changes 3n-skx 2t1c MRR
2845 -
2846   type: "table"
2847   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2848   algorithm: "table_performance_comparison"
2849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2850   history:
2851     -
2852       title: "rls1807"
2853       data:
2854         csit-vpp-perf-verify-1807-3n-skx:
2855         - 28  # MRR sel
2856         - 32  # MRR sel
2857         - 36  # MRR sel
2858         - 42  # MRR sel
2859         - 47  # MRR sel
2860         - 48  # MRR sel
2861         - 51  # MRR sel
2862         - 52  # MRR sel
2863         - 53  # MRR sel
2864   reference:
2865     title: "rls1810"
2866     data:
2867       csit-vpp-perf-verify-1810-3n-skx:
2868       - 9   # MRR sel
2869       - 11  # MRR sel
2870       - 12  # MRR sel
2871       - 13  # MRR sel
2872   compare:
2873     title: "rls1901"
2874     data:
2875       # TODO: Add new data
2876       csit-vpp-perf-verify-1901-3n-skx:
2877       - 32  # MRR sel
2878   data: "vpp-performance-changes-3n-skx-mrr"
2879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2880   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2881   parameters:
2882   - "name"
2883   - "parent"
2884   - "result"
2885
2886 # VPP Performance Changes 3n-skx 4t2c MRR
2887 -
2888   type: "table"
2889   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2890   algorithm: "table_performance_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2892   history:
2893     -
2894       title: "rls1807"
2895       data:
2896         csit-vpp-perf-verify-1807-3n-skx:
2897         - 28  # MRR sel
2898         - 32  # MRR sel
2899         - 36  # MRR sel
2900         - 42  # MRR sel
2901         - 47  # MRR sel
2902         - 48  # MRR sel
2903         - 51  # MRR sel
2904         - 52  # MRR sel
2905         - 53  # MRR sel
2906   reference:
2907     title: "rls1810"
2908     data:
2909       csit-vpp-perf-verify-1810-3n-skx:
2910       - 9   # MRR sel
2911       - 11  # MRR sel
2912       - 12  # MRR sel
2913       - 13  # MRR sel
2914   compare:
2915     title: "rls1901"
2916     data:
2917       # TODO: Add new data
2918       csit-vpp-perf-verify-1901-3n-skx:
2919       - 32  # MRR sel
2920   data: "vpp-performance-changes-3n-skx-mrr"
2921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2922   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2923   parameters:
2924   - "name"
2925   - "parent"
2926   - "result"
2927
2928 # VPP Performance Changes 3n-skx 8t4c MRR
2929 -
2930   type: "table"
2931   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2934   history:
2935     -
2936       title: "rls1807"
2937       data:
2938         csit-vpp-perf-verify-1807-3n-skx:
2939         - 28  # MRR sel
2940         - 32  # MRR sel
2941         - 36  # MRR sel
2942         - 42  # MRR sel
2943         - 47  # MRR sel
2944         - 48  # MRR sel
2945         - 51  # MRR sel
2946         - 52  # MRR sel
2947         - 53  # MRR sel
2948   reference:
2949     title: "rls1810"
2950     data:
2951       csit-vpp-perf-verify-1810-3n-skx:
2952       - 9   # MRR sel
2953       - 11  # MRR sel
2954       - 12  # MRR sel
2955       - 13  # MRR sel
2956   compare:
2957     title: "rls1901"
2958     data:
2959       # TODO: Add new data
2960       csit-vpp-perf-verify-1901-3n-skx:
2961       - 32  # MRR sel
2962   data: "vpp-performance-changes-3n-skx-mrr"
2963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2964   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2965   parameters:
2966   - "name"
2967   - "parent"
2968   - "result"
2969
2970 # VPP Performance Changes 2n-skx 2t1c MRR
2971 -
2972   type: "table"
2973   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2974   algorithm: "table_performance_comparison"
2975   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2976   history:
2977     -
2978       title: "rls1807"
2979       data:
2980         csit-vpp-perf-verify-1807-2n-skx:
2981         - 31  # MRR sel
2982         - 33  # MRR sel
2983         - 37  # MRR sel
2984         - 38  # MRR sel
2985         - 41  # MRR sel
2986         - 43  # MRR sel
2987         - 44  # MRR sel
2988         - 45  # MRR sel
2989         - 46  # MRR sel
2990         - 47  # MRR sel
2991   reference:
2992     title: "rls1810"
2993     data:
2994       csit-vpp-perf-verify-1810-2n-skx:
2995       - 8   # MRR sel
2996       - 10  # MRR sel
2997       - 11  # MRR sel
2998       - 12  # MRR sel
2999   compare:
3000     title: "rls1901"
3001     data:
3002       # TODO: Add new data
3003       csit-vpp-perf-verify-1901-2n-skx:
3004       - 22  # MRR sel
3005   data: "vpp-performance-changes-2n-skx-mrr"
3006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3007   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3008   parameters:
3009   - "name"
3010   - "parent"
3011   - "result"
3012
3013 # VPP Performance Changes 2n-skx 4t2c MRR
3014 -
3015   type: "table"
3016   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3017   algorithm: "table_performance_comparison"
3018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3019   history:
3020     -
3021       title: "rls1807"
3022       data:
3023         csit-vpp-perf-verify-1807-2n-skx:
3024         - 31  # MRR sel
3025         - 33  # MRR sel
3026         - 37  # MRR sel
3027         - 38  # MRR sel
3028         - 41  # MRR sel
3029         - 43  # MRR sel
3030         - 44  # MRR sel
3031         - 45  # MRR sel
3032         - 46  # MRR sel
3033         - 47  # MRR sel
3034   reference:
3035     title: "rls1810"
3036     data:
3037       csit-vpp-perf-verify-1810-2n-skx:
3038       - 8   # MRR sel
3039       - 10  # MRR sel
3040       - 11  # MRR sel
3041       - 12  # MRR sel
3042   compare:
3043     title: "rls1901"
3044     data:
3045       # TODO: Add new data
3046       csit-vpp-perf-verify-1901-2n-skx:
3047       - 22  # MRR sel
3048   data: "vpp-performance-changes-2n-skx-mrr"
3049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3050   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3051   parameters:
3052   - "name"
3053   - "parent"
3054   - "result"
3055
3056 # VPP Performance Changes 2n-skx 8t4c MRR
3057 -
3058   type: "table"
3059   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3060   algorithm: "table_performance_comparison"
3061   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3062   history:
3063     -
3064       title: "rls1807"
3065       data:
3066         csit-vpp-perf-verify-1807-2n-skx:
3067         - 31  # MRR sel
3068         - 33  # MRR sel
3069         - 37  # MRR sel
3070         - 38  # MRR sel
3071         - 41  # MRR sel
3072         - 43  # MRR sel
3073         - 44  # MRR sel
3074         - 45  # MRR sel
3075         - 46  # MRR sel
3076         - 47  # MRR sel
3077   reference:
3078     title: "rls1810"
3079     data:
3080       csit-vpp-perf-verify-1810-2n-skx:
3081       - 8   # MRR sel
3082       - 10  # MRR sel
3083       - 11  # MRR sel
3084       - 12  # MRR sel
3085   compare:
3086     title: "rls1901"
3087     data:
3088       # TODO: Add new data
3089       csit-vpp-perf-verify-1901-2n-skx:
3090       - 22  # MRR sel
3091   data: "vpp-performance-changes-2n-skx-mrr"
3092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3093   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3094   parameters:
3095   - "name"
3096   - "parent"
3097   - "result"
3098
3099 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3100 -
3101   type: "table"
3102   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3103   algorithm: "table_performance_comparison"
3104   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3105   reference:
3106     title: "3-Node Hsw"
3107     data:
3108       # TODO: Add new data
3109       csit-vpp-perf-verify-1901-3n-hsw:
3110       - 35  # MRR sel
3111   compare:
3112     title: "3-Node Skx"
3113     data:
3114       # TODO: Add new data
3115       csit-vpp-perf-verify-1901-3n-skx:
3116       - 32  # MRR sel
3117   data: "vpp-compare-testbeds-mrr"
3118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3119   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3120   parameters:
3121   - "name"
3122   - "parent"
3123   - "result"
3124
3125 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3126 -
3127   type: "table"
3128   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3129   algorithm: "table_performance_comparison"
3130   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3131   reference:
3132     title: "3-Node Hsw"
3133     data:
3134       # TODO: Add new data
3135       csit-vpp-perf-verify-1901-3n-hsw:
3136       - 35  # MRR sel
3137   compare:
3138     title: "3-Node Skx"
3139     data:
3140       # TODO: Add new data
3141       csit-vpp-perf-verify-1901-3n-skx:
3142       - 32  # MRR sel
3143   data: "vpp-compare-testbeds-mrr"
3144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3145   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3146   parameters:
3147   - "name"
3148   - "parent"
3149   - "result"
3150
3151 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3152 -
3153   type: "table"
3154   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3155   algorithm: "table_performance_comparison"
3156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3157   reference:
3158     title: "3-Node Hsw"
3159     data:
3160       # TODO: Add new data
3161       csit-vpp-perf-verify-1901-3n-hsw:
3162       - 35  # MRR sel
3163   compare:
3164     title: "3-Node Skx"
3165     data:
3166       # TODO: Add new data
3167       csit-vpp-perf-verify-1901-3n-skx:
3168       - 32  # MRR sel
3169   data: "vpp-compare-testbeds-mrr"
3170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3171   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3172   parameters:
3173   - "name"
3174   - "parent"
3175   - "result"
3176
3177 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3178 -
3179   type: "table"
3180   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3181   algorithm: "table_performance_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3183   reference:
3184     title: "3-Node Skx"
3185     data:
3186       # TODO: Add new data
3187       csit-vpp-perf-verify-1901-3n-skx:
3188       - 32  # MRR sel
3189   compare:
3190     title: "2-Node Skx"
3191     data:
3192       # TODO: Add new data
3193       csit-vpp-perf-verify-1901-2n-skx:
3194       - 22  # MRR sel
3195   data: "vpp-compare-topologies-mrr"
3196   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3197   filter: "'MRR' and '1C'"
3198   parameters:
3199   - "name"
3200   - "parent"
3201   - "result"
3202
3203 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3204 -
3205   type: "table"
3206   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3207   algorithm: "table_performance_comparison"
3208   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3209   reference:
3210     title: "3-Node Skx"
3211     data:
3212       # TODO: Add new data
3213       csit-vpp-perf-verify-1901-3n-skx:
3214       - 32  # MRR sel
3215   compare:
3216     title: "2-Node Skx"
3217     data:
3218       # TODO: Add new data
3219       csit-vpp-perf-verify-1901-2n-skx:
3220       - 22  # MRR sel
3221   data: "vpp-compare-topologies-mrr"
3222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3223   filter: "'MRR' and '2C'"
3224   parameters:
3225   - "name"
3226   - "parent"
3227   - "result"
3228
3229 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3230 -
3231   type: "table"
3232   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3233   algorithm: "table_performance_comparison"
3234   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3235   reference:
3236     title: "3-Node Skx"
3237     data:
3238       # TODO: Add new data
3239       csit-vpp-perf-verify-1901-3n-skx:
3240       - 32  # MRR sel
3241   compare:
3242     title: "2-Node Skx"
3243     data:
3244       # TODO: Add new data
3245       csit-vpp-perf-verify-1901-2n-skx:
3246       - 22  # MRR sel
3247   data: "vpp-compare-topologies-mrr"
3248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3249   filter: "'MRR' and '4C'"
3250   parameters:
3251   - "name"
3252   - "parent"
3253   - "result"
3254
3255 # Detailed Test Results - VPP Performance Results 3n-hsw
3256 -
3257   type: "table"
3258   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3259   algorithm: "table_merged_details"
3260   output-file-ext: ".csv"
3261   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3262   columns:
3263   -
3264     title: "Name"
3265     data: "data name"
3266   -
3267     title: "Status"
3268     data: "data msg"
3269   rows: "generated"
3270   data: "vpp-perf-results-3n-hsw"
3271   filter: "not 'NDRCHK' and not 'PDRCHK'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "msg"
3276
3277 # Detailed Test Results - VPP Performance Results 3n-skx
3278 -
3279   type: "table"
3280   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3281   algorithm: "table_merged_details"
3282   output-file-ext: ".csv"
3283   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3284   columns:
3285   -
3286     title: "Name"
3287     data: "data name"
3288   -
3289     title: "Status"
3290     data: "data msg"
3291   rows: "generated"
3292   data: "vpp-perf-results-3n-skx"
3293   filter: "not 'NDRCHK' and not 'PDRCHK'"
3294   parameters:
3295   - "name"
3296   - "parent"
3297   - "msg"
3298
3299 # Detailed Test Results - VPP Performance Results 2n-skx
3300 -
3301   type: "table"
3302   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3303   algorithm: "table_merged_details"
3304   output-file-ext: ".csv"
3305   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3306   columns:
3307   -
3308     title: "Name"
3309     data: "data name"
3310   -
3311     title: "Status"
3312     data: "data msg"
3313   rows: "generated"
3314   data: "vpp-perf-results-2n-skx"
3315   filter: "not 'NDRCHK' and not 'PDRCHK'"
3316   parameters:
3317   - "name"
3318   - "parent"
3319   - "msg"
3320
3321 # Detailed Test Results - VPP Performance Results 2n-dnv
3322 -
3323   type: "table"
3324   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3325   algorithm: "table_details"
3326   output-file-ext: ".csv"
3327   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3328   columns:
3329   -
3330     title: "Name"
3331     data: "data name"
3332   -
3333     title: "Status"
3334     data: "data msg"
3335   rows: "generated"
3336   data: "intel-dnv-vpp"
3337   filter: "'NDRPDR'"
3338   parameters:
3339   - "name"
3340   - "parent"
3341   - "msg"
3342
3343 # Test configuration - VPP Performance Test Configs 3n-hsw
3344 -
3345   type: "table"
3346   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3347   algorithm: "table_merged_details"
3348   output-file-ext: ".csv"
3349   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3350   columns:
3351   -
3352     title: "Name"
3353     data: "data name"
3354   -
3355     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3356     data: "data vat-history"
3357   rows: "generated"
3358   data: "vpp-perf-results-3n-hsw"
3359   filter: "not 'NDRCHK' and not 'PDRCHK'"
3360   parameters:
3361   - "parent"
3362   - "name"
3363   - "vat-history"
3364
3365 # Test configuration - VPP Performance Test Configs 3n-skx
3366 -
3367   type: "table"
3368   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3369   algorithm: "table_merged_details"
3370   output-file-ext: ".csv"
3371   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3372   columns:
3373   -
3374     title: "Name"
3375     data: "data name"
3376   -
3377     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3378     data: "data vat-history"
3379   rows: "generated"
3380   data: "vpp-perf-results-3n-skx"
3381   filter: "not 'NDRCHK' and not 'PDRCHK'"
3382   parameters:
3383   - "parent"
3384   - "name"
3385   - "vat-history"
3386
3387 # Test configuration - VPP Performance Test Configs 2n-skx
3388 -
3389   type: "table"
3390   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3391   algorithm: "table_merged_details"
3392   output-file-ext: ".csv"
3393   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3394   columns:
3395   -
3396     title: "Name"
3397     data: "data name"
3398   -
3399     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3400     data: "data vat-history"
3401   rows: "generated"
3402   data: "vpp-perf-results-2n-skx"
3403   filter: "not 'NDRCHK' and not 'PDRCHK'"
3404   parameters:
3405   - "parent"
3406   - "name"
3407   - "vat-history"
3408
3409 # Test configuration - VPP Performance Test Configs 2n-dnv
3410 -
3411   type: "table"
3412   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3413   algorithm: "table_details"
3414   output-file-ext: ".csv"
3415   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3416   columns:
3417   -
3418     title: "Name"
3419     data: "data name"
3420   -
3421     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3422     data: "data vat-history"
3423   rows: "generated"
3424   data: "intel-dnv-vpp"
3425   filter: "'NDRPDR'"
3426   parameters:
3427   - "parent"
3428   - "name"
3429   - "vat-history"
3430
3431 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3432 -
3433   type: "table"
3434   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3435   algorithm: "table_merged_details"
3436   output-file-ext: ".csv"
3437   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3438   columns:
3439   -
3440     title: "Name"
3441     data: "data name"
3442   -
3443     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3444     data: "data show-run"
3445   rows: "generated"
3446   data: "vpp-perf-results-3n-hsw"
3447   filter: "not 'NDRCHK' and not 'PDRCHK'"
3448   parameters:
3449   - "parent"
3450   - "name"
3451   - "show-run"
3452
3453 # Test Operational Data - VPP Performance Operational Data 3n-skx
3454 -
3455   type: "table"
3456   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3457   algorithm: "table_merged_details"
3458   output-file-ext: ".csv"
3459   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3460   columns:
3461   -
3462     title: "Name"
3463     data: "data name"
3464   -
3465     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3466     data: "data show-run"
3467   rows: "generated"
3468   data: "vpp-perf-results-3n-skx"
3469   filter: "not 'NDRCHK' and not 'PDRCHK'"
3470   parameters:
3471   - "parent"
3472   - "name"
3473   - "show-run"
3474
3475 # Test Operational Data - VPP Performance Operational Data 2n-skx
3476 -
3477   type: "table"
3478   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3479   algorithm: "table_merged_details"
3480   output-file-ext: ".csv"
3481   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3482   columns:
3483   -
3484     title: "Name"
3485     data: "data name"
3486   -
3487     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3488     data: "data show-run"
3489   rows: "generated"
3490   data: "vpp-perf-results-2n-skx"
3491   filter: "not 'NDRCHK' and not 'PDRCHK'"
3492   parameters:
3493   - "parent"
3494   - "name"
3495   - "show-run"
3496
3497 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3498 -
3499   type: "table"
3500   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3501   algorithm: "table_details"
3502   output-file-ext: ".csv"
3503   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3504   columns:
3505   -
3506     title: "Name"
3507     data: "data name"
3508   -
3509     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3510     data: "data show-run"
3511   rows: "generated"
3512   data: "intel-dnv-vpp"
3513   filter: "'NDRPDR'"
3514   parameters:
3515   - "parent"
3516   - "name"
3517   - "show-run"
3518
3519 # Detailed Test Results - VPP MRR Results 3n-hsw
3520 -
3521   type: "table"
3522   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3523   algorithm: "table_details"
3524   output-file-ext: ".csv"
3525   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3526   columns:
3527   -
3528     title: "Name"
3529     data: "data name"
3530   -
3531     title: "Status"
3532     data: "data msg"
3533   rows: "generated"
3534   data: "vpp-mrr-results-3n-hsw"
3535   filter: "'MRR'"
3536   parameters:
3537   - "name"
3538   - "parent"
3539   - "msg"
3540
3541 # Detailed Test Results - VPP MRR Results 3n-skx
3542 -
3543   type: "table"
3544   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3545   algorithm: "table_details"
3546   output-file-ext: ".csv"
3547   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3548   columns:
3549   -
3550     title: "Name"
3551     data: "data name"
3552   -
3553     title: "Status"
3554     data: "data msg"
3555   rows: "generated"
3556   data: "vpp-mrr-results-3n-skx"
3557   filter: "'MRR'"
3558   parameters:
3559   - "name"
3560   - "parent"
3561   - "msg"
3562
3563 # Detailed Test Results - VPP MRR Results 2n-skx
3564 -
3565   type: "table"
3566   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3567   algorithm: "table_details"
3568   output-file-ext: ".csv"
3569   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3570   columns:
3571   -
3572     title: "Name"
3573     data: "data name"
3574   -
3575     title: "Status"
3576     data: "data msg"
3577   rows: "generated"
3578   data: "vpp-mrr-results-2n-skx"
3579   filter: "'MRR'"
3580   parameters:
3581   - "name"
3582   - "parent"
3583   - "msg"
3584
3585 # Detailed Test Results - VPP MRR Results 2n-dnv
3586 -
3587   type: "table"
3588   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3589   algorithm: "table_details"
3590   output-file-ext: ".csv"
3591   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3592   columns:
3593   -
3594     title: "Name"
3595     data: "data name"
3596   -
3597     title: "Status"
3598     data: "data msg"
3599   rows: "generated"
3600   data: "intel-dnv-vpp"
3601   filter: "'MRR'"
3602   parameters:
3603   - "name"
3604   - "parent"
3605   - "msg"
3606
3607 # Test configuration - VPP MRR Test Configs 3n-hsw
3608 -
3609   type: "table"
3610   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3611   algorithm: "table_details"
3612   output-file-ext: ".csv"
3613   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3614   columns:
3615   -
3616     title: "Name"
3617     data: "data name"
3618   -
3619     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3620     data: "data vat-history"
3621   rows: "generated"
3622   data: "vpp-mrr-results-3n-hsw"
3623   filter: "'MRR'"
3624   parameters:
3625   - "parent"
3626   - "name"
3627   - "vat-history"
3628
3629 # Test configuration - VPP MRR Test Configs 3n-skx
3630 -
3631   type: "table"
3632   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3633   algorithm: "table_details"
3634   output-file-ext: ".csv"
3635   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3636   columns:
3637   -
3638     title: "Name"
3639     data: "data name"
3640   -
3641     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3642     data: "data vat-history"
3643   rows: "generated"
3644   data: "vpp-mrr-results-3n-skx"
3645   filter: "'MRR'"
3646   parameters:
3647   - "parent"
3648   - "name"
3649   - "vat-history"
3650
3651 # Test configuration - VPP MRR Test Configs 2n-skx
3652 -
3653   type: "table"
3654   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3655   algorithm: "table_details"
3656   output-file-ext: ".csv"
3657   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3658   columns:
3659   -
3660     title: "Name"
3661     data: "data name"
3662   -
3663     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3664     data: "data vat-history"
3665   rows: "generated"
3666   data: "vpp-mrr-results-2n-skx"
3667   filter: "'MRR'"
3668   parameters:
3669   - "parent"
3670   - "name"
3671   - "vat-history"
3672
3673 # Test configuration - VPP MRR Test Configs 2n-dnv
3674 -
3675   type: "table"
3676   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3677   algorithm: "table_details"
3678   output-file-ext: ".csv"
3679   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3680   columns:
3681   -
3682     title: "Name"
3683     data: "data name"
3684   -
3685     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3686     data: "data vat-history"
3687   rows: "generated"
3688   data: "intel-dnv-vpp"
3689   filter: "'MRR'"
3690   parameters:
3691   - "parent"
3692   - "name"
3693   - "vat-history"
3694
3695 # Detailed Test Results - VPP Functional Results - Ubuntu
3696 -
3697   type: "table"
3698   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3699   algorithm: "table_details"
3700   output-file-ext: ".csv"
3701   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3702   columns:
3703   -
3704     title: "Name"
3705     data: "data name"
3706   -
3707     title: "Documentation"
3708     data: "data doc"
3709   -
3710     title: "Status"
3711     data: "data status"
3712   rows: "generated"
3713   data: "vpp-func-results-ubuntu"
3714   filter: "all"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "doc"
3719   - "status"
3720
3721 # Detailed Test Results - VPP Functional Results - CentOS
3722 -
3723   type: "table"
3724   title: "Detailed Test Results - VPP Functional Results - CentOS"
3725   algorithm: "table_details"
3726   output-file-ext: ".csv"
3727   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3728   columns:
3729   -
3730     title: "Name"
3731     data: "data name"
3732   -
3733     title: "Documentation"
3734     data: "data doc"
3735   -
3736     title: "Status"
3737     data: "data status"
3738   rows: "generated"
3739   data:
3740     "vpp-func-results-centos"
3741   filter: "all"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "doc"
3746   - "status"
3747
3748 # Test configuration - VPP Functional Test Configs - Ubuntu
3749 -
3750   type: "table"
3751   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3752   algorithm: "table_details"
3753   output-file-ext: ".csv"
3754   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3755   columns:
3756   -
3757     title: "Name"
3758     data: "data name"
3759   -
3760     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3761     data: "data vat-history"
3762   rows: "generated"
3763   data: "vpp-func-results-ubuntu"
3764   filter: "all"
3765   parameters:
3766   - "parent"
3767   - "name"
3768   - "vat-history"
3769
3770 # Test configuration - VPP Functional Test Configs - CentOS
3771 -
3772   type: "table"
3773   title: "Test configuration - VPP Functional Test Configs - CentOS"
3774   algorithm: "table_details"
3775   output-file-ext: ".csv"
3776   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3777   columns:
3778   -
3779     title: "Name"
3780     data: "data name"
3781   -
3782     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3783     data: "data vat-history"
3784   rows: "generated"
3785   data: "vpp-func-results-centos"
3786   filter: "all"
3787   parameters:
3788   - "parent"
3789   - "name"
3790   - "vat-history"
3791
3792 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3793 -
3794   type: "table"
3795   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3796   algorithm: "table_details"
3797   output-file-ext: ".csv"
3798   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3799   columns:
3800   -
3801     title: "Name"
3802     data: "data name"
3803   -
3804     title: "Status"
3805     data: "data msg"
3806   rows: "generated"
3807   data: "ligato-perf-results-3n-hsw"
3808   filter: "all"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "msg"
3813
3814 # Detailed Test Results - VPP Device Results - Ubuntu
3815 -
3816   type: "table"
3817   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3818   algorithm: "table_details"
3819   output-file-ext: ".csv"
3820   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3821   columns:
3822   -
3823     title: "Name"
3824     data: "data name"
3825   -
3826     title: "Documentation"
3827     data: "data doc"
3828   -
3829     title: "Status"
3830     data: "data status"
3831   rows: "generated"
3832   data: "vpp-device-results-ubuntu"
3833   filter: "all"
3834   parameters:
3835   - "name"
3836   - "parent"
3837   - "doc"
3838   - "status"
3839
3840 # Test configuration - VPP Device Test Configs - Ubuntu
3841 -
3842   type: "table"
3843   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3844   algorithm: "table_details"
3845   output-file-ext: ".csv"
3846   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3847   columns:
3848   -
3849     title: "Name"
3850     data: "data name"
3851   -
3852     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3853     data: "data vat-history"
3854   rows: "generated"
3855   data: "vpp-device-results-ubuntu"
3856   filter: "all"
3857   parameters:
3858   - "parent"
3859   - "name"
3860   - "vat-history"
3861
3862 ################################################################################
3863
3864 # DPDK Performance Changes 3n-hsw 1t1c pdr
3865 -
3866   type: "table"
3867   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3868   algorithm: "table_performance_comparison"
3869   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3870   history:
3871     -
3872       title: "rls1807"
3873       data:
3874         csit-dpdk-perf-verify-1807-3n-hsw:
3875         - 11
3876         - 12  # full
3877         - 14
3878         - 15
3879         - 16
3880         - 17
3881         - 20
3882         - 21
3883         - 22
3884         - 23
3885   reference:
3886     title: "rls1810"
3887     data:
3888       csit-dpdk-perf-verify-1810-3n-hsw:
3889       - 1   # NDRPDR sel
3890       - 2   # NDRPDR sel
3891       - 3   # NDRPDR sel
3892       - 4   # NDRPDR sel
3893       - 5   # NDRPDR sel
3894       - 6   # NDRPDR sel
3895       - 7   # NDRPDR sel
3896       - 8   # NDRPDR sel
3897       - 9   # NDRPDR sel
3898       - 10  # NDRPDR sel
3899   compare:
3900     title: "rls1901"
3901     data:
3902       # TODO: Add new data
3903       csit-dpdk-perf-verify-1901-3n-hsw:
3904       - 3   # NDRPDR sel
3905       - 4   # NDRPDR sel
3906       - 5   # NDRPDR sel
3907       - 6   # NDRPDR sel
3908       - 7   # NDRPDR sel
3909   data: "dpdk-performance-changes-3n-hsw"
3910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3911   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3912   parameters:
3913   - "name"
3914   - "parent"
3915   - "throughput"
3916
3917 # DPDK Performance Changes 3n-hsw 2t2c pdr
3918 -
3919   type: "table"
3920   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3921   algorithm: "table_performance_comparison"
3922   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3923   history:
3924     -
3925       title: "rls1807"
3926       data:
3927         csit-dpdk-perf-verify-1807-3n-hsw:
3928         - 11
3929         - 12  # full
3930         - 14
3931         - 15
3932         - 16
3933         - 17
3934         - 20
3935         - 21
3936         - 22
3937         - 23
3938   reference:
3939     title: "rls1810"
3940     data:
3941       csit-dpdk-perf-verify-1810-3n-hsw:
3942       - 1   # NDRPDR sel
3943       - 2   # NDRPDR sel
3944       - 3   # NDRPDR sel
3945       - 4   # NDRPDR sel
3946       - 5   # NDRPDR sel
3947       - 6   # NDRPDR sel
3948       - 7   # NDRPDR sel
3949       - 8   # NDRPDR sel
3950       - 9   # NDRPDR sel
3951       - 10  # NDRPDR sel
3952   compare:
3953     title: "rls1901"
3954     data:
3955       # TODO: Add new data
3956       csit-dpdk-perf-verify-1901-3n-hsw:
3957       - 3   # NDRPDR sel
3958       - 4   # NDRPDR sel
3959       - 5   # NDRPDR sel
3960       - 6   # NDRPDR sel
3961       - 7   # NDRPDR sel
3962   data: "dpdk-performance-changes-3n-hsw"
3963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3965   parameters:
3966   - "name"
3967   - "parent"
3968   - "throughput"
3969
3970 # DPDK Performance Changes 3n-hsw 1t1c ndr
3971 -
3972   type: "table"
3973   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3974   algorithm: "table_performance_comparison"
3975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3976   history:
3977     -
3978       title: "rls1807"
3979       data:
3980         csit-dpdk-perf-verify-1807-3n-hsw:
3981         - 11
3982         - 12  # full
3983         - 14
3984         - 15
3985         - 16
3986         - 17
3987         - 20
3988         - 21
3989         - 22
3990         - 23
3991   reference:
3992     title: "rls1810"
3993     data:
3994       csit-dpdk-perf-verify-1810-3n-hsw:
3995       - 1   # NDRPDR sel
3996       - 2   # NDRPDR sel
3997       - 3   # NDRPDR sel
3998       - 4   # NDRPDR sel
3999       - 5   # NDRPDR sel
4000       - 6   # NDRPDR sel
4001       - 7   # NDRPDR sel
4002       - 8   # NDRPDR sel
4003       - 9   # NDRPDR sel
4004       - 10  # NDRPDR sel
4005   compare:
4006     title: "rls1901"
4007     data:
4008       # TODO: Add new data
4009       csit-dpdk-perf-verify-1901-3n-hsw:
4010       - 3   # NDRPDR sel
4011       - 4   # NDRPDR sel
4012       - 5   # NDRPDR sel
4013       - 6   # NDRPDR sel
4014       - 7   # NDRPDR sel
4015   data: "dpdk-performance-changes-3n-hsw"
4016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4018   parameters:
4019   - "name"
4020   - "parent"
4021   - "throughput"
4022
4023 # DPDK Performance Changes 3n-hsw 2t2c ndr
4024 -
4025   type: "table"
4026   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4027   algorithm: "table_performance_comparison"
4028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4029   history:
4030     -
4031       title: "rls1807"
4032       data:
4033         csit-dpdk-perf-verify-1807-3n-hsw:
4034         - 11
4035         - 12  # full
4036         - 14
4037         - 15
4038         - 16
4039         - 17
4040         - 20
4041         - 21
4042         - 22
4043         - 23
4044   reference:
4045     title: "rls1810"
4046     data:
4047       csit-dpdk-perf-verify-1810-3n-hsw:
4048       - 1   # NDRPDR sel
4049       - 2   # NDRPDR sel
4050       - 3   # NDRPDR sel
4051       - 4   # NDRPDR sel
4052       - 5   # NDRPDR sel
4053       - 6   # NDRPDR sel
4054       - 7   # NDRPDR sel
4055       - 8   # NDRPDR sel
4056       - 9   # NDRPDR sel
4057       - 10  # NDRPDR sel
4058   compare:
4059     title: "rls1901"
4060     data:
4061       # TODO: Add new data
4062       csit-dpdk-perf-verify-1901-3n-hsw:
4063       - 3   # NDRPDR sel
4064       - 4   # NDRPDR sel
4065       - 5   # NDRPDR sel
4066       - 6   # NDRPDR sel
4067       - 7   # NDRPDR sel
4068   data: "dpdk-performance-changes-3n-hsw"
4069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4070   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4071   parameters:
4072   - "name"
4073   - "parent"
4074   - "throughput"
4075
4076 # DPDK Performance Changes 3n-skx 2t1c pdr
4077 -
4078   type: "table"
4079   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4080   algorithm: "table_performance_comparison"
4081   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4082   history:
4083     -
4084       title: "rls1807"
4085       data:
4086         csit-dpdk-perf-verify-1807-3n-skx:
4087         - 1   # NDRPDR sel
4088         - 2   # NDRPDR sel
4089         - 3   # NDRPDR sel
4090         - 6   # NDRPDR sel
4091         - 7   # NDRPDR sel
4092         - 8   # NDRPDR sel
4093         - 9   # NDRPDR sel
4094         - 10  # NDRPDR sel
4095         - 11  # NDRPDR sel
4096         - 12  # NDRPDR sel
4097   reference:
4098     title: "rls1810"
4099     data:
4100       csit-dpdk-perf-verify-1810-3n-skx:
4101       - 3   # NDRPDR sel
4102       - 4   # NDRPDR sel
4103       - 6   # NDRPDR sel
4104       - 7   # NDRPDR sel
4105       - 8   # NDRPDR sel
4106       - 9   # NDRPDR sel
4107       - 10  # NDRPDR sel
4108       - 11  # NDRPDR sel
4109       - 12  # NDRPDR sel
4110       - 13  # NDRPDR sel
4111   compare:
4112     title: "rls1901"
4113     data:
4114       # TODO: Replace with new data
4115       csit-dpdk-perf-verify-1810-3n-skx:
4116       - 3   # NDRPDR sel
4117       - 4   # NDRPDR sel
4118       - 6   # NDRPDR sel
4119       - 7   # NDRPDR sel
4120       - 8   # NDRPDR sel
4121       - 9   # NDRPDR sel
4122       - 10  # NDRPDR sel
4123       - 11  # NDRPDR sel
4124       - 12  # NDRPDR sel
4125       - 13  # NDRPDR sel
4126   data: "dpdk-performance-changes-3n-skx"
4127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4128   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4129   parameters:
4130   - "name"
4131   - "parent"
4132   - "throughput"
4133
4134 # DPDK Performance Changes 3n-skx 4t2c pdr
4135 -
4136   type: "table"
4137   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4138   algorithm: "table_performance_comparison"
4139   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4140   history:
4141     -
4142       title: "rls1807"
4143       data:
4144         csit-dpdk-perf-verify-1807-3n-skx:
4145         - 1   # NDRPDR sel
4146         - 2   # NDRPDR sel
4147         - 3   # NDRPDR sel
4148         - 6   # NDRPDR sel
4149         - 7   # NDRPDR sel
4150         - 8   # NDRPDR sel
4151         - 9   # NDRPDR sel
4152         - 10  # NDRPDR sel
4153         - 11  # NDRPDR sel
4154         - 12  # NDRPDR sel
4155   reference:
4156     title: "rls1810"
4157     data:
4158       csit-dpdk-perf-verify-1810-3n-skx:
4159       - 3   # NDRPDR sel
4160       - 4   # NDRPDR sel
4161       - 6   # NDRPDR sel
4162       - 7   # NDRPDR sel
4163       - 8   # NDRPDR sel
4164       - 9   # NDRPDR sel
4165       - 10  # NDRPDR sel
4166       - 11  # NDRPDR sel
4167       - 12  # NDRPDR sel
4168       - 13  # NDRPDR sel
4169   compare:
4170     title: "rls1901"
4171     data:
4172       # TODO: Replace with new data
4173       csit-dpdk-perf-verify-1810-3n-skx:
4174       - 3   # NDRPDR sel
4175       - 4   # NDRPDR sel
4176       - 6   # NDRPDR sel
4177       - 7   # NDRPDR sel
4178       - 8   # NDRPDR sel
4179       - 9   # NDRPDR sel
4180       - 10  # NDRPDR sel
4181       - 11  # NDRPDR sel
4182       - 12  # NDRPDR sel
4183       - 13  # NDRPDR sel
4184   data: "dpdk-performance-changes-3n-skx"
4185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4186   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4187   parameters:
4188   - "name"
4189   - "parent"
4190   - "throughput"
4191
4192 # DPDK Performance Changes 3n-skx 2t1c ndr
4193 -
4194   type: "table"
4195   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4196   algorithm: "table_performance_comparison"
4197   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4198   history:
4199     -
4200       title: "rls1807"
4201       data:
4202         csit-dpdk-perf-verify-1807-3n-skx:
4203         - 1   # NDRPDR sel
4204         - 2   # NDRPDR sel
4205         - 3   # NDRPDR sel
4206         - 6   # NDRPDR sel
4207         - 7   # NDRPDR sel
4208         - 8   # NDRPDR sel
4209         - 9   # NDRPDR sel
4210         - 10  # NDRPDR sel
4211         - 11  # NDRPDR sel
4212         - 12  # NDRPDR sel
4213   reference:
4214     title: "rls1810"
4215     data:
4216       csit-dpdk-perf-verify-1810-3n-skx:
4217       - 3   # NDRPDR sel
4218       - 4   # NDRPDR sel
4219       - 6   # NDRPDR sel
4220       - 7   # NDRPDR sel
4221       - 8   # NDRPDR sel
4222       - 9   # NDRPDR sel
4223       - 10  # NDRPDR sel
4224       - 11  # NDRPDR sel
4225       - 12  # NDRPDR sel
4226       - 13  # NDRPDR sel
4227   compare:
4228     title: "rls1901"
4229     data:
4230       # TODO: Replace with new data
4231       csit-dpdk-perf-verify-1810-3n-skx:
4232       - 3   # NDRPDR sel
4233       - 4   # NDRPDR sel
4234       - 6   # NDRPDR sel
4235       - 7   # NDRPDR sel
4236       - 8   # NDRPDR sel
4237       - 9   # NDRPDR sel
4238       - 10  # NDRPDR sel
4239       - 11  # NDRPDR sel
4240       - 12  # NDRPDR sel
4241       - 13  # NDRPDR sel
4242   data: "dpdk-performance-changes-3n-skx"
4243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4244   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4245   parameters:
4246   - "name"
4247   - "parent"
4248   - "throughput"
4249
4250 # DPDK Performance Changes 3n-skx 4t2c ndr
4251 -
4252   type: "table"
4253   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4254   algorithm: "table_performance_comparison"
4255   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4256   history:
4257     -
4258       title: "rls1807"
4259       data:
4260         csit-dpdk-perf-verify-1807-3n-skx:
4261         - 1   # NDRPDR sel
4262         - 2   # NDRPDR sel
4263         - 3   # NDRPDR sel
4264         - 6   # NDRPDR sel
4265         - 7   # NDRPDR sel
4266         - 8   # NDRPDR sel
4267         - 9   # NDRPDR sel
4268         - 10  # NDRPDR sel
4269         - 11  # NDRPDR sel
4270         - 12  # NDRPDR sel
4271   reference:
4272     title: "rls1810"
4273     data:
4274       csit-dpdk-perf-verify-1810-3n-skx:
4275       - 3   # NDRPDR sel
4276       - 4   # NDRPDR sel
4277       - 6   # NDRPDR sel
4278       - 7   # NDRPDR sel
4279       - 8   # NDRPDR sel
4280       - 9   # NDRPDR sel
4281       - 10  # NDRPDR sel
4282       - 11  # NDRPDR sel
4283       - 12  # NDRPDR sel
4284       - 13  # NDRPDR sel
4285   compare:
4286     title: "rls1901"
4287     data:
4288       # TODO: Replace with new data
4289       csit-dpdk-perf-verify-1810-3n-skx:
4290       - 3   # NDRPDR sel
4291       - 4   # NDRPDR sel
4292       - 6   # NDRPDR sel
4293       - 7   # NDRPDR sel
4294       - 8   # NDRPDR sel
4295       - 9   # NDRPDR sel
4296       - 10  # NDRPDR sel
4297       - 11  # NDRPDR sel
4298       - 12  # NDRPDR sel
4299       - 13  # NDRPDR sel
4300   data: "dpdk-performance-changes-3n-skx"
4301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4302   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4303   parameters:
4304   - "name"
4305   - "parent"
4306   - "throughput"
4307
4308 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4309 -
4310   type: "table"
4311   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4312   algorithm: "table_performance_comparison"
4313   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4314   reference:
4315     title: "3-Node Hsw"
4316     data:
4317       # TODO: Add new data
4318       csit-dpdk-perf-verify-1901-3n-hsw:
4319       - 3   # NDRPDR sel
4320       - 4   # NDRPDR sel
4321       - 5   # NDRPDR sel
4322       - 6   # NDRPDR sel
4323       - 7   # NDRPDR sel
4324   compare:
4325     title: "3-Node Skx"
4326     data:
4327       # TODO: Replace with new data
4328       csit-dpdk-perf-verify-1810-3n-skx:
4329       - 3   # NDRPDR sel
4330       - 4   # NDRPDR sel
4331       - 6   # NDRPDR sel
4332       - 7   # NDRPDR sel
4333       - 8   # NDRPDR sel
4334       - 9   # NDRPDR sel
4335       - 10  # NDRPDR sel
4336       - 11  # NDRPDR sel
4337       - 12  # NDRPDR sel
4338       - 13  # NDRPDR sel
4339   data: "dpdk-compare-testbeds"
4340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4341   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4342   parameters:
4343   - "name"
4344   - "parent"
4345   - "throughput"
4346
4347 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4348 -
4349   type: "table"
4350   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4351   algorithm: "table_performance_comparison"
4352   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4353   reference:
4354     title: "3-Node Skx"
4355     data:
4356       # TODO: Replace with new data
4357       csit-dpdk-perf-verify-1810-3n-skx:
4358       - 3   # NDRPDR sel
4359       - 4   # NDRPDR sel
4360       - 6   # NDRPDR sel
4361       - 7   # NDRPDR sel
4362       - 8   # NDRPDR sel
4363       - 9   # NDRPDR sel
4364       - 10  # NDRPDR sel
4365       - 11  # NDRPDR sel
4366       - 12  # NDRPDR sel
4367       - 13  # NDRPDR sel
4368   compare:
4369     title: "2-Node Skx"
4370     data:
4371       # TODO: Add new data
4372       csit-dpdk-perf-verify-1901-2n-skx:
4373       - 2   # NDRPDR sel
4374   data: "dpdk-compare-topologies"
4375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4376   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4377   parameters:
4378   - "name"
4379   - "parent"
4380   - "throughput"
4381
4382 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4383 -
4384   type: "table"
4385   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4386   algorithm: "table_performance_comparison"
4387   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4388   reference:
4389     title: "3-Node Skx"
4390     data:
4391       # TODO: Replace with new data
4392       csit-dpdk-perf-verify-1810-3n-skx:
4393       - 3   # NDRPDR sel
4394       - 4   # NDRPDR sel
4395       - 6   # NDRPDR sel
4396       - 7   # NDRPDR sel
4397       - 8   # NDRPDR sel
4398       - 9   # NDRPDR sel
4399       - 10  # NDRPDR sel
4400       - 11  # NDRPDR sel
4401       - 12  # NDRPDR sel
4402       - 13  # NDRPDR sel
4403   compare:
4404     title: "2-Node Skx"
4405     data:
4406       # TODO: Add new data
4407       csit-dpdk-perf-verify-1901-2n-skx:
4408       - 2   # NDRPDR sel
4409   data: "dpdk-compare-topologies"
4410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4412   parameters:
4413   - "name"
4414   - "parent"
4415   - "throughput"
4416
4417 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4418 -
4419   type: "table"
4420   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4421   algorithm: "table_performance_comparison"
4422   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4423   reference:
4424     title: "3-Node Hsw"
4425     data:
4426       # TODO: Add new data
4427       csit-dpdk-perf-verify-1901-3n-hsw:
4428       - 3   # NDRPDR sel
4429       - 4   # NDRPDR sel
4430       - 5   # NDRPDR sel
4431       - 6   # NDRPDR sel
4432       - 7   # NDRPDR sel
4433   compare:
4434     title: "3-Node Skx"
4435     data:
4436       # TODO: Replace with new data
4437       csit-dpdk-perf-verify-1810-3n-skx:
4438       - 3   # NDRPDR sel
4439       - 4   # NDRPDR sel
4440       - 6   # NDRPDR sel
4441       - 7   # NDRPDR sel
4442       - 8   # NDRPDR sel
4443       - 9   # NDRPDR sel
4444       - 10  # NDRPDR sel
4445       - 11  # NDRPDR sel
4446       - 12  # NDRPDR sel
4447       - 13  # NDRPDR sel
4448   data: "dpdk-compare-testbeds"
4449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4450   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4451   parameters:
4452   - "name"
4453   - "parent"
4454   - "throughput"
4455
4456 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4457 # NOTE: Not used in 18.10
4458 #-
4459 #  type: "table"
4460 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4461 #  algorithm: "table_performance_comparison"
4462 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4463 #  reference:
4464 #    title: "3-Node Hsw"
4465 #    data:
4466 #      csit-dpdk-perf-verify-1807-3n-hsw:
4467 #      - 11
4468 #      - 12  # full
4469 #      - 14
4470 #      - 15
4471 #      - 16
4472 #      - 17
4473 #      - 20
4474 #      - 21
4475 #      - 22
4476 #      - 23
4477 #  compare:
4478 #    title: "3-Node Skx"
4479 #    data:
4480 #      csit-dpdk-perf-verify-1807-3n-skx:
4481 #      - 1
4482 #      - 2
4483 #      - 3
4484 #      - 6
4485 #      - 7
4486 #      - 8
4487 #      - 9
4488 #      - 10
4489 #      - 11
4490 #      - 12
4491 #  data: "dpdk-compare-testbeds"
4492 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4493 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4494 #  parameters:
4495 #  - "name"
4496 #  - "parent"
4497 #  - "result"
4498
4499 # Detailed Test Results - DPDK Performance Results 3n-hsw
4500 -
4501   type: "table"
4502   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4503   algorithm: "table_details"
4504   output-file-ext: ".csv"
4505   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4506   columns:
4507   -
4508     title: "Name"
4509     data: "data name"
4510   -
4511     title: "Status"
4512     data: "data msg"
4513   rows: "generated"
4514   data: "dpdk-perf-results-3n-hsw"
4515   filter: "all"
4516   parameters:
4517   - "name"
4518   - "parent"
4519   - "msg"
4520
4521 # Detailed Test Results - DPDK Performance Results 3n-skx
4522 -
4523   type: "table"
4524   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4525   algorithm: "table_details"
4526   output-file-ext: ".csv"
4527   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4528   columns:
4529   -
4530     title: "Name"
4531     data: "data name"
4532   -
4533     title: "Status"
4534     data: "data msg"
4535   rows: "generated"
4536   data: "dpdk-perf-results-3n-skx"
4537   filter: "all"
4538   parameters:
4539   - "name"
4540   - "parent"
4541   - "msg"
4542
4543 # Detailed Test Results - DPDK Performance Results 2n-skx
4544 -
4545   type: "table"
4546   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4547   algorithm: "table_details"
4548   output-file-ext: ".csv"
4549   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4550   columns:
4551   -
4552     title: "Name"
4553     data: "data name"
4554   -
4555     title: "Status"
4556     data: "data msg"
4557   rows: "generated"
4558   data: "dpdk-perf-results-2n-skx"
4559   filter: "all"
4560   parameters:
4561   - "name"
4562   - "parent"
4563   - "msg"
4564
4565 ################################################################################
4566 # HoneyComb
4567 -
4568   type: "table"
4569   title: "Detailed Test Results - Honeycomb Functional Results"
4570   algorithm: "table_details"
4571   output-file-ext: ".csv"
4572   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4573   columns:
4574   -
4575     title: "Name"
4576     data: "data name"
4577   -
4578     title: "Documentation"
4579     data: "data doc"
4580   -
4581     title: "Status"
4582     data: "data status"
4583   rows: "generated"
4584   data:
4585     "hc-func-results"
4586   filter: "all"
4587   parameters:
4588   - "name"
4589   - "parent"
4590   - "doc"
4591   - "status"
4592
4593 ################################################################################
4594 # NSH SFC
4595 -
4596   type: "table"
4597   title: "Detailed Test Results - NSH SFC Functional Results"
4598   algorithm: "table_details"
4599   output-file-ext: ".csv"
4600   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4601   columns:
4602   -
4603     title: "Name"
4604     data: "data name"
4605   -
4606     title: "Documentation"
4607     data: "data doc"
4608   -
4609     title: "Status"
4610     data: "data status"
4611   rows: "generated"
4612   data:
4613     "nsh-func-results"
4614   filter: "all"
4615   parameters:
4616   - "name"
4617   - "parent"
4618   - "doc"
4619   - "status"
4620
4621 ################################################################################
4622 # DMM
4623 -
4624   type: "table"
4625   title: "Detailed Test Results - DMM Functional Results"
4626   algorithm: "table_details"
4627   output-file-ext: ".csv"
4628   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4629   columns:
4630   -
4631     title: "Name"
4632     data: "data name"
4633   -
4634     title: "Documentation"
4635     data: "data doc"
4636   -
4637     title: "Status"
4638     data: "data status"
4639   rows: "generated"
4640   data:
4641     "dmm-func-results"
4642   filter: "all"
4643   parameters:
4644   - "name"
4645   - "parent"
4646   - "doc"
4647   - "status"
4648
4649 ################################################################################
4650 ###                                F I L E S                                 ###
4651 ################################################################################
4652
4653 # VPP Performance Results 3n-hsw
4654 -
4655   type: "file"
4656   title: "VPP Performance Results 3n-hsw"
4657   algorithm: "file_test_results"
4658   output-file-ext: ".rst"
4659   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4660   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4661   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4662   data: "vpp-perf-results-3n-hsw"
4663   filter: "not 'NDRCHK' and not 'PDRCHK'"
4664   parameters:
4665   - "name"
4666   - "doc"
4667   - "level"
4668   - "parent"
4669   data-start-level: 3
4670
4671 # VPP Performance Results 3n-skx
4672 -
4673   type: "file"
4674   title: "VPP Performance Results 3n-skx"
4675   algorithm: "file_test_results"
4676   output-file-ext: ".rst"
4677   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4678   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4679   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4680   data: "vpp-perf-results-3n-skx"
4681   filter: "not 'NDRCHK' and not 'PDRCHK'"
4682   parameters:
4683   - "name"
4684   - "doc"
4685   - "level"
4686   - "parent"
4687   data-start-level: 3
4688
4689 # VPP Performance Results 2n-skx
4690 -
4691   type: "file"
4692   title: "VPP Performance Results 2n-skx"
4693   algorithm: "file_test_results"
4694   output-file-ext: ".rst"
4695   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4696   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4697   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4698   data: "vpp-perf-results-2n-skx"
4699   filter: "not 'NDRCHK' and not 'PDRCHK'"
4700   parameters:
4701   - "name"
4702   - "doc"
4703   - "level"
4704   - "parent"
4705   data-start-level: 3
4706
4707 # VPP Performance Results 2n-dnv
4708 -
4709   type: "file"
4710   title: "VPP Performance Results 2n-dnv"
4711   algorithm: "file_test_results"
4712   output-file-ext: ".rst"
4713   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4714   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4715   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4716   data: "intel-dnv-vpp"
4717   filter: "'NDRPDR'"
4718   parameters:
4719   - "name"
4720   - "doc"
4721   - "level"
4722   - "parent"
4723   data-start-level: 3
4724
4725 # VPP Performance Configuration 3n-hsw
4726 -
4727   type: "file"
4728   title: "VPP Performance Configuration 3n-hsw"
4729   algorithm: "file_test_results"
4730   output-file-ext: ".rst"
4731   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4732   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4733   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4734   data: "vpp-perf-results-3n-hsw"
4735   filter: "not 'NDRCHK' and not 'PDRCHK'"
4736   parameters:
4737   - "name"
4738   - "doc"
4739   - "level"
4740   - "parent"
4741   data-start-level: 3
4742
4743 # VPP Performance Configuration 3n-skx
4744 -
4745   type: "file"
4746   title: "VPP Performance Configuration 3n-skx"
4747   algorithm: "file_test_results"
4748   output-file-ext: ".rst"
4749   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4750   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4751   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4752   data: "vpp-perf-results-3n-skx"
4753   filter: "not 'NDRCHK' and not 'PDRCHK'"
4754   parameters:
4755   - "name"
4756   - "doc"
4757   - "level"
4758   - "parent"
4759   data-start-level: 3
4760
4761 # VPP Performance Configuration 2n-skx
4762 -
4763   type: "file"
4764   title: "VPP Performance Configuration 2n-skx"
4765   algorithm: "file_test_results"
4766   output-file-ext: ".rst"
4767   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4768   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4769   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4770   data: "vpp-perf-results-2n-skx"
4771   filter: "not 'NDRCHK' and not 'PDRCHK'"
4772   parameters:
4773   - "name"
4774   - "doc"
4775   - "level"
4776   - "parent"
4777   data-start-level: 3
4778
4779 # VPP Performance Configuration 2n-dnv
4780 -
4781   type: "file"
4782   title: "VPP Performance Configuration 2n-dnv"
4783   algorithm: "file_test_results"
4784   output-file-ext: ".rst"
4785   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4786   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4787   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4788   data: "intel-dnv-vpp"
4789   filter: "'NDRPDR'"
4790   parameters:
4791   - "name"
4792   - "doc"
4793   - "level"
4794   - "parent"
4795   data-start-level: 3
4796
4797 # VPP Performance Operational Data 3n-hsw
4798 -
4799   type: "file"
4800   title: "VPP Performance Operational Data 3n-hsw"
4801   algorithm: "file_test_results"
4802   output-file-ext: ".rst"
4803   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4804   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4805   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4806   data: "vpp-perf-results-3n-hsw"
4807   filter: "not 'NDRCHK' and not 'PDRCHK'"
4808   parameters:
4809   - "name"
4810   - "doc"
4811   - "level"
4812   - "parent"
4813   data-start-level: 3
4814
4815 # VPP Performance Operational Data 3n-skx
4816 -
4817   type: "file"
4818   title: "VPP Performance Operational Data 3n-skx"
4819   algorithm: "file_test_results"
4820   output-file-ext: ".rst"
4821   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4822   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4823   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4824   data: "vpp-perf-results-3n-skx"
4825   filter: "not 'NDRCHK' and not 'PDRCHK'"
4826   parameters:
4827   - "name"
4828   - "doc"
4829   - "level"
4830   - "parent"
4831   data-start-level: 3
4832
4833 # VPP Performance Operational Data 2n-skx
4834 -
4835   type: "file"
4836   title: "VPP Performance Operational Data 2n-skx"
4837   algorithm: "file_test_results"
4838   output-file-ext: ".rst"
4839   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4840   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4841   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4842   data: "vpp-perf-results-2n-skx"
4843   filter: "not 'NDRCHK' and not 'PDRCHK'"
4844   parameters:
4845   - "name"
4846   - "doc"
4847   - "level"
4848   - "parent"
4849   data-start-level: 3
4850
4851 # VPP Performance Operational Data 2n-dnv
4852 -
4853   type: "file"
4854   title: "VPP Performance Operational Data 2n-dnv"
4855   algorithm: "file_test_results"
4856   output-file-ext: ".rst"
4857   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4858   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4859   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4860   data: "intel-dnv-vpp"
4861   filter: "'NDRPDR'"
4862   parameters:
4863   - "name"
4864   - "doc"
4865   - "level"
4866   - "parent"
4867   data-start-level: 3
4868
4869 # VPP MRR Results 3n-hsw
4870 -
4871   type: "file"
4872   title: "VPP MRR Results 3n-hsw"
4873   algorithm: "file_test_results"
4874   output-file-ext: ".rst"
4875   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4876   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4877   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4878   data: "vpp-mrr-results-3n-hsw"
4879   filter: "'MRR'"
4880   parameters:
4881   - "name"
4882   - "doc"
4883   - "level"
4884   - "parent"
4885   data-start-level: 3
4886
4887 # VPP MRR Results 3n-skx
4888 -
4889   type: "file"
4890   title: "VPP MRR Results 3n-skx"
4891   algorithm: "file_test_results"
4892   output-file-ext: ".rst"
4893   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4894   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4895   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4896   data: "vpp-mrr-results-3n-skx"
4897   filter: "'MRR'"
4898   parameters:
4899   - "name"
4900   - "doc"
4901   - "level"
4902   - "parent"
4903   data-start-level: 3
4904
4905 # VPP MRR Results 2n-skx
4906 -
4907   type: "file"
4908   title: "VPP MRR Results 2n-skx"
4909   algorithm: "file_test_results"
4910   output-file-ext: ".rst"
4911   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4912   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4913   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4914   data: "vpp-mrr-results-2n-skx"
4915   filter: "all"
4916   parameters:
4917   - "name"
4918   - "doc"
4919   - "level"
4920   - "parent"
4921   data-start-level: 3
4922
4923 # VPP MRR Results 2n-dnv
4924 -
4925   type: "file"
4926   title: "VPP MRR Results 2n-dnv"
4927   algorithm: "file_test_results"
4928   output-file-ext: ".rst"
4929   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4930   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4931   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4932   data: "intel-dnv-vpp"
4933   filter: "'MRR'"
4934   parameters:
4935   - "name"
4936   - "doc"
4937   - "level"
4938   - "parent"
4939   data-start-level: 3
4940
4941 # VPP MRR Configuration 3n-hsw
4942 -
4943   type: "file"
4944   title: "VPP MRR Configuration 3n-hsw"
4945   algorithm: "file_test_results"
4946   output-file-ext: ".rst"
4947   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4948   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4949   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4950   data: "vpp-mrr-results-3n-hsw"
4951   filter: "'MRR'"
4952   parameters:
4953   - "name"
4954   - "doc"
4955   - "level"
4956   - "parent"
4957   data-start-level: 3
4958
4959 # VPP MRR Configuration 3n-skx
4960 -
4961   type: "file"
4962   title: "VPP MRR Configuration 3n-skx"
4963   algorithm: "file_test_results"
4964   output-file-ext: ".rst"
4965   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4966   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4967   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4968   data: "vpp-mrr-results-3n-skx"
4969   filter: "'MRR'"
4970   parameters:
4971   - "name"
4972   - "doc"
4973   - "level"
4974   - "parent"
4975   data-start-level: 3
4976
4977 # VPP MRR Configuration 2n-skx
4978 -
4979   type: "file"
4980   title: "VPP MRR Configuration 2n-skx"
4981   algorithm: "file_test_results"
4982   output-file-ext: ".rst"
4983   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4984   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4985   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4986   data: "vpp-mrr-results-2n-skx"
4987   filter: "'MRR'"
4988   parameters:
4989   - "name"
4990   - "doc"
4991   - "level"
4992   - "parent"
4993   data-start-level: 3
4994
4995 # VPP MRR Configuration 2n-dnv
4996 -
4997   type: "file"
4998   title: "VPP MRR Configuration 2n-dnv"
4999   algorithm: "file_test_results"
5000   output-file-ext: ".rst"
5001   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5002   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"
5003   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5004   data: "intel-dnv-vpp"
5005   filter: "'MRR'"
5006   parameters:
5007   - "name"
5008   - "doc"
5009   - "level"
5010   - "parent"
5011   data-start-level: 3
5012
5013 # VPP Functional Results - Ubuntu
5014 -
5015   type: "file"
5016   title: "VPP Functional Results - Ubuntu"
5017   algorithm: "file_test_results"
5018   output-file-ext: ".rst"
5019   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5020   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"
5021   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5022   data: "vpp-func-results-ubuntu"
5023   filter: "all"
5024   parameters:
5025   - "name"
5026   - "doc"
5027   - "level"
5028   - "parent"
5029   data-start-level: 3
5030
5031 # VPP Functional Results - CentOS
5032 -
5033   type: "file"
5034   title: "VPP Functional Results - CentOS"
5035   algorithm: "file_test_results"
5036   output-file-ext: ".rst"
5037   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5038   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"
5039   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5040   data:
5041     "vpp-func-results-centos"
5042   filter: "all"
5043   parameters:
5044   - "name"
5045   - "doc"
5046   - "level"
5047   - "parent"
5048   data-start-level: 3
5049
5050 # VPP Functional Configuration - Ubuntu
5051 -
5052   type: "file"
5053   title: "VPP Functional Configuration - Ubuntu"
5054   algorithm: "file_test_results"
5055   output-file-ext: ".rst"
5056   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5057   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"
5058   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5059   data: "vpp-func-results-ubuntu"
5060   filter: "all"
5061   parameters:
5062   - "name"
5063   - "doc"
5064   - "level"
5065   - "parent"
5066   data-start-level: 3
5067
5068 # VPP Functional Configuration - CentOS
5069 -
5070   type: "file"
5071   title: "VPP Functional Configuration - CentOS"
5072   algorithm: "file_test_results"
5073   output-file-ext: ".rst"
5074   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5075   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"
5076   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5077   data:
5078     "vpp-func-results-centos"
5079   filter: "all"
5080   parameters:
5081   - "name"
5082   - "doc"
5083   - "level"
5084   - "parent"
5085   data-start-level: 3
5086
5087 # VPP Device Results - Ubuntu
5088 -
5089   type: "file"
5090   title: "VPP Device Results - Ubuntu"
5091   algorithm: "file_test_results"
5092   output-file-ext: ".rst"
5093   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5094   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5095   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5096   data: "vpp-device-results-ubuntu"
5097   filter: "all"
5098   parameters:
5099   - "name"
5100   - "doc"
5101   - "level"
5102   - "parent"
5103   data-start-level: 2
5104
5105 # VPP Device Configuration - Ubuntu
5106 -
5107   type: "file"
5108   title: "VPP Device Configuration - Ubuntu"
5109   algorithm: "file_test_results"
5110   output-file-ext: ".rst"
5111   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5112   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5113   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5114   data: "vpp-device-results-ubuntu"
5115   filter: "all"
5116   parameters:
5117   - "name"
5118   - "doc"
5119   - "level"
5120   - "parent"
5121   data-start-level: 2
5122
5123 # Container Orchestrated Performance Results 3n-hsw
5124 -
5125   type: "file"
5126   title: "Container Orchestrated Performance Results 3n-hsw"
5127   algorithm: "file_test_results"
5128   output-file-ext: ".rst"
5129   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5130   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5131   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5132   data: "ligato-perf-results-3n-hsw"
5133   filter: "all"
5134   parameters:
5135   - "name"
5136   - "doc"
5137   - "level"
5138   - "parent"
5139   data-start-level: 3
5140
5141 # DPDK Performance Results 3n-hsw
5142 -
5143   type: "file"
5144   title: "DPDK Performance Results 3n-hsw"
5145   algorithm: "file_test_results"
5146   output-file-ext: ".rst"
5147   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5148   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5149   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5150   data: "dpdk-perf-results-3n-hsw"
5151   filter: "all"
5152   parameters:
5153   - "name"
5154   - "doc"
5155   - "level"
5156   - "parent"
5157   data-start-level: 3
5158
5159 # DPDK Performance Results 3n-skx
5160 -
5161   type: "file"
5162   title: "DPDK Performance Results 3n-skx"
5163   algorithm: "file_test_results"
5164   output-file-ext: ".rst"
5165   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5166   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"
5167   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5168   data: "dpdk-perf-results-3n-skx"
5169   filter: "all"
5170   parameters:
5171   - "name"
5172   - "doc"
5173   - "level"
5174   - "parent"
5175   data-start-level: 3
5176
5177 # DPDK Performance Results 2n-skx
5178 -
5179   type: "file"
5180   title: "DPDK Performance Results 2n-skx"
5181   algorithm: "file_test_results"
5182   output-file-ext: ".rst"
5183   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5184   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"
5185   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5186   data: "dpdk-perf-results-2n-skx"
5187   filter: "all"
5188   parameters:
5189   - "name"
5190   - "doc"
5191   - "level"
5192   - "parent"
5193   data-start-level: 3
5194
5195 # Honeycomb Functional Results
5196 -
5197   type: "file"
5198   title: "Honeycomb Functional Results"
5199   algorithm: "file_test_results"
5200   output-file-ext: ".rst"
5201   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5202   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"
5203   dir-tables: "{DIR[DTR,FUNC,HC]}"
5204   data:
5205     "hc-func-results"
5206   filter: "all"
5207   parameters:
5208   - "name"
5209   - "doc"
5210   - "level"
5211   - "parent"
5212   data-start-level: 3
5213
5214 # NSH SFC Functional Results
5215 -
5216   type: "file"
5217   title: "NSH SFC Functional Results"
5218   algorithm: "file_test_results"
5219   output-file-ext: ".rst"
5220   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5221   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"
5222   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5223   data:
5224     "nsh-func-results"
5225   filter: "all"
5226   parameters:
5227   - "name"
5228   - "doc"
5229   - "level"
5230   - "parent"
5231   data-start-level: 3
5232
5233 # DMM Functional Results
5234 -
5235   type: "file"
5236   title: "DMM Functional Results"
5237   algorithm: "file_test_results"
5238   output-file-ext: ".rst"
5239   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5240   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"
5241   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5242   data:
5243     "dmm-func-results"
5244   filter: "all"
5245   parameters:
5246   - "name"
5247   - "doc"
5248   - "level"
5249   - "parent"
5250   data-start-level: 3
5251
5252 ################################################################################
5253 ###                                P L O T S                                 ###
5254 ################################################################################
5255
5256 # Soak test - 30min Soak Test (PLRsearch), boxes
5257 -
5258   type: "plot"
5259   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5260   algorithm: "plot_soak_boxes"
5261   output-file-type: ".html"
5262   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5263   data: "plot-vpp-soak-2n-skx"
5264   filter: "'SOAK'"
5265   parameters:
5266   - "throughput"
5267   - "parent"
5268   - "tags"
5269   sort:
5270   - "L2PATCH"
5271   - "L2XCBASE"
5272   - "L2BDMACLRN"
5273   - "IP4FWD"
5274   - "IP6FWD"
5275   - "VHOST"
5276   layout:
5277     title: "30min Soak Test (PLRsearch)"
5278     layout: "plot-soak-throughput"
5279
5280 # Soak test - example, not used
5281 -
5282   type: "plot"
5283   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5284   algorithm: "plot_soak_bars"
5285   output-file-type: ".html"
5286   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5287   data: "plot-vpp-soak-2n-skx"
5288   filter: "'SOAK'"
5289   parameters:
5290   - "throughput"
5291   - "parent"
5292   - "tags"
5293   sort:
5294   - "L2PATCH"
5295   - "L2XCBASE"
5296   - "L2BDMACLRN"
5297   - "IP4FWD"
5298   - "IP6FWD"
5299   - "VHOST"
5300   layout:
5301     title: "30min Soak Test (PLRsearch)"
5302     layout: "plot-soak-throughput"
5303
5304 ################################################################################
5305 # Plots - NF Density
5306
5307 -
5308   type: "plot"
5309   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5310   algorithm: "plot_service_density_heatmap"
5311   output-file-type: ".html"
5312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5313   data: "plot-vpp-nfv-2n-skx-mrr"
5314   filter: "'NIC_Intel-X710' and
5315            'NF_DENSITY' and
5316            'VM' and
5317            'CHAIN' and
5318            '64B' and
5319            '2T1C' and
5320            'MRR'"
5321   parameters:
5322   - "result"
5323   - "name"
5324   - "tags"
5325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5326   x-axis: "X = VNFs per Service Chain"
5327   y-axis: "Y = Number of Service Chains"
5328   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5329   layout:
5330     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5331     layout: "plot-service-density"
5332
5333 -
5334   type: "plot"
5335   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5336   algorithm: "plot_service_density_heatmap"
5337   output-file-type: ".html"
5338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5339   data: "plot-vpp-nfv-2n-skx-mrr"
5340   filter: "'NIC_Intel-X710' and
5341            'NF_DENSITY' and
5342            'VM' and
5343            'CHAIN' and
5344            '64B' and
5345            '4T2C' and
5346            'MRR'"
5347   parameters:
5348   - "result"
5349   - "name"
5350   - "tags"
5351   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5352   x-axis: "X = VNFs per Service Chain"
5353   y-axis: "Y = Number of Service Chains"
5354   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5355   layout:
5356     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5357     layout: "plot-service-density"
5358
5359 -
5360   type: "plot"
5361   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5362   algorithm: "plot_service_density_heatmap"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5365   data: "plot-vpp-nfv-2n-skx-mrr"
5366   filter: "'NIC_Intel-X710' and
5367            'NF_DENSITY' and
5368            'DOCKER' and
5369            'CHAIN' and
5370            '64B' and
5371            '2T1C' and
5372            'MRR'"
5373   parameters:
5374   - "result"
5375   - "name"
5376   - "tags"
5377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5378   x-axis: "X = CNFs per Service Chain"
5379   y-axis: "Y = Number of Service Chains"
5380   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5381   layout:
5382     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5383     layout: "plot-service-density"
5384
5385 -
5386   type: "plot"
5387   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5388   algorithm: "plot_service_density_heatmap"
5389   output-file-type: ".html"
5390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5391   data: "plot-vpp-nfv-2n-skx-mrr"
5392   filter: "'NIC_Intel-X710' and
5393            'NF_DENSITY' and
5394            'DOCKER' and
5395            'CHAIN' and
5396            '64B' and
5397            '4T2C' and
5398            'MRR'"
5399   parameters:
5400   - "result"
5401   - "name"
5402   - "tags"
5403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5404   x-axis: "X = CNFs per Service Chain"
5405   y-axis: "Y = Number of Service Chains"
5406   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5407   layout:
5408     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5409     layout: "plot-service-density"
5410
5411 -
5412   type: "plot"
5413   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5414   algorithm: "plot_service_density_heatmap"
5415   output-file-type: ".html"
5416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5417   data: "plot-vpp-nfv-2n-skx-mrr"
5418   filter: "'NIC_Intel-X710' and
5419            'NF_DENSITY' and
5420            'DOCKER' and
5421            'PIPELINE' and
5422            '64B' and
5423            '2T1C' and
5424            'MRR'"
5425   parameters:
5426   - "result"
5427   - "name"
5428   - "tags"
5429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5430   x-axis: "X = CNFs per Service Pipeline"
5431   y-axis: "Y = Number of Service Pipelines"
5432   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5433   layout:
5434     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5435     layout: "plot-service-density"
5436
5437 -
5438   type: "plot"
5439   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5440   algorithm: "plot_service_density_heatmap"
5441   output-file-type: ".html"
5442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5443   data: "plot-vpp-nfv-2n-skx-mrr"
5444   filter: "'NIC_Intel-X710' and
5445            'NF_DENSITY' and
5446            'DOCKER' and
5447            'PIPELINE' and
5448            '64B' and
5449            '4T2C' and
5450            'MRR'"
5451   parameters:
5452   - "result"
5453   - "name"
5454   - "tags"
5455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5456   x-axis: "X = CNFs per Service Pipeline"
5457   y-axis: "Y = Number of Service Pipelines"
5458   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5459   layout:
5460     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5461     layout: "plot-service-density"
5462
5463 ################################################################################
5464 # Plots VPP HTTP Server Performance
5465 -
5466   type: "plot"
5467   title: "VPP HTTP Server Performance"
5468   algorithm: "plot_http_server_performance_box"
5469   output-file-type: ".html"
5470   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5471   data:
5472     "plot-vpp-http-server-performance"
5473   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5474   # each tag is enclosed with ' (apostrophe).
5475   filter: "'HTTP' and 'TCP_CPS'"
5476   parameters:
5477   - "result"
5478   - "name"
5479   traces:
5480     hoverinfo: "x+y"
5481     boxpoints: "outliers"
5482     whiskerwidth: 0
5483   layout:
5484     title: "VPP HTTP Server Performance"
5485     layout:
5486       "plot-cps"
5487
5488 -
5489   type: "plot"
5490   title: "VPP HTTP Server Performance"
5491   algorithm: "plot_http_server_performance_box"
5492   output-file-type: ".html"
5493   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5494   data:
5495     "plot-vpp-http-server-performance"
5496   filter: "'HTTP' and 'TCP_RPS'"
5497   parameters:
5498   - "result"
5499   - "name"
5500   traces:
5501     hoverinfo: "x+y"
5502     boxpoints: "outliers"
5503     whiskerwidth: 0
5504   layout:
5505     title: "VPP HTTP Server Performance"
5506     layout:
5507       "plot-rps"
5508
5509 ################################################################################
5510
5511 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5512 -
5513   type: "plot"
5514   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5515   algorithm: "plot_performance_box"
5516   output-file-type: ".html"
5517   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5518   data: "plot-vpp-throughput-latency-3n-hsw"
5519   filter: "'NIC_Intel-X520-DA2' and
5520            '64B' and
5521            ('BASE' or 'SCALE') and
5522            'NDRPDR' and
5523            'ETH' and
5524            '1T1C' and
5525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5526            not 'VHOST' and
5527            not 'MEMIF'"
5528   parameters:
5529   - "throughput"
5530   - "parent"
5531   - "tags"
5532   sort:
5533   - "L2PATCH"
5534   - "L2XCBASE"
5535   - "BASE"
5536   - "FIB_10K"
5537   - "FIB_100K"
5538   - "FIB_1M"
5539   traces:
5540     hoverinfo: "x+y"
5541     boxpoints: "outliers"
5542     whiskerwidth: 0
5543   layout:
5544     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5545     layout: "plot-throughput"
5546
5547 -
5548   type: "plot"
5549   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5550   algorithm: "plot_performance_box"
5551   output-file-type: ".html"
5552   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5553   data: "plot-vpp-throughput-latency-3n-hsw"
5554   filter: "'NIC_Intel-X520-DA2' and
5555            '64B' and
5556            ('BASE' or 'SCALE') and
5557            'NDRPDR' and
5558            'ETH' and
5559            '1T1C' and
5560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5561            not 'VHOST' and
5562            not 'MEMIF'"
5563   parameters:
5564   - "throughput"
5565   - "parent"
5566   - "tags"
5567   sort:
5568   - "L2PATCH"
5569   - "L2XCBASE"
5570   - "BASE"
5571   - "FIB_10K"
5572   - "FIB_100K"
5573   - "FIB_1M"
5574   traces:
5575     hoverinfo: "x+y"
5576     boxpoints: "outliers"
5577     whiskerwidth: 0
5578   layout:
5579     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5580     layout: "plot-throughput"
5581
5582 -
5583   type: "plot"
5584   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5585   algorithm: "plot_performance_box"
5586   output-file-type: ".html"
5587   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5588   data: "plot-vpp-throughput-latency-3n-hsw"
5589   filter: "'NIC_Intel-X520-DA2' and
5590            '64B' and
5591            ('BASE' or 'SCALE') and
5592            'NDRPDR' and
5593            'ETH' and
5594            '2T2C' and
5595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5596            not 'VHOST' and
5597            not 'MEMIF'"
5598   parameters:
5599   - "throughput"
5600   - "parent"
5601   - "tags"
5602   sort:
5603   - "L2PATCH"
5604   - "L2XCBASE"
5605   - "BASE"
5606   - "FIB_10K"
5607   - "FIB_100K"
5608   - "FIB_1M"
5609   traces:
5610     hoverinfo: "x+y"
5611     boxpoints: "outliers"
5612     whiskerwidth: 0
5613   layout:
5614     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5615     layout: "plot-throughput"
5616
5617 -
5618   type: "plot"
5619   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5620   algorithm: "plot_performance_box"
5621   output-file-type: ".html"
5622   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5623   data: "plot-vpp-throughput-latency-3n-hsw"
5624   filter: "'NIC_Intel-X520-DA2' and
5625            '64B' and
5626            ('BASE' or 'SCALE') and
5627            'NDRPDR' and
5628            'ETH' and
5629            '2T2C' and
5630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5631            not 'VHOST' and
5632            not 'MEMIF'"
5633   parameters:
5634   - "throughput"
5635   - "parent"
5636   - "tags"
5637   sort:
5638   - "L2PATCH"
5639   - "L2XCBASE"
5640   - "BASE"
5641   - "FIB_10K"
5642   - "FIB_100K"
5643   - "FIB_1M"
5644   traces:
5645     hoverinfo: "x+y"
5646     boxpoints: "outliers"
5647     whiskerwidth: 0
5648   layout:
5649     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5650     layout: "plot-throughput"
5651
5652 # Packet Throughput - VPP L2 3n-hsw-x520 features
5653 -
5654   type: "plot"
5655   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5656   algorithm: "plot_performance_box"
5657   output-file-type: ".html"
5658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5659   data: "plot-vpp-throughput-latency-3n-hsw"
5660   filter: "'NIC_Intel-X520-DA2' and
5661            '64B' and
5662            'NDRPDR' and
5663            '1T1C' and
5664            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5665            not 'ACL' and
5666            not 'VHOST' and
5667            not 'MEMIF'"
5668   parameters:
5669   - "throughput"
5670   - "parent"
5671   - "tags"
5672   sort:
5673   - "L2XCBASE"    # l2xcbase
5674   - "L2BDBASE"    # l2bdbase
5675   - "L2XCFWD"     # dot1q-l2xcbase
5676   - "L2BDMACLRN"  # dot1q-l2bdbase
5677   traces:
5678     hoverinfo: "x+y"
5679     boxpoints: "outliers"
5680     whiskerwidth: 0
5681   layout:
5682     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5683     layout: "plot-throughput"
5684
5685 -
5686   type: "plot"
5687   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5688   algorithm: "plot_performance_box"
5689   output-file-type: ".html"
5690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5691   data: "plot-vpp-throughput-latency-3n-hsw"
5692   filter: "'NIC_Intel-X520-DA2' and
5693            '64B' and
5694            'NDRPDR' and
5695            '1T1C' and
5696            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5697            not 'ACL' and
5698            not 'VHOST' and
5699            not 'MEMIF'"
5700   parameters:
5701   - "throughput"
5702   - "parent"
5703   - "tags"
5704   sort:
5705   - "L2XCBASE"    # l2xcbase
5706   - "L2BDBASE"    # l2bdbase
5707   - "L2XCFWD"     # dot1q-l2xcbase
5708   - "L2BDMACLRN"  # dot1q-l2bdbase
5709   traces:
5710     hoverinfo: "x+y"
5711     boxpoints: "outliers"
5712     whiskerwidth: 0
5713   layout:
5714     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5715     layout: "plot-throughput"
5716
5717 -
5718   type: "plot"
5719   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5720   algorithm: "plot_performance_box"
5721   output-file-type: ".html"
5722   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5723   data: "plot-vpp-throughput-latency-3n-hsw"
5724   filter: "'NIC_Intel-X520-DA2' and
5725            '64B' and
5726            'NDRPDR' and
5727            '2T2C' and
5728            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5729            not 'ACL' and
5730            not 'VHOST' and
5731            not 'MEMIF'"
5732   parameters:
5733   - "throughput"
5734   - "parent"
5735   - "tags"
5736   sort:
5737   - "L2XCBASE"    # l2xcbase
5738   - "L2BDBASE"    # l2bdbase
5739   - "L2XCFWD"     # dot1q-l2xcbase
5740   - "L2BDMACLRN"  # dot1q-l2bdbase
5741   traces:
5742     hoverinfo: "x+y"
5743     boxpoints: "outliers"
5744     whiskerwidth: 0
5745   layout:
5746     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5747     layout: "plot-throughput"
5748
5749 -
5750   type: "plot"
5751   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5752   algorithm: "plot_performance_box"
5753   output-file-type: ".html"
5754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5755   data: "plot-vpp-throughput-latency-3n-hsw"
5756   filter: "'NIC_Intel-X520-DA2' and
5757            '64B' and
5758            'NDRPDR' and
5759            '2T2C' and
5760            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5761            not 'ACL' and
5762            not 'VHOST' and
5763            not 'MEMIF'"
5764   parameters:
5765   - "throughput"
5766   - "parent"
5767   - "tags"
5768   sort:
5769   - "L2XCBASE"    # l2xcbase
5770   - "L2BDBASE"    # l2bdbase
5771   - "L2XCFWD"     # dot1q-l2xcbase
5772   - "L2BDMACLRN"  # dot1q-l2bdbase
5773   traces:
5774     hoverinfo: "x+y"
5775     boxpoints: "outliers"
5776     whiskerwidth: 0
5777   layout:
5778     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5779     layout: "plot-throughput"
5780
5781 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5782 -
5783   type: "plot"
5784   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5785   algorithm: "plot_performance_box"
5786   output-file-type: ".html"
5787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5788   data: "plot-vpp-throughput-latency-3n-hsw"
5789   filter: "'NIC_Intel-X710' and
5790            '64B' and
5791            ('BASE' or 'SCALE') and
5792            'NDRPDR' and
5793            'ETH' and
5794            '1T1C' and
5795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5796            not 'VHOST' and
5797            not 'MEMIF'"
5798   parameters:
5799   - "throughput"
5800   - "parent"
5801   - "tags"
5802   sort:
5803   - "L2XCFWD"
5804   - "L2PATCH"
5805   - "L2BDMACLRN"
5806   - "FIB_10K"
5807   - "FIB_100K"
5808   - "FIB_1M"
5809   traces:
5810     hoverinfo: "x+y"
5811     boxpoints: "outliers"
5812     whiskerwidth: 0
5813   layout:
5814     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5815     layout: "plot-throughput"
5816
5817 -
5818   type: "plot"
5819   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5820   algorithm: "plot_performance_box"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5823   data: "plot-vpp-throughput-latency-3n-hsw"
5824   filter: "'NIC_Intel-X710' and
5825            '64B' and
5826            ('BASE' or 'SCALE') and
5827            'NDRPDR' and
5828            'ETH' and
5829            '1T1C' and
5830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5831            not 'VHOST' and
5832            not 'MEMIF'"
5833   parameters:
5834   - "throughput"
5835   - "parent"
5836   - "tags"
5837   sort:
5838   - "L2XCFWD"
5839   - "L2PATCH"
5840   - "L2BDMACLRN"
5841   - "FIB_10K"
5842   - "FIB_100K"
5843   - "FIB_1M"
5844   traces:
5845     hoverinfo: "x+y"
5846     boxpoints: "outliers"
5847     whiskerwidth: 0
5848   layout:
5849     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5850     layout: "plot-throughput"
5851
5852 -
5853   type: "plot"
5854   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5855   algorithm: "plot_performance_box"
5856   output-file-type: ".html"
5857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5858   data: "plot-vpp-throughput-latency-3n-hsw"
5859   filter: "'NIC_Intel-X710' and
5860            '64B' and
5861            ('BASE' or 'SCALE') and
5862            'NDRPDR' and
5863            'ETH' and
5864            '2T2C' and
5865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5866            not 'VHOST' and
5867            not 'MEMIF'"
5868   parameters:
5869   - "throughput"
5870   - "parent"
5871   - "tags"
5872   sort:
5873   - "L2XCFWD"
5874   - "L2PATCH"
5875   - "L2BDMACLRN"
5876   - "FIB_10K"
5877   - "FIB_100K"
5878   - "FIB_1M"
5879   traces:
5880     hoverinfo: "x+y"
5881     boxpoints: "outliers"
5882     whiskerwidth: 0
5883   layout:
5884     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5885     layout: "plot-throughput"
5886
5887 -
5888   type: "plot"
5889   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5890   algorithm: "plot_performance_box"
5891   output-file-type: ".html"
5892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5893   data: "plot-vpp-throughput-latency-3n-hsw"
5894   filter: "'NIC_Intel-X710' and
5895            '64B' and
5896            ('BASE' or 'SCALE') and
5897            'NDRPDR' and
5898            'ETH' and
5899            '2T2C' and
5900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5901            not 'VHOST' and
5902            not 'MEMIF'"
5903   parameters:
5904   - "throughput"
5905   - "parent"
5906   - "tags"
5907   sort:
5908   - "L2XCFWD"
5909   - "L2PATCH"
5910   - "L2BDMACLRN"
5911   - "FIB_10K"
5912   - "FIB_100K"
5913   - "FIB_1M"
5914   traces:
5915     hoverinfo: "x+y"
5916     boxpoints: "outliers"
5917     whiskerwidth: 0
5918   layout:
5919     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5920     layout: "plot-throughput"
5921
5922 # Packet Throughput - VPP L2 3n-hsw-x710 features
5923 -
5924   type: "plot"
5925   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5926   algorithm: "plot_performance_box"
5927   output-file-type: ".html"
5928   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5929   data: "plot-vpp-throughput-latency-3n-hsw"
5930   filter: "'NIC_Intel-X710' and
5931            '64B' and
5932            'NDRPDR' and
5933            '1T1C' and
5934            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5935            not 'ACL' and
5936            not 'VHOST' and
5937            not 'MEMIF'"
5938   parameters:
5939   - "throughput"
5940   - "parent"
5941   - "tags"
5942   sort:
5943   - "L2XCBASE"    # l2xcbase
5944   - "L2BDBASE"    # l2bdbase
5945   - "L2XCFWD"     # dot1q-l2xcbase
5946   - "L2BDMACLRN"  # dot1q-l2bdbase
5947   traces:
5948     hoverinfo: "x+y"
5949     boxpoints: "outliers"
5950     whiskerwidth: 0
5951   layout:
5952     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5953     layout: "plot-throughput"
5954
5955 -
5956   type: "plot"
5957   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5958   algorithm: "plot_performance_box"
5959   output-file-type: ".html"
5960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5961   data: "plot-vpp-throughput-latency-3n-hsw"
5962   filter: "'NIC_Intel-X710' and
5963            '64B' and
5964            'NDRPDR' and
5965            '1T1C' and
5966            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5967            not 'ACL' and
5968            not 'VHOST' and
5969            not 'MEMIF'"
5970   parameters:
5971   - "throughput"
5972   - "parent"
5973   - "tags"
5974   sort:
5975   - "L2XCBASE"    # l2xcbase
5976   - "L2BDBASE"    # l2bdbase
5977   - "L2XCFWD"     # dot1q-l2xcbase
5978   - "L2BDMACLRN"  # dot1q-l2bdbase
5979   traces:
5980     hoverinfo: "x+y"
5981     boxpoints: "outliers"
5982     whiskerwidth: 0
5983   layout:
5984     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5985     layout: "plot-throughput"
5986
5987 -
5988   type: "plot"
5989   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5990   algorithm: "plot_performance_box"
5991   output-file-type: ".html"
5992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5993   data: "plot-vpp-throughput-latency-3n-hsw"
5994   filter: "'NIC_Intel-X710' and
5995            '64B' and
5996            'NDRPDR' and
5997            '2T2C' and
5998            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5999            not 'ACL' and
6000            not 'VHOST' and
6001            not 'MEMIF'"
6002   parameters:
6003   - "throughput"
6004   - "parent"
6005   - "tags"
6006   sort:
6007   - "L2XCBASE"    # l2xcbase
6008   - "L2BDBASE"    # l2bdbase
6009   - "L2XCFWD"     # dot1q-l2xcbase
6010   - "L2BDMACLRN"  # dot1q-l2bdbase
6011   traces:
6012     hoverinfo: "x+y"
6013     boxpoints: "outliers"
6014     whiskerwidth: 0
6015   layout:
6016     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6017     layout: "plot-throughput"
6018
6019 -
6020   type: "plot"
6021   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6022   algorithm: "plot_performance_box"
6023   output-file-type: ".html"
6024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6025   data: "plot-vpp-throughput-latency-3n-hsw"
6026   filter: "'NIC_Intel-X710' and
6027            '64B' and
6028            'NDRPDR' and
6029            '2T2C' and
6030            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6031            not 'ACL' and
6032            not 'VHOST' and
6033            not 'MEMIF'"
6034   parameters:
6035   - "throughput"
6036   - "parent"
6037   - "tags"
6038   sort:
6039   - "L2XCBASE"    # l2xcbase
6040   - "L2BDBASE"    # l2bdbase
6041   - "L2XCFWD"     # dot1q-l2xcbase
6042   - "L2BDMACLRN"  # dot1q-l2bdbase
6043   traces:
6044     hoverinfo: "x+y"
6045     boxpoints: "outliers"
6046     whiskerwidth: 0
6047   layout:
6048     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6049     layout: "plot-throughput"
6050
6051 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6052 -
6053   type: "plot"
6054   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6055   algorithm: "plot_performance_box"
6056   output-file-type: ".html"
6057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6058   data: "plot-vpp-throughput-latency-3n-hsw"
6059   filter: "'NIC_Intel-XL710' and
6060            '64B' and
6061            ('BASE' or 'SCALE') and
6062            'NDRPDR' and
6063            'ETH' and
6064            '1T1C' and
6065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6066            not 'VHOST' and
6067            not 'MEMIF'"
6068   parameters:
6069   - "throughput"
6070   - "parent"
6071   - "tags"
6072   sort:
6073   - "L2PATCH"
6074   - "L2XCBASE"
6075   - "BASE"
6076   - "FIB_10K"
6077   - "FIB_100K"
6078   - "FIB_1M"
6079   traces:
6080     hoverinfo: "x+y"
6081     boxpoints: "outliers"
6082     whiskerwidth: 0
6083   layout:
6084     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6085     layout: "plot-throughput"
6086
6087 -
6088   type: "plot"
6089   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6090   algorithm: "plot_performance_box"
6091   output-file-type: ".html"
6092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6093   data: "plot-vpp-throughput-latency-3n-hsw"
6094   filter: "'NIC_Intel-XL710' and
6095            '64B' and
6096            ('BASE' or 'SCALE') and
6097            'NDRPDR' and
6098            'ETH' and
6099            '1T1C' and
6100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6101            not 'VHOST' and
6102            not 'MEMIF'"
6103   parameters:
6104   - "throughput"
6105   - "parent"
6106   - "tags"
6107   sort:
6108   - "L2PATCH"
6109   - "L2XCBASE"
6110   - "BASE"
6111   - "FIB_10K"
6112   - "FIB_100K"
6113   - "FIB_1M"
6114   traces:
6115     hoverinfo: "x+y"
6116     boxpoints: "outliers"
6117     whiskerwidth: 0
6118   layout:
6119     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6120     layout: "plot-throughput"
6121
6122 -
6123   type: "plot"
6124   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6125   algorithm: "plot_performance_box"
6126   output-file-type: ".html"
6127   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6128   data: "plot-vpp-throughput-latency-3n-hsw"
6129   filter: "'NIC_Intel-XL710' and
6130            '64B' and
6131            ('BASE' or 'SCALE') and
6132            'NDRPDR' and
6133            'ETH' and
6134            '2T2C' and
6135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6136            not 'VHOST' and
6137            not 'MEMIF'"
6138   parameters:
6139   - "throughput"
6140   - "parent"
6141   - "tags"
6142   sort:
6143   - "L2PATCH"
6144   - "L2XCBASE"
6145   - "BASE"
6146   - "FIB_10K"
6147   - "FIB_100K"
6148   - "FIB_1M"
6149   traces:
6150     hoverinfo: "x+y"
6151     boxpoints: "outliers"
6152     whiskerwidth: 0
6153   layout:
6154     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6155     layout: "plot-throughput"
6156
6157 -
6158   type: "plot"
6159   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6160   algorithm: "plot_performance_box"
6161   output-file-type: ".html"
6162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6163   data: "plot-vpp-throughput-latency-3n-hsw"
6164   filter: "'NIC_Intel-XL710' and
6165            '64B' and
6166            ('BASE' or 'SCALE') and
6167            'NDRPDR' and
6168            'ETH' and
6169            '2T2C' and
6170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6171            not 'VHOST' and
6172            not 'MEMIF'"
6173   parameters:
6174   - "throughput"
6175   - "parent"
6176   - "tags"
6177   sort:
6178   - "L2PATCH"
6179   - "L2XCBASE"
6180   - "BASE"
6181   - "FIB_10K"
6182   - "FIB_100K"
6183   - "FIB_1M"
6184   traces:
6185     hoverinfo: "x+y"
6186     boxpoints: "outliers"
6187     whiskerwidth: 0
6188   layout:
6189     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6190     layout: "plot-throughput"
6191
6192 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6193 -
6194   type: "plot"
6195   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6196   algorithm: "plot_performance_box"
6197   output-file-type: ".html"
6198   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6199   data: "plot-vpp-throughput-latency-3n-skx"
6200   filter: "'NIC_Intel-X710' and
6201            '64B' and
6202            ('BASE' or 'SCALE') and
6203            'NDRPDR' and
6204            'ETH' and
6205            '2T1C' and
6206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6207            not 'VHOST' and
6208            not 'MEMIF' and
6209            not 'DRV_AVF'"
6210   parameters:
6211   - "throughput"
6212   - "parent"
6213   - "tags"
6214   sort:
6215   - "L2PATCH"
6216   - "L2XCBASE"
6217   - "BASE"
6218   - "FIB_10K"
6219   - "FIB_100K"
6220   - "FIB_1M"
6221   traces:
6222     hoverinfo: "x+y"
6223     boxpoints: "outliers"
6224     whiskerwidth: 0
6225   layout:
6226     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6227     layout: "plot-throughput"
6228
6229 -
6230   type: "plot"
6231   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6232   algorithm: "plot_performance_box"
6233   output-file-type: ".html"
6234   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6235   data: "plot-vpp-throughput-latency-3n-skx"
6236   filter: "'NIC_Intel-X710' and
6237            '64B' and
6238            ('BASE' or 'SCALE') and
6239            'NDRPDR' and
6240            'ETH' and
6241            '2T1C' and
6242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6243            not 'VHOST' and
6244            not 'MEMIF' and
6245            not 'DRV_AVF'"
6246   parameters:
6247   - "throughput"
6248   - "parent"
6249   - "tags"
6250   sort:
6251   - "L2PATCH"
6252   - "L2XCBASE"
6253   - "BASE"
6254   - "FIB_10K"
6255   - "FIB_100K"
6256   - "FIB_1M"
6257   traces:
6258     hoverinfo: "x+y"
6259     boxpoints: "outliers"
6260     whiskerwidth: 0
6261   layout:
6262     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6263     layout: "plot-throughput"
6264
6265 -
6266   type: "plot"
6267   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6268   algorithm: "plot_performance_box"
6269   output-file-type: ".html"
6270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6271   data: "plot-vpp-throughput-latency-3n-skx"
6272   filter: "'NIC_Intel-X710' and
6273            '64B' and
6274            ('BASE' or 'SCALE') and
6275            'NDRPDR' and
6276            'ETH' and
6277            '4T2C' and
6278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6279            not 'VHOST' and
6280            not 'MEMIF' and
6281            not 'DRV_AVF'"
6282   parameters:
6283   - "throughput"
6284   - "parent"
6285   - "tags"
6286   sort:
6287   - "L2PATCH"
6288   - "L2XCBASE"
6289   - "BASE"
6290   - "FIB_10K"
6291   - "FIB_100K"
6292   - "FIB_1M"
6293   traces:
6294     hoverinfo: "x+y"
6295     boxpoints: "outliers"
6296     whiskerwidth: 0
6297   layout:
6298     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6299     layout: "plot-throughput"
6300
6301 -
6302   type: "plot"
6303   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6304   algorithm: "plot_performance_box"
6305   output-file-type: ".html"
6306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6307   data: "plot-vpp-throughput-latency-3n-skx"
6308   filter: "'NIC_Intel-X710' and
6309            '64B' and
6310            ('BASE' or 'SCALE') and
6311            'NDRPDR' and
6312            'ETH' and
6313            '4T2C' and
6314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6315            not 'VHOST' and
6316            not 'MEMIF' and
6317            not 'DRV_AVF'"
6318   parameters:
6319   - "throughput"
6320   - "parent"
6321   - "tags"
6322   sort:
6323   - "L2PATCH"
6324   - "L2XCBASE"
6325   - "BASE"
6326   - "FIB_10K"
6327   - "FIB_100K"
6328   - "FIB_1M"
6329   traces:
6330     hoverinfo: "x+y"
6331     boxpoints: "outliers"
6332     whiskerwidth: 0
6333   layout:
6334     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6335     layout: "plot-throughput"
6336
6337 # Packet Throughput - VPP L2 3n-skx-x710 features
6338 -
6339   type: "plot"
6340   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6341   algorithm: "plot_performance_box"
6342   output-file-type: ".html"
6343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6344   data: "plot-vpp-throughput-latency-3n-skx"
6345   filter: "'NIC_Intel-X710' and
6346            '64B' and
6347            'NDRPDR' and
6348            '2T1C' and
6349            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6350            not 'ACL' and
6351            not 'VHOST' and
6352            not 'MEMIF'"
6353   parameters:
6354   - "throughput"
6355   - "parent"
6356   - "tags"
6357   sort:
6358   - "L2XCBASE"    # l2xcbase
6359   - "L2BDBASE"    # l2bdbase
6360   - "L2XCFWD"     # dot1q-l2xcbase
6361   - "L2BDMACLRN"  # dot1q-l2bdbase
6362   traces:
6363     hoverinfo: "x+y"
6364     boxpoints: "outliers"
6365     whiskerwidth: 0
6366   layout:
6367     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6368     layout: "plot-throughput"
6369
6370 -
6371   type: "plot"
6372   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6373   algorithm: "plot_performance_box"
6374   output-file-type: ".html"
6375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6376   data: "plot-vpp-throughput-latency-3n-skx"
6377   filter: "'NIC_Intel-X710' and
6378            '64B' and
6379            'NDRPDR' and
6380            '2T1C' and
6381            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6382            not 'ACL' and
6383            not 'VHOST' and
6384            not 'MEMIF'"
6385   parameters:
6386   - "throughput"
6387   - "parent"
6388   - "tags"
6389   sort:
6390   - "L2XCBASE"    # l2xcbase
6391   - "L2BDBASE"    # l2bdbase
6392   - "L2XCFWD"     # dot1q-l2xcbase
6393   - "L2BDMACLRN"  # dot1q-l2bdbase
6394   traces:
6395     hoverinfo: "x+y"
6396     boxpoints: "outliers"
6397     whiskerwidth: 0
6398   layout:
6399     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6400     layout: "plot-throughput"
6401
6402 -
6403   type: "plot"
6404   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6405   algorithm: "plot_performance_box"
6406   output-file-type: ".html"
6407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6408   data: "plot-vpp-throughput-latency-3n-skx"
6409   filter: "'NIC_Intel-X710' and
6410            '64B' and
6411            'NDRPDR' and
6412            '4T2C' and
6413            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6414            not 'ACL' and
6415            not 'VHOST' and
6416            not 'MEMIF'"
6417   parameters:
6418   - "throughput"
6419   - "parent"
6420   - "tags"
6421   sort:
6422   - "L2XCBASE"    # l2xcbase
6423   - "L2BDBASE"    # l2bdbase
6424   - "L2XCFWD"     # dot1q-l2xcbase
6425   - "L2BDMACLRN"  # dot1q-l2bdbase
6426   traces:
6427     hoverinfo: "x+y"
6428     boxpoints: "outliers"
6429     whiskerwidth: 0
6430   layout:
6431     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6432     layout: "plot-throughput"
6433
6434 -
6435   type: "plot"
6436   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6437   algorithm: "plot_performance_box"
6438   output-file-type: ".html"
6439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6440   data: "plot-vpp-throughput-latency-3n-skx"
6441   filter: "'NIC_Intel-X710' and
6442            '64B' and
6443            'NDRPDR' and
6444            '4T2C' and
6445            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6446            not 'ACL' and
6447            not 'VHOST' and
6448            not 'MEMIF'"
6449   parameters:
6450   - "throughput"
6451   - "parent"
6452   - "tags"
6453   sort:
6454   - "L2XCBASE"    # l2xcbase
6455   - "L2BDBASE"    # l2bdbase
6456   - "L2XCFWD"     # dot1q-l2xcbase
6457   - "L2BDMACLRN"  # dot1q-l2bdbase
6458   traces:
6459     hoverinfo: "x+y"
6460     boxpoints: "outliers"
6461     whiskerwidth: 0
6462   layout:
6463     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6464     layout: "plot-throughput"
6465
6466 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6467 -
6468   type: "plot"
6469   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6470   algorithm: "plot_performance_box"
6471   output-file-type: ".html"
6472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6473   data: "plot-vpp-throughput-latency-3n-skx"
6474   filter: "'NIC_Intel-XXV710' and
6475            '64B' and
6476            ('BASE' or 'SCALE') and
6477            'NDRPDR' and
6478            'ETH' and
6479            '2T1C' and
6480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6481            not 'VHOST' and
6482            not 'MEMIF' and
6483            not 'DRV_AVF'"
6484   parameters:
6485   - "throughput"
6486   - "parent"
6487   - "tags"
6488   sort:
6489   - "L2PATCH"
6490   - "L2XCBASE"
6491   - "BASE"
6492   - "FIB_10K"
6493   - "FIB_100K"
6494   - "FIB_1M"
6495   traces:
6496     hoverinfo: "x+y"
6497     boxpoints: "outliers"
6498     whiskerwidth: 0
6499   layout:
6500     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6501     layout: "plot-throughput"
6502
6503 -
6504   type: "plot"
6505   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6506   algorithm: "plot_performance_box"
6507   output-file-type: ".html"
6508   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6509   data: "plot-vpp-throughput-latency-3n-skx"
6510   filter: "'NIC_Intel-XXV710' and
6511            '64B' and
6512            ('BASE' or 'SCALE') and
6513            'NDRPDR' and
6514            'ETH' and
6515            '2T1C' and
6516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6517            not 'VHOST' and
6518            not 'MEMIF' and
6519            not 'DRV_AVF'"
6520   parameters:
6521   - "throughput"
6522   - "parent"
6523   - "tags"
6524   sort:
6525   - "L2PATCH"
6526   - "L2XCBASE"
6527   - "BASE"
6528   - "FIB_10K"
6529   - "FIB_100K"
6530   - "FIB_1M"
6531   traces:
6532     hoverinfo: "x+y"
6533     boxpoints: "outliers"
6534     whiskerwidth: 0
6535   layout:
6536     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6537     layout: "plot-throughput"
6538
6539 -
6540   type: "plot"
6541   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6542   algorithm: "plot_performance_box"
6543   output-file-type: ".html"
6544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6545   data: "plot-vpp-throughput-latency-3n-skx"
6546   filter: "'NIC_Intel-XXV710' and
6547            '64B' and
6548            ('BASE' or 'SCALE') and
6549            'NDRPDR' and
6550            'ETH' and
6551            '4T2C' and
6552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6553            not 'VHOST' and
6554            not 'MEMIF' and
6555            not 'DRV_AVF'"
6556   parameters:
6557   - "throughput"
6558   - "parent"
6559   - "tags"
6560   sort:
6561   - "L2PATCH"
6562   - "L2XCBASE"
6563   - "BASE"
6564   - "FIB_10K"
6565   - "FIB_100K"
6566   - "FIB_1M"
6567   traces:
6568     hoverinfo: "x+y"
6569     boxpoints: "outliers"
6570     whiskerwidth: 0
6571   layout:
6572     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6573     layout: "plot-throughput"
6574
6575 -
6576   type: "plot"
6577   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6578   algorithm: "plot_performance_box"
6579   output-file-type: ".html"
6580   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6581   data: "plot-vpp-throughput-latency-3n-skx"
6582   filter: "'NIC_Intel-XXV710' and
6583            '64B' and
6584            ('BASE' or 'SCALE') and
6585            'NDRPDR' and
6586            'ETH' and
6587            '4T2C' and
6588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6589            not 'VHOST' and
6590            not 'MEMIF' and
6591            not 'DRV_AVF'"
6592   parameters:
6593   - "throughput"
6594   - "parent"
6595   - "tags"
6596   sort:
6597   - "L2PATCH"
6598   - "L2XCBASE"
6599   - "BASE"
6600   - "FIB_10K"
6601   - "FIB_100K"
6602   - "FIB_1M"
6603   traces:
6604     hoverinfo: "x+y"
6605     boxpoints: "outliers"
6606     whiskerwidth: 0
6607   layout:
6608     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6609     layout: "plot-throughput"
6610
6611 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6612 -
6613   type: "plot"
6614   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6615   algorithm: "plot_performance_box"
6616   output-file-type: ".html"
6617   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6618   data: "plot-vpp-throughput-latency-2n-skx"
6619   filter: "'NIC_Intel-X710' and
6620            '64B' and
6621            ('BASE' or 'SCALE') and
6622            'NDRPDR' and
6623            'ETH' and
6624            '2T1C' and
6625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6626            not 'VHOST' and
6627            not 'MEMIF'"
6628   parameters:
6629   - "throughput"
6630   - "parent"
6631   - "tags"
6632   sort:
6633   - "L2PATCH"
6634   - "L2XCBASE"
6635   - "BASE"
6636   - "FIB_10K"
6637   - "FIB_100K"
6638   - "FIB_1M"
6639   traces:
6640     hoverinfo: "x+y"
6641     boxpoints: "outliers"
6642     whiskerwidth: 0
6643   layout:
6644     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6645     layout: "plot-throughput"
6646
6647 -
6648   type: "plot"
6649   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6650   algorithm: "plot_performance_box"
6651   output-file-type: ".html"
6652   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6653   data: "plot-vpp-throughput-latency-2n-skx"
6654   filter: "'NIC_Intel-X710' and
6655            '64B' and
6656            ('BASE' or 'SCALE') and
6657            'NDRPDR' and
6658            'ETH' and
6659            '2T1C' and
6660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6661            not 'VHOST' and
6662            not 'MEMIF'"
6663   parameters:
6664   - "throughput"
6665   - "parent"
6666   - "tags"
6667   sort:
6668   - "L2PATCH"
6669   - "L2XCBASE"
6670   - "BASE"
6671   - "FIB_10K"
6672   - "FIB_100K"
6673   - "FIB_1M"
6674   traces:
6675     hoverinfo: "x+y"
6676     boxpoints: "outliers"
6677     whiskerwidth: 0
6678   layout:
6679     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6680     layout: "plot-throughput"
6681
6682 -
6683   type: "plot"
6684   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6685   algorithm: "plot_performance_box"
6686   output-file-type: ".html"
6687   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6688   data: "plot-vpp-throughput-latency-2n-skx"
6689   filter: "'NIC_Intel-X710' and
6690            '64B' and
6691            ('BASE' or 'SCALE') and
6692            'NDRPDR' and
6693            'ETH' and
6694            '4T2C' and
6695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6696            not 'VHOST' and
6697            not 'MEMIF'"
6698   parameters:
6699   - "throughput"
6700   - "parent"
6701   - "tags"
6702   sort:
6703   - "L2PATCH"
6704   - "L2XCBASE"
6705   - "BASE"
6706   - "FIB_10K"
6707   - "FIB_100K"
6708   - "FIB_1M"
6709   traces:
6710     hoverinfo: "x+y"
6711     boxpoints: "outliers"
6712     whiskerwidth: 0
6713   layout:
6714     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6715     layout: "plot-throughput"
6716
6717 -
6718   type: "plot"
6719   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6720   algorithm: "plot_performance_box"
6721   output-file-type: ".html"
6722   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6723   data: "plot-vpp-throughput-latency-2n-skx"
6724   filter: "'NIC_Intel-X710' and
6725            '64B' and
6726            ('BASE' or 'SCALE') and
6727            'NDRPDR' and
6728            'ETH' and
6729            '4T2C' and
6730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6731            not 'VHOST' and
6732            not 'MEMIF'"
6733   parameters:
6734   - "throughput"
6735   - "parent"
6736   - "tags"
6737   sort:
6738   - "L2PATCH"
6739   - "L2XCBASE"
6740   - "BASE"
6741   - "FIB_10K"
6742   - "FIB_100K"
6743   - "FIB_1M"
6744   traces:
6745     hoverinfo: "x+y"
6746     boxpoints: "outliers"
6747     whiskerwidth: 0
6748   layout:
6749     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6750     layout: "plot-throughput"
6751
6752 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6753 -
6754   type: "plot"
6755   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6756   algorithm: "plot_performance_box"
6757   output-file-type: ".html"
6758   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6759   data: "plot-vpp-throughput-latency-2n-skx"
6760   filter: "'NIC_Intel-XXV710' and
6761            '64B' and
6762            ('BASE' or 'SCALE') and
6763            'NDRPDR' and
6764            'ETH' and
6765            '2T1C' and
6766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6767            not 'VHOST' and
6768            not 'MEMIF'"
6769   parameters:
6770   - "throughput"
6771   - "parent"
6772   - "tags"
6773   sort:
6774   - "L2PATCH"
6775   - "L2XCBASE"
6776   - "BASE"
6777   - "FIB_10K"
6778   - "FIB_100K"
6779   - "FIB_1M"
6780   traces:
6781     hoverinfo: "x+y"
6782     boxpoints: "outliers"
6783     whiskerwidth: 0
6784   layout:
6785     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6786     layout: "plot-throughput"
6787
6788 -
6789   type: "plot"
6790   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6791   algorithm: "plot_performance_box"
6792   output-file-type: ".html"
6793   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6794   data: "plot-vpp-throughput-latency-2n-skx"
6795   filter: "'NIC_Intel-XXV710' and
6796            '64B' and
6797            ('BASE' or 'SCALE') and
6798            'NDRPDR' and
6799            'ETH' and
6800            '2T1C' and
6801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6802            not 'VHOST' and
6803            not 'MEMIF'"
6804   parameters:
6805   - "throughput"
6806   - "parent"
6807   - "tags"
6808   sort:
6809   - "L2PATCH"
6810   - "L2XCBASE"
6811   - "BASE"
6812   - "FIB_10K"
6813   - "FIB_100K"
6814   - "FIB_1M"
6815   traces:
6816     hoverinfo: "x+y"
6817     boxpoints: "outliers"
6818     whiskerwidth: 0
6819   layout:
6820     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6821     layout: "plot-throughput"
6822
6823 -
6824   type: "plot"
6825   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6826   algorithm: "plot_performance_box"
6827   output-file-type: ".html"
6828   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6829   data: "plot-vpp-throughput-latency-2n-skx"
6830   filter: "'NIC_Intel-XXV710' and
6831            '64B' and
6832            ('BASE' or 'SCALE') and
6833            'NDRPDR' and
6834            'ETH' and
6835            '4T2C' and
6836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6837            not 'VHOST' and
6838            not 'MEMIF'"
6839   parameters:
6840   - "throughput"
6841   - "parent"
6842   - "tags"
6843   sort:
6844   - "L2PATCH"
6845   - "L2XCBASE"
6846   - "BASE"
6847   - "FIB_10K"
6848   - "FIB_100K"
6849   - "FIB_1M"
6850   traces:
6851     hoverinfo: "x+y"
6852     boxpoints: "outliers"
6853     whiskerwidth: 0
6854   layout:
6855     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6856     layout: "plot-throughput"
6857
6858 -
6859   type: "plot"
6860   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6861   algorithm: "plot_performance_box"
6862   output-file-type: ".html"
6863   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6864   data: "plot-vpp-throughput-latency-2n-skx"
6865   filter: "'NIC_Intel-XXV710' and
6866            '64B' and
6867            ('BASE' or 'SCALE') and
6868            'NDRPDR' and
6869            'ETH' and
6870            '4T2C' and
6871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6872            not 'VHOST' and
6873            not 'MEMIF'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   - "tags"
6878   sort:
6879   - "L2PATCH"
6880   - "L2XCBASE"
6881   - "BASE"
6882   - "FIB_10K"
6883   - "FIB_100K"
6884   - "FIB_1M"
6885   traces:
6886     hoverinfo: "x+y"
6887     boxpoints: "outliers"
6888     whiskerwidth: 0
6889   layout:
6890     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6891     layout: "plot-throughput"
6892
6893 # Packet Throughput - VPP L2 2n-dnv-x553 base
6894 -
6895   type: "plot"
6896   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6897   algorithm: "plot_performance_box"
6898   output-file-type: ".html"
6899   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6900   data: "intel-dnv-vpp"
6901   filter: "'NIC_Intel-X553' and
6902            '64B' and
6903            'BASE' and
6904            'NDRPDR' and
6905            'ETH' and
6906            '1T1C' and
6907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6908            not 'VHOST' and
6909            not 'MEMIF'"
6910   parameters:
6911   - "throughput"
6912   - "parent"
6913   - "tags"
6914   sort:
6915   - "L2XCBASE"
6916   - "L2BDMACLRN"
6917   - "L2PATCH"
6918   traces:
6919     hoverinfo: "x+y"
6920     boxpoints: "outliers"
6921     whiskerwidth: 0
6922   layout:
6923     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6924     layout: "plot-throughput"
6925
6926 -
6927   type: "plot"
6928   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6929   algorithm: "plot_performance_box"
6930   output-file-type: ".html"
6931   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6932   data: "intel-dnv-vpp"
6933   filter: "'NIC_Intel-X553' and
6934            '64B' and
6935            ('BASE' or 'SCALE') and
6936            'NDRPDR' and
6937            'ETH' and
6938            '1T1C' and
6939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6940            not 'VHOST' and
6941            not 'MEMIF'"
6942   parameters:
6943   - "throughput"
6944   - "parent"
6945   - "tags"
6946   sort:
6947   - "L2XCBASE"
6948   - "L2BDMACLRN"
6949   - "L2PATCH"
6950   traces:
6951     hoverinfo: "x+y"
6952     boxpoints: "outliers"
6953     whiskerwidth: 0
6954   layout:
6955     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6956     layout: "plot-throughput"
6957
6958 -
6959   type: "plot"
6960   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6961   algorithm: "plot_performance_box"
6962   output-file-type: ".html"
6963   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6964   data: "intel-dnv-vpp"
6965   filter: "'NIC_Intel-X553' and
6966            '64B' and
6967            ('BASE' or 'SCALE') and
6968            'NDRPDR' and
6969            'ETH' and
6970            '2T2C' and
6971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6972            not 'VHOST' and
6973            not 'MEMIF'"
6974   parameters:
6975   - "throughput"
6976   - "parent"
6977   - "tags"
6978   sort:
6979   - "L2XCBASE"
6980   - "L2BDMACLRN"
6981   - "L2PATCH"
6982   traces:
6983     hoverinfo: "x+y"
6984     boxpoints: "outliers"
6985     whiskerwidth: 0
6986   layout:
6987     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6988     layout: "plot-throughput"
6989
6990 -
6991   type: "plot"
6992   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6993   algorithm: "plot_performance_box"
6994   output-file-type: ".html"
6995   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6996   data: "intel-dnv-vpp"
6997   filter: "'NIC_Intel-X553' and
6998            '64B' and
6999            ('BASE' or 'SCALE') and
7000            'NDRPDR' and
7001            'ETH' and
7002            '2T2C' and
7003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7004            not 'VHOST' and
7005            not 'MEMIF'"
7006   parameters:
7007   - "throughput"
7008   - "parent"
7009   - "tags"
7010   sort:
7011   - "L2XCBASE"
7012   - "L2BDMACLRN"
7013   - "L2PATCH"
7014   traces:
7015     hoverinfo: "x+y"
7016     boxpoints: "outliers"
7017     whiskerwidth: 0
7018   layout:
7019     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7020     layout: "plot-throughput"
7021
7022 ################################################################################
7023
7024 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7025 -
7026   type: "plot"
7027   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7028   algorithm: "plot_performance_box"
7029   output-file-type: ".html"
7030   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7031   data: "plot-vpp-throughput-latency-3n-hsw"
7032   filter: "'NIC_Intel-X520-DA2' and
7033            '64B' and
7034            ('BASE' or 'SCALE') and
7035            'NDRPDR' and
7036            '1T1C' and
7037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7038            not 'VHOST' and
7039            'MEMIF'"
7040   parameters:
7041   - "throughput"
7042   - "parent"
7043   - "tags"
7044   sort:
7045   - "L2XCFWD"
7046   - "L2XCFWD"
7047   - "L2XCFWD"
7048   - "L2BDMACLRN"
7049   - "L2BDMACLRN"
7050   - "L2BDMACLRN"
7051   traces:
7052     hoverinfo: "x+y"
7053     boxpoints: "outliers"
7054     whiskerwidth: 0
7055   layout:
7056     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7057     layout: "plot-throughput"
7058
7059 -
7060   type: "plot"
7061   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7062   algorithm: "plot_performance_box"
7063   output-file-type: ".html"
7064   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7065   data: "plot-vpp-throughput-latency-3n-hsw"
7066   filter: "'NIC_Intel-X520-DA2' and
7067            '64B' and
7068            ('BASE' or 'SCALE') and
7069            'NDRPDR' and
7070            '1T1C' and
7071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7072            not 'VHOST' and
7073            'MEMIF'"
7074   parameters:
7075   - "throughput"
7076   - "parent"
7077   - "tags"
7078   sort:
7079   - "L2XCFWD"
7080   - "L2XCFWD"
7081   - "L2XCFWD"
7082   - "L2BDMACLRN"
7083   - "L2BDMACLRN"
7084   - "L2BDMACLRN"
7085   traces:
7086     hoverinfo: "x+y"
7087     boxpoints: "outliers"
7088     whiskerwidth: 0
7089   layout:
7090     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7091     layout: "plot-throughput"
7092
7093 -
7094   type: "plot"
7095   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7096   algorithm: "plot_performance_box"
7097   output-file-type: ".html"
7098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7099   data: "plot-vpp-throughput-latency-3n-hsw"
7100   filter: "'NIC_Intel-X520-DA2' and
7101            '64B' and
7102            ('BASE' or 'SCALE') and
7103            'NDRPDR' and
7104            '2T2C' and
7105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7106            not 'VHOST' and
7107            'MEMIF'"
7108   parameters:
7109   - "throughput"
7110   - "parent"
7111   - "tags"
7112   sort:
7113   - "L2XCFWD"
7114   - "L2XCFWD"
7115   - "L2XCFWD"
7116   - "L2BDMACLRN"
7117   - "L2BDMACLRN"
7118   - "L2BDMACLRN"
7119   traces:
7120     hoverinfo: "x+y"
7121     boxpoints: "outliers"
7122     whiskerwidth: 0
7123   layout:
7124     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7125     layout: "plot-throughput"
7126
7127 -
7128   type: "plot"
7129   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7130   algorithm: "plot_performance_box"
7131   output-file-type: ".html"
7132   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7133   data: "plot-vpp-throughput-latency-3n-hsw"
7134   filter: "'NIC_Intel-X520-DA2' and
7135            '64B' and
7136            ('BASE' or 'SCALE') and
7137            'NDRPDR' and
7138            '2T2C' and
7139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7140            not 'VHOST' and
7141            'MEMIF'"
7142   parameters:
7143   - "throughput"
7144   - "parent"
7145   - "tags"
7146   sort:
7147   - "L2XCFWD"
7148   - "L2XCFWD"
7149   - "L2XCFWD"
7150   - "L2BDMACLRN"
7151   - "L2BDMACLRN"
7152   - "L2BDMACLRN"
7153   traces:
7154     hoverinfo: "x+y"
7155     boxpoints: "outliers"
7156     whiskerwidth: 0
7157   layout:
7158     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7159     layout: "plot-throughput"
7160
7161 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7162 -
7163   type: "plot"
7164   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7165   algorithm: "plot_performance_box"
7166   output-file-type: ".html"
7167   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7168   data: "plot-vpp-throughput-latency-3n-hsw"
7169   filter: "'NIC_Intel-X710' and
7170            '64B' and
7171            ('BASE' or 'SCALE') and
7172            'NDRPDR' and
7173            '1T1C' and
7174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7175            not 'VHOST' and
7176            'MEMIF'"
7177   parameters:
7178   - "throughput"
7179   - "parent"
7180   - "tags"
7181   sort:
7182   - "L2XCFWD"
7183   - "L2XCFWD"
7184   - "L2XCFWD"
7185   - "L2BDMACLRN"
7186   - "L2BDMACLRN"
7187   - "L2BDMACLRN"
7188   traces:
7189     hoverinfo: "x+y"
7190     boxpoints: "outliers"
7191     whiskerwidth: 0
7192   layout:
7193     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7194     layout: "plot-throughput"
7195
7196 -
7197   type: "plot"
7198   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7199   algorithm: "plot_performance_box"
7200   output-file-type: ".html"
7201   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7202   data: "plot-vpp-throughput-latency-3n-hsw"
7203   filter: "'NIC_Intel-X710' and
7204            '64B' and
7205            ('BASE' or 'SCALE') and
7206            'NDRPDR' and
7207            '1T1C' and
7208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7209            not 'VHOST' and
7210            'MEMIF'"
7211   parameters:
7212   - "throughput"
7213   - "parent"
7214   - "tags"
7215   sort:
7216   - "L2XCFWD"
7217   - "L2XCFWD"
7218   - "L2XCFWD"
7219   - "L2BDMACLRN"
7220   - "L2BDMACLRN"
7221   - "L2BDMACLRN"
7222   traces:
7223     hoverinfo: "x+y"
7224     boxpoints: "outliers"
7225     whiskerwidth: 0
7226   layout:
7227     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7228     layout: "plot-throughput"
7229
7230 -
7231   type: "plot"
7232   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7233   algorithm: "plot_performance_box"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7236   data: "plot-vpp-throughput-latency-3n-hsw"
7237   filter: "'NIC_Intel-X710' and
7238            '64B' and
7239            ('BASE' or 'SCALE') and
7240            'NDRPDR' and
7241            '2T2C' and
7242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7243            not 'VHOST' and
7244            'MEMIF'"
7245   parameters:
7246   - "throughput"
7247   - "parent"
7248   - "tags"
7249   sort:
7250   - "L2XCFWD"
7251   - "L2XCFWD"
7252   - "L2XCFWD"
7253   - "L2BDMACLRN"
7254   - "L2BDMACLRN"
7255   - "L2BDMACLRN"
7256   traces:
7257     hoverinfo: "x+y"
7258     boxpoints: "outliers"
7259     whiskerwidth: 0
7260   layout:
7261     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7262     layout: "plot-throughput"
7263
7264 -
7265   type: "plot"
7266   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7267   algorithm: "plot_performance_box"
7268   output-file-type: ".html"
7269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7270   data: "plot-vpp-throughput-latency-3n-hsw"
7271   filter: "'NIC_Intel-X710' and
7272            '64B' and
7273            ('BASE' or 'SCALE') and
7274            'NDRPDR' and
7275            '2T2C' and
7276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7277            not 'VHOST' and
7278            'MEMIF'"
7279   parameters:
7280   - "throughput"
7281   - "parent"
7282   - "tags"
7283   sort:
7284   - "L2XCFWD"
7285   - "L2XCFWD"
7286   - "L2XCFWD"
7287   - "L2BDMACLRN"
7288   - "L2BDMACLRN"
7289   - "L2BDMACLRN"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7296     layout: "plot-throughput"
7297
7298 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7299 -
7300   type: "plot"
7301   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7302   algorithm: "plot_performance_box"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7305   data: "plot-vpp-throughput-latency-3n-hsw"
7306   filter: "'NIC_Intel-XL710' and
7307            '64B' and
7308            ('BASE' or 'SCALE') and
7309            'NDRPDR' and
7310            '1T1C' and
7311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7312            not 'VHOST' and
7313            'MEMIF'"
7314   parameters:
7315   - "throughput"
7316   - "parent"
7317   - "tags"
7318   sort:
7319   - "L2XCFWD"
7320   - "L2XCFWD"
7321   - "L2XCFWD"
7322   - "L2BDMACLRN"
7323   - "L2BDMACLRN"
7324   - "L2BDMACLRN"
7325   traces:
7326     hoverinfo: "x+y"
7327     boxpoints: "outliers"
7328     whiskerwidth: 0
7329   layout:
7330     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7331     layout: "plot-throughput"
7332
7333 -
7334   type: "plot"
7335   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7336   algorithm: "plot_performance_box"
7337   output-file-type: ".html"
7338   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7339   data: "plot-vpp-throughput-latency-3n-hsw"
7340   filter: "'NIC_Intel-XL710' and
7341            '64B' and
7342            ('BASE' or 'SCALE') and
7343            'NDRPDR' and
7344            '1T1C' and
7345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7346            not 'VHOST' and
7347            'MEMIF'"
7348   parameters:
7349   - "throughput"
7350   - "parent"
7351   - "tags"
7352   sort:
7353   - "L2XCFWD"
7354   - "L2XCFWD"
7355   - "L2XCFWD"
7356   - "L2BDMACLRN"
7357   - "L2BDMACLRN"
7358   - "L2BDMACLRN"
7359   traces:
7360     hoverinfo: "x+y"
7361     boxpoints: "outliers"
7362     whiskerwidth: 0
7363   layout:
7364     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7365     layout: "plot-throughput"
7366
7367 -
7368   type: "plot"
7369   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7370   algorithm: "plot_performance_box"
7371   output-file-type: ".html"
7372   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7373   data: "plot-vpp-throughput-latency-3n-hsw"
7374   filter: "'NIC_Intel-XL710' and
7375            '64B' and
7376            ('BASE' or 'SCALE') and
7377            'NDRPDR' and
7378            '2T2C' and
7379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7380            not 'VHOST' and
7381            'MEMIF'"
7382   parameters:
7383   - "throughput"
7384   - "parent"
7385   - "tags"
7386   sort:
7387   - "L2XCFWD"
7388   - "L2XCFWD"
7389   - "L2XCFWD"
7390   - "L2BDMACLRN"
7391   - "L2BDMACLRN"
7392   - "L2BDMACLRN"
7393   traces:
7394     hoverinfo: "x+y"
7395     boxpoints: "outliers"
7396     whiskerwidth: 0
7397   layout:
7398     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7399     layout: "plot-throughput"
7400
7401 -
7402   type: "plot"
7403   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7404   algorithm: "plot_performance_box"
7405   output-file-type: ".html"
7406   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7407   data: "plot-vpp-throughput-latency-3n-hsw"
7408   filter: "'NIC_Intel-XL710' and
7409            '64B' and
7410            ('BASE' or 'SCALE') and
7411            'NDRPDR' and
7412            '2T2C' and
7413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7414            not 'VHOST' and
7415            'MEMIF'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   - "tags"
7420   sort:
7421   - "L2XCFWD"
7422   - "L2XCFWD"
7423   - "L2XCFWD"
7424   - "L2BDMACLRN"
7425   - "L2BDMACLRN"
7426   - "L2BDMACLRN"
7427   traces:
7428     hoverinfo: "x+y"
7429     boxpoints: "outliers"
7430     whiskerwidth: 0
7431   layout:
7432     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7433     layout: "plot-throughput"
7434
7435 # Packet Throughput - VPP Container Memif 3n-skx-x710
7436 -
7437   type: "plot"
7438   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7439   algorithm: "plot_performance_box"
7440   output-file-type: ".html"
7441   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7442   data: "plot-vpp-throughput-latency-3n-skx"
7443   filter: "'NIC_Intel-X710' and
7444            '64B' and
7445            ('BASE' or 'SCALE') and
7446            'NDRPDR' and
7447            '2T1C' and
7448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7449            not 'VHOST' and
7450            'MEMIF'"
7451   parameters:
7452   - "throughput"
7453   - "parent"
7454   - "tags"
7455   sort:
7456   - "L2XCFWD"
7457   - "L2XCFWD"
7458   - "L2XCFWD"
7459   - "L2BDMACLRN"
7460   - "L2BDMACLRN"
7461   - "L2BDMACLRN"
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7468     layout: "plot-throughput"
7469
7470 -
7471   type: "plot"
7472   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7473   algorithm: "plot_performance_box"
7474   output-file-type: ".html"
7475   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7476   data: "plot-vpp-throughput-latency-3n-skx"
7477   filter: "'NIC_Intel-X710' and
7478            '64B' and
7479            ('BASE' or 'SCALE') and
7480            'NDRPDR' and
7481            '2T1C' and
7482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7483            not 'VHOST' and
7484            'MEMIF'"
7485   parameters:
7486   - "throughput"
7487   - "parent"
7488   - "tags"
7489   sort:
7490   - "L2XCFWD"
7491   - "L2XCFWD"
7492   - "L2XCFWD"
7493   - "L2BDMACLRN"
7494   - "L2BDMACLRN"
7495   - "L2BDMACLRN"
7496   traces:
7497     hoverinfo: "x+y"
7498     boxpoints: "outliers"
7499     whiskerwidth: 0
7500   layout:
7501     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7502     layout: "plot-throughput"
7503
7504 -
7505   type: "plot"
7506   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7507   algorithm: "plot_performance_box"
7508   output-file-type: ".html"
7509   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7510   data: "plot-vpp-throughput-latency-3n-skx"
7511   filter: "'NIC_Intel-X710' and
7512            '64B' and
7513            ('BASE' or 'SCALE') and
7514            'NDRPDR' and
7515            '4T2C' and
7516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7517            not 'VHOST' and
7518            'MEMIF'"
7519   parameters:
7520   - "throughput"
7521   - "parent"
7522   - "tags"
7523   sort:
7524   - "L2XCFWD"
7525   - "L2XCFWD"
7526   - "L2XCFWD"
7527   - "L2BDMACLRN"
7528   - "L2BDMACLRN"
7529   - "L2BDMACLRN"
7530   traces:
7531     hoverinfo: "x+y"
7532     boxpoints: "outliers"
7533     whiskerwidth: 0
7534   layout:
7535     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7536     layout: "plot-throughput"
7537
7538 -
7539   type: "plot"
7540   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7541   algorithm: "plot_performance_box"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7544   data: "plot-vpp-throughput-latency-3n-skx"
7545   filter: "'NIC_Intel-X710' and
7546            '64B' and
7547            ('BASE' or 'SCALE') and
7548            'NDRPDR' and
7549            '4T2C' and
7550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7551            not 'VHOST' and
7552            'MEMIF'"
7553   parameters:
7554   - "throughput"
7555   - "parent"
7556   - "tags"
7557   sort:
7558   - "L2XCFWD"
7559   - "L2XCFWD"
7560   - "L2XCFWD"
7561   - "L2BDMACLRN"
7562   - "L2BDMACLRN"
7563   - "L2BDMACLRN"
7564   traces:
7565     hoverinfo: "x+y"
7566     boxpoints: "outliers"
7567     whiskerwidth: 0
7568   layout:
7569     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7570     layout: "plot-throughput"
7571
7572 # Packet Throughput - VPP Container Memif 2n-skx-x710
7573 -
7574   type: "plot"
7575   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7576   algorithm: "plot_performance_box"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7579   data: "plot-vpp-throughput-latency-2n-skx"
7580   filter: "'NIC_Intel-X710' and
7581            '64B' and
7582            ('BASE' or 'SCALE') and
7583            'NDRPDR' and
7584            '2T1C' and
7585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7586            not 'VHOST' and
7587            'MEMIF'"
7588   parameters:
7589   - "throughput"
7590   - "parent"
7591   - "tags"
7592   sort:
7593   - "L2XCFWD"
7594   - "L2XCFWD"
7595   - "L2XCFWD"
7596   - "L2BDMACLRN"
7597   - "L2BDMACLRN"
7598   - "L2BDMACLRN"
7599   traces:
7600     hoverinfo: "x+y"
7601     boxpoints: "outliers"
7602     whiskerwidth: 0
7603   layout:
7604     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7605     layout: "plot-throughput"
7606
7607 -
7608   type: "plot"
7609   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7610   algorithm: "plot_performance_box"
7611   output-file-type: ".html"
7612   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7613   data: "plot-vpp-throughput-latency-2n-skx"
7614   filter: "'NIC_Intel-X710' and
7615            '64B' and
7616            ('BASE' or 'SCALE') and
7617            'NDRPDR' and
7618            '2T1C' and
7619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7620            not 'VHOST' and
7621            'MEMIF'"
7622   parameters:
7623   - "throughput"
7624   - "parent"
7625   - "tags"
7626   sort:
7627   - "L2XCFWD"
7628   - "L2XCFWD"
7629   - "L2XCFWD"
7630   - "L2BDMACLRN"
7631   - "L2BDMACLRN"
7632   - "L2BDMACLRN"
7633   traces:
7634     hoverinfo: "x+y"
7635     boxpoints: "outliers"
7636     whiskerwidth: 0
7637   layout:
7638     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7639     layout: "plot-throughput"
7640
7641 -
7642   type: "plot"
7643   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7644   algorithm: "plot_performance_box"
7645   output-file-type: ".html"
7646   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7647   data: "plot-vpp-throughput-latency-2n-skx"
7648   filter: "'NIC_Intel-X710' and
7649            '64B' and
7650            ('BASE' or 'SCALE') and
7651            'NDRPDR' and
7652            '4T2C' and
7653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7654            not 'VHOST' and
7655            'MEMIF'"
7656   parameters:
7657   - "throughput"
7658   - "parent"
7659   - "tags"
7660   sort:
7661   - "L2XCFWD"
7662   - "L2XCFWD"
7663   - "L2XCFWD"
7664   - "L2BDMACLRN"
7665   - "L2BDMACLRN"
7666   - "L2BDMACLRN"
7667   traces:
7668     hoverinfo: "x+y"
7669     boxpoints: "outliers"
7670     whiskerwidth: 0
7671   layout:
7672     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7673     layout: "plot-throughput"
7674
7675 -
7676   type: "plot"
7677   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7678   algorithm: "plot_performance_box"
7679   output-file-type: ".html"
7680   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7681   data: "plot-vpp-throughput-latency-2n-skx"
7682   filter: "'NIC_Intel-X710' and
7683            '64B' and
7684            ('BASE' or 'SCALE') and
7685            'NDRPDR' and
7686            '4T2C' and
7687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7688            not 'VHOST' and
7689            'MEMIF'"
7690   parameters:
7691   - "throughput"
7692   - "parent"
7693   - "tags"
7694   sort:
7695   - "L2XCFWD"
7696   - "L2XCFWD"
7697   - "L2XCFWD"
7698   - "L2BDMACLRN"
7699   - "L2BDMACLRN"
7700   - "L2BDMACLRN"
7701   traces:
7702     hoverinfo: "x+y"
7703     boxpoints: "outliers"
7704     whiskerwidth: 0
7705   layout:
7706     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7707     layout: "plot-throughput"
7708
7709 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7710 -
7711   type: "plot"
7712   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7713   algorithm: "plot_performance_box"
7714   output-file-type: ".html"
7715   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7716   data: "plot-vpp-throughput-latency-2n-skx"
7717   filter: "'NIC_Intel-XXV710' and
7718            '64B' and
7719            ('BASE' or 'SCALE') and
7720            'NDRPDR' and
7721            '2T1C' and
7722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7723            not 'VHOST' and
7724            'MEMIF'"
7725   parameters:
7726   - "throughput"
7727   - "parent"
7728   - "tags"
7729   sort:
7730   - "L2XCFWD"
7731   - "L2XCFWD"
7732   - "L2XCFWD"
7733   - "L2BDMACLRN"
7734   - "L2BDMACLRN"
7735   - "L2BDMACLRN"
7736   traces:
7737     hoverinfo: "x+y"
7738     boxpoints: "outliers"
7739     whiskerwidth: 0
7740   layout:
7741     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7742     layout: "plot-throughput"
7743
7744 -
7745   type: "plot"
7746   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7747   algorithm: "plot_performance_box"
7748   output-file-type: ".html"
7749   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7750   data: "plot-vpp-throughput-latency-2n-skx"
7751   filter: "'NIC_Intel-XXV710' and
7752            '64B' and
7753            ('BASE' or 'SCALE') and
7754            'NDRPDR' and
7755            '2T1C' and
7756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7757            not 'VHOST' and
7758            'MEMIF'"
7759   parameters:
7760   - "throughput"
7761   - "parent"
7762   - "tags"
7763   sort:
7764   - "L2XCFWD"
7765   - "L2XCFWD"
7766   - "L2XCFWD"
7767   - "L2BDMACLRN"
7768   - "L2BDMACLRN"
7769   - "L2BDMACLRN"
7770   traces:
7771     hoverinfo: "x+y"
7772     boxpoints: "outliers"
7773     whiskerwidth: 0
7774   layout:
7775     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7776     layout: "plot-throughput"
7777
7778 -
7779   type: "plot"
7780   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7781   algorithm: "plot_performance_box"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7784   data: "plot-vpp-throughput-latency-2n-skx"
7785   filter: "'NIC_Intel-XXV710' and
7786            '64B' and
7787            ('BASE' or 'SCALE') and
7788            'NDRPDR' and
7789            '4T2C' and
7790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7791            not 'VHOST' and
7792            'MEMIF'"
7793   parameters:
7794   - "throughput"
7795   - "parent"
7796   - "tags"
7797   sort:
7798   - "L2XCFWD"
7799   - "L2XCFWD"
7800   - "L2XCFWD"
7801   - "L2BDMACLRN"
7802   - "L2BDMACLRN"
7803   - "L2BDMACLRN"
7804   traces:
7805     hoverinfo: "x+y"
7806     boxpoints: "outliers"
7807     whiskerwidth: 0
7808   layout:
7809     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7810     layout: "plot-throughput"
7811
7812 -
7813   type: "plot"
7814   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7815   algorithm: "plot_performance_box"
7816   output-file-type: ".html"
7817   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7818   data: "plot-vpp-throughput-latency-2n-skx"
7819   filter: "'NIC_Intel-XXV710' and
7820            '64B' and
7821            ('BASE' or 'SCALE') and
7822            'NDRPDR' and
7823            '4T2C' and
7824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7825            not 'VHOST' and
7826            'MEMIF'"
7827   parameters:
7828   - "throughput"
7829   - "parent"
7830   - "tags"
7831   sort:
7832   - "L2XCFWD"
7833   - "L2XCFWD"
7834   - "L2XCFWD"
7835   - "L2BDMACLRN"
7836   - "L2BDMACLRN"
7837   - "L2BDMACLRN"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7844     layout: "plot-throughput"
7845
7846 ################################################################################
7847
7848 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7849 -
7850   type: "plot"
7851   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7852   algorithm: "plot_performance_box"
7853   output-file-type: ".html"
7854   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7855   data: "plot-ligato-throughput-latency-3n-hsw"
7856   filter: "'NIC_Intel-X520-DA2' and
7857            '64B' and
7858            ('BASE' or 'SCALE') and
7859            'NDRPDR' and
7860            '1T1C' and
7861            'L2XCFWD' and
7862            not 'VHOST' and
7863            'MEMIF'"
7864   parameters:
7865   - "throughput"
7866   - "parent"
7867   - "tags"
7868   sort:
7869   - "1VNF"
7870   - "2VNF"
7871   - "4VNF"
7872   - "2VNF"
7873   - "4VNF"
7874   traces:
7875     hoverinfo: "x+y"
7876     boxpoints: "outliers"
7877     whiskerwidth: 0
7878   layout:
7879     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7880     layout: "plot-throughput"
7881
7882 -
7883   type: "plot"
7884   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7885   algorithm: "plot_performance_box"
7886   output-file-type: ".html"
7887   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7888   data: "plot-ligato-throughput-latency-3n-hsw"
7889   filter: "'NIC_Intel-X520-DA2' and
7890            '64B' and
7891            ('BASE' or 'SCALE') and
7892            'NDRPDR' and
7893            '1T1C' and
7894            'L2XCFWD' and
7895            not 'VHOST' and
7896            'MEMIF'"
7897   parameters:
7898   - "throughput"
7899   - "parent"
7900   - "tags"
7901   sort:
7902   - "1VNF"
7903   - "2VNF"
7904   - "4VNF"
7905   - "2VNF"
7906   - "4VNF"
7907   traces:
7908     hoverinfo: "x+y"
7909     boxpoints: "outliers"
7910     whiskerwidth: 0
7911   layout:
7912     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7913     layout: "plot-throughput"
7914
7915 -
7916   type: "plot"
7917   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7918   algorithm: "plot_performance_box"
7919   output-file-type: ".html"
7920   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7921   data: "plot-ligato-throughput-latency-3n-hsw"
7922   filter: "'NIC_Intel-X520-DA2' and
7923            '64B' and
7924            ('BASE' or 'SCALE') and
7925            'NDRPDR' and
7926            '2T2C' and
7927            'L2XCFWD' and
7928            not 'VHOST' and
7929            'MEMIF'"
7930   parameters:
7931   - "throughput"
7932   - "parent"
7933   - "tags"
7934   sort:
7935   - "1VNF"
7936   - "2VNF"
7937   - "4VNF"
7938   - "2VNF"
7939   - "4VNF"
7940   traces:
7941     hoverinfo: "x+y"
7942     boxpoints: "outliers"
7943     whiskerwidth: 0
7944   layout:
7945     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7946     layout: "plot-throughput"
7947
7948 -
7949   type: "plot"
7950   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7951   algorithm: "plot_performance_box"
7952   output-file-type: ".html"
7953   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7954   data: "plot-ligato-throughput-latency-3n-hsw"
7955   filter: "'NIC_Intel-X520-DA2' and
7956            '64B' and
7957            ('BASE' or 'SCALE') and
7958            'NDRPDR' and
7959            '2T2C' and
7960            'L2XCFWD' and
7961            not 'VHOST' and
7962            'MEMIF'"
7963   parameters:
7964   - "throughput"
7965   - "parent"
7966   - "tags"
7967   sort:
7968   - "1VNF"
7969   - "2VNF"
7970   - "4VNF"
7971   - "2VNF"
7972   - "4VNF"
7973   traces:
7974     hoverinfo: "x+y"
7975     boxpoints: "outliers"
7976     whiskerwidth: 0
7977   layout:
7978     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7979     layout: "plot-throughput"
7980
7981 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
7982 -
7983   type: "plot"
7984   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7985   algorithm: "plot_performance_box"
7986   output-file-type: ".html"
7987   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7988   data: "plot-ligato-throughput-latency-3n-hsw"
7989   filter: "'NIC_Intel-X520-DA2' and
7990            '64B' and
7991            ('BASE' or 'SCALE') and
7992            'NDRPDR' and
7993            '1T1C' and
7994            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7995            not 'VHOST' and
7996            'MEMIF'"
7997   parameters:
7998   - "throughput"
7999   - "parent"
8000   - "tags"
8001   sort:
8002   - "1VNF"
8003   - "2VNF"
8004   - "4VNF"
8005   - "2VNF"
8006   - "4VNF"
8007   traces:
8008     hoverinfo: "x+y"
8009     boxpoints: "outliers"
8010     whiskerwidth: 0
8011   layout:
8012     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8013     layout: "plot-throughput"
8014
8015 -
8016   type: "plot"
8017   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8018   algorithm: "plot_performance_box"
8019   output-file-type: ".html"
8020   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8021   data: "plot-ligato-throughput-latency-3n-hsw"
8022   filter: "'NIC_Intel-X520-DA2' and
8023            '64B' and
8024            ('BASE' or 'SCALE') and
8025            'NDRPDR' and
8026            '1T1C' and
8027            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8028            not 'VHOST' and
8029            'MEMIF'"
8030   parameters:
8031   - "throughput"
8032   - "parent"
8033   - "tags"
8034   sort:
8035   - "1VNF"
8036   - "2VNF"
8037   - "4VNF"
8038   - "2VNF"
8039   - "4VNF"
8040   traces:
8041     hoverinfo: "x+y"
8042     boxpoints: "outliers"
8043     whiskerwidth: 0
8044   layout:
8045     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8046     layout: "plot-throughput"
8047
8048 -
8049   type: "plot"
8050   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8051   algorithm: "plot_performance_box"
8052   output-file-type: ".html"
8053   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8054   data: "plot-ligato-throughput-latency-3n-hsw"
8055   filter: "'NIC_Intel-X520-DA2' and
8056            '64B' and
8057            ('BASE' or 'SCALE') and
8058            'NDRPDR' and
8059            '2T2C' and
8060            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8061            not 'VHOST' and
8062            'MEMIF'"
8063   parameters:
8064   - "throughput"
8065   - "parent"
8066   - "tags"
8067   sort:
8068   - "1VNF"
8069   - "2VNF"
8070   - "4VNF"
8071   - "2VNF"
8072   - "4VNF"
8073   traces:
8074     hoverinfo: "x+y"
8075     boxpoints: "outliers"
8076     whiskerwidth: 0
8077   layout:
8078     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8079     layout: "plot-throughput"
8080
8081 -
8082   type: "plot"
8083   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8084   algorithm: "plot_performance_box"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8087   data: "plot-ligato-throughput-latency-3n-hsw"
8088   filter: "'NIC_Intel-X520-DA2' and
8089            '64B' and
8090            ('BASE' or 'SCALE') and
8091            'NDRPDR' and
8092            '2T2C' and
8093            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8094            not 'VHOST' and
8095            'MEMIF'"
8096   parameters:
8097   - "throughput"
8098   - "parent"
8099   - "tags"
8100   sort:
8101   - "1VNF"
8102   - "2VNF"
8103   - "4VNF"
8104   - "2VNF"
8105   - "4VNF"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8112     layout: "plot-throughput"
8113
8114 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8115 -
8116   type: "plot"
8117   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8118   algorithm: "plot_performance_box"
8119   output-file-type: ".html"
8120   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8121   data: "plot-ligato-throughput-latency-3n-hsw"
8122   filter: "'NIC_Intel-X710' and
8123            '64B' and
8124            ('BASE' or 'SCALE') and
8125            'NDRPDR' and
8126            '1T1C' and
8127            'L2XCFWD' and
8128            not 'VHOST' and
8129            'MEMIF'"
8130   parameters:
8131   - "throughput"
8132   - "parent"
8133   - "tags"
8134   sort:
8135   - "1VNF"
8136   - "2VNF"
8137   - "4VNF"
8138   - "2VNF"
8139   - "4VNF"
8140   traces:
8141     hoverinfo: "x+y"
8142     boxpoints: "outliers"
8143     whiskerwidth: 0
8144   layout:
8145     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8146     layout: "plot-throughput"
8147
8148 -
8149   type: "plot"
8150   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8154   data: "plot-ligato-throughput-latency-3n-hsw"
8155   filter: "'NIC_Intel-X710' and
8156            '64B' and
8157            ('BASE' or 'SCALE') and
8158            'NDRPDR' and
8159            '1T1C' and
8160            'L2XCFWD' and
8161            not 'VHOST' and
8162            'MEMIF'"
8163   parameters:
8164   - "throughput"
8165   - "parent"
8166   - "tags"
8167   sort:
8168   - "1VNF"
8169   - "2VNF"
8170   - "4VNF"
8171   - "2VNF"
8172   - "4VNF"
8173   traces:
8174     hoverinfo: "x+y"
8175     boxpoints: "outliers"
8176     whiskerwidth: 0
8177   layout:
8178     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8179     layout: "plot-throughput"
8180
8181 -
8182   type: "plot"
8183   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8187   data: "plot-ligato-throughput-latency-3n-hsw"
8188   filter: "'NIC_Intel-X710' and
8189            '64B' and
8190            ('BASE' or 'SCALE') and
8191            'NDRPDR' and
8192            '2T2C' and
8193            'L2XCFWD' and
8194            not 'VHOST' and
8195            'MEMIF'"
8196   parameters:
8197   - "throughput"
8198   - "parent"
8199   - "tags"
8200   sort:
8201   - "1VNF"
8202   - "2VNF"
8203   - "4VNF"
8204   - "2VNF"
8205   - "4VNF"
8206   traces:
8207     hoverinfo: "x+y"
8208     boxpoints: "outliers"
8209     whiskerwidth: 0
8210   layout:
8211     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8212     layout: "plot-throughput"
8213
8214 -
8215   type: "plot"
8216   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8217   algorithm: "plot_performance_box"
8218   output-file-type: ".html"
8219   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8220   data: "plot-ligato-throughput-latency-3n-hsw"
8221   filter: "'NIC_Intel-X710' and
8222            '64B' and
8223            ('BASE' or 'SCALE') and
8224            'NDRPDR' and
8225            '2T2C' and
8226            'L2XCFWD' and
8227            not 'VHOST' and
8228            'MEMIF'"
8229   parameters:
8230   - "throughput"
8231   - "parent"
8232   - "tags"
8233   sort:
8234   - "1VNF"
8235   - "2VNF"
8236   - "4VNF"
8237   - "2VNF"
8238   - "4VNF"
8239   traces:
8240     hoverinfo: "x+y"
8241     boxpoints: "outliers"
8242     whiskerwidth: 0
8243   layout:
8244     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8245     layout: "plot-throughput"
8246
8247 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8248 -
8249   type: "plot"
8250   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8251   algorithm: "plot_performance_box"
8252   output-file-type: ".html"
8253   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8254   data: "plot-ligato-throughput-latency-3n-hsw"
8255   filter: "'NIC_Intel-X710' and
8256            '64B' and
8257            ('BASE' or 'SCALE') and
8258            'NDRPDR' and
8259            '1T1C' and
8260            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8261            not 'VHOST' and
8262            'MEMIF'"
8263   parameters:
8264   - "throughput"
8265   - "parent"
8266   - "tags"
8267   sort:
8268   - "1VNF"
8269   - "2VNF"
8270   - "4VNF"
8271   - "2VNF"
8272   - "4VNF"
8273   traces:
8274     hoverinfo: "x+y"
8275     boxpoints: "outliers"
8276     whiskerwidth: 0
8277   layout:
8278     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8279     layout: "plot-throughput"
8280
8281 -
8282   type: "plot"
8283   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8284   algorithm: "plot_performance_box"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8287   data: "plot-ligato-throughput-latency-3n-hsw"
8288   filter: "'NIC_Intel-X710' and
8289            '64B' and
8290            ('BASE' or 'SCALE') and
8291            'NDRPDR' and
8292            '1T1C' and
8293            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8294            not 'VHOST' and
8295            'MEMIF'"
8296   parameters:
8297   - "throughput"
8298   - "parent"
8299   - "tags"
8300   sort:
8301   - "1VNF"
8302   - "2VNF"
8303   - "4VNF"
8304   - "2VNF"
8305   - "4VNF"
8306   traces:
8307     hoverinfo: "x+y"
8308     boxpoints: "outliers"
8309     whiskerwidth: 0
8310   layout:
8311     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8312     layout: "plot-throughput"
8313
8314 -
8315   type: "plot"
8316   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8317   algorithm: "plot_performance_box"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8320   data: "plot-ligato-throughput-latency-3n-hsw"
8321   filter: "'NIC_Intel-X710' and
8322            '64B' and
8323            ('BASE' or 'SCALE') and
8324            'NDRPDR' and
8325            '2T2C' and
8326            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8327            not 'VHOST' and
8328            'MEMIF'"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   - "tags"
8333   sort:
8334   - "1VNF"
8335   - "2VNF"
8336   - "4VNF"
8337   - "2VNF"
8338   - "4VNF"
8339   traces:
8340     hoverinfo: "x+y"
8341     boxpoints: "outliers"
8342     whiskerwidth: 0
8343   layout:
8344     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8345     layout: "plot-throughput"
8346
8347 -
8348   type: "plot"
8349   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8350   algorithm: "plot_performance_box"
8351   output-file-type: ".html"
8352   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8353   data: "plot-ligato-throughput-latency-3n-hsw"
8354   filter: "'NIC_Intel-X710' and
8355            '64B' and
8356            ('BASE' or 'SCALE') and
8357            'NDRPDR' and
8358            '2T2C' and
8359            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8360            not 'VHOST' and
8361            'MEMIF'"
8362   parameters:
8363   - "throughput"
8364   - "parent"
8365   - "tags"
8366   sort:
8367   - "1VNF"
8368   - "2VNF"
8369   - "4VNF"
8370   - "2VNF"
8371   - "4VNF"
8372   traces:
8373     hoverinfo: "x+y"
8374     boxpoints: "outliers"
8375     whiskerwidth: 0
8376   layout:
8377     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8378     layout: "plot-throughput"
8379
8380 ################################################################################
8381
8382 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8383 -
8384   type: "plot"
8385   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8386   algorithm: "plot_performance_box"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8389   data: "plot-vpp-throughput-latency-3n-hsw"
8390   filter: "'NIC_Intel-X520-DA2' and
8391            '64B' and
8392            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8393            'NDRPDR' and
8394            '1T1C' and
8395            'IP4FWD' and
8396            not 'IPSEC' and
8397            not 'VHOST'"
8398   parameters:
8399   - "throughput"
8400   - "parent"
8401   - "tags"
8402   sort:
8403   - "DOT1Q"
8404   - "IP4BASE"
8405   - "FIB_20k"
8406   - "FIB_200k"
8407   - "FIB_2M"
8408   traces:
8409     hoverinfo: "x+y"
8410     boxpoints: "outliers"
8411     whiskerwidth: 0
8412   layout:
8413     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8414     layout: "plot-throughput"
8415
8416 -
8417   type: "plot"
8418   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8419   algorithm: "plot_performance_box"
8420   output-file-type: ".html"
8421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8422   data: "plot-vpp-throughput-latency-3n-hsw"
8423   filter: "'NIC_Intel-X520-DA2' and
8424            '64B' and
8425            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8426            'NDRPDR' and
8427            '1T1C' and
8428            'IP4FWD' and
8429            not 'IPSEC' and
8430            not 'VHOST'"
8431   parameters:
8432   - "throughput"
8433   - "parent"
8434   - "tags"
8435   sort:
8436   - "DOT1Q"
8437   - "IP4BASE"
8438   - "FIB_20k"
8439   - "FIB_200k"
8440   - "FIB_2M"
8441   traces:
8442     hoverinfo: "x+y"
8443     boxpoints: "outliers"
8444     whiskerwidth: 0
8445   layout:
8446     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8447     layout: "plot-throughput"
8448
8449 -
8450   type: "plot"
8451   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8452   algorithm: "plot_performance_box"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8455   data: "plot-vpp-throughput-latency-3n-hsw"
8456   filter: "'NIC_Intel-X520-DA2' and
8457            '64B' and
8458            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8459            'NDRPDR' and
8460            '2T2C' and
8461            'IP4FWD' and
8462            not 'IPSEC' and
8463            not 'VHOST'"
8464   parameters:
8465   - "throughput"
8466   - "parent"
8467   - "tags"
8468   sort:
8469   - "DOT1Q"
8470   - "IP4BASE"
8471   - "FIB_20k"
8472   - "FIB_200k"
8473   - "FIB_2M"
8474   traces:
8475     hoverinfo: "x+y"
8476     boxpoints: "outliers"
8477     whiskerwidth: 0
8478   layout:
8479     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8480     layout: "plot-throughput"
8481
8482 -
8483   type: "plot"
8484   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8485   algorithm: "plot_performance_box"
8486   output-file-type: ".html"
8487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8488   data: "plot-vpp-throughput-latency-3n-hsw"
8489   filter: "'NIC_Intel-X520-DA2' and
8490            '64B' and
8491            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8492            'NDRPDR' and
8493            '2T2C' and
8494            'IP4FWD' and
8495            not 'IPSEC' and
8496            not 'VHOST'"
8497   parameters:
8498   - "throughput"
8499   - "parent"
8500   - "tags"
8501   sort:
8502   - "DOT1Q"
8503   - "IP4BASE"
8504   - "FIB_20k"
8505   - "FIB_200k"
8506   - "FIB_2M"
8507   traces:
8508     hoverinfo: "x+y"
8509     boxpoints: "outliers"
8510     whiskerwidth: 0
8511   layout:
8512     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8513     layout: "plot-throughput"
8514
8515 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8516 -
8517   type: "plot"
8518   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8519   algorithm: "plot_performance_box"
8520   output-file-type: ".html"
8521   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8522   data: "plot-vpp-throughput-latency-3n-hsw"
8523   filter: "'NIC_Intel-X520-DA2' and
8524            '64B' and
8525            ('IP4BASE' or
8526             'POLICE_MARK' or
8527             'COPWHLIST' or
8528             ('NAT44' and 'BASE') or
8529             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8530            'NDRPDR' and
8531            '1T1C' and
8532            'IP4FWD' and
8533            not 'IPSEC' and
8534            not 'VHOST'"
8535   parameters:
8536   - "throughput"
8537   - "parent"
8538   - "tags"
8539   sort:
8540   - "DOT1Q"
8541   - "IP4BASE"
8542   - "NAT44"
8543   - "POLICE_MARK"
8544   - "COPWHLIST"
8545   - "IACL"
8546   - "OACL"
8547   traces:
8548     hoverinfo: "x+y"
8549     boxpoints: "outliers"
8550     whiskerwidth: 0
8551   layout:
8552     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8553     layout: "plot-throughput"
8554
8555 -
8556   type: "plot"
8557   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8558   algorithm: "plot_performance_box"
8559   output-file-type: ".html"
8560   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8561   data: "plot-vpp-throughput-latency-3n-hsw"
8562   filter: "'NIC_Intel-X520-DA2' and
8563            '64B' and
8564            ('IP4BASE' or
8565             'POLICE_MARK' or
8566             'COPWHLIST' or
8567             ('NAT44' and 'BASE') or
8568             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8569            'NDRPDR' and
8570            '1T1C' and
8571            'IP4FWD' and
8572            not 'IPSEC' and
8573            not 'VHOST'"
8574   parameters:
8575   - "throughput"
8576   - "parent"
8577   - "tags"
8578   sort:
8579   - "DOT1Q"
8580   - "IP4BASE"
8581   - "NAT44"
8582   - "POLICE_MARK"
8583   - "COPWHLIST"
8584   - "IACL"
8585   - "OACL"
8586   traces:
8587     hoverinfo: "x+y"
8588     boxpoints: "outliers"
8589     whiskerwidth: 0
8590   layout:
8591     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8592     layout: "plot-throughput"
8593
8594 -
8595   type: "plot"
8596   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8597   algorithm: "plot_performance_box"
8598   output-file-type: ".html"
8599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8600   data: "plot-vpp-throughput-latency-3n-hsw"
8601   filter: "'NIC_Intel-X520-DA2' and
8602            '64B' and
8603            ('IP4BASE' or
8604             'POLICE_MARK' or
8605             'COPWHLIST' or
8606             ('NAT44' and 'BASE') or
8607             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8608            'NDRPDR' and
8609            '2T2C' and
8610            'IP4FWD' and
8611            not 'IPSEC' and
8612            not 'VHOST'"
8613   parameters:
8614   - "throughput"
8615   - "parent"
8616   - "tags"
8617   sort:
8618   - "DOT1Q"
8619   - "IP4BASE"
8620   - "NAT44"
8621   - "POLICE_MARK"
8622   - "COPWHLIST"
8623   - "IACL"
8624   - "OACL"
8625   traces:
8626     hoverinfo: "x+y"
8627     boxpoints: "outliers"
8628     whiskerwidth: 0
8629   layout:
8630     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8631     layout: "plot-throughput"
8632
8633 -
8634   type: "plot"
8635   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8636   algorithm: "plot_performance_box"
8637   output-file-type: ".html"
8638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8639   data: "plot-vpp-throughput-latency-3n-hsw"
8640   filter: "'NIC_Intel-X520-DA2' and
8641            '64B' and
8642            ('IP4BASE' or
8643             'POLICE_MARK' or
8644             'COPWHLIST' or
8645             ('NAT44' and 'BASE') or
8646             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8647            'NDRPDR' and
8648            '2T2C' and
8649            'IP4FWD' and
8650            not 'IPSEC' and
8651            not 'VHOST'"
8652   parameters:
8653   - "throughput"
8654   - "parent"
8655   - "tags"
8656   sort:
8657   - "DOT1Q"
8658   - "IP4BASE"
8659   - "NAT44"
8660   - "POLICE_MARK"
8661   - "COPWHLIST"
8662   - "IACL"
8663   - "OACL"
8664   traces:
8665     hoverinfo: "x+y"
8666     boxpoints: "outliers"
8667     whiskerwidth: 0
8668   layout:
8669     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8670     layout: "plot-throughput"
8671
8672 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8673 -
8674   type: "plot"
8675   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8676   algorithm: "plot_performance_box"
8677   output-file-type: ".html"
8678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8679   data: "plot-vpp-throughput-latency-3n-hsw"
8680   filter: "'NIC_Intel-X520-DA2' and
8681            '64B' and
8682            'NDRPDR' and
8683            '1T1C' and
8684            'IP4FWD' and
8685            'NAT44' and
8686            not 'IPSEC' and
8687            not 'VHOST'"
8688   parameters:
8689   - "throughput"
8690   - "parent"
8691   - "tags"
8692   sort:
8693   - "BASE"
8694   - "BASE"
8695   - "SRC_USER_10"
8696   - "SRC_USER_100"
8697   - "SRC_USER_1000"
8698   - "SRC_USER_2000"
8699   traces:
8700     hoverinfo: "x+y"
8701     boxpoints: "outliers"
8702     whiskerwidth: 0
8703   layout:
8704     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8705     layout: "plot-throughput"
8706
8707 -
8708   type: "plot"
8709   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8710   algorithm: "plot_performance_box"
8711   output-file-type: ".html"
8712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8713   data: "plot-vpp-throughput-latency-3n-hsw"
8714   filter: "'NIC_Intel-X520-DA2' and
8715            '64B' and
8716            'NDRPDR' and
8717            '1T1C' and
8718            'IP4FWD' and
8719            'NAT44' and
8720            not 'IPSEC' and
8721            not 'VHOST'"
8722   parameters:
8723   - "throughput"
8724   - "parent"
8725   - "tags"
8726   sort:
8727   - "BASE"
8728   - "BASE"
8729   - "SRC_USER_10"
8730   - "SRC_USER_100"
8731   - "SRC_USER_1000"
8732   - "SRC_USER_2000"
8733   traces:
8734     hoverinfo: "x+y"
8735     boxpoints: "outliers"
8736     whiskerwidth: 0
8737   layout:
8738     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8739     layout: "plot-throughput"
8740
8741 -
8742   type: "plot"
8743   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8744   algorithm: "plot_performance_box"
8745   output-file-type: ".html"
8746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8747   data: "plot-vpp-throughput-latency-3n-hsw"
8748   filter: "'NIC_Intel-X520-DA2' and
8749            '64B' and
8750            'NDRPDR' and
8751            '2T2C' and
8752            'IP4FWD' and
8753            'NAT44' and
8754            not 'IPSEC' and
8755            not 'VHOST'"
8756   parameters:
8757   - "throughput"
8758   - "parent"
8759   - "tags"
8760   sort:
8761   - "BASE"
8762   - "BASE"
8763   - "SRC_USER_10"
8764   - "SRC_USER_100"
8765   - "SRC_USER_1000"
8766   - "SRC_USER_2000"
8767   traces:
8768     hoverinfo: "x+y"
8769     boxpoints: "outliers"
8770     whiskerwidth: 0
8771   layout:
8772     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8773     layout: "plot-throughput"
8774
8775 -
8776   type: "plot"
8777   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8778   algorithm: "plot_performance_box"
8779   output-file-type: ".html"
8780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8781   data: "plot-vpp-throughput-latency-3n-hsw"
8782   filter: "'NIC_Intel-X520-DA2' and
8783            '64B' and
8784            'NDRPDR' and
8785            '2T2C' and
8786            'IP4FWD' and
8787            'NAT44' and
8788            not 'IPSEC' and
8789            not 'VHOST'"
8790   parameters:
8791   - "throughput"
8792   - "parent"
8793   - "tags"
8794   sort:
8795   - "BASE"
8796   - "BASE"
8797   - "SRC_USER_10"
8798   - "SRC_USER_100"
8799   - "SRC_USER_1000"
8800   - "SRC_USER_2000"
8801   traces:
8802     hoverinfo: "x+y"
8803     boxpoints: "outliers"
8804     whiskerwidth: 0
8805   layout:
8806     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8807     layout: "plot-throughput"
8808
8809 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8810 -
8811   type: "plot"
8812   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8813   algorithm: "plot_performance_box"
8814   output-file-type: ".html"
8815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8816   data: "plot-vpp-throughput-latency-3n-hsw"
8817   filter: "'NIC_Intel-X520-DA2' and
8818            '64B' and
8819            'NDRPDR' and
8820            '1T1C' and
8821            'IP4FWD' and
8822            'IACL' and
8823            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8824            not 'IPSEC' and
8825            not 'VHOST'"
8826   parameters:
8827   - "throughput"
8828   - "parent"
8829   - "tags"
8830   sort:
8831   - "ACL_STATELESS"
8832   - "ACL_STATEFUL"
8833   - "ACL_STATELESS"
8834   - "ACL_STATEFUL"
8835   traces:
8836     hoverinfo: "x+y"
8837     boxpoints: "outliers"
8838     whiskerwidth: 0
8839   layout:
8840     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8841     layout: "plot-throughput"
8842
8843 -
8844   type: "plot"
8845   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8846   algorithm: "plot_performance_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8849   data: "plot-vpp-throughput-latency-3n-hsw"
8850   filter: "'NIC_Intel-X520-DA2' and
8851            '64B' and
8852            'NDRPDR' and
8853            '1T1C' and
8854            'IP4FWD' and
8855            'IACL' and
8856            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8857            not 'IPSEC' and
8858            not 'VHOST'"
8859   parameters:
8860   - "throughput"
8861   - "parent"
8862   - "tags"
8863   sort:
8864   - "ACL_STATELESS"
8865   - "ACL_STATEFUL"
8866   - "ACL_STATELESS"
8867   - "ACL_STATEFUL"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8874     layout: "plot-throughput"
8875
8876 -
8877   type: "plot"
8878   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8879   algorithm: "plot_performance_box"
8880   output-file-type: ".html"
8881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8882   data: "plot-vpp-throughput-latency-3n-hsw"
8883   filter: "'NIC_Intel-X520-DA2' and
8884            '64B' and
8885            'NDRPDR' and
8886            '2T2C' and
8887            'IP4FWD' and
8888            'IACL' and
8889            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8890            not 'IPSEC' and
8891            not 'VHOST'"
8892   parameters:
8893   - "throughput"
8894   - "parent"
8895   - "tags"
8896   sort:
8897   - "ACL_STATELESS"
8898   - "ACL_STATEFUL"
8899   - "ACL_STATELESS"
8900   - "ACL_STATEFUL"
8901   traces:
8902     hoverinfo: "x+y"
8903     boxpoints: "outliers"
8904     whiskerwidth: 0
8905   layout:
8906     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8907     layout: "plot-throughput"
8908
8909 -
8910   type: "plot"
8911   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8912   algorithm: "plot_performance_box"
8913   output-file-type: ".html"
8914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8915   data: "plot-vpp-throughput-latency-3n-hsw"
8916   filter: "'NIC_Intel-X520-DA2' and
8917            '64B' and
8918            'NDRPDR' and
8919            '2T2C' and
8920            'IP4FWD' and
8921            'IACL' and
8922            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8923            not 'IPSEC' and
8924            not 'VHOST'"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   - "tags"
8929   sort:
8930   - "ACL_STATELESS"
8931   - "ACL_STATEFUL"
8932   - "ACL_STATELESS"
8933   - "ACL_STATEFUL"
8934   traces:
8935     hoverinfo: "x+y"
8936     boxpoints: "outliers"
8937     whiskerwidth: 0
8938   layout:
8939     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8940     layout: "plot-throughput"
8941
8942 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8943 -
8944   type: "plot"
8945   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8946   algorithm: "plot_performance_box"
8947   output-file-type: ".html"
8948   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8949   data: "plot-vpp-throughput-latency-3n-hsw"
8950   filter: "'NIC_Intel-X520-DA2' and
8951            '64B' and
8952            'NDRPDR' and
8953            '1T1C' and
8954            'IP4FWD' and
8955            'OACL' and
8956            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8957            not 'IPSEC' and
8958            not 'VHOST'"
8959   parameters:
8960   - "throughput"
8961   - "parent"
8962   - "tags"
8963   sort:
8964   - "ACL_STATELESS"
8965   - "ACL_STATEFUL"
8966   - "ACL_STATELESS"
8967   - "ACL_STATEFUL"
8968   traces:
8969     hoverinfo: "x+y"
8970     boxpoints: "outliers"
8971     whiskerwidth: 0
8972   layout:
8973     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8974     layout: "plot-throughput"
8975
8976 -
8977   type: "plot"
8978   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8979   algorithm: "plot_performance_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8982   data: "plot-vpp-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X520-DA2' and
8984            '64B' and
8985            'NDRPDR' and
8986            '1T1C' and
8987            'IP4FWD' and
8988            'OACL' and
8989            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8990            not 'IPSEC' and
8991            not 'VHOST'"
8992   parameters:
8993   - "throughput"
8994   - "parent"
8995   - "tags"
8996   sort:
8997   - "ACL_STATELESS"
8998   - "ACL_STATEFUL"
8999   - "ACL_STATELESS"
9000   - "ACL_STATEFUL"
9001   traces:
9002     hoverinfo: "x+y"
9003     boxpoints: "outliers"
9004     whiskerwidth: 0
9005   layout:
9006     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9007     layout: "plot-throughput"
9008
9009 -
9010   type: "plot"
9011   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9012   algorithm: "plot_performance_box"
9013   output-file-type: ".html"
9014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9015   data: "plot-vpp-throughput-latency-3n-hsw"
9016   filter: "'NIC_Intel-X520-DA2' and
9017            '64B' and
9018            'NDRPDR' and
9019            '2T2C' and
9020            'IP4FWD' and
9021            'OACL' and
9022            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9023            not 'IPSEC' and
9024            not 'VHOST'"
9025   parameters:
9026   - "throughput"
9027   - "parent"
9028   - "tags"
9029   sort:
9030   - "ACL_STATELESS"
9031   - "ACL_STATEFUL"
9032   - "ACL_STATELESS"
9033   - "ACL_STATEFUL"
9034   traces:
9035     hoverinfo: "x+y"
9036     boxpoints: "outliers"
9037     whiskerwidth: 0
9038   layout:
9039     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9040     layout: "plot-throughput"
9041
9042 -
9043   type: "plot"
9044   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9045   algorithm: "plot_performance_box"
9046   output-file-type: ".html"
9047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9048   data: "plot-vpp-throughput-latency-3n-hsw"
9049   filter: "'NIC_Intel-X520-DA2' and
9050            '64B' and
9051            'NDRPDR' and
9052            '2T2C' and
9053            'IP4FWD' and
9054            'OACL' and
9055            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9056            not 'IPSEC' and
9057            not 'VHOST'"
9058   parameters:
9059   - "throughput"
9060   - "parent"
9061   - "tags"
9062   sort:
9063   - "ACL_STATELESS"
9064   - "ACL_STATEFUL"
9065   - "ACL_STATELESS"
9066   - "ACL_STATEFUL"
9067   traces:
9068     hoverinfo: "x+y"
9069     boxpoints: "outliers"
9070     whiskerwidth: 0
9071   layout:
9072     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9073     layout: "plot-throughput"
9074
9075 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9076 -
9077   type: "plot"
9078   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9079   algorithm: "plot_performance_box"
9080   output-file-type: ".html"
9081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9082   data: "plot-vpp-throughput-latency-3n-hsw"
9083   filter: "'NIC_Intel-X710' and
9084            '64B' and
9085            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9086            'NDRPDR' and
9087            '1T1C' and
9088            'IP4FWD' and
9089            not 'IPSEC' and
9090            not 'VHOST'"
9091   parameters:
9092   - "throughput"
9093   - "parent"
9094   - "tags"
9095   sort:
9096   - "DOT1Q"
9097   - "IP4BASE"
9098   - "FIB_20K"
9099   - "FIB_200K"
9100   - "FIB_2M"
9101   traces:
9102     hoverinfo: "x+y"
9103     boxpoints: "outliers"
9104     whiskerwidth: 0
9105   layout:
9106     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9107     layout: "plot-throughput"
9108
9109 -
9110   type: "plot"
9111   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9112   algorithm: "plot_performance_box"
9113   output-file-type: ".html"
9114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9115   data: "plot-vpp-throughput-latency-3n-hsw"
9116   filter: "'NIC_Intel-X710' and
9117            '64B' and
9118            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9119            'NDRPDR' and
9120            '1T1C' and
9121            'IP4FWD' and
9122            not 'IPSEC' and
9123            not 'VHOST'"
9124   parameters:
9125   - "throughput"
9126   - "parent"
9127   - "tags"
9128   sort:
9129   - "DOT1Q"
9130   - "IP4BASE"
9131   - "FIB_20K"
9132   - "FIB_200K"
9133   - "FIB_2M"
9134   traces:
9135     hoverinfo: "x+y"
9136     boxpoints: "outliers"
9137     whiskerwidth: 0
9138   layout:
9139     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9140     layout: "plot-throughput"
9141
9142 -
9143   type: "plot"
9144   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9145   algorithm: "plot_performance_box"
9146   output-file-type: ".html"
9147   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9148   data: "plot-vpp-throughput-latency-3n-hsw"
9149   filter: "'NIC_Intel-X710' and
9150            '64B' and
9151            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9152            'NDRPDR' and
9153            '2T2C' and
9154            'IP4FWD' and
9155            not 'IPSEC' and
9156            not 'VHOST'"
9157   parameters:
9158   - "throughput"
9159   - "parent"
9160   - "tags"
9161   sort:
9162   - "DOT1Q"
9163   - "IP4BASE"
9164   - "FIB_20K"
9165   - "FIB_200K"
9166   - "FIB_2M"
9167   traces:
9168     hoverinfo: "x+y"
9169     boxpoints: "outliers"
9170     whiskerwidth: 0
9171   layout:
9172     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9173     layout: "plot-throughput"
9174
9175 -
9176   type: "plot"
9177   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9178   algorithm: "plot_performance_box"
9179   output-file-type: ".html"
9180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9181   data: "plot-vpp-throughput-latency-3n-hsw"
9182   filter: "'NIC_Intel-X710' and
9183            '64B' and
9184            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9185            'NDRPDR' and
9186            '2T2C' and
9187            'IP4FWD' and
9188            not 'IPSEC' and
9189            not 'VHOST'"
9190   parameters:
9191   - "throughput"
9192   - "parent"
9193   - "tags"
9194   sort:
9195   - "DOT1Q"
9196   - "IP4BASE"
9197   - "FIB_20K"
9198   - "FIB_200K"
9199   - "FIB_2M"
9200   traces:
9201     hoverinfo: "x+y"
9202     boxpoints: "outliers"
9203     whiskerwidth: 0
9204   layout:
9205     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9206     layout: "plot-throughput"
9207
9208 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9209 -
9210   type: "plot"
9211   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9212   algorithm: "plot_performance_box"
9213   output-file-type: ".html"
9214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9215   data: "plot-vpp-throughput-latency-3n-hsw"
9216   filter: "'NIC_Intel-X710' and
9217            '64B' and
9218            ('IP4BASE' or
9219             'POLICE_MARK' or
9220             'COPWHLIST' or
9221             ('NAT44' and 'BASE') or
9222             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9223            'NDRPDR' and
9224            '1T1C' and
9225            'IP4FWD' and
9226            not 'IPSEC' and
9227            not 'VHOST'"
9228   parameters:
9229   - "throughput"
9230   - "parent"
9231   - "tags"
9232   sort:
9233   - "IP4BASE"
9234   - "NAT44"
9235   - "POLICE_MARK"
9236   - "COPWHLIST"
9237   - "IACL"
9238   - "OACL"
9239   traces:
9240     hoverinfo: "x+y"
9241     boxpoints: "outliers"
9242     whiskerwidth: 0
9243   layout:
9244     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9245     layout: "plot-throughput"
9246
9247 -
9248   type: "plot"
9249   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9250   algorithm: "plot_performance_box"
9251   output-file-type: ".html"
9252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9253   data: "plot-vpp-throughput-latency-3n-hsw"
9254   filter: "'NIC_Intel-X710' and
9255            '64B' and
9256            ('IP4BASE' or
9257             'POLICE_MARK' or
9258             'COPWHLIST' or
9259             ('NAT44' and 'BASE') or
9260             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9261            'NDRPDR' and
9262            '1T1C' and
9263            'IP4FWD' and
9264            not 'IPSEC' and
9265            not 'VHOST'"
9266   parameters:
9267   - "throughput"
9268   - "parent"
9269   - "tags"
9270   sort:
9271   - "IP4BASE"
9272   - "NAT44"
9273   - "POLICE_MARK"
9274   - "COPWHLIST"
9275   - "IACL"
9276   - "OACL"
9277   traces:
9278     hoverinfo: "x+y"
9279     boxpoints: "outliers"
9280     whiskerwidth: 0
9281   layout:
9282     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9283     layout: "plot-throughput"
9284
9285 -
9286   type: "plot"
9287   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9288   algorithm: "plot_performance_box"
9289   output-file-type: ".html"
9290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9291   data: "plot-vpp-throughput-latency-3n-hsw"
9292   filter: "'NIC_Intel-X710' and
9293            '64B' and
9294            ('IP4BASE' or
9295             'POLICE_MARK' or
9296             'COPWHLIST' or
9297             ('NAT44' and 'BASE') or
9298             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9299            'NDRPDR' and
9300            '2T2C' and
9301            'IP4FWD' and
9302            not 'IPSEC' and
9303            not 'VHOST'"
9304   parameters:
9305   - "throughput"
9306   - "parent"
9307   - "tags"
9308   sort:
9309   - "IP4BASE"
9310   - "NAT44"
9311   - "POLICE_MARK"
9312   - "COPWHLIST"
9313   - "IACL"
9314   - "OACL"
9315   traces:
9316     hoverinfo: "x+y"
9317     boxpoints: "outliers"
9318     whiskerwidth: 0
9319   layout:
9320     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9321     layout: "plot-throughput"
9322
9323 -
9324   type: "plot"
9325   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9326   algorithm: "plot_performance_box"
9327   output-file-type: ".html"
9328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9329   data: "plot-vpp-throughput-latency-3n-hsw"
9330   filter: "'NIC_Intel-X710' and
9331            '64B' and
9332            ('IP4BASE' or
9333             'POLICE_MARK' or
9334             'COPWHLIST' or
9335             ('NAT44' and 'BASE') or
9336             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9337            'NDRPDR' and
9338            '2T2C' and
9339            'IP4FWD' and
9340            not 'IPSEC' and
9341            not 'VHOST'"
9342   parameters:
9343   - "throughput"
9344   - "parent"
9345   - "tags"
9346   sort:
9347   - "IP4BASE"
9348   - "NAT44"
9349   - "POLICE_MARK"
9350   - "COPWHLIST"
9351   - "IACL"
9352   - "OACL"
9353   traces:
9354     hoverinfo: "x+y"
9355     boxpoints: "outliers"
9356     whiskerwidth: 0
9357   layout:
9358     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9359     layout: "plot-throughput"
9360
9361 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9362 -
9363   type: "plot"
9364   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9365   algorithm: "plot_performance_box"
9366   output-file-type: ".html"
9367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9368   data: "plot-vpp-throughput-latency-3n-skx"
9369   filter: "'NIC_Intel-X710' and
9370            '64B' and
9371            'NDRPDR' and
9372            '2T1C' and
9373            'IP4FWD' and
9374            'NAT44' and
9375            not 'IPSEC' and
9376            not 'VHOST'"
9377   parameters:
9378   - "throughput"
9379   - "parent"
9380   - "tags"
9381   sort:
9382   - "BASE"
9383   - "BASE"
9384   - "SRC_USER_10"
9385   - "SRC_USER_100"
9386   - "SRC_USER_1000"
9387   - "SRC_USER_2000"
9388   traces:
9389     hoverinfo: "x+y"
9390     boxpoints: "outliers"
9391     whiskerwidth: 0
9392   layout:
9393     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9394     layout: "plot-throughput"
9395
9396 -
9397   type: "plot"
9398   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9399   algorithm: "plot_performance_box"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9402   data: "plot-vpp-throughput-latency-3n-skx"
9403   filter: "'NIC_Intel-X710' and
9404            '64B' and
9405            'NDRPDR' and
9406            '2T1C' and
9407            'IP4FWD' and
9408            'NAT44' and
9409            not 'IPSEC' and
9410            not 'VHOST'"
9411   parameters:
9412   - "throughput"
9413   - "parent"
9414   - "tags"
9415   sort:
9416   - "BASE"
9417   - "BASE"
9418   - "SRC_USER_10"
9419   - "SRC_USER_100"
9420   - "SRC_USER_1000"
9421   - "SRC_USER_2000"
9422   traces:
9423     hoverinfo: "x+y"
9424     boxpoints: "outliers"
9425     whiskerwidth: 0
9426   layout:
9427     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9428     layout: "plot-throughput"
9429
9430 -
9431   type: "plot"
9432   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9433   algorithm: "plot_performance_box"
9434   output-file-type: ".html"
9435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9436   data: "plot-vpp-throughput-latency-3n-skx"
9437   filter: "'NIC_Intel-X710' and
9438            '64B' and
9439            'NDRPDR' and
9440            '4T2C' and
9441            'IP4FWD' and
9442            'NAT44' and
9443            not 'IPSEC' and
9444            not 'VHOST'"
9445   parameters:
9446   - "throughput"
9447   - "parent"
9448   - "tags"
9449   sort:
9450   - "BASE"
9451   - "BASE"
9452   - "SRC_USER_10"
9453   - "SRC_USER_100"
9454   - "SRC_USER_1000"
9455   - "SRC_USER_2000"
9456   traces:
9457     hoverinfo: "x+y"
9458     boxpoints: "outliers"
9459     whiskerwidth: 0
9460   layout:
9461     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9462     layout: "plot-throughput"
9463
9464 -
9465   type: "plot"
9466   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9467   algorithm: "plot_performance_box"
9468   output-file-type: ".html"
9469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9470   data: "plot-vpp-throughput-latency-3n-skx"
9471   filter: "'NIC_Intel-X710' and
9472            '64B' and
9473            'NDRPDR' and
9474            '4T2C' and
9475            'IP4FWD' and
9476            'NAT44' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   - "tags"
9483   sort:
9484   - "BASE"
9485   - "BASE"
9486   - "SRC_USER_10"
9487   - "SRC_USER_100"
9488   - "SRC_USER_1000"
9489   - "SRC_USER_2000"
9490   traces:
9491     hoverinfo: "x+y"
9492     boxpoints: "outliers"
9493     whiskerwidth: 0
9494   layout:
9495     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9496     layout: "plot-throughput"
9497
9498 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9499 -
9500   type: "plot"
9501   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9502   algorithm: "plot_performance_box"
9503   output-file-type: ".html"
9504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9505   data: "plot-vpp-throughput-latency-3n-skx"
9506   filter: "'NIC_Intel-X710' and
9507            '64B' and
9508            'NDRPDR' and
9509            '2T1C' and
9510            'IP4FWD' and
9511            'IACL' and
9512            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9513            not 'IPSEC' and
9514            not 'VHOST'"
9515   parameters:
9516   - "throughput"
9517   - "parent"
9518   - "tags"
9519   sort:
9520   - "ACL_STATELESS"
9521   - "ACL_STATEFUL"
9522   - "ACL_STATELESS"
9523   - "ACL_STATEFUL"
9524   traces:
9525     hoverinfo: "x+y"
9526     boxpoints: "outliers"
9527     whiskerwidth: 0
9528   layout:
9529     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9530     layout: "plot-throughput"
9531
9532 -
9533   type: "plot"
9534   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9535   algorithm: "plot_performance_box"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9538   data: "plot-vpp-throughput-latency-3n-skx"
9539   filter: "'NIC_Intel-X710' and
9540            '64B' and
9541            'NDRPDR' and
9542            '2T1C' and
9543            'IP4FWD' and
9544            'IACL' and
9545            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9546            not 'IPSEC' and
9547            not 'VHOST'"
9548   parameters:
9549   - "throughput"
9550   - "parent"
9551   - "tags"
9552   sort:
9553   - "ACL_STATELESS"
9554   - "ACL_STATEFUL"
9555   - "ACL_STATELESS"
9556   - "ACL_STATEFUL"
9557   traces:
9558     hoverinfo: "x+y"
9559     boxpoints: "outliers"
9560     whiskerwidth: 0
9561   layout:
9562     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9563     layout: "plot-throughput"
9564
9565 -
9566   type: "plot"
9567   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9568   algorithm: "plot_performance_box"
9569   output-file-type: ".html"
9570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9571   data: "plot-vpp-throughput-latency-3n-skx"
9572   filter: "'NIC_Intel-X710' and
9573            '64B' and
9574            'NDRPDR' and
9575            '4T2C' and
9576            'IP4FWD' and
9577            'IACL' and
9578            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9579            not 'IPSEC' and
9580            not 'VHOST'"
9581   parameters:
9582   - "throughput"
9583   - "parent"
9584   - "tags"
9585   sort:
9586   - "ACL_STATELESS"
9587   - "ACL_STATEFUL"
9588   - "ACL_STATELESS"
9589   - "ACL_STATEFUL"
9590   traces:
9591     hoverinfo: "x+y"
9592     boxpoints: "outliers"
9593     whiskerwidth: 0
9594   layout:
9595     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9596     layout: "plot-throughput"
9597
9598 -
9599   type: "plot"
9600   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9601   algorithm: "plot_performance_box"
9602   output-file-type: ".html"
9603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9604   data: "plot-vpp-throughput-latency-3n-skx"
9605   filter: "'NIC_Intel-X710' and
9606            '64B' and
9607            'NDRPDR' and
9608            '4T2C' and
9609            'IP4FWD' and
9610            'IACL' and
9611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9612            not 'IPSEC' and
9613            not 'VHOST'"
9614   parameters:
9615   - "throughput"
9616   - "parent"
9617   - "tags"
9618   sort:
9619   - "ACL_STATELESS"
9620   - "ACL_STATEFUL"
9621   - "ACL_STATELESS"
9622   - "ACL_STATEFUL"
9623   traces:
9624     hoverinfo: "x+y"
9625     boxpoints: "outliers"
9626     whiskerwidth: 0
9627   layout:
9628     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9629     layout: "plot-throughput"
9630
9631 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9632 -
9633   type: "plot"
9634   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9635   algorithm: "plot_performance_box"
9636   output-file-type: ".html"
9637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9638   data: "plot-vpp-throughput-latency-3n-skx"
9639   filter: "'NIC_Intel-X710' and
9640            '64B' and
9641            'NDRPDR' and
9642            '2T1C' and
9643            'IP4FWD' and
9644            'OACL' and
9645            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9646            not 'IPSEC' and
9647            not 'VHOST'"
9648   parameters:
9649   - "throughput"
9650   - "parent"
9651   - "tags"
9652   sort:
9653   - "ACL_STATELESS"
9654   - "ACL_STATEFUL"
9655   - "ACL_STATELESS"
9656   - "ACL_STATEFUL"
9657   traces:
9658     hoverinfo: "x+y"
9659     boxpoints: "outliers"
9660     whiskerwidth: 0
9661   layout:
9662     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9663     layout: "plot-throughput"
9664
9665 -
9666   type: "plot"
9667   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9668   algorithm: "plot_performance_box"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9671   data: "plot-vpp-throughput-latency-3n-skx"
9672   filter: "'NIC_Intel-X710' and
9673            '64B' and
9674            'NDRPDR' and
9675            '2T1C' and
9676            'IP4FWD' and
9677            'OACL' and
9678            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9679            not 'IPSEC' and
9680            not 'VHOST'"
9681   parameters:
9682   - "throughput"
9683   - "parent"
9684   - "tags"
9685   sort:
9686   - "ACL_STATELESS"
9687   - "ACL_STATEFUL"
9688   - "ACL_STATELESS"
9689   - "ACL_STATEFUL"
9690   traces:
9691     hoverinfo: "x+y"
9692     boxpoints: "outliers"
9693     whiskerwidth: 0
9694   layout:
9695     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9696     layout: "plot-throughput"
9697
9698 -
9699   type: "plot"
9700   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9701   algorithm: "plot_performance_box"
9702   output-file-type: ".html"
9703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9704   data: "plot-vpp-throughput-latency-3n-skx"
9705   filter: "'NIC_Intel-X710' and
9706            '64B' and
9707            'NDRPDR' and
9708            '4T2C' and
9709            'IP4FWD' and
9710            'OACL' and
9711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9712            not 'IPSEC' and
9713            not 'VHOST'"
9714   parameters:
9715   - "throughput"
9716   - "parent"
9717   - "tags"
9718   sort:
9719   - "ACL_STATELESS"
9720   - "ACL_STATEFUL"
9721   - "ACL_STATELESS"
9722   - "ACL_STATEFUL"
9723   traces:
9724     hoverinfo: "x+y"
9725     boxpoints: "outliers"
9726     whiskerwidth: 0
9727   layout:
9728     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9729     layout: "plot-throughput"
9730
9731 -
9732   type: "plot"
9733   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9734   algorithm: "plot_performance_box"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9737   data: "plot-vpp-throughput-latency-3n-skx"
9738   filter: "'NIC_Intel-X710' and
9739            '64B' and
9740            'NDRPDR' and
9741            '4T2C' and
9742            'IP4FWD' and
9743            'OACL' and
9744            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9745            not 'IPSEC' and
9746            not 'VHOST'"
9747   parameters:
9748   - "throughput"
9749   - "parent"
9750   - "tags"
9751   sort:
9752   - "ACL_STATELESS"
9753   - "ACL_STATEFUL"
9754   - "ACL_STATELESS"
9755   - "ACL_STATEFUL"
9756   traces:
9757     hoverinfo: "x+y"
9758     boxpoints: "outliers"
9759     whiskerwidth: 0
9760   layout:
9761     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9762     layout: "plot-throughput"
9763
9764 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9765 -
9766   type: "plot"
9767   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9768   algorithm: "plot_performance_box"
9769   output-file-type: ".html"
9770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9771   data: "plot-vpp-throughput-latency-3n-hsw"
9772   filter: "'NIC_Intel-XL710' and
9773            '64B' and
9774            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9775            'NDRPDR' and
9776            '1T1C' and
9777            'IP4FWD' and
9778            not 'IPSEC' and
9779            not 'VHOST'"
9780   parameters:
9781   - "throughput"
9782   - "parent"
9783   - "tags"
9784   sort:
9785   - "IP4BASE"
9786   - "FIB_20K"
9787   - "FIB_200K"
9788   - "FIB_2M"
9789   traces:
9790     hoverinfo: "x+y"
9791     boxpoints: "outliers"
9792     whiskerwidth: 0
9793   layout:
9794     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9795     layout: "plot-throughput"
9796
9797 -
9798   type: "plot"
9799   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9800   algorithm: "plot_performance_box"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9803   data: "plot-vpp-throughput-latency-3n-hsw"
9804   filter: "'NIC_Intel-XL710' and
9805            '64B' and
9806            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9807            'NDRPDR' and
9808            '1T1C' and
9809            'IP4FWD' and
9810            not 'IPSEC' and
9811            not 'VHOST'"
9812   parameters:
9813   - "throughput"
9814   - "parent"
9815   - "tags"
9816   sort:
9817   - "IP4BASE"
9818   - "FIB_20K"
9819   - "FIB_200K"
9820   - "FIB_2M"
9821   traces:
9822     hoverinfo: "x+y"
9823     boxpoints: "outliers"
9824     whiskerwidth: 0
9825   layout:
9826     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9827     layout: "plot-throughput"
9828
9829 -
9830   type: "plot"
9831   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9832   algorithm: "plot_performance_box"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9835   data: "plot-vpp-throughput-latency-3n-hsw"
9836   filter: "'NIC_Intel-XL710' and
9837            '64B' and
9838            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9839            'NDRPDR' and
9840            '2T2C' and
9841            'IP4FWD' and
9842            not 'IPSEC' and
9843            not 'VHOST'"
9844   parameters:
9845   - "throughput"
9846   - "parent"
9847   - "tags"
9848   sort:
9849   - "IP4BASE"
9850   - "FIB_20K"
9851   - "FIB_200K"
9852   - "FIB_2M"
9853   traces:
9854     hoverinfo: "x+y"
9855     boxpoints: "outliers"
9856     whiskerwidth: 0
9857   layout:
9858     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9859     layout: "plot-throughput"
9860
9861 -
9862   type: "plot"
9863   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9864   algorithm: "plot_performance_box"
9865   output-file-type: ".html"
9866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9867   data: "plot-vpp-throughput-latency-3n-hsw"
9868   filter: "'NIC_Intel-XL710' and
9869            '64B' and
9870            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9871            'NDRPDR' and
9872            '2T2C' and
9873            'IP4FWD' and
9874            not 'IPSEC' and
9875            not 'VHOST'"
9876   parameters:
9877   - "throughput"
9878   - "parent"
9879   - "tags"
9880   sort:
9881   - "IP4BASE"
9882   - "FIB_20K"
9883   - "FIB_200K"
9884   - "FIB_2M"
9885   traces:
9886     hoverinfo: "x+y"
9887     boxpoints: "outliers"
9888     whiskerwidth: 0
9889   layout:
9890     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9891     layout: "plot-throughput"
9892
9893 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9894 -
9895   type: "plot"
9896   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9897   algorithm: "plot_performance_box"
9898   output-file-type: ".html"
9899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9900   data: "plot-vpp-throughput-latency-3n-skx"
9901   filter: "'NIC_Intel-X710' and
9902            '64B' and
9903            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9904            'NDRPDR' and
9905            '2T1C' and
9906            'IP4FWD' and
9907            not 'IPSEC' and
9908            not 'VHOST'"
9909   parameters:
9910   - "throughput"
9911   - "parent"
9912   - "tags"
9913   sort:
9914   - "IP4BASE"
9915   - "FIB_20K"
9916   - "FIB_200K"
9917   - "FIB_2M"
9918   traces:
9919     hoverinfo: "x+y"
9920     boxpoints: "outliers"
9921     whiskerwidth: 0
9922   layout:
9923     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9924     layout: "plot-throughput"
9925
9926 -
9927   type: "plot"
9928   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9929   algorithm: "plot_performance_box"
9930   output-file-type: ".html"
9931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9932   data: "plot-vpp-throughput-latency-3n-skx"
9933   filter: "'NIC_Intel-X710' and
9934            '64B' and
9935            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9936            'NDRPDR' and
9937            '2T1C' and
9938            'IP4FWD' and
9939            not 'IPSEC' and
9940            not 'VHOST'"
9941   parameters:
9942   - "throughput"
9943   - "parent"
9944   - "tags"
9945   sort:
9946   - "IP4BASE"
9947   - "FIB_20K"
9948   - "FIB_200K"
9949   - "FIB_2M"
9950   traces:
9951     hoverinfo: "x+y"
9952     boxpoints: "outliers"
9953     whiskerwidth: 0
9954   layout:
9955     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9956     layout: "plot-throughput"
9957
9958 -
9959   type: "plot"
9960   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9961   algorithm: "plot_performance_box"
9962   output-file-type: ".html"
9963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9964   data: "plot-vpp-throughput-latency-3n-skx"
9965   filter: "'NIC_Intel-X710' and
9966            '64B' and
9967            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9968            'NDRPDR' and
9969            '4T2C' and
9970            'IP4FWD' and
9971            not 'IPSEC' and
9972            not 'VHOST'"
9973   parameters:
9974   - "throughput"
9975   - "parent"
9976   - "tags"
9977   sort:
9978   - "IP4BASE"
9979   - "FIB_20K"
9980   - "FIB_200K"
9981   - "FIB_2M"
9982   traces:
9983     hoverinfo: "x+y"
9984     boxpoints: "outliers"
9985     whiskerwidth: 0
9986   layout:
9987     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9988     layout: "plot-throughput"
9989
9990 -
9991   type: "plot"
9992   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9993   algorithm: "plot_performance_box"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9996   data: "plot-vpp-throughput-latency-3n-skx"
9997   filter: "'NIC_Intel-X710' and
9998            '64B' and
9999            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10000            'NDRPDR' and
10001            '4T2C' and
10002            'IP4FWD' and
10003            not 'IPSEC' and
10004            not 'VHOST'"
10005   parameters:
10006   - "throughput"
10007   - "parent"
10008   - "tags"
10009   sort:
10010   - "IP4BASE"
10011   - "FIB_20K"
10012   - "FIB_200K"
10013   - "FIB_2M"
10014   traces:
10015     hoverinfo: "x+y"
10016     boxpoints: "outliers"
10017     whiskerwidth: 0
10018   layout:
10019     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10020     layout: "plot-throughput"
10021
10022 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10023 -
10024   type: "plot"
10025   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10026   algorithm: "plot_performance_box"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10029   data: "plot-vpp-throughput-latency-3n-skx"
10030   filter: "'NIC_Intel-X710' and
10031            '64B' and
10032            ('IP4BASE' or
10033             'POLICE_MARK' or
10034             'COPWHLIST' or
10035             ('NAT44' and 'BASE') or
10036             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10037            'NDRPDR' and
10038            '2T1C' and
10039            'IP4FWD' and
10040            not 'IPSEC' and
10041            not 'VHOST'"
10042   parameters:
10043   - "throughput"
10044   - "parent"
10045   - "tags"
10046   sort:
10047   - "IP4BASE"
10048   - "NAT44"
10049   - "POLICE_MARK"
10050   - "COPWHLIST"
10051   - "IACL"
10052   - "OACL"
10053   traces:
10054     hoverinfo: "x+y"
10055     boxpoints: "outliers"
10056     whiskerwidth: 0
10057   layout:
10058     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10059     layout: "plot-throughput"
10060
10061 -
10062   type: "plot"
10063   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10064   algorithm: "plot_performance_box"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10067   data: "plot-vpp-throughput-latency-3n-skx"
10068   filter: "'NIC_Intel-X710' and
10069            '64B' and
10070            ('IP4BASE' or
10071             'POLICE_MARK' or
10072             'COPWHLIST' or
10073             ('NAT44' and 'BASE') or
10074             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10075            'NDRPDR' and
10076            '2T1C' and
10077            'IP4FWD' and
10078            not 'IPSEC' and
10079            not 'VHOST'"
10080   parameters:
10081   - "throughput"
10082   - "parent"
10083   - "tags"
10084   sort:
10085   - "IP4BASE"
10086   - "NAT44"
10087   - "POLICE_MARK"
10088   - "COPWHLIST"
10089   - "IACL"
10090   - "OACL"
10091   traces:
10092     hoverinfo: "x+y"
10093     boxpoints: "outliers"
10094     whiskerwidth: 0
10095   layout:
10096     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10097     layout: "plot-throughput"
10098
10099 -
10100   type: "plot"
10101   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10102   algorithm: "plot_performance_box"
10103   output-file-type: ".html"
10104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10105   data: "plot-vpp-throughput-latency-3n-skx"
10106   filter: "'NIC_Intel-X710' and
10107            '64B' and
10108            ('IP4BASE' or
10109             'POLICE_MARK' or
10110             'COPWHLIST' or
10111             ('NAT44' and 'BASE') or
10112             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10113            'NDRPDR' and
10114            '4T2C' and
10115            'IP4FWD' and
10116            not 'IPSEC' and
10117            not 'VHOST'"
10118   parameters:
10119   - "throughput"
10120   - "parent"
10121   - "tags"
10122   sort:
10123   - "IP4BASE"
10124   - "NAT44"
10125   - "POLICE_MARK"
10126   - "COPWHLIST"
10127   - "IACL"
10128   - "OACL"
10129   traces:
10130     hoverinfo: "x+y"
10131     boxpoints: "outliers"
10132     whiskerwidth: 0
10133   layout:
10134     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10135     layout: "plot-throughput"
10136
10137 -
10138   type: "plot"
10139   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10140   algorithm: "plot_performance_box"
10141   output-file-type: ".html"
10142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10143   data: "plot-vpp-throughput-latency-3n-skx"
10144   filter: "'NIC_Intel-X710' and
10145            '64B' and
10146            ('IP4BASE' or
10147             'POLICE_MARK' or
10148             'COPWHLIST' or
10149             ('NAT44' and 'BASE') or
10150             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10151            'NDRPDR' and
10152            '4T2C' and
10153            'IP4FWD' and
10154            not 'IPSEC' and
10155            not 'VHOST'"
10156   parameters:
10157   - "throughput"
10158   - "parent"
10159   - "tags"
10160   sort:
10161   - "IP4BASE"
10162   - "NAT44"
10163   - "POLICE_MARK"
10164   - "COPWHLIST"
10165   - "IACL"
10166   - "OACL"
10167   traces:
10168     hoverinfo: "x+y"
10169     boxpoints: "outliers"
10170     whiskerwidth: 0
10171   layout:
10172     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10173     layout: "plot-throughput"
10174
10175 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10176 -
10177   type: "plot"
10178   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10179   algorithm: "plot_performance_box"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10182   data: "plot-vpp-throughput-latency-3n-hsw"
10183   filter: "'NIC_Intel-X710' and
10184            '64B' and
10185            'NDRPDR' and
10186            '1T1C' and
10187            'IP4FWD' and
10188            'NAT44' and
10189            not 'IPSEC' and
10190            not 'VHOST'"
10191   parameters:
10192   - "throughput"
10193   - "parent"
10194   - "tags"
10195   sort:
10196   - "BASE"
10197   - "BASE"
10198   - "SRC_USER_10"
10199   - "SRC_USER_100"
10200   - "SRC_USER_1000"
10201   - "SRC_USER_2000"
10202   traces:
10203     hoverinfo: "x+y"
10204     boxpoints: "outliers"
10205     whiskerwidth: 0
10206   layout:
10207     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10208     layout: "plot-throughput"
10209
10210 -
10211   type: "plot"
10212   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10216   data: "plot-vpp-throughput-latency-3n-hsw"
10217   filter: "'NIC_Intel-X710' and
10218            '64B' and
10219            'NDRPDR' and
10220            '1T1C' and
10221            'IP4FWD' and
10222            'NAT44' and
10223            not 'IPSEC' and
10224            not 'VHOST'"
10225   parameters:
10226   - "throughput"
10227   - "parent"
10228   - "tags"
10229   sort:
10230   - "BASE"
10231   - "BASE"
10232   - "SRC_USER_10"
10233   - "SRC_USER_100"
10234   - "SRC_USER_1000"
10235   - "SRC_USER_2000"
10236   traces:
10237     hoverinfo: "x+y"
10238     boxpoints: "outliers"
10239     whiskerwidth: 0
10240   layout:
10241     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10242     layout: "plot-throughput"
10243
10244 -
10245   type: "plot"
10246   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10247   algorithm: "plot_performance_box"
10248   output-file-type: ".html"
10249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10250   data: "plot-vpp-throughput-latency-3n-hsw"
10251   filter: "'NIC_Intel-X710' and
10252            '64B' and
10253            'NDRPDR' and
10254            '2T2C' and
10255            'IP4FWD' and
10256            'NAT44' and
10257            not 'IPSEC' and
10258            not 'VHOST'"
10259   parameters:
10260   - "throughput"
10261   - "parent"
10262   - "tags"
10263   sort:
10264   - "BASE"
10265   - "BASE"
10266   - "SRC_USER_10"
10267   - "SRC_USER_100"
10268   - "SRC_USER_1000"
10269   - "SRC_USER_2000"
10270   traces:
10271     hoverinfo: "x+y"
10272     boxpoints: "outliers"
10273     whiskerwidth: 0
10274   layout:
10275     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10276     layout: "plot-throughput"
10277
10278 -
10279   type: "plot"
10280   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10281   algorithm: "plot_performance_box"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10284   data: "plot-vpp-throughput-latency-3n-hsw"
10285   filter: "'NIC_Intel-X710' and
10286            '64B' and
10287            'NDRPDR' and
10288            '2T2C' and
10289            'IP4FWD' and
10290            'NAT44' and
10291            not 'IPSEC' and
10292            not 'VHOST'"
10293   parameters:
10294   - "throughput"
10295   - "parent"
10296   - "tags"
10297   sort:
10298   - "BASE"
10299   - "BASE"
10300   - "SRC_USER_10"
10301   - "SRC_USER_100"
10302   - "SRC_USER_1000"
10303   - "SRC_USER_2000"
10304   traces:
10305     hoverinfo: "x+y"
10306     boxpoints: "outliers"
10307     whiskerwidth: 0
10308   layout:
10309     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10310     layout: "plot-throughput"
10311
10312 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10313 -
10314   type: "plot"
10315   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10316   algorithm: "plot_performance_box"
10317   output-file-type: ".html"
10318   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10319   data: "plot-vpp-throughput-latency-3n-hsw"
10320   filter: "'NIC_Intel-X710' and
10321            '64B' and
10322            'NDRPDR' and
10323            '1T1C' and
10324            'IP4FWD' and
10325            'IACL' and
10326            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10327            not 'IPSEC' and
10328            not 'VHOST'"
10329   parameters:
10330   - "throughput"
10331   - "parent"
10332   - "tags"
10333   sort:
10334   - "ACL_STATELESS"
10335   - "ACL_STATEFUL"
10336   - "ACL_STATELESS"
10337   - "ACL_STATEFUL"
10338   traces:
10339     hoverinfo: "x+y"
10340     boxpoints: "outliers"
10341     whiskerwidth: 0
10342   layout:
10343     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10344     layout: "plot-throughput"
10345
10346 -
10347   type: "plot"
10348   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10349   algorithm: "plot_performance_box"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10352   data: "plot-vpp-throughput-latency-3n-hsw"
10353   filter: "'NIC_Intel-X710' and
10354            '64B' and
10355            'NDRPDR' and
10356            '1T1C' and
10357            'IP4FWD' and
10358            'IACL' and
10359            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10360            not 'IPSEC' and
10361            not 'VHOST'"
10362   parameters:
10363   - "throughput"
10364   - "parent"
10365   - "tags"
10366   sort:
10367   - "ACL_STATELESS"
10368   - "ACL_STATEFUL"
10369   - "ACL_STATELESS"
10370   - "ACL_STATEFUL"
10371   traces:
10372     hoverinfo: "x+y"
10373     boxpoints: "outliers"
10374     whiskerwidth: 0
10375   layout:
10376     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10377     layout: "plot-throughput"
10378
10379 -
10380   type: "plot"
10381   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10382   algorithm: "plot_performance_box"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10385   data: "plot-vpp-throughput-latency-3n-hsw"
10386   filter: "'NIC_Intel-X710' and
10387            '64B' and
10388            'NDRPDR' and
10389            '2T2C' and
10390            'IP4FWD' and
10391            'IACL' and
10392            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10393            not 'IPSEC' and
10394            not 'VHOST'"
10395   parameters:
10396   - "throughput"
10397   - "parent"
10398   - "tags"
10399   sort:
10400   - "ACL_STATELESS"
10401   - "ACL_STATEFUL"
10402   - "ACL_STATELESS"
10403   - "ACL_STATEFUL"
10404   traces:
10405     hoverinfo: "x+y"
10406     boxpoints: "outliers"
10407     whiskerwidth: 0
10408   layout:
10409     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10410     layout: "plot-throughput"
10411
10412 -
10413   type: "plot"
10414   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10415   algorithm: "plot_performance_box"
10416   output-file-type: ".html"
10417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10418   data: "plot-vpp-throughput-latency-3n-hsw"
10419   filter: "'NIC_Intel-X710' and
10420            '64B' and
10421            'NDRPDR' and
10422            '2T2C' and
10423            'IP4FWD' and
10424            'IACL' and
10425            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10426            not 'IPSEC' and
10427            not 'VHOST'"
10428   parameters:
10429   - "throughput"
10430   - "parent"
10431   - "tags"
10432   sort:
10433   - "ACL_STATELESS"
10434   - "ACL_STATEFUL"
10435   - "ACL_STATELESS"
10436   - "ACL_STATEFUL"
10437   traces:
10438     hoverinfo: "x+y"
10439     boxpoints: "outliers"
10440     whiskerwidth: 0
10441   layout:
10442     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10443     layout: "plot-throughput"
10444
10445 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10446 -
10447   type: "plot"
10448   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10449   algorithm: "plot_performance_box"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10452   data: "plot-vpp-throughput-latency-3n-hsw"
10453   filter: "'NIC_Intel-X710' and
10454            '64B' and
10455            'NDRPDR' and
10456            '1T1C' and
10457            'IP4FWD' and
10458            'OACL' and
10459            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10460            not 'IPSEC' and
10461            not 'VHOST'"
10462   parameters:
10463   - "throughput"
10464   - "parent"
10465   - "tags"
10466   sort:
10467   - "ACL_STATELESS"
10468   - "ACL_STATEFUL"
10469   - "ACL_STATELESS"
10470   - "ACL_STATEFUL"
10471   traces:
10472     hoverinfo: "x+y"
10473     boxpoints: "outliers"
10474     whiskerwidth: 0
10475   layout:
10476     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10477     layout: "plot-throughput"
10478
10479 -
10480   type: "plot"
10481   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10482   algorithm: "plot_performance_box"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10485   data: "plot-vpp-throughput-latency-3n-hsw"
10486   filter: "'NIC_Intel-X710' and
10487            '64B' and
10488            'NDRPDR' and
10489            '1T1C' and
10490            'IP4FWD' and
10491            'OACL' and
10492            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10493            not 'IPSEC' and
10494            not 'VHOST'"
10495   parameters:
10496   - "throughput"
10497   - "parent"
10498   - "tags"
10499   sort:
10500   - "ACL_STATELESS"
10501   - "ACL_STATEFUL"
10502   - "ACL_STATELESS"
10503   - "ACL_STATEFUL"
10504   traces:
10505     hoverinfo: "x+y"
10506     boxpoints: "outliers"
10507     whiskerwidth: 0
10508   layout:
10509     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10510     layout: "plot-throughput"
10511
10512 -
10513   type: "plot"
10514   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10515   algorithm: "plot_performance_box"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10518   data: "plot-vpp-throughput-latency-3n-hsw"
10519   filter: "'NIC_Intel-X710' and
10520            '64B' and
10521            'NDRPDR' and
10522            '2T2C' and
10523            'IP4FWD' and
10524            'OACL' and
10525            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10526            not 'IPSEC' and
10527            not 'VHOST'"
10528   parameters:
10529   - "throughput"
10530   - "parent"
10531   - "tags"
10532   sort:
10533   - "ACL_STATELESS"
10534   - "ACL_STATEFUL"
10535   - "ACL_STATELESS"
10536   - "ACL_STATEFUL"
10537   traces:
10538     hoverinfo: "x+y"
10539     boxpoints: "outliers"
10540     whiskerwidth: 0
10541   layout:
10542     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10543     layout: "plot-throughput"
10544
10545 -
10546   type: "plot"
10547   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10548   algorithm: "plot_performance_box"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10551   data: "plot-vpp-throughput-latency-3n-hsw"
10552   filter: "'NIC_Intel-X710' and
10553            '64B' and
10554            'NDRPDR' and
10555            '2T2C' and
10556            'IP4FWD' and
10557            'OACL' and
10558            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10559            not 'IPSEC' and
10560            not 'VHOST'"
10561   parameters:
10562   - "throughput"
10563   - "parent"
10564   - "tags"
10565   sort:
10566   - "ACL_STATELESS"
10567   - "ACL_STATEFUL"
10568   - "ACL_STATELESS"
10569   - "ACL_STATEFUL"
10570   traces:
10571     hoverinfo: "x+y"
10572     boxpoints: "outliers"
10573     whiskerwidth: 0
10574   layout:
10575     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10576     layout: "plot-throughput"
10577
10578 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10579 -
10580   type: "plot"
10581   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10582   algorithm: "plot_performance_box"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10585   data: "plot-vpp-throughput-latency-2n-skx"
10586   filter: "'NIC_Intel-X710' and
10587            '64B' and
10588            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10589            'NDRPDR' and
10590            '2T1C' and
10591            'IP4FWD' and
10592            not 'IPSEC' and
10593            not 'VHOST'"
10594   parameters:
10595   - "throughput"
10596   - "parent"
10597   - "tags"
10598   sort:
10599   - "DOT1Q"
10600   - "IP4BASE"
10601   - "FIB_20k"
10602   - "FIB_200k"
10603   - "FIB_2M"
10604   traces:
10605     hoverinfo: "x+y"
10606     boxpoints: "outliers"
10607     whiskerwidth: 0
10608   layout:
10609     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10610     layout: "plot-throughput"
10611
10612 -
10613   type: "plot"
10614   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10615   algorithm: "plot_performance_box"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10618   data: "plot-vpp-throughput-latency-2n-skx"
10619   filter: "'NIC_Intel-X710' and
10620            '64B' and
10621            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10622            'NDRPDR' and
10623            '2T1C' and
10624            'IP4FWD' and
10625            not 'IPSEC' and
10626            not 'VHOST'"
10627   parameters:
10628   - "throughput"
10629   - "parent"
10630   - "tags"
10631   sort:
10632   - "DOT1Q"
10633   - "IP4BASE"
10634   - "FIB_20k"
10635   - "FIB_200k"
10636   - "FIB_2M"
10637   traces:
10638     hoverinfo: "x+y"
10639     boxpoints: "outliers"
10640     whiskerwidth: 0
10641   layout:
10642     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10643     layout: "plot-throughput"
10644
10645 -
10646   type: "plot"
10647   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10648   algorithm: "plot_performance_box"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10651   data: "plot-vpp-throughput-latency-2n-skx"
10652   filter: "'NIC_Intel-X710' and
10653            '64B' and
10654            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10655            'NDRPDR' and
10656            '4T2C' and
10657            'IP4FWD' and
10658            not 'IPSEC' and
10659            not 'VHOST'"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   - "tags"
10664   sort:
10665   - "DOT1Q"
10666   - "IP4BASE"
10667   - "FIB_20k"
10668   - "FIB_200k"
10669   - "FIB_2M"
10670   traces:
10671     hoverinfo: "x+y"
10672     boxpoints: "outliers"
10673     whiskerwidth: 0
10674   layout:
10675     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10676     layout: "plot-throughput"
10677
10678 -
10679   type: "plot"
10680   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10681   algorithm: "plot_performance_box"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10684   data: "plot-vpp-throughput-latency-2n-skx"
10685   filter: "'NIC_Intel-X710' and
10686            '64B' and
10687            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10688            'NDRPDR' and
10689            '4T2C' and
10690            'IP4FWD' and
10691            not 'IPSEC' and
10692            not 'VHOST'"
10693   parameters:
10694   - "throughput"
10695   - "parent"
10696   - "tags"
10697   sort:
10698   - "DOT1Q"
10699   - "IP4BASE"
10700   - "FIB_20k"
10701   - "FIB_200k"
10702   - "FIB_2M"
10703   traces:
10704     hoverinfo: "x+y"
10705     boxpoints: "outliers"
10706     whiskerwidth: 0
10707   layout:
10708     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10709     layout: "plot-throughput"
10710
10711 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10712 -
10713   type: "plot"
10714   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10715   algorithm: "plot_performance_box"
10716   output-file-type: ".html"
10717   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10718   data: "plot-vpp-throughput-latency-2n-skx"
10719   filter: "'NIC_Intel-XXV710' and
10720            '64B' and
10721            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10722            'NDRPDR' and
10723            '2T1C' and
10724            'IP4FWD' and
10725            not 'IPSEC' and
10726            not 'VHOST'"
10727   parameters:
10728   - "throughput"
10729   - "parent"
10730   - "tags"
10731   sort:
10732   - "DOT1Q"
10733   - "IP4BASE"
10734   - "FIB_20k"
10735   - "FIB_200k"
10736   - "FIB_2M"
10737   traces:
10738     hoverinfo: "x+y"
10739     boxpoints: "outliers"
10740     whiskerwidth: 0
10741   layout:
10742     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10743     layout: "plot-throughput"
10744
10745 -
10746   type: "plot"
10747   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10748   algorithm: "plot_performance_box"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10751   data: "plot-vpp-throughput-latency-2n-skx"
10752   filter: "'NIC_Intel-XXV710' and
10753            '64B' and
10754            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10755            'NDRPDR' and
10756            '2T1C' and
10757            'IP4FWD' and
10758            not 'IPSEC' and
10759            not 'VHOST'"
10760   parameters:
10761   - "throughput"
10762   - "parent"
10763   - "tags"
10764   sort:
10765   - "DOT1Q"
10766   - "IP4BASE"
10767   - "FIB_20k"
10768   - "FIB_200k"
10769   - "FIB_2M"
10770   traces:
10771     hoverinfo: "x+y"
10772     boxpoints: "outliers"
10773     whiskerwidth: 0
10774   layout:
10775     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10776     layout: "plot-throughput"
10777
10778 -
10779   type: "plot"
10780   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10781   algorithm: "plot_performance_box"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10784   data: "plot-vpp-throughput-latency-2n-skx"
10785   filter: "'NIC_Intel-XXV710' and
10786            '64B' and
10787            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10788            'NDRPDR' and
10789            '4T2C' and
10790            'IP4FWD' and
10791            not 'IPSEC' and
10792            not 'VHOST'"
10793   parameters:
10794   - "throughput"
10795   - "parent"
10796   - "tags"
10797   sort:
10798   - "DOT1Q"
10799   - "IP4BASE"
10800   - "FIB_20k"
10801   - "FIB_200k"
10802   - "FIB_2M"
10803   traces:
10804     hoverinfo: "x+y"
10805     boxpoints: "outliers"
10806     whiskerwidth: 0
10807   layout:
10808     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10809     layout: "plot-throughput"
10810
10811 -
10812   type: "plot"
10813   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10814   algorithm: "plot_performance_box"
10815   output-file-type: ".html"
10816   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10817   data: "plot-vpp-throughput-latency-2n-skx"
10818   filter: "'NIC_Intel-XXV710' and
10819            '64B' and
10820            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10821            'NDRPDR' and
10822            '4T2C' and
10823            'IP4FWD' and
10824            not 'IPSEC' and
10825            not 'VHOST'"
10826   parameters:
10827   - "throughput"
10828   - "parent"
10829   - "tags"
10830   sort:
10831   - "DOT1Q"
10832   - "IP4BASE"
10833   - "FIB_20k"
10834   - "FIB_200k"
10835   - "FIB_2M"
10836   traces:
10837     hoverinfo: "x+y"
10838     boxpoints: "outliers"
10839     whiskerwidth: 0
10840   layout:
10841     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10842     layout: "plot-throughput"
10843
10844 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10845 -
10846   type: "plot"
10847   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10848   algorithm: "plot_performance_box"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10851   data: "intel-dnv-vpp"
10852   filter: "'NIC_Intel-X553' and
10853            '64B' and
10854            'IP4BASE' and
10855            'NDRPDR' and
10856            '1T1C' and
10857            'IP4FWD' and
10858            not 'IPSEC' and
10859            not 'VHOST'"
10860   parameters:
10861   - "throughput"
10862   - "parent"
10863   - "tags"
10864   sort:
10865   - "IP4BASE"
10866   traces:
10867     hoverinfo: "x+y"
10868     boxpoints: "outliers"
10869     whiskerwidth: 0
10870   layout:
10871     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10872     layout: "plot-throughput"
10873
10874 -
10875   type: "plot"
10876   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10877   algorithm: "plot_performance_box"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10880   data: "intel-dnv-vpp"
10881   filter: "'NIC_Intel-X553' and
10882            '64B' and
10883            'IP4BASE' and
10884            'NDRPDR' and
10885            '1T1C' and
10886            'IP4FWD' and
10887            not 'IPSEC' and
10888            not 'VHOST'"
10889   parameters:
10890   - "throughput"
10891   - "parent"
10892   - "tags"
10893   sort:
10894   - "IP4BASE"
10895   traces:
10896     hoverinfo: "x+y"
10897     boxpoints: "outliers"
10898     whiskerwidth: 0
10899   layout:
10900     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10901     layout: "plot-throughput"
10902
10903 -
10904   type: "plot"
10905   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10906   algorithm: "plot_performance_box"
10907   output-file-type: ".html"
10908   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10909   data: "intel-dnv-vpp"
10910   filter: "'NIC_Intel-X553' and
10911            '64B' and
10912            'IP4BASE' and
10913            'NDRPDR' and
10914            '2T2C' and
10915            'IP4FWD' and
10916            not 'IPSEC' and
10917            not 'VHOST'"
10918   parameters:
10919   - "throughput"
10920   - "parent"
10921   - "tags"
10922   sort:
10923   - "IP4BASE"
10924   traces:
10925     hoverinfo: "x+y"
10926     boxpoints: "outliers"
10927     whiskerwidth: 0
10928   layout:
10929     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10930     layout: "plot-throughput"
10931
10932 -
10933   type: "plot"
10934   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10935   algorithm: "plot_performance_box"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10938   data: "intel-dnv-vpp"
10939   filter: "'NIC_Intel-X553' and
10940            '64B' and
10941            'IP4BASE' and
10942            'NDRPDR' and
10943            '2T2C' and
10944            'IP4FWD' and
10945            not 'IPSEC' and
10946            not 'VHOST'"
10947   parameters:
10948   - "throughput"
10949   - "parent"
10950   - "tags"
10951   sort:
10952   - "IP4BASE"
10953   traces:
10954     hoverinfo: "x+y"
10955     boxpoints: "outliers"
10956     whiskerwidth: 0
10957   layout:
10958     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10959     layout: "plot-throughput"
10960
10961 ################################################################################
10962
10963 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
10964 -
10965   type: "plot"
10966   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10967   algorithm: "plot_performance_box"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10970   data: "plot-vpp-throughput-latency-3n-hsw"
10971   filter: "'NIC_Intel-X520-DA2' and
10972            '64B' and
10973            'ENCAP' and
10974            'NDRPDR' and
10975            '1T1C' and
10976            ('VXLAN' or 'LISP') and
10977            not 'VHOST' and
10978            not 'IPSECHW'"
10979   parameters:
10980   - "throughput"
10981   - "parent"
10982   - "tags"
10983   sort:
10984   - "not DOT1Q"
10985   - "VXLAN_1"
10986   - "VXLAN_10"
10987   - "VXLAN_100"
10988   - "VXLAN_1000"
10989   traces:
10990     hoverinfo: "x+y"
10991     boxpoints: "outliers"
10992     whiskerwidth: 0
10993   layout:
10994     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10995     layout: "plot-throughput"
10996
10997 -
10998   type: "plot"
10999   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11000   algorithm: "plot_performance_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11003   data: "plot-vpp-throughput-latency-3n-hsw"
11004   filter: "'NIC_Intel-X520-DA2' and
11005            '64B' and
11006            'ENCAP' and
11007            'NDRPDR' and
11008            '1T1C' and
11009            ('VXLAN' or 'LISP') and
11010            not 'VHOST' and
11011            not 'IPSECHW'"
11012   parameters:
11013   - "throughput"
11014   - "parent"
11015   - "tags"
11016   sort:
11017   - "not DOT1Q"
11018   - "VXLAN_1"
11019   - "VXLAN_10"
11020   - "VXLAN_100"
11021   - "VXLAN_1000"
11022   traces:
11023     hoverinfo: "x+y"
11024     boxpoints: "outliers"
11025     whiskerwidth: 0
11026   layout:
11027     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11028     layout: "plot-throughput"
11029
11030 -
11031   type: "plot"
11032   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11033   algorithm: "plot_performance_box"
11034   output-file-type: ".html"
11035   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11036   data: "plot-vpp-throughput-latency-3n-hsw"
11037   filter: "'NIC_Intel-X520-DA2' and
11038            '64B' and
11039            'ENCAP' and
11040            'NDRPDR' and
11041            '2T2C' and
11042            ('VXLAN' or 'LISP') and
11043            not 'VHOST' and
11044            not 'IPSECHW'"
11045   parameters:
11046   - "throughput"
11047   - "parent"
11048   - "tags"
11049   sort:
11050   - "not DOT1Q"
11051   - "VXLAN_1"
11052   - "VXLAN_10"
11053   - "VXLAN_100"
11054   - "VXLAN_1000"
11055   traces:
11056     hoverinfo: "x+y"
11057     boxpoints: "outliers"
11058     whiskerwidth: 0
11059   layout:
11060     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11061     layout: "plot-throughput"
11062
11063 -
11064   type: "plot"
11065   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11066   algorithm: "plot_performance_box"
11067   output-file-type: ".html"
11068   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11069   data: "plot-vpp-throughput-latency-3n-hsw"
11070   filter: "'NIC_Intel-X520-DA2' and
11071            '64B' and
11072            'ENCAP' and
11073            'NDRPDR' and
11074            '2T2C' and
11075            ('VXLAN' or 'LISP') and
11076            not 'VHOST' and
11077            not 'IPSECHW'"
11078   parameters:
11079   - "throughput"
11080   - "parent"
11081   - "tags"
11082   sort:
11083   - "not DOT1Q"
11084   - "VXLAN_1"
11085   - "VXLAN_10"
11086   - "VXLAN_100"
11087   - "VXLAN_1000"
11088   traces:
11089     hoverinfo: "x+y"
11090     boxpoints: "outliers"
11091     whiskerwidth: 0
11092   layout:
11093     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11094     layout: "plot-throughput"
11095
11096 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11097 -
11098   type: "plot"
11099   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11100   algorithm: "plot_performance_box"
11101   output-file-type: ".html"
11102   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11103   data: "plot-vpp-throughput-latency-3n-hsw"
11104   filter: "'NIC_Intel-X520-DA2' and
11105            '64B' and
11106            'ENCAP' and
11107            'NDRPDR' and
11108            '1T1C' and
11109            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11110            not 'DOT1Q' and
11111            not 'VHOST' and
11112            not 'IPSECHW'"
11113   parameters:
11114   - "throughput"
11115   - "parent"
11116   - "tags"
11117   sort:
11118   - "L2BDMACLRN"
11119   - "L2XCFWD"
11120   - "LISP"
11121   traces:
11122     hoverinfo: "x+y"
11123     boxpoints: "outliers"
11124     whiskerwidth: 0
11125   layout:
11126     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11127     layout: "plot-throughput"
11128
11129 -
11130   type: "plot"
11131   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11132   algorithm: "plot_performance_box"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11135   data: "plot-vpp-throughput-latency-3n-hsw"
11136   filter: "'NIC_Intel-X520-DA2' and
11137            '64B' and
11138            'ENCAP' and
11139            'NDRPDR' and
11140            '2T2C' and
11141            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11142            not 'DOT1Q' and
11143            not 'VHOST' and
11144            not 'IPSECHW'"
11145   parameters:
11146   - "throughput"
11147   - "parent"
11148   - "tags"
11149   sort:
11150   - "L2BDMACLRN"
11151   - "L2XCFWD"
11152   - "LISP"
11153   traces:
11154     hoverinfo: "x+y"
11155     boxpoints: "outliers"
11156     whiskerwidth: 0
11157   layout:
11158     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11159     layout: "plot-throughput"
11160
11161 -
11162   type: "plot"
11163   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11164   algorithm: "plot_performance_box"
11165   output-file-type: ".html"
11166   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11167   data: "plot-vpp-throughput-latency-3n-hsw"
11168   filter: "'NIC_Intel-X520-DA2' and
11169            '64B' and
11170            'ENCAP' and
11171            'NDRPDR' and
11172            '1T1C' and
11173            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11174            not 'DOT1Q' and
11175            not 'VHOST' and
11176            not 'IPSECHW'"
11177   parameters:
11178   - "throughput"
11179   - "parent"
11180   - "tags"
11181   sort:
11182   - "L2BDMACLRN"
11183   - "L2XCFWD"
11184   - "LISP"
11185   traces:
11186     hoverinfo: "x+y"
11187     boxpoints: "outliers"
11188     whiskerwidth: 0
11189   layout:
11190     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11191     layout: "plot-throughput"
11192
11193 -
11194   type: "plot"
11195   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11196   algorithm: "plot_performance_box"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11199   data: "plot-vpp-throughput-latency-3n-hsw"
11200   filter: "'NIC_Intel-X520-DA2' and
11201            '64B' and
11202            'ENCAP' and
11203            'NDRPDR' and
11204            '2T2C' and
11205            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11206            not 'DOT1Q' and
11207            not 'VHOST' and
11208            not 'IPSECHW'"
11209   parameters:
11210   - "throughput"
11211   - "parent"
11212   - "tags"
11213   sort:
11214   - "L2BDMACLRN"
11215   - "L2XCFWD"
11216   - "LISP"
11217   traces:
11218     hoverinfo: "x+y"
11219     boxpoints: "outliers"
11220     whiskerwidth: 0
11221   layout:
11222     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11223     layout: "plot-throughput"
11224
11225 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11226 -
11227   type: "plot"
11228   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11229   algorithm: "plot_performance_box"
11230   output-file-type: ".html"
11231   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11232   data: "plot-vpp-throughput-latency-3n-hsw"
11233   filter: "'NIC_Intel-X710' and
11234            '64B' and
11235            'ENCAP' and
11236            'NDRPDR' and
11237            '1T1C' and
11238            ('VXLAN' or 'LISP') and
11239            not 'VHOST' and
11240            not 'IPSECHW'"
11241   parameters:
11242   - "throughput"
11243   - "parent"
11244   - "tags"
11245   sort:
11246   - "LISP"
11247   - "VXLAN_1"
11248   - "VXLAN_10"
11249   - "VXLAN_100"
11250   - "VXLAN_1000"
11251   traces:
11252     hoverinfo: "x+y"
11253     boxpoints: "outliers"
11254     whiskerwidth: 0
11255   layout:
11256     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11257     layout: "plot-throughput"
11258
11259 -
11260   type: "plot"
11261   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11262   algorithm: "plot_performance_box"
11263   output-file-type: ".html"
11264   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11265   data: "plot-vpp-throughput-latency-3n-hsw"
11266   filter: "'NIC_Intel-X710' and
11267            '64B' and
11268            'ENCAP' and
11269            'NDRPDR' and
11270            '1T1C' and
11271            ('VXLAN' or 'LISP') and
11272            not 'VHOST' and
11273            not 'IPSECHW'"
11274   parameters:
11275   - "throughput"
11276   - "parent"
11277   - "tags"
11278   sort:
11279   - "LISP"
11280   - "VXLAN_1"
11281   - "VXLAN_10"
11282   - "VXLAN_100"
11283   - "VXLAN_1000"
11284   traces:
11285     hoverinfo: "x+y"
11286     boxpoints: "outliers"
11287     whiskerwidth: 0
11288   layout:
11289     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11290     layout: "plot-throughput"
11291
11292 -
11293   type: "plot"
11294   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11295   algorithm: "plot_performance_box"
11296   output-file-type: ".html"
11297   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11298   data: "plot-vpp-throughput-latency-3n-hsw"
11299   filter: "'NIC_Intel-X710' and
11300            '64B' and
11301            'ENCAP' and
11302            'NDRPDR' and
11303            '2T2C' and
11304            ('VXLAN' or 'LISP') and
11305            not 'VHOST' and
11306            not 'IPSECHW'"
11307   parameters:
11308   - "throughput"
11309   - "parent"
11310   - "tags"
11311   sort:
11312   - "LISP"
11313   - "VXLAN_1"
11314   - "VXLAN_10"
11315   - "VXLAN_100"
11316   - "VXLAN_1000"
11317   traces:
11318     hoverinfo: "x+y"
11319     boxpoints: "outliers"
11320     whiskerwidth: 0
11321   layout:
11322     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11323     layout: "plot-throughput"
11324
11325 -
11326   type: "plot"
11327   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11328   algorithm: "plot_performance_box"
11329   output-file-type: ".html"
11330   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11331   data: "plot-vpp-throughput-latency-3n-hsw"
11332   filter: "'NIC_Intel-X710' and
11333            '64B' and
11334            'ENCAP' and
11335            'NDRPDR' and
11336            '2T2C' and
11337            ('VXLAN' or 'LISP') and
11338            not 'VHOST' and
11339            not 'IPSECHW'"
11340   parameters:
11341   - "throughput"
11342   - "parent"
11343   - "tags"
11344   sort:
11345   - "LISP"
11346   - "VXLAN_1"
11347   - "VXLAN_10"
11348   - "VXLAN_100"
11349   - "VXLAN_1000"
11350   traces:
11351     hoverinfo: "x+y"
11352     boxpoints: "outliers"
11353     whiskerwidth: 0
11354   layout:
11355     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11356     layout: "plot-throughput"
11357
11358 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11359 -
11360   type: "plot"
11361   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11362   algorithm: "plot_performance_box"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11365   data: "plot-vpp-throughput-latency-3n-hsw"
11366   filter: "'NIC_Intel-X710' and
11367            '64B' and
11368            'ENCAP' and
11369            'NDRPDR' and
11370            '1T1C' and
11371            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11372            not 'DOT1Q' and
11373            not 'VHOST' and
11374            not 'IPSECHW'"
11375   parameters:
11376   - "throughput"
11377   - "parent"
11378   - "tags"
11379   sort:
11380   - "L2BDMACLRN"
11381   - "L2XCFWD"
11382   - "LISP"
11383   traces:
11384     hoverinfo: "x+y"
11385     boxpoints: "outliers"
11386     whiskerwidth: 0
11387   layout:
11388     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11389     layout: "plot-throughput"
11390
11391 -
11392   type: "plot"
11393   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11394   algorithm: "plot_performance_box"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11397   data: "plot-vpp-throughput-latency-3n-hsw"
11398   filter: "'NIC_Intel-X710' and
11399            '64B' and
11400            'ENCAP' and
11401            'NDRPDR' and
11402            '2T2C' and
11403            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11404            not 'DOT1Q' and
11405            not 'VHOST' and
11406            not 'IPSECHW'"
11407   parameters:
11408   - "throughput"
11409   - "parent"
11410   - "tags"
11411   sort:
11412   - "L2BDMACLRN"
11413   - "L2XCFWD"
11414   - "LISP"
11415   traces:
11416     hoverinfo: "x+y"
11417     boxpoints: "outliers"
11418     whiskerwidth: 0
11419   layout:
11420     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11421     layout: "plot-throughput"
11422
11423 -
11424   type: "plot"
11425   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11426   algorithm: "plot_performance_box"
11427   output-file-type: ".html"
11428   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11429   data: "plot-vpp-throughput-latency-3n-hsw"
11430   filter: "'NIC_Intel-X710' and
11431            '64B' and
11432            'ENCAP' and
11433            'NDRPDR' and
11434            '1T1C' and
11435            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11436            not 'DOT1Q' and
11437            not 'VHOST' and
11438            not 'IPSECHW'"
11439   parameters:
11440   - "throughput"
11441   - "parent"
11442   - "tags"
11443   sort:
11444   - "L2BDMACLRN"
11445   - "L2XCFWD"
11446   - "LISP"
11447   traces:
11448     hoverinfo: "x+y"
11449     boxpoints: "outliers"
11450     whiskerwidth: 0
11451   layout:
11452     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11453     layout: "plot-throughput"
11454
11455 -
11456   type: "plot"
11457   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11458   algorithm: "plot_performance_box"
11459   output-file-type: ".html"
11460   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11461   data: "plot-vpp-throughput-latency-3n-hsw"
11462   filter: "'NIC_Intel-X710' and
11463            '64B' and
11464            'ENCAP' and
11465            'NDRPDR' and
11466            '2T2C' and
11467            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11468            not 'DOT1Q' and
11469            not 'VHOST' and
11470            not 'IPSECHW'"
11471   parameters:
11472   - "throughput"
11473   - "parent"
11474   - "tags"
11475   sort:
11476   - "L2BDMACLRN"
11477   - "L2XCFWD"
11478   - "LISP"
11479   traces:
11480     hoverinfo: "x+y"
11481     boxpoints: "outliers"
11482     whiskerwidth: 0
11483   layout:
11484     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11485     layout: "plot-throughput"
11486
11487 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11488 -
11489   type: "plot"
11490   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11491   algorithm: "plot_performance_box"
11492   output-file-type: ".html"
11493   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11494   data: "plot-vpp-throughput-latency-3n-skx"
11495   filter: "'NIC_Intel-X710' and
11496            '64B' and
11497            'ENCAP' and
11498            'NDRPDR' and
11499            '2T1C' and
11500            ('VXLAN' or 'LISP') and
11501            not 'VHOST' and
11502            not 'IPSECHW'"
11503   parameters:
11504   - "throughput"
11505   - "parent"
11506   - "tags"
11507   sort:
11508   - "LISP"
11509   - "VXLAN_1"
11510   - "VXLAN_10"
11511   - "VXLAN_100"
11512   - "VXLAN_1000"
11513   traces:
11514     hoverinfo: "x+y"
11515     boxpoints: "outliers"
11516     whiskerwidth: 0
11517   layout:
11518     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11519     layout: "plot-throughput"
11520
11521 -
11522   type: "plot"
11523   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11524   algorithm: "plot_performance_box"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11527   data: "plot-vpp-throughput-latency-3n-skx"
11528   filter: "'NIC_Intel-X710' and
11529            '64B' and
11530            'ENCAP' and
11531            'NDRPDR' and
11532            '2T1C' and
11533            ('VXLAN' or 'LISP') and
11534            not 'VHOST' and
11535            not 'IPSECHW'"
11536   parameters:
11537   - "throughput"
11538   - "parent"
11539   - "tags"
11540   sort:
11541   - "LISP"
11542   - "VXLAN_1"
11543   - "VXLAN_10"
11544   - "VXLAN_100"
11545   - "VXLAN_1000"
11546   traces:
11547     hoverinfo: "x+y"
11548     boxpoints: "outliers"
11549     whiskerwidth: 0
11550   layout:
11551     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11552     layout: "plot-throughput"
11553
11554 -
11555   type: "plot"
11556   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11557   algorithm: "plot_performance_box"
11558   output-file-type: ".html"
11559   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11560   data: "plot-vpp-throughput-latency-3n-skx"
11561   filter: "'NIC_Intel-X710' and
11562            '64B' and
11563            'ENCAP' and
11564            'NDRPDR' and
11565            '4T2C' and
11566            ('VXLAN' or 'LISP') and
11567            not 'VHOST' and
11568            not 'IPSECHW'"
11569   parameters:
11570   - "throughput"
11571   - "parent"
11572   - "tags"
11573   sort:
11574   - "LISP"
11575   - "VXLAN_1"
11576   - "VXLAN_10"
11577   - "VXLAN_100"
11578   - "VXLAN_1000"
11579   traces:
11580     hoverinfo: "x+y"
11581     boxpoints: "outliers"
11582     whiskerwidth: 0
11583   layout:
11584     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11585     layout: "plot-throughput"
11586
11587 -
11588   type: "plot"
11589   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11590   algorithm: "plot_performance_box"
11591   output-file-type: ".html"
11592   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11593   data: "plot-vpp-throughput-latency-3n-skx"
11594   filter: "'NIC_Intel-X710' and
11595            '64B' and
11596            'ENCAP' and
11597            'NDRPDR' and
11598            '4T2C' and
11599            ('VXLAN' or 'LISP') and
11600            not 'VHOST' and
11601            not 'IPSECHW'"
11602   parameters:
11603   - "throughput"
11604   - "parent"
11605   - "tags"
11606   sort:
11607   - "LISP"
11608   - "VXLAN_1"
11609   - "VXLAN_10"
11610   - "VXLAN_100"
11611   - "VXLAN_1000"
11612   traces:
11613     hoverinfo: "x+y"
11614     boxpoints: "outliers"
11615     whiskerwidth: 0
11616   layout:
11617     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11618     layout: "plot-throughput"
11619
11620 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11621 -
11622   type: "plot"
11623   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11624   algorithm: "plot_performance_box"
11625   output-file-type: ".html"
11626   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11627   data: "plot-vpp-throughput-latency-3n-skx"
11628   filter: "'NIC_Intel-X710' and
11629            '64B' and
11630            'ENCAP' and
11631            'NDRPDR' and
11632            '2T1C' and
11633            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11634            not 'DOT1Q' and
11635            not 'VHOST' and
11636            not 'IPSECHW'"
11637   parameters:
11638   - "throughput"
11639   - "parent"
11640   - "tags"
11641   sort:
11642   - "L2BDMACLRN"
11643   - "L2XCFWD"
11644   - "LISP"
11645   traces:
11646     hoverinfo: "x+y"
11647     boxpoints: "outliers"
11648     whiskerwidth: 0
11649   layout:
11650     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11651     layout: "plot-throughput"
11652
11653 -
11654   type: "plot"
11655   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11656   algorithm: "plot_performance_box"
11657   output-file-type: ".html"
11658   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11659   data: "plot-vpp-throughput-latency-3n-skx"
11660   filter: "'NIC_Intel-X710' and
11661            '64B' and
11662            'ENCAP' and
11663            'NDRPDR' and
11664            '4T2C' and
11665            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11666            not 'DOT1Q' and
11667            not 'VHOST' and
11668            not 'IPSECHW'"
11669   parameters:
11670   - "throughput"
11671   - "parent"
11672   - "tags"
11673   sort:
11674   - "L2BDMACLRN"
11675   - "L2XCFWD"
11676   - "LISP"
11677   traces:
11678     hoverinfo: "x+y"
11679     boxpoints: "outliers"
11680     whiskerwidth: 0
11681   layout:
11682     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11683     layout: "plot-throughput"
11684
11685 -
11686   type: "plot"
11687   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11688   algorithm: "plot_performance_box"
11689   output-file-type: ".html"
11690   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11691   data: "plot-vpp-throughput-latency-3n-skx"
11692   filter: "'NIC_Intel-X710' and
11693            '64B' and
11694            'ENCAP' and
11695            'NDRPDR' and
11696            '2T1C' and
11697            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11698            not 'DOT1Q' and
11699            not 'VHOST' and
11700            not 'IPSECHW'"
11701   parameters:
11702   - "throughput"
11703   - "parent"
11704   - "tags"
11705   sort:
11706   - "L2BDMACLRN"
11707   - "L2XCFWD"
11708   - "LISP"
11709   traces:
11710     hoverinfo: "x+y"
11711     boxpoints: "outliers"
11712     whiskerwidth: 0
11713   layout:
11714     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11715     layout: "plot-throughput"
11716
11717 -
11718   type: "plot"
11719   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11720   algorithm: "plot_performance_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11723   data: "plot-vpp-throughput-latency-3n-skx"
11724   filter: "'NIC_Intel-X710' and
11725            '64B' and
11726            'ENCAP' and
11727            'NDRPDR' and
11728            '4T2C' and
11729            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11730            not 'DOT1Q' and
11731            not 'VHOST' and
11732            not 'IPSECHW'"
11733   parameters:
11734   - "throughput"
11735   - "parent"
11736   - "tags"
11737   sort:
11738   - "L2BDMACLRN"
11739   - "L2XCFWD"
11740   - "LISP"
11741   traces:
11742     hoverinfo: "x+y"
11743     boxpoints: "outliers"
11744     whiskerwidth: 0
11745   layout:
11746     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11747     layout: "plot-throughput"
11748
11749 ################################################################################
11750
11751 # Packet Throughput - VPP IPv6 3n-hsw-x520
11752 -
11753   type: "plot"
11754   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11755   algorithm: "plot_performance_box"
11756   output-file-type: ".html"
11757   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11758   data: "plot-vpp-throughput-latency-3n-hsw"
11759   filter: "'NIC_Intel-X520-DA2' and
11760            '78B' and
11761            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11762            'NDRPDR' and
11763            '1T1C' and
11764            'IP6FWD' and
11765            not 'SRv6' and
11766            not 'IPSEC' and
11767            not 'VHOST'"
11768   parameters:
11769   - "throughput"
11770   - "parent"
11771   - "tags"
11772   sort:
11773   - "IP6BASE"
11774   - "FIB_20K"
11775   - "FIB_200K"
11776   - "FIB_2M"
11777   traces:
11778     hoverinfo: "x+y"
11779     boxpoints: "outliers"
11780     whiskerwidth: 0
11781   layout:
11782     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11783     layout: "plot-throughput"
11784
11785 -
11786   type: "plot"
11787   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11788   algorithm: "plot_performance_box"
11789   output-file-type: ".html"
11790   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11791   data: "plot-vpp-throughput-latency-3n-hsw"
11792   filter: "'NIC_Intel-X520-DA2' and
11793            '78B' and
11794            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11795            'NDRPDR' and
11796            '1T1C' and
11797            'IP6FWD' and
11798            not 'SRv6' and
11799            not 'IPSEC' and
11800            not 'VHOST'"
11801   parameters:
11802   - "throughput"
11803   - "parent"
11804   - "tags"
11805   sort:
11806   - "IP6BASE"
11807   - "FIB_20K"
11808   - "FIB_200K"
11809   - "FIB_2M"
11810   traces:
11811     hoverinfo: "x+y"
11812     boxpoints: "outliers"
11813     whiskerwidth: 0
11814   layout:
11815     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11816     layout: "plot-throughput"
11817
11818 -
11819   type: "plot"
11820   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11821   algorithm: "plot_performance_box"
11822   output-file-type: ".html"
11823   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11824   data: "plot-vpp-throughput-latency-3n-hsw"
11825   filter: "'NIC_Intel-X520-DA2' and
11826            '78B' and
11827            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11828            'NDRPDR' and
11829            '2T2C' and
11830            'IP6FWD' and
11831            not 'SRv6' and
11832            not 'IPSEC' and
11833            not 'VHOST'"
11834   parameters:
11835   - "throughput"
11836   - "parent"
11837   - "tags"
11838   sort:
11839   - "IP6BASE"
11840   - "FIB_20K"
11841   - "FIB_200K"
11842   - "FIB_2M"
11843   traces:
11844     hoverinfo: "x+y"
11845     boxpoints: "outliers"
11846     whiskerwidth: 0
11847   layout:
11848     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11849     layout: "plot-throughput"
11850
11851 -
11852   type: "plot"
11853   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11854   algorithm: "plot_performance_box"
11855   output-file-type: ".html"
11856   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11857   data: "plot-vpp-throughput-latency-3n-hsw"
11858   filter: "'NIC_Intel-X520-DA2' and
11859            '78B' and
11860            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11861            'NDRPDR' and
11862            '2T2C' and
11863            'IP6FWD' and
11864            not 'SRv6' and
11865            not 'IPSEC' and
11866            not 'VHOST'"
11867   parameters:
11868   - "throughput"
11869   - "parent"
11870   - "tags"
11871   sort:
11872   - "IP6BASE"
11873   - "FIB_20K"
11874   - "FIB_200K"
11875   - "FIB_2M"
11876   traces:
11877     hoverinfo: "x+y"
11878     boxpoints: "outliers"
11879     whiskerwidth: 0
11880   layout:
11881     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11882     layout: "plot-throughput"
11883
11884 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11885 -
11886   type: "plot"
11887   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11888   algorithm: "plot_performance_box"
11889   output-file-type: ".html"
11890   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11891   data: "plot-vpp-throughput-latency-3n-hsw"
11892   filter: "'NIC_Intel-X520-DA2' and
11893            '78B' and
11894            ('IP6BASE' or
11895             'POLICE_MARK' or
11896             'COPWHLIST' or
11897             'IACLDST') and
11898            'NDRPDR' and
11899            '1T1C' and
11900            'IP6FWD' and
11901            not 'SRv6' and
11902            not 'IPSEC' and
11903            not 'VHOST'"
11904   parameters:
11905   - "throughput"
11906   - "parent"
11907   - "tags"
11908   sort:
11909   - "IP6BASE"
11910   - "POLICE_MARK"
11911   - "COPWHLIST"
11912   - "IACLDST"
11913   traces:
11914     hoverinfo: "x+y"
11915     boxpoints: "outliers"
11916     whiskerwidth: 0
11917   layout:
11918     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11919     layout: "plot-throughput"
11920
11921 -
11922   type: "plot"
11923   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11924   algorithm: "plot_performance_box"
11925   output-file-type: ".html"
11926   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11927   data: "plot-vpp-throughput-latency-3n-hsw"
11928   filter: "'NIC_Intel-X520-DA2' and
11929            '78B' and
11930            ('IP6BASE' or
11931             'POLICE_MARK' or
11932             'COPWHLIST' or
11933             'IACLDST') and
11934            'NDRPDR' and
11935            '2T2C' and
11936            'IP6FWD' and
11937            not 'SRv6' and
11938            not 'IPSEC' and
11939            not 'VHOST'"
11940   parameters:
11941   - "throughput"
11942   - "parent"
11943   - "tags"
11944   sort:
11945   - "IP6BASE"
11946   - "POLICE_MARK"
11947   - "COPWHLIST"
11948   - "IACLDST"
11949   traces:
11950     hoverinfo: "x+y"
11951     boxpoints: "outliers"
11952     whiskerwidth: 0
11953   layout:
11954     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11955     layout: "plot-throughput"
11956
11957 -
11958   type: "plot"
11959   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11963   data: "plot-vpp-throughput-latency-3n-hsw"
11964   filter: "'NIC_Intel-X520-DA2' and
11965            '78B' and
11966            ('IP6BASE' or
11967             'POLICE_MARK' or
11968             'COPWHLIST' or
11969             'IACLDST') and
11970            'NDRPDR' and
11971            '1T1C' and
11972            'IP6FWD' and
11973            not 'SRv6' and
11974            not 'IPSEC' and
11975            not 'VHOST'"
11976   parameters:
11977   - "throughput"
11978   - "parent"
11979   - "tags"
11980   sort:
11981   - "IP6BASE"
11982   - "POLICE_MARK"
11983   - "COPWHLIST"
11984   - "IACLDST"
11985   traces:
11986     hoverinfo: "x+y"
11987     boxpoints: "outliers"
11988     whiskerwidth: 0
11989   layout:
11990     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11991     layout: "plot-throughput"
11992
11993 -
11994   type: "plot"
11995   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11996   algorithm: "plot_performance_box"
11997   output-file-type: ".html"
11998   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11999   data: "plot-vpp-throughput-latency-3n-hsw"
12000   filter: "'NIC_Intel-X520-DA2' and
12001            '78B' and
12002            ('IP6BASE' or
12003             'POLICE_MARK' or
12004             'COPWHLIST' or
12005             'IACLDST') and
12006            'NDRPDR' and
12007            '2T2C' and
12008            'IP6FWD' and
12009            not 'SRv6' and
12010            not 'IPSEC' and
12011            not 'VHOST'"
12012   parameters:
12013   - "throughput"
12014   - "parent"
12015   - "tags"
12016   sort:
12017   - "IP6BASE"
12018   - "POLICE_MARK"
12019   - "COPWHLIST"
12020   - "IACLDST"
12021   traces:
12022     hoverinfo: "x+y"
12023     boxpoints: "outliers"
12024     whiskerwidth: 0
12025   layout:
12026     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12027     layout: "plot-throughput"
12028
12029 # Packet Throughput - VPP IPv6 3n-hsw-x710
12030 -
12031   type: "plot"
12032   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12033   algorithm: "plot_performance_box"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12036   data: "plot-vpp-throughput-latency-3n-hsw"
12037   filter: "'NIC_Intel-X710' and
12038            '78B' and
12039            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12040            'NDRPDR' and
12041            '1T1C' and
12042            'IP6FWD' and
12043            not 'SRv6' and
12044            not 'IPSEC' and
12045            not 'VHOST'"
12046   parameters:
12047   - "throughput"
12048   - "parent"
12049   - "tags"
12050   sort:
12051   - "IP6BASE"
12052   - "FIB_20K"
12053   - "FIB_200K"
12054   - "FIB_2M"
12055   traces:
12056     hoverinfo: "x+y"
12057     boxpoints: "outliers"
12058     whiskerwidth: 0
12059   layout:
12060     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12061     layout: "plot-throughput"
12062
12063 -
12064   type: "plot"
12065   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12066   algorithm: "plot_performance_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12069   data: "plot-vpp-throughput-latency-3n-hsw"
12070   filter: "'NIC_Intel-X710' and
12071            '78B' and
12072            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12073            'NDRPDR' and
12074            '1T1C' and
12075            'IP6FWD' and
12076            not 'SRv6' and
12077            not 'IPSEC' and
12078            not 'VHOST'"
12079   parameters:
12080   - "throughput"
12081   - "parent"
12082   - "tags"
12083   sort:
12084   - "IP6BASE"
12085   - "FIB_20K"
12086   - "FIB_200K"
12087   - "FIB_2M"
12088   traces:
12089     hoverinfo: "x+y"
12090     boxpoints: "outliers"
12091     whiskerwidth: 0
12092   layout:
12093     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12094     layout: "plot-throughput"
12095
12096 -
12097   type: "plot"
12098   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12099   algorithm: "plot_performance_box"
12100   output-file-type: ".html"
12101   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12102   data: "plot-vpp-throughput-latency-3n-hsw"
12103   filter: "'NIC_Intel-X710' and
12104            '78B' and
12105            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12106            'NDRPDR' and
12107            '2T2C' and
12108            'IP6FWD' and
12109            not 'SRv6' and
12110            not 'IPSEC' and
12111            not 'VHOST'"
12112   parameters:
12113   - "throughput"
12114   - "parent"
12115   - "tags"
12116   sort:
12117   - "IP6BASE"
12118   - "FIB_20K"
12119   - "FIB_200K"
12120   - "FIB_2M"
12121   traces:
12122     hoverinfo: "x+y"
12123     boxpoints: "outliers"
12124     whiskerwidth: 0
12125   layout:
12126     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12127     layout: "plot-throughput"
12128
12129 -
12130   type: "plot"
12131   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12132   algorithm: "plot_performance_box"
12133   output-file-type: ".html"
12134   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12135   data: "plot-vpp-throughput-latency-3n-hsw"
12136   filter: "'NIC_Intel-X710' and
12137            '78B' and
12138            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12139            'NDRPDR' and
12140            '2T2C' and
12141            'IP6FWD' and
12142            not 'SRv6' and
12143            not 'IPSEC' and
12144            not 'VHOST'"
12145   parameters:
12146   - "throughput"
12147   - "parent"
12148   - "tags"
12149   sort:
12150   - "IP6BASE"
12151   - "FIB_20K"
12152   - "FIB_200K"
12153   - "FIB_2M"
12154   traces:
12155     hoverinfo: "x+y"
12156     boxpoints: "outliers"
12157     whiskerwidth: 0
12158   layout:
12159     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12160     layout: "plot-throughput"
12161
12162 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12163 -
12164   type: "plot"
12165   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12166   algorithm: "plot_performance_box"
12167   output-file-type: ".html"
12168   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12169   data: "plot-vpp-throughput-latency-3n-hsw"
12170   filter: "'NIC_Intel-X710' and
12171            '78B' and
12172            ('IP6BASE' or
12173             'POLICE_MARK' or
12174             'COPWHLIST' or
12175             'IACLDST') and
12176            'NDRPDR' and
12177            '1T1C' and
12178            'IP6FWD' and
12179            not 'SRv6' and
12180            not 'IPSEC' and
12181            not 'VHOST'"
12182   parameters:
12183   - "throughput"
12184   - "parent"
12185   - "tags"
12186   sort:
12187   - "IP6BASE"
12188   - "POLICE_MARK"
12189   - "COPWHLIST"
12190   - "IACLDST"
12191   traces:
12192     hoverinfo: "x+y"
12193     boxpoints: "outliers"
12194     whiskerwidth: 0
12195   layout:
12196     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12197     layout: "plot-throughput"
12198
12199 -
12200   type: "plot"
12201   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12202   algorithm: "plot_performance_box"
12203   output-file-type: ".html"
12204   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12205   data: "plot-vpp-throughput-latency-3n-hsw"
12206   filter: "'NIC_Intel-X710' and
12207            '78B' and
12208            ('IP6BASE' or
12209             'POLICE_MARK' or
12210             'COPWHLIST' or
12211             'IACLDST') and
12212            'NDRPDR' and
12213            '2T2C' and
12214            'IP6FWD' and
12215            not 'SRv6' and
12216            not 'IPSEC' and
12217            not 'VHOST'"
12218   parameters:
12219   - "throughput"
12220   - "parent"
12221   - "tags"
12222   sort:
12223   - "IP6BASE"
12224   - "POLICE_MARK"
12225   - "COPWHLIST"
12226   - "IACLDST"
12227   traces:
12228     hoverinfo: "x+y"
12229     boxpoints: "outliers"
12230     whiskerwidth: 0
12231   layout:
12232     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12233     layout: "plot-throughput"
12234
12235 -
12236   type: "plot"
12237   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12238   algorithm: "plot_performance_box"
12239   output-file-type: ".html"
12240   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12241   data: "plot-vpp-throughput-latency-3n-hsw"
12242   filter: "'NIC_Intel-X710' and
12243            '78B' and
12244            ('IP6BASE' or
12245             'POLICE_MARK' or
12246             'COPWHLIST' or
12247             'IACLDST') and
12248            'NDRPDR' and
12249            '1T1C' and
12250            'IP6FWD' and
12251            not 'SRv6' and
12252            not 'IPSEC' and
12253            not 'VHOST'"
12254   parameters:
12255   - "throughput"
12256   - "parent"
12257   - "tags"
12258   sort:
12259   - "IP6BASE"
12260   - "POLICE_MARK"
12261   - "COPWHLIST"
12262   - "IACLDST"
12263   traces:
12264     hoverinfo: "x+y"
12265     boxpoints: "outliers"
12266     whiskerwidth: 0
12267   layout:
12268     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12269     layout: "plot-throughput"
12270
12271 -
12272   type: "plot"
12273   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12274   algorithm: "plot_performance_box"
12275   output-file-type: ".html"
12276   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12277   data: "plot-vpp-throughput-latency-3n-hsw"
12278   filter: "'NIC_Intel-X710' and
12279            '78B' and
12280            ('IP6BASE' or
12281             'POLICE_MARK' or
12282             'COPWHLIST' or
12283             'IACLDST') and
12284            'NDRPDR' and
12285            '2T2C' and
12286            'IP6FWD' and
12287            not 'SRv6' and
12288            not 'IPSEC' and
12289            not 'VHOST'"
12290   parameters:
12291   - "throughput"
12292   - "parent"
12293   - "tags"
12294   sort:
12295   - "IP6BASE"
12296   - "POLICE_MARK"
12297   - "COPWHLIST"
12298   - "IACLDST"
12299   traces:
12300     hoverinfo: "x+y"
12301     boxpoints: "outliers"
12302     whiskerwidth: 0
12303   layout:
12304     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12305     layout: "plot-throughput"
12306
12307 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12308 -
12309   type: "plot"
12310   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12311   algorithm: "plot_performance_box"
12312   output-file-type: ".html"
12313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12314   data: "plot-vpp-throughput-latency-3n-hsw"
12315   filter: "'NIC_Intel-XL710' and
12316            '78B' and
12317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12318            'NDRPDR' and
12319            '1T1C' and
12320            'IP6FWD' and
12321            not 'SRv6' and
12322            not 'IPSEC' and
12323            not 'VHOST'"
12324   parameters:
12325   - "throughput"
12326   - "parent"
12327   - "tags"
12328   sort:
12329   - "IP6BASE"
12330   - "FIB_20K"
12331   - "FIB_200K"
12332   - "FIB_2M"
12333   traces:
12334     hoverinfo: "x+y"
12335     boxpoints: "outliers"
12336     whiskerwidth: 0
12337   layout:
12338     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12339     layout: "plot-throughput"
12340
12341 -
12342   type: "plot"
12343   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12344   algorithm: "plot_performance_box"
12345   output-file-type: ".html"
12346   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12347   data: "plot-vpp-throughput-latency-3n-hsw"
12348   filter: "'NIC_Intel-XL710' and
12349            '78B' and
12350            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12351            'NDRPDR' and
12352            '1T1C' and
12353            'IP6FWD' and
12354            not 'SRv6' and
12355            not 'IPSEC' and
12356            not 'VHOST'"
12357   parameters:
12358   - "throughput"
12359   - "parent"
12360   - "tags"
12361   sort:
12362   - "IP6BASE"
12363   - "FIB_20K"
12364   - "FIB_200K"
12365   - "FIB_2M"
12366   traces:
12367     hoverinfo: "x+y"
12368     boxpoints: "outliers"
12369     whiskerwidth: 0
12370   layout:
12371     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12372     layout: "plot-throughput"
12373
12374 -
12375   type: "plot"
12376   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12377   algorithm: "plot_performance_box"
12378   output-file-type: ".html"
12379   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12380   data: "plot-vpp-throughput-latency-3n-hsw"
12381   filter: "'NIC_Intel-XL710' and
12382            '78B' and
12383            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12384            'NDRPDR' and
12385            '2T2C' and
12386            'IP6FWD' and
12387            not 'SRv6' and
12388            not 'IPSEC' and
12389            not 'VHOST'"
12390   parameters:
12391   - "throughput"
12392   - "parent"
12393   - "tags"
12394   sort:
12395   - "IP6BASE"
12396   - "FIB_20K"
12397   - "FIB_200K"
12398   - "FIB_2M"
12399   traces:
12400     hoverinfo: "x+y"
12401     boxpoints: "outliers"
12402     whiskerwidth: 0
12403   layout:
12404     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12405     layout: "plot-throughput"
12406
12407 -
12408   type: "plot"
12409   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12410   algorithm: "plot_performance_box"
12411   output-file-type: ".html"
12412   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12413   data: "plot-vpp-throughput-latency-3n-hsw"
12414   filter: "'NIC_Intel-XL710' and
12415            '78B' and
12416            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12417            'NDRPDR' and
12418            '2T2C' and
12419            'IP6FWD' and
12420            not 'SRv6' and
12421            not 'IPSEC' and
12422            not 'VHOST'"
12423   parameters:
12424   - "throughput"
12425   - "parent"
12426   - "tags"
12427   sort:
12428   - "IP6BASE"
12429   - "FIB_20K"
12430   - "FIB_200K"
12431   - "FIB_2M"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12438     layout: "plot-throughput"
12439
12440 # Packet Throughput - VPP IPv6 3n-skx-x710
12441 -
12442   type: "plot"
12443   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12444   algorithm: "plot_performance_box"
12445   output-file-type: ".html"
12446   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12447   data: "plot-vpp-throughput-latency-3n-skx"
12448   filter: "'NIC_Intel-X710' and
12449            '78B' and
12450            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12451            'NDRPDR' and
12452            '2T1C' and
12453            'IP6FWD' and
12454            not 'SRv6' and
12455            not 'IPSEC' and
12456            not 'VHOST'"
12457   parameters:
12458   - "throughput"
12459   - "parent"
12460   - "tags"
12461   sort:
12462   - "IP6BASE"
12463   - "FIB_20k"
12464   - "FIB_200k"
12465   - "FIB_2M"
12466   traces:
12467     hoverinfo: "x+y"
12468     boxpoints: "outliers"
12469     whiskerwidth: 0
12470   layout:
12471     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12472     layout: "plot-throughput"
12473
12474 -
12475   type: "plot"
12476   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12477   algorithm: "plot_performance_box"
12478   output-file-type: ".html"
12479   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12480   data: "plot-vpp-throughput-latency-3n-skx"
12481   filter: "'NIC_Intel-X710' and
12482            '78B' and
12483            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12484            'NDRPDR' and
12485            '2T1C' and
12486            'IP6FWD' and
12487            not 'SRv6' and
12488            not 'IPSEC' and
12489            not 'VHOST'"
12490   parameters:
12491   - "throughput"
12492   - "parent"
12493   - "tags"
12494   sort:
12495   - "IP6BASE"
12496   - "FIB_20k"
12497   - "FIB_200k"
12498   - "FIB_2M"
12499   traces:
12500     hoverinfo: "x+y"
12501     boxpoints: "outliers"
12502     whiskerwidth: 0
12503   layout:
12504     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12505     layout: "plot-throughput"
12506
12507 -
12508   type: "plot"
12509   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12510   algorithm: "plot_performance_box"
12511   output-file-type: ".html"
12512   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12513   data: "plot-vpp-throughput-latency-3n-skx"
12514   filter: "'NIC_Intel-X710' and
12515            '78B' and
12516            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12517            'NDRPDR' and
12518            '4T2C' and
12519            'IP6FWD' and
12520            not 'SRv6' and
12521            not 'IPSEC' and
12522            not 'VHOST'"
12523   parameters:
12524   - "throughput"
12525   - "parent"
12526   - "tags"
12527   sort:
12528   - "IP6BASE"
12529   - "FIB_20k"
12530   - "FIB_200k"
12531   - "FIB_2M"
12532   traces:
12533     hoverinfo: "x+y"
12534     boxpoints: "outliers"
12535     whiskerwidth: 0
12536   layout:
12537     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12538     layout: "plot-throughput"
12539
12540 -
12541   type: "plot"
12542   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12543   algorithm: "plot_performance_box"
12544   output-file-type: ".html"
12545   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12546   data: "plot-vpp-throughput-latency-3n-skx"
12547   filter: "'NIC_Intel-X710' and
12548            '78B' and
12549            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12550            'NDRPDR' and
12551            '4T2C' and
12552            'IP6FWD' and
12553            not 'SRv6' and
12554            not 'IPSEC' and
12555            not 'VHOST'"
12556   parameters:
12557   - "throughput"
12558   - "parent"
12559   - "tags"
12560   sort:
12561   - "IP6BASE"
12562   - "FIB_20k"
12563   - "FIB_200k"
12564   - "FIB_2M"
12565   traces:
12566     hoverinfo: "x+y"
12567     boxpoints: "outliers"
12568     whiskerwidth: 0
12569   layout:
12570     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12571     layout: "plot-throughput"
12572
12573 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12574 -
12575   type: "plot"
12576   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12577   algorithm: "plot_performance_box"
12578   output-file-type: ".html"
12579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12580   data: "plot-vpp-throughput-latency-3n-skx"
12581   filter: "'NIC_Intel-X710' and
12582            '78B' and
12583            ('IP6BASE' or
12584             'POLICE_MARK' or
12585             'COPWHLIST' or
12586             'IACLDST') and
12587            'NDRPDR' and
12588            '2T1C' and
12589            'IP6FWD' and
12590            not 'SRv6' and
12591            not 'IPSEC' and
12592            not 'VHOST'"
12593   parameters:
12594   - "throughput"
12595   - "parent"
12596   - "tags"
12597   sort:
12598   - "IP6BASE"
12599   - "POLICE_MARK"
12600   - "COPWHLIST"
12601   - "IACLDST"
12602   traces:
12603     hoverinfo: "x+y"
12604     boxpoints: "outliers"
12605     whiskerwidth: 0
12606   layout:
12607     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12608     layout: "plot-throughput"
12609
12610 -
12611   type: "plot"
12612   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12613   algorithm: "plot_performance_box"
12614   output-file-type: ".html"
12615   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12616   data: "plot-vpp-throughput-latency-3n-hsw"
12617   filter: "'NIC_Intel-X710' and
12618            '78B' and
12619            ('IP6BASE' or
12620             'POLICE_MARK' or
12621             'COPWHLIST' or
12622             'IACLDST') and
12623            'NDRPDR' and
12624            '4T2C' and
12625            'IP6FWD' and
12626            not 'SRv6' and
12627            not 'IPSEC' and
12628            not 'VHOST'"
12629   parameters:
12630   - "throughput"
12631   - "parent"
12632   - "tags"
12633   sort:
12634   - "IP6BASE"
12635   - "POLICE_MARK"
12636   - "COPWHLIST"
12637   - "IACLDST"
12638   traces:
12639     hoverinfo: "x+y"
12640     boxpoints: "outliers"
12641     whiskerwidth: 0
12642   layout:
12643     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12644     layout: "plot-throughput"
12645
12646 -
12647   type: "plot"
12648   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12649   algorithm: "plot_performance_box"
12650   output-file-type: ".html"
12651   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12652   data: "plot-vpp-throughput-latency-3n-skx"
12653   filter: "'NIC_Intel-X710' and
12654            '78B' and
12655            ('IP6BASE' or
12656             'POLICE_MARK' or
12657             'COPWHLIST' or
12658             'IACLDST') and
12659            'NDRPDR' and
12660            '2T1C' and
12661            'IP6FWD' and
12662            not 'SRv6' and
12663            not 'IPSEC' and
12664            not 'VHOST'"
12665   parameters:
12666   - "throughput"
12667   - "parent"
12668   - "tags"
12669   sort:
12670   - "IP6BASE"
12671   - "POLICE_MARK"
12672   - "COPWHLIST"
12673   - "IACLDST"
12674   traces:
12675     hoverinfo: "x+y"
12676     boxpoints: "outliers"
12677     whiskerwidth: 0
12678   layout:
12679     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12680     layout: "plot-throughput"
12681
12682 -
12683   type: "plot"
12684   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12685   algorithm: "plot_performance_box"
12686   output-file-type: ".html"
12687   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12688   data: "plot-vpp-throughput-latency-3n-skx"
12689   filter: "'NIC_Intel-X710' and
12690            '78B' and
12691            ('IP6BASE' or
12692             'POLICE_MARK' or
12693             'COPWHLIST' or
12694             'IACLDST') and
12695            'NDRPDR' and
12696            '4T2C' and
12697            'IP6FWD' and
12698            not 'SRv6' and
12699            not 'IPSEC' and
12700            not 'VHOST'"
12701   parameters:
12702   - "throughput"
12703   - "parent"
12704   - "tags"
12705   sort:
12706   - "IP6BASE"
12707   - "POLICE_MARK"
12708   - "COPWHLIST"
12709   - "IACLDST"
12710   traces:
12711     hoverinfo: "x+y"
12712     boxpoints: "outliers"
12713     whiskerwidth: 0
12714   layout:
12715     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12716     layout: "plot-throughput"
12717
12718 # Packet Throughput - VPP IPv6 2n-skx-x710
12719 -
12720   type: "plot"
12721   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12722   algorithm: "plot_performance_box"
12723   output-file-type: ".html"
12724   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12725   data: "plot-vpp-throughput-latency-2n-skx"
12726   filter: "'NIC_Intel-X710' and
12727            '78B' and
12728            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12729            'NDRPDR' and
12730            '2T1C' and
12731            'IP6FWD' and
12732            not 'SRv6' and
12733            not 'IPSEC' and
12734            not 'VHOST'"
12735   parameters:
12736   - "throughput"
12737   - "parent"
12738   - "tags"
12739   sort:
12740   - "IP6BASE"
12741   - "FIB_20k"
12742   - "FIB_200k"
12743   - "FIB_2M"
12744   traces:
12745     hoverinfo: "x+y"
12746     boxpoints: "outliers"
12747     whiskerwidth: 0
12748   layout:
12749     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12750     layout: "plot-throughput"
12751
12752 -
12753   type: "plot"
12754   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12755   algorithm: "plot_performance_box"
12756   output-file-type: ".html"
12757   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12758   data: "plot-vpp-throughput-latency-2n-skx"
12759   filter: "'NIC_Intel-X710' and
12760            '78B' and
12761            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12762            'NDRPDR' and
12763            '2T1C' and
12764            'IP6FWD' and
12765            not 'SRv6' and
12766            not 'IPSEC' and
12767            not 'VHOST'"
12768   parameters:
12769   - "throughput"
12770   - "parent"
12771   - "tags"
12772   sort:
12773   - "IP6BASE"
12774   - "FIB_20k"
12775   - "FIB_200k"
12776   - "FIB_2M"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12783     layout: "plot-throughput"
12784
12785 -
12786   type: "plot"
12787   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12788   algorithm: "plot_performance_box"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12791   data: "plot-vpp-throughput-latency-2n-skx"
12792   filter: "'NIC_Intel-X710' and
12793            '78B' and
12794            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12795            'NDRPDR' and
12796            '4T2C' and
12797            'IP6FWD' and
12798            not 'SRv6' and
12799            not 'IPSEC' and
12800            not 'VHOST'"
12801   parameters:
12802   - "throughput"
12803   - "parent"
12804   - "tags"
12805   sort:
12806   - "IP6BASE"
12807   - "FIB_20k"
12808   - "FIB_200k"
12809   - "FIB_2M"
12810   traces:
12811     hoverinfo: "x+y"
12812     boxpoints: "outliers"
12813     whiskerwidth: 0
12814   layout:
12815     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12816     layout: "plot-throughput"
12817
12818 -
12819   type: "plot"
12820   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12821   algorithm: "plot_performance_box"
12822   output-file-type: ".html"
12823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12824   data: "plot-vpp-throughput-latency-2n-skx"
12825   filter: "'NIC_Intel-X710' and
12826            '78B' and
12827            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12828            'NDRPDR' and
12829            '4T2C' and
12830            'IP6FWD' and
12831            not 'SRv6' and
12832            not 'IPSEC' and
12833            not 'VHOST'"
12834   parameters:
12835   - "throughput"
12836   - "parent"
12837   - "tags"
12838   sort:
12839   - "IP6BASE"
12840   - "FIB_20k"
12841   - "FIB_200k"
12842   - "FIB_2M"
12843   traces:
12844     hoverinfo: "x+y"
12845     boxpoints: "outliers"
12846     whiskerwidth: 0
12847   layout:
12848     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12849     layout: "plot-throughput"
12850
12851 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12852 -
12853   type: "plot"
12854   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12855   algorithm: "plot_performance_box"
12856   output-file-type: ".html"
12857   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12858   data: "plot-vpp-throughput-latency-2n-skx"
12859   filter: "'NIC_Intel-XXV710' and
12860            '78B' and
12861            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12862            'NDRPDR' and
12863            '2T1C' and
12864            'IP6FWD' and
12865            not 'SRv6' and
12866            not 'IPSEC' and
12867            not 'VHOST'"
12868   parameters:
12869   - "throughput"
12870   - "parent"
12871   - "tags"
12872   sort:
12873   - "IP6BASE"
12874   - "FIB_20k"
12875   - "FIB_200k"
12876   - "FIB_2M"
12877   traces:
12878     hoverinfo: "x+y"
12879     boxpoints: "outliers"
12880     whiskerwidth: 0
12881   layout:
12882     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12883     layout: "plot-throughput"
12884
12885 -
12886   type: "plot"
12887   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12888   algorithm: "plot_performance_box"
12889   output-file-type: ".html"
12890   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12891   data: "plot-vpp-throughput-latency-2n-skx"
12892   filter: "'NIC_Intel-XXV710' and
12893            '78B' and
12894            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12895            'NDRPDR' and
12896            '2T1C' and
12897            'IP6FWD' and
12898            not 'SRv6' and
12899            not 'IPSEC' and
12900            not 'VHOST'"
12901   parameters:
12902   - "throughput"
12903   - "parent"
12904   - "tags"
12905   sort:
12906   - "IP6BASE"
12907   - "FIB_20k"
12908   - "FIB_200k"
12909   - "FIB_2M"
12910   traces:
12911     hoverinfo: "x+y"
12912     boxpoints: "outliers"
12913     whiskerwidth: 0
12914   layout:
12915     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12916     layout: "plot-throughput"
12917
12918 -
12919   type: "plot"
12920   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12921   algorithm: "plot_performance_box"
12922   output-file-type: ".html"
12923   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12924   data: "plot-vpp-throughput-latency-2n-skx"
12925   filter: "'NIC_Intel-XXV710' and
12926            '78B' and
12927            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12928            'NDRPDR' and
12929            '4T2C' and
12930            'IP6FWD' and
12931            not 'SRv6' and
12932            not 'IPSEC' and
12933            not 'VHOST'"
12934   parameters:
12935   - "throughput"
12936   - "parent"
12937   - "tags"
12938   sort:
12939   - "IP6BASE"
12940   - "FIB_20k"
12941   - "FIB_200k"
12942   - "FIB_2M"
12943   traces:
12944     hoverinfo: "x+y"
12945     boxpoints: "outliers"
12946     whiskerwidth: 0
12947   layout:
12948     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12949     layout: "plot-throughput"
12950
12951 -
12952   type: "plot"
12953   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12954   algorithm: "plot_performance_box"
12955   output-file-type: ".html"
12956   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12957   data: "plot-vpp-throughput-latency-2n-skx"
12958   filter: "'NIC_Intel-XXV710' and
12959            '78B' and
12960            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12961            'NDRPDR' and
12962            '4T2C' and
12963            'IP6FWD' and
12964            not 'SRv6' and
12965            not 'IPSEC' and
12966            not 'VHOST'"
12967   parameters:
12968   - "throughput"
12969   - "parent"
12970   - "tags"
12971   sort:
12972   - "IP6BASE"
12973   - "FIB_20k"
12974   - "FIB_200k"
12975   - "FIB_2M"
12976   traces:
12977     hoverinfo: "x+y"
12978     boxpoints: "outliers"
12979     whiskerwidth: 0
12980   layout:
12981     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12982     layout: "plot-throughput"
12983
12984 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12985 -
12986   type: "plot"
12987   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12988   algorithm: "plot_performance_box"
12989   output-file-type: ".html"
12990   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12991   data: "intel-dnv-vpp"
12992   filter: "'NIC_Intel-X553' and
12993            '78B' and
12994            'IP6BASE' and
12995            'NDRPDR' and
12996            '1T1C' and
12997            'IP6FWD' and
12998            not 'SRv6' and
12999            not 'IPSEC' and
13000            not 'VHOST'"
13001   parameters:
13002   - "throughput"
13003   - "parent"
13004   - "tags"
13005   sort:
13006   - "IP6BASE"
13007   traces:
13008     hoverinfo: "x+y"
13009     boxpoints: "outliers"
13010     whiskerwidth: 0
13011   layout:
13012     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13013     layout: "plot-throughput"
13014
13015 -
13016   type: "plot"
13017   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13018   algorithm: "plot_performance_box"
13019   output-file-type: ".html"
13020   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13021   data: "intel-dnv-vpp"
13022   filter: "'NIC_Intel-X553' and
13023            '78B' and
13024            'IP6BASE' and
13025            'NDRPDR' and
13026            '1T1C' and
13027            'IP6FWD' and
13028            not 'SRv6' and
13029            not 'IPSEC' and
13030            not 'VHOST'"
13031   parameters:
13032   - "throughput"
13033   - "parent"
13034   - "tags"
13035   sort:
13036   - "IP6BASE"
13037   traces:
13038     hoverinfo: "x+y"
13039     boxpoints: "outliers"
13040     whiskerwidth: 0
13041   layout:
13042     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13043     layout: "plot-throughput"
13044
13045 -
13046   type: "plot"
13047   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13048   algorithm: "plot_performance_box"
13049   output-file-type: ".html"
13050   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13051   data: "intel-dnv-vpp"
13052   filter: "'NIC_Intel-X553' and
13053            '78B' and
13054            'IP6BASE' and
13055            'NDRPDR' and
13056            '2T2C' and
13057            'IP6FWD' and
13058            not 'SRv6' and
13059            not 'IPSEC' and
13060            not 'VHOST'"
13061   parameters:
13062   - "throughput"
13063   - "parent"
13064   - "tags"
13065   sort:
13066   - "IP6BASE"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13073     layout: "plot-throughput"
13074
13075 -
13076   type: "plot"
13077   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13081   data: "intel-dnv-vpp"
13082   filter: "'NIC_Intel-X553' and
13083            '78B' and
13084            'IP6BASE' and
13085            'NDRPDR' and
13086            '2T2C' and
13087            'IP6FWD' and
13088            not 'SRv6' and
13089            not 'IPSEC' and
13090            not 'VHOST'"
13091   parameters:
13092   - "throughput"
13093   - "parent"
13094   - "tags"
13095   sort:
13096   - "IP6BASE"
13097   traces:
13098     hoverinfo: "x+y"
13099     boxpoints: "outliers"
13100     whiskerwidth: 0
13101   layout:
13102     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13103     layout: "plot-throughput"
13104
13105 ################################################################################
13106
13107 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13108 -
13109   type: "plot"
13110   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13111   algorithm: "plot_performance_box"
13112   output-file-type: ".html"
13113   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13114   data: "plot-vpp-throughput-latency-3n-hsw"
13115   filter: "'NIC_Intel-X520-DA2' and
13116            '78B' and
13117            'ENCAP' and
13118            'NDRPDR' and
13119            '1T1C' and
13120            'LISP' and
13121            not 'VHOST'"
13122   parameters:
13123   - "throughput"
13124   - "parent"
13125   - "tags"
13126   sort:
13127   - "IP4UNRLAY"
13128   - "IP6UNRLAY"
13129   traces:
13130     hoverinfo: "x+y"
13131     boxpoints: "outliers"
13132     whiskerwidth: 0
13133   layout:
13134     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13135     layout: "plot-throughput"
13136
13137 -
13138   type: "plot"
13139   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13140   algorithm: "plot_performance_box"
13141   output-file-type: ".html"
13142   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13143   data: "plot-vpp-throughput-latency-3n-hsw"
13144   filter: "'NIC_Intel-X520-DA2' and
13145            '78B' and
13146            'ENCAP' and
13147            'NDRPDR' and
13148            '1T1C' and
13149            'LISP' and
13150            not 'VHOST'"
13151   parameters:
13152   - "throughput"
13153   - "parent"
13154   - "tags"
13155   sort:
13156   - "IP4UNRLAY"
13157   - "IP6UNRLAY"
13158   traces:
13159     hoverinfo: "x+y"
13160     boxpoints: "outliers"
13161     whiskerwidth: 0
13162   layout:
13163     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13164     layout: "plot-throughput"
13165
13166 -
13167   type: "plot"
13168   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13169   algorithm: "plot_performance_box"
13170   output-file-type: ".html"
13171   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13172   data: "plot-vpp-throughput-latency-3n-hsw"
13173   filter: "'NIC_Intel-X520-DA2' and
13174            '78B' and
13175            'ENCAP' and
13176            'NDRPDR' and
13177            '2T2C' and
13178            'LISP' and
13179            not 'VHOST'"
13180   parameters:
13181   - "throughput"
13182   - "parent"
13183   - "tags"
13184   sort:
13185   - "IP4UNRLAY"
13186   - "IP6UNRLAY"
13187   traces:
13188     hoverinfo: "x+y"
13189     boxpoints: "outliers"
13190     whiskerwidth: 0
13191   layout:
13192     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13193     layout: "plot-throughput"
13194
13195 -
13196   type: "plot"
13197   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13198   algorithm: "plot_performance_box"
13199   output-file-type: ".html"
13200   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13201   data: "plot-vpp-throughput-latency-3n-hsw"
13202   filter: "'NIC_Intel-X520-DA2' and
13203            '78B' and
13204            'ENCAP' and
13205            'NDRPDR' and
13206            '2T2C' and
13207            'LISP' and
13208            not 'VHOST'"
13209   parameters:
13210   - "throughput"
13211   - "parent"
13212   - "tags"
13213   sort:
13214   - "IP4UNRLAY"
13215   - "IP6UNRLAY"
13216   traces:
13217     hoverinfo: "x+y"
13218     boxpoints: "outliers"
13219     whiskerwidth: 0
13220   layout:
13221     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13222     layout: "plot-throughput"
13223
13224 ################################################################################
13225
13226 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13227 -
13228   type: "plot"
13229   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13230   algorithm: "plot_performance_box"
13231   output-file-type: ".html"
13232   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13233   data: "plot-vpp-throughput-latency-3n-hsw"
13234   filter: "'NIC_Intel-XL710' and
13235            '64B' and
13236            'IP4FWD' and
13237            'NDRPDR' and
13238            'BASE' and
13239            '1T1C' and
13240            'IPSECHW' and
13241            ('IPSECTRAN' or 'IPSECTUN') and
13242            not 'VHOST'"
13243   parameters:
13244   - "throughput"
13245   - "parent"
13246   - "tags"
13247   traces:
13248     hoverinfo: "x+y"
13249     boxpoints: "outliers"
13250     whiskerwidth: 0
13251   layout:
13252     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13253     layout: "plot-throughput"
13254
13255 -
13256   type: "plot"
13257   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13258   algorithm: "plot_performance_box"
13259   output-file-type: ".html"
13260   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13261   data: "plot-vpp-throughput-latency-3n-hsw"
13262   filter: "'NIC_Intel-XL710' and
13263            '64B' and
13264            'IP4FWD' and
13265            'NDRPDR' and
13266            'BASE' and
13267            '1T1C' and
13268            'IPSECHW' and
13269            ('IPSECTRAN' or 'IPSECTUN') and
13270            not 'VHOST'"
13271   parameters:
13272   - "throughput"
13273   - "parent"
13274   - "tags"
13275   traces:
13276     hoverinfo: "x+y"
13277     boxpoints: "outliers"
13278     whiskerwidth: 0
13279   layout:
13280     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13281     layout: "plot-throughput"
13282
13283 -
13284   type: "plot"
13285   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13286   algorithm: "plot_performance_box"
13287   output-file-type: ".html"
13288   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13289   data: "plot-vpp-throughput-latency-3n-hsw"
13290   filter: "'NIC_Intel-XL710' and
13291            '64B' and
13292            'IP4FWD' and
13293            'NDRPDR' and
13294            'BASE' and
13295            '2T2C' and
13296            'IPSECHW' and
13297            ('IPSECTRAN' or 'IPSECTUN') and
13298            not 'VHOST'"
13299   parameters:
13300   - "throughput"
13301   - "parent"
13302   - "tags"
13303   traces:
13304     hoverinfo: "x+y"
13305     boxpoints: "outliers"
13306     whiskerwidth: 0
13307   layout:
13308     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13309     layout: "plot-throughput"
13310
13311 -
13312   type: "plot"
13313   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13314   algorithm: "plot_performance_box"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13317   data: "plot-vpp-throughput-latency-3n-hsw"
13318   filter: "'NIC_Intel-XL710' and
13319            '64B' and
13320            'IP4FWD' and
13321            'NDRPDR' and
13322            'BASE' and
13323            '2T2C' and
13324            'IPSECHW' and
13325            ('IPSECTRAN' or 'IPSECTUN') and
13326            not 'VHOST'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   traces:
13332     hoverinfo: "x+y"
13333     boxpoints: "outliers"
13334     whiskerwidth: 0
13335   layout:
13336     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13337     layout: "plot-throughput"
13338
13339 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13340 -
13341   type: "plot"
13342   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13343   algorithm: "plot_performance_box"
13344   output-file-type: ".html"
13345   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13346   data: "plot-vpp-throughput-latency-3n-hsw"
13347   filter: "'NIC_Intel-XL710' and
13348            '64B' and
13349            'IP4FWD' and
13350            'NDRPDR' and
13351            'SCALE' and
13352            '1T1C' and
13353            'IPSECHW' and
13354            ('IPSECTRAN' or 'IPSECTUN') and
13355            not 'VHOST'"
13356   parameters:
13357   - "throughput"
13358   - "parent"
13359   - "tags"
13360   traces:
13361     hoverinfo: "x+y"
13362     boxpoints: "outliers"
13363     whiskerwidth: 0
13364   layout:
13365     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13366     layout: "plot-throughput"
13367
13368 -
13369   type: "plot"
13370   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13371   algorithm: "plot_performance_box"
13372   output-file-type: ".html"
13373   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13374   data: "plot-vpp-throughput-latency-3n-hsw"
13375   filter: "'NIC_Intel-XL710' and
13376            '64B' and
13377            'IP4FWD' and
13378            'NDRPDR' and
13379            'SCALE' and
13380            '1T1C' and
13381            'IPSECHW' and
13382            ('IPSECTRAN' or 'IPSECTUN') and
13383            not 'VHOST'"
13384   parameters:
13385   - "throughput"
13386   - "parent"
13387   - "tags"
13388   traces:
13389     hoverinfo: "x+y"
13390     boxpoints: "outliers"
13391     whiskerwidth: 0
13392   layout:
13393     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13394     layout: "plot-throughput"
13395
13396 -
13397   type: "plot"
13398   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13399   algorithm: "plot_performance_box"
13400   output-file-type: ".html"
13401   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13402   data: "plot-vpp-throughput-latency-3n-hsw"
13403   filter: "'NIC_Intel-XL710' and
13404            '64B' and
13405            'IP4FWD' and
13406            'NDRPDR' and
13407            'SCALE' and
13408            '2T2C' and
13409            'IPSECHW' and
13410            ('IPSECTRAN' or 'IPSECTUN') and
13411            not 'VHOST'"
13412   parameters:
13413   - "throughput"
13414   - "parent"
13415   - "tags"
13416   traces:
13417     hoverinfo: "x+y"
13418     boxpoints: "outliers"
13419     whiskerwidth: 0
13420   layout:
13421     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13422     layout: "plot-throughput"
13423
13424 -
13425   type: "plot"
13426   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13427   algorithm: "plot_performance_box"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13430   data: "plot-vpp-throughput-latency-3n-hsw"
13431   filter: "'NIC_Intel-XL710' and
13432            '64B' and
13433            'IP4FWD' and
13434            'NDRPDR' and
13435            'SCALE' and
13436            '2T2C' and
13437            'IPSECHW' and
13438            ('IPSECTRAN' or 'IPSECTUN') and
13439            not 'VHOST'"
13440   parameters:
13441   - "throughput"
13442   - "parent"
13443   - "tags"
13444   traces:
13445     hoverinfo: "x+y"
13446     boxpoints: "outliers"
13447     whiskerwidth: 0
13448   layout:
13449     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13450     layout: "plot-throughput"
13451
13452 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13453 -
13454   type: "plot"
13455   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13456   algorithm: "plot_performance_box"
13457   output-file-type: ".html"
13458   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13459   data: "plot-vpp-throughput-latency-3n-hsw"
13460   filter: "'NIC_Intel-XL710' and
13461            '64B' and
13462            'IP4FWD' and
13463            'NDRPDR' and
13464            '1T1C' and
13465            'IPSECSW' and
13466            ('IPSECTRAN' or 'IPSECTUN') and
13467            not 'VHOST'"
13468   parameters:
13469   - "throughput"
13470   - "parent"
13471   - "tags"
13472   traces:
13473     hoverinfo: "x+y"
13474     boxpoints: "outliers"
13475     whiskerwidth: 0
13476   layout:
13477     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13478     layout: "plot-throughput"
13479
13480 -
13481   type: "plot"
13482   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13483   algorithm: "plot_performance_box"
13484   output-file-type: ".html"
13485   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13486   data: "plot-vpp-throughput-latency-3n-hsw"
13487   filter: "'NIC_Intel-XL710' and
13488            '64B' and
13489            'IP4FWD' and
13490            'NDRPDR' and
13491            '1T1C' and
13492            'IPSECSW' and
13493            ('IPSECTRAN' or 'IPSECTUN') and
13494            not 'VHOST'"
13495   parameters:
13496   - "throughput"
13497   - "parent"
13498   - "tags"
13499   traces:
13500     hoverinfo: "x+y"
13501     boxpoints: "outliers"
13502     whiskerwidth: 0
13503   layout:
13504     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13505     layout: "plot-throughput"
13506
13507 -
13508   type: "plot"
13509   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13510   algorithm: "plot_performance_box"
13511   output-file-type: ".html"
13512   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13513   data: "plot-vpp-throughput-latency-3n-hsw"
13514   filter: "'NIC_Intel-XL710' and
13515            '64B' and
13516            'IP4FWD' and
13517            'NDRPDR' and
13518            '2T2C' and
13519            'IPSECSW' and
13520            ('IPSECTRAN' or 'IPSECTUN') and
13521            not 'VHOST'"
13522   parameters:
13523   - "throughput"
13524   - "parent"
13525   - "tags"
13526   traces:
13527     hoverinfo: "x+y"
13528     boxpoints: "outliers"
13529     whiskerwidth: 0
13530   layout:
13531     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13532     layout: "plot-throughput"
13533
13534 -
13535   type: "plot"
13536   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13537   algorithm: "plot_performance_box"
13538   output-file-type: ".html"
13539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13540   data: "plot-vpp-throughput-latency-3n-hsw"
13541   filter: "'NIC_Intel-XL710' and
13542            '64B' and
13543            'IP4FWD' and
13544            'NDRPDR' and
13545            '2T2C' and
13546            'IPSECSW' and
13547            ('IPSECTRAN' or 'IPSECTUN') and
13548            not 'VHOST'"
13549   parameters:
13550   - "throughput"
13551   - "parent"
13552   - "tags"
13553   traces:
13554     hoverinfo: "x+y"
13555     boxpoints: "outliers"
13556     whiskerwidth: 0
13557   layout:
13558     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13559     layout: "plot-throughput"
13560
13561 ################################################################################
13562
13563 # Packet Throughput - VPP SRv6 3n-hsw-x520
13564 -
13565   type: "plot"
13566   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13567   algorithm: "plot_performance_box"
13568   output-file-type: ".html"
13569   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13570   data: "plot-vpp-throughput-latency-3n-hsw"
13571   filter: "'NIC_Intel-X520-DA2' and
13572            '78B' and
13573            'FEATURE' and
13574            'NDRPDR' and
13575            '1T1C' and
13576            'IP6FWD' and
13577            'SRv6'"
13578   parameters:
13579   - "throughput"
13580   - "parent"
13581   - "tags"
13582   traces:
13583     hoverinfo: "x+y"
13584     boxpoints: "outliers"
13585     whiskerwidth: 0
13586   layout:
13587     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13588     layout: "plot-throughput"
13589
13590 -
13591   type: "plot"
13592   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13593   algorithm: "plot_performance_box"
13594   output-file-type: ".html"
13595   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13596   data: "plot-vpp-throughput-latency-3n-hsw"
13597   filter: "'NIC_Intel-X520-DA2' and
13598            '78B' and
13599            'FEATURE' and
13600            'NDRPDR' and
13601            '1T1C' and
13602            'IP6FWD' and
13603            'SRv6'"
13604   parameters:
13605   - "throughput"
13606   - "parent"
13607   - "tags"
13608   traces:
13609     hoverinfo: "x+y"
13610     boxpoints: "outliers"
13611     whiskerwidth: 0
13612   layout:
13613     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13614     layout: "plot-throughput"
13615
13616 -
13617   type: "plot"
13618   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13619   algorithm: "plot_performance_box"
13620   output-file-type: ".html"
13621   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13622   data: "plot-vpp-throughput-latency-3n-hsw"
13623   filter: "'NIC_Intel-X520-DA2' and
13624            '78B' and
13625            'FEATURE' and
13626            'NDRPDR' and
13627            '2T2C' and
13628            'IP6FWD' and
13629            'SRv6'"
13630   parameters:
13631   - "throughput"
13632   - "parent"
13633   - "tags"
13634   traces:
13635     hoverinfo: "x+y"
13636     boxpoints: "outliers"
13637     whiskerwidth: 0
13638   layout:
13639     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13640     layout: "plot-throughput"
13641
13642 -
13643   type: "plot"
13644   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13645   algorithm: "plot_performance_box"
13646   output-file-type: ".html"
13647   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13648   data: "plot-vpp-throughput-latency-3n-hsw"
13649   filter: "'NIC_Intel-X520-DA2' and
13650            '78B' and
13651            'FEATURE' and
13652            'NDRPDR' and
13653            '2T2C' and
13654            'IP6FWD' and
13655            'SRv6'"
13656   parameters:
13657   - "throughput"
13658   - "parent"
13659   - "tags"
13660   traces:
13661     hoverinfo: "x+y"
13662     boxpoints: "outliers"
13663     whiskerwidth: 0
13664   layout:
13665     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13666     layout: "plot-throughput"
13667
13668 ################################################################################
13669
13670 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13671 -
13672   type: "plot"
13673   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13674   algorithm: "plot_performance_box"
13675   output-file-type: ".html"
13676   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13677   data: "plot-vpp-throughput-latency-3n-hsw"
13678   filter: "'NIC_Intel-X520-DA2' and
13679            '64B' and
13680            'NDRPDR' and
13681            'ETH' and
13682            'IP4FWD' and
13683            '1T1C' and
13684            'VHOST_1024' and
13685            not 'VXLAN' and
13686            not 'DOT1Q'"
13687   parameters:
13688   - "throughput"
13689   - "parent"
13690   - "tags"
13691   sort:
13692   - "not CFS_OPT"
13693   - "1VM"
13694   - "2VM"
13695   traces:
13696     hoverinfo: "x+y"
13697     boxpoints: "outliers"
13698     whiskerwidth: 0
13699   layout:
13700     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13701     layout: "plot-throughput"
13702
13703 -
13704   type: "plot"
13705   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13706   algorithm: "plot_performance_box"
13707   output-file-type: ".html"
13708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13709   data: "plot-vpp-throughput-latency-3n-hsw"
13710   filter: "'NIC_Intel-X520-DA2' and
13711            '64B' and
13712            'NDRPDR' and
13713            'ETH' and
13714            'IP4FWD' and
13715            '2T2C' and
13716            'VHOST_1024' and
13717            not 'VXLAN' and
13718            not 'DOT1Q'"
13719   parameters:
13720   - "throughput"
13721   - "parent"
13722   - "tags"
13723   sort:
13724   - "not CFS_OPT"
13725   - "1VM"
13726   - "2VM"
13727   traces:
13728     hoverinfo: "x+y"
13729     boxpoints: "outliers"
13730     whiskerwidth: 0
13731   layout:
13732     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13733     layout: "plot-throughput"
13734
13735 -
13736   type: "plot"
13737   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13738   algorithm: "plot_performance_box"
13739   output-file-type: ".html"
13740   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13741   data: "plot-vpp-throughput-latency-3n-hsw"
13742   filter: "'NIC_Intel-X520-DA2' and
13743            '64B' and
13744            'NDRPDR' and
13745            'ETH' and
13746            'IP4FWD' and
13747            '1T1C' and
13748            'VHOST_1024' and
13749            not 'VXLAN' and
13750            not 'DOT1Q'"
13751   parameters:
13752   - "throughput"
13753   - "parent"
13754   - "tags"
13755   sort:
13756   - "not CFS_OPT"
13757   - "1VM"
13758   - "2VM"
13759   traces:
13760     hoverinfo: "x+y"
13761     boxpoints: "outliers"
13762     whiskerwidth: 0
13763   layout:
13764     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13765     layout: "plot-throughput"
13766
13767 -
13768   type: "plot"
13769   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13770   algorithm: "plot_performance_box"
13771   output-file-type: ".html"
13772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13773   data: "plot-vpp-throughput-latency-3n-hsw"
13774   filter: "'NIC_Intel-X520-DA2' and
13775            '64B' and
13776            'NDRPDR' and
13777            'ETH' and
13778            'IP4FWD' and
13779            '2T2C' and
13780            'VHOST_1024' and
13781            not 'VXLAN' and
13782            not 'DOT1Q'"
13783   parameters:
13784   - "throughput"
13785   - "parent"
13786   - "tags"
13787   sort:
13788   - "not CFS_OPT"
13789   - "1VM"
13790   - "2VM"
13791   traces:
13792     hoverinfo: "x+y"
13793     boxpoints: "outliers"
13794     whiskerwidth: 0
13795   layout:
13796     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13797     layout: "plot-throughput"
13798
13799 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13800 -
13801   type: "plot"
13802   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13803   algorithm: "plot_performance_box"
13804   output-file-type: ".html"
13805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13806   data: "plot-vpp-throughput-latency-3n-hsw"
13807   filter: "'NIC_Intel-X520-DA2' and
13808            '64B' and
13809            'NDRPDR' and
13810            ('ETH' or 'DOT1Q') and
13811            '1T1C' and
13812            'L2BDMACLRN' and
13813            'VHOST_1024' and
13814            not 'VXLAN' and
13815            not 'IP4FWD' and
13816            not '2VM'"
13817   parameters:
13818   - "throughput"
13819   - "parent"
13820   - "tags"
13821 #  sort:
13822 #  - "VM"  # "not CFS_OPT"
13823 #  - "CFS_OPT"
13824 #  - "FIB_10K"
13825 #  - "FIB_100K"
13826 #  - "FIB_1M"
13827   traces:
13828     hoverinfo: "x+y"
13829     boxpoints: "outliers"
13830     whiskerwidth: 0
13831   layout:
13832     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13833     layout: "plot-throughput"
13834
13835 -
13836   type: "plot"
13837   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13838   algorithm: "plot_performance_box"
13839   output-file-type: ".html"
13840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13841   data: "plot-vpp-throughput-latency-3n-hsw"
13842   filter: "'NIC_Intel-X520-DA2' and
13843            '64B' and
13844            'NDRPDR' and
13845            ('ETH' or 'DOT1Q') and
13846            '2T2C' and
13847            'L2BDMACLRN' and
13848            'VHOST_1024' and
13849            not 'VXLAN' and
13850            not 'IP4FWD' and
13851            not '2VM'"
13852   parameters:
13853   - "throughput"
13854   - "parent"
13855   - "tags"
13856 #  sort:
13857 #  - "VM"  # "not CFS_OPT"
13858 #  - "CFS_OPT"
13859 #  - "FIB_10K"
13860 #  - "FIB_100K"
13861 #  - "FIB_1M"
13862   traces:
13863     hoverinfo: "x+y"
13864     boxpoints: "outliers"
13865     whiskerwidth: 0
13866   layout:
13867     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13868     layout: "plot-throughput"
13869
13870 -
13871   type: "plot"
13872   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13873   algorithm: "plot_performance_box"
13874   output-file-type: ".html"
13875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13876   data: "plot-vpp-throughput-latency-3n-hsw"
13877   filter: "'NIC_Intel-X520-DA2' and
13878            '64B' and
13879            'NDRPDR' and
13880            ('ETH' or 'DOT1Q') and
13881            '1T1C' and
13882            'L2BDMACLRN' and
13883            'VHOST_1024' and
13884            not 'VXLAN' and
13885            not 'IP4FWD' and
13886            not '2VM'"
13887   parameters:
13888   - "throughput"
13889   - "parent"
13890   - "tags"
13891 #  sort:
13892 #  - "VM"  # "not CFS_OPT"
13893 #  - "CFS_OPT"
13894 #  - "FIB_10K"
13895 #  - "FIB_100K"
13896 #  - "FIB_1M"
13897   traces:
13898     hoverinfo: "x+y"
13899     boxpoints: "outliers"
13900     whiskerwidth: 0
13901   layout:
13902     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13903     layout: "plot-throughput"
13904
13905 -
13906   type: "plot"
13907   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13908   algorithm: "plot_performance_box"
13909   output-file-type: ".html"
13910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13911   data: "plot-vpp-throughput-latency-3n-hsw"
13912   filter: "'NIC_Intel-X520-DA2' and
13913            '64B' and
13914            'NDRPDR' and
13915            ('ETH' or 'DOT1Q') and
13916            '2T2C' and
13917            'L2BDMACLRN' and
13918            'VHOST_1024' and
13919            not 'VXLAN' and
13920            not 'IP4FWD' and
13921            not '2VM'"
13922   parameters:
13923   - "throughput"
13924   - "parent"
13925   - "tags"
13926 #  sort:
13927 #  - "VM"  # "not CFS_OPT"
13928 #  - "CFS_OPT"
13929 #  - "FIB_10K"
13930 #  - "FIB_100K"
13931 #  - "FIB_1M"
13932   traces:
13933     hoverinfo: "x+y"
13934     boxpoints: "outliers"
13935     whiskerwidth: 0
13936   layout:
13937     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13938     layout: "plot-throughput"
13939
13940 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13941 -
13942   type: "plot"
13943   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13944   algorithm: "plot_performance_box"
13945   output-file-type: ".html"
13946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13947   data: "plot-vpp-throughput-latency-3n-hsw"
13948   filter: "'NIC_Intel-X520-DA2' and
13949            '64B' and
13950            'NDRPDR' and
13951            ('ETH' or 'DOT1Q') and
13952            'BASE' and
13953            '1T1C' and
13954            ('L2BDMACLRN' or 'L2XCFWD') and
13955            'VHOST_1024' and
13956            not 'VXLAN' and
13957            not 'IP4FWD' and
13958            not '2VM'"
13959   parameters:
13960   - "throughput"
13961   - "parent"
13962   - "tags"
13963 #  sort:
13964 #  - "not CFS_OPT"
13965 #  - "L2XCFWD"
13966 #  - "not CFS_OPT"
13967 #  - "CFS_OPT"
13968   traces:
13969     hoverinfo: "x+y"
13970     boxpoints: "outliers"
13971     whiskerwidth: 0
13972   layout:
13973     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13974     layout: "plot-throughput"
13975
13976 -
13977   type: "plot"
13978   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13979   algorithm: "plot_performance_box"
13980   output-file-type: ".html"
13981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13982   data: "plot-vpp-throughput-latency-3n-hsw"
13983   filter: "'NIC_Intel-X520-DA2' and
13984            '64B' and
13985            'NDRPDR' and
13986            ('ETH' or 'DOT1Q') and
13987            'BASE' and
13988            '1T1C' and
13989            ('L2BDMACLRN' or 'L2XCFWD') and
13990            'VHOST_1024' and
13991            not 'VXLAN' and
13992            not 'IP4FWD' and
13993            not '2VM'"
13994   parameters:
13995   - "throughput"
13996   - "parent"
13997   - "tags"
13998 #  sort:
13999 #  - "not CFS_OPT"
14000 #  - "L2XCFWD"
14001 #  - "not CFS_OPT"
14002 #  - "CFS_OPT"
14003   traces:
14004     hoverinfo: "x+y"
14005     boxpoints: "outliers"
14006     whiskerwidth: 0
14007   layout:
14008     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14009     layout: "plot-throughput"
14010
14011 -
14012   type: "plot"
14013   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14014   algorithm: "plot_performance_box"
14015   output-file-type: ".html"
14016   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14017   data: "plot-vpp-throughput-latency-3n-hsw"
14018   filter: "'NIC_Intel-X520-DA2' and
14019            '64B' and
14020            'NDRPDR' and
14021            ('ETH' or 'DOT1Q') and
14022            'BASE' and
14023            '2T2C' and
14024            ('L2BDMACLRN' or 'L2XCFWD') and
14025            'VHOST_1024' and
14026            not 'VXLAN' and
14027            not 'IP4FWD' and
14028            not '2VM'"
14029   parameters:
14030   - "throughput"
14031   - "parent"
14032   - "tags"
14033 #  sort:
14034 #  - "not CFS_OPT"
14035 #  - "L2XCFWD"
14036 #  - "not CFS_OPT"
14037 #  - "CFS_OPT"
14038   traces:
14039     hoverinfo: "x+y"
14040     boxpoints: "outliers"
14041     whiskerwidth: 0
14042   layout:
14043     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14044     layout: "plot-throughput"
14045
14046 -
14047   type: "plot"
14048   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14049   algorithm: "plot_performance_box"
14050   output-file-type: ".html"
14051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14052   data: "plot-vpp-throughput-latency-3n-hsw"
14053   filter: "'NIC_Intel-X520-DA2' and
14054            '64B' and
14055            'NDRPDR' and
14056            ('ETH' or 'DOT1Q') and
14057            'BASE' and
14058            '2T2C' and
14059            ('L2BDMACLRN' or 'L2XCFWD') and
14060            'VHOST_1024' and
14061            not 'VXLAN' and
14062            not 'IP4FWD' and
14063            not '2VM'"
14064   parameters:
14065   - "throughput"
14066   - "parent"
14067   - "tags"
14068 #  sort:
14069 #  - "not CFS_OPT"
14070 #  - "L2XCFWD"
14071 #  - "not CFS_OPT"
14072 #  - "CFS_OPT"
14073   traces:
14074     hoverinfo: "x+y"
14075     boxpoints: "outliers"
14076     whiskerwidth: 0
14077   layout:
14078     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14079     layout: "plot-throughput"
14080
14081 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14082 -
14083   type: "plot"
14084   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14085   algorithm: "plot_performance_box"
14086   output-file-type: ".html"
14087   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14088   data: "plot-vpp-throughput-latency-3n-hsw"
14089   filter: "'NIC_Intel-X520-DA2' and
14090            '64B' and
14091            'NDRPDR' and
14092            ('ETH' or 'DOT1Q') and
14093            '1T1C' and
14094            ('L2BDMACLRN' or 'L2XCFWD') and
14095            'VHOST_1024' and
14096            not 'CFS_OPT' and
14097            not 'VXLAN' and
14098            not 'IP4FWD' and
14099            not 'LBOND'"
14100   parameters:
14101   - "throughput"
14102   - "parent"
14103   - "tags"
14104 #  sort:
14105 #  - "1VM"
14106 #  - "L2XCFWD"
14107 #  - "1VM"
14108 #  - "L2BDMACLRN"
14109   traces:
14110     hoverinfo: "x+y"
14111     boxpoints: "outliers"
14112     whiskerwidth: 0
14113   layout:
14114     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14115     layout: "plot-throughput"
14116
14117 -
14118   type: "plot"
14119   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14120   algorithm: "plot_performance_box"
14121   output-file-type: ".html"
14122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14123   data: "plot-vpp-throughput-latency-3n-hsw"
14124   filter: "'NIC_Intel-X520-DA2' and
14125            '64B' and
14126            'NDRPDR' and
14127            ('ETH' or 'DOT1Q') and
14128            '1T1C' and
14129            ('L2BDMACLRN' or 'L2XCFWD') and
14130            'VHOST_1024' and
14131            not 'CFS_OPT' and
14132            not 'VXLAN' and
14133            not 'IP4FWD' and
14134            not 'LBOND'"
14135   parameters:
14136   - "throughput"
14137   - "parent"
14138   - "tags"
14139 #  sort:
14140 #  - "1VM"
14141 #  - "L2XCFWD"
14142 #  - "1VM"
14143 #  - "L2BDMACLRN"
14144   traces:
14145     hoverinfo: "x+y"
14146     boxpoints: "outliers"
14147     whiskerwidth: 0
14148   layout:
14149     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14150     layout: "plot-throughput"
14151
14152 -
14153   type: "plot"
14154   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14155   algorithm: "plot_performance_box"
14156   output-file-type: ".html"
14157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14158   data: "plot-vpp-throughput-latency-3n-hsw"
14159   filter: "'NIC_Intel-X520-DA2' and
14160            '64B' and
14161            'NDRPDR' and
14162            ('ETH' or 'DOT1Q') and
14163            '2T2C' and
14164            ('L2BDMACLRN' or 'L2XCFWD') and
14165            'VHOST_1024' and
14166            not 'CFS_OPT' and
14167            not 'VXLAN' and
14168            not 'IP4FWD' and
14169            not 'LBOND'"
14170   parameters:
14171   - "throughput"
14172   - "parent"
14173   - "tags"
14174 #  sort:
14175 #  - "1VM"
14176 #  - "L2XCFWD"
14177 #  - "1VM"
14178 #  - "L2BDMACLRN"
14179   traces:
14180     hoverinfo: "x+y"
14181     boxpoints: "outliers"
14182     whiskerwidth: 0
14183   layout:
14184     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14185     layout: "plot-throughput"
14186
14187 -
14188   type: "plot"
14189   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14190   algorithm: "plot_performance_box"
14191   output-file-type: ".html"
14192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14193   data: "plot-vpp-throughput-latency-3n-hsw"
14194   filter: "'NIC_Intel-X520-DA2' and
14195            '64B' and
14196            'NDRPDR' and
14197            ('ETH' or 'DOT1Q') and
14198            '2T2C' and
14199            ('L2BDMACLRN' or 'L2XCFWD') and
14200            'VHOST_1024' and
14201            not 'CFS_OPT' and
14202            not 'VXLAN' and
14203            not 'IP4FWD' and
14204            not 'LBOND'"
14205   parameters:
14206   - "throughput"
14207   - "parent"
14208   - "tags"
14209 #  sort:
14210 #  - "1VM"
14211 #  - "L2XCFWD"
14212 #  - "1VM"
14213 #  - "L2BDMACLRN"
14214   traces:
14215     hoverinfo: "x+y"
14216     boxpoints: "outliers"
14217     whiskerwidth: 0
14218   layout:
14219     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14220     layout: "plot-throughput"
14221
14222 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14223 -
14224   type: "plot"
14225   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14226   algorithm: "plot_performance_box"
14227   output-file-type: ".html"
14228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14229   data: "plot-vpp-throughput-latency-3n-hsw"
14230   filter: "'NIC_Intel-X710' and
14231            '64B' and
14232            'NDRPDR' and
14233            'ETH' and
14234            'IP4FWD' and
14235            '1T1C' and
14236            'VHOST_1024' and
14237            not 'VXLAN' and
14238            not 'DOT1Q'"
14239   parameters:
14240   - "throughput"
14241   - "parent"
14242   - "tags"
14243   sort:
14244   - "not CFS_OPT"
14245   - "1VM"
14246   - "2VM"
14247   traces:
14248     hoverinfo: "x+y"
14249     boxpoints: "outliers"
14250     whiskerwidth: 0
14251   layout:
14252     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14253     layout: "plot-throughput"
14254
14255 -
14256   type: "plot"
14257   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14258   algorithm: "plot_performance_box"
14259   output-file-type: ".html"
14260   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14261   data: "plot-vpp-throughput-latency-3n-hsw"
14262   filter: "'NIC_Intel-X710' and
14263            '64B' and
14264            'NDRPDR' and
14265            'ETH' and
14266            'IP4FWD' and
14267            '2T2C' and
14268            'VHOST_1024' and
14269            not 'VXLAN' and
14270            not 'DOT1Q'"
14271   parameters:
14272   - "throughput"
14273   - "parent"
14274   - "tags"
14275   sort:
14276   - "not CFS_OPT"
14277   - "1VM"
14278   - "2VM"
14279   traces:
14280     hoverinfo: "x+y"
14281     boxpoints: "outliers"
14282     whiskerwidth: 0
14283   layout:
14284     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14285     layout: "plot-throughput"
14286
14287 -
14288   type: "plot"
14289   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14290   algorithm: "plot_performance_box"
14291   output-file-type: ".html"
14292   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14293   data: "plot-vpp-throughput-latency-3n-hsw"
14294   filter: "'NIC_Intel-X710' and
14295            '64B' and
14296            'NDRPDR' and
14297            'ETH' and
14298            'IP4FWD' and
14299            '1T1C' and
14300            'VHOST_1024' and
14301            not 'VXLAN' and
14302            not 'DOT1Q'"
14303   parameters:
14304   - "throughput"
14305   - "parent"
14306   - "tags"
14307   sort:
14308   - "not CFS_OPT"
14309   - "1VM"
14310   - "2VM"
14311   traces:
14312     hoverinfo: "x+y"
14313     boxpoints: "outliers"
14314     whiskerwidth: 0
14315   layout:
14316     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14317     layout: "plot-throughput"
14318
14319 -
14320   type: "plot"
14321   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14322   algorithm: "plot_performance_box"
14323   output-file-type: ".html"
14324   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14325   data: "plot-vpp-throughput-latency-3n-hsw"
14326   filter: "'NIC_Intel-X710' and
14327            '64B' and
14328            'NDRPDR' and
14329            'ETH' and
14330            'IP4FWD' and
14331            '2T2C' and
14332            'VHOST_1024' and
14333            not 'VXLAN' and
14334            not 'DOT1Q'"
14335   parameters:
14336   - "throughput"
14337   - "parent"
14338   - "tags"
14339   sort:
14340   - "not CFS_OPT"
14341   - "1VM"
14342   - "2VM"
14343   traces:
14344     hoverinfo: "x+y"
14345     boxpoints: "outliers"
14346     whiskerwidth: 0
14347   layout:
14348     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14349     layout: "plot-throughput"
14350
14351 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14352 -
14353   type: "plot"
14354   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14355   algorithm: "plot_performance_box"
14356   output-file-type: ".html"
14357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14358   data: "plot-vpp-throughput-latency-3n-hsw"
14359   filter: "'NIC_Intel-X710' and
14360            '64B' and
14361            'NDRPDR' and
14362            ('ETH' or 'DOT1Q') and
14363            '1T1C' and
14364            'L2BDMACLRN' and
14365            'VHOST_1024' and
14366            not 'VXLAN' and
14367            not 'IP4FWD' and
14368            not '2VM'"
14369   parameters:
14370   - "throughput"
14371   - "parent"
14372   - "tags"
14373 #  sort:
14374 #  - "VM"  # "not CFS_OPT"
14375 #  - "CFS_OPT"
14376 #  - "FIB_10K"
14377 #  - "FIB_100K"
14378 #  - "FIB_1M"
14379   traces:
14380     hoverinfo: "x+y"
14381     boxpoints: "outliers"
14382     whiskerwidth: 0
14383   layout:
14384     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14385     layout: "plot-throughput"
14386
14387 -
14388   type: "plot"
14389   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14390   algorithm: "plot_performance_box"
14391   output-file-type: ".html"
14392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14393   data: "plot-vpp-throughput-latency-3n-hsw"
14394   filter: "'NIC_Intel-X710' and
14395            '64B' and
14396            'NDRPDR' and
14397            ('ETH' or 'DOT1Q') and
14398            '2T2C' and
14399            'L2BDMACLRN' and
14400            'VHOST_1024' and
14401            not 'VXLAN' and
14402            not 'IP4FWD' and
14403            not '2VM'"
14404   parameters:
14405   - "throughput"
14406   - "parent"
14407   - "tags"
14408 #  sort:
14409 #  - "VM"  # "not CFS_OPT"
14410 #  - "CFS_OPT"
14411 #  - "FIB_10K"
14412 #  - "FIB_100K"
14413 #  - "FIB_1M"
14414   traces:
14415     hoverinfo: "x+y"
14416     boxpoints: "outliers"
14417     whiskerwidth: 0
14418   layout:
14419     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14420     layout: "plot-throughput"
14421
14422 -
14423   type: "plot"
14424   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14425   algorithm: "plot_performance_box"
14426   output-file-type: ".html"
14427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14428   data: "plot-vpp-throughput-latency-3n-hsw"
14429   filter: "'NIC_Intel-X710' and
14430            '64B' and
14431            'NDRPDR' and
14432            ('ETH' or 'DOT1Q') and
14433            '1T1C' and
14434            'L2BDMACLRN' and
14435            'VHOST_1024' and
14436            not 'VXLAN' and
14437            not 'IP4FWD' and
14438            not '2VM'"
14439   parameters:
14440   - "throughput"
14441   - "parent"
14442   - "tags"
14443 #  sort:
14444 #  - "VM"  # "not CFS_OPT"
14445 #  - "CFS_OPT"
14446 #  - "FIB_10K"
14447 #  - "FIB_100K"
14448 #  - "FIB_1M"
14449   traces:
14450     hoverinfo: "x+y"
14451     boxpoints: "outliers"
14452     whiskerwidth: 0
14453   layout:
14454     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14455     layout: "plot-throughput"
14456
14457 -
14458   type: "plot"
14459   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14460   algorithm: "plot_performance_box"
14461   output-file-type: ".html"
14462   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14463   data: "plot-vpp-throughput-latency-3n-hsw"
14464   filter: "'NIC_Intel-X710' and
14465            '64B' and
14466            'NDRPDR' and
14467            ('ETH' or 'DOT1Q') and
14468            '2T2C' and
14469            'L2BDMACLRN' and
14470            'VHOST_1024' and
14471            not 'VXLAN' and
14472            not 'IP4FWD' and
14473            not '2VM'"
14474   parameters:
14475   - "throughput"
14476   - "parent"
14477   - "tags"
14478 #  sort:
14479 #  - "VM"  # "not CFS_OPT"
14480 #  - "CFS_OPT"
14481 #  - "FIB_10K"
14482 #  - "FIB_100K"
14483 #  - "FIB_1M"
14484   traces:
14485     hoverinfo: "x+y"
14486     boxpoints: "outliers"
14487     whiskerwidth: 0
14488   layout:
14489     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14490     layout: "plot-throughput"
14491
14492 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14493 -
14494   type: "plot"
14495   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14496   algorithm: "plot_performance_box"
14497   output-file-type: ".html"
14498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14499   data: "plot-vpp-throughput-latency-3n-hsw"
14500   filter: "'NIC_Intel-X710' and
14501            '64B' and
14502            'NDRPDR' and
14503            ('ETH' or 'DOT1Q') and
14504            'BASE' and
14505            '1T1C' and
14506            ('L2BDMACLRN' or 'L2XCFWD') and
14507            'VHOST_1024' and
14508            not 'VXLAN' and
14509            not 'IP4FWD' and
14510            not '2VM'"
14511   parameters:
14512   - "throughput"
14513   - "parent"
14514   - "tags"
14515 #  sort:
14516 #  - "not CFS_OPT"
14517 #  - "L2XCFWD"
14518 #  - "not CFS_OPT"
14519 #  - "CFS_OPT"
14520   traces:
14521     hoverinfo: "x+y"
14522     boxpoints: "outliers"
14523     whiskerwidth: 0
14524   layout:
14525     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14526     layout: "plot-throughput"
14527
14528 -
14529   type: "plot"
14530   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14534   data: "plot-vpp-throughput-latency-3n-hsw"
14535   filter: "'NIC_Intel-X710' and
14536            '64B' and
14537            'NDRPDR' and
14538            ('ETH' or 'DOT1Q') and
14539            'BASE' and
14540            '1T1C' and
14541            ('L2BDMACLRN' or 'L2XCFWD') and
14542            'VHOST_1024' and
14543            not 'VXLAN' and
14544            not 'IP4FWD' and
14545            not '2VM'"
14546   parameters:
14547   - "throughput"
14548   - "parent"
14549   - "tags"
14550 #  sort:
14551 #  - "not CFS_OPT"
14552 #  - "L2XCFWD"
14553 #  - "not CFS_OPT"
14554 #  - "CFS_OPT"
14555   traces:
14556     hoverinfo: "x+y"
14557     boxpoints: "outliers"
14558     whiskerwidth: 0
14559   layout:
14560     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14561     layout: "plot-throughput"
14562
14563 -
14564   type: "plot"
14565   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14566   algorithm: "plot_performance_box"
14567   output-file-type: ".html"
14568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14569   data: "plot-vpp-throughput-latency-3n-hsw"
14570   filter: "'NIC_Intel-X710' and
14571            '64B' and
14572            'NDRPDR' and
14573            ('ETH' or 'DOT1Q') and
14574            'BASE' and
14575            '2T2C' and
14576            ('L2BDMACLRN' or 'L2XCFWD') and
14577            'VHOST_1024' and
14578            not 'VXLAN' and
14579            not 'IP4FWD' and
14580            not '2VM'"
14581   parameters:
14582   - "throughput"
14583   - "parent"
14584   - "tags"
14585 #  sort:
14586 #  - "not CFS_OPT"
14587 #  - "L2XCFWD"
14588 #  - "not CFS_OPT"
14589 #  - "CFS_OPT"
14590   traces:
14591     hoverinfo: "x+y"
14592     boxpoints: "outliers"
14593     whiskerwidth: 0
14594   layout:
14595     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14596     layout: "plot-throughput"
14597
14598 -
14599   type: "plot"
14600   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14601   algorithm: "plot_performance_box"
14602   output-file-type: ".html"
14603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14604   data: "plot-vpp-throughput-latency-3n-hsw"
14605   filter: "'NIC_Intel-X710' and
14606            '64B' and
14607            'NDRPDR' and
14608            ('ETH' or 'DOT1Q') and
14609            'BASE' and
14610            '2T2C' and
14611            ('L2BDMACLRN' or 'L2XCFWD') and
14612            'VHOST_1024' and
14613            not 'VXLAN' and
14614            not 'IP4FWD' and
14615            not '2VM'"
14616   parameters:
14617   - "throughput"
14618   - "parent"
14619   - "tags"
14620 #  sort:
14621 #  - "not CFS_OPT"
14622 #  - "L2XCFWD"
14623 #  - "not CFS_OPT"
14624 #  - "CFS_OPT"
14625   traces:
14626     hoverinfo: "x+y"
14627     boxpoints: "outliers"
14628     whiskerwidth: 0
14629   layout:
14630     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14631     layout: "plot-throughput"
14632
14633 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14634 -
14635   type: "plot"
14636   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14637   algorithm: "plot_performance_box"
14638   output-file-type: ".html"
14639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14640   data: "plot-vpp-throughput-latency-3n-hsw"
14641   filter: "'NIC_Intel-X710' and
14642            '64B' and
14643            'NDRPDR' and
14644            ('ETH' or 'DOT1Q') and
14645            '1T1C' and
14646            ('L2BDMACLRN' or 'L2XCFWD') and
14647            'VHOST_1024' and
14648            not 'CFS_OPT' and
14649            not 'VXLAN' and
14650            not 'IP4FWD' and
14651            not 'LBOND'"
14652   parameters:
14653   - "throughput"
14654   - "parent"
14655   - "tags"
14656 #  sort:
14657 #  - "1VM"
14658 #  - "L2XCFWD"
14659 #  - "1VM"
14660 #  - "L2BDMACLRN"
14661   traces:
14662     hoverinfo: "x+y"
14663     boxpoints: "outliers"
14664     whiskerwidth: 0
14665   layout:
14666     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14667     layout: "plot-throughput"
14668
14669 -
14670   type: "plot"
14671   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14672   algorithm: "plot_performance_box"
14673   output-file-type: ".html"
14674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14675   data: "plot-vpp-throughput-latency-3n-hsw"
14676   filter: "'NIC_Intel-X710' and
14677            '64B' and
14678            'NDRPDR' and
14679            ('ETH' or 'DOT1Q') and
14680            '1T1C' and
14681            ('L2BDMACLRN' or 'L2XCFWD') and
14682            'VHOST_1024' and
14683            not 'CFS_OPT' and
14684            not 'VXLAN' and
14685            not 'IP4FWD' and
14686            not 'LBOND'"
14687   parameters:
14688   - "throughput"
14689   - "parent"
14690   - "tags"
14691 #  sort:
14692 #  - "1VM"
14693 #  - "L2XCFWD"
14694 #  - "1VM"
14695 #  - "L2BDMACLRN"
14696   traces:
14697     hoverinfo: "x+y"
14698     boxpoints: "outliers"
14699     whiskerwidth: 0
14700   layout:
14701     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14702     layout: "plot-throughput"
14703
14704 -
14705   type: "plot"
14706   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14707   algorithm: "plot_performance_box"
14708   output-file-type: ".html"
14709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14710   data: "plot-vpp-throughput-latency-3n-hsw"
14711   filter: "'NIC_Intel-X710' and
14712            '64B' and
14713            'NDRPDR' and
14714            ('ETH' or 'DOT1Q') and
14715            '2T2C' and
14716            ('L2BDMACLRN' or 'L2XCFWD') and
14717            'VHOST_1024' and
14718            not 'CFS_OPT' and
14719            not 'VXLAN' and
14720            not 'IP4FWD' and
14721            not 'LBOND'"
14722   parameters:
14723   - "throughput"
14724   - "parent"
14725   - "tags"
14726 #  sort:
14727 #  - "1VM"
14728 #  - "L2XCFWD"
14729 #  - "1VM"
14730 #  - "L2BDMACLRN"
14731   traces:
14732     hoverinfo: "x+y"
14733     boxpoints: "outliers"
14734     whiskerwidth: 0
14735   layout:
14736     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14737     layout: "plot-throughput"
14738
14739 -
14740   type: "plot"
14741   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14745   data: "plot-vpp-throughput-latency-3n-hsw"
14746   filter: "'NIC_Intel-X710' and
14747            '64B' and
14748            'NDRPDR' and
14749            ('ETH' or 'DOT1Q') and
14750            '2T2C' and
14751            ('L2BDMACLRN' or 'L2XCFWD') and
14752            'VHOST_1024' and
14753            not 'CFS_OPT' and
14754            not 'VXLAN' and
14755            not 'IP4FWD' and
14756            not 'LBOND'"
14757   parameters:
14758   - "throughput"
14759   - "parent"
14760   - "tags"
14761 #  sort:
14762 #  - "1VM"
14763 #  - "L2XCFWD"
14764 #  - "1VM"
14765 #  - "L2BDMACLRN"
14766   traces:
14767     hoverinfo: "x+y"
14768     boxpoints: "outliers"
14769     whiskerwidth: 0
14770   layout:
14771     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14772     layout: "plot-throughput"
14773
14774 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14775 -
14776   type: "plot"
14777   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14778   algorithm: "plot_performance_box"
14779   output-file-type: ".html"
14780   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14781   data: "plot-vpp-throughput-latency-3n-hsw"
14782   filter: "'NIC_Intel-XL710' and
14783            '64B' and
14784            'NDRPDR' and
14785            'ETH' and
14786            'IP4FWD' and
14787            '1T1C' and
14788            'VHOST_1024' and
14789            not 'VXLAN' and
14790            not 'DOT1Q'"
14791   parameters:
14792   - "throughput"
14793   - "parent"
14794   - "tags"
14795   sort:
14796   - "not CFS_OPT"
14797   - "1VM"
14798   - "2VM"
14799   traces:
14800     hoverinfo: "x+y"
14801     boxpoints: "outliers"
14802     whiskerwidth: 0
14803   layout:
14804     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14805     layout: "plot-throughput"
14806
14807 -
14808   type: "plot"
14809   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14810   algorithm: "plot_performance_box"
14811   output-file-type: ".html"
14812   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14813   data: "plot-vpp-throughput-latency-3n-hsw"
14814   filter: "'NIC_Intel-XL710' and
14815            '64B' and
14816            'NDRPDR' and
14817            'ETH' and
14818            'IP4FWD' and
14819            '2T2C' and
14820            'VHOST_1024' and
14821            not 'VXLAN' and
14822            not 'DOT1Q'"
14823   parameters:
14824   - "throughput"
14825   - "parent"
14826   - "tags"
14827   sort:
14828   - "not CFS_OPT"
14829   - "1VM"
14830   - "2VM"
14831   traces:
14832     hoverinfo: "x+y"
14833     boxpoints: "outliers"
14834     whiskerwidth: 0
14835   layout:
14836     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14837     layout: "plot-throughput"
14838
14839 -
14840   type: "plot"
14841   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14842   algorithm: "plot_performance_box"
14843   output-file-type: ".html"
14844   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14845   data: "plot-vpp-throughput-latency-3n-hsw"
14846   filter: "'NIC_Intel-XL710' and
14847            '64B' and
14848            'NDRPDR' and
14849            'ETH' and
14850            'IP4FWD' and
14851            '1T1C' and
14852            'VHOST_1024' and
14853            not 'VXLAN' and
14854            not 'DOT1Q'"
14855   parameters:
14856   - "throughput"
14857   - "parent"
14858   - "tags"
14859   sort:
14860   - "not CFS_OPT"
14861   - "1VM"
14862   - "2VM"
14863   traces:
14864     hoverinfo: "x+y"
14865     boxpoints: "outliers"
14866     whiskerwidth: 0
14867   layout:
14868     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14869     layout: "plot-throughput"
14870
14871 -
14872   type: "plot"
14873   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14874   algorithm: "plot_performance_box"
14875   output-file-type: ".html"
14876   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14877   data: "plot-vpp-throughput-latency-3n-hsw"
14878   filter: "'NIC_Intel-XL710' and
14879            '64B' and
14880            'NDRPDR' and
14881            'ETH' and
14882            'IP4FWD' and
14883            '2T2C' and
14884            'VHOST_1024' and
14885            not 'VXLAN' and
14886            not 'DOT1Q'"
14887   parameters:
14888   - "throughput"
14889   - "parent"
14890   - "tags"
14891   sort:
14892   - "not CFS_OPT"
14893   - "1VM"
14894   - "2VM"
14895   traces:
14896     hoverinfo: "x+y"
14897     boxpoints: "outliers"
14898     whiskerwidth: 0
14899   layout:
14900     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14901     layout: "plot-throughput"
14902
14903 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14904 -
14905   type: "plot"
14906   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14907   algorithm: "plot_performance_box"
14908   output-file-type: ".html"
14909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14910   data: "plot-vpp-throughput-latency-3n-hsw"
14911   filter: "'NIC_Intel-XL710' and
14912            '64B' and
14913            'NDRPDR' and
14914            ('ETH' or 'DOT1Q') and
14915            '1T1C' and
14916            'L2BDMACLRN' and
14917            'VHOST_1024' and
14918            not 'VXLAN' and
14919            not 'IP4FWD' and
14920            not '2VM'"
14921   parameters:
14922   - "throughput"
14923   - "parent"
14924   - "tags"
14925 #  sort:
14926 #  - "VM"  # "not CFS_OPT"
14927 #  - "CFS_OPT"
14928 #  - "FIB_10K"
14929 #  - "FIB_100K"
14930 #  - "FIB_1M"
14931   traces:
14932     hoverinfo: "x+y"
14933     boxpoints: "outliers"
14934     whiskerwidth: 0
14935   layout:
14936     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14937     layout: "plot-throughput"
14938
14939 -
14940   type: "plot"
14941   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14942   algorithm: "plot_performance_box"
14943   output-file-type: ".html"
14944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14945   data: "plot-vpp-throughput-latency-3n-hsw"
14946   filter: "'NIC_Intel-XL710' and
14947            '64B' and
14948            'NDRPDR' and
14949            ('ETH' or 'DOT1Q') and
14950            '2T2C' and
14951            'L2BDMACLRN' and
14952            'VHOST_1024' and
14953            not 'VXLAN' and
14954            not 'IP4FWD' and
14955            not '2VM'"
14956   parameters:
14957   - "throughput"
14958   - "parent"
14959   - "tags"
14960 #  sort:
14961 #  - "VM"  # "not CFS_OPT"
14962 #  - "CFS_OPT"
14963 #  - "FIB_10K"
14964 #  - "FIB_100K"
14965 #  - "FIB_1M"
14966   traces:
14967     hoverinfo: "x+y"
14968     boxpoints: "outliers"
14969     whiskerwidth: 0
14970   layout:
14971     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14972     layout: "plot-throughput"
14973
14974 -
14975   type: "plot"
14976   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14977   algorithm: "plot_performance_box"
14978   output-file-type: ".html"
14979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14980   data: "plot-vpp-throughput-latency-3n-hsw"
14981   filter: "'NIC_Intel-XL710' and
14982            '64B' and
14983            'NDRPDR' and
14984            ('ETH' or 'DOT1Q') and
14985            '1T1C' and
14986            'L2BDMACLRN' and
14987            'VHOST_1024' and
14988            not 'VXLAN' and
14989            not 'IP4FWD' and
14990            not '2VM'"
14991   parameters:
14992   - "throughput"
14993   - "parent"
14994   - "tags"
14995 #  sort:
14996 #  - "VM"  # "not CFS_OPT"
14997 #  - "CFS_OPT"
14998 #  - "FIB_10K"
14999 #  - "FIB_100K"
15000 #  - "FIB_1M"
15001   traces:
15002     hoverinfo: "x+y"
15003     boxpoints: "outliers"
15004     whiskerwidth: 0
15005   layout:
15006     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15007     layout: "plot-throughput"
15008
15009 -
15010   type: "plot"
15011   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15012   algorithm: "plot_performance_box"
15013   output-file-type: ".html"
15014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15015   data: "plot-vpp-throughput-latency-3n-hsw"
15016   filter: "'NIC_Intel-XL710' and
15017            '64B' and
15018            'NDRPDR' and
15019            ('ETH' or 'DOT1Q') and
15020            '2T2C' and
15021            'L2BDMACLRN' and
15022            'VHOST_1024' and
15023            not 'VXLAN' and
15024            not 'IP4FWD' and
15025            not '2VM'"
15026   parameters:
15027   - "throughput"
15028   - "parent"
15029   - "tags"
15030 #  sort:
15031 #  - "VM"  # "not CFS_OPT"
15032 #  - "CFS_OPT"
15033 #  - "FIB_10K"
15034 #  - "FIB_100K"
15035 #  - "FIB_1M"
15036   traces:
15037     hoverinfo: "x+y"
15038     boxpoints: "outliers"
15039     whiskerwidth: 0
15040   layout:
15041     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15042     layout: "plot-throughput"
15043
15044 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15045 -
15046   type: "plot"
15047   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15048   algorithm: "plot_performance_box"
15049   output-file-type: ".html"
15050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15051   data: "plot-vpp-throughput-latency-3n-hsw"
15052   filter: "'NIC_Intel-XL710' and
15053            '64B' and
15054            'NDRPDR' and
15055            ('ETH' or 'DOT1Q') and
15056            'BASE' and
15057            '1T1C' and
15058            ('L2BDMACLRN' or 'L2XCFWD') and
15059            'VHOST_1024' and
15060            not 'VXLAN' and
15061            not 'IP4FWD' and
15062            not '2VM'"
15063   parameters:
15064   - "throughput"
15065   - "parent"
15066   - "tags"
15067 #  sort:
15068 #  - "not CFS_OPT"
15069 #  - "L2XCFWD"
15070 #  - "not CFS_OPT"
15071 #  - "CFS_OPT"
15072   traces:
15073     hoverinfo: "x+y"
15074     boxpoints: "outliers"
15075     whiskerwidth: 0
15076   layout:
15077     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15078     layout: "plot-throughput"
15079
15080 -
15081   type: "plot"
15082   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15083   algorithm: "plot_performance_box"
15084   output-file-type: ".html"
15085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15086   data: "plot-vpp-throughput-latency-3n-hsw"
15087   filter: "'NIC_Intel-XL710' and
15088            '64B' and
15089            'NDRPDR' and
15090            ('ETH' or 'DOT1Q') and
15091            'BASE' and
15092            '1T1C' and
15093            ('L2BDMACLRN' or 'L2XCFWD') and
15094            'VHOST_1024' and
15095            not 'VXLAN' and
15096            not 'IP4FWD' and
15097            not '2VM'"
15098   parameters:
15099   - "throughput"
15100   - "parent"
15101   - "tags"
15102 #  sort:
15103 #  - "not CFS_OPT"
15104 #  - "L2XCFWD"
15105 #  - "not CFS_OPT"
15106 #  - "CFS_OPT"
15107   traces:
15108     hoverinfo: "x+y"
15109     boxpoints: "outliers"
15110     whiskerwidth: 0
15111   layout:
15112     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15113     layout: "plot-throughput"
15114
15115 -
15116   type: "plot"
15117   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15118   algorithm: "plot_performance_box"
15119   output-file-type: ".html"
15120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15121   data: "plot-vpp-throughput-latency-3n-hsw"
15122   filter: "'NIC_Intel-XL710' and
15123            '64B' and
15124            'NDRPDR' and
15125            ('ETH' or 'DOT1Q') and
15126            'BASE' and
15127            '2T2C' and
15128            ('L2BDMACLRN' or 'L2XCFWD') and
15129            'VHOST_1024' and
15130            not 'VXLAN' and
15131            not 'IP4FWD' and
15132            not '2VM'"
15133   parameters:
15134   - "throughput"
15135   - "parent"
15136   - "tags"
15137 #  sort:
15138 #  - "not CFS_OPT"
15139 #  - "L2XCFWD"
15140 #  - "not CFS_OPT"
15141 #  - "CFS_OPT"
15142   traces:
15143     hoverinfo: "x+y"
15144     boxpoints: "outliers"
15145     whiskerwidth: 0
15146   layout:
15147     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15148     layout: "plot-throughput"
15149
15150 -
15151   type: "plot"
15152   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15153   algorithm: "plot_performance_box"
15154   output-file-type: ".html"
15155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15156   data: "plot-vpp-throughput-latency-3n-hsw"
15157   filter: "'NIC_Intel-XL710' and
15158            '64B' and
15159            'NDRPDR' and
15160            ('ETH' or 'DOT1Q') and
15161            'BASE' and
15162            '2T2C' and
15163            ('L2BDMACLRN' or 'L2XCFWD') and
15164            'VHOST_1024' and
15165            not 'VXLAN' and
15166            not 'IP4FWD' and
15167            not '2VM'"
15168   parameters:
15169   - "throughput"
15170   - "parent"
15171   - "tags"
15172 #  sort:
15173 #  - "not CFS_OPT"
15174 #  - "L2XCFWD"
15175 #  - "not CFS_OPT"
15176 #  - "CFS_OPT"
15177   traces:
15178     hoverinfo: "x+y"
15179     boxpoints: "outliers"
15180     whiskerwidth: 0
15181   layout:
15182     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15183     layout: "plot-throughput"
15184
15185 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15186 -
15187   type: "plot"
15188   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15189   algorithm: "plot_performance_box"
15190   output-file-type: ".html"
15191   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15192   data: "plot-vpp-throughput-latency-3n-hsw"
15193   filter: "'NIC_Intel-XL710' and
15194            '64B' and
15195            'NDRPDR' and
15196            ('ETH' or 'DOT1Q') and
15197            '1T1C' and
15198            ('L2BDMACLRN' or 'L2XCFWD') and
15199            'VHOST_1024' and
15200            not 'CFS_OPT' and
15201            not 'VXLAN' and
15202            not 'IP4FWD'"
15203   parameters:
15204   - "throughput"
15205   - "parent"
15206   - "tags"
15207 #  sort:
15208 #  - "1VM"
15209 #  - "L2XCFWD"
15210 #  - "1VM"
15211 #  - "L2BDMACLRN"
15212   traces:
15213     hoverinfo: "x+y"
15214     boxpoints: "outliers"
15215     whiskerwidth: 0
15216   layout:
15217     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15218     layout: "plot-throughput"
15219
15220 -
15221   type: "plot"
15222   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15223   algorithm: "plot_performance_box"
15224   output-file-type: ".html"
15225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15226   data: "plot-vpp-throughput-latency-3n-hsw"
15227   filter: "'NIC_Intel-XL710' and
15228            '64B' and
15229            'NDRPDR' and
15230            ('ETH' or 'DOT1Q') and
15231            '1T1C' and
15232            ('L2BDMACLRN' or 'L2XCFWD') and
15233            'VHOST_1024' and
15234            not 'CFS_OPT' and
15235            not 'VXLAN' and
15236            not 'IP4FWD'"
15237   parameters:
15238   - "throughput"
15239   - "parent"
15240   - "tags"
15241 #  sort:
15242 #  - "1VM"
15243 #  - "L2XCFWD"
15244 #  - "1VM"
15245 #  - "L2BDMACLRN"
15246   traces:
15247     hoverinfo: "x+y"
15248     boxpoints: "outliers"
15249     whiskerwidth: 0
15250   layout:
15251     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15252     layout: "plot-throughput"
15253
15254 -
15255   type: "plot"
15256   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15257   algorithm: "plot_performance_box"
15258   output-file-type: ".html"
15259   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15260   data: "plot-vpp-throughput-latency-3n-hsw"
15261   filter: "'NIC_Intel-XL710' and
15262            '64B' and
15263            'NDRPDR' and
15264            ('ETH' or 'DOT1Q') and
15265            '2T2C' and
15266            ('L2BDMACLRN' or 'L2XCFWD') and
15267            'VHOST_1024' and
15268            not 'CFS_OPT' and
15269            not 'VXLAN' and
15270            not 'IP4FWD'"
15271   parameters:
15272   - "throughput"
15273   - "parent"
15274   - "tags"
15275 #  sort:
15276 #  - "1VM"
15277 #  - "L2XCFWD"
15278 #  - "1VM"
15279 #  - "L2BDMACLRN"
15280   traces:
15281     hoverinfo: "x+y"
15282     boxpoints: "outliers"
15283     whiskerwidth: 0
15284   layout:
15285     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15286     layout: "plot-throughput"
15287
15288 -
15289   type: "plot"
15290   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15291   algorithm: "plot_performance_box"
15292   output-file-type: ".html"
15293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15294   data: "plot-vpp-throughput-latency-3n-hsw"
15295   filter: "'NIC_Intel-XL710' and
15296            '64B' and
15297            'NDRPDR' and
15298            ('ETH' or 'DOT1Q') and
15299            '2T2C' and
15300            ('L2BDMACLRN' or 'L2XCFWD') and
15301            'VHOST_1024' and
15302            not 'CFS_OPT' and
15303            not 'VXLAN' and
15304            not 'IP4FWD'"
15305   parameters:
15306   - "throughput"
15307   - "parent"
15308   - "tags"
15309 #  sort:
15310 #  - "1VM"
15311 #  - "L2XCFWD"
15312 #  - "1VM"
15313 #  - "L2BDMACLRN"
15314   traces:
15315     hoverinfo: "x+y"
15316     boxpoints: "outliers"
15317     whiskerwidth: 0
15318   layout:
15319     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15320     layout: "plot-throughput"
15321
15322 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15323 -
15324   type: "plot"
15325   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15326   algorithm: "plot_performance_box"
15327   output-file-type: ".html"
15328   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15329   data: "plot-vpp-throughput-latency-3n-skx"
15330   filter: "'NIC_Intel-X710' and
15331            '64B' and
15332            'NDRPDR' and
15333            'ETH' and
15334            'IP4FWD' and
15335            '2T1C' and
15336            'VHOST_1024' and
15337            not 'VXLAN' and
15338            not 'DOT1Q'"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343   sort:
15344   - "not CFS_OPT"
15345   - "1VM"
15346   - "2VM"
15347   traces:
15348     hoverinfo: "x+y"
15349     boxpoints: "outliers"
15350     whiskerwidth: 0
15351   layout:
15352     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15353     layout: "plot-throughput"
15354
15355 -
15356   type: "plot"
15357   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15358   algorithm: "plot_performance_box"
15359   output-file-type: ".html"
15360   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15361   data: "plot-vpp-throughput-latency-3n-skx"
15362   filter: "'NIC_Intel-X710' and
15363            '64B' and
15364            'NDRPDR' and
15365            'ETH' and
15366            'IP4FWD' and
15367            '4T2C' and
15368            'VHOST_1024' and
15369            not 'VXLAN' and
15370            not 'DOT1Q'"
15371   parameters:
15372   - "throughput"
15373   - "parent"
15374   - "tags"
15375   sort:
15376   - "not CFS_OPT"
15377   - "1VM"
15378   - "2VM"
15379   traces:
15380     hoverinfo: "x+y"
15381     boxpoints: "outliers"
15382     whiskerwidth: 0
15383   layout:
15384     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15385     layout: "plot-throughput"
15386
15387 -
15388   type: "plot"
15389   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15390   algorithm: "plot_performance_box"
15391   output-file-type: ".html"
15392   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15393   data: "plot-vpp-throughput-latency-3n-skx"
15394   filter: "'NIC_Intel-X710' and
15395            '64B' and
15396            'NDRPDR' and
15397            'ETH' and
15398            'IP4FWD' and
15399            '2T1C' and
15400            'VHOST_1024' and
15401            not 'VXLAN' and
15402            not 'DOT1Q'"
15403   parameters:
15404   - "throughput"
15405   - "parent"
15406   - "tags"
15407   sort:
15408   - "not CFS_OPT"
15409   - "1VM"
15410   - "2VM"
15411   traces:
15412     hoverinfo: "x+y"
15413     boxpoints: "outliers"
15414     whiskerwidth: 0
15415   layout:
15416     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15417     layout: "plot-throughput"
15418
15419 -
15420   type: "plot"
15421   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15422   algorithm: "plot_performance_box"
15423   output-file-type: ".html"
15424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15425   data: "plot-vpp-throughput-latency-3n-skx"
15426   filter: "'NIC_Intel-X710' and
15427            '64B' and
15428            'NDRPDR' and
15429            'ETH' and
15430            'IP4FWD' and
15431            '4T2C' and
15432            'VHOST_1024' and
15433            not 'VXLAN' and
15434            not 'DOT1Q'"
15435   parameters:
15436   - "throughput"
15437   - "parent"
15438   - "tags"
15439   sort:
15440   - "not CFS_OPT"
15441   - "1VM"
15442   - "2VM"
15443   traces:
15444     hoverinfo: "x+y"
15445     boxpoints: "outliers"
15446     whiskerwidth: 0
15447   layout:
15448     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15449     layout: "plot-throughput"
15450
15451 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15452 -
15453   type: "plot"
15454   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15455   algorithm: "plot_performance_box"
15456   output-file-type: ".html"
15457   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15458   data: "plot-vpp-throughput-latency-3n-skx"
15459   filter: "'NIC_Intel-X710' and
15460            '64B' and
15461            'NDRPDR' and
15462            ('ETH' or 'DOT1Q') and
15463            '2T1C' and
15464            'L2BDMACLRN' and
15465            'VHOST_1024' and
15466            not 'VXLAN' and
15467            not 'IP4FWD' and
15468            not '2VM'"
15469   parameters:
15470   - "throughput"
15471   - "parent"
15472   - "tags"
15473 #  sort:
15474 #  - "VM"  # "not CFS_OPT"
15475 #  - "CFS_OPT"
15476 #  - "FIB_10K"
15477 #  - "FIB_100K"
15478 #  - "FIB_1M"
15479   traces:
15480     hoverinfo: "x+y"
15481     boxpoints: "outliers"
15482     whiskerwidth: 0
15483   layout:
15484     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15485     layout: "plot-throughput"
15486
15487 -
15488   type: "plot"
15489   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15490   algorithm: "plot_performance_box"
15491   output-file-type: ".html"
15492   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15493   data: "plot-vpp-throughput-latency-3n-skx"
15494   filter: "'NIC_Intel-X710' and
15495            '64B' and
15496            'NDRPDR' and
15497            ('ETH' or 'DOT1Q') and
15498            '4T2C' and
15499            'L2BDMACLRN' and
15500            'VHOST_1024' and
15501            not 'VXLAN' and
15502            not 'IP4FWD' and
15503            not '2VM'"
15504   parameters:
15505   - "throughput"
15506   - "parent"
15507   - "tags"
15508 #  sort:
15509 #  - "VM"  # "not CFS_OPT"
15510 #  - "CFS_OPT"
15511 #  - "FIB_10K"
15512 #  - "FIB_100K"
15513 #  - "FIB_1M"
15514   traces:
15515     hoverinfo: "x+y"
15516     boxpoints: "outliers"
15517     whiskerwidth: 0
15518   layout:
15519     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15520     layout: "plot-throughput"
15521
15522 -
15523   type: "plot"
15524   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15525   algorithm: "plot_performance_box"
15526   output-file-type: ".html"
15527   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15528   data: "plot-vpp-throughput-latency-3n-skx"
15529   filter: "'NIC_Intel-X710' and
15530            '64B' and
15531            'NDRPDR' and
15532            ('ETH' or 'DOT1Q') and
15533            '2T1C' and
15534            'L2BDMACLRN' and
15535            'VHOST_1024' and
15536            not 'VXLAN' and
15537            not 'IP4FWD' and
15538            not '2VM'"
15539   parameters:
15540   - "throughput"
15541   - "parent"
15542   - "tags"
15543 #  sort:
15544 #  - "VM"  # "not CFS_OPT"
15545 #  - "CFS_OPT"
15546 #  - "FIB_10K"
15547 #  - "FIB_100K"
15548 #  - "FIB_1M"
15549   traces:
15550     hoverinfo: "x+y"
15551     boxpoints: "outliers"
15552     whiskerwidth: 0
15553   layout:
15554     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15555     layout: "plot-throughput"
15556
15557 -
15558   type: "plot"
15559   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15560   algorithm: "plot_performance_box"
15561   output-file-type: ".html"
15562   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15563   data: "plot-vpp-throughput-latency-3n-skx"
15564   filter: "'NIC_Intel-X710' and
15565            '64B' and
15566            'NDRPDR' and
15567            ('ETH' or 'DOT1Q') and
15568            '4T2C' and
15569            'L2BDMACLRN' and
15570            'VHOST_1024' and
15571            not 'VXLAN' and
15572            not 'IP4FWD' and
15573            not '2VM'"
15574   parameters:
15575   - "throughput"
15576   - "parent"
15577   - "tags"
15578 #  sort:
15579 #  - "VM"  # "not CFS_OPT"
15580 #  - "CFS_OPT"
15581 #  - "FIB_10K"
15582 #  - "FIB_100K"
15583 #  - "FIB_1M"
15584   traces:
15585     hoverinfo: "x+y"
15586     boxpoints: "outliers"
15587     whiskerwidth: 0
15588   layout:
15589     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15590     layout: "plot-throughput"
15591
15592 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15593 -
15594   type: "plot"
15595   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15596   algorithm: "plot_performance_box"
15597   output-file-type: ".html"
15598   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15599   data: "plot-vpp-throughput-latency-3n-skx"
15600   filter: "'NIC_Intel-X710' and
15601            '64B' and
15602            'NDRPDR' and
15603            ('ETH' or 'DOT1Q') and
15604            'BASE' and
15605            '2T1C' and
15606            ('L2BDMACLRN' or 'L2XCFWD') and
15607            'VHOST_1024' and
15608            not 'VXLAN' and
15609            not 'IP4FWD' and
15610            not '2VM' and
15611            not 'LBOND'"
15612   parameters:
15613   - "throughput"
15614   - "parent"
15615   - "tags"
15616 #  sort:
15617 #  - "not CFS_OPT"
15618 #  - "L2XCFWD"
15619 #  - "not CFS_OPT"
15620 #  - "CFS_OPT"
15621   traces:
15622     hoverinfo: "x+y"
15623     boxpoints: "outliers"
15624     whiskerwidth: 0
15625   layout:
15626     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15627     layout: "plot-throughput"
15628
15629 -
15630   type: "plot"
15631   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15632   algorithm: "plot_performance_box"
15633   output-file-type: ".html"
15634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15635   data: "plot-vpp-throughput-latency-3n-skx"
15636   filter: "'NIC_Intel-X710' and
15637            '64B' and
15638            'NDRPDR' and
15639            ('ETH' or 'DOT1Q') and
15640            'BASE' and
15641            '2T1C' and
15642            ('L2BDMACLRN' or 'L2XCFWD') and
15643            'VHOST_1024' and
15644            not 'VXLAN' and
15645            not 'IP4FWD' and
15646            not '2VM' and
15647            not 'LBOND'"
15648   parameters:
15649   - "throughput"
15650   - "parent"
15651   - "tags"
15652 #  sort:
15653 #  - "not CFS_OPT"
15654 #  - "L2XCFWD"
15655 #  - "not CFS_OPT"
15656 #  - "CFS_OPT"
15657   traces:
15658     hoverinfo: "x+y"
15659     boxpoints: "outliers"
15660     whiskerwidth: 0
15661   layout:
15662     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15663     layout: "plot-throughput"
15664
15665 -
15666   type: "plot"
15667   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15668   algorithm: "plot_performance_box"
15669   output-file-type: ".html"
15670   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15671   data: "plot-vpp-throughput-latency-3n-skx"
15672   filter: "'NIC_Intel-X710' and
15673            '64B' and
15674            'NDRPDR' and
15675            ('ETH' or 'DOT1Q') and
15676            'BASE' and
15677            '4T2C' and
15678            ('L2BDMACLRN' or 'L2XCFWD') and
15679            'VHOST_1024' and
15680            not 'VXLAN' and
15681            not 'IP4FWD' and
15682            not '2VM' and
15683            not 'LBOND'"
15684   parameters:
15685   - "throughput"
15686   - "parent"
15687   - "tags"
15688 #  sort:
15689 #  - "not CFS_OPT"
15690 #  - "L2XCFWD"
15691 #  - "not CFS_OPT"
15692 #  - "CFS_OPT"
15693   traces:
15694     hoverinfo: "x+y"
15695     boxpoints: "outliers"
15696     whiskerwidth: 0
15697   layout:
15698     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15699     layout: "plot-throughput"
15700
15701 -
15702   type: "plot"
15703   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15704   algorithm: "plot_performance_box"
15705   output-file-type: ".html"
15706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15707   data: "plot-vpp-throughput-latency-3n-skx"
15708   filter: "'NIC_Intel-X710' and
15709            '64B' and
15710            'NDRPDR' and
15711            ('ETH' or 'DOT1Q') and
15712            'BASE' and
15713            '4T2C' and
15714            ('L2BDMACLRN' or 'L2XCFWD') and
15715            'VHOST_1024' and
15716            not 'VXLAN' and
15717            not 'IP4FWD' and
15718            not '2VM' and
15719            not 'LBOND'"
15720   parameters:
15721   - "throughput"
15722   - "parent"
15723   - "tags"
15724 #  sort:
15725 #  - "not CFS_OPT"
15726 #  - "L2XCFWD"
15727 #  - "not CFS_OPT"
15728 #  - "CFS_OPT"
15729   traces:
15730     hoverinfo: "x+y"
15731     boxpoints: "outliers"
15732     whiskerwidth: 0
15733   layout:
15734     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15735     layout: "plot-throughput"
15736
15737 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15738 -
15739   type: "plot"
15740   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15741   algorithm: "plot_performance_box"
15742   output-file-type: ".html"
15743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15744   data: "plot-vpp-throughput-latency-3n-skx"
15745   filter: "'NIC_Intel-X710' and
15746            '64B' and
15747            'NDRPDR' and
15748            ('ETH' or 'DOT1Q') and
15749            '2T1C' and
15750            ('L2BDMACLRN' or 'L2XCFWD') and
15751            'VHOST_1024' and
15752            not 'CFS_OPT' and
15753            not 'VXLAN' and
15754            not 'IP4FWD' and
15755            not 'LBOND'"
15756   parameters:
15757   - "throughput"
15758   - "parent"
15759   - "tags"
15760 #  sort:
15761 #  - "1VM"
15762 #  - "L2XCFWD"
15763 #  - "1VM"
15764 #  - "L2BDMACLRN"
15765   traces:
15766     hoverinfo: "x+y"
15767     boxpoints: "outliers"
15768     whiskerwidth: 0
15769   layout:
15770     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15771     layout: "plot-throughput"
15772
15773 -
15774   type: "plot"
15775   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15776   algorithm: "plot_performance_box"
15777   output-file-type: ".html"
15778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15779   data: "plot-vpp-throughput-latency-3n-skx"
15780   filter: "'NIC_Intel-X710' and
15781            '64B' and
15782            'NDRPDR' and
15783            ('ETH' or 'DOT1Q') and
15784            '2T1C' and
15785            ('L2BDMACLRN' or 'L2XCFWD') and
15786            'VHOST_1024' and
15787            not 'CFS_OPT' and
15788            not 'VXLAN' and
15789            not 'IP4FWD' and
15790            not 'LBOND'"
15791   parameters:
15792   - "throughput"
15793   - "parent"
15794   - "tags"
15795 #  sort:
15796 #  - "1VM"
15797 #  - "L2XCFWD"
15798 #  - "1VM"
15799 #  - "L2BDMACLRN"
15800   traces:
15801     hoverinfo: "x+y"
15802     boxpoints: "outliers"
15803     whiskerwidth: 0
15804   layout:
15805     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15806     layout: "plot-throughput"
15807
15808 -
15809   type: "plot"
15810   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15811   algorithm: "plot_performance_box"
15812   output-file-type: ".html"
15813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15814   data: "plot-vpp-throughput-latency-3n-skx"
15815   filter: "'NIC_Intel-X710' and
15816            '64B' and
15817            'NDRPDR' and
15818            ('ETH' or 'DOT1Q') and
15819            '4T2C' and
15820            ('L2BDMACLRN' or 'L2XCFWD') and
15821            'VHOST_1024' and
15822            not 'CFS_OPT' and
15823            not 'VXLAN' and
15824            not 'IP4FWD' and
15825            not 'LBOND'"
15826   parameters:
15827   - "throughput"
15828   - "parent"
15829   - "tags"
15830 #  sort:
15831 #  - "1VM"
15832 #  - "L2XCFWD"
15833 #  - "1VM"
15834 #  - "L2BDMACLRN"
15835   traces:
15836     hoverinfo: "x+y"
15837     boxpoints: "outliers"
15838     whiskerwidth: 0
15839   layout:
15840     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15841     layout: "plot-throughput"
15842
15843 -
15844   type: "plot"
15845   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15846   algorithm: "plot_performance_box"
15847   output-file-type: ".html"
15848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15849   data: "plot-vpp-throughput-latency-3n-skx"
15850   filter: "'NIC_Intel-X710' and
15851            '64B' and
15852            'NDRPDR' and
15853            ('ETH' or 'DOT1Q') and
15854            '4T2C' and
15855            ('L2BDMACLRN' or 'L2XCFWD') and
15856            'VHOST_1024' and
15857            not 'CFS_OPT' and
15858            not 'VXLAN' and
15859            not 'IP4FWD' and
15860            not 'LBOND'"
15861   parameters:
15862   - "throughput"
15863   - "parent"
15864   - "tags"
15865 #  sort:
15866 #  - "1VM"
15867 #  - "L2XCFWD"
15868 #  - "1VM"
15869 #  - "L2BDMACLRN"
15870   traces:
15871     hoverinfo: "x+y"
15872     boxpoints: "outliers"
15873     whiskerwidth: 0
15874   layout:
15875     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15876     layout: "plot-throughput"
15877
15878 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15879 -
15880   type: "plot"
15881   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15882   algorithm: "plot_performance_box"
15883   output-file-type: ".html"
15884   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15885   data: "plot-vpp-throughput-latency-2n-skx"
15886   filter: "'NIC_Intel-X710' and
15887            '64B' and
15888            'NDRPDR' and
15889            'ETH' and
15890            'IP4FWD' and
15891            '2T1C' and
15892            'VHOST_1024' and
15893            not 'VXLAN' and
15894            not 'NF_DENSITY' and
15895            not 'DOT1Q'"
15896   parameters:
15897   - "throughput"
15898   - "parent"
15899   - "tags"
15900   sort:
15901   - "not CFS_OPT"
15902   - "1VM"
15903   - "2VM"
15904   traces:
15905     hoverinfo: "x+y"
15906     boxpoints: "outliers"
15907     whiskerwidth: 0
15908   layout:
15909     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15910     layout: "plot-throughput"
15911
15912 -
15913   type: "plot"
15914   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15915   algorithm: "plot_performance_box"
15916   output-file-type: ".html"
15917   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15918   data: "plot-vpp-throughput-latency-2n-skx"
15919   filter: "'NIC_Intel-X710' and
15920            '64B' and
15921            'NDRPDR' and
15922            'ETH' and
15923            'IP4FWD' and
15924            '4T2C' and
15925            'VHOST_1024' and
15926            not 'VXLAN' and
15927            not 'NF_DENSITY' and
15928            not 'DOT1Q'"
15929   parameters:
15930   - "throughput"
15931   - "parent"
15932   - "tags"
15933   sort:
15934   - "not CFS_OPT"
15935   - "1VM"
15936   - "2VM"
15937   traces:
15938     hoverinfo: "x+y"
15939     boxpoints: "outliers"
15940     whiskerwidth: 0
15941   layout:
15942     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15943     layout: "plot-throughput"
15944
15945 -
15946   type: "plot"
15947   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15948   algorithm: "plot_performance_box"
15949   output-file-type: ".html"
15950   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15951   data: "plot-vpp-throughput-latency-2n-skx"
15952   filter: "'NIC_Intel-X710' and
15953            '64B' and
15954            'NDRPDR' and
15955            'ETH' and
15956            'IP4FWD' and
15957            '2T1C' and
15958            'VHOST_1024' and
15959            not 'VXLAN' and
15960            not 'NF_DENSITY' and
15961            not 'DOT1Q'"
15962   parameters:
15963   - "throughput"
15964   - "parent"
15965   - "tags"
15966   sort:
15967   - "not CFS_OPT"
15968   - "1VM"
15969   - "2VM"
15970   traces:
15971     hoverinfo: "x+y"
15972     boxpoints: "outliers"
15973     whiskerwidth: 0
15974   layout:
15975     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15976     layout: "plot-throughput"
15977
15978 -
15979   type: "plot"
15980   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15981   algorithm: "plot_performance_box"
15982   output-file-type: ".html"
15983   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15984   data: "plot-vpp-throughput-latency-2n-skx"
15985   filter: "'NIC_Intel-X710' and
15986            '64B' and
15987            'NDRPDR' and
15988            'ETH' and
15989            'IP4FWD' and
15990            '4T2C' and
15991            'VHOST_1024' and
15992            not 'VXLAN' and
15993            not 'NF_DENSITY' and
15994            not 'DOT1Q'"
15995   parameters:
15996   - "throughput"
15997   - "parent"
15998   - "tags"
15999   sort:
16000   - "not CFS_OPT"
16001   - "1VM"
16002   - "2VM"
16003   traces:
16004     hoverinfo: "x+y"
16005     boxpoints: "outliers"
16006     whiskerwidth: 0
16007   layout:
16008     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16009     layout: "plot-throughput"
16010
16011 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16012 -
16013   type: "plot"
16014   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16015   algorithm: "plot_performance_box"
16016   output-file-type: ".html"
16017   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16018   data: "plot-vpp-throughput-latency-2n-skx"
16019   filter: "'NIC_Intel-X710' and
16020            '64B' and
16021            'NDRPDR' and
16022            ('ETH' or 'DOT1Q') and
16023            '2T1C' and
16024            'L2BDMACLRN' and
16025            'VHOST_1024' and
16026            not 'VXLAN' and
16027            not 'NF_DENSITY' and
16028            not 'IP4FWD' and
16029            not '2VM'"
16030   parameters:
16031   - "throughput"
16032   - "parent"
16033   - "tags"
16034 #  sort:
16035 #  - "VM"  # "not CFS_OPT"
16036 #  - "CFS_OPT"
16037 #  - "FIB_10K"
16038 #  - "FIB_100K"
16039 #  - "FIB_1M"
16040   traces:
16041     hoverinfo: "x+y"
16042     boxpoints: "outliers"
16043     whiskerwidth: 0
16044   layout:
16045     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16046     layout: "plot-throughput"
16047
16048 -
16049   type: "plot"
16050   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16051   algorithm: "plot_performance_box"
16052   output-file-type: ".html"
16053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16054   data: "plot-vpp-throughput-latency-2n-skx"
16055   filter: "'NIC_Intel-X710' and
16056            '64B' and
16057            'NDRPDR' and
16058            ('ETH' or 'DOT1Q') and
16059            '4T2C' and
16060            'L2BDMACLRN' and
16061            'VHOST_1024' and
16062            not 'VXLAN' and
16063            not 'NF_DENSITY' and
16064            not 'IP4FWD' and
16065            not '2VM'"
16066   parameters:
16067   - "throughput"
16068   - "parent"
16069   - "tags"
16070 #  sort:
16071 #  - "VM"  # "not CFS_OPT"
16072 #  - "CFS_OPT"
16073 #  - "FIB_10K"
16074 #  - "FIB_100K"
16075 #  - "FIB_1M"
16076   traces:
16077     hoverinfo: "x+y"
16078     boxpoints: "outliers"
16079     whiskerwidth: 0
16080   layout:
16081     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16082     layout: "plot-throughput"
16083
16084 -
16085   type: "plot"
16086   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16087   algorithm: "plot_performance_box"
16088   output-file-type: ".html"
16089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16090   data: "plot-vpp-throughput-latency-2n-skx"
16091   filter: "'NIC_Intel-X710' and
16092            '64B' and
16093            'NDRPDR' and
16094            ('ETH' or 'DOT1Q') and
16095            '2T1C' and
16096            'L2BDMACLRN' and
16097            'VHOST_1024' and
16098            not 'VXLAN' and
16099            not 'NF_DENSITY' and
16100            not 'IP4FWD' and
16101            not '2VM'"
16102   parameters:
16103   - "throughput"
16104   - "parent"
16105   - "tags"
16106 #  sort:
16107 #  - "VM"  # "not CFS_OPT"
16108 #  - "CFS_OPT"
16109 #  - "FIB_10K"
16110 #  - "FIB_100K"
16111 #  - "FIB_1M"
16112   traces:
16113     hoverinfo: "x+y"
16114     boxpoints: "outliers"
16115     whiskerwidth: 0
16116   layout:
16117     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16118     layout: "plot-throughput"
16119
16120 -
16121   type: "plot"
16122   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16123   algorithm: "plot_performance_box"
16124   output-file-type: ".html"
16125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16126   data: "plot-vpp-throughput-latency-2n-skx"
16127   filter: "'NIC_Intel-X710' and
16128            '64B' and
16129            'NDRPDR' and
16130            ('ETH' or 'DOT1Q') and
16131            '4T2C' and
16132            'L2BDMACLRN' and
16133            'VHOST_1024' and
16134            not 'VXLAN' and
16135            not 'NF_DENSITY' and
16136            not 'IP4FWD' and
16137            not '2VM'"
16138   parameters:
16139   - "throughput"
16140   - "parent"
16141   - "tags"
16142 #  sort:
16143 #  - "VM"  # "not CFS_OPT"
16144 #  - "CFS_OPT"
16145 #  - "FIB_10K"
16146 #  - "FIB_100K"
16147 #  - "FIB_1M"
16148   traces:
16149     hoverinfo: "x+y"
16150     boxpoints: "outliers"
16151     whiskerwidth: 0
16152   layout:
16153     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16154     layout: "plot-throughput"
16155
16156 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16157 -
16158   type: "plot"
16159   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16160   algorithm: "plot_performance_box"
16161   output-file-type: ".html"
16162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16163   data: "plot-vpp-throughput-latency-2n-skx"
16164   filter: "'NIC_Intel-X710' and
16165            '64B' and
16166            'NDRPDR' and
16167            ('ETH' or 'DOT1Q') and
16168            'BASE' and
16169            '2T1C' and
16170            ('L2BDMACLRN' or 'L2XCFWD') and
16171            'VHOST_1024' and
16172            not 'VXLAN' and
16173            not 'NF_DENSITY' and
16174            not 'IP4FWD' and
16175            not '2VM'"
16176   parameters:
16177   - "throughput"
16178   - "parent"
16179   - "tags"
16180 #  sort:
16181 #  - "not CFS_OPT"
16182 #  - "L2XCFWD"
16183 #  - "not CFS_OPT"
16184 #  - "CFS_OPT"
16185   traces:
16186     hoverinfo: "x+y"
16187     boxpoints: "outliers"
16188     whiskerwidth: 0
16189   layout:
16190     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16191     layout: "plot-throughput"
16192
16193 -
16194   type: "plot"
16195   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16196   algorithm: "plot_performance_box"
16197   output-file-type: ".html"
16198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16199   data: "plot-vpp-throughput-latency-2n-skx"
16200   filter: "'NIC_Intel-X710' and
16201            '64B' and
16202            'NDRPDR' and
16203            ('ETH' or 'DOT1Q') and
16204            'BASE' and
16205            '2T1C' and
16206            ('L2BDMACLRN' or 'L2XCFWD') and
16207            'VHOST_1024' and
16208            not 'VXLAN' and
16209            not 'NF_DENSITY' and
16210            not 'IP4FWD' and
16211            not '2VM'"
16212   parameters:
16213   - "throughput"
16214   - "parent"
16215   - "tags"
16216 #  sort:
16217 #  - "not CFS_OPT"
16218 #  - "L2XCFWD"
16219 #  - "not CFS_OPT"
16220 #  - "CFS_OPT"
16221   traces:
16222     hoverinfo: "x+y"
16223     boxpoints: "outliers"
16224     whiskerwidth: 0
16225   layout:
16226     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16227     layout: "plot-throughput"
16228
16229 -
16230   type: "plot"
16231   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16232   algorithm: "plot_performance_box"
16233   output-file-type: ".html"
16234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16235   data: "plot-vpp-throughput-latency-2n-skx"
16236   filter: "'NIC_Intel-X710' and
16237            '64B' and
16238            'NDRPDR' and
16239            ('ETH' or 'DOT1Q') and
16240            'BASE' and
16241            '4T2C' and
16242            ('L2BDMACLRN' or 'L2XCFWD') and
16243            'VHOST_1024' and
16244            not 'VXLAN' and
16245            not 'NF_DENSITY' and
16246            not 'IP4FWD' and
16247            not '2VM'"
16248   parameters:
16249   - "throughput"
16250   - "parent"
16251   - "tags"
16252 #  sort:
16253 #  - "not CFS_OPT"
16254 #  - "L2XCFWD"
16255 #  - "not CFS_OPT"
16256 #  - "CFS_OPT"
16257   traces:
16258     hoverinfo: "x+y"
16259     boxpoints: "outliers"
16260     whiskerwidth: 0
16261   layout:
16262     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 -
16266   type: "plot"
16267   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16268   algorithm: "plot_performance_box"
16269   output-file-type: ".html"
16270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16271   data: "plot-vpp-throughput-latency-2n-skx"
16272   filter: "'NIC_Intel-X710' and
16273            '64B' and
16274            'NDRPDR' and
16275            ('ETH' or 'DOT1Q') and
16276            'BASE' and
16277            '4T2C' and
16278            ('L2BDMACLRN' or 'L2XCFWD') and
16279            'VHOST_1024' and
16280            not 'VXLAN' and
16281            not 'NF_DENSITY' and
16282            not 'IP4FWD' and
16283            not '2VM'"
16284   parameters:
16285   - "throughput"
16286   - "parent"
16287   - "tags"
16288 #  sort:
16289 #  - "not CFS_OPT"
16290 #  - "L2XCFWD"
16291 #  - "not CFS_OPT"
16292 #  - "CFS_OPT"
16293   traces:
16294     hoverinfo: "x+y"
16295     boxpoints: "outliers"
16296     whiskerwidth: 0
16297   layout:
16298     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16299     layout: "plot-throughput"
16300
16301 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16302 -
16303   type: "plot"
16304   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16305   algorithm: "plot_performance_box"
16306   output-file-type: ".html"
16307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16308   data: "plot-vpp-throughput-latency-2n-skx"
16309   filter: "'NIC_Intel-X710' and
16310            '64B' and
16311            'NDRPDR' and
16312            ('ETH' or 'DOT1Q') and
16313            '2T1C' and
16314            ('L2BDMACLRN' or 'L2XCFWD') and
16315            'VHOST_1024' and
16316            not 'CFS_OPT' and
16317            not 'VXLAN' and
16318            not 'NF_DENSITY' and
16319            not 'IP4FWD'"
16320   parameters:
16321   - "throughput"
16322   - "parent"
16323   - "tags"
16324 #  sort:
16325 #  - "1VM"
16326 #  - "L2XCFWD"
16327 #  - "1VM"
16328 #  - "L2BDMACLRN"
16329   traces:
16330     hoverinfo: "x+y"
16331     boxpoints: "outliers"
16332     whiskerwidth: 0
16333   layout:
16334     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16335     layout: "plot-throughput"
16336
16337 -
16338   type: "plot"
16339   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16340   algorithm: "plot_performance_box"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16343   data: "plot-vpp-throughput-latency-2n-skx"
16344   filter: "'NIC_Intel-X710' and
16345            '64B' and
16346            'NDRPDR' and
16347            ('ETH' or 'DOT1Q') and
16348            '2T1C' and
16349            ('L2BDMACLRN' or 'L2XCFWD') and
16350            'VHOST_1024' and
16351            not 'CFS_OPT' and
16352            not 'VXLAN' and
16353            not 'NF_DENSITY' and
16354            not 'IP4FWD'"
16355   parameters:
16356   - "throughput"
16357   - "parent"
16358   - "tags"
16359 #  sort:
16360 #  - "1VM"
16361 #  - "L2XCFWD"
16362 #  - "1VM"
16363 #  - "L2BDMACLRN"
16364   traces:
16365     hoverinfo: "x+y"
16366     boxpoints: "outliers"
16367     whiskerwidth: 0
16368   layout:
16369     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16370     layout: "plot-throughput"
16371
16372 -
16373   type: "plot"
16374   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16375   algorithm: "plot_performance_box"
16376   output-file-type: ".html"
16377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16378   data: "plot-vpp-throughput-latency-2n-skx"
16379   filter: "'NIC_Intel-X710' and
16380            '64B' and
16381            'NDRPDR' and
16382            ('ETH' or 'DOT1Q') and
16383            '4T2C' and
16384            ('L2BDMACLRN' or 'L2XCFWD') and
16385            'VHOST_1024' and
16386            not 'CFS_OPT' and
16387            not 'VXLAN' and
16388            not 'NF_DENSITY' and
16389            not 'IP4FWD'"
16390   parameters:
16391   - "throughput"
16392   - "parent"
16393   - "tags"
16394 #  sort:
16395 #  - "1VM"
16396 #  - "L2XCFWD"
16397 #  - "1VM"
16398 #  - "L2BDMACLRN"
16399   traces:
16400     hoverinfo: "x+y"
16401     boxpoints: "outliers"
16402     whiskerwidth: 0
16403   layout:
16404     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16405     layout: "plot-throughput"
16406
16407 -
16408   type: "plot"
16409   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16410   algorithm: "plot_performance_box"
16411   output-file-type: ".html"
16412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16413   data: "plot-vpp-throughput-latency-2n-skx"
16414   filter: "'NIC_Intel-X710' and
16415            '64B' and
16416            'NDRPDR' and
16417            ('ETH' or 'DOT1Q') and
16418            '4T2C' and
16419            ('L2BDMACLRN' or 'L2XCFWD') and
16420            'VHOST_1024' and
16421            not 'CFS_OPT' and
16422            not 'VXLAN' and
16423            not 'NF_DENSITY' and
16424            not 'IP4FWD'"
16425   parameters:
16426   - "throughput"
16427   - "parent"
16428   - "tags"
16429 #  sort:
16430 #  - "1VM"
16431 #  - "L2XCFWD"
16432 #  - "1VM"
16433 #  - "L2BDMACLRN"
16434   traces:
16435     hoverinfo: "x+y"
16436     boxpoints: "outliers"
16437     whiskerwidth: 0
16438   layout:
16439     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16440     layout: "plot-throughput"
16441
16442 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16443 -
16444   type: "plot"
16445   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16446   algorithm: "plot_performance_box"
16447   output-file-type: ".html"
16448   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16449   data: "plot-vpp-throughput-latency-2n-skx"
16450   filter: "'NIC_Intel-XXV710' and
16451            '64B' and
16452            'NDRPDR' and
16453            'ETH' and
16454            'IP4FWD' and
16455            '2T1C' and
16456            'VHOST_1024' and
16457            not 'VXLAN' and
16458            not 'DOT1Q'"
16459   parameters:
16460   - "throughput"
16461   - "parent"
16462   - "tags"
16463   sort:
16464   - "not CFS_OPT"
16465   - "1VM"
16466   - "2VM"
16467   traces:
16468     hoverinfo: "x+y"
16469     boxpoints: "outliers"
16470     whiskerwidth: 0
16471   layout:
16472     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16473     layout: "plot-throughput"
16474
16475 -
16476   type: "plot"
16477   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16478   algorithm: "plot_performance_box"
16479   output-file-type: ".html"
16480   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16481   data: "plot-vpp-throughput-latency-2n-skx"
16482   filter: "'NIC_Intel-XXV710' and
16483            '64B' and
16484            'NDRPDR' and
16485            'ETH' and
16486            'IP4FWD' and
16487            '4T2C' and
16488            'VHOST_1024' and
16489            not 'VXLAN' and
16490            not 'DOT1Q'"
16491   parameters:
16492   - "throughput"
16493   - "parent"
16494   - "tags"
16495   sort:
16496   - "not CFS_OPT"
16497   - "1VM"
16498   - "2VM"
16499   traces:
16500     hoverinfo: "x+y"
16501     boxpoints: "outliers"
16502     whiskerwidth: 0
16503   layout:
16504     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16505     layout: "plot-throughput"
16506
16507 -
16508   type: "plot"
16509   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16510   algorithm: "plot_performance_box"
16511   output-file-type: ".html"
16512   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16513   data: "plot-vpp-throughput-latency-2n-skx"
16514   filter: "'NIC_Intel-XXV710' and
16515            '64B' and
16516            'NDRPDR' and
16517            'ETH' and
16518            'IP4FWD' and
16519            '2T1C' and
16520            'VHOST_1024' and
16521            not 'VXLAN' and
16522            not 'DOT1Q'"
16523   parameters:
16524   - "throughput"
16525   - "parent"
16526   - "tags"
16527   sort:
16528   - "not CFS_OPT"
16529   - "1VM"
16530   - "2VM"
16531   traces:
16532     hoverinfo: "x+y"
16533     boxpoints: "outliers"
16534     whiskerwidth: 0
16535   layout:
16536     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16537     layout: "plot-throughput"
16538
16539 -
16540   type: "plot"
16541   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16542   algorithm: "plot_performance_box"
16543   output-file-type: ".html"
16544   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16545   data: "plot-vpp-throughput-latency-2n-skx"
16546   filter: "'NIC_Intel-XXV710' and
16547            '64B' and
16548            'NDRPDR' and
16549            'ETH' and
16550            'IP4FWD' and
16551            '4T2C' and
16552            'VHOST_1024' and
16553            not 'VXLAN' and
16554            not 'DOT1Q'"
16555   parameters:
16556   - "throughput"
16557   - "parent"
16558   - "tags"
16559   sort:
16560   - "not CFS_OPT"
16561   - "1VM"
16562   - "2VM"
16563   traces:
16564     hoverinfo: "x+y"
16565     boxpoints: "outliers"
16566     whiskerwidth: 0
16567   layout:
16568     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16569     layout: "plot-throughput"
16570
16571 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16572 -
16573   type: "plot"
16574   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16575   algorithm: "plot_performance_box"
16576   output-file-type: ".html"
16577   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16578   data: "plot-vpp-throughput-latency-2n-skx"
16579   filter: "'NIC_Intel-XXV710' and
16580            '64B' and
16581            'NDRPDR' and
16582            ('ETH' or 'DOT1Q') and
16583            '2T1C' and
16584            'L2BDMACLRN' and
16585            'VHOST_1024' and
16586            not 'VXLAN' and
16587            not 'IP4FWD' and
16588            not '2VM'"
16589   parameters:
16590   - "throughput"
16591   - "parent"
16592   - "tags"
16593 #  sort:
16594 #  - "VM"  # "not CFS_OPT"
16595 #  - "CFS_OPT"
16596 #  - "FIB_10K"
16597 #  - "FIB_100K"
16598 #  - "FIB_1M"
16599   traces:
16600     hoverinfo: "x+y"
16601     boxpoints: "outliers"
16602     whiskerwidth: 0
16603   layout:
16604     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16605     layout: "plot-throughput"
16606
16607 -
16608   type: "plot"
16609   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16610   algorithm: "plot_performance_box"
16611   output-file-type: ".html"
16612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16613   data: "plot-vpp-throughput-latency-2n-skx"
16614   filter: "'NIC_Intel-XXV710' and
16615            '64B' and
16616            'NDRPDR' and
16617            ('ETH' or 'DOT1Q') and
16618            '4T2C' and
16619            'L2BDMACLRN' and
16620            'VHOST_1024' and
16621            not 'VXLAN' and
16622            not 'IP4FWD' and
16623            not '2VM'"
16624   parameters:
16625   - "throughput"
16626   - "parent"
16627   - "tags"
16628 #  sort:
16629 #  - "VM"  # "not CFS_OPT"
16630 #  - "CFS_OPT"
16631 #  - "FIB_10K"
16632 #  - "FIB_100K"
16633 #  - "FIB_1M"
16634   traces:
16635     hoverinfo: "x+y"
16636     boxpoints: "outliers"
16637     whiskerwidth: 0
16638   layout:
16639     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16640     layout: "plot-throughput"
16641
16642 -
16643   type: "plot"
16644   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16645   algorithm: "plot_performance_box"
16646   output-file-type: ".html"
16647   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16648   data: "plot-vpp-throughput-latency-2n-skx"
16649   filter: "'NIC_Intel-XXV710' and
16650            '64B' and
16651            'NDRPDR' and
16652            ('ETH' or 'DOT1Q') and
16653            '2T1C' and
16654            'L2BDMACLRN' and
16655            'VHOST_1024' and
16656            not 'VXLAN' and
16657            not 'IP4FWD' and
16658            not '2VM'"
16659   parameters:
16660   - "throughput"
16661   - "parent"
16662   - "tags"
16663 #  sort:
16664 #  - "VM"  # "not CFS_OPT"
16665 #  - "CFS_OPT"
16666 #  - "FIB_10K"
16667 #  - "FIB_100K"
16668 #  - "FIB_1M"
16669   traces:
16670     hoverinfo: "x+y"
16671     boxpoints: "outliers"
16672     whiskerwidth: 0
16673   layout:
16674     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16675     layout: "plot-throughput"
16676
16677 -
16678   type: "plot"
16679   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16680   algorithm: "plot_performance_box"
16681   output-file-type: ".html"
16682   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16683   data: "plot-vpp-throughput-latency-2n-skx"
16684   filter: "'NIC_Intel-XXV710' and
16685            '64B' and
16686            'NDRPDR' and
16687            ('ETH' or 'DOT1Q') and
16688            '4T2C' and
16689            'L2BDMACLRN' and
16690            'VHOST_1024' and
16691            not 'VXLAN' and
16692            not 'IP4FWD' and
16693            not '2VM'"
16694   parameters:
16695   - "throughput"
16696   - "parent"
16697   - "tags"
16698 #  sort:
16699 #  - "VM"  # "not CFS_OPT"
16700 #  - "CFS_OPT"
16701 #  - "FIB_10K"
16702 #  - "FIB_100K"
16703 #  - "FIB_1M"
16704   traces:
16705     hoverinfo: "x+y"
16706     boxpoints: "outliers"
16707     whiskerwidth: 0
16708   layout:
16709     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16710     layout: "plot-throughput"
16711
16712 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16713 -
16714   type: "plot"
16715   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16716   algorithm: "plot_performance_box"
16717   output-file-type: ".html"
16718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16719   data: "plot-vpp-throughput-latency-2n-skx"
16720   filter: "'NIC_Intel-XXV710' and
16721            '64B' and
16722            'NDRPDR' and
16723            ('ETH' or 'DOT1Q') and
16724            'BASE' and
16725            '2T1C' and
16726            ('L2BDMACLRN' or 'L2XCFWD') and
16727            'VHOST_1024' and
16728            not 'VXLAN' and
16729            not 'IP4FWD' and
16730            not '2VM'"
16731   parameters:
16732   - "throughput"
16733   - "parent"
16734   - "tags"
16735 #  sort:
16736 #  - "not CFS_OPT"
16737 #  - "L2XCFWD"
16738 #  - "not CFS_OPT"
16739 #  - "CFS_OPT"
16740   traces:
16741     hoverinfo: "x+y"
16742     boxpoints: "outliers"
16743     whiskerwidth: 0
16744   layout:
16745     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16746     layout: "plot-throughput"
16747
16748 -
16749   type: "plot"
16750   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16751   algorithm: "plot_performance_box"
16752   output-file-type: ".html"
16753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16754   data: "plot-vpp-throughput-latency-2n-skx"
16755   filter: "'NIC_Intel-XXV710' and
16756            '64B' and
16757            'NDRPDR' and
16758            ('ETH' or 'DOT1Q') and
16759            'BASE' and
16760            '2T1C' and
16761            ('L2BDMACLRN' or 'L2XCFWD') and
16762            'VHOST_1024' and
16763            not 'VXLAN' and
16764            not 'IP4FWD' and
16765            not '2VM'"
16766   parameters:
16767   - "throughput"
16768   - "parent"
16769   - "tags"
16770 #  sort:
16771 #  - "not CFS_OPT"
16772 #  - "L2XCFWD"
16773 #  - "not CFS_OPT"
16774 #  - "CFS_OPT"
16775   traces:
16776     hoverinfo: "x+y"
16777     boxpoints: "outliers"
16778     whiskerwidth: 0
16779   layout:
16780     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16781     layout: "plot-throughput"
16782
16783 -
16784   type: "plot"
16785   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16786   algorithm: "plot_performance_box"
16787   output-file-type: ".html"
16788   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16789   data: "plot-vpp-throughput-latency-2n-skx"
16790   filter: "'NIC_Intel-XXV710' and
16791            '64B' and
16792            'NDRPDR' and
16793            ('ETH' or 'DOT1Q') and
16794            'BASE' and
16795            '4T2C' and
16796            ('L2BDMACLRN' or 'L2XCFWD') and
16797            'VHOST_1024' and
16798            not 'VXLAN' and
16799            not 'IP4FWD' and
16800            not '2VM'"
16801   parameters:
16802   - "throughput"
16803   - "parent"
16804   - "tags"
16805 #  sort:
16806 #  - "not CFS_OPT"
16807 #  - "L2XCFWD"
16808 #  - "not CFS_OPT"
16809 #  - "CFS_OPT"
16810   traces:
16811     hoverinfo: "x+y"
16812     boxpoints: "outliers"
16813     whiskerwidth: 0
16814   layout:
16815     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16816     layout: "plot-throughput"
16817
16818 -
16819   type: "plot"
16820   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16821   algorithm: "plot_performance_box"
16822   output-file-type: ".html"
16823   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16824   data: "plot-vpp-throughput-latency-2n-skx"
16825   filter: "'NIC_Intel-XXV710' and
16826            '64B' and
16827            'NDRPDR' and
16828            ('ETH' or 'DOT1Q') and
16829            'BASE' and
16830            '4T2C' and
16831            ('L2BDMACLRN' or 'L2XCFWD') and
16832            'VHOST_1024' and
16833            not 'VXLAN' and
16834            not 'IP4FWD' and
16835            not '2VM'"
16836   parameters:
16837   - "throughput"
16838   - "parent"
16839   - "tags"
16840 #  sort:
16841 #  - "not CFS_OPT"
16842 #  - "L2XCFWD"
16843 #  - "not CFS_OPT"
16844 #  - "CFS_OPT"
16845   traces:
16846     hoverinfo: "x+y"
16847     boxpoints: "outliers"
16848     whiskerwidth: 0
16849   layout:
16850     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16851     layout: "plot-throughput"
16852
16853 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16854 -
16855   type: "plot"
16856   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16857   algorithm: "plot_performance_box"
16858   output-file-type: ".html"
16859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16860   data: "plot-vpp-throughput-latency-2n-skx"
16861   filter: "'NIC_Intel-XXV710' and
16862            '64B' and
16863            'NDRPDR' and
16864            ('ETH' or 'DOT1Q') and
16865            '2T1C' and
16866            ('L2BDMACLRN' or 'L2XCFWD') and
16867            'VHOST_1024' and
16868            not 'CFS_OPT' and
16869            not 'VXLAN' and
16870            not 'IP4FWD'"
16871   parameters:
16872   - "throughput"
16873   - "parent"
16874   - "tags"
16875 #  sort:
16876 #  - "1VM"
16877 #  - "L2XCFWD"
16878 #  - "1VM"
16879 #  - "L2BDMACLRN"
16880   traces:
16881     hoverinfo: "x+y"
16882     boxpoints: "outliers"
16883     whiskerwidth: 0
16884   layout:
16885     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16886     layout: "plot-throughput"
16887
16888 -
16889   type: "plot"
16890   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16891   algorithm: "plot_performance_box"
16892   output-file-type: ".html"
16893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16894   data: "plot-vpp-throughput-latency-2n-skx"
16895   filter: "'NIC_Intel-XXV710' and
16896            '64B' and
16897            'NDRPDR' and
16898            ('ETH' or 'DOT1Q') and
16899            '2T1C' and
16900            ('L2BDMACLRN' or 'L2XCFWD') and
16901            'VHOST_1024' and
16902            not 'CFS_OPT' and
16903            not 'VXLAN' and
16904            not 'IP4FWD'"
16905   parameters:
16906   - "throughput"
16907   - "parent"
16908   - "tags"
16909 #  sort:
16910 #  - "1VM"
16911 #  - "L2XCFWD"
16912 #  - "1VM"
16913 #  - "L2BDMACLRN"
16914   traces:
16915     hoverinfo: "x+y"
16916     boxpoints: "outliers"
16917     whiskerwidth: 0
16918   layout:
16919     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16920     layout: "plot-throughput"
16921
16922 -
16923   type: "plot"
16924   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16925   algorithm: "plot_performance_box"
16926   output-file-type: ".html"
16927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16928   data: "plot-vpp-throughput-latency-2n-skx"
16929   filter: "'NIC_Intel-XXV710' and
16930            '64B' and
16931            'NDRPDR' and
16932            ('ETH' or 'DOT1Q') and
16933            '4T2C' and
16934            ('L2BDMACLRN' or 'L2XCFWD') and
16935            'VHOST_1024' and
16936            not 'CFS_OPT' and
16937            not 'VXLAN' and
16938            not 'IP4FWD'"
16939   parameters:
16940   - "throughput"
16941   - "parent"
16942   - "tags"
16943 #  sort:
16944 #  - "1VM"
16945 #  - "L2XCFWD"
16946 #  - "1VM"
16947 #  - "L2BDMACLRN"
16948   traces:
16949     hoverinfo: "x+y"
16950     boxpoints: "outliers"
16951     whiskerwidth: 0
16952   layout:
16953     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16954     layout: "plot-throughput"
16955
16956 -
16957   type: "plot"
16958   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16959   algorithm: "plot_performance_box"
16960   output-file-type: ".html"
16961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16962   data: "plot-vpp-throughput-latency-2n-skx"
16963   filter: "'NIC_Intel-XXV710' and
16964            '64B' and
16965            'NDRPDR' and
16966            ('ETH' or 'DOT1Q') and
16967            '4T2C' and
16968            ('L2BDMACLRN' or 'L2XCFWD') and
16969            'VHOST_1024' and
16970            not 'CFS_OPT' and
16971            not 'VXLAN' and
16972            not 'IP4FWD'"
16973   parameters:
16974   - "throughput"
16975   - "parent"
16976   - "tags"
16977 #  sort:
16978 #  - "1VM"
16979 #  - "L2XCFWD"
16980 #  - "1VM"
16981 #  - "L2BDMACLRN"
16982   traces:
16983     hoverinfo: "x+y"
16984     boxpoints: "outliers"
16985     whiskerwidth: 0
16986   layout:
16987     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16988     layout: "plot-throughput"
16989
16990 ################################################################################
16991
16992 # Packet Throughput - VPP VTS 3n-hsw-x520
16993 -
16994   type: "plot"
16995   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16996   algorithm: "plot_performance_box"
16997   output-file-type: ".html"
16998   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16999   data: "plot-vpp-throughput-latency-3n-hsw"
17000   filter: "'NIC_Intel-X520-DA2' and
17001            '114B' and
17002            'NDRPDR' and
17003            '1T1C' and
17004            'VTS'"
17005   parameters:
17006   - "throughput"
17007   - "parent"
17008   - "tags"
17009   traces:
17010     hoverinfo: "x+y"
17011     boxpoints: "outliers"
17012     whiskerwidth: 0
17013   layout:
17014     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17015     layout: "plot-throughput"
17016
17017 -
17018   type: "plot"
17019   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17020   algorithm: "plot_performance_box"
17021   output-file-type: ".html"
17022   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17023   data: "plot-vpp-throughput-latency-3n-hsw"
17024   filter: "'NIC_Intel-X520-DA2' and
17025            '114B' and
17026            'NDRPDR' and
17027            '2T2C' and
17028            'VTS'"
17029   parameters:
17030   - "throughput"
17031   - "parent"
17032   - "tags"
17033   traces:
17034     hoverinfo: "x+y"
17035     boxpoints: "outliers"
17036     whiskerwidth: 0
17037   layout:
17038     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17039     layout: "plot-throughput"
17040
17041 -
17042   type: "plot"
17043   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17044   algorithm: "plot_performance_box"
17045   output-file-type: ".html"
17046   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17047   data: "plot-vpp-throughput-latency-3n-hsw"
17048   filter: "'NIC_Intel-X520-DA2' and
17049            '114B' and
17050            'NDRPDR' and
17051            '1T1C' and
17052            'VTS'"
17053   parameters:
17054   - "throughput"
17055   - "parent"
17056   - "tags"
17057   traces:
17058     hoverinfo: "x+y"
17059     boxpoints: "outliers"
17060     whiskerwidth: 0
17061   layout:
17062     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17063     layout: "plot-throughput"
17064
17065 -
17066   type: "plot"
17067   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17068   algorithm: "plot_performance_box"
17069   output-file-type: ".html"
17070   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17071   data: "plot-vpp-throughput-latency-3n-hsw"
17072   filter: "'NIC_Intel-X520-DA2' and
17073            '114B' and
17074            'NDRPDR' and
17075            '2T2C' and
17076            'VTS'"
17077   parameters:
17078   - "throughput"
17079   - "parent"
17080   - "tags"
17081   traces:
17082     hoverinfo: "x+y"
17083     boxpoints: "outliers"
17084     whiskerwidth: 0
17085   layout:
17086     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17087     layout: "plot-throughput"
17088
17089 ################################################################################
17090
17091 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17092 -
17093   type: "plot"
17094   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17095   algorithm: "plot_performance_box"
17096   output-file-type: ".html"
17097   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17098   data: "plot-dpdk-throughput-latency-3n-hsw"
17099   filter: "'NIC_Intel-X520-DA2' and
17100            '64B' and
17101            'BASE' and
17102            'NDRPDR' and
17103            '1T1C' and
17104            'IP4FWD'"
17105   parameters:
17106   - "throughput"
17107   - "parent"
17108   - "tags"
17109   traces:
17110     hoverinfo: "x+y"
17111     boxpoints: "outliers"
17112     whiskerwidth: 0
17113   layout:
17114     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17115     layout: "plot-throughput"
17116
17117 -
17118   type: "plot"
17119   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17120   algorithm: "plot_performance_box"
17121   output-file-type: ".html"
17122   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17123   data: "plot-dpdk-throughput-latency-3n-hsw"
17124   filter: "'NIC_Intel-X520-DA2' and
17125            '64B' and
17126            'BASE' and
17127            'NDRPDR' and
17128            '2T2C' and
17129            'IP4FWD'"
17130   parameters:
17131   - "throughput"
17132   - "parent"
17133   - "tags"
17134   traces:
17135     hoverinfo: "x+y"
17136     boxpoints: "outliers"
17137     whiskerwidth: 0
17138   layout:
17139     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17140     layout: "plot-throughput"
17141
17142 -
17143   type: "plot"
17144   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17145   algorithm: "plot_performance_box"
17146   output-file-type: ".html"
17147   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17148   data: "plot-dpdk-throughput-latency-3n-hsw"
17149   filter: "'NIC_Intel-X520-DA2' and
17150            '64B' and
17151            'BASE' and
17152            'NDRPDR' and
17153            '1T1C' and
17154            'IP4FWD'"
17155   parameters:
17156   - "throughput"
17157   - "parent"
17158   - "tags"
17159   traces:
17160     hoverinfo: "x+y"
17161     boxpoints: "outliers"
17162     whiskerwidth: 0
17163   layout:
17164     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17165     layout: "plot-throughput"
17166
17167 -
17168   type: "plot"
17169   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17170   algorithm: "plot_performance_box"
17171   output-file-type: ".html"
17172   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17173   data: "plot-dpdk-throughput-latency-3n-hsw"
17174   filter: "'NIC_Intel-X520-DA2' and
17175            '64B' and
17176            'BASE' and
17177            'NDRPDR' and
17178            '2T2C' and
17179            'IP4FWD'"
17180   parameters:
17181   - "throughput"
17182   - "parent"
17183   - "tags"
17184   traces:
17185     hoverinfo: "x+y"
17186     boxpoints: "outliers"
17187     whiskerwidth: 0
17188   layout:
17189     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17190     layout: "plot-throughput"
17191
17192 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17193 -
17194   type: "plot"
17195   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17196   algorithm: "plot_performance_box"
17197   output-file-type: ".html"
17198   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17199   data: "plot-dpdk-throughput-latency-3n-hsw"
17200   filter: "'NIC_Intel-X710' and
17201            '64B' and
17202            'BASE' and
17203            'NDRPDR' and
17204            '1T1C' and
17205            'IP4FWD'"
17206   parameters:
17207   - "throughput"
17208   - "parent"
17209   - "tags"
17210   traces:
17211     hoverinfo: "x+y"
17212     boxpoints: "outliers"
17213     whiskerwidth: 0
17214   layout:
17215     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17216     layout: "plot-throughput"
17217
17218 -
17219   type: "plot"
17220   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17221   algorithm: "plot_performance_box"
17222   output-file-type: ".html"
17223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17224   data: "plot-dpdk-throughput-latency-3n-hsw"
17225   filter: "'NIC_Intel-X710' and
17226            '64B' and
17227            'BASE' and
17228            'NDRPDR' and
17229            '2T2C' and
17230            'IP4FWD'"
17231   parameters:
17232   - "throughput"
17233   - "parent"
17234   - "tags"
17235   traces:
17236     hoverinfo: "x+y"
17237     boxpoints: "outliers"
17238     whiskerwidth: 0
17239   layout:
17240     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17241     layout: "plot-throughput"
17242
17243 -
17244   type: "plot"
17245   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17246   algorithm: "plot_performance_box"
17247   output-file-type: ".html"
17248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17249   data: "plot-dpdk-throughput-latency-3n-hsw"
17250   filter: "'NIC_Intel-X710' and
17251            '64B' and
17252            'BASE' and
17253            'NDRPDR' and
17254            '1T1C' and
17255            'IP4FWD'"
17256   parameters:
17257   - "throughput"
17258   - "parent"
17259   - "tags"
17260   traces:
17261     hoverinfo: "x+y"
17262     boxpoints: "outliers"
17263     whiskerwidth: 0
17264   layout:
17265     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17266     layout: "plot-throughput"
17267
17268 -
17269   type: "plot"
17270   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17271   algorithm: "plot_performance_box"
17272   output-file-type: ".html"
17273   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17274   data: "plot-dpdk-throughput-latency-3n-hsw"
17275   filter: "'NIC_Intel-X710' and
17276            '64B' and
17277            'BASE' and
17278            'NDRPDR' and
17279            '2T2C' and
17280            'IP4FWD'"
17281   parameters:
17282   - "throughput"
17283   - "parent"
17284   - "tags"
17285   traces:
17286     hoverinfo: "x+y"
17287     boxpoints: "outliers"
17288     whiskerwidth: 0
17289   layout:
17290     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17291     layout: "plot-throughput"
17292
17293 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17294 -
17295   type: "plot"
17296   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17297   algorithm: "plot_performance_box"
17298   output-file-type: ".html"
17299   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17300   data: "plot-dpdk-throughput-latency-3n-hsw"
17301   filter: "'NIC_Intel-XL710' and
17302            '64B' and
17303            'BASE' and
17304            'NDRPDR' and
17305            '1T1C' and
17306            'IP4FWD'"
17307   parameters:
17308   - "throughput"
17309   - "parent"
17310   - "tags"
17311   traces:
17312     hoverinfo: "x+y"
17313     boxpoints: "outliers"
17314     whiskerwidth: 0
17315   layout:
17316     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17317     layout: "plot-throughput"
17318
17319 -
17320   type: "plot"
17321   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17322   algorithm: "plot_performance_box"
17323   output-file-type: ".html"
17324   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-3n-hsw"
17326   filter: "'NIC_Intel-XL710' and
17327            '64B' and
17328            'BASE' and
17329            'NDRPDR' and
17330            '2T2C' and
17331            'IP4FWD'"
17332   parameters:
17333   - "throughput"
17334   - "parent"
17335   - "tags"
17336   traces:
17337     hoverinfo: "x+y"
17338     boxpoints: "outliers"
17339     whiskerwidth: 0
17340   layout:
17341     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17342     layout: "plot-throughput"
17343
17344 -
17345   type: "plot"
17346   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17347   algorithm: "plot_performance_box"
17348   output-file-type: ".html"
17349   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17350   data: "plot-dpdk-throughput-latency-3n-hsw"
17351   filter: "'NIC_Intel-XL710' and
17352            '64B' and
17353            'BASE' and
17354            'NDRPDR' and
17355            '1T1C' and
17356            'IP4FWD'"
17357   parameters:
17358   - "throughput"
17359   - "parent"
17360   - "tags"
17361   traces:
17362     hoverinfo: "x+y"
17363     boxpoints: "outliers"
17364     whiskerwidth: 0
17365   layout:
17366     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17367     layout: "plot-throughput"
17368
17369 -
17370   type: "plot"
17371   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17372   algorithm: "plot_performance_box"
17373   output-file-type: ".html"
17374   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17375   data: "plot-dpdk-throughput-latency-3n-hsw"
17376   filter: "'NIC_Intel-XL710' and
17377            '64B' and
17378            'BASE' and
17379            'NDRPDR' and
17380            '2T2C' and
17381            'IP4FWD'"
17382   parameters:
17383   - "throughput"
17384   - "parent"
17385   - "tags"
17386   traces:
17387     hoverinfo: "x+y"
17388     boxpoints: "outliers"
17389     whiskerwidth: 0
17390   layout:
17391     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17392     layout: "plot-throughput"
17393
17394 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17395 -
17396   type: "plot"
17397   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17398   algorithm: "plot_performance_box"
17399   output-file-type: ".html"
17400   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17401   data: "plot-dpdk-throughput-latency-3n-skx"
17402   filter: "'NIC_Intel-X710' and
17403            '64B' and
17404            'BASE' and
17405            'NDRPDR' and
17406            '2T1C' and
17407            'IP4FWD'"
17408   parameters:
17409   - "throughput"
17410   - "parent"
17411   - "tags"
17412   traces:
17413     hoverinfo: "x+y"
17414     boxpoints: "outliers"
17415     whiskerwidth: 0
17416   layout:
17417     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17418     layout: "plot-throughput"
17419
17420 -
17421   type: "plot"
17422   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17423   algorithm: "plot_performance_box"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17426   data: "plot-dpdk-throughput-latency-3n-skx"
17427   filter: "'NIC_Intel-X710' and
17428            '64B' and
17429            'BASE' and
17430            'NDRPDR' and
17431            '4T2C' and
17432            'IP4FWD'"
17433   parameters:
17434   - "throughput"
17435   - "parent"
17436   - "tags"
17437   traces:
17438     hoverinfo: "x+y"
17439     boxpoints: "outliers"
17440     whiskerwidth: 0
17441   layout:
17442     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17443     layout: "plot-throughput"
17444
17445 -
17446   type: "plot"
17447   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17448   algorithm: "plot_performance_box"
17449   output-file-type: ".html"
17450   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17451   data: "plot-dpdk-throughput-latency-3n-skx"
17452   filter: "'NIC_Intel-X710' and
17453            '64B' and
17454            'BASE' and
17455            'NDRPDR' and
17456            '2T1C' and
17457            'IP4FWD'"
17458   parameters:
17459   - "throughput"
17460   - "parent"
17461   - "tags"
17462   traces:
17463     hoverinfo: "x+y"
17464     boxpoints: "outliers"
17465     whiskerwidth: 0
17466   layout:
17467     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17468     layout: "plot-throughput"
17469
17470 -
17471   type: "plot"
17472   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17473   algorithm: "plot_performance_box"
17474   output-file-type: ".html"
17475   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17476   data: "plot-dpdk-throughput-latency-3n-skx"
17477   filter: "'NIC_Intel-X710' and
17478            '64B' and
17479            'BASE' and
17480            'NDRPDR' and
17481            '4T2C' and
17482            'IP4FWD'"
17483   parameters:
17484   - "throughput"
17485   - "parent"
17486   - "tags"
17487   traces:
17488     hoverinfo: "x+y"
17489     boxpoints: "outliers"
17490     whiskerwidth: 0
17491   layout:
17492     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17493     layout: "plot-throughput"
17494
17495 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17496 -
17497   type: "plot"
17498   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17499   algorithm: "plot_performance_box"
17500   output-file-type: ".html"
17501   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17502   data: "plot-dpdk-throughput-latency-3n-skx"
17503   filter: "'NIC_Intel-XXV710' and
17504            '64B' and
17505            'BASE' and
17506            'NDRPDR' and
17507            '2T1C' and
17508            'IP4FWD'"
17509   parameters:
17510   - "throughput"
17511   - "parent"
17512   - "tags"
17513   traces:
17514     hoverinfo: "x+y"
17515     boxpoints: "outliers"
17516     whiskerwidth: 0
17517   layout:
17518     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17519     layout: "plot-throughput"
17520
17521 -
17522   type: "plot"
17523   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17524   algorithm: "plot_performance_box"
17525   output-file-type: ".html"
17526   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17527   data: "plot-dpdk-throughput-latency-3n-skx"
17528   filter: "'NIC_Intel-XXV710' and
17529            '64B' and
17530            'BASE' and
17531            'NDRPDR' and
17532            '4T2C' and
17533            'IP4FWD'"
17534   parameters:
17535   - "throughput"
17536   - "parent"
17537   - "tags"
17538   traces:
17539     hoverinfo: "x+y"
17540     boxpoints: "outliers"
17541     whiskerwidth: 0
17542   layout:
17543     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17544     layout: "plot-throughput"
17545
17546 -
17547   type: "plot"
17548   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17549   algorithm: "plot_performance_box"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17552   data: "plot-dpdk-throughput-latency-3n-skx"
17553   filter: "'NIC_Intel-XXV710' and
17554            '64B' and
17555            'BASE' and
17556            'NDRPDR' and
17557            '2T1C' and
17558            'IP4FWD'"
17559   parameters:
17560   - "throughput"
17561   - "parent"
17562   - "tags"
17563   traces:
17564     hoverinfo: "x+y"
17565     boxpoints: "outliers"
17566     whiskerwidth: 0
17567   layout:
17568     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17569     layout: "plot-throughput"
17570
17571 -
17572   type: "plot"
17573   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17574   algorithm: "plot_performance_box"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17577   data: "plot-dpdk-throughput-latency-3n-skx"
17578   filter: "'NIC_Intel-XXV710' and
17579            '64B' and
17580            'BASE' and
17581            'NDRPDR' and
17582            '4T2C' and
17583            'IP4FWD'"
17584   parameters:
17585   - "throughput"
17586   - "parent"
17587   - "tags"
17588   traces:
17589     hoverinfo: "x+y"
17590     boxpoints: "outliers"
17591     whiskerwidth: 0
17592   layout:
17593     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17597 -
17598   type: "plot"
17599   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17600   algorithm: "plot_performance_box"
17601   output-file-type: ".html"
17602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17603   data: "plot-dpdk-throughput-latency-2n-skx"
17604   filter: "'NIC_Intel-X710' and
17605            '64B' and
17606            'BASE' and
17607            'NDRPDR' and
17608            '2T1C' and
17609            'IP4FWD'"
17610   parameters:
17611   - "throughput"
17612   - "parent"
17613   - "tags"
17614   traces:
17615     hoverinfo: "x+y"
17616     boxpoints: "outliers"
17617     whiskerwidth: 0
17618   layout:
17619     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17620     layout: "plot-throughput"
17621
17622 -
17623   type: "plot"
17624   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17625   algorithm: "plot_performance_box"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17628   data: "plot-dpdk-throughput-latency-2n-skx"
17629   filter: "'NIC_Intel-X710' and
17630            '64B' and
17631            'BASE' and
17632            'NDRPDR' and
17633            '4T2C' and
17634            'IP4FWD'"
17635   parameters:
17636   - "throughput"
17637   - "parent"
17638   - "tags"
17639   traces:
17640     hoverinfo: "x+y"
17641     boxpoints: "outliers"
17642     whiskerwidth: 0
17643   layout:
17644     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17645     layout: "plot-throughput"
17646
17647 -
17648   type: "plot"
17649   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17650   algorithm: "plot_performance_box"
17651   output-file-type: ".html"
17652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17653   data: "plot-dpdk-throughput-latency-2n-skx"
17654   filter: "'NIC_Intel-X710' and
17655            '64B' and
17656            'BASE' and
17657            'NDRPDR' and
17658            '2T1C' and
17659            'IP4FWD'"
17660   parameters:
17661   - "throughput"
17662   - "parent"
17663   - "tags"
17664   traces:
17665     hoverinfo: "x+y"
17666     boxpoints: "outliers"
17667     whiskerwidth: 0
17668   layout:
17669     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17670     layout: "plot-throughput"
17671
17672 -
17673   type: "plot"
17674   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17675   algorithm: "plot_performance_box"
17676   output-file-type: ".html"
17677   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17678   data: "plot-dpdk-throughput-latency-2n-skx"
17679   filter: "'NIC_Intel-X710' and
17680            '64B' and
17681            'BASE' and
17682            'NDRPDR' and
17683            '4T2C' and
17684            'IP4FWD'"
17685   parameters:
17686   - "throughput"
17687   - "parent"
17688   - "tags"
17689   traces:
17690     hoverinfo: "x+y"
17691     boxpoints: "outliers"
17692     whiskerwidth: 0
17693   layout:
17694     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17695     layout: "plot-throughput"
17696
17697 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17698 -
17699   type: "plot"
17700   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17701   algorithm: "plot_performance_box"
17702   output-file-type: ".html"
17703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17704   data: "plot-dpdk-throughput-latency-2n-skx"
17705   filter: "'NIC_Intel-XXV710' and
17706            '64B' and
17707            'BASE' and
17708            'NDRPDR' and
17709            '2T1C' and
17710            'IP4FWD'"
17711   parameters:
17712   - "throughput"
17713   - "parent"
17714   - "tags"
17715   traces:
17716     hoverinfo: "x+y"
17717     boxpoints: "outliers"
17718     whiskerwidth: 0
17719   layout:
17720     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17721     layout: "plot-throughput"
17722
17723 -
17724   type: "plot"
17725   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17726   algorithm: "plot_performance_box"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17729   data: "plot-dpdk-throughput-latency-2n-skx"
17730   filter: "'NIC_Intel-XXV710' and
17731            '64B' and
17732            'BASE' and
17733            'NDRPDR' and
17734            '4T2C' and
17735            'IP4FWD'"
17736   parameters:
17737   - "throughput"
17738   - "parent"
17739   - "tags"
17740   traces:
17741     hoverinfo: "x+y"
17742     boxpoints: "outliers"
17743     whiskerwidth: 0
17744   layout:
17745     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17746     layout: "plot-throughput"
17747
17748 -
17749   type: "plot"
17750   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17751   algorithm: "plot_performance_box"
17752   output-file-type: ".html"
17753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17754   data: "plot-dpdk-throughput-latency-2n-skx"
17755   filter: "'NIC_Intel-XXV710' and
17756            '64B' and
17757            'BASE' and
17758            'NDRPDR' and
17759            '2T1C' and
17760            'IP4FWD'"
17761   parameters:
17762   - "throughput"
17763   - "parent"
17764   - "tags"
17765   traces:
17766     hoverinfo: "x+y"
17767     boxpoints: "outliers"
17768     whiskerwidth: 0
17769   layout:
17770     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17771     layout: "plot-throughput"
17772
17773 -
17774   type: "plot"
17775   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17776   algorithm: "plot_performance_box"
17777   output-file-type: ".html"
17778   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17779   data: "plot-dpdk-throughput-latency-2n-skx"
17780   filter: "'NIC_Intel-XXV710' and
17781            '64B' and
17782            'BASE' and
17783            'NDRPDR' and
17784            '4T2C' and
17785            'IP4FWD'"
17786   parameters:
17787   - "throughput"
17788   - "parent"
17789   - "tags"
17790   traces:
17791     hoverinfo: "x+y"
17792     boxpoints: "outliers"
17793     whiskerwidth: 0
17794   layout:
17795     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17796     layout: "plot-throughput"
17797
17798 ################################################################################
17799
17800 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17801 -
17802   type: "plot"
17803   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17804   algorithm: "plot_performance_box"
17805   output-file-type: ".html"
17806   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17807   data: "plot-dpdk-throughput-latency-3n-hsw"
17808   filter: "'NIC_Intel-X520-DA2' and
17809            '64B' and
17810            'BASE' and
17811            'NDRPDR' and
17812            '1T1C' and
17813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17814   parameters:
17815   - "throughput"
17816   - "parent"
17817   - "tags"
17818   traces:
17819     hoverinfo: "x+y"
17820     boxpoints: "outliers"
17821     whiskerwidth: 0
17822   layout:
17823     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17824     layout: "plot-throughput"
17825
17826 -
17827   type: "plot"
17828   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17829   algorithm: "plot_performance_box"
17830   output-file-type: ".html"
17831   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17832   data: "plot-dpdk-throughput-latency-3n-hsw"
17833   filter: "'NIC_Intel-X520-DA2' and
17834            '64B' and
17835            'BASE' and
17836            'NDRPDR' and
17837            '2T2C' and
17838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17839   parameters:
17840   - "throughput"
17841   - "parent"
17842   - "tags"
17843   traces:
17844     hoverinfo: "x+y"
17845     boxpoints: "outliers"
17846     whiskerwidth: 0
17847   layout:
17848     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17849     layout: "plot-throughput"
17850
17851 -
17852   type: "plot"
17853   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17854   algorithm: "plot_performance_box"
17855   output-file-type: ".html"
17856   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17857   data: "plot-dpdk-throughput-latency-3n-hsw"
17858   filter: "'NIC_Intel-X520-DA2' and
17859            '64B' and
17860            'BASE' and
17861            'NDRPDR' and
17862            '1T1C' and
17863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17864   parameters:
17865   - "throughput"
17866   - "parent"
17867   - "tags"
17868   traces:
17869     hoverinfo: "x+y"
17870     boxpoints: "outliers"
17871     whiskerwidth: 0
17872   layout:
17873     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17874     layout: "plot-throughput"
17875
17876 -
17877   type: "plot"
17878   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17879   algorithm: "plot_performance_box"
17880   output-file-type: ".html"
17881   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17882   data: "plot-dpdk-throughput-latency-3n-hsw"
17883   filter: "'NIC_Intel-X520-DA2' and
17884            '64B' and
17885            'BASE' and
17886            'NDRPDR' and
17887            '2T2C' and
17888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17889   parameters:
17890   - "throughput"
17891   - "parent"
17892   - "tags"
17893   traces:
17894     hoverinfo: "x+y"
17895     boxpoints: "outliers"
17896     whiskerwidth: 0
17897   layout:
17898     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17899     layout: "plot-throughput"
17900
17901 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17902 -
17903   type: "plot"
17904   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17905   algorithm: "plot_performance_box"
17906   output-file-type: ".html"
17907   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17908   data: "plot-dpdk-throughput-latency-3n-hsw"
17909   filter: "'NIC_Intel-X710' and
17910            '64B' and
17911            'BASE' and
17912            'NDRPDR' and
17913            '1T1C' and
17914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17915   parameters:
17916   - "throughput"
17917   - "parent"
17918   - "tags"
17919   traces:
17920     hoverinfo: "x+y"
17921     boxpoints: "outliers"
17922     whiskerwidth: 0
17923   layout:
17924     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17925     layout: "plot-throughput"
17926
17927 -
17928   type: "plot"
17929   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17930   algorithm: "plot_performance_box"
17931   output-file-type: ".html"
17932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17933   data: "plot-dpdk-throughput-latency-3n-hsw"
17934   filter: "'NIC_Intel-X710' and
17935            '64B' and
17936            'BASE' and
17937            'NDRPDR' and
17938            '2T2C' and
17939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17940   parameters:
17941   - "throughput"
17942   - "parent"
17943   - "tags"
17944   traces:
17945     hoverinfo: "x+y"
17946     boxpoints: "outliers"
17947     whiskerwidth: 0
17948   layout:
17949     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17950     layout: "plot-throughput"
17951
17952 -
17953   type: "plot"
17954   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17955   algorithm: "plot_performance_box"
17956   output-file-type: ".html"
17957   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17958   data: "plot-dpdk-throughput-latency-3n-hsw"
17959   filter: "'NIC_Intel-X710' and
17960            '64B' and
17961            'BASE' and
17962            'NDRPDR' and
17963            '1T1C' and
17964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17965   parameters:
17966   - "throughput"
17967   - "parent"
17968   - "tags"
17969   traces:
17970     hoverinfo: "x+y"
17971     boxpoints: "outliers"
17972     whiskerwidth: 0
17973   layout:
17974     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17975     layout: "plot-throughput"
17976
17977 -
17978   type: "plot"
17979   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17980   algorithm: "plot_performance_box"
17981   output-file-type: ".html"
17982   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17983   data: "plot-dpdk-throughput-latency-3n-hsw"
17984   filter: "'NIC_Intel-X710' and
17985            '64B' and
17986            'BASE' and
17987            'NDRPDR' and
17988            '2T2C' and
17989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17990   parameters:
17991   - "throughput"
17992   - "parent"
17993   - "tags"
17994   traces:
17995     hoverinfo: "x+y"
17996     boxpoints: "outliers"
17997     whiskerwidth: 0
17998   layout:
17999     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18000     layout: "plot-throughput"
18001
18002 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18003 -
18004   type: "plot"
18005   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18006   algorithm: "plot_performance_box"
18007   output-file-type: ".html"
18008   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18009   data: "plot-dpdk-throughput-latency-3n-hsw"
18010   filter: "'NIC_Intel-XL710' and
18011            '64B' and
18012            'BASE' and
18013            'NDRPDR' and
18014            '1T1C' and
18015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18016   parameters:
18017   - "throughput"
18018   - "parent"
18019   - "tags"
18020   traces:
18021     hoverinfo: "x+y"
18022     boxpoints: "outliers"
18023     whiskerwidth: 0
18024   layout:
18025     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18026     layout: "plot-throughput"
18027
18028 -
18029   type: "plot"
18030   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18031   algorithm: "plot_performance_box"
18032   output-file-type: ".html"
18033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18034   data: "plot-dpdk-throughput-latency-3n-hsw"
18035   filter: "'NIC_Intel-XL710' and
18036            '64B' and
18037            'BASE' and
18038            'NDRPDR' and
18039            '2T2C' and
18040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18041   parameters:
18042   - "throughput"
18043   - "parent"
18044   - "tags"
18045   traces:
18046     hoverinfo: "x+y"
18047     boxpoints: "outliers"
18048     whiskerwidth: 0
18049   layout:
18050     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18051     layout: "plot-throughput"
18052
18053 -
18054   type: "plot"
18055   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18056   algorithm: "plot_performance_box"
18057   output-file-type: ".html"
18058   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18059   data: "plot-dpdk-throughput-latency-3n-hsw"
18060   filter: "'NIC_Intel-XL710' and
18061            '64B' and
18062            'BASE' and
18063            'NDRPDR' and
18064            '1T1C' and
18065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18066   parameters:
18067   - "throughput"
18068   - "parent"
18069   - "tags"
18070   traces:
18071     hoverinfo: "x+y"
18072     boxpoints: "outliers"
18073     whiskerwidth: 0
18074   layout:
18075     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18076     layout: "plot-throughput"
18077
18078 -
18079   type: "plot"
18080   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18081   algorithm: "plot_performance_box"
18082   output-file-type: ".html"
18083   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18084   data: "plot-dpdk-throughput-latency-3n-hsw"
18085   filter: "'NIC_Intel-XL710' and
18086            '64B' and
18087            'BASE' and
18088            'NDRPDR' and
18089            '2T2C' and
18090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18091   parameters:
18092   - "throughput"
18093   - "parent"
18094   - "tags"
18095   traces:
18096     hoverinfo: "x+y"
18097     boxpoints: "outliers"
18098     whiskerwidth: 0
18099   layout:
18100     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18101     layout: "plot-throughput"
18102
18103 # Packet Throughput - DPDK testpmd 3n-skx-x710
18104 -
18105   type: "plot"
18106   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18107   algorithm: "plot_performance_box"
18108   output-file-type: ".html"
18109   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18110   data: "plot-dpdk-throughput-latency-3n-skx"
18111   filter: "'NIC_Intel-X710' and
18112            '64B' and
18113            'BASE' and
18114            'NDRPDR' and
18115            '2T1C' and
18116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18117   parameters:
18118   - "throughput"
18119   - "parent"
18120   - "tags"
18121   traces:
18122     hoverinfo: "x+y"
18123     boxpoints: "outliers"
18124     whiskerwidth: 0
18125   layout:
18126     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18127     layout: "plot-throughput"
18128
18129 -
18130   type: "plot"
18131   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18132   algorithm: "plot_performance_box"
18133   output-file-type: ".html"
18134   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18135   data: "plot-dpdk-throughput-latency-3n-skx"
18136   filter: "'NIC_Intel-X710' and
18137            '64B' and
18138            'BASE' and
18139            'NDRPDR' and
18140            '4T2C' and
18141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18142   parameters:
18143   - "throughput"
18144   - "parent"
18145   - "tags"
18146   traces:
18147     hoverinfo: "x+y"
18148     boxpoints: "outliers"
18149     whiskerwidth: 0
18150   layout:
18151     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18152     layout: "plot-throughput"
18153
18154 -
18155   type: "plot"
18156   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18157   algorithm: "plot_performance_box"
18158   output-file-type: ".html"
18159   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18160   data: "plot-dpdk-throughput-latency-3n-skx"
18161   filter: "'NIC_Intel-X710' and
18162            '64B' and
18163            'BASE' and
18164            'NDRPDR' and
18165            '2T1C' and
18166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18167   parameters:
18168   - "throughput"
18169   - "parent"
18170   - "tags"
18171   traces:
18172     hoverinfo: "x+y"
18173     boxpoints: "outliers"
18174     whiskerwidth: 0
18175   layout:
18176     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18177     layout: "plot-throughput"
18178
18179 -
18180   type: "plot"
18181   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18182   algorithm: "plot_performance_box"
18183   output-file-type: ".html"
18184   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18185   data: "plot-dpdk-throughput-latency-3n-skx"
18186   filter: "'NIC_Intel-X710' and
18187            '64B' and
18188            'BASE' and
18189            'NDRPDR' and
18190            '4T2C' and
18191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18192   parameters:
18193   - "throughput"
18194   - "parent"
18195   - "tags"
18196   traces:
18197     hoverinfo: "x+y"
18198     boxpoints: "outliers"
18199     whiskerwidth: 0
18200   layout:
18201     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18202     layout: "plot-throughput"
18203
18204 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18205 -
18206   type: "plot"
18207   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18208   algorithm: "plot_performance_box"
18209   output-file-type: ".html"
18210   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18211   data: "plot-dpdk-throughput-latency-3n-skx"
18212   filter: "'NIC_Intel-XXV710' and
18213            '64B' and
18214            'BASE' and
18215            'NDRPDR' and
18216            '2T1C' and
18217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18218   parameters:
18219   - "throughput"
18220   - "parent"
18221   - "tags"
18222   traces:
18223     hoverinfo: "x+y"
18224     boxpoints: "outliers"
18225     whiskerwidth: 0
18226   layout:
18227     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18228     layout: "plot-throughput"
18229
18230 -
18231   type: "plot"
18232   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18233   algorithm: "plot_performance_box"
18234   output-file-type: ".html"
18235   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18236   data: "plot-dpdk-throughput-latency-3n-skx"
18237   filter: "'NIC_Intel-XXV710' and
18238            '64B' and
18239            'BASE' and
18240            'NDRPDR' and
18241            '4T2C' and
18242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18243   parameters:
18244   - "throughput"
18245   - "parent"
18246   - "tags"
18247   traces:
18248     hoverinfo: "x+y"
18249     boxpoints: "outliers"
18250     whiskerwidth: 0
18251   layout:
18252     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18253     layout: "plot-throughput"
18254
18255 -
18256   type: "plot"
18257   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18258   algorithm: "plot_performance_box"
18259   output-file-type: ".html"
18260   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18261   data: "plot-dpdk-throughput-latency-3n-skx"
18262   filter: "'NIC_Intel-XXV710' and
18263            '64B' and
18264            'BASE' and
18265            'NDRPDR' and
18266            '2T1C' and
18267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18268   parameters:
18269   - "throughput"
18270   - "parent"
18271   - "tags"
18272   traces:
18273     hoverinfo: "x+y"
18274     boxpoints: "outliers"
18275     whiskerwidth: 0
18276   layout:
18277     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18278     layout: "plot-throughput"
18279
18280 -
18281   type: "plot"
18282   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18283   algorithm: "plot_performance_box"
18284   output-file-type: ".html"
18285   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18286   data: "plot-dpdk-throughput-latency-3n-skx"
18287   filter: "'NIC_Intel-XXV710' and
18288            '64B' and
18289            'BASE' and
18290            'NDRPDR' and
18291            '4T2C' and
18292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18293   parameters:
18294   - "throughput"
18295   - "parent"
18296   - "tags"
18297   traces:
18298     hoverinfo: "x+y"
18299     boxpoints: "outliers"
18300     whiskerwidth: 0
18301   layout:
18302     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18303     layout: "plot-throughput"
18304
18305 # Packet Throughput - DPDK testpmd 2n-skx-x710
18306 -
18307   type: "plot"
18308   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18309   algorithm: "plot_performance_box"
18310   output-file-type: ".html"
18311   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18312   data: "plot-dpdk-throughput-latency-2n-skx"
18313   filter: "'NIC_Intel-X710' and
18314            '64B' and
18315            'BASE' and
18316            'NDRPDR' and
18317            '2T1C' and
18318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18319   parameters:
18320   - "throughput"
18321   - "parent"
18322   - "tags"
18323   traces:
18324     hoverinfo: "x+y"
18325     boxpoints: "outliers"
18326     whiskerwidth: 0
18327   layout:
18328     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18329     layout: "plot-throughput"
18330
18331 -
18332   type: "plot"
18333   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18334   algorithm: "plot_performance_box"
18335   output-file-type: ".html"
18336   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18337   data: "plot-dpdk-throughput-latency-2n-skx"
18338   filter: "'NIC_Intel-X710' and
18339            '64B' and
18340            'BASE' and
18341            'NDRPDR' and
18342            '4T2C' and
18343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18344   parameters:
18345   - "throughput"
18346   - "parent"
18347   - "tags"
18348   traces:
18349     hoverinfo: "x+y"
18350     boxpoints: "outliers"
18351     whiskerwidth: 0
18352   layout:
18353     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18354     layout: "plot-throughput"
18355
18356 -
18357   type: "plot"
18358   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18359   algorithm: "plot_performance_box"
18360   output-file-type: ".html"
18361   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18362   data: "plot-dpdk-throughput-latency-2n-skx"
18363   filter: "'NIC_Intel-X710' and
18364            '64B' and
18365            'BASE' and
18366            'NDRPDR' and
18367            '2T1C' and
18368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18369   parameters:
18370   - "throughput"
18371   - "parent"
18372   - "tags"
18373   traces:
18374     hoverinfo: "x+y"
18375     boxpoints: "outliers"
18376     whiskerwidth: 0
18377   layout:
18378     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18379     layout: "plot-throughput"
18380
18381 -
18382   type: "plot"
18383   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18384   algorithm: "plot_performance_box"
18385   output-file-type: ".html"
18386   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18387   data: "plot-dpdk-throughput-latency-2n-skx"
18388   filter: "'NIC_Intel-X710' and
18389            '64B' and
18390            'BASE' and
18391            'NDRPDR' and
18392            '4T2C' and
18393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18394   parameters:
18395   - "throughput"
18396   - "parent"
18397   - "tags"
18398   traces:
18399     hoverinfo: "x+y"
18400     boxpoints: "outliers"
18401     whiskerwidth: 0
18402   layout:
18403     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18404     layout: "plot-throughput"
18405
18406 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18407 -
18408   type: "plot"
18409   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18410   algorithm: "plot_performance_box"
18411   output-file-type: ".html"
18412   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18413   data: "plot-dpdk-throughput-latency-2n-skx"
18414   filter: "'NIC_Intel-XXV710' and
18415            '64B' and
18416            'BASE' and
18417            'NDRPDR' and
18418            '2T1C' and
18419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18420   parameters:
18421   - "throughput"
18422   - "parent"
18423   - "tags"
18424   traces:
18425     hoverinfo: "x+y"
18426     boxpoints: "outliers"
18427     whiskerwidth: 0
18428   layout:
18429     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18430     layout: "plot-throughput"
18431
18432 -
18433   type: "plot"
18434   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18435   algorithm: "plot_performance_box"
18436   output-file-type: ".html"
18437   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18438   data: "plot-dpdk-throughput-latency-2n-skx"
18439   filter: "'NIC_Intel-XXV710' and
18440            '64B' and
18441            'BASE' and
18442            'NDRPDR' and
18443            '4T2C' and
18444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18445   parameters:
18446   - "throughput"
18447   - "parent"
18448   - "tags"
18449   traces:
18450     hoverinfo: "x+y"
18451     boxpoints: "outliers"
18452     whiskerwidth: 0
18453   layout:
18454     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18455     layout: "plot-throughput"
18456
18457 -
18458   type: "plot"
18459   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18460   algorithm: "plot_performance_box"
18461   output-file-type: ".html"
18462   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18463   data: "plot-dpdk-throughput-latency-2n-skx"
18464   filter: "'NIC_Intel-XXV710' and
18465            '64B' and
18466            'BASE' and
18467            'NDRPDR' and
18468            '2T1C' and
18469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18470   parameters:
18471   - "throughput"
18472   - "parent"
18473   - "tags"
18474   traces:
18475     hoverinfo: "x+y"
18476     boxpoints: "outliers"
18477     whiskerwidth: 0
18478   layout:
18479     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18480     layout: "plot-throughput"
18481
18482 -
18483   type: "plot"
18484   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18485   algorithm: "plot_performance_box"
18486   output-file-type: ".html"
18487   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18488   data: "plot-dpdk-throughput-latency-2n-skx"
18489   filter: "'NIC_Intel-XXV710' and
18490            '64B' and
18491            'BASE' and
18492            'NDRPDR' and
18493            '4T2C' and
18494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18495   parameters:
18496   - "throughput"
18497   - "parent"
18498   - "tags"
18499   traces:
18500     hoverinfo: "x+y"
18501     boxpoints: "outliers"
18502     whiskerwidth: 0
18503   layout:
18504     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18505     layout: "plot-throughput"
18506
18507 ################################################################################
18508
18509 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18510 -
18511   type: "plot"
18512   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18513   algorithm: "plot_latency_error_bars"
18514   output-file-type: ".html"
18515   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18516   data: "plot-vpp-throughput-latency-3n-hsw"
18517   filter: "'NIC_Intel-X520-DA2' and
18518            '64B' and
18519            ('BASE' or 'SCALE') and
18520            'NDRPDR' and
18521            'ETH' and
18522            '1T1C' and
18523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18524            not 'VHOST' and
18525            not 'MEMIF'"
18526   parameters:
18527   - "latency"
18528   - "parent"
18529   - "tags"
18530   sort:
18531   - "L2XCFWD"
18532   - "L2PATCH"
18533   - "L2BDMACLRN"
18534   - "FIB_10K"
18535   - "FIB_100K"
18536   - "FIB_1M"
18537   layout:
18538     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18539     layout: "plot-latency"
18540
18541 -
18542   type: "plot"
18543   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18544   algorithm: "plot_latency_error_bars"
18545   output-file-type: ".html"
18546   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18547   data: "plot-vpp-throughput-latency-3n-hsw"
18548   filter: "'NIC_Intel-X520-DA2' and
18549            '64B' and
18550            ('BASE' or 'SCALE') and
18551            'NDRPDR' and
18552            'ETH' and
18553            '2T2C' and
18554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18555            not 'VHOST' and
18556            not 'MEMIF'"
18557   parameters:
18558   - "latency"
18559   - "parent"
18560   - "tags"
18561   sort:
18562   - "L2XCFWD"
18563   - "L2PATCH"
18564   - "L2BDMACLRN"
18565   - "FIB_10K"
18566   - "FIB_100K"
18567   - "FIB_1M"
18568   layout:
18569     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18570     layout: "plot-latency"
18571
18572 # Packet Latency - VPP L2 3n-hsw-x520 features
18573 -
18574   type: "plot"
18575   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18576   algorithm: "plot_latency_error_bars"
18577   output-file-type: ".html"
18578   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18579   data: "plot-vpp-throughput-latency-3n-hsw"
18580   filter: "'NIC_Intel-X520-DA2' and
18581            '64B' and
18582            'NDRPDR' and
18583            '1T1C' and
18584            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18585            not 'ACL' and
18586            not 'VHOST' and
18587            not 'MEMIF'"
18588   parameters:
18589   - "latency"
18590   - "parent"
18591   - "tags"
18592   sort:
18593   - "L2XCBASE"    # l2xcbase
18594   - "L2BDBASE"    # l2bdbase
18595   - "L2XCFWD"     # dot1q-l2xcbase
18596   - "L2BDMACLRN"  # dot1q-l2bdbase
18597   layout:
18598     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18599     layout: "plot-latency"
18600
18601 -
18602   type: "plot"
18603   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18604   algorithm: "plot_latency_error_bars"
18605   output-file-type: ".html"
18606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18607   data: "plot-vpp-throughput-latency-3n-hsw"
18608   filter: "'NIC_Intel-X520-DA2' and
18609            '64B' and
18610            'NDRPDR' and
18611            '2T2C' and
18612            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18613            not 'ACL' and
18614            not 'VHOST' and
18615            not 'MEMIF'"
18616   parameters:
18617   - "latency"
18618   - "parent"
18619   - "tags"
18620   sort:
18621   - "L2XCBASE"    # l2xcbase
18622   - "L2BDBASE"    # l2bdbase
18623   - "L2XCFWD"     # dot1q-l2xcbase
18624   - "L2BDMACLRN"  # dot1q-l2bdbase
18625   layout:
18626     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18627     layout: "plot-latency"
18628
18629 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18630 -
18631   type: "plot"
18632   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18633   algorithm: "plot_latency_error_bars"
18634   output-file-type: ".html"
18635   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18636   data: "plot-vpp-throughput-latency-3n-hsw"
18637   filter: "'NIC_Intel-X710' and
18638            '64B' and
18639            ('BASE' or 'SCALE') and
18640            'NDRPDR' and
18641            'ETH' and
18642            '1T1C' and
18643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18644            not 'VHOST' and
18645            not 'MEMIF'"
18646   parameters:
18647   - "latency"
18648   - "parent"
18649   - "tags"
18650   sort:
18651   - "L2PATCH"
18652   - "L2XCBASE"
18653   - "BASE"
18654   - "FIB_10K"
18655   - "FIB_100K"
18656   - "FIB_1M"
18657   layout:
18658     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18659     layout: "plot-latency"
18660
18661 -
18662   type: "plot"
18663   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18664   algorithm: "plot_latency_error_bars"
18665   output-file-type: ".html"
18666   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18667   data: "plot-vpp-throughput-latency-3n-hsw"
18668   filter: "'NIC_Intel-X710' and
18669            '64B' and
18670            ('BASE' or 'SCALE') and
18671            'NDRPDR' and
18672            'ETH' and
18673            '2T2C' and
18674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18675            not 'VHOST' and
18676            not 'MEMIF'"
18677   parameters:
18678   - "latency"
18679   - "parent"
18680   - "tags"
18681   sort:
18682   - "L2PATCH"
18683   - "L2XCBASE"
18684   - "BASE"
18685   - "FIB_10K"
18686   - "FIB_100K"
18687   - "FIB_1M"
18688   layout:
18689     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18690     layout: "plot-latency"
18691
18692 # Packet Latency - VPP L2 3n-hsw-x710 features
18693 -
18694   type: "plot"
18695   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18696   algorithm: "plot_latency_error_bars"
18697   output-file-type: ".html"
18698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18699   data: "plot-vpp-throughput-latency-3n-hsw"
18700   filter: "'NIC_Intel-X710' and
18701            '64B' and
18702            'NDRPDR' and
18703            '1T1C' and
18704            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18705            not 'ACL' and
18706            not 'VHOST' and
18707            not 'MEMIF'"
18708   parameters:
18709   - "latency"
18710   - "parent"
18711   - "tags"
18712   sort:
18713   - "L2XCBASE"    # l2xcbase
18714   - "L2BDBASE"    # l2bdbase
18715   - "L2XCFWD"     # dot1q-l2xcbase
18716   - "L2BDMACLRN"  # dot1q-l2bdbase
18717   layout:
18718     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18719     layout: "plot-latency"
18720
18721 -
18722   type: "plot"
18723   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18724   algorithm: "plot_latency_error_bars"
18725   output-file-type: ".html"
18726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18727   data: "plot-vpp-throughput-latency-3n-hsw"
18728   filter: "'NIC_Intel-X710' and
18729            '64B' and
18730            'NDRPDR' and
18731            '2T2C' and
18732            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18733            not 'ACL' and
18734            not 'VHOST' and
18735            not 'MEMIF'"
18736   parameters:
18737   - "latency"
18738   - "parent"
18739   - "tags"
18740   sort:
18741   - "L2XCBASE"    # l2xcbase
18742   - "L2BDBASE"    # l2bdbase
18743   - "L2XCFWD"     # dot1q-l2xcbase
18744   - "L2BDMACLRN"  # dot1q-l2bdbase
18745   layout:
18746     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18747     layout: "plot-latency"
18748
18749 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18750 -
18751   type: "plot"
18752   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18753   algorithm: "plot_latency_error_bars"
18754   output-file-type: ".html"
18755   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18756   data: "plot-vpp-throughput-latency-3n-hsw"
18757   filter: "'NIC_Intel-XL710' and
18758            '64B' and
18759            ('BASE' or 'SCALE') and
18760            'NDRPDR' and
18761            'ETH' and
18762            '1T1C' and
18763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18764            not 'VHOST' and
18765            not 'MEMIF'"
18766   parameters:
18767   - "latency"
18768   - "parent"
18769   - "tags"
18770   sort:
18771   - "L2PATCH"
18772   - "L2XCBASE"
18773   - "BASE"
18774   - "FIB_10K"
18775   - "FIB_100K"
18776   - "FIB_1M"
18777   layout:
18778     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18779     layout: "plot-latency"
18780
18781 -
18782   type: "plot"
18783   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18784   algorithm: "plot_latency_error_bars"
18785   output-file-type: ".html"
18786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18787   data: "plot-vpp-throughput-latency-3n-hsw"
18788   filter: "'NIC_Intel-XL710' and
18789            '64B' and
18790            ('BASE' or 'SCALE') and
18791            'NDRPDR' and
18792            'ETH' and
18793            '2T2C' and
18794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18795            not 'VHOST' and
18796            not 'MEMIF'"
18797   parameters:
18798   - "latency"
18799   - "parent"
18800   - "tags"
18801   sort:
18802   - "L2PATCH"
18803   - "L2XCBASE"
18804   - "BASE"
18805   - "FIB_10K"
18806   - "FIB_100K"
18807   - "FIB_1M"
18808   layout:
18809     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18810     layout: "plot-latency"
18811
18812 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18813 -
18814   type: "plot"
18815   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18816   algorithm: "plot_latency_error_bars"
18817   output-file-type: ".html"
18818   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18819   data: "plot-vpp-throughput-latency-3n-skx"
18820   filter: "'NIC_Intel-X710' and
18821            '64B' and
18822            ('BASE' or 'SCALE') and
18823            'NDRPDR' and
18824            'ETH' and
18825            '2T1C' and
18826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18827            not 'VHOST' and
18828            not 'MEMIF' and
18829            not 'DRV_AVF'"
18830   parameters:
18831   - "latency"
18832   - "parent"
18833   - "tags"
18834   sort:
18835   - "L2PATCH"
18836   - "L2XCBASE"
18837   - "BASE"
18838   - "FIB_10K"
18839   - "FIB_100K"
18840   - "FIB_1M"
18841   layout:
18842     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18843     layout: "plot-latency"
18844
18845 -
18846   type: "plot"
18847   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18848   algorithm: "plot_latency_error_bars"
18849   output-file-type: ".html"
18850   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18851   data: "plot-vpp-throughput-latency-3n-skx"
18852   filter: "'NIC_Intel-X710' and
18853            '64B' and
18854            ('BASE' or 'SCALE') and
18855            'NDRPDR' and
18856            'ETH' and
18857            '4T2C' and
18858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18859            not 'VHOST' and
18860            not 'MEMIF' and
18861            not 'DRV_AVF'"
18862   parameters:
18863   - "latency"
18864   - "parent"
18865   - "tags"
18866   sort:
18867   - "L2PATCH"
18868   - "L2XCBASE"
18869   - "BASE"
18870   - "FIB_10K"
18871   - "FIB_100K"
18872   - "FIB_1M"
18873   layout:
18874     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18875     layout: "plot-latency"
18876
18877 # Packet Latency - VPP L2 3n-skx-x710 features
18878 -
18879   type: "plot"
18880   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18881   algorithm: "plot_latency_error_bars"
18882   output-file-type: ".html"
18883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18884   data: "plot-vpp-throughput-latency-3n-skx"
18885   filter: "'NIC_Intel-X710' and
18886            '64B' and
18887            'NDRPDR' and
18888            '2T1C' and
18889            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18890            not 'ACL' and
18891            not 'VHOST' and
18892            not 'MEMIF'"
18893   parameters:
18894   - "latency"
18895   - "parent"
18896   - "tags"
18897   sort:
18898   - "L2XCBASE"    # l2xcbase
18899   - "L2BDBASE"    # l2bdbase
18900   - "L2XCFWD"     # dot1q-l2xcbase
18901   - "L2BDMACLRN"  # dot1q-l2bdbase
18902   layout:
18903     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18904     layout: "plot-latency"
18905
18906 -
18907   type: "plot"
18908   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18909   algorithm: "plot_latency_error_bars"
18910   output-file-type: ".html"
18911   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18912   data: "plot-vpp-throughput-latency-3n-skx"
18913   filter: "'NIC_Intel-X710' and
18914            '64B' and
18915            'NDRPDR' and
18916            '4T2C' and
18917            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18918            not 'ACL' and
18919            not 'VHOST' and
18920            not 'MEMIF'"
18921   parameters:
18922   - "latency"
18923   - "parent"
18924   - "tags"
18925   sort:
18926   - "L2XCBASE"    # l2xcbase
18927   - "L2BDBASE"    # l2bdbase
18928   - "L2XCFWD"     # dot1q-l2xcbase
18929   - "L2BDMACLRN"  # dot1q-l2bdbase
18930   layout:
18931     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18932     layout: "plot-latency"
18933
18934 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18935 -
18936   type: "plot"
18937   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18938   algorithm: "plot_latency_error_bars"
18939   output-file-type: ".html"
18940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18941   data: "plot-vpp-throughput-latency-3n-skx"
18942   filter: "'NIC_Intel-XXV710' and
18943            '64B' and
18944            ('BASE' or 'SCALE') and
18945            'NDRPDR' and
18946            'ETH' and
18947            '2T1C' and
18948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18949            not 'VHOST' and
18950            not 'MEMIF' and
18951            not 'DRV_AVF'"
18952   parameters:
18953   - "latency"
18954   - "parent"
18955   - "tags"
18956   sort:
18957   - "L2PATCH"
18958   - "L2XCBASE"
18959   - "BASE"
18960   - "FIB_10K"
18961   - "FIB_100K"
18962   - "FIB_1M"
18963   layout:
18964     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18965     layout: "plot-latency"
18966
18967 -
18968   type: "plot"
18969   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18970   algorithm: "plot_latency_error_bars"
18971   output-file-type: ".html"
18972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18973   data: "plot-vpp-throughput-latency-3n-skx"
18974   filter: "'NIC_Intel-XXV710' and
18975            '64B' and
18976            ('BASE' or 'SCALE') and
18977            'NDRPDR' and
18978            'ETH' and
18979            '4T2C' and
18980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18981            not 'VHOST' and
18982            not 'MEMIF' and
18983            not 'DRV_AVF'"
18984   parameters:
18985   - "latency"
18986   - "parent"
18987   - "tags"
18988   sort:
18989   - "L2PATCH"
18990   - "L2XCBASE"
18991   - "BASE"
18992   - "FIB_10K"
18993   - "FIB_100K"
18994   - "FIB_1M"
18995   layout:
18996     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18997     layout: "plot-latency"
18998
18999 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19000 -
19001   type: "plot"
19002   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19003   algorithm: "plot_latency_error_bars"
19004   output-file-type: ".html"
19005   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19006   data: "plot-vpp-throughput-latency-2n-skx"
19007   filter: "'NIC_Intel-X710' and
19008            '64B' and
19009            'ETH' and
19010            ('BASE' or 'SCALE') and
19011            'NDRPDR' and
19012            '2T1C' and
19013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19014            not 'VHOST' and
19015            not 'MEMIF'"
19016   parameters:
19017   - "latency"
19018   - "parent"
19019   - "tags"
19020   sort:
19021   - "L2PATCH"
19022   - "L2XCBASE"
19023   - "BASE"
19024   - "FIB_10K"
19025   - "FIB_100K"
19026   - "FIB_1M"
19027   layout:
19028     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19029     layout: "plot-latency"
19030
19031 -
19032   type: "plot"
19033   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19034   algorithm: "plot_latency_error_bars"
19035   output-file-type: ".html"
19036   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19037   data: "plot-vpp-throughput-latency-2n-skx"
19038   filter: "'NIC_Intel-X710' and
19039            '64B' and
19040            ('BASE' or 'SCALE') and
19041            'NDRPDR' and
19042            'ETH' and
19043            '4T2C' and
19044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19045            not 'VHOST' and
19046            not 'MEMIF'"
19047   parameters:
19048   - "latency"
19049   - "parent"
19050   - "tags"
19051   sort:
19052   - "L2PATCH"
19053   - "L2XCBASE"
19054   - "BASE"
19055   - "FIB_10K"
19056   - "FIB_100K"
19057   - "FIB_1M"
19058   layout:
19059     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19060     layout: "plot-latency"
19061
19062 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19063 -
19064   type: "plot"
19065   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19066   algorithm: "plot_latency_error_bars"
19067   output-file-type: ".html"
19068   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19069   data: "plot-vpp-throughput-latency-2n-skx"
19070   filter: "'NIC_Intel-XXV710' and
19071            '64B' and
19072            ('BASE' or 'SCALE') and
19073            'NDRPDR' and
19074            'ETH' and
19075            '2T1C' and
19076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19077            not 'VHOST' and
19078            not 'MEMIF'"
19079   parameters:
19080   - "latency"
19081   - "parent"
19082   - "tags"
19083   sort:
19084   - "L2PATCH"
19085   - "L2XCBASE"
19086   - "BASE"
19087   - "FIB_10K"
19088   - "FIB_100K"
19089   - "FIB_1M"
19090   layout:
19091     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19092     layout: "plot-latency"
19093
19094 -
19095   type: "plot"
19096   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19097   algorithm: "plot_latency_error_bars"
19098   output-file-type: ".html"
19099   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19100   data: "plot-vpp-throughput-latency-2n-skx"
19101   filter: "'NIC_Intel-XXV710' and
19102            '64B' and
19103            ('BASE' or 'SCALE') and
19104            'NDRPDR' and
19105            'ETH' and
19106            '4T2C' and
19107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19108            not 'VHOST' and
19109            not 'MEMIF'"
19110   parameters:
19111   - "latency"
19112   - "parent"
19113   - "tags"
19114   sort:
19115   - "L2PATCH"
19116   - "L2XCBASE"
19117   - "BASE"
19118   - "FIB_10K"
19119   - "FIB_100K"
19120   - "FIB_1M"
19121   layout:
19122     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19123     layout: "plot-latency"
19124
19125 ################################################################################
19126
19127 # Packet Latency - VPP Container Memif 3n-hsw-x520
19128 -
19129   type: "plot"
19130   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19131   algorithm: "plot_latency_error_bars"
19132   output-file-type: ".html"
19133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19134   data: "plot-vpp-throughput-latency-3n-hsw"
19135   filter: "'NIC_Intel-X520-DA2' and
19136            '64B' and
19137            ('BASE' or 'SCALE') and
19138            'NDRPDR' and
19139            '1T1C' and
19140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19141            not 'VHOST' and
19142            'MEMIF'"
19143   parameters:
19144   - "latency"
19145   - "parent"
19146   - "tags"
19147   sort:
19148   - "L2XCFWD"
19149   - "L2XCFWD"
19150   - "L2XCFWD"
19151   - "L2BDMACLRN"
19152   - "L2BDMACLRN"
19153   - "L2BDMACLRN"
19154   layout:
19155     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19156     layout: "plot-latency"
19157
19158 -
19159   type: "plot"
19160   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19161   algorithm: "plot_latency_error_bars"
19162   output-file-type: ".html"
19163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19164   data: "plot-vpp-throughput-latency-3n-hsw"
19165   filter: "'NIC_Intel-X520-DA2' and
19166            '64B' and
19167            ('BASE' or 'SCALE') and
19168            'NDRPDR' and
19169            '2T2C' and
19170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19171            not 'VHOST' and
19172            'MEMIF'"
19173   parameters:
19174   - "latency"
19175   - "parent"
19176   - "tags"
19177   sort:
19178   - "L2XCFWD"
19179   - "L2XCFWD"
19180   - "L2XCFWD"
19181   - "L2BDMACLRN"
19182   - "L2BDMACLRN"
19183   - "L2BDMACLRN"
19184   layout:
19185     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19186     layout: "plot-latency"
19187
19188 # Packet Latency - VPP Container Memif 3n-hsw-x710
19189 -
19190   type: "plot"
19191   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19192   algorithm: "plot_latency_error_bars"
19193   output-file-type: ".html"
19194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19195   data: "plot-vpp-throughput-latency-3n-hsw"
19196   filter: "'NIC_Intel-X710' and
19197            '64B' and
19198            ('BASE' or 'SCALE') and
19199            'NDRPDR' and
19200            '1T1C' and
19201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19202            not 'VHOST' and
19203            'MEMIF'"
19204   parameters:
19205   - "latency"
19206   - "parent"
19207   - "tags"
19208   sort:
19209   - "L2XCFWD"
19210   - "L2XCFWD"
19211   - "L2XCFWD"
19212   - "L2BDMACLRN"
19213   - "L2BDMACLRN"
19214   - "L2BDMACLRN"
19215   layout:
19216     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19217     layout: "plot-latency"
19218
19219 -
19220   type: "plot"
19221   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19222   algorithm: "plot_latency_error_bars"
19223   output-file-type: ".html"
19224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19225   data: "plot-vpp-throughput-latency-3n-hsw"
19226   filter: "'NIC_Intel-X710' and
19227            '64B' and
19228            ('BASE' or 'SCALE') and
19229            'NDRPDR' and
19230            '2T2C' and
19231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19232            not 'VHOST' and
19233            'MEMIF'"
19234   parameters:
19235   - "latency"
19236   - "parent"
19237   - "tags"
19238   sort:
19239   - "L2XCFWD"
19240   - "L2XCFWD"
19241   - "L2XCFWD"
19242   - "L2BDMACLRN"
19243   - "L2BDMACLRN"
19244   - "L2BDMACLRN"
19245   layout:
19246     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19247     layout: "plot-latency"
19248
19249 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19250 -
19251   type: "plot"
19252   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19253   algorithm: "plot_latency_error_bars"
19254   output-file-type: ".html"
19255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19256   data: "plot-vpp-throughput-latency-3n-hsw"
19257   filter: "'NIC_Intel-XL710' and
19258            '64B' and
19259            ('BASE' or 'SCALE') and
19260            'NDRPDR' and
19261            '1T1C' and
19262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19263            not 'VHOST' and
19264            'MEMIF'"
19265   parameters:
19266   - "latency"
19267   - "parent"
19268   - "tags"
19269   sort:
19270   - "L2XCFWD"
19271   - "L2XCFWD"
19272   - "L2XCFWD"
19273   - "L2BDMACLRN"
19274   - "L2BDMACLRN"
19275   - "L2BDMACLRN"
19276   layout:
19277     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19278     layout: "plot-latency"
19279
19280 -
19281   type: "plot"
19282   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19283   algorithm: "plot_latency_error_bars"
19284   output-file-type: ".html"
19285   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19286   data: "plot-vpp-throughput-latency-3n-hsw"
19287   filter: "'NIC_Intel-XL710' and
19288            '64B' and
19289            ('BASE' or 'SCALE') and
19290            'NDRPDR' and
19291            '2T2C' and
19292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19293            not 'VHOST' and
19294            'MEMIF'"
19295   parameters:
19296   - "latency"
19297   - "parent"
19298   - "tags"
19299   sort:
19300   - "L2XCFWD"
19301   - "L2XCFWD"
19302   - "L2XCFWD"
19303   - "L2BDMACLRN"
19304   - "L2BDMACLRN"
19305   - "L2BDMACLRN"
19306   layout:
19307     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19308     layout: "plot-latency"
19309
19310 # Packet Latency - VPP Container Memif 3n-skx-x710
19311 -
19312   type: "plot"
19313   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19314   algorithm: "plot_latency_error_bars"
19315   output-file-type: ".html"
19316   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19317   data: "plot-vpp-throughput-latency-3n-skx"
19318   filter: "'NIC_Intel-X710' and
19319            '64B' and
19320            ('BASE' or 'SCALE') and
19321            'NDRPDR' and
19322            '2T1C' and
19323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19324            not 'VHOST' and
19325            'MEMIF'"
19326   parameters:
19327   - "latency"
19328   - "parent"
19329   - "tags"
19330   sort:
19331   - "L2XCFWD"
19332   - "L2XCFWD"
19333   - "L2XCFWD"
19334   - "L2BDMACLRN"
19335   - "L2BDMACLRN"
19336   - "L2BDMACLRN"
19337   layout:
19338     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19339     layout: "plot-latency"
19340
19341 -
19342   type: "plot"
19343   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19344   algorithm: "plot_latency_error_bars"
19345   output-file-type: ".html"
19346   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19347   data: "plot-vpp-throughput-latency-3n-skx"
19348   filter: "'NIC_Intel-X710' and
19349            '64B' and
19350            ('BASE' or 'SCALE') and
19351            'NDRPDR' and
19352            '4T2C' and
19353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19354            not 'VHOST' and
19355            'MEMIF'"
19356   parameters:
19357   - "latency"
19358   - "parent"
19359   - "tags"
19360   sort:
19361   - "L2XCFWD"
19362   - "L2XCFWD"
19363   - "L2XCFWD"
19364   - "L2BDMACLRN"
19365   - "L2BDMACLRN"
19366   - "L2BDMACLRN"
19367   layout:
19368     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19369     layout: "plot-latency"
19370
19371 # Packet Latency - VPP Container Memif 2n-skx-x710
19372 -
19373   type: "plot"
19374   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19375   algorithm: "plot_latency_error_bars"
19376   output-file-type: ".html"
19377   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19378   data: "plot-vpp-throughput-latency-2n-skx"
19379   filter: "'NIC_Intel-X710' and
19380            '64B' and
19381            ('BASE' or 'SCALE') and
19382            'NDRPDR' and
19383            '2T1C' and
19384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19385            not 'VHOST' and
19386            'MEMIF'"
19387   parameters:
19388   - "latency"
19389   - "parent"
19390   - "tags"
19391   sort:
19392   - "L2XCFWD"
19393   - "L2XCFWD"
19394   - "L2XCFWD"
19395   - "L2BDMACLRN"
19396   - "L2BDMACLRN"
19397   - "L2BDMACLRN"
19398   layout:
19399     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19400     layout: "plot-latency"
19401
19402 -
19403   type: "plot"
19404   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19405   algorithm: "plot_latency_error_bars"
19406   output-file-type: ".html"
19407   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19408   data: "plot-vpp-throughput-latency-2n-skx"
19409   filter: "'NIC_Intel-X710' and
19410            '64B' and
19411            ('BASE' or 'SCALE') and
19412            'NDRPDR' and
19413            '4T2C' and
19414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19415            not 'VHOST' and
19416            'MEMIF'"
19417   parameters:
19418   - "latency"
19419   - "parent"
19420   - "tags"
19421   sort:
19422   - "L2XCFWD"
19423   - "L2XCFWD"
19424   - "L2XCFWD"
19425   - "L2BDMACLRN"
19426   - "L2BDMACLRN"
19427   - "L2BDMACLRN"
19428   layout:
19429     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19430     layout: "plot-latency"
19431
19432 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19433 -
19434   type: "plot"
19435   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19436   algorithm: "plot_latency_error_bars"
19437   output-file-type: ".html"
19438   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19439   data: "plot-vpp-throughput-latency-2n-skx"
19440   filter: "'NIC_Intel-XXV710' and
19441            '64B' and
19442            ('BASE' or 'SCALE') and
19443            'NDRPDR' and
19444            '2T1C' and
19445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19446            not 'VHOST' and
19447            'MEMIF'"
19448   parameters:
19449   - "latency"
19450   - "parent"
19451   - "tags"
19452   sort:
19453   - "L2XCFWD"
19454   - "L2XCFWD"
19455   - "L2XCFWD"
19456   - "L2BDMACLRN"
19457   - "L2BDMACLRN"
19458   - "L2BDMACLRN"
19459   layout:
19460     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19461     layout: "plot-latency"
19462
19463 -
19464   type: "plot"
19465   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19466   algorithm: "plot_latency_error_bars"
19467   output-file-type: ".html"
19468   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19469   data: "plot-vpp-throughput-latency-2n-skx"
19470   filter: "'NIC_Intel-XXV710' and
19471            '64B' and
19472            ('BASE' or 'SCALE') and
19473            'NDRPDR' and
19474            '4T2C' and
19475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19476            not 'VHOST' and
19477            'MEMIF'"
19478   parameters:
19479   - "latency"
19480   - "parent"
19481   - "tags"
19482   sort:
19483   - "L2XCFWD"
19484   - "L2XCFWD"
19485   - "L2XCFWD"
19486   - "L2BDMACLRN"
19487   - "L2BDMACLRN"
19488   - "L2BDMACLRN"
19489   layout:
19490     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19491     layout: "plot-latency"
19492
19493 ################################################################################
19494
19495 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19496 -
19497   type: "plot"
19498   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19499   algorithm: "plot_latency_error_bars"
19500   output-file-type: ".html"
19501   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19502   data: "plot-ligato-throughput-latency-3n-hsw"
19503   filter: "'NIC_Intel-X520-DA2' and
19504            '64B' and
19505            ('BASE' or 'SCALE') and
19506            'NDRPDR' and
19507            '1T1C' and
19508            'L2XCFWD' and
19509            not 'VHOST' and
19510            'MEMIF'"
19511   parameters:
19512   - "latency"
19513   - "parent"
19514   - "tags"
19515   sort:
19516   - "1VNF"
19517   - "2VNF"
19518   - "4VNF"
19519   - "2VNF"
19520   - "4VNF"
19521   layout:
19522     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19523     layout: "plot-latency"
19524
19525 -
19526   type: "plot"
19527   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19528   algorithm: "plot_latency_error_bars"
19529   output-file-type: ".html"
19530   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19531   data: "plot-ligato-throughput-latency-3n-hsw"
19532   filter: "'NIC_Intel-X520-DA2' and
19533            '64B' and
19534            ('BASE' or 'SCALE') and
19535            'NDRPDR' and
19536            '2T2C' and
19537            'L2XCFWD' and
19538            not 'VHOST' and
19539            'MEMIF'"
19540   parameters:
19541   - "latency"
19542   - "parent"
19543   - "tags"
19544   sort:
19545   - "1VNF"
19546   - "2VNF"
19547   - "4VNF"
19548   - "2VNF"
19549   - "4VNF"
19550   layout:
19551     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19552     layout: "plot-latency"
19553
19554 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19555 -
19556   type: "plot"
19557   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19558   algorithm: "plot_latency_error_bars"
19559   output-file-type: ".html"
19560   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19561   data: "plot-ligato-throughput-latency-3n-hsw"
19562   filter: "'NIC_Intel-X520-DA2' and
19563            '64B' and
19564            ('BASE' or 'SCALE') and
19565            'NDRPDR' and
19566            '1T1C' and
19567            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19568            not 'VHOST' and
19569            'MEMIF'"
19570   parameters:
19571   - "latency"
19572   - "parent"
19573   - "tags"
19574   sort:
19575   - "1VNF"
19576   - "2VNF"
19577   - "4VNF"
19578   - "2VNF"
19579   - "4VNF"
19580   layout:
19581     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19582     layout: "plot-latency"
19583
19584 -
19585   type: "plot"
19586   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19587   algorithm: "plot_latency_error_bars"
19588   output-file-type: ".html"
19589   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19590   data: "plot-ligato-throughput-latency-3n-hsw"
19591   filter: "'NIC_Intel-X520-DA2' and
19592            '64B' and
19593            ('BASE' or 'SCALE') and
19594            'NDRPDR' and
19595            '2T2C' and
19596            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19597            not 'VHOST' and
19598            'MEMIF'"
19599   parameters:
19600   - "latency"
19601   - "parent"
19602   - "tags"
19603   sort:
19604   - "1VNF"
19605   - "2VNF"
19606   - "4VNF"
19607   - "2VNF"
19608   - "4VNF"
19609   layout:
19610     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19611     layout: "plot-latency"
19612
19613 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19614 -
19615   type: "plot"
19616   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19617   algorithm: "plot_latency_error_bars"
19618   output-file-type: ".html"
19619   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19620   data: "plot-ligato-throughput-latency-3n-hsw"
19621   filter: "'NIC_Intel-X710' and
19622            '64B' and
19623            ('BASE' or 'SCALE') and
19624            'NDRPDR' and
19625            '1T1C' and
19626            'L2XCFWD' and
19627            not 'VHOST' and
19628            'MEMIF'"
19629   parameters:
19630   - "latency"
19631   - "parent"
19632   - "tags"
19633   sort:
19634   - "1VNF"
19635   - "2VNF"
19636   - "4VNF"
19637   - "2VNF"
19638   - "4VNF"
19639   layout:
19640     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19641     layout: "plot-latency"
19642
19643 -
19644   type: "plot"
19645   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19646   algorithm: "plot_latency_error_bars"
19647   output-file-type: ".html"
19648   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19649   data: "plot-ligato-throughput-latency-3n-hsw"
19650   filter: "'NIC_Intel-X710' and
19651            '64B' and
19652            ('BASE' or 'SCALE') and
19653            'NDRPDR' and
19654            '2T2C' and
19655            'L2XCFWD' and
19656            not 'VHOST' and
19657            'MEMIF'"
19658   parameters:
19659   - "latency"
19660   - "parent"
19661   - "tags"
19662   sort:
19663   - "1VNF"
19664   - "2VNF"
19665   - "4VNF"
19666   - "2VNF"
19667   - "4VNF"
19668   layout:
19669     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19670     layout: "plot-latency"
19671
19672 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19673 -
19674   type: "plot"
19675   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19676   algorithm: "plot_latency_error_bars"
19677   output-file-type: ".html"
19678   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19679   data: "plot-ligato-throughput-latency-3n-hsw"
19680   filter: "'NIC_Intel-X710' and
19681            '64B' and
19682            ('BASE' or 'SCALE') and
19683            'NDRPDR' and
19684            '1T1C' and
19685            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19686            not 'VHOST' and
19687            'MEMIF'"
19688   parameters:
19689   - "latency"
19690   - "parent"
19691   - "tags"
19692   sort:
19693   - "1VNF"
19694   - "2VNF"
19695   - "4VNF"
19696   - "2VNF"
19697   - "4VNF"
19698   layout:
19699     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19700     layout: "plot-latency"
19701
19702 -
19703   type: "plot"
19704   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19705   algorithm: "plot_latency_error_bars"
19706   output-file-type: ".html"
19707   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19708   data: "plot-ligato-throughput-latency-3n-hsw"
19709   filter: "'NIC_Intel-X710' and
19710            '64B' and
19711            ('BASE' or 'SCALE') and
19712            'NDRPDR' and
19713            '2T2C' and
19714            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19715            not 'VHOST' and
19716            'MEMIF'"
19717   parameters:
19718   - "latency"
19719   - "parent"
19720   - "tags"
19721   sort:
19722   - "1VNF"
19723   - "2VNF"
19724   - "4VNF"
19725   - "2VNF"
19726   - "4VNF"
19727   layout:
19728     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19729     layout: "plot-latency"
19730
19731 ################################################################################
19732
19733 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19734 -
19735   type: "plot"
19736   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19737   algorithm: "plot_latency_error_bars"
19738   output-file-type: ".html"
19739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19740   data: "plot-vpp-throughput-latency-3n-hsw"
19741   filter: "'NIC_Intel-X520-DA2' and
19742            '64B' and
19743            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19744            'NDRPDR' and
19745            '1T1C' and
19746            'IP4FWD' and
19747            not 'IPSEC' and
19748            not 'VHOST'"
19749   parameters:
19750   - "latency"
19751   - "parent"
19752   - "tags"
19753   sort:
19754   - "DOT1Q"
19755   - "IP4BASE"
19756   - "FIB_20k"
19757   - "FIB_200k"
19758   - "FIB_2M"
19759   layout:
19760     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19761     layout: "plot-latency"
19762
19763 -
19764   type: "plot"
19765   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19766   algorithm: "plot_latency_error_bars"
19767   output-file-type: ".html"
19768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19769   data: "plot-vpp-throughput-latency-3n-hsw"
19770   filter: "'NIC_Intel-X520-DA2' and
19771            '64B' and
19772            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19773            'NDRPDR' and
19774            '2T2C' and
19775            'IP4FWD' and
19776            not 'IPSEC' and
19777            not 'VHOST'"
19778   parameters:
19779   - "latency"
19780   - "parent"
19781   - "tags"
19782   sort:
19783   - "DOT1Q"
19784   - "IP4BASE"
19785   - "FIB_20k"
19786   - "FIB_200k"
19787   - "FIB_2M"
19788   layout:
19789     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19790     layout: "plot-latency"
19791
19792 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19793 -
19794   type: "plot"
19795   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19796   algorithm: "plot_latency_error_bars"
19797   output-file-type: ".html"
19798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19799   data: "plot-vpp-throughput-latency-3n-hsw"
19800   filter: "'NIC_Intel-X520-DA2' and
19801            '64B' and
19802            ('IP4BASE' or
19803             'POLICE_MARK' or
19804             'COPWHLIST' or
19805             ('NAT44' and 'BASE') or
19806             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19807            'NDRPDR' and
19808            '1T1C' and
19809            'IP4FWD' and
19810            not 'IPSEC' and
19811            not 'VHOST'"
19812   parameters:
19813   - "latency"
19814   - "parent"
19815   - "tags"
19816   sort:
19817   - "DOT1Q"
19818   - "IP4BASE"
19819   - "NAT44"
19820   - "POLICE_MARK"
19821   - "COPWHLIST"
19822   - "IACL"
19823   - "OACL"
19824   layout:
19825     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19826     layout: "plot-latency"
19827
19828 -
19829   type: "plot"
19830   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19831   algorithm: "plot_latency_error_bars"
19832   output-file-type: ".html"
19833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19834   data: "plot-vpp-throughput-latency-3n-hsw"
19835   filter: "'NIC_Intel-X520-DA2' and
19836            '64B' and
19837            ('IP4BASE' or
19838             'POLICE_MARK' or
19839             'COPWHLIST' or
19840             ('NAT44' and 'BASE') or
19841             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19842            'NDRPDR' and
19843            '2T2C' and
19844            'IP4FWD' and
19845            not 'IPSEC' and
19846            not 'VHOST'"
19847   parameters:
19848   - "latency"
19849   - "parent"
19850   - "tags"
19851   sort:
19852   - "DOT1Q"
19853   - "IP4BASE"
19854   - "NAT44"
19855   - "POLICE_MARK"
19856   - "COPWHLIST"
19857   - "IACL"
19858   - "OACL"
19859   layout:
19860     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19861     layout: "plot-latency"
19862
19863 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19864 -
19865   type: "plot"
19866   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19867   algorithm: "plot_latency_error_bars"
19868   output-file-type: ".html"
19869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19870   data: "plot-vpp-throughput-latency-3n-hsw"
19871   filter: "'NIC_Intel-X520-DA2' and
19872            '64B' and
19873            'NDRPDR' and
19874            '1T1C' and
19875            'IP4FWD' and
19876            'NAT44' and
19877            not 'IPSEC' and
19878            not 'VHOST'"
19879   parameters:
19880   - "latency"
19881   - "parent"
19882   - "tags"
19883   sort:
19884   - "BASE"
19885   - "BASE"
19886   - "SRC_USER_10"
19887   - "SRC_USER_100"
19888   - "SRC_USER_1000"
19889   - "SRC_USER_2000"
19890   layout:
19891     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19892     layout: "plot-latency"
19893
19894 -
19895   type: "plot"
19896   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19897   algorithm: "plot_latency_error_bars"
19898   output-file-type: ".html"
19899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19900   data: "plot-vpp-throughput-latency-3n-hsw"
19901   filter: "'NIC_Intel-X520-DA2' and
19902            '64B' and
19903            'NDRPDR' and
19904            '2T2C' and
19905            'IP4FWD' and
19906            'NAT44' and
19907            not 'IPSEC' and
19908            not 'VHOST'"
19909   parameters:
19910   - "latency"
19911   - "parent"
19912   - "tags"
19913   sort:
19914   - "BASE"
19915   - "BASE"
19916   - "SRC_USER_10"
19917   - "SRC_USER_100"
19918   - "SRC_USER_1000"
19919   - "SRC_USER_2000"
19920   layout:
19921     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19922     layout: "plot-latency"
19923
19924 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19925 -
19926   type: "plot"
19927   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19928   algorithm: "plot_latency_error_bars"
19929   output-file-type: ".html"
19930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19931   data: "plot-vpp-throughput-latency-3n-hsw"
19932   filter: "'NIC_Intel-X520-DA2' and
19933            '64B' and
19934            'NDRPDR' and
19935            '1T1C' and
19936            'IP4FWD' and
19937            'IACL' and
19938            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19939            not 'IPSEC' and
19940            not 'VHOST'"
19941   parameters:
19942   - "latency"
19943   - "parent"
19944   - "tags"
19945   sort:
19946   - "ACL_STATELESS"
19947   - "ACL_STATEFUL"
19948   - "ACL_STATELESS"
19949   - "ACL_STATEFUL"
19950   layout:
19951     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19952     layout: "plot-latency"
19953
19954 -
19955   type: "plot"
19956   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19957   algorithm: "plot_latency_error_bars"
19958   output-file-type: ".html"
19959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19960   data: "plot-vpp-throughput-latency-3n-hsw"
19961   filter: "'NIC_Intel-X520-DA2' and
19962            '64B' and
19963            'NDRPDR' and
19964            '2T2C' and
19965            'IP4FWD' and
19966            'IACL' and
19967            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19968            not 'IPSEC' and
19969            not 'VHOST'"
19970   parameters:
19971   - "latency"
19972   - "parent"
19973   - "tags"
19974   sort:
19975   - "ACL_STATELESS"
19976   - "ACL_STATEFUL"
19977   - "ACL_STATELESS"
19978   - "ACL_STATEFUL"
19979   layout:
19980     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19981     layout: "plot-latency"
19982
19983 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19984 -
19985   type: "plot"
19986   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19987   algorithm: "plot_latency_error_bars"
19988   output-file-type: ".html"
19989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19990   data: "plot-vpp-throughput-latency-3n-hsw"
19991   filter: "'NIC_Intel-X520-DA2' and
19992            '64B' and
19993            'NDRPDR' and
19994            '1T1C' and
19995            'IP4FWD' and
19996            'OACL' and
19997            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19998            not 'IPSEC' and
19999            not 'VHOST'"
20000   parameters:
20001   - "latency"
20002   - "parent"
20003   - "tags"
20004   sort:
20005   - "ACL_STATELESS"
20006   - "ACL_STATEFUL"
20007   - "ACL_STATELESS"
20008   - "ACL_STATEFUL"
20009   layout:
20010     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20011     layout: "plot-latency"
20012
20013 -
20014   type: "plot"
20015   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20016   algorithm: "plot_latency_error_bars"
20017   output-file-type: ".html"
20018   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20019   data: "plot-vpp-throughput-latency-3n-hsw"
20020   filter: "'NIC_Intel-X520-DA2' and
20021            '64B' and
20022            'NDRPDR' and
20023            '2T2C' and
20024            'IP4FWD' and
20025            'OACL' and
20026            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20027            not 'IPSEC' and
20028            not 'VHOST'"
20029   parameters:
20030   - "latency"
20031   - "parent"
20032   - "tags"
20033   sort:
20034   - "ACL_STATELESS"
20035   - "ACL_STATEFUL"
20036   - "ACL_STATELESS"
20037   - "ACL_STATEFUL"
20038   layout:
20039     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20040     layout: "plot-latency"
20041
20042 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20043 -
20044   type: "plot"
20045   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20046   algorithm: "plot_latency_error_bars"
20047   output-file-type: ".html"
20048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20049   data: "plot-vpp-throughput-latency-3n-hsw"
20050   filter: "'NIC_Intel-X710' and
20051            '64B' and
20052            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20053            'NDRPDR' and
20054            '1T1C' and
20055            'IP4FWD' and
20056            not 'IPSEC' and
20057            not 'VHOST'"
20058   parameters:
20059   - "latency"
20060   - "parent"
20061   - "tags"
20062   sort:
20063   - "DOT1Q"
20064   - "IP4BASE"
20065   - "FIB_20K"
20066   - "FIB_200K"
20067   - "FIB_2M"
20068   layout:
20069     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20070     layout: "plot-latency"
20071
20072 -
20073   type: "plot"
20074   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20075   algorithm: "plot_latency_error_bars"
20076   output-file-type: ".html"
20077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20078   data: "plot-vpp-throughput-latency-3n-hsw"
20079   filter: "'NIC_Intel-X710' and
20080            '64B' and
20081            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20082            'NDRPDR' and
20083            '2T2C' and
20084            'IP4FWD' and
20085            not 'IPSEC' and
20086            not 'VHOST'"
20087   parameters:
20088   - "latency"
20089   - "parent"
20090   - "tags"
20091   sort:
20092   - "DOT1Q"
20093   - "IP4BASE"
20094   - "FIB_20K"
20095   - "FIB_200K"
20096   - "FIB_2M"
20097   layout:
20098     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20099     layout: "plot-latency"
20100
20101 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20102 -
20103   type: "plot"
20104   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20105   algorithm: "plot_latency_error_bars"
20106   output-file-type: ".html"
20107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20108   data: "plot-vpp-throughput-latency-3n-hsw"
20109   filter: "'NIC_Intel-X710' and
20110            '64B' and
20111            ('IP4BASE' or
20112             'POLICE_MARK' or
20113             'COPWHLIST' or
20114             ('NAT44' and 'BASE') or
20115             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20116            'NDRPDR' and
20117            '1T1C' and
20118            'IP4FWD' and
20119            not 'IPSEC' and
20120            not 'VHOST'"
20121   parameters:
20122   - "latency"
20123   - "parent"
20124   - "tags"
20125   sort:
20126   - "IP4BASE"
20127   - "NAT44"
20128   - "POLICE_MARK"
20129   - "COPWHLIST"
20130   - "IACL"
20131   - "OACL"
20132   layout:
20133     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20134     layout: "plot-latency"
20135
20136 -
20137   type: "plot"
20138   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20139   algorithm: "plot_latency_error_bars"
20140   output-file-type: ".html"
20141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20142   data: "plot-vpp-throughput-latency-3n-hsw"
20143   filter: "'NIC_Intel-X710' and
20144            '64B' and
20145            ('IP4BASE' or
20146             'POLICE_MARK' or
20147             'COPWHLIST' or
20148             ('NAT44' and 'BASE') or
20149             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20150            'NDRPDR' and
20151            '2T2C' and
20152            'IP4FWD' and
20153            not 'IPSEC' and
20154            not 'VHOST'"
20155   parameters:
20156   - "latency"
20157   - "parent"
20158   - "tags"
20159   sort:
20160   - "IP4BASE"
20161   - "NAT44"
20162   - "POLICE_MARK"
20163   - "COPWHLIST"
20164   - "IACL"
20165   - "OACL"
20166   layout:
20167     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20168     layout: "plot-latency"
20169
20170 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20171 -
20172   type: "plot"
20173   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20174   algorithm: "plot_latency_error_bars"
20175   output-file-type: ".html"
20176   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20177   data: "plot-vpp-throughput-latency-3n-hsw"
20178   filter: "'NIC_Intel-X710' and
20179            '64B' and
20180            'NDRPDR' and
20181            '1T1C' and
20182            'IP4FWD' and
20183            'NAT44' and
20184            not 'IPSEC' and
20185            not 'VHOST'"
20186   parameters:
20187   - "latency"
20188   - "parent"
20189   - "tags"
20190   sort:
20191   - "BASE"
20192   - "BASE"
20193   - "SRC_USER_10"
20194   - "SRC_USER_100"
20195   - "SRC_USER_1000"
20196   - "SRC_USER_2000"
20197   layout:
20198     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20199     layout: "plot-latency"
20200
20201 -
20202   type: "plot"
20203   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20204   algorithm: "plot_latency_error_bars"
20205   output-file-type: ".html"
20206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20207   data: "plot-vpp-throughput-latency-3n-hsw"
20208   filter: "'NIC_Intel-X710' and
20209            '64B' and
20210            'NDRPDR' and
20211            '2T2C' and
20212            'IP4FWD' and
20213            'NAT44' and
20214            not 'IPSEC' and
20215            not 'VHOST'"
20216   parameters:
20217   - "latency"
20218   - "parent"
20219   - "tags"
20220   sort:
20221   - "BASE"
20222   - "BASE"
20223   - "SRC_USER_10"
20224   - "SRC_USER_100"
20225   - "SRC_USER_1000"
20226   - "SRC_USER_2000"
20227   layout:
20228     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20229     layout: "plot-latency"
20230
20231 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20232 -
20233   type: "plot"
20234   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20235   algorithm: "plot_latency_error_bars"
20236   output-file-type: ".html"
20237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20238   data: "plot-vpp-throughput-latency-3n-hsw"
20239   filter: "'NIC_Intel-X710' and
20240            '64B' and
20241            'NDRPDR' and
20242            '1T1C' and
20243            'IP4FWD' and
20244            'IACL' and
20245            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20246            not 'IPSEC' and
20247            not 'VHOST'"
20248   parameters:
20249   - "latency"
20250   - "parent"
20251   - "tags"
20252   sort:
20253   - "ACL_STATELESS"
20254   - "ACL_STATEFUL"
20255   - "ACL_STATELESS"
20256   - "ACL_STATEFUL"
20257   layout:
20258     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20259     layout: "plot-latency"
20260
20261 -
20262   type: "plot"
20263   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20264   algorithm: "plot_latency_error_bars"
20265   output-file-type: ".html"
20266   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20267   data: "plot-vpp-throughput-latency-3n-hsw"
20268   filter: "'NIC_Intel-X710' and
20269            '64B' and
20270            'NDRPDR' and
20271            '2T2C' and
20272            'IP4FWD' and
20273            'IACL' and
20274            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20275            not 'IPSEC' and
20276            not 'VHOST'"
20277   parameters:
20278   - "latency"
20279   - "parent"
20280   - "tags"
20281   sort:
20282   - "ACL_STATELESS"
20283   - "ACL_STATEFUL"
20284   - "ACL_STATELESS"
20285   - "ACL_STATEFUL"
20286   layout:
20287     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20288     layout: "plot-latency"
20289
20290 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20291 -
20292   type: "plot"
20293   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20294   algorithm: "plot_latency_error_bars"
20295   output-file-type: ".html"
20296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20297   data: "plot-vpp-throughput-latency-3n-hsw"
20298   filter: "'NIC_Intel-X710' and
20299            '64B' and
20300            'NDRPDR' and
20301            '1T1C' and
20302            'IP4FWD' and
20303            'OACL' and
20304            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20305            not 'IPSEC' and
20306            not 'VHOST'"
20307   parameters:
20308   - "latency"
20309   - "parent"
20310   - "tags"
20311   sort:
20312   - "ACL_STATELESS"
20313   - "ACL_STATEFUL"
20314   - "ACL_STATELESS"
20315   - "ACL_STATEFUL"
20316   layout:
20317     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20318     layout: "plot-latency"
20319
20320 -
20321   type: "plot"
20322   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20323   algorithm: "plot_latency_error_bars"
20324   output-file-type: ".html"
20325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20326   data: "plot-vpp-throughput-latency-3n-hsw"
20327   filter: "'NIC_Intel-X710' and
20328            '64B' and
20329            'NDRPDR' and
20330            '2T2C' and
20331            'IP4FWD' and
20332            'OACL' and
20333            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20334            not 'IPSEC' and
20335            not 'VHOST'"
20336   parameters:
20337   - "latency"
20338   - "parent"
20339   - "tags"
20340   sort:
20341   - "ACL_STATELESS"
20342   - "ACL_STATEFUL"
20343   - "ACL_STATELESS"
20344   - "ACL_STATEFUL"
20345   layout:
20346     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20347     layout: "plot-latency"
20348
20349 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20350 -
20351   type: "plot"
20352   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20353   algorithm: "plot_latency_error_bars"
20354   output-file-type: ".html"
20355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20356   data: "plot-vpp-throughput-latency-3n-hsw"
20357   filter: "'NIC_Intel-XL710' and
20358            '64B' and
20359            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20360            'NDRPDR' and
20361            '1T1C' and
20362            'IP4FWD' and
20363            not 'IPSEC' and
20364            not 'VHOST'"
20365   parameters:
20366   - "latency"
20367   - "parent"
20368   - "tags"
20369   sort:
20370   - "IP4BASE"
20371   - "FIB_20K"
20372   - "FIB_200K"
20373   - "FIB_2M"
20374   layout:
20375     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20376     layout: "plot-latency"
20377
20378 -
20379   type: "plot"
20380   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20381   algorithm: "plot_latency_error_bars"
20382   output-file-type: ".html"
20383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20384   data: "plot-vpp-throughput-latency-3n-hsw"
20385   filter: "'NIC_Intel-XL710' and
20386            '64B' and
20387            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20388            'NDRPDR' and
20389            '2T2C' and
20390            'IP4FWD' and
20391            not 'IPSEC' and
20392            not 'VHOST'"
20393   parameters:
20394   - "latency"
20395   - "parent"
20396   - "tags"
20397   sort:
20398   - "IP4BASE"
20399   - "FIB_20K"
20400   - "FIB_200K"
20401   - "FIB_2M"
20402   layout:
20403     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20404     layout: "plot-latency"
20405
20406 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20407 -
20408   type: "plot"
20409   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20410   algorithm: "plot_latency_error_bars"
20411   output-file-type: ".html"
20412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20413   data: "plot-vpp-throughput-latency-3n-skx"
20414   filter: "'NIC_Intel-X710' and
20415            '64B' and
20416            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20417            'NDRPDR' and
20418            '2T1C' and
20419            'IP4FWD' and
20420            not 'IPSEC' and
20421            not 'VHOST'"
20422   parameters:
20423   - "latency"
20424   - "parent"
20425   - "tags"
20426   sort:
20427   - "IP4BASE"
20428   - "FIB_20K"
20429   - "FIB_200K"
20430   - "FIB_2M"
20431   layout:
20432     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20433     layout: "plot-latency"
20434
20435 -
20436   type: "plot"
20437   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20438   algorithm: "plot_latency_error_bars"
20439   output-file-type: ".html"
20440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20441   data: "plot-vpp-throughput-latency-3n-skx"
20442   filter: "'NIC_Intel-X710' and
20443            '64B' and
20444            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20445            'NDRPDR' and
20446            '4T2C' and
20447            'IP4FWD' and
20448            not 'IPSEC' and
20449            not 'VHOST'"
20450   parameters:
20451   - "latency"
20452   - "parent"
20453   - "tags"
20454   sort:
20455   - "IP4BASE"
20456   - "FIB_20K"
20457   - "FIB_200K"
20458   - "FIB_2M"
20459   layout:
20460     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20461     layout: "plot-latency"
20462
20463 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20464 -
20465   type: "plot"
20466   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20467   algorithm: "plot_latency_error_bars"
20468   output-file-type: ".html"
20469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20470   data: "plot-vpp-throughput-latency-3n-skx"
20471   filter: "'NIC_Intel-X710' and
20472            '64B' and
20473            ('IP4BASE' or
20474             'POLICE_MARK' or
20475             'COPWHLIST' or
20476             ('NAT44' and 'BASE') or
20477             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20478            'NDRPDR' and
20479            '2T1C' and
20480            'IP4FWD' and
20481            not 'IPSEC' and
20482            not 'VHOST'"
20483   parameters:
20484   - "latency"
20485   - "parent"
20486   - "tags"
20487   sort:
20488   - "IP4BASE"
20489   - "NAT44"
20490   - "POLICE_MARK"
20491   - "COPWHLIST"
20492   - "IACL"
20493   - "OACL"
20494   layout:
20495     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20496     layout: "plot-latency"
20497
20498 -
20499   type: "plot"
20500   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20501   algorithm: "plot_latency_error_bars"
20502   output-file-type: ".html"
20503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20504   data: "plot-vpp-throughput-latency-3n-skx"
20505   filter: "'NIC_Intel-X710' and
20506            '64B' and
20507            ('IP4BASE' or
20508             'POLICE_MARK' or
20509             'COPWHLIST' or
20510             ('NAT44' and 'BASE') or
20511             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20512            'NDRPDR' and
20513            '4T2C' and
20514            'IP4FWD' and
20515            not 'IPSEC' and
20516            not 'VHOST'"
20517   parameters:
20518   - "latency"
20519   - "parent"
20520   - "tags"
20521   sort:
20522   - "IP4BASE"
20523   - "NAT44"
20524   - "POLICE_MARK"
20525   - "COPWHLIST"
20526   - "IACL"
20527   - "OACL"
20528   layout:
20529     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20530     layout: "plot-latency"
20531
20532 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20533 -
20534   type: "plot"
20535   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20536   algorithm: "plot_latency_error_bars"
20537   output-file-type: ".html"
20538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20539   data: "plot-vpp-throughput-latency-3n-skx"
20540   filter: "'NIC_Intel-X710' and
20541            '64B' and
20542            'NDRPDR' and
20543            '2T1C' and
20544            'IP4FWD' and
20545            'NAT44' and
20546            not 'IPSEC' and
20547            not 'VHOST'"
20548   parameters:
20549   - "latency"
20550   - "parent"
20551   - "tags"
20552   sort:
20553   - "BASE"
20554   - "BASE"
20555   - "SRC_USER_10"
20556   - "SRC_USER_100"
20557   - "SRC_USER_1000"
20558   - "SRC_USER_2000"
20559   layout:
20560     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20561     layout: "plot-latency"
20562
20563 -
20564   type: "plot"
20565   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20566   algorithm: "plot_latency_error_bars"
20567   output-file-type: ".html"
20568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20569   data: "plot-vpp-throughput-latency-3n-skx"
20570   filter: "'NIC_Intel-X710' and
20571            '64B' and
20572            'NDRPDR' and
20573            '4T2C' and
20574            'IP4FWD' and
20575            'NAT44' and
20576            not 'IPSEC' and
20577            not 'VHOST'"
20578   parameters:
20579   - "latency"
20580   - "parent"
20581   - "tags"
20582   sort:
20583   - "BASE"
20584   - "BASE"
20585   - "SRC_USER_10"
20586   - "SRC_USER_100"
20587   - "SRC_USER_1000"
20588   - "SRC_USER_2000"
20589   layout:
20590     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20591     layout: "plot-latency"
20592
20593 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20594 -
20595   type: "plot"
20596   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20597   algorithm: "plot_latency_error_bars"
20598   output-file-type: ".html"
20599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20600   data: "plot-vpp-throughput-latency-3n-skx"
20601   filter: "'NIC_Intel-X710' and
20602            '64B' and
20603            'NDRPDR' and
20604            '2T1C' and
20605            'IP4FWD' and
20606            'IACL' and
20607            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20608            not 'IPSEC' and
20609            not 'VHOST'"
20610   parameters:
20611   - "latency"
20612   - "parent"
20613   - "tags"
20614   sort:
20615   - "ACL_STATELESS"
20616   - "ACL_STATEFUL"
20617   - "ACL_STATELESS"
20618   - "ACL_STATEFUL"
20619   layout:
20620     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20621     layout: "plot-latency"
20622
20623 -
20624   type: "plot"
20625   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20626   algorithm: "plot_latency_error_bars"
20627   output-file-type: ".html"
20628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20629   data: "plot-vpp-throughput-latency-3n-skx"
20630   filter: "'NIC_Intel-X710' and
20631            '64B' and
20632            'NDRPDR' and
20633            '4T2C' and
20634            'IP4FWD' and
20635            'IACL' and
20636            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20637            not 'IPSEC' and
20638            not 'VHOST'"
20639   parameters:
20640   - "latency"
20641   - "parent"
20642   - "tags"
20643   sort:
20644   - "ACL_STATELESS"
20645   - "ACL_STATEFUL"
20646   - "ACL_STATELESS"
20647   - "ACL_STATEFUL"
20648   layout:
20649     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20650     layout: "plot-latency"
20651
20652 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20653 -
20654   type: "plot"
20655   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20656   algorithm: "plot_latency_error_bars"
20657   output-file-type: ".html"
20658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20659   data: "plot-vpp-throughput-latency-3n-skx"
20660   filter: "'NIC_Intel-X710' and
20661            '64B' and
20662            'NDRPDR' and
20663            '2T1C' and
20664            'IP4FWD' and
20665            'OACL' and
20666            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20667            not 'IPSEC' and
20668            not 'VHOST'"
20669   parameters:
20670   - "latency"
20671   - "parent"
20672   - "tags"
20673   sort:
20674   - "ACL_STATELESS"
20675   - "ACL_STATEFUL"
20676   - "ACL_STATELESS"
20677   - "ACL_STATEFUL"
20678   layout:
20679     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20680     layout: "plot-latency"
20681
20682 -
20683   type: "plot"
20684   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20685   algorithm: "plot_latency_error_bars"
20686   output-file-type: ".html"
20687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20688   data: "plot-vpp-throughput-latency-3n-skx"
20689   filter: "'NIC_Intel-X710' and
20690            '64B' and
20691            'NDRPDR' and
20692            '4T2C' and
20693            'IP4FWD' and
20694            'OACL' and
20695            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20696            not 'IPSEC' and
20697            not 'VHOST'"
20698   parameters:
20699   - "latency"
20700   - "parent"
20701   - "tags"
20702   sort:
20703   - "ACL_STATELESS"
20704   - "ACL_STATEFUL"
20705   - "ACL_STATELESS"
20706   - "ACL_STATEFUL"
20707   layout:
20708     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20709     layout: "plot-latency"
20710
20711 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20712 -
20713   type: "plot"
20714   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20715   algorithm: "plot_latency_error_bars"
20716   output-file-type: ".html"
20717   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20718   data: "plot-vpp-throughput-latency-2n-skx"
20719   filter: "'NIC_Intel-X710' and
20720            '64B' and
20721            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20722            'NDRPDR' and
20723            '2T1C' and
20724            'IP4FWD' and
20725            not 'IPSEC' and
20726            not 'VHOST'"
20727   parameters:
20728   - "latency"
20729   - "parent"
20730   - "tags"
20731   sort:
20732   - "DOT1Q"
20733   - "IP4BASE"
20734   - "FIB_20k"
20735   - "FIB_200k"
20736   - "FIB_2M"
20737   layout:
20738     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20739     layout: "plot-latency"
20740
20741 -
20742   type: "plot"
20743   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20744   algorithm: "plot_latency_error_bars"
20745   output-file-type: ".html"
20746   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20747   data: "plot-vpp-throughput-latency-2n-skx"
20748   filter: "'NIC_Intel-X710' and
20749            '64B' and
20750            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20751            'NDRPDR' and
20752            '4T2C' and
20753            'IP4FWD' and
20754            not 'IPSEC' and
20755            not 'VHOST'"
20756   parameters:
20757   - "latency"
20758   - "parent"
20759   - "tags"
20760   sort:
20761   - "DOT1Q"
20762   - "IP4BASE"
20763   - "FIB_20k"
20764   - "FIB_200k"
20765   - "FIB_2M"
20766   layout:
20767     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20768     layout: "plot-latency"
20769
20770 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20771 -
20772   type: "plot"
20773   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20774   algorithm: "plot_latency_error_bars"
20775   output-file-type: ".html"
20776   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20777   data: "plot-vpp-throughput-latency-2n-skx"
20778   filter: "'NIC_Intel-XXV710' and
20779            '64B' and
20780            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20781            'NDRPDR' and
20782            '2T1C' and
20783            'IP4FWD' and
20784            not 'IPSEC' and
20785            not 'VHOST'"
20786   parameters:
20787   - "latency"
20788   - "parent"
20789   - "tags"
20790   sort:
20791   - "DOT1Q"
20792   - "IP4BASE"
20793   - "FIB_20k"
20794   - "FIB_200k"
20795   - "FIB_2M"
20796   layout:
20797     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20798     layout: "plot-latency"
20799
20800 -
20801   type: "plot"
20802   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20803   algorithm: "plot_latency_error_bars"
20804   output-file-type: ".html"
20805   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20806   data: "plot-vpp-throughput-latency-2n-skx"
20807   filter: "'NIC_Intel-XXV710' and
20808            '64B' and
20809            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20810            'NDRPDR' and
20811            '4T2C' and
20812            'IP4FWD' and
20813            not 'IPSEC' and
20814            not 'VHOST'"
20815   parameters:
20816   - "latency"
20817   - "parent"
20818   - "tags"
20819   sort:
20820   - "DOT1Q"
20821   - "IP4BASE"
20822   - "FIB_20k"
20823   - "FIB_200k"
20824   - "FIB_2M"
20825   layout:
20826     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20827     layout: "plot-latency"
20828
20829 ################################################################################
20830
20831 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20832 -
20833   type: "plot"
20834   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20835   algorithm: "plot_latency_error_bars"
20836   output-file-type: ".html"
20837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20838   data: "plot-vpp-throughput-latency-3n-hsw"
20839   filter: "'NIC_Intel-X520-DA2' and
20840            '64B' and
20841            'ENCAP' and
20842            'NDRPDR' and
20843            '1T1C' and
20844            ('VXLAN' or 'LISP') and
20845            not 'VHOST' and
20846            not 'IPSECHW'"
20847   parameters:
20848   - "latency"
20849   - "parent"
20850   - "tags"
20851   sort:
20852   - "not DOT1Q"
20853   - "VXLAN_1"
20854   - "VXLAN_10"
20855   - "VXLAN_100"
20856   - "VXLAN_1000"
20857   layout:
20858     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20859     layout: "plot-latency"
20860
20861 -
20862   type: "plot"
20863   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20864   algorithm: "plot_latency_error_bars"
20865   output-file-type: ".html"
20866   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20867   data: "plot-vpp-throughput-latency-3n-hsw"
20868   filter: "'NIC_Intel-X520-DA2' and
20869            '64B' and
20870            'ENCAP' and
20871            'NDRPDR' and
20872            '2T2C' and
20873            ('VXLAN' or 'LISP') and
20874            not 'VHOST' and
20875            not 'IPSECHW'"
20876   parameters:
20877   - "latency"
20878   - "parent"
20879   - "tags"
20880   sort:
20881   - "not DOT1Q"
20882   - "VXLAN_1"
20883   - "VXLAN_10"
20884   - "VXLAN_100"
20885   - "VXLAN_1000"
20886   layout:
20887     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20888     layout: "plot-latency"
20889
20890 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20891 -
20892   type: "plot"
20893   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20894   algorithm: "plot_latency_error_bars"
20895   output-file-type: ".html"
20896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20897   data: "plot-vpp-throughput-latency-3n-hsw"
20898   filter: "'NIC_Intel-X520-DA2' and
20899            '64B' and
20900            'ENCAP' and
20901            'NDRPDR' and
20902            '1T1C' and
20903            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20904            not 'DOT1Q' and
20905            not 'VHOST' and
20906            not 'IPSECHW'"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   sort:
20912   - "L2BDMACLRN"
20913   - "L2XCFWD"
20914   - "LISP"
20915   layout:
20916     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20917     layout: "plot-latency"
20918
20919 -
20920   type: "plot"
20921   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20922   algorithm: "plot_latency_error_bars"
20923   output-file-type: ".html"
20924   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20925   data: "plot-vpp-throughput-latency-3n-hsw"
20926   filter: "'NIC_Intel-X520-DA2' and
20927            '64B' and
20928            'ENCAP' and
20929            'NDRPDR' and
20930            '2T2C' and
20931            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20932            not 'DOT1Q' and
20933            not 'VHOST' and
20934            not 'IPSECHW'"
20935   parameters:
20936   - "latency"
20937   - "parent"
20938   - "tags"
20939   sort:
20940   - "L2BDMACLRN"
20941   - "L2XCFWD"
20942   - "LISP"
20943   layout:
20944     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20945     layout: "plot-latency"
20946
20947 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20948 -
20949   type: "plot"
20950   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20954   data: "plot-vpp-throughput-latency-3n-hsw"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            'ENCAP' and
20958            'NDRPDR' and
20959            '1T1C' and
20960            ('VXLAN' or 'LISP') and
20961            not 'VHOST' and
20962            not 'IPSECHW'"
20963   parameters:
20964   - "latency"
20965   - "parent"
20966   - "tags"
20967   sort:
20968   - "LISP"
20969   - "VXLAN_1"
20970   - "VXLAN_10"
20971   - "VXLAN_100"
20972   - "VXLAN_1000"
20973   layout:
20974     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20975     layout: "plot-latency"
20976
20977 -
20978   type: "plot"
20979   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20980   algorithm: "plot_latency_error_bars"
20981   output-file-type: ".html"
20982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20983   data: "plot-vpp-throughput-latency-3n-hsw"
20984   filter: "'NIC_Intel-X710' and
20985            '64B' and
20986            'ENCAP' and
20987            'NDRPDR' and
20988            '2T2C' and
20989            ('VXLAN' or 'LISP') and
20990            not 'VHOST' and
20991            not 'IPSECHW'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "LISP"
20998   - "VXLAN_1"
20999   - "VXLAN_10"
21000   - "VXLAN_100"
21001   - "VXLAN_1000"
21002   layout:
21003     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21004     layout: "plot-latency"
21005
21006 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21007 -
21008   type: "plot"
21009   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21010   algorithm: "plot_latency_error_bars"
21011   output-file-type: ".html"
21012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21013   data: "plot-vpp-throughput-latency-3n-hsw"
21014   filter: "'NIC_Intel-X710' and
21015            '64B' and
21016            'ENCAP' and
21017            'NDRPDR' and
21018            '1T1C' and
21019            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21020            not 'DOT1Q' and
21021            not 'VHOST' and
21022            not 'IPSECHW'"
21023   parameters:
21024   - "latency"
21025   - "parent"
21026   - "tags"
21027   sort:
21028   - "L2BDMACLRN"
21029   - "L2XCFWD"
21030   - "LISP"
21031   layout:
21032     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21033     layout: "plot-latency"
21034
21035 -
21036   type: "plot"
21037   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21038   algorithm: "plot_latency_error_bars"
21039   output-file-type: ".html"
21040   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21041   data: "plot-vpp-throughput-latency-3n-hsw"
21042   filter: "'NIC_Intel-X710' and
21043            '64B' and
21044            'ENCAP' and
21045            'NDRPDR' and
21046            '2T2C' and
21047            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21048            not 'DOT1Q' and
21049            not 'VHOST' and
21050            not 'IPSECHW'"
21051   parameters:
21052   - "latency"
21053   - "parent"
21054   - "tags"
21055   sort:
21056   - "L2BDMACLRN"
21057   - "L2XCFWD"
21058   - "LISP"
21059   layout:
21060     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21061     layout: "plot-latency"
21062
21063 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21064 -
21065   type: "plot"
21066   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21067   algorithm: "plot_latency_error_bars"
21068   output-file-type: ".html"
21069   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21070   data: "plot-vpp-throughput-latency-3n-skx"
21071   filter: "'NIC_Intel-X710' and
21072            '64B' and
21073            'ENCAP' and
21074            'NDRPDR' and
21075            '2T1C' and
21076            ('VXLAN' or 'LISP') and
21077            not 'VHOST' and
21078            not 'IPSECHW'"
21079   parameters:
21080   - "latency"
21081   - "parent"
21082   - "tags"
21083   sort:
21084   - "LISP"
21085   - "VXLAN_1"
21086   - "VXLAN_10"
21087   - "VXLAN_100"
21088   - "VXLAN_1000"
21089   layout:
21090     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21091     layout: "plot-latency"
21092
21093 -
21094   type: "plot"
21095   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21096   algorithm: "plot_latency_error_bars"
21097   output-file-type: ".html"
21098   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21099   data: "plot-vpp-throughput-latency-3n-skx"
21100   filter: "'NIC_Intel-X710' and
21101            '64B' and
21102            'ENCAP' and
21103            'NDRPDR' and
21104            '4T2C' and
21105            ('VXLAN' or 'LISP') and
21106            not 'VHOST' and
21107            not 'IPSECHW'"
21108   parameters:
21109   - "latency"
21110   - "parent"
21111   - "tags"
21112   sort:
21113   - "LISP"
21114   - "VXLAN_1"
21115   - "VXLAN_10"
21116   - "VXLAN_100"
21117   - "VXLAN_1000"
21118   layout:
21119     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21120     layout: "plot-latency"
21121
21122 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21123 -
21124   type: "plot"
21125   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21126   algorithm: "plot_latency_error_bars"
21127   output-file-type: ".html"
21128   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21129   data: "plot-vpp-throughput-latency-3n-skx"
21130   filter: "'NIC_Intel-X710' and
21131            '64B' and
21132            'ENCAP' and
21133            'NDRPDR' and
21134            '2T1C' and
21135            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21136            not 'DOT1Q' and
21137            not 'VHOST' and
21138            not 'IPSECHW'"
21139   parameters:
21140   - "latency"
21141   - "parent"
21142   - "tags"
21143   sort:
21144   - "L2BDMACLRN"
21145   - "L2XCFWD"
21146   - "LISP"
21147   layout:
21148     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21149     layout: "plot-latency"
21150
21151 -
21152   type: "plot"
21153   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21154   algorithm: "plot_latency_error_bars"
21155   output-file-type: ".html"
21156   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21157   data: "plot-vpp-throughput-latency-3n-skx"
21158   filter: "'NIC_Intel-X710' and
21159            '64B' and
21160            'ENCAP' and
21161            'NDRPDR' and
21162            '4T2C' and
21163            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21164            not 'DOT1Q' and
21165            not 'VHOST' and
21166            not 'IPSECHW'"
21167   parameters:
21168   - "latency"
21169   - "parent"
21170   - "tags"
21171   sort:
21172   - "L2BDMACLRN"
21173   - "L2XCFWD"
21174   - "LISP"
21175   layout:
21176     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21177     layout: "plot-latency"
21178
21179 ################################################################################
21180
21181 # Packet Latency - VPP IPv6 3n-hsw-x520
21182 -
21183   type: "plot"
21184   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21185   algorithm: "plot_latency_error_bars"
21186   output-file-type: ".html"
21187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21188   data: "plot-vpp-throughput-latency-3n-hsw"
21189   filter: "'NIC_Intel-X520-DA2' and
21190            '78B' and
21191            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21192            'NDRPDR' and
21193            '1T1C' and
21194            'IP6FWD' and
21195            not 'SRv6' and
21196            not 'IPSEC' and
21197            not 'VHOST'"
21198   parameters:
21199   - "latency"
21200   - "parent"
21201   - "tags"
21202   sort:
21203   - "IP6BASE"
21204   - "FIB_20K"
21205   - "FIB_200K"
21206   - "FIB_2M"
21207   layout:
21208     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21209     layout: "plot-latency"
21210
21211 -
21212   type: "plot"
21213   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21214   algorithm: "plot_latency_error_bars"
21215   output-file-type: ".html"
21216   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21217   data: "plot-vpp-throughput-latency-3n-hsw"
21218   filter: "'NIC_Intel-X520-DA2' and
21219            '78B' and
21220            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21221            'NDRPDR' and
21222            '2T2C' and
21223            'IP6FWD' and
21224            not 'SRv6' and
21225            not 'IPSEC' and
21226            not 'VHOST'"
21227   parameters:
21228   - "latency"
21229   - "parent"
21230   - "tags"
21231   sort:
21232   - "IP6BASE"
21233   - "FIB_20K"
21234   - "FIB_200K"
21235   - "FIB_2M"
21236   layout:
21237     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21238     layout: "plot-latency"
21239
21240 # Packet Latency - VPP IPv6 3n-hsw-x710
21241 -
21242   type: "plot"
21243   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21244   algorithm: "plot_latency_error_bars"
21245   output-file-type: ".html"
21246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21247   data: "plot-vpp-throughput-latency-3n-hsw"
21248   filter: "'NIC_Intel-X710' and
21249            '78B' and
21250            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21251            'NDRPDR' and
21252            '1T1C' and
21253            'IP6FWD' and
21254            not 'SRv6' and
21255            not 'IPSEC' and
21256            not 'VHOST'"
21257   parameters:
21258   - "latency"
21259   - "parent"
21260   - "tags"
21261   sort:
21262   - "IP6BASE"
21263   - "FIB_20K"
21264   - "FIB_200K"
21265   - "FIB_2M"
21266   layout:
21267     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21268     layout: "plot-latency"
21269
21270 -
21271   type: "plot"
21272   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21273   algorithm: "plot_latency_error_bars"
21274   output-file-type: ".html"
21275   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21276   data: "plot-vpp-throughput-latency-3n-hsw"
21277   filter: "'NIC_Intel-X710' and
21278            '78B' and
21279            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21280            'NDRPDR' and
21281            '2T2C' and
21282            'IP6FWD' and
21283            not 'SRv6' and
21284            not 'IPSEC' and
21285            not 'VHOST'"
21286   parameters:
21287   - "latency"
21288   - "parent"
21289   - "tags"
21290   sort:
21291   - "IP6BASE"
21292   - "FIB_20K"
21293   - "FIB_200K"
21294   - "FIB_2M"
21295   layout:
21296     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21297     layout: "plot-latency"
21298
21299 # Packet Latency - VPP IPv6 3n-hsw-xl710
21300 -
21301   type: "plot"
21302   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21303   algorithm: "plot_latency_error_bars"
21304   output-file-type: ".html"
21305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21306   data: "plot-vpp-throughput-latency-3n-hsw"
21307   filter: "'NIC_Intel-XL710' and
21308            '78B' and
21309            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21310            'NDRPDR' and
21311            '1T1C' and
21312            'IP6FWD' and
21313            not 'SRv6' and
21314            not 'IPSEC' and
21315            not 'VHOST'"
21316   parameters:
21317   - "latency"
21318   - "parent"
21319   - "tags"
21320   sort:
21321   - "IP6BASE"
21322   - "FIB_20K"
21323   - "FIB_200K"
21324   - "FIB_2M"
21325   layout:
21326     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21327     layout: "plot-latency"
21328
21329 -
21330   type: "plot"
21331   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21332   algorithm: "plot_latency_error_bars"
21333   output-file-type: ".html"
21334   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21335   data: "plot-vpp-throughput-latency-3n-hsw"
21336   filter: "'NIC_Intel-XL710' and
21337            '78B' and
21338            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21339            'NDRPDR' and
21340            '2T2C' and
21341            'IP6FWD' and
21342            not 'SRv6' and
21343            not 'IPSEC' and
21344            not 'VHOST'"
21345   parameters:
21346   - "latency"
21347   - "parent"
21348   - "tags"
21349   sort:
21350   - "IP6BASE"
21351   - "FIB_20K"
21352   - "FIB_200K"
21353   - "FIB_2M"
21354   layout:
21355     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21356     layout: "plot-latency"
21357
21358 # Packet Latency - VPP IPv6 3n-skx-x710
21359 -
21360   type: "plot"
21361   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21362   algorithm: "plot_latency_error_bars"
21363   output-file-type: ".html"
21364   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21365   data: "plot-vpp-throughput-latency-3n-skx"
21366   filter: "'NIC_Intel-X710' and
21367            '78B' and
21368            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21369            'NDRPDR' and
21370            '2T1C' and
21371            'IP6FWD' and
21372            not 'SRv6' and
21373            not 'IPSEC' and
21374            not 'VHOST'"
21375   parameters:
21376   - "latency"
21377   - "parent"
21378   - "tags"
21379   sort:
21380   - "IP6BASE"
21381   - "FIB_20K"
21382   - "FIB_200K"
21383   - "FIB_2M"
21384   layout:
21385     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21386     layout: "plot-latency"
21387
21388 -
21389   type: "plot"
21390   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21391   algorithm: "plot_latency_error_bars"
21392   output-file-type: ".html"
21393   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21394   data: "plot-vpp-throughput-latency-3n-skx"
21395   filter: "'NIC_Intel-X710' and
21396            '78B' and
21397            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21398            'NDRPDR' and
21399            '4T2C' and
21400            'IP6FWD' and
21401            not 'SRv6' and
21402            not 'IPSEC' and
21403            not 'VHOST'"
21404   parameters:
21405   - "latency"
21406   - "parent"
21407   - "tags"
21408   sort:
21409   - "IP6BASE"
21410   - "FIB_20K"
21411   - "FIB_200K"
21412   - "FIB_2M"
21413   layout:
21414     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21415     layout: "plot-latency"
21416
21417 # Packet Latency - VPP IPv6 2n-skx-x710
21418 -
21419   type: "plot"
21420   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21421   algorithm: "plot_latency_error_bars"
21422   output-file-type: ".html"
21423   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21424   data: "plot-vpp-throughput-latency-2n-skx"
21425   filter: "'NIC_Intel-X710' and
21426            '78B' and
21427            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21428            'NDRPDR' and
21429            '2T1C' and
21430            'IP6FWD' and
21431            not 'SRv6' and
21432            not 'IPSEC' and
21433            not 'VHOST'"
21434   parameters:
21435   - "latency"
21436   - "parent"
21437   - "tags"
21438   sort:
21439   - "IP6BASE"
21440   - "FIB_20k"
21441   - "FIB_200k"
21442   - "FIB_2M"
21443   layout:
21444     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21445     layout: "plot-latency"
21446
21447 -
21448   type: "plot"
21449   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21450   algorithm: "plot_latency_error_bars"
21451   output-file-type: ".html"
21452   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21453   data: "plot-vpp-throughput-latency-2n-skx"
21454   filter: "'NIC_Intel-X710' and
21455            '78B' and
21456            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21457            'NDRPDR' and
21458            '4T2C' and
21459            'IP6FWD' and
21460            not 'SRv6' and
21461            not 'IPSEC' and
21462            not 'VHOST'"
21463   parameters:
21464   - "latency"
21465   - "parent"
21466   - "tags"
21467   sort:
21468   - "IP6BASE"
21469   - "FIB_20k"
21470   - "FIB_200k"
21471   - "FIB_2M"
21472   layout:
21473     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21474     layout: "plot-latency"
21475
21476 # Packet Latency - VPP IPv6 2n-skx-xxv710
21477 -
21478   type: "plot"
21479   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21480   algorithm: "plot_latency_error_bars"
21481   output-file-type: ".html"
21482   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21483   data: "plot-vpp-throughput-latency-2n-skx"
21484   filter: "'NIC_Intel-XXV710' and
21485            '78B' and
21486            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21487            'NDRPDR' and
21488            '2T1C' and
21489            'IP6FWD' and
21490            not 'SRv6' and
21491            not 'IPSEC' and
21492            not 'VHOST'"
21493   parameters:
21494   - "latency"
21495   - "parent"
21496   - "tags"
21497   sort:
21498   - "IP6BASE"
21499   - "FIB_20k"
21500   - "FIB_200k"
21501   - "FIB_2M"
21502   layout:
21503     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21504     layout: "plot-latency"
21505
21506 -
21507   type: "plot"
21508   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21509   algorithm: "plot_latency_error_bars"
21510   output-file-type: ".html"
21511   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21512   data: "plot-vpp-throughput-latency-2n-skx"
21513   filter: "'NIC_Intel-XXV710' and
21514            '78B' and
21515            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21516            'NDRPDR' and
21517            '4T2C' and
21518            'IP6FWD' and
21519            not 'SRv6' and
21520            not 'IPSEC' and
21521            not 'VHOST'"
21522   parameters:
21523   - "latency"
21524   - "parent"
21525   - "tags"
21526   sort:
21527   - "IP6BASE"
21528   - "FIB_20k"
21529   - "FIB_200k"
21530   - "FIB_2M"
21531   layout:
21532     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21533     layout: "plot-latency"
21534
21535 ################################################################################
21536
21537 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21538 -
21539   type: "plot"
21540   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21541   algorithm: "plot_latency_error_bars"
21542   output-file-type: ".html"
21543   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21544   data: "plot-vpp-throughput-latency-3n-hsw"
21545   filter: "'NIC_Intel-X520-DA2' and
21546            '78B' and
21547            'ENCAP' and
21548            'NDRPDR' and
21549            '1T1C' and
21550            'LISP' and
21551            not 'VHOST'"
21552   parameters:
21553   - "latency"
21554   - "parent"
21555   - "tags"
21556   sort:
21557   - "IP4UNRLAY"
21558   - "IP6UNRLAY"
21559   layout:
21560     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21561     layout: "plot-latency"
21562
21563 -
21564   type: "plot"
21565   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21566   algorithm: "plot_latency_error_bars"
21567   output-file-type: ".html"
21568   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21569   data: "plot-vpp-throughput-latency-3n-hsw"
21570   filter: "'NIC_Intel-X520-DA2' and
21571            '78B' and
21572            'ENCAP' and
21573            'NDRPDR' and
21574            '2T2C' and
21575            'LISP' and
21576            not 'VHOST'"
21577   parameters:
21578   - "latency"
21579   - "parent"
21580   - "tags"
21581   sort:
21582   - "IP4UNRLAY"
21583   - "IP6UNRLAY"
21584   layout:
21585     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21586     layout: "plot-latency"
21587
21588 ################################################################################
21589
21590 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21591 -
21592   type: "plot"
21593   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21594   algorithm: "plot_latency_error_bars"
21595   output-file-type: ".html"
21596   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21597   data: "plot-vpp-throughput-latency-3n-hsw"
21598   filter: "'NIC_Intel-XL710' and
21599            '64B' and
21600            'IP4FWD' and
21601            'NDRPDR' and
21602            'BASE' and
21603            '1T1C' and
21604            'IPSECHW' and
21605            ('IPSECTRAN' or 'IPSECTUN') and
21606            not 'VHOST'"
21607   parameters:
21608   - "latency"
21609   - "parent"
21610   - "tags"
21611   layout:
21612     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21613     layout: "plot-latency"
21614
21615 -
21616   type: "plot"
21617   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21618   algorithm: "plot_latency_error_bars"
21619   output-file-type: ".html"
21620   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21621   data: "plot-vpp-throughput-latency-3n-hsw"
21622   filter: "'NIC_Intel-XL710' and
21623            '64B' and
21624            'IP4FWD' and
21625            'NDRPDR' and
21626            'BASE' and
21627            '2T2C' and
21628            'IPSECHW' and
21629            ('IPSECTRAN' or 'IPSECTUN') and
21630            not 'VHOST'"
21631   parameters:
21632   - "latency"
21633   - "parent"
21634   - "tags"
21635   layout:
21636     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21637     layout: "plot-latency"
21638
21639 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21640 -
21641   type: "plot"
21642   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21643   algorithm: "plot_latency_error_bars"
21644   output-file-type: ".html"
21645   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21646   data: "plot-vpp-throughput-latency-3n-hsw"
21647   filter: "'NIC_Intel-XL710' and
21648            '64B' and
21649            'IP4FWD' and
21650            'NDRPDR' and
21651            'SCALE' and
21652            '1T1C' and
21653            'IPSECHW' and
21654            ('IPSECTRAN' or 'IPSECTUN') and
21655            not 'VHOST'"
21656   parameters:
21657   - "latency"
21658   - "parent"
21659   - "tags"
21660   layout:
21661     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21662     layout: "plot-latency"
21663
21664 -
21665   type: "plot"
21666   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21667   algorithm: "plot_latency_error_bars"
21668   output-file-type: ".html"
21669   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21670   data: "plot-vpp-throughput-latency-3n-hsw"
21671   filter: "'NIC_Intel-XL710' and
21672            '64B' and
21673            'IP4FWD' and
21674            'NDRPDR' and
21675            'SCALE' and
21676            '2T2C' and
21677            'IPSECHW' and
21678            ('IPSECTRAN' or 'IPSECTUN') and
21679            not 'VHOST'"
21680   parameters:
21681   - "latency"
21682   - "parent"
21683   - "tags"
21684   layout:
21685     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21686     layout: "plot-latency"
21687
21688 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21689 -
21690   type: "plot"
21691   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21692   algorithm: "plot_latency_error_bars"
21693   output-file-type: ".html"
21694   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21695   data: "plot-vpp-throughput-latency-3n-hsw"
21696   filter: "'NIC_Intel-XL710' and
21697            '64B' and
21698            'IP4FWD' and
21699            'NDRPDR' and
21700            '1T1C' and
21701            'IPSECSW' and
21702            ('IPSECTRAN' or 'IPSECTUN') and
21703            not 'VHOST'"
21704   parameters:
21705   - "latency"
21706   - "parent"
21707   - "tags"
21708   layout:
21709     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21710     layout: "plot-latency"
21711
21712 -
21713   type: "plot"
21714   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21715   algorithm: "plot_latency_error_bars"
21716   output-file-type: ".html"
21717   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21718   data: "plot-vpp-throughput-latency-3n-hsw"
21719   filter: "'NIC_Intel-XL710' and
21720            '64B' and
21721            'IP4FWD' and
21722            'NDRPDR' and
21723            '2T2C' and
21724            'IPSECSW' and
21725            ('IPSECTRAN' or 'IPSECTUN') and
21726            not 'VHOST'"
21727   parameters:
21728   - "latency"
21729   - "parent"
21730   - "tags"
21731   layout:
21732     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21733     layout: "plot-latency"
21734
21735 ################################################################################
21736
21737 # Packet Latency - VPP SRv6 3n-hsw-x520
21738 -
21739   type: "plot"
21740   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21741   algorithm: "plot_latency_error_bars"
21742   output-file-type: ".html"
21743   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21744   data: "plot-vpp-throughput-latency-3n-hsw"
21745   filter: "'NIC_Intel-X520-DA2' and
21746            '78B' and
21747            'FEATURE' and
21748            'NDRPDR' and
21749            '1T1C' and
21750            'IP6FWD' and
21751            'SRv6'"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   layout:
21757     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21758     layout: "plot-latency"
21759
21760 -
21761   type: "plot"
21762   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21763   algorithm: "plot_latency_error_bars"
21764   output-file-type: ".html"
21765   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21766   data: "plot-vpp-throughput-latency-3n-hsw"
21767   filter: "'NIC_Intel-X520-DA2' and
21768            '78B' and
21769            'FEATURE' and
21770            'NDRPDR' and
21771            '2T2C' and
21772            'IP6FWD' and
21773            'SRv6'"
21774   parameters:
21775   - "latency"
21776   - "parent"
21777   - "tags"
21778   layout:
21779     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21780     layout: "plot-latency"
21781
21782 ################################################################################
21783
21784 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21785 -
21786   type: "plot"
21787   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21788   algorithm: "plot_latency_error_bars"
21789   output-file-type: ".html"
21790   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21791   data: "plot-vpp-throughput-latency-3n-hsw"
21792   filter: "'NIC_Intel-X520-DA2' and
21793            '64B' and
21794            'NDRPDR' and
21795            'ETH' and
21796            'IP4FWD' and
21797            '1T1C' and
21798            'VHOST_1024' and
21799            not 'VXLAN' and
21800            not 'DOT1Q'"
21801   parameters:
21802   - "latency"
21803   - "parent"
21804   - "tags"
21805   sort:
21806   - "not CFS_OPT"
21807   - "1VM"
21808   - "2VM"
21809   layout:
21810     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21811     layout: "plot-latency"
21812
21813 -
21814   type: "plot"
21815   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21816   algorithm: "plot_latency_error_bars"
21817   output-file-type: ".html"
21818   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21819   data: "plot-vpp-throughput-latency-3n-hsw"
21820   filter: "'NIC_Intel-X520-DA2' and
21821            '64B' and
21822            'NDRPDR' and
21823            'ETH' and
21824            'IP4FWD' and
21825            '2T2C' and
21826            'VHOST_1024' and
21827            not 'VXLAN' and
21828            not 'DOT1Q'"
21829   parameters:
21830   - "latency"
21831   - "parent"
21832   - "tags"
21833   sort:
21834   - "not CFS_OPT"
21835   - "1VM"
21836   - "2VM"
21837   layout:
21838     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21839     layout: "plot-latency"
21840
21841 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21842 -
21843   type: "plot"
21844   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21845   algorithm: "plot_latency_error_bars"
21846   output-file-type: ".html"
21847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21848   data: "plot-vpp-throughput-latency-3n-hsw"
21849   filter: "'NIC_Intel-X520-DA2' and
21850            '64B' and
21851            'NDRPDR' and
21852            ('ETH' or 'DOT1Q') and
21853            '1T1C' and
21854            'L2BDMACLRN' and
21855            'VHOST_1024' and
21856            not 'VXLAN' and
21857            not 'IP4FWD' and
21858            not '2VM'"
21859   parameters:
21860   - "latency"
21861   - "parent"
21862   - "tags"
21863 #  sort:
21864 #  - "VM"  # "not CFS_OPT"
21865 #  - "CFS_OPT"
21866 #  - "FIB_10K"
21867 #  - "FIB_100K"
21868 #  - "FIB_1M"
21869   layout:
21870     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21871     layout: "plot-latency"
21872
21873 -
21874   type: "plot"
21875   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21876   algorithm: "plot_latency_error_bars"
21877   output-file-type: ".html"
21878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21879   data: "plot-vpp-throughput-latency-3n-hsw"
21880   filter: "'NIC_Intel-X520-DA2' and
21881            '64B' and
21882            'NDRPDR' and
21883            ('ETH' or 'DOT1Q') and
21884            '2T2C' and
21885            'L2BDMACLRN' and
21886            'VHOST_1024' and
21887            not 'VXLAN' and
21888            not 'IP4FWD' and
21889            not '2VM'"
21890   parameters:
21891   - "latency"
21892   - "parent"
21893   - "tags"
21894 #  sort:
21895 #  - "VM"  # "not CFS_OPT"
21896 #  - "CFS_OPT"
21897 #  - "FIB_10K"
21898 #  - "FIB_100K"
21899 #  - "FIB_1M"
21900   layout:
21901     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21902     layout: "plot-latency"
21903
21904 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21905 -
21906   type: "plot"
21907   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21908   algorithm: "plot_latency_error_bars"
21909   output-file-type: ".html"
21910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21911   data: "plot-vpp-throughput-latency-3n-hsw"
21912   filter: "'NIC_Intel-X520-DA2' and
21913            '64B' and
21914            'NDRPDR' and
21915            ('ETH' or 'DOT1Q') and
21916            'BASE' and
21917            '1T1C' and
21918            ('L2BDMACLRN' or 'L2XCFWD') and
21919            'VHOST_1024' and
21920            not 'VXLAN' and
21921            not 'IP4FWD' and
21922            not '2VM'"
21923   parameters:
21924   - "latency"
21925   - "parent"
21926   - "tags"
21927 #  sort:
21928 #  - "not CFS_OPT"
21929 #  - "L2XCFWD"
21930 #  - "not CFS_OPT"
21931 #  - "CFS_OPT"
21932   layout:
21933     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21934     layout: "plot-latency"
21935
21936 -
21937   type: "plot"
21938   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21939   algorithm: "plot_latency_error_bars"
21940   output-file-type: ".html"
21941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21942   data: "plot-vpp-throughput-latency-3n-hsw"
21943   filter: "'NIC_Intel-X520-DA2' and
21944            '64B' and
21945            'NDRPDR' and
21946            ('ETH' or 'DOT1Q') and
21947            'BASE' and
21948            '2T2C' and
21949            ('L2BDMACLRN' or 'L2XCFWD') and
21950            'VHOST_1024' and
21951            not 'VXLAN' and
21952            not 'IP4FWD' and
21953            not '2VM'"
21954   parameters:
21955   - "latency"
21956   - "parent"
21957   - "tags"
21958 #  sort:
21959 #  - "not CFS_OPT"
21960 #  - "L2XCFWD"
21961 #  - "not CFS_OPT"
21962 #  - "CFS_OPT"
21963   layout:
21964     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
21965     layout: "plot-latency"
21966
21967 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21968 -
21969   type: "plot"
21970   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21971   algorithm: "plot_latency_error_bars"
21972   output-file-type: ".html"
21973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21974   data: "plot-vpp-throughput-latency-3n-hsw"
21975   filter: "'NIC_Intel-X520-DA2' and
21976            '64B' and
21977            'NDRPDR' and
21978            ('ETH' or 'DOT1Q') and
21979            '1T1C' and
21980            ('L2BDMACLRN' or 'L2XCFWD') and
21981            'VHOST_1024' and
21982            not 'CFS_OPT' and
21983            not 'VXLAN' and
21984            not 'IP4FWD' and
21985            not 'LBOND'"
21986   parameters:
21987   - "latency"
21988   - "parent"
21989   - "tags"
21990 #  sort:
21991 #  - "1VM"
21992 #  - "L2XCFWD"
21993 #  - "1VM"
21994 #  - "L2BDMACLRN"
21995   layout:
21996     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21997     layout: "plot-latency"
21998
21999 -
22000   type: "plot"
22001   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22002   algorithm: "plot_latency_error_bars"
22003   output-file-type: ".html"
22004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22005   data: "plot-vpp-throughput-latency-3n-hsw"
22006   filter: "'NIC_Intel-X520-DA2' and
22007            '64B' and
22008            'NDRPDR' and
22009            ('ETH' or 'DOT1Q') and
22010            '2T2C' and
22011            ('L2BDMACLRN' or 'L2XCFWD') and
22012            'VHOST_1024' and
22013            not 'CFS_OPT' and
22014            not 'VXLAN' and
22015            not 'IP4FWD' and
22016            not 'LBOND'"
22017   parameters:
22018   - "latency"
22019   - "parent"
22020   - "tags"
22021 #  sort:
22022 #  - "1VM"
22023 #  - "L2XCFWD"
22024 #  - "1VM"
22025 #  - "L2BDMACLRN"
22026   layout:
22027     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22028     layout: "plot-latency"
22029
22030 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22031 -
22032   type: "plot"
22033   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22034   algorithm: "plot_latency_error_bars"
22035   output-file-type: ".html"
22036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22037   data: "plot-vpp-throughput-latency-3n-hsw"
22038   filter: "'NIC_Intel-X710' and
22039            '64B' and
22040            'NDRPDR' and
22041            'ETH' and
22042            'IP4FWD' and
22043            '1T1C' and
22044            'VHOST_1024' and
22045            not 'VXLAN' and
22046            not 'DOT1Q'"
22047   parameters:
22048   - "latency"
22049   - "parent"
22050   - "tags"
22051   sort:
22052   - "not CFS_OPT"
22053   - "1VM"
22054   - "2VM"
22055   layout:
22056     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22057     layout: "plot-latency"
22058
22059 -
22060   type: "plot"
22061   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22062   algorithm: "plot_latency_error_bars"
22063   output-file-type: ".html"
22064   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22065   data: "plot-vpp-throughput-latency-3n-hsw"
22066   filter: "'NIC_Intel-X710' and
22067            '64B' and
22068            'NDRPDR' and
22069            'ETH' and
22070            'IP4FWD' and
22071            '2T2C' and
22072            'VHOST_1024' and
22073            not 'VXLAN' and
22074            not 'DOT1Q'"
22075   parameters:
22076   - "latency"
22077   - "parent"
22078   - "tags"
22079   sort:
22080   - "not CFS_OPT"
22081   - "1VM"
22082   - "2VM"
22083   layout:
22084     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22085     layout: "plot-latency"
22086
22087 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22088 -
22089   type: "plot"
22090   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22091   algorithm: "plot_latency_error_bars"
22092   output-file-type: ".html"
22093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22094   data: "plot-vpp-throughput-latency-3n-hsw"
22095   filter: "'NIC_Intel-X710' and
22096            '64B' and
22097            'NDRPDR' and
22098            ('ETH' or 'DOT1Q') and
22099            '1T1C' and
22100            'L2BDMACLRN' and
22101            'VHOST_1024' and
22102            not 'VXLAN' and
22103            not 'IP4FWD' and
22104            not '2VM'"
22105   parameters:
22106   - "latency"
22107   - "parent"
22108   - "tags"
22109 #  sort:
22110 #  - "VM"  # "not CFS_OPT"
22111 #  - "CFS_OPT"
22112 #  - "FIB_10K"
22113 #  - "FIB_100K"
22114 #  - "FIB_1M"
22115   layout:
22116     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22117     layout: "plot-latency"
22118
22119 -
22120   type: "plot"
22121   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22122   algorithm: "plot_latency_error_bars"
22123   output-file-type: ".html"
22124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22125   data: "plot-vpp-throughput-latency-3n-hsw"
22126   filter: "'NIC_Intel-X710' and
22127            '64B' and
22128            'NDRPDR' and
22129            ('ETH' or 'DOT1Q') and
22130            '2T2C' and
22131            'L2BDMACLRN' and
22132            'VHOST_1024' and
22133            not 'VXLAN' and
22134            not 'IP4FWD' and
22135            not '2VM'"
22136   parameters:
22137   - "latency"
22138   - "parent"
22139   - "tags"
22140 #  sort:
22141 #  - "VM"  # "not CFS_OPT"
22142 #  - "CFS_OPT"
22143 #  - "FIB_10K"
22144 #  - "FIB_100K"
22145 #  - "FIB_1M"
22146   layout:
22147     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22148     layout: "plot-latency"
22149
22150 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22151 -
22152   type: "plot"
22153   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22154   algorithm: "plot_latency_error_bars"
22155   output-file-type: ".html"
22156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22157   data: "plot-vpp-throughput-latency-3n-hsw"
22158   filter: "'NIC_Intel-X710' and
22159            '64B' and
22160            'NDRPDR' and
22161            ('ETH' or 'DOT1Q') and
22162            'BASE' and
22163            '1T1C' and
22164            ('L2BDMACLRN' or 'L2XCFWD') and
22165            'VHOST_1024' and
22166            not 'VXLAN' and
22167            not 'IP4FWD' and
22168            not '2VM'"
22169   parameters:
22170   - "latency"
22171   - "parent"
22172   - "tags"
22173 #  sort:
22174 #  - "not CFS_OPT"
22175 #  - "L2XCFWD"
22176 #  - "not CFS_OPT"
22177 #  - "CFS_OPT"
22178   layout:
22179     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22180     layout: "plot-latency"
22181
22182 -
22183   type: "plot"
22184   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22185   algorithm: "plot_latency_error_bars"
22186   output-file-type: ".html"
22187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22188   data: "plot-vpp-throughput-latency-3n-hsw"
22189   filter: "'NIC_Intel-X710' and
22190            '64B' and
22191            'NDRPDR' and
22192            ('ETH' or 'DOT1Q') and
22193            'BASE' and
22194            '2T2C' and
22195            ('L2BDMACLRN' or 'L2XCFWD') and
22196            'VHOST_1024' and
22197            not 'VXLAN' and
22198            not 'IP4FWD' and
22199            not '2VM'"
22200   parameters:
22201   - "latency"
22202   - "parent"
22203   - "tags"
22204 #  sort:
22205 #  - "not CFS_OPT"
22206 #  - "L2XCFWD"
22207 #  - "not CFS_OPT"
22208 #  - "CFS_OPT"
22209   layout:
22210     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22211     layout: "plot-latency"
22212
22213 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22214 -
22215   type: "plot"
22216   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22217   algorithm: "plot_latency_error_bars"
22218   output-file-type: ".html"
22219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22220   data: "plot-vpp-throughput-latency-3n-hsw"
22221   filter: "'NIC_Intel-X710' and
22222            '64B' and
22223            'NDRPDR' and
22224            ('ETH' or 'DOT1Q') and
22225            '1T1C' and
22226            ('L2BDMACLRN' or 'L2XCFWD') and
22227            'VHOST_1024' and
22228            not 'CFS_OPT' and
22229            not 'VXLAN' and
22230            not 'IP4FWD' and
22231            not 'LBOND'"
22232   parameters:
22233   - "latency"
22234   - "parent"
22235   - "tags"
22236 #  sort:
22237 #  - "1VM"
22238 #  - "L2XCFWD"
22239 #  - "1VM"
22240 #  - "L2BDMACLRN"
22241   layout:
22242     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22243     layout: "plot-latency"
22244
22245 -
22246   type: "plot"
22247   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22248   algorithm: "plot_latency_error_bars"
22249   output-file-type: ".html"
22250   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22251   data: "plot-vpp-throughput-latency-3n-hsw"
22252   filter: "'NIC_Intel-X710' and
22253            '64B' and
22254            'NDRPDR' and
22255            ('ETH' or 'DOT1Q') and
22256            '2T2C' and
22257            ('L2BDMACLRN' or 'L2XCFWD') and
22258            'VHOST_1024' and
22259            not 'CFS_OPT' and
22260            not 'VXLAN' and
22261            not 'IP4FWD' and
22262            not 'LBOND'"
22263   parameters:
22264   - "latency"
22265   - "parent"
22266   - "tags"
22267 #  sort:
22268 #  - "1VM"
22269 #  - "L2XCFWD"
22270 #  - "1VM"
22271 #  - "L2BDMACLRN"
22272   layout:
22273     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22274     layout: "plot-latency"
22275
22276 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22277 -
22278   type: "plot"
22279   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22280   algorithm: "plot_latency_error_bars"
22281   output-file-type: ".html"
22282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22283   data: "plot-vpp-throughput-latency-3n-hsw"
22284   filter: "'NIC_Intel-XL710' and
22285            '64B' and
22286            'NDRPDR' and
22287            'ETH' and
22288            'IP4FWD' and
22289            '1T1C' and
22290            'VHOST_1024' and
22291            not 'VXLAN' and
22292            not 'DOT1Q'"
22293   parameters:
22294   - "latency"
22295   - "parent"
22296   - "tags"
22297   sort:
22298   - "not CFS_OPT"
22299   - "1VM"
22300   - "2VM"
22301   layout:
22302     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22303     layout: "plot-latency"
22304
22305 -
22306   type: "plot"
22307   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22308   algorithm: "plot_latency_error_bars"
22309   output-file-type: ".html"
22310   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22311   data: "plot-vpp-throughput-latency-3n-hsw"
22312   filter: "'NIC_Intel-XL710' and
22313            '64B' and
22314            'NDRPDR' and
22315            'ETH' and
22316            'IP4FWD' and
22317            '2T2C' and
22318            'VHOST_1024' and
22319            not 'VXLAN' and
22320            not 'DOT1Q'"
22321   parameters:
22322   - "latency"
22323   - "parent"
22324   - "tags"
22325   sort:
22326   - "not CFS_OPT"
22327   - "1VM"
22328   - "2VM"
22329   layout:
22330     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22331     layout: "plot-latency"
22332
22333 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22334 -
22335   type: "plot"
22336   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22337   algorithm: "plot_latency_error_bars"
22338   output-file-type: ".html"
22339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22340   data: "plot-vpp-throughput-latency-3n-hsw"
22341   filter: "'NIC_Intel-XL710' and
22342            '64B' and
22343            'NDRPDR' and
22344            ('ETH' or 'DOT1Q') and
22345            '1T1C' and
22346            'L2BDMACLRN' and
22347            'VHOST_1024' and
22348            not 'VXLAN' and
22349            not 'IP4FWD' and
22350            not '2VM'"
22351   parameters:
22352   - "latency"
22353   - "parent"
22354   - "tags"
22355 #  sort:
22356 #  - "VM"  # "not CFS_OPT"
22357 #  - "CFS_OPT"
22358 #  - "FIB_10K"
22359 #  - "FIB_100K"
22360 #  - "FIB_1M"
22361   layout:
22362     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22363     layout: "plot-latency"
22364
22365 -
22366   type: "plot"
22367   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22368   algorithm: "plot_latency_error_bars"
22369   output-file-type: ".html"
22370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22371   data: "plot-vpp-throughput-latency-3n-hsw"
22372   filter: "'NIC_Intel-XL710' and
22373            '64B' and
22374            'NDRPDR' and
22375            ('ETH' or 'DOT1Q') and
22376            '2T2C' and
22377            'L2BDMACLRN' and
22378            'VHOST_1024' and
22379            not 'VXLAN' and
22380            not 'IP4FWD' and
22381            not '2VM'"
22382   parameters:
22383   - "latency"
22384   - "parent"
22385   - "tags"
22386 #  sort:
22387 #  - "VM"  # "not CFS_OPT"
22388 #  - "CFS_OPT"
22389 #  - "FIB_10K"
22390 #  - "FIB_100K"
22391 #  - "FIB_1M"
22392   layout:
22393     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22394     layout: "plot-latency"
22395
22396 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22397 -
22398   type: "plot"
22399   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22400   algorithm: "plot_latency_error_bars"
22401   output-file-type: ".html"
22402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22403   data: "plot-vpp-throughput-latency-3n-hsw"
22404   filter: "'NIC_Intel-XL710' and
22405            '64B' and
22406            'NDRPDR' and
22407            ('ETH' or 'DOT1Q') and
22408            'BASE' and
22409            '1T1C' and
22410            ('L2BDMACLRN' or 'L2XCFWD') and
22411            'VHOST_1024' and
22412            not 'VXLAN' and
22413            not 'IP4FWD' and
22414            not '2VM'"
22415   parameters:
22416   - "latency"
22417   - "parent"
22418   - "tags"
22419 #  sort:
22420 #  - "not CFS_OPT"
22421 #  - "L2XCFWD"
22422 #  - "not CFS_OPT"
22423 #  - "CFS_OPT"
22424   layout:
22425     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22426     layout: "plot-latency"
22427
22428 -
22429   type: "plot"
22430   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22431   algorithm: "plot_latency_error_bars"
22432   output-file-type: ".html"
22433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22434   data: "plot-vpp-throughput-latency-3n-hsw"
22435   filter: "'NIC_Intel-XL710' and
22436            '64B' and
22437            'NDRPDR' and
22438            ('ETH' or 'DOT1Q') and
22439            'BASE' and
22440            '2T2C' and
22441            ('L2BDMACLRN' or 'L2XCFWD') and
22442            'VHOST_1024' and
22443            not 'VXLAN' and
22444            not 'IP4FWD' and
22445            not '2VM'"
22446   parameters:
22447   - "latency"
22448   - "parent"
22449   - "tags"
22450 #  sort:
22451 #  - "not CFS_OPT"
22452 #  - "L2XCFWD"
22453 #  - "not CFS_OPT"
22454 #  - "CFS_OPT"
22455   layout:
22456     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22457     layout: "plot-latency"
22458
22459 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22460 -
22461   type: "plot"
22462   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22463   algorithm: "plot_latency_error_bars"
22464   output-file-type: ".html"
22465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22466   data: "plot-vpp-throughput-latency-3n-hsw"
22467   filter: "'NIC_Intel-XL710' and
22468            '64B' and
22469            'NDRPDR' and
22470            ('ETH' or 'DOT1Q') and
22471            '1T1C' and
22472            ('L2BDMACLRN' or 'L2XCFWD') and
22473            'VHOST_1024' and
22474            not 'CFS_OPT' and
22475            not 'VXLAN' and
22476            not 'IP4FWD'"
22477   parameters:
22478   - "latency"
22479   - "parent"
22480   - "tags"
22481 #  sort:
22482 #  - "1VM"
22483 #  - "L2XCFWD"
22484 #  - "1VM"
22485 #  - "L2BDMACLRN"
22486   layout:
22487     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22488     layout: "plot-latency"
22489
22490 -
22491   type: "plot"
22492   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22493   algorithm: "plot_latency_error_bars"
22494   output-file-type: ".html"
22495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22496   data: "plot-vpp-throughput-latency-3n-hsw"
22497   filter: "'NIC_Intel-XL710' and
22498            '64B' and
22499            'NDRPDR' and
22500            ('ETH' or 'DOT1Q') and
22501            '2T2C' and
22502            ('L2BDMACLRN' or 'L2XCFWD') and
22503            'VHOST_1024' and
22504            not 'CFS_OPT' and
22505            not 'VXLAN' and
22506            not 'IP4FWD'"
22507   parameters:
22508   - "latency"
22509   - "parent"
22510   - "tags"
22511 #  sort:
22512 #  - "1VM"
22513 #  - "L2XCFWD"
22514 #  - "1VM"
22515 #  - "L2BDMACLRN"
22516   layout:
22517     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22518     layout: "plot-latency"
22519
22520 # Packet Latency - VPP vhost ip4 3n-skx-x710
22521 -
22522   type: "plot"
22523   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22524   algorithm: "plot_latency_error_bars"
22525   output-file-type: ".html"
22526   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22527   data: "plot-vpp-throughput-latency-3n-skx"
22528   filter: "'NIC_Intel-X710' and
22529            '64B' and
22530            'NDRPDR' and
22531            'ETH' and
22532            'IP4FWD' and
22533            '2T1C' and
22534            'VHOST_1024' and
22535            not 'VXLAN' and
22536            not 'DOT1Q'"
22537   parameters:
22538   - "latency"
22539   - "parent"
22540   - "tags"
22541   sort:
22542   - "not CFS_OPT"
22543   - "1VM"
22544   - "2VM"
22545   layout:
22546     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22547     layout: "plot-latency"
22548
22549 -
22550   type: "plot"
22551   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22552   algorithm: "plot_latency_error_bars"
22553   output-file-type: ".html"
22554   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22555   data: "plot-vpp-throughput-latency-3n-skx"
22556   filter: "'NIC_Intel-X710' and
22557            '64B' and
22558            'NDRPDR' and
22559            'ETH' and
22560            'IP4FWD' and
22561            '4T2C' and
22562            'VHOST_1024' and
22563            not 'VXLAN' and
22564            not 'DOT1Q'"
22565   parameters:
22566   - "latency"
22567   - "parent"
22568   - "tags"
22569   sort:
22570   - "not CFS_OPT"
22571   - "1VM"
22572   - "2VM"
22573   layout:
22574     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22575     layout: "plot-latency"
22576
22577 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22578 -
22579   type: "plot"
22580   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22581   algorithm: "plot_latency_error_bars"
22582   output-file-type: ".html"
22583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22584   data: "plot-vpp-throughput-latency-3n-skx"
22585   filter: "'NIC_Intel-X710' and
22586            '64B' and
22587            'NDRPDR' and
22588            ('ETH' or 'DOT1Q') and
22589            '2T1C' and
22590            'L2BDMACLRN' and
22591            'VHOST_1024' and
22592            not 'VXLAN' and
22593            not 'IP4FWD' and
22594            not '2VM'"
22595   parameters:
22596   - "latency"
22597   - "parent"
22598   - "tags"
22599 #  sort:
22600 #  - "VM"  # "not CFS_OPT"
22601 #  - "CFS_OPT"
22602 #  - "FIB_10K"
22603 #  - "FIB_100K"
22604 #  - "FIB_1M"
22605   layout:
22606     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22607     layout: "plot-latency"
22608
22609 -
22610   type: "plot"
22611   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22612   algorithm: "plot_latency_error_bars"
22613   output-file-type: ".html"
22614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22615   data: "plot-vpp-throughput-latency-3n-skx"
22616   filter: "'NIC_Intel-X710' and
22617            '64B' and
22618            'NDRPDR' and
22619            ('ETH' or 'DOT1Q') and
22620            '4T2C' and
22621            'L2BDMACLRN' and
22622            'VHOST_1024' and
22623            not 'VXLAN' and
22624            not 'IP4FWD' and
22625            not '2VM'"
22626   parameters:
22627   - "latency"
22628   - "parent"
22629   - "tags"
22630 #  sort:
22631 #  - "VM"  # "not CFS_OPT"
22632 #  - "CFS_OPT"
22633 #  - "FIB_10K"
22634 #  - "FIB_100K"
22635 #  - "FIB_1M"
22636   layout:
22637     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22638     layout: "plot-latency"
22639
22640 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22641 -
22642   type: "plot"
22643   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22644   algorithm: "plot_latency_error_bars"
22645   output-file-type: ".html"
22646   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22647   data: "plot-vpp-throughput-latency-3n-skx"
22648   filter: "'NIC_Intel-X710' and
22649            '64B' and
22650            'NDRPDR' and
22651            ('ETH' or 'DOT1Q') and
22652            'BASE' and
22653            '2T1C' and
22654            ('L2BDMACLRN' or 'L2XCFWD') and
22655            'VHOST_1024' and
22656            not 'VXLAN' and
22657            not 'IP4FWD' and
22658            not '2VM' and
22659            not 'LBOND'"
22660   parameters:
22661   - "latency"
22662   - "parent"
22663   - "tags"
22664 #  sort:
22665 #  - "not CFS_OPT"
22666 #  - "L2XCFWD"
22667 #  - "not CFS_OPT"
22668 #  - "CFS_OPT"
22669   layout:
22670     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22671     layout: "plot-latency"
22672
22673 -
22674   type: "plot"
22675   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22676   algorithm: "plot_latency_error_bars"
22677   output-file-type: ".html"
22678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22679   data: "plot-vpp-throughput-latency-3n-skx"
22680   filter: "'NIC_Intel-X710' and
22681            '64B' and
22682            'NDRPDR' and
22683            ('ETH' or 'DOT1Q') and
22684            'BASE' and
22685            '4T2C' and
22686            ('L2BDMACLRN' or 'L2XCFWD') and
22687            'VHOST_1024' and
22688            not 'VXLAN' and
22689            not 'IP4FWD' and
22690            not '2VM' and
22691            not 'LBOND'"
22692   parameters:
22693   - "latency"
22694   - "parent"
22695   - "tags"
22696 #  sort:
22697 #  - "not CFS_OPT"
22698 #  - "L2XCFWD"
22699 #  - "not CFS_OPT"
22700 #  - "CFS_OPT"
22701   layout:
22702     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22703     layout: "plot-latency"
22704
22705 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22706 -
22707   type: "plot"
22708   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22709   algorithm: "plot_latency_error_bars"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22712   data: "plot-vpp-throughput-latency-3n-skx"
22713   filter: "'NIC_Intel-X710' and
22714            '64B' and
22715            'NDRPDR' and
22716            ('ETH' or 'DOT1Q') and
22717            '2T1C' and
22718            ('L2BDMACLRN' or 'L2XCFWD') and
22719            'VHOST_1024' and
22720            not 'CFS_OPT' and
22721            not 'VXLAN' and
22722            not 'IP4FWD' and
22723            not 'LBOND'"
22724   parameters:
22725   - "latency"
22726   - "parent"
22727   - "tags"
22728 #  sort:
22729 #  - "1VM"
22730 #  - "L2XCFWD"
22731 #  - "1VM"
22732 #  - "L2BDMACLRN"
22733   layout:
22734     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22735     layout: "plot-latency"
22736
22737 -
22738   type: "plot"
22739   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22740   algorithm: "plot_latency_error_bars"
22741   output-file-type: ".html"
22742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22743   data: "plot-vpp-throughput-latency-3n-skx"
22744   filter: "'NIC_Intel-X710' and
22745            '64B' and
22746            'NDRPDR' and
22747            ('ETH' or 'DOT1Q') and
22748            '4T2C' and
22749            ('L2BDMACLRN' or 'L2XCFWD') and
22750            'VHOST_1024' and
22751            not 'CFS_OPT' and
22752            not 'VXLAN' and
22753            not 'IP4FWD' and
22754            not 'LBOND'"
22755   parameters:
22756   - "latency"
22757   - "parent"
22758   - "tags"
22759 #  sort:
22760 #  - "1VM"
22761 #  - "L2XCFWD"
22762 #  - "1VM"
22763 #  - "L2BDMACLRN"
22764   layout:
22765     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22766     layout: "plot-latency"
22767
22768 # Packet Latency - VPP vhost ip4 2n-skx-x710
22769 -
22770   type: "plot"
22771   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22772   algorithm: "plot_latency_error_bars"
22773   output-file-type: ".html"
22774   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22775   data: "plot-vpp-throughput-latency-2n-skx"
22776   filter: "'NIC_Intel-X710' and
22777            '64B' and
22778            'NDRPDR' and
22779            'ETH' and
22780            'IP4FWD' and
22781            '2T1C' and
22782            'VHOST_1024' and
22783            not 'VXLAN' and
22784            not 'NF_DENSITY' and
22785            not 'DOT1Q'"
22786   parameters:
22787   - "latency"
22788   - "parent"
22789   - "tags"
22790   sort:
22791   - "not CFS_OPT"
22792   - "1VM"
22793   - "2VM"
22794   layout:
22795     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22796     layout: "plot-latency"
22797
22798 -
22799   type: "plot"
22800   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22801   algorithm: "plot_latency_error_bars"
22802   output-file-type: ".html"
22803   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22804   data: "plot-vpp-throughput-latency-2n-skx"
22805   filter: "'NIC_Intel-X710' and
22806            '64B' and
22807            'NDRPDR' and
22808            'ETH' and
22809            'IP4FWD' and
22810            '4T2C' and
22811            'VHOST_1024' and
22812            not 'VXLAN' and
22813            not 'NF_DENSITY' and
22814            not 'DOT1Q'"
22815   parameters:
22816   - "latency"
22817   - "parent"
22818   - "tags"
22819   sort:
22820   - "not CFS_OPT"
22821   - "1VM"
22822   - "2VM"
22823   layout:
22824     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22825     layout: "plot-latency"
22826
22827 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22828 -
22829   type: "plot"
22830   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22831   algorithm: "plot_latency_error_bars"
22832   output-file-type: ".html"
22833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22834   data: "plot-vpp-throughput-latency-2n-skx"
22835   filter: "'NIC_Intel-X710' and
22836            '64B' and
22837            'NDRPDR' and
22838            ('ETH' or 'DOT1Q') and
22839            '2T1C' and
22840            'L2BDMACLRN' and
22841            'VHOST_1024' and
22842            not 'VXLAN' and
22843            not 'IP4FWD' and
22844            not 'NF_DENSITY' and
22845            not '2VM'"
22846   parameters:
22847   - "latency"
22848   - "parent"
22849   - "tags"
22850 #  sort:
22851 #  - "VM"  # "not CFS_OPT"
22852 #  - "CFS_OPT"
22853 #  - "FIB_10K"
22854 #  - "FIB_100K"
22855 #  - "FIB_1M"
22856   layout:
22857     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22858     layout: "plot-latency"
22859
22860 -
22861   type: "plot"
22862   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22863   algorithm: "plot_latency_error_bars"
22864   output-file-type: ".html"
22865   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22866   data: "plot-vpp-throughput-latency-2n-skx"
22867   filter: "'NIC_Intel-X710' and
22868            '64B' and
22869            'NDRPDR' and
22870            ('ETH' or 'DOT1Q') and
22871            '4T2C' and
22872            'L2BDMACLRN' and
22873            'VHOST_1024' and
22874            not 'VXLAN' and
22875            not 'NF_DENSITY' and
22876            not 'IP4FWD' and
22877            not '2VM'"
22878   parameters:
22879   - "latency"
22880   - "parent"
22881   - "tags"
22882 #  sort:
22883 #  - "VM"  # "not CFS_OPT"
22884 #  - "CFS_OPT"
22885 #  - "FIB_10K"
22886 #  - "FIB_100K"
22887 #  - "FIB_1M"
22888   layout:
22889     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22890     layout: "plot-latency"
22891
22892 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22893 -
22894   type: "plot"
22895   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22896   algorithm: "plot_latency_error_bars"
22897   output-file-type: ".html"
22898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22899   data: "plot-vpp-throughput-latency-2n-skx"
22900   filter: "'NIC_Intel-X710' and
22901            '64B' and
22902            'NDRPDR' and
22903            ('ETH' or 'DOT1Q') and
22904            'BASE' and
22905            '2T1C' and
22906            ('L2BDMACLRN' or 'L2XCFWD') and
22907            'VHOST_1024' and
22908            not 'VXLAN' and
22909            not 'NF_DENSITY' and
22910            not 'IP4FWD' and
22911            not '2VM'"
22912   parameters:
22913   - "latency"
22914   - "parent"
22915   - "tags"
22916 #  sort:
22917 #  - "not CFS_OPT"
22918 #  - "L2XCFWD"
22919 #  - "not CFS_OPT"
22920 #  - "CFS_OPT"
22921   layout:
22922     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22923     layout: "plot-latency"
22924
22925 -
22926   type: "plot"
22927   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22928   algorithm: "plot_latency_error_bars"
22929   output-file-type: ".html"
22930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22931   data: "plot-vpp-throughput-latency-2n-skx"
22932   filter: "'NIC_Intel-X710' and
22933            '64B' and
22934            'NDRPDR' and
22935            ('ETH' or 'DOT1Q') and
22936            'BASE' and
22937            '4T2C' and
22938            ('L2BDMACLRN' or 'L2XCFWD') and
22939            'VHOST_1024' and
22940            not 'VXLAN' and
22941            not 'NF_DENSITY' and
22942            not 'IP4FWD' and
22943            not '2VM'"
22944   parameters:
22945   - "latency"
22946   - "parent"
22947   - "tags"
22948 #  sort:
22949 #  - "not CFS_OPT"
22950 #  - "L2XCFWD"
22951 #  - "not CFS_OPT"
22952 #  - "CFS_OPT"
22953   layout:
22954     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22955     layout: "plot-latency"
22956
22957 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22958 -
22959   type: "plot"
22960   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22961   algorithm: "plot_latency_error_bars"
22962   output-file-type: ".html"
22963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22964   data: "plot-vpp-throughput-latency-2n-skx"
22965   filter: "'NIC_Intel-X710' and
22966            '64B' and
22967            'NDRPDR' and
22968            ('ETH' or 'DOT1Q') and
22969            '2T1C' and
22970            ('L2BDMACLRN' or 'L2XCFWD') and
22971            'VHOST_1024' and
22972            not 'CFS_OPT' and
22973            not 'VXLAN' and
22974            not 'NF_DENSITY' and
22975            not 'IP4FWD'"
22976   parameters:
22977   - "latency"
22978   - "parent"
22979   - "tags"
22980 #  sort:
22981 #  - "1VM"
22982 #  - "L2XCFWD"
22983 #  - "1VM"
22984 #  - "L2BDMACLRN"
22985   layout:
22986     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22987     layout: "plot-latency"
22988
22989 -
22990   type: "plot"
22991   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22992   algorithm: "plot_latency_error_bars"
22993   output-file-type: ".html"
22994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22995   data: "plot-vpp-throughput-latency-2n-skx"
22996   filter: "'NIC_Intel-X710' and
22997            '64B' and
22998            'NDRPDR' and
22999            ('ETH' or 'DOT1Q') and
23000            '4T2C' and
23001            ('L2BDMACLRN' or 'L2XCFWD') and
23002            'VHOST_1024' and
23003            not 'CFS_OPT' and
23004            not 'VXLAN' and
23005            not 'NF_DENSITY' and
23006            not 'IP4FWD'"
23007   parameters:
23008   - "latency"
23009   - "parent"
23010   - "tags"
23011 #  sort:
23012 #  - "1VM"
23013 #  - "L2XCFWD"
23014 #  - "1VM"
23015 #  - "L2BDMACLRN"
23016   layout:
23017     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23018     layout: "plot-latency"
23019
23020 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23021 -
23022   type: "plot"
23023   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23024   algorithm: "plot_latency_error_bars"
23025   output-file-type: ".html"
23026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23027   data: "plot-vpp-throughput-latency-2n-skx"
23028   filter: "'NIC_Intel-XXV710' and
23029            '64B' and
23030            'NDRPDR' and
23031            'ETH' and
23032            'IP4FWD' and
23033            '2T1C' and
23034            'VHOST_1024' and
23035            not 'VXLAN' and
23036            not 'DOT1Q'"
23037   parameters:
23038   - "latency"
23039   - "parent"
23040   - "tags"
23041   sort:
23042   - "not CFS_OPT"
23043   - "1VM"
23044   - "2VM"
23045   layout:
23046     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23047     layout: "plot-latency"
23048
23049 -
23050   type: "plot"
23051   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23052   algorithm: "plot_latency_error_bars"
23053   output-file-type: ".html"
23054   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23055   data: "plot-vpp-throughput-latency-2n-skx"
23056   filter: "'NIC_Intel-XXV710' and
23057            '64B' and
23058            'NDRPDR' and
23059            'ETH' and
23060            'IP4FWD' and
23061            '4T2C' and
23062            'VHOST_1024' and
23063            not 'VXLAN' and
23064            not 'DOT1Q'"
23065   parameters:
23066   - "latency"
23067   - "parent"
23068   - "tags"
23069   sort:
23070   - "not CFS_OPT"
23071   - "1VM"
23072   - "2VM"
23073   layout:
23074     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23075     layout: "plot-latency"
23076
23077 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23078 -
23079   type: "plot"
23080   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23081   algorithm: "plot_latency_error_bars"
23082   output-file-type: ".html"
23083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23084   data: "plot-vpp-throughput-latency-2n-skx"
23085   filter: "'NIC_Intel-XXV710' and
23086            '64B' and
23087            'NDRPDR' and
23088            ('ETH' or 'DOT1Q') and
23089            '2T1C' and
23090            'L2BDMACLRN' and
23091            'VHOST_1024' and
23092            not 'VXLAN' and
23093            not 'IP4FWD' and
23094            not '2VM'"
23095   parameters:
23096   - "latency"
23097   - "parent"
23098   - "tags"
23099 #  sort:
23100 #  - "VM"  # "not CFS_OPT"
23101 #  - "CFS_OPT"
23102 #  - "FIB_10K"
23103 #  - "FIB_100K"
23104 #  - "FIB_1M"
23105   layout:
23106     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23107     layout: "plot-latency"
23108
23109 -
23110   type: "plot"
23111   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23112   algorithm: "plot_latency_error_bars"
23113   output-file-type: ".html"
23114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23115   data: "plot-vpp-throughput-latency-2n-skx"
23116   filter: "'NIC_Intel-XXV710' and
23117            '64B' and
23118            'NDRPDR' and
23119            ('ETH' or 'DOT1Q') and
23120            '4T2C' and
23121            'L2BDMACLRN' and
23122            'VHOST_1024' and
23123            not 'VXLAN' and
23124            not 'IP4FWD' and
23125            not '2VM'"
23126   parameters:
23127   - "latency"
23128   - "parent"
23129   - "tags"
23130 #  sort:
23131 #  - "VM"  # "not CFS_OPT"
23132 #  - "CFS_OPT"
23133 #  - "FIB_10K"
23134 #  - "FIB_100K"
23135 #  - "FIB_1M"
23136   layout:
23137     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23138     layout: "plot-latency"
23139
23140 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23141 -
23142   type: "plot"
23143   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23144   algorithm: "plot_latency_error_bars"
23145   output-file-type: ".html"
23146   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23147   data: "plot-vpp-throughput-latency-2n-skx"
23148   filter: "'NIC_Intel-XXV710' and
23149            '64B' and
23150            'NDRPDR' and
23151            ('ETH' or 'DOT1Q') and
23152            'BASE' and
23153            '2T1C' and
23154            ('L2BDMACLRN' or 'L2XCFWD') and
23155            'VHOST_1024' and
23156            not 'VXLAN' and
23157            not 'IP4FWD' and
23158            not '2VM'"
23159   parameters:
23160   - "latency"
23161   - "parent"
23162   - "tags"
23163 #  sort:
23164 #  - "not CFS_OPT"
23165 #  - "L2XCFWD"
23166 #  - "not CFS_OPT"
23167 #  - "CFS_OPT"
23168   layout:
23169     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23170     layout: "plot-latency"
23171
23172 -
23173   type: "plot"
23174   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23175   algorithm: "plot_latency_error_bars"
23176   output-file-type: ".html"
23177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23178   data: "plot-vpp-throughput-latency-2n-skx"
23179   filter: "'NIC_Intel-XXV710' and
23180            '64B' and
23181            'NDRPDR' and
23182            ('ETH' or 'DOT1Q') and
23183            'BASE' and
23184            '4T2C' and
23185            ('L2BDMACLRN' or 'L2XCFWD') and
23186            'VHOST_1024' and
23187            not 'VXLAN' and
23188            not 'IP4FWD' and
23189            not '2VM'"
23190   parameters:
23191   - "latency"
23192   - "parent"
23193   - "tags"
23194 #  sort:
23195 #  - "not CFS_OPT"
23196 #  - "L2XCFWD"
23197 #  - "not CFS_OPT"
23198 #  - "CFS_OPT"
23199   layout:
23200     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23201     layout: "plot-latency"
23202
23203 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23204 -
23205   type: "plot"
23206   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23207   algorithm: "plot_latency_error_bars"
23208   output-file-type: ".html"
23209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23210   data: "plot-vpp-throughput-latency-2n-skx"
23211   filter: "'NIC_Intel-XXV710' and
23212            '64B' and
23213            'NDRPDR' and
23214            ('ETH' or 'DOT1Q') and
23215            '2T1C' and
23216            ('L2BDMACLRN' or 'L2XCFWD') and
23217            'VHOST_1024' and
23218            not 'CFS_OPT' and
23219            not 'VXLAN' and
23220            not 'IP4FWD'"
23221   parameters:
23222   - "latency"
23223   - "parent"
23224   - "tags"
23225 #  sort:
23226 #  - "1VM"
23227 #  - "L2XCFWD"
23228 #  - "1VM"
23229 #  - "L2BDMACLRN"
23230   layout:
23231     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23232     layout: "plot-latency"
23233
23234 -
23235   type: "plot"
23236   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23237   algorithm: "plot_latency_error_bars"
23238   output-file-type: ".html"
23239   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23240   data: "plot-vpp-throughput-latency-2n-skx"
23241   filter: "'NIC_Intel-XXV710' and
23242            '64B' and
23243            'NDRPDR' and
23244            ('ETH' or 'DOT1Q') and
23245            '4T2C' and
23246            ('L2BDMACLRN' or 'L2XCFWD') and
23247            'VHOST_1024' and
23248            not 'CFS_OPT' and
23249            not 'VXLAN' and
23250            not 'IP4FWD'"
23251   parameters:
23252   - "latency"
23253   - "parent"
23254   - "tags"
23255 #  sort:
23256 #  - "1VM"
23257 #  - "L2XCFWD"
23258 #  - "1VM"
23259 #  - "L2BDMACLRN"
23260   layout:
23261     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23262     layout: "plot-latency"
23263
23264 ################################################################################
23265
23266 # Packet Latency - VPP VTS 3n-hsw-x520
23267 -
23268   type: "plot"
23269   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23270   algorithm: "plot_latency_error_bars"
23271   output-file-type: ".html"
23272   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23273   data: "plot-vpp-throughput-latency-3n-hsw"
23274   filter: "'NIC_Intel-X520-DA2' and
23275            '114B' and
23276            'NDRPDR' and
23277            '1T1C' and
23278            'VTS'"
23279   parameters:
23280   - "latency"
23281   - "parent"
23282   - "tags"
23283   layout:
23284     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23285     layout: "plot-latency"
23286
23287 -
23288   type: "plot"
23289   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23290   algorithm: "plot_latency_error_bars"
23291   output-file-type: ".html"
23292   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23293   data: "plot-vpp-throughput-latency-3n-hsw"
23294   filter: "'NIC_Intel-X520-DA2' and
23295            '114B' and
23296            'NDRPDR' and
23297            '2T2C' and
23298            'VTS'"
23299   parameters:
23300   - "latency"
23301   - "parent"
23302   - "tags"
23303   layout:
23304     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23305     layout: "plot-latency"
23306
23307 ################################################################################
23308
23309 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23310 -
23311   type: "plot"
23312   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23313   algorithm: "plot_latency_error_bars"
23314   output-file-type: ".html"
23315   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23316   data: "plot-dpdk-throughput-latency-3n-hsw"
23317   filter: "'NIC_Intel-X520-DA2' and
23318            '64B' and
23319            'BASE' and
23320            'NDRPDR' and
23321            '1T1C' and
23322            'IP4FWD'"
23323   parameters:
23324   - "latency"
23325   - "parent"
23326   - "tags"
23327   layout:
23328     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23329     layout: "plot-latency"
23330
23331 -
23332   type: "plot"
23333   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23334   algorithm: "plot_latency_error_bars"
23335   output-file-type: ".html"
23336   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23337   data: "plot-dpdk-throughput-latency-3n-hsw"
23338   filter: "'NIC_Intel-X520-DA2' and
23339            '64B' and
23340            'BASE' and
23341            'NDRPDR' and
23342            '2T2C' and
23343            'IP4FWD'"
23344   parameters:
23345   - "latency"
23346   - "parent"
23347   - "tags"
23348   layout:
23349     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23350     layout: "plot-latency"
23351
23352 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23353 -
23354   type: "plot"
23355   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23356   algorithm: "plot_latency_error_bars"
23357   output-file-type: ".html"
23358   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23359   data: "plot-dpdk-throughput-latency-3n-hsw"
23360   filter: "'NIC_Intel-X710' and
23361            '64B' and
23362            'BASE' and
23363            'NDRPDR' and
23364            '1T1C' and
23365            'IP4FWD'"
23366   parameters:
23367   - "latency"
23368   - "parent"
23369   - "tags"
23370   layout:
23371     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23372     layout: "plot-latency"
23373
23374 -
23375   type: "plot"
23376   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23377   algorithm: "plot_latency_error_bars"
23378   output-file-type: ".html"
23379   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23380   data: "plot-dpdk-throughput-latency-3n-hsw"
23381   filter: "'NIC_Intel-X710' and
23382            '64B' and
23383            'BASE' and
23384            'NDRPDR' and
23385            '2T2C' and
23386            'IP4FWD'"
23387   parameters:
23388   - "latency"
23389   - "parent"
23390   - "tags"
23391   layout:
23392     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23393     layout: "plot-latency"
23394
23395 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23396 -
23397   type: "plot"
23398   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23399   algorithm: "plot_latency_error_bars"
23400   output-file-type: ".html"
23401   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23402   data: "plot-dpdk-throughput-latency-3n-hsw"
23403   filter: "'NIC_Intel-XL710' and
23404            '64B' and
23405            'BASE' and
23406            'NDRPDR' and
23407            '1T1C' and
23408            'IP4FWD'"
23409   parameters:
23410   - "latency"
23411   - "parent"
23412   - "tags"
23413   layout:
23414     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23415     layout: "plot-latency"
23416
23417 -
23418   type: "plot"
23419   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23420   algorithm: "plot_latency_error_bars"
23421   output-file-type: ".html"
23422   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23423   data: "plot-dpdk-throughput-latency-3n-hsw"
23424   filter: "'NIC_Intel-XL710' and
23425            '64B' and
23426            'BASE' and
23427            'NDRPDR' and
23428            '2T2C' and
23429            'IP4FWD'"
23430   parameters:
23431   - "latency"
23432   - "parent"
23433   - "tags"
23434   layout:
23435     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23436     layout: "plot-latency"
23437
23438 # Packet Latency - DPDK l3fwd 3n-skx-x710
23439 -
23440   type: "plot"
23441   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23442   algorithm: "plot_latency_error_bars"
23443   output-file-type: ".html"
23444   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23445   data: "plot-dpdk-throughput-latency-3n-skx"
23446   filter: "'NIC_Intel-X710' and
23447            '64B' and
23448            'BASE' and
23449            'NDRPDR' and
23450            '2T1C' and
23451            'IP4FWD'"
23452   parameters:
23453   - "latency"
23454   - "parent"
23455   - "tags"
23456   layout:
23457     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23458     layout: "plot-latency"
23459
23460 -
23461   type: "plot"
23462   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23463   algorithm: "plot_latency_error_bars"
23464   output-file-type: ".html"
23465   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23466   data: "plot-dpdk-throughput-latency-3n-skx"
23467   filter: "'NIC_Intel-X710' and
23468            '64B' and
23469            'BASE' and
23470            'NDRPDR' and
23471            '4T2C' and
23472            'IP4FWD'"
23473   parameters:
23474   - "latency"
23475   - "parent"
23476   - "tags"
23477   layout:
23478     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23479     layout: "plot-latency"
23480
23481 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23482 -
23483   type: "plot"
23484   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23485   algorithm: "plot_latency_error_bars"
23486   output-file-type: ".html"
23487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23488   data: "plot-dpdk-throughput-latency-3n-skx"
23489   filter: "'NIC_Intel-XXV710' and
23490            '64B' and
23491            'BASE' and
23492            'NDRPDR' and
23493            '2T1C' and
23494            'IP4FWD'"
23495   parameters:
23496   - "latency"
23497   - "parent"
23498   - "tags"
23499   layout:
23500     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23501     layout: "plot-latency"
23502
23503 -
23504   type: "plot"
23505   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23506   algorithm: "plot_latency_error_bars"
23507   output-file-type: ".html"
23508   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23509   data: "plot-dpdk-throughput-latency-3n-skx"
23510   filter: "'NIC_Intel-XXV710' and
23511            '64B' and
23512            'BASE' and
23513            'NDRPDR' and
23514            '4T2C' and
23515            'IP4FWD'"
23516   parameters:
23517   - "latency"
23518   - "parent"
23519   - "tags"
23520   layout:
23521     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23522     layout: "plot-latency"
23523
23524 # Packet Latency - DPDK l3fwd 2n-skx-x710
23525 -
23526   type: "plot"
23527   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23528   algorithm: "plot_latency_error_bars"
23529   output-file-type: ".html"
23530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23531   data: "plot-dpdk-throughput-latency-2n-skx"
23532   filter: "'NIC_Intel-X710' and
23533            '64B' and
23534            'BASE' and
23535            'NDRPDR' and
23536            '2T1C' and
23537            'IP4FWD'"
23538   parameters:
23539   - "latency"
23540   - "parent"
23541   - "tags"
23542   layout:
23543     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23544     layout: "plot-latency"
23545
23546 -
23547   type: "plot"
23548   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23549   algorithm: "plot_latency_error_bars"
23550   output-file-type: ".html"
23551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23552   data: "plot-dpdk-throughput-latency-2n-skx"
23553   filter: "'NIC_Intel-X710' and
23554            '64B' and
23555            'BASE' and
23556            'NDRPDR' and
23557            '4T2C' and
23558            'IP4FWD'"
23559   parameters:
23560   - "latency"
23561   - "parent"
23562   - "tags"
23563   layout:
23564     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23565     layout: "plot-latency"
23566
23567 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23568 -
23569   type: "plot"
23570   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23571   algorithm: "plot_latency_error_bars"
23572   output-file-type: ".html"
23573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23574   data: "plot-dpdk-throughput-latency-2n-skx"
23575   filter: "'NIC_Intel-XXV710' and
23576            '64B' and
23577            'BASE' and
23578            'NDRPDR' and
23579            '2T1C' and
23580            'IP4FWD'"
23581   parameters:
23582   - "latency"
23583   - "parent"
23584   - "tags"
23585   layout:
23586     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23587     layout: "plot-latency"
23588
23589 -
23590   type: "plot"
23591   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23592   algorithm: "plot_latency_error_bars"
23593   output-file-type: ".html"
23594   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23595   data: "plot-dpdk-throughput-latency-2n-skx"
23596   filter: "'NIC_Intel-XXV710' and
23597            '64B' and
23598            'BASE' and
23599            'NDRPDR' and
23600            '4T2C' and
23601            'IP4FWD'"
23602   parameters:
23603   - "latency"
23604   - "parent"
23605   - "tags"
23606   layout:
23607     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23608     layout: "plot-latency"
23609
23610 ################################################################################
23611
23612 # Packet Latency - DPDK testpmd 3n-hsw-x520
23613 -
23614   type: "plot"
23615   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23616   algorithm: "plot_latency_error_bars"
23617   output-file-type: ".html"
23618   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23619   data: "plot-dpdk-throughput-latency-3n-hsw"
23620   filter: "'NIC_Intel-X520-DA2' and
23621            '64B' and
23622            'BASE' and
23623            'NDRPDR' and
23624            '1T1C' and
23625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23626   parameters:
23627   - "latency"
23628   - "parent"
23629   - "tags"
23630   layout:
23631     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23632     layout: "plot-latency"
23633
23634 -
23635   type: "plot"
23636   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23637   algorithm: "plot_latency_error_bars"
23638   output-file-type: ".html"
23639   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23640   data: "plot-dpdk-throughput-latency-3n-hsw"
23641   filter: "'NIC_Intel-X520-DA2' and
23642            '64B' and
23643            'BASE' and
23644            'NDRPDR' and
23645            '2T2C' and
23646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23647   parameters:
23648   - "latency"
23649   - "parent"
23650   - "tags"
23651   layout:
23652     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23653     layout: "plot-latency"
23654
23655 # Packet Latency - DPDK testpmd 3n-hsw-x710
23656 -
23657   type: "plot"
23658   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23659   algorithm: "plot_latency_error_bars"
23660   output-file-type: ".html"
23661   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23662   data: "plot-dpdk-throughput-latency-3n-hsw"
23663   filter: "'NIC_Intel-X710' and
23664            '64B' and
23665            'BASE' and
23666            'NDRPDR' and
23667            '1T1C' and
23668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23669   parameters:
23670   - "latency"
23671   - "parent"
23672   - "tags"
23673   layout:
23674     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23675     layout: "plot-latency"
23676
23677 -
23678   type: "plot"
23679   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23680   algorithm: "plot_latency_error_bars"
23681   output-file-type: ".html"
23682   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23683   data: "plot-dpdk-throughput-latency-3n-hsw"
23684   filter: "'NIC_Intel-X710' and
23685            '64B' and
23686            'BASE' and
23687            'NDRPDR' and
23688            '2T2C' and
23689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23690   parameters:
23691   - "latency"
23692   - "parent"
23693   - "tags"
23694   layout:
23695     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23696     layout: "plot-latency"
23697
23698 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23699 -
23700   type: "plot"
23701   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23702   algorithm: "plot_latency_error_bars"
23703   output-file-type: ".html"
23704   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23705   data: "plot-dpdk-throughput-latency-3n-hsw"
23706   filter: "'NIC_Intel-XL710' and
23707            '64B' and
23708            'BASE' and
23709            'NDRPDR' and
23710            '1T1C' and
23711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23712   parameters:
23713   - "latency"
23714   - "parent"
23715   - "tags"
23716   layout:
23717     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23718     layout: "plot-latency"
23719
23720 -
23721   type: "plot"
23722   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23723   algorithm: "plot_latency_error_bars"
23724   output-file-type: ".html"
23725   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23726   data: "plot-dpdk-throughput-latency-3n-hsw"
23727   filter: "'NIC_Intel-XL710' and
23728            '64B' and
23729            'BASE' and
23730            'NDRPDR' and
23731            '2T2C' and
23732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23733   parameters:
23734   - "latency"
23735   - "parent"
23736   - "tags"
23737   layout:
23738     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23739     layout: "plot-latency"
23740
23741 # Packet Latency - DPDK testpmd 3n-skx-x710
23742 -
23743   type: "plot"
23744   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23745   algorithm: "plot_latency_error_bars"
23746   output-file-type: ".html"
23747   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23748   data: "plot-dpdk-throughput-latency-3n-skx"
23749   filter: "'NIC_Intel-X710' and
23750            '64B' and
23751            'BASE' and
23752            'NDRPDR' and
23753            '2T1C' and
23754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23755   parameters:
23756   - "latency"
23757   - "parent"
23758   - "tags"
23759   layout:
23760     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23761     layout: "plot-latency"
23762
23763 -
23764   type: "plot"
23765   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23766   algorithm: "plot_latency_error_bars"
23767   output-file-type: ".html"
23768   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23769   data: "plot-dpdk-throughput-latency-3n-skx"
23770   filter: "'NIC_Intel-X710' and
23771            '64B' and
23772            'BASE' and
23773            'NDRPDR' and
23774            '4T2C' and
23775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23776   parameters:
23777   - "latency"
23778   - "parent"
23779   - "tags"
23780   layout:
23781     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23782     layout: "plot-latency"
23783
23784 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23785 -
23786   type: "plot"
23787   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23788   algorithm: "plot_latency_error_bars"
23789   output-file-type: ".html"
23790   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23791   data: "plot-dpdk-throughput-latency-3n-skx"
23792   filter: "'NIC_Intel-XXV710' and
23793            '64B' and
23794            'BASE' and
23795            'NDRPDR' and
23796            '2T1C' and
23797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23798   parameters:
23799   - "latency"
23800   - "parent"
23801   - "tags"
23802   layout:
23803     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23804     layout: "plot-latency"
23805
23806 -
23807   type: "plot"
23808   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23809   algorithm: "plot_latency_error_bars"
23810   output-file-type: ".html"
23811   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23812   data: "plot-dpdk-throughput-latency-3n-skx"
23813   filter: "'NIC_Intel-XXV710' and
23814            '64B' and
23815            'BASE' and
23816            'NDRPDR' and
23817            '4T2C' and
23818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23819   parameters:
23820   - "latency"
23821   - "parent"
23822   - "tags"
23823   layout:
23824     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23825     layout: "plot-latency"
23826
23827 # Packet Latency - DPDK testpmd 2n-skx-x710
23828 -
23829   type: "plot"
23830   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23831   algorithm: "plot_latency_error_bars"
23832   output-file-type: ".html"
23833   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23834   data: "plot-dpdk-throughput-latency-2n-skx"
23835   filter: "'NIC_Intel-X710' and
23836            '64B' and
23837            'BASE' and
23838            'NDRPDR' and
23839            '2T1C' and
23840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23841   parameters:
23842   - "latency"
23843   - "parent"
23844   - "tags"
23845   layout:
23846     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23847     layout: "plot-latency"
23848
23849 -
23850   type: "plot"
23851   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23852   algorithm: "plot_latency_error_bars"
23853   output-file-type: ".html"
23854   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23855   data: "plot-dpdk-throughput-latency-2n-skx"
23856   filter: "'NIC_Intel-X710' and
23857            '64B' and
23858            'BASE' and
23859            'NDRPDR' and
23860            '4T2C' and
23861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23862   parameters:
23863   - "latency"
23864   - "parent"
23865   - "tags"
23866   layout:
23867     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23868     layout: "plot-latency"
23869
23870 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23871 -
23872   type: "plot"
23873   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23874   algorithm: "plot_latency_error_bars"
23875   output-file-type: ".html"
23876   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23877   data: "plot-dpdk-throughput-latency-2n-skx"
23878   filter: "'NIC_Intel-XXV710' and
23879            '64B' and
23880            'BASE' and
23881            'NDRPDR' and
23882            '2T1C' and
23883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23884   parameters:
23885   - "latency"
23886   - "parent"
23887   - "tags"
23888   layout:
23889     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23890     layout: "plot-latency"
23891
23892 -
23893   type: "plot"
23894   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23895   algorithm: "plot_latency_error_bars"
23896   output-file-type: ".html"
23897   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23898   data: "plot-dpdk-throughput-latency-2n-skx"
23899   filter: "'NIC_Intel-XXV710' and
23900            '64B' and
23901            'BASE' and
23902            'NDRPDR' and
23903            '4T2C' and
23904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23905   parameters:
23906   - "latency"
23907   - "parent"
23908   - "tags"
23909   layout:
23910     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23911     layout: "plot-latency"
23912
23913 ################################################################################
23914
23915 # Speedup - VPP Container Memif 3n-hsw-x520
23916 -
23917   type: "plot"
23918   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23919   algorithm: "plot_throughput_speedup_analysis"
23920   output-file-type: ".html"
23921   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23922   data: "plot-throughput-speedup-analysis-3n-hsw"
23923   filter: "'NIC_Intel-X520-DA2' and
23924            '64B' and
23925            ('BASE' or 'SCALE') and
23926            'NDRPDR' and
23927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23928            not 'VHOST' and
23929            'MEMIF'"
23930   parameters:
23931   - "throughput"
23932   - "parent"
23933   - "tags"
23934   sort:
23935   - "L2XCFWD"
23936   - "L2XCFWD"
23937   - "L2XCFWD"
23938   - "L2BDMACLRN"
23939   - "L2BDMACLRN"
23940   - "L2BDMACLRN"
23941   layout:
23942     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23943     layout: "plot-throughput-speedup-analysis"
23944
23945 -
23946   type: "plot"
23947   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23948   algorithm: "plot_throughput_speedup_analysis"
23949   output-file-type: ".html"
23950   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23951   data: "plot-throughput-speedup-analysis-3n-hsw"
23952   filter: "'NIC_Intel-X520-DA2' and
23953            '64B' and
23954            ('BASE' or 'SCALE') and
23955            'NDRPDR' and
23956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23957            not 'VHOST' and
23958            'MEMIF'"
23959   parameters:
23960   - "throughput"
23961   - "parent"
23962   - "tags"
23963   sort:
23964   - "L2XCFWD"
23965   - "L2XCFWD"
23966   - "L2XCFWD"
23967   - "L2BDMACLRN"
23968   - "L2BDMACLRN"
23969   - "L2BDMACLRN"
23970   layout:
23971     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
23972     layout: "plot-throughput-speedup-analysis"
23973
23974 # Speedup - VPP Container Memif 3n-hsw-x710
23975 -
23976   type: "plot"
23977   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23978   algorithm: "plot_throughput_speedup_analysis"
23979   output-file-type: ".html"
23980   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23981   data: "plot-throughput-speedup-analysis-3n-hsw"
23982   filter: "'NIC_Intel-X710' and
23983            '64B' and
23984            ('BASE' or 'SCALE') and
23985            'NDRPDR' and
23986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23987            not 'VHOST' and
23988            'MEMIF'"
23989   parameters:
23990   - "throughput"
23991   - "parent"
23992   - "tags"
23993   sort:
23994   - "L2XCFWD"
23995   - "L2XCFWD"
23996   - "L2XCFWD"
23997   - "L2BDMACLRN"
23998   - "L2BDMACLRN"
23999   - "L2BDMACLRN"
24000   layout:
24001     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24002     layout: "plot-throughput-speedup-analysis"
24003
24004 -
24005   type: "plot"
24006   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24007   algorithm: "plot_throughput_speedup_analysis"
24008   output-file-type: ".html"
24009   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24010   data: "plot-throughput-speedup-analysis-3n-hsw"
24011   filter: "'NIC_Intel-X710' and
24012            '64B' and
24013            ('BASE' or 'SCALE') and
24014            'NDRPDR' and
24015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24016            not 'VHOST' and
24017            'MEMIF'"
24018   parameters:
24019   - "throughput"
24020   - "parent"
24021   - "tags"
24022   sort:
24023   - "L2XCFWD"
24024   - "L2XCFWD"
24025   - "L2XCFWD"
24026   - "L2BDMACLRN"
24027   - "L2BDMACLRN"
24028   - "L2BDMACLRN"
24029   layout:
24030     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24031     layout: "plot-throughput-speedup-analysis"
24032
24033 # Speedup - VPP Container Memif 3n-hsw-xl710
24034 -
24035   type: "plot"
24036   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24037   algorithm: "plot_throughput_speedup_analysis"
24038   output-file-type: ".html"
24039   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24040   data: "plot-throughput-speedup-analysis-3n-hsw"
24041   filter: "'NIC_Intel-XL710' and
24042            '64B' and
24043            ('BASE' or 'SCALE') and
24044            'NDRPDR' and
24045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24046            not 'VHOST' and
24047            'MEMIF'"
24048   parameters:
24049   - "throughput"
24050   - "parent"
24051   - "tags"
24052   sort:
24053   - "L2XCFWD"
24054   - "L2XCFWD"
24055   - "L2XCFWD"
24056   - "L2BDMACLRN"
24057   - "L2BDMACLRN"
24058   - "L2BDMACLRN"
24059   layout:
24060     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24061     layout: "plot-throughput-speedup-analysis"
24062
24063 -
24064   type: "plot"
24065   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24066   algorithm: "plot_throughput_speedup_analysis"
24067   output-file-type: ".html"
24068   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24069   data: "plot-throughput-speedup-analysis-3n-hsw"
24070   filter: "'NIC_Intel-XL710' and
24071            '64B' and
24072            ('BASE' or 'SCALE') and
24073            'NDRPDR' and
24074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24075            not 'VHOST' and
24076            'MEMIF'"
24077   parameters:
24078   - "throughput"
24079   - "parent"
24080   - "tags"
24081   sort:
24082   - "L2XCFWD"
24083   - "L2XCFWD"
24084   - "L2XCFWD"
24085   - "L2BDMACLRN"
24086   - "L2BDMACLRN"
24087   - "L2BDMACLRN"
24088   layout:
24089     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24090     layout: "plot-throughput-speedup-analysis"
24091
24092 # Speedup - VPP Container Memif 3n-skx-x710
24093 -
24094   type: "plot"
24095   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24096   algorithm: "plot_throughput_speedup_analysis"
24097   output-file-type: ".html"
24098   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24099   data: "plot-throughput-speedup-analysis-3n-skx"
24100   filter: "'NIC_Intel-X710' and
24101            '64B' and
24102            ('BASE' or 'SCALE') and
24103            'NDRPDR' and
24104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24105            not 'VHOST' and
24106            'MEMIF'"
24107   parameters:
24108   - "throughput"
24109   - "parent"
24110   - "tags"
24111   sort:
24112   - "L2XCFWD"
24113   - "L2XCFWD"
24114   - "L2XCFWD"
24115   - "L2BDMACLRN"
24116   - "L2BDMACLRN"
24117   - "L2BDMACLRN"
24118   layout:
24119     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24120     layout: "plot-throughput-speedup-analysis"
24121
24122 -
24123   type: "plot"
24124   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24125   algorithm: "plot_throughput_speedup_analysis"
24126   output-file-type: ".html"
24127   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24128   data: "plot-throughput-speedup-analysis-3n-skx"
24129   filter: "'NIC_Intel-X710' and
24130            '64B' and
24131            ('BASE' or 'SCALE') and
24132            'NDRPDR' and
24133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24134            not 'VHOST' and
24135             'MEMIF'"
24136   parameters:
24137   - "throughput"
24138   - "parent"
24139   - "tags"
24140   sort:
24141   - "L2XCFWD"
24142   - "L2XCFWD"
24143   - "L2XCFWD"
24144   - "L2BDMACLRN"
24145   - "L2BDMACLRN"
24146   - "L2BDMACLRN"
24147   layout:
24148     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24149     layout: "plot-throughput-speedup-analysis"
24150
24151 # Speedup - VPP Container Memif 2n-skx-x710
24152 -
24153   type: "plot"
24154   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24155   algorithm: "plot_throughput_speedup_analysis"
24156   output-file-type: ".html"
24157   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24158   data: "plot-throughput-speedup-analysis-2n-skx"
24159   filter: "'NIC_Intel-X710' and
24160            '64B' and
24161            ('BASE' or 'SCALE') and
24162            'NDRPDR' and
24163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24164            not 'VHOST' and
24165            'MEMIF'"
24166   parameters:
24167   - "throughput"
24168   - "parent"
24169   - "tags"
24170   sort:
24171   - "L2XCFWD"
24172   - "L2XCFWD"
24173   - "L2XCFWD"
24174   - "L2BDMACLRN"
24175   - "L2BDMACLRN"
24176   - "L2BDMACLRN"
24177   layout:
24178     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24179     layout: "plot-throughput-speedup-analysis"
24180
24181 -
24182   type: "plot"
24183   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24184   algorithm: "plot_throughput_speedup_analysis"
24185   output-file-type: ".html"
24186   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24187   data: "plot-throughput-speedup-analysis-2n-skx"
24188   filter: "'NIC_Intel-X710' and
24189            '64B' and
24190            ('BASE' or 'SCALE') and
24191            'NDRPDR' and
24192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24193            not 'VHOST' and
24194             'MEMIF'"
24195   parameters:
24196   - "throughput"
24197   - "parent"
24198   - "tags"
24199   sort:
24200   - "L2XCFWD"
24201   - "L2XCFWD"
24202   - "L2XCFWD"
24203   - "L2BDMACLRN"
24204   - "L2BDMACLRN"
24205   - "L2BDMACLRN"
24206   layout:
24207     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24208     layout: "plot-throughput-speedup-analysis"
24209
24210 # Speedup - VPP Container Memif 2n-skx-xxv710
24211 -
24212   type: "plot"
24213   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24214   algorithm: "plot_throughput_speedup_analysis"
24215   output-file-type: ".html"
24216   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24217   data: "plot-throughput-speedup-analysis-2n-skx"
24218   filter: "'NIC_Intel-XXV710' and
24219            '64B' and
24220            ('BASE' or 'SCALE') and
24221            'NDRPDR' and
24222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24223            not 'VHOST' and
24224            'MEMIF'"
24225   parameters:
24226   - "throughput"
24227   - "parent"
24228   - "tags"
24229   sort:
24230   - "L2XCFWD"
24231   - "L2XCFWD"
24232   - "L2XCFWD"
24233   - "L2BDMACLRN"
24234   - "L2BDMACLRN"
24235   - "L2BDMACLRN"
24236   layout:
24237     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24238     layout: "plot-throughput-speedup-analysis"
24239
24240 -
24241   type: "plot"
24242   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24243   algorithm: "plot_throughput_speedup_analysis"
24244   output-file-type: ".html"
24245   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24246   data: "plot-throughput-speedup-analysis-2n-skx"
24247   filter: "'NIC_Intel-XXV710' and
24248            '64B' and
24249            ('BASE' or 'SCALE') and
24250            'NDRPDR' and
24251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24252            not 'VHOST' and
24253             'MEMIF'"
24254   parameters:
24255   - "throughput"
24256   - "parent"
24257   - "tags"
24258   sort:
24259   - "L2XCFWD"
24260   - "L2XCFWD"
24261   - "L2XCFWD"
24262   - "L2BDMACLRN"
24263   - "L2BDMACLRN"
24264   - "L2BDMACLRN"
24265   layout:
24266     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24267     layout: "plot-throughput-speedup-analysis"
24268
24269 ################################################################################
24270
24271 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24272 -
24273   type: "plot"
24274   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24275   algorithm: "plot_throughput_speedup_analysis"
24276   output-file-type: ".html"
24277   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24278   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24279   filter: "'NIC_Intel-X520-DA2' and
24280            '64B' and
24281            ('BASE' or 'SCALE') and
24282            'NDRPDR' and
24283            'L2XCFWD' and
24284            not 'VHOST' and
24285            'MEMIF'"
24286   parameters:
24287   - "throughput"
24288   - "parent"
24289   - "tags"
24290   sort:
24291   - "1VNF"
24292   - "2VNF"
24293   - "4VNF"
24294   - "2VNF"
24295   - "4VNF"
24296   layout:
24297     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24298     layout: "plot-throughput-speedup-analysis"
24299
24300 -
24301   type: "plot"
24302   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24303   algorithm: "plot_throughput_speedup_analysis"
24304   output-file-type: ".html"
24305   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24306   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24307   filter: "'NIC_Intel-X520-DA2' and
24308            '64B' and
24309            ('BASE' or 'SCALE') and
24310            'NDRPDR' and
24311            'L2XCFWD' and
24312            not 'VHOST' and
24313            'MEMIF'"
24314   parameters:
24315   - "throughput"
24316   - "parent"
24317   - "tags"
24318   sort:
24319   - "1VNF"
24320   - "2VNF"
24321   - "4VNF"
24322   - "2VNF"
24323   - "4VNF"
24324   layout:
24325     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24326     layout: "plot-throughput-speedup-analysis"
24327
24328 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24329 -
24330   type: "plot"
24331   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24332   algorithm: "plot_throughput_speedup_analysis"
24333   output-file-type: ".html"
24334   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24335   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24336   filter: "'NIC_Intel-X520-DA2' and
24337            '64B' and
24338            ('BASE' or 'SCALE') and
24339            'NDRPDR' and
24340            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24341            not 'VHOST' and
24342            'MEMIF'"
24343   parameters:
24344   - "throughput"
24345   - "parent"
24346   - "tags"
24347   sort:
24348   - "1VNF"
24349   - "2VNF"
24350   - "4VNF"
24351   - "2VNF"
24352   - "4VNF"
24353   layout:
24354     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24355     layout: "plot-throughput-speedup-analysis"
24356
24357 -
24358   type: "plot"
24359   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24360   algorithm: "plot_throughput_speedup_analysis"
24361   output-file-type: ".html"
24362   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24363   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24364   filter: "'NIC_Intel-X520-DA2' and
24365            '64B' and
24366            ('BASE' or 'SCALE') and
24367            'NDRPDR' and
24368            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24369            not 'VHOST' and
24370            'MEMIF'"
24371   parameters:
24372   - "throughput"
24373   - "parent"
24374   - "tags"
24375   sort:
24376   - "1VNF"
24377   - "2VNF"
24378   - "4VNF"
24379   - "2VNF"
24380   - "4VNF"
24381   layout:
24382     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24383     layout: "plot-throughput-speedup-analysis"
24384
24385 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24386 -
24387   type: "plot"
24388   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24389   algorithm: "plot_throughput_speedup_analysis"
24390   output-file-type: ".html"
24391   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24392   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24393   filter: "'NIC_Intel-X710' and
24394            '64B' and
24395            ('BASE' or 'SCALE') and
24396            'NDRPDR' and
24397            'L2XCFWD' and
24398            not 'VHOST' and
24399            'MEMIF'"
24400   parameters:
24401   - "throughput"
24402   - "parent"
24403   - "tags"
24404   sort:
24405   - "1VNF"
24406   - "2VNF"
24407   - "4VNF"
24408   - "2VNF"
24409   - "4VNF"
24410   layout:
24411     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24412     layout: "plot-throughput-speedup-analysis"
24413
24414 -
24415   type: "plot"
24416   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24417   algorithm: "plot_throughput_speedup_analysis"
24418   output-file-type: ".html"
24419   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24420   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24421   filter: "'NIC_Intel-X710' and
24422            '64B' and
24423            ('BASE' or 'SCALE') and
24424            'NDRPDR' and
24425            'L2XCFWD' and
24426            not 'VHOST' and
24427            'MEMIF'"
24428   parameters:
24429   - "throughput"
24430   - "parent"
24431   - "tags"
24432   sort:
24433   - "1VNF"
24434   - "2VNF"
24435   - "4VNF"
24436   - "2VNF"
24437   - "4VNF"
24438   layout:
24439     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24440     layout: "plot-throughput-speedup-analysis"
24441
24442 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24443 -
24444   type: "plot"
24445   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24446   algorithm: "plot_throughput_speedup_analysis"
24447   output-file-type: ".html"
24448   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24449   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24450   filter: "'NIC_Intel-X710' and
24451            '64B' and
24452            ('BASE' or 'SCALE') and
24453            'NDRPDR' and
24454            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24455            not 'VHOST' and
24456            'MEMIF'"
24457   parameters:
24458   - "throughput"
24459   - "parent"
24460   - "tags"
24461   sort:
24462   - "1VNF"
24463   - "2VNF"
24464   - "4VNF"
24465   - "2VNF"
24466   - "4VNF"
24467   layout:
24468     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24469     layout: "plot-throughput-speedup-analysis"
24470
24471 -
24472   type: "plot"
24473   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24474   algorithm: "plot_throughput_speedup_analysis"
24475   output-file-type: ".html"
24476   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24477   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24478   filter: "'NIC_Intel-X710' and
24479            '64B' and
24480            ('BASE' or 'SCALE') and
24481            'NDRPDR' and
24482            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24483            not 'VHOST' and
24484            'MEMIF'"
24485   parameters:
24486   - "throughput"
24487   - "parent"
24488   - "tags"
24489   sort:
24490   - "1VNF"
24491   - "2VNF"
24492   - "4VNF"
24493   - "2VNF"
24494   - "4VNF"
24495   layout:
24496     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24497     layout: "plot-throughput-speedup-analysis"
24498
24499 ################################################################################
24500
24501 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24502 -
24503   type: "plot"
24504   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24505   algorithm: "plot_throughput_speedup_analysis"
24506   output-file-type: ".html"
24507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24508   data: "plot-throughput-speedup-analysis-3n-hsw"
24509   filter: "'NIC_Intel-X520-DA2' and
24510            '64B' and
24511            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24512            'NDRPDR' and
24513            'IP4FWD' and
24514            not 'IPSEC' and
24515            not 'VHOST'"
24516   parameters:
24517   - "throughput"
24518   - "parent"
24519   - "tags"
24520   sort:
24521   - "DOT1Q"
24522   - "IP4BASE"
24523   - "FIB_20k"
24524   - "FIB_200k"
24525   - "FIB_2M"
24526   layout:
24527     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24528     layout: "plot-throughput-speedup-analysis"
24529
24530 -
24531   type: "plot"
24532   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24533   algorithm: "plot_throughput_speedup_analysis"
24534   output-file-type: ".html"
24535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24536   data: "plot-throughput-speedup-analysis-3n-hsw"
24537   filter: "'NIC_Intel-X520-DA2' and
24538            '64B' and
24539            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24540            'NDRPDR' and
24541            'IP4FWD' and
24542            not 'IPSEC' and
24543            not 'VHOST'"
24544   parameters:
24545   - "throughput"
24546   - "parent"
24547   - "tags"
24548   sort:
24549   - "DOT1Q"
24550   - "IP4BASE"
24551   - "FIB_20k"
24552   - "FIB_200k"
24553   - "FIB_2M"
24554   layout:
24555     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24556     layout: "plot-throughput-speedup-analysis"
24557
24558 # Speedup - VPP IPv4 3n-hsw-x520 features
24559 -
24560   type: "plot"
24561   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24562   algorithm: "plot_throughput_speedup_analysis"
24563   output-file-type: ".html"
24564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24565   data: "plot-throughput-speedup-analysis-3n-hsw"
24566   filter: "'NIC_Intel-X520-DA2' and
24567            '64B' and
24568            ('IP4BASE' or
24569             'POLICE_MARK' or
24570             'COPWHLIST' or
24571             ('NAT44' and 'BASE') or
24572             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24573            'NDRPDR' and
24574            'IP4FWD' and
24575            not 'IPSEC' and
24576            not 'VHOST'"
24577   parameters:
24578   - "throughput"
24579   - "parent"
24580   - "tags"
24581   sort:
24582   - "DOT1Q"
24583   - "IP4BASE"
24584   - "NAT44"
24585   - "POLICE_MARK"
24586   - "COPWHLIST"
24587   - "IACL"
24588   - "OACL"
24589   layout:
24590     title: "ip4-3n-hsw-x520-64b-features-ndr"
24591     layout: "plot-throughput-speedup-analysis"
24592
24593 -
24594   type: "plot"
24595   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24596   algorithm: "plot_throughput_speedup_analysis"
24597   output-file-type: ".html"
24598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24599   data: "plot-throughput-speedup-analysis-3n-hsw"
24600   filter: "'NIC_Intel-X520-DA2' and
24601            '64B' and
24602            ('IP4BASE' or
24603             'POLICE_MARK' or
24604             'COPWHLIST' or
24605             ('NAT44' and 'BASE') or
24606             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24607            'NDRPDR' and
24608            'IP4FWD' and
24609            not 'IPSEC' and
24610            not 'VHOST'"
24611   parameters:
24612   - "throughput"
24613   - "parent"
24614   - "tags"
24615   sort:
24616   - "DOT1Q"
24617   - "IP4BASE"
24618   - "NAT44"
24619   - "POLICE_MARK"
24620   - "COPWHLIST"
24621   - "IACL"
24622   - "OACL"
24623   layout:
24624     title: "ip4-3n-hsw-x520-64b-features-pdr"
24625     layout: "plot-throughput-speedup-analysis"
24626
24627 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24628 -
24629   type: "plot"
24630   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24631   algorithm: "plot_throughput_speedup_analysis"
24632   output-file-type: ".html"
24633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24634   data: "plot-throughput-speedup-analysis-3n-hsw"
24635   filter: "'NIC_Intel-X520-DA2' and
24636            '64B' and
24637            'NDRPDR' and
24638            'IP4FWD' and
24639            'NAT44' and
24640            not 'IPSEC' and
24641            not 'VHOST'"
24642   parameters:
24643   - "throughput"
24644   - "parent"
24645   - "tags"
24646   sort:
24647   - "BASE"
24648   - "BASE"
24649   - "SRC_USER_10"
24650   - "SRC_USER_100"
24651   - "SRC_USER_1000"
24652   - "SRC_USER_2000"
24653   layout:
24654     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24655     layout: "plot-throughput-speedup-analysis"
24656
24657 -
24658   type: "plot"
24659   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24660   algorithm: "plot_throughput_speedup_analysis"
24661   output-file-type: ".html"
24662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24663   data: "plot-throughput-speedup-analysis-3n-hsw"
24664   filter: "'NIC_Intel-X520-DA2' and
24665            '64B' and
24666            'NDRPDR' and
24667            'IP4FWD' and
24668            'NAT44' and
24669            not 'IPSEC' and
24670            not 'VHOST'"
24671   parameters:
24672   - "throughput"
24673   - "parent"
24674   - "tags"
24675   sort:
24676   - "BASE"
24677   - "BASE"
24678   - "SRC_USER_10"
24679   - "SRC_USER_100"
24680   - "SRC_USER_1000"
24681   - "SRC_USER_2000"
24682   layout:
24683     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24684     layout: "plot-throughput-speedup-analysis"
24685
24686 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24687 -
24688   type: "plot"
24689   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24690   algorithm: "plot_throughput_speedup_analysis"
24691   output-file-type: ".html"
24692   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24693   data: "plot-throughput-speedup-analysis-3n-hsw"
24694   filter: "'NIC_Intel-X520-DA2' and
24695            '64B' and
24696            'NDRPDR' and
24697            'IP4FWD' and
24698            'IACL' and
24699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24700            not 'IPSEC' and
24701            not 'VHOST'"
24702   parameters:
24703   - "throughput"
24704   - "parent"
24705   - "tags"
24706   sort:
24707   - "ACL_STATELESS"
24708   - "ACL_STATEFUL"
24709   - "ACL_STATELESS"
24710   - "ACL_STATEFUL"
24711   layout:
24712     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24713     layout: "plot-throughput-speedup-analysis"
24714
24715 -
24716   type: "plot"
24717   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24718   algorithm: "plot_throughput_speedup_analysis"
24719   output-file-type: ".html"
24720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24721   data: "plot-throughput-speedup-analysis-3n-hsw"
24722   filter: "'NIC_Intel-X520-DA2' and
24723            '64B' and
24724            'NDRPDR' and
24725            'IP4FWD' and
24726            'IACL' and
24727            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24728            not 'IPSEC' and
24729            not 'VHOST'"
24730   parameters:
24731   - "throughput"
24732   - "parent"
24733   - "tags"
24734   sort:
24735   - "ACL_STATELESS"
24736   - "ACL_STATEFUL"
24737   - "ACL_STATELESS"
24738   - "ACL_STATEFUL"
24739   layout:
24740     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24741     layout: "plot-throughput-speedup-analysis"
24742
24743 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24744 -
24745   type: "plot"
24746   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24747   algorithm: "plot_throughput_speedup_analysis"
24748   output-file-type: ".html"
24749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24750   data: "plot-throughput-speedup-analysis-3n-hsw"
24751   filter: "'NIC_Intel-X520-DA2' and
24752            '64B' and
24753            'NDRPDR' and
24754            'IP4FWD' and
24755            'OACL' and
24756            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24757            not 'IPSEC' and
24758            not 'VHOST'"
24759   parameters:
24760   - "throughput"
24761   - "parent"
24762   - "tags"
24763   sort:
24764   - "ACL_STATELESS"
24765   - "ACL_STATEFUL"
24766   - "ACL_STATELESS"
24767   - "ACL_STATEFUL"
24768   layout:
24769     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24770     layout: "plot-throughput-speedup-analysis"
24771
24772 -
24773   type: "plot"
24774   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24775   algorithm: "plot_throughput_speedup_analysis"
24776   output-file-type: ".html"
24777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24778   data: "plot-throughput-speedup-analysis-3n-hsw"
24779   filter: "'NIC_Intel-X520-DA2' and
24780            '64B' and
24781            'NDRPDR' and
24782            'IP4FWD' and
24783            'OACL' and
24784            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24785            not 'IPSEC' and
24786            not 'VHOST'"
24787   parameters:
24788   - "throughput"
24789   - "parent"
24790   - "tags"
24791   sort:
24792   - "ACL_STATELESS"
24793   - "ACL_STATEFUL"
24794   - "ACL_STATELESS"
24795   - "ACL_STATEFUL"
24796   layout:
24797     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24798     layout: "plot-throughput-speedup-analysis"
24799
24800 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24801 -
24802   type: "plot"
24803   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24804   algorithm: "plot_throughput_speedup_analysis"
24805   output-file-type: ".html"
24806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24807   data: "plot-throughput-speedup-analysis-3n-hsw"
24808   filter: "'NIC_Intel-X710' and
24809            '64B' and
24810            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24811            'NDRPDR' and
24812            'IP4FWD' and
24813            not 'IPSEC' and
24814            not 'VHOST'"
24815   parameters:
24816   - "throughput"
24817   - "parent"
24818   - "tags"
24819   sort:
24820   - "DOT1Q"
24821   - "IP4BASE"
24822   - "FIB_20K"
24823   - "FIB_200K"
24824   - "FIB_2M"
24825   layout:
24826     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24827     layout: "plot-throughput-speedup-analysis"
24828
24829 -
24830   type: "plot"
24831   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24832   algorithm: "plot_throughput_speedup_analysis"
24833   output-file-type: ".html"
24834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24835   data: "plot-throughput-speedup-analysis-3n-hsw"
24836   filter: "'NIC_Intel-X710' and
24837            '64B' and
24838            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24839            'NDRPDR' and
24840            'IP4FWD' and
24841            not 'IPSEC' and
24842            not 'VHOST'"
24843   parameters:
24844   - "throughput"
24845   - "parent"
24846   - "tags"
24847   sort:
24848   - "DOT1Q"
24849   - "IP4BASE"
24850   - "FIB_20K"
24851   - "FIB_200K"
24852   - "FIB_2M"
24853   layout:
24854     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24855     layout: "plot-throughput-speedup-analysis"
24856
24857 # Speedup - VPP IPv4 3n-hsw-x710 features
24858 -
24859   type: "plot"
24860   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24861   algorithm: "plot_throughput_speedup_analysis"
24862   output-file-type: ".html"
24863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24864   data: "plot-throughput-speedup-analysis-3n-hsw"
24865   filter: "'NIC_Intel-X710' and
24866            '64B' and
24867            ('IP4BASE' or
24868             'POLICE_MARK' or
24869             'COPWHLIST' or
24870             ('NAT44' and 'BASE') or
24871             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24872            'NDRPDR' and
24873            'IP4FWD' and
24874            not 'IPSEC' and
24875            not 'VHOST'"
24876   parameters:
24877   - "throughput"
24878   - "parent"
24879   - "tags"
24880   sort:
24881   - "IP4BASE"
24882   - "NAT44"
24883   - "POLICE_MARK"
24884   - "COPWHLIST"
24885   - "IACL"
24886   - "OACL"
24887   layout:
24888     title: "ip4-3n-hsw-x710-64b-features-ndr"
24889     layout: "plot-throughput-speedup-analysis"
24890
24891 -
24892   type: "plot"
24893   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24894   algorithm: "plot_throughput_speedup_analysis"
24895   output-file-type: ".html"
24896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24897   data: "plot-throughput-speedup-analysis-3n-hsw"
24898   filter: "'NIC_Intel-X710' and
24899            '64B' and
24900            ('IP4BASE' or
24901             'POLICE_MARK' or
24902             'COPWHLIST' or
24903             ('NAT44' and 'BASE') or
24904             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24905            'NDRPDR' and
24906            'IP4FWD' and
24907            not 'IPSEC' and
24908            not 'VHOST'"
24909   parameters:
24910   - "throughput"
24911   - "parent"
24912   - "tags"
24913   sort:
24914   - "IP4BASE"
24915   - "NAT44"
24916   - "POLICE_MARK"
24917   - "COPWHLIST"
24918   - "IACL"
24919   - "OACL"
24920   layout:
24921     title: "ip4-3n-hsw-x710-64b-features-pdr"
24922     layout: "plot-throughput-speedup-analysis"
24923
24924 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24925 -
24926   type: "plot"
24927   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24928   algorithm: "plot_throughput_speedup_analysis"
24929   output-file-type: ".html"
24930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24931   data: "plot-throughput-speedup-analysis-3n-hsw"
24932   filter: "'NIC_Intel-X710' and
24933            '64B' and
24934            'NDRPDR' and
24935            'IP4FWD' and
24936            'NAT44' and
24937            not 'IPSEC' and
24938            not 'VHOST'"
24939   parameters:
24940   - "throughput"
24941   - "parent"
24942   - "tags"
24943   sort:
24944   - "BASE"
24945   - "BASE"
24946   - "SRC_USER_10"
24947   - "SRC_USER_100"
24948   - "SRC_USER_1000"
24949   - "SRC_USER_2000"
24950   layout:
24951     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24952     layout: "plot-throughput-speedup-analysis"
24953
24954 -
24955   type: "plot"
24956   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24957   algorithm: "plot_throughput_speedup_analysis"
24958   output-file-type: ".html"
24959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24960   data: "plot-throughput-speedup-analysis-3n-hsw"
24961   filter: "'NIC_Intel-X710' and
24962            '64B' and
24963            'NDRPDR' and
24964            'IP4FWD' and
24965            'NAT44' and
24966            not 'IPSEC' and
24967            not 'VHOST'"
24968   parameters:
24969   - "throughput"
24970   - "parent"
24971   - "tags"
24972   sort:
24973   - "BASE"
24974   - "BASE"
24975   - "SRC_USER_10"
24976   - "SRC_USER_100"
24977   - "SRC_USER_1000"
24978   - "SRC_USER_2000"
24979   layout:
24980     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24981     layout: "plot-throughput-speedup-analysis"
24982
24983 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24984 -
24985   type: "plot"
24986   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24987   algorithm: "plot_throughput_speedup_analysis"
24988   output-file-type: ".html"
24989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24990   data: "plot-throughput-speedup-analysis-3n-hsw"
24991   filter: "'NIC_Intel-X710' and
24992            '64B' and
24993            'NDRPDR' and
24994            'IP4FWD' and
24995            'IACL' and
24996            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24997            not 'IPSEC' and
24998            not 'VHOST'"
24999   parameters:
25000   - "throughput"
25001   - "parent"
25002   - "tags"
25003   sort:
25004   - "ACL_STATELESS"
25005   - "ACL_STATEFUL"
25006   - "ACL_STATELESS"
25007   - "ACL_STATEFUL"
25008   layout:
25009     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25010     layout: "plot-throughput-speedup-analysis"
25011
25012 -
25013   type: "plot"
25014   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25015   algorithm: "plot_throughput_speedup_analysis"
25016   output-file-type: ".html"
25017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25018   data: "plot-throughput-speedup-analysis-3n-hsw"
25019   filter: "'NIC_Intel-X710' and
25020            '64B' and
25021            'NDRPDR' and
25022            'IP4FWD' and
25023            'IACL' and
25024            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25025            not 'IPSEC' and
25026            not 'VHOST'"
25027   parameters:
25028   - "throughput"
25029   - "parent"
25030   - "tags"
25031   sort:
25032   - "ACL_STATELESS"
25033   - "ACL_STATEFUL"
25034   - "ACL_STATELESS"
25035   - "ACL_STATEFUL"
25036   layout:
25037     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25038     layout: "plot-throughput-speedup-analysis"
25039
25040 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
25041 -
25042   type: "plot"
25043   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25044   algorithm: "plot_throughput_speedup_analysis"
25045   output-file-type: ".html"
25046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25047   data: "plot-throughput-speedup-analysis-3n-hsw"
25048   filter: "'NIC_Intel-X710' and
25049            '64B' and
25050            'NDRPDR' and
25051            'IP4FWD' and
25052            'OACL' and
25053            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25054            not 'IPSEC' and
25055            not 'VHOST'"
25056   parameters:
25057   - "throughput"
25058   - "parent"
25059   - "tags"
25060   sort:
25061   - "ACL_STATELESS"
25062   - "ACL_STATEFUL"
25063   - "ACL_STATELESS"
25064   - "ACL_STATEFUL"
25065   layout:
25066     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25067     layout: "plot-throughput-speedup-analysis"
25068
25069 -
25070   type: "plot"
25071   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25072   algorithm: "plot_throughput_speedup_analysis"
25073   output-file-type: ".html"
25074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25075   data: "plot-throughput-speedup-analysis-3n-hsw"
25076   filter: "'NIC_Intel-X710' and
25077            '64B' and
25078            'NDRPDR' and
25079            'IP4FWD' and
25080            'OACL' and
25081            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25082            not 'IPSEC' and
25083            not 'VHOST'"
25084   parameters:
25085   - "throughput"
25086   - "parent"
25087   - "tags"
25088   sort:
25089   - "ACL_STATELESS"
25090   - "ACL_STATEFUL"
25091   - "ACL_STATELESS"
25092   - "ACL_STATEFUL"
25093   layout:
25094     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25095     layout: "plot-throughput-speedup-analysis"
25096
25097 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25098 -
25099   type: "plot"
25100   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25101   algorithm: "plot_throughput_speedup_analysis"
25102   output-file-type: ".html"
25103   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25104   data: "plot-throughput-speedup-analysis-3n-hsw"
25105   filter: "'NIC_Intel-XL710' and
25106            '64B' and
25107            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25108            'NDRPDR' and
25109            'IP4FWD' and
25110            not 'IPSEC' and
25111            not 'VHOST'"
25112   parameters:
25113   - "throughput"
25114   - "parent"
25115   - "tags"
25116   sort:
25117   - "IP4BASE"
25118   - "FIB_20K"
25119   - "FIB_200K"
25120   - "FIB_2M"
25121   layout:
25122     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25123     layout: "plot-throughput-speedup-analysis"
25124
25125 -
25126   type: "plot"
25127   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25128   algorithm: "plot_throughput_speedup_analysis"
25129   output-file-type: ".html"
25130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25131   data: "plot-throughput-speedup-analysis-3n-hsw"
25132   filter: "'NIC_Intel-XL710' and
25133            '64B' and
25134            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25135            'NDRPDR' and
25136            'IP4FWD' and
25137            not 'IPSEC' and
25138            not 'VHOST'"
25139   parameters:
25140   - "throughput"
25141   - "parent"
25142   - "tags"
25143   sort:
25144   - "IP4BASE"
25145   - "FIB_20K"
25146   - "FIB_200K"
25147   - "FIB_2M"
25148   layout:
25149     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25150     layout: "plot-throughput-speedup-analysis"
25151
25152 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25153 -
25154   type: "plot"
25155   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25156   algorithm: "plot_throughput_speedup_analysis"
25157   output-file-type: ".html"
25158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25159   data: "plot-throughput-speedup-analysis-3n-skx"
25160   filter: "'NIC_Intel-X710' and
25161            '64B' and
25162            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25163            'NDRPDR' and
25164            'IP4FWD' and
25165            not 'IPSEC' and
25166            not 'VHOST'"
25167   parameters:
25168   - "throughput"
25169   - "parent"
25170   - "tags"
25171   sort:
25172   - "IP4BASE"
25173   - "FIB_20K"
25174   - "FIB_200K"
25175   - "FIB_2M"
25176   layout:
25177     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25178     layout: "plot-throughput-speedup-analysis"
25179
25180 -
25181   type: "plot"
25182   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25183   algorithm: "plot_throughput_speedup_analysis"
25184   output-file-type: ".html"
25185   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25186   data: "plot-throughput-speedup-analysis-3n-skx"
25187   filter: "'NIC_Intel-X710' and
25188            '64B' and
25189            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25190            'NDRPDR' and
25191            'IP4FWD' and
25192            not 'IPSEC' and
25193            not 'VHOST'"
25194   parameters:
25195   - "throughput"
25196   - "parent"
25197   - "tags"
25198   sort:
25199   - "IP4BASE"
25200   - "FIB_20K"
25201   - "FIB_200K"
25202   - "FIB_2M"
25203   layout:
25204     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25205     layout: "plot-throughput-speedup-analysis"
25206
25207 # Speedup - VPP IPv4 3n-skx-x710 features
25208 -
25209   type: "plot"
25210   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25211   algorithm: "plot_throughput_speedup_analysis"
25212   output-file-type: ".html"
25213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25214   data: "plot-throughput-speedup-analysis-3n-skx"
25215   filter: "'NIC_Intel-X710' and
25216            '64B' and
25217            ('IP4BASE' or
25218             'POLICE_MARK' or
25219             'COPWHLIST' or
25220             ('NAT44' and 'BASE') or
25221             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25222            'NDRPDR' and
25223            'IP4FWD' and
25224            not 'IPSEC' and
25225            not 'VHOST'"
25226   parameters:
25227   - "throughput"
25228   - "parent"
25229   - "tags"
25230   sort:
25231   - "IP4BASE"
25232   - "NAT44"
25233   - "POLICE_MARK"
25234   - "COPWHLIST"
25235   - "IACL"
25236   - "OACL"
25237   layout:
25238     title: "ip4-3n-skx-x710-64b-features-ndr"
25239     layout: "plot-throughput-speedup-analysis"
25240
25241 -
25242   type: "plot"
25243   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25244   algorithm: "plot_throughput_speedup_analysis"
25245   output-file-type: ".html"
25246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25247   data: "plot-throughput-speedup-analysis-3n-skx"
25248   filter: "'NIC_Intel-X710' and
25249            '64B' and
25250            ('IP4BASE' or
25251             'POLICE_MARK' or
25252             'COPWHLIST' or
25253             ('NAT44' and 'BASE') or
25254             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25255            'NDRPDR' and
25256            'IP4FWD' and
25257            not 'IPSEC' and
25258            not 'VHOST'"
25259   parameters:
25260   - "throughput"
25261   - "parent"
25262   - "tags"
25263   sort:
25264   - "IP4BASE"
25265   - "NAT44"
25266   - "POLICE_MARK"
25267   - "COPWHLIST"
25268   - "IACL"
25269   - "OACL"
25270   layout:
25271     title: "ip4-3n-skx-x710-64b-features-pdr"
25272     layout: "plot-throughput-speedup-analysis"
25273
25274 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25275 -
25276   type: "plot"
25277   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25278   algorithm: "plot_throughput_speedup_analysis"
25279   output-file-type: ".html"
25280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25281   data: "plot-throughput-speedup-analysis-3n-skx"
25282   filter: "'NIC_Intel-X710' and
25283            '64B' and
25284            'NDRPDR' and
25285            'IP4FWD' and
25286            'NAT44' and
25287            not 'IPSEC' and
25288            not 'VHOST'"
25289   parameters:
25290   - "throughput"
25291   - "parent"
25292   - "tags"
25293   sort:
25294   - "BASE"
25295   - "BASE"
25296   - "SRC_USER_10"
25297   - "SRC_USER_100"
25298   - "SRC_USER_1000"
25299   - "SRC_USER_2000"
25300   layout:
25301     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25302     layout: "plot-throughput-speedup-analysis"
25303
25304 -
25305   type: "plot"
25306   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25307   algorithm: "plot_throughput_speedup_analysis"
25308   output-file-type: ".html"
25309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25310   data: "plot-throughput-speedup-analysis-3n-skx"
25311   filter: "'NIC_Intel-X710' and
25312            '64B' and
25313            'NDRPDR' and
25314            'IP4FWD' and
25315            'NAT44' and
25316            not 'IPSEC' and
25317            not 'VHOST'"
25318   parameters:
25319   - "throughput"
25320   - "parent"
25321   - "tags"
25322   sort:
25323   - "BASE"
25324   - "BASE"
25325   - "SRC_USER_10"
25326   - "SRC_USER_100"
25327   - "SRC_USER_1000"
25328   - "SRC_USER_2000"
25329   layout:
25330     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25331     layout: "plot-throughput-speedup-analysis"
25332
25333 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25334 -
25335   type: "plot"
25336   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25337   algorithm: "plot_throughput_speedup_analysis"
25338   output-file-type: ".html"
25339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25340   data: "plot-throughput-speedup-analysis-3n-skx"
25341   filter: "'NIC_Intel-X710' and
25342            '64B' and
25343            'NDRPDR' and
25344            'IP4FWD' and
25345            'IACL' and
25346            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25347            not 'IPSEC' and
25348            not 'VHOST'"
25349   parameters:
25350   - "throughput"
25351   - "parent"
25352   - "tags"
25353   sort:
25354   - "ACL_STATELESS"
25355   - "ACL_STATEFUL"
25356   - "ACL_STATELESS"
25357   - "ACL_STATEFUL"
25358   layout:
25359     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25360     layout: "plot-throughput-speedup-analysis"
25361
25362 -
25363   type: "plot"
25364   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25365   algorithm: "plot_throughput_speedup_analysis"
25366   output-file-type: ".html"
25367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25368   data: "plot-throughput-speedup-analysis-3n-skx"
25369   filter: "'NIC_Intel-X710' and
25370            '64B' and
25371            'NDRPDR' and
25372            'IP4FWD' and
25373            'IACL' and
25374            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25375            not 'IPSEC' and
25376            not 'VHOST'"
25377   parameters:
25378   - "throughput"
25379   - "parent"
25380   - "tags"
25381   sort:
25382   - "ACL_STATELESS"
25383   - "ACL_STATEFUL"
25384   - "ACL_STATELESS"
25385   - "ACL_STATEFUL"
25386   layout:
25387     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25388     layout: "plot-throughput-speedup-analysis"
25389
25390 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25391 -
25392   type: "plot"
25393   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25394   algorithm: "plot_throughput_speedup_analysis"
25395   output-file-type: ".html"
25396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25397   data: "plot-throughput-speedup-analysis-3n-skx"
25398   filter: "'NIC_Intel-X710' and
25399            '64B' and
25400            'NDRPDR' and
25401            'IP4FWD' and
25402            'OACL' and
25403            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25404            not 'IPSEC' and
25405            not 'VHOST'"
25406   parameters:
25407   - "throughput"
25408   - "parent"
25409   - "tags"
25410   sort:
25411   - "ACL_STATELESS"
25412   - "ACL_STATEFUL"
25413   - "ACL_STATELESS"
25414   - "ACL_STATEFUL"
25415   layout:
25416     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25417     layout: "plot-throughput-speedup-analysis"
25418
25419 -
25420   type: "plot"
25421   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25422   algorithm: "plot_throughput_speedup_analysis"
25423   output-file-type: ".html"
25424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25425   data: "plot-throughput-speedup-analysis-3n-skx"
25426   filter: "'NIC_Intel-X710' and
25427            '64B' and
25428            'NDRPDR' and
25429            'IP4FWD' and
25430            'OACL' and
25431            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25432            not 'IPSEC' and
25433            not 'VHOST'"
25434   parameters:
25435   - "throughput"
25436   - "parent"
25437   - "tags"
25438   sort:
25439   - "ACL_STATELESS"
25440   - "ACL_STATEFUL"
25441   - "ACL_STATELESS"
25442   - "ACL_STATEFUL"
25443   layout:
25444     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25445     layout: "plot-throughput-speedup-analysis"
25446
25447 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25448 -
25449   type: "plot"
25450   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25451   algorithm: "plot_throughput_speedup_analysis"
25452   output-file-type: ".html"
25453   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25454   data: "plot-throughput-speedup-analysis-2n-skx"
25455   filter: "'NIC_Intel-X710' and
25456            '64B' and
25457            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25458            'NDRPDR' and
25459            'IP4FWD' and
25460            not 'IPSEC' and
25461            not 'VHOST'"
25462   parameters:
25463   - "throughput"
25464   - "parent"
25465   - "tags"
25466   sort:
25467   - "DOT1Q"
25468   - "IP4BASE"
25469   - "FIB_20k"
25470   - "FIB_200k"
25471   - "FIB_2M"
25472   layout:
25473     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25474     layout: "plot-throughput-speedup-analysis"
25475
25476 -
25477   type: "plot"
25478   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25479   algorithm: "plot_throughput_speedup_analysis"
25480   output-file-type: ".html"
25481   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25482   data: "plot-throughput-speedup-analysis-2n-skx"
25483   filter: "'NIC_Intel-X710' and
25484            '64B' and
25485            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25486            'NDRPDR' and
25487            'IP4FWD' and
25488            not 'IPSEC' and
25489            not 'VHOST'"
25490   parameters:
25491   - "throughput"
25492   - "parent"
25493   - "tags"
25494   sort:
25495   - "DOT1Q"
25496   - "IP4BASE"
25497   - "FIB_20k"
25498   - "FIB_200k"
25499   - "FIB_2M"
25500   layout:
25501     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25502     layout: "plot-throughput-speedup-analysis"
25503
25504 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25505 -
25506   type: "plot"
25507   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25508   algorithm: "plot_throughput_speedup_analysis"
25509   output-file-type: ".html"
25510   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25511   data: "plot-throughput-speedup-analysis-2n-skx"
25512   filter: "'NIC_Intel-XXV710' and
25513            '64B' and
25514            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25515            'NDRPDR' and
25516            'IP4FWD' and
25517            not 'IPSEC' and
25518            not 'VHOST'"
25519   parameters:
25520   - "throughput"
25521   - "parent"
25522   - "tags"
25523   sort:
25524   - "DOT1Q"
25525   - "IP4BASE"
25526   - "FIB_20k"
25527   - "FIB_200k"
25528   - "FIB_2M"
25529   layout:
25530     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25531     layout: "plot-throughput-speedup-analysis"
25532
25533 -
25534   type: "plot"
25535   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25536   algorithm: "plot_throughput_speedup_analysis"
25537   output-file-type: ".html"
25538   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25539   data: "plot-throughput-speedup-analysis-2n-skx"
25540   filter: "'NIC_Intel-XXV710' and
25541            '64B' and
25542            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25543            'NDRPDR' and
25544            'IP4FWD' and
25545            not 'IPSEC' and
25546            not 'VHOST'"
25547   parameters:
25548   - "throughput"
25549   - "parent"
25550   - "tags"
25551   sort:
25552   - "DOT1Q"
25553   - "IP4BASE"
25554   - "FIB_20k"
25555   - "FIB_200k"
25556   - "FIB_2M"
25557   layout:
25558     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25559     layout: "plot-throughput-speedup-analysis"
25560
25561 # Speedup - VPP IPv4 2n-dnv-x553 base
25562 -
25563   type: "plot"
25564   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25568   data: "intel-dnv-vpp"
25569   filter: "'NIC_Intel-X553' and
25570            '64B' and
25571            'IP4BASE' and
25572            'NDRPDR' and
25573            'IP4FWD' and
25574            not 'IPSEC' and
25575            not 'VHOST'"
25576   parameters:
25577   - "throughput"
25578   - "parent"
25579   - "tags"
25580   sort:
25581   - "IP4BASE"
25582   layout:
25583     title: "ip4-2n-dnv-x553-64b-base-ndr"
25584     layout: "plot-throughput-speedup-analysis"
25585
25586 -
25587   type: "plot"
25588   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25592   data: "intel-dnv-vpp"
25593   filter: "'NIC_Intel-X553' and
25594            '64B' and
25595            'IP4BASE' and
25596            'NDRPDR' and
25597            'IP4FWD' and
25598            not 'IPSEC' and
25599            not 'VHOST'"
25600   parameters:
25601   - "throughput"
25602   - "parent"
25603   - "tags"
25604   sort:
25605   - "IP4BASE"
25606   layout:
25607     title: "ip4-2n-dnv-x553-64b-base-pdr"
25608     layout: "plot-throughput-speedup-analysis"
25609
25610 ################################################################################
25611
25612 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25613 -
25614   type: "plot"
25615   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25616   algorithm: "plot_throughput_speedup_analysis"
25617   output-file-type: ".html"
25618   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25619   data: "plot-throughput-speedup-analysis-3n-hsw"
25620   filter: "'NIC_Intel-X520_DA2' and
25621            '64B' and
25622            'ENCAP' and
25623            'NDRPDR' and
25624            ('VXLAN' or 'LISP') and
25625            not 'VHOST' and
25626            not 'IPSECHW'"
25627   parameters:
25628   - "throughput"
25629   - "parent"
25630   - "tags"
25631   sort:
25632   - "not DOT1Q"
25633   - "VXLAN_1"
25634   - "VXLAN_10"
25635   - "VXLAN_100"
25636   - "VXLAN_1000"
25637   layout:
25638     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25639     layout: "plot-throughput-speedup-analysis"
25640
25641 -
25642   type: "plot"
25643   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25644   algorithm: "plot_throughput_speedup_analysis"
25645   output-file-type: ".html"
25646   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25647   data: "plot-throughput-speedup-analysis-3n-hsw"
25648   filter: "'NIC_Intel-X520_DA2' and
25649            '64B' and
25650            'ENCAP' and
25651            'NDRPDR' and
25652            ('VXLAN' or 'LISP') and
25653            not 'VHOST' and
25654            not 'IPSECHW'"
25655   parameters:
25656   - "throughput"
25657   - "parent"
25658   - "tags"
25659   sort:
25660   - "not DOT1Q"
25661   - "VXLAN_1"
25662   - "VXLAN_10"
25663   - "VXLAN_100"
25664   - "VXLAN_1000"
25665   layout:
25666     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25667     layout: "plot-throughput-speedup-analysis"
25668
25669 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25670 -
25671   type: "plot"
25672   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25673   algorithm: "plot_throughput_speedup_analysis"
25674   output-file-type: ".html"
25675   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25676   data: "plot-throughput-speedup-analysis-3n-hsw"
25677   filter: "'NIC_Intel-X520-DA2' and
25678            '64B' and
25679            'ENCAP' and
25680            'NDRPDR' and
25681            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25682            not 'DOT1Q' and
25683            not 'VHOST' and
25684            not 'IPSECHW'"
25685   parameters:
25686   - "throughput"
25687   - "parent"
25688   - "tags"
25689   sort:
25690   - "L2BDMACLRN"
25691   - "L2XCFWD"
25692   - "LISP"
25693   layout:
25694     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25695     layout: "plot-throughput-speedup-analysis"
25696
25697 -
25698   type: "plot"
25699   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25700   algorithm: "plot_throughput_speedup_analysis"
25701   output-file-type: ".html"
25702   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25703   data: "plot-throughput-speedup-analysis-3n-hsw"
25704   filter: "'NIC_Intel-X520-DA2' and
25705            '64B' and
25706            'ENCAP' and
25707            'NDRPDR' and
25708            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25709            not 'DOT1Q' and
25710            not 'VHOST' and
25711            not 'IPSECHW'"
25712   parameters:
25713   - "throughput"
25714   - "parent"
25715   - "tags"
25716   sort:
25717   - "L2BDMACLRN"
25718   - "L2XCFWD"
25719   - "LISP"
25720   layout:
25721     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25722     layout: "plot-throughput-speedup-analysis"
25723
25724 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25725 -
25726   type: "plot"
25727   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25728   algorithm: "plot_throughput_speedup_analysis"
25729   output-file-type: ".html"
25730   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25731   data: "plot-throughput-speedup-analysis-3n-hsw"
25732   filter: "'NIC_Intel-X710' and
25733            '64B' and
25734            'ENCAP' and
25735            'NDRPDR' and
25736            ('VXLAN' or 'LISP') and
25737            not 'VHOST' and
25738            not 'IPSECHW'"
25739   parameters:
25740   - "throughput"
25741   - "parent"
25742   - "tags"
25743   sort:
25744   - "LISP"
25745   - "VXLAN_1"
25746   - "VXLAN_10"
25747   - "VXLAN_100"
25748   - "VXLAN_1000"
25749   layout:
25750     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25751     layout: "plot-throughput-speedup-analysis"
25752
25753 -
25754   type: "plot"
25755   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25756   algorithm: "plot_throughput_speedup_analysis"
25757   output-file-type: ".html"
25758   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25759   data: "plot-throughput-speedup-analysis-3n-hsw"
25760   filter: "'NIC_Intel-X710' and
25761            '64B' and
25762            'ENCAP' and
25763            'NDRPDR' and
25764            ('VXLAN' or 'LISP') and
25765            not 'VHOST' and
25766            not 'IPSECHW'"
25767   parameters:
25768   - "throughput"
25769   - "parent"
25770   - "tags"
25771   sort:
25772   - "LISP"
25773   - "VXLAN_1"
25774   - "VXLAN_10"
25775   - "VXLAN_100"
25776   - "VXLAN_1000"
25777   layout:
25778     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25779     layout: "plot-throughput-speedup-analysis"
25780
25781 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25782 -
25783   type: "plot"
25784   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25785   algorithm: "plot_throughput_speedup_analysis"
25786   output-file-type: ".html"
25787   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25788   data: "plot-throughput-speedup-analysis-3n-hsw"
25789   filter: "'NIC_Intel-X710' and
25790            '64B' and
25791            'ENCAP' and
25792            'NDRPDR' and
25793            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25794            not 'DOT1Q' and
25795            not 'VHOST' and
25796            not 'IPSECHW'"
25797   parameters:
25798   - "throughput"
25799   - "parent"
25800   - "tags"
25801   sort:
25802   - "L2BDMACLRN"
25803   - "L2XCFWD"
25804   - "LISP"
25805   layout:
25806     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25807     layout: "plot-throughput-speedup-analysis"
25808
25809 -
25810   type: "plot"
25811   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25812   algorithm: "plot_throughput_speedup_analysis"
25813   output-file-type: ".html"
25814   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25815   data: "plot-throughput-speedup-analysis-3n-hsw"
25816   filter: "'NIC_Intel-X710' and
25817            '64B' and
25818            'ENCAP' and
25819            'NDRPDR' and
25820            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25821            not 'DOT1Q' and
25822            not 'VHOST' and
25823            not 'IPSECHW'"
25824   parameters:
25825   - "throughput"
25826   - "parent"
25827   - "tags"
25828   sort:
25829   - "L2BDMACLRN"
25830   - "L2XCFWD"
25831   - "LISP"
25832   layout:
25833     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25834     layout: "plot-throughput-speedup-analysis"
25835
25836 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25837 -
25838   type: "plot"
25839   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25840   algorithm: "plot_throughput_speedup_analysis"
25841   output-file-type: ".html"
25842   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25843   data: "plot-throughput-speedup-analysis-3n-skx"
25844   filter: "'NIC_Intel-X710' and
25845            '64B' and
25846            'ENCAP' and
25847            'NDRPDR' and
25848            'VXLAN' and
25849            'L2BDMACLRN' and
25850            not 'VHOST' and
25851            not 'IPSECHW'"
25852   parameters:
25853   - "throughput"
25854   - "parent"
25855   - "tags"
25856   sort:
25857   - "LISP"
25858   - "VXLAN_1"
25859   - "VXLAN_10"
25860   - "VXLAN_100"
25861   - "VXLAN_1000"
25862   layout:
25863     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25864     layout: "plot-throughput-speedup-analysis"
25865
25866 -
25867   type: "plot"
25868   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25869   algorithm: "plot_throughput_speedup_analysis"
25870   output-file-type: ".html"
25871   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25872   data: "plot-throughput-speedup-analysis-3n-skx"
25873   filter: "'NIC_Intel-X710' and
25874            '64B' and
25875            'ENCAP' and
25876            'NDRPDR' and
25877            'VXLAN' and
25878            'L2BDMACLRN' and
25879            not 'VHOST' and
25880            not 'IPSECHW'"
25881   parameters:
25882   - "throughput"
25883   - "parent"
25884   - "tags"
25885   sort:
25886   - "LISP"
25887   - "VXLAN_1"
25888   - "VXLAN_10"
25889   - "VXLAN_100"
25890   - "VXLAN_1000"
25891   layout:
25892     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25893     layout: "plot-throughput-speedup-analysis"
25894
25895 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25896 -
25897   type: "plot"
25898   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25899   algorithm: "plot_throughput_speedup_analysis"
25900   output-file-type: ".html"
25901   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25902   data: "plot-throughput-speedup-analysis-3n-skx"
25903   filter: "'NIC_Intel-X710' and
25904            '64B' and
25905            'ENCAP' and
25906            'NDRPDR' and
25907            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25908            not 'DOT1Q' and
25909            not 'VHOST' and
25910            not 'IPSECHW'"
25911   parameters:
25912   - "throughput"
25913   - "parent"
25914   - "tags"
25915   sort:
25916   - "L2BDMACLRN"
25917   - "L2XCFWD"
25918   - "LISP"
25919   layout:
25920     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25921     layout: "plot-throughput-speedup-analysis"
25922
25923 -
25924   type: "plot"
25925   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25926   algorithm: "plot_throughput_speedup_analysis"
25927   output-file-type: ".html"
25928   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25929   data: "plot-throughput-speedup-analysis-3n-skx"
25930   filter: "'NIC_Intel-X710' and
25931            '64B' and
25932            'ENCAP' and
25933            'NDRPDR' and
25934            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25935            not 'DOT1Q' and
25936            not 'VHOST' and
25937            not 'IPSECHW'"
25938   parameters:
25939   - "throughput"
25940   - "parent"
25941   - "tags"
25942   sort:
25943   - "L2BDMACLRN"
25944   - "L2XCFWD"
25945   - "LISP"
25946   layout:
25947     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25948     layout: "plot-throughput-speedup-analysis"
25949
25950 ################################################################################
25951
25952 # Speedup - VPP IPv6 3n-hsw-x520
25953 -
25954   type: "plot"
25955   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25956   algorithm: "plot_throughput_speedup_analysis"
25957   output-file-type: ".html"
25958   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25959   data: "plot-throughput-speedup-analysis-3n-hsw"
25960   filter: "'NIC_Intel-X520-DA2' and
25961            '78B' and
25962            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25963            'NDRPDR' and
25964            'IP6FWD' and
25965            not 'SRv6' and
25966            not 'IPSEC' and
25967            not 'VHOST'"
25968   parameters:
25969   - "throughput"
25970   - "parent"
25971   - "tags"
25972   sort:
25973   - "IP6BASE"
25974   - "FIB_20K"
25975   - "FIB_200K"
25976   - "FIB_2M"
25977   layout:
25978     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
25979     layout: "plot-throughput-speedup-analysis"
25980
25981 -
25982   type: "plot"
25983   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25984   algorithm: "plot_throughput_speedup_analysis"
25985   output-file-type: ".html"
25986   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25987   data: "plot-throughput-speedup-analysis-3n-hsw"
25988   filter: "'NIC_Intel-X520-DA2' and
25989            '78B' and
25990            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25991            'NDRPDR' and
25992            'IP6FWD' and
25993            not 'SRv6' and
25994            not 'IPSEC' and
25995            not 'VHOST'"
25996   parameters:
25997   - "throughput"
25998   - "parent"
25999   - "tags"
26000   sort:
26001   - "IP6BASE"
26002   - "FIB_20K"
26003   - "FIB_200K"
26004   - "FIB_2M"
26005   layout:
26006     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26007     layout: "plot-throughput-speedup-analysis"
26008
26009 # Speedup - VPP IPv6 3n-hsw-x520 features
26010 -
26011   type: "plot"
26012   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26013   algorithm: "plot_throughput_speedup_analysis"
26014   output-file-type: ".html"
26015   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26016   data: "plot-throughput-speedup-analysis-3n-hsw"
26017   filter: "'NIC_Intel-X520-DA2' and
26018            '78B' and
26019            ('IP6BASE' or
26020             'POLICE_MARK' or
26021             'COPWHLIST' or
26022             'IACLDST') and
26023            'NDRPDR' and
26024            'IP6FWD' and
26025            not 'SRv6' and
26026            not 'IPSEC' and
26027            not 'VHOST'"
26028   parameters:
26029   - "throughput"
26030   - "parent"
26031   - "tags"
26032   sort:
26033   - "IP6BASE"
26034   - "POLICE_MARK"
26035   - "COPWHLIST"
26036   - "IACLDST"
26037   layout:
26038     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26039     layout: "plot-throughput-speedup-analysis"
26040
26041 -
26042   type: "plot"
26043   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26044   algorithm: "plot_throughput_speedup_analysis"
26045   output-file-type: ".html"
26046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26047   data: "plot-throughput-speedup-analysis-3n-hsw"
26048   filter: "'NIC_Intel-X520-DA2' and
26049            '78B' and
26050            ('IP6BASE' or
26051             'POLICE_MARK' or
26052             'COPWHLIST' or
26053             'IACLDST') and
26054            'NDRPDR' and
26055            'IP6FWD' and
26056            not 'SRv6' and
26057            not 'IPSEC' and
26058            not 'VHOST'"
26059   parameters:
26060   - "throughput"
26061   - "parent"
26062   - "tags"
26063   sort:
26064   - "IP6BASE"
26065   - "POLICE_MARK"
26066   - "COPWHLIST"
26067   - "IACLDST"
26068   layout:
26069     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26070     layout: "plot-throughput-speedup-analysis"
26071
26072 # Speedup - VPP IPv6 3n-hsw-x710
26073 -
26074   type: "plot"
26075   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26076   algorithm: "plot_throughput_speedup_analysis"
26077   output-file-type: ".html"
26078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26079   data: "plot-throughput-speedup-analysis-3n-hsw"
26080   filter: "'NIC_Intel-X710' and
26081            '78B' and
26082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26083            'NDRPDR' and
26084            'IP6FWD' and
26085            not 'SRv6' and
26086            not 'IPSEC' and
26087            not 'VHOST'"
26088   parameters:
26089   - "throughput"
26090   - "parent"
26091   - "tags"
26092   sort:
26093   - "IP6BASE"
26094   - "FIB_20K"
26095   - "FIB_200K"
26096   - "FIB_2M"
26097   layout:
26098     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26099     layout: "plot-throughput-speedup-analysis"
26100
26101 -
26102   type: "plot"
26103   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26104   algorithm: "plot_throughput_speedup_analysis"
26105   output-file-type: ".html"
26106   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26107   data: "plot-throughput-speedup-analysis-3n-hsw"
26108   filter: "'NIC_Intel-X710' and
26109            '78B' and
26110            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26111            'NDRPDR' and
26112            'IP6FWD' and
26113            not 'SRv6' and
26114            not 'IPSEC' and
26115            not 'VHOST'"
26116   parameters:
26117   - "throughput"
26118   - "parent"
26119   - "tags"
26120   sort:
26121   - "IP6BASE"
26122   - "FIB_20K"
26123   - "FIB_200K"
26124   - "FIB_2M"
26125   layout:
26126     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26127     layout: "plot-throughput-speedup-analysis"
26128
26129 # Speedup - VPP IPv6 3n-hsw-x710 features
26130 -
26131   type: "plot"
26132   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26133   algorithm: "plot_throughput_speedup_analysis"
26134   output-file-type: ".html"
26135   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26136   data: "plot-throughput-speedup-analysis-3n-hsw"
26137   filter: "'NIC_Intel-X710' and
26138            '78B' and
26139            ('IP6BASE' or
26140             'POLICE_MARK' or
26141             'COPWHLIST' or
26142             'IACLDST') and
26143            'NDRPDR' and
26144            'IP6FWD' and
26145            not 'SRv6' and
26146            not 'IPSEC' and
26147            not 'VHOST'"
26148   parameters:
26149   - "throughput"
26150   - "parent"
26151   - "tags"
26152   sort:
26153   - "IP6BASE"
26154   - "POLICE_MARK"
26155   - "COPWHLIST"
26156   - "IACLDST"
26157   layout:
26158     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26159     layout: "plot-throughput-speedup-analysis"
26160
26161 -
26162   type: "plot"
26163   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26164   algorithm: "plot_throughput_speedup_analysis"
26165   output-file-type: ".html"
26166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26167   data: "plot-throughput-speedup-analysis-3n-hsw"
26168   filter: "'NIC_Intel-X710' and
26169            '78B' and
26170            ('IP6BASE' or
26171             'POLICE_MARK' or
26172             'COPWHLIST' or
26173             'IACLDST') and
26174            'NDRPDR' and
26175            'IP6FWD' and
26176            not 'SRv6' and
26177            not 'IPSEC' and
26178            not 'VHOST'"
26179   parameters:
26180   - "throughput"
26181   - "parent"
26182   - "tags"
26183   sort:
26184   - "IP6BASE"
26185   - "POLICE_MARK"
26186   - "COPWHLIST"
26187   - "IACLDST"
26188   layout:
26189     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26190     layout: "plot-throughput-speedup-analysis"
26191
26192 # Speedup - VPP IPv6 3n-hsw-xl710
26193 -
26194   type: "plot"
26195   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26196   algorithm: "plot_throughput_speedup_analysis"
26197   output-file-type: ".html"
26198   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26199   data: "plot-throughput-speedup-analysis-3n-hsw"
26200   filter: "'NIC_Intel-XL710' and
26201            '78B' and
26202            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26203            'NDRPDR' and
26204            'IP6FWD' and
26205            not 'SRv6' and
26206            not 'IPSEC' and
26207            not 'VHOST'"
26208   parameters:
26209   - "throughput"
26210   - "parent"
26211   - "tags"
26212   sort:
26213   - "IP6BASE"
26214   - "FIB_20K"
26215   - "FIB_200K"
26216   - "FIB_2M"
26217   layout:
26218     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26219     layout: "plot-throughput-speedup-analysis"
26220
26221 -
26222   type: "plot"
26223   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26224   algorithm: "plot_throughput_speedup_analysis"
26225   output-file-type: ".html"
26226   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26227   data: "plot-throughput-speedup-analysis-3n-hsw"
26228   filter: "'NIC_Intel-XL710' and
26229            '78B' and
26230            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26231            'NDRPDR' and
26232            'IP6FWD' and
26233            not 'SRv6' and
26234            not 'IPSEC' and
26235            not 'VHOST'"
26236   parameters:
26237   - "throughput"
26238   - "parent"
26239   - "tags"
26240   sort:
26241   - "IP6BASE"
26242   - "FIB_20K"
26243   - "FIB_200K"
26244   - "FIB_2M"
26245   layout:
26246     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26247     layout: "plot-throughput-speedup-analysis"
26248
26249 # Speedup - VPP IPv6 3n-skx-x710
26250 -
26251   type: "plot"
26252   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26253   algorithm: "plot_throughput_speedup_analysis"
26254   output-file-type: ".html"
26255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26256   data: "plot-throughput-speedup-analysis-3n-skx"
26257   filter: "'NIC_Intel-X710' and
26258            '78B' and
26259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26260            'NDRPDR' and
26261            'IP6FWD' and
26262            not 'SRv6' and
26263            not 'IPSEC' and
26264            not 'VHOST'"
26265   parameters:
26266   - "throughput"
26267   - "parent"
26268   - "tags"
26269   sort:
26270   - "IP6BASE"
26271   - "FIB_20K"
26272   - "FIB_200K"
26273   - "FIB_2M"
26274   layout:
26275     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26276     layout: "plot-throughput-speedup-analysis"
26277
26278 -
26279   type: "plot"
26280   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26281   algorithm: "plot_throughput_speedup_analysis"
26282   output-file-type: ".html"
26283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26284   data: "plot-throughput-speedup-analysis-3n-skx"
26285   filter: "'NIC_Intel-X710' and
26286            '78B' and
26287            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26288            'NDRPDR' and
26289            'IP6FWD' and
26290            not 'SRv6' and
26291            not 'IPSEC' and
26292            not 'VHOST'"
26293   parameters:
26294   - "throughput"
26295   - "parent"
26296   - "tags"
26297   sort:
26298   - "IP6BASE"
26299   - "FIB_20K"
26300   - "FIB_200K"
26301   - "FIB_2M"
26302   layout:
26303     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26304     layout: "plot-throughput-speedup-analysis"
26305
26306 # Speedup - VPP IPv6 3n-skx-x710 features
26307 -
26308   type: "plot"
26309   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26310   algorithm: "plot_throughput_speedup_analysis"
26311   output-file-type: ".html"
26312   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26313   data: "plot-throughput-speedup-analysis-3n-skx"
26314   filter: "'NIC_Intel-X710' and
26315            '78B' and
26316            ('IP6BASE' or
26317             'POLICE_MARK' or
26318             'COPWHLIST' or
26319             'IACLDST') and
26320            'NDRPDR' and
26321            'IP6FWD' and
26322            not 'SRv6' and
26323            not 'IPSEC' and
26324            not 'VHOST'"
26325   parameters:
26326   - "throughput"
26327   - "parent"
26328   - "tags"
26329   sort:
26330   - "IP6BASE"
26331   - "POLICE_MARK"
26332   - "COPWHLIST"
26333   - "IACLDST"
26334   layout:
26335     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26336     layout: "plot-throughput-speedup-analysis"
26337
26338 -
26339   type: "plot"
26340   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26341   algorithm: "plot_throughput_speedup_analysis"
26342   output-file-type: ".html"
26343   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26344   data: "plot-throughput-speedup-analysis-3n-skx"
26345   filter: "'NIC_Intel-X710' and
26346            '78B' and
26347            ('IP6BASE' or
26348             'POLICE_MARK' or
26349             'COPWHLIST' or
26350             'IACLDST') and
26351            'NDRPDR' and
26352            'IP6FWD' and
26353            not 'SRv6' and
26354            not 'IPSEC' and
26355            not 'VHOST'"
26356   parameters:
26357   - "throughput"
26358   - "parent"
26359   - "tags"
26360   sort:
26361   - "IP6BASE"
26362   - "POLICE_MARK"
26363   - "COPWHLIST"
26364   - "IACLDST"
26365   layout:
26366     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26367     layout: "plot-throughput-speedup-analysis"
26368
26369 # Speedup - VPP IPv6 2n-skx-x710
26370 -
26371   type: "plot"
26372   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26373   algorithm: "plot_throughput_speedup_analysis"
26374   output-file-type: ".html"
26375   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26376   data: "plot-throughput-speedup-analysis-2n-skx"
26377   filter: "'NIC_Intel-X710' and
26378            '78B' and
26379            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26380            'NDRPDR' and
26381            'IP6FWD' and
26382            not 'SRv6' and
26383            not 'IPSEC' and
26384            not 'VHOST'"
26385   parameters:
26386   - "throughput"
26387   - "parent"
26388   - "tags"
26389   sort:
26390   - "IP6BASE"
26391   - "FIB_20k"
26392   - "FIB_200k"
26393   - "FIB_2M"
26394   layout:
26395     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26396     layout: "plot-throughput-speedup-analysis"
26397
26398 -
26399   type: "plot"
26400   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26401   algorithm: "plot_throughput_speedup_analysis"
26402   output-file-type: ".html"
26403   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26404   data: "plot-throughput-speedup-analysis-2n-skx"
26405   filter: "'NIC_Intel-X710' and
26406            '78B' and
26407            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26408            'NDRPDR' and
26409            'IP6FWD' and
26410            not 'SRv6' and
26411            not 'IPSEC' and
26412            not 'VHOST'"
26413   parameters:
26414   - "throughput"
26415   - "parent"
26416   - "tags"
26417   sort:
26418   - "IP6BASE"
26419   - "FIB_20k"
26420   - "FIB_200k"
26421   - "FIB_2M"
26422   layout:
26423     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26424     layout: "plot-throughput-speedup-analysis"
26425
26426 # Speedup - VPP IPv6 2n-skx-xxv710
26427 -
26428   type: "plot"
26429   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26430   algorithm: "plot_throughput_speedup_analysis"
26431   output-file-type: ".html"
26432   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26433   data: "plot-throughput-speedup-analysis-2n-skx"
26434   filter: "'NIC_Intel-XXV710' and
26435            '78B' and
26436            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26437            'NDRPDR' and
26438            'IP6FWD' and
26439            not 'SRv6' and
26440            not 'IPSEC' and
26441            not 'VHOST'"
26442   parameters:
26443   - "throughput"
26444   - "parent"
26445   - "tags"
26446   sort:
26447   - "IP6BASE"
26448   - "FIB_20k"
26449   - "FIB_200k"
26450   - "FIB_2M"
26451   layout:
26452     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26453     layout: "plot-throughput-speedup-analysis"
26454
26455 -
26456   type: "plot"
26457   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26458   algorithm: "plot_throughput_speedup_analysis"
26459   output-file-type: ".html"
26460   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26461   data: "plot-throughput-speedup-analysis-2n-skx"
26462   filter: "'NIC_Intel-XXV710' and
26463            '78B' and
26464            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26465            'NDRPDR' and
26466            'IP6FWD' and
26467            not 'SRv6' and
26468            not 'IPSEC' and
26469            not 'VHOST'"
26470   parameters:
26471   - "throughput"
26472   - "parent"
26473   - "tags"
26474   sort:
26475   - "IP6BASE"
26476   - "FIB_20k"
26477   - "FIB_200k"
26478   - "FIB_2M"
26479   layout:
26480     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26481     layout: "plot-throughput-speedup-analysis"
26482
26483 # Speedup - VPP IPv6 2n-dnv-x553 base
26484 -
26485   type: "plot"
26486   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26487   algorithm: "plot_throughput_speedup_analysis"
26488   output-file-type: ".html"
26489   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26490   data: "intel-dnv-vpp"
26491   filter: "'NIC_Intel-X553' and
26492            '78B' and
26493            'IP6BASE' and
26494            'NDRPDR' and
26495            'IP6FWD' and
26496            not 'SRv6' and
26497            not 'IPSEC' and
26498            not 'VHOST'"
26499   parameters:
26500   - "throughput"
26501   - "parent"
26502   - "tags"
26503   sort:
26504   - "IP6BASE"
26505   layout:
26506     title: "ip6-2n-dnv-x553-78b-base-ndr"
26507     layout: "plot-throughput-speedup-analysis"
26508
26509 -
26510   type: "plot"
26511   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26512   algorithm: "plot_throughput_speedup_analysis"
26513   output-file-type: ".html"
26514   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26515   data: "intel-dnv-vpp"
26516   filter: "'NIC_Intel-X553' and
26517            '78B' and
26518            'IP6BASE' and
26519            'NDRPDR' and
26520            'IP6FWD' and
26521            not 'SRv6' and
26522            not 'IPSEC' and
26523            not 'VHOST'"
26524   parameters:
26525   - "throughput"
26526   - "parent"
26527   - "tags"
26528   sort:
26529   - "IP6BASE"
26530   layout:
26531     title: "ip6-2n-dnv-x553-78b-base-pdr"
26532     layout: "plot-throughput-speedup-analysis"
26533
26534 ################################################################################
26535
26536 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26537 -
26538   type: "plot"
26539   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26540   algorithm: "plot_throughput_speedup_analysis"
26541   output-file-type: ".html"
26542   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26543   data: "plot-throughput-speedup-analysis-3n-hsw"
26544   filter: "'NIC_Intel-X520-DA2' and
26545            '78B' and
26546            'ENCAP' and
26547            'NDRPDR' and
26548            'LISP' and
26549            not 'VHOST'"
26550   parameters:
26551   - "throughput"
26552   - "parent"
26553   - "tags"
26554   sort:
26555   - "IP4UNRLAY"
26556   - "IP6UNRLAY"
26557   layout:
26558     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26559     layout: "plot-throughput-speedup-analysis"
26560
26561 -
26562   type: "plot"
26563   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26564   algorithm: "plot_throughput_speedup_analysis"
26565   output-file-type: ".html"
26566   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26567   data: "plot-throughput-speedup-analysis-3n-hsw"
26568   filter: "'NIC_Intel-X520-DA2' and
26569            '78B' and
26570            'ENCAP' and
26571            'NDRPDR' and
26572            'LISP' and
26573            not 'VHOST'"
26574   parameters:
26575   - "throughput"
26576   - "parent"
26577   - "tags"
26578   sort:
26579   - "IP4UNRLAY"
26580   - "IP6UNRLAY"
26581   layout:
26582     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26583     layout: "plot-throughput-speedup-analysis"
26584
26585 ################################################################################
26586
26587 # Speedup - VPP IPSec 3n-hsw-xl710 base
26588 -
26589   type: "plot"
26590   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26591   algorithm: "plot_throughput_speedup_analysis"
26592   output-file-type: ".html"
26593   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26594   data: "plot-throughput-speedup-analysis-3n-hsw"
26595   filter: "'NIC_Intel-XL710' and
26596            '64B' and
26597            'IP4FWD' and
26598            'NDRPDR' and
26599            'BASE' and
26600            'IPSECHW' and
26601            ('IPSECTRAN' or 'IPSECTUN') and
26602            not 'VHOST'"
26603   parameters:
26604   - "throughput"
26605   - "parent"
26606   - "tags"
26607   layout:
26608     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26609     layout: "plot-throughput-speedup-analysis"
26610
26611 -
26612   type: "plot"
26613   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26614   algorithm: "plot_throughput_speedup_analysis"
26615   output-file-type: ".html"
26616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26617   data: "plot-throughput-speedup-analysis-3n-hsw"
26618   filter: "'NIC_Intel-XL710' and
26619            '64B' and
26620            'IP4FWD' and
26621            'NDRPDR' and
26622            'BASE' and
26623            'IPSECHW' and
26624            ('IPSECTRAN' or 'IPSECTUN') and
26625            not 'VHOST'"
26626   parameters:
26627   - "throughput"
26628   - "parent"
26629   - "tags"
26630   layout:
26631     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26632     layout: "plot-throughput-speedup-analysis"
26633
26634 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26635 -
26636   type: "plot"
26637   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26638   algorithm: "plot_throughput_speedup_analysis"
26639   output-file-type: ".html"
26640   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26641   data: "plot-throughput-speedup-analysis-3n-hsw"
26642   filter: "'NIC_Intel-XL710' and
26643            '64B' and
26644            'IP4FWD' and
26645            'NDRPDR' and
26646            'SCALE' and
26647            'IPSECHW' and
26648            ('IPSECTRAN' or 'IPSECTUN') and
26649            not 'VHOST'"
26650   parameters:
26651   - "throughput"
26652   - "parent"
26653   - "tags"
26654   layout:
26655     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26656     layout: "plot-throughput-speedup-analysis"
26657
26658 -
26659   type: "plot"
26660   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26661   algorithm: "plot_throughput_speedup_analysis"
26662   output-file-type: ".html"
26663   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26664   data: "plot-throughput-speedup-analysis-3n-hsw"
26665   filter: "'NIC_Intel-XL710' and
26666            '64B' and
26667            'IP4FWD' and
26668            'NDRPDR' and
26669            'SCALE' and
26670            'IPSECHW' and
26671            ('IPSECTRAN' or 'IPSECTUN') and
26672            not 'VHOST'"
26673   parameters:
26674   - "throughput"
26675   - "parent"
26676   - "tags"
26677   layout:
26678     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26679     layout: "plot-throughput-speedup-analysis"
26680
26681 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26682 -
26683   type: "plot"
26684   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26685   algorithm: "plot_throughput_speedup_analysis"
26686   output-file-type: ".html"
26687   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26688   data: "plot-throughput-speedup-analysis-3n-hsw"
26689   filter: "'NIC_Intel-XL710' and
26690            '64B' and
26691            'IP4FWD' and
26692            'NDRPDR' and
26693            'IPSECSW' and
26694            ('IPSECTRAN' or 'IPSECTUN') and
26695            not 'VHOST'"
26696   parameters:
26697   - "throughput"
26698   - "parent"
26699   - "tags"
26700   layout:
26701     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26702     layout: "plot-throughput-speedup-analysis"
26703
26704 -
26705   type: "plot"
26706   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26707   algorithm: "plot_throughput_speedup_analysis"
26708   output-file-type: ".html"
26709   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26710   data: "plot-throughput-speedup-analysis-3n-hsw"
26711   filter: "'NIC_Intel-XL710' and
26712            '64B' and
26713            'IP4FWD' and
26714            'NDRPDR' and
26715            'IPSECSW' and
26716            ('IPSECTRAN' or 'IPSECTUN') and
26717            not 'VHOST'"
26718   parameters:
26719   - "throughput"
26720   - "parent"
26721   - "tags"
26722   layout:
26723     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26724     layout: "plot-throughput-speedup-analysis"
26725
26726 ################################################################################
26727
26728 # Speedup - VPP SRv6 3n-hsw-x520
26729 -
26730   type: "plot"
26731   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26732   algorithm: "plot_throughput_speedup_analysis"
26733   output-file-type: ".html"
26734   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26735   data: "plot-throughput-speedup-analysis-3n-hsw"
26736   filter: "'NIC_Intel-X520-DA2' and
26737            '78B' and
26738            'FEATURE' and
26739            'NDRPDR' and
26740            'IP6FWD' and
26741            'SRv6'"
26742   parameters:
26743   - "throughput"
26744   - "parent"
26745   - "tags"
26746   layout:
26747     title: "srv6-3n-hsw-x520-78b-features-ndr"
26748     layout: "plot-throughput-speedup-analysis"
26749
26750 -
26751   type: "plot"
26752   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26753   algorithm: "plot_throughput_speedup_analysis"
26754   output-file-type: ".html"
26755   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26756   data: "plot-throughput-speedup-analysis-3n-hsw"
26757   filter: "'NIC_Intel-X520-DA2' and
26758            '78B' and
26759            'FEATURE' and
26760            'NDRPDR' and
26761            'IP6FWD' and
26762            'SRv6'"
26763   parameters:
26764   - "throughput"
26765   - "parent"
26766   - "tags"
26767   layout:
26768     title: "srv6-3n-hsw-x520-78b-features-pdr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 ################################################################################
26772
26773 # Speedup - VPP L2 3n-hsw-x520 base and scale
26774 -
26775   type: "plot"
26776   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26777   algorithm: "plot_throughput_speedup_analysis"
26778   output-file-type: ".html"
26779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26780   data: "plot-throughput-speedup-analysis-3n-hsw"
26781   filter: "'NIC_Intel-X520-DA2' and
26782            '64B' and
26783            ('BASE' or 'SCALE') and
26784            'NDRPDR' and
26785            'ETH' and
26786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26787            not 'VHOST' and
26788            not 'MEMIF'"
26789   parameters:
26790   - "throughput"
26791   - "parent"
26792   - "tags"
26793   sort:
26794   - "L2XCFWD"
26795   - "L2PATCH"
26796   - "L2BDMACLRN"
26797   - "FIB_10K"
26798   - "FIB_100K"
26799   - "FIB_1M"
26800   layout:
26801     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26802     layout: "plot-throughput-speedup-analysis"
26803
26804 -
26805   type: "plot"
26806   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26807   algorithm: "plot_throughput_speedup_analysis"
26808   output-file-type: ".html"
26809   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26810   data: "plot-throughput-speedup-analysis-3n-hsw"
26811   filter: "'NIC_Intel-X520-DA2' and
26812            '64B' and
26813            ('BASE' or 'SCALE') and
26814            'NDRPDR' and
26815            'ETH' and
26816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26817            not 'VHOST' and
26818            not 'MEMIF'"
26819   parameters:
26820   - "throughput"
26821   - "parent"
26822   - "tags"
26823   sort:
26824   - "L2XCFWD"
26825   - "L2PATCH"
26826   - "L2BDMACLRN"
26827   - "FIB_10K"
26828   - "FIB_100K"
26829   - "FIB_1M"
26830   layout:
26831     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26832     layout: "plot-throughput-speedup-analysis"
26833
26834 # Speedup - VPP L2 3n-hsw-x520 features
26835 -
26836   type: "plot"
26837   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26838   algorithm: "plot_throughput_speedup_analysis"
26839   output-file-type: ".html"
26840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26841   data: "plot-throughput-speedup-analysis-3n-hsw"
26842   filter: "'NIC_Intel-X520-DA2' and
26843            '64B' and
26844            'NDRPDR' and
26845            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26846            not 'ACL' and
26847            not 'VHOST' and
26848            not 'MEMIF'"
26849   parameters:
26850   - "throughput"
26851   - "parent"
26852   - "tags"
26853   sort:
26854   - "L2XCBASE"    # l2xcbase
26855   - "L2BDBASE"    # l2bdbase
26856   - "L2XCFWD"     # dot1q-l2xcbase
26857   - "L2BDMACLRN"  # dot1q-l2bdbase
26858   layout:
26859     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26860     layout: "plot-throughput-speedup-analysis"
26861
26862 -
26863   type: "plot"
26864   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26865   algorithm: "plot_throughput_speedup_analysis"
26866   output-file-type: ".html"
26867   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26868   data: "plot-throughput-speedup-analysis-3n-hsw"
26869   filter: "'NIC_Intel-X520-DA2' and
26870            '64B' and
26871            'NDRPDR' and
26872            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26873            not 'ACL' and
26874            not 'VHOST' and
26875            not 'MEMIF'"
26876   parameters:
26877   - "throughput"
26878   - "parent"
26879   - "tags"
26880   sort:
26881   - "L2XCBASE"    # l2xcbase
26882   - "L2BDBASE"    # l2bdbase
26883   - "L2XCFWD"     # dot1q-l2xcbase
26884   - "L2BDMACLRN"  # dot1q-l2bdbase
26885   layout:
26886     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26887     layout: "plot-throughput-speedup-analysis"
26888
26889 # Speedup - VPP L2 3n-hsw-x710 base and scale
26890 -
26891   type: "plot"
26892   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26893   algorithm: "plot_throughput_speedup_analysis"
26894   output-file-type: ".html"
26895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26896   data: "plot-throughput-speedup-analysis-3n-hsw"
26897   filter: "'NIC_Intel-X710' and
26898            '64B' and
26899            ('BASE' or 'SCALE') and
26900            'NDRPDR' and
26901            'ETH' and
26902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26903            not 'VHOST' and
26904            not 'MEMIF' and
26905            not 'DRV_AVF'"
26906   parameters:
26907   - "throughput"
26908   - "parent"
26909   - "tags"
26910   sort:
26911   - "L2PATCH"
26912   - "L2XCBASE"
26913   - "BASE"
26914   - "FIB_10K"
26915   - "FIB_100K"
26916   - "FIB_1M"
26917   layout:
26918     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26919     layout: "plot-throughput-speedup-analysis"
26920
26921 -
26922   type: "plot"
26923   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26924   algorithm: "plot_throughput_speedup_analysis"
26925   output-file-type: ".html"
26926   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26927   data: "plot-throughput-speedup-analysis-3n-hsw"
26928   filter: "'NIC_Intel-X710' and
26929            '64B' and
26930            ('BASE' or 'SCALE') and
26931            'NDRPDR' and
26932            'ETH' and
26933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26934            not 'VHOST' and
26935            not 'MEMIF' and
26936            not 'DRV_AVF'"
26937   parameters:
26938   - "throughput"
26939   - "parent"
26940   - "tags"
26941   sort:
26942   - "L2PATCH"
26943   - "L2XCBASE"
26944   - "BASE"
26945   - "FIB_10K"
26946   - "FIB_100K"
26947   - "FIB_1M"
26948   layout:
26949     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26950     layout: "plot-throughput-speedup-analysis"
26951
26952 # Speedup - VPP L2 3n-hsw-x710 features
26953 -
26954   type: "plot"
26955   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26956   algorithm: "plot_throughput_speedup_analysis"
26957   output-file-type: ".html"
26958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26959   data: "plot-throughput-speedup-analysis-3n-hsw"
26960   filter: "'NIC_Intel-X710' and
26961            '64B' and
26962            'NDRPDR' and
26963            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26964            not 'ACL' and
26965            not 'VHOST' and
26966            not 'MEMIF'"
26967   parameters:
26968   - "throughput"
26969   - "parent"
26970   - "tags"
26971   sort:
26972   - "L2XCBASE"    # l2xcbase
26973   - "L2BDBASE"    # l2bdbase
26974   - "L2XCFWD"     # dot1q-l2xcbase
26975   - "L2BDMACLRN"  # dot1q-l2bdbase
26976   layout:
26977     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26978     layout: "plot-throughput-speedup-analysis"
26979
26980 -
26981   type: "plot"
26982   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26983   algorithm: "plot_throughput_speedup_analysis"
26984   output-file-type: ".html"
26985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26986   data: "plot-throughput-speedup-analysis-3n-hsw"
26987   filter: "'NIC_Intel-X710' and
26988            '64B' and
26989            'NDRPDR' and
26990            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26991            not 'ACL' and
26992            not 'VHOST' and
26993            not 'MEMIF'"
26994   parameters:
26995   - "throughput"
26996   - "parent"
26997   - "tags"
26998   sort:
26999   - "L2XCBASE"    # l2xcbase
27000   - "L2BDBASE"    # l2bdbase
27001   - "L2XCFWD"     # dot1q-l2xcbase
27002   - "L2BDMACLRN"  # dot1q-l2bdbase
27003   layout:
27004     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27005     layout: "plot-throughput-speedup-analysis"
27006
27007 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27008 -
27009   type: "plot"
27010   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27011   algorithm: "plot_throughput_speedup_analysis"
27012   output-file-type: ".html"
27013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27014   data: "plot-throughput-speedup-analysis-3n-hsw"
27015   filter: "'NIC_Intel-XL710' and
27016            '64B' and
27017            ('BASE' or 'SCALE') and
27018            'NDRPDR' and
27019            'ETH' and
27020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27021            not 'VHOST' and
27022            not 'MEMIF'"
27023   parameters:
27024   - "throughput"
27025   - "parent"
27026   - "tags"
27027   sort:
27028   - "L2PATCH"
27029   - "L2XCBASE"
27030   - "BASE"
27031   - "FIB_10K"
27032   - "FIB_100K"
27033   - "FIB_1M"
27034   layout:
27035     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27036     layout: "plot-throughput-speedup-analysis"
27037
27038 -
27039   type: "plot"
27040   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27041   algorithm: "plot_throughput_speedup_analysis"
27042   output-file-type: ".html"
27043   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27044   data: "plot-throughput-speedup-analysis-3n-hsw"
27045   filter: "'NIC_Intel-XL710' and
27046            '64B' and
27047            ('BASE' or 'SCALE') and
27048            'NDRPDR' and
27049            'ETH' and
27050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27051            not 'VHOST' and
27052            not 'MEMIF'"
27053   parameters:
27054   - "throughput"
27055   - "parent"
27056   - "tags"
27057   sort:
27058   - "L2PATCH"
27059   - "L2XCBASE"
27060   - "BASE"
27061   - "FIB_10K"
27062   - "FIB_100K"
27063   - "FIB_1M"
27064   layout:
27065     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27066     layout: "plot-throughput-speedup-analysis"
27067
27068 # Speedup - VPP L2 3n-skx-x710 base and scale
27069 -
27070   type: "plot"
27071   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27072   algorithm: "plot_throughput_speedup_analysis"
27073   output-file-type: ".html"
27074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27075   data: "plot-throughput-speedup-analysis-3n-skx"
27076   filter: "'NIC_Intel-X710' and
27077            '64B' and
27078            ('BASE' or 'SCALE') and
27079            'NDRPDR' and
27080            'ETH' and
27081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27082            not 'VHOST' and
27083            not 'DRV_AVF' and
27084            not 'MEMIF'"
27085   parameters:
27086   - "throughput"
27087   - "parent"
27088   - "tags"
27089   sort:
27090   - "L2PATCH"
27091   - "L2XCBASE"
27092   - "BASE"
27093   - "FIB_10K"
27094   - "FIB_100K"
27095   - "FIB_1M"
27096   layout:
27097     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27098     layout: "plot-throughput-speedup-analysis"
27099
27100 -
27101   type: "plot"
27102   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27103   algorithm: "plot_throughput_speedup_analysis"
27104   output-file-type: ".html"
27105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27106   data: "plot-throughput-speedup-analysis-3n-skx"
27107   filter: "'NIC_Intel-X710' and
27108            '64B' and
27109            ('BASE' or 'SCALE') and
27110            'NDRPDR' and
27111            'ETH' and
27112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27113            not 'VHOST' and
27114            not 'DRV_AVF' and
27115            not 'MEMIF'"
27116   parameters:
27117   - "throughput"
27118   - "parent"
27119   - "tags"
27120   sort:
27121   - "L2PATCH"
27122   - "L2XCBASE"
27123   - "BASE"
27124   - "FIB_10K"
27125   - "FIB_100K"
27126   - "FIB_1M"
27127   layout:
27128     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27129     layout: "plot-throughput-speedup-analysis"
27130
27131 # Speedup - VPP L2 3n-skx-x710 features
27132 -
27133   type: "plot"
27134   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27135   algorithm: "plot_throughput_speedup_analysis"
27136   output-file-type: ".html"
27137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27138   data: "plot-throughput-speedup-analysis-3n-skx"
27139   filter: "'NIC_Intel-X710' and
27140            '64B' and
27141            'NDRPDR' and
27142            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27143            not 'ACL' and
27144            not 'VHOST' and
27145            not 'MEMIF'"
27146   parameters:
27147   - "throughput"
27148   - "parent"
27149   - "tags"
27150   sort:
27151   - "L2XCBASE"    # l2xcbase
27152   - "L2BDBASE"    # l2bdbase
27153   - "L2XCFWD"     # dot1q-l2xcbase
27154   - "L2BDMACLRN"  # dot1q-l2bdbase
27155   layout:
27156     title: "l2sw-3n-skx-x710-64b-features-ndr"
27157     layout: "plot-throughput-speedup-analysis"
27158
27159 -
27160   type: "plot"
27161   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27162   algorithm: "plot_throughput_speedup_analysis"
27163   output-file-type: ".html"
27164   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27165   data: "plot-throughput-speedup-analysis-3n-skx"
27166   filter: "'NIC_Intel-X710' and
27167            '64B' and
27168            'NDRPDR' and
27169            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27170            not 'ACL' and
27171            not 'VHOST' and
27172            not 'MEMIF'"
27173   parameters:
27174   - "throughput"
27175   - "parent"
27176   - "tags"
27177   sort:
27178   - "L2XCBASE"    # l2xcbase
27179   - "L2BDBASE"    # l2bdbase
27180   - "L2XCFWD"     # dot1q-l2xcbase
27181   - "L2BDMACLRN"  # dot1q-l2bdbase
27182   layout:
27183     title: "l2sw-3n-skx-x710-64b-features-pdr"
27184     layout: "plot-throughput-speedup-analysis"
27185
27186 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27187 -
27188   type: "plot"
27189   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27190   algorithm: "plot_throughput_speedup_analysis"
27191   output-file-type: ".html"
27192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27193   data: "plot-throughput-speedup-analysis-3n-skx"
27194   filter: "'NIC_Intel-XXV710' and
27195            '64B' and
27196            ('BASE' or 'SCALE') and
27197            'NDRPDR' and
27198            'ETH' and
27199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27200            not 'VHOST' and
27201            not 'MEMIF' and
27202            not 'DRV_AVF'"
27203   parameters:
27204   - "throughput"
27205   - "parent"
27206   - "tags"
27207   sort:
27208   - "L2PATCH"
27209   - "L2XCBASE"
27210   - "BASE"
27211   - "FIB_10K"
27212   - "FIB_100K"
27213   - "FIB_1M"
27214   layout:
27215     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27216     layout: "plot-throughput-speedup-analysis"
27217
27218 -
27219   type: "plot"
27220   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27221   algorithm: "plot_throughput_speedup_analysis"
27222   output-file-type: ".html"
27223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27224   data: "plot-throughput-speedup-analysis-3n-skx"
27225   filter: "'NIC_Intel-XXV710' and
27226            '64B' and
27227            ('BASE' or 'SCALE') and
27228            'NDRPDR' and
27229            'ETH' and
27230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27231            not 'VHOST' and
27232            not 'MEMIF' and
27233            not 'DRV_AVF'"
27234   parameters:
27235   - "throughput"
27236   - "parent"
27237   - "tags"
27238   sort:
27239   - "L2PATCH"
27240   - "L2XCBASE"
27241   - "BASE"
27242   - "FIB_10K"
27243   - "FIB_100K"
27244   - "FIB_1M"
27245   layout:
27246     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27247     layout: "plot-throughput-speedup-analysis"
27248
27249 # Speedup - VPP L2 2n-skx-x710 base and scale
27250 -
27251   type: "plot"
27252   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27253   algorithm: "plot_throughput_speedup_analysis"
27254   output-file-type: ".html"
27255   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27256   data: "plot-throughput-speedup-analysis-2n-skx"
27257   filter: "'NIC_Intel-X710' and
27258            '64B' and
27259            ('BASE' or 'SCALE') and
27260            'NDRPDR' and
27261            'ETH' and
27262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27263            not 'VHOST' and
27264            not 'MEMIF'"
27265   parameters:
27266   - "throughput"
27267   - "parent"
27268   - "tags"
27269   sort:
27270   - "L2PATCH"
27271   - "L2XCBASE"
27272   - "BASE"
27273   - "FIB_10K"
27274   - "FIB_100K"
27275   - "FIB_1M"
27276   layout:
27277     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27278     layout: "plot-throughput-speedup-analysis"
27279
27280 -
27281   type: "plot"
27282   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27283   algorithm: "plot_throughput_speedup_analysis"
27284   output-file-type: ".html"
27285   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27286   data: "plot-throughput-speedup-analysis-2n-skx"
27287   filter: "'NIC_Intel-X710' and
27288            '64B' and
27289            ('BASE' or 'SCALE') and
27290            'NDRPDR' and
27291            'ETH' and
27292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27293            not 'VHOST' and
27294            not 'MEMIF'"
27295   parameters:
27296   - "throughput"
27297   - "parent"
27298   - "tags"
27299   sort:
27300   - "L2PATCH"
27301   - "L2XCBASE"
27302   - "BASE"
27303   - "FIB_10K"
27304   - "FIB_100K"
27305   - "FIB_1M"
27306   layout:
27307     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27308     layout: "plot-throughput-speedup-analysis"
27309
27310 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27311 -
27312   type: "plot"
27313   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27314   algorithm: "plot_throughput_speedup_analysis"
27315   output-file-type: ".html"
27316   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27317   data: "plot-throughput-speedup-analysis-2n-skx"
27318   filter: "'NIC_Intel-XXV710' and
27319            '64B' and
27320            ('BASE' or 'SCALE') and
27321            'NDRPDR' and
27322            'ETH' and
27323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27324            not 'VHOST' and
27325            not 'MEMIF'"
27326   parameters:
27327   - "throughput"
27328   - "parent"
27329   - "tags"
27330   sort:
27331   - "L2PATCH"
27332   - "L2XCBASE"
27333   - "BASE"
27334   - "FIB_10K"
27335   - "FIB_100K"
27336   - "FIB_1M"
27337   layout:
27338     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27339     layout: "plot-throughput-speedup-analysis"
27340
27341 -
27342   type: "plot"
27343   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27344   algorithm: "plot_throughput_speedup_analysis"
27345   output-file-type: ".html"
27346   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27347   data: "plot-throughput-speedup-analysis-2n-skx"
27348   filter: "'NIC_Intel-XXV710' and
27349            '64B' and
27350            ('BASE' or 'SCALE') and
27351            'NDRPDR' and
27352            'ETH' and
27353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27354            not 'VHOST' and
27355            not 'MEMIF'"
27356   parameters:
27357   - "throughput"
27358   - "parent"
27359   - "tags"
27360   sort:
27361   - "L2PATCH"
27362   - "L2XCBASE"
27363   - "BASE"
27364   - "FIB_10K"
27365   - "FIB_100K"
27366   - "FIB_1M"
27367   layout:
27368     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27369     layout: "plot-throughput-speedup-analysis"
27370
27371 # Speedup - VPP L2 2n-dnv-x553 base
27372 -
27373   type: "plot"
27374   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27375   algorithm: "plot_throughput_speedup_analysis"
27376   output-file-type: ".html"
27377   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27378   data: "intel-dnv-vpp"
27379   filter: "'NIC_Intel-X553' and
27380            '64B' and
27381            ('BASE' or 'SCALE') and
27382            'NDRPDR' and
27383            'ETH' and
27384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27385            not 'VHOST' and
27386            not 'MEMIF'"
27387   parameters:
27388   - "throughput"
27389   - "parent"
27390   - "tags"
27391   sort:
27392   - "L2XCBASE"
27393   - "L2BDMACLRN"
27394   - "L2PATCH"
27395   layout:
27396     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27397     layout: "plot-throughput-speedup-analysis"
27398
27399 -
27400   type: "plot"
27401   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27402   algorithm: "plot_throughput_speedup_analysis"
27403   output-file-type: ".html"
27404   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27405   data: "intel-dnv-vpp"
27406   filter: "'NIC_Intel-X553' and
27407            '64B' and
27408            ('BASE' or 'SCALE') and
27409            'NDRPDR' and
27410            'ETH' and
27411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27412            not 'VHOST' and
27413            not 'MEMIF'"
27414   parameters:
27415   - "throughput"
27416   - "parent"
27417   - "tags"
27418   sort:
27419   - "L2XCBASE"
27420   - "L2BDMACLRN"
27421   - "L2PATCH"
27422   layout:
27423     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27424     layout: "plot-throughput-speedup-analysis"
27425
27426 ################################################################################
27427
27428 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27429 -
27430   type: "plot"
27431   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27432   algorithm: "plot_throughput_speedup_analysis"
27433   output-file-type: ".html"
27434   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27435   data: "plot-throughput-speedup-analysis-3n-hsw"
27436   filter: "'NIC_Intel-X520-DA2' and
27437            '64B' and
27438            'NDRPDR' and
27439            'ETH' and
27440            'IP4FWD' and
27441            'VHOST_1024' and
27442            not 'VXLAN' and
27443            not 'DOT1Q'"
27444   parameters:
27445   - "throughput"
27446   - "parent"
27447   - "tags"
27448   sort:
27449   - "not CFS_OPT"
27450   - "1VM"
27451   - "2VM"
27452   layout:
27453     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27454     layout: "plot-throughput-speedup-analysis"
27455
27456 -
27457   type: "plot"
27458   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27459   algorithm: "plot_throughput_speedup_analysis"
27460   output-file-type: ".html"
27461   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27462   data: "plot-throughput-speedup-analysis-3n-hsw"
27463   filter: "'NIC_Intel-X520-DA2' and
27464            '64B' and
27465            'NDRPDR' and
27466            'ETH' and
27467            'IP4FWD' and
27468            'VHOST_1024' and
27469            not 'VXLAN' and
27470            not 'DOT1Q'"
27471   parameters:
27472   - "throughput"
27473   - "parent"
27474   - "tags"
27475   sort:
27476   - "not CFS_OPT"
27477   - "1VM"
27478   - "2VM"
27479   layout:
27480     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27481     layout: "plot-throughput-speedup-analysis"
27482
27483 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27484 -
27485   type: "plot"
27486   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27487   algorithm: "plot_throughput_speedup_analysis"
27488   output-file-type: ".html"
27489   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27490   data: "plot-throughput-speedup-analysis-3n-hsw"
27491   filter: "'NIC_Intel-X520-DA2' and
27492            '64B' and
27493            'NDRPDR' and
27494            ('ETH' or 'DOT1Q') and
27495            'VHOST_1024' and
27496            not 'VXLAN' and
27497            not 'IP4FWD' and
27498            not '2VM'"
27499   parameters:
27500   - "throughput"
27501   - "parent"
27502   - "tags"
27503 #  sort:
27504 #  - "VM"  # "not CFS_OPT"
27505 #  - "CFS_OPT"
27506 #  - "FIB_10K"
27507 #  - "FIB_100K"
27508 #  - "FIB_1M"
27509   layout:
27510     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27511     layout: "plot-throughput-speedup-analysis"
27512
27513 -
27514   type: "plot"
27515   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27516   algorithm: "plot_throughput_speedup_analysis"
27517   output-file-type: ".html"
27518   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27519   data: "plot-throughput-speedup-analysis-3n-hsw"
27520   filter: "'NIC_Intel-X520-DA2' and
27521            '64B' and
27522            'NDRPDR' and
27523            ('ETH' or 'DOT1Q') and
27524            'L2BDMACLRN' and
27525            'VHOST_1024' and
27526            not 'VXLAN' and
27527            not 'IP4FWD' and
27528            not '2VM'"
27529   parameters:
27530   - "throughput"
27531   - "parent"
27532   - "tags"
27533 #  sort:
27534 #  - "VM"  # "not CFS_OPT"
27535 #  - "CFS_OPT"
27536 #  - "FIB_10K"
27537 #  - "FIB_100K"
27538 #  - "FIB_1M"
27539   layout:
27540     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27541     layout: "plot-throughput-speedup-analysis"
27542
27543 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27544 -
27545   type: "plot"
27546   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27547   algorithm: "plot_throughput_speedup_analysis"
27548   output-file-type: ".html"
27549   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27550   data: "plot-throughput-speedup-analysis-3n-hsw"
27551   filter: "'NIC_Intel-X520-DA2' and
27552            '64B' and
27553            'NDRPDR' and
27554            ('ETH' or 'DOT1Q') and
27555            'BASE' and
27556            ('L2BDMACLRN' or 'L2XCFWD') and
27557            'VHOST_1024' and
27558            not 'VXLAN' and
27559            not 'IP4FWD' and
27560            not '2VM'"
27561   parameters:
27562   - "throughput"
27563   - "parent"
27564   - "tags"
27565 #  sort:
27566 #  - "not CFS_OPT"
27567 #  - "L2XCFWD"
27568 #  - "not CFS_OPT"
27569 #  - "CFS_OPT"
27570   layout:
27571     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27572     layout: "plot-throughput-speedup-analysis"
27573
27574 -
27575   type: "plot"
27576   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27577   algorithm: "plot_throughput_speedup_analysis"
27578   output-file-type: ".html"
27579   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27580   data: "plot-throughput-speedup-analysis-3n-hsw"
27581   filter: "'NIC_Intel-X520-DA2' and
27582            '64B' and
27583            'NDRPDR' and
27584            ('ETH' or 'DOT1Q') and
27585            'BASE' and
27586            ('L2BDMACLRN' or 'L2XCFWD') and
27587            'VHOST_1024' and
27588            not 'VXLAN' and
27589            not 'IP4FWD' and
27590            not '2VM'"
27591   parameters:
27592   - "throughput"
27593   - "parent"
27594   - "tags"
27595 #  sort:
27596 #  - "not CFS_OPT"
27597 #  - "L2XCFWD"
27598 #  - "not CFS_OPT"
27599 #  - "CFS_OPT"
27600   layout:
27601     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27602     layout: "plot-throughput-speedup-analysis"
27603
27604 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27605 -
27606   type: "plot"
27607   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27608   algorithm: "plot_throughput_speedup_analysis"
27609   output-file-type: ".html"
27610   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27611   data: "plot-throughput-speedup-analysis-3n-hsw"
27612   filter: "'NIC_Intel-X520-DA2' and
27613            '64B' and
27614            'NDRPDR' and
27615            ('ETH' or 'DOT1Q') and
27616            ('L2BDMACLRN' or 'L2XCFWD') and
27617            'VHOST_1024' and
27618            not 'CFS_OPT' and
27619            not 'VXLAN' and
27620            not 'IP4FWD' and
27621            not 'LBOND'"
27622   parameters:
27623   - "throughput"
27624   - "parent"
27625   - "tags"
27626 #  sort:
27627 #  - "1VM"
27628 #  - "L2XCFWD"
27629 #  - "1VM"
27630 #  - "L2BDMACLRN"
27631   layout:
27632     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27633     layout: "plot-throughput-speedup-analysis"
27634
27635 -
27636   type: "plot"
27637   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27638   algorithm: "plot_throughput_speedup_analysis"
27639   output-file-type: ".html"
27640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27641   data: "plot-throughput-speedup-analysis-3n-hsw"
27642   filter: "'NIC_Intel-X520-DA2' and
27643            '64B' and
27644            'NDRPDR' and
27645            ('ETH' or 'DOT1Q') and
27646            ('L2BDMACLRN' or 'L2XCFWD') and
27647            'VHOST_1024' and
27648            not 'CFS_OPT' and
27649            not 'VXLAN' and
27650            not 'IP4FWD' and
27651            not 'LBOND'"
27652   parameters:
27653   - "throughput"
27654   - "parent"
27655   - "tags"
27656 #  sort:
27657 #  - "1VM"
27658 #  - "L2XCFWD"
27659 #  - "1VM"
27660 #  - "L2BDMACLRN"
27661   layout:
27662     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27663     layout: "plot-throughput-speedup-analysis"
27664
27665 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27666 -
27667   type: "plot"
27668   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27669   algorithm: "plot_throughput_speedup_analysis"
27670   output-file-type: ".html"
27671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27672   data: "plot-throughput-speedup-analysis-3n-hsw"
27673   filter: "'NIC_Intel-X710' and
27674            '64B' and
27675            'NDRPDR' and
27676            'ETH' and
27677            'IP4FWD' and
27678            'VHOST_1024' and
27679            not 'VXLAN' and
27680            not 'DOT1Q'"
27681   parameters:
27682   - "throughput"
27683   - "parent"
27684   - "tags"
27685   sort:
27686   - "not CFS_OPT"
27687   - "1VM"
27688   - "2VM"
27689   layout:
27690     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27691     layout: "plot-throughput-speedup-analysis"
27692
27693 -
27694   type: "plot"
27695   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27696   algorithm: "plot_throughput_speedup_analysis"
27697   output-file-type: ".html"
27698   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27699   data: "plot-throughput-speedup-analysis-3n-hsw"
27700   filter: "'NIC_Intel-X710' and
27701            '64B' and
27702            'NDRPDR' and
27703            'ETH' and
27704            'IP4FWD' and
27705            'VHOST_1024' and
27706            not 'VXLAN' and
27707            not 'DOT1Q'"
27708   parameters:
27709   - "throughput"
27710   - "parent"
27711   - "tags"
27712   sort:
27713   - "not CFS_OPT"
27714   - "1VM"
27715   - "2VM"
27716   layout:
27717     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27718     layout: "plot-throughput-speedup-analysis"
27719
27720 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27721 -
27722   type: "plot"
27723   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27724   algorithm: "plot_throughput_speedup_analysis"
27725   output-file-type: ".html"
27726   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27727   data: "plot-throughput-speedup-analysis-3n-hsw"
27728   filter: "'NIC_Intel-X710' and
27729            '64B' and
27730            'NDRPDR' and
27731            ('ETH' or 'DOT1Q') and
27732            'L2BDMACLRN' and
27733            'VHOST_1024' and
27734            not 'VXLAN' and
27735            not 'IP4FWD' and
27736            not '2VM'"
27737   parameters:
27738   - "throughput"
27739   - "parent"
27740   - "tags"
27741 #  sort:
27742 #  - "VM"  # "not CFS_OPT"
27743 #  - "CFS_OPT"
27744 #  - "FIB_10K"
27745 #  - "FIB_100K"
27746 #  - "FIB_1M"
27747   layout:
27748     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27749     layout: "plot-throughput-speedup-analysis"
27750
27751 -
27752   type: "plot"
27753   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27754   algorithm: "plot_throughput_speedup_analysis"
27755   output-file-type: ".html"
27756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27757   data: "plot-throughput-speedup-analysis-3n-hsw"
27758   filter: "'NIC_Intel-X710' and
27759            '64B' and
27760            'NDRPDR' and
27761            ('ETH' or 'DOT1Q') and
27762            'L2BDMACLRN' and
27763            'VHOST_1024' and
27764            not 'VXLAN' and
27765            not 'IP4FWD' and
27766            not '2VM'"
27767   parameters:
27768   - "throughput"
27769   - "parent"
27770   - "tags"
27771 #  sort:
27772 #  - "VM"  # "not CFS_OPT"
27773 #  - "CFS_OPT"
27774 #  - "FIB_10K"
27775 #  - "FIB_100K"
27776 #  - "FIB_1M"
27777   layout:
27778     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27779     layout: "plot-throughput-speedup-analysis"
27780
27781 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27782 -
27783   type: "plot"
27784   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27785   algorithm: "plot_throughput_speedup_analysis"
27786   output-file-type: ".html"
27787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27788   data: "plot-throughput-speedup-analysis-3n-hsw"
27789   filter: "'NIC_Intel-X710' and
27790            '64B' and
27791            'NDRPDR' and
27792            ('ETH' or 'DOT1Q') and
27793            'BASE' and
27794            ('L2BDMACLRN' or 'L2XCFWD') and
27795            'VHOST_1024' and
27796            not 'VXLAN' and
27797            not 'IP4FWD' and
27798            not '2VM'"
27799   parameters:
27800   - "throughput"
27801   - "parent"
27802   - "tags"
27803 #  sort:
27804 #  - "not CFS_OPT"
27805 #  - "L2XCFWD"
27806 #  - "not CFS_OPT"
27807 #  - "CFS_OPT"
27808   layout:
27809     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27810     layout: "plot-throughput-speedup-analysis"
27811
27812 -
27813   type: "plot"
27814   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27815   algorithm: "plot_throughput_speedup_analysis"
27816   output-file-type: ".html"
27817   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27818   data: "plot-throughput-speedup-analysis-3n-hsw"
27819   filter: "'NIC_Intel-X710' and
27820            '64B' and
27821            'NDRPDR' and
27822            ('ETH' or 'DOT1Q') and
27823            'BASE' and
27824            ('L2BDMACLRN' or 'L2XCFWD') and
27825            'VHOST_1024' and
27826            not 'VXLAN' and
27827            not 'IP4FWD' and
27828            not '2VM'"
27829   parameters:
27830   - "throughput"
27831   - "parent"
27832   - "tags"
27833 #  sort:
27834 #  - "not CFS_OPT"
27835 #  - "L2XCFWD"
27836 #  - "not CFS_OPT"
27837 #  - "CFS_OPT"
27838   layout:
27839     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27840     layout: "plot-throughput-speedup-analysis"
27841
27842 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27843 -
27844   type: "plot"
27845   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27846   algorithm: "plot_throughput_speedup_analysis"
27847   output-file-type: ".html"
27848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27849   data: "plot-throughput-speedup-analysis-3n-hsw"
27850   filter: "'NIC_Intel-X710' and
27851            '64B' and
27852            'NDRPDR' and
27853            ('ETH' or 'DOT1Q') and
27854            ('L2BDMACLRN' or 'L2XCFWD') and
27855            'VHOST_1024' and
27856            not 'CFS_OPT' and
27857            not 'VXLAN' and
27858            not 'IP4FWD' and
27859            not 'LBOND'"
27860   parameters:
27861   - "throughput"
27862   - "parent"
27863   - "tags"
27864 #  sort:
27865 #  - "1VM"
27866 #  - "L2XCFWD"
27867 #  - "1VM"
27868 #  - "L2BDMACLRN"
27869   layout:
27870     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27871     layout: "plot-throughput-speedup-analysis"
27872
27873 -
27874   type: "plot"
27875   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27876   algorithm: "plot_throughput_speedup_analysis"
27877   output-file-type: ".html"
27878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27879   data: "plot-throughput-speedup-analysis-3n-hsw"
27880   filter: "'NIC_Intel-X710' and
27881            '64B' and
27882            'NDRPDR' and
27883            ('ETH' or 'DOT1Q') and
27884            ('L2BDMACLRN' or 'L2XCFWD') and
27885            'VHOST_1024' and
27886            not 'CFS_OPT' and
27887            not 'VXLAN' and
27888            not 'IP4FWD' and
27889            not 'LBOND'"
27890   parameters:
27891   - "throughput"
27892   - "parent"
27893   - "tags"
27894 #  sort:
27895 #  - "1VM"
27896 #  - "L2XCFWD"
27897 #  - "1VM"
27898 #  - "L2BDMACLRN"
27899   layout:
27900     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27901     layout: "plot-throughput-speedup-analysis"
27902
27903 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27904 -
27905   type: "plot"
27906   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27907   algorithm: "plot_throughput_speedup_analysis"
27908   output-file-type: ".html"
27909   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27910   data: "plot-throughput-speedup-analysis-3n-hsw"
27911   filter: "'NIC_Intel-XL710' and
27912            '64B' and
27913            'NDRPDR' and
27914            'ETH' and
27915            'IP4FWD' and
27916            'VHOST_1024' and
27917            not 'VXLAN' and
27918            not 'DOT1Q'"
27919   parameters:
27920   - "throughput"
27921   - "parent"
27922   - "tags"
27923   sort:
27924   - "not CFS_OPT"
27925   - "1VM"
27926   - "2VM"
27927   layout:
27928     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27929     layout: "plot-throughput-speedup-analysis"
27930
27931 -
27932   type: "plot"
27933   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27934   algorithm: "plot_throughput_speedup_analysis"
27935   output-file-type: ".html"
27936   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27937   data: "plot-throughput-speedup-analysis-3n-hsw"
27938   filter: "'NIC_Intel-XL710' and
27939            '64B' and
27940            'NDRPDR' and
27941            'ETH' and
27942            'IP4FWD' and
27943            'VHOST_1024' and
27944            not 'VXLAN' and
27945            not 'DOT1Q'"
27946   parameters:
27947   - "throughput"
27948   - "parent"
27949   - "tags"
27950   sort:
27951   - "not CFS_OPT"
27952   - "1VM"
27953   - "2VM"
27954   layout:
27955     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27956     layout: "plot-throughput-speedup-analysis"
27957
27958 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27959 -
27960   type: "plot"
27961   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27962   algorithm: "plot_throughput_speedup_analysis"
27963   output-file-type: ".html"
27964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27965   data: "plot-throughput-speedup-analysis-3n-hsw"
27966   filter: "'NIC_Intel-XL710' and
27967            '64B' and
27968            'NDRPDR' and
27969            ('ETH' or 'DOT1Q') and
27970            'L2BDMACLRN' and
27971            'VHOST_1024' and
27972            not 'VXLAN' and
27973            not 'IP4FWD' and
27974            not '2VM'"
27975   parameters:
27976   - "throughput"
27977   - "parent"
27978   - "tags"
27979 #  sort:
27980 #  - "VM"  # "not CFS_OPT"
27981 #  - "CFS_OPT"
27982 #  - "FIB_10K"
27983 #  - "FIB_100K"
27984 #  - "FIB_1M"
27985   layout:
27986     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27987     layout: "plot-throughput-speedup-analysis"
27988
27989 -
27990   type: "plot"
27991   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27992   algorithm: "plot_throughput_speedup_analysis"
27993   output-file-type: ".html"
27994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27995   data: "plot-throughput-speedup-analysis-3n-hsw"
27996   filter: "'NIC_Intel-XL710' and
27997            '64B' and
27998            'NDRPDR' and
27999            ('ETH' or 'DOT1Q') and
28000            'L2BDMACLRN' and
28001            'VHOST_1024' and
28002            not 'VXLAN' and
28003            not 'IP4FWD' and
28004            not '2VM'"
28005   parameters:
28006   - "throughput"
28007   - "parent"
28008   - "tags"
28009 #  sort:
28010 #  - "VM"  # "not CFS_OPT"
28011 #  - "CFS_OPT"
28012 #  - "FIB_10K"
28013 #  - "FIB_100K"
28014 #  - "FIB_1M"
28015   layout:
28016     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28017     layout: "plot-throughput-speedup-analysis"
28018
28019 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28020 -
28021   type: "plot"
28022   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28023   algorithm: "plot_throughput_speedup_analysis"
28024   output-file-type: ".html"
28025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28026   data: "plot-throughput-speedup-analysis-3n-hsw"
28027   filter: "'NIC_Intel-XL710' and
28028            '64B' and
28029            'NDRPDR' and
28030            ('ETH' or 'DOT1Q') and
28031            'BASE' and
28032            ('L2BDMACLRN' or 'L2XCFWD') and
28033            'VHOST_1024' and
28034            not 'VXLAN' and
28035            not 'IP4FWD' and
28036            not '2VM'"
28037   parameters:
28038   - "throughput"
28039   - "parent"
28040   - "tags"
28041 #  sort:
28042 #  - "not CFS_OPT"
28043 #  - "L2XCFWD"
28044 #  - "not CFS_OPT"
28045 #  - "CFS_OPT"
28046   layout:
28047     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28048     layout: "plot-throughput-speedup-analysis"
28049
28050 -
28051   type: "plot"
28052   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28053   algorithm: "plot_throughput_speedup_analysis"
28054   output-file-type: ".html"
28055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28056   data: "plot-throughput-speedup-analysis-3n-hsw"
28057   filter: "'NIC_Intel-XL710' and
28058            '64B' and
28059            'NDRPDR' and
28060            ('ETH' or 'DOT1Q') and
28061            'BASE' and
28062            ('L2BDMACLRN' or 'L2XCFWD') and
28063            'VHOST_1024' and
28064            not 'VXLAN' and
28065            not 'IP4FWD' and
28066            not '2VM'"
28067   parameters:
28068   - "throughput"
28069   - "parent"
28070   - "tags"
28071 #  sort:
28072 #  - "not CFS_OPT"
28073 #  - "L2XCFWD"
28074 #  - "not CFS_OPT"
28075 #  - "CFS_OPT"
28076   layout:
28077     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28078     layout: "plot-throughput-speedup-analysis"
28079
28080 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28081 -
28082   type: "plot"
28083   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28084   algorithm: "plot_throughput_speedup_analysis"
28085   output-file-type: ".html"
28086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28087   data: "plot-throughput-speedup-analysis-3n-hsw"
28088   filter: "'NIC_Intel-XL710' and
28089            '64B' and
28090            'NDRPDR' and
28091            ('ETH' or 'DOT1Q') and
28092            ('L2BDMACLRN' or 'L2XCFWD') and
28093            'VHOST_1024' and
28094            not 'CFS_OPT' and
28095            not 'VXLAN' and
28096            not 'IP4FWD'"
28097   parameters:
28098   - "throughput"
28099   - "parent"
28100   - "tags"
28101 #  sort:
28102 #  - "1VM"
28103 #  - "L2XCFWD"
28104 #  - "1VM"
28105 #  - "L2BDMACLRN"
28106   layout:
28107     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28108     layout: "plot-throughput-speedup-analysis"
28109
28110 -
28111   type: "plot"
28112   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28113   algorithm: "plot_throughput_speedup_analysis"
28114   output-file-type: ".html"
28115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28116   data: "plot-throughput-speedup-analysis-3n-hsw"
28117   filter: "'NIC_Intel-XL710' and
28118            '64B' and
28119            'NDRPDR' and
28120            ('ETH' or 'DOT1Q') and
28121            ('L2BDMACLRN' or 'L2XCFWD') and
28122            'VHOST_1024' and
28123            not 'CFS_OPT' and
28124            not 'VXLAN' and
28125            not 'IP4FWD'"
28126   parameters:
28127   - "throughput"
28128   - "parent"
28129   - "tags"
28130 #  sort:
28131 #  - "1VM"
28132 #  - "L2XCFWD"
28133 #  - "1VM"
28134 #  - "L2BDMACLRN"
28135   layout:
28136     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28137     layout: "plot-throughput-speedup-analysis"
28138
28139 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28140 -
28141   type: "plot"
28142   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28143   algorithm: "plot_throughput_speedup_analysis"
28144   output-file-type: ".html"
28145   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28146   data: "plot-throughput-speedup-analysis-3n-skx"
28147   filter: "'NIC_Intel-X710' and
28148            '64B' and
28149            'NDRPDR' and
28150            'ETH' and
28151            'IP4FWD' and
28152            'VHOST_1024' and
28153            not 'VXLAN' and
28154            not 'DOT1Q'"
28155   parameters:
28156   - "throughput"
28157   - "parent"
28158   - "tags"
28159   sort:
28160   - "not CFS_OPT"
28161   - "1VM"
28162   - "2VM"
28163   layout:
28164     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28165     layout: "plot-throughput-speedup-analysis"
28166
28167 -
28168   type: "plot"
28169   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28170   algorithm: "plot_throughput_speedup_analysis"
28171   output-file-type: ".html"
28172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28173   data: "plot-throughput-speedup-analysis-3n-skx"
28174   filter: "'NIC_Intel-X710' and
28175            '64B' and
28176            'NDRPDR' and
28177            'ETH' and
28178            'IP4FWD' and
28179            'VHOST_1024' and
28180            not 'VXLAN' and
28181            not 'DOT1Q'"
28182   parameters:
28183   - "throughput"
28184   - "parent"
28185   - "tags"
28186   sort:
28187   - "not CFS_OPT"
28188   - "1VM"
28189   - "2VM"
28190   layout:
28191     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28192     layout: "plot-throughput-speedup-analysis"
28193
28194 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28195 -
28196   type: "plot"
28197   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28198   algorithm: "plot_throughput_speedup_analysis"
28199   output-file-type: ".html"
28200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28201   data: "plot-throughput-speedup-analysis-3n-skx"
28202   filter: "'NIC_Intel-X710' and
28203            '64B' and
28204            'NDRPDR' and
28205            ('ETH' or 'DOT1Q') and
28206            'L2BDMACLRN' and
28207            'VHOST_1024' and
28208            not 'VXLAN' and
28209            not 'IP4FWD' and
28210            not '2VM'"
28211   parameters:
28212   - "throughput"
28213   - "parent"
28214   - "tags"
28215 #  sort:
28216 #  - "VM"  # "not CFS_OPT"
28217 #  - "CFS_OPT"
28218 #  - "FIB_10K"
28219 #  - "FIB_100K"
28220 #  - "FIB_1M"
28221   layout:
28222     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28223     layout: "plot-throughput-speedup-analysis"
28224
28225 -
28226   type: "plot"
28227   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28228   algorithm: "plot_throughput_speedup_analysis"
28229   output-file-type: ".html"
28230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28231   data: "plot-throughput-speedup-analysis-3n-skx"
28232   filter: "'NIC_Intel-X710' and
28233            '64B' and
28234            'NDRPDR' and
28235            ('ETH' or 'DOT1Q') and
28236            'L2BDMACLRN' and
28237            'VHOST_1024' and
28238            not 'VXLAN' and
28239            not 'IP4FWD' and
28240            not '2VM'"
28241   parameters:
28242   - "throughput"
28243   - "parent"
28244   - "tags"
28245 #  sort:
28246 #  - "VM"  # "not CFS_OPT"
28247 #  - "CFS_OPT"
28248 #  - "FIB_10K"
28249 #  - "FIB_100K"
28250 #  - "FIB_1M"
28251   layout:
28252     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28253     layout: "plot-throughput-speedup-analysis"
28254
28255 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28256 -
28257   type: "plot"
28258   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28259   algorithm: "plot_throughput_speedup_analysis"
28260   output-file-type: ".html"
28261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28262   data: "plot-throughput-speedup-analysis-3n-skx"
28263   filter: "'NIC_Intel-X710' and
28264            '64B' and
28265            'NDRPDR' and
28266            ('ETH' or 'DOT1Q') and
28267            'BASE' and
28268            ('L2BDMACLRN' or 'L2XCFWD') and
28269            'VHOST_1024' and
28270            not 'VXLAN' and
28271            not 'IP4FWD' and
28272            not '2VM' and
28273            not 'LBOND'"
28274   parameters:
28275   - "throughput"
28276   - "parent"
28277   - "tags"
28278 #  sort:
28279 #  - "not CFS_OPT"
28280 #  - "L2XCFWD"
28281 #  - "not CFS_OPT"
28282 #  - "CFS_OPT"
28283   layout:
28284     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28285     layout: "plot-throughput-speedup-analysis"
28286
28287 -
28288   type: "plot"
28289   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28290   algorithm: "plot_throughput_speedup_analysis"
28291   output-file-type: ".html"
28292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28293   data: "plot-throughput-speedup-analysis-3n-skx"
28294   filter: "'NIC_Intel-X710' and
28295            '64B' and
28296            'NDRPDR' and
28297            ('ETH' or 'DOT1Q') and
28298            'BASE' and
28299            ('L2BDMACLRN' or 'L2XCFWD') and
28300            'VHOST_1024' and
28301            not 'VXLAN' and
28302            not 'IP4FWD' and
28303            not '2VM' and
28304            not 'LBOND'"
28305   parameters:
28306   - "throughput"
28307   - "parent"
28308   - "tags"
28309 #  sort:
28310 #  - "not CFS_OPT"
28311 #  - "L2XCFWD"
28312 #  - "not CFS_OPT"
28313 #  - "CFS_OPT"
28314   layout:
28315     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28316     layout: "plot-throughput-speedup-analysis"
28317
28318 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28319 -
28320   type: "plot"
28321   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28322   algorithm: "plot_throughput_speedup_analysis"
28323   output-file-type: ".html"
28324   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28325   data: "plot-throughput-speedup-analysis-3n-skx"
28326   filter: "'NIC_Intel-X710' and
28327            '64B' and
28328            'NDRPDR' and
28329            ('ETH' or 'DOT1Q') and
28330            ('L2BDMACLRN' or 'L2XCFWD') and
28331            'VHOST_1024' and
28332            not 'CFS_OPT' and
28333            not 'VXLAN' and
28334            not 'IP4FWD' and
28335            not 'LBOND'"
28336   parameters:
28337   - "throughput"
28338   - "parent"
28339   - "tags"
28340 #  sort:
28341 #  - "1VM"
28342 #  - "L2XCFWD"
28343 #  - "1VM"
28344 #  - "L2BDMACLRN"
28345   layout:
28346     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28347     layout: "plot-throughput-speedup-analysis"
28348
28349 -
28350   type: "plot"
28351   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28352   algorithm: "plot_throughput_speedup_analysis"
28353   output-file-type: ".html"
28354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28355   data: "plot-throughput-speedup-analysis-3n-skx"
28356   filter: "'NIC_Intel-X710' and
28357            '64B' and
28358            'NDRPDR' and
28359            ('ETH' or 'DOT1Q') and
28360            ('L2BDMACLRN' or 'L2XCFWD') and
28361            'VHOST_1024' and
28362            not 'CFS_OPT' and
28363            not 'VXLAN' and
28364            not 'IP4FWD' and
28365            not 'LBOND'"
28366   parameters:
28367   - "throughput"
28368   - "parent"
28369   - "tags"
28370 #  sort:
28371 #  - "1VM"
28372 #  - "L2XCFWD"
28373 #  - "1VM"
28374 #  - "L2BDMACLRN"
28375   layout:
28376     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28377     layout: "plot-throughput-speedup-analysis"
28378
28379 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28380 -
28381   type: "plot"
28382   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28383   algorithm: "plot_throughput_speedup_analysis"
28384   output-file-type: ".html"
28385   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28386   data: "plot-throughput-speedup-analysis-2n-skx"
28387   filter: "'NIC_Intel-X710' and
28388            '64B' and
28389            'NDRPDR' and
28390            'ETH' and
28391            'IP4FWD' and
28392            'VHOST_1024' and
28393            not 'VXLAN' and
28394            not 'NF_DENSITY' and
28395            not 'DOT1Q'"
28396   parameters:
28397   - "throughput"
28398   - "parent"
28399   - "tags"
28400   sort:
28401   - "not CFS_OPT"
28402   - "1VM"
28403   - "2VM"
28404   layout:
28405     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28406     layout: "plot-throughput-speedup-analysis"
28407
28408 -
28409   type: "plot"
28410   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28411   algorithm: "plot_throughput_speedup_analysis"
28412   output-file-type: ".html"
28413   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28414   data: "plot-throughput-speedup-analysis-2n-skx"
28415   filter: "'NIC_Intel-X710' and
28416            '64B' and
28417            'NDRPDR' and
28418            'ETH' and
28419            'IP4FWD' and
28420            'VHOST_1024' and
28421            not 'VXLAN' and
28422            not 'NF_DENSITY' and
28423            not 'DOT1Q'"
28424   parameters:
28425   - "throughput"
28426   - "parent"
28427   - "tags"
28428   sort:
28429   - "not CFS_OPT"
28430   - "1VM"
28431   - "2VM"
28432   layout:
28433     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28434     layout: "plot-throughput-speedup-analysis"
28435
28436 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28437 -
28438   type: "plot"
28439   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28440   algorithm: "plot_throughput_speedup_analysis"
28441   output-file-type: ".html"
28442   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28443   data: "plot-throughput-speedup-analysis-2n-skx"
28444   filter: "'NIC_Intel-X710' and
28445            '64B' and
28446            'NDRPDR' and
28447            ('ETH' or 'DOT1Q') and
28448            'L2BDMACLRN' and
28449            'VHOST_1024' and
28450            not 'VXLAN' and
28451            not 'NF_DENSITY' and
28452            not 'IP4FWD' and
28453            not '2VM'"
28454   parameters:
28455   - "throughput"
28456   - "parent"
28457   - "tags"
28458 #  sort:
28459 #  - "VM"  # "not CFS_OPT"
28460 #  - "CFS_OPT"
28461 #  - "FIB_10K"
28462 #  - "FIB_100K"
28463 #  - "FIB_1M"
28464   layout:
28465     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28466     layout: "plot-throughput-speedup-analysis"
28467
28468 -
28469   type: "plot"
28470   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28471   algorithm: "plot_throughput_speedup_analysis"
28472   output-file-type: ".html"
28473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28474   data: "plot-throughput-speedup-analysis-2n-skx"
28475   filter: "'NIC_Intel-X710' and
28476            '64B' and
28477            'NDRPDR' and
28478            ('ETH' or 'DOT1Q') and
28479            'L2BDMACLRN' and
28480            'VHOST_1024' and
28481            not 'VXLAN' and
28482            not 'NF_DENSITY' and
28483            not 'IP4FWD' and
28484            not '2VM'"
28485   parameters:
28486   - "throughput"
28487   - "parent"
28488   - "tags"
28489 #  sort:
28490 #  - "VM"  # "not CFS_OPT"
28491 #  - "CFS_OPT"
28492 #  - "FIB_10K"
28493 #  - "FIB_100K"
28494 #  - "FIB_1M"
28495   layout:
28496     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28497     layout: "plot-throughput-speedup-analysis"
28498
28499 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28500 -
28501   type: "plot"
28502   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28503   algorithm: "plot_throughput_speedup_analysis"
28504   output-file-type: ".html"
28505   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28506   data: "plot-throughput-speedup-analysis-2n-skx"
28507   filter: "'NIC_Intel-X710' and
28508            '64B' and
28509            'NDRPDR' and
28510            ('ETH' or 'DOT1Q') and
28511            'BASE' and
28512            ('L2BDMACLRN' or 'L2XCFWD') and
28513            'VHOST_1024' and
28514            not 'VXLAN' and
28515            not 'NF_DENSITY' and
28516            not 'IP4FWD' and
28517            not '2VM'"
28518   parameters:
28519   - "throughput"
28520   - "parent"
28521   - "tags"
28522 #  sort:
28523 #  - "not CFS_OPT"
28524 #  - "L2XCFWD"
28525 #  - "not CFS_OPT"
28526 #  - "CFS_OPT"
28527   layout:
28528     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28529     layout: "plot-throughput-speedup-analysis"
28530
28531 -
28532   type: "plot"
28533   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28534   algorithm: "plot_throughput_speedup_analysis"
28535   output-file-type: ".html"
28536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28537   data: "plot-throughput-speedup-analysis-2n-skx"
28538   filter: "'NIC_Intel-X710' and
28539            '64B' and
28540            'NDRPDR' and
28541            ('ETH' or 'DOT1Q') and
28542            'BASE' and
28543            ('L2BDMACLRN' or 'L2XCFWD') and
28544            'VHOST_1024' and
28545            not 'VXLAN' and
28546            not 'NF_DENSITY' and
28547            not 'IP4FWD' and
28548            not '2VM'"
28549   parameters:
28550   - "throughput"
28551   - "parent"
28552   - "tags"
28553 #  sort:
28554 #  - "not CFS_OPT"
28555 #  - "L2XCFWD"
28556 #  - "not CFS_OPT"
28557 #  - "CFS_OPT"
28558   layout:
28559     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28560     layout: "plot-throughput-speedup-analysis"
28561
28562 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28563 -
28564   type: "plot"
28565   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28566   algorithm: "plot_throughput_speedup_analysis"
28567   output-file-type: ".html"
28568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28569   data: "plot-throughput-speedup-analysis-2n-skx"
28570   filter: "'NIC_Intel-X710' and
28571            '64B' and
28572            'NDRPDR' and
28573            ('ETH' or 'DOT1Q') and
28574            ('L2BDMACLRN' or 'L2XCFWD') and
28575            'VHOST_1024' and
28576            not 'CFS_OPT' and
28577            not 'VXLAN' and
28578            not 'NF_DENSITY' and
28579            not 'IP4FWD'"
28580   parameters:
28581   - "throughput"
28582   - "parent"
28583   - "tags"
28584 #  sort:
28585 #  - "1VM"
28586 #  - "L2XCFWD"
28587 #  - "1VM"
28588 #  - "L2BDMACLRN"
28589   layout:
28590     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28591     layout: "plot-throughput-speedup-analysis"
28592
28593 -
28594   type: "plot"
28595   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28596   algorithm: "plot_throughput_speedup_analysis"
28597   output-file-type: ".html"
28598   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28599   data: "plot-throughput-speedup-analysis-2n-skx"
28600   filter: "'NIC_Intel-X710' and
28601            '64B' and
28602            'NDRPDR' and
28603            ('ETH' or 'DOT1Q') and
28604            ('L2BDMACLRN' or 'L2XCFWD') and
28605            'VHOST_1024' and
28606            not 'CFS_OPT' and
28607            not 'VXLAN' and
28608            not 'NF_DENSITY' and
28609            not 'IP4FWD'"
28610   parameters:
28611   - "throughput"
28612   - "parent"
28613   - "tags"
28614 #  sort:
28615 #  - "1VM"
28616 #  - "L2XCFWD"
28617 #  - "1VM"
28618 #  - "L2BDMACLRN"
28619   layout:
28620     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28621     layout: "plot-throughput-speedup-analysis"
28622
28623 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28624 -
28625   type: "plot"
28626   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28627   algorithm: "plot_throughput_speedup_analysis"
28628   output-file-type: ".html"
28629   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28630   data: "plot-throughput-speedup-analysis-2n-skx"
28631   filter: "'NIC_Intel-XXV710' and
28632            '64B' and
28633            'NDRPDR' and
28634            'ETH' and
28635            'IP4FWD' and
28636            'VHOST_1024' and
28637            not 'VXLAN' and
28638            not 'DOT1Q'"
28639   parameters:
28640   - "throughput"
28641   - "parent"
28642   - "tags"
28643   sort:
28644   - "not CFS_OPT"
28645   - "1VM"
28646   - "2VM"
28647   layout:
28648     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28649     layout: "plot-throughput-speedup-analysis"
28650
28651 -
28652   type: "plot"
28653   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28654   algorithm: "plot_throughput_speedup_analysis"
28655   output-file-type: ".html"
28656   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28657   data: "plot-throughput-speedup-analysis-2n-skx"
28658   filter: "'NIC_Intel-XXV710' and
28659            '64B' and
28660            'NDRPDR' and
28661            'ETH' and
28662            'IP4FWD' and
28663            'VHOST_1024' and
28664            not 'VXLAN' and
28665            not 'DOT1Q'"
28666   parameters:
28667   - "throughput"
28668   - "parent"
28669   - "tags"
28670   sort:
28671   - "not CFS_OPT"
28672   - "1VM"
28673   - "2VM"
28674   layout:
28675     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28676     layout: "plot-throughput-speedup-analysis"
28677
28678 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28679 -
28680   type: "plot"
28681   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28682   algorithm: "plot_throughput_speedup_analysis"
28683   output-file-type: ".html"
28684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28685   data: "plot-throughput-speedup-analysis-2n-skx"
28686   filter: "'NIC_Intel-XXV710' and
28687            '64B' and
28688            'NDRPDR' and
28689            ('ETH' or 'DOT1Q') and
28690            'L2BDMACLRN' and
28691            'VHOST_1024' and
28692            not 'VXLAN' and
28693            not 'IP4FWD' and
28694            not '2VM'"
28695   parameters:
28696   - "throughput"
28697   - "parent"
28698   - "tags"
28699 #  sort:
28700 #  - "VM"  # "not CFS_OPT"
28701 #  - "CFS_OPT"
28702 #  - "FIB_10K"
28703 #  - "FIB_100K"
28704 #  - "FIB_1M"
28705   layout:
28706     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28707     layout: "plot-throughput-speedup-analysis"
28708
28709 -
28710   type: "plot"
28711   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28712   algorithm: "plot_throughput_speedup_analysis"
28713   output-file-type: ".html"
28714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28715   data: "plot-throughput-speedup-analysis-2n-skx"
28716   filter: "'NIC_Intel-XXV710' and
28717            '64B' and
28718            'NDRPDR' and
28719            ('ETH' or 'DOT1Q') and
28720            'L2BDMACLRN' and
28721            'VHOST_1024' and
28722            not 'VXLAN' and
28723            not 'IP4FWD' and
28724            not '2VM'"
28725   parameters:
28726   - "throughput"
28727   - "parent"
28728   - "tags"
28729 #  sort:
28730 #  - "VM"  # "not CFS_OPT"
28731 #  - "CFS_OPT"
28732 #  - "FIB_10K"
28733 #  - "FIB_100K"
28734 #  - "FIB_1M"
28735   layout:
28736     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28737     layout: "plot-throughput-speedup-analysis"
28738
28739 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28740 -
28741   type: "plot"
28742   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28743   algorithm: "plot_throughput_speedup_analysis"
28744   output-file-type: ".html"
28745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28746   data: "plot-throughput-speedup-analysis-2n-skx"
28747   filter: "'NIC_Intel-XXV710' and
28748            '64B' and
28749            'NDRPDR' and
28750            ('ETH' or 'DOT1Q') and
28751            'BASE' and
28752            ('L2BDMACLRN' or 'L2XCFWD') and
28753            'VHOST_1024' and
28754            not 'VXLAN' and
28755            not 'IP4FWD' and
28756            not '2VM'"
28757   parameters:
28758   - "throughput"
28759   - "parent"
28760   - "tags"
28761 #  sort:
28762 #  - "not CFS_OPT"
28763 #  - "L2XCFWD"
28764 #  - "not CFS_OPT"
28765 #  - "CFS_OPT"
28766   layout:
28767     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28768     layout: "plot-throughput-speedup-analysis"
28769
28770 -
28771   type: "plot"
28772   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28773   algorithm: "plot_throughput_speedup_analysis"
28774   output-file-type: ".html"
28775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28776   data: "plot-throughput-speedup-analysis-2n-skx"
28777   filter: "'NIC_Intel-XXV710' and
28778            '64B' and
28779            'NDRPDR' and
28780            ('ETH' or 'DOT1Q') and
28781            'BASE' and
28782            ('L2BDMACLRN' or 'L2XCFWD') and
28783            'VHOST_1024' and
28784            not 'VXLAN' and
28785            not 'IP4FWD' and
28786            not '2VM'"
28787   parameters:
28788   - "throughput"
28789   - "parent"
28790   - "tags"
28791 #  sort:
28792 #  - "not CFS_OPT"
28793 #  - "L2XCFWD"
28794 #  - "not CFS_OPT"
28795 #  - "CFS_OPT"
28796   layout:
28797     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28798     layout: "plot-throughput-speedup-analysis"
28799
28800 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28801 -
28802   type: "plot"
28803   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28804   algorithm: "plot_throughput_speedup_analysis"
28805   output-file-type: ".html"
28806   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28807   data: "plot-throughput-speedup-analysis-2n-skx"
28808   filter: "'NIC_Intel-XXV710' and
28809            '64B' and
28810            'NDRPDR' and
28811            ('ETH' or 'DOT1Q') and
28812            ('L2BDMACLRN' or 'L2XCFWD') and
28813            'VHOST_1024' and
28814            not 'CFS_OPT' and
28815            not 'VXLAN' and
28816            not 'IP4FWD'"
28817   parameters:
28818   - "throughput"
28819   - "parent"
28820   - "tags"
28821 #  sort:
28822 #  - "1VM"
28823 #  - "L2XCFWD"
28824 #  - "1VM"
28825 #  - "L2BDMACLRN"
28826   layout:
28827     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28828     layout: "plot-throughput-speedup-analysis"
28829
28830 -
28831   type: "plot"
28832   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28833   algorithm: "plot_throughput_speedup_analysis"
28834   output-file-type: ".html"
28835   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28836   data: "plot-throughput-speedup-analysis-2n-skx"
28837   filter: "'NIC_Intel-XXV710' and
28838            '64B' and
28839            'NDRPDR' and
28840            ('ETH' or 'DOT1Q') and
28841            ('L2BDMACLRN' or 'L2XCFWD') and
28842            'VHOST_1024' and
28843            not 'CFS_OPT' and
28844            not 'VXLAN' and
28845            not 'IP4FWD'"
28846   parameters:
28847   - "throughput"
28848   - "parent"
28849   - "tags"
28850 #  sort:
28851 #  - "1VM"
28852 #  - "L2XCFWD"
28853 #  - "1VM"
28854 #  - "L2BDMACLRN"
28855   layout:
28856     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28857     layout: "plot-throughput-speedup-analysis"
28858
28859 ################################################################################
28860
28861 # Speedup - VPP vts 3n-hsw-x520
28862 -
28863   type: "plot"
28864   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28865   algorithm: "plot_throughput_speedup_analysis"
28866   output-file-type: ".html"
28867   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28868   data: "plot-throughput-speedup-analysis-3n-hsw"
28869   filter: "'NIC_Intel-X520-DA2' and
28870            '114B' and
28871            'NDRPDR' and
28872            'VTS'"
28873   parameters:
28874   - "throughput"
28875   - "parent"
28876   - "tags"
28877   layout:
28878     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28879     layout: "plot-throughput-speedup-analysis"
28880
28881 -
28882   type: "plot"
28883   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28884   algorithm: "plot_throughput_speedup_analysis"
28885   output-file-type: ".html"
28886   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28887   data: "plot-throughput-speedup-analysis-3n-hsw"
28888   filter: "'NIC_Intel-X520-DA2' and
28889            '114B' and
28890            'NDRPDR' and
28891            'VTS'"
28892   parameters:
28893   - "throughput"
28894   - "parent"
28895   - "tags"
28896   layout:
28897     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28898     layout: "plot-throughput-speedup-analysis"