CSIT-1351: Add Denverton results to report
[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,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
59     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
60     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
61
62     # Detailed tests operational data
63     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
64     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
65     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
66     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
67
68     # .css patch file to fix tables generated by Sphinx
69     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
70     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
71
72   urls:
73     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
74     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
75     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/intel_denverton_vpp_release_1810.tar.gz"
76     URL[NEXUS]: "https://docs.fd.io/csit"
77     DIR[NEXUS]: "report/_static/archive"
78
79   make-dirs:
80   # List the directories which are created while preparing the environment.
81   # All directories MUST be defined in "paths" section.
82   - "DIR[WORKING,DATA]"
83   - "DIR[STATIC,VPP]"
84   - "DIR[STATIC,DPDK]"
85   - "DIR[STATIC,ARCH]"
86   - "DIR[BUILD,LATEX]"
87   - "DIR[WORKING,SRC]"
88   - "DIR[WORKING,SRC,STATIC]"
89
90   remove-dirs:
91   # List the directories which are deleted while cleaning the environment.
92   # All directories MUST be defined in "paths" section.
93   #- "DIR[BUILD,HTML]"
94   - "DIR[WORKING,DATA]"
95
96   build-dirs:
97   # List the directories where the results (build) is stored.
98   # All directories MUST be defined in "paths" section.
99   - "DIR[BUILD,HTML]"
100   - "DIR[BUILD,LATEX]"
101
102 -
103   type: "configuration"
104
105   limits:
106     nic:
107       x520: 24460000
108       x710: 35800000
109       xxv710: 35800000
110       xl710: 35800000
111
112     link:
113       10ge: 14880952.38
114       25ge: 37202380.95
115       40ge: 59523809.52
116       100ge: 148809523.81
117
118     pci:
119       pci-g3-x8: 74404761.90
120       pci-g3-x16: 148809523.81
121
122   data-sets:
123
124     # Denverton:
125     intel-dnv-vpp:
126       intel-dnv-vpp-release-1810:
127       - 1
128
129     # VPP Performance
130     vpp-performance-changes-3n-hsw:
131       csit-vpp-perf-1804-all:
132       - 21  # sel
133       - 22  # sel
134       - 23  # sel
135       - 24  # sel
136       - 27  # sel
137       - 28  # sel
138       - 29  # sel
139       - 30  # sel
140       - 31  # sel
141       - 35  # sel
142       csit-vpp-perf-verify-1807-3n-hsw:
143       - 11  # NDRPDR full 1
144       - 22  # NDRPDR full 2
145       - 45  # NDRPDR full 3
146       - 46  # NDRPDR full 4
147       - 15  # NDRPDR sel
148       - 16  # NDRPDR sel
149       - 19  # NDRPDR sel
150       - 18  # NDRPDR sel
151       - 20  # NDRPDR sel
152       - 38  # NDRPDR sel
153       - 40  # NDRPDR sel
154       - 44  # NDRPDR sel
155       - 47  # NDRPDR sel
156       csit-vpp-perf-verify-1810-3n-hsw:
157       - 8   # NDRPDR sel
158       - 12  # NDRPDR sel
159       - 14  # NDRPDR sel
160       - 18  # NDRPDR sel
161       - 23  # NDRPDR sel
162       - 25  # NDRPDR sel
163       - 38  # NDRPDR sel
164       - 39  # NDRPDR sel
165       - 41  # NDRPDR sel
166       - 42  # NDRPDR sel
167
168     vpp-performance-changes-3n-skx:
169       csit-vpp-perf-verify-1807-3n-skx:
170       - 33  # NDRPDR sel
171       - 35  # NDRPDR sel
172       - 37  # NDRPDR sel
173       - 38  # NDRPDR sel
174       - 39  # NDRPDR sel
175       - 43  # NDRPDR sel
176       - 44  # NDRPDR sel
177       - 49  # NDRPDR sel
178       - 50  # NDRPDR sel
179       - 56  # NDRPDR sel
180       csit-vpp-perf-verify-1810-3n-skx:
181       - 10  # NDRPDR sel
182       - 14  # NDRPDR sel
183       - 15  # NDRPDR sel
184       - 16  # NDRPDR sel
185       - 17  # NDRPDR sel
186       - 19  # NDRPDR sel
187       - 20  # NDRPDR sel
188       - 21  # NDRPDR sel
189       - 22  # NDRPDR sel
190       - 25  # NDRPDR sel
191
192     vpp-performance-changes-2n-skx:
193       csit-vpp-perf-verify-1807-2n-skx:
194       - 26  # NDRPDR sel
195       - 28  # NDRPDR sel
196       - 29  # NDRPDR sel
197       - 30  # NDRPDR sel
198       - 34  # NDRPDR sel
199       - 35  # NDRPDR sel
200       - 36  # NDRPDR sel
201       - 39  # NDRPDR sel
202       - 40  # NDRPDR sel
203       - 42  # NDRPDR sel
204       csit-vpp-perf-verify-1810-2n-skx:
205       - 9   # NDRPDR sel
206       - 13  # NDRPDR sel
207       - 14  # NDRPDR sel
208       - 19  # NDRPDR sel
209       - 20  # NDRPDR sel
210       - 21  # NDRPDR sel
211       - 22  # NDRPDR sel
212       - 23  # NDRPDR sel
213       - 24  # NDRPDR sel
214       - 27  # NDRPDR sel
215
216     vpp-compare-testbeds:
217       csit-vpp-perf-verify-1810-3n-hsw:
218       - 8   # NDRPDR sel
219       - 12  # NDRPDR sel
220       - 14  # NDRPDR sel
221       - 18  # NDRPDR sel
222       - 23  # NDRPDR sel
223       - 25  # NDRPDR sel
224       - 38  # NDRPDR sel
225       - 39  # NDRPDR sel
226       - 41  # NDRPDR sel
227       - 42  # NDRPDR sel
228       csit-vpp-perf-verify-1810-3n-skx:
229       - 24  # NDRPDR full
230       - 10  # NDRPDR sel
231       - 14  # NDRPDR sel
232       - 15  # NDRPDR sel
233       - 16  # NDRPDR sel
234       - 17  # NDRPDR sel
235       - 19  # NDRPDR sel
236       - 20  # NDRPDR sel
237       - 21  # NDRPDR sel
238       - 22  # NDRPDR sel
239       - 25  # NDRPDR sel
240
241     vpp-compare-testbeds-mrr:
242       csit-vpp-perf-verify-1810-3n-hsw:
243       - 9   # MRR sel
244       csit-vpp-perf-verify-1810-3n-skx:
245       - 9   # MRR sel
246       - 11  # MRR sel
247       - 12  # MRR sel
248       - 13  # MRR sel
249
250     vpp-compare-topologies:
251       csit-vpp-perf-verify-1810-3n-skx:
252       - 10  # NDRPDR sel
253       - 14  # NDRPDR sel
254       - 15  # NDRPDR sel
255       - 16  # NDRPDR sel
256       - 17  # NDRPDR sel
257       - 19  # NDRPDR sel
258       - 20  # NDRPDR sel
259       - 21  # NDRPDR sel
260       - 22  # NDRPDR sel
261       - 25  # NDRPDR sel
262       csit-vpp-perf-verify-1810-2n-skx:
263       - 9   # NDRPDR sel
264       - 13  # NDRPDR sel
265       - 14  # NDRPDR sel
266       - 19  # NDRPDR sel
267       - 20  # NDRPDR sel
268       - 21  # NDRPDR sel
269       - 22  # NDRPDR sel
270       - 23  # NDRPDR sel
271       - 24  # NDRPDR sel
272       - 27  # NDRPDR sel
273
274     vpp-compare-topologies-mrr:
275       csit-vpp-perf-verify-1810-3n-skx:
276       - 9   # MRR sel
277       - 11  # MRR sel
278       - 12  # MRR sel
279       - 13  # MRR sel
280       csit-vpp-perf-verify-1810-2n-skx:
281       - 8   # MRR sel
282       - 10  # MRR sel
283       - 11  # MRR sel
284       - 12  # MRR sel
285
286     vpp-performance-changes-3n-hsw-mrr:
287       csit-vpp-perf-check-1804:
288       - 6   # mrr - sel
289       - 13  # mrr - sel
290       - 14  # mrr - sel
291       - 15  # mrr - sel
292       - 16  # mrr - sel
293       - 17  # mrr - sel
294       - 19  # mrr - sel
295       - 20  # mrr - sel
296       - 21  # mrr - sel
297       - 22  # mrr - sel
298       csit-vpp-perf-verify-1807-3n-hsw:
299       - 8   # MRR full
300       - 9   # MRR sel
301       - 21  # MRR sel
302       - 31  # MRR sel
303       - 33  # MRR sel
304       - 36  # MRR sel
305       - 41  # MRR sel
306       - 42  # MRR sel
307       - 48  # MRR sel
308       csit-vpp-perf-verify-1810-3n-hsw:
309       - 9   # MRR sel
310
311     vpp-performance-changes-3n-skx-mrr:
312       csit-vpp-perf-verify-1807-3n-skx:
313       - 28  # MRR sel
314       - 32  # MRR sel
315       - 36  # MRR sel
316       - 42  # MRR sel
317       - 47  # MRR sel
318       - 48  # MRR sel
319       - 51  # MRR sel
320       - 52  # MRR sel
321       - 53  # MRR sel
322       - 54  # MRR sel
323       csit-vpp-perf-verify-1810-3n-skx:
324       - 9   # MRR sel
325       - 11  # MRR sel
326       - 12  # MRR sel
327       - 13  # MRR sel
328
329     vpp-performance-changes-2n-skx-mrr:
330       csit-vpp-perf-verify-1807-2n-skx:
331       - 31  # MRR sel
332       - 33  # MRR sel
333       - 37  # MRR sel
334       - 38  # MRR sel
335       - 41  # MRR sel
336       - 43  # MRR sel
337       - 44  # MRR sel
338       - 45  # MRR sel
339       - 46  # MRR sel
340       - 47  # MRR sel
341       csit-vpp-perf-verify-1810-2n-skx:
342       - 8   # MRR sel
343       - 10  # MRR sel
344       - 11  # MRR sel
345       - 12  # MRR sel
346
347     vpp-perf-results-3n-hsw:
348       csit-vpp-perf-verify-1810-3n-hsw:
349       - 20  # NDRPDR full
350       - 21  # NDRPDR full
351       - 22  # NDRPDR full
352       - 27  # NDRPDR full
353
354     vpp-perf-results-3n-skx:
355       csit-vpp-perf-verify-1810-3n-skx:
356       - 23  # NDRPDR full
357       - 24  # NDRPDR full
358
359     vpp-perf-results-2n-skx:
360       csit-vpp-perf-verify-1810-2n-skx:
361       - 25  # NDRPDR full
362       - 26  # NDRPDR full
363
364     vpp-mrr-results-3n-hsw:
365       csit-vpp-perf-verify-1810-3n-hsw:
366       - 9   # MRR sel
367
368     vpp-mrr-results-3n-skx:
369       csit-vpp-perf-verify-1810-3n-skx:
370       - 9   # MRR sel
371
372     vpp-mrr-results-2n-skx:
373       csit-vpp-perf-verify-1810-2n-skx:
374       - 8   # MRR sel
375
376     plot-throughput-speedup-analysis-3n-hsw:
377       csit-vpp-perf-verify-1810-3n-hsw:
378       - 8   # NDRPDR sel
379       - 12  # NDRPDR sel
380       - 14  # NDRPDR sel
381       - 18  # NDRPDR sel
382       - 23  # NDRPDR sel
383       - 25  # NDRPDR sel
384       - 38  # NDRPDR sel
385       - 39  # NDRPDR sel
386       - 41  # NDRPDR sel
387       - 42  # NDRPDR sel
388
389     plot-throughput-speedup-analysis-3n-skx:
390       csit-vpp-perf-verify-1810-3n-skx:
391       - 24  # NDRPDR full
392       - 10  # NDRPDR sel
393       - 14  # NDRPDR sel
394       - 15  # NDRPDR sel
395       - 16  # NDRPDR sel
396       - 17  # NDRPDR sel
397       - 19  # NDRPDR sel
398       - 20  # NDRPDR sel
399       - 21  # NDRPDR sel
400       - 22  # NDRPDR sel
401       - 25  # NDRPDR sel
402
403     plot-throughput-speedup-analysis-2n-skx:
404       csit-vpp-perf-verify-1810-2n-skx:
405       - 9   # NDRPDR sel
406       - 13  # NDRPDR sel
407       - 14  # NDRPDR sel
408       - 19  # NDRPDR sel
409       - 20  # NDRPDR sel
410       - 21  # NDRPDR sel
411       - 22  # NDRPDR sel
412       - 23  # NDRPDR sel
413       - 24  # NDRPDR sel
414       - 27  # NDRPDR sel
415
416     plot-vpp-throughput-latency-3n-hsw:
417       csit-vpp-perf-verify-1810-3n-hsw:
418       - 8   # NDRPDR sel
419       - 12  # NDRPDR sel
420       - 14  # NDRPDR sel
421       - 18  # NDRPDR sel
422       - 23  # NDRPDR sel
423       - 25  # NDRPDR sel
424       - 38  # NDRPDR sel
425       - 39  # NDRPDR sel
426       - 41  # NDRPDR sel
427       - 42  # NDRPDR sel
428
429     plot-vpp-throughput-latency-3n-skx:
430       csit-vpp-perf-verify-1810-3n-skx:
431       - 24  # NDRPDR full
432       - 10  # NDRPDR sel
433       - 14  # NDRPDR sel
434       - 15  # NDRPDR sel
435       - 16  # NDRPDR sel
436       - 17  # NDRPDR sel
437       - 19  # NDRPDR sel
438       - 20  # NDRPDR sel
439       - 21  # NDRPDR sel
440       - 22  # NDRPDR sel
441       - 25  # NDRPDR sel
442
443     plot-vpp-throughput-latency-2n-skx:
444       csit-vpp-perf-verify-1810-2n-skx:
445       - 9   # NDRPDR sel
446       - 13  # NDRPDR sel
447       - 14  # NDRPDR sel
448       - 19  # NDRPDR sel
449       - 20  # NDRPDR sel
450       - 21  # NDRPDR sel
451       - 22  # NDRPDR sel
452       - 23  # NDRPDR sel
453       - 24  # NDRPDR sel
454       - 27  # NDRPDR sel
455
456     plot-vpp-http-server-performance:
457       csit-vpp-perf-verify-1810-3n-hsw:
458       - 28  # WRK
459       - 29  # WRK
460       - 30  # WRK
461       - 31  # WRK
462       - 32  # WRK
463       - 33  # WRK
464       - 34  # WRK
465       - 35  # WRK
466       - 36  # WRK
467       - 37  # WRK
468
469     # VPP Functional
470     vpp-func-results-ubuntu:
471       csit-vpp-functional-1810-ubuntu1604-virl:
472       - 44
473
474     vpp-func-results-centos:
475       csit-vpp-functional-1810-centos7-virl:
476       - 44
477
478     vpp-device-results-ubuntu:
479       csit-vpp-device-1810-ubuntu1804-1n-skx:
480       - 2
481
482     # VPP Ligato
483     ligato-perf-results-3n-hsw:
484       csit-ligato-perf-verify-1810-3n-hsw:
485       - 5   # full
486
487     plot-ligato-throughput-speedup-analysis-3n-hsw:
488       csit-ligato-perf-verify-1810-3n-hsw:
489       - 5   # full
490       - 6   # sel
491       - 8   # sel
492       - 9   # sel
493       - 11  # sel
494       - 12  # sel
495       - 13  # sel
496       - 14  # sel
497       - 16  # sel
498       - 17  # sel
499       - 18  # sel
500
501     plot-ligato-throughput-latency-3n-hsw:
502       csit-ligato-perf-verify-1810-3n-hsw:
503       - 5   # full
504       - 6   # sel
505       - 8   # sel
506       - 9   # sel
507       - 11  # sel
508       - 12  # sel
509       - 13  # sel
510       - 14  # sel
511       - 16  # sel
512       - 17  # sel
513       - 18  # sel
514
515     # DPDK Performance
516     dpdk-performance-changes-3n-hsw:
517       csit-dpdk-perf-1804-all:
518       - 4
519       - 5
520       - 6
521       - 7
522       - 8
523       - 9
524       - 10
525       - 11
526       - 12
527       - 13
528       csit-dpdk-perf-verify-1807-3n-hsw:
529       - 11
530       - 12  # full
531       - 14
532       - 15
533       - 16
534       - 17
535       - 20
536       - 21
537       - 22
538       - 23
539       csit-dpdk-perf-verify-1810-3n-hsw:
540       - 1   # NDRPDR sel
541       - 2   # NDRPDR sel
542       - 3   # NDRPDR sel
543       - 4   # NDRPDR sel
544       - 5   # NDRPDR sel
545       - 6   # NDRPDR sel
546       - 7   # NDRPDR sel
547       - 8   # NDRPDR sel
548       - 9   # NDRPDR sel
549       - 10  # NDRPDR sel
550
551     dpdk-performance-changes-3n-skx:
552       csit-dpdk-perf-verify-1807-3n-skx:
553       - 1   # NDRPDR sel
554       - 2   # NDRPDR sel
555       - 3   # NDRPDR sel
556       - 6   # NDRPDR sel
557       - 7   # NDRPDR sel
558       - 8   # NDRPDR sel
559       - 9   # NDRPDR sel
560       - 10  # NDRPDR sel
561       - 11  # NDRPDR sel
562       - 12  # NDRPDR sel
563       csit-dpdk-perf-verify-1810-3n-skx:
564       - 3   # NDRPDR sel
565       - 4   # NDRPDR sel
566       - 6   # NDRPDR sel
567       - 7   # NDRPDR sel
568       - 8   # NDRPDR sel
569       - 9   # NDRPDR sel
570       - 10  # NDRPDR sel
571       - 11  # NDRPDR sel
572       - 12  # NDRPDR sel
573       - 13  # NDRPDR sel
574
575     dpdk-compare-testbeds:
576       csit-dpdk-perf-verify-1810-3n-skx:
577       - 3   # NDRPDR sel
578       - 4   # 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       - 13  # NDRPDR sel
587       csit-dpdk-perf-verify-1810-3n-hsw:
588       - 1   # NDRPDR sel
589       - 2   # NDRPDR sel
590       - 3   # NDRPDR sel
591       - 4   # NDRPDR sel
592       - 5   # NDRPDR sel
593       - 6   # NDRPDR sel
594       - 7   # NDRPDR sel
595       - 8   # NDRPDR sel
596       - 9   # NDRPDR sel
597       - 10  # NDRPDR sel
598
599     dpdk-compare-topologies:
600       csit-dpdk-perf-verify-1810-3n-skx:
601       - 3   # NDRPDR sel
602       - 4   # NDRPDR sel
603       - 6   # NDRPDR sel
604       - 7   # NDRPDR sel
605       - 8   # NDRPDR sel
606       - 9   # NDRPDR sel
607       - 10  # NDRPDR sel
608       - 11  # NDRPDR sel
609       - 12  # NDRPDR sel
610       - 13  # NDRPDR sel
611       csit-dpdk-perf-verify-1810-2n-skx:
612       - 3   # NDRPDR sel
613       - 4   # NDRPDR sel
614       - 5   # NDRPDR sel
615       - 7   # NDRPDR sel
616       - 8   # NDRPDR sel
617       - 9   # NDRPDR sel
618       - 10  # NDRPDR sel
619       - 11  # NDRPDR sel
620       - 12  # NDRPDR sel
621       - 13  # NDRPDR sel
622
623     dpdk-perf-results-3n-hsw:
624       csit-dpdk-perf-verify-1810-3n-hsw:
625       - 1
626
627     dpdk-perf-results-3n-skx:
628       csit-dpdk-perf-verify-1810-3n-skx:
629       - 3   # NDRPDR sel
630
631     dpdk-perf-results-2n-skx:
632       csit-dpdk-perf-verify-1810-2n-skx:
633       - 3
634
635     plot-dpdk-throughput-latency-3n-hsw:
636       csit-dpdk-perf-verify-1810-3n-hsw:
637       - 1   # NDRPDR sel
638       - 2   # NDRPDR sel
639       - 3   # NDRPDR sel
640       - 4   # NDRPDR sel
641       - 5   # NDRPDR sel
642       - 6   # NDRPDR sel
643       - 7   # NDRPDR sel
644       - 8   # NDRPDR sel
645       - 9   # NDRPDR sel
646       - 10  # NDRPDR sel
647
648     plot-dpdk-throughput-latency-3n-skx:
649       csit-dpdk-perf-verify-1810-3n-skx:
650       - 3   # NDRPDR sel
651       - 4   # NDRPDR sel
652       - 6   # NDRPDR sel
653       - 7   # NDRPDR sel
654       - 8   # NDRPDR sel
655       - 9   # NDRPDR sel
656       - 10  # NDRPDR sel
657       - 11  # NDRPDR sel
658       - 12  # NDRPDR sel
659       - 13  # NDRPDR sel
660
661     plot-dpdk-throughput-latency-2n-skx:
662       csit-dpdk-perf-verify-1810-2n-skx:
663       - 3   # NDRPDR sel
664       - 4   # NDRPDR sel
665       - 5   # NDRPDR sel
666       - 7   # NDRPDR sel
667       - 8   # NDRPDR sel
668       - 9   # NDRPDR sel
669       - 10  # NDRPDR sel
670       - 11  # NDRPDR sel
671       - 12  # NDRPDR sel
672       - 13  # NDRPDR sel
673
674     # HoneyComb Functional
675     hc-func-results:
676       csit-hc2vpp-verify-func-1810-ubuntu1604:
677       - 3
678
679     # NSH SFC Functional
680     nsh-func-results:
681       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
682       - 1
683
684     # DMM Functional
685     dmm-func-results:
686       csit-dmm-functional-1810-ubuntu1604-virl:
687       - 1
688
689   plot-layouts:
690
691     plot-cps:
692       titlefont:
693         size: 18
694       xaxis:
695         title: "<b>Test Cases [Index]</b>"
696         titlefont:
697           size: 16
698         autorange: True
699         fixedrange: False
700         gridcolor: "rgb(230, 230, 230)"
701         linecolor: "rgb(220, 220, 220)"
702         linewidth: 1
703         showgrid: True
704         showline: True
705         showticklabels: True
706         tickcolor: "rgb(220, 220, 220)"
707         tickmode: "linear"
708         tickfont:
709           size: 16
710         zeroline: False
711       yaxis:
712         title: "<b>Connections Per Second [cps]</b>"
713         titlefont:
714           size: 16
715         gridcolor: "rgb(230, 230, 230)"
716         hoverformat: ".4s"
717         linecolor: "rgb(220, 220, 220)"
718         linewidth: 1
719         rangemode: "tozero"
720         showgrid: True
721         showline: True
722         showticklabels: True
723         tickcolor: "rgb(220, 220, 220)"
724         tickformat: ".3s"
725         tickfont:
726           size: 16
727         zeroline: False
728       boxmode: "group"
729       boxgroupgap: 0.5
730       autosize: False
731       margin:
732         t: 50
733         b: 20
734         l: 80
735         r: 20
736       showlegend: True
737       legend:
738         orientation: "h"
739         font:
740           size: 16
741       width: 700
742       height: 800
743
744     plot-rps:
745       titlefont:
746         size: 18
747       xaxis:
748         title: "<b>Test Cases [Index]</b>"
749         titlefont:
750           size: 16
751         autorange: True
752         fixedrange: False
753         gridcolor: "rgb(230, 230, 230)"
754         linecolor: "rgb(220, 220, 220)"
755         linewidth: 1
756         showgrid: True
757         showline: True
758         showticklabels: True
759         tickcolor: "rgb(220, 220, 220)"
760         tickmode: "linear"
761         tickfont:
762           size: 16
763         zeroline: False
764       yaxis:
765         title: "<b>Requests Per Second [rps]</b>"
766         titlefont:
767           size: 16
768         gridcolor: "rgb(230, 230, 230)"
769         hoverformat: ".4s"
770         linecolor: "rgb(220, 220, 220)"
771         linewidth: 1
772         rangemode: "tozero"
773         showgrid: True
774         showline: True
775         showticklabels: True
776         tickcolor: "rgb(230, 230, 230)"
777         tickformat: ".3s"
778         tickfont:
779           size: 16
780         zeroline: False
781       boxmode: "group"
782       boxgroupgap: 0.5
783       autosize: False
784       margin:
785         t: 50
786         b: 20
787         l: 80
788         r: 20
789       showlegend: True
790       legend:
791         orientation: "h"
792         font:
793           size: 16
794       width: 700
795       height: 800
796
797     plot-throughput:
798       titlefont:
799         size: 18
800       xaxis:
801         title: "<b>Test Cases [Index]</b>"
802         titlefont:
803           size: 16
804         autorange: True
805         fixedrange: False
806         gridcolor: "rgb(230, 230, 230)"
807         linecolor: "rgb(220, 220, 220)"
808         linewidth: 1
809         showgrid: True
810         showline: True
811         showticklabels: True
812         tickcolor: "rgb(220, 220, 220)"
813         tickmode: "linear"
814         tickfont:
815           size: 16
816         zeroline: False
817       yaxis:
818         title: "<b>Packet Throughput [Mpps]</b>"
819         titlefont:
820           size: 16
821         gridcolor: "rgb(230, 230, 230)"
822         hoverformat: ".4s"
823         tickformat: ".3s"
824         linecolor: "rgb(220, 220, 220)"
825         linewidth: 1
826         showgrid: True
827         showline: True
828         showticklabels: True
829         tickcolor: "rgb(220, 220, 220)"
830         tickfont:
831           size: 16
832         zeroline: False
833         range: [0,50]
834       boxmode: "group"
835       boxgroupgap: 0.5
836       autosize: False
837       margin:
838         t: 50
839         b: 20
840         l: 80
841         r: 20
842       showlegend: True
843       legend:
844         orientation: "h"
845         font:
846           size: 16
847       width: 700
848       height: 900
849
850     plot-throughput-speedup-analysis:
851       titlefont:
852         size: 18
853       xaxis:
854         title: "<b>Number of Cores [Qty]</b>"
855         titlefont:
856           size: 16
857         autorange: True
858         fixedrange: False
859         gridcolor: "rgb(230, 230, 230)"
860         linecolor: "rgb(220, 220, 220)"
861         linewidth: 1
862         showgrid: True
863         showline: True
864         showticklabels: True
865         tickcolor: "rgb(238, 238, 238)"
866         tickmode: "linear"
867         tickfont:
868           size: 16
869         zeroline: False
870       yaxis:
871         title: "<b>Packet Throughput [Mpps]</b>"
872         titlefont:
873           size: 16
874         type: "linear"
875         gridcolor: "rgb(230, 230, 230)"
876         hoverformat: ".4s"
877         linecolor: "rgb(220, 220, 220)"
878         linewidth: 1
879         showgrid: True
880         showline: True
881         showticklabels: True
882         tickcolor: "rgb(220, 220, 220)"
883         tickformat: ".4s"
884         tickfont:
885           size: 16
886         zeroline: True
887         rangemode: "tozero"
888         # range: [0,100]
889       legend:
890         orientation: "h"
891         font:
892           size: 16
893         xanchor: "left"
894         yanchor: "top"
895         x: 0
896         y: -0.2
897         bgcolor: "rgba(255, 255, 255, 0)"
898         bordercolor: "rgba(255, 255, 255, 0)"
899         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
900       autosize: False
901       margin:
902           't': 50
903           'b': 150
904           'l': 85
905           'r': 10
906       showlegend: True
907       width: 700
908       height: 700
909       hoverlabel:
910         namelength: -1
911       annotations: [
912         {
913           text: "_ _          __          ...",
914           align: "left",
915           showarrow: False,
916           xref: "paper",
917           yref: "paper",
918           xanchor: "left",
919           yanchor: "top",
920           x: 0,
921           y: -0.13,
922           font: {
923             family: "Consolas, Courier New",
924             size: 15
925           },
926         },
927         {
928           text: "    Perfect     Measured     Limit",
929           align: "left",
930           showarrow: False,
931           xref: "paper",
932           yref: "paper",
933           xanchor: "left",
934           yanchor: "top",
935           x: 0,
936           y: -0.15,
937           font: {
938             family: "Consolas, Courier New",
939             size: 15
940           },
941         },
942       ]
943
944     plot-latency:
945       titlefont:
946         size: 18
947       xaxis:
948         title: "<b>Direction</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: False
959         tickcolor: "rgb(220, 220, 220)"
960         tickmode: "linear"
961         tickfont:
962           size: 16
963         zeroline: False
964       yaxis:
965         title: "<b>Packet Latency [uSec]</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       legend:
983         orientation: "h"
984         font:
985           size: 16
986         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
987       autosize: False
988       margin:
989           't': 50
990           'b': 150
991           'l': 80
992           'r': 10
993       showlegend: True
994       width: 700
995       height: 700
996       hoverlabel:
997         namelength: -1
998
999 -
1000   type: "static"
1001   src-path: "{DIR[RST]}"
1002   dst-path: "{DIR[WORKING,SRC]}"
1003
1004 -
1005   type: "input"
1006   general:
1007     file-name: "robot-plugin.zip"
1008     file-format: ".zip"
1009     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1010     extract: "robot-plugin/output.xml"
1011
1012   builds:
1013
1014     intel-dnv-vpp-release-1810:
1015     - 1
1016
1017     csit-vpp-perf-1804-all:
1018     - 21  # sel
1019     - 22  # sel
1020     - 23  # sel
1021     - 24  # sel
1022     - 27  # sel
1023     - 28  # sel
1024     - 29  # sel
1025     - 30  # sel
1026     - 31  # sel
1027     - 35  # sel
1028     csit-vpp-perf-verify-1807-3n-hsw:
1029     - 8   # MRR full
1030     - 9   # MRR sel
1031     - 21  # MRR sel
1032     - 31  # MRR sel
1033     - 33  # MRR sel
1034     - 36  # MRR sel
1035     - 41  # MRR sel
1036     - 42  # MRR sel
1037     - 48  # MRR sel
1038     - 11  # NDRPDR full 1
1039     - 22  # NDRPDR full 2
1040     - 45  # NDRPDR full 3
1041     - 46  # NDRPDR full 4
1042     - 15  # NDRPDR sel
1043     - 16  # NDRPDR sel
1044     - 19  # NDRPDR sel
1045     - 18  # NDRPDR sel
1046     - 20  # NDRPDR sel
1047     - 38  # NDRPDR sel
1048     - 40  # NDRPDR sel
1049     - 44  # NDRPDR sel
1050     - 47  # NDRPDR sel
1051     - 24  # WRK
1052     - 25  # WRK
1053     - 23  # WRK
1054     - 26  # WRK
1055     - 27  # WRK
1056     - 28  # WRK
1057     - 29  # WRK
1058     - 30  # WRK
1059     - 32  # WRK
1060     - 35  # WRK
1061     csit-vpp-perf-verify-1810-3n-hsw:
1062     - 9   # MRR sel
1063     - 20  # NDRPDR full
1064     - 21  # NDRPDR full
1065     - 22  # NDRPDR full
1066     - 27  # NDRPDR full
1067     - 8   # NDRPDR sel
1068     - 12  # NDRPDR sel
1069     - 14  # NDRPDR sel
1070     - 18  # NDRPDR sel
1071     - 23  # NDRPDR sel
1072     - 25  # NDRPDR sel
1073     - 38  # NDRPDR sel
1074     - 39  # NDRPDR sel
1075     - 41  # NDRPDR sel
1076     - 42  # NDRPDR sel
1077     - 28  # WRK
1078     - 29  # WRK
1079     - 30  # WRK
1080     - 31  # WRK
1081     - 32  # WRK
1082     - 33  # WRK
1083     - 34  # WRK
1084     - 35  # WRK
1085     - 36  # WRK
1086     - 37  # WRK
1087     csit-vpp-perf-verify-1807-3n-skx:
1088     - 31  # MRR full
1089     - 28  # MRR sel
1090     - 32  # MRR sel
1091     - 36  # MRR sel
1092     - 42  # MRR sel
1093     - 47  # MRR sel
1094     - 48  # MRR sel
1095     - 51  # MRR sel
1096     - 52  # MRR sel
1097     - 53  # MRR sel
1098     - 54  # MRR sel
1099     - 40  # NDRPDR full 1
1100     - 41  # NDRPDR full 2
1101     - 33  # NDRPDR sel
1102     - 35  # NDRPDR sel
1103     - 37  # NDRPDR sel
1104     - 38  # NDRPDR sel
1105     - 39  # NDRPDR sel
1106     - 43  # NDRPDR sel
1107     - 44  # NDRPDR sel
1108     - 49  # NDRPDR sel
1109     - 50  # NDRPDR sel
1110     - 56  # NDRPDR sel
1111     csit-vpp-perf-verify-1810-3n-skx:
1112     - 9   # MRR sel
1113     - 11  # MRR sel
1114     - 12  # MRR sel
1115     - 13  # MRR sel
1116     - 23  # NDRPDR full
1117     - 24  # NDRPDR full
1118     - 10  # NDRPDR sel
1119     - 14  # NDRPDR sel
1120     - 15  # NDRPDR sel
1121     - 16  # NDRPDR sel
1122     - 17  # NDRPDR sel
1123     - 19  # NDRPDR sel
1124     - 20  # NDRPDR sel
1125     - 21  # NDRPDR sel
1126     - 22  # NDRPDR sel
1127     - 25  # NDRPDR sel
1128     csit-vpp-perf-verify-1807-2n-skx:
1129     - 27  # MRR full
1130     - 31  # MRR sel
1131     - 33  # MRR sel
1132     - 37  # MRR sel
1133     - 38  # MRR sel
1134     - 41  # MRR sel
1135     - 43  # MRR sel
1136     - 44  # MRR sel
1137     - 45  # MRR sel
1138     - 46  # MRR sel
1139     - 47  # MRR sel
1140     - 32  # NDRPDR full
1141     - 26  # NDRPDR sel
1142     - 28  # NDRPDR sel
1143     - 29  # NDRPDR sel
1144     - 30  # NDRPDR sel
1145     - 34  # NDRPDR sel
1146     - 35  # NDRPDR sel
1147     - 36  # NDRPDR sel
1148     - 39  # NDRPDR sel
1149     - 40  # NDRPDR sel
1150     - 42  # NDRPDR sel
1151     csit-vpp-perf-verify-1810-2n-skx:
1152     - 8   # MRR sel
1153     - 10  # MRR sel
1154     - 11  # MRR sel
1155     - 12  # MRR sel
1156     - 25  # NDRPDR full
1157     - 26  # NDRPDR full
1158     - 9   # NDRPDR sel
1159     - 13  # NDRPDR sel
1160     - 14  # NDRPDR sel
1161     - 19  # NDRPDR sel
1162     - 20  # NDRPDR sel
1163     - 21  # NDRPDR sel
1164     - 22  # NDRPDR sel
1165     - 23  # NDRPDR sel
1166     - 24  # NDRPDR sel
1167     - 27  # NDRPDR sel
1168     csit-vpp-perf-check-1804:
1169     - 5   # mrr - full
1170     - 6   # mrr - sel
1171     - 13  # mrr - sel
1172     - 14  # mrr - sel
1173     - 15  # mrr - sel
1174     - 16  # mrr - sel
1175     - 17  # mrr - sel
1176     - 19  # mrr - sel
1177     - 20  # mrr - sel
1178     - 21  # mrr - sel
1179     - 22  # mrr - sel
1180     csit-ligato-perf-verify-1810-3n-hsw:
1181     - 5   # full
1182     - 6   # sel
1183     - 8   # sel
1184     - 9   # sel
1185     - 11  # sel
1186     - 12  # sel
1187     - 13  # sel
1188     - 14  # sel
1189     - 16  # sel
1190     - 17  # sel
1191     - 18  # sel
1192     csit-dpdk-perf-1804-all:
1193     - 4
1194     - 5
1195     - 6
1196     - 7
1197     - 8
1198     - 9
1199     - 10
1200     - 11
1201     - 12
1202     - 13
1203     csit-dpdk-perf-verify-1807-3n-hsw:
1204     - 11
1205     - 12  # full
1206     - 14
1207     - 15
1208     - 16
1209     - 17
1210     - 20
1211     - 21
1212     - 22
1213     - 23
1214     csit-dpdk-perf-verify-1810-3n-hsw:
1215     - 1   # NDRPDR sel
1216     - 2   # NDRPDR sel
1217     - 3   # NDRPDR sel
1218     - 4   # NDRPDR sel
1219     - 5   # NDRPDR sel
1220     - 6   # NDRPDR sel
1221     - 7   # NDRPDR sel
1222     - 8   # NDRPDR sel
1223     - 9   # NDRPDR sel
1224     - 10  # NDRPDR sel
1225     csit-dpdk-perf-verify-1807-3n-skx:
1226     - 1   # NDRPDR sel
1227     - 2   # NDRPDR sel
1228     - 3   # NDRPDR sel
1229     - 6   # NDRPDR sel
1230     - 7   # NDRPDR sel
1231     - 8   # NDRPDR sel
1232     - 9   # NDRPDR sel
1233     - 10  # NDRPDR sel
1234     - 11  # NDRPDR sel
1235     - 12  # NDRPDR sel
1236     csit-dpdk-perf-verify-1810-3n-skx:
1237     - 3   # NDRPDR sel
1238     - 4   # NDRPDR sel
1239     - 6   # NDRPDR sel
1240     - 7   # NDRPDR sel
1241     - 8   # NDRPDR sel
1242     - 9   # NDRPDR sel
1243     - 10  # NDRPDR sel
1244     - 11  # NDRPDR sel
1245     - 12  # NDRPDR sel
1246     - 13  # NDRPDR sel
1247     csit-dpdk-perf-verify-1810-2n-skx:
1248     - 3   # NDRPDR sel
1249     - 4   # NDRPDR sel
1250     - 5   # NDRPDR sel
1251     - 7   # NDRPDR sel
1252     - 8   # NDRPDR sel
1253     - 9   # NDRPDR sel
1254     - 10  # NDRPDR sel
1255     - 11  # NDRPDR sel
1256     - 12  # NDRPDR sel
1257     - 13  # NDRPDR sel
1258
1259     csit-vpp-functional-1810-ubuntu1604-virl:
1260     - 44
1261     csit-vpp-functional-1810-centos7-virl:
1262     - 44
1263     csit-vpp-device-1810-ubuntu1804-1n-skx:
1264     - 2
1265     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1266     - 1
1267     csit-dmm-functional-1810-ubuntu1604-virl:
1268     - 1
1269     csit-hc2vpp-verify-func-1810-ubuntu1604:
1270     - 3
1271
1272 -
1273   type: "output"
1274   output: "report"
1275   format:
1276     html:
1277     - full
1278 #    pdf:
1279 #    - minimal
1280
1281 ################################################################################
1282 ###                               T A B L E S                                ###
1283 ################################################################################
1284
1285 ################################################################################
1286 # VPP
1287
1288 # VPP Performance Changes 3n-hsw 1t1c pdr 
1289 -
1290   type: "table"
1291   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1292   algorithm: "table_performance_comparison"
1293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1294   history:
1295     -
1296       title: "rls1804"
1297       data:
1298         csit-vpp-perf-1804-all:
1299         - 21  # sel
1300         - 22  # sel
1301         - 23  # sel
1302         - 24  # sel
1303         - 27  # sel
1304         - 28  # sel
1305         - 29  # sel
1306         - 30  # sel
1307         - 31  # sel
1308         - 35  # sel
1309   reference:
1310     title: "rls1807"
1311     data:
1312       csit-vpp-perf-verify-1807-3n-hsw:
1313       - 11  # NDRPDR full 1
1314       - 22  # NDRPDR full 2
1315       - 45  # NDRPDR full 3
1316       - 46  # NDRPDR full 4
1317       - 15  # NDRPDR sel
1318       - 16  # NDRPDR sel
1319       - 19  # NDRPDR sel
1320       - 18  # NDRPDR sel
1321       - 20  # NDRPDR sel
1322       - 38  # NDRPDR sel
1323       - 40  # NDRPDR sel
1324       - 44  # NDRPDR sel
1325       - 47  # NDRPDR sel
1326   compare:
1327     title: "rls1810"
1328     data:
1329       csit-vpp-perf-verify-1810-3n-hsw:
1330       - 8   # NDRPDR sel
1331       - 12  # NDRPDR sel
1332       - 14  # NDRPDR sel
1333       - 18  # NDRPDR sel
1334       - 23  # NDRPDR sel
1335       - 25  # NDRPDR sel
1336       - 38  # NDRPDR sel
1337       - 39  # NDRPDR sel
1338       - 41  # NDRPDR sel
1339       - 42  # NDRPDR sel
1340   data: "vpp-performance-changes-3n-hsw"
1341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1342   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1343   parameters:
1344   - "name"
1345   - "parent"
1346   - "throughput"
1347
1348 # VPP Performance Changes 3n-hsw 2t2c pdr
1349 -
1350   type: "table"
1351   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1352   algorithm: "table_performance_comparison"
1353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1354   history:
1355     -
1356       title: "rls1804"
1357       data:
1358         csit-vpp-perf-1804-all:
1359         - 21  # sel
1360         - 22  # sel
1361         - 23  # sel
1362         - 24  # sel
1363         - 27  # sel
1364         - 28  # sel
1365         - 29  # sel
1366         - 30  # sel
1367         - 31  # sel
1368         - 35  # sel
1369   reference:
1370     title: "rls1807"
1371     data:
1372       csit-vpp-perf-verify-1807-3n-hsw:
1373       - 11  # NDRPDR full 1
1374       - 22  # NDRPDR full 2
1375       - 45  # NDRPDR full 3
1376       - 46  # NDRPDR full 4
1377       - 15  # NDRPDR sel
1378       - 16  # NDRPDR sel
1379       - 19  # NDRPDR sel
1380       - 18  # NDRPDR sel
1381       - 20  # NDRPDR sel
1382       - 38  # NDRPDR sel
1383       - 40  # NDRPDR sel
1384       - 44  # NDRPDR sel
1385       - 47  # NDRPDR sel
1386   compare:
1387     title: "rls1810"
1388     data:
1389       csit-vpp-perf-verify-1810-3n-hsw:
1390       - 8   # NDRPDR sel
1391       - 12  # NDRPDR sel
1392       - 14  # NDRPDR sel
1393       - 18  # NDRPDR sel
1394       - 23  # NDRPDR sel
1395       - 25  # NDRPDR sel
1396       - 38  # NDRPDR sel
1397       - 39  # NDRPDR sel
1398       - 41  # NDRPDR sel
1399       - 42  # NDRPDR sel
1400   data: "vpp-performance-changes-3n-hsw"
1401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1402   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1403   parameters:
1404   - "name"
1405   - "parent"
1406   - "throughput"
1407
1408 # VPP Performance Changes 3n-hsw 1t1c ndr
1409 -
1410   type: "table"
1411   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1412   algorithm: "table_performance_comparison"
1413   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1414   history:
1415     -
1416       title: "rls1804"
1417       data:
1418         csit-vpp-perf-1804-all:
1419         - 21  # sel
1420         - 22  # sel
1421         - 23  # sel
1422         - 24  # sel
1423         - 27  # sel
1424         - 28  # sel
1425         - 29  # sel
1426         - 30  # sel
1427         - 31  # sel
1428         - 35  # sel
1429   reference:
1430     title: "rls1807"
1431     data:
1432       csit-vpp-perf-verify-1807-3n-hsw:
1433       - 11  # NDRPDR full 1
1434       - 22  # NDRPDR full 2
1435       - 45  # NDRPDR full 3
1436       - 46  # NDRPDR full 4
1437       - 15  # NDRPDR sel
1438       - 16  # NDRPDR sel
1439       - 19  # NDRPDR sel
1440       - 18  # NDRPDR sel
1441       - 20  # NDRPDR sel
1442       - 38  # NDRPDR sel
1443       - 40  # NDRPDR sel
1444       - 44  # NDRPDR sel
1445       - 47  # NDRPDR sel
1446   compare:
1447     title: "rls1810"
1448     data:
1449       csit-vpp-perf-verify-1810-3n-hsw:
1450       - 8   # NDRPDR sel
1451       - 12  # NDRPDR sel
1452       - 14  # NDRPDR sel
1453       - 18  # NDRPDR sel
1454       - 23  # NDRPDR sel
1455       - 25  # NDRPDR sel
1456       - 38  # NDRPDR sel
1457       - 39  # NDRPDR sel
1458       - 41  # NDRPDR sel
1459       - 42  # NDRPDR sel
1460   data: "vpp-performance-changes-3n-hsw"
1461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1462   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1463   parameters:
1464   - "name"
1465   - "parent"
1466   - "throughput"
1467
1468 # VPP Performance Changes 3n-hsw 2t2c ndr
1469 -
1470   type: "table"
1471   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1472   algorithm: "table_performance_comparison"
1473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1474   history:
1475     -
1476       title: "rls1804"
1477       data:
1478         csit-vpp-perf-1804-all:
1479         - 21  # sel
1480         - 22  # sel
1481         - 23  # sel
1482         - 24  # sel
1483         - 27  # sel
1484         - 28  # sel
1485         - 29  # sel
1486         - 30  # sel
1487         - 31  # sel
1488         - 35  # sel
1489   reference:
1490     title: "rls1807"
1491     data:
1492       csit-vpp-perf-verify-1807-3n-hsw:
1493       - 11  # NDRPDR full 1
1494       - 22  # NDRPDR full 2
1495       - 45  # NDRPDR full 3
1496       - 46  # NDRPDR full 4
1497       - 15  # NDRPDR sel
1498       - 16  # NDRPDR sel
1499       - 19  # NDRPDR sel
1500       - 18  # NDRPDR sel
1501       - 20  # NDRPDR sel
1502       - 38  # NDRPDR sel
1503       - 40  # NDRPDR sel
1504       - 44  # NDRPDR sel
1505       - 47  # NDRPDR sel
1506   compare:
1507     title: "rls1810"
1508     data:
1509       csit-vpp-perf-verify-1810-3n-hsw:
1510       - 8   # NDRPDR sel
1511       - 12  # NDRPDR sel
1512       - 14  # NDRPDR sel
1513       - 18  # NDRPDR sel
1514       - 23  # NDRPDR sel
1515       - 25  # NDRPDR sel
1516       - 38  # NDRPDR sel
1517       - 39  # NDRPDR sel
1518       - 41  # NDRPDR sel
1519       - 42  # NDRPDR sel
1520   data: "vpp-performance-changes-3n-hsw"
1521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1522   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1523   parameters:
1524   - "name"
1525   - "parent"
1526   - "throughput"
1527
1528 # VPP Performance Changes 3n-skx 2t1c pdr 
1529 -
1530   type: "table"
1531   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1532   algorithm: "table_performance_comparison"
1533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1534   reference:
1535     title: "rls1807"
1536     data:
1537       csit-vpp-perf-verify-1807-3n-skx:
1538       - 33  # NDRPDR sel
1539       - 35  # NDRPDR sel
1540       - 37  # NDRPDR sel
1541       - 38  # NDRPDR sel
1542       - 39  # NDRPDR sel
1543       - 43  # NDRPDR sel
1544       - 44  # NDRPDR sel
1545       - 49  # NDRPDR sel
1546       - 50  # NDRPDR sel
1547       - 56  # NDRPDR sel
1548   compare:
1549     title: "rls1810"
1550     data:
1551       csit-vpp-perf-verify-1810-3n-skx:
1552       - 10  # NDRPDR sel
1553       - 14  # NDRPDR sel
1554       - 15  # NDRPDR sel
1555       - 16  # NDRPDR sel
1556       - 17  # NDRPDR sel
1557       - 19  # NDRPDR sel
1558       - 20  # NDRPDR sel
1559       - 21  # NDRPDR sel
1560       - 22  # NDRPDR sel
1561       - 25  # NDRPDR sel
1562   data: "vpp-performance-changes-3n-skx"
1563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1564   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1565   parameters:
1566   - "name"
1567   - "parent"
1568   - "throughput"
1569
1570 # VPP Performance Changes 3n-skx 4t2c pdr
1571 -
1572   type: "table"
1573   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1574   algorithm: "table_performance_comparison"
1575   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1576   reference:
1577     title: "rls1807"
1578     data:
1579       csit-vpp-perf-verify-1807-3n-skx:
1580       - 33  # NDRPDR sel
1581       - 35  # NDRPDR sel
1582       - 37  # NDRPDR sel
1583       - 38  # NDRPDR sel
1584       - 39  # NDRPDR sel
1585       - 43  # NDRPDR sel
1586       - 44  # NDRPDR sel
1587       - 49  # NDRPDR sel
1588       - 50  # NDRPDR sel
1589       - 56  # NDRPDR sel
1590   compare:
1591     title: "rls1810"
1592     data:
1593       csit-vpp-perf-verify-1810-3n-skx:
1594       - 10  # NDRPDR sel
1595       - 14  # NDRPDR sel
1596       - 15  # NDRPDR sel
1597       - 16  # NDRPDR sel
1598       - 17  # NDRPDR sel
1599       - 19  # NDRPDR sel
1600       - 20  # NDRPDR sel
1601       - 21  # NDRPDR sel
1602       - 22  # NDRPDR sel
1603       - 25  # NDRPDR sel
1604   data: "vpp-performance-changes-3n-skx"
1605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1606   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1607   parameters:
1608   - "name"
1609   - "parent"
1610   - "throughput"
1611
1612 # VPP Performance Changes 3n-skx 2t1c ndr
1613 -
1614   type: "table"
1615   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1616   algorithm: "table_performance_comparison"
1617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1618   reference:
1619     title: "rls1807"
1620     data:
1621       csit-vpp-perf-verify-1807-3n-skx:
1622       - 33  # NDRPDR sel
1623       - 35  # NDRPDR sel
1624       - 37  # NDRPDR sel
1625       - 38  # NDRPDR sel
1626       - 39  # NDRPDR sel
1627       - 43  # NDRPDR sel
1628       - 44  # NDRPDR sel
1629       - 49  # NDRPDR sel
1630       - 50  # NDRPDR sel
1631       - 56  # NDRPDR sel
1632   compare:
1633     title: "rls1810"
1634     data:
1635       csit-vpp-perf-verify-1810-3n-skx:
1636       - 10  # NDRPDR sel
1637       - 14  # NDRPDR sel
1638       - 15  # NDRPDR sel
1639       - 16  # NDRPDR sel
1640       - 17  # NDRPDR sel
1641       - 19  # NDRPDR sel
1642       - 20  # NDRPDR sel
1643       - 21  # NDRPDR sel
1644       - 22  # NDRPDR sel
1645       - 25  # NDRPDR sel
1646   data: "vpp-performance-changes-3n-skx"
1647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1648   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1649   parameters:
1650   - "name"
1651   - "parent"
1652   - "throughput"
1653
1654 # VPP Performance Changes 3n-skx 4t2c ndr
1655 -
1656   type: "table"
1657   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1658   algorithm: "table_performance_comparison"
1659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1660   reference:
1661     title: "rls1807"
1662     data:
1663       csit-vpp-perf-verify-1807-3n-skx:
1664       - 33  # NDRPDR sel
1665       - 35  # NDRPDR sel
1666       - 37  # NDRPDR sel
1667       - 38  # NDRPDR sel
1668       - 39  # NDRPDR sel
1669       - 43  # NDRPDR sel
1670       - 44  # NDRPDR sel
1671       - 49  # NDRPDR sel
1672       - 50  # NDRPDR sel
1673       - 56  # NDRPDR sel
1674   compare:
1675     title: "rls1810"
1676     data:
1677       csit-vpp-perf-verify-1810-3n-skx:
1678       - 10  # NDRPDR sel
1679       - 14  # NDRPDR sel
1680       - 15  # NDRPDR sel
1681       - 16  # NDRPDR sel
1682       - 17  # NDRPDR sel
1683       - 19  # NDRPDR sel
1684       - 20  # NDRPDR sel
1685       - 21  # NDRPDR sel
1686       - 22  # NDRPDR sel
1687       - 25  # NDRPDR sel
1688   data: "vpp-performance-changes-3n-skx"
1689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1690   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1691   parameters:
1692   - "name"
1693   - "parent"
1694   - "throughput"
1695
1696 # VPP Performance Changes 2n-skx 2t1c pdr 
1697 -
1698   type: "table"
1699   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1700   algorithm: "table_performance_comparison"
1701   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1702   reference:
1703     title: "rls1807"
1704     data:
1705       csit-vpp-perf-verify-1807-2n-skx:
1706       - 26  # NDRPDR sel
1707       - 28  # NDRPDR sel
1708       - 29  # NDRPDR sel
1709       - 30  # NDRPDR sel
1710       - 34  # NDRPDR sel
1711       - 35  # NDRPDR sel
1712       - 36  # NDRPDR sel
1713       - 39  # NDRPDR sel
1714       - 40  # NDRPDR sel
1715       - 42  # NDRPDR sel
1716   compare:
1717     title: "rls1810"
1718     data:
1719       csit-vpp-perf-verify-1810-2n-skx:
1720       - 9   # NDRPDR sel
1721       - 13  # NDRPDR sel
1722       - 14  # NDRPDR sel
1723       - 19  # NDRPDR sel
1724       - 20  # NDRPDR sel
1725       - 21  # NDRPDR sel
1726       - 22  # NDRPDR sel
1727       - 23  # NDRPDR sel
1728       - 24  # NDRPDR sel
1729       - 27  # NDRPDR sel
1730   data: "vpp-performance-changes-2n-skx"
1731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1732   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1733   parameters:
1734   - "name"
1735   - "parent"
1736   - "throughput"
1737
1738 # VPP Performance Changes 2n-skx 4t2c pdr
1739 -
1740   type: "table"
1741   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1742   algorithm: "table_performance_comparison"
1743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1744   reference:
1745     title: "rls1807"
1746     data:
1747       csit-vpp-perf-verify-1807-2n-skx:
1748       - 26  # NDRPDR sel
1749       - 28  # NDRPDR sel
1750       - 29  # NDRPDR sel
1751       - 30  # NDRPDR sel
1752       - 34  # NDRPDR sel
1753       - 35  # NDRPDR sel
1754       - 36  # NDRPDR sel
1755       - 39  # NDRPDR sel
1756       - 40  # NDRPDR sel
1757       - 42  # NDRPDR sel
1758   compare:
1759     title: "rls1810"
1760     data:
1761       csit-vpp-perf-verify-1810-2n-skx:
1762       - 9   # NDRPDR sel
1763       - 13  # NDRPDR sel
1764       - 14  # NDRPDR sel
1765       - 19  # NDRPDR sel
1766       - 20  # NDRPDR sel
1767       - 21  # NDRPDR sel
1768       - 22  # NDRPDR sel
1769       - 23  # NDRPDR sel
1770       - 24  # NDRPDR sel
1771       - 27  # NDRPDR sel
1772   data: "vpp-performance-changes-2n-skx"
1773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1774   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "throughput"
1779
1780 # VPP Performance Changes 2n-skx 2t1c ndr
1781 -
1782   type: "table"
1783   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1784   algorithm: "table_performance_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1786   reference:
1787     title: "rls1807"
1788     data:
1789       csit-vpp-perf-verify-1807-2n-skx:
1790       - 26  # NDRPDR sel
1791       - 28  # NDRPDR sel
1792       - 29  # NDRPDR sel
1793       - 30  # NDRPDR sel
1794       - 34  # NDRPDR sel
1795       - 35  # NDRPDR sel
1796       - 36  # NDRPDR sel
1797       - 39  # NDRPDR sel
1798       - 40  # NDRPDR sel
1799       - 42  # NDRPDR sel
1800   compare:
1801     title: "rls1810"
1802     data:
1803       csit-vpp-perf-verify-1810-2n-skx:
1804       - 9   # NDRPDR sel
1805       - 13  # NDRPDR sel
1806       - 14  # NDRPDR sel
1807       - 19  # NDRPDR sel
1808       - 20  # NDRPDR sel
1809       - 21  # NDRPDR sel
1810       - 22  # NDRPDR sel
1811       - 23  # NDRPDR sel
1812       - 24  # NDRPDR sel
1813       - 27  # NDRPDR sel
1814   data: "vpp-performance-changes-2n-skx"
1815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1816   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1817   parameters:
1818   - "name"
1819   - "parent"
1820   - "throughput"
1821
1822 # VPP Performance Changes 2n-skx 4t2c ndr
1823 -
1824   type: "table"
1825   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1826   algorithm: "table_performance_comparison"
1827   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1828   reference:
1829     title: "rls1807"
1830     data:
1831       csit-vpp-perf-verify-1807-2n-skx:
1832       - 26  # NDRPDR sel
1833       - 28  # NDRPDR sel
1834       - 29  # NDRPDR sel
1835       - 30  # NDRPDR sel
1836       - 34  # NDRPDR sel
1837       - 35  # NDRPDR sel
1838       - 36  # NDRPDR sel
1839       - 39  # NDRPDR sel
1840       - 40  # NDRPDR sel
1841       - 42  # NDRPDR sel
1842   compare:
1843     title: "rls1810"
1844     data:
1845       csit-vpp-perf-verify-1810-2n-skx:
1846       - 9   # NDRPDR sel
1847       - 13  # NDRPDR sel
1848       - 14  # NDRPDR sel
1849       - 19  # NDRPDR sel
1850       - 20  # NDRPDR sel
1851       - 21  # NDRPDR sel
1852       - 22  # NDRPDR sel
1853       - 23  # NDRPDR sel
1854       - 24  # NDRPDR sel
1855       - 27  # NDRPDR sel
1856   data: "vpp-performance-changes-2n-skx"
1857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1858   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1859   parameters:
1860   - "name"
1861   - "parent"
1862   - "throughput"
1863
1864 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1865 -
1866   type: "table"
1867   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1868   algorithm: "table_performance_comparison"
1869   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1870   reference:
1871     title: "3-Node Hsw"
1872     data:
1873       csit-vpp-perf-verify-1810-3n-hsw:
1874       - 8   # NDRPDR sel
1875       - 12  # NDRPDR sel
1876       - 14  # NDRPDR sel
1877       - 18  # NDRPDR sel
1878       - 23  # NDRPDR sel
1879       - 25  # NDRPDR sel
1880       - 38  # NDRPDR sel
1881       - 39  # NDRPDR sel
1882       - 41  # NDRPDR sel
1883       - 42  # NDRPDR sel
1884   compare:
1885     title: "3-Node Skx"
1886     data:
1887       csit-vpp-perf-verify-1810-3n-skx:
1888       - 10  # NDRPDR sel
1889       - 14  # NDRPDR sel
1890       - 15  # NDRPDR sel
1891       - 16  # NDRPDR sel
1892       - 17  # NDRPDR sel
1893       - 19  # NDRPDR sel
1894       - 20  # NDRPDR sel
1895       - 21  # NDRPDR sel
1896       - 22  # NDRPDR sel
1897       - 25  # NDRPDR sel
1898   data: "vpp-compare-testbeds"
1899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1900   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1901   parameters:
1902   - "name"
1903   - "parent"
1904   - "throughput"
1905
1906 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1907 -
1908   type: "table"
1909   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1910   algorithm: "table_performance_comparison"
1911   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1912   reference:
1913     title: "3-Node Hsw"
1914     data:
1915       csit-vpp-perf-verify-1810-3n-hsw:
1916       - 8   # NDRPDR sel
1917       - 12  # NDRPDR sel
1918       - 14  # NDRPDR sel
1919       - 18  # NDRPDR sel
1920       - 23  # NDRPDR sel
1921       - 25  # NDRPDR sel
1922       - 38  # NDRPDR sel
1923       - 39  # NDRPDR sel
1924       - 41  # NDRPDR sel
1925       - 42  # NDRPDR sel
1926   compare:
1927     title: "3-Node Skx"
1928     data:
1929       csit-vpp-perf-verify-1810-3n-skx:
1930       - 10  # NDRPDR sel
1931       - 14  # NDRPDR sel
1932       - 15  # NDRPDR sel
1933       - 16  # NDRPDR sel
1934       - 17  # NDRPDR sel
1935       - 19  # NDRPDR sel
1936       - 20  # NDRPDR sel
1937       - 21  # NDRPDR sel
1938       - 22  # NDRPDR sel
1939       - 25  # NDRPDR sel
1940   data: "vpp-compare-testbeds"
1941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1942   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1943   parameters:
1944   - "name"
1945   - "parent"
1946   - "throughput"
1947
1948 # VPP Comparison Across Topologies 3n-skx to 2n-skx ndr
1949 -
1950   type: "table"
1951   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx ndr"
1952   algorithm: "table_performance_comparison"
1953   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
1954   reference:
1955     title: "3-Node Skx"
1956     data:
1957       csit-vpp-perf-verify-1810-3n-skx:
1958       - 10  # NDRPDR sel
1959       - 14  # NDRPDR sel
1960       - 15  # NDRPDR sel
1961       - 16  # NDRPDR sel
1962       - 17  # NDRPDR sel
1963       - 19  # NDRPDR sel
1964       - 20  # NDRPDR sel
1965       - 21  # NDRPDR sel
1966       - 22  # NDRPDR sel
1967       - 25  # NDRPDR sel
1968   compare:
1969     title: "2-Node Skx"
1970     data:
1971       csit-vpp-perf-verify-1810-2n-skx:
1972       - 9   # NDRPDR sel
1973       - 13  # NDRPDR sel
1974       - 14  # NDRPDR sel
1975       - 19  # NDRPDR sel
1976       - 20  # NDRPDR sel
1977       - 21  # NDRPDR sel
1978       - 22  # NDRPDR sel
1979       - 23  # NDRPDR sel
1980       - 24  # NDRPDR sel
1981       - 27  # NDRPDR sel
1982   data: "vpp-compare-topologies"
1983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1984   filter: "'NDRPDR'"
1985   parameters:
1986   - "name"
1987   - "parent"
1988   - "throughput"
1989
1990 # VPP Comparison Across Topologies 3n-skx to 2n-skx pdr
1991 -
1992   type: "table"
1993   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx pdr"
1994   algorithm: "table_performance_comparison"
1995   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
1996   reference:
1997     title: "3-Node Skx"
1998     data:
1999       csit-vpp-perf-verify-1810-3n-skx:
2000       - 10  # NDRPDR sel
2001       - 14  # NDRPDR sel
2002       - 15  # NDRPDR sel
2003       - 16  # NDRPDR sel
2004       - 17  # NDRPDR sel
2005       - 19  # NDRPDR sel
2006       - 20  # NDRPDR sel
2007       - 21  # NDRPDR sel
2008       - 22  # NDRPDR sel
2009       - 25  # NDRPDR sel
2010   compare:
2011     title: "2-Node Skx"
2012     data:
2013       csit-vpp-perf-verify-1810-2n-skx:
2014       - 9   # NDRPDR sel
2015       - 13  # NDRPDR sel
2016       - 14  # NDRPDR sel
2017       - 19  # NDRPDR sel
2018       - 20  # NDRPDR sel
2019       - 21  # NDRPDR sel
2020       - 22  # NDRPDR sel
2021       - 23  # NDRPDR sel
2022       - 24  # NDRPDR sel
2023       - 27  # NDRPDR sel
2024   data: "vpp-compare-topologies"
2025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2026   filter: "'NDRPDR'"
2027   parameters:
2028   - "name"
2029   - "parent"
2030   - "throughput"
2031
2032 # VPP Performance Changes 3n-hsw 1t1c MRR
2033 -
2034   type: "table"
2035   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2036   algorithm: "table_performance_comparison"
2037   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2038   history:
2039     -
2040       title: "rls1804"
2041       data:
2042         csit-vpp-perf-check-1804:
2043         - 6   # mrr - sel
2044         - 13  # mrr - sel
2045         - 14  # mrr - sel
2046         - 15  # mrr - sel
2047         - 16  # mrr - sel
2048         - 17  # mrr - sel
2049         - 19  # mrr - sel
2050         - 20  # mrr - sel
2051         - 21  # mrr - sel
2052         - 22  # mrr - sel
2053   reference:
2054     title: "rls1807"
2055     data:
2056       csit-vpp-perf-verify-1807-3n-hsw:
2057       - 8   # MRR full
2058       - 9   # MRR sel
2059       - 21  # MRR sel
2060       - 31  # MRR sel
2061       - 33  # MRR sel
2062       - 36  # MRR sel
2063       - 41  # MRR sel
2064       - 42  # MRR sel
2065       - 48  # MRR sel
2066   compare:
2067     title: "rls1810"
2068     data:
2069       csit-vpp-perf-verify-1810-3n-hsw:
2070       - 9   # MRR sel
2071   data: "vpp-performance-changes-3n-hsw-mrr"
2072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2073   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2074   parameters:
2075   - "name"
2076   - "parent"
2077   - "result"
2078
2079 # VPP Performance Changes 3n-hsw 2t2c MRR
2080 -
2081   type: "table"
2082   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2083   algorithm: "table_performance_comparison"
2084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2085   history:
2086     -
2087       title: "rls1804"
2088       data:
2089         csit-vpp-perf-check-1804:
2090         - 6   # mrr - sel
2091         - 13  # mrr - sel
2092         - 14  # mrr - sel
2093         - 15  # mrr - sel
2094         - 16  # mrr - sel
2095         - 17  # mrr - sel
2096         - 19  # mrr - sel
2097         - 20  # mrr - sel
2098         - 21  # mrr - sel
2099         - 22  # mrr - sel
2100   reference:
2101     title: "rls1807"
2102     data:
2103       csit-vpp-perf-verify-1807-3n-hsw:
2104       - 8   # MRR full
2105       - 9   # MRR sel
2106       - 21  # MRR sel
2107       - 31  # MRR sel
2108       - 33  # MRR sel
2109       - 36  # MRR sel
2110       - 41  # MRR sel
2111       - 42  # MRR sel
2112       - 48  # MRR sel
2113   compare:
2114     title: "rls1810"
2115     data:
2116       csit-vpp-perf-verify-1810-3n-hsw:
2117       - 9   # MRR sel
2118   data: "vpp-performance-changes-3n-hsw-mrr"
2119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2120   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2121   parameters:
2122   - "name"
2123   - "parent"
2124   - "result"
2125
2126 # VPP Performance Changes 3n-hsw 4t4c MRR
2127 -
2128   type: "table"
2129   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2130   algorithm: "table_performance_comparison"
2131   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2132   history:
2133     -
2134       title: "rls1804"
2135       data:
2136         csit-vpp-perf-check-1804:
2137         - 6   # mrr - sel
2138         - 13  # mrr - sel
2139         - 14  # mrr - sel
2140         - 15  # mrr - sel
2141         - 16  # mrr - sel
2142         - 17  # mrr - sel
2143         - 19  # mrr - sel
2144         - 20  # mrr - sel
2145         - 21  # mrr - sel
2146         - 22  # mrr - sel
2147   reference:
2148     title: "rls1807"
2149     data:
2150       csit-vpp-perf-verify-1807-3n-hsw:
2151       - 8   # MRR full
2152       - 9   # MRR sel
2153       - 21  # MRR sel
2154       - 31  # MRR sel
2155       - 33  # MRR sel
2156       - 36  # MRR sel
2157       - 41  # MRR sel
2158       - 42  # MRR sel
2159       - 48  # MRR sel
2160   compare:
2161     title: "rls1810"
2162     data:
2163       csit-vpp-perf-verify-1810-3n-hsw:
2164       - 9   # MRR sel
2165   data: "vpp-performance-changes-3n-hsw-mrr"
2166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2167   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2168   parameters:
2169   - "name"
2170   - "parent"
2171   - "result"
2172
2173 # VPP Performance Changes 3n-skx 2t1c MRR
2174 -
2175   type: "table"
2176   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2177   algorithm: "table_performance_comparison"
2178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2179   reference:
2180     title: "rls1807"
2181     data:
2182       csit-vpp-perf-verify-1807-3n-skx:
2183       - 28  # MRR sel
2184       - 32  # MRR sel
2185       - 36  # MRR sel
2186       - 42  # MRR sel
2187       - 47  # MRR sel
2188       - 48  # MRR sel
2189       - 51  # MRR sel
2190       - 52  # MRR sel
2191       - 53  # MRR sel
2192   compare:
2193     title: "rls1810"
2194     data:
2195       csit-vpp-perf-verify-1810-3n-skx:
2196       - 9   # MRR sel
2197       - 11  # MRR sel
2198       - 12  # MRR sel
2199       - 13  # MRR sel
2200   data: "vpp-performance-changes-3n-skx-mrr"
2201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2202   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2203   parameters:
2204   - "name"
2205   - "parent"
2206   - "result"
2207
2208 # VPP Performance Changes 3n-skx 4t2c MRR
2209 -
2210   type: "table"
2211   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2212   algorithm: "table_performance_comparison"
2213   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2214   reference:
2215     title: "rls1807"
2216     data:
2217       csit-vpp-perf-verify-1807-3n-skx:
2218       - 28  # MRR sel
2219       - 32  # MRR sel
2220       - 36  # MRR sel
2221       - 42  # MRR sel
2222       - 47  # MRR sel
2223       - 48  # MRR sel
2224       - 51  # MRR sel
2225       - 52  # MRR sel
2226       - 53  # MRR sel
2227   compare:
2228     title: "rls1810"
2229     data:
2230       csit-vpp-perf-verify-1810-3n-skx:
2231       - 9   # MRR sel
2232       - 11  # MRR sel
2233       - 12  # MRR sel
2234       - 13  # MRR sel
2235   data: "vpp-performance-changes-3n-skx-mrr"
2236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2237   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2238   parameters:
2239   - "name"
2240   - "parent"
2241   - "result"
2242
2243 # VPP Performance Changes 3n-skx 8t4c MRR
2244 -
2245   type: "table"
2246   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2247   algorithm: "table_performance_comparison"
2248   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2249   reference:
2250     title: "rls1807"
2251     data:
2252       csit-vpp-perf-verify-1807-3n-skx:
2253       - 28  # MRR sel
2254       - 32  # MRR sel
2255       - 36  # MRR sel
2256       - 42  # MRR sel
2257       - 47  # MRR sel
2258       - 48  # MRR sel
2259       - 51  # MRR sel
2260       - 52  # MRR sel
2261       - 53  # MRR sel
2262   compare:
2263     title: "rls1810"
2264     data:
2265       csit-vpp-perf-verify-1810-3n-skx:
2266       - 9   # MRR sel
2267       - 11  # MRR sel
2268       - 12  # MRR sel
2269       - 13  # MRR sel
2270   data: "vpp-performance-changes-3n-skx-mrr"
2271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2272   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2273   parameters:
2274   - "name"
2275   - "parent"
2276   - "result"
2277
2278 # VPP Performance Changes 2n-skx 2t1c MRR
2279 -
2280   type: "table"
2281   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2282   algorithm: "table_performance_comparison"
2283   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2284   reference:
2285     title: "rls1807"
2286     data:
2287       csit-vpp-perf-verify-1807-2n-skx:
2288       - 31  # MRR sel
2289       - 33  # MRR sel
2290       - 37  # MRR sel
2291       - 38  # MRR sel
2292       - 41  # MRR sel
2293       - 43  # MRR sel
2294       - 44  # MRR sel
2295       - 45  # MRR sel
2296       - 46  # MRR sel
2297       - 47  # MRR sel
2298   compare:
2299     title: "rls1810"
2300     data:
2301       csit-vpp-perf-verify-1810-2n-skx:
2302       - 8   # MRR sel
2303       - 10  # MRR sel
2304       - 11  # MRR sel
2305       - 12  # MRR sel
2306   data: "vpp-performance-changes-2n-skx-mrr"
2307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2308   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2309   parameters:
2310   - "name"
2311   - "parent"
2312   - "result"
2313
2314 # VPP Performance Changes 2n-skx 4t2c MRR
2315 -
2316   type: "table"
2317   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2318   algorithm: "table_performance_comparison"
2319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2320   reference:
2321     title: "rls1807"
2322     data:
2323       csit-vpp-perf-verify-1807-2n-skx:
2324       - 31  # MRR sel
2325       - 33  # MRR sel
2326       - 37  # MRR sel
2327       - 38  # MRR sel
2328       - 41  # MRR sel
2329       - 43  # MRR sel
2330       - 44  # MRR sel
2331       - 45  # MRR sel
2332       - 46  # MRR sel
2333       - 47  # MRR sel
2334   compare:
2335     title: "rls1810"
2336     data:
2337       csit-vpp-perf-verify-1810-2n-skx:
2338       - 8   # MRR sel
2339       - 10  # MRR sel
2340       - 11  # MRR sel
2341       - 12  # MRR sel
2342   data: "vpp-performance-changes-2n-skx-mrr"
2343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2344   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "result"
2349
2350 # VPP Performance Changes 2n-skx 8t4c MRR
2351 -
2352   type: "table"
2353   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2354   algorithm: "table_performance_comparison"
2355   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2356   reference:
2357     title: "rls1807"
2358     data:
2359       csit-vpp-perf-verify-1807-2n-skx:
2360       - 31  # MRR sel
2361       - 33  # MRR sel
2362       - 37  # MRR sel
2363       - 38  # MRR sel
2364       - 41  # MRR sel
2365       - 43  # MRR sel
2366       - 44  # MRR sel
2367       - 45  # MRR sel
2368       - 46  # MRR sel
2369       - 47  # MRR sel
2370   compare:
2371     title: "rls1810"
2372     data:
2373       csit-vpp-perf-verify-1810-2n-skx:
2374       - 8   # MRR sel
2375       - 10  # MRR sel
2376       - 11  # MRR sel
2377       - 12  # MRR sel
2378   data: "vpp-performance-changes-2n-skx-mrr"
2379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2380   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2381   parameters:
2382   - "name"
2383   - "parent"
2384   - "result"
2385
2386 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2387 -
2388   type: "table"
2389   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2390   algorithm: "table_performance_comparison"
2391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2392   reference:
2393     title: "3-Node Hsw"
2394     data:
2395       csit-vpp-perf-verify-1810-3n-hsw:
2396       - 9   # MRR sel
2397   compare:
2398     title: "3-Node Skx"
2399     data:
2400       csit-vpp-perf-verify-1810-3n-skx:
2401       - 9   # MRR sel
2402       - 11  # MRR sel
2403       - 12  # MRR sel
2404       - 13  # MRR sel
2405   data: "vpp-compare-testbeds-mrr"
2406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2407   filter: "'NIC_Intel-X710' and 'MRR'"
2408   parameters:
2409   - "name"
2410   - "parent"
2411   - "result"
2412
2413 # VPP Comparison Across Topologies 3n-skx to 2n-skx mrr
2414 -
2415   type: "table"
2416   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx mrr"
2417   algorithm: "table_performance_comparison"
2418   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-mrr"
2419   reference:
2420     title: "3-Node Skx"
2421     data:
2422       csit-vpp-perf-verify-1810-3n-skx:
2423       - 9   # MRR sel
2424       - 11  # MRR sel
2425       - 12  # MRR sel
2426       - 13  # MRR sel
2427   compare:
2428     title: "2-Node Skx"
2429     data:
2430       csit-vpp-perf-verify-1810-2n-skx:
2431       - 8   # MRR sel
2432       - 10  # MRR sel
2433       - 11  # MRR sel
2434       - 12  # MRR sel
2435   data: "vpp-compare-topologies-mrr"
2436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2437   filter: "'MRR'"
2438   parameters:
2439   - "name"
2440   - "parent"
2441   - "result"
2442
2443 # Detailed Test Results - VPP Performance Results 3n-hsw
2444 -
2445   type: "table"
2446   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2447   algorithm: "table_merged_details"
2448   output-file-ext: ".csv"
2449   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2450   columns:
2451   -
2452     title: "Name"
2453     data: "data name"
2454   -
2455     title: "Status"
2456     data: "data msg"
2457   rows: "generated"
2458   data: "vpp-perf-results-3n-hsw"
2459   filter: "not 'NDRCHK' and not 'PDRCHK'"
2460   parameters:
2461   - "name"
2462   - "parent"
2463   - "msg"
2464
2465 # Detailed Test Results - VPP Performance Results 3n-skx
2466 -
2467   type: "table"
2468   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2469   algorithm: "table_merged_details"
2470   output-file-ext: ".csv"
2471   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2472   columns:
2473   -
2474     title: "Name"
2475     data: "data name"
2476   -
2477     title: "Status"
2478     data: "data msg"
2479   rows: "generated"
2480   data: "vpp-perf-results-3n-skx"
2481   filter: "not 'NDRCHK' and not 'PDRCHK'"
2482   parameters:
2483   - "name"
2484   - "parent"
2485   - "msg"
2486
2487 # Detailed Test Results - VPP Performance Results 2n-skx
2488 -
2489   type: "table"
2490   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2491   algorithm: "table_merged_details"
2492   output-file-ext: ".csv"
2493   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2494   columns:
2495   -
2496     title: "Name"
2497     data: "data name"
2498   -
2499     title: "Status"
2500     data: "data msg"
2501   rows: "generated"
2502   data: "vpp-perf-results-2n-skx"
2503   filter: "not 'NDRCHK' and not 'PDRCHK'"
2504   parameters:
2505   - "name"
2506   - "parent"
2507   - "msg"
2508
2509 # Detailed Test Results - VPP Performance Results 2n-dnv
2510 -
2511   type: "table"
2512   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2513   algorithm: "table_merged_details"
2514   output-file-ext: ".csv"
2515   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2516   columns:
2517   -
2518     title: "Name"
2519     data: "data name"
2520   -
2521     title: "Status"
2522     data: "data msg"
2523   rows: "generated"
2524   data: "intel-dnv-vpp"
2525   filter: "'NDRPDR'"
2526   parameters:
2527   - "name"
2528   - "parent"
2529   - "msg"
2530
2531 # Test configuration - VPP Performance Test Configs 3n-hsw
2532 -
2533   type: "table"
2534   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2535   algorithm: "table_merged_details"
2536   output-file-ext: ".csv"
2537   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2538   columns:
2539   -
2540     title: "Name"
2541     data: "data name"
2542   -
2543     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2544     data: "data vat-history"
2545   rows: "generated"
2546   data: "vpp-perf-results-3n-hsw"
2547   filter: "not 'NDRCHK' and not 'PDRCHK'"
2548   parameters:
2549   - "parent"
2550   - "name"
2551   - "vat-history"
2552
2553 # Test configuration - VPP Performance Test Configs 3n-skx
2554 -
2555   type: "table"
2556   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2557   algorithm: "table_merged_details"
2558   output-file-ext: ".csv"
2559   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2560   columns:
2561   -
2562     title: "Name"
2563     data: "data name"
2564   -
2565     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2566     data: "data vat-history"
2567   rows: "generated"
2568   data: "vpp-perf-results-3n-skx"
2569   filter: "not 'NDRCHK' and not 'PDRCHK'"
2570   parameters:
2571   - "parent"
2572   - "name"
2573   - "vat-history"
2574
2575 # Test configuration - VPP Performance Test Configs 2n-skx
2576 -
2577   type: "table"
2578   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2579   algorithm: "table_merged_details"
2580   output-file-ext: ".csv"
2581   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2582   columns:
2583   -
2584     title: "Name"
2585     data: "data name"
2586   -
2587     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2588     data: "data vat-history"
2589   rows: "generated"
2590   data: "vpp-perf-results-2n-skx"
2591   filter: "not 'NDRCHK' and not 'PDRCHK'"
2592   parameters:
2593   - "parent"
2594   - "name"
2595   - "vat-history"
2596
2597 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2598 -
2599   type: "table"
2600   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2601   algorithm: "table_merged_details"
2602   output-file-ext: ".csv"
2603   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2604   columns:
2605   -
2606     title: "Name"
2607     data: "data name"
2608   -
2609     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2610     data: "data show-run"
2611   rows: "generated"
2612   data: "vpp-perf-results-3n-hsw"
2613   filter: "not 'NDRCHK' and not 'PDRCHK'"
2614   parameters:
2615   - "parent"
2616   - "name"
2617   - "show-run"
2618
2619 # Test Operational Data - VPP Performance Operational Data 3n-skx
2620 -
2621   type: "table"
2622   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2623   algorithm: "table_merged_details"
2624   output-file-ext: ".csv"
2625   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2626   columns:
2627   -
2628     title: "Name"
2629     data: "data name"
2630   -
2631     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2632     data: "data show-run"
2633   rows: "generated"
2634   data: "vpp-perf-results-3n-skx"
2635   filter: "not 'NDRCHK' and not 'PDRCHK'"
2636   parameters:
2637   - "parent"
2638   - "name"
2639   - "show-run"
2640
2641 # Test Operational Data - VPP Performance Operational Data 2n-skx
2642 -
2643   type: "table"
2644   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2645   algorithm: "table_merged_details"
2646   output-file-ext: ".csv"
2647   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2648   columns:
2649   -
2650     title: "Name"
2651     data: "data name"
2652   -
2653     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2654     data: "data show-run"
2655   rows: "generated"
2656   data: "vpp-perf-results-2n-skx"
2657   filter: "not 'NDRCHK' and not 'PDRCHK'"
2658   parameters:
2659   - "parent"
2660   - "name"
2661   - "show-run"
2662
2663 # Detailed Test Results - VPP MRR Results 3n-hsw
2664 -
2665   type: "table"
2666   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2667   algorithm: "table_details"
2668   output-file-ext: ".csv"
2669   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2670   columns:
2671   -
2672     title: "Name"
2673     data: "data name"
2674   -
2675     title: "Status"
2676     data: "data msg"
2677   rows: "generated"
2678   data: "vpp-mrr-results-3n-hsw"
2679   filter: "'MRR'"
2680   parameters:
2681   - "name"
2682   - "parent"
2683   - "msg"
2684
2685 # Detailed Test Results - VPP MRR Results 3n-skx
2686 -
2687   type: "table"
2688   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2689   algorithm: "table_details"
2690   output-file-ext: ".csv"
2691   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2692   columns:
2693   -
2694     title: "Name"
2695     data: "data name"
2696   -
2697     title: "Status"
2698     data: "data msg"
2699   rows: "generated"
2700   data: "vpp-mrr-results-3n-skx"
2701   filter: "'MRR'"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "msg"
2706
2707 # Detailed Test Results - VPP MRR Results 2n-skx
2708 -
2709   type: "table"
2710   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2711   algorithm: "table_details"
2712   output-file-ext: ".csv"
2713   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2714   columns:
2715   -
2716     title: "Name"
2717     data: "data name"
2718   -
2719     title: "Status"
2720     data: "data msg"
2721   rows: "generated"
2722   data: "vpp-mrr-results-2n-skx"
2723   filter: "'MRR'"
2724   parameters:
2725   - "name"
2726   - "parent"
2727   - "msg"
2728
2729 # Detailed Test Results - VPP MRR Results 2n-dnv
2730 -
2731   type: "table"
2732   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2733   algorithm: "table_details"
2734   output-file-ext: ".csv"
2735   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2736   columns:
2737   -
2738     title: "Name"
2739     data: "data name"
2740   -
2741     title: "Status"
2742     data: "data msg"
2743   rows: "generated"
2744   data: "intel-dnv-vpp"
2745   filter: "'MRR'"
2746   parameters:
2747   - "name"
2748   - "parent"
2749   - "msg"
2750
2751 # Test configuration - VPP MRR Test Configs 3n-hsw
2752 -
2753   type: "table"
2754   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2755   algorithm: "table_details"
2756   output-file-ext: ".csv"
2757   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2758   columns:
2759   -
2760     title: "Name"
2761     data: "data name"
2762   -
2763     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2764     data: "data vat-history"
2765   rows: "generated"
2766   data: "vpp-mrr-results-3n-hsw"
2767   filter: "'MRR'"
2768   parameters:
2769   - "parent"
2770   - "name"
2771   - "vat-history"
2772
2773 # Test configuration - VPP MRR Test Configs 3n-skx
2774 -
2775   type: "table"
2776   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2777   algorithm: "table_details"
2778   output-file-ext: ".csv"
2779   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2780   columns:
2781   -
2782     title: "Name"
2783     data: "data name"
2784   -
2785     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2786     data: "data vat-history"
2787   rows: "generated"
2788   data: "vpp-mrr-results-3n-skx"
2789   filter: "'MRR'"
2790   parameters:
2791   - "parent"
2792   - "name"
2793   - "vat-history"
2794
2795 # Test configuration - VPP MRR Test Configs 2n-skx
2796 -
2797   type: "table"
2798   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2799   algorithm: "table_details"
2800   output-file-ext: ".csv"
2801   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2802   columns:
2803   -
2804     title: "Name"
2805     data: "data name"
2806   -
2807     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2808     data: "data vat-history"
2809   rows: "generated"
2810   data: "vpp-mrr-results-2n-skx"
2811   filter: "'MRR'"
2812   parameters:
2813   - "parent"
2814   - "name"
2815   - "vat-history"
2816
2817 # Detailed Test Results - VPP Functional Results - Ubuntu
2818 -
2819   type: "table"
2820   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2821   algorithm: "table_details"
2822   output-file-ext: ".csv"
2823   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2824   columns:
2825   -
2826     title: "Name"
2827     data: "data name"
2828   -
2829     title: "Documentation"
2830     data: "data doc"
2831   -
2832     title: "Status"
2833     data: "data status"
2834   rows: "generated"
2835   data: "vpp-func-results-ubuntu"
2836   filter: "all"
2837   parameters:
2838   - "name"
2839   - "parent"
2840   - "doc"
2841   - "status"
2842
2843 # Detailed Test Results - VPP Functional Results - CentOS
2844 -
2845   type: "table"
2846   title: "Detailed Test Results - VPP Functional Results - CentOS"
2847   algorithm: "table_details"
2848   output-file-ext: ".csv"
2849   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2850   columns:
2851   -
2852     title: "Name"
2853     data: "data name"
2854   -
2855     title: "Documentation"
2856     data: "data doc"
2857   -
2858     title: "Status"
2859     data: "data status"
2860   rows: "generated"
2861   data:
2862     "vpp-func-results-centos"
2863   filter: "all"
2864   parameters:
2865   - "name"
2866   - "parent"
2867   - "doc"
2868   - "status"
2869
2870 # Test configuration - VPP Functional Test Configs - Ubuntu
2871 -
2872   type: "table"
2873   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2874   algorithm: "table_details"
2875   output-file-ext: ".csv"
2876   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2877   columns:
2878   -
2879     title: "Name"
2880     data: "data name"
2881   -
2882     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2883     data: "data vat-history"
2884   rows: "generated"
2885   data: "vpp-func-results-ubuntu"
2886   filter: "all"
2887   parameters:
2888   - "parent"
2889   - "name"
2890   - "vat-history"
2891
2892 # Test configuration - VPP Functional Test Configs - CentOS
2893 -
2894   type: "table"
2895   title: "Test configuration - VPP Functional Test Configs - CentOS"
2896   algorithm: "table_details"
2897   output-file-ext: ".csv"
2898   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2899   columns:
2900   -
2901     title: "Name"
2902     data: "data name"
2903   -
2904     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2905     data: "data vat-history"
2906   rows: "generated"
2907   data: "vpp-func-results-centos"
2908   filter: "all"
2909   parameters:
2910   - "parent"
2911   - "name"
2912   - "vat-history"
2913
2914 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2915 -
2916   type: "table"
2917   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2918   algorithm: "table_details"
2919   output-file-ext: ".csv"
2920   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2921   columns:
2922   -
2923     title: "Name"
2924     data: "data name"
2925   -
2926     title: "Status"
2927     data: "data msg"
2928   rows: "generated"
2929   data: "ligato-perf-results-3n-hsw"
2930   filter: "all"
2931   parameters:
2932   - "name"
2933   - "parent"
2934   - "msg"
2935
2936 # Detailed Test Results - VPP Device Results - Ubuntu
2937 -
2938   type: "table"
2939   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2940   algorithm: "table_details"
2941   output-file-ext: ".csv"
2942   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2943   columns:
2944   -
2945     title: "Name"
2946     data: "data name"
2947   -
2948     title: "Documentation"
2949     data: "data doc"
2950   -
2951     title: "Status"
2952     data: "data status"
2953   rows: "generated"
2954   data: "vpp-device-results-ubuntu"
2955   filter: "all"
2956   parameters:
2957   - "name"
2958   - "parent"
2959   - "doc"
2960   - "status"
2961
2962 # Test configuration - VPP Device Test Configs - Ubuntu
2963 -
2964   type: "table"
2965   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2966   algorithm: "table_details"
2967   output-file-ext: ".csv"
2968   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2969   columns:
2970   -
2971     title: "Name"
2972     data: "data name"
2973   -
2974     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2975     data: "data vat-history"
2976   rows: "generated"
2977   data: "vpp-device-results-ubuntu"
2978   filter: "all"
2979   parameters:
2980   - "parent"
2981   - "name"
2982   - "vat-history"
2983
2984 ################################################################################
2985
2986 # DPDK Performance Changes 3n-hsw 1t1c pdr
2987 -
2988   type: "table"
2989   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
2990   algorithm: "table_performance_comparison"
2991   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
2992   history:
2993     -
2994       title: "rls1804"
2995       data:
2996         csit-dpdk-perf-1804-all:
2997         - 4
2998         - 5
2999         - 6
3000         - 7
3001         - 8
3002         - 9
3003         - 10
3004         - 11
3005         - 12
3006         - 13
3007   reference:
3008     title: "rls1807"
3009     data:
3010       csit-dpdk-perf-verify-1807-3n-hsw:
3011       - 11
3012       - 12  # full
3013       - 14
3014       - 15
3015       - 16
3016       - 17
3017       - 20
3018       - 21
3019       - 22
3020       - 23
3021   compare:
3022     title: "rls1810"
3023     data:
3024       csit-dpdk-perf-verify-1810-3n-hsw:
3025       - 1   # NDRPDR sel
3026       - 2   # NDRPDR sel
3027       - 3   # NDRPDR sel
3028       - 4   # NDRPDR sel
3029       - 5   # NDRPDR sel
3030       - 6   # NDRPDR sel
3031       - 7   # NDRPDR sel
3032       - 8   # NDRPDR sel
3033       - 9   # NDRPDR sel
3034       - 10  # NDRPDR sel
3035   data: "dpdk-performance-changes-3n-hsw"
3036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3037   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "throughput"
3042
3043 # DPDK Performance Changes 3n-hsw 2t2c pdr
3044 -
3045   type: "table"
3046   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3047   algorithm: "table_performance_comparison"
3048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3049   history:
3050     -
3051       title: "rls1804"
3052       data:
3053         csit-dpdk-perf-1804-all:
3054         - 4
3055         - 5
3056         - 6
3057         - 7
3058         - 8
3059         - 9
3060         - 10
3061         - 11
3062         - 12
3063         - 13
3064   reference:
3065     title: "rls1807"
3066     data:
3067       csit-dpdk-perf-verify-1807-3n-hsw:
3068       - 11
3069       - 12  # full
3070       - 14
3071       - 15
3072       - 16
3073       - 17
3074       - 20
3075       - 21
3076       - 22
3077       - 23
3078   compare:
3079     title: "rls1810"
3080     data:
3081       csit-dpdk-perf-verify-1810-3n-hsw:
3082       - 1   # NDRPDR sel
3083       - 2   # NDRPDR sel
3084       - 3   # NDRPDR sel
3085       - 4   # NDRPDR sel
3086       - 5   # NDRPDR sel
3087       - 6   # NDRPDR sel
3088       - 7   # NDRPDR sel
3089       - 8   # NDRPDR sel
3090       - 9   # NDRPDR sel
3091       - 10  # NDRPDR sel
3092   data: "dpdk-performance-changes-3n-hsw"
3093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3094   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3095   parameters:
3096   - "name"
3097   - "parent"
3098   - "throughput"
3099
3100 # DPDK Performance Changes 3n-hsw 1t1c ndr
3101 -
3102   type: "table"
3103   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3104   algorithm: "table_performance_comparison"
3105   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3106   history:
3107     -
3108       title: "rls1804"
3109       data:
3110         csit-dpdk-perf-1804-all:
3111         - 4
3112         - 5
3113         - 6
3114         - 7
3115         - 8
3116         - 9
3117         - 10
3118         - 11
3119         - 12
3120         - 13
3121   reference:
3122     title: "rls1807"
3123     data:
3124       csit-dpdk-perf-verify-1807-3n-hsw:
3125       - 11
3126       - 12  # full
3127       - 14
3128       - 15
3129       - 16
3130       - 17
3131       - 20
3132       - 21
3133       - 22
3134       - 23
3135   compare:
3136     title: "rls1810"
3137     data:
3138       csit-dpdk-perf-verify-1810-3n-hsw:
3139       - 1   # NDRPDR sel
3140       - 2   # NDRPDR sel
3141       - 3   # NDRPDR sel
3142       - 4   # NDRPDR sel
3143       - 5   # NDRPDR sel
3144       - 6   # NDRPDR sel
3145       - 7   # NDRPDR sel
3146       - 8   # NDRPDR sel
3147       - 9   # NDRPDR sel
3148       - 10  # NDRPDR sel
3149   data: "dpdk-performance-changes-3n-hsw"
3150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3152   parameters:
3153   - "name"
3154   - "parent"
3155   - "throughput"
3156
3157 # DPDK Performance Changes 3n-hsw 2t2c ndr
3158 -
3159   type: "table"
3160   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3161   algorithm: "table_performance_comparison"
3162   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3163   history:
3164     -
3165       title: "rls1804"
3166       data:
3167         csit-dpdk-perf-1804-all:
3168         - 4
3169         - 5
3170         - 6
3171         - 7
3172         - 8
3173         - 9
3174         - 10
3175         - 11
3176         - 12
3177         - 13
3178   reference:
3179     title: "rls1807"
3180     data:
3181       csit-dpdk-perf-verify-1807-3n-hsw:
3182       - 11
3183       - 12  # full
3184       - 14
3185       - 15
3186       - 16
3187       - 17
3188       - 20
3189       - 21
3190       - 22
3191       - 23
3192   compare:
3193     title: "rls1810"
3194     data:
3195       csit-dpdk-perf-verify-1810-3n-hsw:
3196       - 1   # NDRPDR sel
3197       - 2   # NDRPDR sel
3198       - 3   # NDRPDR sel
3199       - 4   # NDRPDR sel
3200       - 5   # NDRPDR sel
3201       - 6   # NDRPDR sel
3202       - 7   # NDRPDR sel
3203       - 8   # NDRPDR sel
3204       - 9   # NDRPDR sel
3205       - 10  # NDRPDR sel
3206   data: "dpdk-performance-changes-3n-hsw"
3207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3208   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3209   parameters:
3210   - "name"
3211   - "parent"
3212   - "throughput"
3213
3214 # DPDK Performance Changes 3n-skx 2t1c pdr
3215 -
3216   type: "table"
3217   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3218   algorithm: "table_performance_comparison"
3219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3220   reference:
3221     title: "rls1807"
3222     data:
3223       csit-dpdk-perf-verify-1807-3n-skx:
3224       - 1   # NDRPDR sel
3225       - 2   # NDRPDR sel
3226       - 3   # NDRPDR sel
3227       - 6   # NDRPDR sel
3228       - 7   # NDRPDR sel
3229       - 8   # NDRPDR sel
3230       - 9   # NDRPDR sel
3231       - 10  # NDRPDR sel
3232       - 11  # NDRPDR sel
3233       - 12  # NDRPDR sel
3234   compare:
3235     title: "rls1810"
3236     data:
3237       csit-dpdk-perf-verify-1810-3n-skx:
3238       - 3   # NDRPDR sel
3239       - 4   # NDRPDR sel
3240       - 6   # NDRPDR sel
3241       - 7   # NDRPDR sel
3242       - 8   # NDRPDR sel
3243       - 9   # NDRPDR sel
3244       - 10  # NDRPDR sel
3245       - 11  # NDRPDR sel
3246       - 12  # NDRPDR sel
3247       - 13  # NDRPDR sel
3248   data: "dpdk-performance-changes-3n-skx"
3249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3250   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3251   parameters:
3252   - "name"
3253   - "parent"
3254   - "throughput"
3255
3256 # DPDK Performance Changes 3n-skx 4t2c pdr
3257 -
3258   type: "table"
3259   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3260   algorithm: "table_performance_comparison"
3261   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3262   reference:
3263     title: "rls1807"
3264     data:
3265       csit-dpdk-perf-verify-1807-3n-skx:
3266       - 1   # NDRPDR sel
3267       - 2   # NDRPDR sel
3268       - 3   # NDRPDR sel
3269       - 6   # NDRPDR sel
3270       - 7   # NDRPDR sel
3271       - 8   # NDRPDR sel
3272       - 9   # NDRPDR sel
3273       - 10  # NDRPDR sel
3274       - 11  # NDRPDR sel
3275       - 12  # NDRPDR sel
3276   compare:
3277     title: "rls1810"
3278     data:
3279       csit-dpdk-perf-verify-1810-3n-skx:
3280       - 3   # NDRPDR sel
3281       - 4   # NDRPDR sel
3282       - 6   # NDRPDR sel
3283       - 7   # NDRPDR sel
3284       - 8   # NDRPDR sel
3285       - 9   # NDRPDR sel
3286       - 10  # NDRPDR sel
3287       - 11  # NDRPDR sel
3288       - 12  # NDRPDR sel
3289       - 13  # NDRPDR sel
3290   data: "dpdk-performance-changes-3n-skx"
3291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3292   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3293   parameters:
3294   - "name"
3295   - "parent"
3296   - "throughput"
3297
3298 # DPDK Performance Changes 3n-skx 2t1c ndr
3299 -
3300   type: "table"
3301   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3302   algorithm: "table_performance_comparison"
3303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3304   reference:
3305     title: "rls1807"
3306     data:
3307       csit-dpdk-perf-verify-1807-3n-skx:
3308       - 1   # NDRPDR sel
3309       - 2   # NDRPDR sel
3310       - 3   # NDRPDR sel
3311       - 6   # NDRPDR sel
3312       - 7   # NDRPDR sel
3313       - 8   # NDRPDR sel
3314       - 9   # NDRPDR sel
3315       - 10  # NDRPDR sel
3316       - 11  # NDRPDR sel
3317       - 12  # NDRPDR sel
3318   compare:
3319     title: "rls1810"
3320     data:
3321       csit-dpdk-perf-verify-1810-3n-skx:
3322       - 3   # NDRPDR sel
3323       - 4   # NDRPDR sel
3324       - 6   # NDRPDR sel
3325       - 7   # NDRPDR sel
3326       - 8   # NDRPDR sel
3327       - 9   # NDRPDR sel
3328       - 10  # NDRPDR sel
3329       - 11  # NDRPDR sel
3330       - 12  # NDRPDR sel
3331       - 13  # NDRPDR sel
3332   data: "dpdk-performance-changes-3n-skx"
3333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3334   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3335   parameters:
3336   - "name"
3337   - "parent"
3338   - "throughput"
3339
3340 # DPDK Performance Changes 3n-skx 4t2c ndr
3341 -
3342   type: "table"
3343   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3344   algorithm: "table_performance_comparison"
3345   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3346   reference:
3347     title: "rls1807"
3348     data:
3349       csit-dpdk-perf-verify-1807-3n-skx:
3350       - 1   # NDRPDR sel
3351       - 2   # NDRPDR sel
3352       - 3   # NDRPDR sel
3353       - 6   # NDRPDR sel
3354       - 7   # NDRPDR sel
3355       - 8   # NDRPDR sel
3356       - 9   # NDRPDR sel
3357       - 10  # NDRPDR sel
3358       - 11  # NDRPDR sel
3359       - 12  # NDRPDR sel
3360   compare:
3361     title: "rls1810"
3362     data:
3363       csit-dpdk-perf-verify-1810-3n-skx:
3364       - 3   # NDRPDR sel
3365       - 4   # NDRPDR sel
3366       - 6   # NDRPDR sel
3367       - 7   # NDRPDR sel
3368       - 8   # NDRPDR sel
3369       - 9   # NDRPDR sel
3370       - 10  # NDRPDR sel
3371       - 11  # NDRPDR sel
3372       - 12  # NDRPDR sel
3373       - 13  # NDRPDR sel
3374   data: "dpdk-performance-changes-3n-skx"
3375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3376   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3377   parameters:
3378   - "name"
3379   - "parent"
3380   - "throughput"
3381
3382 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3383 -
3384   type: "table"
3385   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3386   algorithm: "table_performance_comparison"
3387   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3388   reference:
3389     title: "3-Node Hsw"
3390     data:
3391       csit-dpdk-perf-verify-1810-3n-hsw:
3392       - 1   # NDRPDR sel
3393       - 2   # NDRPDR sel
3394       - 3   # NDRPDR sel
3395       - 4   # NDRPDR sel
3396       - 5   # NDRPDR sel
3397       - 6   # NDRPDR sel
3398       - 7   # NDRPDR sel
3399       - 8   # NDRPDR sel
3400       - 9   # NDRPDR sel
3401       - 10  # NDRPDR sel
3402   compare:
3403     title: "3-Node Skx"
3404     data:
3405       csit-dpdk-perf-verify-1810-3n-skx:
3406       - 3   # NDRPDR sel
3407       - 4   # NDRPDR sel
3408       - 6   # NDRPDR sel
3409       - 7   # NDRPDR sel
3410       - 8   # NDRPDR sel
3411       - 9   # NDRPDR sel
3412       - 10  # NDRPDR sel
3413       - 11  # NDRPDR sel
3414       - 12  # NDRPDR sel
3415       - 13  # NDRPDR sel
3416   data: "dpdk-compare-testbeds"
3417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3419   parameters:
3420   - "name"
3421   - "parent"
3422   - "throughput"
3423
3424 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3425 -
3426   type: "table"
3427   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3428   algorithm: "table_performance_comparison"
3429   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3430   reference:
3431     title: "3-Node Skx"
3432     data:
3433       csit-dpdk-perf-verify-1810-3n-skx:
3434       - 3   # NDRPDR sel
3435       - 4   # NDRPDR sel
3436       - 6   # NDRPDR sel
3437       - 7   # NDRPDR sel
3438       - 8   # NDRPDR sel
3439       - 9   # NDRPDR sel
3440       - 10  # NDRPDR sel
3441       - 11  # NDRPDR sel
3442       - 12  # NDRPDR sel
3443       - 13  # NDRPDR sel
3444   compare:
3445     title: "2-Node Skx"
3446     data:
3447       csit-dpdk-perf-verify-1810-2n-skx:
3448       - 3   # NDRPDR sel
3449       - 4   # NDRPDR sel
3450       - 5   # NDRPDR sel
3451       - 7   # NDRPDR sel
3452       - 8   # NDRPDR sel
3453       - 9   # NDRPDR sel
3454       - 10  # NDRPDR sel
3455       - 11  # NDRPDR sel
3456       - 12  # NDRPDR sel
3457       - 13  # NDRPDR sel
3458   data: "dpdk-compare-topologies"
3459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3461   parameters:
3462   - "name"
3463   - "parent"
3464   - "throughput"
3465
3466 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3467 -
3468   type: "table"
3469   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3470   algorithm: "table_performance_comparison"
3471   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3472   reference:
3473     title: "3-Node Skx"
3474     data:
3475       csit-dpdk-perf-verify-1810-3n-skx:
3476       - 3   # NDRPDR sel
3477       - 4   # NDRPDR sel
3478       - 6   # NDRPDR sel
3479       - 7   # NDRPDR sel
3480       - 8   # NDRPDR sel
3481       - 9   # NDRPDR sel
3482       - 10  # NDRPDR sel
3483       - 11  # NDRPDR sel
3484       - 12  # NDRPDR sel
3485       - 13  # NDRPDR sel
3486   compare:
3487     title: "2-Node Skx"
3488     data:
3489       csit-dpdk-perf-verify-1810-2n-skx:
3490       - 3   # NDRPDR sel
3491       - 4   # NDRPDR sel
3492       - 5   # NDRPDR sel
3493       - 7   # NDRPDR sel
3494       - 8   # NDRPDR sel
3495       - 9   # NDRPDR sel
3496       - 10  # NDRPDR sel
3497       - 11  # NDRPDR sel
3498       - 12  # NDRPDR sel
3499       - 13  # NDRPDR sel
3500   data: "dpdk-compare-topologies"
3501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3502   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3503   parameters:
3504   - "name"
3505   - "parent"
3506   - "throughput"
3507
3508 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3509 -
3510   type: "table"
3511   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3512   algorithm: "table_performance_comparison"
3513   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3514   reference:
3515     title: "3-Node Hsw"
3516     data:
3517       csit-dpdk-perf-verify-1810-3n-hsw:
3518       - 1   # NDRPDR sel
3519       - 2   # NDRPDR sel
3520       - 3   # NDRPDR sel
3521       - 4   # NDRPDR sel
3522       - 5   # NDRPDR sel
3523       - 6   # NDRPDR sel
3524       - 7   # NDRPDR sel
3525       - 8   # NDRPDR sel
3526       - 9   # NDRPDR sel
3527       - 10  # NDRPDR sel
3528   compare:
3529     title: "3-Node Skx"
3530     data:
3531       csit-dpdk-perf-verify-1810-3n-skx:
3532       - 3   # NDRPDR sel
3533       - 4   # NDRPDR sel
3534       - 6   # NDRPDR sel
3535       - 7   # NDRPDR sel
3536       - 8   # NDRPDR sel
3537       - 9   # NDRPDR sel
3538       - 10  # NDRPDR sel
3539       - 11  # NDRPDR sel
3540       - 12  # NDRPDR sel
3541       - 13  # NDRPDR sel
3542   data: "dpdk-compare-testbeds"
3543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3544   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3545   parameters:
3546   - "name"
3547   - "parent"
3548   - "throughput"
3549
3550 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3551 # NOTE: Not used in 18.10
3552 #-
3553 #  type: "table"
3554 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3555 #  algorithm: "table_performance_comparison"
3556 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3557 #  reference:
3558 #    title: "3-Node Hsw"
3559 #    data:
3560 #      csit-dpdk-perf-verify-1807-3n-hsw:
3561 #      - 11
3562 #      - 12  # full
3563 #      - 14
3564 #      - 15
3565 #      - 16
3566 #      - 17
3567 #      - 20
3568 #      - 21
3569 #      - 22
3570 #      - 23
3571 #  compare:
3572 #    title: "3-Node Skx"
3573 #    data:
3574 #      csit-dpdk-perf-verify-1807-3n-skx:
3575 #      - 1
3576 #      - 2
3577 #      - 3
3578 #      - 6
3579 #      - 7
3580 #      - 8
3581 #      - 9
3582 #      - 10
3583 #      - 11
3584 #      - 12
3585 #  data: "dpdk-compare-testbeds"
3586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3587 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3588 #  parameters:
3589 #  - "name"
3590 #  - "parent"
3591 #  - "result"
3592
3593 # Detailed Test Results - DPDK Performance Results 3n-hsw
3594 -
3595   type: "table"
3596   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3597   algorithm: "table_details"
3598   output-file-ext: ".csv"
3599   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3600   columns:
3601   -
3602     title: "Name"
3603     data: "data name"
3604   -
3605     title: "Status"
3606     data: "data msg"
3607   rows: "generated"
3608   data: "dpdk-perf-results-3n-hsw"
3609   filter: "all"
3610   parameters:
3611   - "name"
3612   - "parent"
3613   - "msg"
3614
3615 # Detailed Test Results - DPDK Performance Results 3n-skx
3616 -
3617   type: "table"
3618   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3619   algorithm: "table_details"
3620   output-file-ext: ".csv"
3621   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3622   columns:
3623   -
3624     title: "Name"
3625     data: "data name"
3626   -
3627     title: "Status"
3628     data: "data msg"
3629   rows: "generated"
3630   data: "dpdk-perf-results-3n-skx"
3631   filter: "all"
3632   parameters:
3633   - "name"
3634   - "parent"
3635   - "msg"
3636
3637 # Detailed Test Results - DPDK Performance Results 2n-skx
3638 -
3639   type: "table"
3640   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3641   algorithm: "table_details"
3642   output-file-ext: ".csv"
3643   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3644   columns:
3645   -
3646     title: "Name"
3647     data: "data name"
3648   -
3649     title: "Status"
3650     data: "data msg"
3651   rows: "generated"
3652   data: "dpdk-perf-results-2n-skx"
3653   filter: "all"
3654   parameters:
3655   - "name"
3656   - "parent"
3657   - "msg"
3658
3659 ################################################################################
3660 # HoneyComb
3661 -
3662   type: "table"
3663   title: "Detailed Test Results - Honeycomb Functional Results"
3664   algorithm: "table_details"
3665   output-file-ext: ".csv"
3666   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3667   columns:
3668   -
3669     title: "Name"
3670     data: "data name"
3671   -
3672     title: "Documentation"
3673     data: "data doc"
3674   -
3675     title: "Status"
3676     data: "data status"
3677   rows: "generated"
3678   data:
3679     "hc-func-results"
3680   filter: "all"
3681   parameters:
3682   - "name"
3683   - "parent"
3684   - "doc"
3685   - "status"
3686
3687 ################################################################################
3688 # NSH SFC
3689 -
3690   type: "table"
3691   title: "Detailed Test Results - NSH SFC Functional Results"
3692   algorithm: "table_details"
3693   output-file-ext: ".csv"
3694   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3695   columns:
3696   -
3697     title: "Name"
3698     data: "data name"
3699   -
3700     title: "Documentation"
3701     data: "data doc"
3702   -
3703     title: "Status"
3704     data: "data status"
3705   rows: "generated"
3706   data:
3707     "nsh-func-results"
3708   filter: "all"
3709   parameters:
3710   - "name"
3711   - "parent"
3712   - "doc"
3713   - "status"
3714
3715 ################################################################################
3716 # DMM
3717 -
3718   type: "table"
3719   title: "Detailed Test Results - DMM Functional Results"
3720   algorithm: "table_details"
3721   output-file-ext: ".csv"
3722   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3723   columns:
3724   -
3725     title: "Name"
3726     data: "data name"
3727   -
3728     title: "Documentation"
3729     data: "data doc"
3730   -
3731     title: "Status"
3732     data: "data status"
3733   rows: "generated"
3734   data:
3735     "dmm-func-results"
3736   filter: "all"
3737   parameters:
3738   - "name"
3739   - "parent"
3740   - "doc"
3741   - "status"
3742
3743 ################################################################################
3744 ###                                F I L E S                                 ###
3745 ################################################################################
3746
3747 # VPP Performance Results 3n-hsw
3748 -
3749   type: "file"
3750   title: "VPP Performance Results 3n-hsw"
3751   algorithm: "file_test_results"
3752   output-file-ext: ".rst"
3753   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3754   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"
3755   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3756   data: "vpp-perf-results-3n-hsw"
3757   filter: "not 'NDRCHK' and not 'PDRCHK'"
3758   parameters:
3759   - "name"
3760   - "doc"
3761   - "level"
3762   - "parent"
3763   data-start-level: 3
3764
3765 # VPP Performance Results 3n-skx
3766 -
3767   type: "file"
3768   title: "VPP Performance Results 3n-skx"
3769   algorithm: "file_test_results"
3770   output-file-ext: ".rst"
3771   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3772   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"
3773   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3774   data: "vpp-perf-results-3n-skx"
3775   filter: "not 'NDRCHK' and not 'PDRCHK'"
3776   parameters:
3777   - "name"
3778   - "doc"
3779   - "level"
3780   - "parent"
3781   data-start-level: 3
3782
3783 # VPP Performance Results 2n-skx
3784 -
3785   type: "file"
3786   title: "VPP Performance Results 2n-skx"
3787   algorithm: "file_test_results"
3788   output-file-ext: ".rst"
3789   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3790   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"
3791   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3792   data: "vpp-perf-results-2n-skx"
3793   filter: "not 'NDRCHK' and not 'PDRCHK'"
3794   parameters:
3795   - "name"
3796   - "doc"
3797   - "level"
3798   - "parent"
3799   data-start-level: 3
3800
3801 # VPP Performance Results 2n-dnv
3802 -
3803   type: "file"
3804   title: "VPP Performance Results 2n-dnv"
3805   algorithm: "file_test_results"
3806   output-file-ext: ".rst"
3807   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3808   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"
3809   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3810   data: "intel-dnv-vpp"
3811   filter: "'NDRPDR'"
3812   parameters:
3813   - "name"
3814   - "doc"
3815   - "level"
3816   - "parent"
3817   data-start-level: 3
3818
3819 # VPP Performance Configuration 3n-hsw
3820 -
3821   type: "file"
3822   title: "VPP Performance Configuration 3n-hsw"
3823   algorithm: "file_test_results"
3824   output-file-ext: ".rst"
3825   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3826   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"
3827   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3828   data: "vpp-perf-results-3n-hsw"
3829   filter: "not 'NDRCHK' and not 'PDRCHK'"
3830   parameters:
3831   - "name"
3832   - "doc"
3833   - "level"
3834   - "parent"
3835   data-start-level: 3
3836
3837 # VPP Performance Configuration 3n-skx
3838 -
3839   type: "file"
3840   title: "VPP Performance Configuration 3n-skx"
3841   algorithm: "file_test_results"
3842   output-file-ext: ".rst"
3843   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3844   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"
3845   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3846   data: "vpp-perf-results-3n-skx"
3847   filter: "not 'NDRCHK' and not 'PDRCHK'"
3848   parameters:
3849   - "name"
3850   - "doc"
3851   - "level"
3852   - "parent"
3853   data-start-level: 3
3854
3855 # VPP Performance Configuration 2n-skx
3856 -
3857   type: "file"
3858   title: "VPP Performance Configuration 2n-skx"
3859   algorithm: "file_test_results"
3860   output-file-ext: ".rst"
3861   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3862   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"
3863   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3864   data: "vpp-perf-results-2n-skx"
3865   filter: "not 'NDRCHK' and not 'PDRCHK'"
3866   parameters:
3867   - "name"
3868   - "doc"
3869   - "level"
3870   - "parent"
3871   data-start-level: 3
3872
3873 # VPP Performance Operational Data 3n-hsw
3874 -
3875   type: "file"
3876   title: "VPP Performance Operational Data 3n-hsw"
3877   algorithm: "file_test_results"
3878   output-file-ext: ".rst"
3879   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3880   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"
3881   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3882   data: "vpp-perf-results-3n-hsw"
3883   filter: "not 'NDRCHK' and not 'PDRCHK'"
3884   parameters:
3885   - "name"
3886   - "doc"
3887   - "level"
3888   - "parent"
3889   data-start-level: 3
3890
3891 # VPP Performance Operational Data 3n-skx
3892 -
3893   type: "file"
3894   title: "VPP Performance Operational Data 3n-skx"
3895   algorithm: "file_test_results"
3896   output-file-ext: ".rst"
3897   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3898   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"
3899   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3900   data: "vpp-perf-results-3n-skx"
3901   filter: "not 'NDRCHK' and not 'PDRCHK'"
3902   parameters:
3903   - "name"
3904   - "doc"
3905   - "level"
3906   - "parent"
3907   data-start-level: 3
3908
3909 # VPP Performance Operational Data 2n-skx
3910 -
3911   type: "file"
3912   title: "VPP Performance Operational Data 2n-skx"
3913   algorithm: "file_test_results"
3914   output-file-ext: ".rst"
3915   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3916   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"
3917   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3918   data: "vpp-perf-results-2n-skx"
3919   filter: "not 'NDRCHK' and not 'PDRCHK'"
3920   parameters:
3921   - "name"
3922   - "doc"
3923   - "level"
3924   - "parent"
3925   data-start-level: 3
3926
3927 # VPP MRR Results 3n-hsw
3928 -
3929   type: "file"
3930   title: "VPP MRR Results 3n-hsw"
3931   algorithm: "file_test_results"
3932   output-file-ext: ".rst"
3933   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3934   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"
3935   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3936   data: "vpp-mrr-results-3n-hsw"
3937   filter: "'MRR'"
3938   parameters:
3939   - "name"
3940   - "doc"
3941   - "level"
3942   - "parent"
3943   data-start-level: 3
3944
3945 # VPP MRR Results 3n-skx
3946 -
3947   type: "file"
3948   title: "VPP MRR Results 3n-skx"
3949   algorithm: "file_test_results"
3950   output-file-ext: ".rst"
3951   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3952   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"
3953   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3954   data: "vpp-mrr-results-3n-skx"
3955   filter: "'MRR'"
3956   parameters:
3957   - "name"
3958   - "doc"
3959   - "level"
3960   - "parent"
3961   data-start-level: 3
3962
3963 # VPP MRR Results 2n-skx
3964 -
3965   type: "file"
3966   title: "VPP MRR Results 2n-skx"
3967   algorithm: "file_test_results"
3968   output-file-ext: ".rst"
3969   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3970   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"
3971   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3972   data: "vpp-mrr-results-2n-skx"
3973   filter: "all"
3974   parameters:
3975   - "name"
3976   - "doc"
3977   - "level"
3978   - "parent"
3979   data-start-level: 3
3980
3981 # VPP MRR Results 2n-dnv
3982 -
3983   type: "file"
3984   title: "VPP MRR Results 2n-dnv"
3985   algorithm: "file_test_results"
3986   output-file-ext: ".rst"
3987   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3988   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"
3989   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3990   data: "intel-dnv-vpp"
3991   filter: "all"
3992   parameters:
3993   - "name"
3994   - "doc"
3995   - "level"
3996   - "parent"
3997   data-start-level: 3
3998
3999 # VPP MRR Configuration 3n-hsw
4000 -
4001   type: "file"
4002   title: "VPP MRR Configuration 3n-hsw"
4003   algorithm: "file_test_results"
4004   output-file-ext: ".rst"
4005   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4006   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"
4007   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4008   data: "vpp-mrr-results-3n-hsw"
4009   filter: "'MRR'"
4010   parameters:
4011   - "name"
4012   - "doc"
4013   - "level"
4014   - "parent"
4015   data-start-level: 3
4016
4017 # VPP MRR Configuration 3n-skx
4018 -
4019   type: "file"
4020   title: "VPP MRR Configuration 3n-skx"
4021   algorithm: "file_test_results"
4022   output-file-ext: ".rst"
4023   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4024   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"
4025   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4026   data: "vpp-mrr-results-3n-skx"
4027   filter: "'MRR'"
4028   parameters:
4029   - "name"
4030   - "doc"
4031   - "level"
4032   - "parent"
4033   data-start-level: 3
4034
4035 # VPP MRR Configuration 2n-skx
4036 -
4037   type: "file"
4038   title: "VPP MRR Configuration 2n-skx"
4039   algorithm: "file_test_results"
4040   output-file-ext: ".rst"
4041   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4042   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"
4043   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4044   data: "vpp-mrr-results-2n-skx"
4045   filter: "'MRR'"
4046   parameters:
4047   - "name"
4048   - "doc"
4049   - "level"
4050   - "parent"
4051   data-start-level: 3
4052
4053 # VPP Functional Results - Ubuntu
4054 -
4055   type: "file"
4056   title: "VPP Functional Results - Ubuntu"
4057   algorithm: "file_test_results"
4058   output-file-ext: ".rst"
4059   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4060   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"
4061   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4062   data: "vpp-func-results-ubuntu"
4063   filter: "all"
4064   parameters:
4065   - "name"
4066   - "doc"
4067   - "level"
4068   - "parent"
4069   data-start-level: 3
4070
4071 # VPP Functional Results - CentOS
4072 -
4073   type: "file"
4074   title: "VPP Functional Results - CentOS"
4075   algorithm: "file_test_results"
4076   output-file-ext: ".rst"
4077   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4078   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"
4079   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4080   data:
4081     "vpp-func-results-centos"
4082   filter: "all"
4083   parameters:
4084   - "name"
4085   - "doc"
4086   - "level"
4087   - "parent"
4088   data-start-level: 3
4089
4090 # VPP Functional Configuration - Ubuntu
4091 -
4092   type: "file"
4093   title: "VPP Functional Configuration - Ubuntu"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4097   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"
4098   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4099   data: "vpp-func-results-ubuntu"
4100   filter: "all"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 # VPP Functional Configuration - CentOS
4109 -
4110   type: "file"
4111   title: "VPP Functional Configuration - CentOS"
4112   algorithm: "file_test_results"
4113   output-file-ext: ".rst"
4114   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4115   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"
4116   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4117   data:
4118     "vpp-func-results-centos"
4119   filter: "all"
4120   parameters:
4121   - "name"
4122   - "doc"
4123   - "level"
4124   - "parent"
4125   data-start-level: 3
4126
4127 # VPP Device Results - Ubuntu
4128 -
4129   type: "file"
4130   title: "VPP Device Results - Ubuntu"
4131   algorithm: "file_test_results"
4132   output-file-ext: ".rst"
4133   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4134   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"
4135   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4136   data: "vpp-device-results-ubuntu"
4137   filter: "all"
4138   parameters:
4139   - "name"
4140   - "doc"
4141   - "level"
4142   - "parent"
4143   data-start-level: 2
4144
4145 # VPP Device Configuration - Ubuntu
4146 -
4147   type: "file"
4148   title: "VPP Device Configuration - Ubuntu"
4149   algorithm: "file_test_results"
4150   output-file-ext: ".rst"
4151   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4152   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"
4153   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4154   data: "vpp-device-results-ubuntu"
4155   filter: "all"
4156   parameters:
4157   - "name"
4158   - "doc"
4159   - "level"
4160   - "parent"
4161   data-start-level: 2
4162
4163 # Container Orchestrated Performance Results 3n-hsw
4164 -
4165   type: "file"
4166   title: "Container Orchestrated Performance Results 3n-hsw"
4167   algorithm: "file_test_results"
4168   output-file-ext: ".rst"
4169   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4170   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"
4171   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4172   data: "ligato-perf-results-3n-hsw"
4173   filter: "all"
4174   parameters:
4175   - "name"
4176   - "doc"
4177   - "level"
4178   - "parent"
4179   data-start-level: 3
4180
4181 # DPDK Performance Results 3n-hsw
4182 -
4183   type: "file"
4184   title: "DPDK Performance Results 3n-hsw"
4185   algorithm: "file_test_results"
4186   output-file-ext: ".rst"
4187   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4188   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"
4189   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4190   data: "dpdk-perf-results-3n-hsw"
4191   filter: "all"
4192   parameters:
4193   - "name"
4194   - "doc"
4195   - "level"
4196   - "parent"
4197   data-start-level: 3
4198
4199 # DPDK Performance Results 3n-skx
4200 -
4201   type: "file"
4202   title: "DPDK Performance Results 3n-skx"
4203   algorithm: "file_test_results"
4204   output-file-ext: ".rst"
4205   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4206   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"
4207   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4208   data: "dpdk-perf-results-3n-skx"
4209   filter: "all"
4210   parameters:
4211   - "name"
4212   - "doc"
4213   - "level"
4214   - "parent"
4215   data-start-level: 3
4216
4217 # DPDK Performance Results 2n-skx
4218 -
4219   type: "file"
4220   title: "DPDK Performance Results 2n-skx"
4221   algorithm: "file_test_results"
4222   output-file-ext: ".rst"
4223   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4224   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"
4225   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4226   data: "dpdk-perf-results-2n-skx"
4227   filter: "all"
4228   parameters:
4229   - "name"
4230   - "doc"
4231   - "level"
4232   - "parent"
4233   data-start-level: 3
4234
4235 # Honeycomb Functional Results
4236 -
4237   type: "file"
4238   title: "Honeycomb Functional Results"
4239   algorithm: "file_test_results"
4240   output-file-ext: ".rst"
4241   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4242   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"
4243   dir-tables: "{DIR[DTR,FUNC,HC]}"
4244   data:
4245     "hc-func-results"
4246   filter: "all"
4247   parameters:
4248   - "name"
4249   - "doc"
4250   - "level"
4251   - "parent"
4252   data-start-level: 3
4253
4254 # NSH SFC Functional Results
4255 -
4256   type: "file"
4257   title: "NSH SFC Functional Results"
4258   algorithm: "file_test_results"
4259   output-file-ext: ".rst"
4260   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4261   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"
4262   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4263   data:
4264     "nsh-func-results"
4265   filter: "all"
4266   parameters:
4267   - "name"
4268   - "doc"
4269   - "level"
4270   - "parent"
4271   data-start-level: 3
4272
4273 # DMM Functional Results
4274 -
4275   type: "file"
4276   title: "DMM Functional Results"
4277   algorithm: "file_test_results"
4278   output-file-ext: ".rst"
4279   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4280   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"
4281   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4282   data:
4283     "dmm-func-results"
4284   filter: "all"
4285   parameters:
4286   - "name"
4287   - "doc"
4288   - "level"
4289   - "parent"
4290   data-start-level: 3
4291
4292 ################################################################################
4293 ###                                P L O T S                                 ###
4294 ################################################################################
4295
4296 ################################################################################
4297 # Plots VPP HTTP Server Performance
4298 -
4299   type: "plot"
4300   title: "VPP HTTP Server Performance"
4301   algorithm: "plot_http_server_performance_box"
4302   output-file-type: ".html"
4303   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4304   data:
4305     "plot-vpp-http-server-performance"
4306   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4307   # each tag is enclosed with ' (apostrophe).
4308   filter: "'HTTP' and 'TCP_CPS'"
4309   parameters:
4310   - "result"
4311   - "name"
4312   traces:
4313     hoverinfo: "x+y"
4314     boxpoints: "outliers"
4315     whiskerwidth: 0
4316   layout:
4317     title: "VPP HTTP Server Performance"
4318     layout:
4319       "plot-cps"
4320
4321 -
4322   type: "plot"
4323   title: "VPP HTTP Server Performance"
4324   algorithm: "plot_http_server_performance_box"
4325   output-file-type: ".html"
4326   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4327   data:
4328     "plot-vpp-http-server-performance"
4329   filter: "'HTTP' and 'TCP_RPS'"
4330   parameters:
4331   - "result"
4332   - "name"
4333   traces:
4334     hoverinfo: "x+y"
4335     boxpoints: "outliers"
4336     whiskerwidth: 0
4337   layout:
4338     title: "VPP HTTP Server Performance"
4339     layout:
4340       "plot-rps"
4341
4342 ################################################################################
4343
4344 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4345 -
4346   type: "plot"
4347   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4348   algorithm: "plot_performance_box"
4349   output-file-type: ".html"
4350   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4351   data: "plot-vpp-throughput-latency-3n-hsw"
4352   filter: "'NIC_Intel-X520-DA2' and
4353            '64B' and
4354            ('BASE' or 'SCALE') and
4355            'NDRPDR' and
4356            'ETH' and
4357            '1T1C' and
4358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4359            not 'VHOST' and
4360            not 'MEMIF'"
4361   parameters:
4362   - "throughput"
4363   - "parent"
4364   - "tags"
4365   sort:
4366   - "L2PATCH"
4367   - "L2XCBASE"
4368   - "BASE"
4369   - "FIB_10K"
4370   - "FIB_100K"
4371   - "FIB_1M"
4372   traces:
4373     hoverinfo: "x+y"
4374     boxpoints: "outliers"
4375     whiskerwidth: 0
4376   layout:
4377     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4378     layout: "plot-throughput"
4379
4380 -
4381   type: "plot"
4382   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4383   algorithm: "plot_performance_box"
4384   output-file-type: ".html"
4385   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4386   data: "plot-vpp-throughput-latency-3n-hsw"
4387   filter: "'NIC_Intel-X520-DA2' and
4388            '64B' and
4389            ('BASE' or 'SCALE') and
4390            'NDRPDR' and
4391            'ETH' and
4392            '1T1C' and
4393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4394            not 'VHOST' and
4395            not 'MEMIF'"
4396   parameters:
4397   - "throughput"
4398   - "parent"
4399   - "tags"
4400   sort:
4401   - "L2PATCH"
4402   - "L2XCBASE"
4403   - "BASE"
4404   - "FIB_10K"
4405   - "FIB_100K"
4406   - "FIB_1M"
4407   traces:
4408     hoverinfo: "x+y"
4409     boxpoints: "outliers"
4410     whiskerwidth: 0
4411   layout:
4412     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4413     layout: "plot-throughput"
4414
4415 -
4416   type: "plot"
4417   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4418   algorithm: "plot_performance_box"
4419   output-file-type: ".html"
4420   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4421   data: "plot-vpp-throughput-latency-3n-hsw"
4422   filter: "'NIC_Intel-X520-DA2' and
4423            '64B' and
4424            ('BASE' or 'SCALE') and
4425            'NDRPDR' and
4426            'ETH' and
4427            '2T2C' and
4428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4429            not 'VHOST' and
4430            not 'MEMIF'"
4431   parameters:
4432   - "throughput"
4433   - "parent"
4434   - "tags"
4435   sort:
4436   - "L2PATCH"
4437   - "L2XCBASE"
4438   - "BASE"
4439   - "FIB_10K"
4440   - "FIB_100K"
4441   - "FIB_1M"
4442   traces:
4443     hoverinfo: "x+y"
4444     boxpoints: "outliers"
4445     whiskerwidth: 0
4446   layout:
4447     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4448     layout: "plot-throughput"
4449
4450 -
4451   type: "plot"
4452   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4453   algorithm: "plot_performance_box"
4454   output-file-type: ".html"
4455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4456   data: "plot-vpp-throughput-latency-3n-hsw"
4457   filter: "'NIC_Intel-X520-DA2' and
4458            '64B' and
4459            ('BASE' or 'SCALE') and
4460            'NDRPDR' and
4461            'ETH' and
4462            '2T2C' and
4463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4464            not 'VHOST' and
4465            not 'MEMIF'"
4466   parameters:
4467   - "throughput"
4468   - "parent"
4469   - "tags"
4470   sort:
4471   - "L2PATCH"
4472   - "L2XCBASE"
4473   - "BASE"
4474   - "FIB_10K"
4475   - "FIB_100K"
4476   - "FIB_1M"
4477   traces:
4478     hoverinfo: "x+y"
4479     boxpoints: "outliers"
4480     whiskerwidth: 0
4481   layout:
4482     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4483     layout: "plot-throughput"
4484
4485 # Packet Throughput - VPP L2 3n-hsw-x520 features
4486 -
4487   type: "plot"
4488   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4489   algorithm: "plot_performance_box"
4490   output-file-type: ".html"
4491   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4492   data: "plot-vpp-throughput-latency-3n-hsw"
4493   filter: "'NIC_Intel-X520-DA2' and
4494            '64B' and
4495            'NDRPDR' and
4496            '1T1C' and
4497            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4498            not 'ACL' and
4499            not 'VHOST' and
4500            not 'MEMIF'"
4501   parameters:
4502   - "throughput"
4503   - "parent"
4504   - "tags"
4505   sort:
4506   - "L2XCBASE"    # l2xcbase
4507   - "L2BDBASE"    # l2bdbase
4508   - "L2XCFWD"     # dot1q-l2xcbase
4509   - "L2BDMACLRN"  # dot1q-l2bdbase
4510   traces:
4511     hoverinfo: "x+y"
4512     boxpoints: "outliers"
4513     whiskerwidth: 0
4514   layout:
4515     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4516     layout: "plot-throughput"
4517
4518 -
4519   type: "plot"
4520   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4521   algorithm: "plot_performance_box"
4522   output-file-type: ".html"
4523   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4524   data: "plot-vpp-throughput-latency-3n-hsw"
4525   filter: "'NIC_Intel-X520-DA2' and
4526            '64B' and
4527            'NDRPDR' and
4528            '1T1C' and
4529            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4530            not 'ACL' and
4531            not 'VHOST' and
4532            not 'MEMIF'"
4533   parameters:
4534   - "throughput"
4535   - "parent"
4536   - "tags"
4537   sort:
4538   - "L2XCBASE"    # l2xcbase
4539   - "L2BDBASE"    # l2bdbase
4540   - "L2XCFWD"     # dot1q-l2xcbase
4541   - "L2BDMACLRN"  # dot1q-l2bdbase
4542   traces:
4543     hoverinfo: "x+y"
4544     boxpoints: "outliers"
4545     whiskerwidth: 0
4546   layout:
4547     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4548     layout: "plot-throughput"
4549
4550 -
4551   type: "plot"
4552   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4553   algorithm: "plot_performance_box"
4554   output-file-type: ".html"
4555   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4556   data: "plot-vpp-throughput-latency-3n-hsw"
4557   filter: "'NIC_Intel-X520-DA2' and
4558            '64B' and
4559            'NDRPDR' and
4560            '2T2C' and
4561            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4562            not 'ACL' and
4563            not 'VHOST' and
4564            not 'MEMIF'"
4565   parameters:
4566   - "throughput"
4567   - "parent"
4568   - "tags"
4569   sort:
4570   - "L2XCBASE"    # l2xcbase
4571   - "L2BDBASE"    # l2bdbase
4572   - "L2XCFWD"     # dot1q-l2xcbase
4573   - "L2BDMACLRN"  # dot1q-l2bdbase
4574   traces:
4575     hoverinfo: "x+y"
4576     boxpoints: "outliers"
4577     whiskerwidth: 0
4578   layout:
4579     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4580     layout: "plot-throughput"
4581
4582 -
4583   type: "plot"
4584   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4585   algorithm: "plot_performance_box"
4586   output-file-type: ".html"
4587   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4588   data: "plot-vpp-throughput-latency-3n-hsw"
4589   filter: "'NIC_Intel-X520-DA2' and
4590            '64B' and
4591            'NDRPDR' and
4592            '2T2C' and
4593            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4594            not 'ACL' and
4595            not 'VHOST' and
4596            not 'MEMIF'"
4597   parameters:
4598   - "throughput"
4599   - "parent"
4600   - "tags"
4601   sort:
4602   - "L2XCBASE"    # l2xcbase
4603   - "L2BDBASE"    # l2bdbase
4604   - "L2XCFWD"     # dot1q-l2xcbase
4605   - "L2BDMACLRN"  # dot1q-l2bdbase
4606   traces:
4607     hoverinfo: "x+y"
4608     boxpoints: "outliers"
4609     whiskerwidth: 0
4610   layout:
4611     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4612     layout: "plot-throughput"
4613
4614 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
4615 -
4616   type: "plot"
4617   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4618   algorithm: "plot_performance_box"
4619   output-file-type: ".html"
4620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4621   data: "plot-vpp-throughput-latency-3n-hsw"
4622   filter: "'NIC_Intel-X710' and
4623            '64B' and
4624            ('BASE' or 'SCALE') and
4625            'NDRPDR' and
4626            'ETH' and
4627            '1T1C' and
4628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4629            not 'VHOST' and
4630            not 'MEMIF'"
4631   parameters:
4632   - "throughput"
4633   - "parent"
4634   - "tags"
4635   sort:
4636   - "L2PATCH"
4637   - "L2XCBASE"
4638   - "BASE"
4639   - "FIB_10K"
4640   - "FIB_100K"
4641   - "FIB_1M"
4642   traces:
4643     hoverinfo: "x+y"
4644     boxpoints: "outliers"
4645     whiskerwidth: 0
4646   layout:
4647     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4648     layout: "plot-throughput"
4649
4650 -
4651   type: "plot"
4652   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4653   algorithm: "plot_performance_box"
4654   output-file-type: ".html"
4655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4656   data: "plot-vpp-throughput-latency-3n-hsw"
4657   filter: "'NIC_Intel-X710' and
4658            '64B' and
4659            ('BASE' or 'SCALE') and
4660            'NDRPDR' and
4661            'ETH' and
4662            '1T1C' and
4663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4664            not 'VHOST' and
4665            not 'MEMIF'"
4666   parameters:
4667   - "throughput"
4668   - "parent"
4669   - "tags"
4670   sort:
4671   - "L2PATCH"
4672   - "L2XCBASE"
4673   - "BASE"
4674   - "FIB_10K"
4675   - "FIB_100K"
4676   - "FIB_1M"
4677   traces:
4678     hoverinfo: "x+y"
4679     boxpoints: "outliers"
4680     whiskerwidth: 0
4681   layout:
4682     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4683     layout: "plot-throughput"
4684
4685 -
4686   type: "plot"
4687   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4688   algorithm: "plot_performance_box"
4689   output-file-type: ".html"
4690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4691   data: "plot-vpp-throughput-latency-3n-hsw"
4692   filter: "'NIC_Intel-X710' and
4693            '64B' and
4694            ('BASE' or 'SCALE') and
4695            'NDRPDR' and
4696            'ETH' and
4697            '2T2C' and
4698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4699            not 'VHOST' and
4700            not 'MEMIF'"
4701   parameters:
4702   - "throughput"
4703   - "parent"
4704   - "tags"
4705   sort:
4706   - "L2PATCH"
4707   - "L2XCBASE"
4708   - "BASE"
4709   - "FIB_10K"
4710   - "FIB_100K"
4711   - "FIB_1M"
4712   traces:
4713     hoverinfo: "x+y"
4714     boxpoints: "outliers"
4715     whiskerwidth: 0
4716   layout:
4717     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4718     layout: "plot-throughput"
4719
4720 -
4721   type: "plot"
4722   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4723   algorithm: "plot_performance_box"
4724   output-file-type: ".html"
4725   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4726   data: "plot-vpp-throughput-latency-3n-hsw"
4727   filter: "'NIC_Intel-X710' and
4728            '64B' and
4729            ('BASE' or 'SCALE') and
4730            'NDRPDR' and
4731            'ETH' and
4732            '2T2C' and
4733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4734            not 'VHOST' and
4735            not 'MEMIF'"
4736   parameters:
4737   - "throughput"
4738   - "parent"
4739   - "tags"
4740   sort:
4741   - "L2PATCH"
4742   - "L2XCBASE"
4743   - "BASE"
4744   - "FIB_10K"
4745   - "FIB_100K"
4746   - "FIB_1M"
4747   traces:
4748     hoverinfo: "x+y"
4749     boxpoints: "outliers"
4750     whiskerwidth: 0
4751   layout:
4752     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4753     layout: "plot-throughput"
4754
4755 # Packet Throughput - VPP L2 3n-hsw-x710 features
4756 -
4757   type: "plot"
4758   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4759   algorithm: "plot_performance_box"
4760   output-file-type: ".html"
4761   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4762   data: "plot-vpp-throughput-latency-3n-hsw"
4763   filter: "'NIC_Intel-X710' and
4764            '64B' and
4765            'NDRPDR' and
4766            '1T1C' and
4767            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4768            not 'ACL' and
4769            not 'VHOST' and
4770            not 'MEMIF'"
4771   parameters:
4772   - "throughput"
4773   - "parent"
4774   - "tags"
4775   sort:
4776   - "L2XCBASE"    # l2xcbase
4777   - "L2BDBASE"    # l2bdbase
4778   - "L2XCFWD"     # dot1q-l2xcbase
4779   - "L2BDMACLRN"  # dot1q-l2bdbase
4780   traces:
4781     hoverinfo: "x+y"
4782     boxpoints: "outliers"
4783     whiskerwidth: 0
4784   layout:
4785     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4786     layout: "plot-throughput"
4787
4788 -
4789   type: "plot"
4790   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4791   algorithm: "plot_performance_box"
4792   output-file-type: ".html"
4793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4794   data: "plot-vpp-throughput-latency-3n-hsw"
4795   filter: "'NIC_Intel-X710' and
4796            '64B' and
4797            'NDRPDR' and
4798            '1T1C' and
4799            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4800            not 'ACL' and
4801            not 'VHOST' and
4802            not 'MEMIF'"
4803   parameters:
4804   - "throughput"
4805   - "parent"
4806   - "tags"
4807   sort:
4808   - "L2XCBASE"    # l2xcbase
4809   - "L2BDBASE"    # l2bdbase
4810   - "L2XCFWD"     # dot1q-l2xcbase
4811   - "L2BDMACLRN"  # dot1q-l2bdbase
4812   traces:
4813     hoverinfo: "x+y"
4814     boxpoints: "outliers"
4815     whiskerwidth: 0
4816   layout:
4817     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4818     layout: "plot-throughput"
4819
4820 -
4821   type: "plot"
4822   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4823   algorithm: "plot_performance_box"
4824   output-file-type: ".html"
4825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4826   data: "plot-vpp-throughput-latency-3n-hsw"
4827   filter: "'NIC_Intel-X710' and
4828            '64B' and
4829            'NDRPDR' and
4830            '2T2C' and
4831            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4832            not 'ACL' and
4833            not 'VHOST' and
4834            not 'MEMIF'"
4835   parameters:
4836   - "throughput"
4837   - "parent"
4838   - "tags"
4839   sort:
4840   - "L2XCBASE"    # l2xcbase
4841   - "L2BDBASE"    # l2bdbase
4842   - "L2XCFWD"     # dot1q-l2xcbase
4843   - "L2BDMACLRN"  # dot1q-l2bdbase
4844   traces:
4845     hoverinfo: "x+y"
4846     boxpoints: "outliers"
4847     whiskerwidth: 0
4848   layout:
4849     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4850     layout: "plot-throughput"
4851
4852 -
4853   type: "plot"
4854   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4855   algorithm: "plot_performance_box"
4856   output-file-type: ".html"
4857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4858   data: "plot-vpp-throughput-latency-3n-hsw"
4859   filter: "'NIC_Intel-X710' and
4860            '64B' and
4861            'NDRPDR' and
4862            '2T2C' and
4863            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4864            not 'ACL' and
4865            not 'VHOST' and
4866            not 'MEMIF'"
4867   parameters:
4868   - "throughput"
4869   - "parent"
4870   - "tags"
4871   sort:
4872   - "L2XCBASE"    # l2xcbase
4873   - "L2BDBASE"    # l2bdbase
4874   - "L2XCFWD"     # dot1q-l2xcbase
4875   - "L2BDMACLRN"  # dot1q-l2bdbase
4876   traces:
4877     hoverinfo: "x+y"
4878     boxpoints: "outliers"
4879     whiskerwidth: 0
4880   layout:
4881     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4882     layout: "plot-throughput"
4883
4884 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
4885 -
4886   type: "plot"
4887   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4888   algorithm: "plot_performance_box"
4889   output-file-type: ".html"
4890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4891   data: "plot-vpp-throughput-latency-3n-hsw"
4892   filter: "'NIC_Intel-XL710' and
4893            '64B' and
4894            ('BASE' or 'SCALE') and
4895            'NDRPDR' and
4896            'ETH' and
4897            '1T1C' and
4898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4899            not 'VHOST' and
4900            not 'MEMIF'"
4901   parameters:
4902   - "throughput"
4903   - "parent"
4904   - "tags"
4905   sort:
4906   - "L2PATCH"
4907   - "L2XCBASE"
4908   - "BASE"
4909   - "FIB_10K"
4910   - "FIB_100K"
4911   - "FIB_1M"
4912   traces:
4913     hoverinfo: "x+y"
4914     boxpoints: "outliers"
4915     whiskerwidth: 0
4916   layout:
4917     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4918     layout: "plot-throughput"
4919
4920 -
4921   type: "plot"
4922   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4923   algorithm: "plot_performance_box"
4924   output-file-type: ".html"
4925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4926   data: "plot-vpp-throughput-latency-3n-hsw"
4927   filter: "'NIC_Intel-XL710' and
4928            '64B' and
4929            ('BASE' or 'SCALE') and
4930            'NDRPDR' and
4931            'ETH' and
4932            '1T1C' and
4933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4934            not 'VHOST' and
4935            not 'MEMIF'"
4936   parameters:
4937   - "throughput"
4938   - "parent"
4939   - "tags"
4940   sort:
4941   - "L2PATCH"
4942   - "L2XCBASE"
4943   - "BASE"
4944   - "FIB_10K"
4945   - "FIB_100K"
4946   - "FIB_1M"
4947   traces:
4948     hoverinfo: "x+y"
4949     boxpoints: "outliers"
4950     whiskerwidth: 0
4951   layout:
4952     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4953     layout: "plot-throughput"
4954
4955 -
4956   type: "plot"
4957   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4958   algorithm: "plot_performance_box"
4959   output-file-type: ".html"
4960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4961   data: "plot-vpp-throughput-latency-3n-hsw"
4962   filter: "'NIC_Intel-XL710' and
4963            '64B' and
4964            ('BASE' or 'SCALE') and
4965            'NDRPDR' and
4966            'ETH' and
4967            '2T2C' and
4968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4969            not 'VHOST' and
4970            not 'MEMIF'"
4971   parameters:
4972   - "throughput"
4973   - "parent"
4974   - "tags"
4975   sort:
4976   - "L2PATCH"
4977   - "L2XCBASE"
4978   - "BASE"
4979   - "FIB_10K"
4980   - "FIB_100K"
4981   - "FIB_1M"
4982   traces:
4983     hoverinfo: "x+y"
4984     boxpoints: "outliers"
4985     whiskerwidth: 0
4986   layout:
4987     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4988     layout: "plot-throughput"
4989
4990 -
4991   type: "plot"
4992   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4993   algorithm: "plot_performance_box"
4994   output-file-type: ".html"
4995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4996   data: "plot-vpp-throughput-latency-3n-hsw"
4997   filter: "'NIC_Intel-XL710' and
4998            '64B' and
4999            ('BASE' or 'SCALE') and
5000            'NDRPDR' and
5001            'ETH' and
5002            '2T2C' and
5003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5004            not 'VHOST' and
5005            not 'MEMIF'"
5006   parameters:
5007   - "throughput"
5008   - "parent"
5009   - "tags"
5010   sort:
5011   - "L2PATCH"
5012   - "L2XCBASE"
5013   - "BASE"
5014   - "FIB_10K"
5015   - "FIB_100K"
5016   - "FIB_1M"
5017   traces:
5018     hoverinfo: "x+y"
5019     boxpoints: "outliers"
5020     whiskerwidth: 0
5021   layout:
5022     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5023     layout: "plot-throughput"
5024
5025 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5026 -
5027   type: "plot"
5028   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5029   algorithm: "plot_performance_box"
5030   output-file-type: ".html"
5031   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5032   data: "plot-vpp-throughput-latency-3n-skx"
5033   filter: "'NIC_Intel-X710' and
5034            '64B' and
5035            ('BASE' or 'SCALE') and
5036            'NDRPDR' and
5037            'ETH' and
5038            '2T1C' and
5039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5040            not 'VHOST' and
5041            not 'MEMIF'"
5042   parameters:
5043   - "throughput"
5044   - "parent"
5045   - "tags"
5046   sort:
5047   - "L2PATCH"
5048   - "L2XCBASE"
5049   - "BASE"
5050   - "FIB_10K"
5051   - "FIB_100K"
5052   - "FIB_1M"
5053   traces:
5054     hoverinfo: "x+y"
5055     boxpoints: "outliers"
5056     whiskerwidth: 0
5057   layout:
5058     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5059     layout: "plot-throughput"
5060
5061 -
5062   type: "plot"
5063   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5064   algorithm: "plot_performance_box"
5065   output-file-type: ".html"
5066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5067   data: "plot-vpp-throughput-latency-3n-skx"
5068   filter: "'NIC_Intel-X710' and
5069            '64B' and
5070            ('BASE' or 'SCALE') and
5071            'NDRPDR' and
5072            'ETH' and
5073            '2T1C' and
5074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5075            not 'VHOST' and
5076            not 'MEMIF'"
5077   parameters:
5078   - "throughput"
5079   - "parent"
5080   - "tags"
5081   sort:
5082   - "L2PATCH"
5083   - "L2XCBASE"
5084   - "BASE"
5085   - "FIB_10K"
5086   - "FIB_100K"
5087   - "FIB_1M"
5088   traces:
5089     hoverinfo: "x+y"
5090     boxpoints: "outliers"
5091     whiskerwidth: 0
5092   layout:
5093     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5094     layout: "plot-throughput"
5095
5096 -
5097   type: "plot"
5098   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5099   algorithm: "plot_performance_box"
5100   output-file-type: ".html"
5101   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5102   data: "plot-vpp-throughput-latency-3n-skx"
5103   filter: "'NIC_Intel-X710' and
5104            '64B' and
5105            ('BASE' or 'SCALE') and
5106            'NDRPDR' and
5107            'ETH' and
5108            '4T2C' and
5109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5110            not 'VHOST' and
5111            not 'MEMIF'"
5112   parameters:
5113   - "throughput"
5114   - "parent"
5115   - "tags"
5116   sort:
5117   - "L2PATCH"
5118   - "L2XCBASE"
5119   - "BASE"
5120   - "FIB_10K"
5121   - "FIB_100K"
5122   - "FIB_1M"
5123   traces:
5124     hoverinfo: "x+y"
5125     boxpoints: "outliers"
5126     whiskerwidth: 0
5127   layout:
5128     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5129     layout: "plot-throughput"
5130
5131 -
5132   type: "plot"
5133   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5134   algorithm: "plot_performance_box"
5135   output-file-type: ".html"
5136   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5137   data: "plot-vpp-throughput-latency-3n-skx"
5138   filter: "'NIC_Intel-X710' and
5139            '64B' and
5140            ('BASE' or 'SCALE') and
5141            'NDRPDR' and
5142            'ETH' and
5143            '4T2C' and
5144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5145            not 'VHOST' and
5146            not 'MEMIF'"
5147   parameters:
5148   - "throughput"
5149   - "parent"
5150   - "tags"
5151   sort:
5152   - "L2PATCH"
5153   - "L2XCBASE"
5154   - "BASE"
5155   - "FIB_10K"
5156   - "FIB_100K"
5157   - "FIB_1M"
5158   traces:
5159     hoverinfo: "x+y"
5160     boxpoints: "outliers"
5161     whiskerwidth: 0
5162   layout:
5163     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5164     layout: "plot-throughput"
5165
5166 # Packet Throughput - VPP L2 3n-skx-x710 features
5167 -
5168   type: "plot"
5169   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5170   algorithm: "plot_performance_box"
5171   output-file-type: ".html"
5172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5173   data: "plot-vpp-throughput-latency-3n-skx"
5174   filter: "'NIC_Intel-X710' and
5175            '64B' and
5176            'NDRPDR' and
5177            '2T1C' and
5178            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5179            not 'ACL' and
5180            not 'VHOST' and
5181            not 'MEMIF'"
5182   parameters:
5183   - "throughput"
5184   - "parent"
5185   - "tags"
5186   sort:
5187   - "L2XCBASE"    # l2xcbase
5188   - "L2BDBASE"    # l2bdbase
5189   - "L2XCFWD"     # dot1q-l2xcbase
5190   - "L2BDMACLRN"  # dot1q-l2bdbase
5191   traces:
5192     hoverinfo: "x+y"
5193     boxpoints: "outliers"
5194     whiskerwidth: 0
5195   layout:
5196     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5197     layout: "plot-throughput"
5198
5199 -
5200   type: "plot"
5201   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5202   algorithm: "plot_performance_box"
5203   output-file-type: ".html"
5204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5205   data: "plot-vpp-throughput-latency-3n-skx"
5206   filter: "'NIC_Intel-X710' and
5207            '64B' and
5208            'NDRPDR' and
5209            '2T1C' and
5210            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5211            not 'ACL' and
5212            not 'VHOST' and
5213            not 'MEMIF'"
5214   parameters:
5215   - "throughput"
5216   - "parent"
5217   - "tags"
5218   sort:
5219   - "L2XCBASE"    # l2xcbase
5220   - "L2BDBASE"    # l2bdbase
5221   - "L2XCFWD"     # dot1q-l2xcbase
5222   - "L2BDMACLRN"  # dot1q-l2bdbase
5223   traces:
5224     hoverinfo: "x+y"
5225     boxpoints: "outliers"
5226     whiskerwidth: 0
5227   layout:
5228     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5229     layout: "plot-throughput"
5230
5231 -
5232   type: "plot"
5233   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5234   algorithm: "plot_performance_box"
5235   output-file-type: ".html"
5236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5237   data: "plot-vpp-throughput-latency-3n-skx"
5238   filter: "'NIC_Intel-X710' and
5239            '64B' and
5240            'NDRPDR' and
5241            '4T2C' and
5242            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5243            not 'ACL' and
5244            not 'VHOST' and
5245            not 'MEMIF'"
5246   parameters:
5247   - "throughput"
5248   - "parent"
5249   - "tags"
5250   sort:
5251   - "L2XCBASE"    # l2xcbase
5252   - "L2BDBASE"    # l2bdbase
5253   - "L2XCFWD"     # dot1q-l2xcbase
5254   - "L2BDMACLRN"  # dot1q-l2bdbase
5255   traces:
5256     hoverinfo: "x+y"
5257     boxpoints: "outliers"
5258     whiskerwidth: 0
5259   layout:
5260     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5261     layout: "plot-throughput"
5262
5263 -
5264   type: "plot"
5265   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5266   algorithm: "plot_performance_box"
5267   output-file-type: ".html"
5268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5269   data: "plot-vpp-throughput-latency-3n-skx"
5270   filter: "'NIC_Intel-X710' and
5271            '64B' and
5272            'NDRPDR' and
5273            '4T2C' and
5274            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5275            not 'ACL' and
5276            not 'VHOST' and
5277            not 'MEMIF'"
5278   parameters:
5279   - "throughput"
5280   - "parent"
5281   - "tags"
5282   sort:
5283   - "L2XCBASE"    # l2xcbase
5284   - "L2BDBASE"    # l2bdbase
5285   - "L2XCFWD"     # dot1q-l2xcbase
5286   - "L2BDMACLRN"  # dot1q-l2bdbase
5287   traces:
5288     hoverinfo: "x+y"
5289     boxpoints: "outliers"
5290     whiskerwidth: 0
5291   layout:
5292     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5293     layout: "plot-throughput"
5294
5295 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5296 -
5297   type: "plot"
5298   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5299   algorithm: "plot_performance_box"
5300   output-file-type: ".html"
5301   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5302   data: "plot-vpp-throughput-latency-3n-skx"
5303   filter: "'NIC_Intel-XXV710' and
5304            '64B' and
5305            ('BASE' or 'SCALE') and
5306            'NDRPDR' and
5307            'ETH' and
5308            '2T1C' and
5309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5310            not 'VHOST' and
5311            not 'MEMIF'"
5312   parameters:
5313   - "throughput"
5314   - "parent"
5315   - "tags"
5316   sort:
5317   - "L2PATCH"
5318   - "L2XCBASE"
5319   - "BASE"
5320   - "FIB_10K"
5321   - "FIB_100K"
5322   - "FIB_1M"
5323   traces:
5324     hoverinfo: "x+y"
5325     boxpoints: "outliers"
5326     whiskerwidth: 0
5327   layout:
5328     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5329     layout: "plot-throughput"
5330
5331 -
5332   type: "plot"
5333   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5334   algorithm: "plot_performance_box"
5335   output-file-type: ".html"
5336   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5337   data: "plot-vpp-throughput-latency-3n-skx"
5338   filter: "'NIC_Intel-XXV710' and
5339            '64B' and
5340            ('BASE' or 'SCALE') and
5341            'NDRPDR' and
5342            'ETH' and
5343            '2T1C' and
5344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5345            not 'VHOST' and
5346            not 'MEMIF'"
5347   parameters:
5348   - "throughput"
5349   - "parent"
5350   - "tags"
5351   sort:
5352   - "L2PATCH"
5353   - "L2XCBASE"
5354   - "BASE"
5355   - "FIB_10K"
5356   - "FIB_100K"
5357   - "FIB_1M"
5358   traces:
5359     hoverinfo: "x+y"
5360     boxpoints: "outliers"
5361     whiskerwidth: 0
5362   layout:
5363     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5364     layout: "plot-throughput"
5365
5366 -
5367   type: "plot"
5368   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5369   algorithm: "plot_performance_box"
5370   output-file-type: ".html"
5371   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5372   data: "plot-vpp-throughput-latency-3n-skx"
5373   filter: "'NIC_Intel-XXV710' and
5374            '64B' and
5375            ('BASE' or 'SCALE') and
5376            'NDRPDR' and
5377            'ETH' and
5378            '4T2C' and
5379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5380            not 'VHOST' and
5381            not 'MEMIF'"
5382   parameters:
5383   - "throughput"
5384   - "parent"
5385   - "tags"
5386   sort:
5387   - "L2PATCH"
5388   - "L2XCBASE"
5389   - "BASE"
5390   - "FIB_10K"
5391   - "FIB_100K"
5392   - "FIB_1M"
5393   traces:
5394     hoverinfo: "x+y"
5395     boxpoints: "outliers"
5396     whiskerwidth: 0
5397   layout:
5398     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5399     layout: "plot-throughput"
5400
5401 -
5402   type: "plot"
5403   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5404   algorithm: "plot_performance_box"
5405   output-file-type: ".html"
5406   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5407   data: "plot-vpp-throughput-latency-3n-skx"
5408   filter: "'NIC_Intel-XXV710' and
5409            '64B' and
5410            ('BASE' or 'SCALE') and
5411            'NDRPDR' and
5412            'ETH' and
5413            '4T2C' and
5414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5415            not 'VHOST' and
5416            not 'MEMIF'"
5417   parameters:
5418   - "throughput"
5419   - "parent"
5420   - "tags"
5421   sort:
5422   - "L2PATCH"
5423   - "L2XCBASE"
5424   - "BASE"
5425   - "FIB_10K"
5426   - "FIB_100K"
5427   - "FIB_1M"
5428   traces:
5429     hoverinfo: "x+y"
5430     boxpoints: "outliers"
5431     whiskerwidth: 0
5432   layout:
5433     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5434     layout: "plot-throughput"
5435
5436 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5437 -
5438   type: "plot"
5439   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5440   algorithm: "plot_performance_box"
5441   output-file-type: ".html"
5442   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5443   data: "plot-vpp-throughput-latency-2n-skx"
5444   filter: "'NIC_Intel-X710' and
5445            '64B' and
5446            ('BASE' or 'SCALE') and
5447            'NDRPDR' and
5448            'ETH' and
5449            '2T1C' and
5450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5451            not 'VHOST' and
5452            not 'MEMIF'"
5453   parameters:
5454   - "throughput"
5455   - "parent"
5456   - "tags"
5457   sort:
5458   - "L2PATCH"
5459   - "L2XCBASE"
5460   - "BASE"
5461   - "FIB_10K"
5462   - "FIB_100K"
5463   - "FIB_1M"
5464   traces:
5465     hoverinfo: "x+y"
5466     boxpoints: "outliers"
5467     whiskerwidth: 0
5468   layout:
5469     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5470     layout: "plot-throughput"
5471
5472 -
5473   type: "plot"
5474   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5475   algorithm: "plot_performance_box"
5476   output-file-type: ".html"
5477   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5478   data: "plot-vpp-throughput-latency-2n-skx"
5479   filter: "'NIC_Intel-X710' and
5480            '64B' and
5481            ('BASE' or 'SCALE') and
5482            'NDRPDR' and
5483            'ETH' and
5484            '2T1C' and
5485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5486            not 'VHOST' and
5487            not 'MEMIF'"
5488   parameters:
5489   - "throughput"
5490   - "parent"
5491   - "tags"
5492   sort:
5493   - "L2PATCH"
5494   - "L2XCBASE"
5495   - "BASE"
5496   - "FIB_10K"
5497   - "FIB_100K"
5498   - "FIB_1M"
5499   traces:
5500     hoverinfo: "x+y"
5501     boxpoints: "outliers"
5502     whiskerwidth: 0
5503   layout:
5504     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5505     layout: "plot-throughput"
5506
5507 -
5508   type: "plot"
5509   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5510   algorithm: "plot_performance_box"
5511   output-file-type: ".html"
5512   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5513   data: "plot-vpp-throughput-latency-2n-skx"
5514   filter: "'NIC_Intel-X710' and
5515            '64B' and
5516            ('BASE' or 'SCALE') and
5517            'NDRPDR' and
5518            'ETH' and
5519            '4T2C' and
5520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5521            not 'VHOST' and
5522            not 'MEMIF'"
5523   parameters:
5524   - "throughput"
5525   - "parent"
5526   - "tags"
5527   sort:
5528   - "L2PATCH"
5529   - "L2XCBASE"
5530   - "BASE"
5531   - "FIB_10K"
5532   - "FIB_100K"
5533   - "FIB_1M"
5534   traces:
5535     hoverinfo: "x+y"
5536     boxpoints: "outliers"
5537     whiskerwidth: 0
5538   layout:
5539     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5540     layout: "plot-throughput"
5541
5542 -
5543   type: "plot"
5544   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5545   algorithm: "plot_performance_box"
5546   output-file-type: ".html"
5547   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5548   data: "plot-vpp-throughput-latency-2n-skx"
5549   filter: "'NIC_Intel-X710' and
5550            '64B' and
5551            ('BASE' or 'SCALE') and
5552            'NDRPDR' and
5553            'ETH' and
5554            '4T2C' and
5555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5556            not 'VHOST' and
5557            not 'MEMIF'"
5558   parameters:
5559   - "throughput"
5560   - "parent"
5561   - "tags"
5562   sort:
5563   - "L2PATCH"
5564   - "L2XCBASE"
5565   - "BASE"
5566   - "FIB_10K"
5567   - "FIB_100K"
5568   - "FIB_1M"
5569   traces:
5570     hoverinfo: "x+y"
5571     boxpoints: "outliers"
5572     whiskerwidth: 0
5573   layout:
5574     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5575     layout: "plot-throughput"
5576
5577 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5578 -
5579   type: "plot"
5580   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5581   algorithm: "plot_performance_box"
5582   output-file-type: ".html"
5583   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5584   data: "plot-vpp-throughput-latency-2n-skx"
5585   filter: "'NIC_Intel-XXV710' and
5586            '64B' and
5587            ('BASE' or 'SCALE') and
5588            'NDRPDR' and
5589            'ETH' and
5590            '2T1C' and
5591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5592            not 'VHOST' and
5593            not 'MEMIF'"
5594   parameters:
5595   - "throughput"
5596   - "parent"
5597   - "tags"
5598   sort:
5599   - "L2PATCH"
5600   - "L2XCBASE"
5601   - "BASE"
5602   - "FIB_10K"
5603   - "FIB_100K"
5604   - "FIB_1M"
5605   traces:
5606     hoverinfo: "x+y"
5607     boxpoints: "outliers"
5608     whiskerwidth: 0
5609   layout:
5610     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5611     layout: "plot-throughput"
5612
5613 -
5614   type: "plot"
5615   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5616   algorithm: "plot_performance_box"
5617   output-file-type: ".html"
5618   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5619   data: "plot-vpp-throughput-latency-2n-skx"
5620   filter: "'NIC_Intel-XXV710' and
5621            '64B' and
5622            ('BASE' or 'SCALE') and
5623            'NDRPDR' and
5624            'ETH' and
5625            '2T1C' and
5626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5627            not 'VHOST' and
5628            not 'MEMIF'"
5629   parameters:
5630   - "throughput"
5631   - "parent"
5632   - "tags"
5633   sort:
5634   - "L2PATCH"
5635   - "L2XCBASE"
5636   - "BASE"
5637   - "FIB_10K"
5638   - "FIB_100K"
5639   - "FIB_1M"
5640   traces:
5641     hoverinfo: "x+y"
5642     boxpoints: "outliers"
5643     whiskerwidth: 0
5644   layout:
5645     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5646     layout: "plot-throughput"
5647
5648 -
5649   type: "plot"
5650   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5651   algorithm: "plot_performance_box"
5652   output-file-type: ".html"
5653   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5654   data: "plot-vpp-throughput-latency-2n-skx"
5655   filter: "'NIC_Intel-XXV710' and
5656            '64B' and
5657            ('BASE' or 'SCALE') and
5658            'NDRPDR' and
5659            'ETH' and
5660            '4T2C' and
5661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5662            not 'VHOST' and
5663            not 'MEMIF'"
5664   parameters:
5665   - "throughput"
5666   - "parent"
5667   - "tags"
5668   sort:
5669   - "L2PATCH"
5670   - "L2XCBASE"
5671   - "BASE"
5672   - "FIB_10K"
5673   - "FIB_100K"
5674   - "FIB_1M"
5675   traces:
5676     hoverinfo: "x+y"
5677     boxpoints: "outliers"
5678     whiskerwidth: 0
5679   layout:
5680     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5681     layout: "plot-throughput"
5682
5683 -
5684   type: "plot"
5685   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5686   algorithm: "plot_performance_box"
5687   output-file-type: ".html"
5688   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5689   data: "plot-vpp-throughput-latency-2n-skx"
5690   filter: "'NIC_Intel-XXV710' and
5691            '64B' and
5692            ('BASE' or 'SCALE') and
5693            'NDRPDR' and
5694            'ETH' and
5695            '4T2C' and
5696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5697            not 'VHOST' and
5698            not 'MEMIF'"
5699   parameters:
5700   - "throughput"
5701   - "parent"
5702   - "tags"
5703   sort:
5704   - "L2PATCH"
5705   - "L2XCBASE"
5706   - "BASE"
5707   - "FIB_10K"
5708   - "FIB_100K"
5709   - "FIB_1M"
5710   traces:
5711     hoverinfo: "x+y"
5712     boxpoints: "outliers"
5713     whiskerwidth: 0
5714   layout:
5715     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5716     layout: "plot-throughput"
5717
5718 ################################################################################
5719
5720 # Packet Throughput - VPP Container Memif 3n-hsw-x520
5721 -
5722   type: "plot"
5723   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5724   algorithm: "plot_performance_box"
5725   output-file-type: ".html"
5726   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5727   data: "plot-vpp-throughput-latency-3n-hsw"
5728   filter: "'NIC_Intel-X520-DA2' and
5729            '64B' and
5730            ('BASE' or 'SCALE') and
5731            'NDRPDR' and
5732            '1T1C' and
5733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5734            not 'VHOST' and
5735            'MEMIF'"
5736   parameters:
5737   - "throughput"
5738   - "parent"
5739   - "tags"
5740   sort:
5741   - "L2XCFWD"
5742   - "L2XCFWD"
5743   - "L2XCFWD"
5744   - "L2BDMACLRN"
5745   - "L2BDMACLRN"
5746   - "L2BDMACLRN"
5747   traces:
5748     hoverinfo: "x+y"
5749     boxpoints: "outliers"
5750     whiskerwidth: 0
5751   layout:
5752     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5753     layout: "plot-throughput"
5754
5755 -
5756   type: "plot"
5757   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5758   algorithm: "plot_performance_box"
5759   output-file-type: ".html"
5760   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5761   data: "plot-vpp-throughput-latency-3n-hsw"
5762   filter: "'NIC_Intel-X520-DA2' and
5763            '64B' and
5764            ('BASE' or 'SCALE') and
5765            'NDRPDR' and
5766            '1T1C' and
5767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5768            not 'VHOST' and
5769            'MEMIF'"
5770   parameters:
5771   - "throughput"
5772   - "parent"
5773   - "tags"
5774   sort:
5775   - "L2XCFWD"
5776   - "L2XCFWD"
5777   - "L2XCFWD"
5778   - "L2BDMACLRN"
5779   - "L2BDMACLRN"
5780   - "L2BDMACLRN"
5781   traces:
5782     hoverinfo: "x+y"
5783     boxpoints: "outliers"
5784     whiskerwidth: 0
5785   layout:
5786     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5787     layout: "plot-throughput"
5788
5789 -
5790   type: "plot"
5791   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5792   algorithm: "plot_performance_box"
5793   output-file-type: ".html"
5794   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5795   data: "plot-vpp-throughput-latency-3n-hsw"
5796   filter: "'NIC_Intel-X520-DA2' and
5797            '64B' and
5798            ('BASE' or 'SCALE') and
5799            'NDRPDR' and
5800            '2T2C' and
5801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5802            not 'VHOST' and
5803            'MEMIF'"
5804   parameters:
5805   - "throughput"
5806   - "parent"
5807   - "tags"
5808   sort:
5809   - "L2XCFWD"
5810   - "L2XCFWD"
5811   - "L2XCFWD"
5812   - "L2BDMACLRN"
5813   - "L2BDMACLRN"
5814   - "L2BDMACLRN"
5815   traces:
5816     hoverinfo: "x+y"
5817     boxpoints: "outliers"
5818     whiskerwidth: 0
5819   layout:
5820     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5821     layout: "plot-throughput"
5822
5823 -
5824   type: "plot"
5825   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5826   algorithm: "plot_performance_box"
5827   output-file-type: ".html"
5828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5829   data: "plot-vpp-throughput-latency-3n-hsw"
5830   filter: "'NIC_Intel-X520-DA2' and
5831            '64B' and
5832            ('BASE' or 'SCALE') and
5833            'NDRPDR' and
5834            '2T2C' and
5835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5836            not 'VHOST' and
5837            'MEMIF'"
5838   parameters:
5839   - "throughput"
5840   - "parent"
5841   - "tags"
5842   sort:
5843   - "L2XCFWD"
5844   - "L2XCFWD"
5845   - "L2XCFWD"
5846   - "L2BDMACLRN"
5847   - "L2BDMACLRN"
5848   - "L2BDMACLRN"
5849   traces:
5850     hoverinfo: "x+y"
5851     boxpoints: "outliers"
5852     whiskerwidth: 0
5853   layout:
5854     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5855     layout: "plot-throughput"
5856
5857 # Packet Throughput - VPP Container Memif 3n-hsw-x710
5858 -
5859   type: "plot"
5860   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5861   algorithm: "plot_performance_box"
5862   output-file-type: ".html"
5863   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5864   data: "plot-vpp-throughput-latency-3n-hsw"
5865   filter: "'NIC_Intel-X710' and
5866            '64B' and
5867            ('BASE' or 'SCALE') and
5868            'NDRPDR' and
5869            '1T1C' and
5870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5871            not 'VHOST' and
5872            'MEMIF'"
5873   parameters:
5874   - "throughput"
5875   - "parent"
5876   - "tags"
5877   sort:
5878   - "L2XCFWD"
5879   - "L2XCFWD"
5880   - "L2XCFWD"
5881   - "L2BDMACLRN"
5882   - "L2BDMACLRN"
5883   - "L2BDMACLRN"
5884   traces:
5885     hoverinfo: "x+y"
5886     boxpoints: "outliers"
5887     whiskerwidth: 0
5888   layout:
5889     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5890     layout: "plot-throughput"
5891
5892 -
5893   type: "plot"
5894   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5895   algorithm: "plot_performance_box"
5896   output-file-type: ".html"
5897   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5898   data: "plot-vpp-throughput-latency-3n-hsw"
5899   filter: "'NIC_Intel-X710' and
5900            '64B' and
5901            ('BASE' or 'SCALE') and
5902            'NDRPDR' and
5903            '1T1C' and
5904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5905            not 'VHOST' and
5906            'MEMIF'"
5907   parameters:
5908   - "throughput"
5909   - "parent"
5910   - "tags"
5911   sort:
5912   - "L2XCFWD"
5913   - "L2XCFWD"
5914   - "L2XCFWD"
5915   - "L2BDMACLRN"
5916   - "L2BDMACLRN"
5917   - "L2BDMACLRN"
5918   traces:
5919     hoverinfo: "x+y"
5920     boxpoints: "outliers"
5921     whiskerwidth: 0
5922   layout:
5923     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5924     layout: "plot-throughput"
5925
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5932   data: "plot-vpp-throughput-latency-3n-hsw"
5933   filter: "'NIC_Intel-X710' and
5934            '64B' and
5935            ('BASE' or 'SCALE') and
5936            'NDRPDR' and
5937            '2T2C' and
5938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5939            not 'VHOST' and
5940            'MEMIF'"
5941   parameters:
5942   - "throughput"
5943   - "parent"
5944   - "tags"
5945   sort:
5946   - "L2XCFWD"
5947   - "L2XCFWD"
5948   - "L2XCFWD"
5949   - "L2BDMACLRN"
5950   - "L2BDMACLRN"
5951   - "L2BDMACLRN"
5952   traces:
5953     hoverinfo: "x+y"
5954     boxpoints: "outliers"
5955     whiskerwidth: 0
5956   layout:
5957     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5958     layout: "plot-throughput"
5959
5960 -
5961   type: "plot"
5962   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5963   algorithm: "plot_performance_box"
5964   output-file-type: ".html"
5965   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5966   data: "plot-vpp-throughput-latency-3n-hsw"
5967   filter: "'NIC_Intel-X710' and
5968            '64B' and
5969            ('BASE' or 'SCALE') and
5970            'NDRPDR' and
5971            '2T2C' and
5972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5973            not 'VHOST' and
5974            'MEMIF'"
5975   parameters:
5976   - "throughput"
5977   - "parent"
5978   - "tags"
5979   sort:
5980   - "L2XCFWD"
5981   - "L2XCFWD"
5982   - "L2XCFWD"
5983   - "L2BDMACLRN"
5984   - "L2BDMACLRN"
5985   - "L2BDMACLRN"
5986   traces:
5987     hoverinfo: "x+y"
5988     boxpoints: "outliers"
5989     whiskerwidth: 0
5990   layout:
5991     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5992     layout: "plot-throughput"
5993
5994 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
5995 -
5996   type: "plot"
5997   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5998   algorithm: "plot_performance_box"
5999   output-file-type: ".html"
6000   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6001   data: "plot-vpp-throughput-latency-3n-hsw"
6002   filter: "'NIC_Intel-XL710' and
6003            '64B' and
6004            ('BASE' or 'SCALE') and
6005            'NDRPDR' and
6006            '1T1C' and
6007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6008            not 'VHOST' and
6009            'MEMIF'"
6010   parameters:
6011   - "throughput"
6012   - "parent"
6013   - "tags"
6014   sort:
6015   - "L2XCFWD"
6016   - "L2XCFWD"
6017   - "L2XCFWD"
6018   - "L2BDMACLRN"
6019   - "L2BDMACLRN"
6020   - "L2BDMACLRN"
6021   traces:
6022     hoverinfo: "x+y"
6023     boxpoints: "outliers"
6024     whiskerwidth: 0
6025   layout:
6026     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6027     layout: "plot-throughput"
6028
6029 -
6030   type: "plot"
6031   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6032   algorithm: "plot_performance_box"
6033   output-file-type: ".html"
6034   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6035   data: "plot-vpp-throughput-latency-3n-hsw"
6036   filter: "'NIC_Intel-XL710' and
6037            '64B' and
6038            ('BASE' or 'SCALE') and
6039            'NDRPDR' and
6040            '1T1C' and
6041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6042            not 'VHOST' and
6043            'MEMIF'"
6044   parameters:
6045   - "throughput"
6046   - "parent"
6047   - "tags"
6048   sort:
6049   - "L2XCFWD"
6050   - "L2XCFWD"
6051   - "L2XCFWD"
6052   - "L2BDMACLRN"
6053   - "L2BDMACLRN"
6054   - "L2BDMACLRN"
6055   traces:
6056     hoverinfo: "x+y"
6057     boxpoints: "outliers"
6058     whiskerwidth: 0
6059   layout:
6060     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6061     layout: "plot-throughput"
6062
6063 -
6064   type: "plot"
6065   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6066   algorithm: "plot_performance_box"
6067   output-file-type: ".html"
6068   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6069   data: "plot-vpp-throughput-latency-3n-hsw"
6070   filter: "'NIC_Intel-XL710' and
6071            '64B' and
6072            ('BASE' or 'SCALE') and
6073            'NDRPDR' and
6074            '2T2C' and
6075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6076            not 'VHOST' and
6077            'MEMIF'"
6078   parameters:
6079   - "throughput"
6080   - "parent"
6081   - "tags"
6082   sort:
6083   - "L2XCFWD"
6084   - "L2XCFWD"
6085   - "L2XCFWD"
6086   - "L2BDMACLRN"
6087   - "L2BDMACLRN"
6088   - "L2BDMACLRN"
6089   traces:
6090     hoverinfo: "x+y"
6091     boxpoints: "outliers"
6092     whiskerwidth: 0
6093   layout:
6094     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6095     layout: "plot-throughput"
6096
6097 -
6098   type: "plot"
6099   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6100   algorithm: "plot_performance_box"
6101   output-file-type: ".html"
6102   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6103   data: "plot-vpp-throughput-latency-3n-hsw"
6104   filter: "'NIC_Intel-XL710' and
6105            '64B' and
6106            ('BASE' or 'SCALE') and
6107            'NDRPDR' and
6108            '2T2C' and
6109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6110            not 'VHOST' and
6111            'MEMIF'"
6112   parameters:
6113   - "throughput"
6114   - "parent"
6115   - "tags"
6116   sort:
6117   - "L2XCFWD"
6118   - "L2XCFWD"
6119   - "L2XCFWD"
6120   - "L2BDMACLRN"
6121   - "L2BDMACLRN"
6122   - "L2BDMACLRN"
6123   traces:
6124     hoverinfo: "x+y"
6125     boxpoints: "outliers"
6126     whiskerwidth: 0
6127   layout:
6128     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6129     layout: "plot-throughput"
6130
6131 # Packet Throughput - VPP Container Memif 3n-skx-x710
6132 -
6133   type: "plot"
6134   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6135   algorithm: "plot_performance_box"
6136   output-file-type: ".html"
6137   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6138   data: "plot-vpp-throughput-latency-3n-skx"
6139   filter: "'NIC_Intel-X710' and
6140            '64B' and
6141            ('BASE' or 'SCALE') and
6142            'NDRPDR' and
6143            '2T1C' and
6144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6145            not 'VHOST' and
6146            'MEMIF'"
6147   parameters:
6148   - "throughput"
6149   - "parent"
6150   - "tags"
6151   sort:
6152   - "L2XCFWD"
6153   - "L2XCFWD"
6154   - "L2XCFWD"
6155   - "L2BDMACLRN"
6156   - "L2BDMACLRN"
6157   - "L2BDMACLRN"
6158   traces:
6159     hoverinfo: "x+y"
6160     boxpoints: "outliers"
6161     whiskerwidth: 0
6162   layout:
6163     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6164     layout: "plot-throughput"
6165
6166 -
6167   type: "plot"
6168   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6169   algorithm: "plot_performance_box"
6170   output-file-type: ".html"
6171   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6172   data: "plot-vpp-throughput-latency-3n-skx"
6173   filter: "'NIC_Intel-X710' and
6174            '64B' and
6175            ('BASE' or 'SCALE') and
6176            'NDRPDR' and
6177            '2T1C' and
6178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6179            not 'VHOST' and
6180            'MEMIF'"
6181   parameters:
6182   - "throughput"
6183   - "parent"
6184   - "tags"
6185   sort:
6186   - "L2XCFWD"
6187   - "L2XCFWD"
6188   - "L2XCFWD"
6189   - "L2BDMACLRN"
6190   - "L2BDMACLRN"
6191   - "L2BDMACLRN"
6192   traces:
6193     hoverinfo: "x+y"
6194     boxpoints: "outliers"
6195     whiskerwidth: 0
6196   layout:
6197     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6198     layout: "plot-throughput"
6199
6200 -
6201   type: "plot"
6202   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6203   algorithm: "plot_performance_box"
6204   output-file-type: ".html"
6205   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6206   data: "plot-vpp-throughput-latency-3n-skx"
6207   filter: "'NIC_Intel-X710' and
6208            '64B' and
6209            ('BASE' or 'SCALE') and
6210            'NDRPDR' and
6211            '4T2C' and
6212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6213            not 'VHOST' and
6214            'MEMIF'"
6215   parameters:
6216   - "throughput"
6217   - "parent"
6218   - "tags"
6219   sort:
6220   - "L2XCFWD"
6221   - "L2XCFWD"
6222   - "L2XCFWD"
6223   - "L2BDMACLRN"
6224   - "L2BDMACLRN"
6225   - "L2BDMACLRN"
6226   traces:
6227     hoverinfo: "x+y"
6228     boxpoints: "outliers"
6229     whiskerwidth: 0
6230   layout:
6231     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6232     layout: "plot-throughput"
6233
6234 -
6235   type: "plot"
6236   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6237   algorithm: "plot_performance_box"
6238   output-file-type: ".html"
6239   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6240   data: "plot-vpp-throughput-latency-3n-skx"
6241   filter: "'NIC_Intel-X710' and
6242            '64B' and
6243            ('BASE' or 'SCALE') and
6244            'NDRPDR' and
6245            '4T2C' and
6246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6247            not 'VHOST' and
6248            'MEMIF'"
6249   parameters:
6250   - "throughput"
6251   - "parent"
6252   - "tags"
6253   sort:
6254   - "L2XCFWD"
6255   - "L2XCFWD"
6256   - "L2XCFWD"
6257   - "L2BDMACLRN"
6258   - "L2BDMACLRN"
6259   - "L2BDMACLRN"
6260   traces:
6261     hoverinfo: "x+y"
6262     boxpoints: "outliers"
6263     whiskerwidth: 0
6264   layout:
6265     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6266     layout: "plot-throughput"
6267
6268 # Packet Throughput - VPP Container Memif 2n-skx-x710
6269 -
6270   type: "plot"
6271   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6272   algorithm: "plot_performance_box"
6273   output-file-type: ".html"
6274   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6275   data: "plot-vpp-throughput-latency-2n-skx"
6276   filter: "'NIC_Intel-X710' and
6277            '64B' and
6278            ('BASE' or 'SCALE') and
6279            'NDRPDR' and
6280            '2T1C' and
6281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6282            not 'VHOST' and
6283            'MEMIF'"
6284   parameters:
6285   - "throughput"
6286   - "parent"
6287   - "tags"
6288   sort:
6289   - "L2XCFWD"
6290   - "L2XCFWD"
6291   - "L2XCFWD"
6292   - "L2BDMACLRN"
6293   - "L2BDMACLRN"
6294   - "L2BDMACLRN"
6295   traces:
6296     hoverinfo: "x+y"
6297     boxpoints: "outliers"
6298     whiskerwidth: 0
6299   layout:
6300     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6301     layout: "plot-throughput"
6302
6303 -
6304   type: "plot"
6305   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6306   algorithm: "plot_performance_box"
6307   output-file-type: ".html"
6308   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6309   data: "plot-vpp-throughput-latency-2n-skx"
6310   filter: "'NIC_Intel-X710' and
6311            '64B' and
6312            ('BASE' or 'SCALE') and
6313            'NDRPDR' and
6314            '2T1C' and
6315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6316            not 'VHOST' and
6317            'MEMIF'"
6318   parameters:
6319   - "throughput"
6320   - "parent"
6321   - "tags"
6322   sort:
6323   - "L2XCFWD"
6324   - "L2XCFWD"
6325   - "L2XCFWD"
6326   - "L2BDMACLRN"
6327   - "L2BDMACLRN"
6328   - "L2BDMACLRN"
6329   traces:
6330     hoverinfo: "x+y"
6331     boxpoints: "outliers"
6332     whiskerwidth: 0
6333   layout:
6334     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6335     layout: "plot-throughput"
6336
6337 -
6338   type: "plot"
6339   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6340   algorithm: "plot_performance_box"
6341   output-file-type: ".html"
6342   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6343   data: "plot-vpp-throughput-latency-2n-skx"
6344   filter: "'NIC_Intel-X710' and
6345            '64B' and
6346            ('BASE' or 'SCALE') and
6347            'NDRPDR' and
6348            '4T2C' and
6349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6350            not 'VHOST' and
6351            'MEMIF'"
6352   parameters:
6353   - "throughput"
6354   - "parent"
6355   - "tags"
6356   sort:
6357   - "L2XCFWD"
6358   - "L2XCFWD"
6359   - "L2XCFWD"
6360   - "L2BDMACLRN"
6361   - "L2BDMACLRN"
6362   - "L2BDMACLRN"
6363   traces:
6364     hoverinfo: "x+y"
6365     boxpoints: "outliers"
6366     whiskerwidth: 0
6367   layout:
6368     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6369     layout: "plot-throughput"
6370
6371 -
6372   type: "plot"
6373   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6374   algorithm: "plot_performance_box"
6375   output-file-type: ".html"
6376   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6377   data: "plot-vpp-throughput-latency-2n-skx"
6378   filter: "'NIC_Intel-X710' and
6379            '64B' and
6380            ('BASE' or 'SCALE') and
6381            'NDRPDR' and
6382            '4T2C' and
6383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6384            not 'VHOST' and
6385            'MEMIF'"
6386   parameters:
6387   - "throughput"
6388   - "parent"
6389   - "tags"
6390   sort:
6391   - "L2XCFWD"
6392   - "L2XCFWD"
6393   - "L2XCFWD"
6394   - "L2BDMACLRN"
6395   - "L2BDMACLRN"
6396   - "L2BDMACLRN"
6397   traces:
6398     hoverinfo: "x+y"
6399     boxpoints: "outliers"
6400     whiskerwidth: 0
6401   layout:
6402     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6403     layout: "plot-throughput"
6404
6405 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6406 -
6407   type: "plot"
6408   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6409   algorithm: "plot_performance_box"
6410   output-file-type: ".html"
6411   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6412   data: "plot-vpp-throughput-latency-2n-skx"
6413   filter: "'NIC_Intel-XXV710' and
6414            '64B' and
6415            ('BASE' or 'SCALE') and
6416            'NDRPDR' and
6417            '2T1C' and
6418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6419            not 'VHOST' and
6420            'MEMIF'"
6421   parameters:
6422   - "throughput"
6423   - "parent"
6424   - "tags"
6425   sort:
6426   - "L2XCFWD"
6427   - "L2XCFWD"
6428   - "L2XCFWD"
6429   - "L2BDMACLRN"
6430   - "L2BDMACLRN"
6431   - "L2BDMACLRN"
6432   traces:
6433     hoverinfo: "x+y"
6434     boxpoints: "outliers"
6435     whiskerwidth: 0
6436   layout:
6437     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6438     layout: "plot-throughput"
6439
6440 -
6441   type: "plot"
6442   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6443   algorithm: "plot_performance_box"
6444   output-file-type: ".html"
6445   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6446   data: "plot-vpp-throughput-latency-2n-skx"
6447   filter: "'NIC_Intel-XXV710' and
6448            '64B' and
6449            ('BASE' or 'SCALE') and
6450            'NDRPDR' and
6451            '2T1C' and
6452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6453            not 'VHOST' and
6454            'MEMIF'"
6455   parameters:
6456   - "throughput"
6457   - "parent"
6458   - "tags"
6459   sort:
6460   - "L2XCFWD"
6461   - "L2XCFWD"
6462   - "L2XCFWD"
6463   - "L2BDMACLRN"
6464   - "L2BDMACLRN"
6465   - "L2BDMACLRN"
6466   traces:
6467     hoverinfo: "x+y"
6468     boxpoints: "outliers"
6469     whiskerwidth: 0
6470   layout:
6471     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6472     layout: "plot-throughput"
6473
6474 -
6475   type: "plot"
6476   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6477   algorithm: "plot_performance_box"
6478   output-file-type: ".html"
6479   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6480   data: "plot-vpp-throughput-latency-2n-skx"
6481   filter: "'NIC_Intel-XXV710' and
6482            '64B' and
6483            ('BASE' or 'SCALE') and
6484            'NDRPDR' and
6485            '4T2C' and
6486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6487            not 'VHOST' and
6488            'MEMIF'"
6489   parameters:
6490   - "throughput"
6491   - "parent"
6492   - "tags"
6493   sort:
6494   - "L2XCFWD"
6495   - "L2XCFWD"
6496   - "L2XCFWD"
6497   - "L2BDMACLRN"
6498   - "L2BDMACLRN"
6499   - "L2BDMACLRN"
6500   traces:
6501     hoverinfo: "x+y"
6502     boxpoints: "outliers"
6503     whiskerwidth: 0
6504   layout:
6505     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6506     layout: "plot-throughput"
6507
6508 -
6509   type: "plot"
6510   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6511   algorithm: "plot_performance_box"
6512   output-file-type: ".html"
6513   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6514   data: "plot-vpp-throughput-latency-2n-skx"
6515   filter: "'NIC_Intel-XXV710' and
6516            '64B' and
6517            ('BASE' or 'SCALE') and
6518            'NDRPDR' and
6519            '4T2C' and
6520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6521            not 'VHOST' and
6522            'MEMIF'"
6523   parameters:
6524   - "throughput"
6525   - "parent"
6526   - "tags"
6527   sort:
6528   - "L2XCFWD"
6529   - "L2XCFWD"
6530   - "L2XCFWD"
6531   - "L2BDMACLRN"
6532   - "L2BDMACLRN"
6533   - "L2BDMACLRN"
6534   traces:
6535     hoverinfo: "x+y"
6536     boxpoints: "outliers"
6537     whiskerwidth: 0
6538   layout:
6539     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6540     layout: "plot-throughput"
6541
6542 ################################################################################
6543
6544 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
6545 -
6546   type: "plot"
6547   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6548   algorithm: "plot_performance_box"
6549   output-file-type: ".html"
6550   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6551   data: "plot-ligato-throughput-latency-3n-hsw"
6552   filter: "'NIC_Intel-X520-DA2' and
6553            '64B' and
6554            ('BASE' or 'SCALE') and
6555            'NDRPDR' and
6556            '1T1C' and
6557            'L2XCFWD' and
6558            not 'VHOST' and
6559            'MEMIF'"
6560   parameters:
6561   - "throughput"
6562   - "parent"
6563   - "tags"
6564   sort:
6565   - "1VNF"
6566   - "2VNF"
6567   - "4VNF"
6568   - "2VNF"
6569   - "4VNF"
6570   traces:
6571     hoverinfo: "x+y"
6572     boxpoints: "outliers"
6573     whiskerwidth: 0
6574   layout:
6575     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6576     layout: "plot-throughput"
6577
6578 -
6579   type: "plot"
6580   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6581   algorithm: "plot_performance_box"
6582   output-file-type: ".html"
6583   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6584   data: "plot-ligato-throughput-latency-3n-hsw"
6585   filter: "'NIC_Intel-X520-DA2' and
6586            '64B' and
6587            ('BASE' or 'SCALE') and
6588            'NDRPDR' and
6589            '1T1C' and
6590            'L2XCFWD' and
6591            not 'VHOST' and
6592            'MEMIF'"
6593   parameters:
6594   - "throughput"
6595   - "parent"
6596   - "tags"
6597   sort:
6598   - "1VNF"
6599   - "2VNF"
6600   - "4VNF"
6601   - "2VNF"
6602   - "4VNF"
6603   traces:
6604     hoverinfo: "x+y"
6605     boxpoints: "outliers"
6606     whiskerwidth: 0
6607   layout:
6608     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6609     layout: "plot-throughput"
6610
6611 -
6612   type: "plot"
6613   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6617   data: "plot-ligato-throughput-latency-3n-hsw"
6618   filter: "'NIC_Intel-X520-DA2' and
6619            '64B' and
6620            ('BASE' or 'SCALE') and
6621            'NDRPDR' and
6622            '2T2C' and
6623            'L2XCFWD' and
6624            not 'VHOST' and
6625            'MEMIF'"
6626   parameters:
6627   - "throughput"
6628   - "parent"
6629   - "tags"
6630   sort:
6631   - "1VNF"
6632   - "2VNF"
6633   - "4VNF"
6634   - "2VNF"
6635   - "4VNF"
6636   traces:
6637     hoverinfo: "x+y"
6638     boxpoints: "outliers"
6639     whiskerwidth: 0
6640   layout:
6641     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6642     layout: "plot-throughput"
6643
6644 -
6645   type: "plot"
6646   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6647   algorithm: "plot_performance_box"
6648   output-file-type: ".html"
6649   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6650   data: "plot-ligato-throughput-latency-3n-hsw"
6651   filter: "'NIC_Intel-X520-DA2' and
6652            '64B' and
6653            ('BASE' or 'SCALE') and
6654            'NDRPDR' and
6655            '2T2C' and
6656            'L2XCFWD' and
6657            not 'VHOST' and
6658            'MEMIF'"
6659   parameters:
6660   - "throughput"
6661   - "parent"
6662   - "tags"
6663   sort:
6664   - "1VNF"
6665   - "2VNF"
6666   - "4VNF"
6667   - "2VNF"
6668   - "4VNF"
6669   traces:
6670     hoverinfo: "x+y"
6671     boxpoints: "outliers"
6672     whiskerwidth: 0
6673   layout:
6674     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6675     layout: "plot-throughput"
6676
6677 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
6678 -
6679   type: "plot"
6680   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6681   algorithm: "plot_performance_box"
6682   output-file-type: ".html"
6683   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6684   data: "plot-ligato-throughput-latency-3n-hsw"
6685   filter: "'NIC_Intel-X520-DA2' and
6686            '64B' and
6687            ('BASE' or 'SCALE') and
6688            'NDRPDR' and
6689            '1T1C' and
6690            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6691            not 'VHOST' and
6692            'MEMIF'"
6693   parameters:
6694   - "throughput"
6695   - "parent"
6696   - "tags"
6697   sort:
6698   - "1VNF"
6699   - "2VNF"
6700   - "4VNF"
6701   - "2VNF"
6702   - "4VNF"
6703   traces:
6704     hoverinfo: "x+y"
6705     boxpoints: "outliers"
6706     whiskerwidth: 0
6707   layout:
6708     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6709     layout: "plot-throughput"
6710
6711 -
6712   type: "plot"
6713   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6714   algorithm: "plot_performance_box"
6715   output-file-type: ".html"
6716   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6717   data: "plot-ligato-throughput-latency-3n-hsw"
6718   filter: "'NIC_Intel-X520-DA2' and
6719            '64B' and
6720            ('BASE' or 'SCALE') and
6721            'NDRPDR' and
6722            '1T1C' and
6723            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6724            not 'VHOST' and
6725            'MEMIF'"
6726   parameters:
6727   - "throughput"
6728   - "parent"
6729   - "tags"
6730   sort:
6731   - "1VNF"
6732   - "2VNF"
6733   - "4VNF"
6734   - "2VNF"
6735   - "4VNF"
6736   traces:
6737     hoverinfo: "x+y"
6738     boxpoints: "outliers"
6739     whiskerwidth: 0
6740   layout:
6741     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6742     layout: "plot-throughput"
6743
6744 -
6745   type: "plot"
6746   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6747   algorithm: "plot_performance_box"
6748   output-file-type: ".html"
6749   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6750   data: "plot-ligato-throughput-latency-3n-hsw"
6751   filter: "'NIC_Intel-X520-DA2' and
6752            '64B' and
6753            ('BASE' or 'SCALE') and
6754            'NDRPDR' and
6755            '2T2C' and
6756            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6757            not 'VHOST' and
6758            'MEMIF'"
6759   parameters:
6760   - "throughput"
6761   - "parent"
6762   - "tags"
6763   sort:
6764   - "1VNF"
6765   - "2VNF"
6766   - "4VNF"
6767   - "2VNF"
6768   - "4VNF"
6769   traces:
6770     hoverinfo: "x+y"
6771     boxpoints: "outliers"
6772     whiskerwidth: 0
6773   layout:
6774     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6775     layout: "plot-throughput"
6776
6777 -
6778   type: "plot"
6779   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6780   algorithm: "plot_performance_box"
6781   output-file-type: ".html"
6782   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6783   data: "plot-ligato-throughput-latency-3n-hsw"
6784   filter: "'NIC_Intel-X520-DA2' and
6785            '64B' and
6786            ('BASE' or 'SCALE') and
6787            'NDRPDR' and
6788            '2T2C' and
6789            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6790            not 'VHOST' and
6791            'MEMIF'"
6792   parameters:
6793   - "throughput"
6794   - "parent"
6795   - "tags"
6796   sort:
6797   - "1VNF"
6798   - "2VNF"
6799   - "4VNF"
6800   - "2VNF"
6801   - "4VNF"
6802   traces:
6803     hoverinfo: "x+y"
6804     boxpoints: "outliers"
6805     whiskerwidth: 0
6806   layout:
6807     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6808     layout: "plot-throughput"
6809
6810 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
6811 -
6812   type: "plot"
6813   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6814   algorithm: "plot_performance_box"
6815   output-file-type: ".html"
6816   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6817   data: "plot-ligato-throughput-latency-3n-hsw"
6818   filter: "'NIC_Intel-X710' and
6819            '64B' and
6820            ('BASE' or 'SCALE') and
6821            'NDRPDR' and
6822            '1T1C' and
6823            'L2XCFWD' and
6824            not 'VHOST' and
6825            'MEMIF'"
6826   parameters:
6827   - "throughput"
6828   - "parent"
6829   - "tags"
6830   sort:
6831   - "1VNF"
6832   - "2VNF"
6833   - "4VNF"
6834   - "2VNF"
6835   - "4VNF"
6836   traces:
6837     hoverinfo: "x+y"
6838     boxpoints: "outliers"
6839     whiskerwidth: 0
6840   layout:
6841     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6842     layout: "plot-throughput"
6843
6844 -
6845   type: "plot"
6846   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6847   algorithm: "plot_performance_box"
6848   output-file-type: ".html"
6849   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6850   data: "plot-ligato-throughput-latency-3n-hsw"
6851   filter: "'NIC_Intel-X710' and
6852            '64B' and
6853            ('BASE' or 'SCALE') and
6854            'NDRPDR' and
6855            '1T1C' and
6856            'L2XCFWD' and
6857            not 'VHOST' and
6858            'MEMIF'"
6859   parameters:
6860   - "throughput"
6861   - "parent"
6862   - "tags"
6863   sort:
6864   - "1VNF"
6865   - "2VNF"
6866   - "4VNF"
6867   - "2VNF"
6868   - "4VNF"
6869   traces:
6870     hoverinfo: "x+y"
6871     boxpoints: "outliers"
6872     whiskerwidth: 0
6873   layout:
6874     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6875     layout: "plot-throughput"
6876
6877 -
6878   type: "plot"
6879   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6880   algorithm: "plot_performance_box"
6881   output-file-type: ".html"
6882   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6883   data: "plot-ligato-throughput-latency-3n-hsw"
6884   filter: "'NIC_Intel-X710' and
6885            '64B' and
6886            ('BASE' or 'SCALE') and
6887            'NDRPDR' and
6888            '2T2C' and
6889            'L2XCFWD' and
6890            not 'VHOST' and
6891            'MEMIF'"
6892   parameters:
6893   - "throughput"
6894   - "parent"
6895   - "tags"
6896   sort:
6897   - "1VNF"
6898   - "2VNF"
6899   - "4VNF"
6900   - "2VNF"
6901   - "4VNF"
6902   traces:
6903     hoverinfo: "x+y"
6904     boxpoints: "outliers"
6905     whiskerwidth: 0
6906   layout:
6907     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6908     layout: "plot-throughput"
6909
6910 -
6911   type: "plot"
6912   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6913   algorithm: "plot_performance_box"
6914   output-file-type: ".html"
6915   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6916   data: "plot-ligato-throughput-latency-3n-hsw"
6917   filter: "'NIC_Intel-X710' and
6918            '64B' and
6919            ('BASE' or 'SCALE') and
6920            'NDRPDR' and
6921            '2T2C' and
6922            'L2XCFWD' and
6923            not 'VHOST' and
6924            'MEMIF'"
6925   parameters:
6926   - "throughput"
6927   - "parent"
6928   - "tags"
6929   sort:
6930   - "1VNF"
6931   - "2VNF"
6932   - "4VNF"
6933   - "2VNF"
6934   - "4VNF"
6935   traces:
6936     hoverinfo: "x+y"
6937     boxpoints: "outliers"
6938     whiskerwidth: 0
6939   layout:
6940     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6941     layout: "plot-throughput"
6942
6943 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
6944 -
6945   type: "plot"
6946   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6947   algorithm: "plot_performance_box"
6948   output-file-type: ".html"
6949   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6950   data: "plot-ligato-throughput-latency-3n-hsw"
6951   filter: "'NIC_Intel-X710' and
6952            '64B' and
6953            ('BASE' or 'SCALE') and
6954            'NDRPDR' and
6955            '1T1C' and
6956            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6957            not 'VHOST' and
6958            'MEMIF'"
6959   parameters:
6960   - "throughput"
6961   - "parent"
6962   - "tags"
6963   sort:
6964   - "1VNF"
6965   - "2VNF"
6966   - "4VNF"
6967   - "2VNF"
6968   - "4VNF"
6969   traces:
6970     hoverinfo: "x+y"
6971     boxpoints: "outliers"
6972     whiskerwidth: 0
6973   layout:
6974     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6975     layout: "plot-throughput"
6976
6977 -
6978   type: "plot"
6979   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6980   algorithm: "plot_performance_box"
6981   output-file-type: ".html"
6982   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6983   data: "plot-ligato-throughput-latency-3n-hsw"
6984   filter: "'NIC_Intel-X710' and
6985            '64B' and
6986            ('BASE' or 'SCALE') and
6987            'NDRPDR' and
6988            '1T1C' and
6989            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6990            not 'VHOST' and
6991            'MEMIF'"
6992   parameters:
6993   - "throughput"
6994   - "parent"
6995   - "tags"
6996   sort:
6997   - "1VNF"
6998   - "2VNF"
6999   - "4VNF"
7000   - "2VNF"
7001   - "4VNF"
7002   traces:
7003     hoverinfo: "x+y"
7004     boxpoints: "outliers"
7005     whiskerwidth: 0
7006   layout:
7007     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7008     layout: "plot-throughput"
7009
7010 -
7011   type: "plot"
7012   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7013   algorithm: "plot_performance_box"
7014   output-file-type: ".html"
7015   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7016   data: "plot-ligato-throughput-latency-3n-hsw"
7017   filter: "'NIC_Intel-X710' and
7018            '64B' and
7019            ('BASE' or 'SCALE') and
7020            'NDRPDR' and
7021            '2T2C' and
7022            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7023            not 'VHOST' and
7024            'MEMIF'"
7025   parameters:
7026   - "throughput"
7027   - "parent"
7028   - "tags"
7029   sort:
7030   - "1VNF"
7031   - "2VNF"
7032   - "4VNF"
7033   - "2VNF"
7034   - "4VNF"
7035   traces:
7036     hoverinfo: "x+y"
7037     boxpoints: "outliers"
7038     whiskerwidth: 0
7039   layout:
7040     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7041     layout: "plot-throughput"
7042
7043 -
7044   type: "plot"
7045   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7046   algorithm: "plot_performance_box"
7047   output-file-type: ".html"
7048   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7049   data: "plot-ligato-throughput-latency-3n-hsw"
7050   filter: "'NIC_Intel-X710' and
7051            '64B' and
7052            ('BASE' or 'SCALE') and
7053            'NDRPDR' and
7054            '2T2C' and
7055            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7056            not 'VHOST' and
7057            'MEMIF'"
7058   parameters:
7059   - "throughput"
7060   - "parent"
7061   - "tags"
7062   sort:
7063   - "1VNF"
7064   - "2VNF"
7065   - "4VNF"
7066   - "2VNF"
7067   - "4VNF"
7068   traces:
7069     hoverinfo: "x+y"
7070     boxpoints: "outliers"
7071     whiskerwidth: 0
7072   layout:
7073     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7074     layout: "plot-throughput"
7075
7076 ################################################################################
7077
7078 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
7079 -
7080   type: "plot"
7081   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7082   algorithm: "plot_performance_box"
7083   output-file-type: ".html"
7084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7085   data: "plot-vpp-throughput-latency-3n-hsw"
7086   filter: "'NIC_Intel-X520-DA2' and
7087            '64B' and
7088            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7089            'NDRPDR' and
7090            '1T1C' and
7091            'IP4FWD' and
7092            not 'IPSEC' and
7093            not 'VHOST'"
7094   parameters:
7095   - "throughput"
7096   - "parent"
7097   - "tags"
7098   sort:
7099   - "IP4BASE"
7100   - "FIB_20K"
7101   - "FIB_200K"
7102   - "FIB_2M"
7103   traces:
7104     hoverinfo: "x+y"
7105     boxpoints: "outliers"
7106     whiskerwidth: 0
7107   layout:
7108     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7109     layout: "plot-throughput"
7110
7111 -
7112   type: "plot"
7113   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7114   algorithm: "plot_performance_box"
7115   output-file-type: ".html"
7116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7117   data: "plot-vpp-throughput-latency-3n-hsw"
7118   filter: "'NIC_Intel-X520-DA2' and
7119            '64B' and
7120            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7121            'NDRPDR' and
7122            '1T1C' and
7123            'IP4FWD' and
7124            not 'IPSEC' and
7125            not 'VHOST'"
7126   parameters:
7127   - "throughput"
7128   - "parent"
7129   - "tags"
7130   sort:
7131   - "IP4BASE"
7132   - "FIB_20K"
7133   - "FIB_200K"
7134   - "FIB_2M"
7135   traces:
7136     hoverinfo: "x+y"
7137     boxpoints: "outliers"
7138     whiskerwidth: 0
7139   layout:
7140     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7141     layout: "plot-throughput"
7142
7143 -
7144   type: "plot"
7145   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7146   algorithm: "plot_performance_box"
7147   output-file-type: ".html"
7148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7149   data: "plot-vpp-throughput-latency-3n-hsw"
7150   filter: "'NIC_Intel-X520-DA2' and
7151            '64B' and
7152            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7153            'NDRPDR' and
7154            '2T2C' and
7155            'IP4FWD' and
7156            not 'IPSEC' and
7157            not 'VHOST'"
7158   parameters:
7159   - "throughput"
7160   - "parent"
7161   - "tags"
7162   sort:
7163   - "IP4BASE"
7164   - "FIB_20K"
7165   - "FIB_200K"
7166   - "FIB_2M"
7167   traces:
7168     hoverinfo: "x+y"
7169     boxpoints: "outliers"
7170     whiskerwidth: 0
7171   layout:
7172     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7173     layout: "plot-throughput"
7174
7175 -
7176   type: "plot"
7177   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7178   algorithm: "plot_performance_box"
7179   output-file-type: ".html"
7180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7181   data: "plot-vpp-throughput-latency-3n-hsw"
7182   filter: "'NIC_Intel-X520-DA2' and
7183            '64B' and
7184            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7185            'NDRPDR' and
7186            '2T2C' and
7187            'IP4FWD' and
7188            not 'IPSEC' and
7189            not 'VHOST'"
7190   parameters:
7191   - "throughput"
7192   - "parent"
7193   - "tags"
7194   sort:
7195   - "IP4BASE"
7196   - "FIB_20K"
7197   - "FIB_200K"
7198   - "FIB_2M"
7199   traces:
7200     hoverinfo: "x+y"
7201     boxpoints: "outliers"
7202     whiskerwidth: 0
7203   layout:
7204     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7205     layout: "plot-throughput"
7206
7207 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7208 -
7209   type: "plot"
7210   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7211   algorithm: "plot_performance_box"
7212   output-file-type: ".html"
7213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7214   data: "plot-vpp-throughput-latency-3n-hsw"
7215   filter: "'NIC_Intel-X520-DA2' and
7216            '64B' and
7217            ('IP4BASE' or
7218             'POLICE_MARK' or
7219             'COPWHLIST' or
7220             ('NAT44' and 'BASE') or
7221             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7222            'NDRPDR' and
7223            '1T1C' and
7224            'IP4FWD' and
7225            not 'IPSEC' and
7226            not 'VHOST'"
7227   parameters:
7228   - "throughput"
7229   - "parent"
7230   - "tags"
7231   sort:
7232   - "IP4BASE"
7233   - "NAT44"
7234   - "POLICE_MARK"
7235   - "COPWHLIST"
7236   - "IACL"
7237   - "OACL"
7238   traces:
7239     hoverinfo: "x+y"
7240     boxpoints: "outliers"
7241     whiskerwidth: 0
7242   layout:
7243     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7244     layout: "plot-throughput"
7245
7246 -
7247   type: "plot"
7248   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7249   algorithm: "plot_performance_box"
7250   output-file-type: ".html"
7251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7252   data: "plot-vpp-throughput-latency-3n-hsw"
7253   filter: "'NIC_Intel-X520-DA2' and
7254            '64B' and
7255            ('IP4BASE' or
7256             'POLICE_MARK' or
7257             'COPWHLIST' or
7258             ('NAT44' and 'BASE') or
7259             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7260            'NDRPDR' and
7261            '1T1C' and
7262            'IP4FWD' and
7263            not 'IPSEC' and
7264            not 'VHOST'"
7265   parameters:
7266   - "throughput"
7267   - "parent"
7268   - "tags"
7269   sort:
7270   - "IP4BASE"
7271   - "NAT44"
7272   - "POLICE_MARK"
7273   - "COPWHLIST"
7274   - "IACL"
7275   - "OACL"
7276   traces:
7277     hoverinfo: "x+y"
7278     boxpoints: "outliers"
7279     whiskerwidth: 0
7280   layout:
7281     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7282     layout: "plot-throughput"
7283
7284 -
7285   type: "plot"
7286   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7287   algorithm: "plot_performance_box"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7290   data: "plot-vpp-throughput-latency-3n-hsw"
7291   filter: "'NIC_Intel-X520-DA2' and
7292            '64B' and
7293            ('IP4BASE' or
7294             'POLICE_MARK' or
7295             'COPWHLIST' or
7296             ('NAT44' and 'BASE') or
7297             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7298            'NDRPDR' and
7299            '2T2C' and
7300            'IP4FWD' and
7301            not 'IPSEC' and
7302            not 'VHOST'"
7303   parameters:
7304   - "throughput"
7305   - "parent"
7306   - "tags"
7307   sort:
7308   - "IP4BASE"
7309   - "NAT44"
7310   - "POLICE_MARK"
7311   - "COPWHLIST"
7312   - "IACL"
7313   - "OACL"
7314   traces:
7315     hoverinfo: "x+y"
7316     boxpoints: "outliers"
7317     whiskerwidth: 0
7318   layout:
7319     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7320     layout: "plot-throughput"
7321
7322 -
7323   type: "plot"
7324   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7325   algorithm: "plot_performance_box"
7326   output-file-type: ".html"
7327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7328   data: "plot-vpp-throughput-latency-3n-hsw"
7329   filter: "'NIC_Intel-X520-DA2' and
7330            '64B' and
7331            ('IP4BASE' or
7332             'POLICE_MARK' or
7333             'COPWHLIST' or
7334             ('NAT44' and 'BASE') or
7335             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7336            'NDRPDR' and
7337            '2T2C' and
7338            'IP4FWD' and
7339            not 'IPSEC' and
7340            not 'VHOST'"
7341   parameters:
7342   - "throughput"
7343   - "parent"
7344   - "tags"
7345   sort:
7346   - "IP4BASE"
7347   - "NAT44"
7348   - "POLICE_MARK"
7349   - "COPWHLIST"
7350   - "IACL"
7351   - "OACL"
7352   traces:
7353     hoverinfo: "x+y"
7354     boxpoints: "outliers"
7355     whiskerwidth: 0
7356   layout:
7357     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7358     layout: "plot-throughput"
7359
7360 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7361 -
7362   type: "plot"
7363   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7364   algorithm: "plot_performance_box"
7365   output-file-type: ".html"
7366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7367   data: "plot-vpp-throughput-latency-3n-hsw"
7368   filter: "'NIC_Intel-X520-DA2' and
7369            '64B' and
7370            'NDRPDR' and
7371            '1T1C' and
7372            'IP4FWD' and
7373            'NAT44' and
7374            not 'IPSEC' and
7375            not 'VHOST'"
7376   parameters:
7377   - "throughput"
7378   - "parent"
7379   - "tags"
7380   sort:
7381   - "BASE"
7382   - "BASE"
7383   - "SRC_USER_10"
7384   - "SRC_USER_100"
7385   - "SRC_USER_1000"
7386   - "SRC_USER_2000"
7387   traces:
7388     hoverinfo: "x+y"
7389     boxpoints: "outliers"
7390     whiskerwidth: 0
7391   layout:
7392     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7393     layout: "plot-throughput"
7394
7395 -
7396   type: "plot"
7397   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7398   algorithm: "plot_performance_box"
7399   output-file-type: ".html"
7400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7401   data: "plot-vpp-throughput-latency-3n-hsw"
7402   filter: "'NIC_Intel-X520-DA2' and
7403            '64B' and
7404            'NDRPDR' and
7405            '1T1C' and
7406            'IP4FWD' and
7407            'NAT44' and
7408            not 'IPSEC' and
7409            not 'VHOST'"
7410   parameters:
7411   - "throughput"
7412   - "parent"
7413   - "tags"
7414   sort:
7415   - "BASE"
7416   - "BASE"
7417   - "SRC_USER_10"
7418   - "SRC_USER_100"
7419   - "SRC_USER_1000"
7420   - "SRC_USER_2000"
7421   traces:
7422     hoverinfo: "x+y"
7423     boxpoints: "outliers"
7424     whiskerwidth: 0
7425   layout:
7426     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7427     layout: "plot-throughput"
7428
7429 -
7430   type: "plot"
7431   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7432   algorithm: "plot_performance_box"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7435   data: "plot-vpp-throughput-latency-3n-hsw"
7436   filter: "'NIC_Intel-X520-DA2' and
7437            '64B' and
7438            'NDRPDR' and
7439            '2T2C' and
7440            'IP4FWD' and
7441            'NAT44' and
7442            not 'IPSEC' and
7443            not 'VHOST'"
7444   parameters:
7445   - "throughput"
7446   - "parent"
7447   - "tags"
7448   sort:
7449   - "BASE"
7450   - "BASE"
7451   - "SRC_USER_10"
7452   - "SRC_USER_100"
7453   - "SRC_USER_1000"
7454   - "SRC_USER_2000"
7455   traces:
7456     hoverinfo: "x+y"
7457     boxpoints: "outliers"
7458     whiskerwidth: 0
7459   layout:
7460     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7461     layout: "plot-throughput"
7462
7463 -
7464   type: "plot"
7465   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7466   algorithm: "plot_performance_box"
7467   output-file-type: ".html"
7468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7469   data: "plot-vpp-throughput-latency-3n-hsw"
7470   filter: "'NIC_Intel-X520-DA2' and
7471            '64B' and
7472            'NDRPDR' and
7473            '2T2C' and
7474            'IP4FWD' and
7475            'NAT44' and
7476            not 'IPSEC' and
7477            not 'VHOST'"
7478   parameters:
7479   - "throughput"
7480   - "parent"
7481   - "tags"
7482   sort:
7483   - "BASE"
7484   - "BASE"
7485   - "SRC_USER_10"
7486   - "SRC_USER_100"
7487   - "SRC_USER_1000"
7488   - "SRC_USER_2000"
7489   traces:
7490     hoverinfo: "x+y"
7491     boxpoints: "outliers"
7492     whiskerwidth: 0
7493   layout:
7494     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7495     layout: "plot-throughput"
7496
7497 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
7498 -
7499   type: "plot"
7500   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7501   algorithm: "plot_performance_box"
7502   output-file-type: ".html"
7503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7504   data: "plot-vpp-throughput-latency-3n-hsw"
7505   filter: "'NIC_Intel-X520-DA2' and
7506            '64B' and
7507            'NDRPDR' and
7508            '1T1C' and
7509            'IP4FWD' and
7510            'IACL' and
7511            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7512            not 'IPSEC' and
7513            not 'VHOST'"
7514   parameters:
7515   - "throughput"
7516   - "parent"
7517   - "tags"
7518   sort:
7519   - "ACL_STATELESS"
7520   - "ACL_STATEFUL"
7521   - "ACL_STATELESS"
7522   - "ACL_STATEFUL"
7523   traces:
7524     hoverinfo: "x+y"
7525     boxpoints: "outliers"
7526     whiskerwidth: 0
7527   layout:
7528     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7529     layout: "plot-throughput"
7530
7531 -
7532   type: "plot"
7533   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7534   algorithm: "plot_performance_box"
7535   output-file-type: ".html"
7536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7537   data: "plot-vpp-throughput-latency-3n-hsw"
7538   filter: "'NIC_Intel-X520-DA2' and
7539            '64B' and
7540            'NDRPDR' and
7541            '1T1C' and
7542            'IP4FWD' and
7543            'IACL' and
7544            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7545            not 'IPSEC' and
7546            not 'VHOST'"
7547   parameters:
7548   - "throughput"
7549   - "parent"
7550   - "tags"
7551   sort:
7552   - "ACL_STATELESS"
7553   - "ACL_STATEFUL"
7554   - "ACL_STATELESS"
7555   - "ACL_STATEFUL"
7556   traces:
7557     hoverinfo: "x+y"
7558     boxpoints: "outliers"
7559     whiskerwidth: 0
7560   layout:
7561     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7562     layout: "plot-throughput"
7563
7564 -
7565   type: "plot"
7566   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7567   algorithm: "plot_performance_box"
7568   output-file-type: ".html"
7569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7570   data: "plot-vpp-throughput-latency-3n-hsw"
7571   filter: "'NIC_Intel-X520-DA2' and
7572            '64B' and
7573            'NDRPDR' and
7574            '2T2C' and
7575            'IP4FWD' and
7576            'IACL' and
7577            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7578            not 'IPSEC' and
7579            not 'VHOST'"
7580   parameters:
7581   - "throughput"
7582   - "parent"
7583   - "tags"
7584   sort:
7585   - "ACL_STATELESS"
7586   - "ACL_STATEFUL"
7587   - "ACL_STATELESS"
7588   - "ACL_STATEFUL"
7589   traces:
7590     hoverinfo: "x+y"
7591     boxpoints: "outliers"
7592     whiskerwidth: 0
7593   layout:
7594     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7595     layout: "plot-throughput"
7596
7597 -
7598   type: "plot"
7599   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7600   algorithm: "plot_performance_box"
7601   output-file-type: ".html"
7602   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7603   data: "plot-vpp-throughput-latency-3n-hsw"
7604   filter: "'NIC_Intel-X520-DA2' and
7605            '64B' and
7606            'NDRPDR' and
7607            '2T2C' and
7608            'IP4FWD' and
7609            'IACL' and
7610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7611            not 'IPSEC' and
7612            not 'VHOST'"
7613   parameters:
7614   - "throughput"
7615   - "parent"
7616   - "tags"
7617   sort:
7618   - "ACL_STATELESS"
7619   - "ACL_STATEFUL"
7620   - "ACL_STATELESS"
7621   - "ACL_STATEFUL"
7622   traces:
7623     hoverinfo: "x+y"
7624     boxpoints: "outliers"
7625     whiskerwidth: 0
7626   layout:
7627     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7628     layout: "plot-throughput"
7629
7630 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
7631 -
7632   type: "plot"
7633   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7634   algorithm: "plot_performance_box"
7635   output-file-type: ".html"
7636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7637   data: "plot-vpp-throughput-latency-3n-hsw"
7638   filter: "'NIC_Intel-X520-DA2' and
7639            '64B' and
7640            'NDRPDR' and
7641            '1T1C' and
7642            'IP4FWD' and
7643            'OACL' and
7644            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7645            not 'IPSEC' and
7646            not 'VHOST'"
7647   parameters:
7648   - "throughput"
7649   - "parent"
7650   - "tags"
7651   sort:
7652   - "ACL_STATELESS"
7653   - "ACL_STATEFUL"
7654   - "ACL_STATELESS"
7655   - "ACL_STATEFUL"
7656   traces:
7657     hoverinfo: "x+y"
7658     boxpoints: "outliers"
7659     whiskerwidth: 0
7660   layout:
7661     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7662     layout: "plot-throughput"
7663
7664 -
7665   type: "plot"
7666   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7667   algorithm: "plot_performance_box"
7668   output-file-type: ".html"
7669   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7670   data: "plot-vpp-throughput-latency-3n-hsw"
7671   filter: "'NIC_Intel-X520-DA2' and
7672            '64B' and
7673            'NDRPDR' and
7674            '1T1C' and
7675            'IP4FWD' and
7676            'OACL' and
7677            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7678            not 'IPSEC' and
7679            not 'VHOST'"
7680   parameters:
7681   - "throughput"
7682   - "parent"
7683   - "tags"
7684   sort:
7685   - "ACL_STATELESS"
7686   - "ACL_STATEFUL"
7687   - "ACL_STATELESS"
7688   - "ACL_STATEFUL"
7689   traces:
7690     hoverinfo: "x+y"
7691     boxpoints: "outliers"
7692     whiskerwidth: 0
7693   layout:
7694     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7695     layout: "plot-throughput"
7696
7697 -
7698   type: "plot"
7699   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7700   algorithm: "plot_performance_box"
7701   output-file-type: ".html"
7702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7703   data: "plot-vpp-throughput-latency-3n-hsw"
7704   filter: "'NIC_Intel-X520-DA2' and
7705            '64B' and
7706            'NDRPDR' and
7707            '2T2C' and
7708            'IP4FWD' and
7709            'OACL' and
7710            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7711            not 'IPSEC' and
7712            not 'VHOST'"
7713   parameters:
7714   - "throughput"
7715   - "parent"
7716   - "tags"
7717   sort:
7718   - "ACL_STATELESS"
7719   - "ACL_STATEFUL"
7720   - "ACL_STATELESS"
7721   - "ACL_STATEFUL"
7722   traces:
7723     hoverinfo: "x+y"
7724     boxpoints: "outliers"
7725     whiskerwidth: 0
7726   layout:
7727     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7728     layout: "plot-throughput"
7729
7730 -
7731   type: "plot"
7732   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7733   algorithm: "plot_performance_box"
7734   output-file-type: ".html"
7735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7736   data: "plot-vpp-throughput-latency-3n-hsw"
7737   filter: "'NIC_Intel-X520-DA2' and
7738            '64B' and
7739            'NDRPDR' and
7740            '2T2C' and
7741            'IP4FWD' and
7742            'OACL' and
7743            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7744            not 'IPSEC' and
7745            not 'VHOST'"
7746   parameters:
7747   - "throughput"
7748   - "parent"
7749   - "tags"
7750   sort:
7751   - "ACL_STATELESS"
7752   - "ACL_STATEFUL"
7753   - "ACL_STATELESS"
7754   - "ACL_STATEFUL"
7755   traces:
7756     hoverinfo: "x+y"
7757     boxpoints: "outliers"
7758     whiskerwidth: 0
7759   layout:
7760     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7761     layout: "plot-throughput"
7762
7763 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
7764 -
7765   type: "plot"
7766   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7767   algorithm: "plot_performance_box"
7768   output-file-type: ".html"
7769   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7770   data: "plot-vpp-throughput-latency-3n-hsw"
7771   filter: "'NIC_Intel-X710' and
7772            '64B' and
7773            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7774            'NDRPDR' and
7775            '1T1C' and
7776            'IP4FWD' and
7777            not 'IPSEC' and
7778            not 'VHOST'"
7779   parameters:
7780   - "throughput"
7781   - "parent"
7782   - "tags"
7783   sort:
7784   - "IP4BASE"
7785   - "FIB_20K"
7786   - "FIB_200K"
7787   - "FIB_2M"
7788   traces:
7789     hoverinfo: "x+y"
7790     boxpoints: "outliers"
7791     whiskerwidth: 0
7792   layout:
7793     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7794     layout: "plot-throughput"
7795
7796 -
7797   type: "plot"
7798   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7799   algorithm: "plot_performance_box"
7800   output-file-type: ".html"
7801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7802   data: "plot-vpp-throughput-latency-3n-hsw"
7803   filter: "'NIC_Intel-X710' and
7804            '64B' and
7805            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7806            'NDRPDR' and
7807            '1T1C' and
7808            'IP4FWD' and
7809            not 'IPSEC' and
7810            not 'VHOST'"
7811   parameters:
7812   - "throughput"
7813   - "parent"
7814   - "tags"
7815   sort:
7816   - "IP4BASE"
7817   - "FIB_20K"
7818   - "FIB_200K"
7819   - "FIB_2M"
7820   traces:
7821     hoverinfo: "x+y"
7822     boxpoints: "outliers"
7823     whiskerwidth: 0
7824   layout:
7825     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7826     layout: "plot-throughput"
7827
7828 -
7829   type: "plot"
7830   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7831   algorithm: "plot_performance_box"
7832   output-file-type: ".html"
7833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7834   data: "plot-vpp-throughput-latency-3n-hsw"
7835   filter: "'NIC_Intel-X710' and
7836            '64B' and
7837            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7838            'NDRPDR' and
7839            '2T2C' and
7840            'IP4FWD' and
7841            not 'IPSEC' and
7842            not 'VHOST'"
7843   parameters:
7844   - "throughput"
7845   - "parent"
7846   - "tags"
7847   sort:
7848   - "IP4BASE"
7849   - "FIB_20K"
7850   - "FIB_200K"
7851   - "FIB_2M"
7852   traces:
7853     hoverinfo: "x+y"
7854     boxpoints: "outliers"
7855     whiskerwidth: 0
7856   layout:
7857     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7858     layout: "plot-throughput"
7859
7860 -
7861   type: "plot"
7862   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7863   algorithm: "plot_performance_box"
7864   output-file-type: ".html"
7865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7866   data: "plot-vpp-throughput-latency-3n-hsw"
7867   filter: "'NIC_Intel-X710' and
7868            '64B' and
7869            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7870            'NDRPDR' and
7871            '2T2C' and
7872            'IP4FWD' and
7873            not 'IPSEC' and
7874            not 'VHOST'"
7875   parameters:
7876   - "throughput"
7877   - "parent"
7878   - "tags"
7879   sort:
7880   - "IP4BASE"
7881   - "FIB_20K"
7882   - "FIB_200K"
7883   - "FIB_2M"
7884   traces:
7885     hoverinfo: "x+y"
7886     boxpoints: "outliers"
7887     whiskerwidth: 0
7888   layout:
7889     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7890     layout: "plot-throughput"
7891
7892 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
7893 -
7894   type: "plot"
7895   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7896   algorithm: "plot_performance_box"
7897   output-file-type: ".html"
7898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7899   data: "plot-vpp-throughput-latency-3n-hsw"
7900   filter: "'NIC_Intel-X710' and
7901            '64B' and
7902            ('IP4BASE' or
7903             'POLICE_MARK' or
7904             'COPWHLIST' or
7905             ('NAT44' and 'BASE') or
7906             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7907            'NDRPDR' and
7908            '1T1C' and
7909            'IP4FWD' and
7910            not 'IPSEC' and
7911            not 'VHOST'"
7912   parameters:
7913   - "throughput"
7914   - "parent"
7915   - "tags"
7916   sort:
7917   - "IP4BASE"
7918   - "NAT44"
7919   - "POLICE_MARK"
7920   - "COPWHLIST"
7921   - "IACL"
7922   - "OACL"
7923   traces:
7924     hoverinfo: "x+y"
7925     boxpoints: "outliers"
7926     whiskerwidth: 0
7927   layout:
7928     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7929     layout: "plot-throughput"
7930
7931 -
7932   type: "plot"
7933   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7934   algorithm: "plot_performance_box"
7935   output-file-type: ".html"
7936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7937   data: "plot-vpp-throughput-latency-3n-hsw"
7938   filter: "'NIC_Intel-X710' and
7939            '64B' and
7940            ('IP4BASE' or
7941             'POLICE_MARK' or
7942             'COPWHLIST' or
7943             ('NAT44' and 'BASE') or
7944             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7945            'NDRPDR' and
7946            '1T1C' and
7947            'IP4FWD' and
7948            not 'IPSEC' and
7949            not 'VHOST'"
7950   parameters:
7951   - "throughput"
7952   - "parent"
7953   - "tags"
7954   sort:
7955   - "IP4BASE"
7956   - "NAT44"
7957   - "POLICE_MARK"
7958   - "COPWHLIST"
7959   - "IACL"
7960   - "OACL"
7961   traces:
7962     hoverinfo: "x+y"
7963     boxpoints: "outliers"
7964     whiskerwidth: 0
7965   layout:
7966     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7967     layout: "plot-throughput"
7968
7969 -
7970   type: "plot"
7971   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7972   algorithm: "plot_performance_box"
7973   output-file-type: ".html"
7974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7975   data: "plot-vpp-throughput-latency-3n-hsw"
7976   filter: "'NIC_Intel-X710' and
7977            '64B' and
7978            ('IP4BASE' or
7979             'POLICE_MARK' or
7980             'COPWHLIST' or
7981             ('NAT44' and 'BASE') or
7982             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7983            'NDRPDR' and
7984            '2T2C' and
7985            'IP4FWD' and
7986            not 'IPSEC' and
7987            not 'VHOST'"
7988   parameters:
7989   - "throughput"
7990   - "parent"
7991   - "tags"
7992   sort:
7993   - "IP4BASE"
7994   - "NAT44"
7995   - "POLICE_MARK"
7996   - "COPWHLIST"
7997   - "IACL"
7998   - "OACL"
7999   traces:
8000     hoverinfo: "x+y"
8001     boxpoints: "outliers"
8002     whiskerwidth: 0
8003   layout:
8004     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8005     layout: "plot-throughput"
8006
8007 -
8008   type: "plot"
8009   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8010   algorithm: "plot_performance_box"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8013   data: "plot-vpp-throughput-latency-3n-hsw"
8014   filter: "'NIC_Intel-X710' and
8015            '64B' and
8016            ('IP4BASE' or
8017             'POLICE_MARK' or
8018             'COPWHLIST' or
8019             ('NAT44' and 'BASE') or
8020             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8021            'NDRPDR' and
8022            '2T2C' and
8023            'IP4FWD' and
8024            not 'IPSEC' and
8025            not 'VHOST'"
8026   parameters:
8027   - "throughput"
8028   - "parent"
8029   - "tags"
8030   sort:
8031   - "IP4BASE"
8032   - "NAT44"
8033   - "POLICE_MARK"
8034   - "COPWHLIST"
8035   - "IACL"
8036   - "OACL"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8043     layout: "plot-throughput"
8044
8045 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
8046 -
8047   type: "plot"
8048   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8049   algorithm: "plot_performance_box"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8052   data: "plot-vpp-throughput-latency-3n-skx"
8053   filter: "'NIC_Intel-X710' and
8054            '64B' and
8055            'NDRPDR' and
8056            '2T1C' and
8057            'IP4FWD' and
8058            'NAT44' and
8059            not 'IPSEC' and
8060            not 'VHOST'"
8061   parameters:
8062   - "throughput"
8063   - "parent"
8064   - "tags"
8065   sort:
8066   - "BASE"
8067   - "BASE"
8068   - "SRC_USER_10"
8069   - "SRC_USER_100"
8070   - "SRC_USER_1000"
8071   - "SRC_USER_2000"
8072   traces:
8073     hoverinfo: "x+y"
8074     boxpoints: "outliers"
8075     whiskerwidth: 0
8076   layout:
8077     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8078     layout: "plot-throughput"
8079
8080 -
8081   type: "plot"
8082   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8083   algorithm: "plot_performance_box"
8084   output-file-type: ".html"
8085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8086   data: "plot-vpp-throughput-latency-3n-skx"
8087   filter: "'NIC_Intel-X710' and
8088            '64B' and
8089            'NDRPDR' and
8090            '2T1C' and
8091            'IP4FWD' and
8092            'NAT44' and
8093            not 'IPSEC' and
8094            not 'VHOST'"
8095   parameters:
8096   - "throughput"
8097   - "parent"
8098   - "tags"
8099   sort:
8100   - "BASE"
8101   - "BASE"
8102   - "SRC_USER_10"
8103   - "SRC_USER_100"
8104   - "SRC_USER_1000"
8105   - "SRC_USER_2000"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8112     layout: "plot-throughput"
8113
8114 -
8115   type: "plot"
8116   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8120   data: "plot-vpp-throughput-latency-3n-skx"
8121   filter: "'NIC_Intel-X710' and
8122            '64B' and
8123            'NDRPDR' and
8124            '4T2C' and
8125            'IP4FWD' and
8126            'NAT44' and
8127            not 'IPSEC' and
8128            not 'VHOST'"
8129   parameters:
8130   - "throughput"
8131   - "parent"
8132   - "tags"
8133   sort:
8134   - "BASE"
8135   - "BASE"
8136   - "SRC_USER_10"
8137   - "SRC_USER_100"
8138   - "SRC_USER_1000"
8139   - "SRC_USER_2000"
8140   traces:
8141     hoverinfo: "x+y"
8142     boxpoints: "outliers"
8143     whiskerwidth: 0
8144   layout:
8145     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8146     layout: "plot-throughput"
8147
8148 -
8149   type: "plot"
8150   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8154   data: "plot-vpp-throughput-latency-3n-skx"
8155   filter: "'NIC_Intel-X710' and
8156            '64B' and
8157            'NDRPDR' and
8158            '4T2C' and
8159            'IP4FWD' and
8160            'NAT44' and
8161            not 'IPSEC' and
8162            not 'VHOST'"
8163   parameters:
8164   - "throughput"
8165   - "parent"
8166   - "tags"
8167   sort:
8168   - "BASE"
8169   - "BASE"
8170   - "SRC_USER_10"
8171   - "SRC_USER_100"
8172   - "SRC_USER_1000"
8173   - "SRC_USER_2000"
8174   traces:
8175     hoverinfo: "x+y"
8176     boxpoints: "outliers"
8177     whiskerwidth: 0
8178   layout:
8179     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8180     layout: "plot-throughput"
8181
8182 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8183 -
8184   type: "plot"
8185   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8186   algorithm: "plot_performance_box"
8187   output-file-type: ".html"
8188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8189   data: "plot-vpp-throughput-latency-3n-skx"
8190   filter: "'NIC_Intel-X710' and
8191            '64B' and
8192            'NDRPDR' and
8193            '2T1C' and
8194            'IP4FWD' and
8195            'IACL' and
8196            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8197            not 'IPSEC' and
8198            not 'VHOST'"
8199   parameters:
8200   - "throughput"
8201   - "parent"
8202   - "tags"
8203   sort:
8204   - "ACL_STATELESS"
8205   - "ACL_STATEFUL"
8206   - "ACL_STATELESS"
8207   - "ACL_STATEFUL"
8208   traces:
8209     hoverinfo: "x+y"
8210     boxpoints: "outliers"
8211     whiskerwidth: 0
8212   layout:
8213     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8214     layout: "plot-throughput"
8215
8216 -
8217   type: "plot"
8218   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8219   algorithm: "plot_performance_box"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8222   data: "plot-vpp-throughput-latency-3n-skx"
8223   filter: "'NIC_Intel-X710' and
8224            '64B' and
8225            'NDRPDR' and
8226            '2T1C' and
8227            'IP4FWD' and
8228            'IACL' and
8229            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8230            not 'IPSEC' and
8231            not 'VHOST'"
8232   parameters:
8233   - "throughput"
8234   - "parent"
8235   - "tags"
8236   sort:
8237   - "ACL_STATELESS"
8238   - "ACL_STATEFUL"
8239   - "ACL_STATELESS"
8240   - "ACL_STATEFUL"
8241   traces:
8242     hoverinfo: "x+y"
8243     boxpoints: "outliers"
8244     whiskerwidth: 0
8245   layout:
8246     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8247     layout: "plot-throughput"
8248
8249 -
8250   type: "plot"
8251   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8252   algorithm: "plot_performance_box"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8255   data: "plot-vpp-throughput-latency-3n-skx"
8256   filter: "'NIC_Intel-X710' and
8257            '64B' and
8258            'NDRPDR' and
8259            '4T2C' and
8260            'IP4FWD' and
8261            'IACL' and
8262            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8263            not 'IPSEC' and
8264            not 'VHOST'"
8265   parameters:
8266   - "throughput"
8267   - "parent"
8268   - "tags"
8269   sort:
8270   - "ACL_STATELESS"
8271   - "ACL_STATEFUL"
8272   - "ACL_STATELESS"
8273   - "ACL_STATEFUL"
8274   traces:
8275     hoverinfo: "x+y"
8276     boxpoints: "outliers"
8277     whiskerwidth: 0
8278   layout:
8279     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8280     layout: "plot-throughput"
8281
8282 -
8283   type: "plot"
8284   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8285   algorithm: "plot_performance_box"
8286   output-file-type: ".html"
8287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8288   data: "plot-vpp-throughput-latency-3n-skx"
8289   filter: "'NIC_Intel-X710' and
8290            '64B' and
8291            'NDRPDR' and
8292            '4T2C' and
8293            'IP4FWD' and
8294            'IACL' and
8295            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8296            not 'IPSEC' and
8297            not 'VHOST'"
8298   parameters:
8299   - "throughput"
8300   - "parent"
8301   - "tags"
8302   sort:
8303   - "ACL_STATELESS"
8304   - "ACL_STATEFUL"
8305   - "ACL_STATELESS"
8306   - "ACL_STATEFUL"
8307   traces:
8308     hoverinfo: "x+y"
8309     boxpoints: "outliers"
8310     whiskerwidth: 0
8311   layout:
8312     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8313     layout: "plot-throughput"
8314
8315 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8316 -
8317   type: "plot"
8318   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8322   data: "plot-vpp-throughput-latency-3n-skx"
8323   filter: "'NIC_Intel-X710' and
8324            '64B' and
8325            'NDRPDR' and
8326            '2T1C' and
8327            'IP4FWD' and
8328            'OACL' and
8329            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8330            not 'IPSEC' and
8331            not 'VHOST'"
8332   parameters:
8333   - "throughput"
8334   - "parent"
8335   - "tags"
8336   sort:
8337   - "ACL_STATELESS"
8338   - "ACL_STATEFUL"
8339   - "ACL_STATELESS"
8340   - "ACL_STATEFUL"
8341   traces:
8342     hoverinfo: "x+y"
8343     boxpoints: "outliers"
8344     whiskerwidth: 0
8345   layout:
8346     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8347     layout: "plot-throughput"
8348
8349 -
8350   type: "plot"
8351   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8352   algorithm: "plot_performance_box"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8355   data: "plot-vpp-throughput-latency-3n-skx"
8356   filter: "'NIC_Intel-X710' and
8357            '64B' and
8358            'NDRPDR' and
8359            '2T1C' and
8360            'IP4FWD' and
8361            'OACL' and
8362            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8363            not 'IPSEC' and
8364            not 'VHOST'"
8365   parameters:
8366   - "throughput"
8367   - "parent"
8368   - "tags"
8369   sort:
8370   - "ACL_STATELESS"
8371   - "ACL_STATEFUL"
8372   - "ACL_STATELESS"
8373   - "ACL_STATEFUL"
8374   traces:
8375     hoverinfo: "x+y"
8376     boxpoints: "outliers"
8377     whiskerwidth: 0
8378   layout:
8379     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8380     layout: "plot-throughput"
8381
8382 -
8383   type: "plot"
8384   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8385   algorithm: "plot_performance_box"
8386   output-file-type: ".html"
8387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8388   data: "plot-vpp-throughput-latency-3n-skx"
8389   filter: "'NIC_Intel-X710' and
8390            '64B' and
8391            'NDRPDR' and
8392            '4T2C' and
8393            'IP4FWD' and
8394            'OACL' and
8395            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8396            not 'IPSEC' and
8397            not 'VHOST'"
8398   parameters:
8399   - "throughput"
8400   - "parent"
8401   - "tags"
8402   sort:
8403   - "ACL_STATELESS"
8404   - "ACL_STATEFUL"
8405   - "ACL_STATELESS"
8406   - "ACL_STATEFUL"
8407   traces:
8408     hoverinfo: "x+y"
8409     boxpoints: "outliers"
8410     whiskerwidth: 0
8411   layout:
8412     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8413     layout: "plot-throughput"
8414
8415 -
8416   type: "plot"
8417   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8418   algorithm: "plot_performance_box"
8419   output-file-type: ".html"
8420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8421   data: "plot-vpp-throughput-latency-3n-skx"
8422   filter: "'NIC_Intel-X710' and
8423            '64B' and
8424            'NDRPDR' and
8425            '4T2C' and
8426            'IP4FWD' and
8427            'OACL' and
8428            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8429            not 'IPSEC' and
8430            not 'VHOST'"
8431   parameters:
8432   - "throughput"
8433   - "parent"
8434   - "tags"
8435   sort:
8436   - "ACL_STATELESS"
8437   - "ACL_STATEFUL"
8438   - "ACL_STATELESS"
8439   - "ACL_STATEFUL"
8440   traces:
8441     hoverinfo: "x+y"
8442     boxpoints: "outliers"
8443     whiskerwidth: 0
8444   layout:
8445     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8446     layout: "plot-throughput"
8447
8448 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8449 -
8450   type: "plot"
8451   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8452   algorithm: "plot_performance_box"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8455   data: "plot-vpp-throughput-latency-3n-hsw"
8456   filter: "'NIC_Intel-XL710' and
8457            '64B' and
8458            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8459            'NDRPDR' and
8460            '1T1C' and
8461            'IP4FWD' and
8462            not 'IPSEC' and
8463            not 'VHOST'"
8464   parameters:
8465   - "throughput"
8466   - "parent"
8467   - "tags"
8468   sort:
8469   - "IP4BASE"
8470   - "FIB_20K"
8471   - "FIB_200K"
8472   - "FIB_2M"
8473   traces:
8474     hoverinfo: "x+y"
8475     boxpoints: "outliers"
8476     whiskerwidth: 0
8477   layout:
8478     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8479     layout: "plot-throughput"
8480
8481 -
8482   type: "plot"
8483   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8484   algorithm: "plot_performance_box"
8485   output-file-type: ".html"
8486   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8487   data: "plot-vpp-throughput-latency-3n-hsw"
8488   filter: "'NIC_Intel-XL710' and
8489            '64B' and
8490            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8491            'NDRPDR' and
8492            '1T1C' and
8493            'IP4FWD' and
8494            not 'IPSEC' and
8495            not 'VHOST'"
8496   parameters:
8497   - "throughput"
8498   - "parent"
8499   - "tags"
8500   sort:
8501   - "IP4BASE"
8502   - "FIB_20K"
8503   - "FIB_200K"
8504   - "FIB_2M"
8505   traces:
8506     hoverinfo: "x+y"
8507     boxpoints: "outliers"
8508     whiskerwidth: 0
8509   layout:
8510     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8511     layout: "plot-throughput"
8512
8513 -
8514   type: "plot"
8515   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8516   algorithm: "plot_performance_box"
8517   output-file-type: ".html"
8518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8519   data: "plot-vpp-throughput-latency-3n-hsw"
8520   filter: "'NIC_Intel-XL710' and
8521            '64B' and
8522            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8523            'NDRPDR' and
8524            '2T2C' and
8525            'IP4FWD' and
8526            not 'IPSEC' and
8527            not 'VHOST'"
8528   parameters:
8529   - "throughput"
8530   - "parent"
8531   - "tags"
8532   sort:
8533   - "IP4BASE"
8534   - "FIB_20K"
8535   - "FIB_200K"
8536   - "FIB_2M"
8537   traces:
8538     hoverinfo: "x+y"
8539     boxpoints: "outliers"
8540     whiskerwidth: 0
8541   layout:
8542     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8543     layout: "plot-throughput"
8544
8545 -
8546   type: "plot"
8547   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8551   data: "plot-vpp-throughput-latency-3n-hsw"
8552   filter: "'NIC_Intel-XL710' and
8553            '64B' and
8554            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8555            'NDRPDR' and
8556            '2T2C' and
8557            'IP4FWD' and
8558            not 'IPSEC' and
8559            not 'VHOST'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "IP4BASE"
8566   - "FIB_20K"
8567   - "FIB_200K"
8568   - "FIB_2M"
8569   traces:
8570     hoverinfo: "x+y"
8571     boxpoints: "outliers"
8572     whiskerwidth: 0
8573   layout:
8574     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8575     layout: "plot-throughput"
8576
8577 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
8578 -
8579   type: "plot"
8580   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8581   algorithm: "plot_performance_box"
8582   output-file-type: ".html"
8583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8584   data: "plot-vpp-throughput-latency-3n-skx"
8585   filter: "'NIC_Intel-X710' and
8586            '64B' and
8587            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8588            'NDRPDR' and
8589            '2T1C' and
8590            'IP4FWD' and
8591            not 'IPSEC' and
8592            not 'VHOST'"
8593   parameters:
8594   - "throughput"
8595   - "parent"
8596   - "tags"
8597   sort:
8598   - "IP4BASE"
8599   - "FIB_20K"
8600   - "FIB_200K"
8601   - "FIB_2M"
8602   traces:
8603     hoverinfo: "x+y"
8604     boxpoints: "outliers"
8605     whiskerwidth: 0
8606   layout:
8607     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8608     layout: "plot-throughput"
8609
8610 -
8611   type: "plot"
8612   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8613   algorithm: "plot_performance_box"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8616   data: "plot-vpp-throughput-latency-3n-skx"
8617   filter: "'NIC_Intel-X710' and
8618            '64B' and
8619            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8620            'NDRPDR' and
8621            '2T1C' and
8622            'IP4FWD' and
8623            not 'IPSEC' and
8624            not 'VHOST'"
8625   parameters:
8626   - "throughput"
8627   - "parent"
8628   - "tags"
8629   sort:
8630   - "IP4BASE"
8631   - "FIB_20K"
8632   - "FIB_200K"
8633   - "FIB_2M"
8634   traces:
8635     hoverinfo: "x+y"
8636     boxpoints: "outliers"
8637     whiskerwidth: 0
8638   layout:
8639     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8640     layout: "plot-throughput"
8641
8642 -
8643   type: "plot"
8644   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8645   algorithm: "plot_performance_box"
8646   output-file-type: ".html"
8647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8648   data: "plot-vpp-throughput-latency-3n-skx"
8649   filter: "'NIC_Intel-X710' and
8650            '64B' and
8651            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8652            'NDRPDR' and
8653            '4T2C' and
8654            'IP4FWD' and
8655            not 'IPSEC' and
8656            not 'VHOST'"
8657   parameters:
8658   - "throughput"
8659   - "parent"
8660   - "tags"
8661   sort:
8662   - "IP4BASE"
8663   - "FIB_20K"
8664   - "FIB_200K"
8665   - "FIB_2M"
8666   traces:
8667     hoverinfo: "x+y"
8668     boxpoints: "outliers"
8669     whiskerwidth: 0
8670   layout:
8671     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8672     layout: "plot-throughput"
8673
8674 -
8675   type: "plot"
8676   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8677   algorithm: "plot_performance_box"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8680   data: "plot-vpp-throughput-latency-3n-skx"
8681   filter: "'NIC_Intel-X710' and
8682            '64B' and
8683            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8684            'NDRPDR' and
8685            '4T2C' and
8686            'IP4FWD' and
8687            not 'IPSEC' and
8688            not 'VHOST'"
8689   parameters:
8690   - "throughput"
8691   - "parent"
8692   - "tags"
8693   sort:
8694   - "IP4BASE"
8695   - "FIB_20K"
8696   - "FIB_200K"
8697   - "FIB_2M"
8698   traces:
8699     hoverinfo: "x+y"
8700     boxpoints: "outliers"
8701     whiskerwidth: 0
8702   layout:
8703     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8704     layout: "plot-throughput"
8705
8706 # Packet Throughput - VPP IPv4 3n-skx-x710 features
8707 -
8708   type: "plot"
8709   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
8710   algorithm: "plot_performance_box"
8711   output-file-type: ".html"
8712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
8713   data: "plot-vpp-throughput-latency-3n-skx"
8714   filter: "'NIC_Intel-X710' and
8715            '64B' and
8716            ('IP4BASE' or
8717             'POLICE_MARK' or
8718             'COPWHLIST' or
8719             ('NAT44' and 'BASE') or
8720             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8721            'NDRPDR' and
8722            '2T1C' and
8723            'IP4FWD' and
8724            not 'IPSEC' and
8725            not 'VHOST'"
8726   parameters:
8727   - "throughput"
8728   - "parent"
8729   - "tags"
8730   sort:
8731   - "IP4BASE"
8732   - "NAT44"
8733   - "POLICE_MARK"
8734   - "COPWHLIST"
8735   - "IACL"
8736   - "OACL"
8737   traces:
8738     hoverinfo: "x+y"
8739     boxpoints: "outliers"
8740     whiskerwidth: 0
8741   layout:
8742     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
8743     layout: "plot-throughput"
8744
8745 -
8746   type: "plot"
8747   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
8748   algorithm: "plot_performance_box"
8749   output-file-type: ".html"
8750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
8751   data: "plot-vpp-throughput-latency-3n-skx"
8752   filter: "'NIC_Intel-X710' and
8753            '64B' and
8754            ('IP4BASE' or
8755             'POLICE_MARK' or
8756             'COPWHLIST' or
8757             ('NAT44' and 'BASE') or
8758             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8759            'NDRPDR' and
8760            '2T1C' and
8761            'IP4FWD' and
8762            not 'IPSEC' and
8763            not 'VHOST'"
8764   parameters:
8765   - "throughput"
8766   - "parent"
8767   - "tags"
8768   sort:
8769   - "IP4BASE"
8770   - "NAT44"
8771   - "POLICE_MARK"
8772   - "COPWHLIST"
8773   - "IACL"
8774   - "OACL"
8775   traces:
8776     hoverinfo: "x+y"
8777     boxpoints: "outliers"
8778     whiskerwidth: 0
8779   layout:
8780     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
8781     layout: "plot-throughput"
8782
8783 -
8784   type: "plot"
8785   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
8786   algorithm: "plot_performance_box"
8787   output-file-type: ".html"
8788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
8789   data: "plot-vpp-throughput-latency-3n-skx"
8790   filter: "'NIC_Intel-X710' and
8791            '64B' and
8792            ('IP4BASE' or
8793             'POLICE_MARK' or
8794             'COPWHLIST' or
8795             ('NAT44' and 'BASE') or
8796             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8797            'NDRPDR' and
8798            '4T2C' and
8799            'IP4FWD' and
8800            not 'IPSEC' and
8801            not 'VHOST'"
8802   parameters:
8803   - "throughput"
8804   - "parent"
8805   - "tags"
8806   sort:
8807   - "IP4BASE"
8808   - "NAT44"
8809   - "POLICE_MARK"
8810   - "COPWHLIST"
8811   - "IACL"
8812   - "OACL"
8813   traces:
8814     hoverinfo: "x+y"
8815     boxpoints: "outliers"
8816     whiskerwidth: 0
8817   layout:
8818     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
8819     layout: "plot-throughput"
8820
8821 -
8822   type: "plot"
8823   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
8824   algorithm: "plot_performance_box"
8825   output-file-type: ".html"
8826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
8827   data: "plot-vpp-throughput-latency-3n-skx"
8828   filter: "'NIC_Intel-X710' and
8829            '64B' and
8830            ('IP4BASE' or
8831             'POLICE_MARK' or
8832             'COPWHLIST' or
8833             ('NAT44' and 'BASE') or
8834             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8835            'NDRPDR' and
8836            '4T2C' and
8837            'IP4FWD' and
8838            not 'IPSEC' and
8839            not 'VHOST'"
8840   parameters:
8841   - "throughput"
8842   - "parent"
8843   - "tags"
8844   sort:
8845   - "IP4BASE"
8846   - "NAT44"
8847   - "POLICE_MARK"
8848   - "COPWHLIST"
8849   - "IACL"
8850   - "OACL"
8851   traces:
8852     hoverinfo: "x+y"
8853     boxpoints: "outliers"
8854     whiskerwidth: 0
8855   layout:
8856     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
8857     layout: "plot-throughput"
8858
8859 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
8860 -
8861   type: "plot"
8862   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8863   algorithm: "plot_performance_box"
8864   output-file-type: ".html"
8865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8866   data: "plot-vpp-throughput-latency-3n-hsw"
8867   filter: "'NIC_Intel-X710' and
8868            '64B' and
8869            'NDRPDR' and
8870            '1T1C' and
8871            'IP4FWD' and
8872            'NAT44' and
8873            not 'IPSEC' and
8874            not 'VHOST'"
8875   parameters:
8876   - "throughput"
8877   - "parent"
8878   - "tags"
8879   sort:
8880   - "BASE"
8881   - "BASE"
8882   - "SRC_USER_10"
8883   - "SRC_USER_100"
8884   - "SRC_USER_1000"
8885   - "SRC_USER_2000"
8886   traces:
8887     hoverinfo: "x+y"
8888     boxpoints: "outliers"
8889     whiskerwidth: 0
8890   layout:
8891     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8892     layout: "plot-throughput"
8893
8894 -
8895   type: "plot"
8896   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8897   algorithm: "plot_performance_box"
8898   output-file-type: ".html"
8899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8900   data: "plot-vpp-throughput-latency-3n-hsw"
8901   filter: "'NIC_Intel-X710' and
8902            '64B' and
8903            'NDRPDR' and
8904            '1T1C' and
8905            'IP4FWD' and
8906            'NAT44' and
8907            not 'IPSEC' and
8908            not 'VHOST'"
8909   parameters:
8910   - "throughput"
8911   - "parent"
8912   - "tags"
8913   sort:
8914   - "BASE"
8915   - "BASE"
8916   - "SRC_USER_10"
8917   - "SRC_USER_100"
8918   - "SRC_USER_1000"
8919   - "SRC_USER_2000"
8920   traces:
8921     hoverinfo: "x+y"
8922     boxpoints: "outliers"
8923     whiskerwidth: 0
8924   layout:
8925     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8926     layout: "plot-throughput"
8927
8928 -
8929   type: "plot"
8930   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8931   algorithm: "plot_performance_box"
8932   output-file-type: ".html"
8933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8934   data: "plot-vpp-throughput-latency-3n-hsw"
8935   filter: "'NIC_Intel-X710' and
8936            '64B' and
8937            'NDRPDR' and
8938            '2T2C' and
8939            'IP4FWD' and
8940            'NAT44' and
8941            not 'IPSEC' and
8942            not 'VHOST'"
8943   parameters:
8944   - "throughput"
8945   - "parent"
8946   - "tags"
8947   sort:
8948   - "BASE"
8949   - "BASE"
8950   - "SRC_USER_10"
8951   - "SRC_USER_100"
8952   - "SRC_USER_1000"
8953   - "SRC_USER_2000"
8954   traces:
8955     hoverinfo: "x+y"
8956     boxpoints: "outliers"
8957     whiskerwidth: 0
8958   layout:
8959     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8960     layout: "plot-throughput"
8961
8962 -
8963   type: "plot"
8964   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8965   algorithm: "plot_performance_box"
8966   output-file-type: ".html"
8967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8968   data: "plot-vpp-throughput-latency-3n-hsw"
8969   filter: "'NIC_Intel-X710' and
8970            '64B' and
8971            'NDRPDR' and
8972            '2T2C' and
8973            'IP4FWD' and
8974            'NAT44' and
8975            not 'IPSEC' and
8976            not 'VHOST'"
8977   parameters:
8978   - "throughput"
8979   - "parent"
8980   - "tags"
8981   sort:
8982   - "BASE"
8983   - "BASE"
8984   - "SRC_USER_10"
8985   - "SRC_USER_100"
8986   - "SRC_USER_1000"
8987   - "SRC_USER_2000"
8988   traces:
8989     hoverinfo: "x+y"
8990     boxpoints: "outliers"
8991     whiskerwidth: 0
8992   layout:
8993     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8994     layout: "plot-throughput"
8995
8996 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
8997 -
8998   type: "plot"
8999   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9000   algorithm: "plot_performance_box"
9001   output-file-type: ".html"
9002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9003   data: "plot-vpp-throughput-latency-3n-hsw"
9004   filter: "'NIC_Intel-X710' and
9005            '64B' and
9006            'NDRPDR' and
9007            '1T1C' and
9008            'IP4FWD' and
9009            'IACL' and
9010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9011            not 'IPSEC' and
9012            not 'VHOST'"
9013   parameters:
9014   - "throughput"
9015   - "parent"
9016   - "tags"
9017   sort:
9018   - "ACL_STATELESS"
9019   - "ACL_STATEFUL"
9020   - "ACL_STATELESS"
9021   - "ACL_STATEFUL"
9022   traces:
9023     hoverinfo: "x+y"
9024     boxpoints: "outliers"
9025     whiskerwidth: 0
9026   layout:
9027     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9028     layout: "plot-throughput"
9029
9030 -
9031   type: "plot"
9032   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9033   algorithm: "plot_performance_box"
9034   output-file-type: ".html"
9035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9036   data: "plot-vpp-throughput-latency-3n-hsw"
9037   filter: "'NIC_Intel-X710' and
9038            '64B' and
9039            'NDRPDR' and
9040            '1T1C' and
9041            'IP4FWD' and
9042            'IACL' and
9043            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9044            not 'IPSEC' and
9045            not 'VHOST'"
9046   parameters:
9047   - "throughput"
9048   - "parent"
9049   - "tags"
9050   sort:
9051   - "ACL_STATELESS"
9052   - "ACL_STATEFUL"
9053   - "ACL_STATELESS"
9054   - "ACL_STATEFUL"
9055   traces:
9056     hoverinfo: "x+y"
9057     boxpoints: "outliers"
9058     whiskerwidth: 0
9059   layout:
9060     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9061     layout: "plot-throughput"
9062
9063 -
9064   type: "plot"
9065   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9066   algorithm: "plot_performance_box"
9067   output-file-type: ".html"
9068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9069   data: "plot-vpp-throughput-latency-3n-hsw"
9070   filter: "'NIC_Intel-X710' and
9071            '64B' and
9072            'NDRPDR' and
9073            '2T2C' and
9074            'IP4FWD' and
9075            'IACL' and
9076            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9077            not 'IPSEC' and
9078            not 'VHOST'"
9079   parameters:
9080   - "throughput"
9081   - "parent"
9082   - "tags"
9083   sort:
9084   - "ACL_STATELESS"
9085   - "ACL_STATEFUL"
9086   - "ACL_STATELESS"
9087   - "ACL_STATEFUL"
9088   traces:
9089     hoverinfo: "x+y"
9090     boxpoints: "outliers"
9091     whiskerwidth: 0
9092   layout:
9093     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9094     layout: "plot-throughput"
9095
9096 -
9097   type: "plot"
9098   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9099   algorithm: "plot_performance_box"
9100   output-file-type: ".html"
9101   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9102   data: "plot-vpp-throughput-latency-3n-hsw"
9103   filter: "'NIC_Intel-X710' and
9104            '64B' and
9105            'NDRPDR' and
9106            '2T2C' and
9107            'IP4FWD' and
9108            'IACL' and
9109            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9110            not 'IPSEC' and
9111            not 'VHOST'"
9112   parameters:
9113   - "throughput"
9114   - "parent"
9115   - "tags"
9116   sort:
9117   - "ACL_STATELESS"
9118   - "ACL_STATEFUL"
9119   - "ACL_STATELESS"
9120   - "ACL_STATEFUL"
9121   traces:
9122     hoverinfo: "x+y"
9123     boxpoints: "outliers"
9124     whiskerwidth: 0
9125   layout:
9126     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9127     layout: "plot-throughput"
9128
9129 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9130 -
9131   type: "plot"
9132   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9133   algorithm: "plot_performance_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9136   data: "plot-vpp-throughput-latency-3n-hsw"
9137   filter: "'NIC_Intel-X710' and
9138            '64B' and
9139            'NDRPDR' and
9140            '1T1C' and
9141            'IP4FWD' and
9142            'OACL' and
9143            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9144            not 'IPSEC' and
9145            not 'VHOST'"
9146   parameters:
9147   - "throughput"
9148   - "parent"
9149   - "tags"
9150   sort:
9151   - "ACL_STATELESS"
9152   - "ACL_STATEFUL"
9153   - "ACL_STATELESS"
9154   - "ACL_STATEFUL"
9155   traces:
9156     hoverinfo: "x+y"
9157     boxpoints: "outliers"
9158     whiskerwidth: 0
9159   layout:
9160     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9161     layout: "plot-throughput"
9162
9163 -
9164   type: "plot"
9165   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9166   algorithm: "plot_performance_box"
9167   output-file-type: ".html"
9168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9169   data: "plot-vpp-throughput-latency-3n-hsw"
9170   filter: "'NIC_Intel-X710' and
9171            '64B' and
9172            'NDRPDR' and
9173            '1T1C' and
9174            'IP4FWD' and
9175            'OACL' and
9176            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9177            not 'IPSEC' and
9178            not 'VHOST'"
9179   parameters:
9180   - "throughput"
9181   - "parent"
9182   - "tags"
9183   sort:
9184   - "ACL_STATELESS"
9185   - "ACL_STATEFUL"
9186   - "ACL_STATELESS"
9187   - "ACL_STATEFUL"
9188   traces:
9189     hoverinfo: "x+y"
9190     boxpoints: "outliers"
9191     whiskerwidth: 0
9192   layout:
9193     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9194     layout: "plot-throughput"
9195
9196 -
9197   type: "plot"
9198   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9199   algorithm: "plot_performance_box"
9200   output-file-type: ".html"
9201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9202   data: "plot-vpp-throughput-latency-3n-hsw"
9203   filter: "'NIC_Intel-X710' and
9204            '64B' and
9205            'NDRPDR' and
9206            '2T2C' and
9207            'IP4FWD' and
9208            'OACL' and
9209            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9210            not 'IPSEC' and
9211            not 'VHOST'"
9212   parameters:
9213   - "throughput"
9214   - "parent"
9215   - "tags"
9216   sort:
9217   - "ACL_STATELESS"
9218   - "ACL_STATEFUL"
9219   - "ACL_STATELESS"
9220   - "ACL_STATEFUL"
9221   traces:
9222     hoverinfo: "x+y"
9223     boxpoints: "outliers"
9224     whiskerwidth: 0
9225   layout:
9226     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9227     layout: "plot-throughput"
9228
9229 -
9230   type: "plot"
9231   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9232   algorithm: "plot_performance_box"
9233   output-file-type: ".html"
9234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9235   data: "plot-vpp-throughput-latency-3n-hsw"
9236   filter: "'NIC_Intel-X710' and
9237            '64B' and
9238            'NDRPDR' and
9239            '2T2C' and
9240            'IP4FWD' and
9241            'OACL' and
9242            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9243            not 'IPSEC' and
9244            not 'VHOST'"
9245   parameters:
9246   - "throughput"
9247   - "parent"
9248   - "tags"
9249   sort:
9250   - "ACL_STATELESS"
9251   - "ACL_STATEFUL"
9252   - "ACL_STATELESS"
9253   - "ACL_STATEFUL"
9254   traces:
9255     hoverinfo: "x+y"
9256     boxpoints: "outliers"
9257     whiskerwidth: 0
9258   layout:
9259     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9260     layout: "plot-throughput"
9261
9262 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9263 -
9264   type: "plot"
9265   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9266   algorithm: "plot_performance_box"
9267   output-file-type: ".html"
9268   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9269   data: "plot-vpp-throughput-latency-2n-skx"
9270   filter: "'NIC_Intel-X710' and
9271            '64B' and
9272            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9273            'NDRPDR' and
9274            '2T1C' and
9275            'IP4FWD' and
9276            not 'IPSEC' and
9277            not 'VHOST'"
9278   parameters:
9279   - "throughput"
9280   - "parent"
9281   - "tags"
9282   sort:
9283   - "IP4BASE"
9284   - "FIB_20K"
9285   - "FIB_200K"
9286   - "FIB_2M"
9287   traces:
9288     hoverinfo: "x+y"
9289     boxpoints: "outliers"
9290     whiskerwidth: 0
9291   layout:
9292     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9293     layout: "plot-throughput"
9294
9295 -
9296   type: "plot"
9297   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9298   algorithm: "plot_performance_box"
9299   output-file-type: ".html"
9300   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9301   data: "plot-vpp-throughput-latency-2n-skx"
9302   filter: "'NIC_Intel-X710' and
9303            '64B' and
9304            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9305            'NDRPDR' and
9306            '2T1C' and
9307            'IP4FWD' and
9308            not 'IPSEC' and
9309            not 'VHOST'"
9310   parameters:
9311   - "throughput"
9312   - "parent"
9313   - "tags"
9314   sort:
9315   - "IP4BASE"
9316   - "FIB_20K"
9317   - "FIB_200K"
9318   - "FIB_2M"
9319   traces:
9320     hoverinfo: "x+y"
9321     boxpoints: "outliers"
9322     whiskerwidth: 0
9323   layout:
9324     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9325     layout: "plot-throughput"
9326
9327 -
9328   type: "plot"
9329   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9330   algorithm: "plot_performance_box"
9331   output-file-type: ".html"
9332   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9333   data: "plot-vpp-throughput-latency-2n-skx"
9334   filter: "'NIC_Intel-X710' and
9335            '64B' and
9336            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9337            'NDRPDR' and
9338            '4T2C' and
9339            'IP4FWD' and
9340            not 'IPSEC' and
9341            not 'VHOST'"
9342   parameters:
9343   - "throughput"
9344   - "parent"
9345   - "tags"
9346   sort:
9347   - "IP4BASE"
9348   - "FIB_20K"
9349   - "FIB_200K"
9350   - "FIB_2M"
9351   traces:
9352     hoverinfo: "x+y"
9353     boxpoints: "outliers"
9354     whiskerwidth: 0
9355   layout:
9356     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9357     layout: "plot-throughput"
9358
9359 -
9360   type: "plot"
9361   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9362   algorithm: "plot_performance_box"
9363   output-file-type: ".html"
9364   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9365   data: "plot-vpp-throughput-latency-2n-skx"
9366   filter: "'NIC_Intel-X710' and
9367            '64B' and
9368            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9369            'NDRPDR' and
9370            '4T2C' and
9371            'IP4FWD' and
9372            not 'IPSEC' and
9373            not 'VHOST'"
9374   parameters:
9375   - "throughput"
9376   - "parent"
9377   - "tags"
9378   sort:
9379   - "IP4BASE"
9380   - "FIB_20K"
9381   - "FIB_200K"
9382   - "FIB_2M"
9383   traces:
9384     hoverinfo: "x+y"
9385     boxpoints: "outliers"
9386     whiskerwidth: 0
9387   layout:
9388     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9389     layout: "plot-throughput"
9390
9391 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9392 -
9393   type: "plot"
9394   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9395   algorithm: "plot_performance_box"
9396   output-file-type: ".html"
9397   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9398   data: "plot-vpp-throughput-latency-2n-skx"
9399   filter: "'NIC_Intel-XXV710' and
9400            '64B' and
9401            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9402            'NDRPDR' and
9403            '2T1C' and
9404            'IP4FWD' and
9405            not 'IPSEC' and
9406            not 'VHOST'"
9407   parameters:
9408   - "throughput"
9409   - "parent"
9410   - "tags"
9411   sort:
9412   - "IP4BASE"
9413   - "FIB_20K"
9414   - "FIB_200K"
9415   - "FIB_2M"
9416   traces:
9417     hoverinfo: "x+y"
9418     boxpoints: "outliers"
9419     whiskerwidth: 0
9420   layout:
9421     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9422     layout: "plot-throughput"
9423
9424 -
9425   type: "plot"
9426   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9427   algorithm: "plot_performance_box"
9428   output-file-type: ".html"
9429   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9430   data: "plot-vpp-throughput-latency-2n-skx"
9431   filter: "'NIC_Intel-XXV710' and
9432            '64B' and
9433            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9434            'NDRPDR' and
9435            '2T1C' and
9436            'IP4FWD' and
9437            not 'IPSEC' and
9438            not 'VHOST'"
9439   parameters:
9440   - "throughput"
9441   - "parent"
9442   - "tags"
9443   sort:
9444   - "IP4BASE"
9445   - "FIB_20K"
9446   - "FIB_200K"
9447   - "FIB_2M"
9448   traces:
9449     hoverinfo: "x+y"
9450     boxpoints: "outliers"
9451     whiskerwidth: 0
9452   layout:
9453     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9454     layout: "plot-throughput"
9455
9456 -
9457   type: "plot"
9458   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9459   algorithm: "plot_performance_box"
9460   output-file-type: ".html"
9461   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9462   data: "plot-vpp-throughput-latency-2n-skx"
9463   filter: "'NIC_Intel-XXV710' and
9464            '64B' and
9465            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9466            'NDRPDR' and
9467            '4T2C' and
9468            'IP4FWD' and
9469            not 'IPSEC' and
9470            not 'VHOST'"
9471   parameters:
9472   - "throughput"
9473   - "parent"
9474   - "tags"
9475   sort:
9476   - "IP4BASE"
9477   - "FIB_20K"
9478   - "FIB_200K"
9479   - "FIB_2M"
9480   traces:
9481     hoverinfo: "x+y"
9482     boxpoints: "outliers"
9483     whiskerwidth: 0
9484   layout:
9485     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9486     layout: "plot-throughput"
9487
9488 -
9489   type: "plot"
9490   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9491   algorithm: "plot_performance_box"
9492   output-file-type: ".html"
9493   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9494   data: "plot-vpp-throughput-latency-2n-skx"
9495   filter: "'NIC_Intel-XXV710' and
9496            '64B' and
9497            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9498            'NDRPDR' and
9499            '4T2C' and
9500            'IP4FWD' and
9501            not 'IPSEC' and
9502            not 'VHOST'"
9503   parameters:
9504   - "throughput"
9505   - "parent"
9506   - "tags"
9507   sort:
9508   - "IP4BASE"
9509   - "FIB_20K"
9510   - "FIB_200K"
9511   - "FIB_2M"
9512   traces:
9513     hoverinfo: "x+y"
9514     boxpoints: "outliers"
9515     whiskerwidth: 0
9516   layout:
9517     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9518     layout: "plot-throughput"
9519
9520 ################################################################################
9521
9522 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
9523 -
9524   type: "plot"
9525   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9526   algorithm: "plot_performance_box"
9527   output-file-type: ".html"
9528   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9529   data: "plot-vpp-throughput-latency-3n-hsw"
9530   filter: "'NIC_Intel-X520-DA2' and
9531            '64B' and
9532            'ENCAP' and
9533            'NDRPDR' and
9534            '1T1C' and
9535            'VXLAN' and
9536            'L2BDMACLRN' and
9537            not 'VHOST' and
9538            not 'IPSECHW'"
9539   parameters:
9540   - "throughput"
9541   - "parent"
9542   - "tags"
9543   sort:
9544   - "not DOT1Q"
9545   - "VXLAN_1"
9546   - "VXLAN_10"
9547   - "VXLAN_100"
9548   - "VXLAN_1000"
9549   traces:
9550     hoverinfo: "x+y"
9551     boxpoints: "outliers"
9552     whiskerwidth: 0
9553   layout:
9554     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9555     layout: "plot-throughput"
9556
9557 -
9558   type: "plot"
9559   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9560   algorithm: "plot_performance_box"
9561   output-file-type: ".html"
9562   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9563   data: "plot-vpp-throughput-latency-3n-hsw"
9564   filter: "'NIC_Intel-X520-DA2' and
9565            '64B' and
9566            'ENCAP' and
9567            'NDRPDR' and
9568            '1T1C' and
9569            'VXLAN' and
9570            'L2BDMACLRN' and
9571            not 'VHOST' and
9572            not 'IPSECHW'"
9573   parameters:
9574   - "throughput"
9575   - "parent"
9576   - "tags"
9577   sort:
9578   - "not DOT1Q"
9579   - "VXLAN_1"
9580   - "VXLAN_10"
9581   - "VXLAN_100"
9582   - "VXLAN_1000"
9583   traces:
9584     hoverinfo: "x+y"
9585     boxpoints: "outliers"
9586     whiskerwidth: 0
9587   layout:
9588     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9589     layout: "plot-throughput"
9590
9591 -
9592   type: "plot"
9593   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9594   algorithm: "plot_performance_box"
9595   output-file-type: ".html"
9596   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9597   data: "plot-vpp-throughput-latency-3n-hsw"
9598   filter: "'NIC_Intel-X520-DA2' and
9599            '64B' and
9600            'ENCAP' and
9601            'NDRPDR' and
9602            '2T2C' and
9603            'VXLAN' and
9604            'L2BDMACLRN' and
9605            not 'VHOST' and
9606            not 'IPSECHW'"
9607   parameters:
9608   - "throughput"
9609   - "parent"
9610   - "tags"
9611   sort:
9612   - "not DOT1Q"
9613   - "VXLAN_1"
9614   - "VXLAN_10"
9615   - "VXLAN_100"
9616   - "VXLAN_1000"
9617   traces:
9618     hoverinfo: "x+y"
9619     boxpoints: "outliers"
9620     whiskerwidth: 0
9621   layout:
9622     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9623     layout: "plot-throughput"
9624
9625 -
9626   type: "plot"
9627   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9628   algorithm: "plot_performance_box"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9631   data: "plot-vpp-throughput-latency-3n-hsw"
9632   filter: "'NIC_Intel-X520-DA2' and
9633            '64B' and
9634            'ENCAP' and
9635            'NDRPDR' and
9636            '2T2C' and
9637            'VXLAN' and
9638            'L2BDMACLRN' and
9639            not 'VHOST' and
9640            not 'IPSECHW'"
9641   parameters:
9642   - "throughput"
9643   - "parent"
9644   - "tags"
9645   sort:
9646   - "not DOT1Q"
9647   - "VXLAN_1"
9648   - "VXLAN_10"
9649   - "VXLAN_100"
9650   - "VXLAN_1000"
9651   traces:
9652     hoverinfo: "x+y"
9653     boxpoints: "outliers"
9654     whiskerwidth: 0
9655   layout:
9656     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9657     layout: "plot-throughput"
9658
9659 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
9660 -
9661   type: "plot"
9662   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9663   algorithm: "plot_performance_box"
9664   output-file-type: ".html"
9665   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9666   data: "plot-vpp-throughput-latency-3n-hsw"
9667   filter: "'NIC_Intel-X520-DA2' and
9668            '64B' and
9669            'ENCAP' and
9670            'NDRPDR' and
9671            '1T1C' and
9672            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9673            not 'DOT1Q' and
9674            not 'VHOST' and
9675            not 'IPSECHW'"
9676   parameters:
9677   - "throughput"
9678   - "parent"
9679   - "tags"
9680   sort:
9681   - "L2BDMACLRN"
9682   - "L2XCFWD"
9683   - "LISP"
9684   traces:
9685     hoverinfo: "x+y"
9686     boxpoints: "outliers"
9687     whiskerwidth: 0
9688   layout:
9689     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9690     layout: "plot-throughput"
9691
9692 -
9693   type: "plot"
9694   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9695   algorithm: "plot_performance_box"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9698   data: "plot-vpp-throughput-latency-3n-hsw"
9699   filter: "'NIC_Intel-X520-DA2' and
9700            '64B' and
9701            'ENCAP' and
9702            'NDRPDR' and
9703            '2T2C' and
9704            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9705            not 'DOT1Q' and
9706            not 'VHOST' and
9707            not 'IPSECHW'"
9708   parameters:
9709   - "throughput"
9710   - "parent"
9711   - "tags"
9712   sort:
9713   - "L2BDMACLRN"
9714   - "L2XCFWD"
9715   - "LISP"
9716   traces:
9717     hoverinfo: "x+y"
9718     boxpoints: "outliers"
9719     whiskerwidth: 0
9720   layout:
9721     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9722     layout: "plot-throughput"
9723
9724 -
9725   type: "plot"
9726   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9727   algorithm: "plot_performance_box"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9730   data: "plot-vpp-throughput-latency-3n-hsw"
9731   filter: "'NIC_Intel-X520-DA2' and
9732            '64B' and
9733            'ENCAP' and
9734            'NDRPDR' and
9735            '1T1C' and
9736            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9737            not 'DOT1Q' and
9738            not 'VHOST' and
9739            not 'IPSECHW'"
9740   parameters:
9741   - "throughput"
9742   - "parent"
9743   - "tags"
9744   sort:
9745   - "L2BDMACLRN"
9746   - "L2XCFWD"
9747   - "LISP"
9748   traces:
9749     hoverinfo: "x+y"
9750     boxpoints: "outliers"
9751     whiskerwidth: 0
9752   layout:
9753     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9754     layout: "plot-throughput"
9755
9756 -
9757   type: "plot"
9758   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9759   algorithm: "plot_performance_box"
9760   output-file-type: ".html"
9761   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9762   data: "plot-vpp-throughput-latency-3n-hsw"
9763   filter: "'NIC_Intel-X520-DA2' and
9764            '64B' and
9765            'ENCAP' and
9766            'NDRPDR' and
9767            '2T2C' and
9768            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9769            not 'DOT1Q' and
9770            not 'VHOST' and
9771            not 'IPSECHW'"
9772   parameters:
9773   - "throughput"
9774   - "parent"
9775   - "tags"
9776   sort:
9777   - "L2BDMACLRN"
9778   - "L2XCFWD"
9779   - "LISP"
9780   traces:
9781     hoverinfo: "x+y"
9782     boxpoints: "outliers"
9783     whiskerwidth: 0
9784   layout:
9785     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9786     layout: "plot-throughput"
9787
9788 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
9789 -
9790   type: "plot"
9791   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9792   algorithm: "plot_performance_box"
9793   output-file-type: ".html"
9794   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9795   data: "plot-vpp-throughput-latency-3n-hsw"
9796   filter: "'NIC_Intel-X710' and
9797            '64B' and
9798            'ENCAP' and
9799            'NDRPDR' and
9800            '1T1C' and
9801            'VXLAN' and
9802            'L2BDMACLRN' and
9803            not 'VHOST' and
9804            not 'IPSECHW'"
9805   parameters:
9806   - "throughput"
9807   - "parent"
9808   - "tags"
9809   sort:
9810   - "not DOT1Q"
9811   - "VXLAN_1"
9812   - "VXLAN_10"
9813   - "VXLAN_100"
9814   - "VXLAN_1000"
9815   traces:
9816     hoverinfo: "x+y"
9817     boxpoints: "outliers"
9818     whiskerwidth: 0
9819   layout:
9820     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9821     layout: "plot-throughput"
9822
9823 -
9824   type: "plot"
9825   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9826   algorithm: "plot_performance_box"
9827   output-file-type: ".html"
9828   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9829   data: "plot-vpp-throughput-latency-3n-hsw"
9830   filter: "'NIC_Intel-X710' and
9831            '64B' and
9832            'ENCAP' and
9833            'NDRPDR' and
9834            '1T1C' and
9835            'VXLAN' and
9836            'L2BDMACLRN' and
9837            not 'VHOST' and
9838            not 'IPSECHW'"
9839   parameters:
9840   - "throughput"
9841   - "parent"
9842   - "tags"
9843   sort:
9844   - "not DOT1Q"
9845   - "VXLAN_1"
9846   - "VXLAN_10"
9847   - "VXLAN_100"
9848   - "VXLAN_1000"
9849   traces:
9850     hoverinfo: "x+y"
9851     boxpoints: "outliers"
9852     whiskerwidth: 0
9853   layout:
9854     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9855     layout: "plot-throughput"
9856
9857 -
9858   type: "plot"
9859   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9860   algorithm: "plot_performance_box"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9863   data: "plot-vpp-throughput-latency-3n-hsw"
9864   filter: "'NIC_Intel-X710' and
9865            '64B' and
9866            'ENCAP' and
9867            'NDRPDR' and
9868            '2T2C' and
9869            'VXLAN' and
9870            'L2BDMACLRN' and
9871            not 'VHOST' and
9872            not 'IPSECHW'"
9873   parameters:
9874   - "throughput"
9875   - "parent"
9876   - "tags"
9877   sort:
9878   - "not DOT1Q"
9879   - "VXLAN_1"
9880   - "VXLAN_10"
9881   - "VXLAN_100"
9882   - "VXLAN_1000"
9883   traces:
9884     hoverinfo: "x+y"
9885     boxpoints: "outliers"
9886     whiskerwidth: 0
9887   layout:
9888     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9889     layout: "plot-throughput"
9890
9891 -
9892   type: "plot"
9893   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9894   algorithm: "plot_performance_box"
9895   output-file-type: ".html"
9896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9897   data: "plot-vpp-throughput-latency-3n-hsw"
9898   filter: "'NIC_Intel-X710' and
9899            '64B' and
9900            'ENCAP' and
9901            'NDRPDR' and
9902            '2T2C' and
9903            'VXLAN' and
9904            'L2BDMACLRN' and
9905            not 'VHOST' and
9906            not 'IPSECHW'"
9907   parameters:
9908   - "throughput"
9909   - "parent"
9910   - "tags"
9911   sort:
9912   - "not DOT1Q"
9913   - "VXLAN_1"
9914   - "VXLAN_10"
9915   - "VXLAN_100"
9916   - "VXLAN_1000"
9917   traces:
9918     hoverinfo: "x+y"
9919     boxpoints: "outliers"
9920     whiskerwidth: 0
9921   layout:
9922     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9923     layout: "plot-throughput"
9924
9925 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
9926 -
9927   type: "plot"
9928   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9929   algorithm: "plot_performance_box"
9930   output-file-type: ".html"
9931   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9932   data: "plot-vpp-throughput-latency-3n-hsw"
9933   filter: "'NIC_Intel-X710' and
9934            '64B' and
9935            'ENCAP' and
9936            'NDRPDR' and
9937            '1T1C' and
9938            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9939            not 'DOT1Q' and
9940            not 'VHOST' and
9941            not 'IPSECHW'"
9942   parameters:
9943   - "throughput"
9944   - "parent"
9945   - "tags"
9946   sort:
9947   - "L2BDMACLRN"
9948   - "L2XCFWD"
9949   - "LISP"
9950   traces:
9951     hoverinfo: "x+y"
9952     boxpoints: "outliers"
9953     whiskerwidth: 0
9954   layout:
9955     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9956     layout: "plot-throughput"
9957
9958 -
9959   type: "plot"
9960   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9961   algorithm: "plot_performance_box"
9962   output-file-type: ".html"
9963   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9964   data: "plot-vpp-throughput-latency-3n-hsw"
9965   filter: "'NIC_Intel-X710' and
9966            '64B' and
9967            'ENCAP' and
9968            'NDRPDR' and
9969            '2T2C' and
9970            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9971            not 'DOT1Q' and
9972            not 'VHOST' and
9973            not 'IPSECHW'"
9974   parameters:
9975   - "throughput"
9976   - "parent"
9977   - "tags"
9978   sort:
9979   - "L2BDMACLRN"
9980   - "L2XCFWD"
9981   - "LISP"
9982   traces:
9983     hoverinfo: "x+y"
9984     boxpoints: "outliers"
9985     whiskerwidth: 0
9986   layout:
9987     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9988     layout: "plot-throughput"
9989
9990 -
9991   type: "plot"
9992   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9993   algorithm: "plot_performance_box"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9996   data: "plot-vpp-throughput-latency-3n-hsw"
9997   filter: "'NIC_Intel-X710' and
9998            '64B' and
9999            'ENCAP' and
10000            'NDRPDR' and
10001            '1T1C' and
10002            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10003            not 'DOT1Q' and
10004            not 'VHOST' and
10005            not 'IPSECHW'"
10006   parameters:
10007   - "throughput"
10008   - "parent"
10009   - "tags"
10010   sort:
10011   - "L2BDMACLRN"
10012   - "L2XCFWD"
10013   - "LISP"
10014   traces:
10015     hoverinfo: "x+y"
10016     boxpoints: "outliers"
10017     whiskerwidth: 0
10018   layout:
10019     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10020     layout: "plot-throughput"
10021
10022 -
10023   type: "plot"
10024   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10025   algorithm: "plot_performance_box"
10026   output-file-type: ".html"
10027   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10028   data: "plot-vpp-throughput-latency-3n-hsw"
10029   filter: "'NIC_Intel-X710' and
10030            '64B' and
10031            'ENCAP' and
10032            'NDRPDR' and
10033            '2T2C' and
10034            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10035            not 'DOT1Q' and
10036            not 'VHOST' and
10037            not 'IPSECHW'"
10038   parameters:
10039   - "throughput"
10040   - "parent"
10041   - "tags"
10042   sort:
10043   - "L2BDMACLRN"
10044   - "L2XCFWD"
10045   - "LISP"
10046   traces:
10047     hoverinfo: "x+y"
10048     boxpoints: "outliers"
10049     whiskerwidth: 0
10050   layout:
10051     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10052     layout: "plot-throughput"
10053
10054 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
10055 -
10056   type: "plot"
10057   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10058   algorithm: "plot_performance_box"
10059   output-file-type: ".html"
10060   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10061   data: "plot-vpp-throughput-latency-3n-skx"
10062   filter: "'NIC_Intel-X710' and
10063            '64B' and
10064            'ENCAP' and
10065            'NDRPDR' and
10066            '2T1C' and
10067            'VXLAN' and
10068            'L2BDMACLRN' and
10069            not 'VHOST' and
10070            not 'IPSECHW'"
10071   parameters:
10072   - "throughput"
10073   - "parent"
10074   - "tags"
10075   sort:
10076   - "not DOT1Q"
10077   - "VXLAN_1"
10078   - "VXLAN_10"
10079   - "VXLAN_100"
10080   - "VXLAN_1000"
10081   traces:
10082     hoverinfo: "x+y"
10083     boxpoints: "outliers"
10084     whiskerwidth: 0
10085   layout:
10086     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10087     layout: "plot-throughput"
10088
10089 -
10090   type: "plot"
10091   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10092   algorithm: "plot_performance_box"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10095   data: "plot-vpp-throughput-latency-3n-skx"
10096   filter: "'NIC_Intel-X710' and
10097            '64B' and
10098            'ENCAP' and
10099            'NDRPDR' and
10100            '2T1C' and
10101            'VXLAN' and
10102            'L2BDMACLRN' and
10103            not 'VHOST' and
10104            not 'IPSECHW'"
10105   parameters:
10106   - "throughput"
10107   - "parent"
10108   - "tags"
10109   sort:
10110   - "not DOT1Q"
10111   - "VXLAN_1"
10112   - "VXLAN_10"
10113   - "VXLAN_100"
10114   - "VXLAN_1000"
10115   traces:
10116     hoverinfo: "x+y"
10117     boxpoints: "outliers"
10118     whiskerwidth: 0
10119   layout:
10120     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10121     layout: "plot-throughput"
10122
10123 -
10124   type: "plot"
10125   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10126   algorithm: "plot_performance_box"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10129   data: "plot-vpp-throughput-latency-3n-skx"
10130   filter: "'NIC_Intel-X710' and
10131            '64B' and
10132            'ENCAP' and
10133            'NDRPDR' and
10134            '4T2C' and
10135            'VXLAN' and
10136            'L2BDMACLRN' and
10137            not 'VHOST' and
10138            not 'IPSECHW'"
10139   parameters:
10140   - "throughput"
10141   - "parent"
10142   - "tags"
10143   sort:
10144   - "not DOT1Q"
10145   - "VXLAN_1"
10146   - "VXLAN_10"
10147   - "VXLAN_100"
10148   - "VXLAN_1000"
10149   traces:
10150     hoverinfo: "x+y"
10151     boxpoints: "outliers"
10152     whiskerwidth: 0
10153   layout:
10154     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10155     layout: "plot-throughput"
10156
10157 -
10158   type: "plot"
10159   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10160   algorithm: "plot_performance_box"
10161   output-file-type: ".html"
10162   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10163   data: "plot-vpp-throughput-latency-3n-skx"
10164   filter: "'NIC_Intel-X710' and
10165            '64B' and
10166            'ENCAP' and
10167            'NDRPDR' and
10168            '4T2C' and
10169            'VXLAN' and
10170            'L2BDMACLRN' and
10171            not 'VHOST' and
10172            not 'IPSECHW'"
10173   parameters:
10174   - "throughput"
10175   - "parent"
10176   - "tags"
10177   sort:
10178   - "not DOT1Q"
10179   - "VXLAN_1"
10180   - "VXLAN_10"
10181   - "VXLAN_100"
10182   - "VXLAN_1000"
10183   traces:
10184     hoverinfo: "x+y"
10185     boxpoints: "outliers"
10186     whiskerwidth: 0
10187   layout:
10188     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10189     layout: "plot-throughput"
10190
10191 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10192 -
10193   type: "plot"
10194   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10195   algorithm: "plot_performance_box"
10196   output-file-type: ".html"
10197   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10198   data: "plot-vpp-throughput-latency-3n-skx"
10199   filter: "'NIC_Intel-X710' and
10200            '64B' and
10201            'ENCAP' and
10202            'NDRPDR' and
10203            '2T1C' and
10204            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10205            not 'DOT1Q' and
10206            not 'VHOST' and
10207            not 'IPSECHW'"
10208   parameters:
10209   - "throughput"
10210   - "parent"
10211   - "tags"
10212   sort:
10213   - "L2BDMACLRN"
10214   - "L2XCFWD"
10215   - "LISP"
10216   traces:
10217     hoverinfo: "x+y"
10218     boxpoints: "outliers"
10219     whiskerwidth: 0
10220   layout:
10221     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10222     layout: "plot-throughput"
10223
10224 -
10225   type: "plot"
10226   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10227   algorithm: "plot_performance_box"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10230   data: "plot-vpp-throughput-latency-3n-skx"
10231   filter: "'NIC_Intel-X710' and
10232            '64B' and
10233            'ENCAP' and
10234            'NDRPDR' and
10235            '4T2C' and
10236            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10237            not 'DOT1Q' and
10238            not 'VHOST' and
10239            not 'IPSECHW'"
10240   parameters:
10241   - "throughput"
10242   - "parent"
10243   - "tags"
10244   sort:
10245   - "L2BDMACLRN"
10246   - "L2XCFWD"
10247   - "LISP"
10248   traces:
10249     hoverinfo: "x+y"
10250     boxpoints: "outliers"
10251     whiskerwidth: 0
10252   layout:
10253     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10254     layout: "plot-throughput"
10255
10256 -
10257   type: "plot"
10258   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10259   algorithm: "plot_performance_box"
10260   output-file-type: ".html"
10261   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10262   data: "plot-vpp-throughput-latency-3n-skx"
10263   filter: "'NIC_Intel-X710' and
10264            '64B' and
10265            'ENCAP' and
10266            'NDRPDR' and
10267            '2T1C' and
10268            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10269            not 'DOT1Q' and
10270            not 'VHOST' and
10271            not 'IPSECHW'"
10272   parameters:
10273   - "throughput"
10274   - "parent"
10275   - "tags"
10276   sort:
10277   - "L2BDMACLRN"
10278   - "L2XCFWD"
10279   - "LISP"
10280   traces:
10281     hoverinfo: "x+y"
10282     boxpoints: "outliers"
10283     whiskerwidth: 0
10284   layout:
10285     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10286     layout: "plot-throughput"
10287
10288 -
10289   type: "plot"
10290   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10291   algorithm: "plot_performance_box"
10292   output-file-type: ".html"
10293   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10294   data: "plot-vpp-throughput-latency-3n-skx"
10295   filter: "'NIC_Intel-X710' and
10296            '64B' and
10297            'ENCAP' and
10298            'NDRPDR' and
10299            '4T2C' and
10300            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10301            not 'DOT1Q' and
10302            not 'VHOST' and
10303            not 'IPSECHW'"
10304   parameters:
10305   - "throughput"
10306   - "parent"
10307   - "tags"
10308   sort:
10309   - "L2BDMACLRN"
10310   - "L2XCFWD"
10311   - "LISP"
10312   traces:
10313     hoverinfo: "x+y"
10314     boxpoints: "outliers"
10315     whiskerwidth: 0
10316   layout:
10317     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10318     layout: "plot-throughput"
10319
10320 ################################################################################
10321
10322 # Packet Throughput - VPP IPv6 3n-hsw-x520
10323 -
10324   type: "plot"
10325   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10326   algorithm: "plot_performance_box"
10327   output-file-type: ".html"
10328   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10329   data: "plot-vpp-throughput-latency-3n-hsw"
10330   filter: "'NIC_Intel-X520-DA2' and
10331            '78B' and
10332            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10333            'NDRPDR' and
10334            '1T1C' and
10335            'IP6FWD' and
10336            not 'SRv6' and
10337            not 'IPSEC' and
10338            not 'VHOST'"
10339   parameters:
10340   - "throughput"
10341   - "parent"
10342   - "tags"
10343   sort:
10344   - "IP6BASE"
10345   - "FIB_20K"
10346   - "FIB_200K"
10347   - "FIB_2M"
10348   traces:
10349     hoverinfo: "x+y"
10350     boxpoints: "outliers"
10351     whiskerwidth: 0
10352   layout:
10353     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10354     layout: "plot-throughput"
10355
10356 -
10357   type: "plot"
10358   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10359   algorithm: "plot_performance_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10362   data: "plot-vpp-throughput-latency-3n-hsw"
10363   filter: "'NIC_Intel-X520-DA2' and
10364            '78B' and
10365            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10366            'NDRPDR' and
10367            '1T1C' and
10368            'IP6FWD' and
10369            not 'SRv6' and
10370            not 'IPSEC' and
10371            not 'VHOST'"
10372   parameters:
10373   - "throughput"
10374   - "parent"
10375   - "tags"
10376   sort:
10377   - "IP6BASE"
10378   - "FIB_20K"
10379   - "FIB_200K"
10380   - "FIB_2M"
10381   traces:
10382     hoverinfo: "x+y"
10383     boxpoints: "outliers"
10384     whiskerwidth: 0
10385   layout:
10386     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10387     layout: "plot-throughput"
10388
10389 -
10390   type: "plot"
10391   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10392   algorithm: "plot_performance_box"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10395   data: "plot-vpp-throughput-latency-3n-hsw"
10396   filter: "'NIC_Intel-X520-DA2' and
10397            '78B' and
10398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10399            'NDRPDR' and
10400            '2T2C' and
10401            'IP6FWD' and
10402            not 'SRv6' and
10403            not 'IPSEC' and
10404            not 'VHOST'"
10405   parameters:
10406   - "throughput"
10407   - "parent"
10408   - "tags"
10409   sort:
10410   - "IP6BASE"
10411   - "FIB_20K"
10412   - "FIB_200K"
10413   - "FIB_2M"
10414   traces:
10415     hoverinfo: "x+y"
10416     boxpoints: "outliers"
10417     whiskerwidth: 0
10418   layout:
10419     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10420     layout: "plot-throughput"
10421
10422 -
10423   type: "plot"
10424   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10425   algorithm: "plot_performance_box"
10426   output-file-type: ".html"
10427   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10428   data: "plot-vpp-throughput-latency-3n-hsw"
10429   filter: "'NIC_Intel-X520-DA2' and
10430            '78B' and
10431            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10432            'NDRPDR' and
10433            '2T2C' and
10434            'IP6FWD' and
10435            not 'SRv6' and
10436            not 'IPSEC' and
10437            not 'VHOST'"
10438   parameters:
10439   - "throughput"
10440   - "parent"
10441   - "tags"
10442   sort:
10443   - "IP6BASE"
10444   - "FIB_20K"
10445   - "FIB_200K"
10446   - "FIB_2M"
10447   traces:
10448     hoverinfo: "x+y"
10449     boxpoints: "outliers"
10450     whiskerwidth: 0
10451   layout:
10452     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10453     layout: "plot-throughput"
10454
10455 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
10456 -
10457   type: "plot"
10458   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10459   algorithm: "plot_performance_box"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10462   data: "plot-vpp-throughput-latency-3n-hsw"
10463   filter: "'NIC_Intel-X520-DA2' and
10464            '78B' and
10465            ('IP6BASE' or
10466             'POLICE_MARK' or
10467             'COPWHLIST' or
10468             'IACLDST') and
10469            'NDRPDR' and
10470            '1T1C' and
10471            'IP6FWD' and
10472            not 'SRv6' and
10473            not 'IPSEC' and
10474            not 'VHOST'"
10475   parameters:
10476   - "throughput"
10477   - "parent"
10478   - "tags"
10479   sort:
10480   - "IP6BASE"
10481   - "POLICE_MARK"
10482   - "COPWHLIST"
10483   - "IACLDST"
10484   traces:
10485     hoverinfo: "x+y"
10486     boxpoints: "outliers"
10487     whiskerwidth: 0
10488   layout:
10489     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10490     layout: "plot-throughput"
10491
10492 -
10493   type: "plot"
10494   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10495   algorithm: "plot_performance_box"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10498   data: "plot-vpp-throughput-latency-3n-hsw"
10499   filter: "'NIC_Intel-X520-DA2' and
10500            '78B' and
10501            ('IP6BASE' or
10502             'POLICE_MARK' or
10503             'COPWHLIST' or
10504             'IACLDST') and
10505            'NDRPDR' and
10506            '2T2C' and
10507            'IP6FWD' and
10508            not 'SRv6' and
10509            not 'IPSEC' and
10510            not 'VHOST'"
10511   parameters:
10512   - "throughput"
10513   - "parent"
10514   - "tags"
10515   sort:
10516   - "IP6BASE"
10517   - "POLICE_MARK"
10518   - "COPWHLIST"
10519   - "IACLDST"
10520   traces:
10521     hoverinfo: "x+y"
10522     boxpoints: "outliers"
10523     whiskerwidth: 0
10524   layout:
10525     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10526     layout: "plot-throughput"
10527
10528 -
10529   type: "plot"
10530   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10531   algorithm: "plot_performance_box"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10534   data: "plot-vpp-throughput-latency-3n-hsw"
10535   filter: "'NIC_Intel-X520-DA2' and
10536            '78B' and
10537            ('IP6BASE' or
10538             'POLICE_MARK' or
10539             'COPWHLIST' or
10540             'IACLDST') and
10541            'NDRPDR' and
10542            '1T1C' and
10543            'IP6FWD' and
10544            not 'SRv6' and
10545            not 'IPSEC' and
10546            not 'VHOST'"
10547   parameters:
10548   - "throughput"
10549   - "parent"
10550   - "tags"
10551   sort:
10552   - "IP6BASE"
10553   - "POLICE_MARK"
10554   - "COPWHLIST"
10555   - "IACLDST"
10556   traces:
10557     hoverinfo: "x+y"
10558     boxpoints: "outliers"
10559     whiskerwidth: 0
10560   layout:
10561     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10562     layout: "plot-throughput"
10563
10564 -
10565   type: "plot"
10566   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10567   algorithm: "plot_performance_box"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10570   data: "plot-vpp-throughput-latency-3n-hsw"
10571   filter: "'NIC_Intel-X520-DA2' and
10572            '78B' and
10573            ('IP6BASE' or
10574             'POLICE_MARK' or
10575             'COPWHLIST' or
10576             'IACLDST') and
10577            'NDRPDR' and
10578            '2T2C' and
10579            'IP6FWD' and
10580            not 'SRv6' and
10581            not 'IPSEC' and
10582            not 'VHOST'"
10583   parameters:
10584   - "throughput"
10585   - "parent"
10586   - "tags"
10587   sort:
10588   - "IP6BASE"
10589   - "POLICE_MARK"
10590   - "COPWHLIST"
10591   - "IACLDST"
10592   traces:
10593     hoverinfo: "x+y"
10594     boxpoints: "outliers"
10595     whiskerwidth: 0
10596   layout:
10597     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10598     layout: "plot-throughput"
10599
10600 # Packet Throughput - VPP IPv6 3n-hsw-x710
10601 -
10602   type: "plot"
10603   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10604   algorithm: "plot_performance_box"
10605   output-file-type: ".html"
10606   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10607   data: "plot-vpp-throughput-latency-3n-hsw"
10608   filter: "'NIC_Intel-X710' and
10609            '78B' and
10610            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10611            'NDRPDR' and
10612            '1T1C' and
10613            'IP6FWD' and
10614            not 'SRv6' and
10615            not 'IPSEC' and
10616            not 'VHOST'"
10617   parameters:
10618   - "throughput"
10619   - "parent"
10620   - "tags"
10621   sort:
10622   - "IP6BASE"
10623   - "FIB_20K"
10624   - "FIB_200K"
10625   - "FIB_2M"
10626   traces:
10627     hoverinfo: "x+y"
10628     boxpoints: "outliers"
10629     whiskerwidth: 0
10630   layout:
10631     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10632     layout: "plot-throughput"
10633
10634 -
10635   type: "plot"
10636   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10637   algorithm: "plot_performance_box"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10640   data: "plot-vpp-throughput-latency-3n-hsw"
10641   filter: "'NIC_Intel-X710' and
10642            '78B' and
10643            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10644            'NDRPDR' and
10645            '1T1C' and
10646            'IP6FWD' and
10647            not 'SRv6' and
10648            not 'IPSEC' and
10649            not 'VHOST'"
10650   parameters:
10651   - "throughput"
10652   - "parent"
10653   - "tags"
10654   sort:
10655   - "IP6BASE"
10656   - "FIB_20K"
10657   - "FIB_200K"
10658   - "FIB_2M"
10659   traces:
10660     hoverinfo: "x+y"
10661     boxpoints: "outliers"
10662     whiskerwidth: 0
10663   layout:
10664     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10665     layout: "plot-throughput"
10666
10667 -
10668   type: "plot"
10669   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10670   algorithm: "plot_performance_box"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10673   data: "plot-vpp-throughput-latency-3n-hsw"
10674   filter: "'NIC_Intel-X710' and
10675            '78B' and
10676            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10677            'NDRPDR' and
10678            '2T2C' and
10679            'IP6FWD' and
10680            not 'SRv6' and
10681            not 'IPSEC' and
10682            not 'VHOST'"
10683   parameters:
10684   - "throughput"
10685   - "parent"
10686   - "tags"
10687   sort:
10688   - "IP6BASE"
10689   - "FIB_20K"
10690   - "FIB_200K"
10691   - "FIB_2M"
10692   traces:
10693     hoverinfo: "x+y"
10694     boxpoints: "outliers"
10695     whiskerwidth: 0
10696   layout:
10697     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10698     layout: "plot-throughput"
10699
10700 -
10701   type: "plot"
10702   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10703   algorithm: "plot_performance_box"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10706   data: "plot-vpp-throughput-latency-3n-hsw"
10707   filter: "'NIC_Intel-X710' and
10708            '78B' and
10709            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10710            'NDRPDR' and
10711            '2T2C' and
10712            'IP6FWD' and
10713            not 'SRv6' and
10714            not 'IPSEC' and
10715            not 'VHOST'"
10716   parameters:
10717   - "throughput"
10718   - "parent"
10719   - "tags"
10720   sort:
10721   - "IP6BASE"
10722   - "FIB_20K"
10723   - "FIB_200K"
10724   - "FIB_2M"
10725   traces:
10726     hoverinfo: "x+y"
10727     boxpoints: "outliers"
10728     whiskerwidth: 0
10729   layout:
10730     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10731     layout: "plot-throughput"
10732
10733 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
10734 -
10735   type: "plot"
10736   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10737   algorithm: "plot_performance_box"
10738   output-file-type: ".html"
10739   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10740   data: "plot-vpp-throughput-latency-3n-hsw"
10741   filter: "'NIC_Intel-X710' and
10742            '78B' and
10743            ('IP6BASE' or
10744             'POLICE_MARK' or
10745             'COPWHLIST' or
10746             'IACLDST') and
10747            'NDRPDR' and
10748            '1T1C' and
10749            'IP6FWD' and
10750            not 'SRv6' and
10751            not 'IPSEC' and
10752            not 'VHOST'"
10753   parameters:
10754   - "throughput"
10755   - "parent"
10756   - "tags"
10757   sort:
10758   - "IP6BASE"
10759   - "POLICE_MARK"
10760   - "COPWHLIST"
10761   - "IACLDST"
10762   traces:
10763     hoverinfo: "x+y"
10764     boxpoints: "outliers"
10765     whiskerwidth: 0
10766   layout:
10767     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10768     layout: "plot-throughput"
10769
10770 -
10771   type: "plot"
10772   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10773   algorithm: "plot_performance_box"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10776   data: "plot-vpp-throughput-latency-3n-hsw"
10777   filter: "'NIC_Intel-X710' and
10778            '78B' and
10779            ('IP6BASE' or
10780             'POLICE_MARK' or
10781             'COPWHLIST' or
10782             'IACLDST') and
10783            'NDRPDR' and
10784            '2T2C' and
10785            'IP6FWD' and
10786            not 'SRv6' and
10787            not 'IPSEC' and
10788            not 'VHOST'"
10789   parameters:
10790   - "throughput"
10791   - "parent"
10792   - "tags"
10793   sort:
10794   - "IP6BASE"
10795   - "POLICE_MARK"
10796   - "COPWHLIST"
10797   - "IACLDST"
10798   traces:
10799     hoverinfo: "x+y"
10800     boxpoints: "outliers"
10801     whiskerwidth: 0
10802   layout:
10803     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10804     layout: "plot-throughput"
10805
10806 -
10807   type: "plot"
10808   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10809   algorithm: "plot_performance_box"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10812   data: "plot-vpp-throughput-latency-3n-hsw"
10813   filter: "'NIC_Intel-X710' and
10814            '78B' and
10815            ('IP6BASE' or
10816             'POLICE_MARK' or
10817             'COPWHLIST' or
10818             'IACLDST') and
10819            'NDRPDR' and
10820            '1T1C' and
10821            'IP6FWD' and
10822            not 'SRv6' and
10823            not 'IPSEC' and
10824            not 'VHOST'"
10825   parameters:
10826   - "throughput"
10827   - "parent"
10828   - "tags"
10829   sort:
10830   - "IP6BASE"
10831   - "POLICE_MARK"
10832   - "COPWHLIST"
10833   - "IACLDST"
10834   traces:
10835     hoverinfo: "x+y"
10836     boxpoints: "outliers"
10837     whiskerwidth: 0
10838   layout:
10839     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10840     layout: "plot-throughput"
10841
10842 -
10843   type: "plot"
10844   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10845   algorithm: "plot_performance_box"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10848   data: "plot-vpp-throughput-latency-3n-hsw"
10849   filter: "'NIC_Intel-X710' and
10850            '78B' and
10851            ('IP6BASE' or
10852             'POLICE_MARK' or
10853             'COPWHLIST' or
10854             'IACLDST') and
10855            'NDRPDR' and
10856            '2T2C' and
10857            'IP6FWD' and
10858            not 'SRv6' and
10859            not 'IPSEC' and
10860            not 'VHOST'"
10861   parameters:
10862   - "throughput"
10863   - "parent"
10864   - "tags"
10865   sort:
10866   - "IP6BASE"
10867   - "POLICE_MARK"
10868   - "COPWHLIST"
10869   - "IACLDST"
10870   traces:
10871     hoverinfo: "x+y"
10872     boxpoints: "outliers"
10873     whiskerwidth: 0
10874   layout:
10875     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10876     layout: "plot-throughput"
10877
10878 # Packet Throughput - VPP IPv6 3n-hsw-xl710
10879 -
10880   type: "plot"
10881   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10882   algorithm: "plot_performance_box"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10885   data: "plot-vpp-throughput-latency-3n-hsw"
10886   filter: "'NIC_Intel-XL710' and
10887            '78B' and
10888            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10889            'NDRPDR' and
10890            '1T1C' and
10891            'IP6FWD' and
10892            not 'SRv6' and
10893            not 'IPSEC' and
10894            not 'VHOST'"
10895   parameters:
10896   - "throughput"
10897   - "parent"
10898   - "tags"
10899   sort:
10900   - "IP6BASE"
10901   - "FIB_20K"
10902   - "FIB_200K"
10903   - "FIB_2M"
10904   traces:
10905     hoverinfo: "x+y"
10906     boxpoints: "outliers"
10907     whiskerwidth: 0
10908   layout:
10909     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10910     layout: "plot-throughput"
10911
10912 -
10913   type: "plot"
10914   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10915   algorithm: "plot_performance_box"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10918   data: "plot-vpp-throughput-latency-3n-hsw"
10919   filter: "'NIC_Intel-XL710' and
10920            '78B' and
10921            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10922            'NDRPDR' and
10923            '1T1C' and
10924            'IP6FWD' and
10925            not 'SRv6' and
10926            not 'IPSEC' and
10927            not 'VHOST'"
10928   parameters:
10929   - "throughput"
10930   - "parent"
10931   - "tags"
10932   sort:
10933   - "IP6BASE"
10934   - "FIB_20K"
10935   - "FIB_200K"
10936   - "FIB_2M"
10937   traces:
10938     hoverinfo: "x+y"
10939     boxpoints: "outliers"
10940     whiskerwidth: 0
10941   layout:
10942     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10943     layout: "plot-throughput"
10944
10945 -
10946   type: "plot"
10947   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10948   algorithm: "plot_performance_box"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10951   data: "plot-vpp-throughput-latency-3n-hsw"
10952   filter: "'NIC_Intel-XL710' and
10953            '78B' and
10954            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10955            'NDRPDR' and
10956            '2T2C' and
10957            'IP6FWD' and
10958            not 'SRv6' and
10959            not 'IPSEC' and
10960            not 'VHOST'"
10961   parameters:
10962   - "throughput"
10963   - "parent"
10964   - "tags"
10965   sort:
10966   - "IP6BASE"
10967   - "FIB_20K"
10968   - "FIB_200K"
10969   - "FIB_2M"
10970   traces:
10971     hoverinfo: "x+y"
10972     boxpoints: "outliers"
10973     whiskerwidth: 0
10974   layout:
10975     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10976     layout: "plot-throughput"
10977
10978 -
10979   type: "plot"
10980   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10981   algorithm: "plot_performance_box"
10982   output-file-type: ".html"
10983   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10984   data: "plot-vpp-throughput-latency-3n-hsw"
10985   filter: "'NIC_Intel-XL710' and
10986            '78B' and
10987            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10988            'NDRPDR' and
10989            '2T2C' and
10990            'IP6FWD' and
10991            not 'SRv6' and
10992            not 'IPSEC' and
10993            not 'VHOST'"
10994   parameters:
10995   - "throughput"
10996   - "parent"
10997   - "tags"
10998   sort:
10999   - "IP6BASE"
11000   - "FIB_20K"
11001   - "FIB_200K"
11002   - "FIB_2M"
11003   traces:
11004     hoverinfo: "x+y"
11005     boxpoints: "outliers"
11006     whiskerwidth: 0
11007   layout:
11008     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11009     layout: "plot-throughput"
11010
11011 # Packet Throughput - VPP IPv6 3n-skx-x710
11012 -
11013   type: "plot"
11014   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11015   algorithm: "plot_performance_box"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11018   data: "plot-vpp-throughput-latency-3n-skx"
11019   filter: "'NIC_Intel-X710' and
11020            '78B' and
11021            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11022            'NDRPDR' and
11023            '2T1C' and
11024            'IP6FWD' and
11025            not 'SRv6' and
11026            not 'IPSEC' and
11027            not 'VHOST'"
11028   parameters:
11029   - "throughput"
11030   - "parent"
11031   - "tags"
11032   sort:
11033   - "IP6BASE"
11034   - "FIB_20K"
11035   - "FIB_200K"
11036   - "FIB_2M"
11037   traces:
11038     hoverinfo: "x+y"
11039     boxpoints: "outliers"
11040     whiskerwidth: 0
11041   layout:
11042     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11043     layout: "plot-throughput"
11044
11045 -
11046   type: "plot"
11047   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11048   algorithm: "plot_performance_box"
11049   output-file-type: ".html"
11050   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11051   data: "plot-vpp-throughput-latency-3n-skx"
11052   filter: "'NIC_Intel-X710' and
11053            '78B' and
11054            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11055            'NDRPDR' and
11056            '2T1C' and
11057            'IP6FWD' and
11058            not 'SRv6' and
11059            not 'IPSEC' and
11060            not 'VHOST'"
11061   parameters:
11062   - "throughput"
11063   - "parent"
11064   - "tags"
11065   sort:
11066   - "IP6BASE"
11067   - "FIB_20K"
11068   - "FIB_200K"
11069   - "FIB_2M"
11070   traces:
11071     hoverinfo: "x+y"
11072     boxpoints: "outliers"
11073     whiskerwidth: 0
11074   layout:
11075     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11076     layout: "plot-throughput"
11077
11078 -
11079   type: "plot"
11080   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11081   algorithm: "plot_performance_box"
11082   output-file-type: ".html"
11083   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11084   data: "plot-vpp-throughput-latency-3n-skx"
11085   filter: "'NIC_Intel-X710' and
11086            '78B' and
11087            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11088            'NDRPDR' and
11089            '4T2C' and
11090            'IP6FWD' and
11091            not 'SRv6' and
11092            not 'IPSEC' and
11093            not 'VHOST'"
11094   parameters:
11095   - "throughput"
11096   - "parent"
11097   - "tags"
11098   sort:
11099   - "IP6BASE"
11100   - "FIB_20K"
11101   - "FIB_200K"
11102   - "FIB_2M"
11103   traces:
11104     hoverinfo: "x+y"
11105     boxpoints: "outliers"
11106     whiskerwidth: 0
11107   layout:
11108     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11109     layout: "plot-throughput"
11110
11111 -
11112   type: "plot"
11113   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11114   algorithm: "plot_performance_box"
11115   output-file-type: ".html"
11116   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11117   data: "plot-vpp-throughput-latency-3n-skx"
11118   filter: "'NIC_Intel-X710' and
11119            '78B' and
11120            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11121            'NDRPDR' and
11122            '4T2C' and
11123            'IP6FWD' and
11124            not 'SRv6' and
11125            not 'IPSEC' and
11126            not 'VHOST'"
11127   parameters:
11128   - "throughput"
11129   - "parent"
11130   - "tags"
11131   sort:
11132   - "IP6BASE"
11133   - "FIB_20K"
11134   - "FIB_200K"
11135   - "FIB_2M"
11136   traces:
11137     hoverinfo: "x+y"
11138     boxpoints: "outliers"
11139     whiskerwidth: 0
11140   layout:
11141     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11142     layout: "plot-throughput"
11143
11144 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11145 -
11146   type: "plot"
11147   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11148   algorithm: "plot_performance_box"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11151   data: "plot-vpp-throughput-latency-3n-skx"
11152   filter: "'NIC_Intel-X710' and
11153            '78B' and
11154            ('IP6BASE' or
11155             'POLICE_MARK' or
11156             'COPWHLIST' or
11157             'IACLDST') and
11158            'NDRPDR' and
11159            '2T1C' and
11160            'IP6FWD' and
11161            not 'SRv6' and
11162            not 'IPSEC' and
11163            not 'VHOST'"
11164   parameters:
11165   - "throughput"
11166   - "parent"
11167   - "tags"
11168   sort:
11169   - "IP6BASE"
11170   - "POLICE_MARK"
11171   - "COPWHLIST"
11172   - "IACLDST"
11173   traces:
11174     hoverinfo: "x+y"
11175     boxpoints: "outliers"
11176     whiskerwidth: 0
11177   layout:
11178     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11179     layout: "plot-throughput"
11180
11181 -
11182   type: "plot"
11183   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11184   algorithm: "plot_performance_box"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11187   data: "plot-vpp-throughput-latency-3n-hsw"
11188   filter: "'NIC_Intel-X710' and
11189            '78B' and
11190            ('IP6BASE' or
11191             'POLICE_MARK' or
11192             'COPWHLIST' or
11193             'IACLDST') and
11194            'NDRPDR' and
11195            '4T2C' and
11196            'IP6FWD' and
11197            not 'SRv6' and
11198            not 'IPSEC' and
11199            not 'VHOST'"
11200   parameters:
11201   - "throughput"
11202   - "parent"
11203   - "tags"
11204   sort:
11205   - "IP6BASE"
11206   - "POLICE_MARK"
11207   - "COPWHLIST"
11208   - "IACLDST"
11209   traces:
11210     hoverinfo: "x+y"
11211     boxpoints: "outliers"
11212     whiskerwidth: 0
11213   layout:
11214     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11215     layout: "plot-throughput"
11216
11217 -
11218   type: "plot"
11219   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11220   algorithm: "plot_performance_box"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11223   data: "plot-vpp-throughput-latency-3n-skx"
11224   filter: "'NIC_Intel-X710' and
11225            '78B' and
11226            ('IP6BASE' or
11227             'POLICE_MARK' or
11228             'COPWHLIST' or
11229             'IACLDST') and
11230            'NDRPDR' and
11231            '2T1C' and
11232            'IP6FWD' and
11233            not 'SRv6' and
11234            not 'IPSEC' and
11235            not 'VHOST'"
11236   parameters:
11237   - "throughput"
11238   - "parent"
11239   - "tags"
11240   sort:
11241   - "IP6BASE"
11242   - "POLICE_MARK"
11243   - "COPWHLIST"
11244   - "IACLDST"
11245   traces:
11246     hoverinfo: "x+y"
11247     boxpoints: "outliers"
11248     whiskerwidth: 0
11249   layout:
11250     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11251     layout: "plot-throughput"
11252
11253 -
11254   type: "plot"
11255   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11256   algorithm: "plot_performance_box"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11259   data: "plot-vpp-throughput-latency-3n-skx"
11260   filter: "'NIC_Intel-X710' and
11261            '78B' and
11262            ('IP6BASE' or
11263             'POLICE_MARK' or
11264             'COPWHLIST' or
11265             'IACLDST') and
11266            'NDRPDR' and
11267            '4T2C' and
11268            'IP6FWD' and
11269            not 'SRv6' and
11270            not 'IPSEC' and
11271            not 'VHOST'"
11272   parameters:
11273   - "throughput"
11274   - "parent"
11275   - "tags"
11276   sort:
11277   - "IP6BASE"
11278   - "POLICE_MARK"
11279   - "COPWHLIST"
11280   - "IACLDST"
11281   traces:
11282     hoverinfo: "x+y"
11283     boxpoints: "outliers"
11284     whiskerwidth: 0
11285   layout:
11286     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11287     layout: "plot-throughput"
11288
11289 # Packet Throughput - VPP IPv6 2n-skx-x710
11290 -
11291   type: "plot"
11292   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11293   algorithm: "plot_performance_box"
11294   output-file-type: ".html"
11295   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11296   data: "plot-vpp-throughput-latency-2n-skx"
11297   filter: "'NIC_Intel-X710' and
11298            '78B' and
11299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11300            'NDRPDR' and
11301            '2T1C' and
11302            'IP6FWD' and
11303            not 'SRv6' and
11304            not 'IPSEC' and
11305            not 'VHOST'"
11306   parameters:
11307   - "throughput"
11308   - "parent"
11309   - "tags"
11310   sort:
11311   - "IP6BASE"
11312   - "FIB_20K"
11313   - "FIB_200K"
11314   - "FIB_2M"
11315   traces:
11316     hoverinfo: "x+y"
11317     boxpoints: "outliers"
11318     whiskerwidth: 0
11319   layout:
11320     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11321     layout: "plot-throughput"
11322
11323 -
11324   type: "plot"
11325   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11326   algorithm: "plot_performance_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11329   data: "plot-vpp-throughput-latency-2n-skx"
11330   filter: "'NIC_Intel-X710' and
11331            '78B' and
11332            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11333            'NDRPDR' and
11334            '2T1C' and
11335            'IP6FWD' and
11336            not 'SRv6' and
11337            not 'IPSEC' and
11338            not 'VHOST'"
11339   parameters:
11340   - "throughput"
11341   - "parent"
11342   - "tags"
11343   sort:
11344   - "IP6BASE"
11345   - "FIB_20K"
11346   - "FIB_200K"
11347   - "FIB_2M"
11348   traces:
11349     hoverinfo: "x+y"
11350     boxpoints: "outliers"
11351     whiskerwidth: 0
11352   layout:
11353     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11354     layout: "plot-throughput"
11355
11356 -
11357   type: "plot"
11358   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11359   algorithm: "plot_performance_box"
11360   output-file-type: ".html"
11361   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11362   data: "plot-vpp-throughput-latency-2n-skx"
11363   filter: "'NIC_Intel-X710' and
11364            '78B' and
11365            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11366            'NDRPDR' and
11367            '4T2C' and
11368            'IP6FWD' and
11369            not 'SRv6' and
11370            not 'IPSEC' and
11371            not 'VHOST'"
11372   parameters:
11373   - "throughput"
11374   - "parent"
11375   - "tags"
11376   sort:
11377   - "IP6BASE"
11378   - "FIB_20K"
11379   - "FIB_200K"
11380   - "FIB_2M"
11381   traces:
11382     hoverinfo: "x+y"
11383     boxpoints: "outliers"
11384     whiskerwidth: 0
11385   layout:
11386     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11387     layout: "plot-throughput"
11388
11389 -
11390   type: "plot"
11391   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11392   algorithm: "plot_performance_box"
11393   output-file-type: ".html"
11394   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11395   data: "plot-vpp-throughput-latency-2n-skx"
11396   filter: "'NIC_Intel-X710' and
11397            '78B' and
11398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11399            'NDRPDR' and
11400            '4T2C' and
11401            'IP6FWD' and
11402            not 'SRv6' and
11403            not 'IPSEC' and
11404            not 'VHOST'"
11405   parameters:
11406   - "throughput"
11407   - "parent"
11408   - "tags"
11409   sort:
11410   - "IP6BASE"
11411   - "FIB_20K"
11412   - "FIB_200K"
11413   - "FIB_2M"
11414   traces:
11415     hoverinfo: "x+y"
11416     boxpoints: "outliers"
11417     whiskerwidth: 0
11418   layout:
11419     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11420     layout: "plot-throughput"
11421
11422 # Packet Throughput - VPP IPv6 2n-skx-xxv710
11423 -
11424   type: "plot"
11425   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11426   algorithm: "plot_performance_box"
11427   output-file-type: ".html"
11428   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11429   data: "plot-vpp-throughput-latency-2n-skx"
11430   filter: "'NIC_Intel-XXV710' and
11431            '78B' and
11432            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11433            'NDRPDR' and
11434            '2T1C' and
11435            'IP6FWD' and
11436            not 'SRv6' and
11437            not 'IPSEC' and
11438            not 'VHOST'"
11439   parameters:
11440   - "throughput"
11441   - "parent"
11442   - "tags"
11443   sort:
11444   - "IP6BASE"
11445   - "FIB_20K"
11446   - "FIB_200K"
11447   - "FIB_2M"
11448   traces:
11449     hoverinfo: "x+y"
11450     boxpoints: "outliers"
11451     whiskerwidth: 0
11452   layout:
11453     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11454     layout: "plot-throughput"
11455
11456 -
11457   type: "plot"
11458   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11459   algorithm: "plot_performance_box"
11460   output-file-type: ".html"
11461   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11462   data: "plot-vpp-throughput-latency-2n-skx"
11463   filter: "'NIC_Intel-XXV710' and
11464            '78B' and
11465            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11466            'NDRPDR' and
11467            '2T1C' and
11468            'IP6FWD' and
11469            not 'SRv6' and
11470            not 'IPSEC' and
11471            not 'VHOST'"
11472   parameters:
11473   - "throughput"
11474   - "parent"
11475   - "tags"
11476   sort:
11477   - "IP6BASE"
11478   - "FIB_20K"
11479   - "FIB_200K"
11480   - "FIB_2M"
11481   traces:
11482     hoverinfo: "x+y"
11483     boxpoints: "outliers"
11484     whiskerwidth: 0
11485   layout:
11486     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11487     layout: "plot-throughput"
11488
11489 -
11490   type: "plot"
11491   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11492   algorithm: "plot_performance_box"
11493   output-file-type: ".html"
11494   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11495   data: "plot-vpp-throughput-latency-2n-skx"
11496   filter: "'NIC_Intel-XXV710' and
11497            '78B' and
11498            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11499            'NDRPDR' and
11500            '4T2C' and
11501            'IP6FWD' and
11502            not 'SRv6' and
11503            not 'IPSEC' and
11504            not 'VHOST'"
11505   parameters:
11506   - "throughput"
11507   - "parent"
11508   - "tags"
11509   sort:
11510   - "IP6BASE"
11511   - "FIB_20K"
11512   - "FIB_200K"
11513   - "FIB_2M"
11514   traces:
11515     hoverinfo: "x+y"
11516     boxpoints: "outliers"
11517     whiskerwidth: 0
11518   layout:
11519     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11520     layout: "plot-throughput"
11521
11522 -
11523   type: "plot"
11524   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11525   algorithm: "plot_performance_box"
11526   output-file-type: ".html"
11527   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11528   data: "plot-vpp-throughput-latency-2n-skx"
11529   filter: "'NIC_Intel-XXV710' and
11530            '78B' and
11531            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11532            'NDRPDR' and
11533            '4T2C' and
11534            'IP6FWD' and
11535            not 'SRv6' and
11536            not 'IPSEC' and
11537            not 'VHOST'"
11538   parameters:
11539   - "throughput"
11540   - "parent"
11541   - "tags"
11542   sort:
11543   - "IP6BASE"
11544   - "FIB_20K"
11545   - "FIB_200K"
11546   - "FIB_2M"
11547   traces:
11548     hoverinfo: "x+y"
11549     boxpoints: "outliers"
11550     whiskerwidth: 0
11551   layout:
11552     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11553     layout: "plot-throughput"
11554
11555 ################################################################################
11556
11557 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
11558 -
11559   type: "plot"
11560   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11561   algorithm: "plot_performance_box"
11562   output-file-type: ".html"
11563   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11564   data: "plot-vpp-throughput-latency-3n-hsw"
11565   filter: "'NIC_Intel-X520-DA2' and
11566            '78B' and
11567            'ENCAP' and
11568            'NDRPDR' and
11569            '1T1C' and
11570            'LISP' and
11571            not 'VHOST'"
11572   parameters:
11573   - "throughput"
11574   - "parent"
11575   - "tags"
11576   sort:
11577   - "IP4UNRLAY"
11578   - "IP6UNRLAY"
11579   traces:
11580     hoverinfo: "x+y"
11581     boxpoints: "outliers"
11582     whiskerwidth: 0
11583   layout:
11584     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11585     layout: "plot-throughput"
11586
11587 -
11588   type: "plot"
11589   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11590   algorithm: "plot_performance_box"
11591   output-file-type: ".html"
11592   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11593   data: "plot-vpp-throughput-latency-3n-hsw"
11594   filter: "'NIC_Intel-X520-DA2' and
11595            '78B' and
11596            'ENCAP' and
11597            'NDRPDR' and
11598            '1T1C' and
11599            'LISP' and
11600            not 'VHOST'"
11601   parameters:
11602   - "throughput"
11603   - "parent"
11604   - "tags"
11605   sort:
11606   - "IP4UNRLAY"
11607   - "IP6UNRLAY"
11608   traces:
11609     hoverinfo: "x+y"
11610     boxpoints: "outliers"
11611     whiskerwidth: 0
11612   layout:
11613     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11614     layout: "plot-throughput"
11615
11616 -
11617   type: "plot"
11618   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11619   algorithm: "plot_performance_box"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11622   data: "plot-vpp-throughput-latency-3n-hsw"
11623   filter: "'NIC_Intel-X520-DA2' and
11624            '78B' and
11625            'ENCAP' and
11626            'NDRPDR' and
11627            '2T2C' and
11628            'LISP' and
11629            not 'VHOST'"
11630   parameters:
11631   - "throughput"
11632   - "parent"
11633   - "tags"
11634   sort:
11635   - "IP4UNRLAY"
11636   - "IP6UNRLAY"
11637   traces:
11638     hoverinfo: "x+y"
11639     boxpoints: "outliers"
11640     whiskerwidth: 0
11641   layout:
11642     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11643     layout: "plot-throughput"
11644
11645 -
11646   type: "plot"
11647   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11648   algorithm: "plot_performance_box"
11649   output-file-type: ".html"
11650   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11651   data: "plot-vpp-throughput-latency-3n-hsw"
11652   filter: "'NIC_Intel-X520-DA2' and
11653            '78B' and
11654            'ENCAP' and
11655            'NDRPDR' and
11656            '2T2C' and
11657            'LISP' and
11658            not 'VHOST'"
11659   parameters:
11660   - "throughput"
11661   - "parent"
11662   - "tags"
11663   sort:
11664   - "IP4UNRLAY"
11665   - "IP6UNRLAY"
11666   traces:
11667     hoverinfo: "x+y"
11668     boxpoints: "outliers"
11669     whiskerwidth: 0
11670   layout:
11671     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11672     layout: "plot-throughput"
11673
11674 ################################################################################
11675
11676 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
11677 -
11678   type: "plot"
11679   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11680   algorithm: "plot_performance_box"
11681   output-file-type: ".html"
11682   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11683   data: "plot-vpp-throughput-latency-3n-hsw"
11684   filter: "'NIC_Intel-XL710' and
11685            '64B' and
11686            'IP4FWD' and
11687            'NDRPDR' and
11688            'BASE' and
11689            '1T1C' and
11690            'IPSECHW' and
11691            ('IPSECTRAN' or 'IPSECTUN') and
11692            not 'VHOST'"
11693   parameters:
11694   - "throughput"
11695   - "parent"
11696   - "tags"
11697   traces:
11698     hoverinfo: "x+y"
11699     boxpoints: "outliers"
11700     whiskerwidth: 0
11701   layout:
11702     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11703     layout: "plot-throughput"
11704
11705 -
11706   type: "plot"
11707   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11708   algorithm: "plot_performance_box"
11709   output-file-type: ".html"
11710   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11711   data: "plot-vpp-throughput-latency-3n-hsw"
11712   filter: "'NIC_Intel-XL710' and
11713            '64B' and
11714            'IP4FWD' and
11715            'NDRPDR' and
11716            'BASE' and
11717            '1T1C' and
11718            'IPSECHW' and
11719            ('IPSECTRAN' or 'IPSECTUN') and
11720            not 'VHOST'"
11721   parameters:
11722   - "throughput"
11723   - "parent"
11724   - "tags"
11725   traces:
11726     hoverinfo: "x+y"
11727     boxpoints: "outliers"
11728     whiskerwidth: 0
11729   layout:
11730     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11731     layout: "plot-throughput"
11732
11733 -
11734   type: "plot"
11735   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11736   algorithm: "plot_performance_box"
11737   output-file-type: ".html"
11738   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11739   data: "plot-vpp-throughput-latency-3n-hsw"
11740   filter: "'NIC_Intel-XL710' and
11741            '64B' and
11742            'IP4FWD' and
11743            'NDRPDR' and
11744            'BASE' and
11745            '2T2C' and
11746            'IPSECHW' and
11747            ('IPSECTRAN' or 'IPSECTUN') and
11748            not 'VHOST'"
11749   parameters:
11750   - "throughput"
11751   - "parent"
11752   - "tags"
11753   traces:
11754     hoverinfo: "x+y"
11755     boxpoints: "outliers"
11756     whiskerwidth: 0
11757   layout:
11758     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11759     layout: "plot-throughput"
11760
11761 -
11762   type: "plot"
11763   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11764   algorithm: "plot_performance_box"
11765   output-file-type: ".html"
11766   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11767   data: "plot-vpp-throughput-latency-3n-hsw"
11768   filter: "'NIC_Intel-XL710' and
11769            '64B' and
11770            'IP4FWD' and
11771            'NDRPDR' and
11772            'BASE' and
11773            '2T2C' and
11774            'IPSECHW' and
11775            ('IPSECTRAN' or 'IPSECTUN') and
11776            not 'VHOST'"
11777   parameters:
11778   - "throughput"
11779   - "parent"
11780   - "tags"
11781   traces:
11782     hoverinfo: "x+y"
11783     boxpoints: "outliers"
11784     whiskerwidth: 0
11785   layout:
11786     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11787     layout: "plot-throughput"
11788
11789 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
11790 -
11791   type: "plot"
11792   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11793   algorithm: "plot_performance_box"
11794   output-file-type: ".html"
11795   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11796   data: "plot-vpp-throughput-latency-3n-hsw"
11797   filter: "'NIC_Intel-XL710' and
11798            '64B' and
11799            'IP4FWD' and
11800            'NDRPDR' and
11801            'SCALE' and
11802            '1T1C' and
11803            'IPSECHW' and
11804            ('IPSECTRAN' or 'IPSECTUN') and
11805            not 'VHOST'"
11806   parameters:
11807   - "throughput"
11808   - "parent"
11809   - "tags"
11810   traces:
11811     hoverinfo: "x+y"
11812     boxpoints: "outliers"
11813     whiskerwidth: 0
11814   layout:
11815     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11816     layout: "plot-throughput"
11817
11818 -
11819   type: "plot"
11820   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11821   algorithm: "plot_performance_box"
11822   output-file-type: ".html"
11823   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11824   data: "plot-vpp-throughput-latency-3n-hsw"
11825   filter: "'NIC_Intel-XL710' and
11826            '64B' and
11827            'IP4FWD' and
11828            'NDRPDR' and
11829            'SCALE' and
11830            '1T1C' and
11831            'IPSECHW' and
11832            ('IPSECTRAN' or 'IPSECTUN') and
11833            not 'VHOST'"
11834   parameters:
11835   - "throughput"
11836   - "parent"
11837   - "tags"
11838   traces:
11839     hoverinfo: "x+y"
11840     boxpoints: "outliers"
11841     whiskerwidth: 0
11842   layout:
11843     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11844     layout: "plot-throughput"
11845
11846 -
11847   type: "plot"
11848   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11849   algorithm: "plot_performance_box"
11850   output-file-type: ".html"
11851   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11852   data: "plot-vpp-throughput-latency-3n-hsw"
11853   filter: "'NIC_Intel-XL710' and
11854            '64B' and
11855            'IP4FWD' and
11856            'NDRPDR' and
11857            'SCALE' and
11858            '2T2C' and
11859            'IPSECHW' and
11860            ('IPSECTRAN' or 'IPSECTUN') and
11861            not 'VHOST'"
11862   parameters:
11863   - "throughput"
11864   - "parent"
11865   - "tags"
11866   traces:
11867     hoverinfo: "x+y"
11868     boxpoints: "outliers"
11869     whiskerwidth: 0
11870   layout:
11871     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11872     layout: "plot-throughput"
11873
11874 -
11875   type: "plot"
11876   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11877   algorithm: "plot_performance_box"
11878   output-file-type: ".html"
11879   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11880   data: "plot-vpp-throughput-latency-3n-hsw"
11881   filter: "'NIC_Intel-XL710' and
11882            '64B' and
11883            'IP4FWD' and
11884            'NDRPDR' and
11885            'SCALE' and
11886            '2T2C' and
11887            'IPSECHW' and
11888            ('IPSECTRAN' or 'IPSECTUN') and
11889            not 'VHOST'"
11890   parameters:
11891   - "throughput"
11892   - "parent"
11893   - "tags"
11894   traces:
11895     hoverinfo: "x+y"
11896     boxpoints: "outliers"
11897     whiskerwidth: 0
11898   layout:
11899     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11900     layout: "plot-throughput"
11901
11902 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
11903 -
11904   type: "plot"
11905   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11906   algorithm: "plot_performance_box"
11907   output-file-type: ".html"
11908   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11909   data: "plot-vpp-throughput-latency-3n-hsw"
11910   filter: "'NIC_Intel-XL710' and
11911            '64B' and
11912            'IP4FWD' and
11913            'NDRPDR' and
11914            '1T1C' and
11915            'IPSECSW' and
11916            ('IPSECTRAN' or 'IPSECTUN') and
11917            not 'VHOST'"
11918   parameters:
11919   - "throughput"
11920   - "parent"
11921   - "tags"
11922   traces:
11923     hoverinfo: "x+y"
11924     boxpoints: "outliers"
11925     whiskerwidth: 0
11926   layout:
11927     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11928     layout: "plot-throughput"
11929
11930 -
11931   type: "plot"
11932   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11933   algorithm: "plot_performance_box"
11934   output-file-type: ".html"
11935   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11936   data: "plot-vpp-throughput-latency-3n-hsw"
11937   filter: "'NIC_Intel-XL710' and
11938            '64B' and
11939            'IP4FWD' and
11940            'NDRPDR' and
11941            '1T1C' and
11942            'IPSECSW' and
11943            ('IPSECTRAN' or 'IPSECTUN') and
11944            not 'VHOST'"
11945   parameters:
11946   - "throughput"
11947   - "parent"
11948   - "tags"
11949   traces:
11950     hoverinfo: "x+y"
11951     boxpoints: "outliers"
11952     whiskerwidth: 0
11953   layout:
11954     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11955     layout: "plot-throughput"
11956
11957 -
11958   type: "plot"
11959   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11963   data: "plot-vpp-throughput-latency-3n-hsw"
11964   filter: "'NIC_Intel-XL710' and
11965            '64B' and
11966            'IP4FWD' and
11967            'NDRPDR' and
11968            '2T2C' and
11969            'IPSECSW' and
11970            ('IPSECTRAN' or 'IPSECTUN') and
11971            not 'VHOST'"
11972   parameters:
11973   - "throughput"
11974   - "parent"
11975   - "tags"
11976   traces:
11977     hoverinfo: "x+y"
11978     boxpoints: "outliers"
11979     whiskerwidth: 0
11980   layout:
11981     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11982     layout: "plot-throughput"
11983
11984 -
11985   type: "plot"
11986   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11987   algorithm: "plot_performance_box"
11988   output-file-type: ".html"
11989   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11990   data: "plot-vpp-throughput-latency-3n-hsw"
11991   filter: "'NIC_Intel-XL710' and
11992            '64B' and
11993            'IP4FWD' and
11994            'NDRPDR' and
11995            '2T2C' and
11996            'IPSECSW' and
11997            ('IPSECTRAN' or 'IPSECTUN') and
11998            not 'VHOST'"
11999   parameters:
12000   - "throughput"
12001   - "parent"
12002   - "tags"
12003   traces:
12004     hoverinfo: "x+y"
12005     boxpoints: "outliers"
12006     whiskerwidth: 0
12007   layout:
12008     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12009     layout: "plot-throughput"
12010
12011 ################################################################################
12012
12013 # Packet Throughput - VPP SRv6 3n-hsw-x520
12014 -
12015   type: "plot"
12016   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12017   algorithm: "plot_performance_box"
12018   output-file-type: ".html"
12019   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12020   data: "plot-vpp-throughput-latency-3n-hsw"
12021   filter: "'NIC_Intel-X520-DA2' and
12022            '78B' and
12023            'FEATURE' and
12024            'NDRPDR' and
12025            '1T1C' and
12026            'IP6FWD' and
12027            'SRv6'"
12028   parameters:
12029   - "throughput"
12030   - "parent"
12031   - "tags"
12032   traces:
12033     hoverinfo: "x+y"
12034     boxpoints: "outliers"
12035     whiskerwidth: 0
12036   layout:
12037     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12038     layout: "plot-throughput"
12039
12040 -
12041   type: "plot"
12042   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12043   algorithm: "plot_performance_box"
12044   output-file-type: ".html"
12045   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12046   data: "plot-vpp-throughput-latency-3n-hsw"
12047   filter: "'NIC_Intel-X520-DA2' and
12048            '78B' and
12049            'FEATURE' and
12050            'NDRPDR' and
12051            '1T1C' and
12052            'IP6FWD' and
12053            'SRv6'"
12054   parameters:
12055   - "throughput"
12056   - "parent"
12057   - "tags"
12058   traces:
12059     hoverinfo: "x+y"
12060     boxpoints: "outliers"
12061     whiskerwidth: 0
12062   layout:
12063     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12064     layout: "plot-throughput"
12065
12066 -
12067   type: "plot"
12068   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12069   algorithm: "plot_performance_box"
12070   output-file-type: ".html"
12071   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12072   data: "plot-vpp-throughput-latency-3n-hsw"
12073   filter: "'NIC_Intel-X520-DA2' and
12074            '78B' and
12075            'FEATURE' and
12076            'NDRPDR' and
12077            '2T2C' and
12078            'IP6FWD' and
12079            'SRv6'"
12080   parameters:
12081   - "throughput"
12082   - "parent"
12083   - "tags"
12084   traces:
12085     hoverinfo: "x+y"
12086     boxpoints: "outliers"
12087     whiskerwidth: 0
12088   layout:
12089     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12090     layout: "plot-throughput"
12091
12092 -
12093   type: "plot"
12094   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12095   algorithm: "plot_performance_box"
12096   output-file-type: ".html"
12097   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12098   data: "plot-vpp-throughput-latency-3n-hsw"
12099   filter: "'NIC_Intel-X520-DA2' and
12100            '78B' and
12101            'FEATURE' and
12102            'NDRPDR' and
12103            '2T2C' and
12104            'IP6FWD' and
12105            'SRv6'"
12106   parameters:
12107   - "throughput"
12108   - "parent"
12109   - "tags"
12110   traces:
12111     hoverinfo: "x+y"
12112     boxpoints: "outliers"
12113     whiskerwidth: 0
12114   layout:
12115     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12116     layout: "plot-throughput"
12117
12118 ################################################################################
12119
12120 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12121 -
12122   type: "plot"
12123   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12124   algorithm: "plot_performance_box"
12125   output-file-type: ".html"
12126   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12127   data: "plot-vpp-throughput-latency-3n-hsw"
12128   filter: "'NIC_Intel-X520-DA2' and
12129            '64B' and
12130            'NDRPDR' and
12131            'ETH' and
12132            'IP4FWD' and
12133            '1T1C' and
12134            'VHOST_1024' and
12135            not 'VXLAN' and
12136            not 'DOT1Q'"
12137   parameters:
12138   - "throughput"
12139   - "parent"
12140   - "tags"
12141   sort:
12142   - "not CFS_OPT"
12143   - "1VM"
12144   - "2VM"
12145   traces:
12146     hoverinfo: "x+y"
12147     boxpoints: "outliers"
12148     whiskerwidth: 0
12149   layout:
12150     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12151     layout: "plot-throughput"
12152
12153 -
12154   type: "plot"
12155   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12156   algorithm: "plot_performance_box"
12157   output-file-type: ".html"
12158   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12159   data: "plot-vpp-throughput-latency-3n-hsw"
12160   filter: "'NIC_Intel-X520-DA2' and
12161            '64B' and
12162            'NDRPDR' and
12163            'ETH' and
12164            'IP4FWD' and
12165            '2T2C' and
12166            'VHOST_1024' and
12167            not 'VXLAN' and
12168            not 'DOT1Q'"
12169   parameters:
12170   - "throughput"
12171   - "parent"
12172   - "tags"
12173   sort:
12174   - "not CFS_OPT"
12175   - "1VM"
12176   - "2VM"
12177   traces:
12178     hoverinfo: "x+y"
12179     boxpoints: "outliers"
12180     whiskerwidth: 0
12181   layout:
12182     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12183     layout: "plot-throughput"
12184
12185 -
12186   type: "plot"
12187   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12188   algorithm: "plot_performance_box"
12189   output-file-type: ".html"
12190   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12191   data: "plot-vpp-throughput-latency-3n-hsw"
12192   filter: "'NIC_Intel-X520-DA2' and
12193            '64B' and
12194            'NDRPDR' and
12195            'ETH' and
12196            'IP4FWD' and
12197            '1T1C' and
12198            'VHOST_1024' and
12199            not 'VXLAN' and
12200            not 'DOT1Q'"
12201   parameters:
12202   - "throughput"
12203   - "parent"
12204   - "tags"
12205   sort:
12206   - "not CFS_OPT"
12207   - "1VM"
12208   - "2VM"
12209   traces:
12210     hoverinfo: "x+y"
12211     boxpoints: "outliers"
12212     whiskerwidth: 0
12213   layout:
12214     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12215     layout: "plot-throughput"
12216
12217 -
12218   type: "plot"
12219   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12220   algorithm: "plot_performance_box"
12221   output-file-type: ".html"
12222   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12223   data: "plot-vpp-throughput-latency-3n-hsw"
12224   filter: "'NIC_Intel-X520-DA2' and
12225            '64B' and
12226            'NDRPDR' and
12227            'ETH' and
12228            'IP4FWD' and
12229            '2T2C' and
12230            'VHOST_1024' and
12231            not 'VXLAN' and
12232            not 'DOT1Q'"
12233   parameters:
12234   - "throughput"
12235   - "parent"
12236   - "tags"
12237   sort:
12238   - "not CFS_OPT"
12239   - "1VM"
12240   - "2VM"
12241   traces:
12242     hoverinfo: "x+y"
12243     boxpoints: "outliers"
12244     whiskerwidth: 0
12245   layout:
12246     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12247     layout: "plot-throughput"
12248
12249 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
12250 -
12251   type: "plot"
12252   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12253   algorithm: "plot_performance_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12256   data: "plot-vpp-throughput-latency-3n-hsw"
12257   filter: "'NIC_Intel-X520-DA2' and
12258            '64B' and
12259            'NDRPDR' and
12260            ('ETH' or 'DOT1Q') and
12261            '1T1C' and
12262            'L2BDMACLRN' and
12263            'VHOST_1024' and
12264            not 'VXLAN' and
12265            not 'IP4FWD' and
12266            not '2VM'"
12267   parameters:
12268   - "throughput"
12269   - "parent"
12270   - "tags"
12271 #  sort:
12272 #  - "VM"  # "not CFS_OPT"
12273 #  - "CFS_OPT"
12274 #  - "FIB_10K"
12275 #  - "FIB_100K"
12276 #  - "FIB_1M"
12277   traces:
12278     hoverinfo: "x+y"
12279     boxpoints: "outliers"
12280     whiskerwidth: 0
12281   layout:
12282     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12283     layout: "plot-throughput"
12284
12285 -
12286   type: "plot"
12287   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12288   algorithm: "plot_performance_box"
12289   output-file-type: ".html"
12290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12291   data: "plot-vpp-throughput-latency-3n-hsw"
12292   filter: "'NIC_Intel-X520-DA2' and
12293            '64B' and
12294            'NDRPDR' and
12295            ('ETH' or 'DOT1Q') and
12296            '2T2C' and
12297            'L2BDMACLRN' and
12298            'VHOST_1024' and
12299            not 'VXLAN' and
12300            not 'IP4FWD' and
12301            not '2VM'"
12302   parameters:
12303   - "throughput"
12304   - "parent"
12305   - "tags"
12306 #  sort:
12307 #  - "VM"  # "not CFS_OPT"
12308 #  - "CFS_OPT"
12309 #  - "FIB_10K"
12310 #  - "FIB_100K"
12311 #  - "FIB_1M"
12312   traces:
12313     hoverinfo: "x+y"
12314     boxpoints: "outliers"
12315     whiskerwidth: 0
12316   layout:
12317     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12318     layout: "plot-throughput"
12319
12320 -
12321   type: "plot"
12322   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12323   algorithm: "plot_performance_box"
12324   output-file-type: ".html"
12325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12326   data: "plot-vpp-throughput-latency-3n-hsw"
12327   filter: "'NIC_Intel-X520-DA2' and
12328            '64B' and
12329            'NDRPDR' and
12330            ('ETH' or 'DOT1Q') and
12331            '1T1C' and
12332            'L2BDMACLRN' and
12333            'VHOST_1024' and
12334            not 'VXLAN' and
12335            not 'IP4FWD' and
12336            not '2VM'"
12337   parameters:
12338   - "throughput"
12339   - "parent"
12340   - "tags"
12341 #  sort:
12342 #  - "VM"  # "not CFS_OPT"
12343 #  - "CFS_OPT"
12344 #  - "FIB_10K"
12345 #  - "FIB_100K"
12346 #  - "FIB_1M"
12347   traces:
12348     hoverinfo: "x+y"
12349     boxpoints: "outliers"
12350     whiskerwidth: 0
12351   layout:
12352     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12353     layout: "plot-throughput"
12354
12355 -
12356   type: "plot"
12357   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12358   algorithm: "plot_performance_box"
12359   output-file-type: ".html"
12360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12361   data: "plot-vpp-throughput-latency-3n-hsw"
12362   filter: "'NIC_Intel-X520-DA2' and
12363            '64B' and
12364            'NDRPDR' and
12365            ('ETH' or 'DOT1Q') and
12366            '2T2C' and
12367            'L2BDMACLRN' and
12368            'VHOST_1024' and
12369            not 'VXLAN' and
12370            not 'IP4FWD' and
12371            not '2VM'"
12372   parameters:
12373   - "throughput"
12374   - "parent"
12375   - "tags"
12376 #  sort:
12377 #  - "VM"  # "not CFS_OPT"
12378 #  - "CFS_OPT"
12379 #  - "FIB_10K"
12380 #  - "FIB_100K"
12381 #  - "FIB_1M"
12382   traces:
12383     hoverinfo: "x+y"
12384     boxpoints: "outliers"
12385     whiskerwidth: 0
12386   layout:
12387     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12388     layout: "plot-throughput"
12389
12390 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
12391 -
12392   type: "plot"
12393   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12394   algorithm: "plot_performance_box"
12395   output-file-type: ".html"
12396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12397   data: "plot-vpp-throughput-latency-3n-hsw"
12398   filter: "'NIC_Intel-X520-DA2' and
12399            '64B' and
12400            'NDRPDR' and
12401            ('ETH' or 'DOT1Q') and
12402            'BASE' and
12403            '1T1C' and
12404            ('L2BDMACLRN' or 'L2XCFWD') and
12405            'VHOST_1024' and
12406            not 'VXLAN' and
12407            not 'IP4FWD' and
12408            not '2VM'"
12409   parameters:
12410   - "throughput"
12411   - "parent"
12412   - "tags"
12413 #  sort:
12414 #  - "not CFS_OPT"
12415 #  - "L2XCFWD"
12416 #  - "not CFS_OPT"
12417 #  - "CFS_OPT"
12418   traces:
12419     hoverinfo: "x+y"
12420     boxpoints: "outliers"
12421     whiskerwidth: 0
12422   layout:
12423     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12424     layout: "plot-throughput"
12425
12426 -
12427   type: "plot"
12428   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12429   algorithm: "plot_performance_box"
12430   output-file-type: ".html"
12431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12432   data: "plot-vpp-throughput-latency-3n-hsw"
12433   filter: "'NIC_Intel-X520-DA2' and
12434            '64B' and
12435            'NDRPDR' and
12436            ('ETH' or 'DOT1Q') and
12437            'BASE' and
12438            '1T1C' and
12439            ('L2BDMACLRN' or 'L2XCFWD') and
12440            'VHOST_1024' and
12441            not 'VXLAN' and
12442            not 'IP4FWD' and
12443            not '2VM'"
12444   parameters:
12445   - "throughput"
12446   - "parent"
12447   - "tags"
12448 #  sort:
12449 #  - "not CFS_OPT"
12450 #  - "L2XCFWD"
12451 #  - "not CFS_OPT"
12452 #  - "CFS_OPT"
12453   traces:
12454     hoverinfo: "x+y"
12455     boxpoints: "outliers"
12456     whiskerwidth: 0
12457   layout:
12458     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12459     layout: "plot-throughput"
12460
12461 -
12462   type: "plot"
12463   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12464   algorithm: "plot_performance_box"
12465   output-file-type: ".html"
12466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12467   data: "plot-vpp-throughput-latency-3n-hsw"
12468   filter: "'NIC_Intel-X520-DA2' and
12469            '64B' and
12470            'NDRPDR' and
12471            ('ETH' or 'DOT1Q') and
12472            'BASE' and
12473            '2T2C' and
12474            ('L2BDMACLRN' or 'L2XCFWD') and
12475            'VHOST_1024' and
12476            not 'VXLAN' and
12477            not 'IP4FWD' and
12478            not '2VM'"
12479   parameters:
12480   - "throughput"
12481   - "parent"
12482   - "tags"
12483 #  sort:
12484 #  - "not CFS_OPT"
12485 #  - "L2XCFWD"
12486 #  - "not CFS_OPT"
12487 #  - "CFS_OPT"
12488   traces:
12489     hoverinfo: "x+y"
12490     boxpoints: "outliers"
12491     whiskerwidth: 0
12492   layout:
12493     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12494     layout: "plot-throughput"
12495
12496 -
12497   type: "plot"
12498   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12499   algorithm: "plot_performance_box"
12500   output-file-type: ".html"
12501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12502   data: "plot-vpp-throughput-latency-3n-hsw"
12503   filter: "'NIC_Intel-X520-DA2' and
12504            '64B' and
12505            'NDRPDR' and
12506            ('ETH' or 'DOT1Q') and
12507            'BASE' and
12508            '2T2C' and
12509            ('L2BDMACLRN' or 'L2XCFWD') and
12510            'VHOST_1024' and
12511            not 'VXLAN' and
12512            not 'IP4FWD' and
12513            not '2VM'"
12514   parameters:
12515   - "throughput"
12516   - "parent"
12517   - "tags"
12518 #  sort:
12519 #  - "not CFS_OPT"
12520 #  - "L2XCFWD"
12521 #  - "not CFS_OPT"
12522 #  - "CFS_OPT"
12523   traces:
12524     hoverinfo: "x+y"
12525     boxpoints: "outliers"
12526     whiskerwidth: 0
12527   layout:
12528     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12529     layout: "plot-throughput"
12530
12531 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
12532 -
12533   type: "plot"
12534   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12535   algorithm: "plot_performance_box"
12536   output-file-type: ".html"
12537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12538   data: "plot-vpp-throughput-latency-3n-hsw"
12539   filter: "'NIC_Intel-X520-DA2' and
12540            '64B' and
12541            'NDRPDR' and
12542            ('ETH' or 'DOT1Q') and
12543            '1T1C' and
12544            ('L2BDMACLRN' or 'L2XCFWD') and
12545            'VHOST_1024' and
12546            not 'CFS_OPT' and
12547            not 'VXLAN' and
12548            not 'IP4FWD' and
12549            not 'LBOND'"
12550   parameters:
12551   - "throughput"
12552   - "parent"
12553   - "tags"
12554 #  sort:
12555 #  - "1VM"
12556 #  - "L2XCFWD"
12557 #  - "1VM"
12558 #  - "L2BDMACLRN"
12559   traces:
12560     hoverinfo: "x+y"
12561     boxpoints: "outliers"
12562     whiskerwidth: 0
12563   layout:
12564     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12565     layout: "plot-throughput"
12566
12567 -
12568   type: "plot"
12569   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12570   algorithm: "plot_performance_box"
12571   output-file-type: ".html"
12572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12573   data: "plot-vpp-throughput-latency-3n-hsw"
12574   filter: "'NIC_Intel-X520-DA2' and
12575            '64B' and
12576            'NDRPDR' and
12577            ('ETH' or 'DOT1Q') and
12578            '1T1C' and
12579            ('L2BDMACLRN' or 'L2XCFWD') and
12580            'VHOST_1024' and
12581            not 'CFS_OPT' and
12582            not 'VXLAN' and
12583            not 'IP4FWD' and
12584            not 'LBOND'"
12585   parameters:
12586   - "throughput"
12587   - "parent"
12588   - "tags"
12589 #  sort:
12590 #  - "1VM"
12591 #  - "L2XCFWD"
12592 #  - "1VM"
12593 #  - "L2BDMACLRN"
12594   traces:
12595     hoverinfo: "x+y"
12596     boxpoints: "outliers"
12597     whiskerwidth: 0
12598   layout:
12599     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12600     layout: "plot-throughput"
12601
12602 -
12603   type: "plot"
12604   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12605   algorithm: "plot_performance_box"
12606   output-file-type: ".html"
12607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12608   data: "plot-vpp-throughput-latency-3n-hsw"
12609   filter: "'NIC_Intel-X520-DA2' and
12610            '64B' and
12611            'NDRPDR' and
12612            ('ETH' or 'DOT1Q') and
12613            '2T2C' and
12614            ('L2BDMACLRN' or 'L2XCFWD') and
12615            'VHOST_1024' and
12616            not 'CFS_OPT' and
12617            not 'VXLAN' and
12618            not 'IP4FWD' and
12619            not 'LBOND'"
12620   parameters:
12621   - "throughput"
12622   - "parent"
12623   - "tags"
12624 #  sort:
12625 #  - "1VM"
12626 #  - "L2XCFWD"
12627 #  - "1VM"
12628 #  - "L2BDMACLRN"
12629   traces:
12630     hoverinfo: "x+y"
12631     boxpoints: "outliers"
12632     whiskerwidth: 0
12633   layout:
12634     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12635     layout: "plot-throughput"
12636
12637 -
12638   type: "plot"
12639   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12640   algorithm: "plot_performance_box"
12641   output-file-type: ".html"
12642   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12643   data: "plot-vpp-throughput-latency-3n-hsw"
12644   filter: "'NIC_Intel-X520-DA2' and
12645            '64B' and
12646            'NDRPDR' and
12647            ('ETH' or 'DOT1Q') and
12648            '2T2C' and
12649            ('L2BDMACLRN' or 'L2XCFWD') and
12650            'VHOST_1024' and
12651            not 'CFS_OPT' and
12652            not 'VXLAN' and
12653            not 'IP4FWD' and
12654            not 'LBOND'"
12655   parameters:
12656   - "throughput"
12657   - "parent"
12658   - "tags"
12659 #  sort:
12660 #  - "1VM"
12661 #  - "L2XCFWD"
12662 #  - "1VM"
12663 #  - "L2BDMACLRN"
12664   traces:
12665     hoverinfo: "x+y"
12666     boxpoints: "outliers"
12667     whiskerwidth: 0
12668   layout:
12669     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12670     layout: "plot-throughput"
12671
12672 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
12673 -
12674   type: "plot"
12675   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12676   algorithm: "plot_performance_box"
12677   output-file-type: ".html"
12678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12679   data: "plot-vpp-throughput-latency-3n-hsw"
12680   filter: "'NIC_Intel-X710' and
12681            '64B' and
12682            'NDRPDR' and
12683            'ETH' and
12684            'IP4FWD' and
12685            '1T1C' and
12686            'VHOST_1024' and
12687            not 'VXLAN' and
12688            not 'DOT1Q'"
12689   parameters:
12690   - "throughput"
12691   - "parent"
12692   - "tags"
12693   sort:
12694   - "not CFS_OPT"
12695   - "1VM"
12696   - "2VM"
12697   traces:
12698     hoverinfo: "x+y"
12699     boxpoints: "outliers"
12700     whiskerwidth: 0
12701   layout:
12702     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12703     layout: "plot-throughput"
12704
12705 -
12706   type: "plot"
12707   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12708   algorithm: "plot_performance_box"
12709   output-file-type: ".html"
12710   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12711   data: "plot-vpp-throughput-latency-3n-hsw"
12712   filter: "'NIC_Intel-X710' and
12713            '64B' and
12714            'NDRPDR' and
12715            'ETH' and
12716            'IP4FWD' and
12717            '2T2C' and
12718            'VHOST_1024' and
12719            not 'VXLAN' and
12720            not 'DOT1Q'"
12721   parameters:
12722   - "throughput"
12723   - "parent"
12724   - "tags"
12725   sort:
12726   - "not CFS_OPT"
12727   - "1VM"
12728   - "2VM"
12729   traces:
12730     hoverinfo: "x+y"
12731     boxpoints: "outliers"
12732     whiskerwidth: 0
12733   layout:
12734     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12735     layout: "plot-throughput"
12736
12737 -
12738   type: "plot"
12739   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12740   algorithm: "plot_performance_box"
12741   output-file-type: ".html"
12742   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12743   data: "plot-vpp-throughput-latency-3n-hsw"
12744   filter: "'NIC_Intel-X710' and
12745            '64B' and
12746            'NDRPDR' and
12747            'ETH' and
12748            'IP4FWD' and
12749            '1T1C' and
12750            'VHOST_1024' and
12751            not 'VXLAN' and
12752            not 'DOT1Q'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757   sort:
12758   - "not CFS_OPT"
12759   - "1VM"
12760   - "2VM"
12761   traces:
12762     hoverinfo: "x+y"
12763     boxpoints: "outliers"
12764     whiskerwidth: 0
12765   layout:
12766     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12767     layout: "plot-throughput"
12768
12769 -
12770   type: "plot"
12771   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12772   algorithm: "plot_performance_box"
12773   output-file-type: ".html"
12774   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12775   data: "plot-vpp-throughput-latency-3n-hsw"
12776   filter: "'NIC_Intel-X710' and
12777            '64B' and
12778            'NDRPDR' and
12779            'ETH' and
12780            'IP4FWD' and
12781            '2T2C' and
12782            'VHOST_1024' and
12783            not 'VXLAN' and
12784            not 'DOT1Q'"
12785   parameters:
12786   - "throughput"
12787   - "parent"
12788   - "tags"
12789   sort:
12790   - "not CFS_OPT"
12791   - "1VM"
12792   - "2VM"
12793   traces:
12794     hoverinfo: "x+y"
12795     boxpoints: "outliers"
12796     whiskerwidth: 0
12797   layout:
12798     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12799     layout: "plot-throughput"
12800
12801 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
12802 -
12803   type: "plot"
12804   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12805   algorithm: "plot_performance_box"
12806   output-file-type: ".html"
12807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12808   data: "plot-vpp-throughput-latency-3n-hsw"
12809   filter: "'NIC_Intel-X710' and
12810            '64B' and
12811            'NDRPDR' and
12812            ('ETH' or 'DOT1Q') and
12813            '1T1C' and
12814            'L2BDMACLRN' and
12815            'VHOST_1024' and
12816            not 'VXLAN' and
12817            not 'IP4FWD' and
12818            not '2VM'"
12819   parameters:
12820   - "throughput"
12821   - "parent"
12822   - "tags"
12823 #  sort:
12824 #  - "VM"  # "not CFS_OPT"
12825 #  - "CFS_OPT"
12826 #  - "FIB_10K"
12827 #  - "FIB_100K"
12828 #  - "FIB_1M"
12829   traces:
12830     hoverinfo: "x+y"
12831     boxpoints: "outliers"
12832     whiskerwidth: 0
12833   layout:
12834     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12835     layout: "plot-throughput"
12836
12837 -
12838   type: "plot"
12839   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12840   algorithm: "plot_performance_box"
12841   output-file-type: ".html"
12842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12843   data: "plot-vpp-throughput-latency-3n-hsw"
12844   filter: "'NIC_Intel-X710' and
12845            '64B' and
12846            'NDRPDR' and
12847            ('ETH' or 'DOT1Q') and
12848            '2T2C' and
12849            'L2BDMACLRN' and
12850            'VHOST_1024' and
12851            not 'VXLAN' and
12852            not 'IP4FWD' and
12853            not '2VM'"
12854   parameters:
12855   - "throughput"
12856   - "parent"
12857   - "tags"
12858 #  sort:
12859 #  - "VM"  # "not CFS_OPT"
12860 #  - "CFS_OPT"
12861 #  - "FIB_10K"
12862 #  - "FIB_100K"
12863 #  - "FIB_1M"
12864   traces:
12865     hoverinfo: "x+y"
12866     boxpoints: "outliers"
12867     whiskerwidth: 0
12868   layout:
12869     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12870     layout: "plot-throughput"
12871
12872 -
12873   type: "plot"
12874   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12875   algorithm: "plot_performance_box"
12876   output-file-type: ".html"
12877   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12878   data: "plot-vpp-throughput-latency-3n-hsw"
12879   filter: "'NIC_Intel-X710' and
12880            '64B' and
12881            'NDRPDR' and
12882            ('ETH' or 'DOT1Q') and
12883            '1T1C' and
12884            'L2BDMACLRN' and
12885            'VHOST_1024' and
12886            not 'VXLAN' and
12887            not 'IP4FWD' and
12888            not '2VM'"
12889   parameters:
12890   - "throughput"
12891   - "parent"
12892   - "tags"
12893 #  sort:
12894 #  - "VM"  # "not CFS_OPT"
12895 #  - "CFS_OPT"
12896 #  - "FIB_10K"
12897 #  - "FIB_100K"
12898 #  - "FIB_1M"
12899   traces:
12900     hoverinfo: "x+y"
12901     boxpoints: "outliers"
12902     whiskerwidth: 0
12903   layout:
12904     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12905     layout: "plot-throughput"
12906
12907 -
12908   type: "plot"
12909   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12910   algorithm: "plot_performance_box"
12911   output-file-type: ".html"
12912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12913   data: "plot-vpp-throughput-latency-3n-hsw"
12914   filter: "'NIC_Intel-X710' and
12915            '64B' and
12916            'NDRPDR' and
12917            ('ETH' or 'DOT1Q') and
12918            '2T2C' and
12919            'L2BDMACLRN' and
12920            'VHOST_1024' and
12921            not 'VXLAN' and
12922            not 'IP4FWD' and
12923            not '2VM'"
12924   parameters:
12925   - "throughput"
12926   - "parent"
12927   - "tags"
12928 #  sort:
12929 #  - "VM"  # "not CFS_OPT"
12930 #  - "CFS_OPT"
12931 #  - "FIB_10K"
12932 #  - "FIB_100K"
12933 #  - "FIB_1M"
12934   traces:
12935     hoverinfo: "x+y"
12936     boxpoints: "outliers"
12937     whiskerwidth: 0
12938   layout:
12939     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12940     layout: "plot-throughput"
12941
12942 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
12943 -
12944   type: "plot"
12945   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12946   algorithm: "plot_performance_box"
12947   output-file-type: ".html"
12948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12949   data: "plot-vpp-throughput-latency-3n-hsw"
12950   filter: "'NIC_Intel-X710' and
12951            '64B' and
12952            'NDRPDR' and
12953            ('ETH' or 'DOT1Q') and
12954            'BASE' and
12955            '1T1C' and
12956            ('L2BDMACLRN' or 'L2XCFWD') and
12957            'VHOST_1024' and
12958            not 'VXLAN' and
12959            not 'IP4FWD' and
12960            not '2VM'"
12961   parameters:
12962   - "throughput"
12963   - "parent"
12964   - "tags"
12965 #  sort:
12966 #  - "not CFS_OPT"
12967 #  - "L2XCFWD"
12968 #  - "not CFS_OPT"
12969 #  - "CFS_OPT"
12970   traces:
12971     hoverinfo: "x+y"
12972     boxpoints: "outliers"
12973     whiskerwidth: 0
12974   layout:
12975     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12976     layout: "plot-throughput"
12977
12978 -
12979   type: "plot"
12980   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12981   algorithm: "plot_performance_box"
12982   output-file-type: ".html"
12983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12984   data: "plot-vpp-throughput-latency-3n-hsw"
12985   filter: "'NIC_Intel-X710' and
12986            '64B' and
12987            'NDRPDR' and
12988            ('ETH' or 'DOT1Q') and
12989            'BASE' and
12990            '1T1C' and
12991            ('L2BDMACLRN' or 'L2XCFWD') and
12992            'VHOST_1024' and
12993            not 'VXLAN' and
12994            not 'IP4FWD' and
12995            not '2VM'"
12996   parameters:
12997   - "throughput"
12998   - "parent"
12999   - "tags"
13000 #  sort:
13001 #  - "not CFS_OPT"
13002 #  - "L2XCFWD"
13003 #  - "not CFS_OPT"
13004 #  - "CFS_OPT"
13005   traces:
13006     hoverinfo: "x+y"
13007     boxpoints: "outliers"
13008     whiskerwidth: 0
13009   layout:
13010     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13011     layout: "plot-throughput"
13012
13013 -
13014   type: "plot"
13015   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13016   algorithm: "plot_performance_box"
13017   output-file-type: ".html"
13018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13019   data: "plot-vpp-throughput-latency-3n-hsw"
13020   filter: "'NIC_Intel-X710' and
13021            '64B' and
13022            'NDRPDR' and
13023            ('ETH' or 'DOT1Q') and
13024            'BASE' and
13025            '2T2C' and
13026            ('L2BDMACLRN' or 'L2XCFWD') and
13027            'VHOST_1024' and
13028            not 'VXLAN' and
13029            not 'IP4FWD' and
13030            not '2VM'"
13031   parameters:
13032   - "throughput"
13033   - "parent"
13034   - "tags"
13035 #  sort:
13036 #  - "not CFS_OPT"
13037 #  - "L2XCFWD"
13038 #  - "not CFS_OPT"
13039 #  - "CFS_OPT"
13040   traces:
13041     hoverinfo: "x+y"
13042     boxpoints: "outliers"
13043     whiskerwidth: 0
13044   layout:
13045     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13046     layout: "plot-throughput"
13047
13048 -
13049   type: "plot"
13050   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13051   algorithm: "plot_performance_box"
13052   output-file-type: ".html"
13053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13054   data: "plot-vpp-throughput-latency-3n-hsw"
13055   filter: "'NIC_Intel-X710' and
13056            '64B' and
13057            'NDRPDR' and
13058            ('ETH' or 'DOT1Q') and
13059            'BASE' and
13060            '2T2C' and
13061            ('L2BDMACLRN' or 'L2XCFWD') and
13062            'VHOST_1024' and
13063            not 'VXLAN' and
13064            not 'IP4FWD' and
13065            not '2VM'"
13066   parameters:
13067   - "throughput"
13068   - "parent"
13069   - "tags"
13070 #  sort:
13071 #  - "not CFS_OPT"
13072 #  - "L2XCFWD"
13073 #  - "not CFS_OPT"
13074 #  - "CFS_OPT"
13075   traces:
13076     hoverinfo: "x+y"
13077     boxpoints: "outliers"
13078     whiskerwidth: 0
13079   layout:
13080     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13081     layout: "plot-throughput"
13082
13083 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
13084 -
13085   type: "plot"
13086   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13087   algorithm: "plot_performance_box"
13088   output-file-type: ".html"
13089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13090   data: "plot-vpp-throughput-latency-3n-hsw"
13091   filter: "'NIC_Intel-X710' and
13092            '64B' and
13093            'NDRPDR' and
13094            ('ETH' or 'DOT1Q') and
13095            '1T1C' and
13096            ('L2BDMACLRN' or 'L2XCFWD') and
13097            'VHOST_1024' and
13098            not 'CFS_OPT' and
13099            not 'VXLAN' and
13100            not 'IP4FWD' and
13101            not 'LBOND'"
13102   parameters:
13103   - "throughput"
13104   - "parent"
13105   - "tags"
13106 #  sort:
13107 #  - "1VM"
13108 #  - "L2XCFWD"
13109 #  - "1VM"
13110 #  - "L2BDMACLRN"
13111   traces:
13112     hoverinfo: "x+y"
13113     boxpoints: "outliers"
13114     whiskerwidth: 0
13115   layout:
13116     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13117     layout: "plot-throughput"
13118
13119 -
13120   type: "plot"
13121   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13122   algorithm: "plot_performance_box"
13123   output-file-type: ".html"
13124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13125   data: "plot-vpp-throughput-latency-3n-hsw"
13126   filter: "'NIC_Intel-X710' and
13127            '64B' and
13128            'NDRPDR' and
13129            ('ETH' or 'DOT1Q') and
13130            '1T1C' and
13131            ('L2BDMACLRN' or 'L2XCFWD') and
13132            'VHOST_1024' and
13133            not 'CFS_OPT' and
13134            not 'VXLAN' and
13135            not 'IP4FWD' and
13136            not 'LBOND'"
13137   parameters:
13138   - "throughput"
13139   - "parent"
13140   - "tags"
13141 #  sort:
13142 #  - "1VM"
13143 #  - "L2XCFWD"
13144 #  - "1VM"
13145 #  - "L2BDMACLRN"
13146   traces:
13147     hoverinfo: "x+y"
13148     boxpoints: "outliers"
13149     whiskerwidth: 0
13150   layout:
13151     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13152     layout: "plot-throughput"
13153
13154 -
13155   type: "plot"
13156   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13157   algorithm: "plot_performance_box"
13158   output-file-type: ".html"
13159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13160   data: "plot-vpp-throughput-latency-3n-hsw"
13161   filter: "'NIC_Intel-X710' and
13162            '64B' and
13163            'NDRPDR' and
13164            ('ETH' or 'DOT1Q') and
13165            '2T2C' and
13166            ('L2BDMACLRN' or 'L2XCFWD') and
13167            'VHOST_1024' and
13168            not 'CFS_OPT' and
13169            not 'VXLAN' and
13170            not 'IP4FWD' and
13171            not 'LBOND'"
13172   parameters:
13173   - "throughput"
13174   - "parent"
13175   - "tags"
13176 #  sort:
13177 #  - "1VM"
13178 #  - "L2XCFWD"
13179 #  - "1VM"
13180 #  - "L2BDMACLRN"
13181   traces:
13182     hoverinfo: "x+y"
13183     boxpoints: "outliers"
13184     whiskerwidth: 0
13185   layout:
13186     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13187     layout: "plot-throughput"
13188
13189 -
13190   type: "plot"
13191   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13192   algorithm: "plot_performance_box"
13193   output-file-type: ".html"
13194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13195   data: "plot-vpp-throughput-latency-3n-hsw"
13196   filter: "'NIC_Intel-X710' and
13197            '64B' and
13198            'NDRPDR' and
13199            ('ETH' or 'DOT1Q') and
13200            '2T2C' and
13201            ('L2BDMACLRN' or 'L2XCFWD') and
13202            'VHOST_1024' and
13203            not 'CFS_OPT' and
13204            not 'VXLAN' and
13205            not 'IP4FWD' and
13206            not 'LBOND'"
13207   parameters:
13208   - "throughput"
13209   - "parent"
13210   - "tags"
13211 #  sort:
13212 #  - "1VM"
13213 #  - "L2XCFWD"
13214 #  - "1VM"
13215 #  - "L2BDMACLRN"
13216   traces:
13217     hoverinfo: "x+y"
13218     boxpoints: "outliers"
13219     whiskerwidth: 0
13220   layout:
13221     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13222     layout: "plot-throughput"
13223
13224 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
13225 -
13226   type: "plot"
13227   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13228   algorithm: "plot_performance_box"
13229   output-file-type: ".html"
13230   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13231   data: "plot-vpp-throughput-latency-3n-hsw"
13232   filter: "'NIC_Intel-XL710' and
13233            '64B' and
13234            'NDRPDR' and
13235            'ETH' and
13236            'IP4FWD' and
13237            '1T1C' and
13238            'VHOST_1024' and
13239            not 'VXLAN' and
13240            not 'DOT1Q'"
13241   parameters:
13242   - "throughput"
13243   - "parent"
13244   - "tags"
13245   sort:
13246   - "not CFS_OPT"
13247   - "1VM"
13248   - "2VM"
13249   traces:
13250     hoverinfo: "x+y"
13251     boxpoints: "outliers"
13252     whiskerwidth: 0
13253   layout:
13254     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13255     layout: "plot-throughput"
13256
13257 -
13258   type: "plot"
13259   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13260   algorithm: "plot_performance_box"
13261   output-file-type: ".html"
13262   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13263   data: "plot-vpp-throughput-latency-3n-hsw"
13264   filter: "'NIC_Intel-XL710' and
13265            '64B' and
13266            'NDRPDR' and
13267            'ETH' and
13268            'IP4FWD' and
13269            '2T2C' and
13270            'VHOST_1024' and
13271            not 'VXLAN' and
13272            not 'DOT1Q'"
13273   parameters:
13274   - "throughput"
13275   - "parent"
13276   - "tags"
13277   sort:
13278   - "not CFS_OPT"
13279   - "1VM"
13280   - "2VM"
13281   traces:
13282     hoverinfo: "x+y"
13283     boxpoints: "outliers"
13284     whiskerwidth: 0
13285   layout:
13286     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13287     layout: "plot-throughput"
13288
13289 -
13290   type: "plot"
13291   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13292   algorithm: "plot_performance_box"
13293   output-file-type: ".html"
13294   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13295   data: "plot-vpp-throughput-latency-3n-hsw"
13296   filter: "'NIC_Intel-XL710' and
13297            '64B' and
13298            'NDRPDR' and
13299            'ETH' and
13300            'IP4FWD' and
13301            '1T1C' and
13302            'VHOST_1024' and
13303            not 'VXLAN' and
13304            not 'DOT1Q'"
13305   parameters:
13306   - "throughput"
13307   - "parent"
13308   - "tags"
13309   sort:
13310   - "not CFS_OPT"
13311   - "1VM"
13312   - "2VM"
13313   traces:
13314     hoverinfo: "x+y"
13315     boxpoints: "outliers"
13316     whiskerwidth: 0
13317   layout:
13318     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13319     layout: "plot-throughput"
13320
13321 -
13322   type: "plot"
13323   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13324   algorithm: "plot_performance_box"
13325   output-file-type: ".html"
13326   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13327   data: "plot-vpp-throughput-latency-3n-hsw"
13328   filter: "'NIC_Intel-XL710' and
13329            '64B' and
13330            'NDRPDR' and
13331            'ETH' and
13332            'IP4FWD' and
13333            '2T2C' and
13334            'VHOST_1024' and
13335            not 'VXLAN' and
13336            not 'DOT1Q'"
13337   parameters:
13338   - "throughput"
13339   - "parent"
13340   - "tags"
13341   sort:
13342   - "not CFS_OPT"
13343   - "1VM"
13344   - "2VM"
13345   traces:
13346     hoverinfo: "x+y"
13347     boxpoints: "outliers"
13348     whiskerwidth: 0
13349   layout:
13350     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13351     layout: "plot-throughput"
13352
13353 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
13354 -
13355   type: "plot"
13356   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13357   algorithm: "plot_performance_box"
13358   output-file-type: ".html"
13359   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13360   data: "plot-vpp-throughput-latency-3n-hsw"
13361   filter: "'NIC_Intel-XL710' and
13362            '64B' and
13363            'NDRPDR' and
13364            ('ETH' or 'DOT1Q') and
13365            '1T1C' and
13366            'L2BDMACLRN' and
13367            'VHOST_1024' and
13368            not 'VXLAN' and
13369            not 'IP4FWD' and
13370            not '2VM'"
13371   parameters:
13372   - "throughput"
13373   - "parent"
13374   - "tags"
13375 #  sort:
13376 #  - "VM"  # "not CFS_OPT"
13377 #  - "CFS_OPT"
13378 #  - "FIB_10K"
13379 #  - "FIB_100K"
13380 #  - "FIB_1M"
13381   traces:
13382     hoverinfo: "x+y"
13383     boxpoints: "outliers"
13384     whiskerwidth: 0
13385   layout:
13386     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13387     layout: "plot-throughput"
13388
13389 -
13390   type: "plot"
13391   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13392   algorithm: "plot_performance_box"
13393   output-file-type: ".html"
13394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13395   data: "plot-vpp-throughput-latency-3n-hsw"
13396   filter: "'NIC_Intel-XL710' and
13397            '64B' and
13398            'NDRPDR' and
13399            ('ETH' or 'DOT1Q') and
13400            '2T2C' and
13401            'L2BDMACLRN' and
13402            'VHOST_1024' and
13403            not 'VXLAN' and
13404            not 'IP4FWD' and
13405            not '2VM'"
13406   parameters:
13407   - "throughput"
13408   - "parent"
13409   - "tags"
13410 #  sort:
13411 #  - "VM"  # "not CFS_OPT"
13412 #  - "CFS_OPT"
13413 #  - "FIB_10K"
13414 #  - "FIB_100K"
13415 #  - "FIB_1M"
13416   traces:
13417     hoverinfo: "x+y"
13418     boxpoints: "outliers"
13419     whiskerwidth: 0
13420   layout:
13421     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13422     layout: "plot-throughput"
13423
13424 -
13425   type: "plot"
13426   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13427   algorithm: "plot_performance_box"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13430   data: "plot-vpp-throughput-latency-3n-hsw"
13431   filter: "'NIC_Intel-XL710' and
13432            '64B' and
13433            'NDRPDR' and
13434            ('ETH' or 'DOT1Q') and
13435            '1T1C' and
13436            'L2BDMACLRN' and
13437            'VHOST_1024' and
13438            not 'VXLAN' and
13439            not 'IP4FWD' and
13440            not '2VM'"
13441   parameters:
13442   - "throughput"
13443   - "parent"
13444   - "tags"
13445 #  sort:
13446 #  - "VM"  # "not CFS_OPT"
13447 #  - "CFS_OPT"
13448 #  - "FIB_10K"
13449 #  - "FIB_100K"
13450 #  - "FIB_1M"
13451   traces:
13452     hoverinfo: "x+y"
13453     boxpoints: "outliers"
13454     whiskerwidth: 0
13455   layout:
13456     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13457     layout: "plot-throughput"
13458
13459 -
13460   type: "plot"
13461   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13462   algorithm: "plot_performance_box"
13463   output-file-type: ".html"
13464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13465   data: "plot-vpp-throughput-latency-3n-hsw"
13466   filter: "'NIC_Intel-XL710' and
13467            '64B' and
13468            'NDRPDR' and
13469            ('ETH' or 'DOT1Q') and
13470            '2T2C' and
13471            'L2BDMACLRN' and
13472            'VHOST_1024' and
13473            not 'VXLAN' and
13474            not 'IP4FWD' and
13475            not '2VM'"
13476   parameters:
13477   - "throughput"
13478   - "parent"
13479   - "tags"
13480 #  sort:
13481 #  - "VM"  # "not CFS_OPT"
13482 #  - "CFS_OPT"
13483 #  - "FIB_10K"
13484 #  - "FIB_100K"
13485 #  - "FIB_1M"
13486   traces:
13487     hoverinfo: "x+y"
13488     boxpoints: "outliers"
13489     whiskerwidth: 0
13490   layout:
13491     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13492     layout: "plot-throughput"
13493
13494 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
13495 -
13496   type: "plot"
13497   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13498   algorithm: "plot_performance_box"
13499   output-file-type: ".html"
13500   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13501   data: "plot-vpp-throughput-latency-3n-hsw"
13502   filter: "'NIC_Intel-XL710' and
13503            '64B' and
13504            'NDRPDR' and
13505            ('ETH' or 'DOT1Q') and
13506            'BASE' and
13507            '1T1C' and
13508            ('L2BDMACLRN' or 'L2XCFWD') and
13509            'VHOST_1024' and
13510            not 'VXLAN' and
13511            not 'IP4FWD' and
13512            not '2VM'"
13513   parameters:
13514   - "throughput"
13515   - "parent"
13516   - "tags"
13517 #  sort:
13518 #  - "not CFS_OPT"
13519 #  - "L2XCFWD"
13520 #  - "not CFS_OPT"
13521 #  - "CFS_OPT"
13522   traces:
13523     hoverinfo: "x+y"
13524     boxpoints: "outliers"
13525     whiskerwidth: 0
13526   layout:
13527     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13528     layout: "plot-throughput"
13529
13530 -
13531   type: "plot"
13532   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13533   algorithm: "plot_performance_box"
13534   output-file-type: ".html"
13535   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13536   data: "plot-vpp-throughput-latency-3n-hsw"
13537   filter: "'NIC_Intel-XL710' and
13538            '64B' and
13539            'NDRPDR' and
13540            ('ETH' or 'DOT1Q') and
13541            'BASE' and
13542            '1T1C' and
13543            ('L2BDMACLRN' or 'L2XCFWD') and
13544            'VHOST_1024' and
13545            not 'VXLAN' and
13546            not 'IP4FWD' and
13547            not '2VM'"
13548   parameters:
13549   - "throughput"
13550   - "parent"
13551   - "tags"
13552 #  sort:
13553 #  - "not CFS_OPT"
13554 #  - "L2XCFWD"
13555 #  - "not CFS_OPT"
13556 #  - "CFS_OPT"
13557   traces:
13558     hoverinfo: "x+y"
13559     boxpoints: "outliers"
13560     whiskerwidth: 0
13561   layout:
13562     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13563     layout: "plot-throughput"
13564
13565 -
13566   type: "plot"
13567   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13568   algorithm: "plot_performance_box"
13569   output-file-type: ".html"
13570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13571   data: "plot-vpp-throughput-latency-3n-hsw"
13572   filter: "'NIC_Intel-XL710' and
13573            '64B' and
13574            'NDRPDR' and
13575            ('ETH' or 'DOT1Q') and
13576            'BASE' and
13577            '2T2C' and
13578            ('L2BDMACLRN' or 'L2XCFWD') and
13579            'VHOST_1024' and
13580            not 'VXLAN' and
13581            not 'IP4FWD' and
13582            not '2VM'"
13583   parameters:
13584   - "throughput"
13585   - "parent"
13586   - "tags"
13587 #  sort:
13588 #  - "not CFS_OPT"
13589 #  - "L2XCFWD"
13590 #  - "not CFS_OPT"
13591 #  - "CFS_OPT"
13592   traces:
13593     hoverinfo: "x+y"
13594     boxpoints: "outliers"
13595     whiskerwidth: 0
13596   layout:
13597     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13598     layout: "plot-throughput"
13599
13600 -
13601   type: "plot"
13602   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13603   algorithm: "plot_performance_box"
13604   output-file-type: ".html"
13605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13606   data: "plot-vpp-throughput-latency-3n-hsw"
13607   filter: "'NIC_Intel-XL710' and
13608            '64B' and
13609            'NDRPDR' and
13610            ('ETH' or 'DOT1Q') and
13611            'BASE' and
13612            '2T2C' and
13613            ('L2BDMACLRN' or 'L2XCFWD') and
13614            'VHOST_1024' and
13615            not 'VXLAN' and
13616            not 'IP4FWD' and
13617            not '2VM'"
13618   parameters:
13619   - "throughput"
13620   - "parent"
13621   - "tags"
13622 #  sort:
13623 #  - "not CFS_OPT"
13624 #  - "L2XCFWD"
13625 #  - "not CFS_OPT"
13626 #  - "CFS_OPT"
13627   traces:
13628     hoverinfo: "x+y"
13629     boxpoints: "outliers"
13630     whiskerwidth: 0
13631   layout:
13632     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13633     layout: "plot-throughput"
13634
13635 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
13636 -
13637   type: "plot"
13638   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13639   algorithm: "plot_performance_box"
13640   output-file-type: ".html"
13641   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13642   data: "plot-vpp-throughput-latency-3n-hsw"
13643   filter: "'NIC_Intel-XL710' and
13644            '64B' and
13645            'NDRPDR' and
13646            ('ETH' or 'DOT1Q') and
13647            '1T1C' and
13648            ('L2BDMACLRN' or 'L2XCFWD') and
13649            'VHOST_1024' and
13650            not 'CFS_OPT' and
13651            not 'VXLAN' and
13652            not 'IP4FWD'"
13653   parameters:
13654   - "throughput"
13655   - "parent"
13656   - "tags"
13657 #  sort:
13658 #  - "1VM"
13659 #  - "L2XCFWD"
13660 #  - "1VM"
13661 #  - "L2BDMACLRN"
13662   traces:
13663     hoverinfo: "x+y"
13664     boxpoints: "outliers"
13665     whiskerwidth: 0
13666   layout:
13667     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13668     layout: "plot-throughput"
13669
13670 -
13671   type: "plot"
13672   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13673   algorithm: "plot_performance_box"
13674   output-file-type: ".html"
13675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13676   data: "plot-vpp-throughput-latency-3n-hsw"
13677   filter: "'NIC_Intel-XL710' and
13678            '64B' and
13679            'NDRPDR' and
13680            ('ETH' or 'DOT1Q') and
13681            '1T1C' and
13682            ('L2BDMACLRN' or 'L2XCFWD') and
13683            'VHOST_1024' and
13684            not 'CFS_OPT' and
13685            not 'VXLAN' and
13686            not 'IP4FWD'"
13687   parameters:
13688   - "throughput"
13689   - "parent"
13690   - "tags"
13691 #  sort:
13692 #  - "1VM"
13693 #  - "L2XCFWD"
13694 #  - "1VM"
13695 #  - "L2BDMACLRN"
13696   traces:
13697     hoverinfo: "x+y"
13698     boxpoints: "outliers"
13699     whiskerwidth: 0
13700   layout:
13701     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13702     layout: "plot-throughput"
13703
13704 -
13705   type: "plot"
13706   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13707   algorithm: "plot_performance_box"
13708   output-file-type: ".html"
13709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13710   data: "plot-vpp-throughput-latency-3n-hsw"
13711   filter: "'NIC_Intel-XL710' and
13712            '64B' and
13713            'NDRPDR' and
13714            ('ETH' or 'DOT1Q') and
13715            '2T2C' and
13716            ('L2BDMACLRN' or 'L2XCFWD') and
13717            'VHOST_1024' and
13718            not 'CFS_OPT' and
13719            not 'VXLAN' and
13720            not 'IP4FWD'"
13721   parameters:
13722   - "throughput"
13723   - "parent"
13724   - "tags"
13725 #  sort:
13726 #  - "1VM"
13727 #  - "L2XCFWD"
13728 #  - "1VM"
13729 #  - "L2BDMACLRN"
13730   traces:
13731     hoverinfo: "x+y"
13732     boxpoints: "outliers"
13733     whiskerwidth: 0
13734   layout:
13735     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13736     layout: "plot-throughput"
13737
13738 -
13739   type: "plot"
13740   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13741   algorithm: "plot_performance_box"
13742   output-file-type: ".html"
13743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13744   data: "plot-vpp-throughput-latency-3n-hsw"
13745   filter: "'NIC_Intel-XL710' and
13746            '64B' and
13747            'NDRPDR' and
13748            ('ETH' or 'DOT1Q') and
13749            '2T2C' and
13750            ('L2BDMACLRN' or 'L2XCFWD') and
13751            'VHOST_1024' and
13752            not 'CFS_OPT' and
13753            not 'VXLAN' and
13754            not 'IP4FWD'"
13755   parameters:
13756   - "throughput"
13757   - "parent"
13758   - "tags"
13759 #  sort:
13760 #  - "1VM"
13761 #  - "L2XCFWD"
13762 #  - "1VM"
13763 #  - "L2BDMACLRN"
13764   traces:
13765     hoverinfo: "x+y"
13766     boxpoints: "outliers"
13767     whiskerwidth: 0
13768   layout:
13769     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13770     layout: "plot-throughput"
13771
13772 # Packet Throughput - VPP vhost ip4 3n-skx-x710
13773 -
13774   type: "plot"
13775   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13776   algorithm: "plot_performance_box"
13777   output-file-type: ".html"
13778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13779   data: "plot-vpp-throughput-latency-3n-skx"
13780   filter: "'NIC_Intel-X710' and
13781            '64B' and
13782            'NDRPDR' and
13783            'ETH' and
13784            'IP4FWD' and
13785            '2T1C' and
13786            'VHOST_1024' and
13787            not 'VXLAN' and
13788            not 'DOT1Q'"
13789   parameters:
13790   - "throughput"
13791   - "parent"
13792   - "tags"
13793   sort:
13794   - "not CFS_OPT"
13795   - "1VM"
13796   - "2VM"
13797   traces:
13798     hoverinfo: "x+y"
13799     boxpoints: "outliers"
13800     whiskerwidth: 0
13801   layout:
13802     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13803     layout: "plot-throughput"
13804
13805 -
13806   type: "plot"
13807   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13808   algorithm: "plot_performance_box"
13809   output-file-type: ".html"
13810   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13811   data: "plot-vpp-throughput-latency-3n-skx"
13812   filter: "'NIC_Intel-X710' and
13813            '64B' and
13814            'NDRPDR' and
13815            'ETH' and
13816            'IP4FWD' and
13817            '4T2C' and
13818            'VHOST_1024' and
13819            not 'VXLAN' and
13820            not 'DOT1Q'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825   sort:
13826   - "not CFS_OPT"
13827   - "1VM"
13828   - "2VM"
13829   traces:
13830     hoverinfo: "x+y"
13831     boxpoints: "outliers"
13832     whiskerwidth: 0
13833   layout:
13834     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13835     layout: "plot-throughput"
13836
13837 -
13838   type: "plot"
13839   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13840   algorithm: "plot_performance_box"
13841   output-file-type: ".html"
13842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13843   data: "plot-vpp-throughput-latency-3n-skx"
13844   filter: "'NIC_Intel-X710' and
13845            '64B' and
13846            'NDRPDR' and
13847            'ETH' and
13848            'IP4FWD' and
13849            '2T1C' and
13850            'VHOST_1024' and
13851            not 'VXLAN' and
13852            not 'DOT1Q'"
13853   parameters:
13854   - "throughput"
13855   - "parent"
13856   - "tags"
13857   sort:
13858   - "not CFS_OPT"
13859   - "1VM"
13860   - "2VM"
13861   traces:
13862     hoverinfo: "x+y"
13863     boxpoints: "outliers"
13864     whiskerwidth: 0
13865   layout:
13866     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13867     layout: "plot-throughput"
13868
13869 -
13870   type: "plot"
13871   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13872   algorithm: "plot_performance_box"
13873   output-file-type: ".html"
13874   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13875   data: "plot-vpp-throughput-latency-3n-skx"
13876   filter: "'NIC_Intel-X710' and
13877            '64B' and
13878            'NDRPDR' and
13879            'ETH' and
13880            'IP4FWD' and
13881            '4T2C' and
13882            'VHOST_1024' and
13883            not 'VXLAN' and
13884            not 'DOT1Q'"
13885   parameters:
13886   - "throughput"
13887   - "parent"
13888   - "tags"
13889   sort:
13890   - "not CFS_OPT"
13891   - "1VM"
13892   - "2VM"
13893   traces:
13894     hoverinfo: "x+y"
13895     boxpoints: "outliers"
13896     whiskerwidth: 0
13897   layout:
13898     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13899     layout: "plot-throughput"
13900
13901 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
13902 -
13903   type: "plot"
13904   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13905   algorithm: "plot_performance_box"
13906   output-file-type: ".html"
13907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13908   data: "plot-vpp-throughput-latency-3n-skx"
13909   filter: "'NIC_Intel-X710' and
13910            '64B' and
13911            'NDRPDR' and
13912            ('ETH' or 'DOT1Q') and
13913            '2T1C' and
13914            'L2BDMACLRN' and
13915            'VHOST_1024' and
13916            not 'VXLAN' and
13917            not 'IP4FWD' and
13918            not '2VM'"
13919   parameters:
13920   - "throughput"
13921   - "parent"
13922   - "tags"
13923 #  sort:
13924 #  - "VM"  # "not CFS_OPT"
13925 #  - "CFS_OPT"
13926 #  - "FIB_10K"
13927 #  - "FIB_100K"
13928 #  - "FIB_1M"
13929   traces:
13930     hoverinfo: "x+y"
13931     boxpoints: "outliers"
13932     whiskerwidth: 0
13933   layout:
13934     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13935     layout: "plot-throughput"
13936
13937 -
13938   type: "plot"
13939   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13940   algorithm: "plot_performance_box"
13941   output-file-type: ".html"
13942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13943   data: "plot-vpp-throughput-latency-3n-skx"
13944   filter: "'NIC_Intel-X710' and
13945            '64B' and
13946            'NDRPDR' and
13947            ('ETH' or 'DOT1Q') and
13948            '4T2C' and
13949            'L2BDMACLRN' and
13950            'VHOST_1024' and
13951            not 'VXLAN' and
13952            not 'IP4FWD' and
13953            not '2VM'"
13954   parameters:
13955   - "throughput"
13956   - "parent"
13957   - "tags"
13958 #  sort:
13959 #  - "VM"  # "not CFS_OPT"
13960 #  - "CFS_OPT"
13961 #  - "FIB_10K"
13962 #  - "FIB_100K"
13963 #  - "FIB_1M"
13964   traces:
13965     hoverinfo: "x+y"
13966     boxpoints: "outliers"
13967     whiskerwidth: 0
13968   layout:
13969     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13970     layout: "plot-throughput"
13971
13972 -
13973   type: "plot"
13974   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13975   algorithm: "plot_performance_box"
13976   output-file-type: ".html"
13977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13978   data: "plot-vpp-throughput-latency-3n-skx"
13979   filter: "'NIC_Intel-X710' and
13980            '64B' and
13981            'NDRPDR' and
13982            ('ETH' or 'DOT1Q') and
13983            '2T1C' and
13984            'L2BDMACLRN' and
13985            'VHOST_1024' and
13986            not 'VXLAN' and
13987            not 'IP4FWD' and
13988            not '2VM'"
13989   parameters:
13990   - "throughput"
13991   - "parent"
13992   - "tags"
13993 #  sort:
13994 #  - "VM"  # "not CFS_OPT"
13995 #  - "CFS_OPT"
13996 #  - "FIB_10K"
13997 #  - "FIB_100K"
13998 #  - "FIB_1M"
13999   traces:
14000     hoverinfo: "x+y"
14001     boxpoints: "outliers"
14002     whiskerwidth: 0
14003   layout:
14004     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14005     layout: "plot-throughput"
14006
14007 -
14008   type: "plot"
14009   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14010   algorithm: "plot_performance_box"
14011   output-file-type: ".html"
14012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14013   data: "plot-vpp-throughput-latency-3n-skx"
14014   filter: "'NIC_Intel-X710' and
14015            '64B' and
14016            'NDRPDR' and
14017            ('ETH' or 'DOT1Q') and
14018            '4T2C' and
14019            'L2BDMACLRN' and
14020            'VHOST_1024' and
14021            not 'VXLAN' and
14022            not 'IP4FWD' and
14023            not '2VM'"
14024   parameters:
14025   - "throughput"
14026   - "parent"
14027   - "tags"
14028 #  sort:
14029 #  - "VM"  # "not CFS_OPT"
14030 #  - "CFS_OPT"
14031 #  - "FIB_10K"
14032 #  - "FIB_100K"
14033 #  - "FIB_1M"
14034   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14040     layout: "plot-throughput"
14041
14042 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14043 -
14044   type: "plot"
14045   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14046   algorithm: "plot_performance_box"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14049   data: "plot-vpp-throughput-latency-3n-skx"
14050   filter: "'NIC_Intel-X710' and
14051            '64B' and
14052            'NDRPDR' and
14053            ('ETH' or 'DOT1Q') and
14054            'BASE' and
14055            '2T1C' and
14056            ('L2BDMACLRN' or 'L2XCFWD') and
14057            'VHOST_1024' and
14058            not 'VXLAN' and
14059            not 'IP4FWD' and
14060            not '2VM' and
14061            not 'LBOND'"
14062   parameters:
14063   - "throughput"
14064   - "parent"
14065   - "tags"
14066 #  sort:
14067 #  - "not CFS_OPT"
14068 #  - "L2XCFWD"
14069 #  - "not CFS_OPT"
14070 #  - "CFS_OPT"
14071   traces:
14072     hoverinfo: "x+y"
14073     boxpoints: "outliers"
14074     whiskerwidth: 0
14075   layout:
14076     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14077     layout: "plot-throughput"
14078
14079 -
14080   type: "plot"
14081   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14082   algorithm: "plot_performance_box"
14083   output-file-type: ".html"
14084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14085   data: "plot-vpp-throughput-latency-3n-skx"
14086   filter: "'NIC_Intel-X710' and
14087            '64B' and
14088            'NDRPDR' and
14089            ('ETH' or 'DOT1Q') and
14090            'BASE' and
14091            '2T1C' and
14092            ('L2BDMACLRN' or 'L2XCFWD') and
14093            'VHOST_1024' and
14094            not 'VXLAN' and
14095            not 'IP4FWD' and
14096            not '2VM' and
14097            not 'LBOND'"
14098   parameters:
14099   - "throughput"
14100   - "parent"
14101   - "tags"
14102 #  sort:
14103 #  - "not CFS_OPT"
14104 #  - "L2XCFWD"
14105 #  - "not CFS_OPT"
14106 #  - "CFS_OPT"
14107   traces:
14108     hoverinfo: "x+y"
14109     boxpoints: "outliers"
14110     whiskerwidth: 0
14111   layout:
14112     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14113     layout: "plot-throughput"
14114
14115 -
14116   type: "plot"
14117   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14118   algorithm: "plot_performance_box"
14119   output-file-type: ".html"
14120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14121   data: "plot-vpp-throughput-latency-3n-skx"
14122   filter: "'NIC_Intel-X710' and
14123            '64B' and
14124            'NDRPDR' and
14125            ('ETH' or 'DOT1Q') and
14126            'BASE' and
14127            '4T2C' and
14128            ('L2BDMACLRN' or 'L2XCFWD') and
14129            'VHOST_1024' and
14130            not 'VXLAN' and
14131            not 'IP4FWD' and
14132            not '2VM' and
14133            not 'LBOND'"
14134   parameters:
14135   - "throughput"
14136   - "parent"
14137   - "tags"
14138 #  sort:
14139 #  - "not CFS_OPT"
14140 #  - "L2XCFWD"
14141 #  - "not CFS_OPT"
14142 #  - "CFS_OPT"
14143   traces:
14144     hoverinfo: "x+y"
14145     boxpoints: "outliers"
14146     whiskerwidth: 0
14147   layout:
14148     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14149     layout: "plot-throughput"
14150
14151 -
14152   type: "plot"
14153   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14154   algorithm: "plot_performance_box"
14155   output-file-type: ".html"
14156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14157   data: "plot-vpp-throughput-latency-3n-skx"
14158   filter: "'NIC_Intel-X710' and
14159            '64B' and
14160            'NDRPDR' and
14161            ('ETH' or 'DOT1Q') and
14162            'BASE' and
14163            '4T2C' and
14164            ('L2BDMACLRN' or 'L2XCFWD') and
14165            'VHOST_1024' and
14166            not 'VXLAN' and
14167            not 'IP4FWD' and
14168            not '2VM' and
14169            not 'LBOND'"
14170   parameters:
14171   - "throughput"
14172   - "parent"
14173   - "tags"
14174 #  sort:
14175 #  - "not CFS_OPT"
14176 #  - "L2XCFWD"
14177 #  - "not CFS_OPT"
14178 #  - "CFS_OPT"
14179   traces:
14180     hoverinfo: "x+y"
14181     boxpoints: "outliers"
14182     whiskerwidth: 0
14183   layout:
14184     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14185     layout: "plot-throughput"
14186
14187 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14188 -
14189   type: "plot"
14190   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14191   algorithm: "plot_performance_box"
14192   output-file-type: ".html"
14193   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14194   data: "plot-vpp-throughput-latency-3n-skx"
14195   filter: "'NIC_Intel-X710' and
14196            '64B' and
14197            'NDRPDR' and
14198            ('ETH' or 'DOT1Q') and
14199            '2T1C' and
14200            ('L2BDMACLRN' or 'L2XCFWD') and
14201            'VHOST_1024' and
14202            not 'CFS_OPT' and
14203            not 'VXLAN' and
14204            not 'IP4FWD' and
14205            not 'LBOND'"
14206   parameters:
14207   - "throughput"
14208   - "parent"
14209   - "tags"
14210 #  sort:
14211 #  - "1VM"
14212 #  - "L2XCFWD"
14213 #  - "1VM"
14214 #  - "L2BDMACLRN"
14215   traces:
14216     hoverinfo: "x+y"
14217     boxpoints: "outliers"
14218     whiskerwidth: 0
14219   layout:
14220     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14221     layout: "plot-throughput"
14222
14223 -
14224   type: "plot"
14225   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14226   algorithm: "plot_performance_box"
14227   output-file-type: ".html"
14228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14229   data: "plot-vpp-throughput-latency-3n-skx"
14230   filter: "'NIC_Intel-X710' and
14231            '64B' and
14232            'NDRPDR' and
14233            ('ETH' or 'DOT1Q') and
14234            '2T1C' and
14235            ('L2BDMACLRN' or 'L2XCFWD') and
14236            'VHOST_1024' and
14237            not 'CFS_OPT' and
14238            not 'VXLAN' and
14239            not 'IP4FWD' and
14240            not 'LBOND'"
14241   parameters:
14242   - "throughput"
14243   - "parent"
14244   - "tags"
14245 #  sort:
14246 #  - "1VM"
14247 #  - "L2XCFWD"
14248 #  - "1VM"
14249 #  - "L2BDMACLRN"
14250   traces:
14251     hoverinfo: "x+y"
14252     boxpoints: "outliers"
14253     whiskerwidth: 0
14254   layout:
14255     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14256     layout: "plot-throughput"
14257
14258 -
14259   type: "plot"
14260   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14261   algorithm: "plot_performance_box"
14262   output-file-type: ".html"
14263   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14264   data: "plot-vpp-throughput-latency-3n-skx"
14265   filter: "'NIC_Intel-X710' and
14266            '64B' and
14267            'NDRPDR' and
14268            ('ETH' or 'DOT1Q') and
14269            '4T2C' and
14270            ('L2BDMACLRN' or 'L2XCFWD') and
14271            'VHOST_1024' and
14272            not 'CFS_OPT' and
14273            not 'VXLAN' and
14274            not 'IP4FWD' and
14275            not 'LBOND'"
14276   parameters:
14277   - "throughput"
14278   - "parent"
14279   - "tags"
14280 #  sort:
14281 #  - "1VM"
14282 #  - "L2XCFWD"
14283 #  - "1VM"
14284 #  - "L2BDMACLRN"
14285   traces:
14286     hoverinfo: "x+y"
14287     boxpoints: "outliers"
14288     whiskerwidth: 0
14289   layout:
14290     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14291     layout: "plot-throughput"
14292
14293 -
14294   type: "plot"
14295   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14296   algorithm: "plot_performance_box"
14297   output-file-type: ".html"
14298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14299   data: "plot-vpp-throughput-latency-3n-skx"
14300   filter: "'NIC_Intel-X710' and
14301            '64B' and
14302            'NDRPDR' and
14303            ('ETH' or 'DOT1Q') and
14304            '4T2C' and
14305            ('L2BDMACLRN' or 'L2XCFWD') and
14306            'VHOST_1024' and
14307            not 'CFS_OPT' and
14308            not 'VXLAN' and
14309            not 'IP4FWD' and
14310            not 'LBOND'"
14311   parameters:
14312   - "throughput"
14313   - "parent"
14314   - "tags"
14315 #  sort:
14316 #  - "1VM"
14317 #  - "L2XCFWD"
14318 #  - "1VM"
14319 #  - "L2BDMACLRN"
14320   traces:
14321     hoverinfo: "x+y"
14322     boxpoints: "outliers"
14323     whiskerwidth: 0
14324   layout:
14325     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14326     layout: "plot-throughput"
14327
14328 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14329 -
14330   type: "plot"
14331   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14332   algorithm: "plot_performance_box"
14333   output-file-type: ".html"
14334   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14335   data: "plot-vpp-throughput-latency-2n-skx"
14336   filter: "'NIC_Intel-X710' and
14337            '64B' and
14338            'NDRPDR' and
14339            'ETH' and
14340            'IP4FWD' and
14341            '2T1C' and
14342            'VHOST_1024' and
14343            not 'VXLAN' and
14344            not 'DOT1Q'"
14345   parameters:
14346   - "throughput"
14347   - "parent"
14348   - "tags"
14349   sort:
14350   - "not CFS_OPT"
14351   - "1VM"
14352   - "2VM"
14353   traces:
14354     hoverinfo: "x+y"
14355     boxpoints: "outliers"
14356     whiskerwidth: 0
14357   layout:
14358     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14359     layout: "plot-throughput"
14360
14361 -
14362   type: "plot"
14363   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14364   algorithm: "plot_performance_box"
14365   output-file-type: ".html"
14366   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14367   data: "plot-vpp-throughput-latency-2n-skx"
14368   filter: "'NIC_Intel-X710' and
14369            '64B' and
14370            'NDRPDR' and
14371            'ETH' and
14372            'IP4FWD' and
14373            '4T2C' and
14374            'VHOST_1024' and
14375            not 'VXLAN' and
14376            not 'DOT1Q'"
14377   parameters:
14378   - "throughput"
14379   - "parent"
14380   - "tags"
14381   sort:
14382   - "not CFS_OPT"
14383   - "1VM"
14384   - "2VM"
14385   traces:
14386     hoverinfo: "x+y"
14387     boxpoints: "outliers"
14388     whiskerwidth: 0
14389   layout:
14390     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14391     layout: "plot-throughput"
14392
14393 -
14394   type: "plot"
14395   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14396   algorithm: "plot_performance_box"
14397   output-file-type: ".html"
14398   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14399   data: "plot-vpp-throughput-latency-2n-skx"
14400   filter: "'NIC_Intel-X710' and
14401            '64B' and
14402            'NDRPDR' and
14403            'ETH' and
14404            'IP4FWD' and
14405            '2T1C' and
14406            'VHOST_1024' and
14407            not 'VXLAN' and
14408            not 'DOT1Q'"
14409   parameters:
14410   - "throughput"
14411   - "parent"
14412   - "tags"
14413   sort:
14414   - "not CFS_OPT"
14415   - "1VM"
14416   - "2VM"
14417   traces:
14418     hoverinfo: "x+y"
14419     boxpoints: "outliers"
14420     whiskerwidth: 0
14421   layout:
14422     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14423     layout: "plot-throughput"
14424
14425 -
14426   type: "plot"
14427   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14428   algorithm: "plot_performance_box"
14429   output-file-type: ".html"
14430   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14431   data: "plot-vpp-throughput-latency-2n-skx"
14432   filter: "'NIC_Intel-X710' and
14433            '64B' and
14434            'NDRPDR' and
14435            'ETH' and
14436            'IP4FWD' and
14437            '4T2C' and
14438            'VHOST_1024' and
14439            not 'VXLAN' and
14440            not 'DOT1Q'"
14441   parameters:
14442   - "throughput"
14443   - "parent"
14444   - "tags"
14445   sort:
14446   - "not CFS_OPT"
14447   - "1VM"
14448   - "2VM"
14449   traces:
14450     hoverinfo: "x+y"
14451     boxpoints: "outliers"
14452     whiskerwidth: 0
14453   layout:
14454     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14455     layout: "plot-throughput"
14456
14457 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
14458 -
14459   type: "plot"
14460   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14461   algorithm: "plot_performance_box"
14462   output-file-type: ".html"
14463   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14464   data: "plot-vpp-throughput-latency-2n-skx"
14465   filter: "'NIC_Intel-X710' and
14466            '64B' and
14467            'NDRPDR' and
14468            ('ETH' or 'DOT1Q') and
14469            '2T1C' and
14470            'L2BDMACLRN' and
14471            'VHOST_1024' and
14472            not 'VXLAN' and
14473            not 'IP4FWD' and
14474            not '2VM'"
14475   parameters:
14476   - "throughput"
14477   - "parent"
14478   - "tags"
14479 #  sort:
14480 #  - "VM"  # "not CFS_OPT"
14481 #  - "CFS_OPT"
14482 #  - "FIB_10K"
14483 #  - "FIB_100K"
14484 #  - "FIB_1M"
14485   traces:
14486     hoverinfo: "x+y"
14487     boxpoints: "outliers"
14488     whiskerwidth: 0
14489   layout:
14490     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14491     layout: "plot-throughput"
14492
14493 -
14494   type: "plot"
14495   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14496   algorithm: "plot_performance_box"
14497   output-file-type: ".html"
14498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14499   data: "plot-vpp-throughput-latency-2n-skx"
14500   filter: "'NIC_Intel-X710' and
14501            '64B' and
14502            'NDRPDR' and
14503            ('ETH' or 'DOT1Q') and
14504            '4T2C' and
14505            'L2BDMACLRN' and
14506            'VHOST_1024' and
14507            not 'VXLAN' and
14508            not 'IP4FWD' and
14509            not '2VM'"
14510   parameters:
14511   - "throughput"
14512   - "parent"
14513   - "tags"
14514 #  sort:
14515 #  - "VM"  # "not CFS_OPT"
14516 #  - "CFS_OPT"
14517 #  - "FIB_10K"
14518 #  - "FIB_100K"
14519 #  - "FIB_1M"
14520   traces:
14521     hoverinfo: "x+y"
14522     boxpoints: "outliers"
14523     whiskerwidth: 0
14524   layout:
14525     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14526     layout: "plot-throughput"
14527
14528 -
14529   type: "plot"
14530   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14534   data: "plot-vpp-throughput-latency-2n-skx"
14535   filter: "'NIC_Intel-X710' and
14536            '64B' and
14537            'NDRPDR' and
14538            ('ETH' or 'DOT1Q') and
14539            '2T1C' and
14540            'L2BDMACLRN' and
14541            'VHOST_1024' and
14542            not 'VXLAN' and
14543            not 'IP4FWD' and
14544            not '2VM'"
14545   parameters:
14546   - "throughput"
14547   - "parent"
14548   - "tags"
14549 #  sort:
14550 #  - "VM"  # "not CFS_OPT"
14551 #  - "CFS_OPT"
14552 #  - "FIB_10K"
14553 #  - "FIB_100K"
14554 #  - "FIB_1M"
14555   traces:
14556     hoverinfo: "x+y"
14557     boxpoints: "outliers"
14558     whiskerwidth: 0
14559   layout:
14560     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14561     layout: "plot-throughput"
14562
14563 -
14564   type: "plot"
14565   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14566   algorithm: "plot_performance_box"
14567   output-file-type: ".html"
14568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14569   data: "plot-vpp-throughput-latency-2n-skx"
14570   filter: "'NIC_Intel-X710' and
14571            '64B' and
14572            'NDRPDR' and
14573            ('ETH' or 'DOT1Q') and
14574            '4T2C' and
14575            'L2BDMACLRN' and
14576            'VHOST_1024' and
14577            not 'VXLAN' and
14578            not 'IP4FWD' and
14579            not '2VM'"
14580   parameters:
14581   - "throughput"
14582   - "parent"
14583   - "tags"
14584 #  sort:
14585 #  - "VM"  # "not CFS_OPT"
14586 #  - "CFS_OPT"
14587 #  - "FIB_10K"
14588 #  - "FIB_100K"
14589 #  - "FIB_1M"
14590   traces:
14591     hoverinfo: "x+y"
14592     boxpoints: "outliers"
14593     whiskerwidth: 0
14594   layout:
14595     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14596     layout: "plot-throughput"
14597
14598 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
14599 -
14600   type: "plot"
14601   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14602   algorithm: "plot_performance_box"
14603   output-file-type: ".html"
14604   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14605   data: "plot-vpp-throughput-latency-2n-skx"
14606   filter: "'NIC_Intel-X710' and
14607            '64B' and
14608            'NDRPDR' and
14609            ('ETH' or 'DOT1Q') and
14610            'BASE' and
14611            '2T1C' and
14612            ('L2BDMACLRN' or 'L2XCFWD') and
14613            'VHOST_1024' and
14614            not 'VXLAN' and
14615            not 'IP4FWD' and
14616            not '2VM'"
14617   parameters:
14618   - "throughput"
14619   - "parent"
14620   - "tags"
14621 #  sort:
14622 #  - "not CFS_OPT"
14623 #  - "L2XCFWD"
14624 #  - "not CFS_OPT"
14625 #  - "CFS_OPT"
14626   traces:
14627     hoverinfo: "x+y"
14628     boxpoints: "outliers"
14629     whiskerwidth: 0
14630   layout:
14631     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14632     layout: "plot-throughput"
14633
14634 -
14635   type: "plot"
14636   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14637   algorithm: "plot_performance_box"
14638   output-file-type: ".html"
14639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14640   data: "plot-vpp-throughput-latency-2n-skx"
14641   filter: "'NIC_Intel-X710' and
14642            '64B' and
14643            'NDRPDR' and
14644            ('ETH' or 'DOT1Q') and
14645            'BASE' and
14646            '2T1C' and
14647            ('L2BDMACLRN' or 'L2XCFWD') and
14648            'VHOST_1024' and
14649            not 'VXLAN' and
14650            not 'IP4FWD' and
14651            not '2VM'"
14652   parameters:
14653   - "throughput"
14654   - "parent"
14655   - "tags"
14656 #  sort:
14657 #  - "not CFS_OPT"
14658 #  - "L2XCFWD"
14659 #  - "not CFS_OPT"
14660 #  - "CFS_OPT"
14661   traces:
14662     hoverinfo: "x+y"
14663     boxpoints: "outliers"
14664     whiskerwidth: 0
14665   layout:
14666     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14667     layout: "plot-throughput"
14668
14669 -
14670   type: "plot"
14671   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14672   algorithm: "plot_performance_box"
14673   output-file-type: ".html"
14674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14675   data: "plot-vpp-throughput-latency-2n-skx"
14676   filter: "'NIC_Intel-X710' and
14677            '64B' and
14678            'NDRPDR' and
14679            ('ETH' or 'DOT1Q') and
14680            'BASE' and
14681            '4T2C' and
14682            ('L2BDMACLRN' or 'L2XCFWD') and
14683            'VHOST_1024' and
14684            not 'VXLAN' and
14685            not 'IP4FWD' and
14686            not '2VM'"
14687   parameters:
14688   - "throughput"
14689   - "parent"
14690   - "tags"
14691 #  sort:
14692 #  - "not CFS_OPT"
14693 #  - "L2XCFWD"
14694 #  - "not CFS_OPT"
14695 #  - "CFS_OPT"
14696   traces:
14697     hoverinfo: "x+y"
14698     boxpoints: "outliers"
14699     whiskerwidth: 0
14700   layout:
14701     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14702     layout: "plot-throughput"
14703
14704 -
14705   type: "plot"
14706   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14707   algorithm: "plot_performance_box"
14708   output-file-type: ".html"
14709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14710   data: "plot-vpp-throughput-latency-2n-skx"
14711   filter: "'NIC_Intel-X710' and
14712            '64B' and
14713            'NDRPDR' and
14714            ('ETH' or 'DOT1Q') and
14715            'BASE' and
14716            '4T2C' and
14717            ('L2BDMACLRN' or 'L2XCFWD') and
14718            'VHOST_1024' and
14719            not 'VXLAN' and
14720            not 'IP4FWD' and
14721            not '2VM'"
14722   parameters:
14723   - "throughput"
14724   - "parent"
14725   - "tags"
14726 #  sort:
14727 #  - "not CFS_OPT"
14728 #  - "L2XCFWD"
14729 #  - "not CFS_OPT"
14730 #  - "CFS_OPT"
14731   traces:
14732     hoverinfo: "x+y"
14733     boxpoints: "outliers"
14734     whiskerwidth: 0
14735   layout:
14736     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14737     layout: "plot-throughput"
14738
14739 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
14740 -
14741   type: "plot"
14742   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14743   algorithm: "plot_performance_box"
14744   output-file-type: ".html"
14745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14746   data: "plot-vpp-throughput-latency-2n-skx"
14747   filter: "'NIC_Intel-X710' and
14748            '64B' and
14749            'NDRPDR' and
14750            ('ETH' or 'DOT1Q') and
14751            '2T1C' and
14752            ('L2BDMACLRN' or 'L2XCFWD') and
14753            'VHOST_1024' and
14754            not 'CFS_OPT' and
14755            not 'VXLAN' and
14756            not 'IP4FWD'"
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-2n-skx-x710-64b-2t1c-base-vm-ndr"
14772     layout: "plot-throughput"
14773
14774 -
14775   type: "plot"
14776   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14777   algorithm: "plot_performance_box"
14778   output-file-type: ".html"
14779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14780   data: "plot-vpp-throughput-latency-2n-skx"
14781   filter: "'NIC_Intel-X710' and
14782            '64B' and
14783            'NDRPDR' and
14784            ('ETH' or 'DOT1Q') and
14785            '2T1C' and
14786            ('L2BDMACLRN' or 'L2XCFWD') and
14787            'VHOST_1024' and
14788            not 'CFS_OPT' and
14789            not 'VXLAN' and
14790            not 'IP4FWD'"
14791   parameters:
14792   - "throughput"
14793   - "parent"
14794   - "tags"
14795 #  sort:
14796 #  - "1VM"
14797 #  - "L2XCFWD"
14798 #  - "1VM"
14799 #  - "L2BDMACLRN"
14800   traces:
14801     hoverinfo: "x+y"
14802     boxpoints: "outliers"
14803     whiskerwidth: 0
14804   layout:
14805     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14806     layout: "plot-throughput"
14807
14808 -
14809   type: "plot"
14810   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14811   algorithm: "plot_performance_box"
14812   output-file-type: ".html"
14813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14814   data: "plot-vpp-throughput-latency-2n-skx"
14815   filter: "'NIC_Intel-X710' and
14816            '64B' and
14817            'NDRPDR' and
14818            ('ETH' or 'DOT1Q') and
14819            '4T2C' and
14820            ('L2BDMACLRN' or 'L2XCFWD') and
14821            'VHOST_1024' and
14822            not 'CFS_OPT' and
14823            not 'VXLAN' and
14824            not 'IP4FWD'"
14825   parameters:
14826   - "throughput"
14827   - "parent"
14828   - "tags"
14829 #  sort:
14830 #  - "1VM"
14831 #  - "L2XCFWD"
14832 #  - "1VM"
14833 #  - "L2BDMACLRN"
14834   traces:
14835     hoverinfo: "x+y"
14836     boxpoints: "outliers"
14837     whiskerwidth: 0
14838   layout:
14839     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14840     layout: "plot-throughput"
14841
14842 -
14843   type: "plot"
14844   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14845   algorithm: "plot_performance_box"
14846   output-file-type: ".html"
14847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14848   data: "plot-vpp-throughput-latency-2n-skx"
14849   filter: "'NIC_Intel-X710' and
14850            '64B' and
14851            'NDRPDR' and
14852            ('ETH' or 'DOT1Q') and
14853            '4T2C' and
14854            ('L2BDMACLRN' or 'L2XCFWD') and
14855            'VHOST_1024' and
14856            not 'CFS_OPT' and
14857            not 'VXLAN' and
14858            not 'IP4FWD'"
14859   parameters:
14860   - "throughput"
14861   - "parent"
14862   - "tags"
14863 #  sort:
14864 #  - "1VM"
14865 #  - "L2XCFWD"
14866 #  - "1VM"
14867 #  - "L2BDMACLRN"
14868   traces:
14869     hoverinfo: "x+y"
14870     boxpoints: "outliers"
14871     whiskerwidth: 0
14872   layout:
14873     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14874     layout: "plot-throughput"
14875
14876 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
14877 -
14878   type: "plot"
14879   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14880   algorithm: "plot_performance_box"
14881   output-file-type: ".html"
14882   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14883   data: "plot-vpp-throughput-latency-2n-skx"
14884   filter: "'NIC_Intel-XXV710' and
14885            '64B' and
14886            'NDRPDR' and
14887            'ETH' and
14888            'IP4FWD' and
14889            '2T1C' and
14890            'VHOST_1024' and
14891            not 'VXLAN' and
14892            not 'DOT1Q'"
14893   parameters:
14894   - "throughput"
14895   - "parent"
14896   - "tags"
14897   sort:
14898   - "not CFS_OPT"
14899   - "1VM"
14900   - "2VM"
14901   traces:
14902     hoverinfo: "x+y"
14903     boxpoints: "outliers"
14904     whiskerwidth: 0
14905   layout:
14906     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14907     layout: "plot-throughput"
14908
14909 -
14910   type: "plot"
14911   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14912   algorithm: "plot_performance_box"
14913   output-file-type: ".html"
14914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14915   data: "plot-vpp-throughput-latency-2n-skx"
14916   filter: "'NIC_Intel-XXV710' and
14917            '64B' and
14918            'NDRPDR' and
14919            'ETH' and
14920            'IP4FWD' and
14921            '4T2C' and
14922            'VHOST_1024' and
14923            not 'VXLAN' and
14924            not 'DOT1Q'"
14925   parameters:
14926   - "throughput"
14927   - "parent"
14928   - "tags"
14929   sort:
14930   - "not CFS_OPT"
14931   - "1VM"
14932   - "2VM"
14933   traces:
14934     hoverinfo: "x+y"
14935     boxpoints: "outliers"
14936     whiskerwidth: 0
14937   layout:
14938     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14939     layout: "plot-throughput"
14940
14941 -
14942   type: "plot"
14943   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14944   algorithm: "plot_performance_box"
14945   output-file-type: ".html"
14946   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14947   data: "plot-vpp-throughput-latency-2n-skx"
14948   filter: "'NIC_Intel-XXV710' and
14949            '64B' and
14950            'NDRPDR' and
14951            'ETH' and
14952            'IP4FWD' and
14953            '2T1C' and
14954            'VHOST_1024' and
14955            not 'VXLAN' and
14956            not 'DOT1Q'"
14957   parameters:
14958   - "throughput"
14959   - "parent"
14960   - "tags"
14961   sort:
14962   - "not CFS_OPT"
14963   - "1VM"
14964   - "2VM"
14965   traces:
14966     hoverinfo: "x+y"
14967     boxpoints: "outliers"
14968     whiskerwidth: 0
14969   layout:
14970     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14971     layout: "plot-throughput"
14972
14973 -
14974   type: "plot"
14975   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14976   algorithm: "plot_performance_box"
14977   output-file-type: ".html"
14978   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14979   data: "plot-vpp-throughput-latency-2n-skx"
14980   filter: "'NIC_Intel-XXV710' and
14981            '64B' and
14982            'NDRPDR' and
14983            'ETH' and
14984            'IP4FWD' and
14985            '4T2C' and
14986            'VHOST_1024' and
14987            not 'VXLAN' and
14988            not 'DOT1Q'"
14989   parameters:
14990   - "throughput"
14991   - "parent"
14992   - "tags"
14993   sort:
14994   - "not CFS_OPT"
14995   - "1VM"
14996   - "2VM"
14997   traces:
14998     hoverinfo: "x+y"
14999     boxpoints: "outliers"
15000     whiskerwidth: 0
15001   layout:
15002     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15003     layout: "plot-throughput"
15004
15005 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
15006 -
15007   type: "plot"
15008   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15009   algorithm: "plot_performance_box"
15010   output-file-type: ".html"
15011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15012   data: "plot-vpp-throughput-latency-2n-skx"
15013   filter: "'NIC_Intel-XXV710' and
15014            '64B' and
15015            'NDRPDR' and
15016            ('ETH' or 'DOT1Q') and
15017            '2T1C' and
15018            'L2BDMACLRN' and
15019            'VHOST_1024' and
15020            not 'VXLAN' and
15021            not 'IP4FWD' and
15022            not '2VM'"
15023   parameters:
15024   - "throughput"
15025   - "parent"
15026   - "tags"
15027 #  sort:
15028 #  - "VM"  # "not CFS_OPT"
15029 #  - "CFS_OPT"
15030 #  - "FIB_10K"
15031 #  - "FIB_100K"
15032 #  - "FIB_1M"
15033   traces:
15034     hoverinfo: "x+y"
15035     boxpoints: "outliers"
15036     whiskerwidth: 0
15037   layout:
15038     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15039     layout: "plot-throughput"
15040
15041 -
15042   type: "plot"
15043   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15047   data: "plot-vpp-throughput-latency-2n-skx"
15048   filter: "'NIC_Intel-XXV710' and
15049            '64B' and
15050            'NDRPDR' and
15051            ('ETH' or 'DOT1Q') and
15052            '4T2C' and
15053            'L2BDMACLRN' and
15054            'VHOST_1024' and
15055            not 'VXLAN' and
15056            not 'IP4FWD' and
15057            not '2VM'"
15058   parameters:
15059   - "throughput"
15060   - "parent"
15061   - "tags"
15062 #  sort:
15063 #  - "VM"  # "not CFS_OPT"
15064 #  - "CFS_OPT"
15065 #  - "FIB_10K"
15066 #  - "FIB_100K"
15067 #  - "FIB_1M"
15068   traces:
15069     hoverinfo: "x+y"
15070     boxpoints: "outliers"
15071     whiskerwidth: 0
15072   layout:
15073     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15074     layout: "plot-throughput"
15075
15076 -
15077   type: "plot"
15078   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15079   algorithm: "plot_performance_box"
15080   output-file-type: ".html"
15081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15082   data: "plot-vpp-throughput-latency-2n-skx"
15083   filter: "'NIC_Intel-XXV710' and
15084            '64B' and
15085            'NDRPDR' and
15086            ('ETH' or 'DOT1Q') and
15087            '2T1C' and
15088            'L2BDMACLRN' and
15089            'VHOST_1024' and
15090            not 'VXLAN' and
15091            not 'IP4FWD' and
15092            not '2VM'"
15093   parameters:
15094   - "throughput"
15095   - "parent"
15096   - "tags"
15097 #  sort:
15098 #  - "VM"  # "not CFS_OPT"
15099 #  - "CFS_OPT"
15100 #  - "FIB_10K"
15101 #  - "FIB_100K"
15102 #  - "FIB_1M"
15103   traces:
15104     hoverinfo: "x+y"
15105     boxpoints: "outliers"
15106     whiskerwidth: 0
15107   layout:
15108     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15109     layout: "plot-throughput"
15110
15111 -
15112   type: "plot"
15113   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15114   algorithm: "plot_performance_box"
15115   output-file-type: ".html"
15116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15117   data: "plot-vpp-throughput-latency-2n-skx"
15118   filter: "'NIC_Intel-XXV710' and
15119            '64B' and
15120            'NDRPDR' and
15121            ('ETH' or 'DOT1Q') and
15122            '4T2C' and
15123            'L2BDMACLRN' and
15124            'VHOST_1024' and
15125            not 'VXLAN' and
15126            not 'IP4FWD' and
15127            not '2VM'"
15128   parameters:
15129   - "throughput"
15130   - "parent"
15131   - "tags"
15132 #  sort:
15133 #  - "VM"  # "not CFS_OPT"
15134 #  - "CFS_OPT"
15135 #  - "FIB_10K"
15136 #  - "FIB_100K"
15137 #  - "FIB_1M"
15138   traces:
15139     hoverinfo: "x+y"
15140     boxpoints: "outliers"
15141     whiskerwidth: 0
15142   layout:
15143     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15144     layout: "plot-throughput"
15145
15146 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15147 -
15148   type: "plot"
15149   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15150   algorithm: "plot_performance_box"
15151   output-file-type: ".html"
15152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15153   data: "plot-vpp-throughput-latency-2n-skx"
15154   filter: "'NIC_Intel-XXV710' and
15155            '64B' and
15156            'NDRPDR' and
15157            ('ETH' or 'DOT1Q') and
15158            'BASE' and
15159            '2T1C' and
15160            ('L2BDMACLRN' or 'L2XCFWD') and
15161            'VHOST_1024' and
15162            not 'VXLAN' and
15163            not 'IP4FWD' and
15164            not '2VM'"
15165   parameters:
15166   - "throughput"
15167   - "parent"
15168   - "tags"
15169 #  sort:
15170 #  - "not CFS_OPT"
15171 #  - "L2XCFWD"
15172 #  - "not CFS_OPT"
15173 #  - "CFS_OPT"
15174   traces:
15175     hoverinfo: "x+y"
15176     boxpoints: "outliers"
15177     whiskerwidth: 0
15178   layout:
15179     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15180     layout: "plot-throughput"
15181
15182 -
15183   type: "plot"
15184   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15185   algorithm: "plot_performance_box"
15186   output-file-type: ".html"
15187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15188   data: "plot-vpp-throughput-latency-2n-skx"
15189   filter: "'NIC_Intel-XXV710' and
15190            '64B' and
15191            'NDRPDR' and
15192            ('ETH' or 'DOT1Q') and
15193            'BASE' and
15194            '2T1C' and
15195            ('L2BDMACLRN' or 'L2XCFWD') and
15196            'VHOST_1024' and
15197            not 'VXLAN' and
15198            not 'IP4FWD' and
15199            not '2VM'"
15200   parameters:
15201   - "throughput"
15202   - "parent"
15203   - "tags"
15204 #  sort:
15205 #  - "not CFS_OPT"
15206 #  - "L2XCFWD"
15207 #  - "not CFS_OPT"
15208 #  - "CFS_OPT"
15209   traces:
15210     hoverinfo: "x+y"
15211     boxpoints: "outliers"
15212     whiskerwidth: 0
15213   layout:
15214     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15215     layout: "plot-throughput"
15216
15217 -
15218   type: "plot"
15219   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15220   algorithm: "plot_performance_box"
15221   output-file-type: ".html"
15222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15223   data: "plot-vpp-throughput-latency-2n-skx"
15224   filter: "'NIC_Intel-XXV710' and
15225            '64B' and
15226            'NDRPDR' and
15227            ('ETH' or 'DOT1Q') and
15228            'BASE' and
15229            '4T2C' and
15230            ('L2BDMACLRN' or 'L2XCFWD') and
15231            'VHOST_1024' and
15232            not 'VXLAN' and
15233            not 'IP4FWD' and
15234            not '2VM'"
15235   parameters:
15236   - "throughput"
15237   - "parent"
15238   - "tags"
15239 #  sort:
15240 #  - "not CFS_OPT"
15241 #  - "L2XCFWD"
15242 #  - "not CFS_OPT"
15243 #  - "CFS_OPT"
15244   traces:
15245     hoverinfo: "x+y"
15246     boxpoints: "outliers"
15247     whiskerwidth: 0
15248   layout:
15249     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15250     layout: "plot-throughput"
15251
15252 -
15253   type: "plot"
15254   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15255   algorithm: "plot_performance_box"
15256   output-file-type: ".html"
15257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15258   data: "plot-vpp-throughput-latency-2n-skx"
15259   filter: "'NIC_Intel-XXV710' and
15260            '64B' and
15261            'NDRPDR' and
15262            ('ETH' or 'DOT1Q') and
15263            'BASE' and
15264            '4T2C' and
15265            ('L2BDMACLRN' or 'L2XCFWD') and
15266            'VHOST_1024' and
15267            not 'VXLAN' and
15268            not 'IP4FWD' and
15269            not '2VM'"
15270   parameters:
15271   - "throughput"
15272   - "parent"
15273   - "tags"
15274 #  sort:
15275 #  - "not CFS_OPT"
15276 #  - "L2XCFWD"
15277 #  - "not CFS_OPT"
15278 #  - "CFS_OPT"
15279   traces:
15280     hoverinfo: "x+y"
15281     boxpoints: "outliers"
15282     whiskerwidth: 0
15283   layout:
15284     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15285     layout: "plot-throughput"
15286
15287 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15288 -
15289   type: "plot"
15290   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15291   algorithm: "plot_performance_box"
15292   output-file-type: ".html"
15293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15294   data: "plot-vpp-throughput-latency-2n-skx"
15295   filter: "'NIC_Intel-XXV710' and
15296            '64B' and
15297            'NDRPDR' and
15298            ('ETH' or 'DOT1Q') and
15299            '2T1C' 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-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15320     layout: "plot-throughput"
15321
15322 -
15323   type: "plot"
15324   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15325   algorithm: "plot_performance_box"
15326   output-file-type: ".html"
15327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15328   data: "plot-vpp-throughput-latency-2n-skx"
15329   filter: "'NIC_Intel-XXV710' and
15330            '64B' and
15331            'NDRPDR' and
15332            ('ETH' or 'DOT1Q') and
15333            '2T1C' and
15334            ('L2BDMACLRN' or 'L2XCFWD') and
15335            'VHOST_1024' and
15336            not 'CFS_OPT' and
15337            not 'VXLAN' and
15338            not 'IP4FWD'"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343 #  sort:
15344 #  - "1VM"
15345 #  - "L2XCFWD"
15346 #  - "1VM"
15347 #  - "L2BDMACLRN"
15348   traces:
15349     hoverinfo: "x+y"
15350     boxpoints: "outliers"
15351     whiskerwidth: 0
15352   layout:
15353     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15354     layout: "plot-throughput"
15355
15356 -
15357   type: "plot"
15358   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15359   algorithm: "plot_performance_box"
15360   output-file-type: ".html"
15361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15362   data: "plot-vpp-throughput-latency-2n-skx"
15363   filter: "'NIC_Intel-XXV710' and
15364            '64B' and
15365            'NDRPDR' and
15366            ('ETH' or 'DOT1Q') and
15367            '4T2C' and
15368            ('L2BDMACLRN' or 'L2XCFWD') and
15369            'VHOST_1024' and
15370            not 'CFS_OPT' and
15371            not 'VXLAN' and
15372            not 'IP4FWD'"
15373   parameters:
15374   - "throughput"
15375   - "parent"
15376   - "tags"
15377 #  sort:
15378 #  - "1VM"
15379 #  - "L2XCFWD"
15380 #  - "1VM"
15381 #  - "L2BDMACLRN"
15382   traces:
15383     hoverinfo: "x+y"
15384     boxpoints: "outliers"
15385     whiskerwidth: 0
15386   layout:
15387     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15388     layout: "plot-throughput"
15389
15390 -
15391   type: "plot"
15392   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15393   algorithm: "plot_performance_box"
15394   output-file-type: ".html"
15395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15396   data: "plot-vpp-throughput-latency-2n-skx"
15397   filter: "'NIC_Intel-XXV710' and
15398            '64B' and
15399            'NDRPDR' and
15400            ('ETH' or 'DOT1Q') and
15401            '4T2C' and
15402            ('L2BDMACLRN' or 'L2XCFWD') and
15403            'VHOST_1024' and
15404            not 'CFS_OPT' and
15405            not 'VXLAN' and
15406            not 'IP4FWD'"
15407   parameters:
15408   - "throughput"
15409   - "parent"
15410   - "tags"
15411 #  sort:
15412 #  - "1VM"
15413 #  - "L2XCFWD"
15414 #  - "1VM"
15415 #  - "L2BDMACLRN"
15416   traces:
15417     hoverinfo: "x+y"
15418     boxpoints: "outliers"
15419     whiskerwidth: 0
15420   layout:
15421     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15422     layout: "plot-throughput"
15423
15424 ################################################################################
15425
15426 # Packet Throughput - VPP VTS 3n-hsw-x520
15427 -
15428   type: "plot"
15429   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15430   algorithm: "plot_performance_box"
15431   output-file-type: ".html"
15432   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15433   data: "plot-vpp-throughput-latency-3n-hsw"
15434   filter: "'NIC_Intel-X520-DA2' and
15435            '114B' and
15436            'NDRPDR' and
15437            '1T1C' and
15438            'VTS'"
15439   parameters:
15440   - "throughput"
15441   - "parent"
15442   - "tags"
15443   traces:
15444     hoverinfo: "x+y"
15445     boxpoints: "outliers"
15446     whiskerwidth: 0
15447   layout:
15448     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15449     layout: "plot-throughput"
15450
15451 -
15452   type: "plot"
15453   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15454   algorithm: "plot_performance_box"
15455   output-file-type: ".html"
15456   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15457   data: "plot-vpp-throughput-latency-3n-hsw"
15458   filter: "'NIC_Intel-X520-DA2' and
15459            '114B' and
15460            'NDRPDR' and
15461            '2T2C' and
15462            'VTS'"
15463   parameters:
15464   - "throughput"
15465   - "parent"
15466   - "tags"
15467   traces:
15468     hoverinfo: "x+y"
15469     boxpoints: "outliers"
15470     whiskerwidth: 0
15471   layout:
15472     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15473     layout: "plot-throughput"
15474
15475 -
15476   type: "plot"
15477   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15478   algorithm: "plot_performance_box"
15479   output-file-type: ".html"
15480   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15481   data: "plot-vpp-throughput-latency-3n-hsw"
15482   filter: "'NIC_Intel-X520-DA2' and
15483            '114B' and
15484            'NDRPDR' and
15485            '1T1C' and
15486            'VTS'"
15487   parameters:
15488   - "throughput"
15489   - "parent"
15490   - "tags"
15491   traces:
15492     hoverinfo: "x+y"
15493     boxpoints: "outliers"
15494     whiskerwidth: 0
15495   layout:
15496     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15497     layout: "plot-throughput"
15498
15499 -
15500   type: "plot"
15501   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15502   algorithm: "plot_performance_box"
15503   output-file-type: ".html"
15504   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15505   data: "plot-vpp-throughput-latency-3n-hsw"
15506   filter: "'NIC_Intel-X520-DA2' and
15507            '114B' and
15508            'NDRPDR' and
15509            '2T2C' and
15510            'VTS'"
15511   parameters:
15512   - "throughput"
15513   - "parent"
15514   - "tags"
15515   traces:
15516     hoverinfo: "x+y"
15517     boxpoints: "outliers"
15518     whiskerwidth: 0
15519   layout:
15520     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15521     layout: "plot-throughput"
15522
15523 ################################################################################
15524
15525 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15526 -
15527   type: "plot"
15528   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15529   algorithm: "plot_performance_box"
15530   output-file-type: ".html"
15531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15532   data: "plot-dpdk-throughput-latency-3n-hsw"
15533   filter: "'NIC_Intel-X520-DA2' and
15534            '64B' and
15535            'BASE' and
15536            'NDRPDR' and
15537            '1T1C' and
15538            'IP4FWD'"
15539   parameters:
15540   - "throughput"
15541   - "parent"
15542   - "tags"
15543   traces:
15544     hoverinfo: "x+y"
15545     boxpoints: "outliers"
15546     whiskerwidth: 0
15547   layout:
15548     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15549     layout: "plot-throughput"
15550
15551 -
15552   type: "plot"
15553   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15554   algorithm: "plot_performance_box"
15555   output-file-type: ".html"
15556   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15557   data: "plot-dpdk-throughput-latency-3n-hsw"
15558   filter: "'NIC_Intel-X520-DA2' and
15559            '64B' and
15560            'BASE' and
15561            'NDRPDR' and
15562            '2T2C' and
15563            'IP4FWD'"
15564   parameters:
15565   - "throughput"
15566   - "parent"
15567   - "tags"
15568   traces:
15569     hoverinfo: "x+y"
15570     boxpoints: "outliers"
15571     whiskerwidth: 0
15572   layout:
15573     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15574     layout: "plot-throughput"
15575
15576 -
15577   type: "plot"
15578   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15579   algorithm: "plot_performance_box"
15580   output-file-type: ".html"
15581   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15582   data: "plot-dpdk-throughput-latency-3n-hsw"
15583   filter: "'NIC_Intel-X520-DA2' and
15584            '64B' and
15585            'BASE' and
15586            'NDRPDR' and
15587            '1T1C' and
15588            'IP4FWD'"
15589   parameters:
15590   - "throughput"
15591   - "parent"
15592   - "tags"
15593   traces:
15594     hoverinfo: "x+y"
15595     boxpoints: "outliers"
15596     whiskerwidth: 0
15597   layout:
15598     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15599     layout: "plot-throughput"
15600
15601 -
15602   type: "plot"
15603   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15604   algorithm: "plot_performance_box"
15605   output-file-type: ".html"
15606   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15607   data: "plot-dpdk-throughput-latency-3n-hsw"
15608   filter: "'NIC_Intel-X520-DA2' and
15609            '64B' and
15610            'BASE' and
15611            'NDRPDR' and
15612            '2T2C' and
15613            'IP4FWD'"
15614   parameters:
15615   - "throughput"
15616   - "parent"
15617   - "tags"
15618   traces:
15619     hoverinfo: "x+y"
15620     boxpoints: "outliers"
15621     whiskerwidth: 0
15622   layout:
15623     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15624     layout: "plot-throughput"
15625
15626 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15627 -
15628   type: "plot"
15629   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15630   algorithm: "plot_performance_box"
15631   output-file-type: ".html"
15632   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15633   data: "plot-dpdk-throughput-latency-3n-hsw"
15634   filter: "'NIC_Intel-X710' and
15635            '64B' and
15636            'BASE' and
15637            'NDRPDR' and
15638            '1T1C' and
15639            'IP4FWD'"
15640   parameters:
15641   - "throughput"
15642   - "parent"
15643   - "tags"
15644   traces:
15645     hoverinfo: "x+y"
15646     boxpoints: "outliers"
15647     whiskerwidth: 0
15648   layout:
15649     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15650     layout: "plot-throughput"
15651
15652 -
15653   type: "plot"
15654   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15655   algorithm: "plot_performance_box"
15656   output-file-type: ".html"
15657   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15658   data: "plot-dpdk-throughput-latency-3n-hsw"
15659   filter: "'NIC_Intel-X710' and
15660            '64B' and
15661            'BASE' and
15662            'NDRPDR' and
15663            '2T2C' and
15664            'IP4FWD'"
15665   parameters:
15666   - "throughput"
15667   - "parent"
15668   - "tags"
15669   traces:
15670     hoverinfo: "x+y"
15671     boxpoints: "outliers"
15672     whiskerwidth: 0
15673   layout:
15674     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15675     layout: "plot-throughput"
15676
15677 -
15678   type: "plot"
15679   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15680   algorithm: "plot_performance_box"
15681   output-file-type: ".html"
15682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15683   data: "plot-dpdk-throughput-latency-3n-hsw"
15684   filter: "'NIC_Intel-X710' and
15685            '64B' and
15686            'BASE' and
15687            'NDRPDR' and
15688            '1T1C' and
15689            'IP4FWD'"
15690   parameters:
15691   - "throughput"
15692   - "parent"
15693   - "tags"
15694   traces:
15695     hoverinfo: "x+y"
15696     boxpoints: "outliers"
15697     whiskerwidth: 0
15698   layout:
15699     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15700     layout: "plot-throughput"
15701
15702 -
15703   type: "plot"
15704   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15705   algorithm: "plot_performance_box"
15706   output-file-type: ".html"
15707   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15708   data: "plot-dpdk-throughput-latency-3n-hsw"
15709   filter: "'NIC_Intel-X710' and
15710            '64B' and
15711            'BASE' and
15712            'NDRPDR' and
15713            '2T2C' and
15714            'IP4FWD'"
15715   parameters:
15716   - "throughput"
15717   - "parent"
15718   - "tags"
15719   traces:
15720     hoverinfo: "x+y"
15721     boxpoints: "outliers"
15722     whiskerwidth: 0
15723   layout:
15724     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15725     layout: "plot-throughput"
15726
15727 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
15728 -
15729   type: "plot"
15730   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15731   algorithm: "plot_performance_box"
15732   output-file-type: ".html"
15733   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15734   data: "plot-dpdk-throughput-latency-3n-hsw"
15735   filter: "'NIC_Intel-XL710' and
15736            '64B' and
15737            'BASE' and
15738            'NDRPDR' and
15739            '1T1C' and
15740            'IP4FWD'"
15741   parameters:
15742   - "throughput"
15743   - "parent"
15744   - "tags"
15745   traces:
15746     hoverinfo: "x+y"
15747     boxpoints: "outliers"
15748     whiskerwidth: 0
15749   layout:
15750     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15751     layout: "plot-throughput"
15752
15753 -
15754   type: "plot"
15755   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15756   algorithm: "plot_performance_box"
15757   output-file-type: ".html"
15758   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15759   data: "plot-dpdk-throughput-latency-3n-hsw"
15760   filter: "'NIC_Intel-XL710' and
15761            '64B' and
15762            'BASE' and
15763            'NDRPDR' and
15764            '2T2C' and
15765            'IP4FWD'"
15766   parameters:
15767   - "throughput"
15768   - "parent"
15769   - "tags"
15770   traces:
15771     hoverinfo: "x+y"
15772     boxpoints: "outliers"
15773     whiskerwidth: 0
15774   layout:
15775     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15776     layout: "plot-throughput"
15777
15778 -
15779   type: "plot"
15780   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15781   algorithm: "plot_performance_box"
15782   output-file-type: ".html"
15783   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15784   data: "plot-dpdk-throughput-latency-3n-hsw"
15785   filter: "'NIC_Intel-XL710' and
15786            '64B' and
15787            'BASE' and
15788            'NDRPDR' and
15789            '1T1C' and
15790            'IP4FWD'"
15791   parameters:
15792   - "throughput"
15793   - "parent"
15794   - "tags"
15795   traces:
15796     hoverinfo: "x+y"
15797     boxpoints: "outliers"
15798     whiskerwidth: 0
15799   layout:
15800     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15801     layout: "plot-throughput"
15802
15803 -
15804   type: "plot"
15805   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15806   algorithm: "plot_performance_box"
15807   output-file-type: ".html"
15808   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15809   data: "plot-dpdk-throughput-latency-3n-hsw"
15810   filter: "'NIC_Intel-XL710' and
15811            '64B' and
15812            'BASE' and
15813            'NDRPDR' and
15814            '2T2C' and
15815            'IP4FWD'"
15816   parameters:
15817   - "throughput"
15818   - "parent"
15819   - "tags"
15820   traces:
15821     hoverinfo: "x+y"
15822     boxpoints: "outliers"
15823     whiskerwidth: 0
15824   layout:
15825     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15826     layout: "plot-throughput"
15827
15828 # Packet Throughput - DPDK l3fwd 3n-skx-x710
15829 -
15830   type: "plot"
15831   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15832   algorithm: "plot_performance_box"
15833   output-file-type: ".html"
15834   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15835   data: "plot-dpdk-throughput-latency-3n-skx"
15836   filter: "'NIC_Intel-X710' and
15837            '64B' and
15838            'BASE' and
15839            'NDRPDR' and
15840            '2T1C' and
15841            'IP4FWD'"
15842   parameters:
15843   - "throughput"
15844   - "parent"
15845   - "tags"
15846   traces:
15847     hoverinfo: "x+y"
15848     boxpoints: "outliers"
15849     whiskerwidth: 0
15850   layout:
15851     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15852     layout: "plot-throughput"
15853
15854 -
15855   type: "plot"
15856   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15857   algorithm: "plot_performance_box"
15858   output-file-type: ".html"
15859   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15860   data: "plot-dpdk-throughput-latency-3n-skx"
15861   filter: "'NIC_Intel-X710' and
15862            '64B' and
15863            'BASE' and
15864            'NDRPDR' and
15865            '4T2C' and
15866            'IP4FWD'"
15867   parameters:
15868   - "throughput"
15869   - "parent"
15870   - "tags"
15871   traces:
15872     hoverinfo: "x+y"
15873     boxpoints: "outliers"
15874     whiskerwidth: 0
15875   layout:
15876     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15877     layout: "plot-throughput"
15878
15879 -
15880   type: "plot"
15881   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15882   algorithm: "plot_performance_box"
15883   output-file-type: ".html"
15884   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15885   data: "plot-dpdk-throughput-latency-3n-skx"
15886   filter: "'NIC_Intel-X710' and
15887            '64B' and
15888            'BASE' and
15889            'NDRPDR' and
15890            '2T1C' and
15891            'IP4FWD'"
15892   parameters:
15893   - "throughput"
15894   - "parent"
15895   - "tags"
15896   traces:
15897     hoverinfo: "x+y"
15898     boxpoints: "outliers"
15899     whiskerwidth: 0
15900   layout:
15901     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15902     layout: "plot-throughput"
15903
15904 -
15905   type: "plot"
15906   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15907   algorithm: "plot_performance_box"
15908   output-file-type: ".html"
15909   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15910   data: "plot-dpdk-throughput-latency-3n-skx"
15911   filter: "'NIC_Intel-X710' and
15912            '64B' and
15913            'BASE' and
15914            'NDRPDR' and
15915            '4T2C' and
15916            'IP4FWD'"
15917   parameters:
15918   - "throughput"
15919   - "parent"
15920   - "tags"
15921   traces:
15922     hoverinfo: "x+y"
15923     boxpoints: "outliers"
15924     whiskerwidth: 0
15925   layout:
15926     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15927     layout: "plot-throughput"
15928
15929 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
15930 -
15931   type: "plot"
15932   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15933   algorithm: "plot_performance_box"
15934   output-file-type: ".html"
15935   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15936   data: "plot-dpdk-throughput-latency-3n-skx"
15937   filter: "'NIC_Intel-XXV710' and
15938            '64B' and
15939            'BASE' and
15940            'NDRPDR' and
15941            '2T1C' and
15942            'IP4FWD'"
15943   parameters:
15944   - "throughput"
15945   - "parent"
15946   - "tags"
15947   traces:
15948     hoverinfo: "x+y"
15949     boxpoints: "outliers"
15950     whiskerwidth: 0
15951   layout:
15952     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15953     layout: "plot-throughput"
15954
15955 -
15956   type: "plot"
15957   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15958   algorithm: "plot_performance_box"
15959   output-file-type: ".html"
15960   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15961   data: "plot-dpdk-throughput-latency-3n-skx"
15962   filter: "'NIC_Intel-XXV710' and
15963            '64B' and
15964            'BASE' and
15965            'NDRPDR' and
15966            '4T2C' and
15967            'IP4FWD'"
15968   parameters:
15969   - "throughput"
15970   - "parent"
15971   - "tags"
15972   traces:
15973     hoverinfo: "x+y"
15974     boxpoints: "outliers"
15975     whiskerwidth: 0
15976   layout:
15977     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15978     layout: "plot-throughput"
15979
15980 -
15981   type: "plot"
15982   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15983   algorithm: "plot_performance_box"
15984   output-file-type: ".html"
15985   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15986   data: "plot-dpdk-throughput-latency-3n-skx"
15987   filter: "'NIC_Intel-XXV710' and
15988            '64B' and
15989            'BASE' and
15990            'NDRPDR' and
15991            '2T1C' and
15992            'IP4FWD'"
15993   parameters:
15994   - "throughput"
15995   - "parent"
15996   - "tags"
15997   traces:
15998     hoverinfo: "x+y"
15999     boxpoints: "outliers"
16000     whiskerwidth: 0
16001   layout:
16002     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16003     layout: "plot-throughput"
16004
16005 -
16006   type: "plot"
16007   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16008   algorithm: "plot_performance_box"
16009   output-file-type: ".html"
16010   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16011   data: "plot-dpdk-throughput-latency-3n-skx"
16012   filter: "'NIC_Intel-XXV710' and
16013            '64B' and
16014            'BASE' and
16015            'NDRPDR' and
16016            '4T2C' and
16017            'IP4FWD'"
16018   parameters:
16019   - "throughput"
16020   - "parent"
16021   - "tags"
16022   traces:
16023     hoverinfo: "x+y"
16024     boxpoints: "outliers"
16025     whiskerwidth: 0
16026   layout:
16027     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16028     layout: "plot-throughput"
16029
16030 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16031 -
16032   type: "plot"
16033   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16034   algorithm: "plot_performance_box"
16035   output-file-type: ".html"
16036   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16037   data: "plot-dpdk-throughput-latency-2n-skx"
16038   filter: "'NIC_Intel-X710' and
16039            '64B' and
16040            'BASE' and
16041            'NDRPDR' and
16042            '2T1C' and
16043            'IP4FWD'"
16044   parameters:
16045   - "throughput"
16046   - "parent"
16047   - "tags"
16048   traces:
16049     hoverinfo: "x+y"
16050     boxpoints: "outliers"
16051     whiskerwidth: 0
16052   layout:
16053     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16054     layout: "plot-throughput"
16055
16056 -
16057   type: "plot"
16058   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16059   algorithm: "plot_performance_box"
16060   output-file-type: ".html"
16061   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16062   data: "plot-dpdk-throughput-latency-2n-skx"
16063   filter: "'NIC_Intel-X710' and
16064            '64B' and
16065            'BASE' and
16066            'NDRPDR' and
16067            '4T2C' and
16068            'IP4FWD'"
16069   parameters:
16070   - "throughput"
16071   - "parent"
16072   - "tags"
16073   traces:
16074     hoverinfo: "x+y"
16075     boxpoints: "outliers"
16076     whiskerwidth: 0
16077   layout:
16078     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16079     layout: "plot-throughput"
16080
16081 -
16082   type: "plot"
16083   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16084   algorithm: "plot_performance_box"
16085   output-file-type: ".html"
16086   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16087   data: "plot-dpdk-throughput-latency-2n-skx"
16088   filter: "'NIC_Intel-X710' and
16089            '64B' and
16090            'BASE' and
16091            'NDRPDR' and
16092            '2T1C' and
16093            'IP4FWD'"
16094   parameters:
16095   - "throughput"
16096   - "parent"
16097   - "tags"
16098   traces:
16099     hoverinfo: "x+y"
16100     boxpoints: "outliers"
16101     whiskerwidth: 0
16102   layout:
16103     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16104     layout: "plot-throughput"
16105
16106 -
16107   type: "plot"
16108   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16109   algorithm: "plot_performance_box"
16110   output-file-type: ".html"
16111   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16112   data: "plot-dpdk-throughput-latency-2n-skx"
16113   filter: "'NIC_Intel-X710' and
16114            '64B' and
16115            'BASE' and
16116            'NDRPDR' and
16117            '4T2C' and
16118            'IP4FWD'"
16119   parameters:
16120   - "throughput"
16121   - "parent"
16122   - "tags"
16123   traces:
16124     hoverinfo: "x+y"
16125     boxpoints: "outliers"
16126     whiskerwidth: 0
16127   layout:
16128     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16129     layout: "plot-throughput"
16130
16131 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16132 -
16133   type: "plot"
16134   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16135   algorithm: "plot_performance_box"
16136   output-file-type: ".html"
16137   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16138   data: "plot-dpdk-throughput-latency-2n-skx"
16139   filter: "'NIC_Intel-XXV710' and
16140            '64B' and
16141            'BASE' and
16142            'NDRPDR' and
16143            '2T1C' and
16144            'IP4FWD'"
16145   parameters:
16146   - "throughput"
16147   - "parent"
16148   - "tags"
16149   traces:
16150     hoverinfo: "x+y"
16151     boxpoints: "outliers"
16152     whiskerwidth: 0
16153   layout:
16154     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16155     layout: "plot-throughput"
16156
16157 -
16158   type: "plot"
16159   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16160   algorithm: "plot_performance_box"
16161   output-file-type: ".html"
16162   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16163   data: "plot-dpdk-throughput-latency-2n-skx"
16164   filter: "'NIC_Intel-XXV710' and
16165            '64B' and
16166            'BASE' and
16167            'NDRPDR' and
16168            '4T2C' and
16169            'IP4FWD'"
16170   parameters:
16171   - "throughput"
16172   - "parent"
16173   - "tags"
16174   traces:
16175     hoverinfo: "x+y"
16176     boxpoints: "outliers"
16177     whiskerwidth: 0
16178   layout:
16179     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16180     layout: "plot-throughput"
16181
16182 -
16183   type: "plot"
16184   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16185   algorithm: "plot_performance_box"
16186   output-file-type: ".html"
16187   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16188   data: "plot-dpdk-throughput-latency-2n-skx"
16189   filter: "'NIC_Intel-XXV710' and
16190            '64B' and
16191            'BASE' and
16192            'NDRPDR' and
16193            '2T1C' and
16194            'IP4FWD'"
16195   parameters:
16196   - "throughput"
16197   - "parent"
16198   - "tags"
16199   traces:
16200     hoverinfo: "x+y"
16201     boxpoints: "outliers"
16202     whiskerwidth: 0
16203   layout:
16204     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16205     layout: "plot-throughput"
16206
16207 -
16208   type: "plot"
16209   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16210   algorithm: "plot_performance_box"
16211   output-file-type: ".html"
16212   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16213   data: "plot-dpdk-throughput-latency-2n-skx"
16214   filter: "'NIC_Intel-XXV710' and
16215            '64B' and
16216            'BASE' and
16217            'NDRPDR' and
16218            '4T2C' and
16219            'IP4FWD'"
16220   parameters:
16221   - "throughput"
16222   - "parent"
16223   - "tags"
16224   traces:
16225     hoverinfo: "x+y"
16226     boxpoints: "outliers"
16227     whiskerwidth: 0
16228   layout:
16229     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16230     layout: "plot-throughput"
16231
16232 ################################################################################
16233
16234 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16235 -
16236   type: "plot"
16237   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16238   algorithm: "plot_performance_box"
16239   output-file-type: ".html"
16240   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16241   data: "plot-dpdk-throughput-latency-3n-hsw"
16242   filter: "'NIC_Intel-X520-DA2' and
16243            '64B' and
16244            'BASE' and
16245            'NDRPDR' and
16246            '1T1C' and
16247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16248   parameters:
16249   - "throughput"
16250   - "parent"
16251   - "tags"
16252   traces:
16253     hoverinfo: "x+y"
16254     boxpoints: "outliers"
16255     whiskerwidth: 0
16256   layout:
16257     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16258     layout: "plot-throughput"
16259
16260 -
16261   type: "plot"
16262   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16263   algorithm: "plot_performance_box"
16264   output-file-type: ".html"
16265   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16266   data: "plot-dpdk-throughput-latency-3n-hsw"
16267   filter: "'NIC_Intel-X520-DA2' and
16268            '64B' and
16269            'BASE' and
16270            'NDRPDR' and
16271            '2T2C' and
16272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16273   parameters:
16274   - "throughput"
16275   - "parent"
16276   - "tags"
16277   traces:
16278     hoverinfo: "x+y"
16279     boxpoints: "outliers"
16280     whiskerwidth: 0
16281   layout:
16282     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16283     layout: "plot-throughput"
16284
16285 -
16286   type: "plot"
16287   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16288   algorithm: "plot_performance_box"
16289   output-file-type: ".html"
16290   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16291   data: "plot-dpdk-throughput-latency-3n-hsw"
16292   filter: "'NIC_Intel-X520-DA2' and
16293            '64B' and
16294            'BASE' and
16295            'NDRPDR' and
16296            '1T1C' and
16297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16298   parameters:
16299   - "throughput"
16300   - "parent"
16301   - "tags"
16302   traces:
16303     hoverinfo: "x+y"
16304     boxpoints: "outliers"
16305     whiskerwidth: 0
16306   layout:
16307     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16308     layout: "plot-throughput"
16309
16310 -
16311   type: "plot"
16312   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16313   algorithm: "plot_performance_box"
16314   output-file-type: ".html"
16315   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16316   data: "plot-dpdk-throughput-latency-3n-hsw"
16317   filter: "'NIC_Intel-X520-DA2' and
16318            '64B' and
16319            'BASE' and
16320            'NDRPDR' and
16321            '2T2C' and
16322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16323   parameters:
16324   - "throughput"
16325   - "parent"
16326   - "tags"
16327   traces:
16328     hoverinfo: "x+y"
16329     boxpoints: "outliers"
16330     whiskerwidth: 0
16331   layout:
16332     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16333     layout: "plot-throughput"
16334
16335 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16336 -
16337   type: "plot"
16338   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16339   algorithm: "plot_performance_box"
16340   output-file-type: ".html"
16341   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16342   data: "plot-dpdk-throughput-latency-3n-hsw"
16343   filter: "'NIC_Intel-X710' and
16344            '64B' and
16345            'BASE' and
16346            'NDRPDR' and
16347            '1T1C' and
16348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16349   parameters:
16350   - "throughput"
16351   - "parent"
16352   - "tags"
16353   traces:
16354     hoverinfo: "x+y"
16355     boxpoints: "outliers"
16356     whiskerwidth: 0
16357   layout:
16358     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16359     layout: "plot-throughput"
16360
16361 -
16362   type: "plot"
16363   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16364   algorithm: "plot_performance_box"
16365   output-file-type: ".html"
16366   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16367   data: "plot-dpdk-throughput-latency-3n-hsw"
16368   filter: "'NIC_Intel-X710' and
16369            '64B' and
16370            'BASE' and
16371            'NDRPDR' and
16372            '2T2C' and
16373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16374   parameters:
16375   - "throughput"
16376   - "parent"
16377   - "tags"
16378   traces:
16379     hoverinfo: "x+y"
16380     boxpoints: "outliers"
16381     whiskerwidth: 0
16382   layout:
16383     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16384     layout: "plot-throughput"
16385
16386 -
16387   type: "plot"
16388   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16389   algorithm: "plot_performance_box"
16390   output-file-type: ".html"
16391   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16392   data: "plot-dpdk-throughput-latency-3n-hsw"
16393   filter: "'NIC_Intel-X710' and
16394            '64B' and
16395            'BASE' and
16396            'NDRPDR' and
16397            '1T1C' and
16398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16399   parameters:
16400   - "throughput"
16401   - "parent"
16402   - "tags"
16403   traces:
16404     hoverinfo: "x+y"
16405     boxpoints: "outliers"
16406     whiskerwidth: 0
16407   layout:
16408     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16409     layout: "plot-throughput"
16410
16411 -
16412   type: "plot"
16413   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16414   algorithm: "plot_performance_box"
16415   output-file-type: ".html"
16416   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16417   data: "plot-dpdk-throughput-latency-3n-hsw"
16418   filter: "'NIC_Intel-X710' and
16419            '64B' and
16420            'BASE' and
16421            'NDRPDR' and
16422            '2T2C' and
16423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16424   parameters:
16425   - "throughput"
16426   - "parent"
16427   - "tags"
16428   traces:
16429     hoverinfo: "x+y"
16430     boxpoints: "outliers"
16431     whiskerwidth: 0
16432   layout:
16433     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16434     layout: "plot-throughput"
16435
16436 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16437 -
16438   type: "plot"
16439   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16440   algorithm: "plot_performance_box"
16441   output-file-type: ".html"
16442   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16443   data: "plot-dpdk-throughput-latency-3n-hsw"
16444   filter: "'NIC_Intel-XL710' and
16445            '64B' and
16446            'BASE' and
16447            'NDRPDR' and
16448            '1T1C' and
16449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16450   parameters:
16451   - "throughput"
16452   - "parent"
16453   - "tags"
16454   traces:
16455     hoverinfo: "x+y"
16456     boxpoints: "outliers"
16457     whiskerwidth: 0
16458   layout:
16459     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16460     layout: "plot-throughput"
16461
16462 -
16463   type: "plot"
16464   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16465   algorithm: "plot_performance_box"
16466   output-file-type: ".html"
16467   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16468   data: "plot-dpdk-throughput-latency-3n-hsw"
16469   filter: "'NIC_Intel-XL710' and
16470            '64B' and
16471            'BASE' and
16472            'NDRPDR' and
16473            '2T2C' and
16474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16475   parameters:
16476   - "throughput"
16477   - "parent"
16478   - "tags"
16479   traces:
16480     hoverinfo: "x+y"
16481     boxpoints: "outliers"
16482     whiskerwidth: 0
16483   layout:
16484     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16485     layout: "plot-throughput"
16486
16487 -
16488   type: "plot"
16489   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16490   algorithm: "plot_performance_box"
16491   output-file-type: ".html"
16492   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16493   data: "plot-dpdk-throughput-latency-3n-hsw"
16494   filter: "'NIC_Intel-XL710' and
16495            '64B' and
16496            'BASE' and
16497            'NDRPDR' and
16498            '1T1C' and
16499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16500   parameters:
16501   - "throughput"
16502   - "parent"
16503   - "tags"
16504   traces:
16505     hoverinfo: "x+y"
16506     boxpoints: "outliers"
16507     whiskerwidth: 0
16508   layout:
16509     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16510     layout: "plot-throughput"
16511
16512 -
16513   type: "plot"
16514   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16515   algorithm: "plot_performance_box"
16516   output-file-type: ".html"
16517   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16518   data: "plot-dpdk-throughput-latency-3n-hsw"
16519   filter: "'NIC_Intel-XL710' and
16520            '64B' and
16521            'BASE' and
16522            'NDRPDR' and
16523            '2T2C' and
16524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16525   parameters:
16526   - "throughput"
16527   - "parent"
16528   - "tags"
16529   traces:
16530     hoverinfo: "x+y"
16531     boxpoints: "outliers"
16532     whiskerwidth: 0
16533   layout:
16534     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16535     layout: "plot-throughput"
16536
16537 # Packet Throughput - DPDK testpmd 3n-skx-x710
16538 -
16539   type: "plot"
16540   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16541   algorithm: "plot_performance_box"
16542   output-file-type: ".html"
16543   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16544   data: "plot-dpdk-throughput-latency-3n-skx"
16545   filter: "'NIC_Intel-X710' and
16546            '64B' and
16547            'BASE' and
16548            'NDRPDR' and
16549            '2T1C' and
16550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16551   parameters:
16552   - "throughput"
16553   - "parent"
16554   - "tags"
16555   traces:
16556     hoverinfo: "x+y"
16557     boxpoints: "outliers"
16558     whiskerwidth: 0
16559   layout:
16560     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16561     layout: "plot-throughput"
16562
16563 -
16564   type: "plot"
16565   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16566   algorithm: "plot_performance_box"
16567   output-file-type: ".html"
16568   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16569   data: "plot-dpdk-throughput-latency-3n-skx"
16570   filter: "'NIC_Intel-X710' and
16571            '64B' and
16572            'BASE' and
16573            'NDRPDR' and
16574            '4T2C' and
16575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16576   parameters:
16577   - "throughput"
16578   - "parent"
16579   - "tags"
16580   traces:
16581     hoverinfo: "x+y"
16582     boxpoints: "outliers"
16583     whiskerwidth: 0
16584   layout:
16585     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16586     layout: "plot-throughput"
16587
16588 -
16589   type: "plot"
16590   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16591   algorithm: "plot_performance_box"
16592   output-file-type: ".html"
16593   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16594   data: "plot-dpdk-throughput-latency-3n-skx"
16595   filter: "'NIC_Intel-X710' and
16596            '64B' and
16597            'BASE' and
16598            'NDRPDR' and
16599            '2T1C' and
16600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16601   parameters:
16602   - "throughput"
16603   - "parent"
16604   - "tags"
16605   traces:
16606     hoverinfo: "x+y"
16607     boxpoints: "outliers"
16608     whiskerwidth: 0
16609   layout:
16610     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16611     layout: "plot-throughput"
16612
16613 -
16614   type: "plot"
16615   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16616   algorithm: "plot_performance_box"
16617   output-file-type: ".html"
16618   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16619   data: "plot-dpdk-throughput-latency-3n-skx"
16620   filter: "'NIC_Intel-X710' and
16621            '64B' and
16622            'BASE' and
16623            'NDRPDR' and
16624            '4T2C' and
16625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16626   parameters:
16627   - "throughput"
16628   - "parent"
16629   - "tags"
16630   traces:
16631     hoverinfo: "x+y"
16632     boxpoints: "outliers"
16633     whiskerwidth: 0
16634   layout:
16635     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16636     layout: "plot-throughput"
16637
16638 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16639 -
16640   type: "plot"
16641   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16642   algorithm: "plot_performance_box"
16643   output-file-type: ".html"
16644   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16645   data: "plot-dpdk-throughput-latency-3n-skx"
16646   filter: "'NIC_Intel-XXV710' and
16647            '64B' and
16648            'BASE' and
16649            'NDRPDR' and
16650            '2T1C' and
16651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16652   parameters:
16653   - "throughput"
16654   - "parent"
16655   - "tags"
16656   traces:
16657     hoverinfo: "x+y"
16658     boxpoints: "outliers"
16659     whiskerwidth: 0
16660   layout:
16661     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16662     layout: "plot-throughput"
16663
16664 -
16665   type: "plot"
16666   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16667   algorithm: "plot_performance_box"
16668   output-file-type: ".html"
16669   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16670   data: "plot-dpdk-throughput-latency-3n-skx"
16671   filter: "'NIC_Intel-XXV710' and
16672            '64B' and
16673            'BASE' and
16674            'NDRPDR' and
16675            '4T2C' and
16676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16677   parameters:
16678   - "throughput"
16679   - "parent"
16680   - "tags"
16681   traces:
16682     hoverinfo: "x+y"
16683     boxpoints: "outliers"
16684     whiskerwidth: 0
16685   layout:
16686     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16687     layout: "plot-throughput"
16688
16689 -
16690   type: "plot"
16691   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16692   algorithm: "plot_performance_box"
16693   output-file-type: ".html"
16694   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16695   data: "plot-dpdk-throughput-latency-3n-skx"
16696   filter: "'NIC_Intel-XXV710' and
16697            '64B' and
16698            'BASE' and
16699            'NDRPDR' and
16700            '2T1C' and
16701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16702   parameters:
16703   - "throughput"
16704   - "parent"
16705   - "tags"
16706   traces:
16707     hoverinfo: "x+y"
16708     boxpoints: "outliers"
16709     whiskerwidth: 0
16710   layout:
16711     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16712     layout: "plot-throughput"
16713
16714 -
16715   type: "plot"
16716   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16717   algorithm: "plot_performance_box"
16718   output-file-type: ".html"
16719   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16720   data: "plot-dpdk-throughput-latency-3n-skx"
16721   filter: "'NIC_Intel-XXV710' and
16722            '64B' and
16723            'BASE' and
16724            'NDRPDR' and
16725            '4T2C' and
16726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16727   parameters:
16728   - "throughput"
16729   - "parent"
16730   - "tags"
16731   traces:
16732     hoverinfo: "x+y"
16733     boxpoints: "outliers"
16734     whiskerwidth: 0
16735   layout:
16736     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16737     layout: "plot-throughput"
16738
16739 # Packet Throughput - DPDK testpmd 2n-skx-x710
16740 -
16741   type: "plot"
16742   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16743   algorithm: "plot_performance_box"
16744   output-file-type: ".html"
16745   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16746   data: "plot-dpdk-throughput-latency-2n-skx"
16747   filter: "'NIC_Intel-X710' and
16748            '64B' and
16749            'BASE' and
16750            'NDRPDR' and
16751            '2T1C' and
16752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16753   parameters:
16754   - "throughput"
16755   - "parent"
16756   - "tags"
16757   traces:
16758     hoverinfo: "x+y"
16759     boxpoints: "outliers"
16760     whiskerwidth: 0
16761   layout:
16762     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16763     layout: "plot-throughput"
16764
16765 -
16766   type: "plot"
16767   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16768   algorithm: "plot_performance_box"
16769   output-file-type: ".html"
16770   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16771   data: "plot-dpdk-throughput-latency-2n-skx"
16772   filter: "'NIC_Intel-X710' and
16773            '64B' and
16774            'BASE' and
16775            'NDRPDR' and
16776            '4T2C' and
16777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16778   parameters:
16779   - "throughput"
16780   - "parent"
16781   - "tags"
16782   traces:
16783     hoverinfo: "x+y"
16784     boxpoints: "outliers"
16785     whiskerwidth: 0
16786   layout:
16787     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16788     layout: "plot-throughput"
16789
16790 -
16791   type: "plot"
16792   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16793   algorithm: "plot_performance_box"
16794   output-file-type: ".html"
16795   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16796   data: "plot-dpdk-throughput-latency-2n-skx"
16797   filter: "'NIC_Intel-X710' and
16798            '64B' and
16799            'BASE' and
16800            'NDRPDR' and
16801            '2T1C' and
16802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16803   parameters:
16804   - "throughput"
16805   - "parent"
16806   - "tags"
16807   traces:
16808     hoverinfo: "x+y"
16809     boxpoints: "outliers"
16810     whiskerwidth: 0
16811   layout:
16812     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16813     layout: "plot-throughput"
16814
16815 -
16816   type: "plot"
16817   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16818   algorithm: "plot_performance_box"
16819   output-file-type: ".html"
16820   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16821   data: "plot-dpdk-throughput-latency-2n-skx"
16822   filter: "'NIC_Intel-X710' and
16823            '64B' and
16824            'BASE' and
16825            'NDRPDR' and
16826            '4T2C' and
16827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16828   parameters:
16829   - "throughput"
16830   - "parent"
16831   - "tags"
16832   traces:
16833     hoverinfo: "x+y"
16834     boxpoints: "outliers"
16835     whiskerwidth: 0
16836   layout:
16837     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16838     layout: "plot-throughput"
16839
16840 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
16841 -
16842   type: "plot"
16843   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16844   algorithm: "plot_performance_box"
16845   output-file-type: ".html"
16846   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16847   data: "plot-dpdk-throughput-latency-2n-skx"
16848   filter: "'NIC_Intel-XXV710' and
16849            '64B' and
16850            'BASE' and
16851            'NDRPDR' and
16852            '2T1C' and
16853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16854   parameters:
16855   - "throughput"
16856   - "parent"
16857   - "tags"
16858   traces:
16859     hoverinfo: "x+y"
16860     boxpoints: "outliers"
16861     whiskerwidth: 0
16862   layout:
16863     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16864     layout: "plot-throughput"
16865
16866 -
16867   type: "plot"
16868   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16869   algorithm: "plot_performance_box"
16870   output-file-type: ".html"
16871   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16872   data: "plot-dpdk-throughput-latency-2n-skx"
16873   filter: "'NIC_Intel-XXV710' and
16874            '64B' and
16875            'BASE' and
16876            'NDRPDR' and
16877            '4T2C' and
16878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16879   parameters:
16880   - "throughput"
16881   - "parent"
16882   - "tags"
16883   traces:
16884     hoverinfo: "x+y"
16885     boxpoints: "outliers"
16886     whiskerwidth: 0
16887   layout:
16888     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16889     layout: "plot-throughput"
16890
16891 -
16892   type: "plot"
16893   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16894   algorithm: "plot_performance_box"
16895   output-file-type: ".html"
16896   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16897   data: "plot-dpdk-throughput-latency-2n-skx"
16898   filter: "'NIC_Intel-XXV710' and
16899            '64B' and
16900            'BASE' and
16901            'NDRPDR' and
16902            '2T1C' and
16903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16904   parameters:
16905   - "throughput"
16906   - "parent"
16907   - "tags"
16908   traces:
16909     hoverinfo: "x+y"
16910     boxpoints: "outliers"
16911     whiskerwidth: 0
16912   layout:
16913     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16914     layout: "plot-throughput"
16915
16916 -
16917   type: "plot"
16918   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16919   algorithm: "plot_performance_box"
16920   output-file-type: ".html"
16921   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16922   data: "plot-dpdk-throughput-latency-2n-skx"
16923   filter: "'NIC_Intel-XXV710' and
16924            '64B' and
16925            'BASE' and
16926            'NDRPDR' and
16927            '4T2C' and
16928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16929   parameters:
16930   - "throughput"
16931   - "parent"
16932   - "tags"
16933   traces:
16934     hoverinfo: "x+y"
16935     boxpoints: "outliers"
16936     whiskerwidth: 0
16937   layout:
16938     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16939     layout: "plot-throughput"
16940
16941 ################################################################################
16942
16943 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
16944 -
16945   type: "plot"
16946   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16947   algorithm: "plot_latency_error_bars"
16948   output-file-type: ".html"
16949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16950   data: "plot-vpp-throughput-latency-3n-hsw"
16951   filter: "'NIC_Intel-X520-DA2' and
16952            '64B' and
16953            ('BASE' or 'SCALE') and
16954            'NDRPDR' and
16955            'ETH' and
16956            '1T1C' and
16957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16958            not 'VHOST' and
16959            not 'MEMIF'"
16960   parameters:
16961   - "latency"
16962   - "parent"
16963   - "tags"
16964   sort:
16965   - "L2PATCH"
16966   - "L2XCBASE"
16967   - "BASE"
16968   - "FIB_10K"
16969   - "FIB_100K"
16970   - "FIB_1M"
16971   layout:
16972     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16973     layout: "plot-latency"
16974
16975 -
16976   type: "plot"
16977   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16978   algorithm: "plot_latency_error_bars"
16979   output-file-type: ".html"
16980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16981   data: "plot-vpp-throughput-latency-3n-hsw"
16982   filter: "'NIC_Intel-X520-DA2' and
16983            '64B' and
16984            ('BASE' or 'SCALE') and
16985            'NDRPDR' and
16986            'ETH' and
16987            '2T2C' and
16988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16989            not 'VHOST' and
16990            not 'MEMIF'"
16991   parameters:
16992   - "latency"
16993   - "parent"
16994   - "tags"
16995   sort:
16996   - "L2PATCH"
16997   - "L2XCBASE"
16998   - "BASE"
16999   - "FIB_10K"
17000   - "FIB_100K"
17001   - "FIB_1M"
17002   layout:
17003     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17004     layout: "plot-latency"
17005
17006 # Packet Latency - VPP L2 3n-hsw-x520 features
17007 -
17008   type: "plot"
17009   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17010   algorithm: "plot_latency_error_bars"
17011   output-file-type: ".html"
17012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17013   data: "plot-vpp-throughput-latency-3n-hsw"
17014   filter: "'NIC_Intel-X520-DA2' and
17015            '64B' and
17016            'NDRPDR' and
17017            '1T1C' and
17018            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17019            not 'ACL' and
17020            not 'VHOST' and
17021            not 'MEMIF'"
17022   parameters:
17023   - "latency"
17024   - "parent"
17025   - "tags"
17026   sort:
17027   - "L2XCBASE"    # l2xcbase
17028   - "L2BDBASE"    # l2bdbase
17029   - "L2XCFWD"     # dot1q-l2xcbase
17030   - "L2BDMACLRN"  # dot1q-l2bdbase
17031   layout:
17032     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17033     layout: "plot-latency"
17034
17035 -
17036   type: "plot"
17037   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17038   algorithm: "plot_latency_error_bars"
17039   output-file-type: ".html"
17040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17041   data: "plot-vpp-throughput-latency-3n-hsw"
17042   filter: "'NIC_Intel-X520-DA2' and
17043            '64B' and
17044            'NDRPDR' and
17045            '2T2C' and
17046            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17047            not 'ACL' and
17048            not 'VHOST' and
17049            not 'MEMIF'"
17050   parameters:
17051   - "latency"
17052   - "parent"
17053   - "tags"
17054   sort:
17055   - "L2XCBASE"    # l2xcbase
17056   - "L2BDBASE"    # l2bdbase
17057   - "L2XCFWD"     # dot1q-l2xcbase
17058   - "L2BDMACLRN"  # dot1q-l2bdbase
17059   layout:
17060     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17061     layout: "plot-latency"
17062
17063 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17064 -
17065   type: "plot"
17066   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17067   algorithm: "plot_latency_error_bars"
17068   output-file-type: ".html"
17069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17070   data: "plot-vpp-throughput-latency-3n-hsw"
17071   filter: "'NIC_Intel-X710' and
17072            '64B' and
17073            ('BASE' or 'SCALE') and
17074            'NDRPDR' and
17075            'ETH' and
17076            '1T1C' and
17077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17078            not 'VHOST' and
17079            not 'MEMIF'"
17080   parameters:
17081   - "latency"
17082   - "parent"
17083   - "tags"
17084   sort:
17085   - "L2PATCH"
17086   - "L2XCBASE"
17087   - "BASE"
17088   - "FIB_10K"
17089   - "FIB_100K"
17090   - "FIB_1M"
17091   layout:
17092     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17093     layout: "plot-latency"
17094
17095 -
17096   type: "plot"
17097   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17098   algorithm: "plot_latency_error_bars"
17099   output-file-type: ".html"
17100   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17101   data: "plot-vpp-throughput-latency-3n-hsw"
17102   filter: "'NIC_Intel-X710' and
17103            '64B' and
17104            ('BASE' or 'SCALE') and
17105            'NDRPDR' and
17106            'ETH' and
17107            '2T2C' and
17108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17109            not 'VHOST' and
17110            not 'MEMIF'"
17111   parameters:
17112   - "latency"
17113   - "parent"
17114   - "tags"
17115   sort:
17116   - "L2PATCH"
17117   - "L2XCBASE"
17118   - "BASE"
17119   - "FIB_10K"
17120   - "FIB_100K"
17121   - "FIB_1M"
17122   layout:
17123     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17124     layout: "plot-latency"
17125
17126 # Packet Latency - VPP L2 3n-hsw-x710 features
17127 -
17128   type: "plot"
17129   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17130   algorithm: "plot_latency_error_bars"
17131   output-file-type: ".html"
17132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17133   data: "plot-vpp-throughput-latency-3n-hsw"
17134   filter: "'NIC_Intel-X710' and
17135            '64B' and
17136            'NDRPDR' and
17137            '1T1C' and
17138            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17139            not 'ACL' and
17140            not 'VHOST' and
17141            not 'MEMIF'"
17142   parameters:
17143   - "latency"
17144   - "parent"
17145   - "tags"
17146   sort:
17147   - "L2XCBASE"    # l2xcbase
17148   - "L2BDBASE"    # l2bdbase
17149   - "L2XCFWD"     # dot1q-l2xcbase
17150   - "L2BDMACLRN"  # dot1q-l2bdbase
17151   layout:
17152     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17153     layout: "plot-latency"
17154
17155 -
17156   type: "plot"
17157   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17158   algorithm: "plot_latency_error_bars"
17159   output-file-type: ".html"
17160   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17161   data: "plot-vpp-throughput-latency-3n-hsw"
17162   filter: "'NIC_Intel-X710' and
17163            '64B' and
17164            'NDRPDR' and
17165            '2T2C' and
17166            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17167            not 'ACL' and
17168            not 'VHOST' and
17169            not 'MEMIF'"
17170   parameters:
17171   - "latency"
17172   - "parent"
17173   - "tags"
17174   sort:
17175   - "L2XCBASE"    # l2xcbase
17176   - "L2BDBASE"    # l2bdbase
17177   - "L2XCFWD"     # dot1q-l2xcbase
17178   - "L2BDMACLRN"  # dot1q-l2bdbase
17179   layout:
17180     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17181     layout: "plot-latency"
17182
17183 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17184 -
17185   type: "plot"
17186   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17187   algorithm: "plot_latency_error_bars"
17188   output-file-type: ".html"
17189   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17190   data: "plot-vpp-throughput-latency-3n-hsw"
17191   filter: "'NIC_Intel-XL710' and
17192            '64B' and
17193            ('BASE' or 'SCALE') and
17194            'NDRPDR' and
17195            'ETH' and
17196            '1T1C' and
17197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17198            not 'VHOST' and
17199            not 'MEMIF'"
17200   parameters:
17201   - "latency"
17202   - "parent"
17203   - "tags"
17204   sort:
17205   - "L2PATCH"
17206   - "L2XCBASE"
17207   - "BASE"
17208   - "FIB_10K"
17209   - "FIB_100K"
17210   - "FIB_1M"
17211   layout:
17212     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17213     layout: "plot-latency"
17214
17215 -
17216   type: "plot"
17217   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17218   algorithm: "plot_latency_error_bars"
17219   output-file-type: ".html"
17220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17221   data: "plot-vpp-throughput-latency-3n-hsw"
17222   filter: "'NIC_Intel-XL710' and
17223            '64B' and
17224            ('BASE' or 'SCALE') and
17225            'NDRPDR' and
17226            'ETH' and
17227            '2T2C' and
17228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17229            not 'VHOST' and
17230            not 'MEMIF'"
17231   parameters:
17232   - "latency"
17233   - "parent"
17234   - "tags"
17235   sort:
17236   - "L2PATCH"
17237   - "L2XCBASE"
17238   - "BASE"
17239   - "FIB_10K"
17240   - "FIB_100K"
17241   - "FIB_1M"
17242   layout:
17243     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17244     layout: "plot-latency"
17245
17246 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17247 -
17248   type: "plot"
17249   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17250   algorithm: "plot_latency_error_bars"
17251   output-file-type: ".html"
17252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17253   data: "plot-vpp-throughput-latency-3n-skx"
17254   filter: "'NIC_Intel-X710' and
17255            '64B' and
17256            ('BASE' or 'SCALE') and
17257            'NDRPDR' and
17258            'ETH' and
17259            '2T1C' and
17260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17261            not 'VHOST' and
17262            not 'MEMIF'"
17263   parameters:
17264   - "latency"
17265   - "parent"
17266   - "tags"
17267   sort:
17268   - "L2PATCH"
17269   - "L2XCBASE"
17270   - "BASE"
17271   - "FIB_10K"
17272   - "FIB_100K"
17273   - "FIB_1M"
17274   layout:
17275     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17276     layout: "plot-latency"
17277
17278 -
17279   type: "plot"
17280   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17281   algorithm: "plot_latency_error_bars"
17282   output-file-type: ".html"
17283   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17284   data: "plot-vpp-throughput-latency-3n-skx"
17285   filter: "'NIC_Intel-X710' and
17286            '64B' and
17287            ('BASE' or 'SCALE') and
17288            'NDRPDR' and
17289            'ETH' and
17290            '4T2C' and
17291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17292            not 'VHOST' and
17293            not 'MEMIF'"
17294   parameters:
17295   - "latency"
17296   - "parent"
17297   - "tags"
17298   sort:
17299   - "L2PATCH"
17300   - "L2XCBASE"
17301   - "BASE"
17302   - "FIB_10K"
17303   - "FIB_100K"
17304   - "FIB_1M"
17305   layout:
17306     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17307     layout: "plot-latency"
17308
17309 # Packet Latency - VPP L2 3n-skx-x710 features
17310 -
17311   type: "plot"
17312   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17313   algorithm: "plot_latency_error_bars"
17314   output-file-type: ".html"
17315   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17316   data: "plot-vpp-throughput-latency-3n-skx"
17317   filter: "'NIC_Intel-X710' and
17318            '64B' and
17319            'NDRPDR' and
17320            '2T1C' and
17321            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17322            not 'ACL' and
17323            not 'VHOST' and
17324            not 'MEMIF'"
17325   parameters:
17326   - "latency"
17327   - "parent"
17328   - "tags"
17329   sort:
17330   - "L2XCBASE"    # l2xcbase
17331   - "L2BDBASE"    # l2bdbase
17332   - "L2XCFWD"     # dot1q-l2xcbase
17333   - "L2BDMACLRN"  # dot1q-l2bdbase
17334   layout:
17335     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17336     layout: "plot-latency"
17337
17338 -
17339   type: "plot"
17340   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17341   algorithm: "plot_latency_error_bars"
17342   output-file-type: ".html"
17343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17344   data: "plot-vpp-throughput-latency-3n-skx"
17345   filter: "'NIC_Intel-X710' and
17346            '64B' and
17347            'NDRPDR' and
17348            '4T2C' and
17349            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17350            not 'ACL' and
17351            not 'VHOST' and
17352            not 'MEMIF'"
17353   parameters:
17354   - "latency"
17355   - "parent"
17356   - "tags"
17357   sort:
17358   - "L2XCBASE"    # l2xcbase
17359   - "L2BDBASE"    # l2bdbase
17360   - "L2XCFWD"     # dot1q-l2xcbase
17361   - "L2BDMACLRN"  # dot1q-l2bdbase
17362   layout:
17363     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17364     layout: "plot-latency"
17365
17366 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17367 -
17368   type: "plot"
17369   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17370   algorithm: "plot_latency_error_bars"
17371   output-file-type: ".html"
17372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17373   data: "plot-vpp-throughput-latency-3n-skx"
17374   filter: "'NIC_Intel-XXV710' and
17375            '64B' and
17376            ('BASE' or 'SCALE') and
17377            'NDRPDR' and
17378            'ETH' and
17379            '2T1C' and
17380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17381            not 'VHOST' and
17382            not 'MEMIF'"
17383   parameters:
17384   - "latency"
17385   - "parent"
17386   - "tags"
17387   sort:
17388   - "L2PATCH"
17389   - "L2XCBASE"
17390   - "BASE"
17391   - "FIB_10K"
17392   - "FIB_100K"
17393   - "FIB_1M"
17394   layout:
17395     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17396     layout: "plot-latency"
17397
17398 -
17399   type: "plot"
17400   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17401   algorithm: "plot_latency_error_bars"
17402   output-file-type: ".html"
17403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17404   data: "plot-vpp-throughput-latency-3n-skx"
17405   filter: "'NIC_Intel-XXV710' and
17406            '64B' and
17407            ('BASE' or 'SCALE') and
17408            'NDRPDR' and
17409            'ETH' and
17410            '4T2C' and
17411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17412            not 'VHOST' and
17413            not 'MEMIF'"
17414   parameters:
17415   - "latency"
17416   - "parent"
17417   - "tags"
17418   sort:
17419   - "L2PATCH"
17420   - "L2XCBASE"
17421   - "BASE"
17422   - "FIB_10K"
17423   - "FIB_100K"
17424   - "FIB_1M"
17425   layout:
17426     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17427     layout: "plot-latency"
17428
17429 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17430 -
17431   type: "plot"
17432   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17433   algorithm: "plot_latency_error_bars"
17434   output-file-type: ".html"
17435   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17436   data: "plot-vpp-throughput-latency-2n-skx"
17437   filter: "'NIC_Intel-X710' and
17438            '64B' and
17439            'ETH' and
17440            ('BASE' or 'SCALE') and
17441            'NDRPDR' and
17442            '2T1C' and
17443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17444            not 'VHOST' and
17445            not 'MEMIF'"
17446   parameters:
17447   - "latency"
17448   - "parent"
17449   - "tags"
17450   sort:
17451   - "L2PATCH"
17452   - "L2XCBASE"
17453   - "BASE"
17454   - "FIB_10K"
17455   - "FIB_100K"
17456   - "FIB_1M"
17457   layout:
17458     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17459     layout: "plot-latency"
17460
17461 -
17462   type: "plot"
17463   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17464   algorithm: "plot_latency_error_bars"
17465   output-file-type: ".html"
17466   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17467   data: "plot-vpp-throughput-latency-2n-skx"
17468   filter: "'NIC_Intel-X710' and
17469            '64B' and
17470            ('BASE' or 'SCALE') and
17471            'NDRPDR' and
17472            'ETH' and
17473            '4T2C' and
17474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17475            not 'VHOST' and
17476            not 'MEMIF'"
17477   parameters:
17478   - "latency"
17479   - "parent"
17480   - "tags"
17481   sort:
17482   - "L2PATCH"
17483   - "L2XCBASE"
17484   - "BASE"
17485   - "FIB_10K"
17486   - "FIB_100K"
17487   - "FIB_1M"
17488   layout:
17489     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17490     layout: "plot-latency"
17491
17492 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17493 -
17494   type: "plot"
17495   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17496   algorithm: "plot_latency_error_bars"
17497   output-file-type: ".html"
17498   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17499   data: "plot-vpp-throughput-latency-2n-skx"
17500   filter: "'NIC_Intel-XXV710' and
17501            '64B' and
17502            ('BASE' or 'SCALE') and
17503            'NDRPDR' and
17504            'ETH' and
17505            '2T1C' and
17506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17507            not 'VHOST' and
17508            not 'MEMIF'"
17509   parameters:
17510   - "latency"
17511   - "parent"
17512   - "tags"
17513   sort:
17514   - "L2PATCH"
17515   - "L2XCBASE"
17516   - "BASE"
17517   - "FIB_10K"
17518   - "FIB_100K"
17519   - "FIB_1M"
17520   layout:
17521     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17522     layout: "plot-latency"
17523
17524 -
17525   type: "plot"
17526   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17527   algorithm: "plot_latency_error_bars"
17528   output-file-type: ".html"
17529   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17530   data: "plot-vpp-throughput-latency-2n-skx"
17531   filter: "'NIC_Intel-XXV710' and
17532            '64B' and
17533            ('BASE' or 'SCALE') and
17534            'NDRPDR' and
17535            'ETH' and
17536            '4T2C' and
17537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17538            not 'VHOST' and
17539            not 'MEMIF'"
17540   parameters:
17541   - "latency"
17542   - "parent"
17543   - "tags"
17544   sort:
17545   - "L2PATCH"
17546   - "L2XCBASE"
17547   - "BASE"
17548   - "FIB_10K"
17549   - "FIB_100K"
17550   - "FIB_1M"
17551   layout:
17552     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17553     layout: "plot-latency"
17554
17555 ################################################################################
17556
17557 # Packet Latency - VPP Container Memif 3n-hsw-x520
17558 -
17559   type: "plot"
17560   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17561   algorithm: "plot_latency_error_bars"
17562   output-file-type: ".html"
17563   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17564   data: "plot-vpp-throughput-latency-3n-hsw"
17565   filter: "'NIC_Intel-X520-DA2' and
17566            '64B' and
17567            ('BASE' or 'SCALE') and
17568            'NDRPDR' and
17569            '1T1C' and
17570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17571            not 'VHOST' and
17572            'MEMIF'"
17573   parameters:
17574   - "latency"
17575   - "parent"
17576   - "tags"
17577   sort:
17578   - "L2XCFWD"
17579   - "L2XCFWD"
17580   - "L2XCFWD"
17581   - "L2BDMACLRN"
17582   - "L2BDMACLRN"
17583   - "L2BDMACLRN"
17584   layout:
17585     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17586     layout: "plot-latency"
17587
17588 -
17589   type: "plot"
17590   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17591   algorithm: "plot_latency_error_bars"
17592   output-file-type: ".html"
17593   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17594   data: "plot-vpp-throughput-latency-3n-hsw"
17595   filter: "'NIC_Intel-X520-DA2' and
17596            '64B' and
17597            ('BASE' or 'SCALE') and
17598            'NDRPDR' and
17599            '2T2C' and
17600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17601            not 'VHOST' and
17602            'MEMIF'"
17603   parameters:
17604   - "latency"
17605   - "parent"
17606   - "tags"
17607   sort:
17608   - "L2XCFWD"
17609   - "L2XCFWD"
17610   - "L2XCFWD"
17611   - "L2BDMACLRN"
17612   - "L2BDMACLRN"
17613   - "L2BDMACLRN"
17614   layout:
17615     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17616     layout: "plot-latency"
17617
17618 # Packet Latency - VPP Container Memif 3n-hsw-x710
17619 -
17620   type: "plot"
17621   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17622   algorithm: "plot_latency_error_bars"
17623   output-file-type: ".html"
17624   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17625   data: "plot-vpp-throughput-latency-3n-hsw"
17626   filter: "'NIC_Intel-X710' and
17627            '64B' and
17628            ('BASE' or 'SCALE') and
17629            'NDRPDR' and
17630            '1T1C' and
17631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17632            not 'VHOST' and
17633            'MEMIF'"
17634   parameters:
17635   - "latency"
17636   - "parent"
17637   - "tags"
17638   sort:
17639   - "L2XCFWD"
17640   - "L2XCFWD"
17641   - "L2XCFWD"
17642   - "L2BDMACLRN"
17643   - "L2BDMACLRN"
17644   - "L2BDMACLRN"
17645   layout:
17646     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17647     layout: "plot-latency"
17648
17649 -
17650   type: "plot"
17651   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17652   algorithm: "plot_latency_error_bars"
17653   output-file-type: ".html"
17654   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17655   data: "plot-vpp-throughput-latency-3n-hsw"
17656   filter: "'NIC_Intel-X710' and
17657            '64B' and
17658            ('BASE' or 'SCALE') and
17659            'NDRPDR' and
17660            '2T2C' and
17661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17662            not 'VHOST' and
17663            'MEMIF'"
17664   parameters:
17665   - "latency"
17666   - "parent"
17667   - "tags"
17668   sort:
17669   - "L2XCFWD"
17670   - "L2XCFWD"
17671   - "L2XCFWD"
17672   - "L2BDMACLRN"
17673   - "L2BDMACLRN"
17674   - "L2BDMACLRN"
17675   layout:
17676     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17677     layout: "plot-latency"
17678
17679 # Packet Latency - VPP Container Memif 3n-hsw-xl710
17680 -
17681   type: "plot"
17682   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17683   algorithm: "plot_latency_error_bars"
17684   output-file-type: ".html"
17685   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17686   data: "plot-vpp-throughput-latency-3n-hsw"
17687   filter: "'NIC_Intel-XL710' and
17688            '64B' and
17689            ('BASE' or 'SCALE') and
17690            'NDRPDR' and
17691            '1T1C' and
17692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17693            not 'VHOST' and
17694            'MEMIF'"
17695   parameters:
17696   - "latency"
17697   - "parent"
17698   - "tags"
17699   sort:
17700   - "L2XCFWD"
17701   - "L2XCFWD"
17702   - "L2XCFWD"
17703   - "L2BDMACLRN"
17704   - "L2BDMACLRN"
17705   - "L2BDMACLRN"
17706   layout:
17707     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17708     layout: "plot-latency"
17709
17710 -
17711   type: "plot"
17712   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17713   algorithm: "plot_latency_error_bars"
17714   output-file-type: ".html"
17715   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17716   data: "plot-vpp-throughput-latency-3n-hsw"
17717   filter: "'NIC_Intel-XL710' and
17718            '64B' and
17719            ('BASE' or 'SCALE') and
17720            'NDRPDR' and
17721            '2T2C' and
17722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17723            not 'VHOST' and
17724            'MEMIF'"
17725   parameters:
17726   - "latency"
17727   - "parent"
17728   - "tags"
17729   sort:
17730   - "L2XCFWD"
17731   - "L2XCFWD"
17732   - "L2XCFWD"
17733   - "L2BDMACLRN"
17734   - "L2BDMACLRN"
17735   - "L2BDMACLRN"
17736   layout:
17737     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17738     layout: "plot-latency"
17739
17740 # Packet Latency - VPP Container Memif 3n-skx-x710
17741 -
17742   type: "plot"
17743   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17744   algorithm: "plot_latency_error_bars"
17745   output-file-type: ".html"
17746   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17747   data: "plot-vpp-throughput-latency-3n-skx"
17748   filter: "'NIC_Intel-X710' and
17749            '64B' and
17750            ('BASE' or 'SCALE') and
17751            'NDRPDR' and
17752            '2T1C' and
17753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17754            not 'VHOST' and
17755            'MEMIF'"
17756   parameters:
17757   - "latency"
17758   - "parent"
17759   - "tags"
17760   sort:
17761   - "L2XCFWD"
17762   - "L2XCFWD"
17763   - "L2XCFWD"
17764   - "L2BDMACLRN"
17765   - "L2BDMACLRN"
17766   - "L2BDMACLRN"
17767   layout:
17768     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17769     layout: "plot-latency"
17770
17771 -
17772   type: "plot"
17773   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17774   algorithm: "plot_latency_error_bars"
17775   output-file-type: ".html"
17776   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17777   data: "plot-vpp-throughput-latency-3n-skx"
17778   filter: "'NIC_Intel-X710' and
17779            '64B' and
17780            ('BASE' or 'SCALE') and
17781            'NDRPDR' and
17782            '4T2C' and
17783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17784            not 'VHOST' and
17785            'MEMIF'"
17786   parameters:
17787   - "latency"
17788   - "parent"
17789   - "tags"
17790   sort:
17791   - "L2XCFWD"
17792   - "L2XCFWD"
17793   - "L2XCFWD"
17794   - "L2BDMACLRN"
17795   - "L2BDMACLRN"
17796   - "L2BDMACLRN"
17797   layout:
17798     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17799     layout: "plot-latency"
17800
17801 # Packet Latency - VPP Container Memif 2n-skx-x710
17802 -
17803   type: "plot"
17804   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17805   algorithm: "plot_latency_error_bars"
17806   output-file-type: ".html"
17807   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17808   data: "plot-vpp-throughput-latency-2n-skx"
17809   filter: "'NIC_Intel-X710' and
17810            '64B' and
17811            ('BASE' or 'SCALE') and
17812            'NDRPDR' and
17813            '2T1C' and
17814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17815            not 'VHOST' and
17816            'MEMIF'"
17817   parameters:
17818   - "latency"
17819   - "parent"
17820   - "tags"
17821   sort:
17822   - "L2XCFWD"
17823   - "L2XCFWD"
17824   - "L2XCFWD"
17825   - "L2BDMACLRN"
17826   - "L2BDMACLRN"
17827   - "L2BDMACLRN"
17828   layout:
17829     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17830     layout: "plot-latency"
17831
17832 -
17833   type: "plot"
17834   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17835   algorithm: "plot_latency_error_bars"
17836   output-file-type: ".html"
17837   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17838   data: "plot-vpp-throughput-latency-2n-skx"
17839   filter: "'NIC_Intel-X710' and
17840            '64B' and
17841            ('BASE' or 'SCALE') and
17842            'NDRPDR' and
17843            '4T2C' and
17844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17845            not 'VHOST' and
17846            'MEMIF'"
17847   parameters:
17848   - "latency"
17849   - "parent"
17850   - "tags"
17851   sort:
17852   - "L2XCFWD"
17853   - "L2XCFWD"
17854   - "L2XCFWD"
17855   - "L2BDMACLRN"
17856   - "L2BDMACLRN"
17857   - "L2BDMACLRN"
17858   layout:
17859     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17860     layout: "plot-latency"
17861
17862 # Packet Latency - VPP Container Memif 2n-skx-xxv710
17863 -
17864   type: "plot"
17865   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17866   algorithm: "plot_latency_error_bars"
17867   output-file-type: ".html"
17868   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17869   data: "plot-vpp-throughput-latency-2n-skx"
17870   filter: "'NIC_Intel-XXV710' and
17871            '64B' and
17872            ('BASE' or 'SCALE') and
17873            'NDRPDR' and
17874            '2T1C' and
17875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17876            not 'VHOST' and
17877            'MEMIF'"
17878   parameters:
17879   - "latency"
17880   - "parent"
17881   - "tags"
17882   sort:
17883   - "L2XCFWD"
17884   - "L2XCFWD"
17885   - "L2XCFWD"
17886   - "L2BDMACLRN"
17887   - "L2BDMACLRN"
17888   - "L2BDMACLRN"
17889   layout:
17890     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17891     layout: "plot-latency"
17892
17893 -
17894   type: "plot"
17895   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17896   algorithm: "plot_latency_error_bars"
17897   output-file-type: ".html"
17898   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17899   data: "plot-vpp-throughput-latency-2n-skx"
17900   filter: "'NIC_Intel-XXV710' and
17901            '64B' and
17902            ('BASE' or 'SCALE') and
17903            'NDRPDR' and
17904            '4T2C' and
17905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17906            not 'VHOST' and
17907            'MEMIF'"
17908   parameters:
17909   - "latency"
17910   - "parent"
17911   - "tags"
17912   sort:
17913   - "L2XCFWD"
17914   - "L2XCFWD"
17915   - "L2XCFWD"
17916   - "L2BDMACLRN"
17917   - "L2BDMACLRN"
17918   - "L2BDMACLRN"
17919   layout:
17920     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17921     layout: "plot-latency"
17922
17923 ################################################################################
17924
17925 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
17926 -
17927   type: "plot"
17928   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17929   algorithm: "plot_latency_error_bars"
17930   output-file-type: ".html"
17931   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17932   data: "plot-ligato-throughput-latency-3n-hsw"
17933   filter: "'NIC_Intel-X520-DA2' and
17934            '64B' and
17935            ('BASE' or 'SCALE') and
17936            'NDRPDR' and
17937            '1T1C' and
17938            'L2XCFWD' and
17939            not 'VHOST' and
17940            'MEMIF'"
17941   parameters:
17942   - "latency"
17943   - "parent"
17944   - "tags"
17945   sort:
17946   - "1VNF"
17947   - "2VNF"
17948   - "4VNF"
17949   - "2VNF"
17950   - "4VNF"
17951   layout:
17952     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
17953     layout: "plot-latency"
17954
17955 -
17956   type: "plot"
17957   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17958   algorithm: "plot_latency_error_bars"
17959   output-file-type: ".html"
17960   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17961   data: "plot-ligato-throughput-latency-3n-hsw"
17962   filter: "'NIC_Intel-X520-DA2' and
17963            '64B' and
17964            ('BASE' or 'SCALE') and
17965            'NDRPDR' and
17966            '2T2C' and
17967            'L2XCFWD' and
17968            not 'VHOST' and
17969            'MEMIF'"
17970   parameters:
17971   - "latency"
17972   - "parent"
17973   - "tags"
17974   sort:
17975   - "1VNF"
17976   - "2VNF"
17977   - "4VNF"
17978   - "2VNF"
17979   - "4VNF"
17980   layout:
17981     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
17982     layout: "plot-latency"
17983
17984 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
17985 -
17986   type: "plot"
17987   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17988   algorithm: "plot_latency_error_bars"
17989   output-file-type: ".html"
17990   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17991   data: "plot-ligato-throughput-latency-3n-hsw"
17992   filter: "'NIC_Intel-X520-DA2' and
17993            '64B' and
17994            ('BASE' or 'SCALE') and
17995            'NDRPDR' and
17996            '1T1C' and
17997            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17998            not 'VHOST' and
17999            'MEMIF'"
18000   parameters:
18001   - "latency"
18002   - "parent"
18003   - "tags"
18004   sort:
18005   - "1VNF"
18006   - "2VNF"
18007   - "4VNF"
18008   - "2VNF"
18009   - "4VNF"
18010   layout:
18011     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18012     layout: "plot-latency"
18013
18014 -
18015   type: "plot"
18016   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18017   algorithm: "plot_latency_error_bars"
18018   output-file-type: ".html"
18019   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18020   data: "plot-ligato-throughput-latency-3n-hsw"
18021   filter: "'NIC_Intel-X520-DA2' and
18022            '64B' and
18023            ('BASE' or 'SCALE') and
18024            'NDRPDR' and
18025            '2T2C' and
18026            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18027            not 'VHOST' and
18028            'MEMIF'"
18029   parameters:
18030   - "latency"
18031   - "parent"
18032   - "tags"
18033   sort:
18034   - "1VNF"
18035   - "2VNF"
18036   - "4VNF"
18037   - "2VNF"
18038   - "4VNF"
18039   layout:
18040     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18041     layout: "plot-latency"
18042
18043 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18044 -
18045   type: "plot"
18046   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18047   algorithm: "plot_latency_error_bars"
18048   output-file-type: ".html"
18049   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18050   data: "plot-ligato-throughput-latency-3n-hsw"
18051   filter: "'NIC_Intel-X710' and
18052            '64B' and
18053            ('BASE' or 'SCALE') and
18054            'NDRPDR' and
18055            '1T1C' and
18056            'L2XCFWD' and
18057            not 'VHOST' and
18058            'MEMIF'"
18059   parameters:
18060   - "latency"
18061   - "parent"
18062   - "tags"
18063   sort:
18064   - "1VNF"
18065   - "2VNF"
18066   - "4VNF"
18067   - "2VNF"
18068   - "4VNF"
18069   layout:
18070     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18071     layout: "plot-latency"
18072
18073 -
18074   type: "plot"
18075   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18076   algorithm: "plot_latency_error_bars"
18077   output-file-type: ".html"
18078   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18079   data: "plot-ligato-throughput-latency-3n-hsw"
18080   filter: "'NIC_Intel-X710' and
18081            '64B' and
18082            ('BASE' or 'SCALE') and
18083            'NDRPDR' and
18084            '2T2C' and
18085            'L2XCFWD' and
18086            not 'VHOST' and
18087            'MEMIF'"
18088   parameters:
18089   - "latency"
18090   - "parent"
18091   - "tags"
18092   sort:
18093   - "1VNF"
18094   - "2VNF"
18095   - "4VNF"
18096   - "2VNF"
18097   - "4VNF"
18098   layout:
18099     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18100     layout: "plot-latency"
18101
18102 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18103 -
18104   type: "plot"
18105   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18106   algorithm: "plot_latency_error_bars"
18107   output-file-type: ".html"
18108   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18109   data: "plot-ligato-throughput-latency-3n-hsw"
18110   filter: "'NIC_Intel-X710' and
18111            '64B' and
18112            ('BASE' or 'SCALE') and
18113            'NDRPDR' and
18114            '1T1C' and
18115            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18116            not 'VHOST' and
18117            'MEMIF'"
18118   parameters:
18119   - "latency"
18120   - "parent"
18121   - "tags"
18122   sort:
18123   - "1VNF"
18124   - "2VNF"
18125   - "4VNF"
18126   - "2VNF"
18127   - "4VNF"
18128   layout:
18129     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18130     layout: "plot-latency"
18131
18132 -
18133   type: "plot"
18134   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18135   algorithm: "plot_latency_error_bars"
18136   output-file-type: ".html"
18137   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18138   data: "plot-ligato-throughput-latency-3n-hsw"
18139   filter: "'NIC_Intel-X710' and
18140            '64B' and
18141            ('BASE' or 'SCALE') and
18142            'NDRPDR' and
18143            '2T2C' and
18144            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18145            not 'VHOST' and
18146            'MEMIF'"
18147   parameters:
18148   - "latency"
18149   - "parent"
18150   - "tags"
18151   sort:
18152   - "1VNF"
18153   - "2VNF"
18154   - "4VNF"
18155   - "2VNF"
18156   - "4VNF"
18157   layout:
18158     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18159     layout: "plot-latency"
18160
18161 ################################################################################
18162
18163 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18164 -
18165   type: "plot"
18166   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18167   algorithm: "plot_latency_error_bars"
18168   output-file-type: ".html"
18169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18170   data: "plot-vpp-throughput-latency-3n-hsw"
18171   filter: "'NIC_Intel-X520-DA2' and
18172            '64B' and
18173            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18174            'NDRPDR' and
18175            '1T1C' and
18176            'IP4FWD' and
18177            not 'IPSEC' and
18178            not 'VHOST'"
18179   parameters:
18180   - "latency"
18181   - "parent"
18182   - "tags"
18183   sort:
18184   - "IP4BASE"
18185   - "FIB_20K"
18186   - "FIB_200K"
18187   - "FIB_2M"
18188   layout:
18189     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18190     layout: "plot-latency"
18191
18192 -
18193   type: "plot"
18194   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18195   algorithm: "plot_latency_error_bars"
18196   output-file-type: ".html"
18197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18198   data: "plot-vpp-throughput-latency-3n-hsw"
18199   filter: "'NIC_Intel-X520-DA2' and
18200            '64B' and
18201            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18202            'NDRPDR' and
18203            '2T2C' and
18204            'IP4FWD' and
18205            not 'IPSEC' and
18206            not 'VHOST'"
18207   parameters:
18208   - "latency"
18209   - "parent"
18210   - "tags"
18211   sort:
18212   - "IP4BASE"
18213   - "FIB_20K"
18214   - "FIB_200K"
18215   - "FIB_2M"
18216   layout:
18217     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18218     layout: "plot-latency"
18219
18220 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18221 -
18222   type: "plot"
18223   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18224   algorithm: "plot_latency_error_bars"
18225   output-file-type: ".html"
18226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18227   data: "plot-vpp-throughput-latency-3n-hsw"
18228   filter: "'NIC_Intel-X520-DA2' and
18229            '64B' and
18230            ('IP4BASE' or
18231             'POLICE_MARK' or
18232             'COPWHLIST' or
18233             ('NAT44' and 'BASE') or
18234             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18235            'NDRPDR' and
18236            '1T1C' and
18237            'IP4FWD' and
18238            not 'IPSEC' and
18239            not 'VHOST'"
18240   parameters:
18241   - "latency"
18242   - "parent"
18243   - "tags"
18244   sort:
18245   - "IP4BASE"
18246   - "NAT44"
18247   - "POLICE_MARK"
18248   - "COPWHLIST"
18249   - "IACL"
18250   - "OACL"
18251   layout:
18252     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18253     layout: "plot-latency"
18254
18255 -
18256   type: "plot"
18257   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18258   algorithm: "plot_latency_error_bars"
18259   output-file-type: ".html"
18260   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18261   data: "plot-vpp-throughput-latency-3n-hsw"
18262   filter: "'NIC_Intel-X520-DA2' and
18263            '64B' and
18264            ('IP4BASE' or
18265             'POLICE_MARK' or
18266             'COPWHLIST' or
18267             ('NAT44' and 'BASE') or
18268             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18269            'NDRPDR' and
18270            '2T2C' and
18271            'IP4FWD' and
18272            not 'IPSEC' and
18273            not 'VHOST'"
18274   parameters:
18275   - "latency"
18276   - "parent"
18277   - "tags"
18278   sort:
18279   - "IP4BASE"
18280   - "NAT44"
18281   - "POLICE_MARK"
18282   - "COPWHLIST"
18283   - "IACL"
18284   - "OACL"
18285   layout:
18286     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18287     layout: "plot-latency"
18288
18289 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18290 -
18291   type: "plot"
18292   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18293   algorithm: "plot_latency_error_bars"
18294   output-file-type: ".html"
18295   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18296   data: "plot-vpp-throughput-latency-3n-hsw"
18297   filter: "'NIC_Intel-X520-DA2' and
18298            '64B' and
18299            'NDRPDR' and
18300            '1T1C' and
18301            'IP4FWD' and
18302            'NAT44' and
18303            not 'IPSEC' and
18304            not 'VHOST'"
18305   parameters:
18306   - "latency"
18307   - "parent"
18308   - "tags"
18309   sort:
18310   - "BASE"
18311   - "BASE"
18312   - "SRC_USER_10"
18313   - "SRC_USER_100"
18314   - "SRC_USER_1000"
18315   - "SRC_USER_2000"
18316   layout:
18317     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18318     layout: "plot-latency"
18319
18320 -
18321   type: "plot"
18322   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18323   algorithm: "plot_latency_error_bars"
18324   output-file-type: ".html"
18325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18326   data: "plot-vpp-throughput-latency-3n-hsw"
18327   filter: "'NIC_Intel-X520-DA2' and
18328            '64B' and
18329            'NDRPDR' and
18330            '2T2C' and
18331            'IP4FWD' and
18332            'NAT44' and
18333            not 'IPSEC' and
18334            not 'VHOST'"
18335   parameters:
18336   - "latency"
18337   - "parent"
18338   - "tags"
18339   sort:
18340   - "BASE"
18341   - "BASE"
18342   - "SRC_USER_10"
18343   - "SRC_USER_100"
18344   - "SRC_USER_1000"
18345   - "SRC_USER_2000"
18346   layout:
18347     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18348     layout: "plot-latency"
18349
18350 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18351 -
18352   type: "plot"
18353   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18354   algorithm: "plot_latency_error_bars"
18355   output-file-type: ".html"
18356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18357   data: "plot-vpp-throughput-latency-3n-hsw"
18358   filter: "'NIC_Intel-X520-DA2' and
18359            '64B' and
18360            'NDRPDR' and
18361            '1T1C' and
18362            'IP4FWD' and
18363            'IACL' and
18364            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18365            not 'IPSEC' and
18366            not 'VHOST'"
18367   parameters:
18368   - "latency"
18369   - "parent"
18370   - "tags"
18371   sort:
18372   - "ACL_STATELESS"
18373   - "ACL_STATEFUL"
18374   - "ACL_STATELESS"
18375   - "ACL_STATEFUL"
18376   layout:
18377     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18378     layout: "plot-latency"
18379
18380 -
18381   type: "plot"
18382   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18383   algorithm: "plot_latency_error_bars"
18384   output-file-type: ".html"
18385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18386   data: "plot-vpp-throughput-latency-3n-hsw"
18387   filter: "'NIC_Intel-X520-DA2' and
18388            '64B' and
18389            'NDRPDR' and
18390            '2T2C' and
18391            'IP4FWD' and
18392            'IACL' and
18393            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18394            not 'IPSEC' and
18395            not 'VHOST'"
18396   parameters:
18397   - "latency"
18398   - "parent"
18399   - "tags"
18400   sort:
18401   - "ACL_STATELESS"
18402   - "ACL_STATEFUL"
18403   - "ACL_STATELESS"
18404   - "ACL_STATEFUL"
18405   layout:
18406     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18407     layout: "plot-latency"
18408
18409 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18410 -
18411   type: "plot"
18412   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18413   algorithm: "plot_latency_error_bars"
18414   output-file-type: ".html"
18415   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18416   data: "plot-vpp-throughput-latency-3n-hsw"
18417   filter: "'NIC_Intel-X520-DA2' and
18418            '64B' and
18419            'NDRPDR' and
18420            '1T1C' and
18421            'IP4FWD' and
18422            'OACL' and
18423            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18424            not 'IPSEC' and
18425            not 'VHOST'"
18426   parameters:
18427   - "latency"
18428   - "parent"
18429   - "tags"
18430   sort:
18431   - "ACL_STATELESS"
18432   - "ACL_STATEFUL"
18433   - "ACL_STATELESS"
18434   - "ACL_STATEFUL"
18435   layout:
18436     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18437     layout: "plot-latency"
18438
18439 -
18440   type: "plot"
18441   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18442   algorithm: "plot_latency_error_bars"
18443   output-file-type: ".html"
18444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18445   data: "plot-vpp-throughput-latency-3n-hsw"
18446   filter: "'NIC_Intel-X520-DA2' and
18447            '64B' and
18448            'NDRPDR' and
18449            '2T2C' and
18450            'IP4FWD' and
18451            'OACL' and
18452            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18453            not 'IPSEC' and
18454            not 'VHOST'"
18455   parameters:
18456   - "latency"
18457   - "parent"
18458   - "tags"
18459   sort:
18460   - "ACL_STATELESS"
18461   - "ACL_STATEFUL"
18462   - "ACL_STATELESS"
18463   - "ACL_STATEFUL"
18464   layout:
18465     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18466     layout: "plot-latency"
18467
18468 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18469 -
18470   type: "plot"
18471   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18472   algorithm: "plot_latency_error_bars"
18473   output-file-type: ".html"
18474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18475   data: "plot-vpp-throughput-latency-3n-hsw"
18476   filter: "'NIC_Intel-X710' and
18477            '64B' and
18478            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18479            'NDRPDR' and
18480            '1T1C' and
18481            'IP4FWD' and
18482            not 'IPSEC' and
18483            not 'VHOST'"
18484   parameters:
18485   - "latency"
18486   - "parent"
18487   - "tags"
18488   sort:
18489   - "IP4BASE"
18490   - "FIB_20K"
18491   - "FIB_200K"
18492   - "FIB_2M"
18493   layout:
18494     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18495     layout: "plot-latency"
18496
18497 -
18498   type: "plot"
18499   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18500   algorithm: "plot_latency_error_bars"
18501   output-file-type: ".html"
18502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18503   data: "plot-vpp-throughput-latency-3n-hsw"
18504   filter: "'NIC_Intel-X710' and
18505            '64B' and
18506            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18507            'NDRPDR' and
18508            '2T2C' and
18509            'IP4FWD' and
18510            not 'IPSEC' and
18511            not 'VHOST'"
18512   parameters:
18513   - "latency"
18514   - "parent"
18515   - "tags"
18516   sort:
18517   - "IP4BASE"
18518   - "FIB_20K"
18519   - "FIB_200K"
18520   - "FIB_2M"
18521   layout:
18522     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18523     layout: "plot-latency"
18524
18525 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18526 -
18527   type: "plot"
18528   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18529   algorithm: "plot_latency_error_bars"
18530   output-file-type: ".html"
18531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18532   data: "plot-vpp-throughput-latency-3n-hsw"
18533   filter: "'NIC_Intel-X710' and
18534            '64B' and
18535            ('IP4BASE' or
18536             'POLICE_MARK' or
18537             'COPWHLIST' or
18538             ('NAT44' and 'BASE') or
18539             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18540            'NDRPDR' and
18541            '1T1C' and
18542            'IP4FWD' and
18543            not 'IPSEC' and
18544            not 'VHOST'"
18545   parameters:
18546   - "latency"
18547   - "parent"
18548   - "tags"
18549   sort:
18550   - "IP4BASE"
18551   - "NAT44"
18552   - "POLICE_MARK"
18553   - "COPWHLIST"
18554   - "IACL"
18555   - "OACL"
18556   layout:
18557     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18558     layout: "plot-latency"
18559
18560 -
18561   type: "plot"
18562   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18563   algorithm: "plot_latency_error_bars"
18564   output-file-type: ".html"
18565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18566   data: "plot-vpp-throughput-latency-3n-hsw"
18567   filter: "'NIC_Intel-X710' and
18568            '64B' and
18569            ('IP4BASE' or
18570             'POLICE_MARK' or
18571             'COPWHLIST' or
18572             ('NAT44' and 'BASE') or
18573             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18574            'NDRPDR' and
18575            '2T2C' and
18576            'IP4FWD' and
18577            not 'IPSEC' and
18578            not 'VHOST'"
18579   parameters:
18580   - "latency"
18581   - "parent"
18582   - "tags"
18583   sort:
18584   - "IP4BASE"
18585   - "NAT44"
18586   - "POLICE_MARK"
18587   - "COPWHLIST"
18588   - "IACL"
18589   - "OACL"
18590   layout:
18591     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18592     layout: "plot-latency"
18593
18594 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18595 -
18596   type: "plot"
18597   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18598   algorithm: "plot_latency_error_bars"
18599   output-file-type: ".html"
18600   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18601   data: "plot-vpp-throughput-latency-3n-hsw"
18602   filter: "'NIC_Intel-X710' and
18603            '64B' and
18604            'NDRPDR' and
18605            '1T1C' and
18606            'IP4FWD' and
18607            'NAT44' and
18608            not 'IPSEC' and
18609            not 'VHOST'"
18610   parameters:
18611   - "latency"
18612   - "parent"
18613   - "tags"
18614   sort:
18615   - "BASE"
18616   - "BASE"
18617   - "SRC_USER_10"
18618   - "SRC_USER_100"
18619   - "SRC_USER_1000"
18620   - "SRC_USER_2000"
18621   layout:
18622     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18623     layout: "plot-latency"
18624
18625 -
18626   type: "plot"
18627   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18628   algorithm: "plot_latency_error_bars"
18629   output-file-type: ".html"
18630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18631   data: "plot-vpp-throughput-latency-3n-hsw"
18632   filter: "'NIC_Intel-X710' and
18633            '64B' and
18634            'NDRPDR' and
18635            '2T2C' and
18636            'IP4FWD' and
18637            'NAT44' and
18638            not 'IPSEC' and
18639            not 'VHOST'"
18640   parameters:
18641   - "latency"
18642   - "parent"
18643   - "tags"
18644   sort:
18645   - "BASE"
18646   - "BASE"
18647   - "SRC_USER_10"
18648   - "SRC_USER_100"
18649   - "SRC_USER_1000"
18650   - "SRC_USER_2000"
18651   layout:
18652     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
18653     layout: "plot-latency"
18654
18655 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
18656 -
18657   type: "plot"
18658   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18659   algorithm: "plot_latency_error_bars"
18660   output-file-type: ".html"
18661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18662   data: "plot-vpp-throughput-latency-3n-hsw"
18663   filter: "'NIC_Intel-X710' and
18664            '64B' and
18665            'NDRPDR' and
18666            '1T1C' and
18667            'IP4FWD' and
18668            'IACL' and
18669            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18670            not 'IPSEC' and
18671            not 'VHOST'"
18672   parameters:
18673   - "latency"
18674   - "parent"
18675   - "tags"
18676   sort:
18677   - "ACL_STATELESS"
18678   - "ACL_STATEFUL"
18679   - "ACL_STATELESS"
18680   - "ACL_STATEFUL"
18681   layout:
18682     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18683     layout: "plot-latency"
18684
18685 -
18686   type: "plot"
18687   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18688   algorithm: "plot_latency_error_bars"
18689   output-file-type: ".html"
18690   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18691   data: "plot-vpp-throughput-latency-3n-hsw"
18692   filter: "'NIC_Intel-X710' and
18693            '64B' and
18694            'NDRPDR' and
18695            '2T2C' and
18696            'IP4FWD' and
18697            'IACL' and
18698            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18699            not 'IPSEC' and
18700            not 'VHOST'"
18701   parameters:
18702   - "latency"
18703   - "parent"
18704   - "tags"
18705   sort:
18706   - "ACL_STATELESS"
18707   - "ACL_STATEFUL"
18708   - "ACL_STATELESS"
18709   - "ACL_STATEFUL"
18710   layout:
18711     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18712     layout: "plot-latency"
18713
18714 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
18715 -
18716   type: "plot"
18717   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18718   algorithm: "plot_latency_error_bars"
18719   output-file-type: ".html"
18720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18721   data: "plot-vpp-throughput-latency-3n-hsw"
18722   filter: "'NIC_Intel-X710' and
18723            '64B' and
18724            'NDRPDR' and
18725            '1T1C' and
18726            'IP4FWD' and
18727            'OACL' and
18728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18729            not 'IPSEC' and
18730            not 'VHOST'"
18731   parameters:
18732   - "latency"
18733   - "parent"
18734   - "tags"
18735   sort:
18736   - "ACL_STATELESS"
18737   - "ACL_STATEFUL"
18738   - "ACL_STATELESS"
18739   - "ACL_STATEFUL"
18740   layout:
18741     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
18742     layout: "plot-latency"
18743
18744 -
18745   type: "plot"
18746   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18747   algorithm: "plot_latency_error_bars"
18748   output-file-type: ".html"
18749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18750   data: "plot-vpp-throughput-latency-3n-hsw"
18751   filter: "'NIC_Intel-X710' and
18752            '64B' and
18753            'NDRPDR' and
18754            '2T2C' and
18755            'IP4FWD' and
18756            'OACL' and
18757            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18758            not 'IPSEC' and
18759            not 'VHOST'"
18760   parameters:
18761   - "latency"
18762   - "parent"
18763   - "tags"
18764   sort:
18765   - "ACL_STATELESS"
18766   - "ACL_STATEFUL"
18767   - "ACL_STATELESS"
18768   - "ACL_STATEFUL"
18769   layout:
18770     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
18771     layout: "plot-latency"
18772
18773 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
18774 -
18775   type: "plot"
18776   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18777   algorithm: "plot_latency_error_bars"
18778   output-file-type: ".html"
18779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18780   data: "plot-vpp-throughput-latency-3n-hsw"
18781   filter: "'NIC_Intel-XL710' and
18782            '64B' and
18783            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18784            'NDRPDR' and
18785            '1T1C' and
18786            'IP4FWD' and
18787            not 'IPSEC' and
18788            not 'VHOST'"
18789   parameters:
18790   - "latency"
18791   - "parent"
18792   - "tags"
18793   sort:
18794   - "IP4BASE"
18795   - "FIB_20K"
18796   - "FIB_200K"
18797   - "FIB_2M"
18798   layout:
18799     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18800     layout: "plot-latency"
18801
18802 -
18803   type: "plot"
18804   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18805   algorithm: "plot_latency_error_bars"
18806   output-file-type: ".html"
18807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18808   data: "plot-vpp-throughput-latency-3n-hsw"
18809   filter: "'NIC_Intel-XL710' and
18810            '64B' and
18811            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18812            'NDRPDR' and
18813            '2T2C' and
18814            'IP4FWD' and
18815            not 'IPSEC' and
18816            not 'VHOST'"
18817   parameters:
18818   - "latency"
18819   - "parent"
18820   - "tags"
18821   sort:
18822   - "IP4BASE"
18823   - "FIB_20K"
18824   - "FIB_200K"
18825   - "FIB_2M"
18826   layout:
18827     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18828     layout: "plot-latency"
18829
18830 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
18831 -
18832   type: "plot"
18833   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18834   algorithm: "plot_latency_error_bars"
18835   output-file-type: ".html"
18836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18837   data: "plot-vpp-throughput-latency-3n-skx"
18838   filter: "'NIC_Intel-X710' and
18839            '64B' and
18840            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18841            'NDRPDR' and
18842            '2T1C' and
18843            'IP4FWD' and
18844            not 'IPSEC' and
18845            not 'VHOST'"
18846   parameters:
18847   - "latency"
18848   - "parent"
18849   - "tags"
18850   sort:
18851   - "IP4BASE"
18852   - "FIB_20K"
18853   - "FIB_200K"
18854   - "FIB_2M"
18855   layout:
18856     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18857     layout: "plot-latency"
18858
18859 -
18860   type: "plot"
18861   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18862   algorithm: "plot_latency_error_bars"
18863   output-file-type: ".html"
18864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18865   data: "plot-vpp-throughput-latency-3n-skx"
18866   filter: "'NIC_Intel-X710' and
18867            '64B' and
18868            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18869            'NDRPDR' and
18870            '4T2C' and
18871            'IP4FWD' and
18872            not 'IPSEC' and
18873            not 'VHOST'"
18874   parameters:
18875   - "latency"
18876   - "parent"
18877   - "tags"
18878   sort:
18879   - "IP4BASE"
18880   - "FIB_20K"
18881   - "FIB_200K"
18882   - "FIB_2M"
18883   layout:
18884     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18885     layout: "plot-latency"
18886
18887 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18888 -
18889   type: "plot"
18890   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18891   algorithm: "plot_latency_error_bars"
18892   output-file-type: ".html"
18893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18894   data: "plot-vpp-throughput-latency-3n-skx"
18895   filter: "'NIC_Intel-X710' and
18896            '64B' and
18897            ('IP4BASE' or
18898             'POLICE_MARK' or
18899             'COPWHLIST' or
18900             ('NAT44' and 'BASE') or
18901             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18902            'NDRPDR' and
18903            '2T1C' and
18904            'IP4FWD' and
18905            not 'IPSEC' and
18906            not 'VHOST'"
18907   parameters:
18908   - "latency"
18909   - "parent"
18910   - "tags"
18911   sort:
18912   - "IP4BASE"
18913   - "NAT44"
18914   - "POLICE_MARK"
18915   - "COPWHLIST"
18916   - "IACL"
18917   - "OACL"
18918   layout:
18919     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
18920     layout: "plot-latency"
18921
18922 -
18923   type: "plot"
18924   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18925   algorithm: "plot_latency_error_bars"
18926   output-file-type: ".html"
18927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18928   data: "plot-vpp-throughput-latency-3n-skx"
18929   filter: "'NIC_Intel-X710' and
18930            '64B' and
18931            ('IP4BASE' or
18932             'POLICE_MARK' or
18933             'COPWHLIST' or
18934             ('NAT44' and 'BASE') or
18935             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18936            'NDRPDR' and
18937            '4T2C' and
18938            'IP4FWD' and
18939            not 'IPSEC' and
18940            not 'VHOST'"
18941   parameters:
18942   - "latency"
18943   - "parent"
18944   - "tags"
18945   sort:
18946   - "IP4BASE"
18947   - "NAT44"
18948   - "POLICE_MARK"
18949   - "COPWHLIST"
18950   - "IACL"
18951   - "OACL"
18952   layout:
18953     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
18954     layout: "plot-latency"
18955
18956 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
18957 -
18958   type: "plot"
18959   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18960   algorithm: "plot_latency_error_bars"
18961   output-file-type: ".html"
18962   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18963   data: "plot-vpp-throughput-latency-3n-skx"
18964   filter: "'NIC_Intel-X710' and
18965            '64B' and
18966            'NDRPDR' and
18967            '2T1C' and
18968            'IP4FWD' and
18969            'NAT44' and
18970            not 'IPSEC' and
18971            not 'VHOST'"
18972   parameters:
18973   - "latency"
18974   - "parent"
18975   - "tags"
18976   sort:
18977   - "BASE"
18978   - "BASE"
18979   - "SRC_USER_10"
18980   - "SRC_USER_100"
18981   - "SRC_USER_1000"
18982   - "SRC_USER_2000"
18983   layout:
18984     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
18985     layout: "plot-latency"
18986
18987 -
18988   type: "plot"
18989   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18990   algorithm: "plot_latency_error_bars"
18991   output-file-type: ".html"
18992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18993   data: "plot-vpp-throughput-latency-3n-skx"
18994   filter: "'NIC_Intel-X710' and
18995            '64B' and
18996            'NDRPDR' and
18997            '4T2C' and
18998            'IP4FWD' and
18999            'NAT44' and
19000            not 'IPSEC' and
19001            not 'VHOST'"
19002   parameters:
19003   - "latency"
19004   - "parent"
19005   - "tags"
19006   sort:
19007   - "BASE"
19008   - "BASE"
19009   - "SRC_USER_10"
19010   - "SRC_USER_100"
19011   - "SRC_USER_1000"
19012   - "SRC_USER_2000"
19013   layout:
19014     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19015     layout: "plot-latency"
19016
19017 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19018 -
19019   type: "plot"
19020   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19021   algorithm: "plot_latency_error_bars"
19022   output-file-type: ".html"
19023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19024   data: "plot-vpp-throughput-latency-3n-skx"
19025   filter: "'NIC_Intel-X710' and
19026            '64B' and
19027            'NDRPDR' and
19028            '2T1C' and
19029            'IP4FWD' and
19030            'IACL' and
19031            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19032            not 'IPSEC' and
19033            not 'VHOST'"
19034   parameters:
19035   - "latency"
19036   - "parent"
19037   - "tags"
19038   sort:
19039   - "ACL_STATELESS"
19040   - "ACL_STATEFUL"
19041   - "ACL_STATELESS"
19042   - "ACL_STATEFUL"
19043   layout:
19044     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19045     layout: "plot-latency"
19046
19047 -
19048   type: "plot"
19049   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19050   algorithm: "plot_latency_error_bars"
19051   output-file-type: ".html"
19052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19053   data: "plot-vpp-throughput-latency-3n-skx"
19054   filter: "'NIC_Intel-X710' and
19055            '64B' and
19056            'NDRPDR' and
19057            '4T2C' and
19058            'IP4FWD' and
19059            'IACL' and
19060            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19061            not 'IPSEC' and
19062            not 'VHOST'"
19063   parameters:
19064   - "latency"
19065   - "parent"
19066   - "tags"
19067   sort:
19068   - "ACL_STATELESS"
19069   - "ACL_STATEFUL"
19070   - "ACL_STATELESS"
19071   - "ACL_STATEFUL"
19072   layout:
19073     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19074     layout: "plot-latency"
19075
19076 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19077 -
19078   type: "plot"
19079   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19080   algorithm: "plot_latency_error_bars"
19081   output-file-type: ".html"
19082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19083   data: "plot-vpp-throughput-latency-3n-skx"
19084   filter: "'NIC_Intel-X710' and
19085            '64B' and
19086            'NDRPDR' and
19087            '2T1C' and
19088            'IP4FWD' and
19089            'OACL' and
19090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19091            not 'IPSEC' and
19092            not 'VHOST'"
19093   parameters:
19094   - "latency"
19095   - "parent"
19096   - "tags"
19097   sort:
19098   - "ACL_STATELESS"
19099   - "ACL_STATEFUL"
19100   - "ACL_STATELESS"
19101   - "ACL_STATEFUL"
19102   layout:
19103     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19104     layout: "plot-latency"
19105
19106 -
19107   type: "plot"
19108   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19109   algorithm: "plot_latency_error_bars"
19110   output-file-type: ".html"
19111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19112   data: "plot-vpp-throughput-latency-3n-skx"
19113   filter: "'NIC_Intel-X710' and
19114            '64B' and
19115            'NDRPDR' and
19116            '4T2C' and
19117            'IP4FWD' and
19118            'OACL' and
19119            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19120            not 'IPSEC' and
19121            not 'VHOST'"
19122   parameters:
19123   - "latency"
19124   - "parent"
19125   - "tags"
19126   sort:
19127   - "ACL_STATELESS"
19128   - "ACL_STATEFUL"
19129   - "ACL_STATELESS"
19130   - "ACL_STATEFUL"
19131   layout:
19132     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19133     layout: "plot-latency"
19134
19135 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19136 -
19137   type: "plot"
19138   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19139   algorithm: "plot_latency_error_bars"
19140   output-file-type: ".html"
19141   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19142   data: "plot-vpp-throughput-latency-2n-skx"
19143   filter: "'NIC_Intel-X710' and
19144            '64B' and
19145            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19146            'NDRPDR' and
19147            '2T1C' and
19148            'IP4FWD' and
19149            not 'IPSEC' and
19150            not 'VHOST'"
19151   parameters:
19152   - "latency"
19153   - "parent"
19154   - "tags"
19155   sort:
19156   - "IP4BASE"
19157   - "FIB_20K"
19158   - "FIB_200K"
19159   - "FIB_2M"
19160   layout:
19161     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19162     layout: "plot-latency"
19163
19164 -
19165   type: "plot"
19166   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19167   algorithm: "plot_latency_error_bars"
19168   output-file-type: ".html"
19169   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19170   data: "plot-vpp-throughput-latency-2n-skx"
19171   filter: "'NIC_Intel-X710' and
19172            '64B' and
19173            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19174            'NDRPDR' and
19175            '4T2C' and
19176            'IP4FWD' and
19177            not 'IPSEC' and
19178            not 'VHOST'"
19179   parameters:
19180   - "latency"
19181   - "parent"
19182   - "tags"
19183   sort:
19184   - "IP4BASE"
19185   - "FIB_20K"
19186   - "FIB_200K"
19187   - "FIB_2M"
19188   layout:
19189     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19190     layout: "plot-latency"
19191
19192 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19193 -
19194   type: "plot"
19195   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19196   algorithm: "plot_latency_error_bars"
19197   output-file-type: ".html"
19198   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19199   data: "plot-vpp-throughput-latency-2n-skx"
19200   filter: "'NIC_Intel-XXV710' and
19201            '64B' and
19202            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19203            'NDRPDR' and
19204            '2T1C' and
19205            'IP4FWD' and
19206            not 'IPSEC' and
19207            not 'VHOST'"
19208   parameters:
19209   - "latency"
19210   - "parent"
19211   - "tags"
19212   sort:
19213   - "IP4BASE"
19214   - "FIB_20K"
19215   - "FIB_200K"
19216   - "FIB_2M"
19217   layout:
19218     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19219     layout: "plot-latency"
19220
19221 -
19222   type: "plot"
19223   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19224   algorithm: "plot_latency_error_bars"
19225   output-file-type: ".html"
19226   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19227   data: "plot-vpp-throughput-latency-2n-skx"
19228   filter: "'NIC_Intel-XXV710' and
19229            '64B' and
19230            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19231            'NDRPDR' and
19232            '4T2C' and
19233            'IP4FWD' and
19234            not 'IPSEC' and
19235            not 'VHOST'"
19236   parameters:
19237   - "latency"
19238   - "parent"
19239   - "tags"
19240   sort:
19241   - "IP4BASE"
19242   - "FIB_20K"
19243   - "FIB_200K"
19244   - "FIB_2M"
19245   layout:
19246     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19247     layout: "plot-latency"
19248
19249 ################################################################################
19250
19251 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
19252 -
19253   type: "plot"
19254   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19255   algorithm: "plot_latency_error_bars"
19256   output-file-type: ".html"
19257   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19258   data: "plot-vpp-throughput-latency-3n-hsw"
19259   filter: "'NIC_Intel-X520-DA2' and
19260            '64B' and
19261            'ENCAP' and
19262            'NDRPDR' and
19263            '1T1C' and
19264            'VXLAN' and
19265            'L2BDMACLRN' and
19266            not 'VHOST' and
19267            not 'IPSECHW'"
19268   parameters:
19269   - "latency"
19270   - "parent"
19271   - "tags"
19272   sort:
19273   - "not DOT1Q"
19274   - "VXLAN_1"
19275   - "VXLAN_10"
19276   - "VXLAN_100"
19277   - "VXLAN_1000"
19278   layout:
19279     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19280     layout: "plot-latency"
19281
19282 -
19283   type: "plot"
19284   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19285   algorithm: "plot_latency_error_bars"
19286   output-file-type: ".html"
19287   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19288   data: "plot-vpp-throughput-latency-3n-hsw"
19289   filter: "'NIC_Intel-X520-DA2' and
19290            '64B' and
19291            'ENCAP' and
19292            'NDRPDR' and
19293            '2T2C' and
19294            'VXLAN' and
19295            'L2BDMACLRN' and
19296            not 'VHOST' and
19297            not 'IPSECHW'"
19298   parameters:
19299   - "latency"
19300   - "parent"
19301   - "tags"
19302   sort:
19303   - "not DOT1Q"
19304   - "VXLAN_1"
19305   - "VXLAN_10"
19306   - "VXLAN_100"
19307   - "VXLAN_1000"
19308   layout:
19309     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19310     layout: "plot-latency"
19311
19312 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19313 -
19314   type: "plot"
19315   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19316   algorithm: "plot_latency_error_bars"
19317   output-file-type: ".html"
19318   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19319   data: "plot-vpp-throughput-latency-3n-hsw"
19320   filter: "'NIC_Intel-X520-DA2' and
19321            '64B' and
19322            'ENCAP' and
19323            'NDRPDR' and
19324            '1T1C' and
19325            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19326            not 'DOT1Q' and
19327            not 'VHOST' and
19328            not 'IPSECHW'"
19329   parameters:
19330   - "latency"
19331   - "parent"
19332   - "tags"
19333   sort:
19334   - "L2BDMACLRN"
19335   - "L2XCFWD"
19336   - "LISP"
19337   layout:
19338     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19339     layout: "plot-latency"
19340
19341 -
19342   type: "plot"
19343   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19344   algorithm: "plot_latency_error_bars"
19345   output-file-type: ".html"
19346   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19347   data: "plot-vpp-throughput-latency-3n-hsw"
19348   filter: "'NIC_Intel-X520-DA2' and
19349            '64B' and
19350            'ENCAP' and
19351            'NDRPDR' and
19352            '2T2C' and
19353            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19354            not 'DOT1Q' and
19355            not 'VHOST' and
19356            not 'IPSECHW'"
19357   parameters:
19358   - "latency"
19359   - "parent"
19360   - "tags"
19361   sort:
19362   - "L2BDMACLRN"
19363   - "L2XCFWD"
19364   - "LISP"
19365   layout:
19366     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19367     layout: "plot-latency"
19368
19369 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19370 -
19371   type: "plot"
19372   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19373   algorithm: "plot_latency_error_bars"
19374   output-file-type: ".html"
19375   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19376   data: "plot-vpp-throughput-latency-3n-hsw"
19377   filter: "'NIC_Intel-X710' and
19378            '64B' and
19379            'ENCAP' and
19380            'NDRPDR' and
19381            '1T1C' and
19382            'VXLAN' and
19383            'L2BDMACLRN' and
19384            not 'VHOST' and
19385            not 'IPSECHW'"
19386   parameters:
19387   - "latency"
19388   - "parent"
19389   - "tags"
19390   sort:
19391   - "not DOT1Q"
19392   - "VXLAN_1"
19393   - "VXLAN_10"
19394   - "VXLAN_100"
19395   - "VXLAN_1000"
19396   layout:
19397     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19398     layout: "plot-latency"
19399
19400 -
19401   type: "plot"
19402   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19403   algorithm: "plot_latency_error_bars"
19404   output-file-type: ".html"
19405   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19406   data: "plot-vpp-throughput-latency-3n-hsw"
19407   filter: "'NIC_Intel-X710' and
19408            '64B' and
19409            'ENCAP' and
19410            'NDRPDR' and
19411            '2T2C' and
19412            'VXLAN' and
19413            'L2BDMACLRN' and
19414            not 'VHOST' and
19415            not 'IPSECHW'"
19416   parameters:
19417   - "latency"
19418   - "parent"
19419   - "tags"
19420   sort:
19421   - "not DOT1Q"
19422   - "VXLAN_1"
19423   - "VXLAN_10"
19424   - "VXLAN_100"
19425   - "VXLAN_1000"
19426   layout:
19427     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19428     layout: "plot-latency"
19429
19430 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19431 -
19432   type: "plot"
19433   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19434   algorithm: "plot_latency_error_bars"
19435   output-file-type: ".html"
19436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19437   data: "plot-vpp-throughput-latency-3n-hsw"
19438   filter: "'NIC_Intel-X710' and
19439            '64B' and
19440            'ENCAP' and
19441            'NDRPDR' and
19442            '1T1C' and
19443            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19444            not 'DOT1Q' and
19445            not 'VHOST' and
19446            not 'IPSECHW'"
19447   parameters:
19448   - "latency"
19449   - "parent"
19450   - "tags"
19451   sort:
19452   - "L2BDMACLRN"
19453   - "L2XCFWD"
19454   - "LISP"
19455   layout:
19456     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19457     layout: "plot-latency"
19458
19459 -
19460   type: "plot"
19461   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19462   algorithm: "plot_latency_error_bars"
19463   output-file-type: ".html"
19464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19465   data: "plot-vpp-throughput-latency-3n-hsw"
19466   filter: "'NIC_Intel-X710' and
19467            '64B' and
19468            'ENCAP' and
19469            'NDRPDR' and
19470            '2T2C' and
19471            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19472            not 'DOT1Q' and
19473            not 'VHOST' and
19474            not 'IPSECHW'"
19475   parameters:
19476   - "latency"
19477   - "parent"
19478   - "tags"
19479   sort:
19480   - "L2BDMACLRN"
19481   - "L2XCFWD"
19482   - "LISP"
19483   layout:
19484     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19485     layout: "plot-latency"
19486
19487 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19488 -
19489   type: "plot"
19490   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19491   algorithm: "plot_latency_error_bars"
19492   output-file-type: ".html"
19493   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19494   data: "plot-vpp-throughput-latency-3n-skx"
19495   filter: "'NIC_Intel-X710' and
19496            '64B' and
19497            'ENCAP' and
19498            'NDRPDR' and
19499            '2T1C' and
19500            'VXLAN' and
19501            'L2BDMACLRN' and
19502            not 'VHOST' and
19503            not 'IPSECHW'"
19504   parameters:
19505   - "latency"
19506   - "parent"
19507   - "tags"
19508   sort:
19509   - "not DOT1Q"
19510   - "VXLAN_1"
19511   - "VXLAN_10"
19512   - "VXLAN_100"
19513   - "VXLAN_1000"
19514   layout:
19515     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19516     layout: "plot-latency"
19517
19518 -
19519   type: "plot"
19520   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19521   algorithm: "plot_latency_error_bars"
19522   output-file-type: ".html"
19523   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19524   data: "plot-vpp-throughput-latency-3n-skx"
19525   filter: "'NIC_Intel-X710' and
19526            '64B' and
19527            'ENCAP' and
19528            'NDRPDR' and
19529            '4T2C' and
19530            'VXLAN' and
19531            'L2BDMACLRN' and
19532            not 'VHOST' and
19533            not 'IPSECHW'"
19534   parameters:
19535   - "latency"
19536   - "parent"
19537   - "tags"
19538   sort:
19539   - "not DOT1Q"
19540   - "VXLAN_1"
19541   - "VXLAN_10"
19542   - "VXLAN_100"
19543   - "VXLAN_1000"
19544   layout:
19545     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19546     layout: "plot-latency"
19547
19548 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19549 -
19550   type: "plot"
19551   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19552   algorithm: "plot_latency_error_bars"
19553   output-file-type: ".html"
19554   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19555   data: "plot-vpp-throughput-latency-3n-skx"
19556   filter: "'NIC_Intel-X710' and
19557            '64B' and
19558            'ENCAP' and
19559            'NDRPDR' and
19560            '2T1C' and
19561            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19562            not 'DOT1Q' and
19563            not 'VHOST' and
19564            not 'IPSECHW'"
19565   parameters:
19566   - "latency"
19567   - "parent"
19568   - "tags"
19569   sort:
19570   - "L2BDMACLRN"
19571   - "L2XCFWD"
19572   - "LISP"
19573   layout:
19574     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19575     layout: "plot-latency"
19576
19577 -
19578   type: "plot"
19579   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19580   algorithm: "plot_latency_error_bars"
19581   output-file-type: ".html"
19582   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19583   data: "plot-vpp-throughput-latency-3n-skx"
19584   filter: "'NIC_Intel-X710' and
19585            '64B' and
19586            'ENCAP' and
19587            'NDRPDR' and
19588            '4T2C' and
19589            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19590            not 'DOT1Q' and
19591            not 'VHOST' and
19592            not 'IPSECHW'"
19593   parameters:
19594   - "latency"
19595   - "parent"
19596   - "tags"
19597   sort:
19598   - "L2BDMACLRN"
19599   - "L2XCFWD"
19600   - "LISP"
19601   layout:
19602     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19603     layout: "plot-latency"
19604
19605 ################################################################################
19606
19607 # Packet Latency - VPP IPv6 3n-hsw-x520
19608 -
19609   type: "plot"
19610   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19611   algorithm: "plot_latency_error_bars"
19612   output-file-type: ".html"
19613   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19614   data: "plot-vpp-throughput-latency-3n-hsw"
19615   filter: "'NIC_Intel-X520-DA2' and
19616            '78B' and
19617            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19618            'NDRPDR' and
19619            '1T1C' and
19620            'IP6FWD' and
19621            not 'SRv6' and
19622            not 'IPSEC' and
19623            not 'VHOST'"
19624   parameters:
19625   - "latency"
19626   - "parent"
19627   - "tags"
19628   sort:
19629   - "IP6BASE"
19630   - "FIB_20K"
19631   - "FIB_200K"
19632   - "FIB_2M"
19633   layout:
19634     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19635     layout: "plot-latency"
19636
19637 -
19638   type: "plot"
19639   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19640   algorithm: "plot_latency_error_bars"
19641   output-file-type: ".html"
19642   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19643   data: "plot-vpp-throughput-latency-3n-hsw"
19644   filter: "'NIC_Intel-X520-DA2' and
19645            '78B' and
19646            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19647            'NDRPDR' and
19648            '2T2C' and
19649            'IP6FWD' and
19650            not 'SRv6' and
19651            not 'IPSEC' and
19652            not 'VHOST'"
19653   parameters:
19654   - "latency"
19655   - "parent"
19656   - "tags"
19657   sort:
19658   - "IP6BASE"
19659   - "FIB_20K"
19660   - "FIB_200K"
19661   - "FIB_2M"
19662   layout:
19663     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
19664     layout: "plot-latency"
19665
19666 # Packet Latency - VPP IPv6 3n-hsw-x710
19667 -
19668   type: "plot"
19669   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19670   algorithm: "plot_latency_error_bars"
19671   output-file-type: ".html"
19672   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19673   data: "plot-vpp-throughput-latency-3n-hsw"
19674   filter: "'NIC_Intel-X710' and
19675            '78B' and
19676            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19677            'NDRPDR' and
19678            '1T1C' and
19679            'IP6FWD' and
19680            not 'SRv6' and
19681            not 'IPSEC' and
19682            not 'VHOST'"
19683   parameters:
19684   - "latency"
19685   - "parent"
19686   - "tags"
19687   sort:
19688   - "IP6BASE"
19689   - "FIB_20K"
19690   - "FIB_200K"
19691   - "FIB_2M"
19692   layout:
19693     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19694     layout: "plot-latency"
19695
19696 -
19697   type: "plot"
19698   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19699   algorithm: "plot_latency_error_bars"
19700   output-file-type: ".html"
19701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19702   data: "plot-vpp-throughput-latency-3n-hsw"
19703   filter: "'NIC_Intel-X710' and
19704            '78B' and
19705            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19706            'NDRPDR' and
19707            '2T2C' and
19708            'IP6FWD' and
19709            not 'SRv6' and
19710            not 'IPSEC' and
19711            not 'VHOST'"
19712   parameters:
19713   - "latency"
19714   - "parent"
19715   - "tags"
19716   sort:
19717   - "IP6BASE"
19718   - "FIB_20K"
19719   - "FIB_200K"
19720   - "FIB_2M"
19721   layout:
19722     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19723     layout: "plot-latency"
19724
19725 # Packet Latency - VPP IPv6 3n-hsw-xl710
19726 -
19727   type: "plot"
19728   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19729   algorithm: "plot_latency_error_bars"
19730   output-file-type: ".html"
19731   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19732   data: "plot-vpp-throughput-latency-3n-hsw"
19733   filter: "'NIC_Intel-XL710' and
19734            '78B' and
19735            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19736            'NDRPDR' and
19737            '1T1C' and
19738            'IP6FWD' and
19739            not 'SRv6' and
19740            not 'IPSEC' and
19741            not 'VHOST'"
19742   parameters:
19743   - "latency"
19744   - "parent"
19745   - "tags"
19746   sort:
19747   - "IP6BASE"
19748   - "FIB_20K"
19749   - "FIB_200K"
19750   - "FIB_2M"
19751   layout:
19752     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
19753     layout: "plot-latency"
19754
19755 -
19756   type: "plot"
19757   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19758   algorithm: "plot_latency_error_bars"
19759   output-file-type: ".html"
19760   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19761   data: "plot-vpp-throughput-latency-3n-hsw"
19762   filter: "'NIC_Intel-XL710' and
19763            '78B' and
19764            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19765            'NDRPDR' and
19766            '2T2C' and
19767            'IP6FWD' and
19768            not 'SRv6' and
19769            not 'IPSEC' and
19770            not 'VHOST'"
19771   parameters:
19772   - "latency"
19773   - "parent"
19774   - "tags"
19775   sort:
19776   - "IP6BASE"
19777   - "FIB_20K"
19778   - "FIB_200K"
19779   - "FIB_2M"
19780   layout:
19781     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
19782     layout: "plot-latency"
19783
19784 # Packet Latency - VPP IPv6 3n-skx-x710
19785 -
19786   type: "plot"
19787   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19788   algorithm: "plot_latency_error_bars"
19789   output-file-type: ".html"
19790   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19791   data: "plot-vpp-throughput-latency-3n-skx"
19792   filter: "'NIC_Intel-X710' and
19793            '78B' and
19794            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19795            'NDRPDR' and
19796            '2T1C' and
19797            'IP6FWD' and
19798            not 'SRv6' and
19799            not 'IPSEC' and
19800            not 'VHOST'"
19801   parameters:
19802   - "latency"
19803   - "parent"
19804   - "tags"
19805   sort:
19806   - "IP6BASE"
19807   - "FIB_20K"
19808   - "FIB_200K"
19809   - "FIB_2M"
19810   layout:
19811     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
19812     layout: "plot-latency"
19813
19814 -
19815   type: "plot"
19816   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19817   algorithm: "plot_latency_error_bars"
19818   output-file-type: ".html"
19819   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19820   data: "plot-vpp-throughput-latency-3n-skx"
19821   filter: "'NIC_Intel-X710' and
19822            '78B' and
19823            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19824            'NDRPDR' and
19825            '4T2C' and
19826            'IP6FWD' and
19827            not 'SRv6' and
19828            not 'IPSEC' and
19829            not 'VHOST'"
19830   parameters:
19831   - "latency"
19832   - "parent"
19833   - "tags"
19834   sort:
19835   - "IP6BASE"
19836   - "FIB_20K"
19837   - "FIB_200K"
19838   - "FIB_2M"
19839   layout:
19840     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
19841     layout: "plot-latency"
19842
19843 # Packet Latency - VPP IPv6 2n-skx-x710
19844 -
19845   type: "plot"
19846   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19847   algorithm: "plot_latency_error_bars"
19848   output-file-type: ".html"
19849   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19850   data: "plot-vpp-throughput-latency-2n-skx"
19851   filter: "'NIC_Intel-X710' and
19852            '78B' and
19853            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19854            'NDRPDR' and
19855            '2T1C' and
19856            'IP6FWD' and
19857            not 'SRv6' and
19858            not 'IPSEC' and
19859            not 'VHOST'"
19860   parameters:
19861   - "latency"
19862   - "parent"
19863   - "tags"
19864   sort:
19865   - "IP6BASE"
19866   - "FIB_20K"
19867   - "FIB_200K"
19868   - "FIB_2M"
19869   layout:
19870     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
19871     layout: "plot-latency"
19872
19873 -
19874   type: "plot"
19875   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19876   algorithm: "plot_latency_error_bars"
19877   output-file-type: ".html"
19878   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19879   data: "plot-vpp-throughput-latency-2n-skx"
19880   filter: "'NIC_Intel-X710' and
19881            '78B' and
19882            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19883            'NDRPDR' and
19884            '4T2C' and
19885            'IP6FWD' and
19886            not 'SRv6' and
19887            not 'IPSEC' and
19888            not 'VHOST'"
19889   parameters:
19890   - "latency"
19891   - "parent"
19892   - "tags"
19893   sort:
19894   - "IP6BASE"
19895   - "FIB_20K"
19896   - "FIB_200K"
19897   - "FIB_2M"
19898   layout:
19899     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
19900     layout: "plot-latency"
19901
19902 # Packet Latency - VPP IPv6 2n-skx-xxv710
19903 -
19904   type: "plot"
19905   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19906   algorithm: "plot_latency_error_bars"
19907   output-file-type: ".html"
19908   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19909   data: "plot-vpp-throughput-latency-2n-skx"
19910   filter: "'NIC_Intel-XXV710' and
19911            '78B' and
19912            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19913            'NDRPDR' and
19914            '2T1C' and
19915            'IP6FWD' and
19916            not 'SRv6' and
19917            not 'IPSEC' and
19918            not 'VHOST'"
19919   parameters:
19920   - "latency"
19921   - "parent"
19922   - "tags"
19923   sort:
19924   - "IP6BASE"
19925   - "FIB_20K"
19926   - "FIB_200K"
19927   - "FIB_2M"
19928   layout:
19929     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
19930     layout: "plot-latency"
19931
19932 -
19933   type: "plot"
19934   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19935   algorithm: "plot_latency_error_bars"
19936   output-file-type: ".html"
19937   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19938   data: "plot-vpp-throughput-latency-2n-skx"
19939   filter: "'NIC_Intel-XXV710' and
19940            '78B' and
19941            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19942            'NDRPDR' and
19943            '4T2C' and
19944            'IP6FWD' and
19945            not 'SRv6' and
19946            not 'IPSEC' and
19947            not 'VHOST'"
19948   parameters:
19949   - "latency"
19950   - "parent"
19951   - "tags"
19952   sort:
19953   - "IP6BASE"
19954   - "FIB_20K"
19955   - "FIB_200K"
19956   - "FIB_2M"
19957   layout:
19958     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
19959     layout: "plot-latency"
19960
19961 ################################################################################
19962
19963 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
19964 -
19965   type: "plot"
19966   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19967   algorithm: "plot_latency_error_bars"
19968   output-file-type: ".html"
19969   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19970   data: "plot-vpp-throughput-latency-3n-hsw"
19971   filter: "'NIC_Intel-X520-DA2' and
19972            '78B' and
19973            'ENCAP' and
19974            'NDRPDR' and
19975            '1T1C' and
19976            'LISP' and
19977            not 'VHOST'"
19978   parameters:
19979   - "latency"
19980   - "parent"
19981   - "tags"
19982   sort:
19983   - "IP4UNRLAY"
19984   - "IP6UNRLAY"
19985   layout:
19986     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19987     layout: "plot-latency"
19988
19989 -
19990   type: "plot"
19991   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19992   algorithm: "plot_latency_error_bars"
19993   output-file-type: ".html"
19994   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19995   data: "plot-vpp-throughput-latency-3n-hsw"
19996   filter: "'NIC_Intel-X520-DA2' and
19997            '78B' and
19998            'ENCAP' and
19999            'NDRPDR' and
20000            '2T2C' and
20001            'LISP' and
20002            not 'VHOST'"
20003   parameters:
20004   - "latency"
20005   - "parent"
20006   - "tags"
20007   sort:
20008   - "IP4UNRLAY"
20009   - "IP6UNRLAY"
20010   layout:
20011     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20012     layout: "plot-latency"
20013
20014 ################################################################################
20015
20016 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20017 -
20018   type: "plot"
20019   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20020   algorithm: "plot_latency_error_bars"
20021   output-file-type: ".html"
20022   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20023   data: "plot-vpp-throughput-latency-3n-hsw"
20024   filter: "'NIC_Intel-XL710' and
20025            '64B' and
20026            'IP4FWD' and
20027            'NDRPDR' and
20028            'BASE' and
20029            '1T1C' and
20030            'IPSECHW' and
20031            ('IPSECTRAN' or 'IPSECTUN') and
20032            not 'VHOST'"
20033   parameters:
20034   - "latency"
20035   - "parent"
20036   - "tags"
20037   layout:
20038     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20039     layout: "plot-latency"
20040
20041 -
20042   type: "plot"
20043   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20044   algorithm: "plot_latency_error_bars"
20045   output-file-type: ".html"
20046   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20047   data: "plot-vpp-throughput-latency-3n-hsw"
20048   filter: "'NIC_Intel-XL710' and
20049            '64B' and
20050            'IP4FWD' and
20051            'NDRPDR' and
20052            'BASE' and
20053            '2T2C' and
20054            'IPSECHW' and
20055            ('IPSECTRAN' or 'IPSECTUN') and
20056            not 'VHOST'"
20057   parameters:
20058   - "latency"
20059   - "parent"
20060   - "tags"
20061   layout:
20062     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20063     layout: "plot-latency"
20064
20065 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20066 -
20067   type: "plot"
20068   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20069   algorithm: "plot_latency_error_bars"
20070   output-file-type: ".html"
20071   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20072   data: "plot-vpp-throughput-latency-3n-hsw"
20073   filter: "'NIC_Intel-XL710' and
20074            '64B' and
20075            'IP4FWD' and
20076            'NDRPDR' and
20077            'SCALE' and
20078            '1T1C' and
20079            'IPSECHW' and
20080            ('IPSECTRAN' or 'IPSECTUN') and
20081            not 'VHOST'"
20082   parameters:
20083   - "latency"
20084   - "parent"
20085   - "tags"
20086   layout:
20087     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20088     layout: "plot-latency"
20089
20090 -
20091   type: "plot"
20092   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20093   algorithm: "plot_latency_error_bars"
20094   output-file-type: ".html"
20095   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20096   data: "plot-vpp-throughput-latency-3n-hsw"
20097   filter: "'NIC_Intel-XL710' and
20098            '64B' and
20099            'IP4FWD' and
20100            'NDRPDR' and
20101            'SCALE' and
20102            '2T2C' and
20103            'IPSECHW' and
20104            ('IPSECTRAN' or 'IPSECTUN') and
20105            not 'VHOST'"
20106   parameters:
20107   - "latency"
20108   - "parent"
20109   - "tags"
20110   layout:
20111     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20112     layout: "plot-latency"
20113
20114 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20115 -
20116   type: "plot"
20117   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20121   data: "plot-vpp-throughput-latency-3n-hsw"
20122   filter: "'NIC_Intel-XL710' and
20123            '64B' and
20124            'IP4FWD' and
20125            'NDRPDR' and
20126            '1T1C' and
20127            'IPSECSW' and
20128            ('IPSECTRAN' or 'IPSECTUN') and
20129            not 'VHOST'"
20130   parameters:
20131   - "latency"
20132   - "parent"
20133   - "tags"
20134   layout:
20135     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20136     layout: "plot-latency"
20137
20138 -
20139   type: "plot"
20140   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20141   algorithm: "plot_latency_error_bars"
20142   output-file-type: ".html"
20143   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20144   data: "plot-vpp-throughput-latency-3n-hsw"
20145   filter: "'NIC_Intel-XL710' and
20146            '64B' and
20147            'IP4FWD' and
20148            'NDRPDR' and
20149            '2T2C' and
20150            'IPSECSW' and
20151            ('IPSECTRAN' or 'IPSECTUN') and
20152            not 'VHOST'"
20153   parameters:
20154   - "latency"
20155   - "parent"
20156   - "tags"
20157   layout:
20158     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20159     layout: "plot-latency"
20160
20161 ################################################################################
20162
20163 # Packet Latency - VPP SRv6 3n-hsw-x520
20164 -
20165   type: "plot"
20166   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20167   algorithm: "plot_latency_error_bars"
20168   output-file-type: ".html"
20169   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20170   data: "plot-vpp-throughput-latency-3n-hsw"
20171   filter: "'NIC_Intel-X520-DA2' and
20172            '78B' and
20173            'FEATURE' and
20174            'NDRPDR' and
20175            '1T1C' and
20176            'IP6FWD' and
20177            'SRv6'"
20178   parameters:
20179   - "latency"
20180   - "parent"
20181   - "tags"
20182   layout:
20183     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20184     layout: "plot-latency"
20185
20186 -
20187   type: "plot"
20188   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20189   algorithm: "plot_latency_error_bars"
20190   output-file-type: ".html"
20191   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20192   data: "plot-vpp-throughput-latency-3n-hsw"
20193   filter: "'NIC_Intel-X520-DA2' and
20194            '78B' and
20195            'FEATURE' and
20196            'NDRPDR' and
20197            '2T2C' and
20198            'IP6FWD' and
20199            'SRv6'"
20200   parameters:
20201   - "latency"
20202   - "parent"
20203   - "tags"
20204   layout:
20205     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20206     layout: "plot-latency"
20207
20208 ################################################################################
20209
20210 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20211 -
20212   type: "plot"
20213   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20214   algorithm: "plot_latency_error_bars"
20215   output-file-type: ".html"
20216   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20217   data: "plot-vpp-throughput-latency-3n-hsw"
20218   filter: "'NIC_Intel-X520-DA2' and
20219            '64B' and
20220            'NDRPDR' and
20221            'ETH' and
20222            'IP4FWD' and
20223            '1T1C' and
20224            'VHOST_1024' and
20225            not 'VXLAN' and
20226            not 'DOT1Q'"
20227   parameters:
20228   - "latency"
20229   - "parent"
20230   - "tags"
20231   sort:
20232   - "not CFS_OPT"
20233   - "1VM"
20234   - "2VM"
20235   layout:
20236     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20237     layout: "plot-latency"
20238
20239 -
20240   type: "plot"
20241   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20242   algorithm: "plot_latency_error_bars"
20243   output-file-type: ".html"
20244   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20245   data: "plot-vpp-throughput-latency-3n-hsw"
20246   filter: "'NIC_Intel-X520-DA2' and
20247            '64B' and
20248            'NDRPDR' and
20249            'ETH' and
20250            'IP4FWD' and
20251            '2T2C' and
20252            'VHOST_1024' and
20253            not 'VXLAN' and
20254            not 'DOT1Q'"
20255   parameters:
20256   - "latency"
20257   - "parent"
20258   - "tags"
20259   sort:
20260   - "not CFS_OPT"
20261   - "1VM"
20262   - "2VM"
20263   layout:
20264     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20265     layout: "plot-latency"
20266
20267 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
20268 -
20269   type: "plot"
20270   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20271   algorithm: "plot_latency_error_bars"
20272   output-file-type: ".html"
20273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20274   data: "plot-vpp-throughput-latency-3n-hsw"
20275   filter: "'NIC_Intel-X520-DA2' and
20276            '64B' and
20277            'NDRPDR' and
20278            ('ETH' or 'DOT1Q') and
20279            '1T1C' and
20280            'L2BDMACLRN' and
20281            'VHOST_1024' and
20282            not 'VXLAN' and
20283            not 'IP4FWD' and
20284            not '2VM'"
20285   parameters:
20286   - "latency"
20287   - "parent"
20288   - "tags"
20289 #  sort:
20290 #  - "VM"  # "not CFS_OPT"
20291 #  - "CFS_OPT"
20292 #  - "FIB_10K"
20293 #  - "FIB_100K"
20294 #  - "FIB_1M"
20295   layout:
20296     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20297     layout: "plot-latency"
20298
20299 -
20300   type: "plot"
20301   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20302   algorithm: "plot_latency_error_bars"
20303   output-file-type: ".html"
20304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20305   data: "plot-vpp-throughput-latency-3n-hsw"
20306   filter: "'NIC_Intel-X520-DA2' and
20307            '64B' and
20308            'NDRPDR' and
20309            ('ETH' or 'DOT1Q') and
20310            '2T2C' and
20311            'L2BDMACLRN' and
20312            'VHOST_1024' and
20313            not 'VXLAN' and
20314            not 'IP4FWD' and
20315            not '2VM'"
20316   parameters:
20317   - "latency"
20318   - "parent"
20319   - "tags"
20320 #  sort:
20321 #  - "VM"  # "not CFS_OPT"
20322 #  - "CFS_OPT"
20323 #  - "FIB_10K"
20324 #  - "FIB_100K"
20325 #  - "FIB_1M"
20326   layout:
20327     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20328     layout: "plot-latency"
20329
20330 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20331 -
20332   type: "plot"
20333   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20334   algorithm: "plot_latency_error_bars"
20335   output-file-type: ".html"
20336   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20337   data: "plot-vpp-throughput-latency-3n-hsw"
20338   filter: "'NIC_Intel-X520-DA2' and
20339            '64B' and
20340            'NDRPDR' and
20341            ('ETH' or 'DOT1Q') and
20342            'BASE' and
20343            '1T1C' and
20344            ('L2BDMACLRN' or 'L2XCFWD') and
20345            'VHOST_1024' and
20346            not 'VXLAN' and
20347            not 'IP4FWD' and
20348            not '2VM'"
20349   parameters:
20350   - "latency"
20351   - "parent"
20352   - "tags"
20353 #  sort:
20354 #  - "not CFS_OPT"
20355 #  - "L2XCFWD"
20356 #  - "not CFS_OPT"
20357 #  - "CFS_OPT"
20358   layout:
20359     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
20360     layout: "plot-latency"
20361
20362 -
20363   type: "plot"
20364   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20365   algorithm: "plot_latency_error_bars"
20366   output-file-type: ".html"
20367   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20368   data: "plot-vpp-throughput-latency-3n-hsw"
20369   filter: "'NIC_Intel-X520-DA2' and
20370            '64B' and
20371            'NDRPDR' and
20372            ('ETH' or 'DOT1Q') and
20373            'BASE' and
20374            '2T2C' and
20375            ('L2BDMACLRN' or 'L2XCFWD') and
20376            'VHOST_1024' and
20377            not 'VXLAN' and
20378            not 'IP4FWD' and
20379            not '2VM'"
20380   parameters:
20381   - "latency"
20382   - "parent"
20383   - "tags"
20384 #  sort:
20385 #  - "not CFS_OPT"
20386 #  - "L2XCFWD"
20387 #  - "not CFS_OPT"
20388 #  - "CFS_OPT"
20389   layout:
20390     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
20391     layout: "plot-latency"
20392
20393 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20394 -
20395   type: "plot"
20396   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20397   algorithm: "plot_latency_error_bars"
20398   output-file-type: ".html"
20399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20400   data: "plot-vpp-throughput-latency-3n-hsw"
20401   filter: "'NIC_Intel-X520-DA2' and
20402            '64B' and
20403            'NDRPDR' and
20404            ('ETH' or 'DOT1Q') and
20405            '1T1C' and
20406            ('L2BDMACLRN' or 'L2XCFWD') and
20407            'VHOST_1024' and
20408            not 'CFS_OPT' and
20409            not 'VXLAN' and
20410            not 'IP4FWD' and
20411            not 'LBOND'"
20412   parameters:
20413   - "latency"
20414   - "parent"
20415   - "tags"
20416 #  sort:
20417 #  - "1VM"
20418 #  - "L2XCFWD"
20419 #  - "1VM"
20420 #  - "L2BDMACLRN"
20421   layout:
20422     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20423     layout: "plot-latency"
20424
20425 -
20426   type: "plot"
20427   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20428   algorithm: "plot_latency_error_bars"
20429   output-file-type: ".html"
20430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20431   data: "plot-vpp-throughput-latency-3n-hsw"
20432   filter: "'NIC_Intel-X520-DA2' and
20433            '64B' and
20434            'NDRPDR' and
20435            ('ETH' or 'DOT1Q') and
20436            '2T2C' and
20437            ('L2BDMACLRN' or 'L2XCFWD') and
20438            'VHOST_1024' and
20439            not 'CFS_OPT' and
20440            not 'VXLAN' and
20441            not 'IP4FWD' and
20442            not 'LBOND'"
20443   parameters:
20444   - "latency"
20445   - "parent"
20446   - "tags"
20447 #  sort:
20448 #  - "1VM"
20449 #  - "L2XCFWD"
20450 #  - "1VM"
20451 #  - "L2BDMACLRN"
20452   layout:
20453     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20454     layout: "plot-latency"
20455
20456 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20457 -
20458   type: "plot"
20459   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20460   algorithm: "plot_latency_error_bars"
20461   output-file-type: ".html"
20462   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20463   data: "plot-vpp-throughput-latency-3n-hsw"
20464   filter: "'NIC_Intel-X710' and
20465            '64B' and
20466            'NDRPDR' and
20467            'ETH' and
20468            'IP4FWD' and
20469            '1T1C' and
20470            'VHOST_1024' and
20471            not 'VXLAN' and
20472            not 'DOT1Q'"
20473   parameters:
20474   - "latency"
20475   - "parent"
20476   - "tags"
20477   sort:
20478   - "not CFS_OPT"
20479   - "1VM"
20480   - "2VM"
20481   layout:
20482     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20483     layout: "plot-latency"
20484
20485 -
20486   type: "plot"
20487   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20488   algorithm: "plot_latency_error_bars"
20489   output-file-type: ".html"
20490   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20491   data: "plot-vpp-throughput-latency-3n-hsw"
20492   filter: "'NIC_Intel-X710' and
20493            '64B' and
20494            'NDRPDR' and
20495            'ETH' and
20496            'IP4FWD' and
20497            '2T2C' and
20498            'VHOST_1024' and
20499            not 'VXLAN' and
20500            not 'DOT1Q'"
20501   parameters:
20502   - "latency"
20503   - "parent"
20504   - "tags"
20505   sort:
20506   - "not CFS_OPT"
20507   - "1VM"
20508   - "2VM"
20509   layout:
20510     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20511     layout: "plot-latency"
20512
20513 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
20514 -
20515   type: "plot"
20516   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20517   algorithm: "plot_latency_error_bars"
20518   output-file-type: ".html"
20519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20520   data: "plot-vpp-throughput-latency-3n-hsw"
20521   filter: "'NIC_Intel-X710' and
20522            '64B' and
20523            'NDRPDR' and
20524            ('ETH' or 'DOT1Q') and
20525            '1T1C' and
20526            'L2BDMACLRN' and
20527            'VHOST_1024' and
20528            not 'VXLAN' and
20529            not 'IP4FWD' and
20530            not '2VM'"
20531   parameters:
20532   - "latency"
20533   - "parent"
20534   - "tags"
20535 #  sort:
20536 #  - "VM"  # "not CFS_OPT"
20537 #  - "CFS_OPT"
20538 #  - "FIB_10K"
20539 #  - "FIB_100K"
20540 #  - "FIB_1M"
20541   layout:
20542     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20543     layout: "plot-latency"
20544
20545 -
20546   type: "plot"
20547   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20548   algorithm: "plot_latency_error_bars"
20549   output-file-type: ".html"
20550   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20551   data: "plot-vpp-throughput-latency-3n-hsw"
20552   filter: "'NIC_Intel-X710' and
20553            '64B' and
20554            'NDRPDR' and
20555            ('ETH' or 'DOT1Q') and
20556            '2T2C' and
20557            'L2BDMACLRN' and
20558            'VHOST_1024' and
20559            not 'VXLAN' and
20560            not 'IP4FWD' and
20561            not '2VM'"
20562   parameters:
20563   - "latency"
20564   - "parent"
20565   - "tags"
20566 #  sort:
20567 #  - "VM"  # "not CFS_OPT"
20568 #  - "CFS_OPT"
20569 #  - "FIB_10K"
20570 #  - "FIB_100K"
20571 #  - "FIB_1M"
20572   layout:
20573     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20574     layout: "plot-latency"
20575
20576 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20577 -
20578   type: "plot"
20579   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20580   algorithm: "plot_latency_error_bars"
20581   output-file-type: ".html"
20582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20583   data: "plot-vpp-throughput-latency-3n-hsw"
20584   filter: "'NIC_Intel-X710' and
20585            '64B' and
20586            'NDRPDR' and
20587            ('ETH' or 'DOT1Q') and
20588            'BASE' and
20589            '1T1C' and
20590            ('L2BDMACLRN' or 'L2XCFWD') and
20591            'VHOST_1024' and
20592            not 'VXLAN' and
20593            not 'IP4FWD' and
20594            not '2VM'"
20595   parameters:
20596   - "latency"
20597   - "parent"
20598   - "tags"
20599 #  sort:
20600 #  - "not CFS_OPT"
20601 #  - "L2XCFWD"
20602 #  - "not CFS_OPT"
20603 #  - "CFS_OPT"
20604   layout:
20605     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
20606     layout: "plot-latency"
20607
20608 -
20609   type: "plot"
20610   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20611   algorithm: "plot_latency_error_bars"
20612   output-file-type: ".html"
20613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20614   data: "plot-vpp-throughput-latency-3n-hsw"
20615   filter: "'NIC_Intel-X710' and
20616            '64B' and
20617            'NDRPDR' and
20618            ('ETH' or 'DOT1Q') and
20619            'BASE' and
20620            '2T2C' and
20621            ('L2BDMACLRN' or 'L2XCFWD') and
20622            'VHOST_1024' and
20623            not 'VXLAN' and
20624            not 'IP4FWD' and
20625            not '2VM'"
20626   parameters:
20627   - "latency"
20628   - "parent"
20629   - "tags"
20630 #  sort:
20631 #  - "not CFS_OPT"
20632 #  - "L2XCFWD"
20633 #  - "not CFS_OPT"
20634 #  - "CFS_OPT"
20635   layout:
20636     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
20637     layout: "plot-latency"
20638
20639 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20640 -
20641   type: "plot"
20642   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20643   algorithm: "plot_latency_error_bars"
20644   output-file-type: ".html"
20645   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20646   data: "plot-vpp-throughput-latency-3n-hsw"
20647   filter: "'NIC_Intel-X710' and
20648            '64B' and
20649            'NDRPDR' and
20650            ('ETH' or 'DOT1Q') and
20651            '1T1C' and
20652            ('L2BDMACLRN' or 'L2XCFWD') and
20653            'VHOST_1024' and
20654            not 'CFS_OPT' and
20655            not 'VXLAN' and
20656            not 'IP4FWD' and
20657            not 'LBOND'"
20658   parameters:
20659   - "latency"
20660   - "parent"
20661   - "tags"
20662 #  sort:
20663 #  - "1VM"
20664 #  - "L2XCFWD"
20665 #  - "1VM"
20666 #  - "L2BDMACLRN"
20667   layout:
20668     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
20669     layout: "plot-latency"
20670
20671 -
20672   type: "plot"
20673   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20674   algorithm: "plot_latency_error_bars"
20675   output-file-type: ".html"
20676   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20677   data: "plot-vpp-throughput-latency-3n-hsw"
20678   filter: "'NIC_Intel-X710' and
20679            '64B' and
20680            'NDRPDR' and
20681            ('ETH' or 'DOT1Q') and
20682            '2T2C' and
20683            ('L2BDMACLRN' or 'L2XCFWD') and
20684            'VHOST_1024' and
20685            not 'CFS_OPT' and
20686            not 'VXLAN' and
20687            not 'IP4FWD' and
20688            not 'LBOND'"
20689   parameters:
20690   - "latency"
20691   - "parent"
20692   - "tags"
20693 #  sort:
20694 #  - "1VM"
20695 #  - "L2XCFWD"
20696 #  - "1VM"
20697 #  - "L2BDMACLRN"
20698   layout:
20699     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
20700     layout: "plot-latency"
20701
20702 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
20703 -
20704   type: "plot"
20705   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20706   algorithm: "plot_latency_error_bars"
20707   output-file-type: ".html"
20708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20709   data: "plot-vpp-throughput-latency-3n-hsw"
20710   filter: "'NIC_Intel-XL710' and
20711            '64B' and
20712            'NDRPDR' and
20713            'ETH' and
20714            'IP4FWD' and
20715            '1T1C' and
20716            'VHOST_1024' and
20717            not 'VXLAN' and
20718            not 'DOT1Q'"
20719   parameters:
20720   - "latency"
20721   - "parent"
20722   - "tags"
20723   sort:
20724   - "not CFS_OPT"
20725   - "1VM"
20726   - "2VM"
20727   layout:
20728     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20729     layout: "plot-latency"
20730
20731 -
20732   type: "plot"
20733   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20734   algorithm: "plot_latency_error_bars"
20735   output-file-type: ".html"
20736   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20737   data: "plot-vpp-throughput-latency-3n-hsw"
20738   filter: "'NIC_Intel-XL710' and
20739            '64B' and
20740            'NDRPDR' and
20741            'ETH' and
20742            'IP4FWD' and
20743            '2T2C' and
20744            'VHOST_1024' and
20745            not 'VXLAN' and
20746            not 'DOT1Q'"
20747   parameters:
20748   - "latency"
20749   - "parent"
20750   - "tags"
20751   sort:
20752   - "not CFS_OPT"
20753   - "1VM"
20754   - "2VM"
20755   layout:
20756     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20757     layout: "plot-latency"
20758
20759 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
20760 -
20761   type: "plot"
20762   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20763   algorithm: "plot_latency_error_bars"
20764   output-file-type: ".html"
20765   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20766   data: "plot-vpp-throughput-latency-3n-hsw"
20767   filter: "'NIC_Intel-XL710' and
20768            '64B' and
20769            'NDRPDR' and
20770            ('ETH' or 'DOT1Q') and
20771            '1T1C' and
20772            'L2BDMACLRN' and
20773            'VHOST_1024' and
20774            not 'VXLAN' and
20775            not 'IP4FWD' and
20776            not '2VM'"
20777   parameters:
20778   - "latency"
20779   - "parent"
20780   - "tags"
20781 #  sort:
20782 #  - "VM"  # "not CFS_OPT"
20783 #  - "CFS_OPT"
20784 #  - "FIB_10K"
20785 #  - "FIB_100K"
20786 #  - "FIB_1M"
20787   layout:
20788     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20789     layout: "plot-latency"
20790
20791 -
20792   type: "plot"
20793   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20794   algorithm: "plot_latency_error_bars"
20795   output-file-type: ".html"
20796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20797   data: "plot-vpp-throughput-latency-3n-hsw"
20798   filter: "'NIC_Intel-XL710' and
20799            '64B' and
20800            'NDRPDR' and
20801            ('ETH' or 'DOT1Q') and
20802            '2T2C' and
20803            'L2BDMACLRN' and
20804            'VHOST_1024' and
20805            not 'VXLAN' and
20806            not 'IP4FWD' and
20807            not '2VM'"
20808   parameters:
20809   - "latency"
20810   - "parent"
20811   - "tags"
20812 #  sort:
20813 #  - "VM"  # "not CFS_OPT"
20814 #  - "CFS_OPT"
20815 #  - "FIB_10K"
20816 #  - "FIB_100K"
20817 #  - "FIB_1M"
20818   layout:
20819     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20820     layout: "plot-latency"
20821
20822 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
20823 -
20824   type: "plot"
20825   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20826   algorithm: "plot_latency_error_bars"
20827   output-file-type: ".html"
20828   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20829   data: "plot-vpp-throughput-latency-3n-hsw"
20830   filter: "'NIC_Intel-XL710' and
20831            '64B' and
20832            'NDRPDR' and
20833            ('ETH' or 'DOT1Q') and
20834            'BASE' and
20835            '1T1C' and
20836            ('L2BDMACLRN' or 'L2XCFWD') and
20837            'VHOST_1024' and
20838            not 'VXLAN' and
20839            not 'IP4FWD' and
20840            not '2VM'"
20841   parameters:
20842   - "latency"
20843   - "parent"
20844   - "tags"
20845 #  sort:
20846 #  - "not CFS_OPT"
20847 #  - "L2XCFWD"
20848 #  - "not CFS_OPT"
20849 #  - "CFS_OPT"
20850   layout:
20851     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
20852     layout: "plot-latency"
20853
20854 -
20855   type: "plot"
20856   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20857   algorithm: "plot_latency_error_bars"
20858   output-file-type: ".html"
20859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20860   data: "plot-vpp-throughput-latency-3n-hsw"
20861   filter: "'NIC_Intel-XL710' and
20862            '64B' and
20863            'NDRPDR' and
20864            ('ETH' or 'DOT1Q') and
20865            'BASE' and
20866            '2T2C' and
20867            ('L2BDMACLRN' or 'L2XCFWD') and
20868            'VHOST_1024' and
20869            not 'VXLAN' and
20870            not 'IP4FWD' and
20871            not '2VM'"
20872   parameters:
20873   - "latency"
20874   - "parent"
20875   - "tags"
20876 #  sort:
20877 #  - "not CFS_OPT"
20878 #  - "L2XCFWD"
20879 #  - "not CFS_OPT"
20880 #  - "CFS_OPT"
20881   layout:
20882     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
20883     layout: "plot-latency"
20884
20885 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
20886 -
20887   type: "plot"
20888   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20889   algorithm: "plot_latency_error_bars"
20890   output-file-type: ".html"
20891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20892   data: "plot-vpp-throughput-latency-3n-hsw"
20893   filter: "'NIC_Intel-XL710' and
20894            '64B' and
20895            'NDRPDR' and
20896            ('ETH' or 'DOT1Q') and
20897            '1T1C' and
20898            ('L2BDMACLRN' or 'L2XCFWD') and
20899            'VHOST_1024' and
20900            not 'CFS_OPT' and
20901            not 'VXLAN' and
20902            not 'IP4FWD'"
20903   parameters:
20904   - "latency"
20905   - "parent"
20906   - "tags"
20907 #  sort:
20908 #  - "1VM"
20909 #  - "L2XCFWD"
20910 #  - "1VM"
20911 #  - "L2BDMACLRN"
20912   layout:
20913     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
20914     layout: "plot-latency"
20915
20916 -
20917   type: "plot"
20918   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20919   algorithm: "plot_latency_error_bars"
20920   output-file-type: ".html"
20921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20922   data: "plot-vpp-throughput-latency-3n-hsw"
20923   filter: "'NIC_Intel-XL710' and
20924            '64B' and
20925            'NDRPDR' and
20926            ('ETH' or 'DOT1Q') and
20927            '2T2C' and
20928            ('L2BDMACLRN' or 'L2XCFWD') and
20929            'VHOST_1024' and
20930            not 'CFS_OPT' and
20931            not 'VXLAN' and
20932            not 'IP4FWD'"
20933   parameters:
20934   - "latency"
20935   - "parent"
20936   - "tags"
20937 #  sort:
20938 #  - "1VM"
20939 #  - "L2XCFWD"
20940 #  - "1VM"
20941 #  - "L2BDMACLRN"
20942   layout:
20943     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
20944     layout: "plot-latency"
20945
20946 # Packet Latency - VPP vhost ip4 3n-skx-x710
20947 -
20948   type: "plot"
20949   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20950   algorithm: "plot_latency_error_bars"
20951   output-file-type: ".html"
20952   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20953   data: "plot-vpp-throughput-latency-3n-skx"
20954   filter: "'NIC_Intel-X710' and
20955            '64B' and
20956            'NDRPDR' and
20957            'ETH' and
20958            'IP4FWD' and
20959            '2T1C' and
20960            'VHOST_1024' and
20961            not 'VXLAN' and
20962            not 'DOT1Q'"
20963   parameters:
20964   - "latency"
20965   - "parent"
20966   - "tags"
20967   sort:
20968   - "not CFS_OPT"
20969   - "1VM"
20970   - "2VM"
20971   layout:
20972     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20973     layout: "plot-latency"
20974
20975 -
20976   type: "plot"
20977   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20978   algorithm: "plot_latency_error_bars"
20979   output-file-type: ".html"
20980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20981   data: "plot-vpp-throughput-latency-3n-skx"
20982   filter: "'NIC_Intel-X710' and
20983            '64B' and
20984            'NDRPDR' and
20985            'ETH' and
20986            'IP4FWD' and
20987            '4T2C' and
20988            'VHOST_1024' and
20989            not 'VXLAN' and
20990            not 'DOT1Q'"
20991   parameters:
20992   - "latency"
20993   - "parent"
20994   - "tags"
20995   sort:
20996   - "not CFS_OPT"
20997   - "1VM"
20998   - "2VM"
20999   layout:
21000     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21001     layout: "plot-latency"
21002
21003 # Packet Latency - VPP vhost l2sw 3n-skx-x710
21004 -
21005   type: "plot"
21006   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21007   algorithm: "plot_latency_error_bars"
21008   output-file-type: ".html"
21009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21010   data: "plot-vpp-throughput-latency-3n-skx"
21011   filter: "'NIC_Intel-X710' and
21012            '64B' and
21013            'NDRPDR' and
21014            ('ETH' or 'DOT1Q') and
21015            '2T1C' and
21016            'L2BDMACLRN' and
21017            'VHOST_1024' and
21018            not 'VXLAN' and
21019            not 'IP4FWD' and
21020            not '2VM'"
21021   parameters:
21022   - "latency"
21023   - "parent"
21024   - "tags"
21025 #  sort:
21026 #  - "VM"  # "not CFS_OPT"
21027 #  - "CFS_OPT"
21028 #  - "FIB_10K"
21029 #  - "FIB_100K"
21030 #  - "FIB_1M"
21031   layout:
21032     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21033     layout: "plot-latency"
21034
21035 -
21036   type: "plot"
21037   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21038   algorithm: "plot_latency_error_bars"
21039   output-file-type: ".html"
21040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21041   data: "plot-vpp-throughput-latency-3n-skx"
21042   filter: "'NIC_Intel-X710' and
21043            '64B' and
21044            'NDRPDR' and
21045            ('ETH' or 'DOT1Q') and
21046            '4T2C' and
21047            'L2BDMACLRN' and
21048            'VHOST_1024' and
21049            not 'VXLAN' and
21050            not 'IP4FWD' and
21051            not '2VM'"
21052   parameters:
21053   - "latency"
21054   - "parent"
21055   - "tags"
21056 #  sort:
21057 #  - "VM"  # "not CFS_OPT"
21058 #  - "CFS_OPT"
21059 #  - "FIB_10K"
21060 #  - "FIB_100K"
21061 #  - "FIB_1M"
21062   layout:
21063     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21064     layout: "plot-latency"
21065
21066 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21067 -
21068   type: "plot"
21069   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21070   algorithm: "plot_latency_error_bars"
21071   output-file-type: ".html"
21072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21073   data: "plot-vpp-throughput-latency-3n-skx"
21074   filter: "'NIC_Intel-X710' and
21075            '64B' and
21076            'NDRPDR' and
21077            ('ETH' or 'DOT1Q') and
21078            'BASE' and
21079            '2T1C' and
21080            ('L2BDMACLRN' or 'L2XCFWD') and
21081            'VHOST_1024' and
21082            not 'VXLAN' and
21083            not 'IP4FWD' and
21084            not '2VM' and
21085            not 'LBOND'"
21086   parameters:
21087   - "latency"
21088   - "parent"
21089   - "tags"
21090 #  sort:
21091 #  - "not CFS_OPT"
21092 #  - "L2XCFWD"
21093 #  - "not CFS_OPT"
21094 #  - "CFS_OPT"
21095   layout:
21096     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21097     layout: "plot-latency"
21098
21099 -
21100   type: "plot"
21101   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21102   algorithm: "plot_latency_error_bars"
21103   output-file-type: ".html"
21104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21105   data: "plot-vpp-throughput-latency-3n-skx"
21106   filter: "'NIC_Intel-X710' and
21107            '64B' and
21108            'NDRPDR' and
21109            ('ETH' or 'DOT1Q') and
21110            'BASE' and
21111            '4T2C' and
21112            ('L2BDMACLRN' or 'L2XCFWD') and
21113            'VHOST_1024' and
21114            not 'VXLAN' and
21115            not 'IP4FWD' and
21116            not '2VM' and
21117            not 'LBOND'"
21118   parameters:
21119   - "latency"
21120   - "parent"
21121   - "tags"
21122 #  sort:
21123 #  - "not CFS_OPT"
21124 #  - "L2XCFWD"
21125 #  - "not CFS_OPT"
21126 #  - "CFS_OPT"
21127   layout:
21128     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21129     layout: "plot-latency"
21130
21131 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21132 -
21133   type: "plot"
21134   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21135   algorithm: "plot_latency_error_bars"
21136   output-file-type: ".html"
21137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21138   data: "plot-vpp-throughput-latency-3n-skx"
21139   filter: "'NIC_Intel-X710' and
21140            '64B' and
21141            'NDRPDR' and
21142            ('ETH' or 'DOT1Q') and
21143            '2T1C' and
21144            ('L2BDMACLRN' or 'L2XCFWD') and
21145            'VHOST_1024' and
21146            not 'CFS_OPT' and
21147            not 'VXLAN' and
21148            not 'IP4FWD' and
21149            not 'LBOND'"
21150   parameters:
21151   - "latency"
21152   - "parent"
21153   - "tags"
21154 #  sort:
21155 #  - "1VM"
21156 #  - "L2XCFWD"
21157 #  - "1VM"
21158 #  - "L2BDMACLRN"
21159   layout:
21160     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21161     layout: "plot-latency"
21162
21163 -
21164   type: "plot"
21165   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21166   algorithm: "plot_latency_error_bars"
21167   output-file-type: ".html"
21168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21169   data: "plot-vpp-throughput-latency-3n-skx"
21170   filter: "'NIC_Intel-X710' and
21171            '64B' and
21172            'NDRPDR' and
21173            ('ETH' or 'DOT1Q') and
21174            '4T2C' and
21175            ('L2BDMACLRN' or 'L2XCFWD') and
21176            'VHOST_1024' and
21177            not 'CFS_OPT' and
21178            not 'VXLAN' and
21179            not 'IP4FWD' and
21180            not 'LBOND'"
21181   parameters:
21182   - "latency"
21183   - "parent"
21184   - "tags"
21185 #  sort:
21186 #  - "1VM"
21187 #  - "L2XCFWD"
21188 #  - "1VM"
21189 #  - "L2BDMACLRN"
21190   layout:
21191     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21192     layout: "plot-latency"
21193
21194 # Packet Latency - VPP vhost ip4 2n-skx-x710
21195 -
21196   type: "plot"
21197   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21198   algorithm: "plot_latency_error_bars"
21199   output-file-type: ".html"
21200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21201   data: "plot-vpp-throughput-latency-2n-skx"
21202   filter: "'NIC_Intel-X710' and
21203            '64B' and
21204            'NDRPDR' and
21205            'ETH' and
21206            'IP4FWD' and
21207            '2T1C' and
21208            'VHOST_1024' and
21209            not 'VXLAN' and
21210            not 'DOT1Q'"
21211   parameters:
21212   - "latency"
21213   - "parent"
21214   - "tags"
21215   sort:
21216   - "not CFS_OPT"
21217   - "1VM"
21218   - "2VM"
21219   layout:
21220     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21221     layout: "plot-latency"
21222
21223 -
21224   type: "plot"
21225   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21226   algorithm: "plot_latency_error_bars"
21227   output-file-type: ".html"
21228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21229   data: "plot-vpp-throughput-latency-2n-skx"
21230   filter: "'NIC_Intel-X710' and
21231            '64B' and
21232            'NDRPDR' and
21233            'ETH' and
21234            'IP4FWD' and
21235            '4T2C' and
21236            'VHOST_1024' and
21237            not 'VXLAN' and
21238            not 'DOT1Q'"
21239   parameters:
21240   - "latency"
21241   - "parent"
21242   - "tags"
21243   sort:
21244   - "not CFS_OPT"
21245   - "1VM"
21246   - "2VM"
21247   layout:
21248     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21249     layout: "plot-latency"
21250
21251 # Packet Latency - VPP vhost l2sw 2n-skx-x710
21252 -
21253   type: "plot"
21254   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21255   algorithm: "plot_latency_error_bars"
21256   output-file-type: ".html"
21257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21258   data: "plot-vpp-throughput-latency-2n-skx"
21259   filter: "'NIC_Intel-X710' and
21260            '64B' and
21261            'NDRPDR' and
21262            ('ETH' or 'DOT1Q') and
21263            '2T1C' and
21264            'L2BDMACLRN' and
21265            'VHOST_1024' and
21266            not 'VXLAN' and
21267            not 'IP4FWD' and
21268            not '2VM'"
21269   parameters:
21270   - "latency"
21271   - "parent"
21272   - "tags"
21273 #  sort:
21274 #  - "VM"  # "not CFS_OPT"
21275 #  - "CFS_OPT"
21276 #  - "FIB_10K"
21277 #  - "FIB_100K"
21278 #  - "FIB_1M"
21279   layout:
21280     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21281     layout: "plot-latency"
21282
21283 -
21284   type: "plot"
21285   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21286   algorithm: "plot_latency_error_bars"
21287   output-file-type: ".html"
21288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21289   data: "plot-vpp-throughput-latency-2n-skx"
21290   filter: "'NIC_Intel-X710' and
21291            '64B' and
21292            'NDRPDR' and
21293            ('ETH' or 'DOT1Q') and
21294            '4T2C' and
21295            'L2BDMACLRN' and
21296            'VHOST_1024' and
21297            not 'VXLAN' and
21298            not 'IP4FWD' and
21299            not '2VM'"
21300   parameters:
21301   - "latency"
21302   - "parent"
21303   - "tags"
21304 #  sort:
21305 #  - "VM"  # "not CFS_OPT"
21306 #  - "CFS_OPT"
21307 #  - "FIB_10K"
21308 #  - "FIB_100K"
21309 #  - "FIB_1M"
21310   layout:
21311     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21312     layout: "plot-latency"
21313
21314 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21315 -
21316   type: "plot"
21317   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21318   algorithm: "plot_latency_error_bars"
21319   output-file-type: ".html"
21320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21321   data: "plot-vpp-throughput-latency-2n-skx"
21322   filter: "'NIC_Intel-X710' and
21323            '64B' and
21324            'NDRPDR' and
21325            ('ETH' or 'DOT1Q') and
21326            'BASE' and
21327            '2T1C' and
21328            ('L2BDMACLRN' or 'L2XCFWD') and
21329            'VHOST_1024' and
21330            not 'VXLAN' and
21331            not 'IP4FWD' and
21332            not '2VM'"
21333   parameters:
21334   - "latency"
21335   - "parent"
21336   - "tags"
21337 #  sort:
21338 #  - "not CFS_OPT"
21339 #  - "L2XCFWD"
21340 #  - "not CFS_OPT"
21341 #  - "CFS_OPT"
21342   layout:
21343     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
21344     layout: "plot-latency"
21345
21346 -
21347   type: "plot"
21348   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21349   algorithm: "plot_latency_error_bars"
21350   output-file-type: ".html"
21351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21352   data: "plot-vpp-throughput-latency-2n-skx"
21353   filter: "'NIC_Intel-X710' and
21354            '64B' and
21355            'NDRPDR' and
21356            ('ETH' or 'DOT1Q') and
21357            'BASE' and
21358            '4T2C' and
21359            ('L2BDMACLRN' or 'L2XCFWD') and
21360            'VHOST_1024' and
21361            not 'VXLAN' and
21362            not 'IP4FWD' and
21363            not '2VM'"
21364   parameters:
21365   - "latency"
21366   - "parent"
21367   - "tags"
21368 #  sort:
21369 #  - "not CFS_OPT"
21370 #  - "L2XCFWD"
21371 #  - "not CFS_OPT"
21372 #  - "CFS_OPT"
21373   layout:
21374     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
21375     layout: "plot-latency"
21376
21377 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21378 -
21379   type: "plot"
21380   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21381   algorithm: "plot_latency_error_bars"
21382   output-file-type: ".html"
21383   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21384   data: "plot-vpp-throughput-latency-2n-skx"
21385   filter: "'NIC_Intel-X710' and
21386            '64B' and
21387            'NDRPDR' and
21388            ('ETH' or 'DOT1Q') and
21389            '2T1C' and
21390            ('L2BDMACLRN' or 'L2XCFWD') and
21391            'VHOST_1024' and
21392            not 'CFS_OPT' and
21393            not 'VXLAN' and
21394            not 'IP4FWD'"
21395   parameters:
21396   - "latency"
21397   - "parent"
21398   - "tags"
21399 #  sort:
21400 #  - "1VM"
21401 #  - "L2XCFWD"
21402 #  - "1VM"
21403 #  - "L2BDMACLRN"
21404   layout:
21405     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21406     layout: "plot-latency"
21407
21408 -
21409   type: "plot"
21410   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21411   algorithm: "plot_latency_error_bars"
21412   output-file-type: ".html"
21413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21414   data: "plot-vpp-throughput-latency-2n-skx"
21415   filter: "'NIC_Intel-X710' and
21416            '64B' and
21417            'NDRPDR' and
21418            ('ETH' or 'DOT1Q') and
21419            '4T2C' and
21420            ('L2BDMACLRN' or 'L2XCFWD') and
21421            'VHOST_1024' and
21422            not 'CFS_OPT' and
21423            not 'VXLAN' and
21424            not 'IP4FWD'"
21425   parameters:
21426   - "latency"
21427   - "parent"
21428   - "tags"
21429 #  sort:
21430 #  - "1VM"
21431 #  - "L2XCFWD"
21432 #  - "1VM"
21433 #  - "L2BDMACLRN"
21434   layout:
21435     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21436     layout: "plot-latency"
21437
21438 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21439 -
21440   type: "plot"
21441   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21442   algorithm: "plot_latency_error_bars"
21443   output-file-type: ".html"
21444   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21445   data: "plot-vpp-throughput-latency-2n-skx"
21446   filter: "'NIC_Intel-XXV710' and
21447            '64B' and
21448            'NDRPDR' and
21449            'ETH' and
21450            'IP4FWD' and
21451            '2T1C' and
21452            'VHOST_1024' and
21453            not 'VXLAN' and
21454            not 'DOT1Q'"
21455   parameters:
21456   - "latency"
21457   - "parent"
21458   - "tags"
21459   sort:
21460   - "not CFS_OPT"
21461   - "1VM"
21462   - "2VM"
21463   layout:
21464     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21465     layout: "plot-latency"
21466
21467 -
21468   type: "plot"
21469   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21470   algorithm: "plot_latency_error_bars"
21471   output-file-type: ".html"
21472   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21473   data: "plot-vpp-throughput-latency-2n-skx"
21474   filter: "'NIC_Intel-XXV710' and
21475            '64B' and
21476            'NDRPDR' and
21477            'ETH' and
21478            'IP4FWD' and
21479            '4T2C' and
21480            'VHOST_1024' and
21481            not 'VXLAN' and
21482            not 'DOT1Q'"
21483   parameters:
21484   - "latency"
21485   - "parent"
21486   - "tags"
21487   sort:
21488   - "not CFS_OPT"
21489   - "1VM"
21490   - "2VM"
21491   layout:
21492     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21493     layout: "plot-latency"
21494
21495 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
21496 -
21497   type: "plot"
21498   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21499   algorithm: "plot_latency_error_bars"
21500   output-file-type: ".html"
21501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21502   data: "plot-vpp-throughput-latency-2n-skx"
21503   filter: "'NIC_Intel-XXV710' and
21504            '64B' and
21505            'NDRPDR' and
21506            ('ETH' or 'DOT1Q') and
21507            '2T1C' and
21508            'L2BDMACLRN' and
21509            'VHOST_1024' and
21510            not 'VXLAN' and
21511            not 'IP4FWD' and
21512            not '2VM'"
21513   parameters:
21514   - "latency"
21515   - "parent"
21516   - "tags"
21517 #  sort:
21518 #  - "VM"  # "not CFS_OPT"
21519 #  - "CFS_OPT"
21520 #  - "FIB_10K"
21521 #  - "FIB_100K"
21522 #  - "FIB_1M"
21523   layout:
21524     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21525     layout: "plot-latency"
21526
21527 -
21528   type: "plot"
21529   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21530   algorithm: "plot_latency_error_bars"
21531   output-file-type: ".html"
21532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21533   data: "plot-vpp-throughput-latency-2n-skx"
21534   filter: "'NIC_Intel-XXV710' and
21535            '64B' and
21536            'NDRPDR' and
21537            ('ETH' or 'DOT1Q') and
21538            '4T2C' and
21539            'L2BDMACLRN' and
21540            'VHOST_1024' and
21541            not 'VXLAN' and
21542            not 'IP4FWD' and
21543            not '2VM'"
21544   parameters:
21545   - "latency"
21546   - "parent"
21547   - "tags"
21548 #  sort:
21549 #  - "VM"  # "not CFS_OPT"
21550 #  - "CFS_OPT"
21551 #  - "FIB_10K"
21552 #  - "FIB_100K"
21553 #  - "FIB_1M"
21554   layout:
21555     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21556     layout: "plot-latency"
21557
21558 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21559 -
21560   type: "plot"
21561   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21562   algorithm: "plot_latency_error_bars"
21563   output-file-type: ".html"
21564   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21565   data: "plot-vpp-throughput-latency-2n-skx"
21566   filter: "'NIC_Intel-XXV710' and
21567            '64B' and
21568            'NDRPDR' and
21569            ('ETH' or 'DOT1Q') and
21570            'BASE' and
21571            '2T1C' and
21572            ('L2BDMACLRN' or 'L2XCFWD') and
21573            'VHOST_1024' and
21574            not 'VXLAN' and
21575            not 'IP4FWD' and
21576            not '2VM'"
21577   parameters:
21578   - "latency"
21579   - "parent"
21580   - "tags"
21581 #  sort:
21582 #  - "not CFS_OPT"
21583 #  - "L2XCFWD"
21584 #  - "not CFS_OPT"
21585 #  - "CFS_OPT"
21586   layout:
21587     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
21588     layout: "plot-latency"
21589
21590 -
21591   type: "plot"
21592   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21593   algorithm: "plot_latency_error_bars"
21594   output-file-type: ".html"
21595   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21596   data: "plot-vpp-throughput-latency-2n-skx"
21597   filter: "'NIC_Intel-XXV710' and
21598            '64B' and
21599            'NDRPDR' and
21600            ('ETH' or 'DOT1Q') and
21601            'BASE' and
21602            '4T2C' and
21603            ('L2BDMACLRN' or 'L2XCFWD') and
21604            'VHOST_1024' and
21605            not 'VXLAN' and
21606            not 'IP4FWD' and
21607            not '2VM'"
21608   parameters:
21609   - "latency"
21610   - "parent"
21611   - "tags"
21612 #  sort:
21613 #  - "not CFS_OPT"
21614 #  - "L2XCFWD"
21615 #  - "not CFS_OPT"
21616 #  - "CFS_OPT"
21617   layout:
21618     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
21619     layout: "plot-latency"
21620
21621 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21622 -
21623   type: "plot"
21624   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21625   algorithm: "plot_latency_error_bars"
21626   output-file-type: ".html"
21627   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21628   data: "plot-vpp-throughput-latency-2n-skx"
21629   filter: "'NIC_Intel-XXV710' and
21630            '64B' and
21631            'NDRPDR' and
21632            ('ETH' or 'DOT1Q') and
21633            '2T1C' and
21634            ('L2BDMACLRN' or 'L2XCFWD') and
21635            'VHOST_1024' and
21636            not 'CFS_OPT' and
21637            not 'VXLAN' and
21638            not 'IP4FWD'"
21639   parameters:
21640   - "latency"
21641   - "parent"
21642   - "tags"
21643 #  sort:
21644 #  - "1VM"
21645 #  - "L2XCFWD"
21646 #  - "1VM"
21647 #  - "L2BDMACLRN"
21648   layout:
21649     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21650     layout: "plot-latency"
21651
21652 -
21653   type: "plot"
21654   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21655   algorithm: "plot_latency_error_bars"
21656   output-file-type: ".html"
21657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21658   data: "plot-vpp-throughput-latency-2n-skx"
21659   filter: "'NIC_Intel-XXV710' and
21660            '64B' and
21661            'NDRPDR' and
21662            ('ETH' or 'DOT1Q') and
21663            '4T2C' and
21664            ('L2BDMACLRN' or 'L2XCFWD') and
21665            'VHOST_1024' and
21666            not 'CFS_OPT' and
21667            not 'VXLAN' and
21668            not 'IP4FWD'"
21669   parameters:
21670   - "latency"
21671   - "parent"
21672   - "tags"
21673 #  sort:
21674 #  - "1VM"
21675 #  - "L2XCFWD"
21676 #  - "1VM"
21677 #  - "L2BDMACLRN"
21678   layout:
21679     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21680     layout: "plot-latency"
21681
21682 ################################################################################
21683
21684 # Packet Latency - VPP VTS 3n-hsw-x520
21685 -
21686   type: "plot"
21687   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21688   algorithm: "plot_latency_error_bars"
21689   output-file-type: ".html"
21690   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21691   data: "plot-vpp-throughput-latency-3n-hsw"
21692   filter: "'NIC_Intel-X520-DA2' and
21693            '114B' and
21694            'NDRPDR' and
21695            '1T1C' and
21696            'VTS'"
21697   parameters:
21698   - "latency"
21699   - "parent"
21700   - "tags"
21701   layout:
21702     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21703     layout: "plot-latency"
21704
21705 -
21706   type: "plot"
21707   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21708   algorithm: "plot_latency_error_bars"
21709   output-file-type: ".html"
21710   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21711   data: "plot-vpp-throughput-latency-3n-hsw"
21712   filter: "'NIC_Intel-X520-DA2' and
21713            '114B' and
21714            'NDRPDR' and
21715            '2T2C' and
21716            'VTS'"
21717   parameters:
21718   - "latency"
21719   - "parent"
21720   - "tags"
21721   layout:
21722     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21723     layout: "plot-latency"
21724
21725 ################################################################################
21726
21727 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21728 -
21729   type: "plot"
21730   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21731   algorithm: "plot_latency_error_bars"
21732   output-file-type: ".html"
21733   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21734   data: "plot-dpdk-throughput-latency-3n-hsw"
21735   filter: "'NIC_Intel-X520-DA2' and
21736            '64B' and
21737            'BASE' and
21738            'NDRPDR' and
21739            '1T1C' and
21740            'IP4FWD'"
21741   parameters:
21742   - "latency"
21743   - "parent"
21744   - "tags"
21745   layout:
21746     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21747     layout: "plot-latency"
21748
21749 -
21750   type: "plot"
21751   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21752   algorithm: "plot_latency_error_bars"
21753   output-file-type: ".html"
21754   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21755   data: "plot-dpdk-throughput-latency-3n-hsw"
21756   filter: "'NIC_Intel-X520-DA2' and
21757            '64B' and
21758            'BASE' and
21759            'NDRPDR' and
21760            '2T2C' and
21761            'IP4FWD'"
21762   parameters:
21763   - "latency"
21764   - "parent"
21765   - "tags"
21766   layout:
21767     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21768     layout: "plot-latency"
21769
21770 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21771 -
21772   type: "plot"
21773   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21774   algorithm: "plot_latency_error_bars"
21775   output-file-type: ".html"
21776   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21777   data: "plot-dpdk-throughput-latency-3n-hsw"
21778   filter: "'NIC_Intel-X710' and
21779            '64B' and
21780            'BASE' and
21781            'NDRPDR' and
21782            '1T1C' and
21783            'IP4FWD'"
21784   parameters:
21785   - "latency"
21786   - "parent"
21787   - "tags"
21788   layout:
21789     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21790     layout: "plot-latency"
21791
21792 -
21793   type: "plot"
21794   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21795   algorithm: "plot_latency_error_bars"
21796   output-file-type: ".html"
21797   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21798   data: "plot-dpdk-throughput-latency-3n-hsw"
21799   filter: "'NIC_Intel-X710' and
21800            '64B' and
21801            'BASE' and
21802            'NDRPDR' and
21803            '2T2C' and
21804            'IP4FWD'"
21805   parameters:
21806   - "latency"
21807   - "parent"
21808   - "tags"
21809   layout:
21810     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21811     layout: "plot-latency"
21812
21813 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21814 -
21815   type: "plot"
21816   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21817   algorithm: "plot_latency_error_bars"
21818   output-file-type: ".html"
21819   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21820   data: "plot-dpdk-throughput-latency-3n-hsw"
21821   filter: "'NIC_Intel-XL710' and
21822            '64B' and
21823            'BASE' and
21824            'NDRPDR' and
21825            '1T1C' and
21826            'IP4FWD'"
21827   parameters:
21828   - "latency"
21829   - "parent"
21830   - "tags"
21831   layout:
21832     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21833     layout: "plot-latency"
21834
21835 -
21836   type: "plot"
21837   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21838   algorithm: "plot_latency_error_bars"
21839   output-file-type: ".html"
21840   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21841   data: "plot-dpdk-throughput-latency-3n-hsw"
21842   filter: "'NIC_Intel-XL710' and
21843            '64B' and
21844            'BASE' and
21845            'NDRPDR' and
21846            '2T2C' and
21847            'IP4FWD'"
21848   parameters:
21849   - "latency"
21850   - "parent"
21851   - "tags"
21852   layout:
21853     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21854     layout: "plot-latency"
21855
21856 # Packet Latency - DPDK l3fwd 3n-skx-x710
21857 -
21858   type: "plot"
21859   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21860   algorithm: "plot_latency_error_bars"
21861   output-file-type: ".html"
21862   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21863   data: "plot-dpdk-throughput-latency-3n-skx"
21864   filter: "'NIC_Intel-X710' and
21865            '64B' and
21866            'BASE' and
21867            'NDRPDR' and
21868            '2T1C' and
21869            'IP4FWD'"
21870   parameters:
21871   - "latency"
21872   - "parent"
21873   - "tags"
21874   layout:
21875     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21876     layout: "plot-latency"
21877
21878 -
21879   type: "plot"
21880   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21881   algorithm: "plot_latency_error_bars"
21882   output-file-type: ".html"
21883   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21884   data: "plot-dpdk-throughput-latency-3n-skx"
21885   filter: "'NIC_Intel-X710' and
21886            '64B' and
21887            'BASE' and
21888            'NDRPDR' and
21889            '4T2C' and
21890            'IP4FWD'"
21891   parameters:
21892   - "latency"
21893   - "parent"
21894   - "tags"
21895   layout:
21896     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21897     layout: "plot-latency"
21898
21899 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21900 -
21901   type: "plot"
21902   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21903   algorithm: "plot_latency_error_bars"
21904   output-file-type: ".html"
21905   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21906   data: "plot-dpdk-throughput-latency-3n-skx"
21907   filter: "'NIC_Intel-XXV710' and
21908            '64B' and
21909            'BASE' and
21910            'NDRPDR' and
21911            '2T1C' and
21912            'IP4FWD'"
21913   parameters:
21914   - "latency"
21915   - "parent"
21916   - "tags"
21917   layout:
21918     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21919     layout: "plot-latency"
21920
21921 -
21922   type: "plot"
21923   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21924   algorithm: "plot_latency_error_bars"
21925   output-file-type: ".html"
21926   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21927   data: "plot-dpdk-throughput-latency-3n-skx"
21928   filter: "'NIC_Intel-XXV710' and
21929            '64B' and
21930            'BASE' and
21931            'NDRPDR' and
21932            '4T2C' and
21933            'IP4FWD'"
21934   parameters:
21935   - "latency"
21936   - "parent"
21937   - "tags"
21938   layout:
21939     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21940     layout: "plot-latency"
21941
21942 # Packet Latency - DPDK l3fwd 2n-skx-x710
21943 -
21944   type: "plot"
21945   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21946   algorithm: "plot_latency_error_bars"
21947   output-file-type: ".html"
21948   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21949   data: "plot-dpdk-throughput-latency-2n-skx"
21950   filter: "'NIC_Intel-X710' and
21951            '64B' and
21952            'BASE' and
21953            'NDRPDR' and
21954            '2T1C' and
21955            'IP4FWD'"
21956   parameters:
21957   - "latency"
21958   - "parent"
21959   - "tags"
21960   layout:
21961     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21962     layout: "plot-latency"
21963
21964 -
21965   type: "plot"
21966   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21967   algorithm: "plot_latency_error_bars"
21968   output-file-type: ".html"
21969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21970   data: "plot-dpdk-throughput-latency-2n-skx"
21971   filter: "'NIC_Intel-X710' and
21972            '64B' and
21973            'BASE' and
21974            'NDRPDR' and
21975            '4T2C' and
21976            'IP4FWD'"
21977   parameters:
21978   - "latency"
21979   - "parent"
21980   - "tags"
21981   layout:
21982     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21983     layout: "plot-latency"
21984
21985 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21986 -
21987   type: "plot"
21988   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21989   algorithm: "plot_latency_error_bars"
21990   output-file-type: ".html"
21991   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21992   data: "plot-dpdk-throughput-latency-2n-skx"
21993   filter: "'NIC_Intel-XXV710' and
21994            '64B' and
21995            'BASE' and
21996            'NDRPDR' and
21997            '2T1C' and
21998            'IP4FWD'"
21999   parameters:
22000   - "latency"
22001   - "parent"
22002   - "tags"
22003   layout:
22004     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22005     layout: "plot-latency"
22006
22007 -
22008   type: "plot"
22009   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22010   algorithm: "plot_latency_error_bars"
22011   output-file-type: ".html"
22012   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22013   data: "plot-dpdk-throughput-latency-2n-skx"
22014   filter: "'NIC_Intel-XXV710' and
22015            '64B' and
22016            'BASE' and
22017            'NDRPDR' and
22018            '4T2C' and
22019            'IP4FWD'"
22020   parameters:
22021   - "latency"
22022   - "parent"
22023   - "tags"
22024   layout:
22025     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22026     layout: "plot-latency"
22027
22028 ################################################################################
22029
22030 # Packet Latency - DPDK testpmd 3n-hsw-x520
22031 -
22032   type: "plot"
22033   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22034   algorithm: "plot_latency_error_bars"
22035   output-file-type: ".html"
22036   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22037   data: "plot-dpdk-throughput-latency-3n-hsw"
22038   filter: "'NIC_Intel-X520-DA2' and
22039            '64B' and
22040            'BASE' and
22041            'NDRPDR' and
22042            '1T1C' and
22043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22044   parameters:
22045   - "latency"
22046   - "parent"
22047   - "tags"
22048   layout:
22049     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22050     layout: "plot-latency"
22051
22052 -
22053   type: "plot"
22054   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22055   algorithm: "plot_latency_error_bars"
22056   output-file-type: ".html"
22057   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22058   data: "plot-dpdk-throughput-latency-3n-hsw"
22059   filter: "'NIC_Intel-X520-DA2' and
22060            '64B' and
22061            'BASE' and
22062            'NDRPDR' and
22063            '2T2C' and
22064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22065   parameters:
22066   - "latency"
22067   - "parent"
22068   - "tags"
22069   layout:
22070     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22071     layout: "plot-latency"
22072
22073 # Packet Latency - DPDK testpmd 3n-hsw-x710
22074 -
22075   type: "plot"
22076   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22077   algorithm: "plot_latency_error_bars"
22078   output-file-type: ".html"
22079   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22080   data: "plot-dpdk-throughput-latency-3n-hsw"
22081   filter: "'NIC_Intel-X710' and
22082            '64B' and
22083            'BASE' and
22084            'NDRPDR' and
22085            '1T1C' and
22086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22087   parameters:
22088   - "latency"
22089   - "parent"
22090   - "tags"
22091   layout:
22092     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22093     layout: "plot-latency"
22094
22095 -
22096   type: "plot"
22097   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22098   algorithm: "plot_latency_error_bars"
22099   output-file-type: ".html"
22100   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22101   data: "plot-dpdk-throughput-latency-3n-hsw"
22102   filter: "'NIC_Intel-X710' and
22103            '64B' and
22104            'BASE' and
22105            'NDRPDR' and
22106            '2T2C' and
22107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22108   parameters:
22109   - "latency"
22110   - "parent"
22111   - "tags"
22112   layout:
22113     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22114     layout: "plot-latency"
22115
22116 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22117 -
22118   type: "plot"
22119   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22120   algorithm: "plot_latency_error_bars"
22121   output-file-type: ".html"
22122   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22123   data: "plot-dpdk-throughput-latency-3n-hsw"
22124   filter: "'NIC_Intel-XL710' and
22125            '64B' and
22126            'BASE' and
22127            'NDRPDR' and
22128            '1T1C' and
22129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22130   parameters:
22131   - "latency"
22132   - "parent"
22133   - "tags"
22134   layout:
22135     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22136     layout: "plot-latency"
22137
22138 -
22139   type: "plot"
22140   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22141   algorithm: "plot_latency_error_bars"
22142   output-file-type: ".html"
22143   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22144   data: "plot-dpdk-throughput-latency-3n-hsw"
22145   filter: "'NIC_Intel-XL710' and
22146            '64B' and
22147            'BASE' and
22148            'NDRPDR' and
22149            '2T2C' and
22150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22151   parameters:
22152   - "latency"
22153   - "parent"
22154   - "tags"
22155   layout:
22156     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22157     layout: "plot-latency"
22158
22159 # Packet Latency - DPDK testpmd 3n-skx-x710
22160 -
22161   type: "plot"
22162   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22163   algorithm: "plot_latency_error_bars"
22164   output-file-type: ".html"
22165   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22166   data: "plot-dpdk-throughput-latency-3n-skx"
22167   filter: "'NIC_Intel-X710' and
22168            '64B' and
22169            'BASE' and
22170            'NDRPDR' and
22171            '2T1C' and
22172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22173   parameters:
22174   - "latency"
22175   - "parent"
22176   - "tags"
22177   layout:
22178     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22179     layout: "plot-latency"
22180
22181 -
22182   type: "plot"
22183   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22184   algorithm: "plot_latency_error_bars"
22185   output-file-type: ".html"
22186   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22187   data: "plot-dpdk-throughput-latency-3n-skx"
22188   filter: "'NIC_Intel-X710' and
22189            '64B' and
22190            'BASE' and
22191            'NDRPDR' and
22192            '4T2C' and
22193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22194   parameters:
22195   - "latency"
22196   - "parent"
22197   - "tags"
22198   layout:
22199     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22200     layout: "plot-latency"
22201
22202 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22203 -
22204   type: "plot"
22205   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22206   algorithm: "plot_latency_error_bars"
22207   output-file-type: ".html"
22208   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22209   data: "plot-dpdk-throughput-latency-3n-skx"
22210   filter: "'NIC_Intel-XXV710' and
22211            '64B' and
22212            'BASE' and
22213            'NDRPDR' and
22214            '2T1C' and
22215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22216   parameters:
22217   - "latency"
22218   - "parent"
22219   - "tags"
22220   layout:
22221     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22222     layout: "plot-latency"
22223
22224 -
22225   type: "plot"
22226   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22227   algorithm: "plot_latency_error_bars"
22228   output-file-type: ".html"
22229   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22230   data: "plot-dpdk-throughput-latency-3n-skx"
22231   filter: "'NIC_Intel-XXV710' and
22232            '64B' and
22233            'BASE' and
22234            'NDRPDR' and
22235            '4T2C' and
22236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22237   parameters:
22238   - "latency"
22239   - "parent"
22240   - "tags"
22241   layout:
22242     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22243     layout: "plot-latency"
22244
22245 # Packet Latency - DPDK testpmd 2n-skx-x710
22246 -
22247   type: "plot"
22248   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22249   algorithm: "plot_latency_error_bars"
22250   output-file-type: ".html"
22251   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22252   data: "plot-dpdk-throughput-latency-2n-skx"
22253   filter: "'NIC_Intel-X710' and
22254            '64B' and
22255            'BASE' and
22256            'NDRPDR' and
22257            '2T1C' and
22258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22259   parameters:
22260   - "latency"
22261   - "parent"
22262   - "tags"
22263   layout:
22264     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22265     layout: "plot-latency"
22266
22267 -
22268   type: "plot"
22269   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22270   algorithm: "plot_latency_error_bars"
22271   output-file-type: ".html"
22272   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22273   data: "plot-dpdk-throughput-latency-2n-skx"
22274   filter: "'NIC_Intel-X710' and
22275            '64B' and
22276            'BASE' and
22277            'NDRPDR' and
22278            '4T2C' and
22279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22280   parameters:
22281   - "latency"
22282   - "parent"
22283   - "tags"
22284   layout:
22285     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22286     layout: "plot-latency"
22287
22288 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22289 -
22290   type: "plot"
22291   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22292   algorithm: "plot_latency_error_bars"
22293   output-file-type: ".html"
22294   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22295   data: "plot-dpdk-throughput-latency-2n-skx"
22296   filter: "'NIC_Intel-XXV710' and
22297            '64B' and
22298            'BASE' and
22299            'NDRPDR' and
22300            '2T1C' and
22301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22302   parameters:
22303   - "latency"
22304   - "parent"
22305   - "tags"
22306   layout:
22307     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22308     layout: "plot-latency"
22309
22310 -
22311   type: "plot"
22312   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22313   algorithm: "plot_latency_error_bars"
22314   output-file-type: ".html"
22315   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22316   data: "plot-dpdk-throughput-latency-2n-skx"
22317   filter: "'NIC_Intel-XXV710' and
22318            '64B' and
22319            'BASE' and
22320            'NDRPDR' and
22321            '4T2C' and
22322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22323   parameters:
22324   - "latency"
22325   - "parent"
22326   - "tags"
22327   layout:
22328     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22329     layout: "plot-latency"
22330
22331 ################################################################################
22332
22333 # Speedup - VPP Container Memif 3n-hsw-x520
22334 -
22335   type: "plot"
22336   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22337   algorithm: "plot_throughput_speedup_analysis"
22338   output-file-type: ".html"
22339   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22340   data: "plot-throughput-speedup-analysis-3n-hsw"
22341   filter: "'NIC_Intel-X520-DA2' and
22342            '64B' and
22343            ('BASE' or 'SCALE') and
22344            'NDRPDR' and
22345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22346            not 'VHOST' and
22347            'MEMIF'"
22348   parameters:
22349   - "throughput"
22350   - "parent"
22351   - "tags"
22352   sort:
22353   - "L2XCFWD"
22354   - "L2XCFWD"
22355   - "L2XCFWD"
22356   - "L2BDMACLRN"
22357   - "L2BDMACLRN"
22358   - "L2BDMACLRN"
22359   layout:
22360     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
22361     layout: "plot-throughput-speedup-analysis"
22362
22363 -
22364   type: "plot"
22365   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22366   algorithm: "plot_throughput_speedup_analysis"
22367   output-file-type: ".html"
22368   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22369   data: "plot-throughput-speedup-analysis-3n-hsw"
22370   filter: "'NIC_Intel-X520-DA2' and
22371            '64B' and
22372            ('BASE' or 'SCALE') and
22373            'NDRPDR' and
22374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22375            not 'VHOST' and
22376            'MEMIF'"
22377   parameters:
22378   - "throughput"
22379   - "parent"
22380   - "tags"
22381   sort:
22382   - "L2XCFWD"
22383   - "L2XCFWD"
22384   - "L2XCFWD"
22385   - "L2BDMACLRN"
22386   - "L2BDMACLRN"
22387   - "L2BDMACLRN"
22388   layout:
22389     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
22390     layout: "plot-throughput-speedup-analysis"
22391
22392 # Speedup - VPP Container Memif 3n-hsw-x710
22393 -
22394   type: "plot"
22395   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22396   algorithm: "plot_throughput_speedup_analysis"
22397   output-file-type: ".html"
22398   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22399   data: "plot-throughput-speedup-analysis-3n-hsw"
22400   filter: "'NIC_Intel-X710' and
22401            '64B' and
22402            ('BASE' or 'SCALE') and
22403            'NDRPDR' and
22404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22405            not 'VHOST' and
22406            'MEMIF'"
22407   parameters:
22408   - "throughput"
22409   - "parent"
22410   - "tags"
22411   sort:
22412   - "L2XCFWD"
22413   - "L2XCFWD"
22414   - "L2XCFWD"
22415   - "L2BDMACLRN"
22416   - "L2BDMACLRN"
22417   - "L2BDMACLRN"
22418   layout:
22419     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
22420     layout: "plot-throughput-speedup-analysis"
22421
22422 -
22423   type: "plot"
22424   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22425   algorithm: "plot_throughput_speedup_analysis"
22426   output-file-type: ".html"
22427   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22428   data: "plot-throughput-speedup-analysis-3n-hsw"
22429   filter: "'NIC_Intel-X710' and
22430            '64B' and
22431            ('BASE' or 'SCALE') and
22432            'NDRPDR' and
22433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22434            not 'VHOST' and
22435            'MEMIF'"
22436   parameters:
22437   - "throughput"
22438   - "parent"
22439   - "tags"
22440   sort:
22441   - "L2XCFWD"
22442   - "L2XCFWD"
22443   - "L2XCFWD"
22444   - "L2BDMACLRN"
22445   - "L2BDMACLRN"
22446   - "L2BDMACLRN"
22447   layout:
22448     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
22449     layout: "plot-throughput-speedup-analysis"
22450
22451 # Speedup - VPP Container Memif 3n-hsw-xl710
22452 -
22453   type: "plot"
22454   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22455   algorithm: "plot_throughput_speedup_analysis"
22456   output-file-type: ".html"
22457   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22458   data: "plot-throughput-speedup-analysis-3n-hsw"
22459   filter: "'NIC_Intel-XL710' and
22460            '64B' and
22461            ('BASE' or 'SCALE') and
22462            'NDRPDR' and
22463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22464            not 'VHOST' and
22465            'MEMIF'"
22466   parameters:
22467   - "throughput"
22468   - "parent"
22469   - "tags"
22470   sort:
22471   - "L2XCFWD"
22472   - "L2XCFWD"
22473   - "L2XCFWD"
22474   - "L2BDMACLRN"
22475   - "L2BDMACLRN"
22476   - "L2BDMACLRN"
22477   layout:
22478     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
22479     layout: "plot-throughput-speedup-analysis"
22480
22481 -
22482   type: "plot"
22483   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22484   algorithm: "plot_throughput_speedup_analysis"
22485   output-file-type: ".html"
22486   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22487   data: "plot-throughput-speedup-analysis-3n-hsw"
22488   filter: "'NIC_Intel-XL710' and
22489            '64B' and
22490            ('BASE' or 'SCALE') and
22491            'NDRPDR' and
22492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22493            not 'VHOST' and
22494            'MEMIF'"
22495   parameters:
22496   - "throughput"
22497   - "parent"
22498   - "tags"
22499   sort:
22500   - "L2XCFWD"
22501   - "L2XCFWD"
22502   - "L2XCFWD"
22503   - "L2BDMACLRN"
22504   - "L2BDMACLRN"
22505   - "L2BDMACLRN"
22506   layout:
22507     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
22508     layout: "plot-throughput-speedup-analysis"
22509
22510 # Speedup - VPP Container Memif 3n-skx-x710
22511 -
22512   type: "plot"
22513   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22514   algorithm: "plot_throughput_speedup_analysis"
22515   output-file-type: ".html"
22516   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22517   data: "plot-throughput-speedup-analysis-3n-skx"
22518   filter: "'NIC_Intel-X710' and
22519            '64B' and
22520            ('BASE' or 'SCALE') and
22521            'NDRPDR' and
22522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22523            not 'VHOST' and
22524            'MEMIF'"
22525   parameters:
22526   - "throughput"
22527   - "parent"
22528   - "tags"
22529   sort:
22530   - "L2XCFWD"
22531   - "L2XCFWD"
22532   - "L2XCFWD"
22533   - "L2BDMACLRN"
22534   - "L2BDMACLRN"
22535   - "L2BDMACLRN"
22536   layout:
22537     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
22538     layout: "plot-throughput-speedup-analysis"
22539
22540 -
22541   type: "plot"
22542   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22543   algorithm: "plot_throughput_speedup_analysis"
22544   output-file-type: ".html"
22545   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22546   data: "plot-throughput-speedup-analysis-3n-skx"
22547   filter: "'NIC_Intel-X710' and
22548            '64B' and
22549            ('BASE' or 'SCALE') and
22550            'NDRPDR' and
22551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22552            not 'VHOST' and
22553             'MEMIF'"
22554   parameters:
22555   - "throughput"
22556   - "parent"
22557   - "tags"
22558   sort:
22559   - "L2XCFWD"
22560   - "L2XCFWD"
22561   - "L2XCFWD"
22562   - "L2BDMACLRN"
22563   - "L2BDMACLRN"
22564   - "L2BDMACLRN"
22565   layout:
22566     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
22567     layout: "plot-throughput-speedup-analysis"
22568
22569 # Speedup - VPP Container Memif 2n-skx-x710
22570 -
22571   type: "plot"
22572   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22573   algorithm: "plot_throughput_speedup_analysis"
22574   output-file-type: ".html"
22575   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22576   data: "plot-throughput-speedup-analysis-2n-skx"
22577   filter: "'NIC_Intel-X710' and
22578            '64B' and
22579            ('BASE' or 'SCALE') and
22580            'NDRPDR' and
22581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22582            not 'VHOST' and
22583            'MEMIF'"
22584   parameters:
22585   - "throughput"
22586   - "parent"
22587   - "tags"
22588   sort:
22589   - "L2XCFWD"
22590   - "L2XCFWD"
22591   - "L2XCFWD"
22592   - "L2BDMACLRN"
22593   - "L2BDMACLRN"
22594   - "L2BDMACLRN"
22595   layout:
22596     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
22597     layout: "plot-throughput-speedup-analysis"
22598
22599 -
22600   type: "plot"
22601   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22602   algorithm: "plot_throughput_speedup_analysis"
22603   output-file-type: ".html"
22604   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22605   data: "plot-throughput-speedup-analysis-2n-skx"
22606   filter: "'NIC_Intel-X710' and
22607            '64B' and
22608            ('BASE' or 'SCALE') and
22609            'NDRPDR' and
22610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22611            not 'VHOST' and
22612             'MEMIF'"
22613   parameters:
22614   - "throughput"
22615   - "parent"
22616   - "tags"
22617   sort:
22618   - "L2XCFWD"
22619   - "L2XCFWD"
22620   - "L2XCFWD"
22621   - "L2BDMACLRN"
22622   - "L2BDMACLRN"
22623   - "L2BDMACLRN"
22624   layout:
22625     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
22626     layout: "plot-throughput-speedup-analysis"
22627
22628 # Speedup - VPP Container Memif 2n-skx-xxv710
22629 -
22630   type: "plot"
22631   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22632   algorithm: "plot_throughput_speedup_analysis"
22633   output-file-type: ".html"
22634   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22635   data: "plot-throughput-speedup-analysis-2n-skx"
22636   filter: "'NIC_Intel-XXV710' and
22637            '64B' and
22638            ('BASE' or 'SCALE') and
22639            'NDRPDR' and
22640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22641            not 'VHOST' and
22642            'MEMIF'"
22643   parameters:
22644   - "throughput"
22645   - "parent"
22646   - "tags"
22647   sort:
22648   - "L2XCFWD"
22649   - "L2XCFWD"
22650   - "L2XCFWD"
22651   - "L2BDMACLRN"
22652   - "L2BDMACLRN"
22653   - "L2BDMACLRN"
22654   layout:
22655     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
22656     layout: "plot-throughput-speedup-analysis"
22657
22658 -
22659   type: "plot"
22660   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22661   algorithm: "plot_throughput_speedup_analysis"
22662   output-file-type: ".html"
22663   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22664   data: "plot-throughput-speedup-analysis-2n-skx"
22665   filter: "'NIC_Intel-XXV710' and
22666            '64B' and
22667            ('BASE' or 'SCALE') and
22668            'NDRPDR' and
22669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22670            not 'VHOST' and
22671             'MEMIF'"
22672   parameters:
22673   - "throughput"
22674   - "parent"
22675   - "tags"
22676   sort:
22677   - "L2XCFWD"
22678   - "L2XCFWD"
22679   - "L2XCFWD"
22680   - "L2BDMACLRN"
22681   - "L2BDMACLRN"
22682   - "L2BDMACLRN"
22683   layout:
22684     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
22685     layout: "plot-throughput-speedup-analysis"
22686
22687 ################################################################################
22688
22689 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22690 -
22691   type: "plot"
22692   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22693   algorithm: "plot_throughput_speedup_analysis"
22694   output-file-type: ".html"
22695   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22696   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22697   filter: "'NIC_Intel-X520-DA2' and
22698            '64B' and
22699            ('BASE' or 'SCALE') and
22700            'NDRPDR' and
22701            'L2XCFWD' and
22702            not 'VHOST' and
22703            'MEMIF'"
22704   parameters:
22705   - "throughput"
22706   - "parent"
22707   - "tags"
22708   sort:
22709   - "1VNF"
22710   - "2VNF"
22711   - "4VNF"
22712   - "2VNF"
22713   - "4VNF"
22714   layout:
22715     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22716     layout: "plot-throughput-speedup-analysis"
22717
22718 -
22719   type: "plot"
22720   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22721   algorithm: "plot_throughput_speedup_analysis"
22722   output-file-type: ".html"
22723   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22724   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22725   filter: "'NIC_Intel-X520-DA2' and
22726            '64B' and
22727            ('BASE' or 'SCALE') and
22728            'NDRPDR' and
22729            'L2XCFWD' and
22730            not 'VHOST' and
22731            'MEMIF'"
22732   parameters:
22733   - "throughput"
22734   - "parent"
22735   - "tags"
22736   sort:
22737   - "1VNF"
22738   - "2VNF"
22739   - "4VNF"
22740   - "2VNF"
22741   - "4VNF"
22742   layout:
22743     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22744     layout: "plot-throughput-speedup-analysis"
22745
22746 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22747 -
22748   type: "plot"
22749   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22750   algorithm: "plot_throughput_speedup_analysis"
22751   output-file-type: ".html"
22752   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22753   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22754   filter: "'NIC_Intel-X520-DA2' and
22755            '64B' and
22756            ('BASE' or 'SCALE') and
22757            'NDRPDR' and
22758            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22759            not 'VHOST' and
22760            'MEMIF'"
22761   parameters:
22762   - "throughput"
22763   - "parent"
22764   - "tags"
22765   sort:
22766   - "1VNF"
22767   - "2VNF"
22768   - "4VNF"
22769   - "2VNF"
22770   - "4VNF"
22771   layout:
22772     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22773     layout: "plot-throughput-speedup-analysis"
22774
22775 -
22776   type: "plot"
22777   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22778   algorithm: "plot_throughput_speedup_analysis"
22779   output-file-type: ".html"
22780   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22781   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22782   filter: "'NIC_Intel-X520-DA2' and
22783            '64B' and
22784            ('BASE' or 'SCALE') and
22785            'NDRPDR' and
22786            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22787            not 'VHOST' and
22788            'MEMIF'"
22789   parameters:
22790   - "throughput"
22791   - "parent"
22792   - "tags"
22793   sort:
22794   - "1VNF"
22795   - "2VNF"
22796   - "4VNF"
22797   - "2VNF"
22798   - "4VNF"
22799   layout:
22800     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22801     layout: "plot-throughput-speedup-analysis"
22802
22803 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22804 -
22805   type: "plot"
22806   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22807   algorithm: "plot_throughput_speedup_analysis"
22808   output-file-type: ".html"
22809   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22810   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22811   filter: "'NIC_Intel-X710' and
22812            '64B' and
22813            ('BASE' or 'SCALE') and
22814            'NDRPDR' and
22815            'L2XCFWD' and
22816            not 'VHOST' and
22817            'MEMIF'"
22818   parameters:
22819   - "throughput"
22820   - "parent"
22821   - "tags"
22822   sort:
22823   - "1VNF"
22824   - "2VNF"
22825   - "4VNF"
22826   - "2VNF"
22827   - "4VNF"
22828   layout:
22829     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22830     layout: "plot-throughput-speedup-analysis"
22831
22832 -
22833   type: "plot"
22834   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22835   algorithm: "plot_throughput_speedup_analysis"
22836   output-file-type: ".html"
22837   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22838   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22839   filter: "'NIC_Intel-X710' and
22840            '64B' and
22841            ('BASE' or 'SCALE') and
22842            'NDRPDR' and
22843            'L2XCFWD' and
22844            not 'VHOST' and
22845            'MEMIF'"
22846   parameters:
22847   - "throughput"
22848   - "parent"
22849   - "tags"
22850   sort:
22851   - "1VNF"
22852   - "2VNF"
22853   - "4VNF"
22854   - "2VNF"
22855   - "4VNF"
22856   layout:
22857     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22858     layout: "plot-throughput-speedup-analysis"
22859
22860 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22861 -
22862   type: "plot"
22863   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22864   algorithm: "plot_throughput_speedup_analysis"
22865   output-file-type: ".html"
22866   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22867   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22868   filter: "'NIC_Intel-X710' and
22869            '64B' and
22870            ('BASE' or 'SCALE') and
22871            'NDRPDR' and
22872            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22873            not 'VHOST' and
22874            'MEMIF'"
22875   parameters:
22876   - "throughput"
22877   - "parent"
22878   - "tags"
22879   sort:
22880   - "1VNF"
22881   - "2VNF"
22882   - "4VNF"
22883   - "2VNF"
22884   - "4VNF"
22885   layout:
22886     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22887     layout: "plot-throughput-speedup-analysis"
22888
22889 -
22890   type: "plot"
22891   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22892   algorithm: "plot_throughput_speedup_analysis"
22893   output-file-type: ".html"
22894   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22895   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22896   filter: "'NIC_Intel-X710' and
22897            '64B' and
22898            ('BASE' or 'SCALE') and
22899            'NDRPDR' and
22900            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22901            not 'VHOST' and
22902            'MEMIF'"
22903   parameters:
22904   - "throughput"
22905   - "parent"
22906   - "tags"
22907   sort:
22908   - "1VNF"
22909   - "2VNF"
22910   - "4VNF"
22911   - "2VNF"
22912   - "4VNF"
22913   layout:
22914     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22915     layout: "plot-throughput-speedup-analysis"
22916
22917 ################################################################################
22918
22919 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22920 -
22921   type: "plot"
22922   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22923   algorithm: "plot_throughput_speedup_analysis"
22924   output-file-type: ".html"
22925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22926   data: "plot-throughput-speedup-analysis-3n-hsw"
22927   filter: "'NIC_Intel-X520-DA2' and
22928            '64B' and
22929            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22930            'NDRPDR' and
22931            'IP4FWD' and
22932            not 'IPSEC' and
22933            not 'VHOST'"
22934   parameters:
22935   - "throughput"
22936   - "parent"
22937   - "tags"
22938   sort:
22939   - "IP4BASE"
22940   - "FIB_20K"
22941   - "FIB_200K"
22942   - "FIB_2M"
22943   layout:
22944     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22945     layout: "plot-throughput-speedup-analysis"
22946
22947 -
22948   type: "plot"
22949   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22950   algorithm: "plot_throughput_speedup_analysis"
22951   output-file-type: ".html"
22952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22953   data: "plot-throughput-speedup-analysis-3n-hsw"
22954   filter: "'NIC_Intel-X520-DA2' and
22955            '64B' and
22956            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22957            'NDRPDR' and
22958            'IP4FWD' and
22959            not 'IPSEC' and
22960            not 'VHOST'"
22961   parameters:
22962   - "throughput"
22963   - "parent"
22964   - "tags"
22965   sort:
22966   - "IP4BASE"
22967   - "FIB_20K"
22968   - "FIB_200K"
22969   - "FIB_2M"
22970   layout:
22971     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22972     layout: "plot-throughput-speedup-analysis"
22973
22974 # Speedup - VPP IPv4 3n-hsw-x520 features
22975 -
22976   type: "plot"
22977   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22978   algorithm: "plot_throughput_speedup_analysis"
22979   output-file-type: ".html"
22980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22981   data: "plot-throughput-speedup-analysis-3n-hsw"
22982   filter: "'NIC_Intel-X520-DA2' and
22983            '64B' and
22984            ('IP4BASE' or
22985             'POLICE_MARK' or
22986             'COPWHLIST' or
22987             ('NAT44' and 'BASE') or
22988             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22989            'NDRPDR' and
22990            'IP4FWD' and
22991            not 'IPSEC' and
22992            not 'VHOST'"
22993   parameters:
22994   - "throughput"
22995   - "parent"
22996   - "tags"
22997   sort:
22998   - "IP4BASE"
22999   - "NAT44"
23000   - "POLICE_MARK"
23001   - "COPWHLIST"
23002   - "IACL"
23003   - "OACL"
23004   layout:
23005     title: "ip4-3n-hsw-x520-64b-features-ndr"
23006     layout: "plot-throughput-speedup-analysis"
23007
23008 -
23009   type: "plot"
23010   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23011   algorithm: "plot_throughput_speedup_analysis"
23012   output-file-type: ".html"
23013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23014   data: "plot-throughput-speedup-analysis-3n-hsw"
23015   filter: "'NIC_Intel-X520-DA2' and
23016            '64B' and
23017            ('IP4BASE' or
23018             'POLICE_MARK' or
23019             'COPWHLIST' or
23020             ('NAT44' and 'BASE') or
23021             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23022            'NDRPDR' and
23023            'IP4FWD' and
23024            not 'IPSEC' and
23025            not 'VHOST'"
23026   parameters:
23027   - "throughput"
23028   - "parent"
23029   - "tags"
23030   sort:
23031   - "IP4BASE"
23032   - "NAT44"
23033   - "POLICE_MARK"
23034   - "COPWHLIST"
23035   - "IACL"
23036   - "OACL"
23037   layout:
23038     title: "ip4-3n-hsw-x520-64b-features-pdr"
23039     layout: "plot-throughput-speedup-analysis"
23040
23041 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23042 -
23043   type: "plot"
23044   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23045   algorithm: "plot_throughput_speedup_analysis"
23046   output-file-type: ".html"
23047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23048   data: "plot-throughput-speedup-analysis-3n-hsw"
23049   filter: "'NIC_Intel-X520-DA2' and
23050            '64B' and
23051            'NDRPDR' and
23052            'IP4FWD' and
23053            'NAT44' and
23054            not 'IPSEC' and
23055            not 'VHOST'"
23056   parameters:
23057   - "throughput"
23058   - "parent"
23059   - "tags"
23060   sort:
23061   - "BASE"
23062   - "BASE"
23063   - "SRC_USER_10"
23064   - "SRC_USER_100"
23065   - "SRC_USER_1000"
23066   - "SRC_USER_2000"
23067   layout:
23068     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23069     layout: "plot-throughput-speedup-analysis"
23070
23071 -
23072   type: "plot"
23073   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23074   algorithm: "plot_throughput_speedup_analysis"
23075   output-file-type: ".html"
23076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23077   data: "plot-throughput-speedup-analysis-3n-hsw"
23078   filter: "'NIC_Intel-X520-DA2' and
23079            '64B' and
23080            'NDRPDR' and
23081            'IP4FWD' and
23082            'NAT44' and
23083            not 'IPSEC' and
23084            not 'VHOST'"
23085   parameters:
23086   - "throughput"
23087   - "parent"
23088   - "tags"
23089   sort:
23090   - "BASE"
23091   - "BASE"
23092   - "SRC_USER_10"
23093   - "SRC_USER_100"
23094   - "SRC_USER_1000"
23095   - "SRC_USER_2000"
23096   layout:
23097     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23098     layout: "plot-throughput-speedup-analysis"
23099
23100 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23101 -
23102   type: "plot"
23103   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23104   algorithm: "plot_throughput_speedup_analysis"
23105   output-file-type: ".html"
23106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23107   data: "plot-throughput-speedup-analysis-3n-hsw"
23108   filter: "'NIC_Intel-X520-DA2' and
23109            '64B' and
23110            'NDRPDR' and
23111            'IP4FWD' and
23112            'IACL' and
23113            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23114            not 'IPSEC' and
23115            not 'VHOST'"
23116   parameters:
23117   - "throughput"
23118   - "parent"
23119   - "tags"
23120   sort:
23121   - "ACL_STATELESS"
23122   - "ACL_STATEFUL"
23123   - "ACL_STATELESS"
23124   - "ACL_STATEFUL"
23125   layout:
23126     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23127     layout: "plot-throughput-speedup-analysis"
23128
23129 -
23130   type: "plot"
23131   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23132   algorithm: "plot_throughput_speedup_analysis"
23133   output-file-type: ".html"
23134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23135   data: "plot-throughput-speedup-analysis-3n-hsw"
23136   filter: "'NIC_Intel-X520-DA2' and
23137            '64B' and
23138            'NDRPDR' and
23139            'IP4FWD' and
23140            'IACL' and
23141            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23142            not 'IPSEC' and
23143            not 'VHOST'"
23144   parameters:
23145   - "throughput"
23146   - "parent"
23147   - "tags"
23148   sort:
23149   - "ACL_STATELESS"
23150   - "ACL_STATEFUL"
23151   - "ACL_STATELESS"
23152   - "ACL_STATEFUL"
23153   layout:
23154     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23155     layout: "plot-throughput-speedup-analysis"
23156
23157 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23158 -
23159   type: "plot"
23160   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23161   algorithm: "plot_throughput_speedup_analysis"
23162   output-file-type: ".html"
23163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23164   data: "plot-throughput-speedup-analysis-3n-hsw"
23165   filter: "'NIC_Intel-X520-DA2' and
23166            '64B' and
23167            'NDRPDR' and
23168            'IP4FWD' and
23169            'OACL' and
23170            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23171            not 'IPSEC' and
23172            not 'VHOST'"
23173   parameters:
23174   - "throughput"
23175   - "parent"
23176   - "tags"
23177   sort:
23178   - "ACL_STATELESS"
23179   - "ACL_STATEFUL"
23180   - "ACL_STATELESS"
23181   - "ACL_STATEFUL"
23182   layout:
23183     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23184     layout: "plot-throughput-speedup-analysis"
23185
23186 -
23187   type: "plot"
23188   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23189   algorithm: "plot_throughput_speedup_analysis"
23190   output-file-type: ".html"
23191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23192   data: "plot-throughput-speedup-analysis-3n-hsw"
23193   filter: "'NIC_Intel-X520-DA2' and
23194            '64B' and
23195            'NDRPDR' and
23196            'IP4FWD' and
23197            'OACL' and
23198            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23199            not 'IPSEC' and
23200            not 'VHOST'"
23201   parameters:
23202   - "throughput"
23203   - "parent"
23204   - "tags"
23205   sort:
23206   - "ACL_STATELESS"
23207   - "ACL_STATEFUL"
23208   - "ACL_STATELESS"
23209   - "ACL_STATEFUL"
23210   layout:
23211     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23212     layout: "plot-throughput-speedup-analysis"
23213
23214 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23215 -
23216   type: "plot"
23217   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23218   algorithm: "plot_throughput_speedup_analysis"
23219   output-file-type: ".html"
23220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23221   data: "plot-throughput-speedup-analysis-3n-hsw"
23222   filter: "'NIC_Intel-X710' and
23223            '64B' and
23224            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23225            'NDRPDR' and
23226            'IP4FWD' and
23227            not 'IPSEC' and
23228            not 'VHOST'"
23229   parameters:
23230   - "throughput"
23231   - "parent"
23232   - "tags"
23233   sort:
23234   - "IP4BASE"
23235   - "FIB_20K"
23236   - "FIB_200K"
23237   - "FIB_2M"
23238   layout:
23239     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23240     layout: "plot-throughput-speedup-analysis"
23241
23242 -
23243   type: "plot"
23244   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23245   algorithm: "plot_throughput_speedup_analysis"
23246   output-file-type: ".html"
23247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23248   data: "plot-throughput-speedup-analysis-3n-hsw"
23249   filter: "'NIC_Intel-X710' and
23250            '64B' and
23251            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23252            'NDRPDR' and
23253            'IP4FWD' and
23254            not 'IPSEC' and
23255            not 'VHOST'"
23256   parameters:
23257   - "throughput"
23258   - "parent"
23259   - "tags"
23260   sort:
23261   - "IP4BASE"
23262   - "FIB_20K"
23263   - "FIB_200K"
23264   - "FIB_2M"
23265   layout:
23266     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23267     layout: "plot-throughput-speedup-analysis"
23268
23269 # Speedup - VPP IPv4 3n-hsw-x710 features
23270 -
23271   type: "plot"
23272   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23273   algorithm: "plot_throughput_speedup_analysis"
23274   output-file-type: ".html"
23275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23276   data: "plot-throughput-speedup-analysis-3n-hsw"
23277   filter: "'NIC_Intel-X710' and
23278            '64B' and
23279            ('IP4BASE' or
23280             'POLICE_MARK' or
23281             'COPWHLIST' or
23282             ('NAT44' and 'BASE') or
23283             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23284            'NDRPDR' and
23285            'IP4FWD' and
23286            not 'IPSEC' and
23287            not 'VHOST'"
23288   parameters:
23289   - "throughput"
23290   - "parent"
23291   - "tags"
23292   sort:
23293   - "IP4BASE"
23294   - "NAT44"
23295   - "POLICE_MARK"
23296   - "COPWHLIST"
23297   - "IACL"
23298   - "OACL"
23299   layout:
23300     title: "ip4-3n-hsw-x710-64b-features-ndr"
23301     layout: "plot-throughput-speedup-analysis"
23302
23303 -
23304   type: "plot"
23305   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23306   algorithm: "plot_throughput_speedup_analysis"
23307   output-file-type: ".html"
23308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23309   data: "plot-throughput-speedup-analysis-3n-hsw"
23310   filter: "'NIC_Intel-X710' and
23311            '64B' and
23312            ('IP4BASE' or
23313             'POLICE_MARK' or
23314             'COPWHLIST' or
23315             ('NAT44' and 'BASE') or
23316             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23317            'NDRPDR' and
23318            'IP4FWD' and
23319            not 'IPSEC' and
23320            not 'VHOST'"
23321   parameters:
23322   - "throughput"
23323   - "parent"
23324   - "tags"
23325   sort:
23326   - "IP4BASE"
23327   - "NAT44"
23328   - "POLICE_MARK"
23329   - "COPWHLIST"
23330   - "IACL"
23331   - "OACL"
23332   layout:
23333     title: "ip4-3n-hsw-x710-64b-features-pdr"
23334     layout: "plot-throughput-speedup-analysis"
23335
23336 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23337 -
23338   type: "plot"
23339   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23340   algorithm: "plot_throughput_speedup_analysis"
23341   output-file-type: ".html"
23342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23343   data: "plot-throughput-speedup-analysis-3n-hsw"
23344   filter: "'NIC_Intel-X710' and
23345            '64B' and
23346            'NDRPDR' and
23347            'IP4FWD' and
23348            'NAT44' and
23349            not 'IPSEC' and
23350            not 'VHOST'"
23351   parameters:
23352   - "throughput"
23353   - "parent"
23354   - "tags"
23355   sort:
23356   - "BASE"
23357   - "BASE"
23358   - "SRC_USER_10"
23359   - "SRC_USER_100"
23360   - "SRC_USER_1000"
23361   - "SRC_USER_2000"
23362   layout:
23363     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23364     layout: "plot-throughput-speedup-analysis"
23365
23366 -
23367   type: "plot"
23368   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23369   algorithm: "plot_throughput_speedup_analysis"
23370   output-file-type: ".html"
23371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23372   data: "plot-throughput-speedup-analysis-3n-hsw"
23373   filter: "'NIC_Intel-X710' and
23374            '64B' and
23375            'NDRPDR' and
23376            'IP4FWD' and
23377            'NAT44' and
23378            not 'IPSEC' and
23379            not 'VHOST'"
23380   parameters:
23381   - "throughput"
23382   - "parent"
23383   - "tags"
23384   sort:
23385   - "BASE"
23386   - "BASE"
23387   - "SRC_USER_10"
23388   - "SRC_USER_100"
23389   - "SRC_USER_1000"
23390   - "SRC_USER_2000"
23391   layout:
23392     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23393     layout: "plot-throughput-speedup-analysis"
23394
23395 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23396 -
23397   type: "plot"
23398   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23399   algorithm: "plot_throughput_speedup_analysis"
23400   output-file-type: ".html"
23401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23402   data: "plot-throughput-speedup-analysis-3n-hsw"
23403   filter: "'NIC_Intel-X710' and
23404            '64B' and
23405            'NDRPDR' and
23406            'IP4FWD' and
23407            'IACL' and
23408            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23409            not 'IPSEC' and
23410            not 'VHOST'"
23411   parameters:
23412   - "throughput"
23413   - "parent"
23414   - "tags"
23415   sort:
23416   - "ACL_STATELESS"
23417   - "ACL_STATEFUL"
23418   - "ACL_STATELESS"
23419   - "ACL_STATEFUL"
23420   layout:
23421     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23422     layout: "plot-throughput-speedup-analysis"
23423
23424 -
23425   type: "plot"
23426   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23427   algorithm: "plot_throughput_speedup_analysis"
23428   output-file-type: ".html"
23429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23430   data: "plot-throughput-speedup-analysis-3n-hsw"
23431   filter: "'NIC_Intel-X710' and
23432            '64B' and
23433            'NDRPDR' and
23434            'IP4FWD' and
23435            'IACL' and
23436            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23437            not 'IPSEC' and
23438            not 'VHOST'"
23439   parameters:
23440   - "throughput"
23441   - "parent"
23442   - "tags"
23443   sort:
23444   - "ACL_STATELESS"
23445   - "ACL_STATEFUL"
23446   - "ACL_STATELESS"
23447   - "ACL_STATEFUL"
23448   layout:
23449     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23450     layout: "plot-throughput-speedup-analysis"
23451
23452 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
23453 -
23454   type: "plot"
23455   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23456   algorithm: "plot_throughput_speedup_analysis"
23457   output-file-type: ".html"
23458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23459   data: "plot-throughput-speedup-analysis-3n-hsw"
23460   filter: "'NIC_Intel-X710' and
23461            '64B' and
23462            'NDRPDR' and
23463            'IP4FWD' and
23464            'OACL' and
23465            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23466            not 'IPSEC' and
23467            not 'VHOST'"
23468   parameters:
23469   - "throughput"
23470   - "parent"
23471   - "tags"
23472   sort:
23473   - "ACL_STATELESS"
23474   - "ACL_STATEFUL"
23475   - "ACL_STATELESS"
23476   - "ACL_STATEFUL"
23477   layout:
23478     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
23479     layout: "plot-throughput-speedup-analysis"
23480
23481 -
23482   type: "plot"
23483   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23484   algorithm: "plot_throughput_speedup_analysis"
23485   output-file-type: ".html"
23486   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23487   data: "plot-throughput-speedup-analysis-3n-hsw"
23488   filter: "'NIC_Intel-X710' and
23489            '64B' and
23490            'NDRPDR' and
23491            'IP4FWD' and
23492            'OACL' and
23493            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23494            not 'IPSEC' and
23495            not 'VHOST'"
23496   parameters:
23497   - "throughput"
23498   - "parent"
23499   - "tags"
23500   sort:
23501   - "ACL_STATELESS"
23502   - "ACL_STATEFUL"
23503   - "ACL_STATELESS"
23504   - "ACL_STATEFUL"
23505   layout:
23506     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
23507     layout: "plot-throughput-speedup-analysis"
23508
23509 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23510 -
23511   type: "plot"
23512   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23513   algorithm: "plot_throughput_speedup_analysis"
23514   output-file-type: ".html"
23515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23516   data: "plot-throughput-speedup-analysis-3n-hsw"
23517   filter: "'NIC_Intel-XL710' and
23518            '64B' and
23519            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23520            'NDRPDR' and
23521            'IP4FWD' and
23522            not 'IPSEC' and
23523            not 'VHOST'"
23524   parameters:
23525   - "throughput"
23526   - "parent"
23527   - "tags"
23528   sort:
23529   - "IP4BASE"
23530   - "FIB_20K"
23531   - "FIB_200K"
23532   - "FIB_2M"
23533   layout:
23534     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
23535     layout: "plot-throughput-speedup-analysis"
23536
23537 -
23538   type: "plot"
23539   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23540   algorithm: "plot_throughput_speedup_analysis"
23541   output-file-type: ".html"
23542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23543   data: "plot-throughput-speedup-analysis-3n-hsw"
23544   filter: "'NIC_Intel-XL710' and
23545            '64B' and
23546            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23547            'NDRPDR' and
23548            'IP4FWD' and
23549            not 'IPSEC' and
23550            not 'VHOST'"
23551   parameters:
23552   - "throughput"
23553   - "parent"
23554   - "tags"
23555   sort:
23556   - "IP4BASE"
23557   - "FIB_20K"
23558   - "FIB_200K"
23559   - "FIB_2M"
23560   layout:
23561     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
23562     layout: "plot-throughput-speedup-analysis"
23563
23564 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23565 -
23566   type: "plot"
23567   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23568   algorithm: "plot_throughput_speedup_analysis"
23569   output-file-type: ".html"
23570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23571   data: "plot-throughput-speedup-analysis-3n-skx"
23572   filter: "'NIC_Intel-X710' and
23573            '64B' and
23574            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23575            'NDRPDR' and
23576            'IP4FWD' and
23577            not 'IPSEC' and
23578            not 'VHOST'"
23579   parameters:
23580   - "throughput"
23581   - "parent"
23582   - "tags"
23583   sort:
23584   - "IP4BASE"
23585   - "FIB_20K"
23586   - "FIB_200K"
23587   - "FIB_2M"
23588   layout:
23589     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23590     layout: "plot-throughput-speedup-analysis"
23591
23592 -
23593   type: "plot"
23594   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23595   algorithm: "plot_throughput_speedup_analysis"
23596   output-file-type: ".html"
23597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23598   data: "plot-throughput-speedup-analysis-3n-skx"
23599   filter: "'NIC_Intel-X710' and
23600            '64B' and
23601            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23602            'NDRPDR' and
23603            'IP4FWD' and
23604            not 'IPSEC' and
23605            not 'VHOST'"
23606   parameters:
23607   - "throughput"
23608   - "parent"
23609   - "tags"
23610   sort:
23611   - "IP4BASE"
23612   - "FIB_20K"
23613   - "FIB_200K"
23614   - "FIB_2M"
23615   layout:
23616     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23617     layout: "plot-throughput-speedup-analysis"
23618
23619 # Speedup - VPP IPv4 3n-skx-x710 features
23620 -
23621   type: "plot"
23622   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23623   algorithm: "plot_throughput_speedup_analysis"
23624   output-file-type: ".html"
23625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23626   data: "plot-throughput-speedup-analysis-3n-skx"
23627   filter: "'NIC_Intel-X710' and
23628            '64B' and
23629            ('IP4BASE' or
23630             'POLICE_MARK' or
23631             'COPWHLIST' or
23632             ('NAT44' and 'BASE') or
23633             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23634            'NDRPDR' and
23635            'IP4FWD' and
23636            not 'IPSEC' and
23637            not 'VHOST'"
23638   parameters:
23639   - "throughput"
23640   - "parent"
23641   - "tags"
23642   sort:
23643   - "IP4BASE"
23644   - "NAT44"
23645   - "POLICE_MARK"
23646   - "COPWHLIST"
23647   - "IACL"
23648   - "OACL"
23649   layout:
23650     title: "ip4-3n-skx-x710-64b-features-ndr"
23651     layout: "plot-throughput-speedup-analysis"
23652
23653 -
23654   type: "plot"
23655   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23656   algorithm: "plot_throughput_speedup_analysis"
23657   output-file-type: ".html"
23658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23659   data: "plot-throughput-speedup-analysis-3n-skx"
23660   filter: "'NIC_Intel-X710' and
23661            '64B' and
23662            ('IP4BASE' or
23663             'POLICE_MARK' or
23664             'COPWHLIST' or
23665             ('NAT44' and 'BASE') or
23666             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23667            'NDRPDR' and
23668            'IP4FWD' and
23669            not 'IPSEC' and
23670            not 'VHOST'"
23671   parameters:
23672   - "throughput"
23673   - "parent"
23674   - "tags"
23675   sort:
23676   - "IP4BASE"
23677   - "NAT44"
23678   - "POLICE_MARK"
23679   - "COPWHLIST"
23680   - "IACL"
23681   - "OACL"
23682   layout:
23683     title: "ip4-3n-skx-x710-64b-features-pdr"
23684     layout: "plot-throughput-speedup-analysis"
23685
23686 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23687 -
23688   type: "plot"
23689   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23690   algorithm: "plot_throughput_speedup_analysis"
23691   output-file-type: ".html"
23692   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23693   data: "plot-throughput-speedup-analysis-3n-skx"
23694   filter: "'NIC_Intel-X710' and
23695            '64B' and
23696            'NDRPDR' and
23697            'IP4FWD' and
23698            'NAT44' and
23699            not 'IPSEC' and
23700            not 'VHOST'"
23701   parameters:
23702   - "throughput"
23703   - "parent"
23704   - "tags"
23705   sort:
23706   - "BASE"
23707   - "BASE"
23708   - "SRC_USER_10"
23709   - "SRC_USER_100"
23710   - "SRC_USER_1000"
23711   - "SRC_USER_2000"
23712   layout:
23713     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23714     layout: "plot-throughput-speedup-analysis"
23715
23716 -
23717   type: "plot"
23718   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23719   algorithm: "plot_throughput_speedup_analysis"
23720   output-file-type: ".html"
23721   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23722   data: "plot-throughput-speedup-analysis-3n-skx"
23723   filter: "'NIC_Intel-X710' and
23724            '64B' and
23725            'NDRPDR' and
23726            'IP4FWD' and
23727            'NAT44' and
23728            not 'IPSEC' and
23729            not 'VHOST'"
23730   parameters:
23731   - "throughput"
23732   - "parent"
23733   - "tags"
23734   sort:
23735   - "BASE"
23736   - "BASE"
23737   - "SRC_USER_10"
23738   - "SRC_USER_100"
23739   - "SRC_USER_1000"
23740   - "SRC_USER_2000"
23741   layout:
23742     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23743     layout: "plot-throughput-speedup-analysis"
23744
23745 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23746 -
23747   type: "plot"
23748   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23749   algorithm: "plot_throughput_speedup_analysis"
23750   output-file-type: ".html"
23751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23752   data: "plot-throughput-speedup-analysis-3n-skx"
23753   filter: "'NIC_Intel-X710' and
23754            '64B' and
23755            'NDRPDR' and
23756            'IP4FWD' and
23757            'IACL' and
23758            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23759            not 'IPSEC' and
23760            not 'VHOST'"
23761   parameters:
23762   - "throughput"
23763   - "parent"
23764   - "tags"
23765   sort:
23766   - "ACL_STATELESS"
23767   - "ACL_STATEFUL"
23768   - "ACL_STATELESS"
23769   - "ACL_STATEFUL"
23770   layout:
23771     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23772     layout: "plot-throughput-speedup-analysis"
23773
23774 -
23775   type: "plot"
23776   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23777   algorithm: "plot_throughput_speedup_analysis"
23778   output-file-type: ".html"
23779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23780   data: "plot-throughput-speedup-analysis-3n-skx"
23781   filter: "'NIC_Intel-X710' and
23782            '64B' and
23783            'NDRPDR' and
23784            'IP4FWD' and
23785            'IACL' and
23786            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23787            not 'IPSEC' and
23788            not 'VHOST'"
23789   parameters:
23790   - "throughput"
23791   - "parent"
23792   - "tags"
23793   sort:
23794   - "ACL_STATELESS"
23795   - "ACL_STATEFUL"
23796   - "ACL_STATELESS"
23797   - "ACL_STATEFUL"
23798   layout:
23799     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23800     layout: "plot-throughput-speedup-analysis"
23801
23802 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23803 -
23804   type: "plot"
23805   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23806   algorithm: "plot_throughput_speedup_analysis"
23807   output-file-type: ".html"
23808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23809   data: "plot-throughput-speedup-analysis-3n-skx"
23810   filter: "'NIC_Intel-X710' and
23811            '64B' and
23812            'NDRPDR' and
23813            'IP4FWD' and
23814            'OACL' and
23815            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23816            not 'IPSEC' and
23817            not 'VHOST'"
23818   parameters:
23819   - "throughput"
23820   - "parent"
23821   - "tags"
23822   sort:
23823   - "ACL_STATELESS"
23824   - "ACL_STATEFUL"
23825   - "ACL_STATELESS"
23826   - "ACL_STATEFUL"
23827   layout:
23828     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23829     layout: "plot-throughput-speedup-analysis"
23830
23831 -
23832   type: "plot"
23833   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23834   algorithm: "plot_throughput_speedup_analysis"
23835   output-file-type: ".html"
23836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23837   data: "plot-throughput-speedup-analysis-3n-skx"
23838   filter: "'NIC_Intel-X710' and
23839            '64B' and
23840            'NDRPDR' and
23841            'IP4FWD' and
23842            'OACL' and
23843            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23844            not 'IPSEC' and
23845            not 'VHOST'"
23846   parameters:
23847   - "throughput"
23848   - "parent"
23849   - "tags"
23850   sort:
23851   - "ACL_STATELESS"
23852   - "ACL_STATEFUL"
23853   - "ACL_STATELESS"
23854   - "ACL_STATEFUL"
23855   layout:
23856     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23857     layout: "plot-throughput-speedup-analysis"
23858
23859 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23860 -
23861   type: "plot"
23862   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23863   algorithm: "plot_throughput_speedup_analysis"
23864   output-file-type: ".html"
23865   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23866   data: "plot-throughput-speedup-analysis-2n-skx"
23867   filter: "'NIC_Intel-X710' and
23868            '64B' and
23869            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23870            'NDRPDR' and
23871            'IP4FWD' and
23872            not 'IPSEC' and
23873            not 'VHOST'"
23874   parameters:
23875   - "throughput"
23876   - "parent"
23877   - "tags"
23878   sort:
23879   - "IP4BASE"
23880   - "FIB_20K"
23881   - "FIB_200K"
23882   - "FIB_2M"
23883   layout:
23884     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23885     layout: "plot-throughput-speedup-analysis"
23886
23887 -
23888   type: "plot"
23889   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23890   algorithm: "plot_throughput_speedup_analysis"
23891   output-file-type: ".html"
23892   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23893   data: "plot-throughput-speedup-analysis-2n-skx"
23894   filter: "'NIC_Intel-X710' and
23895            '64B' and
23896            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23897            'NDRPDR' and
23898            'IP4FWD' and
23899            not 'IPSEC' and
23900            not 'VHOST'"
23901   parameters:
23902   - "throughput"
23903   - "parent"
23904   - "tags"
23905   sort:
23906   - "IP4BASE"
23907   - "FIB_20K"
23908   - "FIB_200K"
23909   - "FIB_2M"
23910   layout:
23911     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23912     layout: "plot-throughput-speedup-analysis"
23913
23914 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23915 -
23916   type: "plot"
23917   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23918   algorithm: "plot_throughput_speedup_analysis"
23919   output-file-type: ".html"
23920   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23921   data: "plot-throughput-speedup-analysis-2n-skx"
23922   filter: "'NIC_Intel-XXV710' and
23923            '64B' and
23924            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23925            'NDRPDR' and
23926            'IP4FWD' and
23927            not 'IPSEC' and
23928            not 'VHOST'"
23929   parameters:
23930   - "throughput"
23931   - "parent"
23932   - "tags"
23933   sort:
23934   - "IP4BASE"
23935   - "FIB_20K"
23936   - "FIB_200K"
23937   - "FIB_2M"
23938   layout:
23939     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23940     layout: "plot-throughput-speedup-analysis"
23941
23942 -
23943   type: "plot"
23944   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23945   algorithm: "plot_throughput_speedup_analysis"
23946   output-file-type: ".html"
23947   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23948   data: "plot-throughput-speedup-analysis-2n-skx"
23949   filter: "'NIC_Intel-XXV710' and
23950            '64B' and
23951            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23952            'NDRPDR' and
23953            'IP4FWD' and
23954            not 'IPSEC' and
23955            not 'VHOST'"
23956   parameters:
23957   - "throughput"
23958   - "parent"
23959   - "tags"
23960   sort:
23961   - "IP4BASE"
23962   - "FIB_20K"
23963   - "FIB_200K"
23964   - "FIB_2M"
23965   layout:
23966     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23967     layout: "plot-throughput-speedup-analysis"
23968
23969 ################################################################################
23970
23971 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
23972 -
23973   type: "plot"
23974   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23975   algorithm: "plot_throughput_speedup_analysis"
23976   output-file-type: ".html"
23977   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23978   data: "plot-throughput-speedup-analysis-3n-hsw"
23979   filter: "'NIC_Intel-X520_DA2' and
23980            '64B' and
23981            'ENCAP' and
23982            'NDRPDR' and
23983            'VXLAN' and
23984            'L2BDMACLRN' and
23985            not 'VHOST' and
23986            not 'IPSECHW'"
23987   parameters:
23988   - "throughput"
23989   - "parent"
23990   - "tags"
23991   sort:
23992   - "not DOT1Q"
23993   - "VXLAN_1"
23994   - "VXLAN_10"
23995   - "VXLAN_100"
23996   - "VXLAN_1000"
23997   layout:
23998     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
23999     layout: "plot-throughput-speedup-analysis"
24000
24001 -
24002   type: "plot"
24003   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24004   algorithm: "plot_throughput_speedup_analysis"
24005   output-file-type: ".html"
24006   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24007   data: "plot-throughput-speedup-analysis-3n-hsw"
24008   filter: "'NIC_Intel-X520_DA2' and
24009            '64B' and
24010            'ENCAP' and
24011            'NDRPDR' and
24012            'VXLAN' and
24013            'L2BDMACLRN' and
24014            not 'VHOST' and
24015            not 'IPSECHW'"
24016   parameters:
24017   - "throughput"
24018   - "parent"
24019   - "tags"
24020   sort:
24021   - "not DOT1Q"
24022   - "VXLAN_1"
24023   - "VXLAN_10"
24024   - "VXLAN_100"
24025   - "VXLAN_1000"
24026   layout:
24027     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
24028     layout: "plot-throughput-speedup-analysis"
24029
24030 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24031 -
24032   type: "plot"
24033   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24034   algorithm: "plot_throughput_speedup_analysis"
24035   output-file-type: ".html"
24036   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24037   data: "plot-throughput-speedup-analysis-3n-hsw"
24038   filter: "'NIC_Intel-X520-DA2' and
24039            '64B' and
24040            'ENCAP' and
24041            'NDRPDR' and
24042            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24043            not 'DOT1Q' and
24044            not 'VHOST' and
24045            not 'IPSECHW'"
24046   parameters:
24047   - "throughput"
24048   - "parent"
24049   - "tags"
24050   sort:
24051   - "L2BDMACLRN"
24052   - "L2XCFWD"
24053   - "LISP"
24054   layout:
24055     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24056     layout: "plot-throughput-speedup-analysis"
24057
24058 -
24059   type: "plot"
24060   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24061   algorithm: "plot_throughput_speedup_analysis"
24062   output-file-type: ".html"
24063   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24064   data: "plot-throughput-speedup-analysis-3n-hsw"
24065   filter: "'NIC_Intel-X520-DA2' and
24066            '64B' and
24067            'ENCAP' and
24068            'NDRPDR' and
24069            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24070            not 'DOT1Q' and
24071            not 'VHOST' and
24072            not 'IPSECHW'"
24073   parameters:
24074   - "throughput"
24075   - "parent"
24076   - "tags"
24077   sort:
24078   - "L2BDMACLRN"
24079   - "L2XCFWD"
24080   - "LISP"
24081   layout:
24082     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24083     layout: "plot-throughput-speedup-analysis"
24084
24085 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24086 -
24087   type: "plot"
24088   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24089   algorithm: "plot_throughput_speedup_analysis"
24090   output-file-type: ".html"
24091   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24092   data: "plot-throughput-speedup-analysis-3n-hsw"
24093   filter: "'NIC_Intel-X710' and
24094            '64B' and
24095            'ENCAP' and
24096            'NDRPDR' and
24097            'VXLAN' and
24098            'L2BDMACLRN' and
24099            not 'VHOST' and
24100            not 'IPSECHW'"
24101   parameters:
24102   - "throughput"
24103   - "parent"
24104   - "tags"
24105   sort:
24106   - "not DOT1Q"
24107   - "VXLAN_1"
24108   - "VXLAN_10"
24109   - "VXLAN_100"
24110   - "VXLAN_1000"
24111   layout:
24112     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24113     layout: "plot-throughput-speedup-analysis"
24114
24115 -
24116   type: "plot"
24117   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24118   algorithm: "plot_throughput_speedup_analysis"
24119   output-file-type: ".html"
24120   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24121   data: "plot-throughput-speedup-analysis-3n-hsw"
24122   filter: "'NIC_Intel-X710' and
24123            '64B' and
24124            'ENCAP' and
24125            'NDRPDR' and
24126            'VXLAN' and
24127            'L2BDMACLRN' and
24128            not 'VHOST' and
24129            not 'IPSECHW'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "not DOT1Q"
24136   - "VXLAN_1"
24137   - "VXLAN_10"
24138   - "VXLAN_100"
24139   - "VXLAN_1000"
24140   layout:
24141     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24142     layout: "plot-throughput-speedup-analysis"
24143
24144 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24145 -
24146   type: "plot"
24147   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24148   algorithm: "plot_throughput_speedup_analysis"
24149   output-file-type: ".html"
24150   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24151   data: "plot-throughput-speedup-analysis-3n-hsw"
24152   filter: "'NIC_Intel-X710' and
24153            '64B' and
24154            'ENCAP' and
24155            'NDRPDR' and
24156            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24157            not 'DOT1Q' and
24158            not 'VHOST' and
24159            not 'IPSECHW'"
24160   parameters:
24161   - "throughput"
24162   - "parent"
24163   - "tags"
24164   sort:
24165   - "L2BDMACLRN"
24166   - "L2XCFWD"
24167   - "LISP"
24168   layout:
24169     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24170     layout: "plot-throughput-speedup-analysis"
24171
24172 -
24173   type: "plot"
24174   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24175   algorithm: "plot_throughput_speedup_analysis"
24176   output-file-type: ".html"
24177   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24178   data: "plot-throughput-speedup-analysis-3n-hsw"
24179   filter: "'NIC_Intel-X710' and
24180            '64B' and
24181            'ENCAP' and
24182            'NDRPDR' and
24183            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24184            not 'DOT1Q' and
24185            not 'VHOST' and
24186            not 'IPSECHW'"
24187   parameters:
24188   - "throughput"
24189   - "parent"
24190   - "tags"
24191   sort:
24192   - "L2BDMACLRN"
24193   - "L2XCFWD"
24194   - "LISP"
24195   layout:
24196     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24197     layout: "plot-throughput-speedup-analysis"
24198
24199 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24200 -
24201   type: "plot"
24202   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24203   algorithm: "plot_throughput_speedup_analysis"
24204   output-file-type: ".html"
24205   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24206   data: "plot-throughput-speedup-analysis-3n-skx"
24207   filter: "'NIC_Intel-X710' and
24208            '64B' and
24209            'ENCAP' and
24210            'NDRPDR' and
24211            'VXLAN' and
24212            'L2BDMACLRN' and
24213            not 'VHOST' and
24214            not 'IPSECHW'"
24215   parameters:
24216   - "throughput"
24217   - "parent"
24218   - "tags"
24219   sort:
24220   - "not DOT1Q"
24221   - "VXLAN_1"
24222   - "VXLAN_10"
24223   - "VXLAN_100"
24224   - "VXLAN_1000"
24225   layout:
24226     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24227     layout: "plot-throughput-speedup-analysis"
24228
24229 -
24230   type: "plot"
24231   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24232   algorithm: "plot_throughput_speedup_analysis"
24233   output-file-type: ".html"
24234   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24235   data: "plot-throughput-speedup-analysis-3n-skx"
24236   filter: "'NIC_Intel-X710' and
24237            '64B' and
24238            'ENCAP' and
24239            'NDRPDR' and
24240            'VXLAN' and
24241            'L2BDMACLRN' and
24242            not 'VHOST' and
24243            not 'IPSECHW'"
24244   parameters:
24245   - "throughput"
24246   - "parent"
24247   - "tags"
24248   sort:
24249   - "not DOT1Q"
24250   - "VXLAN_1"
24251   - "VXLAN_10"
24252   - "VXLAN_100"
24253   - "VXLAN_1000"
24254   layout:
24255     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24256     layout: "plot-throughput-speedup-analysis"
24257
24258 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24259 -
24260   type: "plot"
24261   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24262   algorithm: "plot_throughput_speedup_analysis"
24263   output-file-type: ".html"
24264   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24265   data: "plot-throughput-speedup-analysis-3n-skx"
24266   filter: "'NIC_Intel-X710' and
24267            '64B' and
24268            'ENCAP' and
24269            'NDRPDR' and
24270            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24271            not 'DOT1Q' and
24272            not 'VHOST' and
24273            not 'IPSECHW'"
24274   parameters:
24275   - "throughput"
24276   - "parent"
24277   - "tags"
24278   sort:
24279   - "L2BDMACLRN"
24280   - "L2XCFWD"
24281   - "LISP"
24282   layout:
24283     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24284     layout: "plot-throughput-speedup-analysis"
24285
24286 -
24287   type: "plot"
24288   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24289   algorithm: "plot_throughput_speedup_analysis"
24290   output-file-type: ".html"
24291   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24292   data: "plot-throughput-speedup-analysis-3n-skx"
24293   filter: "'NIC_Intel-X710' and
24294            '64B' and
24295            'ENCAP' and
24296            'NDRPDR' and
24297            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24298            not 'DOT1Q' and
24299            not 'VHOST' and
24300            not 'IPSECHW'"
24301   parameters:
24302   - "throughput"
24303   - "parent"
24304   - "tags"
24305   sort:
24306   - "L2BDMACLRN"
24307   - "L2XCFWD"
24308   - "LISP"
24309   layout:
24310     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24311     layout: "plot-throughput-speedup-analysis"
24312
24313 ################################################################################
24314
24315 # Speedup - VPP IPv6 3n-hsw-x520
24316 -
24317   type: "plot"
24318   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24319   algorithm: "plot_throughput_speedup_analysis"
24320   output-file-type: ".html"
24321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24322   data: "plot-throughput-speedup-analysis-3n-hsw"
24323   filter: "'NIC_Intel-X520-DA2' and
24324            '78B' and
24325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24326            'NDRPDR' and
24327            'IP6FWD' and
24328            not 'SRv6' and
24329            not 'IPSEC' and
24330            not 'VHOST'"
24331   parameters:
24332   - "throughput"
24333   - "parent"
24334   - "tags"
24335   sort:
24336   - "IP6BASE"
24337   - "FIB_20K"
24338   - "FIB_200K"
24339   - "FIB_2M"
24340   layout:
24341     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
24342     layout: "plot-throughput-speedup-analysis"
24343
24344 -
24345   type: "plot"
24346   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24347   algorithm: "plot_throughput_speedup_analysis"
24348   output-file-type: ".html"
24349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24350   data: "plot-throughput-speedup-analysis-3n-hsw"
24351   filter: "'NIC_Intel-X520-DA2' and
24352            '78B' and
24353            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24354            'NDRPDR' and
24355            'IP6FWD' and
24356            not 'SRv6' and
24357            not 'IPSEC' and
24358            not 'VHOST'"
24359   parameters:
24360   - "throughput"
24361   - "parent"
24362   - "tags"
24363   sort:
24364   - "IP6BASE"
24365   - "FIB_20K"
24366   - "FIB_200K"
24367   - "FIB_2M"
24368   layout:
24369     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
24370     layout: "plot-throughput-speedup-analysis"
24371
24372 # Speedup - VPP IPv6 3n-hsw-x520 features
24373 -
24374   type: "plot"
24375   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24376   algorithm: "plot_throughput_speedup_analysis"
24377   output-file-type: ".html"
24378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24379   data: "plot-throughput-speedup-analysis-3n-hsw"
24380   filter: "'NIC_Intel-X520-DA2' and
24381            '78B' and
24382            ('IP6BASE' or
24383             'POLICE_MARK' or
24384             'COPWHLIST' or
24385             'IACLDST') and
24386            'NDRPDR' and
24387            'IP6FWD' and
24388            not 'SRv6' and
24389            not 'IPSEC' and
24390            not 'VHOST'"
24391   parameters:
24392   - "throughput"
24393   - "parent"
24394   - "tags"
24395   sort:
24396   - "IP6BASE"
24397   - "POLICE_MARK"
24398   - "COPWHLIST"
24399   - "IACLDST"
24400   layout:
24401     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
24402     layout: "plot-throughput-speedup-analysis"
24403
24404 -
24405   type: "plot"
24406   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24407   algorithm: "plot_throughput_speedup_analysis"
24408   output-file-type: ".html"
24409   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24410   data: "plot-throughput-speedup-analysis-3n-hsw"
24411   filter: "'NIC_Intel-X520-DA2' and
24412            '78B' and
24413            ('IP6BASE' or
24414             'POLICE_MARK' or
24415             'COPWHLIST' or
24416             'IACLDST') and
24417            'NDRPDR' and
24418            'IP6FWD' and
24419            not 'SRv6' and
24420            not 'IPSEC' and
24421            not 'VHOST'"
24422   parameters:
24423   - "throughput"
24424   - "parent"
24425   - "tags"
24426   sort:
24427   - "IP6BASE"
24428   - "POLICE_MARK"
24429   - "COPWHLIST"
24430   - "IACLDST"
24431   layout:
24432     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
24433     layout: "plot-throughput-speedup-analysis"
24434
24435 # Speedup - VPP IPv6 3n-hsw-x710
24436 -
24437   type: "plot"
24438   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24439   algorithm: "plot_throughput_speedup_analysis"
24440   output-file-type: ".html"
24441   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24442   data: "plot-throughput-speedup-analysis-3n-hsw"
24443   filter: "'NIC_Intel-X710' and
24444            '78B' and
24445            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24446            'NDRPDR' and
24447            'IP6FWD' and
24448            not 'SRv6' and
24449            not 'IPSEC' and
24450            not 'VHOST'"
24451   parameters:
24452   - "throughput"
24453   - "parent"
24454   - "tags"
24455   sort:
24456   - "IP6BASE"
24457   - "FIB_20K"
24458   - "FIB_200K"
24459   - "FIB_2M"
24460   layout:
24461     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24462     layout: "plot-throughput-speedup-analysis"
24463
24464 -
24465   type: "plot"
24466   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24467   algorithm: "plot_throughput_speedup_analysis"
24468   output-file-type: ".html"
24469   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24470   data: "plot-throughput-speedup-analysis-3n-hsw"
24471   filter: "'NIC_Intel-X710' and
24472            '78B' and
24473            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24474            'NDRPDR' and
24475            'IP6FWD' and
24476            not 'SRv6' and
24477            not 'IPSEC' and
24478            not 'VHOST'"
24479   parameters:
24480   - "throughput"
24481   - "parent"
24482   - "tags"
24483   sort:
24484   - "IP6BASE"
24485   - "FIB_20K"
24486   - "FIB_200K"
24487   - "FIB_2M"
24488   layout:
24489     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24490     layout: "plot-throughput-speedup-analysis"
24491
24492 # Speedup - VPP IPv6 3n-hsw-x710 features
24493 -
24494   type: "plot"
24495   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24496   algorithm: "plot_throughput_speedup_analysis"
24497   output-file-type: ".html"
24498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24499   data: "plot-throughput-speedup-analysis-3n-hsw"
24500   filter: "'NIC_Intel-X710' and
24501            '78B' and
24502            ('IP6BASE' or
24503             'POLICE_MARK' or
24504             'COPWHLIST' or
24505             'IACLDST') and
24506            'NDRPDR' and
24507            'IP6FWD' and
24508            not 'SRv6' and
24509            not 'IPSEC' and
24510            not 'VHOST'"
24511   parameters:
24512   - "throughput"
24513   - "parent"
24514   - "tags"
24515   sort:
24516   - "IP6BASE"
24517   - "POLICE_MARK"
24518   - "COPWHLIST"
24519   - "IACLDST"
24520   layout:
24521     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24522     layout: "plot-throughput-speedup-analysis"
24523
24524 -
24525   type: "plot"
24526   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24527   algorithm: "plot_throughput_speedup_analysis"
24528   output-file-type: ".html"
24529   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24530   data: "plot-throughput-speedup-analysis-3n-hsw"
24531   filter: "'NIC_Intel-X710' and
24532            '78B' and
24533            ('IP6BASE' or
24534             'POLICE_MARK' or
24535             'COPWHLIST' or
24536             'IACLDST') and
24537            'NDRPDR' and
24538            'IP6FWD' and
24539            not 'SRv6' and
24540            not 'IPSEC' and
24541            not 'VHOST'"
24542   parameters:
24543   - "throughput"
24544   - "parent"
24545   - "tags"
24546   sort:
24547   - "IP6BASE"
24548   - "POLICE_MARK"
24549   - "COPWHLIST"
24550   - "IACLDST"
24551   layout:
24552     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24553     layout: "plot-throughput-speedup-analysis"
24554
24555 # Speedup - VPP IPv6 3n-hsw-xl710
24556 -
24557   type: "plot"
24558   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24559   algorithm: "plot_throughput_speedup_analysis"
24560   output-file-type: ".html"
24561   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24562   data: "plot-throughput-speedup-analysis-3n-hsw"
24563   filter: "'NIC_Intel-XL710' and
24564            '78B' and
24565            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24566            'NDRPDR' and
24567            'IP6FWD' and
24568            not 'SRv6' and
24569            not 'IPSEC' and
24570            not 'VHOST'"
24571   parameters:
24572   - "throughput"
24573   - "parent"
24574   - "tags"
24575   sort:
24576   - "IP6BASE"
24577   - "FIB_20K"
24578   - "FIB_200K"
24579   - "FIB_2M"
24580   layout:
24581     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
24582     layout: "plot-throughput-speedup-analysis"
24583
24584 -
24585   type: "plot"
24586   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24587   algorithm: "plot_throughput_speedup_analysis"
24588   output-file-type: ".html"
24589   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24590   data: "plot-throughput-speedup-analysis-3n-hsw"
24591   filter: "'NIC_Intel-XL710' and
24592            '78B' and
24593            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24594            'NDRPDR' and
24595            'IP6FWD' and
24596            not 'SRv6' and
24597            not 'IPSEC' and
24598            not 'VHOST'"
24599   parameters:
24600   - "throughput"
24601   - "parent"
24602   - "tags"
24603   sort:
24604   - "IP6BASE"
24605   - "FIB_20K"
24606   - "FIB_200K"
24607   - "FIB_2M"
24608   layout:
24609     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
24610     layout: "plot-throughput-speedup-analysis"
24611
24612 # Speedup - VPP IPv6 3n-skx-x710
24613 -
24614   type: "plot"
24615   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24616   algorithm: "plot_throughput_speedup_analysis"
24617   output-file-type: ".html"
24618   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24619   data: "plot-throughput-speedup-analysis-3n-skx"
24620   filter: "'NIC_Intel-X710' and
24621            '78B' and
24622            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24623            'NDRPDR' and
24624            'IP6FWD' and
24625            not 'SRv6' and
24626            not 'IPSEC' and
24627            not 'VHOST'"
24628   parameters:
24629   - "throughput"
24630   - "parent"
24631   - "tags"
24632   sort:
24633   - "IP6BASE"
24634   - "FIB_20K"
24635   - "FIB_200K"
24636   - "FIB_2M"
24637   layout:
24638     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24639     layout: "plot-throughput-speedup-analysis"
24640
24641 -
24642   type: "plot"
24643   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24644   algorithm: "plot_throughput_speedup_analysis"
24645   output-file-type: ".html"
24646   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24647   data: "plot-throughput-speedup-analysis-3n-skx"
24648   filter: "'NIC_Intel-X710' and
24649            '78B' and
24650            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24651            'NDRPDR' and
24652            'IP6FWD' and
24653            not 'SRv6' and
24654            not 'IPSEC' and
24655            not 'VHOST'"
24656   parameters:
24657   - "throughput"
24658   - "parent"
24659   - "tags"
24660   sort:
24661   - "IP6BASE"
24662   - "FIB_20K"
24663   - "FIB_200K"
24664   - "FIB_2M"
24665   layout:
24666     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24667     layout: "plot-throughput-speedup-analysis"
24668
24669 # Speedup - VPP IPv6 3n-skx-x710 features
24670 -
24671   type: "plot"
24672   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24676   data: "plot-throughput-speedup-analysis-3n-skx"
24677   filter: "'NIC_Intel-X710' and
24678            '78B' and
24679            ('IP6BASE' or
24680             'POLICE_MARK' or
24681             'COPWHLIST' or
24682             'IACLDST') and
24683            'NDRPDR' and
24684            'IP6FWD' and
24685            not 'SRv6' and
24686            not 'IPSEC' and
24687            not 'VHOST'"
24688   parameters:
24689   - "throughput"
24690   - "parent"
24691   - "tags"
24692   sort:
24693   - "IP6BASE"
24694   - "POLICE_MARK"
24695   - "COPWHLIST"
24696   - "IACLDST"
24697   layout:
24698     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24699     layout: "plot-throughput-speedup-analysis"
24700
24701 -
24702   type: "plot"
24703   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24704   algorithm: "plot_throughput_speedup_analysis"
24705   output-file-type: ".html"
24706   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24707   data: "plot-throughput-speedup-analysis-3n-skx"
24708   filter: "'NIC_Intel-X710' and
24709            '78B' and
24710            ('IP6BASE' or
24711             'POLICE_MARK' or
24712             'COPWHLIST' or
24713             'IACLDST') and
24714            'NDRPDR' and
24715            'IP6FWD' and
24716            not 'SRv6' and
24717            not 'IPSEC' and
24718            not 'VHOST'"
24719   parameters:
24720   - "throughput"
24721   - "parent"
24722   - "tags"
24723   sort:
24724   - "IP6BASE"
24725   - "POLICE_MARK"
24726   - "COPWHLIST"
24727   - "IACLDST"
24728   layout:
24729     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24730     layout: "plot-throughput-speedup-analysis"
24731
24732 # Speedup - VPP IPv6 2n-skx-x710
24733 -
24734   type: "plot"
24735   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24736   algorithm: "plot_throughput_speedup_analysis"
24737   output-file-type: ".html"
24738   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24739   data: "plot-throughput-speedup-analysis-2n-skx"
24740   filter: "'NIC_Intel-X710' and
24741            '78B' and
24742            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24743            'NDRPDR' and
24744            'IP6FWD' and
24745            not 'SRv6' and
24746            not 'IPSEC' and
24747            not 'VHOST'"
24748   parameters:
24749   - "throughput"
24750   - "parent"
24751   - "tags"
24752   sort:
24753   - "IP6BASE"
24754   - "FIB_20K"
24755   - "FIB_200K"
24756   - "FIB_2M"
24757   layout:
24758     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24759     layout: "plot-throughput-speedup-analysis"
24760
24761 -
24762   type: "plot"
24763   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24764   algorithm: "plot_throughput_speedup_analysis"
24765   output-file-type: ".html"
24766   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24767   data: "plot-throughput-speedup-analysis-2n-skx"
24768   filter: "'NIC_Intel-X710' and
24769            '78B' and
24770            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24771            'NDRPDR' and
24772            'IP6FWD' and
24773            not 'SRv6' and
24774            not 'IPSEC' and
24775            not 'VHOST'"
24776   parameters:
24777   - "throughput"
24778   - "parent"
24779   - "tags"
24780   sort:
24781   - "IP6BASE"
24782   - "FIB_20K"
24783   - "FIB_200K"
24784   - "FIB_2M"
24785   layout:
24786     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24787     layout: "plot-throughput-speedup-analysis"
24788
24789 # Speedup - VPP IPv6 2n-skx-xxv710
24790 -
24791   type: "plot"
24792   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24793   algorithm: "plot_throughput_speedup_analysis"
24794   output-file-type: ".html"
24795   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24796   data: "plot-throughput-speedup-analysis-2n-skx"
24797   filter: "'NIC_Intel-XXV710' and
24798            '78B' and
24799            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24800            'NDRPDR' and
24801            'IP6FWD' and
24802            not 'SRv6' and
24803            not 'IPSEC' and
24804            not 'VHOST'"
24805   parameters:
24806   - "throughput"
24807   - "parent"
24808   - "tags"
24809   sort:
24810   - "IP6BASE"
24811   - "FIB_20K"
24812   - "FIB_200K"
24813   - "FIB_2M"
24814   layout:
24815     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24816     layout: "plot-throughput-speedup-analysis"
24817
24818 -
24819   type: "plot"
24820   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24821   algorithm: "plot_throughput_speedup_analysis"
24822   output-file-type: ".html"
24823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24824   data: "plot-throughput-speedup-analysis-2n-skx"
24825   filter: "'NIC_Intel-XXV710' and
24826            '78B' and
24827            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24828            'NDRPDR' and
24829            'IP6FWD' and
24830            not 'SRv6' and
24831            not 'IPSEC' and
24832            not 'VHOST'"
24833   parameters:
24834   - "throughput"
24835   - "parent"
24836   - "tags"
24837   sort:
24838   - "IP6BASE"
24839   - "FIB_20K"
24840   - "FIB_200K"
24841   - "FIB_2M"
24842   layout:
24843     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24844     layout: "plot-throughput-speedup-analysis"
24845
24846 ################################################################################
24847
24848 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24849 -
24850   type: "plot"
24851   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24852   algorithm: "plot_throughput_speedup_analysis"
24853   output-file-type: ".html"
24854   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24855   data: "plot-throughput-speedup-analysis-3n-hsw"
24856   filter: "'NIC_Intel-X520-DA2' and
24857            '78B' and
24858            'ENCAP' and
24859            'NDRPDR' and
24860            'LISP' and
24861            not 'VHOST'"
24862   parameters:
24863   - "throughput"
24864   - "parent"
24865   - "tags"
24866   sort:
24867   - "IP4UNRLAY"
24868   - "IP6UNRLAY"
24869   layout:
24870     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
24871     layout: "plot-throughput-speedup-analysis"
24872
24873 -
24874   type: "plot"
24875   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24876   algorithm: "plot_throughput_speedup_analysis"
24877   output-file-type: ".html"
24878   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24879   data: "plot-throughput-speedup-analysis-3n-hsw"
24880   filter: "'NIC_Intel-X520-DA2' and
24881            '78B' and
24882            'ENCAP' and
24883            'NDRPDR' and
24884            'LISP' and
24885            not 'VHOST'"
24886   parameters:
24887   - "throughput"
24888   - "parent"
24889   - "tags"
24890   sort:
24891   - "IP4UNRLAY"
24892   - "IP6UNRLAY"
24893   layout:
24894     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
24895     layout: "plot-throughput-speedup-analysis"
24896
24897 ################################################################################
24898
24899 # Speedup - VPP IPSec 3n-hsw-xl710 base
24900 -
24901   type: "plot"
24902   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24903   algorithm: "plot_throughput_speedup_analysis"
24904   output-file-type: ".html"
24905   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24906   data: "plot-throughput-speedup-analysis-3n-hsw"
24907   filter: "'NIC_Intel-XL710' and
24908            '64B' and
24909            'IP4FWD' and
24910            'NDRPDR' and
24911            'BASE' and
24912            'IPSECHW' and
24913            ('IPSECTRAN' or 'IPSECTUN') and
24914            not 'VHOST'"
24915   parameters:
24916   - "throughput"
24917   - "parent"
24918   - "tags"
24919   layout:
24920     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24921     layout: "plot-throughput-speedup-analysis"
24922
24923 -
24924   type: "plot"
24925   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24926   algorithm: "plot_throughput_speedup_analysis"
24927   output-file-type: ".html"
24928   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24929   data: "plot-throughput-speedup-analysis-3n-hsw"
24930   filter: "'NIC_Intel-XL710' and
24931            '64B' and
24932            'IP4FWD' and
24933            'NDRPDR' and
24934            'BASE' and
24935            'IPSECHW' and
24936            ('IPSECTRAN' or 'IPSECTUN') and
24937            not 'VHOST'"
24938   parameters:
24939   - "throughput"
24940   - "parent"
24941   - "tags"
24942   layout:
24943     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24944     layout: "plot-throughput-speedup-analysis"
24945
24946 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24947 -
24948   type: "plot"
24949   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24950   algorithm: "plot_throughput_speedup_analysis"
24951   output-file-type: ".html"
24952   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24953   data: "plot-throughput-speedup-analysis-3n-hsw"
24954   filter: "'NIC_Intel-XL710' and
24955            '64B' and
24956            'IP4FWD' and
24957            'NDRPDR' and
24958            'SCALE' and
24959            'IPSECHW' and
24960            ('IPSECTRAN' or 'IPSECTUN') and
24961            not 'VHOST'"
24962   parameters:
24963   - "throughput"
24964   - "parent"
24965   - "tags"
24966   layout:
24967     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24968     layout: "plot-throughput-speedup-analysis"
24969
24970 -
24971   type: "plot"
24972   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24973   algorithm: "plot_throughput_speedup_analysis"
24974   output-file-type: ".html"
24975   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24976   data: "plot-throughput-speedup-analysis-3n-hsw"
24977   filter: "'NIC_Intel-XL710' and
24978            '64B' and
24979            'IP4FWD' and
24980            'NDRPDR' and
24981            'SCALE' and
24982            'IPSECHW' and
24983            ('IPSECTRAN' or 'IPSECTUN') and
24984            not 'VHOST'"
24985   parameters:
24986   - "throughput"
24987   - "parent"
24988   - "tags"
24989   layout:
24990     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24991     layout: "plot-throughput-speedup-analysis"
24992
24993 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24994 -
24995   type: "plot"
24996   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24997   algorithm: "plot_throughput_speedup_analysis"
24998   output-file-type: ".html"
24999   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25000   data: "plot-throughput-speedup-analysis-3n-hsw"
25001   filter: "'NIC_Intel-XL710' and
25002            '64B' and
25003            'IP4FWD' and
25004            'NDRPDR' and
25005            'IPSECSW' and
25006            ('IPSECTRAN' or 'IPSECTUN') and
25007            not 'VHOST'"
25008   parameters:
25009   - "throughput"
25010   - "parent"
25011   - "tags"
25012   layout:
25013     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25014     layout: "plot-throughput-speedup-analysis"
25015
25016 -
25017   type: "plot"
25018   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25019   algorithm: "plot_throughput_speedup_analysis"
25020   output-file-type: ".html"
25021   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25022   data: "plot-throughput-speedup-analysis-3n-hsw"
25023   filter: "'NIC_Intel-XL710' and
25024            '64B' and
25025            'IP4FWD' and
25026            'NDRPDR' and
25027            'IPSECSW' and
25028            ('IPSECTRAN' or 'IPSECTUN') and
25029            not 'VHOST'"
25030   parameters:
25031   - "throughput"
25032   - "parent"
25033   - "tags"
25034   layout:
25035     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25036     layout: "plot-throughput-speedup-analysis"
25037
25038 ################################################################################
25039
25040 # Speedup - VPP SRv6 3n-hsw-x520
25041 -
25042   type: "plot"
25043   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25044   algorithm: "plot_throughput_speedup_analysis"
25045   output-file-type: ".html"
25046   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25047   data: "plot-throughput-speedup-analysis-3n-hsw"
25048   filter: "'NIC_Intel-X520-DA2' and
25049            '78B' and
25050            'FEATURE' and
25051            'NDRPDR' and
25052            'IP6FWD' and
25053            'SRv6'"
25054   parameters:
25055   - "throughput"
25056   - "parent"
25057   - "tags"
25058   layout:
25059     title: "srv6-3n-hsw-x520-78b-features-ndr"
25060     layout: "plot-throughput-speedup-analysis"
25061
25062 -
25063   type: "plot"
25064   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25065   algorithm: "plot_throughput_speedup_analysis"
25066   output-file-type: ".html"
25067   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25068   data: "plot-throughput-speedup-analysis-3n-hsw"
25069   filter: "'NIC_Intel-X520-DA2' and
25070            '78B' and
25071            'FEATURE' and
25072            'NDRPDR' and
25073            'IP6FWD' and
25074            'SRv6'"
25075   parameters:
25076   - "throughput"
25077   - "parent"
25078   - "tags"
25079   layout:
25080     title: "srv6-3n-hsw-x520-78b-features-pdr"
25081     layout: "plot-throughput-speedup-analysis"
25082
25083 ################################################################################
25084
25085 # Speedup - VPP L2 3n-hsw-x520 base and scale
25086 -
25087   type: "plot"
25088   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25089   algorithm: "plot_throughput_speedup_analysis"
25090   output-file-type: ".html"
25091   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25092   data: "plot-throughput-speedup-analysis-3n-hsw"
25093   filter: "'NIC_Intel-X520-DA2' and
25094            '64B' and
25095            ('BASE' or 'SCALE') and
25096            'NDRPDR' and
25097            'ETH' and
25098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25099            not 'VHOST' and
25100            not 'MEMIF'"
25101   parameters:
25102   - "throughput"
25103   - "parent"
25104   - "tags"
25105   sort:
25106   - "L2PATCH"
25107   - "L2XCBASE"
25108   - "BASE"
25109   - "FIB_10K"
25110   - "FIB_100K"
25111   - "FIB_1M"
25112   layout:
25113     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25114     layout: "plot-throughput-speedup-analysis"
25115
25116 -
25117   type: "plot"
25118   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25119   algorithm: "plot_throughput_speedup_analysis"
25120   output-file-type: ".html"
25121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25122   data: "plot-throughput-speedup-analysis-3n-hsw"
25123   filter: "'NIC_Intel-X520-DA2' and
25124            '64B' and
25125            ('BASE' or 'SCALE') and
25126            'NDRPDR' and
25127            'ETH' and
25128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25129            not 'VHOST' and
25130            not 'MEMIF'"
25131   parameters:
25132   - "throughput"
25133   - "parent"
25134   - "tags"
25135   sort:
25136   - "L2PATCH"
25137   - "L2XCBASE"
25138   - "BASE"
25139   - "FIB_10K"
25140   - "FIB_100K"
25141   - "FIB_1M"
25142   layout:
25143     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25144     layout: "plot-throughput-speedup-analysis"
25145
25146 # Speedup - VPP L2 3n-hsw-x520 features
25147 -
25148   type: "plot"
25149   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25150   algorithm: "plot_throughput_speedup_analysis"
25151   output-file-type: ".html"
25152   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25153   data: "plot-throughput-speedup-analysis-3n-hsw"
25154   filter: "'NIC_Intel-X520-DA2' and
25155            '64B' and
25156            'NDRPDR' and
25157            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25158            not 'ACL' and
25159            not 'VHOST' and
25160            not 'MEMIF'"
25161   parameters:
25162   - "throughput"
25163   - "parent"
25164   - "tags"
25165   sort:
25166   - "L2XCBASE"    # l2xcbase
25167   - "L2BDBASE"    # l2bdbase
25168   - "L2XCFWD"     # dot1q-l2xcbase
25169   - "L2BDMACLRN"  # dot1q-l2bdbase
25170   layout:
25171     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25172     layout: "plot-throughput-speedup-analysis"
25173
25174 -
25175   type: "plot"
25176   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25177   algorithm: "plot_throughput_speedup_analysis"
25178   output-file-type: ".html"
25179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25180   data: "plot-throughput-speedup-analysis-3n-hsw"
25181   filter: "'NIC_Intel-X520-DA2' and
25182            '64B' and
25183            'NDRPDR' and
25184            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25185            not 'ACL' and
25186            not 'VHOST' and
25187            not 'MEMIF'"
25188   parameters:
25189   - "throughput"
25190   - "parent"
25191   - "tags"
25192   sort:
25193   - "L2XCBASE"    # l2xcbase
25194   - "L2BDBASE"    # l2bdbase
25195   - "L2XCFWD"     # dot1q-l2xcbase
25196   - "L2BDMACLRN"  # dot1q-l2bdbase
25197   layout:
25198     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25199     layout: "plot-throughput-speedup-analysis"
25200
25201 # Speedup - VPP L2 3n-hsw-x710 base and scale
25202 -
25203   type: "plot"
25204   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25205   algorithm: "plot_throughput_speedup_analysis"
25206   output-file-type: ".html"
25207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25208   data: "plot-throughput-speedup-analysis-3n-hsw"
25209   filter: "'NIC_Intel-X710' and
25210            '64B' and
25211            ('BASE' or 'SCALE') and
25212            'NDRPDR' and
25213            'ETH' and
25214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25215            not 'VHOST' and
25216            not 'MEMIF'"
25217   parameters:
25218   - "throughput"
25219   - "parent"
25220   - "tags"
25221   sort:
25222   - "L2PATCH"
25223   - "L2XCBASE"
25224   - "BASE"
25225   - "FIB_10K"
25226   - "FIB_100K"
25227   - "FIB_1M"
25228   layout:
25229     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25230     layout: "plot-throughput-speedup-analysis"
25231
25232 -
25233   type: "plot"
25234   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25235   algorithm: "plot_throughput_speedup_analysis"
25236   output-file-type: ".html"
25237   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25238   data: "plot-throughput-speedup-analysis-3n-hsw"
25239   filter: "'NIC_Intel-X710' and
25240            '64B' and
25241            ('BASE' or 'SCALE') and
25242            'NDRPDR' and
25243            'ETH' and
25244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25245            not 'VHOST' and
25246            not 'MEMIF'"
25247   parameters:
25248   - "throughput"
25249   - "parent"
25250   - "tags"
25251   sort:
25252   - "L2PATCH"
25253   - "L2XCBASE"
25254   - "BASE"
25255   - "FIB_10K"
25256   - "FIB_100K"
25257   - "FIB_1M"
25258   layout:
25259     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25260     layout: "plot-throughput-speedup-analysis"
25261
25262 # Speedup - VPP L2 3n-hsw-x710 features
25263 -
25264   type: "plot"
25265   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25266   algorithm: "plot_throughput_speedup_analysis"
25267   output-file-type: ".html"
25268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25269   data: "plot-throughput-speedup-analysis-3n-hsw"
25270   filter: "'NIC_Intel-X710' and
25271            '64B' and
25272            'NDRPDR' and
25273            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25274            not 'ACL' and
25275            not 'VHOST' and
25276            not 'MEMIF'"
25277   parameters:
25278   - "throughput"
25279   - "parent"
25280   - "tags"
25281   sort:
25282   - "L2XCBASE"    # l2xcbase
25283   - "L2BDBASE"    # l2bdbase
25284   - "L2XCFWD"     # dot1q-l2xcbase
25285   - "L2BDMACLRN"  # dot1q-l2bdbase
25286   layout:
25287     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25288     layout: "plot-throughput-speedup-analysis"
25289
25290 -
25291   type: "plot"
25292   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25293   algorithm: "plot_throughput_speedup_analysis"
25294   output-file-type: ".html"
25295   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25296   data: "plot-throughput-speedup-analysis-3n-hsw"
25297   filter: "'NIC_Intel-X710' and
25298            '64B' and
25299            'NDRPDR' and
25300            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25301            not 'ACL' and
25302            not 'VHOST' and
25303            not 'MEMIF'"
25304   parameters:
25305   - "throughput"
25306   - "parent"
25307   - "tags"
25308   sort:
25309   - "L2XCBASE"    # l2xcbase
25310   - "L2BDBASE"    # l2bdbase
25311   - "L2XCFWD"     # dot1q-l2xcbase
25312   - "L2BDMACLRN"  # dot1q-l2bdbase
25313   layout:
25314     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25315     layout: "plot-throughput-speedup-analysis"
25316
25317 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25318 -
25319   type: "plot"
25320   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25321   algorithm: "plot_throughput_speedup_analysis"
25322   output-file-type: ".html"
25323   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25324   data: "plot-throughput-speedup-analysis-3n-hsw"
25325   filter: "'NIC_Intel-XL710' and
25326            '64B' and
25327            ('BASE' or 'SCALE') and
25328            'NDRPDR' and
25329            'ETH' and
25330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25331            not 'VHOST' and
25332            not 'MEMIF'"
25333   parameters:
25334   - "throughput"
25335   - "parent"
25336   - "tags"
25337   sort:
25338   - "L2PATCH"
25339   - "L2XCBASE"
25340   - "BASE"
25341   - "FIB_10K"
25342   - "FIB_100K"
25343   - "FIB_1M"
25344   layout:
25345     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25346     layout: "plot-throughput-speedup-analysis"
25347
25348 -
25349   type: "plot"
25350   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25351   algorithm: "plot_throughput_speedup_analysis"
25352   output-file-type: ".html"
25353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25354   data: "plot-throughput-speedup-analysis-3n-hsw"
25355   filter: "'NIC_Intel-XL710' and
25356            '64B' and
25357            ('BASE' or 'SCALE') and
25358            'NDRPDR' and
25359            'ETH' and
25360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25361            not 'VHOST' and
25362            not 'MEMIF'"
25363   parameters:
25364   - "throughput"
25365   - "parent"
25366   - "tags"
25367   sort:
25368   - "L2PATCH"
25369   - "L2XCBASE"
25370   - "BASE"
25371   - "FIB_10K"
25372   - "FIB_100K"
25373   - "FIB_1M"
25374   layout:
25375     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25376     layout: "plot-throughput-speedup-analysis"
25377
25378 # Speedup - VPP L2 3n-skx-x710 base and scale
25379 -
25380   type: "plot"
25381   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25382   algorithm: "plot_throughput_speedup_analysis"
25383   output-file-type: ".html"
25384   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25385   data: "plot-throughput-speedup-analysis-3n-skx"
25386   filter: "'NIC_Intel-X710' and
25387            '64B' and
25388            ('BASE' or 'SCALE') and
25389            'NDRPDR' and
25390            'ETH' and
25391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25392            not 'VHOST' and
25393            not 'MEMIF'"
25394   parameters:
25395   - "throughput"
25396   - "parent"
25397   - "tags"
25398   sort:
25399   - "L2PATCH"
25400   - "L2XCBASE"
25401   - "BASE"
25402   - "FIB_10K"
25403   - "FIB_100K"
25404   - "FIB_1M"
25405   layout:
25406     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25407     layout: "plot-throughput-speedup-analysis"
25408
25409 -
25410   type: "plot"
25411   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25412   algorithm: "plot_throughput_speedup_analysis"
25413   output-file-type: ".html"
25414   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25415   data: "plot-throughput-speedup-analysis-3n-skx"
25416   filter: "'NIC_Intel-X710' and
25417            '64B' and
25418            ('BASE' or 'SCALE') and
25419            'NDRPDR' and
25420            'ETH' and
25421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25422            not 'VHOST' and
25423            not 'MEMIF'"
25424   parameters:
25425   - "throughput"
25426   - "parent"
25427   - "tags"
25428   sort:
25429   - "L2PATCH"
25430   - "L2XCBASE"
25431   - "BASE"
25432   - "FIB_10K"
25433   - "FIB_100K"
25434   - "FIB_1M"
25435   layout:
25436     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25437     layout: "plot-throughput-speedup-analysis"
25438
25439 # Speedup - VPP L2 3n-skx-x710 features
25440 -
25441   type: "plot"
25442   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25446   data: "plot-throughput-speedup-analysis-3n-skx"
25447   filter: "'NIC_Intel-X710' and
25448            '64B' and
25449            'NDRPDR' and
25450            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25451            not 'ACL' and
25452            not 'VHOST' and
25453            not 'MEMIF'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "L2XCBASE"    # l2xcbase
25460   - "L2BDBASE"    # l2bdbase
25461   - "L2XCFWD"     # dot1q-l2xcbase
25462   - "L2BDMACLRN"  # dot1q-l2bdbase
25463   layout:
25464     title: "l2sw-3n-skx-x710-64b-features-ndr"
25465     layout: "plot-throughput-speedup-analysis"
25466
25467 -
25468   type: "plot"
25469   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25470   algorithm: "plot_throughput_speedup_analysis"
25471   output-file-type: ".html"
25472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25473   data: "plot-throughput-speedup-analysis-3n-skx"
25474   filter: "'NIC_Intel-X710' and
25475            '64B' and
25476            'NDRPDR' and
25477            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25478            not 'ACL' and
25479            not 'VHOST' and
25480            not 'MEMIF'"
25481   parameters:
25482   - "throughput"
25483   - "parent"
25484   - "tags"
25485   sort:
25486   - "L2XCBASE"    # l2xcbase
25487   - "L2BDBASE"    # l2bdbase
25488   - "L2XCFWD"     # dot1q-l2xcbase
25489   - "L2BDMACLRN"  # dot1q-l2bdbase
25490   layout:
25491     title: "l2sw-3n-skx-x710-64b-features-pdr"
25492     layout: "plot-throughput-speedup-analysis"
25493
25494 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25495 -
25496   type: "plot"
25497   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25498   algorithm: "plot_throughput_speedup_analysis"
25499   output-file-type: ".html"
25500   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25501   data: "plot-throughput-speedup-analysis-3n-skx"
25502   filter: "'NIC_Intel-XXV710' and
25503            '64B' and
25504            ('BASE' or 'SCALE') and
25505            'NDRPDR' and
25506            'ETH' and
25507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25508            not 'VHOST' and
25509            not 'MEMIF'"
25510   parameters:
25511   - "throughput"
25512   - "parent"
25513   - "tags"
25514   sort:
25515   - "L2PATCH"
25516   - "L2XCBASE"
25517   - "BASE"
25518   - "FIB_10K"
25519   - "FIB_100K"
25520   - "FIB_1M"
25521   layout:
25522     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25523     layout: "plot-throughput-speedup-analysis"
25524
25525 -
25526   type: "plot"
25527   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25528   algorithm: "plot_throughput_speedup_analysis"
25529   output-file-type: ".html"
25530   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25531   data: "plot-throughput-speedup-analysis-3n-skx"
25532   filter: "'NIC_Intel-XXV710' and
25533            '64B' and
25534            ('BASE' or 'SCALE') and
25535            'NDRPDR' and
25536            'ETH' and
25537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25538            not 'VHOST' and
25539            not 'MEMIF'"
25540   parameters:
25541   - "throughput"
25542   - "parent"
25543   - "tags"
25544   sort:
25545   - "L2PATCH"
25546   - "L2XCBASE"
25547   - "BASE"
25548   - "FIB_10K"
25549   - "FIB_100K"
25550   - "FIB_1M"
25551   layout:
25552     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
25553     layout: "plot-throughput-speedup-analysis"
25554
25555 # Speedup - VPP L2 2n-skx-x710 base and scale
25556 -
25557   type: "plot"
25558   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25559   algorithm: "plot_throughput_speedup_analysis"
25560   output-file-type: ".html"
25561   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25562   data: "plot-throughput-speedup-analysis-2n-skx"
25563   filter: "'NIC_Intel-X710' and
25564            '64B' and
25565            ('BASE' or 'SCALE') and
25566            'NDRPDR' and
25567            'ETH' and
25568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25569            not 'VHOST' and
25570            not 'MEMIF'"
25571   parameters:
25572   - "throughput"
25573   - "parent"
25574   - "tags"
25575   sort:
25576   - "L2PATCH"
25577   - "L2XCBASE"
25578   - "BASE"
25579   - "FIB_10K"
25580   - "FIB_100K"
25581   - "FIB_1M"
25582   layout:
25583     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25584     layout: "plot-throughput-speedup-analysis"
25585
25586 -
25587   type: "plot"
25588   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25592   data: "plot-throughput-speedup-analysis-2n-skx"
25593   filter: "'NIC_Intel-X710' and
25594            '64B' and
25595            ('BASE' or 'SCALE') and
25596            'NDRPDR' and
25597            'ETH' and
25598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25599            not 'VHOST' and
25600            not 'MEMIF'"
25601   parameters:
25602   - "throughput"
25603   - "parent"
25604   - "tags"
25605   sort:
25606   - "L2PATCH"
25607   - "L2XCBASE"
25608   - "BASE"
25609   - "FIB_10K"
25610   - "FIB_100K"
25611   - "FIB_1M"
25612   layout:
25613     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25614     layout: "plot-throughput-speedup-analysis"
25615
25616 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25617 -
25618   type: "plot"
25619   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25620   algorithm: "plot_throughput_speedup_analysis"
25621   output-file-type: ".html"
25622   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25623   data: "plot-throughput-speedup-analysis-2n-skx"
25624   filter: "'NIC_Intel-XXV710' and
25625            '64B' and
25626            ('BASE' or 'SCALE') and
25627            'NDRPDR' and
25628            'ETH' and
25629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25630            not 'VHOST' and
25631            not 'MEMIF'"
25632   parameters:
25633   - "throughput"
25634   - "parent"
25635   - "tags"
25636   sort:
25637   - "L2PATCH"
25638   - "L2XCBASE"
25639   - "BASE"
25640   - "FIB_10K"
25641   - "FIB_100K"
25642   - "FIB_1M"
25643   layout:
25644     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25645     layout: "plot-throughput-speedup-analysis"
25646
25647 -
25648   type: "plot"
25649   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25650   algorithm: "plot_throughput_speedup_analysis"
25651   output-file-type: ".html"
25652   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25653   data: "plot-throughput-speedup-analysis-2n-skx"
25654   filter: "'NIC_Intel-XXV710' and
25655            '64B' and
25656            ('BASE' or 'SCALE') and
25657            'NDRPDR' and
25658            'ETH' and
25659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25660            not 'VHOST' and
25661            not 'MEMIF'"
25662   parameters:
25663   - "throughput"
25664   - "parent"
25665   - "tags"
25666   sort:
25667   - "L2PATCH"
25668   - "L2XCBASE"
25669   - "BASE"
25670   - "FIB_10K"
25671   - "FIB_100K"
25672   - "FIB_1M"
25673   layout:
25674     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25675     layout: "plot-throughput-speedup-analysis"
25676
25677 ################################################################################
25678
25679 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25680 -
25681   type: "plot"
25682   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25683   algorithm: "plot_throughput_speedup_analysis"
25684   output-file-type: ".html"
25685   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25686   data: "plot-throughput-speedup-analysis-3n-hsw"
25687   filter: "'NIC_Intel-X520-DA2' and
25688            '64B' and
25689            'NDRPDR' and
25690            'ETH' and
25691            'IP4FWD' and
25692            'VHOST_1024' and
25693            not 'VXLAN' and
25694            not 'DOT1Q'"
25695   parameters:
25696   - "throughput"
25697   - "parent"
25698   - "tags"
25699   sort:
25700   - "not CFS_OPT"
25701   - "1VM"
25702   - "2VM"
25703   layout:
25704     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25705     layout: "plot-throughput-speedup-analysis"
25706
25707 -
25708   type: "plot"
25709   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25710   algorithm: "plot_throughput_speedup_analysis"
25711   output-file-type: ".html"
25712   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25713   data: "plot-throughput-speedup-analysis-3n-hsw"
25714   filter: "'NIC_Intel-X520-DA2' and
25715            '64B' and
25716            'NDRPDR' and
25717            'ETH' and
25718            'IP4FWD' and
25719            'VHOST_1024' and
25720            not 'VXLAN' and
25721            not 'DOT1Q'"
25722   parameters:
25723   - "throughput"
25724   - "parent"
25725   - "tags"
25726   sort:
25727   - "not CFS_OPT"
25728   - "1VM"
25729   - "2VM"
25730   layout:
25731     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25732     layout: "plot-throughput-speedup-analysis"
25733
25734 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
25735 -
25736   type: "plot"
25737   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25738   algorithm: "plot_throughput_speedup_analysis"
25739   output-file-type: ".html"
25740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25741   data: "plot-throughput-speedup-analysis-3n-hsw"
25742   filter: "'NIC_Intel-X520-DA2' and
25743            '64B' and
25744            'NDRPDR' and
25745            ('ETH' or 'DOT1Q') and
25746            'VHOST_1024' and
25747            not 'VXLAN' and
25748            not 'IP4FWD' and
25749            not '2VM'"
25750   parameters:
25751   - "throughput"
25752   - "parent"
25753   - "tags"
25754 #  sort:
25755 #  - "VM"  # "not CFS_OPT"
25756 #  - "CFS_OPT"
25757 #  - "FIB_10K"
25758 #  - "FIB_100K"
25759 #  - "FIB_1M"
25760   layout:
25761     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25762     layout: "plot-throughput-speedup-analysis"
25763
25764 -
25765   type: "plot"
25766   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25767   algorithm: "plot_throughput_speedup_analysis"
25768   output-file-type: ".html"
25769   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25770   data: "plot-throughput-speedup-analysis-3n-hsw"
25771   filter: "'NIC_Intel-X520-DA2' and
25772            '64B' and
25773            'NDRPDR' and
25774            ('ETH' or 'DOT1Q') and
25775            'L2BDMACLRN' and
25776            'VHOST_1024' and
25777            not 'VXLAN' and
25778            not 'IP4FWD' and
25779            not '2VM'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784 #  sort:
25785 #  - "VM"  # "not CFS_OPT"
25786 #  - "CFS_OPT"
25787 #  - "FIB_10K"
25788 #  - "FIB_100K"
25789 #  - "FIB_1M"
25790   layout:
25791     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25792     layout: "plot-throughput-speedup-analysis"
25793
25794 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25795 -
25796   type: "plot"
25797   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25798   algorithm: "plot_throughput_speedup_analysis"
25799   output-file-type: ".html"
25800   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25801   data: "plot-throughput-speedup-analysis-3n-hsw"
25802   filter: "'NIC_Intel-X520-DA2' and
25803            '64B' and
25804            'NDRPDR' and
25805            ('ETH' or 'DOT1Q') and
25806            'BASE' and
25807            ('L2BDMACLRN' or 'L2XCFWD') and
25808            'VHOST_1024' and
25809            not 'VXLAN' and
25810            not 'IP4FWD' and
25811            not '2VM'"
25812   parameters:
25813   - "throughput"
25814   - "parent"
25815   - "tags"
25816 #  sort:
25817 #  - "not CFS_OPT"
25818 #  - "L2XCFWD"
25819 #  - "not CFS_OPT"
25820 #  - "CFS_OPT"
25821   layout:
25822     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
25823     layout: "plot-throughput-speedup-analysis"
25824
25825 -
25826   type: "plot"
25827   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25828   algorithm: "plot_throughput_speedup_analysis"
25829   output-file-type: ".html"
25830   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25831   data: "plot-throughput-speedup-analysis-3n-hsw"
25832   filter: "'NIC_Intel-X520-DA2' and
25833            '64B' and
25834            'NDRPDR' and
25835            ('ETH' or 'DOT1Q') and
25836            'BASE' and
25837            ('L2BDMACLRN' or 'L2XCFWD') and
25838            'VHOST_1024' and
25839            not 'VXLAN' and
25840            not 'IP4FWD' and
25841            not '2VM'"
25842   parameters:
25843   - "throughput"
25844   - "parent"
25845   - "tags"
25846 #  sort:
25847 #  - "not CFS_OPT"
25848 #  - "L2XCFWD"
25849 #  - "not CFS_OPT"
25850 #  - "CFS_OPT"
25851   layout:
25852     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
25853     layout: "plot-throughput-speedup-analysis"
25854
25855 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25856 -
25857   type: "plot"
25858   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25859   algorithm: "plot_throughput_speedup_analysis"
25860   output-file-type: ".html"
25861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25862   data: "plot-throughput-speedup-analysis-3n-hsw"
25863   filter: "'NIC_Intel-X520-DA2' and
25864            '64B' and
25865            'NDRPDR' and
25866            ('ETH' or 'DOT1Q') and
25867            ('L2BDMACLRN' or 'L2XCFWD') and
25868            'VHOST_1024' and
25869            not 'CFS_OPT' and
25870            not 'VXLAN' and
25871            not 'IP4FWD' and
25872            not 'LBOND'"
25873   parameters:
25874   - "throughput"
25875   - "parent"
25876   - "tags"
25877 #  sort:
25878 #  - "1VM"
25879 #  - "L2XCFWD"
25880 #  - "1VM"
25881 #  - "L2BDMACLRN"
25882   layout:
25883     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25884     layout: "plot-throughput-speedup-analysis"
25885
25886 -
25887   type: "plot"
25888   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25889   algorithm: "plot_throughput_speedup_analysis"
25890   output-file-type: ".html"
25891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25892   data: "plot-throughput-speedup-analysis-3n-hsw"
25893   filter: "'NIC_Intel-X520-DA2' and
25894            '64B' and
25895            'NDRPDR' and
25896            ('ETH' or 'DOT1Q') and
25897            ('L2BDMACLRN' or 'L2XCFWD') and
25898            'VHOST_1024' and
25899            not 'CFS_OPT' and
25900            not 'VXLAN' and
25901            not 'IP4FWD' and
25902            not 'LBOND'"
25903   parameters:
25904   - "throughput"
25905   - "parent"
25906   - "tags"
25907 #  sort:
25908 #  - "1VM"
25909 #  - "L2XCFWD"
25910 #  - "1VM"
25911 #  - "L2BDMACLRN"
25912   layout:
25913     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25914     layout: "plot-throughput-speedup-analysis"
25915
25916 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25917 -
25918   type: "plot"
25919   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25920   algorithm: "plot_throughput_speedup_analysis"
25921   output-file-type: ".html"
25922   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25923   data: "plot-throughput-speedup-analysis-3n-hsw"
25924   filter: "'NIC_Intel-X710' and
25925            '64B' and
25926            'NDRPDR' and
25927            'ETH' and
25928            'IP4FWD' and
25929            'VHOST_1024' and
25930            not 'VXLAN' and
25931            not 'DOT1Q'"
25932   parameters:
25933   - "throughput"
25934   - "parent"
25935   - "tags"
25936   sort:
25937   - "not CFS_OPT"
25938   - "1VM"
25939   - "2VM"
25940   layout:
25941     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25942     layout: "plot-throughput-speedup-analysis"
25943
25944 -
25945   type: "plot"
25946   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25947   algorithm: "plot_throughput_speedup_analysis"
25948   output-file-type: ".html"
25949   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25950   data: "plot-throughput-speedup-analysis-3n-hsw"
25951   filter: "'NIC_Intel-X710' and
25952            '64B' and
25953            'NDRPDR' and
25954            'ETH' and
25955            'IP4FWD' and
25956            'VHOST_1024' and
25957            not 'VXLAN' and
25958            not 'DOT1Q'"
25959   parameters:
25960   - "throughput"
25961   - "parent"
25962   - "tags"
25963   sort:
25964   - "not CFS_OPT"
25965   - "1VM"
25966   - "2VM"
25967   layout:
25968     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25969     layout: "plot-throughput-speedup-analysis"
25970
25971 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
25972 -
25973   type: "plot"
25974   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25975   algorithm: "plot_throughput_speedup_analysis"
25976   output-file-type: ".html"
25977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25978   data: "plot-throughput-speedup-analysis-3n-hsw"
25979   filter: "'NIC_Intel-X710' and
25980            '64B' and
25981            'NDRPDR' and
25982            ('ETH' or 'DOT1Q') and
25983            'L2BDMACLRN' and
25984            'VHOST_1024' and
25985            not 'VXLAN' and
25986            not 'IP4FWD' and
25987            not '2VM'"
25988   parameters:
25989   - "throughput"
25990   - "parent"
25991   - "tags"
25992 #  sort:
25993 #  - "VM"  # "not CFS_OPT"
25994 #  - "CFS_OPT"
25995 #  - "FIB_10K"
25996 #  - "FIB_100K"
25997 #  - "FIB_1M"
25998   layout:
25999     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26000     layout: "plot-throughput-speedup-analysis"
26001
26002 -
26003   type: "plot"
26004   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26005   algorithm: "plot_throughput_speedup_analysis"
26006   output-file-type: ".html"
26007   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26008   data: "plot-throughput-speedup-analysis-3n-hsw"
26009   filter: "'NIC_Intel-X710' and
26010            '64B' and
26011            'NDRPDR' and
26012            ('ETH' or 'DOT1Q') and
26013            'L2BDMACLRN' and
26014            'VHOST_1024' and
26015            not 'VXLAN' and
26016            not 'IP4FWD' and
26017            not '2VM'"
26018   parameters:
26019   - "throughput"
26020   - "parent"
26021   - "tags"
26022 #  sort:
26023 #  - "VM"  # "not CFS_OPT"
26024 #  - "CFS_OPT"
26025 #  - "FIB_10K"
26026 #  - "FIB_100K"
26027 #  - "FIB_1M"
26028   layout:
26029     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26030     layout: "plot-throughput-speedup-analysis"
26031
26032 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26033 -
26034   type: "plot"
26035   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26036   algorithm: "plot_throughput_speedup_analysis"
26037   output-file-type: ".html"
26038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26039   data: "plot-throughput-speedup-analysis-3n-hsw"
26040   filter: "'NIC_Intel-X710' and
26041            '64B' and
26042            'NDRPDR' and
26043            ('ETH' or 'DOT1Q') and
26044            'BASE' and
26045            ('L2BDMACLRN' or 'L2XCFWD') and
26046            'VHOST_1024' and
26047            not 'VXLAN' and
26048            not 'IP4FWD' and
26049            not '2VM'"
26050   parameters:
26051   - "throughput"
26052   - "parent"
26053   - "tags"
26054 #  sort:
26055 #  - "not CFS_OPT"
26056 #  - "L2XCFWD"
26057 #  - "not CFS_OPT"
26058 #  - "CFS_OPT"
26059   layout:
26060     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
26061     layout: "plot-throughput-speedup-analysis"
26062
26063 -
26064   type: "plot"
26065   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26066   algorithm: "plot_throughput_speedup_analysis"
26067   output-file-type: ".html"
26068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26069   data: "plot-throughput-speedup-analysis-3n-hsw"
26070   filter: "'NIC_Intel-X710' and
26071            '64B' and
26072            'NDRPDR' and
26073            ('ETH' or 'DOT1Q') and
26074            'BASE' and
26075            ('L2BDMACLRN' or 'L2XCFWD') and
26076            'VHOST_1024' and
26077            not 'VXLAN' and
26078            not 'IP4FWD' and
26079            not '2VM'"
26080   parameters:
26081   - "throughput"
26082   - "parent"
26083   - "tags"
26084 #  sort:
26085 #  - "not CFS_OPT"
26086 #  - "L2XCFWD"
26087 #  - "not CFS_OPT"
26088 #  - "CFS_OPT"
26089   layout:
26090     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
26091     layout: "plot-throughput-speedup-analysis"
26092
26093 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26094 -
26095   type: "plot"
26096   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26097   algorithm: "plot_throughput_speedup_analysis"
26098   output-file-type: ".html"
26099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26100   data: "plot-throughput-speedup-analysis-3n-hsw"
26101   filter: "'NIC_Intel-X710' and
26102            '64B' and
26103            'NDRPDR' and
26104            ('ETH' or 'DOT1Q') and
26105            ('L2BDMACLRN' or 'L2XCFWD') and
26106            'VHOST_1024' and
26107            not 'CFS_OPT' and
26108            not 'VXLAN' and
26109            not 'IP4FWD' and
26110            not 'LBOND'"
26111   parameters:
26112   - "throughput"
26113   - "parent"
26114   - "tags"
26115 #  sort:
26116 #  - "1VM"
26117 #  - "L2XCFWD"
26118 #  - "1VM"
26119 #  - "L2BDMACLRN"
26120   layout:
26121     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
26122     layout: "plot-throughput-speedup-analysis"
26123
26124 -
26125   type: "plot"
26126   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26127   algorithm: "plot_throughput_speedup_analysis"
26128   output-file-type: ".html"
26129   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26130   data: "plot-throughput-speedup-analysis-3n-hsw"
26131   filter: "'NIC_Intel-X710' and
26132            '64B' and
26133            'NDRPDR' and
26134            ('ETH' or 'DOT1Q') and
26135            ('L2BDMACLRN' or 'L2XCFWD') and
26136            'VHOST_1024' and
26137            not 'CFS_OPT' and
26138            not 'VXLAN' and
26139            not 'IP4FWD' and
26140            not 'LBOND'"
26141   parameters:
26142   - "throughput"
26143   - "parent"
26144   - "tags"
26145 #  sort:
26146 #  - "1VM"
26147 #  - "L2XCFWD"
26148 #  - "1VM"
26149 #  - "L2BDMACLRN"
26150   layout:
26151     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
26152     layout: "plot-throughput-speedup-analysis"
26153
26154 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
26155 -
26156   type: "plot"
26157   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26158   algorithm: "plot_throughput_speedup_analysis"
26159   output-file-type: ".html"
26160   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26161   data: "plot-throughput-speedup-analysis-3n-hsw"
26162   filter: "'NIC_Intel-XL710' and
26163            '64B' and
26164            'NDRPDR' and
26165            'ETH' and
26166            'IP4FWD' and
26167            'VHOST_1024' and
26168            not 'VXLAN' and
26169            not 'DOT1Q'"
26170   parameters:
26171   - "throughput"
26172   - "parent"
26173   - "tags"
26174   sort:
26175   - "not CFS_OPT"
26176   - "1VM"
26177   - "2VM"
26178   layout:
26179     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26180     layout: "plot-throughput-speedup-analysis"
26181
26182 -
26183   type: "plot"
26184   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26185   algorithm: "plot_throughput_speedup_analysis"
26186   output-file-type: ".html"
26187   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26188   data: "plot-throughput-speedup-analysis-3n-hsw"
26189   filter: "'NIC_Intel-XL710' and
26190            '64B' and
26191            'NDRPDR' and
26192            'ETH' and
26193            'IP4FWD' and
26194            'VHOST_1024' and
26195            not 'VXLAN' and
26196            not 'DOT1Q'"
26197   parameters:
26198   - "throughput"
26199   - "parent"
26200   - "tags"
26201   sort:
26202   - "not CFS_OPT"
26203   - "1VM"
26204   - "2VM"
26205   layout:
26206     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26207     layout: "plot-throughput-speedup-analysis"
26208
26209 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
26210 -
26211   type: "plot"
26212   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26213   algorithm: "plot_throughput_speedup_analysis"
26214   output-file-type: ".html"
26215   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26216   data: "plot-throughput-speedup-analysis-3n-hsw"
26217   filter: "'NIC_Intel-XL710' and
26218            '64B' and
26219            'NDRPDR' and
26220            ('ETH' or 'DOT1Q') and
26221            'L2BDMACLRN' and
26222            'VHOST_1024' and
26223            not 'VXLAN' and
26224            not 'IP4FWD' and
26225            not '2VM'"
26226   parameters:
26227   - "throughput"
26228   - "parent"
26229   - "tags"
26230 #  sort:
26231 #  - "VM"  # "not CFS_OPT"
26232 #  - "CFS_OPT"
26233 #  - "FIB_10K"
26234 #  - "FIB_100K"
26235 #  - "FIB_1M"
26236   layout:
26237     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26238     layout: "plot-throughput-speedup-analysis"
26239
26240 -
26241   type: "plot"
26242   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26243   algorithm: "plot_throughput_speedup_analysis"
26244   output-file-type: ".html"
26245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26246   data: "plot-throughput-speedup-analysis-3n-hsw"
26247   filter: "'NIC_Intel-XL710' and
26248            '64B' and
26249            'NDRPDR' and
26250            ('ETH' or 'DOT1Q') and
26251            'L2BDMACLRN' and
26252            'VHOST_1024' and
26253            not 'VXLAN' and
26254            not 'IP4FWD' and
26255            not '2VM'"
26256   parameters:
26257   - "throughput"
26258   - "parent"
26259   - "tags"
26260 #  sort:
26261 #  - "VM"  # "not CFS_OPT"
26262 #  - "CFS_OPT"
26263 #  - "FIB_10K"
26264 #  - "FIB_100K"
26265 #  - "FIB_1M"
26266   layout:
26267     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26268     layout: "plot-throughput-speedup-analysis"
26269
26270 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
26271 -
26272   type: "plot"
26273   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26274   algorithm: "plot_throughput_speedup_analysis"
26275   output-file-type: ".html"
26276   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26277   data: "plot-throughput-speedup-analysis-3n-hsw"
26278   filter: "'NIC_Intel-XL710' and
26279            '64B' and
26280            'NDRPDR' and
26281            ('ETH' or 'DOT1Q') and
26282            'BASE' and
26283            ('L2BDMACLRN' or 'L2XCFWD') and
26284            'VHOST_1024' and
26285            not 'VXLAN' and
26286            not 'IP4FWD' and
26287            not '2VM'"
26288   parameters:
26289   - "throughput"
26290   - "parent"
26291   - "tags"
26292 #  sort:
26293 #  - "not CFS_OPT"
26294 #  - "L2XCFWD"
26295 #  - "not CFS_OPT"
26296 #  - "CFS_OPT"
26297   layout:
26298     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
26299     layout: "plot-throughput-speedup-analysis"
26300
26301 -
26302   type: "plot"
26303   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26304   algorithm: "plot_throughput_speedup_analysis"
26305   output-file-type: ".html"
26306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26307   data: "plot-throughput-speedup-analysis-3n-hsw"
26308   filter: "'NIC_Intel-XL710' and
26309            '64B' and
26310            'NDRPDR' and
26311            ('ETH' or 'DOT1Q') and
26312            'BASE' and
26313            ('L2BDMACLRN' or 'L2XCFWD') and
26314            'VHOST_1024' and
26315            not 'VXLAN' and
26316            not 'IP4FWD' and
26317            not '2VM'"
26318   parameters:
26319   - "throughput"
26320   - "parent"
26321   - "tags"
26322 #  sort:
26323 #  - "not CFS_OPT"
26324 #  - "L2XCFWD"
26325 #  - "not CFS_OPT"
26326 #  - "CFS_OPT"
26327   layout:
26328     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
26329     layout: "plot-throughput-speedup-analysis"
26330
26331 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
26332 -
26333   type: "plot"
26334   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26335   algorithm: "plot_throughput_speedup_analysis"
26336   output-file-type: ".html"
26337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26338   data: "plot-throughput-speedup-analysis-3n-hsw"
26339   filter: "'NIC_Intel-XL710' and
26340            '64B' and
26341            'NDRPDR' and
26342            ('ETH' or 'DOT1Q') and
26343            ('L2BDMACLRN' or 'L2XCFWD') and
26344            'VHOST_1024' and
26345            not 'CFS_OPT' and
26346            not 'VXLAN' and
26347            not 'IP4FWD'"
26348   parameters:
26349   - "throughput"
26350   - "parent"
26351   - "tags"
26352 #  sort:
26353 #  - "1VM"
26354 #  - "L2XCFWD"
26355 #  - "1VM"
26356 #  - "L2BDMACLRN"
26357   layout:
26358     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
26359     layout: "plot-throughput-speedup-analysis"
26360
26361 -
26362   type: "plot"
26363   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26364   algorithm: "plot_throughput_speedup_analysis"
26365   output-file-type: ".html"
26366   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26367   data: "plot-throughput-speedup-analysis-3n-hsw"
26368   filter: "'NIC_Intel-XL710' and
26369            '64B' and
26370            'NDRPDR' and
26371            ('ETH' or 'DOT1Q') and
26372            ('L2BDMACLRN' or 'L2XCFWD') and
26373            'VHOST_1024' and
26374            not 'CFS_OPT' and
26375            not 'VXLAN' and
26376            not 'IP4FWD'"
26377   parameters:
26378   - "throughput"
26379   - "parent"
26380   - "tags"
26381 #  sort:
26382 #  - "1VM"
26383 #  - "L2XCFWD"
26384 #  - "1VM"
26385 #  - "L2BDMACLRN"
26386   layout:
26387     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
26388     layout: "plot-throughput-speedup-analysis"
26389
26390 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26391 -
26392   type: "plot"
26393   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26394   algorithm: "plot_throughput_speedup_analysis"
26395   output-file-type: ".html"
26396   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26397   data: "plot-throughput-speedup-analysis-3n-skx"
26398   filter: "'NIC_Intel-X710' and
26399            '64B' and
26400            'NDRPDR' and
26401            'ETH' and
26402            'IP4FWD' and
26403            'VHOST_1024' and
26404            not 'VXLAN' and
26405            not 'DOT1Q'"
26406   parameters:
26407   - "throughput"
26408   - "parent"
26409   - "tags"
26410   sort:
26411   - "not CFS_OPT"
26412   - "1VM"
26413   - "2VM"
26414   layout:
26415     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26416     layout: "plot-throughput-speedup-analysis"
26417
26418 -
26419   type: "plot"
26420   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26421   algorithm: "plot_throughput_speedup_analysis"
26422   output-file-type: ".html"
26423   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26424   data: "plot-throughput-speedup-analysis-3n-skx"
26425   filter: "'NIC_Intel-X710' and
26426            '64B' and
26427            'NDRPDR' and
26428            'ETH' and
26429            'IP4FWD' and
26430            'VHOST_1024' and
26431            not 'VXLAN' and
26432            not 'DOT1Q'"
26433   parameters:
26434   - "throughput"
26435   - "parent"
26436   - "tags"
26437   sort:
26438   - "not CFS_OPT"
26439   - "1VM"
26440   - "2VM"
26441   layout:
26442     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26443     layout: "plot-throughput-speedup-analysis"
26444
26445 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
26446 -
26447   type: "plot"
26448   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26449   algorithm: "plot_throughput_speedup_analysis"
26450   output-file-type: ".html"
26451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26452   data: "plot-throughput-speedup-analysis-3n-skx"
26453   filter: "'NIC_Intel-X710' and
26454            '64B' and
26455            'NDRPDR' and
26456            ('ETH' or 'DOT1Q') and
26457            'L2BDMACLRN' and
26458            'VHOST_1024' and
26459            not 'VXLAN' and
26460            not 'IP4FWD' and
26461            not '2VM'"
26462   parameters:
26463   - "throughput"
26464   - "parent"
26465   - "tags"
26466 #  sort:
26467 #  - "VM"  # "not CFS_OPT"
26468 #  - "CFS_OPT"
26469 #  - "FIB_10K"
26470 #  - "FIB_100K"
26471 #  - "FIB_1M"
26472   layout:
26473     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26474     layout: "plot-throughput-speedup-analysis"
26475
26476 -
26477   type: "plot"
26478   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26479   algorithm: "plot_throughput_speedup_analysis"
26480   output-file-type: ".html"
26481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26482   data: "plot-throughput-speedup-analysis-3n-skx"
26483   filter: "'NIC_Intel-X710' and
26484            '64B' and
26485            'NDRPDR' and
26486            ('ETH' or 'DOT1Q') and
26487            'L2BDMACLRN' and
26488            'VHOST_1024' and
26489            not 'VXLAN' and
26490            not 'IP4FWD' and
26491            not '2VM'"
26492   parameters:
26493   - "throughput"
26494   - "parent"
26495   - "tags"
26496 #  sort:
26497 #  - "VM"  # "not CFS_OPT"
26498 #  - "CFS_OPT"
26499 #  - "FIB_10K"
26500 #  - "FIB_100K"
26501 #  - "FIB_1M"
26502   layout:
26503     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26504     layout: "plot-throughput-speedup-analysis"
26505
26506 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
26507 -
26508   type: "plot"
26509   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26510   algorithm: "plot_throughput_speedup_analysis"
26511   output-file-type: ".html"
26512   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26513   data: "plot-throughput-speedup-analysis-3n-skx"
26514   filter: "'NIC_Intel-X710' and
26515            '64B' and
26516            'NDRPDR' and
26517            ('ETH' or 'DOT1Q') and
26518            'BASE' and
26519            ('L2BDMACLRN' or 'L2XCFWD') and
26520            'VHOST_1024' and
26521            not 'VXLAN' and
26522            not 'IP4FWD' and
26523            not '2VM' and
26524            not 'LBOND'"
26525   parameters:
26526   - "throughput"
26527   - "parent"
26528   - "tags"
26529 #  sort:
26530 #  - "not CFS_OPT"
26531 #  - "L2XCFWD"
26532 #  - "not CFS_OPT"
26533 #  - "CFS_OPT"
26534   layout:
26535     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
26536     layout: "plot-throughput-speedup-analysis"
26537
26538 -
26539   type: "plot"
26540   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26541   algorithm: "plot_throughput_speedup_analysis"
26542   output-file-type: ".html"
26543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26544   data: "plot-throughput-speedup-analysis-3n-skx"
26545   filter: "'NIC_Intel-X710' and
26546            '64B' and
26547            'NDRPDR' and
26548            ('ETH' or 'DOT1Q') and
26549            'BASE' and
26550            ('L2BDMACLRN' or 'L2XCFWD') and
26551            'VHOST_1024' and
26552            not 'VXLAN' and
26553            not 'IP4FWD' and
26554            not '2VM' and
26555            not 'LBOND'"
26556   parameters:
26557   - "throughput"
26558   - "parent"
26559   - "tags"
26560 #  sort:
26561 #  - "not CFS_OPT"
26562 #  - "L2XCFWD"
26563 #  - "not CFS_OPT"
26564 #  - "CFS_OPT"
26565   layout:
26566     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
26567     layout: "plot-throughput-speedup-analysis"
26568
26569 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
26570 -
26571   type: "plot"
26572   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26573   algorithm: "plot_throughput_speedup_analysis"
26574   output-file-type: ".html"
26575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26576   data: "plot-throughput-speedup-analysis-3n-skx"
26577   filter: "'NIC_Intel-X710' and
26578            '64B' and
26579            'NDRPDR' and
26580            ('ETH' or 'DOT1Q') and
26581            ('L2BDMACLRN' or 'L2XCFWD') and
26582            'VHOST_1024' and
26583            not 'CFS_OPT' and
26584            not 'VXLAN' and
26585            not 'IP4FWD' and
26586            not 'LBOND'"
26587   parameters:
26588   - "throughput"
26589   - "parent"
26590   - "tags"
26591 #  sort:
26592 #  - "1VM"
26593 #  - "L2XCFWD"
26594 #  - "1VM"
26595 #  - "L2BDMACLRN"
26596   layout:
26597     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
26598     layout: "plot-throughput-speedup-analysis"
26599
26600 -
26601   type: "plot"
26602   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26603   algorithm: "plot_throughput_speedup_analysis"
26604   output-file-type: ".html"
26605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26606   data: "plot-throughput-speedup-analysis-3n-skx"
26607   filter: "'NIC_Intel-X710' and
26608            '64B' and
26609            'NDRPDR' and
26610            ('ETH' or 'DOT1Q') and
26611            ('L2BDMACLRN' or 'L2XCFWD') and
26612            'VHOST_1024' and
26613            not 'CFS_OPT' and
26614            not 'VXLAN' and
26615            not 'IP4FWD' and
26616            not 'LBOND'"
26617   parameters:
26618   - "throughput"
26619   - "parent"
26620   - "tags"
26621 #  sort:
26622 #  - "1VM"
26623 #  - "L2XCFWD"
26624 #  - "1VM"
26625 #  - "L2BDMACLRN"
26626   layout:
26627     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
26628     layout: "plot-throughput-speedup-analysis"
26629
26630 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26631 -
26632   type: "plot"
26633   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26634   algorithm: "plot_throughput_speedup_analysis"
26635   output-file-type: ".html"
26636   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26637   data: "plot-throughput-speedup-analysis-2n-skx"
26638   filter: "'NIC_Intel-X710' and
26639            '64B' and
26640            'NDRPDR' and
26641            'ETH' and
26642            'IP4FWD' and
26643            'VHOST_1024' and
26644            not 'VXLAN' and
26645            not 'DOT1Q'"
26646   parameters:
26647   - "throughput"
26648   - "parent"
26649   - "tags"
26650   sort:
26651   - "not CFS_OPT"
26652   - "1VM"
26653   - "2VM"
26654   layout:
26655     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26656     layout: "plot-throughput-speedup-analysis"
26657
26658 -
26659   type: "plot"
26660   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26661   algorithm: "plot_throughput_speedup_analysis"
26662   output-file-type: ".html"
26663   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26664   data: "plot-throughput-speedup-analysis-2n-skx"
26665   filter: "'NIC_Intel-X710' and
26666            '64B' and
26667            'NDRPDR' and
26668            'ETH' and
26669            'IP4FWD' and
26670            'VHOST_1024' and
26671            not 'VXLAN' and
26672            not 'DOT1Q'"
26673   parameters:
26674   - "throughput"
26675   - "parent"
26676   - "tags"
26677   sort:
26678   - "not CFS_OPT"
26679   - "1VM"
26680   - "2VM"
26681   layout:
26682     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26683     layout: "plot-throughput-speedup-analysis"
26684
26685 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
26686 -
26687   type: "plot"
26688   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26689   algorithm: "plot_throughput_speedup_analysis"
26690   output-file-type: ".html"
26691   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26692   data: "plot-throughput-speedup-analysis-2n-skx"
26693   filter: "'NIC_Intel-X710' and
26694            '64B' and
26695            'NDRPDR' and
26696            ('ETH' or 'DOT1Q') and
26697            'L2BDMACLRN' and
26698            'VHOST_1024' and
26699            not 'VXLAN' and
26700            not 'IP4FWD' and
26701            not '2VM'"
26702   parameters:
26703   - "throughput"
26704   - "parent"
26705   - "tags"
26706 #  sort:
26707 #  - "VM"  # "not CFS_OPT"
26708 #  - "CFS_OPT"
26709 #  - "FIB_10K"
26710 #  - "FIB_100K"
26711 #  - "FIB_1M"
26712   layout:
26713     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26714     layout: "plot-throughput-speedup-analysis"
26715
26716 -
26717   type: "plot"
26718   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26719   algorithm: "plot_throughput_speedup_analysis"
26720   output-file-type: ".html"
26721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26722   data: "plot-throughput-speedup-analysis-2n-skx"
26723   filter: "'NIC_Intel-X710' and
26724            '64B' and
26725            'NDRPDR' and
26726            ('ETH' or 'DOT1Q') and
26727            'L2BDMACLRN' and
26728            'VHOST_1024' and
26729            not 'VXLAN' and
26730            not 'IP4FWD' and
26731            not '2VM'"
26732   parameters:
26733   - "throughput"
26734   - "parent"
26735   - "tags"
26736 #  sort:
26737 #  - "VM"  # "not CFS_OPT"
26738 #  - "CFS_OPT"
26739 #  - "FIB_10K"
26740 #  - "FIB_100K"
26741 #  - "FIB_1M"
26742   layout:
26743     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26744     layout: "plot-throughput-speedup-analysis"
26745
26746 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26747 -
26748   type: "plot"
26749   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26750   algorithm: "plot_throughput_speedup_analysis"
26751   output-file-type: ".html"
26752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26753   data: "plot-throughput-speedup-analysis-2n-skx"
26754   filter: "'NIC_Intel-X710' and
26755            '64B' and
26756            'NDRPDR' and
26757            ('ETH' or 'DOT1Q') and
26758            'BASE' and
26759            ('L2BDMACLRN' or 'L2XCFWD') and
26760            'VHOST_1024' and
26761            not 'VXLAN' and
26762            not 'IP4FWD' and
26763            not '2VM'"
26764   parameters:
26765   - "throughput"
26766   - "parent"
26767   - "tags"
26768 #  sort:
26769 #  - "not CFS_OPT"
26770 #  - "L2XCFWD"
26771 #  - "not CFS_OPT"
26772 #  - "CFS_OPT"
26773   layout:
26774     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
26775     layout: "plot-throughput-speedup-analysis"
26776
26777 -
26778   type: "plot"
26779   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26780   algorithm: "plot_throughput_speedup_analysis"
26781   output-file-type: ".html"
26782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26783   data: "plot-throughput-speedup-analysis-2n-skx"
26784   filter: "'NIC_Intel-X710' and
26785            '64B' and
26786            'NDRPDR' and
26787            ('ETH' or 'DOT1Q') and
26788            'BASE' and
26789            ('L2BDMACLRN' or 'L2XCFWD') and
26790            'VHOST_1024' and
26791            not 'VXLAN' and
26792            not 'IP4FWD' and
26793            not '2VM'"
26794   parameters:
26795   - "throughput"
26796   - "parent"
26797   - "tags"
26798 #  sort:
26799 #  - "not CFS_OPT"
26800 #  - "L2XCFWD"
26801 #  - "not CFS_OPT"
26802 #  - "CFS_OPT"
26803   layout:
26804     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
26805     layout: "plot-throughput-speedup-analysis"
26806
26807 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26808 -
26809   type: "plot"
26810   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26811   algorithm: "plot_throughput_speedup_analysis"
26812   output-file-type: ".html"
26813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26814   data: "plot-throughput-speedup-analysis-2n-skx"
26815   filter: "'NIC_Intel-X710' and
26816            '64B' and
26817            'NDRPDR' and
26818            ('ETH' or 'DOT1Q') and
26819            ('L2BDMACLRN' or 'L2XCFWD') and
26820            'VHOST_1024' and
26821            not 'CFS_OPT' and
26822            not 'VXLAN' and
26823            not 'IP4FWD'"
26824   parameters:
26825   - "throughput"
26826   - "parent"
26827   - "tags"
26828 #  sort:
26829 #  - "1VM"
26830 #  - "L2XCFWD"
26831 #  - "1VM"
26832 #  - "L2BDMACLRN"
26833   layout:
26834     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26835     layout: "plot-throughput-speedup-analysis"
26836
26837 -
26838   type: "plot"
26839   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26840   algorithm: "plot_throughput_speedup_analysis"
26841   output-file-type: ".html"
26842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26843   data: "plot-throughput-speedup-analysis-2n-skx"
26844   filter: "'NIC_Intel-X710' and
26845            '64B' and
26846            'NDRPDR' and
26847            ('ETH' or 'DOT1Q') and
26848            ('L2BDMACLRN' or 'L2XCFWD') and
26849            'VHOST_1024' and
26850            not 'CFS_OPT' and
26851            not 'VXLAN' and
26852            not 'IP4FWD'"
26853   parameters:
26854   - "throughput"
26855   - "parent"
26856   - "tags"
26857 #  sort:
26858 #  - "1VM"
26859 #  - "L2XCFWD"
26860 #  - "1VM"
26861 #  - "L2BDMACLRN"
26862   layout:
26863     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26864     layout: "plot-throughput-speedup-analysis"
26865
26866 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26867 -
26868   type: "plot"
26869   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26870   algorithm: "plot_throughput_speedup_analysis"
26871   output-file-type: ".html"
26872   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26873   data: "plot-throughput-speedup-analysis-2n-skx"
26874   filter: "'NIC_Intel-XXV710' and
26875            '64B' and
26876            'NDRPDR' and
26877            'ETH' and
26878            'IP4FWD' and
26879            'VHOST_1024' and
26880            not 'VXLAN' and
26881            not 'DOT1Q'"
26882   parameters:
26883   - "throughput"
26884   - "parent"
26885   - "tags"
26886   sort:
26887   - "not CFS_OPT"
26888   - "1VM"
26889   - "2VM"
26890   layout:
26891     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26892     layout: "plot-throughput-speedup-analysis"
26893
26894 -
26895   type: "plot"
26896   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26897   algorithm: "plot_throughput_speedup_analysis"
26898   output-file-type: ".html"
26899   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26900   data: "plot-throughput-speedup-analysis-2n-skx"
26901   filter: "'NIC_Intel-XXV710' and
26902            '64B' and
26903            'NDRPDR' and
26904            'ETH' and
26905            'IP4FWD' and
26906            'VHOST_1024' and
26907            not 'VXLAN' and
26908            not 'DOT1Q'"
26909   parameters:
26910   - "throughput"
26911   - "parent"
26912   - "tags"
26913   sort:
26914   - "not CFS_OPT"
26915   - "1VM"
26916   - "2VM"
26917   layout:
26918     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26919     layout: "plot-throughput-speedup-analysis"
26920
26921 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
26922 -
26923   type: "plot"
26924   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26925   algorithm: "plot_throughput_speedup_analysis"
26926   output-file-type: ".html"
26927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26928   data: "plot-throughput-speedup-analysis-2n-skx"
26929   filter: "'NIC_Intel-XXV710' and
26930            '64B' and
26931            'NDRPDR' and
26932            ('ETH' or 'DOT1Q') and
26933            'L2BDMACLRN' and
26934            'VHOST_1024' and
26935            not 'VXLAN' and
26936            not 'IP4FWD' and
26937            not '2VM'"
26938   parameters:
26939   - "throughput"
26940   - "parent"
26941   - "tags"
26942 #  sort:
26943 #  - "VM"  # "not CFS_OPT"
26944 #  - "CFS_OPT"
26945 #  - "FIB_10K"
26946 #  - "FIB_100K"
26947 #  - "FIB_1M"
26948   layout:
26949     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26950     layout: "plot-throughput-speedup-analysis"
26951
26952 -
26953   type: "plot"
26954   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26955   algorithm: "plot_throughput_speedup_analysis"
26956   output-file-type: ".html"
26957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26958   data: "plot-throughput-speedup-analysis-2n-skx"
26959   filter: "'NIC_Intel-XXV710' and
26960            '64B' and
26961            'NDRPDR' and
26962            ('ETH' or 'DOT1Q') and
26963            'L2BDMACLRN' and
26964            'VHOST_1024' and
26965            not 'VXLAN' and
26966            not 'IP4FWD' and
26967            not '2VM'"
26968   parameters:
26969   - "throughput"
26970   - "parent"
26971   - "tags"
26972 #  sort:
26973 #  - "VM"  # "not CFS_OPT"
26974 #  - "CFS_OPT"
26975 #  - "FIB_10K"
26976 #  - "FIB_100K"
26977 #  - "FIB_1M"
26978   layout:
26979     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26980     layout: "plot-throughput-speedup-analysis"
26981
26982 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26983 -
26984   type: "plot"
26985   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26986   algorithm: "plot_throughput_speedup_analysis"
26987   output-file-type: ".html"
26988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26989   data: "plot-throughput-speedup-analysis-2n-skx"
26990   filter: "'NIC_Intel-XXV710' and
26991            '64B' and
26992            'NDRPDR' and
26993            ('ETH' or 'DOT1Q') and
26994            'BASE' and
26995            ('L2BDMACLRN' or 'L2XCFWD') and
26996            'VHOST_1024' and
26997            not 'VXLAN' and
26998            not 'IP4FWD' and
26999            not '2VM'"
27000   parameters:
27001   - "throughput"
27002   - "parent"
27003   - "tags"
27004 #  sort:
27005 #  - "not CFS_OPT"
27006 #  - "L2XCFWD"
27007 #  - "not CFS_OPT"
27008 #  - "CFS_OPT"
27009   layout:
27010     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
27011     layout: "plot-throughput-speedup-analysis"
27012
27013 -
27014   type: "plot"
27015   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27016   algorithm: "plot_throughput_speedup_analysis"
27017   output-file-type: ".html"
27018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27019   data: "plot-throughput-speedup-analysis-2n-skx"
27020   filter: "'NIC_Intel-XXV710' and
27021            '64B' and
27022            'NDRPDR' and
27023            ('ETH' or 'DOT1Q') and
27024            'BASE' and
27025            ('L2BDMACLRN' or 'L2XCFWD') and
27026            'VHOST_1024' and
27027            not 'VXLAN' and
27028            not 'IP4FWD' and
27029            not '2VM'"
27030   parameters:
27031   - "throughput"
27032   - "parent"
27033   - "tags"
27034 #  sort:
27035 #  - "not CFS_OPT"
27036 #  - "L2XCFWD"
27037 #  - "not CFS_OPT"
27038 #  - "CFS_OPT"
27039   layout:
27040     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
27041     layout: "plot-throughput-speedup-analysis"
27042
27043 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27044 -
27045   type: "plot"
27046   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27047   algorithm: "plot_throughput_speedup_analysis"
27048   output-file-type: ".html"
27049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27050   data: "plot-throughput-speedup-analysis-2n-skx"
27051   filter: "'NIC_Intel-XXV710' and
27052            '64B' and
27053            'NDRPDR' and
27054            ('ETH' or 'DOT1Q') and
27055            ('L2BDMACLRN' or 'L2XCFWD') and
27056            'VHOST_1024' and
27057            not 'CFS_OPT' and
27058            not 'VXLAN' and
27059            not 'IP4FWD'"
27060   parameters:
27061   - "throughput"
27062   - "parent"
27063   - "tags"
27064 #  sort:
27065 #  - "1VM"
27066 #  - "L2XCFWD"
27067 #  - "1VM"
27068 #  - "L2BDMACLRN"
27069   layout:
27070     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27071     layout: "plot-throughput-speedup-analysis"
27072
27073 -
27074   type: "plot"
27075   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27076   algorithm: "plot_throughput_speedup_analysis"
27077   output-file-type: ".html"
27078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27079   data: "plot-throughput-speedup-analysis-2n-skx"
27080   filter: "'NIC_Intel-XXV710' and
27081            '64B' and
27082            'NDRPDR' and
27083            ('ETH' or 'DOT1Q') and
27084            ('L2BDMACLRN' or 'L2XCFWD') and
27085            'VHOST_1024' and
27086            not 'CFS_OPT' and
27087            not 'VXLAN' and
27088            not 'IP4FWD'"
27089   parameters:
27090   - "throughput"
27091   - "parent"
27092   - "tags"
27093 #  sort:
27094 #  - "1VM"
27095 #  - "L2XCFWD"
27096 #  - "1VM"
27097 #  - "L2BDMACLRN"
27098   layout:
27099     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27100     layout: "plot-throughput-speedup-analysis"
27101
27102 ################################################################################
27103
27104 # Speedup - VPP vts 3n-hsw-x520
27105 -
27106   type: "plot"
27107   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27108   algorithm: "plot_throughput_speedup_analysis"
27109   output-file-type: ".html"
27110   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27111   data: "plot-throughput-speedup-analysis-3n-hsw"
27112   filter: "'NIC_Intel-X520-DA2' and
27113            '114B' and
27114            'NDRPDR' and
27115            'VTS'"
27116   parameters:
27117   - "throughput"
27118   - "parent"
27119   - "tags"
27120   layout:
27121     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27122     layout: "plot-throughput-speedup-analysis"
27123
27124 -
27125   type: "plot"
27126   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27127   algorithm: "plot_throughput_speedup_analysis"
27128   output-file-type: ".html"
27129   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27130   data: "plot-throughput-speedup-analysis-3n-hsw"
27131   filter: "'NIC_Intel-X520-DA2' and
27132            '114B' and
27133            'NDRPDR' and
27134            'VTS'"
27135   parameters:
27136   - "throughput"
27137   - "parent"
27138   - "tags"
27139   layout:
27140     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27141     layout: "plot-throughput-speedup-analysis"