119704a5f89360815bd9cd3e5ea3b7b04d0729df
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     # Denverton:
130     intel-dnv-vpp:
131       intel-dnv-vpp-release-1810:
132       - 1
133
134     # VPP Performance
135     vpp-performance-changes-3n-hsw:
136       csit-vpp-perf-1804-all:
137       - 21  # sel
138       - 22  # sel
139       - 23  # sel
140       - 24  # sel
141       - 27  # sel
142       - 28  # sel
143       - 29  # sel
144       - 30  # sel
145       - 31  # sel
146       - 35  # sel
147       csit-vpp-perf-verify-1807-3n-hsw:
148       - 11  # NDRPDR full 1
149       - 22  # NDRPDR full 2
150       - 45  # NDRPDR full 3
151       - 46  # NDRPDR full 4
152       - 15  # NDRPDR sel
153       - 16  # NDRPDR sel
154       - 19  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 20  # NDRPDR sel
157       - 38  # NDRPDR sel
158       - 40  # NDRPDR sel
159       - 44  # NDRPDR sel
160       - 47  # NDRPDR sel
161       csit-vpp-perf-verify-1810-3n-hsw:
162       - 8   # NDRPDR sel
163       - 12  # NDRPDR sel
164       - 14  # NDRPDR sel
165       - 18  # NDRPDR sel
166       - 23  # NDRPDR sel
167       - 25  # NDRPDR sel
168       - 38  # NDRPDR sel
169       - 39  # NDRPDR sel
170       - 41  # NDRPDR sel
171       - 42  # NDRPDR sel
172
173     vpp-performance-changes-3n-skx:
174       csit-vpp-perf-verify-1807-3n-skx:
175       - 33  # NDRPDR sel
176       - 35  # NDRPDR sel
177       - 37  # NDRPDR sel
178       - 38  # NDRPDR sel
179       - 39  # NDRPDR sel
180       - 43  # NDRPDR sel
181       - 44  # NDRPDR sel
182       - 49  # NDRPDR sel
183       - 50  # NDRPDR sel
184       - 56  # NDRPDR sel
185       csit-vpp-perf-verify-1810-3n-skx:
186       - 10  # NDRPDR sel
187       - 14  # NDRPDR sel
188       - 15  # NDRPDR sel
189       - 16  # NDRPDR sel
190       - 17  # NDRPDR sel
191       - 19  # NDRPDR sel
192       - 20  # NDRPDR sel
193       - 21  # NDRPDR sel
194       - 22  # NDRPDR sel
195       - 25  # NDRPDR sel
196
197     vpp-performance-changes-2n-skx:
198       csit-vpp-perf-verify-1807-2n-skx:
199       - 26  # NDRPDR sel
200       - 28  # NDRPDR sel
201       - 29  # NDRPDR sel
202       - 30  # NDRPDR sel
203       - 34  # NDRPDR sel
204       - 35  # NDRPDR sel
205       - 36  # NDRPDR sel
206       - 39  # NDRPDR sel
207       - 40  # NDRPDR sel
208       - 42  # NDRPDR sel
209       csit-vpp-perf-verify-1810-2n-skx:
210       - 9   # NDRPDR sel
211       - 13  # NDRPDR sel
212       - 14  # NDRPDR sel
213       - 19  # NDRPDR sel
214       - 20  # NDRPDR sel
215       - 21  # NDRPDR sel
216       - 22  # NDRPDR sel
217       - 23  # NDRPDR sel
218       - 24  # NDRPDR sel
219       - 27  # NDRPDR sel
220
221     vpp-compare-testbeds:
222       csit-vpp-perf-verify-1810-3n-hsw:
223       - 8   # NDRPDR sel
224       - 12  # NDRPDR sel
225       - 14  # NDRPDR sel
226       - 18  # NDRPDR sel
227       - 23  # NDRPDR sel
228       - 25  # NDRPDR sel
229       - 38  # NDRPDR sel
230       - 39  # NDRPDR sel
231       - 41  # NDRPDR sel
232       - 42  # NDRPDR sel
233       csit-vpp-perf-verify-1810-3n-skx:
234       - 24  # NDRPDR full
235       - 10  # NDRPDR sel
236       - 14  # NDRPDR sel
237       - 15  # NDRPDR sel
238       - 16  # NDRPDR sel
239       - 17  # NDRPDR sel
240       - 19  # NDRPDR sel
241       - 20  # NDRPDR sel
242       - 21  # NDRPDR sel
243       - 22  # NDRPDR sel
244       - 25  # NDRPDR sel
245
246     vpp-compare-testbeds-mrr:
247       csit-vpp-perf-verify-1810-3n-hsw:
248       - 9   # MRR sel
249       csit-vpp-perf-verify-1810-3n-skx:
250       - 9   # MRR sel
251       - 11  # MRR sel
252       - 12  # MRR sel
253       - 13  # MRR sel
254
255     vpp-compare-topologies:
256       csit-vpp-perf-verify-1810-3n-skx:
257       - 10  # NDRPDR sel
258       - 14  # NDRPDR sel
259       - 15  # NDRPDR sel
260       - 16  # NDRPDR sel
261       - 17  # NDRPDR sel
262       - 19  # NDRPDR sel
263       - 20  # NDRPDR sel
264       - 21  # NDRPDR sel
265       - 22  # NDRPDR sel
266       - 25  # NDRPDR sel
267       csit-vpp-perf-verify-1810-2n-skx:
268       - 9   # NDRPDR sel
269       - 13  # NDRPDR sel
270       - 14  # NDRPDR sel
271       - 19  # NDRPDR sel
272       - 20  # NDRPDR sel
273       - 21  # NDRPDR sel
274       - 22  # NDRPDR sel
275       - 23  # NDRPDR sel
276       - 24  # NDRPDR sel
277       - 27  # NDRPDR sel
278
279     vpp-compare-topologies-mrr:
280       csit-vpp-perf-verify-1810-3n-skx:
281       - 9   # MRR sel
282       - 11  # MRR sel
283       - 12  # MRR sel
284       - 13  # MRR sel
285       csit-vpp-perf-verify-1810-2n-skx:
286       - 8   # MRR sel
287       - 10  # MRR sel
288       - 11  # MRR sel
289       - 12  # MRR sel
290
291     vpp-performance-changes-3n-hsw-mrr:
292       csit-vpp-perf-check-1804:
293       - 6   # mrr - sel
294       - 13  # mrr - sel
295       - 14  # mrr - sel
296       - 15  # mrr - sel
297       - 16  # mrr - sel
298       - 17  # mrr - sel
299       - 19  # mrr - sel
300       - 20  # mrr - sel
301       - 21  # mrr - sel
302       - 22  # mrr - sel
303       csit-vpp-perf-verify-1807-3n-hsw:
304       - 8   # MRR full
305       - 9   # MRR sel
306       - 21  # MRR sel
307       - 31  # MRR sel
308       - 33  # MRR sel
309       - 36  # MRR sel
310       - 41  # MRR sel
311       - 42  # MRR sel
312       - 48  # MRR sel
313       csit-vpp-perf-verify-1810-3n-hsw:
314       - 9   # MRR sel
315
316     vpp-performance-changes-3n-skx-mrr:
317       csit-vpp-perf-verify-1807-3n-skx:
318       - 28  # MRR sel
319       - 32  # MRR sel
320       - 36  # MRR sel
321       - 42  # MRR sel
322       - 47  # MRR sel
323       - 48  # MRR sel
324       - 51  # MRR sel
325       - 52  # MRR sel
326       - 53  # MRR sel
327       - 54  # MRR sel
328       csit-vpp-perf-verify-1810-3n-skx:
329       - 9   # MRR sel
330       - 11  # MRR sel
331       - 12  # MRR sel
332       - 13  # MRR sel
333
334     vpp-performance-changes-2n-skx-mrr:
335       csit-vpp-perf-verify-1807-2n-skx:
336       - 31  # MRR sel
337       - 33  # MRR sel
338       - 37  # MRR sel
339       - 38  # MRR sel
340       - 41  # MRR sel
341       - 43  # MRR sel
342       - 44  # MRR sel
343       - 45  # MRR sel
344       - 46  # MRR sel
345       - 47  # MRR sel
346       csit-vpp-perf-verify-1810-2n-skx:
347       - 8   # MRR sel
348       - 10  # MRR sel
349       - 11  # MRR sel
350       - 12  # MRR sel
351
352     vpp-perf-results-3n-hsw:
353       csit-vpp-perf-verify-1810-3n-hsw:
354       - 20  # NDRPDR full
355       - 21  # NDRPDR full
356       - 22  # NDRPDR full
357       - 27  # NDRPDR full
358
359     vpp-perf-results-3n-skx:
360       csit-vpp-perf-verify-1810-3n-skx:
361       - 23  # NDRPDR full
362       - 24  # NDRPDR full
363
364     vpp-perf-results-2n-skx:
365       csit-vpp-perf-verify-1810-2n-skx:
366       - 25  # NDRPDR full
367       - 26  # NDRPDR full
368
369     vpp-mrr-results-3n-hsw:
370       csit-vpp-perf-verify-1810-3n-hsw:
371       - 9   # MRR sel
372
373     vpp-mrr-results-3n-skx:
374       csit-vpp-perf-verify-1810-3n-skx:
375       - 9   # MRR sel
376
377     vpp-mrr-results-2n-skx:
378       csit-vpp-perf-verify-1810-2n-skx:
379       - 8   # MRR sel
380
381     plot-throughput-speedup-analysis-3n-hsw:
382       csit-vpp-perf-verify-1810-3n-hsw:
383       - 8   # NDRPDR sel
384       - 12  # NDRPDR sel
385       - 14  # NDRPDR sel
386       - 18  # NDRPDR sel
387       - 23  # NDRPDR sel
388       - 25  # NDRPDR sel
389       - 38  # NDRPDR sel
390       - 39  # NDRPDR sel
391       - 41  # NDRPDR sel
392       - 42  # NDRPDR sel
393
394     plot-throughput-speedup-analysis-3n-skx:
395       csit-vpp-perf-verify-1810-3n-skx:
396       - 24  # NDRPDR full
397       - 10  # NDRPDR sel
398       - 14  # NDRPDR sel
399       - 15  # NDRPDR sel
400       - 16  # NDRPDR sel
401       - 17  # NDRPDR sel
402       - 19  # NDRPDR sel
403       - 20  # NDRPDR sel
404       - 21  # NDRPDR sel
405       - 22  # NDRPDR sel
406       - 25  # NDRPDR sel
407
408     plot-throughput-speedup-analysis-2n-skx:
409       csit-vpp-perf-verify-1810-2n-skx:
410       - 9   # NDRPDR sel
411       - 13  # NDRPDR sel
412       - 14  # NDRPDR sel
413       - 19  # NDRPDR sel
414       - 20  # NDRPDR sel
415       - 21  # NDRPDR sel
416       - 22  # NDRPDR sel
417       - 23  # NDRPDR sel
418       - 24  # NDRPDR sel
419       - 27  # NDRPDR sel
420
421     plot-vpp-throughput-latency-3n-hsw:
422       csit-vpp-perf-verify-1810-3n-hsw:
423       - 8   # NDRPDR sel
424       - 12  # NDRPDR sel
425       - 14  # NDRPDR sel
426       - 18  # NDRPDR sel
427       - 23  # NDRPDR sel
428       - 25  # NDRPDR sel
429       - 38  # NDRPDR sel
430       - 39  # NDRPDR sel
431       - 41  # NDRPDR sel
432       - 42  # NDRPDR sel
433
434     plot-vpp-throughput-latency-3n-skx:
435       csit-vpp-perf-verify-1810-3n-skx:
436       - 24  # NDRPDR full
437       - 10  # NDRPDR sel
438       - 14  # NDRPDR sel
439       - 15  # NDRPDR sel
440       - 16  # NDRPDR sel
441       - 17  # NDRPDR sel
442       - 19  # NDRPDR sel
443       - 20  # NDRPDR sel
444       - 21  # NDRPDR sel
445       - 22  # NDRPDR sel
446       - 25  # NDRPDR sel
447
448     plot-vpp-throughput-latency-2n-skx:
449       csit-vpp-perf-verify-1810-2n-skx:
450       - 9   # NDRPDR sel
451       - 13  # NDRPDR sel
452       - 14  # NDRPDR sel
453       - 19  # NDRPDR sel
454       - 20  # NDRPDR sel
455       - 21  # NDRPDR sel
456       - 22  # NDRPDR sel
457       - 23  # NDRPDR sel
458       - 24  # NDRPDR sel
459       - 27  # NDRPDR sel
460
461     plot-vpp-http-server-performance:
462       csit-vpp-perf-verify-1810-3n-hsw:
463       - 28  # WRK
464       - 29  # WRK
465       - 30  # WRK
466       - 31  # WRK
467       - 32  # WRK
468       - 33  # WRK
469       - 34  # WRK
470       - 35  # WRK
471       - 36  # WRK
472       - 37  # WRK
473
474     # VPP Functional
475     vpp-func-results-ubuntu:
476       csit-vpp-functional-1810-ubuntu1604-virl:
477       - 44
478
479     vpp-func-results-centos:
480       csit-vpp-functional-1810-centos7-virl:
481       - 44
482
483     vpp-device-results-ubuntu:
484       csit-vpp-device-1810-ubuntu1804-1n-skx:
485       - 2
486
487     # VPP Ligato
488     ligato-perf-results-3n-hsw:
489       csit-ligato-perf-verify-1810-3n-hsw:
490       - 5   # full
491
492     plot-ligato-throughput-speedup-analysis-3n-hsw:
493       csit-ligato-perf-verify-1810-3n-hsw:
494       - 5   # full
495       - 6   # sel
496       - 8   # sel
497       - 9   # sel
498       - 11  # sel
499       - 12  # sel
500       - 13  # sel
501       - 14  # sel
502       - 16  # sel
503       - 17  # sel
504       - 18  # sel
505
506     plot-ligato-throughput-latency-3n-hsw:
507       csit-ligato-perf-verify-1810-3n-hsw:
508       - 5   # full
509       - 6   # sel
510       - 8   # sel
511       - 9   # sel
512       - 11  # sel
513       - 12  # sel
514       - 13  # sel
515       - 14  # sel
516       - 16  # sel
517       - 17  # sel
518       - 18  # sel
519
520     # DPDK Performance
521     dpdk-performance-changes-3n-hsw:
522       csit-dpdk-perf-1804-all:
523       - 4
524       - 5
525       - 6
526       - 7
527       - 8
528       - 9
529       - 10
530       - 11
531       - 12
532       - 13
533       csit-dpdk-perf-verify-1807-3n-hsw:
534       - 11
535       - 12  # full
536       - 14
537       - 15
538       - 16
539       - 17
540       - 20
541       - 21
542       - 22
543       - 23
544       csit-dpdk-perf-verify-1810-3n-hsw:
545       - 1   # NDRPDR sel
546       - 2   # NDRPDR sel
547       - 3   # NDRPDR sel
548       - 4   # NDRPDR sel
549       - 5   # NDRPDR sel
550       - 6   # NDRPDR sel
551       - 7   # NDRPDR sel
552       - 8   # NDRPDR sel
553       - 9   # NDRPDR sel
554       - 10  # NDRPDR sel
555
556     dpdk-performance-changes-3n-skx:
557       csit-dpdk-perf-verify-1807-3n-skx:
558       - 1   # NDRPDR sel
559       - 2   # NDRPDR sel
560       - 3   # NDRPDR sel
561       - 6   # NDRPDR sel
562       - 7   # NDRPDR sel
563       - 8   # NDRPDR sel
564       - 9   # NDRPDR sel
565       - 10  # NDRPDR sel
566       - 11  # NDRPDR sel
567       - 12  # NDRPDR sel
568       csit-dpdk-perf-verify-1810-3n-skx:
569       - 3   # NDRPDR sel
570       - 4   # NDRPDR sel
571       - 6   # NDRPDR sel
572       - 7   # NDRPDR sel
573       - 8   # NDRPDR sel
574       - 9   # NDRPDR sel
575       - 10  # NDRPDR sel
576       - 11  # NDRPDR sel
577       - 12  # NDRPDR sel
578       - 13  # NDRPDR sel
579
580     dpdk-compare-testbeds:
581       csit-dpdk-perf-verify-1810-3n-skx:
582       - 3   # NDRPDR sel
583       - 4   # NDRPDR sel
584       - 6   # NDRPDR sel
585       - 7   # NDRPDR sel
586       - 8   # NDRPDR sel
587       - 9   # NDRPDR sel
588       - 10  # NDRPDR sel
589       - 11  # NDRPDR sel
590       - 12  # NDRPDR sel
591       - 13  # NDRPDR sel
592       csit-dpdk-perf-verify-1810-3n-hsw:
593       - 1   # NDRPDR sel
594       - 2   # NDRPDR sel
595       - 3   # NDRPDR sel
596       - 4   # NDRPDR sel
597       - 5   # NDRPDR sel
598       - 6   # NDRPDR sel
599       - 7   # NDRPDR sel
600       - 8   # NDRPDR sel
601       - 9   # NDRPDR sel
602       - 10  # NDRPDR sel
603
604     dpdk-compare-topologies:
605       csit-dpdk-perf-verify-1810-3n-skx:
606       - 3   # NDRPDR sel
607       - 4   # NDRPDR sel
608       - 6   # NDRPDR sel
609       - 7   # NDRPDR sel
610       - 8   # NDRPDR sel
611       - 9   # NDRPDR sel
612       - 10  # NDRPDR sel
613       - 11  # NDRPDR sel
614       - 12  # NDRPDR sel
615       - 13  # NDRPDR sel
616       csit-dpdk-perf-verify-1810-2n-skx:
617       - 3   # NDRPDR sel
618       - 4   # NDRPDR sel
619       - 5   # NDRPDR sel
620       - 7   # NDRPDR sel
621       - 8   # NDRPDR sel
622       - 9   # NDRPDR sel
623       - 10  # NDRPDR sel
624       - 11  # NDRPDR sel
625       - 12  # NDRPDR sel
626       - 13  # NDRPDR sel
627
628     dpdk-perf-results-3n-hsw:
629       csit-dpdk-perf-verify-1810-3n-hsw:
630       - 1
631
632     dpdk-perf-results-3n-skx:
633       csit-dpdk-perf-verify-1810-3n-skx:
634       - 3   # NDRPDR sel
635
636     dpdk-perf-results-2n-skx:
637       csit-dpdk-perf-verify-1810-2n-skx:
638       - 3
639
640     plot-dpdk-throughput-latency-3n-hsw:
641       csit-dpdk-perf-verify-1810-3n-hsw:
642       - 1   # NDRPDR sel
643       - 2   # NDRPDR sel
644       - 3   # NDRPDR sel
645       - 4   # NDRPDR sel
646       - 5   # NDRPDR sel
647       - 6   # NDRPDR sel
648       - 7   # NDRPDR sel
649       - 8   # NDRPDR sel
650       - 9   # NDRPDR sel
651       - 10  # NDRPDR sel
652
653     plot-dpdk-throughput-latency-3n-skx:
654       csit-dpdk-perf-verify-1810-3n-skx:
655       - 3   # NDRPDR sel
656       - 4   # NDRPDR sel
657       - 6   # NDRPDR sel
658       - 7   # NDRPDR sel
659       - 8   # NDRPDR sel
660       - 9   # NDRPDR sel
661       - 10  # NDRPDR sel
662       - 11  # NDRPDR sel
663       - 12  # NDRPDR sel
664       - 13  # NDRPDR sel
665
666     plot-dpdk-throughput-latency-2n-skx:
667       csit-dpdk-perf-verify-1810-2n-skx:
668       - 3   # NDRPDR sel
669       - 4   # NDRPDR sel
670       - 5   # NDRPDR sel
671       - 7   # NDRPDR sel
672       - 8   # NDRPDR sel
673       - 9   # NDRPDR sel
674       - 10  # NDRPDR sel
675       - 11  # NDRPDR sel
676       - 12  # NDRPDR sel
677       - 13  # NDRPDR sel
678
679     # HoneyComb Functional
680     hc-func-results:
681       csit-hc2vpp-verify-func-1810-ubuntu1604:
682       - 3
683
684     # NSH SFC Functional
685     nsh-func-results:
686       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
687       - 1
688
689     # DMM Functional
690     dmm-func-results:
691       csit-dmm-functional-1810-ubuntu1604-virl:
692       - 1
693
694   plot-layouts:
695
696     plot-cps:
697       titlefont:
698         size: 18
699       xaxis:
700         title: "<b>Test Cases [Index]</b>"
701         titlefont:
702           size: 16
703         autorange: True
704         fixedrange: False
705         gridcolor: "rgb(230, 230, 230)"
706         linecolor: "rgb(220, 220, 220)"
707         linewidth: 1
708         showgrid: True
709         showline: True
710         showticklabels: True
711         tickcolor: "rgb(220, 220, 220)"
712         tickmode: "linear"
713         tickfont:
714           size: 16
715         zeroline: False
716       yaxis:
717         title: "<b>Connections Per Second [cps]</b>"
718         titlefont:
719           size: 16
720         gridcolor: "rgb(230, 230, 230)"
721         hoverformat: ".4s"
722         linecolor: "rgb(220, 220, 220)"
723         linewidth: 1
724         rangemode: "tozero"
725         showgrid: True
726         showline: True
727         showticklabels: True
728         tickcolor: "rgb(220, 220, 220)"
729         tickformat: ".3s"
730         tickfont:
731           size: 16
732         zeroline: False
733       boxmode: "group"
734       boxgroupgap: 0.5
735       autosize: False
736       margin:
737         t: 50
738         b: 20
739         l: 80
740         r: 20
741       showlegend: True
742       legend:
743         orientation: "h"
744         font:
745           size: 16
746       width: 700
747       height: 800
748
749     plot-rps:
750       titlefont:
751         size: 18
752       xaxis:
753         title: "<b>Test Cases [Index]</b>"
754         titlefont:
755           size: 16
756         autorange: True
757         fixedrange: False
758         gridcolor: "rgb(230, 230, 230)"
759         linecolor: "rgb(220, 220, 220)"
760         linewidth: 1
761         showgrid: True
762         showline: True
763         showticklabels: True
764         tickcolor: "rgb(220, 220, 220)"
765         tickmode: "linear"
766         tickfont:
767           size: 16
768         zeroline: False
769       yaxis:
770         title: "<b>Requests Per Second [rps]</b>"
771         titlefont:
772           size: 16
773         gridcolor: "rgb(230, 230, 230)"
774         hoverformat: ".4s"
775         linecolor: "rgb(220, 220, 220)"
776         linewidth: 1
777         rangemode: "tozero"
778         showgrid: True
779         showline: True
780         showticklabels: True
781         tickcolor: "rgb(230, 230, 230)"
782         tickformat: ".3s"
783         tickfont:
784           size: 16
785         zeroline: False
786       boxmode: "group"
787       boxgroupgap: 0.5
788       autosize: False
789       margin:
790         t: 50
791         b: 20
792         l: 80
793         r: 20
794       showlegend: True
795       legend:
796         orientation: "h"
797         font:
798           size: 16
799       width: 700
800       height: 800
801
802     plot-throughput:
803       titlefont:
804         size: 18
805       xaxis:
806         title: "<b>Test Cases [Index]</b>"
807         titlefont:
808           size: 16
809         autorange: True
810         fixedrange: False
811         gridcolor: "rgb(230, 230, 230)"
812         linecolor: "rgb(220, 220, 220)"
813         linewidth: 1
814         showgrid: True
815         showline: True
816         showticklabels: True
817         tickcolor: "rgb(220, 220, 220)"
818         tickmode: "linear"
819         tickfont:
820           size: 16
821         zeroline: False
822       yaxis:
823         title: "<b>Packet Throughput [Mpps]</b>"
824         titlefont:
825           size: 16
826         gridcolor: "rgb(230, 230, 230)"
827         hoverformat: ".4s"
828         tickformat: ".3s"
829         linecolor: "rgb(220, 220, 220)"
830         linewidth: 1
831         showgrid: True
832         showline: True
833         showticklabels: True
834         tickcolor: "rgb(220, 220, 220)"
835         tickfont:
836           size: 16
837         zeroline: False
838         range: [0,50]
839       boxmode: "group"
840       boxgroupgap: 0.5
841       autosize: False
842       margin:
843         t: 50
844         b: 0
845         l: 80
846         r: 20
847       showlegend: True
848       legend:
849         orientation: "h"
850         font:
851           size: 16
852       width: 700
853       height: 900
854
855     plot-throughput-speedup-analysis:
856       titlefont:
857         size: 18
858       xaxis:
859         title: "<b>Number of Cores [Qty]</b>"
860         titlefont:
861           size: 16
862         autorange: True
863         fixedrange: False
864         gridcolor: "rgb(230, 230, 230)"
865         linecolor: "rgb(220, 220, 220)"
866         linewidth: 1
867         showgrid: True
868         showline: True
869         showticklabels: True
870         tickcolor: "rgb(238, 238, 238)"
871         tickmode: "linear"
872         tickfont:
873           size: 16
874         zeroline: False
875       yaxis:
876         title: "<b>Packet Throughput [Mpps]</b>"
877         titlefont:
878           size: 16
879         type: "linear"
880         gridcolor: "rgb(230, 230, 230)"
881         hoverformat: ".4s"
882         linecolor: "rgb(220, 220, 220)"
883         linewidth: 1
884         showgrid: True
885         showline: True
886         showticklabels: True
887         tickcolor: "rgb(220, 220, 220)"
888         tickformat: ".4s"
889         tickfont:
890           size: 16
891         zeroline: True
892         rangemode: "tozero"
893         # range: [0,100]
894       legend:
895         orientation: "h"
896         font:
897           size: 16
898         xanchor: "left"
899         yanchor: "top"
900         x: 0
901         y: -0.2
902         bgcolor: "rgba(255, 255, 255, 0)"
903         bordercolor: "rgba(255, 255, 255, 0)"
904         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
905       autosize: False
906       margin:
907           't': 50
908           'b': 150
909           'l': 85
910           'r': 10
911       showlegend: True
912       width: 700
913       height: 700
914       hoverlabel:
915         namelength: -1
916       annotations: [
917         {
918           text: "_ _          __          ...",
919           align: "left",
920           showarrow: False,
921           xref: "paper",
922           yref: "paper",
923           xanchor: "left",
924           yanchor: "top",
925           x: 0,
926           y: -0.13,
927           font: {
928             family: "Consolas, Courier New",
929             size: 15
930           },
931         },
932         {
933           text: "    Perfect     Measured     Limit",
934           align: "left",
935           showarrow: False,
936           xref: "paper",
937           yref: "paper",
938           xanchor: "left",
939           yanchor: "top",
940           x: 0,
941           y: -0.15,
942           font: {
943             family: "Consolas, Courier New",
944             size: 15
945           },
946         },
947       ]
948
949     plot-latency:
950       titlefont:
951         size: 18
952       xaxis:
953         title: "<b>Direction</b>"
954         titlefont:
955           size: 16
956         autorange: True
957         fixedrange: False
958         gridcolor: "rgb(230, 230, 230)"
959         linecolor: "rgb(220, 220, 220)"
960         linewidth: 1
961         showgrid: True
962         showline: True
963         showticklabels: False
964         tickcolor: "rgb(220, 220, 220)"
965         tickmode: "linear"
966         tickfont:
967           size: 16
968         zeroline: False
969       yaxis:
970         title: "<b>Packet Latency [uSec]</b>"
971         titlefont:
972           size: 16
973         type: "linear"
974         gridcolor: "rgb(230, 230, 230)"
975         hoverformat: ".4s"
976         linecolor: "rgb(220, 220, 220)"
977         linewidth: 1
978         showgrid: True
979         showline: True
980         showticklabels: True
981         tickcolor: "rgb(220, 220, 220)"
982         tickformat: ".4s"
983         tickfont:
984           size: 16
985         zeroline: True
986         rangemode: "tozero"
987       legend:
988         orientation: "h"
989         font:
990           size: 16
991         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
992       autosize: False
993       margin:
994           't': 50
995           'b': 150
996           'l': 80
997           'r': 10
998       showlegend: True
999       width: 700
1000       height: 700
1001       hoverlabel:
1002         namelength: -1
1003
1004 -
1005   type: "static"
1006   src-path: "{DIR[RST]}"
1007   dst-path: "{DIR[WORKING,SRC]}"
1008
1009 -
1010   type: "input"
1011   general:
1012     file-name: "robot-plugin.zip"
1013     file-format: ".zip"
1014     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1015     extract: "robot-plugin/output.xml"
1016
1017   builds:
1018
1019     intel-dnv-vpp-release-1810:
1020     - 1
1021
1022     csit-vpp-perf-1804-all:
1023     - 21  # sel
1024     - 22  # sel
1025     - 23  # sel
1026     - 24  # sel
1027     - 27  # sel
1028     - 28  # sel
1029     - 29  # sel
1030     - 30  # sel
1031     - 31  # sel
1032     - 35  # sel
1033     csit-vpp-perf-verify-1807-3n-hsw:
1034     - 8   # MRR full
1035     - 9   # MRR sel
1036     - 21  # MRR sel
1037     - 31  # MRR sel
1038     - 33  # MRR sel
1039     - 36  # MRR sel
1040     - 41  # MRR sel
1041     - 42  # MRR sel
1042     - 48  # MRR sel
1043     - 11  # NDRPDR full 1
1044     - 22  # NDRPDR full 2
1045     - 45  # NDRPDR full 3
1046     - 46  # NDRPDR full 4
1047     - 15  # NDRPDR sel
1048     - 16  # NDRPDR sel
1049     - 19  # NDRPDR sel
1050     - 18  # NDRPDR sel
1051     - 20  # NDRPDR sel
1052     - 38  # NDRPDR sel
1053     - 40  # NDRPDR sel
1054     - 44  # NDRPDR sel
1055     - 47  # NDRPDR sel
1056     - 24  # WRK
1057     - 25  # WRK
1058     - 23  # WRK
1059     - 26  # WRK
1060     - 27  # WRK
1061     - 28  # WRK
1062     - 29  # WRK
1063     - 30  # WRK
1064     - 32  # WRK
1065     - 35  # WRK
1066     csit-vpp-perf-verify-1810-3n-hsw:
1067     - 9   # MRR sel
1068     - 20  # NDRPDR full
1069     - 21  # NDRPDR full
1070     - 22  # NDRPDR full
1071     - 27  # NDRPDR full
1072     - 8   # NDRPDR sel
1073     - 12  # NDRPDR sel
1074     - 14  # NDRPDR sel
1075     - 18  # NDRPDR sel
1076     - 23  # NDRPDR sel
1077     - 25  # NDRPDR sel
1078     - 38  # NDRPDR sel
1079     - 39  # NDRPDR sel
1080     - 41  # NDRPDR sel
1081     - 42  # NDRPDR sel
1082     - 28  # WRK
1083     - 29  # WRK
1084     - 30  # WRK
1085     - 31  # WRK
1086     - 32  # WRK
1087     - 33  # WRK
1088     - 34  # WRK
1089     - 35  # WRK
1090     - 36  # WRK
1091     - 37  # WRK
1092     csit-vpp-perf-verify-1807-3n-skx:
1093     - 31  # MRR full
1094     - 28  # MRR sel
1095     - 32  # MRR sel
1096     - 36  # MRR sel
1097     - 42  # MRR sel
1098     - 47  # MRR sel
1099     - 48  # MRR sel
1100     - 51  # MRR sel
1101     - 52  # MRR sel
1102     - 53  # MRR sel
1103     - 54  # MRR sel
1104     - 40  # NDRPDR full 1
1105     - 41  # NDRPDR full 2
1106     - 33  # NDRPDR sel
1107     - 35  # NDRPDR sel
1108     - 37  # NDRPDR sel
1109     - 38  # NDRPDR sel
1110     - 39  # NDRPDR sel
1111     - 43  # NDRPDR sel
1112     - 44  # NDRPDR sel
1113     - 49  # NDRPDR sel
1114     - 50  # NDRPDR sel
1115     - 56  # NDRPDR sel
1116     csit-vpp-perf-verify-1810-3n-skx:
1117     - 9   # MRR sel
1118     - 11  # MRR sel
1119     - 12  # MRR sel
1120     - 13  # MRR sel
1121     - 23  # NDRPDR full
1122     - 24  # NDRPDR full
1123     - 10  # NDRPDR sel
1124     - 14  # NDRPDR sel
1125     - 15  # NDRPDR sel
1126     - 16  # NDRPDR sel
1127     - 17  # NDRPDR sel
1128     - 19  # NDRPDR sel
1129     - 20  # NDRPDR sel
1130     - 21  # NDRPDR sel
1131     - 22  # NDRPDR sel
1132     - 25  # NDRPDR sel
1133     csit-vpp-perf-verify-1807-2n-skx:
1134     - 27  # MRR full
1135     - 31  # MRR sel
1136     - 33  # MRR sel
1137     - 37  # MRR sel
1138     - 38  # MRR sel
1139     - 41  # MRR sel
1140     - 43  # MRR sel
1141     - 44  # MRR sel
1142     - 45  # MRR sel
1143     - 46  # MRR sel
1144     - 47  # MRR sel
1145     - 32  # NDRPDR full
1146     - 26  # NDRPDR sel
1147     - 28  # NDRPDR sel
1148     - 29  # NDRPDR sel
1149     - 30  # NDRPDR sel
1150     - 34  # NDRPDR sel
1151     - 35  # NDRPDR sel
1152     - 36  # NDRPDR sel
1153     - 39  # NDRPDR sel
1154     - 40  # NDRPDR sel
1155     - 42  # NDRPDR sel
1156     csit-vpp-perf-verify-1810-2n-skx:
1157     - 8   # MRR sel
1158     - 10  # MRR sel
1159     - 11  # MRR sel
1160     - 12  # MRR sel
1161     - 25  # NDRPDR full
1162     - 26  # NDRPDR full
1163     - 9   # NDRPDR sel
1164     - 13  # NDRPDR sel
1165     - 14  # NDRPDR sel
1166     - 19  # NDRPDR sel
1167     - 20  # NDRPDR sel
1168     - 21  # NDRPDR sel
1169     - 22  # NDRPDR sel
1170     - 23  # NDRPDR sel
1171     - 24  # NDRPDR sel
1172     - 27  # NDRPDR sel
1173     csit-vpp-perf-check-1804:
1174     - 5   # mrr - full
1175     - 6   # mrr - sel
1176     - 13  # mrr - sel
1177     - 14  # mrr - sel
1178     - 15  # mrr - sel
1179     - 16  # mrr - sel
1180     - 17  # mrr - sel
1181     - 19  # mrr - sel
1182     - 20  # mrr - sel
1183     - 21  # mrr - sel
1184     - 22  # mrr - sel
1185     csit-ligato-perf-verify-1810-3n-hsw:
1186     - 5   # full
1187     - 6   # sel
1188     - 8   # sel
1189     - 9   # sel
1190     - 11  # sel
1191     - 12  # sel
1192     - 13  # sel
1193     - 14  # sel
1194     - 16  # sel
1195     - 17  # sel
1196     - 18  # sel
1197     csit-dpdk-perf-1804-all:
1198     - 4
1199     - 5
1200     - 6
1201     - 7
1202     - 8
1203     - 9
1204     - 10
1205     - 11
1206     - 12
1207     - 13
1208     csit-dpdk-perf-verify-1807-3n-hsw:
1209     - 11
1210     - 12  # full
1211     - 14
1212     - 15
1213     - 16
1214     - 17
1215     - 20
1216     - 21
1217     - 22
1218     - 23
1219     csit-dpdk-perf-verify-1810-3n-hsw:
1220     - 1   # NDRPDR sel
1221     - 2   # NDRPDR sel
1222     - 3   # NDRPDR sel
1223     - 4   # NDRPDR sel
1224     - 5   # NDRPDR sel
1225     - 6   # NDRPDR sel
1226     - 7   # NDRPDR sel
1227     - 8   # NDRPDR sel
1228     - 9   # NDRPDR sel
1229     - 10  # NDRPDR sel
1230     csit-dpdk-perf-verify-1807-3n-skx:
1231     - 1   # NDRPDR sel
1232     - 2   # NDRPDR sel
1233     - 3   # NDRPDR sel
1234     - 6   # NDRPDR sel
1235     - 7   # NDRPDR sel
1236     - 8   # NDRPDR sel
1237     - 9   # NDRPDR sel
1238     - 10  # NDRPDR sel
1239     - 11  # NDRPDR sel
1240     - 12  # NDRPDR sel
1241     csit-dpdk-perf-verify-1810-3n-skx:
1242     - 3   # NDRPDR sel
1243     - 4   # NDRPDR sel
1244     - 6   # NDRPDR sel
1245     - 7   # NDRPDR sel
1246     - 8   # NDRPDR sel
1247     - 9   # NDRPDR sel
1248     - 10  # NDRPDR sel
1249     - 11  # NDRPDR sel
1250     - 12  # NDRPDR sel
1251     - 13  # NDRPDR sel
1252     csit-dpdk-perf-verify-1810-2n-skx:
1253     - 3   # NDRPDR sel
1254     - 4   # NDRPDR sel
1255     - 5   # NDRPDR sel
1256     - 7   # NDRPDR sel
1257     - 8   # NDRPDR sel
1258     - 9   # NDRPDR sel
1259     - 10  # NDRPDR sel
1260     - 11  # NDRPDR sel
1261     - 12  # NDRPDR sel
1262     - 13  # NDRPDR sel
1263
1264     csit-vpp-functional-1810-ubuntu1604-virl:
1265     - 44
1266     csit-vpp-functional-1810-centos7-virl:
1267     - 44
1268     csit-vpp-device-1810-ubuntu1804-1n-skx:
1269     - 2
1270     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1271     - 1
1272     csit-dmm-functional-1810-ubuntu1604-virl:
1273     - 1
1274     csit-hc2vpp-verify-func-1810-ubuntu1604:
1275     - 3
1276
1277 -
1278   type: "output"
1279   output: "report"
1280   format:
1281     html:
1282     - full
1283     pdf:
1284     - minimal
1285
1286 ################################################################################
1287 ###                               T A B L E S                                ###
1288 ################################################################################
1289
1290 ################################################################################
1291 # VPP
1292
1293 # VPP Performance Changes 3n-hsw 1t1c pdr 
1294 -
1295   type: "table"
1296   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1297   algorithm: "table_performance_comparison"
1298   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1299   history:
1300     -
1301       title: "rls1804"
1302       data:
1303         csit-vpp-perf-1804-all:
1304         - 21  # sel
1305         - 22  # sel
1306         - 23  # sel
1307         - 24  # sel
1308         - 27  # sel
1309         - 28  # sel
1310         - 29  # sel
1311         - 30  # sel
1312         - 31  # sel
1313         - 35  # sel
1314   reference:
1315     title: "rls1807"
1316     data:
1317       csit-vpp-perf-verify-1807-3n-hsw:
1318       - 11  # NDRPDR full 1
1319       - 22  # NDRPDR full 2
1320       - 45  # NDRPDR full 3
1321       - 46  # NDRPDR full 4
1322       - 15  # NDRPDR sel
1323       - 16  # NDRPDR sel
1324       - 19  # NDRPDR sel
1325       - 18  # NDRPDR sel
1326       - 20  # NDRPDR sel
1327       - 38  # NDRPDR sel
1328       - 40  # NDRPDR sel
1329       - 44  # NDRPDR sel
1330       - 47  # NDRPDR sel
1331   compare:
1332     title: "rls1810"
1333     data:
1334       csit-vpp-perf-verify-1810-3n-hsw:
1335       - 8   # NDRPDR sel
1336       - 12  # NDRPDR sel
1337       - 14  # NDRPDR sel
1338       - 18  # NDRPDR sel
1339       - 23  # NDRPDR sel
1340       - 25  # NDRPDR sel
1341       - 38  # NDRPDR sel
1342       - 39  # NDRPDR sel
1343       - 41  # NDRPDR sel
1344       - 42  # NDRPDR sel
1345   data: "vpp-performance-changes-3n-hsw"
1346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1347   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1348   parameters:
1349   - "name"
1350   - "parent"
1351   - "throughput"
1352
1353 # VPP Performance Changes 3n-hsw 2t2c pdr
1354 -
1355   type: "table"
1356   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1357   algorithm: "table_performance_comparison"
1358   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1359   history:
1360     -
1361       title: "rls1804"
1362       data:
1363         csit-vpp-perf-1804-all:
1364         - 21  # sel
1365         - 22  # sel
1366         - 23  # sel
1367         - 24  # sel
1368         - 27  # sel
1369         - 28  # sel
1370         - 29  # sel
1371         - 30  # sel
1372         - 31  # sel
1373         - 35  # sel
1374   reference:
1375     title: "rls1807"
1376     data:
1377       csit-vpp-perf-verify-1807-3n-hsw:
1378       - 11  # NDRPDR full 1
1379       - 22  # NDRPDR full 2
1380       - 45  # NDRPDR full 3
1381       - 46  # NDRPDR full 4
1382       - 15  # NDRPDR sel
1383       - 16  # NDRPDR sel
1384       - 19  # NDRPDR sel
1385       - 18  # NDRPDR sel
1386       - 20  # NDRPDR sel
1387       - 38  # NDRPDR sel
1388       - 40  # NDRPDR sel
1389       - 44  # NDRPDR sel
1390       - 47  # NDRPDR sel
1391   compare:
1392     title: "rls1810"
1393     data:
1394       csit-vpp-perf-verify-1810-3n-hsw:
1395       - 8   # NDRPDR sel
1396       - 12  # NDRPDR sel
1397       - 14  # NDRPDR sel
1398       - 18  # NDRPDR sel
1399       - 23  # NDRPDR sel
1400       - 25  # NDRPDR sel
1401       - 38  # NDRPDR sel
1402       - 39  # NDRPDR sel
1403       - 41  # NDRPDR sel
1404       - 42  # NDRPDR sel
1405   data: "vpp-performance-changes-3n-hsw"
1406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1407   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1408   parameters:
1409   - "name"
1410   - "parent"
1411   - "throughput"
1412
1413 # VPP Performance Changes 3n-hsw 1t1c ndr
1414 -
1415   type: "table"
1416   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1417   algorithm: "table_performance_comparison"
1418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1419   history:
1420     -
1421       title: "rls1804"
1422       data:
1423         csit-vpp-perf-1804-all:
1424         - 21  # sel
1425         - 22  # sel
1426         - 23  # sel
1427         - 24  # sel
1428         - 27  # sel
1429         - 28  # sel
1430         - 29  # sel
1431         - 30  # sel
1432         - 31  # sel
1433         - 35  # sel
1434   reference:
1435     title: "rls1807"
1436     data:
1437       csit-vpp-perf-verify-1807-3n-hsw:
1438       - 11  # NDRPDR full 1
1439       - 22  # NDRPDR full 2
1440       - 45  # NDRPDR full 3
1441       - 46  # NDRPDR full 4
1442       - 15  # NDRPDR sel
1443       - 16  # NDRPDR sel
1444       - 19  # NDRPDR sel
1445       - 18  # NDRPDR sel
1446       - 20  # NDRPDR sel
1447       - 38  # NDRPDR sel
1448       - 40  # NDRPDR sel
1449       - 44  # NDRPDR sel
1450       - 47  # NDRPDR sel
1451   compare:
1452     title: "rls1810"
1453     data:
1454       csit-vpp-perf-verify-1810-3n-hsw:
1455       - 8   # NDRPDR sel
1456       - 12  # NDRPDR sel
1457       - 14  # NDRPDR sel
1458       - 18  # NDRPDR sel
1459       - 23  # NDRPDR sel
1460       - 25  # NDRPDR sel
1461       - 38  # NDRPDR sel
1462       - 39  # NDRPDR sel
1463       - 41  # NDRPDR sel
1464       - 42  # NDRPDR sel
1465   data: "vpp-performance-changes-3n-hsw"
1466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1467   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1468   parameters:
1469   - "name"
1470   - "parent"
1471   - "throughput"
1472
1473 # VPP Performance Changes 3n-hsw 2t2c ndr
1474 -
1475   type: "table"
1476   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1477   algorithm: "table_performance_comparison"
1478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1479   history:
1480     -
1481       title: "rls1804"
1482       data:
1483         csit-vpp-perf-1804-all:
1484         - 21  # sel
1485         - 22  # sel
1486         - 23  # sel
1487         - 24  # sel
1488         - 27  # sel
1489         - 28  # sel
1490         - 29  # sel
1491         - 30  # sel
1492         - 31  # sel
1493         - 35  # sel
1494   reference:
1495     title: "rls1807"
1496     data:
1497       csit-vpp-perf-verify-1807-3n-hsw:
1498       - 11  # NDRPDR full 1
1499       - 22  # NDRPDR full 2
1500       - 45  # NDRPDR full 3
1501       - 46  # NDRPDR full 4
1502       - 15  # NDRPDR sel
1503       - 16  # NDRPDR sel
1504       - 19  # NDRPDR sel
1505       - 18  # NDRPDR sel
1506       - 20  # NDRPDR sel
1507       - 38  # NDRPDR sel
1508       - 40  # NDRPDR sel
1509       - 44  # NDRPDR sel
1510       - 47  # NDRPDR sel
1511   compare:
1512     title: "rls1810"
1513     data:
1514       csit-vpp-perf-verify-1810-3n-hsw:
1515       - 8   # NDRPDR sel
1516       - 12  # NDRPDR sel
1517       - 14  # NDRPDR sel
1518       - 18  # NDRPDR sel
1519       - 23  # NDRPDR sel
1520       - 25  # NDRPDR sel
1521       - 38  # NDRPDR sel
1522       - 39  # NDRPDR sel
1523       - 41  # NDRPDR sel
1524       - 42  # NDRPDR sel
1525   data: "vpp-performance-changes-3n-hsw"
1526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1527   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1528   parameters:
1529   - "name"
1530   - "parent"
1531   - "throughput"
1532
1533 # VPP Performance Changes 3n-skx 2t1c pdr 
1534 -
1535   type: "table"
1536   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1537   algorithm: "table_performance_comparison"
1538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1539   reference:
1540     title: "rls1807"
1541     data:
1542       csit-vpp-perf-verify-1807-3n-skx:
1543       - 33  # NDRPDR sel
1544       - 35  # NDRPDR sel
1545       - 37  # NDRPDR sel
1546       - 38  # NDRPDR sel
1547       - 39  # NDRPDR sel
1548       - 43  # NDRPDR sel
1549       - 44  # NDRPDR sel
1550       - 49  # NDRPDR sel
1551       - 50  # NDRPDR sel
1552       - 56  # NDRPDR sel
1553   compare:
1554     title: "rls1810"
1555     data:
1556       csit-vpp-perf-verify-1810-3n-skx:
1557       - 10  # NDRPDR sel
1558       - 14  # NDRPDR sel
1559       - 15  # NDRPDR sel
1560       - 16  # NDRPDR sel
1561       - 17  # NDRPDR sel
1562       - 19  # NDRPDR sel
1563       - 20  # NDRPDR sel
1564       - 21  # NDRPDR sel
1565       - 22  # NDRPDR sel
1566       - 25  # NDRPDR sel
1567   data: "vpp-performance-changes-3n-skx"
1568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1569   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1570   parameters:
1571   - "name"
1572   - "parent"
1573   - "throughput"
1574
1575 # VPP Performance Changes 3n-skx 4t2c pdr
1576 -
1577   type: "table"
1578   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1579   algorithm: "table_performance_comparison"
1580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1581   reference:
1582     title: "rls1807"
1583     data:
1584       csit-vpp-perf-verify-1807-3n-skx:
1585       - 33  # NDRPDR sel
1586       - 35  # NDRPDR sel
1587       - 37  # NDRPDR sel
1588       - 38  # NDRPDR sel
1589       - 39  # NDRPDR sel
1590       - 43  # NDRPDR sel
1591       - 44  # NDRPDR sel
1592       - 49  # NDRPDR sel
1593       - 50  # NDRPDR sel
1594       - 56  # NDRPDR sel
1595   compare:
1596     title: "rls1810"
1597     data:
1598       csit-vpp-perf-verify-1810-3n-skx:
1599       - 10  # NDRPDR sel
1600       - 14  # NDRPDR sel
1601       - 15  # NDRPDR sel
1602       - 16  # NDRPDR sel
1603       - 17  # NDRPDR sel
1604       - 19  # NDRPDR sel
1605       - 20  # NDRPDR sel
1606       - 21  # NDRPDR sel
1607       - 22  # NDRPDR sel
1608       - 25  # NDRPDR sel
1609   data: "vpp-performance-changes-3n-skx"
1610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1611   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1612   parameters:
1613   - "name"
1614   - "parent"
1615   - "throughput"
1616
1617 # VPP Performance Changes 3n-skx 2t1c ndr
1618 -
1619   type: "table"
1620   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1621   algorithm: "table_performance_comparison"
1622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1623   reference:
1624     title: "rls1807"
1625     data:
1626       csit-vpp-perf-verify-1807-3n-skx:
1627       - 33  # NDRPDR sel
1628       - 35  # NDRPDR sel
1629       - 37  # NDRPDR sel
1630       - 38  # NDRPDR sel
1631       - 39  # NDRPDR sel
1632       - 43  # NDRPDR sel
1633       - 44  # NDRPDR sel
1634       - 49  # NDRPDR sel
1635       - 50  # NDRPDR sel
1636       - 56  # NDRPDR sel
1637   compare:
1638     title: "rls1810"
1639     data:
1640       csit-vpp-perf-verify-1810-3n-skx:
1641       - 10  # NDRPDR sel
1642       - 14  # NDRPDR sel
1643       - 15  # NDRPDR sel
1644       - 16  # NDRPDR sel
1645       - 17  # NDRPDR sel
1646       - 19  # NDRPDR sel
1647       - 20  # NDRPDR sel
1648       - 21  # NDRPDR sel
1649       - 22  # NDRPDR sel
1650       - 25  # NDRPDR sel
1651   data: "vpp-performance-changes-3n-skx"
1652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1654   parameters:
1655   - "name"
1656   - "parent"
1657   - "throughput"
1658
1659 # VPP Performance Changes 3n-skx 4t2c ndr
1660 -
1661   type: "table"
1662   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1663   algorithm: "table_performance_comparison"
1664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1665   reference:
1666     title: "rls1807"
1667     data:
1668       csit-vpp-perf-verify-1807-3n-skx:
1669       - 33  # NDRPDR sel
1670       - 35  # NDRPDR sel
1671       - 37  # NDRPDR sel
1672       - 38  # NDRPDR sel
1673       - 39  # NDRPDR sel
1674       - 43  # NDRPDR sel
1675       - 44  # NDRPDR sel
1676       - 49  # NDRPDR sel
1677       - 50  # NDRPDR sel
1678       - 56  # NDRPDR sel
1679   compare:
1680     title: "rls1810"
1681     data:
1682       csit-vpp-perf-verify-1810-3n-skx:
1683       - 10  # NDRPDR sel
1684       - 14  # NDRPDR sel
1685       - 15  # NDRPDR sel
1686       - 16  # NDRPDR sel
1687       - 17  # NDRPDR sel
1688       - 19  # NDRPDR sel
1689       - 20  # NDRPDR sel
1690       - 21  # NDRPDR sel
1691       - 22  # NDRPDR sel
1692       - 25  # NDRPDR sel
1693   data: "vpp-performance-changes-3n-skx"
1694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1695   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1696   parameters:
1697   - "name"
1698   - "parent"
1699   - "throughput"
1700
1701 # VPP Performance Changes 2n-skx 2t1c pdr 
1702 -
1703   type: "table"
1704   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1705   algorithm: "table_performance_comparison"
1706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1707   reference:
1708     title: "rls1807"
1709     data:
1710       csit-vpp-perf-verify-1807-2n-skx:
1711       - 26  # NDRPDR sel
1712       - 28  # NDRPDR sel
1713       - 29  # NDRPDR sel
1714       - 30  # NDRPDR sel
1715       - 34  # NDRPDR sel
1716       - 35  # NDRPDR sel
1717       - 36  # NDRPDR sel
1718       - 39  # NDRPDR sel
1719       - 40  # NDRPDR sel
1720       - 42  # NDRPDR sel
1721   compare:
1722     title: "rls1810"
1723     data:
1724       csit-vpp-perf-verify-1810-2n-skx:
1725       - 9   # NDRPDR sel
1726       - 13  # NDRPDR sel
1727       - 14  # NDRPDR sel
1728       - 19  # NDRPDR sel
1729       - 20  # NDRPDR sel
1730       - 21  # NDRPDR sel
1731       - 22  # NDRPDR sel
1732       - 23  # NDRPDR sel
1733       - 24  # NDRPDR sel
1734       - 27  # NDRPDR sel
1735   data: "vpp-performance-changes-2n-skx"
1736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1737   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1738   parameters:
1739   - "name"
1740   - "parent"
1741   - "throughput"
1742
1743 # VPP Performance Changes 2n-skx 4t2c pdr
1744 -
1745   type: "table"
1746   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1747   algorithm: "table_performance_comparison"
1748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1749   reference:
1750     title: "rls1807"
1751     data:
1752       csit-vpp-perf-verify-1807-2n-skx:
1753       - 26  # NDRPDR sel
1754       - 28  # NDRPDR sel
1755       - 29  # NDRPDR sel
1756       - 30  # NDRPDR sel
1757       - 34  # NDRPDR sel
1758       - 35  # NDRPDR sel
1759       - 36  # NDRPDR sel
1760       - 39  # NDRPDR sel
1761       - 40  # NDRPDR sel
1762       - 42  # NDRPDR sel
1763   compare:
1764     title: "rls1810"
1765     data:
1766       csit-vpp-perf-verify-1810-2n-skx:
1767       - 9   # NDRPDR sel
1768       - 13  # NDRPDR sel
1769       - 14  # NDRPDR sel
1770       - 19  # NDRPDR sel
1771       - 20  # NDRPDR sel
1772       - 21  # NDRPDR sel
1773       - 22  # NDRPDR sel
1774       - 23  # NDRPDR sel
1775       - 24  # NDRPDR sel
1776       - 27  # NDRPDR sel
1777   data: "vpp-performance-changes-2n-skx"
1778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1779   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1780   parameters:
1781   - "name"
1782   - "parent"
1783   - "throughput"
1784
1785 # VPP Performance Changes 2n-skx 2t1c ndr
1786 -
1787   type: "table"
1788   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1789   algorithm: "table_performance_comparison"
1790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1791   reference:
1792     title: "rls1807"
1793     data:
1794       csit-vpp-perf-verify-1807-2n-skx:
1795       - 26  # NDRPDR sel
1796       - 28  # NDRPDR sel
1797       - 29  # NDRPDR sel
1798       - 30  # NDRPDR sel
1799       - 34  # NDRPDR sel
1800       - 35  # NDRPDR sel
1801       - 36  # NDRPDR sel
1802       - 39  # NDRPDR sel
1803       - 40  # NDRPDR sel
1804       - 42  # NDRPDR sel
1805   compare:
1806     title: "rls1810"
1807     data:
1808       csit-vpp-perf-verify-1810-2n-skx:
1809       - 9   # NDRPDR sel
1810       - 13  # NDRPDR sel
1811       - 14  # NDRPDR sel
1812       - 19  # NDRPDR sel
1813       - 20  # NDRPDR sel
1814       - 21  # NDRPDR sel
1815       - 22  # NDRPDR sel
1816       - 23  # NDRPDR sel
1817       - 24  # NDRPDR sel
1818       - 27  # NDRPDR sel
1819   data: "vpp-performance-changes-2n-skx"
1820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1821   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1822   parameters:
1823   - "name"
1824   - "parent"
1825   - "throughput"
1826
1827 # VPP Performance Changes 2n-skx 4t2c ndr
1828 -
1829   type: "table"
1830   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1831   algorithm: "table_performance_comparison"
1832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1833   reference:
1834     title: "rls1807"
1835     data:
1836       csit-vpp-perf-verify-1807-2n-skx:
1837       - 26  # NDRPDR sel
1838       - 28  # NDRPDR sel
1839       - 29  # NDRPDR sel
1840       - 30  # NDRPDR sel
1841       - 34  # NDRPDR sel
1842       - 35  # NDRPDR sel
1843       - 36  # NDRPDR sel
1844       - 39  # NDRPDR sel
1845       - 40  # NDRPDR sel
1846       - 42  # NDRPDR sel
1847   compare:
1848     title: "rls1810"
1849     data:
1850       csit-vpp-perf-verify-1810-2n-skx:
1851       - 9   # NDRPDR sel
1852       - 13  # NDRPDR sel
1853       - 14  # NDRPDR sel
1854       - 19  # NDRPDR sel
1855       - 20  # NDRPDR sel
1856       - 21  # NDRPDR sel
1857       - 22  # NDRPDR sel
1858       - 23  # NDRPDR sel
1859       - 24  # NDRPDR sel
1860       - 27  # NDRPDR sel
1861   data: "vpp-performance-changes-2n-skx"
1862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1863   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1864   parameters:
1865   - "name"
1866   - "parent"
1867   - "throughput"
1868
1869 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1870 -
1871   type: "table"
1872   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1873   algorithm: "table_performance_comparison"
1874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1875   reference:
1876     title: "3-Node Hsw"
1877     data:
1878       csit-vpp-perf-verify-1810-3n-hsw:
1879       - 8   # NDRPDR sel
1880       - 12  # NDRPDR sel
1881       - 14  # NDRPDR sel
1882       - 18  # NDRPDR sel
1883       - 23  # NDRPDR sel
1884       - 25  # NDRPDR sel
1885       - 38  # NDRPDR sel
1886       - 39  # NDRPDR sel
1887       - 41  # NDRPDR sel
1888       - 42  # NDRPDR sel
1889   compare:
1890     title: "3-Node Skx"
1891     data:
1892       csit-vpp-perf-verify-1810-3n-skx:
1893       - 10  # NDRPDR sel
1894       - 14  # NDRPDR sel
1895       - 15  # NDRPDR sel
1896       - 16  # NDRPDR sel
1897       - 17  # NDRPDR sel
1898       - 19  # NDRPDR sel
1899       - 20  # NDRPDR sel
1900       - 21  # NDRPDR sel
1901       - 22  # NDRPDR sel
1902       - 25  # NDRPDR sel
1903   data: "vpp-compare-testbeds"
1904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1905   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
1906   parameters:
1907   - "name"
1908   - "parent"
1909   - "throughput"
1910
1911 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1912 -
1913   type: "table"
1914   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1915   algorithm: "table_performance_comparison"
1916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1917   reference:
1918     title: "3-Node Hsw"
1919     data:
1920       csit-vpp-perf-verify-1810-3n-hsw:
1921       - 8   # NDRPDR sel
1922       - 12  # NDRPDR sel
1923       - 14  # NDRPDR sel
1924       - 18  # NDRPDR sel
1925       - 23  # NDRPDR sel
1926       - 25  # NDRPDR sel
1927       - 38  # NDRPDR sel
1928       - 39  # NDRPDR sel
1929       - 41  # NDRPDR sel
1930       - 42  # NDRPDR sel
1931   compare:
1932     title: "3-Node Skx"
1933     data:
1934       csit-vpp-perf-verify-1810-3n-skx:
1935       - 10  # NDRPDR sel
1936       - 14  # NDRPDR sel
1937       - 15  # NDRPDR sel
1938       - 16  # NDRPDR sel
1939       - 17  # NDRPDR sel
1940       - 19  # NDRPDR sel
1941       - 20  # NDRPDR sel
1942       - 21  # NDRPDR sel
1943       - 22  # NDRPDR sel
1944       - 25  # NDRPDR sel
1945   data: "vpp-compare-testbeds"
1946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1947   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
1948   parameters:
1949   - "name"
1950   - "parent"
1951   - "throughput"
1952
1953 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1954 -
1955   type: "table"
1956   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1957   algorithm: "table_performance_comparison"
1958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1959   reference:
1960     title: "3-Node Hsw"
1961     data:
1962       csit-vpp-perf-verify-1810-3n-hsw:
1963       - 8   # NDRPDR sel
1964       - 12  # NDRPDR sel
1965       - 14  # NDRPDR sel
1966       - 18  # NDRPDR sel
1967       - 23  # NDRPDR sel
1968       - 25  # NDRPDR sel
1969       - 38  # NDRPDR sel
1970       - 39  # NDRPDR sel
1971       - 41  # NDRPDR sel
1972       - 42  # NDRPDR sel
1973   compare:
1974     title: "3-Node Skx"
1975     data:
1976       csit-vpp-perf-verify-1810-3n-skx:
1977       - 10  # NDRPDR sel
1978       - 14  # NDRPDR sel
1979       - 15  # NDRPDR sel
1980       - 16  # NDRPDR sel
1981       - 17  # NDRPDR sel
1982       - 19  # NDRPDR sel
1983       - 20  # NDRPDR sel
1984       - 21  # NDRPDR sel
1985       - 22  # NDRPDR sel
1986       - 25  # NDRPDR sel
1987   data: "vpp-compare-testbeds"
1988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1989   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
1990   parameters:
1991   - "name"
1992   - "parent"
1993   - "throughput"
1994
1995 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1996 -
1997   type: "table"
1998   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1999   algorithm: "table_performance_comparison"
2000   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2001   reference:
2002     title: "3-Node Hsw"
2003     data:
2004       csit-vpp-perf-verify-1810-3n-hsw:
2005       - 8   # NDRPDR sel
2006       - 12  # NDRPDR sel
2007       - 14  # NDRPDR sel
2008       - 18  # NDRPDR sel
2009       - 23  # NDRPDR sel
2010       - 25  # NDRPDR sel
2011       - 38  # NDRPDR sel
2012       - 39  # NDRPDR sel
2013       - 41  # NDRPDR sel
2014       - 42  # NDRPDR sel
2015   compare:
2016     title: "3-Node Skx"
2017     data:
2018       csit-vpp-perf-verify-1810-3n-skx:
2019       - 10  # NDRPDR sel
2020       - 14  # NDRPDR sel
2021       - 15  # NDRPDR sel
2022       - 16  # NDRPDR sel
2023       - 17  # NDRPDR sel
2024       - 19  # NDRPDR sel
2025       - 20  # NDRPDR sel
2026       - 21  # NDRPDR sel
2027       - 22  # NDRPDR sel
2028       - 25  # NDRPDR sel
2029   data: "vpp-compare-testbeds"
2030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2031   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2032   parameters:
2033   - "name"
2034   - "parent"
2035   - "throughput"
2036
2037 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2038 -
2039   type: "table"
2040   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2041   algorithm: "table_performance_comparison"
2042   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2043   reference:
2044     title: "3-Node Skx"
2045     data:
2046       csit-vpp-perf-verify-1810-3n-skx:
2047       - 10  # NDRPDR sel
2048       - 14  # NDRPDR sel
2049       - 15  # NDRPDR sel
2050       - 16  # NDRPDR sel
2051       - 17  # NDRPDR sel
2052       - 19  # NDRPDR sel
2053       - 20  # NDRPDR sel
2054       - 21  # NDRPDR sel
2055       - 22  # NDRPDR sel
2056       - 25  # NDRPDR sel
2057   compare:
2058     title: "2-Node Skx"
2059     data:
2060       csit-vpp-perf-verify-1810-2n-skx:
2061       - 9   # NDRPDR sel
2062       - 13  # NDRPDR sel
2063       - 14  # NDRPDR sel
2064       - 19  # NDRPDR sel
2065       - 20  # NDRPDR sel
2066       - 21  # NDRPDR sel
2067       - 22  # NDRPDR sel
2068       - 23  # NDRPDR sel
2069       - 24  # NDRPDR sel
2070       - 27  # NDRPDR sel
2071   data: "vpp-compare-topologies"
2072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2073   filter: "'NDRPDR' and '1C'"
2074   parameters:
2075   - "name"
2076   - "parent"
2077   - "throughput"
2078
2079 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2080 -
2081   type: "table"
2082   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2083   algorithm: "table_performance_comparison"
2084   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2085   reference:
2086     title: "3-Node Skx"
2087     data:
2088       csit-vpp-perf-verify-1810-3n-skx:
2089       - 10  # NDRPDR sel
2090       - 14  # NDRPDR sel
2091       - 15  # NDRPDR sel
2092       - 16  # NDRPDR sel
2093       - 17  # NDRPDR sel
2094       - 19  # NDRPDR sel
2095       - 20  # NDRPDR sel
2096       - 21  # NDRPDR sel
2097       - 22  # NDRPDR sel
2098       - 25  # NDRPDR sel
2099   compare:
2100     title: "2-Node Skx"
2101     data:
2102       csit-vpp-perf-verify-1810-2n-skx:
2103       - 9   # NDRPDR sel
2104       - 13  # NDRPDR sel
2105       - 14  # NDRPDR sel
2106       - 19  # NDRPDR sel
2107       - 20  # NDRPDR sel
2108       - 21  # NDRPDR sel
2109       - 22  # NDRPDR sel
2110       - 23  # NDRPDR sel
2111       - 24  # NDRPDR sel
2112       - 27  # NDRPDR sel
2113   data: "vpp-compare-topologies"
2114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2115   filter: "'NDRPDR' and '2C'"
2116   parameters:
2117   - "name"
2118   - "parent"
2119   - "throughput"
2120
2121 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2122 -
2123   type: "table"
2124   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2125   algorithm: "table_performance_comparison"
2126   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2127   reference:
2128     title: "3-Node Skx"
2129     data:
2130       csit-vpp-perf-verify-1810-3n-skx:
2131       - 10  # NDRPDR sel
2132       - 14  # NDRPDR sel
2133       - 15  # NDRPDR sel
2134       - 16  # NDRPDR sel
2135       - 17  # NDRPDR sel
2136       - 19  # NDRPDR sel
2137       - 20  # NDRPDR sel
2138       - 21  # NDRPDR sel
2139       - 22  # NDRPDR sel
2140       - 25  # NDRPDR sel
2141   compare:
2142     title: "2-Node Skx"
2143     data:
2144       csit-vpp-perf-verify-1810-2n-skx:
2145       - 9   # NDRPDR sel
2146       - 13  # NDRPDR sel
2147       - 14  # NDRPDR sel
2148       - 19  # NDRPDR sel
2149       - 20  # NDRPDR sel
2150       - 21  # NDRPDR sel
2151       - 22  # NDRPDR sel
2152       - 23  # NDRPDR sel
2153       - 24  # NDRPDR sel
2154       - 27  # NDRPDR sel
2155   data: "vpp-compare-topologies"
2156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2157   filter: "'NDRPDR' and '1C'"
2158   parameters:
2159   - "name"
2160   - "parent"
2161   - "throughput"
2162
2163 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2164 -
2165   type: "table"
2166   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2167   algorithm: "table_performance_comparison"
2168   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2169   reference:
2170     title: "3-Node Skx"
2171     data:
2172       csit-vpp-perf-verify-1810-3n-skx:
2173       - 10  # NDRPDR sel
2174       - 14  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 17  # NDRPDR sel
2178       - 19  # NDRPDR sel
2179       - 20  # NDRPDR sel
2180       - 21  # NDRPDR sel
2181       - 22  # NDRPDR sel
2182       - 25  # NDRPDR sel
2183   compare:
2184     title: "2-Node Skx"
2185     data:
2186       csit-vpp-perf-verify-1810-2n-skx:
2187       - 9   # NDRPDR sel
2188       - 13  # NDRPDR sel
2189       - 14  # NDRPDR sel
2190       - 19  # NDRPDR sel
2191       - 20  # NDRPDR sel
2192       - 21  # NDRPDR sel
2193       - 22  # NDRPDR sel
2194       - 23  # NDRPDR sel
2195       - 24  # NDRPDR sel
2196       - 27  # NDRPDR sel
2197   data: "vpp-compare-topologies"
2198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2199   filter: "'NDRPDR' and '2C'"
2200   parameters:
2201   - "name"
2202   - "parent"
2203   - "throughput"
2204
2205 # VPP Performance Changes 3n-hsw 1t1c MRR
2206 -
2207   type: "table"
2208   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2209   algorithm: "table_performance_comparison"
2210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2211   history:
2212     -
2213       title: "rls1804"
2214       data:
2215         csit-vpp-perf-check-1804:
2216         - 6   # mrr - sel
2217         - 13  # mrr - sel
2218         - 14  # mrr - sel
2219         - 15  # mrr - sel
2220         - 16  # mrr - sel
2221         - 17  # mrr - sel
2222         - 19  # mrr - sel
2223         - 20  # mrr - sel
2224         - 21  # mrr - sel
2225         - 22  # mrr - sel
2226   reference:
2227     title: "rls1807"
2228     data:
2229       csit-vpp-perf-verify-1807-3n-hsw:
2230       - 8   # MRR full
2231       - 9   # MRR sel
2232       - 21  # MRR sel
2233       - 31  # MRR sel
2234       - 33  # MRR sel
2235       - 36  # MRR sel
2236       - 41  # MRR sel
2237       - 42  # MRR sel
2238       - 48  # MRR sel
2239   compare:
2240     title: "rls1810"
2241     data:
2242       csit-vpp-perf-verify-1810-3n-hsw:
2243       - 9   # MRR sel
2244   data: "vpp-performance-changes-3n-hsw-mrr"
2245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2246   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2247   parameters:
2248   - "name"
2249   - "parent"
2250   - "result"
2251
2252 # VPP Performance Changes 3n-hsw 2t2c MRR
2253 -
2254   type: "table"
2255   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2256   algorithm: "table_performance_comparison"
2257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2258   history:
2259     -
2260       title: "rls1804"
2261       data:
2262         csit-vpp-perf-check-1804:
2263         - 6   # mrr - sel
2264         - 13  # mrr - sel
2265         - 14  # mrr - sel
2266         - 15  # mrr - sel
2267         - 16  # mrr - sel
2268         - 17  # mrr - sel
2269         - 19  # mrr - sel
2270         - 20  # mrr - sel
2271         - 21  # mrr - sel
2272         - 22  # mrr - sel
2273   reference:
2274     title: "rls1807"
2275     data:
2276       csit-vpp-perf-verify-1807-3n-hsw:
2277       - 8   # MRR full
2278       - 9   # MRR sel
2279       - 21  # MRR sel
2280       - 31  # MRR sel
2281       - 33  # MRR sel
2282       - 36  # MRR sel
2283       - 41  # MRR sel
2284       - 42  # MRR sel
2285       - 48  # MRR sel
2286   compare:
2287     title: "rls1810"
2288     data:
2289       csit-vpp-perf-verify-1810-3n-hsw:
2290       - 9   # MRR sel
2291   data: "vpp-performance-changes-3n-hsw-mrr"
2292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2293   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2294   parameters:
2295   - "name"
2296   - "parent"
2297   - "result"
2298
2299 # VPP Performance Changes 3n-hsw 4t4c MRR
2300 -
2301   type: "table"
2302   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2303   algorithm: "table_performance_comparison"
2304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2305   history:
2306     -
2307       title: "rls1804"
2308       data:
2309         csit-vpp-perf-check-1804:
2310         - 6   # mrr - sel
2311         - 13  # mrr - sel
2312         - 14  # mrr - sel
2313         - 15  # mrr - sel
2314         - 16  # mrr - sel
2315         - 17  # mrr - sel
2316         - 19  # mrr - sel
2317         - 20  # mrr - sel
2318         - 21  # mrr - sel
2319         - 22  # mrr - sel
2320   reference:
2321     title: "rls1807"
2322     data:
2323       csit-vpp-perf-verify-1807-3n-hsw:
2324       - 8   # MRR full
2325       - 9   # MRR sel
2326       - 21  # MRR sel
2327       - 31  # MRR sel
2328       - 33  # MRR sel
2329       - 36  # MRR sel
2330       - 41  # MRR sel
2331       - 42  # MRR sel
2332       - 48  # MRR sel
2333   compare:
2334     title: "rls1810"
2335     data:
2336       csit-vpp-perf-verify-1810-3n-hsw:
2337       - 9   # MRR sel
2338   data: "vpp-performance-changes-3n-hsw-mrr"
2339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2340   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "result"
2345
2346 # VPP Performance Changes 3n-skx 2t1c MRR
2347 -
2348   type: "table"
2349   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2350   algorithm: "table_performance_comparison"
2351   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2352   reference:
2353     title: "rls1807"
2354     data:
2355       csit-vpp-perf-verify-1807-3n-skx:
2356       - 28  # MRR sel
2357       - 32  # MRR sel
2358       - 36  # MRR sel
2359       - 42  # MRR sel
2360       - 47  # MRR sel
2361       - 48  # MRR sel
2362       - 51  # MRR sel
2363       - 52  # MRR sel
2364       - 53  # MRR sel
2365   compare:
2366     title: "rls1810"
2367     data:
2368       csit-vpp-perf-verify-1810-3n-skx:
2369       - 9   # MRR sel
2370       - 11  # MRR sel
2371       - 12  # MRR sel
2372       - 13  # MRR sel
2373   data: "vpp-performance-changes-3n-skx-mrr"
2374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2375   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2376   parameters:
2377   - "name"
2378   - "parent"
2379   - "result"
2380
2381 # VPP Performance Changes 3n-skx 4t2c MRR
2382 -
2383   type: "table"
2384   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2385   algorithm: "table_performance_comparison"
2386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2387   reference:
2388     title: "rls1807"
2389     data:
2390       csit-vpp-perf-verify-1807-3n-skx:
2391       - 28  # MRR sel
2392       - 32  # MRR sel
2393       - 36  # MRR sel
2394       - 42  # MRR sel
2395       - 47  # MRR sel
2396       - 48  # MRR sel
2397       - 51  # MRR sel
2398       - 52  # MRR sel
2399       - 53  # MRR sel
2400   compare:
2401     title: "rls1810"
2402     data:
2403       csit-vpp-perf-verify-1810-3n-skx:
2404       - 9   # MRR sel
2405       - 11  # MRR sel
2406       - 12  # MRR sel
2407       - 13  # MRR sel
2408   data: "vpp-performance-changes-3n-skx-mrr"
2409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2410   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2411   parameters:
2412   - "name"
2413   - "parent"
2414   - "result"
2415
2416 # VPP Performance Changes 3n-skx 8t4c MRR
2417 -
2418   type: "table"
2419   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2420   algorithm: "table_performance_comparison"
2421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2422   reference:
2423     title: "rls1807"
2424     data:
2425       csit-vpp-perf-verify-1807-3n-skx:
2426       - 28  # MRR sel
2427       - 32  # MRR sel
2428       - 36  # MRR sel
2429       - 42  # MRR sel
2430       - 47  # MRR sel
2431       - 48  # MRR sel
2432       - 51  # MRR sel
2433       - 52  # MRR sel
2434       - 53  # MRR sel
2435   compare:
2436     title: "rls1810"
2437     data:
2438       csit-vpp-perf-verify-1810-3n-skx:
2439       - 9   # MRR sel
2440       - 11  # MRR sel
2441       - 12  # MRR sel
2442       - 13  # MRR sel
2443   data: "vpp-performance-changes-3n-skx-mrr"
2444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2445   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2446   parameters:
2447   - "name"
2448   - "parent"
2449   - "result"
2450
2451 # VPP Performance Changes 2n-skx 2t1c MRR
2452 -
2453   type: "table"
2454   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2455   algorithm: "table_performance_comparison"
2456   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2457   reference:
2458     title: "rls1807"
2459     data:
2460       csit-vpp-perf-verify-1807-2n-skx:
2461       - 31  # MRR sel
2462       - 33  # MRR sel
2463       - 37  # MRR sel
2464       - 38  # MRR sel
2465       - 41  # MRR sel
2466       - 43  # MRR sel
2467       - 44  # MRR sel
2468       - 45  # MRR sel
2469       - 46  # MRR sel
2470       - 47  # MRR sel
2471   compare:
2472     title: "rls1810"
2473     data:
2474       csit-vpp-perf-verify-1810-2n-skx:
2475       - 8   # MRR sel
2476       - 10  # MRR sel
2477       - 11  # MRR sel
2478       - 12  # MRR sel
2479   data: "vpp-performance-changes-2n-skx-mrr"
2480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2481   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2482   parameters:
2483   - "name"
2484   - "parent"
2485   - "result"
2486
2487 # VPP Performance Changes 2n-skx 4t2c MRR
2488 -
2489   type: "table"
2490   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2491   algorithm: "table_performance_comparison"
2492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2493   reference:
2494     title: "rls1807"
2495     data:
2496       csit-vpp-perf-verify-1807-2n-skx:
2497       - 31  # MRR sel
2498       - 33  # MRR sel
2499       - 37  # MRR sel
2500       - 38  # MRR sel
2501       - 41  # MRR sel
2502       - 43  # MRR sel
2503       - 44  # MRR sel
2504       - 45  # MRR sel
2505       - 46  # MRR sel
2506       - 47  # MRR sel
2507   compare:
2508     title: "rls1810"
2509     data:
2510       csit-vpp-perf-verify-1810-2n-skx:
2511       - 8   # MRR sel
2512       - 10  # MRR sel
2513       - 11  # MRR sel
2514       - 12  # MRR sel
2515   data: "vpp-performance-changes-2n-skx-mrr"
2516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2517   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2518   parameters:
2519   - "name"
2520   - "parent"
2521   - "result"
2522
2523 # VPP Performance Changes 2n-skx 8t4c MRR
2524 -
2525   type: "table"
2526   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2527   algorithm: "table_performance_comparison"
2528   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2529   reference:
2530     title: "rls1807"
2531     data:
2532       csit-vpp-perf-verify-1807-2n-skx:
2533       - 31  # MRR sel
2534       - 33  # MRR sel
2535       - 37  # MRR sel
2536       - 38  # MRR sel
2537       - 41  # MRR sel
2538       - 43  # MRR sel
2539       - 44  # MRR sel
2540       - 45  # MRR sel
2541       - 46  # MRR sel
2542       - 47  # MRR sel
2543   compare:
2544     title: "rls1810"
2545     data:
2546       csit-vpp-perf-verify-1810-2n-skx:
2547       - 8   # MRR sel
2548       - 10  # MRR sel
2549       - 11  # MRR sel
2550       - 12  # MRR sel
2551   data: "vpp-performance-changes-2n-skx-mrr"
2552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2553   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2554   parameters:
2555   - "name"
2556   - "parent"
2557   - "result"
2558
2559 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2560 -
2561   type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data:
2568       csit-vpp-perf-verify-1810-3n-hsw:
2569       - 9   # MRR sel
2570   compare:
2571     title: "3-Node Skx"
2572     data:
2573       csit-vpp-perf-verify-1810-3n-skx:
2574       - 9   # MRR sel
2575       - 11  # MRR sel
2576       - 12  # MRR sel
2577       - 13  # MRR sel
2578   data: "vpp-compare-testbeds-mrr"
2579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2580   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2581   parameters:
2582   - "name"
2583   - "parent"
2584   - "result"
2585
2586 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2587 -
2588   type: "table"
2589   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2590   algorithm: "table_performance_comparison"
2591   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2592   reference:
2593     title: "3-Node Hsw"
2594     data:
2595       csit-vpp-perf-verify-1810-3n-hsw:
2596       - 9   # MRR sel
2597   compare:
2598     title: "3-Node Skx"
2599     data:
2600       csit-vpp-perf-verify-1810-3n-skx:
2601       - 9   # MRR sel
2602       - 11  # MRR sel
2603       - 12  # MRR sel
2604       - 13  # MRR sel
2605   data: "vpp-compare-testbeds-mrr"
2606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2607   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2608   parameters:
2609   - "name"
2610   - "parent"
2611   - "result"
2612
2613 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2614 -
2615   type: "table"
2616   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2617   algorithm: "table_performance_comparison"
2618   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2619   reference:
2620     title: "3-Node Hsw"
2621     data:
2622       csit-vpp-perf-verify-1810-3n-hsw:
2623       - 9   # MRR sel
2624   compare:
2625     title: "3-Node Skx"
2626     data:
2627       csit-vpp-perf-verify-1810-3n-skx:
2628       - 9   # MRR sel
2629       - 11  # MRR sel
2630       - 12  # MRR sel
2631       - 13  # MRR sel
2632   data: "vpp-compare-testbeds-mrr"
2633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2634   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2635   parameters:
2636   - "name"
2637   - "parent"
2638   - "result"
2639
2640 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2641 -
2642   type: "table"
2643   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2644   algorithm: "table_performance_comparison"
2645   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2646   reference:
2647     title: "3-Node Skx"
2648     data:
2649       csit-vpp-perf-verify-1810-3n-skx:
2650       - 9   # MRR sel
2651       - 11  # MRR sel
2652       - 12  # MRR sel
2653       - 13  # MRR sel
2654   compare:
2655     title: "2-Node Skx"
2656     data:
2657       csit-vpp-perf-verify-1810-2n-skx:
2658       - 8   # MRR sel
2659       - 10  # MRR sel
2660       - 11  # MRR sel
2661       - 12  # MRR sel
2662   data: "vpp-compare-topologies-mrr"
2663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2664   filter: "'MRR' and '1C'"
2665   parameters:
2666   - "name"
2667   - "parent"
2668   - "result"
2669
2670 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2671 -
2672   type: "table"
2673   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2674   algorithm: "table_performance_comparison"
2675   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2676   reference:
2677     title: "3-Node Skx"
2678     data:
2679       csit-vpp-perf-verify-1810-3n-skx:
2680       - 9   # MRR sel
2681       - 11  # MRR sel
2682       - 12  # MRR sel
2683       - 13  # MRR sel
2684   compare:
2685     title: "2-Node Skx"
2686     data:
2687       csit-vpp-perf-verify-1810-2n-skx:
2688       - 8   # MRR sel
2689       - 10  # MRR sel
2690       - 11  # MRR sel
2691       - 12  # MRR sel
2692   data: "vpp-compare-topologies-mrr"
2693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2694   filter: "'MRR' and '2C'"
2695   parameters:
2696   - "name"
2697   - "parent"
2698   - "result"
2699
2700 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2701 -
2702   type: "table"
2703   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2704   algorithm: "table_performance_comparison"
2705   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2706   reference:
2707     title: "3-Node Skx"
2708     data:
2709       csit-vpp-perf-verify-1810-3n-skx:
2710       - 9   # MRR sel
2711       - 11  # MRR sel
2712       - 12  # MRR sel
2713       - 13  # MRR sel
2714   compare:
2715     title: "2-Node Skx"
2716     data:
2717       csit-vpp-perf-verify-1810-2n-skx:
2718       - 8   # MRR sel
2719       - 10  # MRR sel
2720       - 11  # MRR sel
2721       - 12  # MRR sel
2722   data: "vpp-compare-topologies-mrr"
2723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2724   filter: "'MRR' and '4C'"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "result"
2729
2730 # Detailed Test Results - VPP Performance Results 3n-hsw
2731 -
2732   type: "table"
2733   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2734   algorithm: "table_merged_details"
2735   output-file-ext: ".csv"
2736   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2737   columns:
2738   -
2739     title: "Name"
2740     data: "data name"
2741   -
2742     title: "Status"
2743     data: "data msg"
2744   rows: "generated"
2745   data: "vpp-perf-results-3n-hsw"
2746   filter: "not 'NDRCHK' and not 'PDRCHK'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "msg"
2751
2752 # Detailed Test Results - VPP Performance Results 3n-skx
2753 -
2754   type: "table"
2755   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2756   algorithm: "table_merged_details"
2757   output-file-ext: ".csv"
2758   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2759   columns:
2760   -
2761     title: "Name"
2762     data: "data name"
2763   -
2764     title: "Status"
2765     data: "data msg"
2766   rows: "generated"
2767   data: "vpp-perf-results-3n-skx"
2768   filter: "not 'NDRCHK' and not 'PDRCHK'"
2769   parameters:
2770   - "name"
2771   - "parent"
2772   - "msg"
2773
2774 # Detailed Test Results - VPP Performance Results 2n-skx
2775 -
2776   type: "table"
2777   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2778   algorithm: "table_merged_details"
2779   output-file-ext: ".csv"
2780   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2781   columns:
2782   -
2783     title: "Name"
2784     data: "data name"
2785   -
2786     title: "Status"
2787     data: "data msg"
2788   rows: "generated"
2789   data: "vpp-perf-results-2n-skx"
2790   filter: "not 'NDRCHK' and not 'PDRCHK'"
2791   parameters:
2792   - "name"
2793   - "parent"
2794   - "msg"
2795
2796 # Detailed Test Results - VPP Performance Results 2n-dnv
2797 -
2798   type: "table"
2799   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2800   algorithm: "table_details"
2801   output-file-ext: ".csv"
2802   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2803   columns:
2804   -
2805     title: "Name"
2806     data: "data name"
2807   -
2808     title: "Status"
2809     data: "data msg"
2810   rows: "generated"
2811   data: "intel-dnv-vpp"
2812   filter: "'NDRPDR'"
2813   parameters:
2814   - "name"
2815   - "parent"
2816   - "msg"
2817
2818 # Test configuration - VPP Performance Test Configs 3n-hsw
2819 -
2820   type: "table"
2821   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2822   algorithm: "table_merged_details"
2823   output-file-ext: ".csv"
2824   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2825   columns:
2826   -
2827     title: "Name"
2828     data: "data name"
2829   -
2830     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2831     data: "data vat-history"
2832   rows: "generated"
2833   data: "vpp-perf-results-3n-hsw"
2834   filter: "not 'NDRCHK' and not 'PDRCHK'"
2835   parameters:
2836   - "parent"
2837   - "name"
2838   - "vat-history"
2839
2840 # Test configuration - VPP Performance Test Configs 3n-skx
2841 -
2842   type: "table"
2843   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2844   algorithm: "table_merged_details"
2845   output-file-ext: ".csv"
2846   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2847   columns:
2848   -
2849     title: "Name"
2850     data: "data name"
2851   -
2852     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2853     data: "data vat-history"
2854   rows: "generated"
2855   data: "vpp-perf-results-3n-skx"
2856   filter: "not 'NDRCHK' and not 'PDRCHK'"
2857   parameters:
2858   - "parent"
2859   - "name"
2860   - "vat-history"
2861
2862 # Test configuration - VPP Performance Test Configs 2n-skx
2863 -
2864   type: "table"
2865   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2866   algorithm: "table_merged_details"
2867   output-file-ext: ".csv"
2868   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2869   columns:
2870   -
2871     title: "Name"
2872     data: "data name"
2873   -
2874     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2875     data: "data vat-history"
2876   rows: "generated"
2877   data: "vpp-perf-results-2n-skx"
2878   filter: "not 'NDRCHK' and not 'PDRCHK'"
2879   parameters:
2880   - "parent"
2881   - "name"
2882   - "vat-history"
2883
2884 # Test configuration - VPP Performance Test Configs 2n-dnv
2885 -
2886   type: "table"
2887   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2888   algorithm: "table_details"
2889   output-file-ext: ".csv"
2890   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2891   columns:
2892   -
2893     title: "Name"
2894     data: "data name"
2895   -
2896     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2897     data: "data vat-history"
2898   rows: "generated"
2899   data: "intel-dnv-vpp"
2900   filter: "'NDRPDR'"
2901   parameters:
2902   - "parent"
2903   - "name"
2904   - "vat-history"
2905
2906 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2907 -
2908   type: "table"
2909   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2910   algorithm: "table_merged_details"
2911   output-file-ext: ".csv"
2912   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2913   columns:
2914   -
2915     title: "Name"
2916     data: "data name"
2917   -
2918     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2919     data: "data show-run"
2920   rows: "generated"
2921   data: "vpp-perf-results-3n-hsw"
2922   filter: "not 'NDRCHK' and not 'PDRCHK'"
2923   parameters:
2924   - "parent"
2925   - "name"
2926   - "show-run"
2927
2928 # Test Operational Data - VPP Performance Operational Data 3n-skx
2929 -
2930   type: "table"
2931   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2932   algorithm: "table_merged_details"
2933   output-file-ext: ".csv"
2934   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2935   columns:
2936   -
2937     title: "Name"
2938     data: "data name"
2939   -
2940     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2941     data: "data show-run"
2942   rows: "generated"
2943   data: "vpp-perf-results-3n-skx"
2944   filter: "not 'NDRCHK' and not 'PDRCHK'"
2945   parameters:
2946   - "parent"
2947   - "name"
2948   - "show-run"
2949
2950 # Test Operational Data - VPP Performance Operational Data 2n-skx
2951 -
2952   type: "table"
2953   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2954   algorithm: "table_merged_details"
2955   output-file-ext: ".csv"
2956   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2957   columns:
2958   -
2959     title: "Name"
2960     data: "data name"
2961   -
2962     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2963     data: "data show-run"
2964   rows: "generated"
2965   data: "vpp-perf-results-2n-skx"
2966   filter: "not 'NDRCHK' and not 'PDRCHK'"
2967   parameters:
2968   - "parent"
2969   - "name"
2970   - "show-run"
2971
2972 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2973 -
2974   type: "table"
2975   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2976   algorithm: "table_details"
2977   output-file-ext: ".csv"
2978   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2979   columns:
2980   -
2981     title: "Name"
2982     data: "data name"
2983   -
2984     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2985     data: "data show-run"
2986   rows: "generated"
2987   data: "intel-dnv-vpp"
2988   filter: "'NDRPDR'"
2989   parameters:
2990   - "parent"
2991   - "name"
2992   - "show-run"
2993
2994 # Detailed Test Results - VPP MRR Results 3n-hsw
2995 -
2996   type: "table"
2997   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2998   algorithm: "table_details"
2999   output-file-ext: ".csv"
3000   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3001   columns:
3002   -
3003     title: "Name"
3004     data: "data name"
3005   -
3006     title: "Status"
3007     data: "data msg"
3008   rows: "generated"
3009   data: "vpp-mrr-results-3n-hsw"
3010   filter: "'MRR'"
3011   parameters:
3012   - "name"
3013   - "parent"
3014   - "msg"
3015
3016 # Detailed Test Results - VPP MRR Results 3n-skx
3017 -
3018   type: "table"
3019   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3020   algorithm: "table_details"
3021   output-file-ext: ".csv"
3022   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3023   columns:
3024   -
3025     title: "Name"
3026     data: "data name"
3027   -
3028     title: "Status"
3029     data: "data msg"
3030   rows: "generated"
3031   data: "vpp-mrr-results-3n-skx"
3032   filter: "'MRR'"
3033   parameters:
3034   - "name"
3035   - "parent"
3036   - "msg"
3037
3038 # Detailed Test Results - VPP MRR Results 2n-skx
3039 -
3040   type: "table"
3041   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3042   algorithm: "table_details"
3043   output-file-ext: ".csv"
3044   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3045   columns:
3046   -
3047     title: "Name"
3048     data: "data name"
3049   -
3050     title: "Status"
3051     data: "data msg"
3052   rows: "generated"
3053   data: "vpp-mrr-results-2n-skx"
3054   filter: "'MRR'"
3055   parameters:
3056   - "name"
3057   - "parent"
3058   - "msg"
3059
3060 # Detailed Test Results - VPP MRR Results 2n-dnv
3061 -
3062   type: "table"
3063   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3064   algorithm: "table_details"
3065   output-file-ext: ".csv"
3066   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3067   columns:
3068   -
3069     title: "Name"
3070     data: "data name"
3071   -
3072     title: "Status"
3073     data: "data msg"
3074   rows: "generated"
3075   data: "intel-dnv-vpp"
3076   filter: "'MRR'"
3077   parameters:
3078   - "name"
3079   - "parent"
3080   - "msg"
3081
3082 # Test configuration - VPP MRR Test Configs 3n-hsw
3083 -
3084   type: "table"
3085   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3086   algorithm: "table_details"
3087   output-file-ext: ".csv"
3088   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3089   columns:
3090   -
3091     title: "Name"
3092     data: "data name"
3093   -
3094     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3095     data: "data vat-history"
3096   rows: "generated"
3097   data: "vpp-mrr-results-3n-hsw"
3098   filter: "'MRR'"
3099   parameters:
3100   - "parent"
3101   - "name"
3102   - "vat-history"
3103
3104 # Test configuration - VPP MRR Test Configs 3n-skx
3105 -
3106   type: "table"
3107   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3108   algorithm: "table_details"
3109   output-file-ext: ".csv"
3110   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3111   columns:
3112   -
3113     title: "Name"
3114     data: "data name"
3115   -
3116     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3117     data: "data vat-history"
3118   rows: "generated"
3119   data: "vpp-mrr-results-3n-skx"
3120   filter: "'MRR'"
3121   parameters:
3122   - "parent"
3123   - "name"
3124   - "vat-history"
3125
3126 # Test configuration - VPP MRR Test Configs 2n-skx
3127 -
3128   type: "table"
3129   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3130   algorithm: "table_details"
3131   output-file-ext: ".csv"
3132   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3133   columns:
3134   -
3135     title: "Name"
3136     data: "data name"
3137   -
3138     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3139     data: "data vat-history"
3140   rows: "generated"
3141   data: "vpp-mrr-results-2n-skx"
3142   filter: "'MRR'"
3143   parameters:
3144   - "parent"
3145   - "name"
3146   - "vat-history"
3147
3148 # Test configuration - VPP MRR Test Configs 2n-dnv
3149 -
3150   type: "table"
3151   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3152   algorithm: "table_details"
3153   output-file-ext: ".csv"
3154   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3155   columns:
3156   -
3157     title: "Name"
3158     data: "data name"
3159   -
3160     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3161     data: "data vat-history"
3162   rows: "generated"
3163   data: "intel-dnv-vpp"
3164   filter: "'MRR'"
3165   parameters:
3166   - "parent"
3167   - "name"
3168   - "vat-history"
3169
3170 # Detailed Test Results - VPP Functional Results - Ubuntu
3171 -
3172   type: "table"
3173   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3174   algorithm: "table_details"
3175   output-file-ext: ".csv"
3176   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3177   columns:
3178   -
3179     title: "Name"
3180     data: "data name"
3181   -
3182     title: "Documentation"
3183     data: "data doc"
3184   -
3185     title: "Status"
3186     data: "data status"
3187   rows: "generated"
3188   data: "vpp-func-results-ubuntu"
3189   filter: "all"
3190   parameters:
3191   - "name"
3192   - "parent"
3193   - "doc"
3194   - "status"
3195
3196 # Detailed Test Results - VPP Functional Results - CentOS
3197 -
3198   type: "table"
3199   title: "Detailed Test Results - VPP Functional Results - CentOS"
3200   algorithm: "table_details"
3201   output-file-ext: ".csv"
3202   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3203   columns:
3204   -
3205     title: "Name"
3206     data: "data name"
3207   -
3208     title: "Documentation"
3209     data: "data doc"
3210   -
3211     title: "Status"
3212     data: "data status"
3213   rows: "generated"
3214   data:
3215     "vpp-func-results-centos"
3216   filter: "all"
3217   parameters:
3218   - "name"
3219   - "parent"
3220   - "doc"
3221   - "status"
3222
3223 # Test configuration - VPP Functional Test Configs - Ubuntu
3224 -
3225   type: "table"
3226   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3227   algorithm: "table_details"
3228   output-file-ext: ".csv"
3229   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3230   columns:
3231   -
3232     title: "Name"
3233     data: "data name"
3234   -
3235     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3236     data: "data vat-history"
3237   rows: "generated"
3238   data: "vpp-func-results-ubuntu"
3239   filter: "all"
3240   parameters:
3241   - "parent"
3242   - "name"
3243   - "vat-history"
3244
3245 # Test configuration - VPP Functional Test Configs - CentOS
3246 -
3247   type: "table"
3248   title: "Test configuration - VPP Functional Test Configs - CentOS"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3252   columns:
3253   -
3254     title: "Name"
3255     data: "data name"
3256   -
3257     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3258     data: "data vat-history"
3259   rows: "generated"
3260   data: "vpp-func-results-centos"
3261   filter: "all"
3262   parameters:
3263   - "parent"
3264   - "name"
3265   - "vat-history"
3266
3267 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3268 -
3269   type: "table"
3270   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3271   algorithm: "table_details"
3272   output-file-ext: ".csv"
3273   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3274   columns:
3275   -
3276     title: "Name"
3277     data: "data name"
3278   -
3279     title: "Status"
3280     data: "data msg"
3281   rows: "generated"
3282   data: "ligato-perf-results-3n-hsw"
3283   filter: "all"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "msg"
3288
3289 # Detailed Test Results - VPP Device Results - Ubuntu
3290 -
3291   type: "table"
3292   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3296   columns:
3297   -
3298     title: "Name"
3299     data: "data name"
3300   -
3301     title: "Documentation"
3302     data: "data doc"
3303   -
3304     title: "Status"
3305     data: "data status"
3306   rows: "generated"
3307   data: "vpp-device-results-ubuntu"
3308   filter: "all"
3309   parameters:
3310   - "name"
3311   - "parent"
3312   - "doc"
3313   - "status"
3314
3315 # Test configuration - VPP Device Test Configs - Ubuntu
3316 -
3317   type: "table"
3318   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3319   algorithm: "table_details"
3320   output-file-ext: ".csv"
3321   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3322   columns:
3323   -
3324     title: "Name"
3325     data: "data name"
3326   -
3327     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3328     data: "data vat-history"
3329   rows: "generated"
3330   data: "vpp-device-results-ubuntu"
3331   filter: "all"
3332   parameters:
3333   - "parent"
3334   - "name"
3335   - "vat-history"
3336
3337 ################################################################################
3338
3339 # DPDK Performance Changes 3n-hsw 1t1c pdr
3340 -
3341   type: "table"
3342   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3343   algorithm: "table_performance_comparison"
3344   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3345   history:
3346     -
3347       title: "rls1804"
3348       data:
3349         csit-dpdk-perf-1804-all:
3350         - 4
3351         - 5
3352         - 6
3353         - 7
3354         - 8
3355         - 9
3356         - 10
3357         - 11
3358         - 12
3359         - 13
3360   reference:
3361     title: "rls1807"
3362     data:
3363       csit-dpdk-perf-verify-1807-3n-hsw:
3364       - 11
3365       - 12  # full
3366       - 14
3367       - 15
3368       - 16
3369       - 17
3370       - 20
3371       - 21
3372       - 22
3373       - 23
3374   compare:
3375     title: "rls1810"
3376     data:
3377       csit-dpdk-perf-verify-1810-3n-hsw:
3378       - 1   # NDRPDR sel
3379       - 2   # NDRPDR sel
3380       - 3   # NDRPDR sel
3381       - 4   # NDRPDR sel
3382       - 5   # NDRPDR sel
3383       - 6   # NDRPDR sel
3384       - 7   # NDRPDR sel
3385       - 8   # NDRPDR sel
3386       - 9   # NDRPDR sel
3387       - 10  # NDRPDR sel
3388   data: "dpdk-performance-changes-3n-hsw"
3389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3390   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3391   parameters:
3392   - "name"
3393   - "parent"
3394   - "throughput"
3395
3396 # DPDK Performance Changes 3n-hsw 2t2c pdr
3397 -
3398   type: "table"
3399   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3400   algorithm: "table_performance_comparison"
3401   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3402   history:
3403     -
3404       title: "rls1804"
3405       data:
3406         csit-dpdk-perf-1804-all:
3407         - 4
3408         - 5
3409         - 6
3410         - 7
3411         - 8
3412         - 9
3413         - 10
3414         - 11
3415         - 12
3416         - 13
3417   reference:
3418     title: "rls1807"
3419     data:
3420       csit-dpdk-perf-verify-1807-3n-hsw:
3421       - 11
3422       - 12  # full
3423       - 14
3424       - 15
3425       - 16
3426       - 17
3427       - 20
3428       - 21
3429       - 22
3430       - 23
3431   compare:
3432     title: "rls1810"
3433     data:
3434       csit-dpdk-perf-verify-1810-3n-hsw:
3435       - 1   # NDRPDR sel
3436       - 2   # NDRPDR sel
3437       - 3   # NDRPDR sel
3438       - 4   # NDRPDR sel
3439       - 5   # NDRPDR sel
3440       - 6   # NDRPDR sel
3441       - 7   # NDRPDR sel
3442       - 8   # NDRPDR sel
3443       - 9   # NDRPDR sel
3444       - 10  # NDRPDR sel
3445   data: "dpdk-performance-changes-3n-hsw"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3448   parameters:
3449   - "name"
3450   - "parent"
3451   - "throughput"
3452
3453 # DPDK Performance Changes 3n-hsw 1t1c ndr
3454 -
3455   type: "table"
3456   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3457   algorithm: "table_performance_comparison"
3458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3459   history:
3460     -
3461       title: "rls1804"
3462       data:
3463         csit-dpdk-perf-1804-all:
3464         - 4
3465         - 5
3466         - 6
3467         - 7
3468         - 8
3469         - 9
3470         - 10
3471         - 11
3472         - 12
3473         - 13
3474   reference:
3475     title: "rls1807"
3476     data:
3477       csit-dpdk-perf-verify-1807-3n-hsw:
3478       - 11
3479       - 12  # full
3480       - 14
3481       - 15
3482       - 16
3483       - 17
3484       - 20
3485       - 21
3486       - 22
3487       - 23
3488   compare:
3489     title: "rls1810"
3490     data:
3491       csit-dpdk-perf-verify-1810-3n-hsw:
3492       - 1   # NDRPDR sel
3493       - 2   # NDRPDR sel
3494       - 3   # NDRPDR sel
3495       - 4   # NDRPDR sel
3496       - 5   # NDRPDR sel
3497       - 6   # NDRPDR sel
3498       - 7   # NDRPDR sel
3499       - 8   # NDRPDR sel
3500       - 9   # NDRPDR sel
3501       - 10  # NDRPDR sel
3502   data: "dpdk-performance-changes-3n-hsw"
3503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3504   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3505   parameters:
3506   - "name"
3507   - "parent"
3508   - "throughput"
3509
3510 # DPDK Performance Changes 3n-hsw 2t2c ndr
3511 -
3512   type: "table"
3513   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3514   algorithm: "table_performance_comparison"
3515   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3516   history:
3517     -
3518       title: "rls1804"
3519       data:
3520         csit-dpdk-perf-1804-all:
3521         - 4
3522         - 5
3523         - 6
3524         - 7
3525         - 8
3526         - 9
3527         - 10
3528         - 11
3529         - 12
3530         - 13
3531   reference:
3532     title: "rls1807"
3533     data:
3534       csit-dpdk-perf-verify-1807-3n-hsw:
3535       - 11
3536       - 12  # full
3537       - 14
3538       - 15
3539       - 16
3540       - 17
3541       - 20
3542       - 21
3543       - 22
3544       - 23
3545   compare:
3546     title: "rls1810"
3547     data:
3548       csit-dpdk-perf-verify-1810-3n-hsw:
3549       - 1   # NDRPDR sel
3550       - 2   # NDRPDR sel
3551       - 3   # NDRPDR sel
3552       - 4   # NDRPDR sel
3553       - 5   # NDRPDR sel
3554       - 6   # NDRPDR sel
3555       - 7   # NDRPDR sel
3556       - 8   # NDRPDR sel
3557       - 9   # NDRPDR sel
3558       - 10  # NDRPDR sel
3559   data: "dpdk-performance-changes-3n-hsw"
3560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3562   parameters:
3563   - "name"
3564   - "parent"
3565   - "throughput"
3566
3567 # DPDK Performance Changes 3n-skx 2t1c pdr
3568 -
3569   type: "table"
3570   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3571   algorithm: "table_performance_comparison"
3572   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3573   reference:
3574     title: "rls1807"
3575     data:
3576       csit-dpdk-perf-verify-1807-3n-skx:
3577       - 1   # NDRPDR sel
3578       - 2   # NDRPDR sel
3579       - 3   # NDRPDR sel
3580       - 6   # NDRPDR sel
3581       - 7   # NDRPDR sel
3582       - 8   # NDRPDR sel
3583       - 9   # NDRPDR sel
3584       - 10  # NDRPDR sel
3585       - 11  # NDRPDR sel
3586       - 12  # NDRPDR sel
3587   compare:
3588     title: "rls1810"
3589     data:
3590       csit-dpdk-perf-verify-1810-3n-skx:
3591       - 3   # NDRPDR sel
3592       - 4   # NDRPDR sel
3593       - 6   # NDRPDR sel
3594       - 7   # NDRPDR sel
3595       - 8   # NDRPDR sel
3596       - 9   # NDRPDR sel
3597       - 10  # NDRPDR sel
3598       - 11  # NDRPDR sel
3599       - 12  # NDRPDR sel
3600       - 13  # NDRPDR sel
3601   data: "dpdk-performance-changes-3n-skx"
3602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3603   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3604   parameters:
3605   - "name"
3606   - "parent"
3607   - "throughput"
3608
3609 # DPDK Performance Changes 3n-skx 4t2c pdr
3610 -
3611   type: "table"
3612   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3613   algorithm: "table_performance_comparison"
3614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3615   reference:
3616     title: "rls1807"
3617     data:
3618       csit-dpdk-perf-verify-1807-3n-skx:
3619       - 1   # NDRPDR sel
3620       - 2   # NDRPDR sel
3621       - 3   # NDRPDR sel
3622       - 6   # NDRPDR sel
3623       - 7   # NDRPDR sel
3624       - 8   # NDRPDR sel
3625       - 9   # NDRPDR sel
3626       - 10  # NDRPDR sel
3627       - 11  # NDRPDR sel
3628       - 12  # NDRPDR sel
3629   compare:
3630     title: "rls1810"
3631     data:
3632       csit-dpdk-perf-verify-1810-3n-skx:
3633       - 3   # NDRPDR sel
3634       - 4   # NDRPDR sel
3635       - 6   # NDRPDR sel
3636       - 7   # NDRPDR sel
3637       - 8   # NDRPDR sel
3638       - 9   # NDRPDR sel
3639       - 10  # NDRPDR sel
3640       - 11  # NDRPDR sel
3641       - 12  # NDRPDR sel
3642       - 13  # NDRPDR sel
3643   data: "dpdk-performance-changes-3n-skx"
3644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3646   parameters:
3647   - "name"
3648   - "parent"
3649   - "throughput"
3650
3651 # DPDK Performance Changes 3n-skx 2t1c ndr
3652 -
3653   type: "table"
3654   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3655   algorithm: "table_performance_comparison"
3656   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3657   reference:
3658     title: "rls1807"
3659     data:
3660       csit-dpdk-perf-verify-1807-3n-skx:
3661       - 1   # NDRPDR sel
3662       - 2   # NDRPDR sel
3663       - 3   # NDRPDR sel
3664       - 6   # NDRPDR sel
3665       - 7   # NDRPDR sel
3666       - 8   # NDRPDR sel
3667       - 9   # NDRPDR sel
3668       - 10  # NDRPDR sel
3669       - 11  # NDRPDR sel
3670       - 12  # NDRPDR sel
3671   compare:
3672     title: "rls1810"
3673     data:
3674       csit-dpdk-perf-verify-1810-3n-skx:
3675       - 3   # NDRPDR sel
3676       - 4   # NDRPDR sel
3677       - 6   # NDRPDR sel
3678       - 7   # NDRPDR sel
3679       - 8   # NDRPDR sel
3680       - 9   # NDRPDR sel
3681       - 10  # NDRPDR sel
3682       - 11  # NDRPDR sel
3683       - 12  # NDRPDR sel
3684       - 13  # NDRPDR sel
3685   data: "dpdk-performance-changes-3n-skx"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3688   parameters:
3689   - "name"
3690   - "parent"
3691   - "throughput"
3692
3693 # DPDK Performance Changes 3n-skx 4t2c ndr
3694 -
3695   type: "table"
3696   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3697   algorithm: "table_performance_comparison"
3698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3699   reference:
3700     title: "rls1807"
3701     data:
3702       csit-dpdk-perf-verify-1807-3n-skx:
3703       - 1   # NDRPDR sel
3704       - 2   # NDRPDR sel
3705       - 3   # NDRPDR sel
3706       - 6   # NDRPDR sel
3707       - 7   # NDRPDR sel
3708       - 8   # NDRPDR sel
3709       - 9   # NDRPDR sel
3710       - 10  # NDRPDR sel
3711       - 11  # NDRPDR sel
3712       - 12  # NDRPDR sel
3713   compare:
3714     title: "rls1810"
3715     data:
3716       csit-dpdk-perf-verify-1810-3n-skx:
3717       - 3   # NDRPDR sel
3718       - 4   # NDRPDR sel
3719       - 6   # NDRPDR sel
3720       - 7   # NDRPDR sel
3721       - 8   # NDRPDR sel
3722       - 9   # NDRPDR sel
3723       - 10  # NDRPDR sel
3724       - 11  # NDRPDR sel
3725       - 12  # NDRPDR sel
3726       - 13  # NDRPDR sel
3727   data: "dpdk-performance-changes-3n-skx"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734
3735 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3736 -
3737   type: "table"
3738   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3739   algorithm: "table_performance_comparison"
3740   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3741   reference:
3742     title: "3-Node Hsw"
3743     data:
3744       csit-dpdk-perf-verify-1810-3n-hsw:
3745       - 1   # NDRPDR sel
3746       - 2   # NDRPDR sel
3747       - 3   # NDRPDR sel
3748       - 4   # NDRPDR sel
3749       - 5   # NDRPDR sel
3750       - 6   # NDRPDR sel
3751       - 7   # NDRPDR sel
3752       - 8   # NDRPDR sel
3753       - 9   # NDRPDR sel
3754       - 10  # NDRPDR sel
3755   compare:
3756     title: "3-Node Skx"
3757     data:
3758       csit-dpdk-perf-verify-1810-3n-skx:
3759       - 3   # NDRPDR sel
3760       - 4   # NDRPDR sel
3761       - 6   # NDRPDR sel
3762       - 7   # NDRPDR sel
3763       - 8   # NDRPDR sel
3764       - 9   # NDRPDR sel
3765       - 10  # NDRPDR sel
3766       - 11  # NDRPDR sel
3767       - 12  # NDRPDR sel
3768       - 13  # NDRPDR sel
3769   data: "dpdk-compare-testbeds"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "throughput"
3776
3777 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3778 -
3779   type: "table"
3780   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3781   algorithm: "table_performance_comparison"
3782   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3783   reference:
3784     title: "3-Node Skx"
3785     data:
3786       csit-dpdk-perf-verify-1810-3n-skx:
3787       - 3   # NDRPDR sel
3788       - 4   # NDRPDR sel
3789       - 6   # NDRPDR sel
3790       - 7   # NDRPDR sel
3791       - 8   # NDRPDR sel
3792       - 9   # NDRPDR sel
3793       - 10  # NDRPDR sel
3794       - 11  # NDRPDR sel
3795       - 12  # NDRPDR sel
3796       - 13  # NDRPDR sel
3797   compare:
3798     title: "2-Node Skx"
3799     data:
3800       csit-dpdk-perf-verify-1810-2n-skx:
3801       - 3   # NDRPDR sel
3802       - 4   # NDRPDR sel
3803       - 5   # NDRPDR sel
3804       - 7   # NDRPDR sel
3805       - 8   # NDRPDR sel
3806       - 9   # NDRPDR sel
3807       - 10  # NDRPDR sel
3808       - 11  # NDRPDR sel
3809       - 12  # NDRPDR sel
3810       - 13  # NDRPDR sel
3811   data: "dpdk-compare-topologies"
3812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3813   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3814   parameters:
3815   - "name"
3816   - "parent"
3817   - "throughput"
3818
3819 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3820 -
3821   type: "table"
3822   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3823   algorithm: "table_performance_comparison"
3824   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3825   reference:
3826     title: "3-Node Skx"
3827     data:
3828       csit-dpdk-perf-verify-1810-3n-skx:
3829       - 3   # NDRPDR sel
3830       - 4   # NDRPDR sel
3831       - 6   # NDRPDR sel
3832       - 7   # NDRPDR sel
3833       - 8   # NDRPDR sel
3834       - 9   # NDRPDR sel
3835       - 10  # NDRPDR sel
3836       - 11  # NDRPDR sel
3837       - 12  # NDRPDR sel
3838       - 13  # NDRPDR sel
3839   compare:
3840     title: "2-Node Skx"
3841     data:
3842       csit-dpdk-perf-verify-1810-2n-skx:
3843       - 3   # NDRPDR sel
3844       - 4   # NDRPDR sel
3845       - 5   # NDRPDR sel
3846       - 7   # NDRPDR sel
3847       - 8   # NDRPDR sel
3848       - 9   # NDRPDR sel
3849       - 10  # NDRPDR sel
3850       - 11  # NDRPDR sel
3851       - 12  # NDRPDR sel
3852       - 13  # NDRPDR sel
3853   data: "dpdk-compare-topologies"
3854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "throughput"
3860
3861 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3862 -
3863   type: "table"
3864   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3865   algorithm: "table_performance_comparison"
3866   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3867   reference:
3868     title: "3-Node Hsw"
3869     data:
3870       csit-dpdk-perf-verify-1810-3n-hsw:
3871       - 1   # NDRPDR sel
3872       - 2   # NDRPDR sel
3873       - 3   # NDRPDR sel
3874       - 4   # NDRPDR sel
3875       - 5   # NDRPDR sel
3876       - 6   # NDRPDR sel
3877       - 7   # NDRPDR sel
3878       - 8   # NDRPDR sel
3879       - 9   # NDRPDR sel
3880       - 10  # NDRPDR sel
3881   compare:
3882     title: "3-Node Skx"
3883     data:
3884       csit-dpdk-perf-verify-1810-3n-skx:
3885       - 3   # NDRPDR sel
3886       - 4   # NDRPDR sel
3887       - 6   # NDRPDR sel
3888       - 7   # NDRPDR sel
3889       - 8   # NDRPDR sel
3890       - 9   # NDRPDR sel
3891       - 10  # NDRPDR sel
3892       - 11  # NDRPDR sel
3893       - 12  # NDRPDR sel
3894       - 13  # NDRPDR sel
3895   data: "dpdk-compare-testbeds"
3896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3897   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3898   parameters:
3899   - "name"
3900   - "parent"
3901   - "throughput"
3902
3903 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3904 # NOTE: Not used in 18.10
3905 #-
3906 #  type: "table"
3907 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3908 #  algorithm: "table_performance_comparison"
3909 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3910 #  reference:
3911 #    title: "3-Node Hsw"
3912 #    data:
3913 #      csit-dpdk-perf-verify-1807-3n-hsw:
3914 #      - 11
3915 #      - 12  # full
3916 #      - 14
3917 #      - 15
3918 #      - 16
3919 #      - 17
3920 #      - 20
3921 #      - 21
3922 #      - 22
3923 #      - 23
3924 #  compare:
3925 #    title: "3-Node Skx"
3926 #    data:
3927 #      csit-dpdk-perf-verify-1807-3n-skx:
3928 #      - 1
3929 #      - 2
3930 #      - 3
3931 #      - 6
3932 #      - 7
3933 #      - 8
3934 #      - 9
3935 #      - 10
3936 #      - 11
3937 #      - 12
3938 #  data: "dpdk-compare-testbeds"
3939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3940 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3941 #  parameters:
3942 #  - "name"
3943 #  - "parent"
3944 #  - "result"
3945
3946 # Detailed Test Results - DPDK Performance Results 3n-hsw
3947 -
3948   type: "table"
3949   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3950   algorithm: "table_details"
3951   output-file-ext: ".csv"
3952   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3953   columns:
3954   -
3955     title: "Name"
3956     data: "data name"
3957   -
3958     title: "Status"
3959     data: "data msg"
3960   rows: "generated"
3961   data: "dpdk-perf-results-3n-hsw"
3962   filter: "all"
3963   parameters:
3964   - "name"
3965   - "parent"
3966   - "msg"
3967
3968 # Detailed Test Results - DPDK Performance Results 3n-skx
3969 -
3970   type: "table"
3971   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3972   algorithm: "table_details"
3973   output-file-ext: ".csv"
3974   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3975   columns:
3976   -
3977     title: "Name"
3978     data: "data name"
3979   -
3980     title: "Status"
3981     data: "data msg"
3982   rows: "generated"
3983   data: "dpdk-perf-results-3n-skx"
3984   filter: "all"
3985   parameters:
3986   - "name"
3987   - "parent"
3988   - "msg"
3989
3990 # Detailed Test Results - DPDK Performance Results 2n-skx
3991 -
3992   type: "table"
3993   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3994   algorithm: "table_details"
3995   output-file-ext: ".csv"
3996   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3997   columns:
3998   -
3999     title: "Name"
4000     data: "data name"
4001   -
4002     title: "Status"
4003     data: "data msg"
4004   rows: "generated"
4005   data: "dpdk-perf-results-2n-skx"
4006   filter: "all"
4007   parameters:
4008   - "name"
4009   - "parent"
4010   - "msg"
4011
4012 ################################################################################
4013 # HoneyComb
4014 -
4015   type: "table"
4016   title: "Detailed Test Results - Honeycomb Functional Results"
4017   algorithm: "table_details"
4018   output-file-ext: ".csv"
4019   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4020   columns:
4021   -
4022     title: "Name"
4023     data: "data name"
4024   -
4025     title: "Documentation"
4026     data: "data doc"
4027   -
4028     title: "Status"
4029     data: "data status"
4030   rows: "generated"
4031   data:
4032     "hc-func-results"
4033   filter: "all"
4034   parameters:
4035   - "name"
4036   - "parent"
4037   - "doc"
4038   - "status"
4039
4040 ################################################################################
4041 # NSH SFC
4042 -
4043   type: "table"
4044   title: "Detailed Test Results - NSH SFC Functional Results"
4045   algorithm: "table_details"
4046   output-file-ext: ".csv"
4047   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4048   columns:
4049   -
4050     title: "Name"
4051     data: "data name"
4052   -
4053     title: "Documentation"
4054     data: "data doc"
4055   -
4056     title: "Status"
4057     data: "data status"
4058   rows: "generated"
4059   data:
4060     "nsh-func-results"
4061   filter: "all"
4062   parameters:
4063   - "name"
4064   - "parent"
4065   - "doc"
4066   - "status"
4067
4068 ################################################################################
4069 # DMM
4070 -
4071   type: "table"
4072   title: "Detailed Test Results - DMM Functional Results"
4073   algorithm: "table_details"
4074   output-file-ext: ".csv"
4075   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4076   columns:
4077   -
4078     title: "Name"
4079     data: "data name"
4080   -
4081     title: "Documentation"
4082     data: "data doc"
4083   -
4084     title: "Status"
4085     data: "data status"
4086   rows: "generated"
4087   data:
4088     "dmm-func-results"
4089   filter: "all"
4090   parameters:
4091   - "name"
4092   - "parent"
4093   - "doc"
4094   - "status"
4095
4096 ################################################################################
4097 ###                                F I L E S                                 ###
4098 ################################################################################
4099
4100 # VPP Performance Results 3n-hsw
4101 -
4102   type: "file"
4103   title: "VPP Performance Results 3n-hsw"
4104   algorithm: "file_test_results"
4105   output-file-ext: ".rst"
4106   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4107   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"
4108   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4109   data: "vpp-perf-results-3n-hsw"
4110   filter: "not 'NDRCHK' and not 'PDRCHK'"
4111   parameters:
4112   - "name"
4113   - "doc"
4114   - "level"
4115   - "parent"
4116   data-start-level: 3
4117
4118 # VPP Performance Results 3n-skx
4119 -
4120   type: "file"
4121   title: "VPP Performance Results 3n-skx"
4122   algorithm: "file_test_results"
4123   output-file-ext: ".rst"
4124   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4125   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"
4126   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4127   data: "vpp-perf-results-3n-skx"
4128   filter: "not 'NDRCHK' and not 'PDRCHK'"
4129   parameters:
4130   - "name"
4131   - "doc"
4132   - "level"
4133   - "parent"
4134   data-start-level: 3
4135
4136 # VPP Performance Results 2n-skx
4137 -
4138   type: "file"
4139   title: "VPP Performance Results 2n-skx"
4140   algorithm: "file_test_results"
4141   output-file-ext: ".rst"
4142   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4143   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"
4144   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4145   data: "vpp-perf-results-2n-skx"
4146   filter: "not 'NDRCHK' and not 'PDRCHK'"
4147   parameters:
4148   - "name"
4149   - "doc"
4150   - "level"
4151   - "parent"
4152   data-start-level: 3
4153
4154 # VPP Performance Results 2n-dnv
4155 -
4156   type: "file"
4157   title: "VPP Performance Results 2n-dnv"
4158   algorithm: "file_test_results"
4159   output-file-ext: ".rst"
4160   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4161   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"
4162   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4163   data: "intel-dnv-vpp"
4164   filter: "'NDRPDR'"
4165   parameters:
4166   - "name"
4167   - "doc"
4168   - "level"
4169   - "parent"
4170   data-start-level: 3
4171
4172 # VPP Performance Configuration 3n-hsw
4173 -
4174   type: "file"
4175   title: "VPP Performance Configuration 3n-hsw"
4176   algorithm: "file_test_results"
4177   output-file-ext: ".rst"
4178   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4179   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"
4180   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4181   data: "vpp-perf-results-3n-hsw"
4182   filter: "not 'NDRCHK' and not 'PDRCHK'"
4183   parameters:
4184   - "name"
4185   - "doc"
4186   - "level"
4187   - "parent"
4188   data-start-level: 3
4189
4190 # VPP Performance Configuration 3n-skx
4191 -
4192   type: "file"
4193   title: "VPP Performance Configuration 3n-skx"
4194   algorithm: "file_test_results"
4195   output-file-ext: ".rst"
4196   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4197   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"
4198   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4199   data: "vpp-perf-results-3n-skx"
4200   filter: "not 'NDRCHK' and not 'PDRCHK'"
4201   parameters:
4202   - "name"
4203   - "doc"
4204   - "level"
4205   - "parent"
4206   data-start-level: 3
4207
4208 # VPP Performance Configuration 2n-skx
4209 -
4210   type: "file"
4211   title: "VPP Performance Configuration 2n-skx"
4212   algorithm: "file_test_results"
4213   output-file-ext: ".rst"
4214   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4215   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"
4216   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4217   data: "vpp-perf-results-2n-skx"
4218   filter: "not 'NDRCHK' and not 'PDRCHK'"
4219   parameters:
4220   - "name"
4221   - "doc"
4222   - "level"
4223   - "parent"
4224   data-start-level: 3
4225
4226 # VPP Performance Configuration 2n-dnv
4227 -
4228   type: "file"
4229   title: "VPP Performance Configuration 2n-dnv"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4233   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"
4234   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4235   data: "intel-dnv-vpp"
4236   filter: "'NDRPDR'"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 # VPP Performance Operational Data 3n-hsw
4245 -
4246   type: "file"
4247   title: "VPP Performance Operational Data 3n-hsw"
4248   algorithm: "file_test_results"
4249   output-file-ext: ".rst"
4250   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4251   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"
4252   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4253   data: "vpp-perf-results-3n-hsw"
4254   filter: "not 'NDRCHK' and not 'PDRCHK'"
4255   parameters:
4256   - "name"
4257   - "doc"
4258   - "level"
4259   - "parent"
4260   data-start-level: 3
4261
4262 # VPP Performance Operational Data 3n-skx
4263 -
4264   type: "file"
4265   title: "VPP Performance Operational Data 3n-skx"
4266   algorithm: "file_test_results"
4267   output-file-ext: ".rst"
4268   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4269   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"
4270   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4271   data: "vpp-perf-results-3n-skx"
4272   filter: "not 'NDRCHK' and not 'PDRCHK'"
4273   parameters:
4274   - "name"
4275   - "doc"
4276   - "level"
4277   - "parent"
4278   data-start-level: 3
4279
4280 # VPP Performance Operational Data 2n-skx
4281 -
4282   type: "file"
4283   title: "VPP Performance Operational Data 2n-skx"
4284   algorithm: "file_test_results"
4285   output-file-ext: ".rst"
4286   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4287   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"
4288   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4289   data: "vpp-perf-results-2n-skx"
4290   filter: "not 'NDRCHK' and not 'PDRCHK'"
4291   parameters:
4292   - "name"
4293   - "doc"
4294   - "level"
4295   - "parent"
4296   data-start-level: 3
4297
4298 # VPP Performance Operational Data 2n-dnv
4299 -
4300   type: "file"
4301   title: "VPP Performance Operational Data 2n-dnv"
4302   algorithm: "file_test_results"
4303   output-file-ext: ".rst"
4304   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4305   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"
4306   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4307   data: "intel-dnv-vpp"
4308   filter: "'NDRPDR'"
4309   parameters:
4310   - "name"
4311   - "doc"
4312   - "level"
4313   - "parent"
4314   data-start-level: 3
4315
4316 # VPP MRR Results 3n-hsw
4317 -
4318   type: "file"
4319   title: "VPP MRR Results 3n-hsw"
4320   algorithm: "file_test_results"
4321   output-file-ext: ".rst"
4322   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4323   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"
4324   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4325   data: "vpp-mrr-results-3n-hsw"
4326   filter: "'MRR'"
4327   parameters:
4328   - "name"
4329   - "doc"
4330   - "level"
4331   - "parent"
4332   data-start-level: 3
4333
4334 # VPP MRR Results 3n-skx
4335 -
4336   type: "file"
4337   title: "VPP MRR Results 3n-skx"
4338   algorithm: "file_test_results"
4339   output-file-ext: ".rst"
4340   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4341   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"
4342   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4343   data: "vpp-mrr-results-3n-skx"
4344   filter: "'MRR'"
4345   parameters:
4346   - "name"
4347   - "doc"
4348   - "level"
4349   - "parent"
4350   data-start-level: 3
4351
4352 # VPP MRR Results 2n-skx
4353 -
4354   type: "file"
4355   title: "VPP MRR Results 2n-skx"
4356   algorithm: "file_test_results"
4357   output-file-ext: ".rst"
4358   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4359   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"
4360   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4361   data: "vpp-mrr-results-2n-skx"
4362   filter: "all"
4363   parameters:
4364   - "name"
4365   - "doc"
4366   - "level"
4367   - "parent"
4368   data-start-level: 3
4369
4370 # VPP MRR Results 2n-dnv
4371 -
4372   type: "file"
4373   title: "VPP MRR Results 2n-dnv"
4374   algorithm: "file_test_results"
4375   output-file-ext: ".rst"
4376   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4377   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"
4378   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4379   data: "intel-dnv-vpp"
4380   filter: "'MRR'"
4381   parameters:
4382   - "name"
4383   - "doc"
4384   - "level"
4385   - "parent"
4386   data-start-level: 3
4387
4388 # VPP MRR Configuration 3n-hsw
4389 -
4390   type: "file"
4391   title: "VPP MRR Configuration 3n-hsw"
4392   algorithm: "file_test_results"
4393   output-file-ext: ".rst"
4394   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4395   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"
4396   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4397   data: "vpp-mrr-results-3n-hsw"
4398   filter: "'MRR'"
4399   parameters:
4400   - "name"
4401   - "doc"
4402   - "level"
4403   - "parent"
4404   data-start-level: 3
4405
4406 # VPP MRR Configuration 3n-skx
4407 -
4408   type: "file"
4409   title: "VPP MRR Configuration 3n-skx"
4410   algorithm: "file_test_results"
4411   output-file-ext: ".rst"
4412   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4413   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"
4414   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4415   data: "vpp-mrr-results-3n-skx"
4416   filter: "'MRR'"
4417   parameters:
4418   - "name"
4419   - "doc"
4420   - "level"
4421   - "parent"
4422   data-start-level: 3
4423
4424 # VPP MRR Configuration 2n-skx
4425 -
4426   type: "file"
4427   title: "VPP MRR Configuration 2n-skx"
4428   algorithm: "file_test_results"
4429   output-file-ext: ".rst"
4430   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4431   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"
4432   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4433   data: "vpp-mrr-results-2n-skx"
4434   filter: "'MRR'"
4435   parameters:
4436   - "name"
4437   - "doc"
4438   - "level"
4439   - "parent"
4440   data-start-level: 3
4441
4442 # VPP MRR Configuration 2n-dnv
4443 -
4444   type: "file"
4445   title: "VPP MRR Configuration 2n-dnv"
4446   algorithm: "file_test_results"
4447   output-file-ext: ".rst"
4448   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4449   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"
4450   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4451   data: "intel-dnv-vpp"
4452   filter: "'MRR'"
4453   parameters:
4454   - "name"
4455   - "doc"
4456   - "level"
4457   - "parent"
4458   data-start-level: 3
4459
4460 # VPP Functional Results - Ubuntu
4461 -
4462   type: "file"
4463   title: "VPP Functional Results - Ubuntu"
4464   algorithm: "file_test_results"
4465   output-file-ext: ".rst"
4466   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4467   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"
4468   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4469   data: "vpp-func-results-ubuntu"
4470   filter: "all"
4471   parameters:
4472   - "name"
4473   - "doc"
4474   - "level"
4475   - "parent"
4476   data-start-level: 3
4477
4478 # VPP Functional Results - CentOS
4479 -
4480   type: "file"
4481   title: "VPP Functional Results - CentOS"
4482   algorithm: "file_test_results"
4483   output-file-ext: ".rst"
4484   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4485   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"
4486   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4487   data:
4488     "vpp-func-results-centos"
4489   filter: "all"
4490   parameters:
4491   - "name"
4492   - "doc"
4493   - "level"
4494   - "parent"
4495   data-start-level: 3
4496
4497 # VPP Functional Configuration - Ubuntu
4498 -
4499   type: "file"
4500   title: "VPP Functional Configuration - Ubuntu"
4501   algorithm: "file_test_results"
4502   output-file-ext: ".rst"
4503   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4504   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"
4505   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4506   data: "vpp-func-results-ubuntu"
4507   filter: "all"
4508   parameters:
4509   - "name"
4510   - "doc"
4511   - "level"
4512   - "parent"
4513   data-start-level: 3
4514
4515 # VPP Functional Configuration - CentOS
4516 -
4517   type: "file"
4518   title: "VPP Functional Configuration - CentOS"
4519   algorithm: "file_test_results"
4520   output-file-ext: ".rst"
4521   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4522   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"
4523   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4524   data:
4525     "vpp-func-results-centos"
4526   filter: "all"
4527   parameters:
4528   - "name"
4529   - "doc"
4530   - "level"
4531   - "parent"
4532   data-start-level: 3
4533
4534 # VPP Device Results - Ubuntu
4535 -
4536   type: "file"
4537   title: "VPP Device Results - Ubuntu"
4538   algorithm: "file_test_results"
4539   output-file-ext: ".rst"
4540   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4541   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"
4542   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4543   data: "vpp-device-results-ubuntu"
4544   filter: "all"
4545   parameters:
4546   - "name"
4547   - "doc"
4548   - "level"
4549   - "parent"
4550   data-start-level: 2
4551
4552 # VPP Device Configuration - Ubuntu
4553 -
4554   type: "file"
4555   title: "VPP Device Configuration - Ubuntu"
4556   algorithm: "file_test_results"
4557   output-file-ext: ".rst"
4558   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4559   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"
4560   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4561   data: "vpp-device-results-ubuntu"
4562   filter: "all"
4563   parameters:
4564   - "name"
4565   - "doc"
4566   - "level"
4567   - "parent"
4568   data-start-level: 2
4569
4570 # Container Orchestrated Performance Results 3n-hsw
4571 -
4572   type: "file"
4573   title: "Container Orchestrated Performance Results 3n-hsw"
4574   algorithm: "file_test_results"
4575   output-file-ext: ".rst"
4576   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4577   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"
4578   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4579   data: "ligato-perf-results-3n-hsw"
4580   filter: "all"
4581   parameters:
4582   - "name"
4583   - "doc"
4584   - "level"
4585   - "parent"
4586   data-start-level: 3
4587
4588 # DPDK Performance Results 3n-hsw
4589 -
4590   type: "file"
4591   title: "DPDK Performance Results 3n-hsw"
4592   algorithm: "file_test_results"
4593   output-file-ext: ".rst"
4594   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4595   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"
4596   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4597   data: "dpdk-perf-results-3n-hsw"
4598   filter: "all"
4599   parameters:
4600   - "name"
4601   - "doc"
4602   - "level"
4603   - "parent"
4604   data-start-level: 3
4605
4606 # DPDK Performance Results 3n-skx
4607 -
4608   type: "file"
4609   title: "DPDK Performance Results 3n-skx"
4610   algorithm: "file_test_results"
4611   output-file-ext: ".rst"
4612   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4613   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"
4614   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4615   data: "dpdk-perf-results-3n-skx"
4616   filter: "all"
4617   parameters:
4618   - "name"
4619   - "doc"
4620   - "level"
4621   - "parent"
4622   data-start-level: 3
4623
4624 # DPDK Performance Results 2n-skx
4625 -
4626   type: "file"
4627   title: "DPDK Performance Results 2n-skx"
4628   algorithm: "file_test_results"
4629   output-file-ext: ".rst"
4630   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4631   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"
4632   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4633   data: "dpdk-perf-results-2n-skx"
4634   filter: "all"
4635   parameters:
4636   - "name"
4637   - "doc"
4638   - "level"
4639   - "parent"
4640   data-start-level: 3
4641
4642 # Honeycomb Functional Results
4643 -
4644   type: "file"
4645   title: "Honeycomb Functional Results"
4646   algorithm: "file_test_results"
4647   output-file-ext: ".rst"
4648   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4649   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"
4650   dir-tables: "{DIR[DTR,FUNC,HC]}"
4651   data:
4652     "hc-func-results"
4653   filter: "all"
4654   parameters:
4655   - "name"
4656   - "doc"
4657   - "level"
4658   - "parent"
4659   data-start-level: 3
4660
4661 # NSH SFC Functional Results
4662 -
4663   type: "file"
4664   title: "NSH SFC Functional Results"
4665   algorithm: "file_test_results"
4666   output-file-ext: ".rst"
4667   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4668   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"
4669   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4670   data:
4671     "nsh-func-results"
4672   filter: "all"
4673   parameters:
4674   - "name"
4675   - "doc"
4676   - "level"
4677   - "parent"
4678   data-start-level: 3
4679
4680 # DMM Functional Results
4681 -
4682   type: "file"
4683   title: "DMM Functional Results"
4684   algorithm: "file_test_results"
4685   output-file-ext: ".rst"
4686   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4687   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"
4688   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4689   data:
4690     "dmm-func-results"
4691   filter: "all"
4692   parameters:
4693   - "name"
4694   - "doc"
4695   - "level"
4696   - "parent"
4697   data-start-level: 3
4698
4699 ################################################################################
4700 ###                                P L O T S                                 ###
4701 ################################################################################
4702
4703 ################################################################################
4704 # Plots VPP HTTP Server Performance
4705 -
4706   type: "plot"
4707   title: "VPP HTTP Server Performance"
4708   algorithm: "plot_http_server_performance_box"
4709   output-file-type: ".html"
4710   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4711   data:
4712     "plot-vpp-http-server-performance"
4713   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4714   # each tag is enclosed with ' (apostrophe).
4715   filter: "'HTTP' and 'TCP_CPS'"
4716   parameters:
4717   - "result"
4718   - "name"
4719   traces:
4720     hoverinfo: "x+y"
4721     boxpoints: "outliers"
4722     whiskerwidth: 0
4723   layout:
4724     title: "VPP HTTP Server Performance"
4725     layout:
4726       "plot-cps"
4727
4728 -
4729   type: "plot"
4730   title: "VPP HTTP Server Performance"
4731   algorithm: "plot_http_server_performance_box"
4732   output-file-type: ".html"
4733   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4734   data:
4735     "plot-vpp-http-server-performance"
4736   filter: "'HTTP' and 'TCP_RPS'"
4737   parameters:
4738   - "result"
4739   - "name"
4740   traces:
4741     hoverinfo: "x+y"
4742     boxpoints: "outliers"
4743     whiskerwidth: 0
4744   layout:
4745     title: "VPP HTTP Server Performance"
4746     layout:
4747       "plot-rps"
4748
4749 ################################################################################
4750
4751 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4752 -
4753   type: "plot"
4754   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4755   algorithm: "plot_performance_box"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4758   data: "plot-vpp-throughput-latency-3n-hsw"
4759   filter: "'NIC_Intel-X520-DA2' and
4760            '64B' and
4761            ('BASE' or 'SCALE') and
4762            'NDRPDR' and
4763            'ETH' and
4764            '1T1C' and
4765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4766            not 'VHOST' and
4767            not 'MEMIF'"
4768   parameters:
4769   - "throughput"
4770   - "parent"
4771   - "tags"
4772   sort:
4773   - "L2PATCH"
4774   - "L2XCBASE"
4775   - "BASE"
4776   - "FIB_10K"
4777   - "FIB_100K"
4778   - "FIB_1M"
4779   traces:
4780     hoverinfo: "x+y"
4781     boxpoints: "outliers"
4782     whiskerwidth: 0
4783   layout:
4784     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4785     layout: "plot-throughput"
4786
4787 -
4788   type: "plot"
4789   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4790   algorithm: "plot_performance_box"
4791   output-file-type: ".html"
4792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4793   data: "plot-vpp-throughput-latency-3n-hsw"
4794   filter: "'NIC_Intel-X520-DA2' and
4795            '64B' and
4796            ('BASE' or 'SCALE') and
4797            'NDRPDR' and
4798            'ETH' and
4799            '1T1C' and
4800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4801            not 'VHOST' and
4802            not 'MEMIF'"
4803   parameters:
4804   - "throughput"
4805   - "parent"
4806   - "tags"
4807   sort:
4808   - "L2PATCH"
4809   - "L2XCBASE"
4810   - "BASE"
4811   - "FIB_10K"
4812   - "FIB_100K"
4813   - "FIB_1M"
4814   traces:
4815     hoverinfo: "x+y"
4816     boxpoints: "outliers"
4817     whiskerwidth: 0
4818   layout:
4819     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4820     layout: "plot-throughput"
4821
4822 -
4823   type: "plot"
4824   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4825   algorithm: "plot_performance_box"
4826   output-file-type: ".html"
4827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4828   data: "plot-vpp-throughput-latency-3n-hsw"
4829   filter: "'NIC_Intel-X520-DA2' and
4830            '64B' and
4831            ('BASE' or 'SCALE') and
4832            'NDRPDR' and
4833            'ETH' and
4834            '2T2C' and
4835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4836            not 'VHOST' and
4837            not 'MEMIF'"
4838   parameters:
4839   - "throughput"
4840   - "parent"
4841   - "tags"
4842   sort:
4843   - "L2PATCH"
4844   - "L2XCBASE"
4845   - "BASE"
4846   - "FIB_10K"
4847   - "FIB_100K"
4848   - "FIB_1M"
4849   traces:
4850     hoverinfo: "x+y"
4851     boxpoints: "outliers"
4852     whiskerwidth: 0
4853   layout:
4854     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4855     layout: "plot-throughput"
4856
4857 -
4858   type: "plot"
4859   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4860   algorithm: "plot_performance_box"
4861   output-file-type: ".html"
4862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4863   data: "plot-vpp-throughput-latency-3n-hsw"
4864   filter: "'NIC_Intel-X520-DA2' and
4865            '64B' and
4866            ('BASE' or 'SCALE') and
4867            'NDRPDR' and
4868            'ETH' and
4869            '2T2C' and
4870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4871            not 'VHOST' and
4872            not 'MEMIF'"
4873   parameters:
4874   - "throughput"
4875   - "parent"
4876   - "tags"
4877   sort:
4878   - "L2PATCH"
4879   - "L2XCBASE"
4880   - "BASE"
4881   - "FIB_10K"
4882   - "FIB_100K"
4883   - "FIB_1M"
4884   traces:
4885     hoverinfo: "x+y"
4886     boxpoints: "outliers"
4887     whiskerwidth: 0
4888   layout:
4889     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4890     layout: "plot-throughput"
4891
4892 # Packet Throughput - VPP L2 3n-hsw-x520 features
4893 -
4894   type: "plot"
4895   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4896   algorithm: "plot_performance_box"
4897   output-file-type: ".html"
4898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4899   data: "plot-vpp-throughput-latency-3n-hsw"
4900   filter: "'NIC_Intel-X520-DA2' and
4901            '64B' and
4902            'NDRPDR' and
4903            '1T1C' and
4904            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4905            not 'ACL' and
4906            not 'VHOST' and
4907            not 'MEMIF'"
4908   parameters:
4909   - "throughput"
4910   - "parent"
4911   - "tags"
4912   sort:
4913   - "L2XCBASE"    # l2xcbase
4914   - "L2BDBASE"    # l2bdbase
4915   - "L2XCFWD"     # dot1q-l2xcbase
4916   - "L2BDMACLRN"  # dot1q-l2bdbase
4917   traces:
4918     hoverinfo: "x+y"
4919     boxpoints: "outliers"
4920     whiskerwidth: 0
4921   layout:
4922     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4923     layout: "plot-throughput"
4924
4925 -
4926   type: "plot"
4927   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4928   algorithm: "plot_performance_box"
4929   output-file-type: ".html"
4930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4931   data: "plot-vpp-throughput-latency-3n-hsw"
4932   filter: "'NIC_Intel-X520-DA2' and
4933            '64B' and
4934            'NDRPDR' and
4935            '1T1C' and
4936            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4937            not 'ACL' and
4938            not 'VHOST' and
4939            not 'MEMIF'"
4940   parameters:
4941   - "throughput"
4942   - "parent"
4943   - "tags"
4944   sort:
4945   - "L2XCBASE"    # l2xcbase
4946   - "L2BDBASE"    # l2bdbase
4947   - "L2XCFWD"     # dot1q-l2xcbase
4948   - "L2BDMACLRN"  # dot1q-l2bdbase
4949   traces:
4950     hoverinfo: "x+y"
4951     boxpoints: "outliers"
4952     whiskerwidth: 0
4953   layout:
4954     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4955     layout: "plot-throughput"
4956
4957 -
4958   type: "plot"
4959   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4960   algorithm: "plot_performance_box"
4961   output-file-type: ".html"
4962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4963   data: "plot-vpp-throughput-latency-3n-hsw"
4964   filter: "'NIC_Intel-X520-DA2' and
4965            '64B' and
4966            'NDRPDR' and
4967            '2T2C' and
4968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4969            not 'ACL' and
4970            not 'VHOST' and
4971            not 'MEMIF'"
4972   parameters:
4973   - "throughput"
4974   - "parent"
4975   - "tags"
4976   sort:
4977   - "L2XCBASE"    # l2xcbase
4978   - "L2BDBASE"    # l2bdbase
4979   - "L2XCFWD"     # dot1q-l2xcbase
4980   - "L2BDMACLRN"  # dot1q-l2bdbase
4981   traces:
4982     hoverinfo: "x+y"
4983     boxpoints: "outliers"
4984     whiskerwidth: 0
4985   layout:
4986     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4987     layout: "plot-throughput"
4988
4989 -
4990   type: "plot"
4991   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4992   algorithm: "plot_performance_box"
4993   output-file-type: ".html"
4994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4995   data: "plot-vpp-throughput-latency-3n-hsw"
4996   filter: "'NIC_Intel-X520-DA2' and
4997            '64B' and
4998            'NDRPDR' and
4999            '2T2C' and
5000            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5001            not 'ACL' and
5002            not 'VHOST' and
5003            not 'MEMIF'"
5004   parameters:
5005   - "throughput"
5006   - "parent"
5007   - "tags"
5008   sort:
5009   - "L2XCBASE"    # l2xcbase
5010   - "L2BDBASE"    # l2bdbase
5011   - "L2XCFWD"     # dot1q-l2xcbase
5012   - "L2BDMACLRN"  # dot1q-l2bdbase
5013   traces:
5014     hoverinfo: "x+y"
5015     boxpoints: "outliers"
5016     whiskerwidth: 0
5017   layout:
5018     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5019     layout: "plot-throughput"
5020
5021 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5022 -
5023   type: "plot"
5024   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5025   algorithm: "plot_performance_box"
5026   output-file-type: ".html"
5027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5028   data: "plot-vpp-throughput-latency-3n-hsw"
5029   filter: "'NIC_Intel-X710' and
5030            '64B' and
5031            ('BASE' or 'SCALE') and
5032            'NDRPDR' and
5033            'ETH' and
5034            '1T1C' and
5035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5036            not 'VHOST' and
5037            not 'MEMIF'"
5038   parameters:
5039   - "throughput"
5040   - "parent"
5041   - "tags"
5042   sort:
5043   - "L2XCFWD"
5044   - "L2PATCH"
5045   - "L2BDMACLRN"
5046   - "FIB_10K"
5047   - "FIB_100K"
5048   - "FIB_1M"
5049   traces:
5050     hoverinfo: "x+y"
5051     boxpoints: "outliers"
5052     whiskerwidth: 0
5053   layout:
5054     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5055     layout: "plot-throughput"
5056
5057 -
5058   type: "plot"
5059   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5060   algorithm: "plot_performance_box"
5061   output-file-type: ".html"
5062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5063   data: "plot-vpp-throughput-latency-3n-hsw"
5064   filter: "'NIC_Intel-X710' and
5065            '64B' and
5066            ('BASE' or 'SCALE') and
5067            'NDRPDR' and
5068            'ETH' and
5069            '1T1C' and
5070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5071            not 'VHOST' and
5072            not 'MEMIF'"
5073   parameters:
5074   - "throughput"
5075   - "parent"
5076   - "tags"
5077   sort:
5078   - "L2XCFWD"
5079   - "L2PATCH"
5080   - "L2BDMACLRN"
5081   - "FIB_10K"
5082   - "FIB_100K"
5083   - "FIB_1M"
5084   traces:
5085     hoverinfo: "x+y"
5086     boxpoints: "outliers"
5087     whiskerwidth: 0
5088   layout:
5089     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5090     layout: "plot-throughput"
5091
5092 -
5093   type: "plot"
5094   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5095   algorithm: "plot_performance_box"
5096   output-file-type: ".html"
5097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5098   data: "plot-vpp-throughput-latency-3n-hsw"
5099   filter: "'NIC_Intel-X710' and
5100            '64B' and
5101            ('BASE' or 'SCALE') and
5102            'NDRPDR' and
5103            'ETH' and
5104            '2T2C' and
5105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5106            not 'VHOST' and
5107            not 'MEMIF'"
5108   parameters:
5109   - "throughput"
5110   - "parent"
5111   - "tags"
5112   sort:
5113   - "L2XCFWD"
5114   - "L2PATCH"
5115   - "L2BDMACLRN"
5116   - "FIB_10K"
5117   - "FIB_100K"
5118   - "FIB_1M"
5119   traces:
5120     hoverinfo: "x+y"
5121     boxpoints: "outliers"
5122     whiskerwidth: 0
5123   layout:
5124     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5125     layout: "plot-throughput"
5126
5127 -
5128   type: "plot"
5129   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5130   algorithm: "plot_performance_box"
5131   output-file-type: ".html"
5132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5133   data: "plot-vpp-throughput-latency-3n-hsw"
5134   filter: "'NIC_Intel-X710' and
5135            '64B' and
5136            ('BASE' or 'SCALE') and
5137            'NDRPDR' and
5138            'ETH' and
5139            '2T2C' and
5140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5141            not 'VHOST' and
5142            not 'MEMIF'"
5143   parameters:
5144   - "throughput"
5145   - "parent"
5146   - "tags"
5147   sort:
5148   - "L2XCFWD"
5149   - "L2PATCH"
5150   - "L2BDMACLRN"
5151   - "FIB_10K"
5152   - "FIB_100K"
5153   - "FIB_1M"
5154   traces:
5155     hoverinfo: "x+y"
5156     boxpoints: "outliers"
5157     whiskerwidth: 0
5158   layout:
5159     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5160     layout: "plot-throughput"
5161
5162 # Packet Throughput - VPP L2 3n-hsw-x710 features
5163 -
5164   type: "plot"
5165   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5166   algorithm: "plot_performance_box"
5167   output-file-type: ".html"
5168   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5169   data: "plot-vpp-throughput-latency-3n-hsw"
5170   filter: "'NIC_Intel-X710' and
5171            '64B' and
5172            'NDRPDR' and
5173            '1T1C' and
5174            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5175            not 'ACL' and
5176            not 'VHOST' and
5177            not 'MEMIF'"
5178   parameters:
5179   - "throughput"
5180   - "parent"
5181   - "tags"
5182   sort:
5183   - "L2XCBASE"    # l2xcbase
5184   - "L2BDBASE"    # l2bdbase
5185   - "L2XCFWD"     # dot1q-l2xcbase
5186   - "L2BDMACLRN"  # dot1q-l2bdbase
5187   traces:
5188     hoverinfo: "x+y"
5189     boxpoints: "outliers"
5190     whiskerwidth: 0
5191   layout:
5192     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5193     layout: "plot-throughput"
5194
5195 -
5196   type: "plot"
5197   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5198   algorithm: "plot_performance_box"
5199   output-file-type: ".html"
5200   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5201   data: "plot-vpp-throughput-latency-3n-hsw"
5202   filter: "'NIC_Intel-X710' and
5203            '64B' and
5204            'NDRPDR' and
5205            '1T1C' and
5206            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5207            not 'ACL' and
5208            not 'VHOST' and
5209            not 'MEMIF'"
5210   parameters:
5211   - "throughput"
5212   - "parent"
5213   - "tags"
5214   sort:
5215   - "L2XCBASE"    # l2xcbase
5216   - "L2BDBASE"    # l2bdbase
5217   - "L2XCFWD"     # dot1q-l2xcbase
5218   - "L2BDMACLRN"  # dot1q-l2bdbase
5219   traces:
5220     hoverinfo: "x+y"
5221     boxpoints: "outliers"
5222     whiskerwidth: 0
5223   layout:
5224     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5225     layout: "plot-throughput"
5226
5227 -
5228   type: "plot"
5229   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5230   algorithm: "plot_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5233   data: "plot-vpp-throughput-latency-3n-hsw"
5234   filter: "'NIC_Intel-X710' and
5235            '64B' and
5236            'NDRPDR' and
5237            '2T2C' and
5238            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5239            not 'ACL' and
5240            not 'VHOST' and
5241            not 'MEMIF'"
5242   parameters:
5243   - "throughput"
5244   - "parent"
5245   - "tags"
5246   sort:
5247   - "L2XCBASE"    # l2xcbase
5248   - "L2BDBASE"    # l2bdbase
5249   - "L2XCFWD"     # dot1q-l2xcbase
5250   - "L2BDMACLRN"  # dot1q-l2bdbase
5251   traces:
5252     hoverinfo: "x+y"
5253     boxpoints: "outliers"
5254     whiskerwidth: 0
5255   layout:
5256     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5257     layout: "plot-throughput"
5258
5259 -
5260   type: "plot"
5261   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5262   algorithm: "plot_performance_box"
5263   output-file-type: ".html"
5264   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5265   data: "plot-vpp-throughput-latency-3n-hsw"
5266   filter: "'NIC_Intel-X710' and
5267            '64B' and
5268            'NDRPDR' and
5269            '2T2C' and
5270            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5271            not 'ACL' and
5272            not 'VHOST' and
5273            not 'MEMIF'"
5274   parameters:
5275   - "throughput"
5276   - "parent"
5277   - "tags"
5278   sort:
5279   - "L2XCBASE"    # l2xcbase
5280   - "L2BDBASE"    # l2bdbase
5281   - "L2XCFWD"     # dot1q-l2xcbase
5282   - "L2BDMACLRN"  # dot1q-l2bdbase
5283   traces:
5284     hoverinfo: "x+y"
5285     boxpoints: "outliers"
5286     whiskerwidth: 0
5287   layout:
5288     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5289     layout: "plot-throughput"
5290
5291 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5292 -
5293   type: "plot"
5294   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5295   algorithm: "plot_performance_box"
5296   output-file-type: ".html"
5297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5298   data: "plot-vpp-throughput-latency-3n-hsw"
5299   filter: "'NIC_Intel-XL710' and
5300            '64B' and
5301            ('BASE' or 'SCALE') and
5302            'NDRPDR' and
5303            'ETH' and
5304            '1T1C' and
5305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5306            not 'VHOST' and
5307            not 'MEMIF'"
5308   parameters:
5309   - "throughput"
5310   - "parent"
5311   - "tags"
5312   sort:
5313   - "L2PATCH"
5314   - "L2XCBASE"
5315   - "BASE"
5316   - "FIB_10K"
5317   - "FIB_100K"
5318   - "FIB_1M"
5319   traces:
5320     hoverinfo: "x+y"
5321     boxpoints: "outliers"
5322     whiskerwidth: 0
5323   layout:
5324     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5325     layout: "plot-throughput"
5326
5327 -
5328   type: "plot"
5329   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5330   algorithm: "plot_performance_box"
5331   output-file-type: ".html"
5332   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5333   data: "plot-vpp-throughput-latency-3n-hsw"
5334   filter: "'NIC_Intel-XL710' and
5335            '64B' and
5336            ('BASE' or 'SCALE') and
5337            'NDRPDR' and
5338            'ETH' and
5339            '1T1C' and
5340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5341            not 'VHOST' and
5342            not 'MEMIF'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "L2PATCH"
5349   - "L2XCBASE"
5350   - "BASE"
5351   - "FIB_10K"
5352   - "FIB_100K"
5353   - "FIB_1M"
5354   traces:
5355     hoverinfo: "x+y"
5356     boxpoints: "outliers"
5357     whiskerwidth: 0
5358   layout:
5359     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5360     layout: "plot-throughput"
5361
5362 -
5363   type: "plot"
5364   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5365   algorithm: "plot_performance_box"
5366   output-file-type: ".html"
5367   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5368   data: "plot-vpp-throughput-latency-3n-hsw"
5369   filter: "'NIC_Intel-XL710' and
5370            '64B' and
5371            ('BASE' or 'SCALE') and
5372            'NDRPDR' and
5373            'ETH' and
5374            '2T2C' and
5375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5376            not 'VHOST' and
5377            not 'MEMIF'"
5378   parameters:
5379   - "throughput"
5380   - "parent"
5381   - "tags"
5382   sort:
5383   - "L2PATCH"
5384   - "L2XCBASE"
5385   - "BASE"
5386   - "FIB_10K"
5387   - "FIB_100K"
5388   - "FIB_1M"
5389   traces:
5390     hoverinfo: "x+y"
5391     boxpoints: "outliers"
5392     whiskerwidth: 0
5393   layout:
5394     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5395     layout: "plot-throughput"
5396
5397 -
5398   type: "plot"
5399   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5400   algorithm: "plot_performance_box"
5401   output-file-type: ".html"
5402   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5403   data: "plot-vpp-throughput-latency-3n-hsw"
5404   filter: "'NIC_Intel-XL710' and
5405            '64B' and
5406            ('BASE' or 'SCALE') and
5407            'NDRPDR' and
5408            'ETH' and
5409            '2T2C' and
5410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5411            not 'VHOST' and
5412            not 'MEMIF'"
5413   parameters:
5414   - "throughput"
5415   - "parent"
5416   - "tags"
5417   sort:
5418   - "L2PATCH"
5419   - "L2XCBASE"
5420   - "BASE"
5421   - "FIB_10K"
5422   - "FIB_100K"
5423   - "FIB_1M"
5424   traces:
5425     hoverinfo: "x+y"
5426     boxpoints: "outliers"
5427     whiskerwidth: 0
5428   layout:
5429     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5430     layout: "plot-throughput"
5431
5432 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5433 -
5434   type: "plot"
5435   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5436   algorithm: "plot_performance_box"
5437   output-file-type: ".html"
5438   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5439   data: "plot-vpp-throughput-latency-3n-skx"
5440   filter: "'NIC_Intel-X710' and
5441            '64B' and
5442            ('BASE' or 'SCALE') and
5443            'NDRPDR' and
5444            'ETH' and
5445            '2T1C' and
5446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5447            not 'VHOST' and
5448            not 'MEMIF' and
5449            not 'DRV_AVF'"
5450   parameters:
5451   - "throughput"
5452   - "parent"
5453   - "tags"
5454   sort:
5455   - "L2PATCH"
5456   - "L2XCBASE"
5457   - "BASE"
5458   - "FIB_10K"
5459   - "FIB_100K"
5460   - "FIB_1M"
5461   traces:
5462     hoverinfo: "x+y"
5463     boxpoints: "outliers"
5464     whiskerwidth: 0
5465   layout:
5466     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5467     layout: "plot-throughput"
5468
5469 -
5470   type: "plot"
5471   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5472   algorithm: "plot_performance_box"
5473   output-file-type: ".html"
5474   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5475   data: "plot-vpp-throughput-latency-3n-skx"
5476   filter: "'NIC_Intel-X710' and
5477            '64B' and
5478            ('BASE' or 'SCALE') and
5479            'NDRPDR' and
5480            'ETH' and
5481            '2T1C' and
5482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5483            not 'VHOST' and
5484            not 'MEMIF' and
5485            not 'DRV_AVF'"
5486   parameters:
5487   - "throughput"
5488   - "parent"
5489   - "tags"
5490   sort:
5491   - "L2PATCH"
5492   - "L2XCBASE"
5493   - "BASE"
5494   - "FIB_10K"
5495   - "FIB_100K"
5496   - "FIB_1M"
5497   traces:
5498     hoverinfo: "x+y"
5499     boxpoints: "outliers"
5500     whiskerwidth: 0
5501   layout:
5502     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5503     layout: "plot-throughput"
5504
5505 -
5506   type: "plot"
5507   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5508   algorithm: "plot_performance_box"
5509   output-file-type: ".html"
5510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5511   data: "plot-vpp-throughput-latency-3n-skx"
5512   filter: "'NIC_Intel-X710' and
5513            '64B' and
5514            ('BASE' or 'SCALE') and
5515            'NDRPDR' and
5516            'ETH' and
5517            '4T2C' and
5518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5519            not 'VHOST' and
5520            not 'MEMIF' and
5521            not 'DRV_AVF'"
5522   parameters:
5523   - "throughput"
5524   - "parent"
5525   - "tags"
5526   sort:
5527   - "L2PATCH"
5528   - "L2XCBASE"
5529   - "BASE"
5530   - "FIB_10K"
5531   - "FIB_100K"
5532   - "FIB_1M"
5533   traces:
5534     hoverinfo: "x+y"
5535     boxpoints: "outliers"
5536     whiskerwidth: 0
5537   layout:
5538     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5539     layout: "plot-throughput"
5540
5541 -
5542   type: "plot"
5543   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5544   algorithm: "plot_performance_box"
5545   output-file-type: ".html"
5546   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5547   data: "plot-vpp-throughput-latency-3n-skx"
5548   filter: "'NIC_Intel-X710' and
5549            '64B' and
5550            ('BASE' or 'SCALE') and
5551            'NDRPDR' and
5552            'ETH' and
5553            '4T2C' and
5554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5555            not 'VHOST' and
5556            not 'MEMIF' and
5557            not 'DRV_AVF'"
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-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5575     layout: "plot-throughput"
5576
5577 # Packet Throughput - VPP L2 3n-skx-x710 features
5578 -
5579   type: "plot"
5580   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5581   algorithm: "plot_performance_box"
5582   output-file-type: ".html"
5583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5584   data: "plot-vpp-throughput-latency-3n-skx"
5585   filter: "'NIC_Intel-X710' and
5586            '64B' and
5587            'NDRPDR' and
5588            '2T1C' and
5589            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5590            not 'ACL' and
5591            not 'VHOST' and
5592            not 'MEMIF'"
5593   parameters:
5594   - "throughput"
5595   - "parent"
5596   - "tags"
5597   sort:
5598   - "L2XCBASE"    # l2xcbase
5599   - "L2BDBASE"    # l2bdbase
5600   - "L2XCFWD"     # dot1q-l2xcbase
5601   - "L2BDMACLRN"  # dot1q-l2bdbase
5602   traces:
5603     hoverinfo: "x+y"
5604     boxpoints: "outliers"
5605     whiskerwidth: 0
5606   layout:
5607     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5608     layout: "plot-throughput"
5609
5610 -
5611   type: "plot"
5612   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5613   algorithm: "plot_performance_box"
5614   output-file-type: ".html"
5615   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5616   data: "plot-vpp-throughput-latency-3n-skx"
5617   filter: "'NIC_Intel-X710' and
5618            '64B' and
5619            'NDRPDR' and
5620            '2T1C' and
5621            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5622            not 'ACL' and
5623            not 'VHOST' and
5624            not 'MEMIF'"
5625   parameters:
5626   - "throughput"
5627   - "parent"
5628   - "tags"
5629   sort:
5630   - "L2XCBASE"    # l2xcbase
5631   - "L2BDBASE"    # l2bdbase
5632   - "L2XCFWD"     # dot1q-l2xcbase
5633   - "L2BDMACLRN"  # dot1q-l2bdbase
5634   traces:
5635     hoverinfo: "x+y"
5636     boxpoints: "outliers"
5637     whiskerwidth: 0
5638   layout:
5639     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5640     layout: "plot-throughput"
5641
5642 -
5643   type: "plot"
5644   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5645   algorithm: "plot_performance_box"
5646   output-file-type: ".html"
5647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5648   data: "plot-vpp-throughput-latency-3n-skx"
5649   filter: "'NIC_Intel-X710' and
5650            '64B' and
5651            'NDRPDR' and
5652            '4T2C' and
5653            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5654            not 'ACL' and
5655            not 'VHOST' and
5656            not 'MEMIF'"
5657   parameters:
5658   - "throughput"
5659   - "parent"
5660   - "tags"
5661   sort:
5662   - "L2XCBASE"    # l2xcbase
5663   - "L2BDBASE"    # l2bdbase
5664   - "L2XCFWD"     # dot1q-l2xcbase
5665   - "L2BDMACLRN"  # dot1q-l2bdbase
5666   traces:
5667     hoverinfo: "x+y"
5668     boxpoints: "outliers"
5669     whiskerwidth: 0
5670   layout:
5671     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5672     layout: "plot-throughput"
5673
5674 -
5675   type: "plot"
5676   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5677   algorithm: "plot_performance_box"
5678   output-file-type: ".html"
5679   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5680   data: "plot-vpp-throughput-latency-3n-skx"
5681   filter: "'NIC_Intel-X710' and
5682            '64B' and
5683            'NDRPDR' and
5684            '4T2C' and
5685            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5686            not 'ACL' and
5687            not 'VHOST' and
5688            not 'MEMIF'"
5689   parameters:
5690   - "throughput"
5691   - "parent"
5692   - "tags"
5693   sort:
5694   - "L2XCBASE"    # l2xcbase
5695   - "L2BDBASE"    # l2bdbase
5696   - "L2XCFWD"     # dot1q-l2xcbase
5697   - "L2BDMACLRN"  # dot1q-l2bdbase
5698   traces:
5699     hoverinfo: "x+y"
5700     boxpoints: "outliers"
5701     whiskerwidth: 0
5702   layout:
5703     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5704     layout: "plot-throughput"
5705
5706 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5707 -
5708   type: "plot"
5709   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5710   algorithm: "plot_performance_box"
5711   output-file-type: ".html"
5712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5713   data: "plot-vpp-throughput-latency-3n-skx"
5714   filter: "'NIC_Intel-XXV710' and
5715            '64B' and
5716            ('BASE' or 'SCALE') and
5717            'NDRPDR' and
5718            'ETH' and
5719            '2T1C' and
5720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5721            not 'VHOST' and
5722            not 'MEMIF' and
5723            not 'DRV_AVF'"
5724   parameters:
5725   - "throughput"
5726   - "parent"
5727   - "tags"
5728   sort:
5729   - "L2PATCH"
5730   - "L2XCBASE"
5731   - "BASE"
5732   - "FIB_10K"
5733   - "FIB_100K"
5734   - "FIB_1M"
5735   traces:
5736     hoverinfo: "x+y"
5737     boxpoints: "outliers"
5738     whiskerwidth: 0
5739   layout:
5740     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5741     layout: "plot-throughput"
5742
5743 -
5744   type: "plot"
5745   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5746   algorithm: "plot_performance_box"
5747   output-file-type: ".html"
5748   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5749   data: "plot-vpp-throughput-latency-3n-skx"
5750   filter: "'NIC_Intel-XXV710' and
5751            '64B' and
5752            ('BASE' or 'SCALE') and
5753            'NDRPDR' and
5754            'ETH' and
5755            '2T1C' and
5756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5757            not 'VHOST' and
5758            not 'MEMIF' and
5759            not 'DRV_AVF'"
5760   parameters:
5761   - "throughput"
5762   - "parent"
5763   - "tags"
5764   sort:
5765   - "L2PATCH"
5766   - "L2XCBASE"
5767   - "BASE"
5768   - "FIB_10K"
5769   - "FIB_100K"
5770   - "FIB_1M"
5771   traces:
5772     hoverinfo: "x+y"
5773     boxpoints: "outliers"
5774     whiskerwidth: 0
5775   layout:
5776     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5777     layout: "plot-throughput"
5778
5779 -
5780   type: "plot"
5781   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5782   algorithm: "plot_performance_box"
5783   output-file-type: ".html"
5784   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5785   data: "plot-vpp-throughput-latency-3n-skx"
5786   filter: "'NIC_Intel-XXV710' and
5787            '64B' and
5788            ('BASE' or 'SCALE') and
5789            'NDRPDR' and
5790            'ETH' and
5791            '4T2C' and
5792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5793            not 'VHOST' and
5794            not 'MEMIF' and
5795            not 'DRV_AVF'"
5796   parameters:
5797   - "throughput"
5798   - "parent"
5799   - "tags"
5800   sort:
5801   - "L2PATCH"
5802   - "L2XCBASE"
5803   - "BASE"
5804   - "FIB_10K"
5805   - "FIB_100K"
5806   - "FIB_1M"
5807   traces:
5808     hoverinfo: "x+y"
5809     boxpoints: "outliers"
5810     whiskerwidth: 0
5811   layout:
5812     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5813     layout: "plot-throughput"
5814
5815 -
5816   type: "plot"
5817   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5818   algorithm: "plot_performance_box"
5819   output-file-type: ".html"
5820   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5821   data: "plot-vpp-throughput-latency-3n-skx"
5822   filter: "'NIC_Intel-XXV710' and
5823            '64B' and
5824            ('BASE' or 'SCALE') and
5825            'NDRPDR' and
5826            'ETH' and
5827            '4T2C' and
5828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5829            not 'VHOST' and
5830            not 'MEMIF' and
5831            not 'DRV_AVF'"
5832   parameters:
5833   - "throughput"
5834   - "parent"
5835   - "tags"
5836   sort:
5837   - "L2PATCH"
5838   - "L2XCBASE"
5839   - "BASE"
5840   - "FIB_10K"
5841   - "FIB_100K"
5842   - "FIB_1M"
5843   traces:
5844     hoverinfo: "x+y"
5845     boxpoints: "outliers"
5846     whiskerwidth: 0
5847   layout:
5848     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5849     layout: "plot-throughput"
5850
5851 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5852 -
5853   type: "plot"
5854   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5855   algorithm: "plot_performance_box"
5856   output-file-type: ".html"
5857   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5858   data: "plot-vpp-throughput-latency-2n-skx"
5859   filter: "'NIC_Intel-X710' and
5860            '64B' and
5861            ('BASE' or 'SCALE') and
5862            'NDRPDR' and
5863            'ETH' and
5864            '2T1C' and
5865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5866            not 'VHOST' and
5867            not 'MEMIF'"
5868   parameters:
5869   - "throughput"
5870   - "parent"
5871   - "tags"
5872   sort:
5873   - "L2PATCH"
5874   - "L2XCBASE"
5875   - "BASE"
5876   - "FIB_10K"
5877   - "FIB_100K"
5878   - "FIB_1M"
5879   traces:
5880     hoverinfo: "x+y"
5881     boxpoints: "outliers"
5882     whiskerwidth: 0
5883   layout:
5884     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5885     layout: "plot-throughput"
5886
5887 -
5888   type: "plot"
5889   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5890   algorithm: "plot_performance_box"
5891   output-file-type: ".html"
5892   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5893   data: "plot-vpp-throughput-latency-2n-skx"
5894   filter: "'NIC_Intel-X710' and
5895            '64B' and
5896            ('BASE' or 'SCALE') and
5897            'NDRPDR' and
5898            'ETH' and
5899            '2T1C' and
5900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5901            not 'VHOST' and
5902            not 'MEMIF'"
5903   parameters:
5904   - "throughput"
5905   - "parent"
5906   - "tags"
5907   sort:
5908   - "L2PATCH"
5909   - "L2XCBASE"
5910   - "BASE"
5911   - "FIB_10K"
5912   - "FIB_100K"
5913   - "FIB_1M"
5914   traces:
5915     hoverinfo: "x+y"
5916     boxpoints: "outliers"
5917     whiskerwidth: 0
5918   layout:
5919     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5920     layout: "plot-throughput"
5921
5922 -
5923   type: "plot"
5924   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5925   algorithm: "plot_performance_box"
5926   output-file-type: ".html"
5927   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5928   data: "plot-vpp-throughput-latency-2n-skx"
5929   filter: "'NIC_Intel-X710' and
5930            '64B' and
5931            ('BASE' or 'SCALE') and
5932            'NDRPDR' and
5933            'ETH' and
5934            '4T2C' and
5935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5936            not 'VHOST' and
5937            not 'MEMIF'"
5938   parameters:
5939   - "throughput"
5940   - "parent"
5941   - "tags"
5942   sort:
5943   - "L2PATCH"
5944   - "L2XCBASE"
5945   - "BASE"
5946   - "FIB_10K"
5947   - "FIB_100K"
5948   - "FIB_1M"
5949   traces:
5950     hoverinfo: "x+y"
5951     boxpoints: "outliers"
5952     whiskerwidth: 0
5953   layout:
5954     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5955     layout: "plot-throughput"
5956
5957 -
5958   type: "plot"
5959   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5960   algorithm: "plot_performance_box"
5961   output-file-type: ".html"
5962   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5963   data: "plot-vpp-throughput-latency-2n-skx"
5964   filter: "'NIC_Intel-X710' and
5965            '64B' and
5966            ('BASE' or 'SCALE') and
5967            'NDRPDR' and
5968            'ETH' and
5969            '4T2C' and
5970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5971            not 'VHOST' and
5972            not 'MEMIF'"
5973   parameters:
5974   - "throughput"
5975   - "parent"
5976   - "tags"
5977   sort:
5978   - "L2PATCH"
5979   - "L2XCBASE"
5980   - "BASE"
5981   - "FIB_10K"
5982   - "FIB_100K"
5983   - "FIB_1M"
5984   traces:
5985     hoverinfo: "x+y"
5986     boxpoints: "outliers"
5987     whiskerwidth: 0
5988   layout:
5989     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5990     layout: "plot-throughput"
5991
5992 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5993 -
5994   type: "plot"
5995   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5996   algorithm: "plot_performance_box"
5997   output-file-type: ".html"
5998   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5999   data: "plot-vpp-throughput-latency-2n-skx"
6000   filter: "'NIC_Intel-XXV710' and
6001            '64B' and
6002            ('BASE' or 'SCALE') and
6003            'NDRPDR' and
6004            'ETH' and
6005            '2T1C' and
6006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6007            not 'VHOST' and
6008            not 'MEMIF'"
6009   parameters:
6010   - "throughput"
6011   - "parent"
6012   - "tags"
6013   sort:
6014   - "L2PATCH"
6015   - "L2XCBASE"
6016   - "BASE"
6017   - "FIB_10K"
6018   - "FIB_100K"
6019   - "FIB_1M"
6020   traces:
6021     hoverinfo: "x+y"
6022     boxpoints: "outliers"
6023     whiskerwidth: 0
6024   layout:
6025     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6026     layout: "plot-throughput"
6027
6028 -
6029   type: "plot"
6030   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6031   algorithm: "plot_performance_box"
6032   output-file-type: ".html"
6033   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6034   data: "plot-vpp-throughput-latency-2n-skx"
6035   filter: "'NIC_Intel-XXV710' and
6036            '64B' and
6037            ('BASE' or 'SCALE') and
6038            'NDRPDR' and
6039            'ETH' and
6040            '2T1C' and
6041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6042            not 'VHOST' and
6043            not 'MEMIF'"
6044   parameters:
6045   - "throughput"
6046   - "parent"
6047   - "tags"
6048   sort:
6049   - "L2PATCH"
6050   - "L2XCBASE"
6051   - "BASE"
6052   - "FIB_10K"
6053   - "FIB_100K"
6054   - "FIB_1M"
6055   traces:
6056     hoverinfo: "x+y"
6057     boxpoints: "outliers"
6058     whiskerwidth: 0
6059   layout:
6060     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6061     layout: "plot-throughput"
6062
6063 -
6064   type: "plot"
6065   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6066   algorithm: "plot_performance_box"
6067   output-file-type: ".html"
6068   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6069   data: "plot-vpp-throughput-latency-2n-skx"
6070   filter: "'NIC_Intel-XXV710' and
6071            '64B' and
6072            ('BASE' or 'SCALE') and
6073            'NDRPDR' and
6074            'ETH' and
6075            '4T2C' and
6076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6077            not 'VHOST' and
6078            not 'MEMIF'"
6079   parameters:
6080   - "throughput"
6081   - "parent"
6082   - "tags"
6083   sort:
6084   - "L2PATCH"
6085   - "L2XCBASE"
6086   - "BASE"
6087   - "FIB_10K"
6088   - "FIB_100K"
6089   - "FIB_1M"
6090   traces:
6091     hoverinfo: "x+y"
6092     boxpoints: "outliers"
6093     whiskerwidth: 0
6094   layout:
6095     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6096     layout: "plot-throughput"
6097
6098 -
6099   type: "plot"
6100   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6101   algorithm: "plot_performance_box"
6102   output-file-type: ".html"
6103   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6104   data: "plot-vpp-throughput-latency-2n-skx"
6105   filter: "'NIC_Intel-XXV710' and
6106            '64B' and
6107            ('BASE' or 'SCALE') and
6108            'NDRPDR' and
6109            'ETH' and
6110            '4T2C' and
6111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6112            not 'VHOST' and
6113            not 'MEMIF'"
6114   parameters:
6115   - "throughput"
6116   - "parent"
6117   - "tags"
6118   sort:
6119   - "L2PATCH"
6120   - "L2XCBASE"
6121   - "BASE"
6122   - "FIB_10K"
6123   - "FIB_100K"
6124   - "FIB_1M"
6125   traces:
6126     hoverinfo: "x+y"
6127     boxpoints: "outliers"
6128     whiskerwidth: 0
6129   layout:
6130     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6131     layout: "plot-throughput"
6132
6133 # Packet Throughput - VPP L2 2n-dnv-x553 base
6134 -
6135   type: "plot"
6136   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6137   algorithm: "plot_performance_box"
6138   output-file-type: ".html"
6139   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6140   data: "intel-dnv-vpp"
6141   filter: "'NIC_Intel-X553' and
6142            '64B' and
6143            'BASE' and
6144            'NDRPDR' and
6145            'ETH' and
6146            '1T1C' and
6147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6148            not 'VHOST' and
6149            not 'MEMIF'"
6150   parameters:
6151   - "throughput"
6152   - "parent"
6153   - "tags"
6154   sort:
6155   - "L2XCBASE"
6156   - "L2BDMACLRN"
6157   - "L2PATCH"
6158   traces:
6159     hoverinfo: "x+y"
6160     boxpoints: "outliers"
6161     whiskerwidth: 0
6162   layout:
6163     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6164     layout: "plot-throughput"
6165
6166 -
6167   type: "plot"
6168   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6169   algorithm: "plot_performance_box"
6170   output-file-type: ".html"
6171   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6172   data: "intel-dnv-vpp"
6173   filter: "'NIC_Intel-X553' and
6174            '64B' and
6175            ('BASE' or 'SCALE') and
6176            'NDRPDR' and
6177            'ETH' and
6178            '1T1C' and
6179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6180            not 'VHOST' and
6181            not 'MEMIF'"
6182   parameters:
6183   - "throughput"
6184   - "parent"
6185   - "tags"
6186   sort:
6187   - "L2XCBASE"
6188   - "L2BDMACLRN"
6189   - "L2PATCH"
6190   traces:
6191     hoverinfo: "x+y"
6192     boxpoints: "outliers"
6193     whiskerwidth: 0
6194   layout:
6195     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6196     layout: "plot-throughput"
6197
6198 -
6199   type: "plot"
6200   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6201   algorithm: "plot_performance_box"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6204   data: "intel-dnv-vpp"
6205   filter: "'NIC_Intel-X553' and
6206            '64B' and
6207            ('BASE' or 'SCALE') and
6208            'NDRPDR' and
6209            'ETH' and
6210            '2T2C' and
6211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6212            not 'VHOST' and
6213            not 'MEMIF'"
6214   parameters:
6215   - "throughput"
6216   - "parent"
6217   - "tags"
6218   sort:
6219   - "L2XCBASE"
6220   - "L2BDMACLRN"
6221   - "L2PATCH"
6222   traces:
6223     hoverinfo: "x+y"
6224     boxpoints: "outliers"
6225     whiskerwidth: 0
6226   layout:
6227     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6228     layout: "plot-throughput"
6229
6230 -
6231   type: "plot"
6232   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6233   algorithm: "plot_performance_box"
6234   output-file-type: ".html"
6235   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6236   data: "intel-dnv-vpp"
6237   filter: "'NIC_Intel-X553' and
6238            '64B' and
6239            ('BASE' or 'SCALE') and
6240            'NDRPDR' and
6241            'ETH' and
6242            '2T2C' and
6243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6244            not 'VHOST' and
6245            not 'MEMIF'"
6246   parameters:
6247   - "throughput"
6248   - "parent"
6249   - "tags"
6250   sort:
6251   - "L2XCBASE"
6252   - "L2BDMACLRN"
6253   - "L2PATCH"
6254   traces:
6255     hoverinfo: "x+y"
6256     boxpoints: "outliers"
6257     whiskerwidth: 0
6258   layout:
6259     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6260     layout: "plot-throughput"
6261
6262 ################################################################################
6263
6264 # Packet Throughput - VPP Container Memif 3n-hsw-x520
6265 -
6266   type: "plot"
6267   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6268   algorithm: "plot_performance_box"
6269   output-file-type: ".html"
6270   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6271   data: "plot-vpp-throughput-latency-3n-hsw"
6272   filter: "'NIC_Intel-X520-DA2' and
6273            '64B' and
6274            ('BASE' or 'SCALE') and
6275            'NDRPDR' and
6276            '1T1C' and
6277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6278            not 'VHOST' and
6279            'MEMIF'"
6280   parameters:
6281   - "throughput"
6282   - "parent"
6283   - "tags"
6284   sort:
6285   - "L2XCFWD"
6286   - "L2XCFWD"
6287   - "L2XCFWD"
6288   - "L2BDMACLRN"
6289   - "L2BDMACLRN"
6290   - "L2BDMACLRN"
6291   traces:
6292     hoverinfo: "x+y"
6293     boxpoints: "outliers"
6294     whiskerwidth: 0
6295   layout:
6296     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6297     layout: "plot-throughput"
6298
6299 -
6300   type: "plot"
6301   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6302   algorithm: "plot_performance_box"
6303   output-file-type: ".html"
6304   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6305   data: "plot-vpp-throughput-latency-3n-hsw"
6306   filter: "'NIC_Intel-X520-DA2' and
6307            '64B' and
6308            ('BASE' or 'SCALE') and
6309            'NDRPDR' and
6310            '1T1C' and
6311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6312            not 'VHOST' and
6313            'MEMIF'"
6314   parameters:
6315   - "throughput"
6316   - "parent"
6317   - "tags"
6318   sort:
6319   - "L2XCFWD"
6320   - "L2XCFWD"
6321   - "L2XCFWD"
6322   - "L2BDMACLRN"
6323   - "L2BDMACLRN"
6324   - "L2BDMACLRN"
6325   traces:
6326     hoverinfo: "x+y"
6327     boxpoints: "outliers"
6328     whiskerwidth: 0
6329   layout:
6330     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6331     layout: "plot-throughput"
6332
6333 -
6334   type: "plot"
6335   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6336   algorithm: "plot_performance_box"
6337   output-file-type: ".html"
6338   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6339   data: "plot-vpp-throughput-latency-3n-hsw"
6340   filter: "'NIC_Intel-X520-DA2' and
6341            '64B' and
6342            ('BASE' or 'SCALE') and
6343            'NDRPDR' and
6344            '2T2C' and
6345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6346            not 'VHOST' and
6347            'MEMIF'"
6348   parameters:
6349   - "throughput"
6350   - "parent"
6351   - "tags"
6352   sort:
6353   - "L2XCFWD"
6354   - "L2XCFWD"
6355   - "L2XCFWD"
6356   - "L2BDMACLRN"
6357   - "L2BDMACLRN"
6358   - "L2BDMACLRN"
6359   traces:
6360     hoverinfo: "x+y"
6361     boxpoints: "outliers"
6362     whiskerwidth: 0
6363   layout:
6364     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6365     layout: "plot-throughput"
6366
6367 -
6368   type: "plot"
6369   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6370   algorithm: "plot_performance_box"
6371   output-file-type: ".html"
6372   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6373   data: "plot-vpp-throughput-latency-3n-hsw"
6374   filter: "'NIC_Intel-X520-DA2' and
6375            '64B' and
6376            ('BASE' or 'SCALE') and
6377            'NDRPDR' and
6378            '2T2C' and
6379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6380            not 'VHOST' and
6381            'MEMIF'"
6382   parameters:
6383   - "throughput"
6384   - "parent"
6385   - "tags"
6386   sort:
6387   - "L2XCFWD"
6388   - "L2XCFWD"
6389   - "L2XCFWD"
6390   - "L2BDMACLRN"
6391   - "L2BDMACLRN"
6392   - "L2BDMACLRN"
6393   traces:
6394     hoverinfo: "x+y"
6395     boxpoints: "outliers"
6396     whiskerwidth: 0
6397   layout:
6398     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6399     layout: "plot-throughput"
6400
6401 # Packet Throughput - VPP Container Memif 3n-hsw-x710
6402 -
6403   type: "plot"
6404   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6405   algorithm: "plot_performance_box"
6406   output-file-type: ".html"
6407   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6408   data: "plot-vpp-throughput-latency-3n-hsw"
6409   filter: "'NIC_Intel-X710' and
6410            '64B' and
6411            ('BASE' or 'SCALE') and
6412            'NDRPDR' and
6413            '1T1C' and
6414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6415            not 'VHOST' and
6416            'MEMIF'"
6417   parameters:
6418   - "throughput"
6419   - "parent"
6420   - "tags"
6421   sort:
6422   - "L2XCFWD"
6423   - "L2XCFWD"
6424   - "L2XCFWD"
6425   - "L2BDMACLRN"
6426   - "L2BDMACLRN"
6427   - "L2BDMACLRN"
6428   traces:
6429     hoverinfo: "x+y"
6430     boxpoints: "outliers"
6431     whiskerwidth: 0
6432   layout:
6433     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6434     layout: "plot-throughput"
6435
6436 -
6437   type: "plot"
6438   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6439   algorithm: "plot_performance_box"
6440   output-file-type: ".html"
6441   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6442   data: "plot-vpp-throughput-latency-3n-hsw"
6443   filter: "'NIC_Intel-X710' and
6444            '64B' and
6445            ('BASE' or 'SCALE') and
6446            'NDRPDR' and
6447            '1T1C' and
6448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6449            not 'VHOST' and
6450            'MEMIF'"
6451   parameters:
6452   - "throughput"
6453   - "parent"
6454   - "tags"
6455   sort:
6456   - "L2XCFWD"
6457   - "L2XCFWD"
6458   - "L2XCFWD"
6459   - "L2BDMACLRN"
6460   - "L2BDMACLRN"
6461   - "L2BDMACLRN"
6462   traces:
6463     hoverinfo: "x+y"
6464     boxpoints: "outliers"
6465     whiskerwidth: 0
6466   layout:
6467     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6468     layout: "plot-throughput"
6469
6470 -
6471   type: "plot"
6472   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6473   algorithm: "plot_performance_box"
6474   output-file-type: ".html"
6475   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6476   data: "plot-vpp-throughput-latency-3n-hsw"
6477   filter: "'NIC_Intel-X710' and
6478            '64B' and
6479            ('BASE' or 'SCALE') and
6480            'NDRPDR' and
6481            '2T2C' and
6482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6483            not 'VHOST' and
6484            'MEMIF'"
6485   parameters:
6486   - "throughput"
6487   - "parent"
6488   - "tags"
6489   sort:
6490   - "L2XCFWD"
6491   - "L2XCFWD"
6492   - "L2XCFWD"
6493   - "L2BDMACLRN"
6494   - "L2BDMACLRN"
6495   - "L2BDMACLRN"
6496   traces:
6497     hoverinfo: "x+y"
6498     boxpoints: "outliers"
6499     whiskerwidth: 0
6500   layout:
6501     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6502     layout: "plot-throughput"
6503
6504 -
6505   type: "plot"
6506   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6507   algorithm: "plot_performance_box"
6508   output-file-type: ".html"
6509   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6510   data: "plot-vpp-throughput-latency-3n-hsw"
6511   filter: "'NIC_Intel-X710' and
6512            '64B' and
6513            ('BASE' or 'SCALE') and
6514            'NDRPDR' and
6515            '2T2C' and
6516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6517            not 'VHOST' and
6518            'MEMIF'"
6519   parameters:
6520   - "throughput"
6521   - "parent"
6522   - "tags"
6523   sort:
6524   - "L2XCFWD"
6525   - "L2XCFWD"
6526   - "L2XCFWD"
6527   - "L2BDMACLRN"
6528   - "L2BDMACLRN"
6529   - "L2BDMACLRN"
6530   traces:
6531     hoverinfo: "x+y"
6532     boxpoints: "outliers"
6533     whiskerwidth: 0
6534   layout:
6535     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6536     layout: "plot-throughput"
6537
6538 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
6539 -
6540   type: "plot"
6541   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6542   algorithm: "plot_performance_box"
6543   output-file-type: ".html"
6544   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6545   data: "plot-vpp-throughput-latency-3n-hsw"
6546   filter: "'NIC_Intel-XL710' and
6547            '64B' and
6548            ('BASE' or 'SCALE') and
6549            'NDRPDR' and
6550            '1T1C' and
6551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6552            not 'VHOST' and
6553            'MEMIF'"
6554   parameters:
6555   - "throughput"
6556   - "parent"
6557   - "tags"
6558   sort:
6559   - "L2XCFWD"
6560   - "L2XCFWD"
6561   - "L2XCFWD"
6562   - "L2BDMACLRN"
6563   - "L2BDMACLRN"
6564   - "L2BDMACLRN"
6565   traces:
6566     hoverinfo: "x+y"
6567     boxpoints: "outliers"
6568     whiskerwidth: 0
6569   layout:
6570     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6571     layout: "plot-throughput"
6572
6573 -
6574   type: "plot"
6575   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6576   algorithm: "plot_performance_box"
6577   output-file-type: ".html"
6578   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6579   data: "plot-vpp-throughput-latency-3n-hsw"
6580   filter: "'NIC_Intel-XL710' and
6581            '64B' and
6582            ('BASE' or 'SCALE') and
6583            'NDRPDR' and
6584            '1T1C' and
6585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6586            not 'VHOST' and
6587            'MEMIF'"
6588   parameters:
6589   - "throughput"
6590   - "parent"
6591   - "tags"
6592   sort:
6593   - "L2XCFWD"
6594   - "L2XCFWD"
6595   - "L2XCFWD"
6596   - "L2BDMACLRN"
6597   - "L2BDMACLRN"
6598   - "L2BDMACLRN"
6599   traces:
6600     hoverinfo: "x+y"
6601     boxpoints: "outliers"
6602     whiskerwidth: 0
6603   layout:
6604     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6605     layout: "plot-throughput"
6606
6607 -
6608   type: "plot"
6609   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6610   algorithm: "plot_performance_box"
6611   output-file-type: ".html"
6612   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6613   data: "plot-vpp-throughput-latency-3n-hsw"
6614   filter: "'NIC_Intel-XL710' and
6615            '64B' and
6616            ('BASE' or 'SCALE') and
6617            'NDRPDR' and
6618            '2T2C' and
6619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6620            not 'VHOST' and
6621            'MEMIF'"
6622   parameters:
6623   - "throughput"
6624   - "parent"
6625   - "tags"
6626   sort:
6627   - "L2XCFWD"
6628   - "L2XCFWD"
6629   - "L2XCFWD"
6630   - "L2BDMACLRN"
6631   - "L2BDMACLRN"
6632   - "L2BDMACLRN"
6633   traces:
6634     hoverinfo: "x+y"
6635     boxpoints: "outliers"
6636     whiskerwidth: 0
6637   layout:
6638     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6639     layout: "plot-throughput"
6640
6641 -
6642   type: "plot"
6643   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6644   algorithm: "plot_performance_box"
6645   output-file-type: ".html"
6646   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6647   data: "plot-vpp-throughput-latency-3n-hsw"
6648   filter: "'NIC_Intel-XL710' and
6649            '64B' and
6650            ('BASE' or 'SCALE') and
6651            'NDRPDR' and
6652            '2T2C' and
6653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6654            not 'VHOST' and
6655            'MEMIF'"
6656   parameters:
6657   - "throughput"
6658   - "parent"
6659   - "tags"
6660   sort:
6661   - "L2XCFWD"
6662   - "L2XCFWD"
6663   - "L2XCFWD"
6664   - "L2BDMACLRN"
6665   - "L2BDMACLRN"
6666   - "L2BDMACLRN"
6667   traces:
6668     hoverinfo: "x+y"
6669     boxpoints: "outliers"
6670     whiskerwidth: 0
6671   layout:
6672     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6673     layout: "plot-throughput"
6674
6675 # Packet Throughput - VPP Container Memif 3n-skx-x710
6676 -
6677   type: "plot"
6678   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6679   algorithm: "plot_performance_box"
6680   output-file-type: ".html"
6681   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6682   data: "plot-vpp-throughput-latency-3n-skx"
6683   filter: "'NIC_Intel-X710' and
6684            '64B' and
6685            ('BASE' or 'SCALE') and
6686            'NDRPDR' and
6687            '2T1C' and
6688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6689            not 'VHOST' and
6690            'MEMIF'"
6691   parameters:
6692   - "throughput"
6693   - "parent"
6694   - "tags"
6695   sort:
6696   - "L2XCFWD"
6697   - "L2XCFWD"
6698   - "L2XCFWD"
6699   - "L2BDMACLRN"
6700   - "L2BDMACLRN"
6701   - "L2BDMACLRN"
6702   traces:
6703     hoverinfo: "x+y"
6704     boxpoints: "outliers"
6705     whiskerwidth: 0
6706   layout:
6707     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6708     layout: "plot-throughput"
6709
6710 -
6711   type: "plot"
6712   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6713   algorithm: "plot_performance_box"
6714   output-file-type: ".html"
6715   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6716   data: "plot-vpp-throughput-latency-3n-skx"
6717   filter: "'NIC_Intel-X710' and
6718            '64B' and
6719            ('BASE' or 'SCALE') and
6720            'NDRPDR' and
6721            '2T1C' and
6722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6723            not 'VHOST' and
6724            'MEMIF'"
6725   parameters:
6726   - "throughput"
6727   - "parent"
6728   - "tags"
6729   sort:
6730   - "L2XCFWD"
6731   - "L2XCFWD"
6732   - "L2XCFWD"
6733   - "L2BDMACLRN"
6734   - "L2BDMACLRN"
6735   - "L2BDMACLRN"
6736   traces:
6737     hoverinfo: "x+y"
6738     boxpoints: "outliers"
6739     whiskerwidth: 0
6740   layout:
6741     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6742     layout: "plot-throughput"
6743
6744 -
6745   type: "plot"
6746   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6747   algorithm: "plot_performance_box"
6748   output-file-type: ".html"
6749   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6750   data: "plot-vpp-throughput-latency-3n-skx"
6751   filter: "'NIC_Intel-X710' and
6752            '64B' and
6753            ('BASE' or 'SCALE') and
6754            'NDRPDR' and
6755            '4T2C' and
6756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6757            not 'VHOST' and
6758            'MEMIF'"
6759   parameters:
6760   - "throughput"
6761   - "parent"
6762   - "tags"
6763   sort:
6764   - "L2XCFWD"
6765   - "L2XCFWD"
6766   - "L2XCFWD"
6767   - "L2BDMACLRN"
6768   - "L2BDMACLRN"
6769   - "L2BDMACLRN"
6770   traces:
6771     hoverinfo: "x+y"
6772     boxpoints: "outliers"
6773     whiskerwidth: 0
6774   layout:
6775     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6776     layout: "plot-throughput"
6777
6778 -
6779   type: "plot"
6780   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6781   algorithm: "plot_performance_box"
6782   output-file-type: ".html"
6783   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6784   data: "plot-vpp-throughput-latency-3n-skx"
6785   filter: "'NIC_Intel-X710' and
6786            '64B' and
6787            ('BASE' or 'SCALE') and
6788            'NDRPDR' and
6789            '4T2C' and
6790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6791            not 'VHOST' and
6792            'MEMIF'"
6793   parameters:
6794   - "throughput"
6795   - "parent"
6796   - "tags"
6797   sort:
6798   - "L2XCFWD"
6799   - "L2XCFWD"
6800   - "L2XCFWD"
6801   - "L2BDMACLRN"
6802   - "L2BDMACLRN"
6803   - "L2BDMACLRN"
6804   traces:
6805     hoverinfo: "x+y"
6806     boxpoints: "outliers"
6807     whiskerwidth: 0
6808   layout:
6809     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6810     layout: "plot-throughput"
6811
6812 # Packet Throughput - VPP Container Memif 2n-skx-x710
6813 -
6814   type: "plot"
6815   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6816   algorithm: "plot_performance_box"
6817   output-file-type: ".html"
6818   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6819   data: "plot-vpp-throughput-latency-2n-skx"
6820   filter: "'NIC_Intel-X710' and
6821            '64B' and
6822            ('BASE' or 'SCALE') and
6823            'NDRPDR' and
6824            '2T1C' and
6825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6826            not 'VHOST' and
6827            'MEMIF'"
6828   parameters:
6829   - "throughput"
6830   - "parent"
6831   - "tags"
6832   sort:
6833   - "L2XCFWD"
6834   - "L2XCFWD"
6835   - "L2XCFWD"
6836   - "L2BDMACLRN"
6837   - "L2BDMACLRN"
6838   - "L2BDMACLRN"
6839   traces:
6840     hoverinfo: "x+y"
6841     boxpoints: "outliers"
6842     whiskerwidth: 0
6843   layout:
6844     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6845     layout: "plot-throughput"
6846
6847 -
6848   type: "plot"
6849   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6850   algorithm: "plot_performance_box"
6851   output-file-type: ".html"
6852   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6853   data: "plot-vpp-throughput-latency-2n-skx"
6854   filter: "'NIC_Intel-X710' and
6855            '64B' and
6856            ('BASE' or 'SCALE') and
6857            'NDRPDR' and
6858            '2T1C' and
6859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6860            not 'VHOST' and
6861            'MEMIF'"
6862   parameters:
6863   - "throughput"
6864   - "parent"
6865   - "tags"
6866   sort:
6867   - "L2XCFWD"
6868   - "L2XCFWD"
6869   - "L2XCFWD"
6870   - "L2BDMACLRN"
6871   - "L2BDMACLRN"
6872   - "L2BDMACLRN"
6873   traces:
6874     hoverinfo: "x+y"
6875     boxpoints: "outliers"
6876     whiskerwidth: 0
6877   layout:
6878     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6879     layout: "plot-throughput"
6880
6881 -
6882   type: "plot"
6883   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6884   algorithm: "plot_performance_box"
6885   output-file-type: ".html"
6886   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6887   data: "plot-vpp-throughput-latency-2n-skx"
6888   filter: "'NIC_Intel-X710' and
6889            '64B' and
6890            ('BASE' or 'SCALE') and
6891            'NDRPDR' and
6892            '4T2C' and
6893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6894            not 'VHOST' and
6895            'MEMIF'"
6896   parameters:
6897   - "throughput"
6898   - "parent"
6899   - "tags"
6900   sort:
6901   - "L2XCFWD"
6902   - "L2XCFWD"
6903   - "L2XCFWD"
6904   - "L2BDMACLRN"
6905   - "L2BDMACLRN"
6906   - "L2BDMACLRN"
6907   traces:
6908     hoverinfo: "x+y"
6909     boxpoints: "outliers"
6910     whiskerwidth: 0
6911   layout:
6912     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6913     layout: "plot-throughput"
6914
6915 -
6916   type: "plot"
6917   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6918   algorithm: "plot_performance_box"
6919   output-file-type: ".html"
6920   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6921   data: "plot-vpp-throughput-latency-2n-skx"
6922   filter: "'NIC_Intel-X710' and
6923            '64B' and
6924            ('BASE' or 'SCALE') and
6925            'NDRPDR' and
6926            '4T2C' and
6927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6928            not 'VHOST' and
6929            'MEMIF'"
6930   parameters:
6931   - "throughput"
6932   - "parent"
6933   - "tags"
6934   sort:
6935   - "L2XCFWD"
6936   - "L2XCFWD"
6937   - "L2XCFWD"
6938   - "L2BDMACLRN"
6939   - "L2BDMACLRN"
6940   - "L2BDMACLRN"
6941   traces:
6942     hoverinfo: "x+y"
6943     boxpoints: "outliers"
6944     whiskerwidth: 0
6945   layout:
6946     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6947     layout: "plot-throughput"
6948
6949 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6950 -
6951   type: "plot"
6952   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6953   algorithm: "plot_performance_box"
6954   output-file-type: ".html"
6955   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6956   data: "plot-vpp-throughput-latency-2n-skx"
6957   filter: "'NIC_Intel-XXV710' and
6958            '64B' and
6959            ('BASE' or 'SCALE') and
6960            'NDRPDR' and
6961            '2T1C' and
6962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6963            not 'VHOST' and
6964            'MEMIF'"
6965   parameters:
6966   - "throughput"
6967   - "parent"
6968   - "tags"
6969   sort:
6970   - "L2XCFWD"
6971   - "L2XCFWD"
6972   - "L2XCFWD"
6973   - "L2BDMACLRN"
6974   - "L2BDMACLRN"
6975   - "L2BDMACLRN"
6976   traces:
6977     hoverinfo: "x+y"
6978     boxpoints: "outliers"
6979     whiskerwidth: 0
6980   layout:
6981     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6982     layout: "plot-throughput"
6983
6984 -
6985   type: "plot"
6986   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6987   algorithm: "plot_performance_box"
6988   output-file-type: ".html"
6989   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6990   data: "plot-vpp-throughput-latency-2n-skx"
6991   filter: "'NIC_Intel-XXV710' and
6992            '64B' and
6993            ('BASE' or 'SCALE') and
6994            'NDRPDR' and
6995            '2T1C' and
6996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6997            not 'VHOST' and
6998            'MEMIF'"
6999   parameters:
7000   - "throughput"
7001   - "parent"
7002   - "tags"
7003   sort:
7004   - "L2XCFWD"
7005   - "L2XCFWD"
7006   - "L2XCFWD"
7007   - "L2BDMACLRN"
7008   - "L2BDMACLRN"
7009   - "L2BDMACLRN"
7010   traces:
7011     hoverinfo: "x+y"
7012     boxpoints: "outliers"
7013     whiskerwidth: 0
7014   layout:
7015     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7016     layout: "plot-throughput"
7017
7018 -
7019   type: "plot"
7020   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7021   algorithm: "plot_performance_box"
7022   output-file-type: ".html"
7023   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7024   data: "plot-vpp-throughput-latency-2n-skx"
7025   filter: "'NIC_Intel-XXV710' and
7026            '64B' and
7027            ('BASE' or 'SCALE') and
7028            'NDRPDR' and
7029            '4T2C' and
7030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7031            not 'VHOST' and
7032            'MEMIF'"
7033   parameters:
7034   - "throughput"
7035   - "parent"
7036   - "tags"
7037   sort:
7038   - "L2XCFWD"
7039   - "L2XCFWD"
7040   - "L2XCFWD"
7041   - "L2BDMACLRN"
7042   - "L2BDMACLRN"
7043   - "L2BDMACLRN"
7044   traces:
7045     hoverinfo: "x+y"
7046     boxpoints: "outliers"
7047     whiskerwidth: 0
7048   layout:
7049     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7050     layout: "plot-throughput"
7051
7052 -
7053   type: "plot"
7054   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7055   algorithm: "plot_performance_box"
7056   output-file-type: ".html"
7057   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7058   data: "plot-vpp-throughput-latency-2n-skx"
7059   filter: "'NIC_Intel-XXV710' and
7060            '64B' and
7061            ('BASE' or 'SCALE') and
7062            'NDRPDR' and
7063            '4T2C' and
7064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7065            not 'VHOST' and
7066            'MEMIF'"
7067   parameters:
7068   - "throughput"
7069   - "parent"
7070   - "tags"
7071   sort:
7072   - "L2XCFWD"
7073   - "L2XCFWD"
7074   - "L2XCFWD"
7075   - "L2BDMACLRN"
7076   - "L2BDMACLRN"
7077   - "L2BDMACLRN"
7078   traces:
7079     hoverinfo: "x+y"
7080     boxpoints: "outliers"
7081     whiskerwidth: 0
7082   layout:
7083     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7084     layout: "plot-throughput"
7085
7086 ################################################################################
7087
7088 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7089 -
7090   type: "plot"
7091   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7092   algorithm: "plot_performance_box"
7093   output-file-type: ".html"
7094   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7095   data: "plot-ligato-throughput-latency-3n-hsw"
7096   filter: "'NIC_Intel-X520-DA2' and
7097            '64B' and
7098            ('BASE' or 'SCALE') and
7099            'NDRPDR' and
7100            '1T1C' and
7101            'L2XCFWD' and
7102            not 'VHOST' and
7103            'MEMIF'"
7104   parameters:
7105   - "throughput"
7106   - "parent"
7107   - "tags"
7108   sort:
7109   - "1VNF"
7110   - "2VNF"
7111   - "4VNF"
7112   - "2VNF"
7113   - "4VNF"
7114   traces:
7115     hoverinfo: "x+y"
7116     boxpoints: "outliers"
7117     whiskerwidth: 0
7118   layout:
7119     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7120     layout: "plot-throughput"
7121
7122 -
7123   type: "plot"
7124   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7125   algorithm: "plot_performance_box"
7126   output-file-type: ".html"
7127   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7128   data: "plot-ligato-throughput-latency-3n-hsw"
7129   filter: "'NIC_Intel-X520-DA2' and
7130            '64B' and
7131            ('BASE' or 'SCALE') and
7132            'NDRPDR' and
7133            '1T1C' and
7134            'L2XCFWD' and
7135            not 'VHOST' and
7136            'MEMIF'"
7137   parameters:
7138   - "throughput"
7139   - "parent"
7140   - "tags"
7141   sort:
7142   - "1VNF"
7143   - "2VNF"
7144   - "4VNF"
7145   - "2VNF"
7146   - "4VNF"
7147   traces:
7148     hoverinfo: "x+y"
7149     boxpoints: "outliers"
7150     whiskerwidth: 0
7151   layout:
7152     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7153     layout: "plot-throughput"
7154
7155 -
7156   type: "plot"
7157   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7158   algorithm: "plot_performance_box"
7159   output-file-type: ".html"
7160   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7161   data: "plot-ligato-throughput-latency-3n-hsw"
7162   filter: "'NIC_Intel-X520-DA2' and
7163            '64B' and
7164            ('BASE' or 'SCALE') and
7165            'NDRPDR' and
7166            '2T2C' and
7167            'L2XCFWD' and
7168            not 'VHOST' and
7169            'MEMIF'"
7170   parameters:
7171   - "throughput"
7172   - "parent"
7173   - "tags"
7174   sort:
7175   - "1VNF"
7176   - "2VNF"
7177   - "4VNF"
7178   - "2VNF"
7179   - "4VNF"
7180   traces:
7181     hoverinfo: "x+y"
7182     boxpoints: "outliers"
7183     whiskerwidth: 0
7184   layout:
7185     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7186     layout: "plot-throughput"
7187
7188 -
7189   type: "plot"
7190   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7191   algorithm: "plot_performance_box"
7192   output-file-type: ".html"
7193   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7194   data: "plot-ligato-throughput-latency-3n-hsw"
7195   filter: "'NIC_Intel-X520-DA2' and
7196            '64B' and
7197            ('BASE' or 'SCALE') and
7198            'NDRPDR' and
7199            '2T2C' and
7200            'L2XCFWD' and
7201            not 'VHOST' and
7202            'MEMIF'"
7203   parameters:
7204   - "throughput"
7205   - "parent"
7206   - "tags"
7207   sort:
7208   - "1VNF"
7209   - "2VNF"
7210   - "4VNF"
7211   - "2VNF"
7212   - "4VNF"
7213   traces:
7214     hoverinfo: "x+y"
7215     boxpoints: "outliers"
7216     whiskerwidth: 0
7217   layout:
7218     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7219     layout: "plot-throughput"
7220
7221 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
7222 -
7223   type: "plot"
7224   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7225   algorithm: "plot_performance_box"
7226   output-file-type: ".html"
7227   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7228   data: "plot-ligato-throughput-latency-3n-hsw"
7229   filter: "'NIC_Intel-X520-DA2' and
7230            '64B' and
7231            ('BASE' or 'SCALE') and
7232            'NDRPDR' and
7233            '1T1C' and
7234            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7235            not 'VHOST' and
7236            'MEMIF'"
7237   parameters:
7238   - "throughput"
7239   - "parent"
7240   - "tags"
7241   sort:
7242   - "1VNF"
7243   - "2VNF"
7244   - "4VNF"
7245   - "2VNF"
7246   - "4VNF"
7247   traces:
7248     hoverinfo: "x+y"
7249     boxpoints: "outliers"
7250     whiskerwidth: 0
7251   layout:
7252     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7253     layout: "plot-throughput"
7254
7255 -
7256   type: "plot"
7257   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7258   algorithm: "plot_performance_box"
7259   output-file-type: ".html"
7260   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7261   data: "plot-ligato-throughput-latency-3n-hsw"
7262   filter: "'NIC_Intel-X520-DA2' and
7263            '64B' and
7264            ('BASE' or 'SCALE') and
7265            'NDRPDR' and
7266            '1T1C' and
7267            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7268            not 'VHOST' and
7269            'MEMIF'"
7270   parameters:
7271   - "throughput"
7272   - "parent"
7273   - "tags"
7274   sort:
7275   - "1VNF"
7276   - "2VNF"
7277   - "4VNF"
7278   - "2VNF"
7279   - "4VNF"
7280   traces:
7281     hoverinfo: "x+y"
7282     boxpoints: "outliers"
7283     whiskerwidth: 0
7284   layout:
7285     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7286     layout: "plot-throughput"
7287
7288 -
7289   type: "plot"
7290   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7291   algorithm: "plot_performance_box"
7292   output-file-type: ".html"
7293   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7294   data: "plot-ligato-throughput-latency-3n-hsw"
7295   filter: "'NIC_Intel-X520-DA2' and
7296            '64B' and
7297            ('BASE' or 'SCALE') and
7298            'NDRPDR' and
7299            '2T2C' and
7300            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7301            not 'VHOST' and
7302            'MEMIF'"
7303   parameters:
7304   - "throughput"
7305   - "parent"
7306   - "tags"
7307   sort:
7308   - "1VNF"
7309   - "2VNF"
7310   - "4VNF"
7311   - "2VNF"
7312   - "4VNF"
7313   traces:
7314     hoverinfo: "x+y"
7315     boxpoints: "outliers"
7316     whiskerwidth: 0
7317   layout:
7318     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7319     layout: "plot-throughput"
7320
7321 -
7322   type: "plot"
7323   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7324   algorithm: "plot_performance_box"
7325   output-file-type: ".html"
7326   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7327   data: "plot-ligato-throughput-latency-3n-hsw"
7328   filter: "'NIC_Intel-X520-DA2' and
7329            '64B' and
7330            ('BASE' or 'SCALE') and
7331            'NDRPDR' and
7332            '2T2C' and
7333            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7334            not 'VHOST' and
7335            'MEMIF'"
7336   parameters:
7337   - "throughput"
7338   - "parent"
7339   - "tags"
7340   sort:
7341   - "1VNF"
7342   - "2VNF"
7343   - "4VNF"
7344   - "2VNF"
7345   - "4VNF"
7346   traces:
7347     hoverinfo: "x+y"
7348     boxpoints: "outliers"
7349     whiskerwidth: 0
7350   layout:
7351     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7352     layout: "plot-throughput"
7353
7354 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
7355 -
7356   type: "plot"
7357   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7358   algorithm: "plot_performance_box"
7359   output-file-type: ".html"
7360   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7361   data: "plot-ligato-throughput-latency-3n-hsw"
7362   filter: "'NIC_Intel-X710' and
7363            '64B' and
7364            ('BASE' or 'SCALE') and
7365            'NDRPDR' and
7366            '1T1C' and
7367            'L2XCFWD' and
7368            not 'VHOST' and
7369            'MEMIF'"
7370   parameters:
7371   - "throughput"
7372   - "parent"
7373   - "tags"
7374   sort:
7375   - "1VNF"
7376   - "2VNF"
7377   - "4VNF"
7378   - "2VNF"
7379   - "4VNF"
7380   traces:
7381     hoverinfo: "x+y"
7382     boxpoints: "outliers"
7383     whiskerwidth: 0
7384   layout:
7385     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7386     layout: "plot-throughput"
7387
7388 -
7389   type: "plot"
7390   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7391   algorithm: "plot_performance_box"
7392   output-file-type: ".html"
7393   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7394   data: "plot-ligato-throughput-latency-3n-hsw"
7395   filter: "'NIC_Intel-X710' and
7396            '64B' and
7397            ('BASE' or 'SCALE') and
7398            'NDRPDR' and
7399            '1T1C' and
7400            'L2XCFWD' and
7401            not 'VHOST' and
7402            'MEMIF'"
7403   parameters:
7404   - "throughput"
7405   - "parent"
7406   - "tags"
7407   sort:
7408   - "1VNF"
7409   - "2VNF"
7410   - "4VNF"
7411   - "2VNF"
7412   - "4VNF"
7413   traces:
7414     hoverinfo: "x+y"
7415     boxpoints: "outliers"
7416     whiskerwidth: 0
7417   layout:
7418     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7419     layout: "plot-throughput"
7420
7421 -
7422   type: "plot"
7423   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7424   algorithm: "plot_performance_box"
7425   output-file-type: ".html"
7426   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7427   data: "plot-ligato-throughput-latency-3n-hsw"
7428   filter: "'NIC_Intel-X710' and
7429            '64B' and
7430            ('BASE' or 'SCALE') and
7431            'NDRPDR' and
7432            '2T2C' and
7433            'L2XCFWD' and
7434            not 'VHOST' and
7435            'MEMIF'"
7436   parameters:
7437   - "throughput"
7438   - "parent"
7439   - "tags"
7440   sort:
7441   - "1VNF"
7442   - "2VNF"
7443   - "4VNF"
7444   - "2VNF"
7445   - "4VNF"
7446   traces:
7447     hoverinfo: "x+y"
7448     boxpoints: "outliers"
7449     whiskerwidth: 0
7450   layout:
7451     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7452     layout: "plot-throughput"
7453
7454 -
7455   type: "plot"
7456   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7457   algorithm: "plot_performance_box"
7458   output-file-type: ".html"
7459   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7460   data: "plot-ligato-throughput-latency-3n-hsw"
7461   filter: "'NIC_Intel-X710' and
7462            '64B' and
7463            ('BASE' or 'SCALE') and
7464            'NDRPDR' and
7465            '2T2C' and
7466            'L2XCFWD' and
7467            not 'VHOST' and
7468            'MEMIF'"
7469   parameters:
7470   - "throughput"
7471   - "parent"
7472   - "tags"
7473   sort:
7474   - "1VNF"
7475   - "2VNF"
7476   - "4VNF"
7477   - "2VNF"
7478   - "4VNF"
7479   traces:
7480     hoverinfo: "x+y"
7481     boxpoints: "outliers"
7482     whiskerwidth: 0
7483   layout:
7484     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7485     layout: "plot-throughput"
7486
7487 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
7488 -
7489   type: "plot"
7490   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7491   algorithm: "plot_performance_box"
7492   output-file-type: ".html"
7493   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7494   data: "plot-ligato-throughput-latency-3n-hsw"
7495   filter: "'NIC_Intel-X710' and
7496            '64B' and
7497            ('BASE' or 'SCALE') and
7498            'NDRPDR' and
7499            '1T1C' and
7500            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7501            not 'VHOST' and
7502            'MEMIF'"
7503   parameters:
7504   - "throughput"
7505   - "parent"
7506   - "tags"
7507   sort:
7508   - "1VNF"
7509   - "2VNF"
7510   - "4VNF"
7511   - "2VNF"
7512   - "4VNF"
7513   traces:
7514     hoverinfo: "x+y"
7515     boxpoints: "outliers"
7516     whiskerwidth: 0
7517   layout:
7518     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7519     layout: "plot-throughput"
7520
7521 -
7522   type: "plot"
7523   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7524   algorithm: "plot_performance_box"
7525   output-file-type: ".html"
7526   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7527   data: "plot-ligato-throughput-latency-3n-hsw"
7528   filter: "'NIC_Intel-X710' and
7529            '64B' and
7530            ('BASE' or 'SCALE') and
7531            'NDRPDR' and
7532            '1T1C' and
7533            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7534            not 'VHOST' and
7535            'MEMIF'"
7536   parameters:
7537   - "throughput"
7538   - "parent"
7539   - "tags"
7540   sort:
7541   - "1VNF"
7542   - "2VNF"
7543   - "4VNF"
7544   - "2VNF"
7545   - "4VNF"
7546   traces:
7547     hoverinfo: "x+y"
7548     boxpoints: "outliers"
7549     whiskerwidth: 0
7550   layout:
7551     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7552     layout: "plot-throughput"
7553
7554 -
7555   type: "plot"
7556   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7557   algorithm: "plot_performance_box"
7558   output-file-type: ".html"
7559   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7560   data: "plot-ligato-throughput-latency-3n-hsw"
7561   filter: "'NIC_Intel-X710' and
7562            '64B' and
7563            ('BASE' or 'SCALE') and
7564            'NDRPDR' and
7565            '2T2C' and
7566            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7567            not 'VHOST' and
7568            'MEMIF'"
7569   parameters:
7570   - "throughput"
7571   - "parent"
7572   - "tags"
7573   sort:
7574   - "1VNF"
7575   - "2VNF"
7576   - "4VNF"
7577   - "2VNF"
7578   - "4VNF"
7579   traces:
7580     hoverinfo: "x+y"
7581     boxpoints: "outliers"
7582     whiskerwidth: 0
7583   layout:
7584     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7585     layout: "plot-throughput"
7586
7587 -
7588   type: "plot"
7589   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7590   algorithm: "plot_performance_box"
7591   output-file-type: ".html"
7592   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7593   data: "plot-ligato-throughput-latency-3n-hsw"
7594   filter: "'NIC_Intel-X710' and
7595            '64B' and
7596            ('BASE' or 'SCALE') and
7597            'NDRPDR' and
7598            '2T2C' and
7599            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7600            not 'VHOST' and
7601            'MEMIF'"
7602   parameters:
7603   - "throughput"
7604   - "parent"
7605   - "tags"
7606   sort:
7607   - "1VNF"
7608   - "2VNF"
7609   - "4VNF"
7610   - "2VNF"
7611   - "4VNF"
7612   traces:
7613     hoverinfo: "x+y"
7614     boxpoints: "outliers"
7615     whiskerwidth: 0
7616   layout:
7617     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7618     layout: "plot-throughput"
7619
7620 ################################################################################
7621
7622 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
7623 -
7624   type: "plot"
7625   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7626   algorithm: "plot_performance_box"
7627   output-file-type: ".html"
7628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7629   data: "plot-vpp-throughput-latency-3n-hsw"
7630   filter: "'NIC_Intel-X520-DA2' and
7631            '64B' and
7632            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
7633            'NDRPDR' and
7634            '1T1C' and
7635            'IP4FWD' and
7636            not 'IPSEC' and
7637            not 'VHOST'"
7638   parameters:
7639   - "throughput"
7640   - "parent"
7641   - "tags"
7642   sort:
7643   - "DOT1Q"
7644   - "IP4BASE"
7645   - "FIB_20k"
7646   - "FIB_200k"
7647   - "FIB_2M"
7648   traces:
7649     hoverinfo: "x+y"
7650     boxpoints: "outliers"
7651     whiskerwidth: 0
7652   layout:
7653     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7654     layout: "plot-throughput"
7655
7656 -
7657   type: "plot"
7658   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7659   algorithm: "plot_performance_box"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7662   data: "plot-vpp-throughput-latency-3n-hsw"
7663   filter: "'NIC_Intel-X520-DA2' and
7664            '64B' and
7665            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
7666            'NDRPDR' and
7667            '1T1C' and
7668            'IP4FWD' and
7669            not 'IPSEC' and
7670            not 'VHOST'"
7671   parameters:
7672   - "throughput"
7673   - "parent"
7674   - "tags"
7675   sort:
7676   - "DOT1Q"
7677   - "IP4BASE"
7678   - "FIB_20k"
7679   - "FIB_200k"
7680   - "FIB_2M"
7681   traces:
7682     hoverinfo: "x+y"
7683     boxpoints: "outliers"
7684     whiskerwidth: 0
7685   layout:
7686     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7687     layout: "plot-throughput"
7688
7689 -
7690   type: "plot"
7691   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7692   algorithm: "plot_performance_box"
7693   output-file-type: ".html"
7694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7695   data: "plot-vpp-throughput-latency-3n-hsw"
7696   filter: "'NIC_Intel-X520-DA2' and
7697            '64B' and
7698            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
7699            'NDRPDR' and
7700            '2T2C' and
7701            'IP4FWD' and
7702            not 'IPSEC' and
7703            not 'VHOST'"
7704   parameters:
7705   - "throughput"
7706   - "parent"
7707   - "tags"
7708   sort:
7709   - "DOT1Q"
7710   - "IP4BASE"
7711   - "FIB_20k"
7712   - "FIB_200k"
7713   - "FIB_2M"
7714   traces:
7715     hoverinfo: "x+y"
7716     boxpoints: "outliers"
7717     whiskerwidth: 0
7718   layout:
7719     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7720     layout: "plot-throughput"
7721
7722 -
7723   type: "plot"
7724   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7725   algorithm: "plot_performance_box"
7726   output-file-type: ".html"
7727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7728   data: "plot-vpp-throughput-latency-3n-hsw"
7729   filter: "'NIC_Intel-X520-DA2' and
7730            '64B' and
7731            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
7732            'NDRPDR' and
7733            '2T2C' and
7734            'IP4FWD' and
7735            not 'IPSEC' and
7736            not 'VHOST'"
7737   parameters:
7738   - "throughput"
7739   - "parent"
7740   - "tags"
7741   sort:
7742   - "DOT1Q"
7743   - "IP4BASE"
7744   - "FIB_20k"
7745   - "FIB_200k"
7746   - "FIB_2M"
7747   traces:
7748     hoverinfo: "x+y"
7749     boxpoints: "outliers"
7750     whiskerwidth: 0
7751   layout:
7752     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7753     layout: "plot-throughput"
7754
7755 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7756 -
7757   type: "plot"
7758   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7759   algorithm: "plot_performance_box"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7762   data: "plot-vpp-throughput-latency-3n-hsw"
7763   filter: "'NIC_Intel-X520-DA2' and
7764            '64B' and
7765            ('IP4BASE' or
7766             'POLICE_MARK' or
7767             'COPWHLIST' or
7768             ('NAT44' and 'BASE') or
7769             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7770            'NDRPDR' and
7771            '1T1C' and
7772            'IP4FWD' and
7773            not 'IPSEC' and
7774            not 'VHOST'"
7775   parameters:
7776   - "throughput"
7777   - "parent"
7778   - "tags"
7779   sort:
7780   - "DOT1Q"
7781   - "IP4BASE"
7782   - "NAT44"
7783   - "POLICE_MARK"
7784   - "COPWHLIST"
7785   - "IACL"
7786   - "OACL"
7787   traces:
7788     hoverinfo: "x+y"
7789     boxpoints: "outliers"
7790     whiskerwidth: 0
7791   layout:
7792     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7793     layout: "plot-throughput"
7794
7795 -
7796   type: "plot"
7797   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7798   algorithm: "plot_performance_box"
7799   output-file-type: ".html"
7800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7801   data: "plot-vpp-throughput-latency-3n-hsw"
7802   filter: "'NIC_Intel-X520-DA2' and
7803            '64B' and
7804            ('IP4BASE' or
7805             'POLICE_MARK' or
7806             'COPWHLIST' or
7807             ('NAT44' and 'BASE') or
7808             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7809            'NDRPDR' and
7810            '1T1C' and
7811            'IP4FWD' and
7812            not 'IPSEC' and
7813            not 'VHOST'"
7814   parameters:
7815   - "throughput"
7816   - "parent"
7817   - "tags"
7818   sort:
7819   - "DOT1Q"
7820   - "IP4BASE"
7821   - "NAT44"
7822   - "POLICE_MARK"
7823   - "COPWHLIST"
7824   - "IACL"
7825   - "OACL"
7826   traces:
7827     hoverinfo: "x+y"
7828     boxpoints: "outliers"
7829     whiskerwidth: 0
7830   layout:
7831     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7832     layout: "plot-throughput"
7833
7834 -
7835   type: "plot"
7836   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7837   algorithm: "plot_performance_box"
7838   output-file-type: ".html"
7839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7840   data: "plot-vpp-throughput-latency-3n-hsw"
7841   filter: "'NIC_Intel-X520-DA2' and
7842            '64B' and
7843            ('IP4BASE' or
7844             'POLICE_MARK' or
7845             'COPWHLIST' or
7846             ('NAT44' and 'BASE') or
7847             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7848            'NDRPDR' and
7849            '2T2C' and
7850            'IP4FWD' and
7851            not 'IPSEC' and
7852            not 'VHOST'"
7853   parameters:
7854   - "throughput"
7855   - "parent"
7856   - "tags"
7857   sort:
7858   - "DOT1Q"
7859   - "IP4BASE"
7860   - "NAT44"
7861   - "POLICE_MARK"
7862   - "COPWHLIST"
7863   - "IACL"
7864   - "OACL"
7865   traces:
7866     hoverinfo: "x+y"
7867     boxpoints: "outliers"
7868     whiskerwidth: 0
7869   layout:
7870     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7871     layout: "plot-throughput"
7872
7873 -
7874   type: "plot"
7875   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7876   algorithm: "plot_performance_box"
7877   output-file-type: ".html"
7878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7879   data: "plot-vpp-throughput-latency-3n-hsw"
7880   filter: "'NIC_Intel-X520-DA2' and
7881            '64B' and
7882            ('IP4BASE' or
7883             'POLICE_MARK' or
7884             'COPWHLIST' or
7885             ('NAT44' and 'BASE') or
7886             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7887            'NDRPDR' and
7888            '2T2C' and
7889            'IP4FWD' and
7890            not 'IPSEC' and
7891            not 'VHOST'"
7892   parameters:
7893   - "throughput"
7894   - "parent"
7895   - "tags"
7896   sort:
7897   - "DOT1Q"
7898   - "IP4BASE"
7899   - "NAT44"
7900   - "POLICE_MARK"
7901   - "COPWHLIST"
7902   - "IACL"
7903   - "OACL"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7910     layout: "plot-throughput"
7911
7912 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7913 -
7914   type: "plot"
7915   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7916   algorithm: "plot_performance_box"
7917   output-file-type: ".html"
7918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7919   data: "plot-vpp-throughput-latency-3n-hsw"
7920   filter: "'NIC_Intel-X520-DA2' and
7921            '64B' and
7922            'NDRPDR' and
7923            '1T1C' and
7924            'IP4FWD' and
7925            'NAT44' and
7926            not 'IPSEC' and
7927            not 'VHOST'"
7928   parameters:
7929   - "throughput"
7930   - "parent"
7931   - "tags"
7932   sort:
7933   - "BASE"
7934   - "BASE"
7935   - "SRC_USER_10"
7936   - "SRC_USER_100"
7937   - "SRC_USER_1000"
7938   - "SRC_USER_2000"
7939   traces:
7940     hoverinfo: "x+y"
7941     boxpoints: "outliers"
7942     whiskerwidth: 0
7943   layout:
7944     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7945     layout: "plot-throughput"
7946
7947 -
7948   type: "plot"
7949   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7950   algorithm: "plot_performance_box"
7951   output-file-type: ".html"
7952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7953   data: "plot-vpp-throughput-latency-3n-hsw"
7954   filter: "'NIC_Intel-X520-DA2' and
7955            '64B' and
7956            'NDRPDR' and
7957            '1T1C' and
7958            'IP4FWD' and
7959            'NAT44' and
7960            not 'IPSEC' and
7961            not 'VHOST'"
7962   parameters:
7963   - "throughput"
7964   - "parent"
7965   - "tags"
7966   sort:
7967   - "BASE"
7968   - "BASE"
7969   - "SRC_USER_10"
7970   - "SRC_USER_100"
7971   - "SRC_USER_1000"
7972   - "SRC_USER_2000"
7973   traces:
7974     hoverinfo: "x+y"
7975     boxpoints: "outliers"
7976     whiskerwidth: 0
7977   layout:
7978     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7979     layout: "plot-throughput"
7980
7981 -
7982   type: "plot"
7983   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7984   algorithm: "plot_performance_box"
7985   output-file-type: ".html"
7986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7987   data: "plot-vpp-throughput-latency-3n-hsw"
7988   filter: "'NIC_Intel-X520-DA2' and
7989            '64B' and
7990            'NDRPDR' and
7991            '2T2C' and
7992            'IP4FWD' and
7993            'NAT44' and
7994            not 'IPSEC' and
7995            not 'VHOST'"
7996   parameters:
7997   - "throughput"
7998   - "parent"
7999   - "tags"
8000   sort:
8001   - "BASE"
8002   - "BASE"
8003   - "SRC_USER_10"
8004   - "SRC_USER_100"
8005   - "SRC_USER_1000"
8006   - "SRC_USER_2000"
8007   traces:
8008     hoverinfo: "x+y"
8009     boxpoints: "outliers"
8010     whiskerwidth: 0
8011   layout:
8012     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8013     layout: "plot-throughput"
8014
8015 -
8016   type: "plot"
8017   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8018   algorithm: "plot_performance_box"
8019   output-file-type: ".html"
8020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8021   data: "plot-vpp-throughput-latency-3n-hsw"
8022   filter: "'NIC_Intel-X520-DA2' and
8023            '64B' and
8024            'NDRPDR' and
8025            '2T2C' and
8026            'IP4FWD' and
8027            'NAT44' and
8028            not 'IPSEC' and
8029            not 'VHOST'"
8030   parameters:
8031   - "throughput"
8032   - "parent"
8033   - "tags"
8034   sort:
8035   - "BASE"
8036   - "BASE"
8037   - "SRC_USER_10"
8038   - "SRC_USER_100"
8039   - "SRC_USER_1000"
8040   - "SRC_USER_2000"
8041   traces:
8042     hoverinfo: "x+y"
8043     boxpoints: "outliers"
8044     whiskerwidth: 0
8045   layout:
8046     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8047     layout: "plot-throughput"
8048
8049 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8050 -
8051   type: "plot"
8052   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8053   algorithm: "plot_performance_box"
8054   output-file-type: ".html"
8055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8056   data: "plot-vpp-throughput-latency-3n-hsw"
8057   filter: "'NIC_Intel-X520-DA2' and
8058            '64B' and
8059            'NDRPDR' and
8060            '1T1C' and
8061            'IP4FWD' and
8062            'IACL' and
8063            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8064            not 'IPSEC' and
8065            not 'VHOST'"
8066   parameters:
8067   - "throughput"
8068   - "parent"
8069   - "tags"
8070   sort:
8071   - "ACL_STATELESS"
8072   - "ACL_STATEFUL"
8073   - "ACL_STATELESS"
8074   - "ACL_STATEFUL"
8075   traces:
8076     hoverinfo: "x+y"
8077     boxpoints: "outliers"
8078     whiskerwidth: 0
8079   layout:
8080     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8081     layout: "plot-throughput"
8082
8083 -
8084   type: "plot"
8085   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8086   algorithm: "plot_performance_box"
8087   output-file-type: ".html"
8088   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8089   data: "plot-vpp-throughput-latency-3n-hsw"
8090   filter: "'NIC_Intel-X520-DA2' and
8091            '64B' and
8092            'NDRPDR' and
8093            '1T1C' and
8094            'IP4FWD' and
8095            'IACL' and
8096            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8097            not 'IPSEC' and
8098            not 'VHOST'"
8099   parameters:
8100   - "throughput"
8101   - "parent"
8102   - "tags"
8103   sort:
8104   - "ACL_STATELESS"
8105   - "ACL_STATEFUL"
8106   - "ACL_STATELESS"
8107   - "ACL_STATEFUL"
8108   traces:
8109     hoverinfo: "x+y"
8110     boxpoints: "outliers"
8111     whiskerwidth: 0
8112   layout:
8113     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8114     layout: "plot-throughput"
8115
8116 -
8117   type: "plot"
8118   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8119   algorithm: "plot_performance_box"
8120   output-file-type: ".html"
8121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8122   data: "plot-vpp-throughput-latency-3n-hsw"
8123   filter: "'NIC_Intel-X520-DA2' and
8124            '64B' and
8125            'NDRPDR' and
8126            '2T2C' and
8127            'IP4FWD' and
8128            'IACL' and
8129            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8130            not 'IPSEC' and
8131            not 'VHOST'"
8132   parameters:
8133   - "throughput"
8134   - "parent"
8135   - "tags"
8136   sort:
8137   - "ACL_STATELESS"
8138   - "ACL_STATEFUL"
8139   - "ACL_STATELESS"
8140   - "ACL_STATEFUL"
8141   traces:
8142     hoverinfo: "x+y"
8143     boxpoints: "outliers"
8144     whiskerwidth: 0
8145   layout:
8146     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8147     layout: "plot-throughput"
8148
8149 -
8150   type: "plot"
8151   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8152   algorithm: "plot_performance_box"
8153   output-file-type: ".html"
8154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8155   data: "plot-vpp-throughput-latency-3n-hsw"
8156   filter: "'NIC_Intel-X520-DA2' and
8157            '64B' and
8158            'NDRPDR' and
8159            '2T2C' and
8160            'IP4FWD' and
8161            'IACL' and
8162            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8163            not 'IPSEC' and
8164            not 'VHOST'"
8165   parameters:
8166   - "throughput"
8167   - "parent"
8168   - "tags"
8169   sort:
8170   - "ACL_STATELESS"
8171   - "ACL_STATEFUL"
8172   - "ACL_STATELESS"
8173   - "ACL_STATEFUL"
8174   traces:
8175     hoverinfo: "x+y"
8176     boxpoints: "outliers"
8177     whiskerwidth: 0
8178   layout:
8179     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8180     layout: "plot-throughput"
8181
8182 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8183 -
8184   type: "plot"
8185   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8186   algorithm: "plot_performance_box"
8187   output-file-type: ".html"
8188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8189   data: "plot-vpp-throughput-latency-3n-hsw"
8190   filter: "'NIC_Intel-X520-DA2' and
8191            '64B' and
8192            'NDRPDR' and
8193            '1T1C' and
8194            'IP4FWD' and
8195            'OACL' 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-hsw-x520-64b-1t1c-features-oacl-ndr"
8214     layout: "plot-throughput"
8215
8216 -
8217   type: "plot"
8218   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8219   algorithm: "plot_performance_box"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8222   data: "plot-vpp-throughput-latency-3n-hsw"
8223   filter: "'NIC_Intel-X520-DA2' and
8224            '64B' and
8225            'NDRPDR' and
8226            '1T1C' and
8227            'IP4FWD' and
8228            'OACL' 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-hsw-x520-64b-1t1c-features-oacl-pdr"
8247     layout: "plot-throughput"
8248
8249 -
8250   type: "plot"
8251   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8252   algorithm: "plot_performance_box"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8255   data: "plot-vpp-throughput-latency-3n-hsw"
8256   filter: "'NIC_Intel-X520-DA2' and
8257            '64B' and
8258            'NDRPDR' and
8259            '2T2C' and
8260            'IP4FWD' and
8261            'OACL' 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-hsw-x520-64b-2t2c-features-oacl-ndr"
8280     layout: "plot-throughput"
8281
8282 -
8283   type: "plot"
8284   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8285   algorithm: "plot_performance_box"
8286   output-file-type: ".html"
8287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8288   data: "plot-vpp-throughput-latency-3n-hsw"
8289   filter: "'NIC_Intel-X520-DA2' and
8290            '64B' and
8291            'NDRPDR' and
8292            '2T2C' and
8293            'IP4FWD' and
8294            'OACL' 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-hsw-x520-64b-2t2c-features-oacl-pdr"
8313     layout: "plot-throughput"
8314
8315 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
8316 -
8317   type: "plot"
8318   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8322   data: "plot-vpp-throughput-latency-3n-hsw"
8323   filter: "'NIC_Intel-X710' and
8324            '64B' and
8325            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8326            'NDRPDR' and
8327            '1T1C' and
8328            'IP4FWD' and
8329            not 'IPSEC' and
8330            not 'VHOST'"
8331   parameters:
8332   - "throughput"
8333   - "parent"
8334   - "tags"
8335   sort:
8336   - "DOT1Q"
8337   - "IP4BASE"
8338   - "FIB_20K"
8339   - "FIB_200K"
8340   - "FIB_2M"
8341   traces:
8342     hoverinfo: "x+y"
8343     boxpoints: "outliers"
8344     whiskerwidth: 0
8345   layout:
8346     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8347     layout: "plot-throughput"
8348
8349 -
8350   type: "plot"
8351   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8352   algorithm: "plot_performance_box"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8355   data: "plot-vpp-throughput-latency-3n-hsw"
8356   filter: "'NIC_Intel-X710' and
8357            '64B' and
8358            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8359            'NDRPDR' and
8360            '1T1C' and
8361            'IP4FWD' and
8362            not 'IPSEC' and
8363            not 'VHOST'"
8364   parameters:
8365   - "throughput"
8366   - "parent"
8367   - "tags"
8368   sort:
8369   - "DOT1Q"
8370   - "IP4BASE"
8371   - "FIB_20K"
8372   - "FIB_200K"
8373   - "FIB_2M"
8374   traces:
8375     hoverinfo: "x+y"
8376     boxpoints: "outliers"
8377     whiskerwidth: 0
8378   layout:
8379     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8380     layout: "plot-throughput"
8381
8382 -
8383   type: "plot"
8384   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8385   algorithm: "plot_performance_box"
8386   output-file-type: ".html"
8387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8388   data: "plot-vpp-throughput-latency-3n-hsw"
8389   filter: "'NIC_Intel-X710' and
8390            '64B' and
8391            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8392            'NDRPDR' and
8393            '2T2C' and
8394            'IP4FWD' and
8395            not 'IPSEC' and
8396            not 'VHOST'"
8397   parameters:
8398   - "throughput"
8399   - "parent"
8400   - "tags"
8401   sort:
8402   - "DOT1Q"
8403   - "IP4BASE"
8404   - "FIB_20K"
8405   - "FIB_200K"
8406   - "FIB_2M"
8407   traces:
8408     hoverinfo: "x+y"
8409     boxpoints: "outliers"
8410     whiskerwidth: 0
8411   layout:
8412     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8413     layout: "plot-throughput"
8414
8415 -
8416   type: "plot"
8417   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8418   algorithm: "plot_performance_box"
8419   output-file-type: ".html"
8420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8421   data: "plot-vpp-throughput-latency-3n-hsw"
8422   filter: "'NIC_Intel-X710' and
8423            '64B' and
8424            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8425            'NDRPDR' and
8426            '2T2C' and
8427            'IP4FWD' and
8428            not 'IPSEC' and
8429            not 'VHOST'"
8430   parameters:
8431   - "throughput"
8432   - "parent"
8433   - "tags"
8434   sort:
8435   - "DOT1Q"
8436   - "IP4BASE"
8437   - "FIB_20K"
8438   - "FIB_200K"
8439   - "FIB_2M"
8440   traces:
8441     hoverinfo: "x+y"
8442     boxpoints: "outliers"
8443     whiskerwidth: 0
8444   layout:
8445     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8446     layout: "plot-throughput"
8447
8448 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
8449 -
8450   type: "plot"
8451   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8452   algorithm: "plot_performance_box"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8455   data: "plot-vpp-throughput-latency-3n-hsw"
8456   filter: "'NIC_Intel-X710' and
8457            '64B' and
8458            ('IP4BASE' or
8459             'POLICE_MARK' or
8460             'COPWHLIST' or
8461             ('NAT44' and 'BASE') or
8462             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8463            'NDRPDR' and
8464            '1T1C' and
8465            'IP4FWD' and
8466            not 'IPSEC' and
8467            not 'VHOST'"
8468   parameters:
8469   - "throughput"
8470   - "parent"
8471   - "tags"
8472   sort:
8473   - "IP4BASE"
8474   - "NAT44"
8475   - "POLICE_MARK"
8476   - "COPWHLIST"
8477   - "IACL"
8478   - "OACL"
8479   traces:
8480     hoverinfo: "x+y"
8481     boxpoints: "outliers"
8482     whiskerwidth: 0
8483   layout:
8484     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8485     layout: "plot-throughput"
8486
8487 -
8488   type: "plot"
8489   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8490   algorithm: "plot_performance_box"
8491   output-file-type: ".html"
8492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8493   data: "plot-vpp-throughput-latency-3n-hsw"
8494   filter: "'NIC_Intel-X710' and
8495            '64B' and
8496            ('IP4BASE' or
8497             'POLICE_MARK' or
8498             'COPWHLIST' or
8499             ('NAT44' and 'BASE') or
8500             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8501            'NDRPDR' and
8502            '1T1C' and
8503            'IP4FWD' and
8504            not 'IPSEC' and
8505            not 'VHOST'"
8506   parameters:
8507   - "throughput"
8508   - "parent"
8509   - "tags"
8510   sort:
8511   - "IP4BASE"
8512   - "NAT44"
8513   - "POLICE_MARK"
8514   - "COPWHLIST"
8515   - "IACL"
8516   - "OACL"
8517   traces:
8518     hoverinfo: "x+y"
8519     boxpoints: "outliers"
8520     whiskerwidth: 0
8521   layout:
8522     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8523     layout: "plot-throughput"
8524
8525 -
8526   type: "plot"
8527   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8528   algorithm: "plot_performance_box"
8529   output-file-type: ".html"
8530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8531   data: "plot-vpp-throughput-latency-3n-hsw"
8532   filter: "'NIC_Intel-X710' and
8533            '64B' and
8534            ('IP4BASE' or
8535             'POLICE_MARK' or
8536             'COPWHLIST' or
8537             ('NAT44' and 'BASE') or
8538             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8539            'NDRPDR' and
8540            '2T2C' and
8541            'IP4FWD' and
8542            not 'IPSEC' and
8543            not 'VHOST'"
8544   parameters:
8545   - "throughput"
8546   - "parent"
8547   - "tags"
8548   sort:
8549   - "IP4BASE"
8550   - "NAT44"
8551   - "POLICE_MARK"
8552   - "COPWHLIST"
8553   - "IACL"
8554   - "OACL"
8555   traces:
8556     hoverinfo: "x+y"
8557     boxpoints: "outliers"
8558     whiskerwidth: 0
8559   layout:
8560     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8561     layout: "plot-throughput"
8562
8563 -
8564   type: "plot"
8565   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8566   algorithm: "plot_performance_box"
8567   output-file-type: ".html"
8568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8569   data: "plot-vpp-throughput-latency-3n-hsw"
8570   filter: "'NIC_Intel-X710' and
8571            '64B' and
8572            ('IP4BASE' or
8573             'POLICE_MARK' or
8574             'COPWHLIST' or
8575             ('NAT44' and 'BASE') or
8576             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8577            'NDRPDR' and
8578            '2T2C' and
8579            'IP4FWD' and
8580            not 'IPSEC' and
8581            not 'VHOST'"
8582   parameters:
8583   - "throughput"
8584   - "parent"
8585   - "tags"
8586   sort:
8587   - "IP4BASE"
8588   - "NAT44"
8589   - "POLICE_MARK"
8590   - "COPWHLIST"
8591   - "IACL"
8592   - "OACL"
8593   traces:
8594     hoverinfo: "x+y"
8595     boxpoints: "outliers"
8596     whiskerwidth: 0
8597   layout:
8598     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8599     layout: "plot-throughput"
8600
8601 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
8602 -
8603   type: "plot"
8604   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8605   algorithm: "plot_performance_box"
8606   output-file-type: ".html"
8607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8608   data: "plot-vpp-throughput-latency-3n-skx"
8609   filter: "'NIC_Intel-X710' and
8610            '64B' and
8611            'NDRPDR' and
8612            '2T1C' and
8613            'IP4FWD' and
8614            'NAT44' and
8615            not 'IPSEC' and
8616            not 'VHOST'"
8617   parameters:
8618   - "throughput"
8619   - "parent"
8620   - "tags"
8621   sort:
8622   - "BASE"
8623   - "BASE"
8624   - "SRC_USER_10"
8625   - "SRC_USER_100"
8626   - "SRC_USER_1000"
8627   - "SRC_USER_2000"
8628   traces:
8629     hoverinfo: "x+y"
8630     boxpoints: "outliers"
8631     whiskerwidth: 0
8632   layout:
8633     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8634     layout: "plot-throughput"
8635
8636 -
8637   type: "plot"
8638   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8639   algorithm: "plot_performance_box"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8642   data: "plot-vpp-throughput-latency-3n-skx"
8643   filter: "'NIC_Intel-X710' and
8644            '64B' and
8645            'NDRPDR' and
8646            '2T1C' and
8647            'IP4FWD' and
8648            'NAT44' and
8649            not 'IPSEC' and
8650            not 'VHOST'"
8651   parameters:
8652   - "throughput"
8653   - "parent"
8654   - "tags"
8655   sort:
8656   - "BASE"
8657   - "BASE"
8658   - "SRC_USER_10"
8659   - "SRC_USER_100"
8660   - "SRC_USER_1000"
8661   - "SRC_USER_2000"
8662   traces:
8663     hoverinfo: "x+y"
8664     boxpoints: "outliers"
8665     whiskerwidth: 0
8666   layout:
8667     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8668     layout: "plot-throughput"
8669
8670 -
8671   type: "plot"
8672   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8673   algorithm: "plot_performance_box"
8674   output-file-type: ".html"
8675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8676   data: "plot-vpp-throughput-latency-3n-skx"
8677   filter: "'NIC_Intel-X710' and
8678            '64B' and
8679            'NDRPDR' and
8680            '4T2C' and
8681            'IP4FWD' and
8682            'NAT44' and
8683            not 'IPSEC' and
8684            not 'VHOST'"
8685   parameters:
8686   - "throughput"
8687   - "parent"
8688   - "tags"
8689   sort:
8690   - "BASE"
8691   - "BASE"
8692   - "SRC_USER_10"
8693   - "SRC_USER_100"
8694   - "SRC_USER_1000"
8695   - "SRC_USER_2000"
8696   traces:
8697     hoverinfo: "x+y"
8698     boxpoints: "outliers"
8699     whiskerwidth: 0
8700   layout:
8701     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8702     layout: "plot-throughput"
8703
8704 -
8705   type: "plot"
8706   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8707   algorithm: "plot_performance_box"
8708   output-file-type: ".html"
8709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8710   data: "plot-vpp-throughput-latency-3n-skx"
8711   filter: "'NIC_Intel-X710' and
8712            '64B' and
8713            'NDRPDR' and
8714            '4T2C' and
8715            'IP4FWD' and
8716            'NAT44' and
8717            not 'IPSEC' and
8718            not 'VHOST'"
8719   parameters:
8720   - "throughput"
8721   - "parent"
8722   - "tags"
8723   sort:
8724   - "BASE"
8725   - "BASE"
8726   - "SRC_USER_10"
8727   - "SRC_USER_100"
8728   - "SRC_USER_1000"
8729   - "SRC_USER_2000"
8730   traces:
8731     hoverinfo: "x+y"
8732     boxpoints: "outliers"
8733     whiskerwidth: 0
8734   layout:
8735     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8736     layout: "plot-throughput"
8737
8738 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8739 -
8740   type: "plot"
8741   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8742   algorithm: "plot_performance_box"
8743   output-file-type: ".html"
8744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8745   data: "plot-vpp-throughput-latency-3n-skx"
8746   filter: "'NIC_Intel-X710' and
8747            '64B' and
8748            'NDRPDR' and
8749            '2T1C' and
8750            'IP4FWD' and
8751            'IACL' and
8752            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8753            not 'IPSEC' and
8754            not 'VHOST'"
8755   parameters:
8756   - "throughput"
8757   - "parent"
8758   - "tags"
8759   sort:
8760   - "ACL_STATELESS"
8761   - "ACL_STATEFUL"
8762   - "ACL_STATELESS"
8763   - "ACL_STATEFUL"
8764   traces:
8765     hoverinfo: "x+y"
8766     boxpoints: "outliers"
8767     whiskerwidth: 0
8768   layout:
8769     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8770     layout: "plot-throughput"
8771
8772 -
8773   type: "plot"
8774   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8775   algorithm: "plot_performance_box"
8776   output-file-type: ".html"
8777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8778   data: "plot-vpp-throughput-latency-3n-skx"
8779   filter: "'NIC_Intel-X710' and
8780            '64B' and
8781            'NDRPDR' and
8782            '2T1C' and
8783            'IP4FWD' and
8784            'IACL' and
8785            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8786            not 'IPSEC' and
8787            not 'VHOST'"
8788   parameters:
8789   - "throughput"
8790   - "parent"
8791   - "tags"
8792   sort:
8793   - "ACL_STATELESS"
8794   - "ACL_STATEFUL"
8795   - "ACL_STATELESS"
8796   - "ACL_STATEFUL"
8797   traces:
8798     hoverinfo: "x+y"
8799     boxpoints: "outliers"
8800     whiskerwidth: 0
8801   layout:
8802     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8803     layout: "plot-throughput"
8804
8805 -
8806   type: "plot"
8807   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8808   algorithm: "plot_performance_box"
8809   output-file-type: ".html"
8810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8811   data: "plot-vpp-throughput-latency-3n-skx"
8812   filter: "'NIC_Intel-X710' and
8813            '64B' and
8814            'NDRPDR' and
8815            '4T2C' and
8816            'IP4FWD' and
8817            'IACL' and
8818            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8819            not 'IPSEC' and
8820            not 'VHOST'"
8821   parameters:
8822   - "throughput"
8823   - "parent"
8824   - "tags"
8825   sort:
8826   - "ACL_STATELESS"
8827   - "ACL_STATEFUL"
8828   - "ACL_STATELESS"
8829   - "ACL_STATEFUL"
8830   traces:
8831     hoverinfo: "x+y"
8832     boxpoints: "outliers"
8833     whiskerwidth: 0
8834   layout:
8835     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8836     layout: "plot-throughput"
8837
8838 -
8839   type: "plot"
8840   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8841   algorithm: "plot_performance_box"
8842   output-file-type: ".html"
8843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8844   data: "plot-vpp-throughput-latency-3n-skx"
8845   filter: "'NIC_Intel-X710' and
8846            '64B' and
8847            'NDRPDR' and
8848            '4T2C' and
8849            'IP4FWD' and
8850            'IACL' and
8851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8852            not 'IPSEC' and
8853            not 'VHOST'"
8854   parameters:
8855   - "throughput"
8856   - "parent"
8857   - "tags"
8858   sort:
8859   - "ACL_STATELESS"
8860   - "ACL_STATEFUL"
8861   - "ACL_STATELESS"
8862   - "ACL_STATEFUL"
8863   traces:
8864     hoverinfo: "x+y"
8865     boxpoints: "outliers"
8866     whiskerwidth: 0
8867   layout:
8868     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8869     layout: "plot-throughput"
8870
8871 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8872 -
8873   type: "plot"
8874   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8875   algorithm: "plot_performance_box"
8876   output-file-type: ".html"
8877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8878   data: "plot-vpp-throughput-latency-3n-skx"
8879   filter: "'NIC_Intel-X710' and
8880            '64B' and
8881            'NDRPDR' and
8882            '2T1C' and
8883            'IP4FWD' and
8884            'OACL' and
8885            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8886            not 'IPSEC' and
8887            not 'VHOST'"
8888   parameters:
8889   - "throughput"
8890   - "parent"
8891   - "tags"
8892   sort:
8893   - "ACL_STATELESS"
8894   - "ACL_STATEFUL"
8895   - "ACL_STATELESS"
8896   - "ACL_STATEFUL"
8897   traces:
8898     hoverinfo: "x+y"
8899     boxpoints: "outliers"
8900     whiskerwidth: 0
8901   layout:
8902     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8903     layout: "plot-throughput"
8904
8905 -
8906   type: "plot"
8907   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8908   algorithm: "plot_performance_box"
8909   output-file-type: ".html"
8910   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8911   data: "plot-vpp-throughput-latency-3n-skx"
8912   filter: "'NIC_Intel-X710' and
8913            '64B' and
8914            'NDRPDR' and
8915            '2T1C' and
8916            'IP4FWD' and
8917            'OACL' and
8918            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8919            not 'IPSEC' and
8920            not 'VHOST'"
8921   parameters:
8922   - "throughput"
8923   - "parent"
8924   - "tags"
8925   sort:
8926   - "ACL_STATELESS"
8927   - "ACL_STATEFUL"
8928   - "ACL_STATELESS"
8929   - "ACL_STATEFUL"
8930   traces:
8931     hoverinfo: "x+y"
8932     boxpoints: "outliers"
8933     whiskerwidth: 0
8934   layout:
8935     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8936     layout: "plot-throughput"
8937
8938 -
8939   type: "plot"
8940   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8941   algorithm: "plot_performance_box"
8942   output-file-type: ".html"
8943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8944   data: "plot-vpp-throughput-latency-3n-skx"
8945   filter: "'NIC_Intel-X710' and
8946            '64B' and
8947            'NDRPDR' and
8948            '4T2C' and
8949            'IP4FWD' and
8950            'OACL' and
8951            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8952            not 'IPSEC' and
8953            not 'VHOST'"
8954   parameters:
8955   - "throughput"
8956   - "parent"
8957   - "tags"
8958   sort:
8959   - "ACL_STATELESS"
8960   - "ACL_STATEFUL"
8961   - "ACL_STATELESS"
8962   - "ACL_STATEFUL"
8963   traces:
8964     hoverinfo: "x+y"
8965     boxpoints: "outliers"
8966     whiskerwidth: 0
8967   layout:
8968     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8969     layout: "plot-throughput"
8970
8971 -
8972   type: "plot"
8973   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8974   algorithm: "plot_performance_box"
8975   output-file-type: ".html"
8976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8977   data: "plot-vpp-throughput-latency-3n-skx"
8978   filter: "'NIC_Intel-X710' and
8979            '64B' and
8980            'NDRPDR' and
8981            '4T2C' and
8982            'IP4FWD' and
8983            'OACL' and
8984            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8985            not 'IPSEC' and
8986            not 'VHOST'"
8987   parameters:
8988   - "throughput"
8989   - "parent"
8990   - "tags"
8991   sort:
8992   - "ACL_STATELESS"
8993   - "ACL_STATEFUL"
8994   - "ACL_STATELESS"
8995   - "ACL_STATEFUL"
8996   traces:
8997     hoverinfo: "x+y"
8998     boxpoints: "outliers"
8999     whiskerwidth: 0
9000   layout:
9001     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9002     layout: "plot-throughput"
9003
9004 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9005 -
9006   type: "plot"
9007   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9008   algorithm: "plot_performance_box"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9011   data: "plot-vpp-throughput-latency-3n-hsw"
9012   filter: "'NIC_Intel-XL710' and
9013            '64B' and
9014            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9015            'NDRPDR' and
9016            '1T1C' and
9017            'IP4FWD' and
9018            not 'IPSEC' and
9019            not 'VHOST'"
9020   parameters:
9021   - "throughput"
9022   - "parent"
9023   - "tags"
9024   sort:
9025   - "IP4BASE"
9026   - "FIB_20K"
9027   - "FIB_200K"
9028   - "FIB_2M"
9029   traces:
9030     hoverinfo: "x+y"
9031     boxpoints: "outliers"
9032     whiskerwidth: 0
9033   layout:
9034     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9035     layout: "plot-throughput"
9036
9037 -
9038   type: "plot"
9039   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9040   algorithm: "plot_performance_box"
9041   output-file-type: ".html"
9042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9043   data: "plot-vpp-throughput-latency-3n-hsw"
9044   filter: "'NIC_Intel-XL710' and
9045            '64B' and
9046            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9047            'NDRPDR' and
9048            '1T1C' and
9049            'IP4FWD' and
9050            not 'IPSEC' and
9051            not 'VHOST'"
9052   parameters:
9053   - "throughput"
9054   - "parent"
9055   - "tags"
9056   sort:
9057   - "IP4BASE"
9058   - "FIB_20K"
9059   - "FIB_200K"
9060   - "FIB_2M"
9061   traces:
9062     hoverinfo: "x+y"
9063     boxpoints: "outliers"
9064     whiskerwidth: 0
9065   layout:
9066     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9067     layout: "plot-throughput"
9068
9069 -
9070   type: "plot"
9071   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9072   algorithm: "plot_performance_box"
9073   output-file-type: ".html"
9074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9075   data: "plot-vpp-throughput-latency-3n-hsw"
9076   filter: "'NIC_Intel-XL710' and
9077            '64B' and
9078            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9079            'NDRPDR' and
9080            '2T2C' and
9081            'IP4FWD' and
9082            not 'IPSEC' and
9083            not 'VHOST'"
9084   parameters:
9085   - "throughput"
9086   - "parent"
9087   - "tags"
9088   sort:
9089   - "IP4BASE"
9090   - "FIB_20K"
9091   - "FIB_200K"
9092   - "FIB_2M"
9093   traces:
9094     hoverinfo: "x+y"
9095     boxpoints: "outliers"
9096     whiskerwidth: 0
9097   layout:
9098     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9099     layout: "plot-throughput"
9100
9101 -
9102   type: "plot"
9103   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9104   algorithm: "plot_performance_box"
9105   output-file-type: ".html"
9106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9107   data: "plot-vpp-throughput-latency-3n-hsw"
9108   filter: "'NIC_Intel-XL710' and
9109            '64B' and
9110            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9111            'NDRPDR' and
9112            '2T2C' and
9113            'IP4FWD' and
9114            not 'IPSEC' and
9115            not 'VHOST'"
9116   parameters:
9117   - "throughput"
9118   - "parent"
9119   - "tags"
9120   sort:
9121   - "IP4BASE"
9122   - "FIB_20K"
9123   - "FIB_200K"
9124   - "FIB_2M"
9125   traces:
9126     hoverinfo: "x+y"
9127     boxpoints: "outliers"
9128     whiskerwidth: 0
9129   layout:
9130     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9131     layout: "plot-throughput"
9132
9133 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9134 -
9135   type: "plot"
9136   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9137   algorithm: "plot_performance_box"
9138   output-file-type: ".html"
9139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9140   data: "plot-vpp-throughput-latency-3n-skx"
9141   filter: "'NIC_Intel-X710' and
9142            '64B' and
9143            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9144            'NDRPDR' and
9145            '2T1C' and
9146            'IP4FWD' and
9147            not 'IPSEC' and
9148            not 'VHOST'"
9149   parameters:
9150   - "throughput"
9151   - "parent"
9152   - "tags"
9153   sort:
9154   - "IP4BASE"
9155   - "FIB_20K"
9156   - "FIB_200K"
9157   - "FIB_2M"
9158   traces:
9159     hoverinfo: "x+y"
9160     boxpoints: "outliers"
9161     whiskerwidth: 0
9162   layout:
9163     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9164     layout: "plot-throughput"
9165
9166 -
9167   type: "plot"
9168   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9169   algorithm: "plot_performance_box"
9170   output-file-type: ".html"
9171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9172   data: "plot-vpp-throughput-latency-3n-skx"
9173   filter: "'NIC_Intel-X710' and
9174            '64B' and
9175            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9176            'NDRPDR' and
9177            '2T1C' and
9178            'IP4FWD' and
9179            not 'IPSEC' and
9180            not 'VHOST'"
9181   parameters:
9182   - "throughput"
9183   - "parent"
9184   - "tags"
9185   sort:
9186   - "IP4BASE"
9187   - "FIB_20K"
9188   - "FIB_200K"
9189   - "FIB_2M"
9190   traces:
9191     hoverinfo: "x+y"
9192     boxpoints: "outliers"
9193     whiskerwidth: 0
9194   layout:
9195     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9196     layout: "plot-throughput"
9197
9198 -
9199   type: "plot"
9200   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9201   algorithm: "plot_performance_box"
9202   output-file-type: ".html"
9203   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9204   data: "plot-vpp-throughput-latency-3n-skx"
9205   filter: "'NIC_Intel-X710' and
9206            '64B' and
9207            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9208            'NDRPDR' and
9209            '4T2C' and
9210            'IP4FWD' and
9211            not 'IPSEC' and
9212            not 'VHOST'"
9213   parameters:
9214   - "throughput"
9215   - "parent"
9216   - "tags"
9217   sort:
9218   - "IP4BASE"
9219   - "FIB_20K"
9220   - "FIB_200K"
9221   - "FIB_2M"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9228     layout: "plot-throughput"
9229
9230 -
9231   type: "plot"
9232   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9233   algorithm: "plot_performance_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9236   data: "plot-vpp-throughput-latency-3n-skx"
9237   filter: "'NIC_Intel-X710' and
9238            '64B' and
9239            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9240            'NDRPDR' and
9241            '4T2C' and
9242            'IP4FWD' and
9243            not 'IPSEC' and
9244            not 'VHOST'"
9245   parameters:
9246   - "throughput"
9247   - "parent"
9248   - "tags"
9249   sort:
9250   - "IP4BASE"
9251   - "FIB_20K"
9252   - "FIB_200K"
9253   - "FIB_2M"
9254   traces:
9255     hoverinfo: "x+y"
9256     boxpoints: "outliers"
9257     whiskerwidth: 0
9258   layout:
9259     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9260     layout: "plot-throughput"
9261
9262 # Packet Throughput - VPP IPv4 3n-skx-x710 features
9263 -
9264   type: "plot"
9265   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
9266   algorithm: "plot_performance_box"
9267   output-file-type: ".html"
9268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
9269   data: "plot-vpp-throughput-latency-3n-skx"
9270   filter: "'NIC_Intel-X710' and
9271            '64B' and
9272            ('IP4BASE' or
9273             'POLICE_MARK' or
9274             'COPWHLIST' or
9275             ('NAT44' and 'BASE') or
9276             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9277            'NDRPDR' and
9278            '2T1C' and
9279            'IP4FWD' and
9280            not 'IPSEC' and
9281            not 'VHOST'"
9282   parameters:
9283   - "throughput"
9284   - "parent"
9285   - "tags"
9286   sort:
9287   - "IP4BASE"
9288   - "NAT44"
9289   - "POLICE_MARK"
9290   - "COPWHLIST"
9291   - "IACL"
9292   - "OACL"
9293   traces:
9294     hoverinfo: "x+y"
9295     boxpoints: "outliers"
9296     whiskerwidth: 0
9297   layout:
9298     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
9299     layout: "plot-throughput"
9300
9301 -
9302   type: "plot"
9303   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9304   algorithm: "plot_performance_box"
9305   output-file-type: ".html"
9306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9307   data: "plot-vpp-throughput-latency-3n-skx"
9308   filter: "'NIC_Intel-X710' and
9309            '64B' and
9310            ('IP4BASE' or
9311             'POLICE_MARK' or
9312             'COPWHLIST' or
9313             ('NAT44' and 'BASE') or
9314             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9315            'NDRPDR' and
9316            '2T1C' and
9317            'IP4FWD' and
9318            not 'IPSEC' and
9319            not 'VHOST'"
9320   parameters:
9321   - "throughput"
9322   - "parent"
9323   - "tags"
9324   sort:
9325   - "IP4BASE"
9326   - "NAT44"
9327   - "POLICE_MARK"
9328   - "COPWHLIST"
9329   - "IACL"
9330   - "OACL"
9331   traces:
9332     hoverinfo: "x+y"
9333     boxpoints: "outliers"
9334     whiskerwidth: 0
9335   layout:
9336     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
9337     layout: "plot-throughput"
9338
9339 -
9340   type: "plot"
9341   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
9342   algorithm: "plot_performance_box"
9343   output-file-type: ".html"
9344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
9345   data: "plot-vpp-throughput-latency-3n-skx"
9346   filter: "'NIC_Intel-X710' and
9347            '64B' and
9348            ('IP4BASE' or
9349             'POLICE_MARK' or
9350             'COPWHLIST' or
9351             ('NAT44' and 'BASE') or
9352             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9353            'NDRPDR' and
9354            '4T2C' and
9355            'IP4FWD' and
9356            not 'IPSEC' and
9357            not 'VHOST'"
9358   parameters:
9359   - "throughput"
9360   - "parent"
9361   - "tags"
9362   sort:
9363   - "IP4BASE"
9364   - "NAT44"
9365   - "POLICE_MARK"
9366   - "COPWHLIST"
9367   - "IACL"
9368   - "OACL"
9369   traces:
9370     hoverinfo: "x+y"
9371     boxpoints: "outliers"
9372     whiskerwidth: 0
9373   layout:
9374     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
9375     layout: "plot-throughput"
9376
9377 -
9378   type: "plot"
9379   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
9380   algorithm: "plot_performance_box"
9381   output-file-type: ".html"
9382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
9383   data: "plot-vpp-throughput-latency-3n-skx"
9384   filter: "'NIC_Intel-X710' and
9385            '64B' and
9386            ('IP4BASE' or
9387             'POLICE_MARK' or
9388             'COPWHLIST' or
9389             ('NAT44' and 'BASE') or
9390             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9391            'NDRPDR' and
9392            '4T2C' and
9393            'IP4FWD' and
9394            not 'IPSEC' and
9395            not 'VHOST'"
9396   parameters:
9397   - "throughput"
9398   - "parent"
9399   - "tags"
9400   sort:
9401   - "IP4BASE"
9402   - "NAT44"
9403   - "POLICE_MARK"
9404   - "COPWHLIST"
9405   - "IACL"
9406   - "OACL"
9407   traces:
9408     hoverinfo: "x+y"
9409     boxpoints: "outliers"
9410     whiskerwidth: 0
9411   layout:
9412     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
9413     layout: "plot-throughput"
9414
9415 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
9416 -
9417   type: "plot"
9418   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9419   algorithm: "plot_performance_box"
9420   output-file-type: ".html"
9421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9422   data: "plot-vpp-throughput-latency-3n-hsw"
9423   filter: "'NIC_Intel-X710' and
9424            '64B' and
9425            'NDRPDR' and
9426            '1T1C' and
9427            'IP4FWD' and
9428            'NAT44' and
9429            not 'IPSEC' and
9430            not 'VHOST'"
9431   parameters:
9432   - "throughput"
9433   - "parent"
9434   - "tags"
9435   sort:
9436   - "BASE"
9437   - "BASE"
9438   - "SRC_USER_10"
9439   - "SRC_USER_100"
9440   - "SRC_USER_1000"
9441   - "SRC_USER_2000"
9442   traces:
9443     hoverinfo: "x+y"
9444     boxpoints: "outliers"
9445     whiskerwidth: 0
9446   layout:
9447     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9448     layout: "plot-throughput"
9449
9450 -
9451   type: "plot"
9452   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9453   algorithm: "plot_performance_box"
9454   output-file-type: ".html"
9455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9456   data: "plot-vpp-throughput-latency-3n-hsw"
9457   filter: "'NIC_Intel-X710' and
9458            '64B' and
9459            'NDRPDR' and
9460            '1T1C' and
9461            'IP4FWD' and
9462            'NAT44' and
9463            not 'IPSEC' and
9464            not 'VHOST'"
9465   parameters:
9466   - "throughput"
9467   - "parent"
9468   - "tags"
9469   sort:
9470   - "BASE"
9471   - "BASE"
9472   - "SRC_USER_10"
9473   - "SRC_USER_100"
9474   - "SRC_USER_1000"
9475   - "SRC_USER_2000"
9476   traces:
9477     hoverinfo: "x+y"
9478     boxpoints: "outliers"
9479     whiskerwidth: 0
9480   layout:
9481     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9482     layout: "plot-throughput"
9483
9484 -
9485   type: "plot"
9486   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9487   algorithm: "plot_performance_box"
9488   output-file-type: ".html"
9489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9490   data: "plot-vpp-throughput-latency-3n-hsw"
9491   filter: "'NIC_Intel-X710' and
9492            '64B' and
9493            'NDRPDR' and
9494            '2T2C' and
9495            'IP4FWD' and
9496            'NAT44' and
9497            not 'IPSEC' and
9498            not 'VHOST'"
9499   parameters:
9500   - "throughput"
9501   - "parent"
9502   - "tags"
9503   sort:
9504   - "BASE"
9505   - "BASE"
9506   - "SRC_USER_10"
9507   - "SRC_USER_100"
9508   - "SRC_USER_1000"
9509   - "SRC_USER_2000"
9510   traces:
9511     hoverinfo: "x+y"
9512     boxpoints: "outliers"
9513     whiskerwidth: 0
9514   layout:
9515     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9516     layout: "plot-throughput"
9517
9518 -
9519   type: "plot"
9520   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9521   algorithm: "plot_performance_box"
9522   output-file-type: ".html"
9523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9524   data: "plot-vpp-throughput-latency-3n-hsw"
9525   filter: "'NIC_Intel-X710' and
9526            '64B' and
9527            'NDRPDR' and
9528            '2T2C' and
9529            'IP4FWD' and
9530            'NAT44' and
9531            not 'IPSEC' and
9532            not 'VHOST'"
9533   parameters:
9534   - "throughput"
9535   - "parent"
9536   - "tags"
9537   sort:
9538   - "BASE"
9539   - "BASE"
9540   - "SRC_USER_10"
9541   - "SRC_USER_100"
9542   - "SRC_USER_1000"
9543   - "SRC_USER_2000"
9544   traces:
9545     hoverinfo: "x+y"
9546     boxpoints: "outliers"
9547     whiskerwidth: 0
9548   layout:
9549     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9550     layout: "plot-throughput"
9551
9552 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
9553 -
9554   type: "plot"
9555   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9556   algorithm: "plot_performance_box"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9559   data: "plot-vpp-throughput-latency-3n-hsw"
9560   filter: "'NIC_Intel-X710' and
9561            '64B' and
9562            'NDRPDR' and
9563            '1T1C' and
9564            'IP4FWD' and
9565            'IACL' and
9566            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9567            not 'IPSEC' and
9568            not 'VHOST'"
9569   parameters:
9570   - "throughput"
9571   - "parent"
9572   - "tags"
9573   sort:
9574   - "ACL_STATELESS"
9575   - "ACL_STATEFUL"
9576   - "ACL_STATELESS"
9577   - "ACL_STATEFUL"
9578   traces:
9579     hoverinfo: "x+y"
9580     boxpoints: "outliers"
9581     whiskerwidth: 0
9582   layout:
9583     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9584     layout: "plot-throughput"
9585
9586 -
9587   type: "plot"
9588   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9589   algorithm: "plot_performance_box"
9590   output-file-type: ".html"
9591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9592   data: "plot-vpp-throughput-latency-3n-hsw"
9593   filter: "'NIC_Intel-X710' and
9594            '64B' and
9595            'NDRPDR' and
9596            '1T1C' and
9597            'IP4FWD' and
9598            'IACL' and
9599            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9600            not 'IPSEC' and
9601            not 'VHOST'"
9602   parameters:
9603   - "throughput"
9604   - "parent"
9605   - "tags"
9606   sort:
9607   - "ACL_STATELESS"
9608   - "ACL_STATEFUL"
9609   - "ACL_STATELESS"
9610   - "ACL_STATEFUL"
9611   traces:
9612     hoverinfo: "x+y"
9613     boxpoints: "outliers"
9614     whiskerwidth: 0
9615   layout:
9616     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9617     layout: "plot-throughput"
9618
9619 -
9620   type: "plot"
9621   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9622   algorithm: "plot_performance_box"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9625   data: "plot-vpp-throughput-latency-3n-hsw"
9626   filter: "'NIC_Intel-X710' and
9627            '64B' and
9628            'NDRPDR' and
9629            '2T2C' and
9630            'IP4FWD' and
9631            'IACL' and
9632            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9633            not 'IPSEC' and
9634            not 'VHOST'"
9635   parameters:
9636   - "throughput"
9637   - "parent"
9638   - "tags"
9639   sort:
9640   - "ACL_STATELESS"
9641   - "ACL_STATEFUL"
9642   - "ACL_STATELESS"
9643   - "ACL_STATEFUL"
9644   traces:
9645     hoverinfo: "x+y"
9646     boxpoints: "outliers"
9647     whiskerwidth: 0
9648   layout:
9649     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9650     layout: "plot-throughput"
9651
9652 -
9653   type: "plot"
9654   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9655   algorithm: "plot_performance_box"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9658   data: "plot-vpp-throughput-latency-3n-hsw"
9659   filter: "'NIC_Intel-X710' and
9660            '64B' and
9661            'NDRPDR' and
9662            '2T2C' and
9663            'IP4FWD' and
9664            'IACL' and
9665            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9666            not 'IPSEC' and
9667            not 'VHOST'"
9668   parameters:
9669   - "throughput"
9670   - "parent"
9671   - "tags"
9672   sort:
9673   - "ACL_STATELESS"
9674   - "ACL_STATEFUL"
9675   - "ACL_STATELESS"
9676   - "ACL_STATEFUL"
9677   traces:
9678     hoverinfo: "x+y"
9679     boxpoints: "outliers"
9680     whiskerwidth: 0
9681   layout:
9682     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9683     layout: "plot-throughput"
9684
9685 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9686 -
9687   type: "plot"
9688   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9689   algorithm: "plot_performance_box"
9690   output-file-type: ".html"
9691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9692   data: "plot-vpp-throughput-latency-3n-hsw"
9693   filter: "'NIC_Intel-X710' and
9694            '64B' and
9695            'NDRPDR' and
9696            '1T1C' and
9697            'IP4FWD' and
9698            'OACL' and
9699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9700            not 'IPSEC' and
9701            not 'VHOST'"
9702   parameters:
9703   - "throughput"
9704   - "parent"
9705   - "tags"
9706   sort:
9707   - "ACL_STATELESS"
9708   - "ACL_STATEFUL"
9709   - "ACL_STATELESS"
9710   - "ACL_STATEFUL"
9711   traces:
9712     hoverinfo: "x+y"
9713     boxpoints: "outliers"
9714     whiskerwidth: 0
9715   layout:
9716     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9717     layout: "plot-throughput"
9718
9719 -
9720   type: "plot"
9721   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9722   algorithm: "plot_performance_box"
9723   output-file-type: ".html"
9724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9725   data: "plot-vpp-throughput-latency-3n-hsw"
9726   filter: "'NIC_Intel-X710' and
9727            '64B' and
9728            'NDRPDR' and
9729            '1T1C' and
9730            'IP4FWD' and
9731            'OACL' and
9732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9733            not 'IPSEC' and
9734            not 'VHOST'"
9735   parameters:
9736   - "throughput"
9737   - "parent"
9738   - "tags"
9739   sort:
9740   - "ACL_STATELESS"
9741   - "ACL_STATEFUL"
9742   - "ACL_STATELESS"
9743   - "ACL_STATEFUL"
9744   traces:
9745     hoverinfo: "x+y"
9746     boxpoints: "outliers"
9747     whiskerwidth: 0
9748   layout:
9749     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9750     layout: "plot-throughput"
9751
9752 -
9753   type: "plot"
9754   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9755   algorithm: "plot_performance_box"
9756   output-file-type: ".html"
9757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9758   data: "plot-vpp-throughput-latency-3n-hsw"
9759   filter: "'NIC_Intel-X710' and
9760            '64B' and
9761            'NDRPDR' and
9762            '2T2C' and
9763            'IP4FWD' and
9764            'OACL' and
9765            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9766            not 'IPSEC' and
9767            not 'VHOST'"
9768   parameters:
9769   - "throughput"
9770   - "parent"
9771   - "tags"
9772   sort:
9773   - "ACL_STATELESS"
9774   - "ACL_STATEFUL"
9775   - "ACL_STATELESS"
9776   - "ACL_STATEFUL"
9777   traces:
9778     hoverinfo: "x+y"
9779     boxpoints: "outliers"
9780     whiskerwidth: 0
9781   layout:
9782     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9783     layout: "plot-throughput"
9784
9785 -
9786   type: "plot"
9787   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9788   algorithm: "plot_performance_box"
9789   output-file-type: ".html"
9790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9791   data: "plot-vpp-throughput-latency-3n-hsw"
9792   filter: "'NIC_Intel-X710' and
9793            '64B' and
9794            'NDRPDR' and
9795            '2T2C' and
9796            'IP4FWD' and
9797            'OACL' and
9798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9799            not 'IPSEC' and
9800            not 'VHOST'"
9801   parameters:
9802   - "throughput"
9803   - "parent"
9804   - "tags"
9805   sort:
9806   - "ACL_STATELESS"
9807   - "ACL_STATEFUL"
9808   - "ACL_STATELESS"
9809   - "ACL_STATEFUL"
9810   traces:
9811     hoverinfo: "x+y"
9812     boxpoints: "outliers"
9813     whiskerwidth: 0
9814   layout:
9815     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9816     layout: "plot-throughput"
9817
9818 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9819 -
9820   type: "plot"
9821   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9822   algorithm: "plot_performance_box"
9823   output-file-type: ".html"
9824   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9825   data: "plot-vpp-throughput-latency-2n-skx"
9826   filter: "'NIC_Intel-X710' and
9827            '64B' and
9828            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9829            'NDRPDR' and
9830            '2T1C' and
9831            'IP4FWD' and
9832            not 'IPSEC' and
9833            not 'VHOST'"
9834   parameters:
9835   - "throughput"
9836   - "parent"
9837   - "tags"
9838   sort:
9839   - "DOT1Q"
9840   - "IP4BASE"
9841   - "FIB_20k"
9842   - "FIB_200k"
9843   - "FIB_2M"
9844   traces:
9845     hoverinfo: "x+y"
9846     boxpoints: "outliers"
9847     whiskerwidth: 0
9848   layout:
9849     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9850     layout: "plot-throughput"
9851
9852 -
9853   type: "plot"
9854   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9855   algorithm: "plot_performance_box"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9858   data: "plot-vpp-throughput-latency-2n-skx"
9859   filter: "'NIC_Intel-X710' and
9860            '64B' and
9861            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9862            'NDRPDR' and
9863            '2T1C' and
9864            'IP4FWD' and
9865            not 'IPSEC' and
9866            not 'VHOST'"
9867   parameters:
9868   - "throughput"
9869   - "parent"
9870   - "tags"
9871   sort:
9872   - "DOT1Q"
9873   - "IP4BASE"
9874   - "FIB_20k"
9875   - "FIB_200k"
9876   - "FIB_2M"
9877   traces:
9878     hoverinfo: "x+y"
9879     boxpoints: "outliers"
9880     whiskerwidth: 0
9881   layout:
9882     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9883     layout: "plot-throughput"
9884
9885 -
9886   type: "plot"
9887   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9888   algorithm: "plot_performance_box"
9889   output-file-type: ".html"
9890   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9891   data: "plot-vpp-throughput-latency-2n-skx"
9892   filter: "'NIC_Intel-X710' and
9893            '64B' and
9894            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9895            'NDRPDR' and
9896            '4T2C' and
9897            'IP4FWD' and
9898            not 'IPSEC' and
9899            not 'VHOST'"
9900   parameters:
9901   - "throughput"
9902   - "parent"
9903   - "tags"
9904   sort:
9905   - "DOT1Q"
9906   - "IP4BASE"
9907   - "FIB_20k"
9908   - "FIB_200k"
9909   - "FIB_2M"
9910   traces:
9911     hoverinfo: "x+y"
9912     boxpoints: "outliers"
9913     whiskerwidth: 0
9914   layout:
9915     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9916     layout: "plot-throughput"
9917
9918 -
9919   type: "plot"
9920   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9921   algorithm: "plot_performance_box"
9922   output-file-type: ".html"
9923   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9924   data: "plot-vpp-throughput-latency-2n-skx"
9925   filter: "'NIC_Intel-X710' and
9926            '64B' and
9927            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9928            'NDRPDR' and
9929            '4T2C' and
9930            'IP4FWD' and
9931            not 'IPSEC' and
9932            not 'VHOST'"
9933   parameters:
9934   - "throughput"
9935   - "parent"
9936   - "tags"
9937   sort:
9938   - "DOT1Q"
9939   - "IP4BASE"
9940   - "FIB_20k"
9941   - "FIB_200k"
9942   - "FIB_2M"
9943   traces:
9944     hoverinfo: "x+y"
9945     boxpoints: "outliers"
9946     whiskerwidth: 0
9947   layout:
9948     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9949     layout: "plot-throughput"
9950
9951 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9952 -
9953   type: "plot"
9954   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9955   algorithm: "plot_performance_box"
9956   output-file-type: ".html"
9957   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9958   data: "plot-vpp-throughput-latency-2n-skx"
9959   filter: "'NIC_Intel-XXV710' and
9960            '64B' and
9961            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9962            'NDRPDR' and
9963            '2T1C' and
9964            'IP4FWD' and
9965            not 'IPSEC' and
9966            not 'VHOST'"
9967   parameters:
9968   - "throughput"
9969   - "parent"
9970   - "tags"
9971   sort:
9972   - "DOT1Q"
9973   - "IP4BASE"
9974   - "FIB_20k"
9975   - "FIB_200k"
9976   - "FIB_2M"
9977   traces:
9978     hoverinfo: "x+y"
9979     boxpoints: "outliers"
9980     whiskerwidth: 0
9981   layout:
9982     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9983     layout: "plot-throughput"
9984
9985 -
9986   type: "plot"
9987   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9988   algorithm: "plot_performance_box"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9991   data: "plot-vpp-throughput-latency-2n-skx"
9992   filter: "'NIC_Intel-XXV710' and
9993            '64B' and
9994            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9995            'NDRPDR' and
9996            '2T1C' and
9997            'IP4FWD' and
9998            not 'IPSEC' and
9999            not 'VHOST'"
10000   parameters:
10001   - "throughput"
10002   - "parent"
10003   - "tags"
10004   sort:
10005   - "DOT1Q"
10006   - "IP4BASE"
10007   - "FIB_20k"
10008   - "FIB_200k"
10009   - "FIB_2M"
10010   traces:
10011     hoverinfo: "x+y"
10012     boxpoints: "outliers"
10013     whiskerwidth: 0
10014   layout:
10015     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10016     layout: "plot-throughput"
10017
10018 -
10019   type: "plot"
10020   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10021   algorithm: "plot_performance_box"
10022   output-file-type: ".html"
10023   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10024   data: "plot-vpp-throughput-latency-2n-skx"
10025   filter: "'NIC_Intel-XXV710' and
10026            '64B' and
10027            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10028            'NDRPDR' and
10029            '4T2C' and
10030            'IP4FWD' and
10031            not 'IPSEC' and
10032            not 'VHOST'"
10033   parameters:
10034   - "throughput"
10035   - "parent"
10036   - "tags"
10037   sort:
10038   - "DOT1Q"
10039   - "IP4BASE"
10040   - "FIB_20k"
10041   - "FIB_200k"
10042   - "FIB_2M"
10043   traces:
10044     hoverinfo: "x+y"
10045     boxpoints: "outliers"
10046     whiskerwidth: 0
10047   layout:
10048     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10049     layout: "plot-throughput"
10050
10051 -
10052   type: "plot"
10053   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10054   algorithm: "plot_performance_box"
10055   output-file-type: ".html"
10056   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10057   data: "plot-vpp-throughput-latency-2n-skx"
10058   filter: "'NIC_Intel-XXV710' and
10059            '64B' and
10060            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10061            'NDRPDR' and
10062            '4T2C' and
10063            'IP4FWD' and
10064            not 'IPSEC' and
10065            not 'VHOST'"
10066   parameters:
10067   - "throughput"
10068   - "parent"
10069   - "tags"
10070   sort:
10071   - "DOT1Q"
10072   - "IP4BASE"
10073   - "FIB_20k"
10074   - "FIB_200k"
10075   - "FIB_2M"
10076   traces:
10077     hoverinfo: "x+y"
10078     boxpoints: "outliers"
10079     whiskerwidth: 0
10080   layout:
10081     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10082     layout: "plot-throughput"
10083
10084 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10085 -
10086   type: "plot"
10087   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10088   algorithm: "plot_performance_box"
10089   output-file-type: ".html"
10090   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10091   data: "intel-dnv-vpp"
10092   filter: "'NIC_Intel-X553' and
10093            '64B' and
10094            'IP4BASE' and
10095            'NDRPDR' and
10096            '1T1C' and
10097            'IP4FWD' and
10098            not 'IPSEC' and
10099            not 'VHOST'"
10100   parameters:
10101   - "throughput"
10102   - "parent"
10103   - "tags"
10104   sort:
10105   - "IP4BASE"
10106   traces:
10107     hoverinfo: "x+y"
10108     boxpoints: "outliers"
10109     whiskerwidth: 0
10110   layout:
10111     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10112     layout: "plot-throughput"
10113
10114 -
10115   type: "plot"
10116   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10117   algorithm: "plot_performance_box"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10120   data: "intel-dnv-vpp"
10121   filter: "'NIC_Intel-X553' and
10122            '64B' and
10123            'IP4BASE' and
10124            'NDRPDR' and
10125            '1T1C' and
10126            'IP4FWD' and
10127            not 'IPSEC' and
10128            not 'VHOST'"
10129   parameters:
10130   - "throughput"
10131   - "parent"
10132   - "tags"
10133   sort:
10134   - "IP4BASE"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10141     layout: "plot-throughput"
10142
10143 -
10144   type: "plot"
10145   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10149   data: "intel-dnv-vpp"
10150   filter: "'NIC_Intel-X553' and
10151            '64B' and
10152            'IP4BASE' and
10153            'NDRPDR' and
10154            '2T2C' and
10155            'IP4FWD' and
10156            not 'IPSEC' and
10157            not 'VHOST'"
10158   parameters:
10159   - "throughput"
10160   - "parent"
10161   - "tags"
10162   sort:
10163   - "IP4BASE"
10164   traces:
10165     hoverinfo: "x+y"
10166     boxpoints: "outliers"
10167     whiskerwidth: 0
10168   layout:
10169     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10170     layout: "plot-throughput"
10171
10172 -
10173   type: "plot"
10174   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10175   algorithm: "plot_performance_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10178   data: "intel-dnv-vpp"
10179   filter: "'NIC_Intel-X553' and
10180            '64B' and
10181            'IP4BASE' and
10182            'NDRPDR' and
10183            '2T2C' and
10184            'IP4FWD' and
10185            not 'IPSEC' and
10186            not 'VHOST'"
10187   parameters:
10188   - "throughput"
10189   - "parent"
10190   - "tags"
10191   sort:
10192   - "IP4BASE"
10193   traces:
10194     hoverinfo: "x+y"
10195     boxpoints: "outliers"
10196     whiskerwidth: 0
10197   layout:
10198     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10199     layout: "plot-throughput"
10200
10201 ################################################################################
10202
10203 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
10204 -
10205   type: "plot"
10206   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10207   algorithm: "plot_performance_box"
10208   output-file-type: ".html"
10209   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10210   data: "plot-vpp-throughput-latency-3n-hsw"
10211   filter: "'NIC_Intel-X520-DA2' and
10212            '64B' and
10213            'ENCAP' and
10214            'NDRPDR' and
10215            '1T1C' and
10216            ('VXLAN' or 'LISP') and
10217            not 'VHOST' and
10218            not 'IPSECHW'"
10219   parameters:
10220   - "throughput"
10221   - "parent"
10222   - "tags"
10223   sort:
10224   - "not DOT1Q"
10225   - "VXLAN_1"
10226   - "VXLAN_10"
10227   - "VXLAN_100"
10228   - "VXLAN_1000"
10229   traces:
10230     hoverinfo: "x+y"
10231     boxpoints: "outliers"
10232     whiskerwidth: 0
10233   layout:
10234     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10235     layout: "plot-throughput"
10236
10237 -
10238   type: "plot"
10239   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10240   algorithm: "plot_performance_box"
10241   output-file-type: ".html"
10242   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10243   data: "plot-vpp-throughput-latency-3n-hsw"
10244   filter: "'NIC_Intel-X520-DA2' and
10245            '64B' and
10246            'ENCAP' and
10247            'NDRPDR' and
10248            '1T1C' and
10249            ('VXLAN' or 'LISP') and
10250            not 'VHOST' and
10251            not 'IPSECHW'"
10252   parameters:
10253   - "throughput"
10254   - "parent"
10255   - "tags"
10256   sort:
10257   - "not DOT1Q"
10258   - "VXLAN_1"
10259   - "VXLAN_10"
10260   - "VXLAN_100"
10261   - "VXLAN_1000"
10262   traces:
10263     hoverinfo: "x+y"
10264     boxpoints: "outliers"
10265     whiskerwidth: 0
10266   layout:
10267     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10268     layout: "plot-throughput"
10269
10270 -
10271   type: "plot"
10272   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10273   algorithm: "plot_performance_box"
10274   output-file-type: ".html"
10275   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10276   data: "plot-vpp-throughput-latency-3n-hsw"
10277   filter: "'NIC_Intel-X520-DA2' and
10278            '64B' and
10279            'ENCAP' and
10280            'NDRPDR' and
10281            '2T2C' and
10282            ('VXLAN' or 'LISP') and
10283            not 'VHOST' and
10284            not 'IPSECHW'"
10285   parameters:
10286   - "throughput"
10287   - "parent"
10288   - "tags"
10289   sort:
10290   - "not DOT1Q"
10291   - "VXLAN_1"
10292   - "VXLAN_10"
10293   - "VXLAN_100"
10294   - "VXLAN_1000"
10295   traces:
10296     hoverinfo: "x+y"
10297     boxpoints: "outliers"
10298     whiskerwidth: 0
10299   layout:
10300     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10301     layout: "plot-throughput"
10302
10303 -
10304   type: "plot"
10305   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10306   algorithm: "plot_performance_box"
10307   output-file-type: ".html"
10308   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10309   data: "plot-vpp-throughput-latency-3n-hsw"
10310   filter: "'NIC_Intel-X520-DA2' and
10311            '64B' and
10312            'ENCAP' and
10313            'NDRPDR' and
10314            '2T2C' and
10315            ('VXLAN' or 'LISP') and
10316            not 'VHOST' and
10317            not 'IPSECHW'"
10318   parameters:
10319   - "throughput"
10320   - "parent"
10321   - "tags"
10322   sort:
10323   - "not DOT1Q"
10324   - "VXLAN_1"
10325   - "VXLAN_10"
10326   - "VXLAN_100"
10327   - "VXLAN_1000"
10328   traces:
10329     hoverinfo: "x+y"
10330     boxpoints: "outliers"
10331     whiskerwidth: 0
10332   layout:
10333     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10334     layout: "plot-throughput"
10335
10336 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10337 -
10338   type: "plot"
10339   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10340   algorithm: "plot_performance_box"
10341   output-file-type: ".html"
10342   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10343   data: "plot-vpp-throughput-latency-3n-hsw"
10344   filter: "'NIC_Intel-X520-DA2' and
10345            '64B' and
10346            'ENCAP' and
10347            'NDRPDR' and
10348            '1T1C' and
10349            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10350            not 'DOT1Q' and
10351            not 'VHOST' and
10352            not 'IPSECHW'"
10353   parameters:
10354   - "throughput"
10355   - "parent"
10356   - "tags"
10357   sort:
10358   - "L2BDMACLRN"
10359   - "L2XCFWD"
10360   - "LISP"
10361   traces:
10362     hoverinfo: "x+y"
10363     boxpoints: "outliers"
10364     whiskerwidth: 0
10365   layout:
10366     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10367     layout: "plot-throughput"
10368
10369 -
10370   type: "plot"
10371   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10372   algorithm: "plot_performance_box"
10373   output-file-type: ".html"
10374   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10375   data: "plot-vpp-throughput-latency-3n-hsw"
10376   filter: "'NIC_Intel-X520-DA2' and
10377            '64B' and
10378            'ENCAP' and
10379            'NDRPDR' and
10380            '2T2C' and
10381            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10382            not 'DOT1Q' and
10383            not 'VHOST' and
10384            not 'IPSECHW'"
10385   parameters:
10386   - "throughput"
10387   - "parent"
10388   - "tags"
10389   sort:
10390   - "L2BDMACLRN"
10391   - "L2XCFWD"
10392   - "LISP"
10393   traces:
10394     hoverinfo: "x+y"
10395     boxpoints: "outliers"
10396     whiskerwidth: 0
10397   layout:
10398     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10399     layout: "plot-throughput"
10400
10401 -
10402   type: "plot"
10403   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10404   algorithm: "plot_performance_box"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10407   data: "plot-vpp-throughput-latency-3n-hsw"
10408   filter: "'NIC_Intel-X520-DA2' and
10409            '64B' and
10410            'ENCAP' and
10411            'NDRPDR' and
10412            '1T1C' and
10413            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10414            not 'DOT1Q' and
10415            not 'VHOST' and
10416            not 'IPSECHW'"
10417   parameters:
10418   - "throughput"
10419   - "parent"
10420   - "tags"
10421   sort:
10422   - "L2BDMACLRN"
10423   - "L2XCFWD"
10424   - "LISP"
10425   traces:
10426     hoverinfo: "x+y"
10427     boxpoints: "outliers"
10428     whiskerwidth: 0
10429   layout:
10430     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10431     layout: "plot-throughput"
10432
10433 -
10434   type: "plot"
10435   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10436   algorithm: "plot_performance_box"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10439   data: "plot-vpp-throughput-latency-3n-hsw"
10440   filter: "'NIC_Intel-X520-DA2' and
10441            '64B' and
10442            'ENCAP' and
10443            'NDRPDR' and
10444            '2T2C' and
10445            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10446            not 'DOT1Q' and
10447            not 'VHOST' and
10448            not 'IPSECHW'"
10449   parameters:
10450   - "throughput"
10451   - "parent"
10452   - "tags"
10453   sort:
10454   - "L2BDMACLRN"
10455   - "L2XCFWD"
10456   - "LISP"
10457   traces:
10458     hoverinfo: "x+y"
10459     boxpoints: "outliers"
10460     whiskerwidth: 0
10461   layout:
10462     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10463     layout: "plot-throughput"
10464
10465 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
10466 -
10467   type: "plot"
10468   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10469   algorithm: "plot_performance_box"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10472   data: "plot-vpp-throughput-latency-3n-hsw"
10473   filter: "'NIC_Intel-X710' and
10474            '64B' and
10475            'ENCAP' and
10476            'NDRPDR' and
10477            '1T1C' and
10478            ('VXLAN' or 'LISP') and
10479            not 'VHOST' and
10480            not 'IPSECHW'"
10481   parameters:
10482   - "throughput"
10483   - "parent"
10484   - "tags"
10485   sort:
10486   - "LISP"
10487   - "VXLAN_1"
10488   - "VXLAN_10"
10489   - "VXLAN_100"
10490   - "VXLAN_1000"
10491   traces:
10492     hoverinfo: "x+y"
10493     boxpoints: "outliers"
10494     whiskerwidth: 0
10495   layout:
10496     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10497     layout: "plot-throughput"
10498
10499 -
10500   type: "plot"
10501   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10502   algorithm: "plot_performance_box"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10505   data: "plot-vpp-throughput-latency-3n-hsw"
10506   filter: "'NIC_Intel-X710' and
10507            '64B' and
10508            'ENCAP' and
10509            'NDRPDR' and
10510            '1T1C' and
10511            ('VXLAN' or 'LISP') and
10512            not 'VHOST' and
10513            not 'IPSECHW'"
10514   parameters:
10515   - "throughput"
10516   - "parent"
10517   - "tags"
10518   sort:
10519   - "LISP"
10520   - "VXLAN_1"
10521   - "VXLAN_10"
10522   - "VXLAN_100"
10523   - "VXLAN_1000"
10524   traces:
10525     hoverinfo: "x+y"
10526     boxpoints: "outliers"
10527     whiskerwidth: 0
10528   layout:
10529     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10530     layout: "plot-throughput"
10531
10532 -
10533   type: "plot"
10534   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10535   algorithm: "plot_performance_box"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10538   data: "plot-vpp-throughput-latency-3n-hsw"
10539   filter: "'NIC_Intel-X710' and
10540            '64B' and
10541            'ENCAP' and
10542            'NDRPDR' and
10543            '2T2C' and
10544            ('VXLAN' or 'LISP') and
10545            not 'VHOST' and
10546            not 'IPSECHW'"
10547   parameters:
10548   - "throughput"
10549   - "parent"
10550   - "tags"
10551   sort:
10552   - "LISP"
10553   - "VXLAN_1"
10554   - "VXLAN_10"
10555   - "VXLAN_100"
10556   - "VXLAN_1000"
10557   traces:
10558     hoverinfo: "x+y"
10559     boxpoints: "outliers"
10560     whiskerwidth: 0
10561   layout:
10562     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10563     layout: "plot-throughput"
10564
10565 -
10566   type: "plot"
10567   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10568   algorithm: "plot_performance_box"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10571   data: "plot-vpp-throughput-latency-3n-hsw"
10572   filter: "'NIC_Intel-X710' and
10573            '64B' and
10574            'ENCAP' and
10575            'NDRPDR' and
10576            '2T2C' and
10577            ('VXLAN' or 'LISP') and
10578            not 'VHOST' and
10579            not 'IPSECHW'"
10580   parameters:
10581   - "throughput"
10582   - "parent"
10583   - "tags"
10584   sort:
10585   - "LISP"
10586   - "VXLAN_1"
10587   - "VXLAN_10"
10588   - "VXLAN_100"
10589   - "VXLAN_1000"
10590   traces:
10591     hoverinfo: "x+y"
10592     boxpoints: "outliers"
10593     whiskerwidth: 0
10594   layout:
10595     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10596     layout: "plot-throughput"
10597
10598 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
10599 -
10600   type: "plot"
10601   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10602   algorithm: "plot_performance_box"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10605   data: "plot-vpp-throughput-latency-3n-hsw"
10606   filter: "'NIC_Intel-X710' and
10607            '64B' and
10608            'ENCAP' and
10609            'NDRPDR' and
10610            '1T1C' and
10611            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10612            not 'DOT1Q' and
10613            not 'VHOST' and
10614            not 'IPSECHW'"
10615   parameters:
10616   - "throughput"
10617   - "parent"
10618   - "tags"
10619   sort:
10620   - "L2BDMACLRN"
10621   - "L2XCFWD"
10622   - "LISP"
10623   traces:
10624     hoverinfo: "x+y"
10625     boxpoints: "outliers"
10626     whiskerwidth: 0
10627   layout:
10628     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10629     layout: "plot-throughput"
10630
10631 -
10632   type: "plot"
10633   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10634   algorithm: "plot_performance_box"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10637   data: "plot-vpp-throughput-latency-3n-hsw"
10638   filter: "'NIC_Intel-X710' and
10639            '64B' and
10640            'ENCAP' and
10641            'NDRPDR' and
10642            '2T2C' and
10643            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10644            not 'DOT1Q' and
10645            not 'VHOST' and
10646            not 'IPSECHW'"
10647   parameters:
10648   - "throughput"
10649   - "parent"
10650   - "tags"
10651   sort:
10652   - "L2BDMACLRN"
10653   - "L2XCFWD"
10654   - "LISP"
10655   traces:
10656     hoverinfo: "x+y"
10657     boxpoints: "outliers"
10658     whiskerwidth: 0
10659   layout:
10660     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10661     layout: "plot-throughput"
10662
10663 -
10664   type: "plot"
10665   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10666   algorithm: "plot_performance_box"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10669   data: "plot-vpp-throughput-latency-3n-hsw"
10670   filter: "'NIC_Intel-X710' and
10671            '64B' and
10672            'ENCAP' and
10673            'NDRPDR' and
10674            '1T1C' and
10675            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10676            not 'DOT1Q' and
10677            not 'VHOST' and
10678            not 'IPSECHW'"
10679   parameters:
10680   - "throughput"
10681   - "parent"
10682   - "tags"
10683   sort:
10684   - "L2BDMACLRN"
10685   - "L2XCFWD"
10686   - "LISP"
10687   traces:
10688     hoverinfo: "x+y"
10689     boxpoints: "outliers"
10690     whiskerwidth: 0
10691   layout:
10692     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10693     layout: "plot-throughput"
10694
10695 -
10696   type: "plot"
10697   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10698   algorithm: "plot_performance_box"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10701   data: "plot-vpp-throughput-latency-3n-hsw"
10702   filter: "'NIC_Intel-X710' and
10703            '64B' and
10704            'ENCAP' and
10705            'NDRPDR' and
10706            '2T2C' and
10707            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10708            not 'DOT1Q' and
10709            not 'VHOST' and
10710            not 'IPSECHW'"
10711   parameters:
10712   - "throughput"
10713   - "parent"
10714   - "tags"
10715   sort:
10716   - "L2BDMACLRN"
10717   - "L2XCFWD"
10718   - "LISP"
10719   traces:
10720     hoverinfo: "x+y"
10721     boxpoints: "outliers"
10722     whiskerwidth: 0
10723   layout:
10724     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10725     layout: "plot-throughput"
10726
10727 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
10728 -
10729   type: "plot"
10730   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10731   algorithm: "plot_performance_box"
10732   output-file-type: ".html"
10733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10734   data: "plot-vpp-throughput-latency-3n-skx"
10735   filter: "'NIC_Intel-X710' and
10736            '64B' and
10737            'ENCAP' and
10738            'NDRPDR' and
10739            '2T1C' and
10740            ('VXLAN' or 'LISP') and
10741            not 'VHOST' and
10742            not 'IPSECHW'"
10743   parameters:
10744   - "throughput"
10745   - "parent"
10746   - "tags"
10747   sort:
10748   - "LISP"
10749   - "VXLAN_1"
10750   - "VXLAN_10"
10751   - "VXLAN_100"
10752   - "VXLAN_1000"
10753   traces:
10754     hoverinfo: "x+y"
10755     boxpoints: "outliers"
10756     whiskerwidth: 0
10757   layout:
10758     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10759     layout: "plot-throughput"
10760
10761 -
10762   type: "plot"
10763   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10764   algorithm: "plot_performance_box"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10767   data: "plot-vpp-throughput-latency-3n-skx"
10768   filter: "'NIC_Intel-X710' and
10769            '64B' and
10770            'ENCAP' and
10771            'NDRPDR' and
10772            '2T1C' and
10773            ('VXLAN' or 'LISP') and
10774            not 'VHOST' and
10775            not 'IPSECHW'"
10776   parameters:
10777   - "throughput"
10778   - "parent"
10779   - "tags"
10780   sort:
10781   - "LISP"
10782   - "VXLAN_1"
10783   - "VXLAN_10"
10784   - "VXLAN_100"
10785   - "VXLAN_1000"
10786   traces:
10787     hoverinfo: "x+y"
10788     boxpoints: "outliers"
10789     whiskerwidth: 0
10790   layout:
10791     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10792     layout: "plot-throughput"
10793
10794 -
10795   type: "plot"
10796   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10797   algorithm: "plot_performance_box"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10800   data: "plot-vpp-throughput-latency-3n-skx"
10801   filter: "'NIC_Intel-X710' and
10802            '64B' and
10803            'ENCAP' and
10804            'NDRPDR' and
10805            '4T2C' and
10806            ('VXLAN' or 'LISP') and
10807            not 'VHOST' and
10808            not 'IPSECHW'"
10809   parameters:
10810   - "throughput"
10811   - "parent"
10812   - "tags"
10813   sort:
10814   - "LISP"
10815   - "VXLAN_1"
10816   - "VXLAN_10"
10817   - "VXLAN_100"
10818   - "VXLAN_1000"
10819   traces:
10820     hoverinfo: "x+y"
10821     boxpoints: "outliers"
10822     whiskerwidth: 0
10823   layout:
10824     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10825     layout: "plot-throughput"
10826
10827 -
10828   type: "plot"
10829   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10830   algorithm: "plot_performance_box"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10833   data: "plot-vpp-throughput-latency-3n-skx"
10834   filter: "'NIC_Intel-X710' and
10835            '64B' and
10836            'ENCAP' and
10837            'NDRPDR' and
10838            '4T2C' and
10839            ('VXLAN' or 'LISP') and
10840            not 'VHOST' and
10841            not 'IPSECHW'"
10842   parameters:
10843   - "throughput"
10844   - "parent"
10845   - "tags"
10846   sort:
10847   - "LISP"
10848   - "VXLAN_1"
10849   - "VXLAN_10"
10850   - "VXLAN_100"
10851   - "VXLAN_1000"
10852   traces:
10853     hoverinfo: "x+y"
10854     boxpoints: "outliers"
10855     whiskerwidth: 0
10856   layout:
10857     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10858     layout: "plot-throughput"
10859
10860 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10861 -
10862   type: "plot"
10863   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10864   algorithm: "plot_performance_box"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10867   data: "plot-vpp-throughput-latency-3n-skx"
10868   filter: "'NIC_Intel-X710' and
10869            '64B' and
10870            'ENCAP' and
10871            'NDRPDR' and
10872            '2T1C' and
10873            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10874            not 'DOT1Q' and
10875            not 'VHOST' and
10876            not 'IPSECHW'"
10877   parameters:
10878   - "throughput"
10879   - "parent"
10880   - "tags"
10881   sort:
10882   - "L2BDMACLRN"
10883   - "L2XCFWD"
10884   - "LISP"
10885   traces:
10886     hoverinfo: "x+y"
10887     boxpoints: "outliers"
10888     whiskerwidth: 0
10889   layout:
10890     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10891     layout: "plot-throughput"
10892
10893 -
10894   type: "plot"
10895   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10896   algorithm: "plot_performance_box"
10897   output-file-type: ".html"
10898   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10899   data: "plot-vpp-throughput-latency-3n-skx"
10900   filter: "'NIC_Intel-X710' and
10901            '64B' and
10902            'ENCAP' and
10903            'NDRPDR' and
10904            '4T2C' and
10905            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10906            not 'DOT1Q' and
10907            not 'VHOST' and
10908            not 'IPSECHW'"
10909   parameters:
10910   - "throughput"
10911   - "parent"
10912   - "tags"
10913   sort:
10914   - "L2BDMACLRN"
10915   - "L2XCFWD"
10916   - "LISP"
10917   traces:
10918     hoverinfo: "x+y"
10919     boxpoints: "outliers"
10920     whiskerwidth: 0
10921   layout:
10922     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10923     layout: "plot-throughput"
10924
10925 -
10926   type: "plot"
10927   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10928   algorithm: "plot_performance_box"
10929   output-file-type: ".html"
10930   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10931   data: "plot-vpp-throughput-latency-3n-skx"
10932   filter: "'NIC_Intel-X710' and
10933            '64B' and
10934            'ENCAP' and
10935            'NDRPDR' and
10936            '2T1C' and
10937            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10938            not 'DOT1Q' and
10939            not 'VHOST' and
10940            not 'IPSECHW'"
10941   parameters:
10942   - "throughput"
10943   - "parent"
10944   - "tags"
10945   sort:
10946   - "L2BDMACLRN"
10947   - "L2XCFWD"
10948   - "LISP"
10949   traces:
10950     hoverinfo: "x+y"
10951     boxpoints: "outliers"
10952     whiskerwidth: 0
10953   layout:
10954     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10955     layout: "plot-throughput"
10956
10957 -
10958   type: "plot"
10959   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10960   algorithm: "plot_performance_box"
10961   output-file-type: ".html"
10962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10963   data: "plot-vpp-throughput-latency-3n-skx"
10964   filter: "'NIC_Intel-X710' and
10965            '64B' and
10966            'ENCAP' and
10967            'NDRPDR' and
10968            '4T2C' and
10969            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10970            not 'DOT1Q' and
10971            not 'VHOST' and
10972            not 'IPSECHW'"
10973   parameters:
10974   - "throughput"
10975   - "parent"
10976   - "tags"
10977   sort:
10978   - "L2BDMACLRN"
10979   - "L2XCFWD"
10980   - "LISP"
10981   traces:
10982     hoverinfo: "x+y"
10983     boxpoints: "outliers"
10984     whiskerwidth: 0
10985   layout:
10986     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10987     layout: "plot-throughput"
10988
10989 ################################################################################
10990
10991 # Packet Throughput - VPP IPv6 3n-hsw-x520
10992 -
10993   type: "plot"
10994   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10995   algorithm: "plot_performance_box"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10998   data: "plot-vpp-throughput-latency-3n-hsw"
10999   filter: "'NIC_Intel-X520-DA2' and
11000            '78B' and
11001            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11002            'NDRPDR' and
11003            '1T1C' and
11004            'IP6FWD' and
11005            not 'SRv6' and
11006            not 'IPSEC' and
11007            not 'VHOST'"
11008   parameters:
11009   - "throughput"
11010   - "parent"
11011   - "tags"
11012   sort:
11013   - "IP6BASE"
11014   - "FIB_20K"
11015   - "FIB_200K"
11016   - "FIB_2M"
11017   traces:
11018     hoverinfo: "x+y"
11019     boxpoints: "outliers"
11020     whiskerwidth: 0
11021   layout:
11022     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11023     layout: "plot-throughput"
11024
11025 -
11026   type: "plot"
11027   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11028   algorithm: "plot_performance_box"
11029   output-file-type: ".html"
11030   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11031   data: "plot-vpp-throughput-latency-3n-hsw"
11032   filter: "'NIC_Intel-X520-DA2' and
11033            '78B' and
11034            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11035            'NDRPDR' and
11036            '1T1C' and
11037            'IP6FWD' and
11038            not 'SRv6' and
11039            not 'IPSEC' and
11040            not 'VHOST'"
11041   parameters:
11042   - "throughput"
11043   - "parent"
11044   - "tags"
11045   sort:
11046   - "IP6BASE"
11047   - "FIB_20K"
11048   - "FIB_200K"
11049   - "FIB_2M"
11050   traces:
11051     hoverinfo: "x+y"
11052     boxpoints: "outliers"
11053     whiskerwidth: 0
11054   layout:
11055     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11056     layout: "plot-throughput"
11057
11058 -
11059   type: "plot"
11060   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11061   algorithm: "plot_performance_box"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11064   data: "plot-vpp-throughput-latency-3n-hsw"
11065   filter: "'NIC_Intel-X520-DA2' and
11066            '78B' and
11067            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11068            'NDRPDR' and
11069            '2T2C' and
11070            'IP6FWD' and
11071            not 'SRv6' and
11072            not 'IPSEC' and
11073            not 'VHOST'"
11074   parameters:
11075   - "throughput"
11076   - "parent"
11077   - "tags"
11078   sort:
11079   - "IP6BASE"
11080   - "FIB_20K"
11081   - "FIB_200K"
11082   - "FIB_2M"
11083   traces:
11084     hoverinfo: "x+y"
11085     boxpoints: "outliers"
11086     whiskerwidth: 0
11087   layout:
11088     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11089     layout: "plot-throughput"
11090
11091 -
11092   type: "plot"
11093   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11094   algorithm: "plot_performance_box"
11095   output-file-type: ".html"
11096   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11097   data: "plot-vpp-throughput-latency-3n-hsw"
11098   filter: "'NIC_Intel-X520-DA2' and
11099            '78B' and
11100            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11101            'NDRPDR' and
11102            '2T2C' and
11103            'IP6FWD' and
11104            not 'SRv6' and
11105            not 'IPSEC' and
11106            not 'VHOST'"
11107   parameters:
11108   - "throughput"
11109   - "parent"
11110   - "tags"
11111   sort:
11112   - "IP6BASE"
11113   - "FIB_20K"
11114   - "FIB_200K"
11115   - "FIB_2M"
11116   traces:
11117     hoverinfo: "x+y"
11118     boxpoints: "outliers"
11119     whiskerwidth: 0
11120   layout:
11121     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11122     layout: "plot-throughput"
11123
11124 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11125 -
11126   type: "plot"
11127   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11128   algorithm: "plot_performance_box"
11129   output-file-type: ".html"
11130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11131   data: "plot-vpp-throughput-latency-3n-hsw"
11132   filter: "'NIC_Intel-X520-DA2' and
11133            '78B' and
11134            ('IP6BASE' or
11135             'POLICE_MARK' or
11136             'COPWHLIST' or
11137             'IACLDST') and
11138            'NDRPDR' and
11139            '1T1C' and
11140            'IP6FWD' and
11141            not 'SRv6' and
11142            not 'IPSEC' and
11143            not 'VHOST'"
11144   parameters:
11145   - "throughput"
11146   - "parent"
11147   - "tags"
11148   sort:
11149   - "IP6BASE"
11150   - "POLICE_MARK"
11151   - "COPWHLIST"
11152   - "IACLDST"
11153   traces:
11154     hoverinfo: "x+y"
11155     boxpoints: "outliers"
11156     whiskerwidth: 0
11157   layout:
11158     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11159     layout: "plot-throughput"
11160
11161 -
11162   type: "plot"
11163   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11164   algorithm: "plot_performance_box"
11165   output-file-type: ".html"
11166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11167   data: "plot-vpp-throughput-latency-3n-hsw"
11168   filter: "'NIC_Intel-X520-DA2' and
11169            '78B' and
11170            ('IP6BASE' or
11171             'POLICE_MARK' or
11172             'COPWHLIST' or
11173             'IACLDST') and
11174            'NDRPDR' and
11175            '2T2C' and
11176            'IP6FWD' and
11177            not 'SRv6' and
11178            not 'IPSEC' and
11179            not 'VHOST'"
11180   parameters:
11181   - "throughput"
11182   - "parent"
11183   - "tags"
11184   sort:
11185   - "IP6BASE"
11186   - "POLICE_MARK"
11187   - "COPWHLIST"
11188   - "IACLDST"
11189   traces:
11190     hoverinfo: "x+y"
11191     boxpoints: "outliers"
11192     whiskerwidth: 0
11193   layout:
11194     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11195     layout: "plot-throughput"
11196
11197 -
11198   type: "plot"
11199   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11200   algorithm: "plot_performance_box"
11201   output-file-type: ".html"
11202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11203   data: "plot-vpp-throughput-latency-3n-hsw"
11204   filter: "'NIC_Intel-X520-DA2' and
11205            '78B' and
11206            ('IP6BASE' or
11207             'POLICE_MARK' or
11208             'COPWHLIST' or
11209             'IACLDST') and
11210            'NDRPDR' and
11211            '1T1C' and
11212            'IP6FWD' and
11213            not 'SRv6' and
11214            not 'IPSEC' and
11215            not 'VHOST'"
11216   parameters:
11217   - "throughput"
11218   - "parent"
11219   - "tags"
11220   sort:
11221   - "IP6BASE"
11222   - "POLICE_MARK"
11223   - "COPWHLIST"
11224   - "IACLDST"
11225   traces:
11226     hoverinfo: "x+y"
11227     boxpoints: "outliers"
11228     whiskerwidth: 0
11229   layout:
11230     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11231     layout: "plot-throughput"
11232
11233 -
11234   type: "plot"
11235   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11236   algorithm: "plot_performance_box"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11239   data: "plot-vpp-throughput-latency-3n-hsw"
11240   filter: "'NIC_Intel-X520-DA2' and
11241            '78B' and
11242            ('IP6BASE' or
11243             'POLICE_MARK' or
11244             'COPWHLIST' or
11245             'IACLDST') and
11246            'NDRPDR' and
11247            '2T2C' and
11248            'IP6FWD' and
11249            not 'SRv6' and
11250            not 'IPSEC' and
11251            not 'VHOST'"
11252   parameters:
11253   - "throughput"
11254   - "parent"
11255   - "tags"
11256   sort:
11257   - "IP6BASE"
11258   - "POLICE_MARK"
11259   - "COPWHLIST"
11260   - "IACLDST"
11261   traces:
11262     hoverinfo: "x+y"
11263     boxpoints: "outliers"
11264     whiskerwidth: 0
11265   layout:
11266     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11267     layout: "plot-throughput"
11268
11269 # Packet Throughput - VPP IPv6 3n-hsw-x710
11270 -
11271   type: "plot"
11272   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11273   algorithm: "plot_performance_box"
11274   output-file-type: ".html"
11275   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11276   data: "plot-vpp-throughput-latency-3n-hsw"
11277   filter: "'NIC_Intel-X710' and
11278            '78B' and
11279            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11280            'NDRPDR' and
11281            '1T1C' and
11282            'IP6FWD' and
11283            not 'SRv6' and
11284            not 'IPSEC' and
11285            not 'VHOST'"
11286   parameters:
11287   - "throughput"
11288   - "parent"
11289   - "tags"
11290   sort:
11291   - "IP6BASE"
11292   - "FIB_20K"
11293   - "FIB_200K"
11294   - "FIB_2M"
11295   traces:
11296     hoverinfo: "x+y"
11297     boxpoints: "outliers"
11298     whiskerwidth: 0
11299   layout:
11300     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11301     layout: "plot-throughput"
11302
11303 -
11304   type: "plot"
11305   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11306   algorithm: "plot_performance_box"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11309   data: "plot-vpp-throughput-latency-3n-hsw"
11310   filter: "'NIC_Intel-X710' and
11311            '78B' and
11312            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11313            'NDRPDR' and
11314            '1T1C' and
11315            'IP6FWD' and
11316            not 'SRv6' and
11317            not 'IPSEC' and
11318            not 'VHOST'"
11319   parameters:
11320   - "throughput"
11321   - "parent"
11322   - "tags"
11323   sort:
11324   - "IP6BASE"
11325   - "FIB_20K"
11326   - "FIB_200K"
11327   - "FIB_2M"
11328   traces:
11329     hoverinfo: "x+y"
11330     boxpoints: "outliers"
11331     whiskerwidth: 0
11332   layout:
11333     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11334     layout: "plot-throughput"
11335
11336 -
11337   type: "plot"
11338   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11339   algorithm: "plot_performance_box"
11340   output-file-type: ".html"
11341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11342   data: "plot-vpp-throughput-latency-3n-hsw"
11343   filter: "'NIC_Intel-X710' and
11344            '78B' and
11345            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11346            'NDRPDR' and
11347            '2T2C' and
11348            'IP6FWD' and
11349            not 'SRv6' and
11350            not 'IPSEC' and
11351            not 'VHOST'"
11352   parameters:
11353   - "throughput"
11354   - "parent"
11355   - "tags"
11356   sort:
11357   - "IP6BASE"
11358   - "FIB_20K"
11359   - "FIB_200K"
11360   - "FIB_2M"
11361   traces:
11362     hoverinfo: "x+y"
11363     boxpoints: "outliers"
11364     whiskerwidth: 0
11365   layout:
11366     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11367     layout: "plot-throughput"
11368
11369 -
11370   type: "plot"
11371   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11372   algorithm: "plot_performance_box"
11373   output-file-type: ".html"
11374   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11375   data: "plot-vpp-throughput-latency-3n-hsw"
11376   filter: "'NIC_Intel-X710' and
11377            '78B' and
11378            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11379            'NDRPDR' and
11380            '2T2C' and
11381            'IP6FWD' and
11382            not 'SRv6' and
11383            not 'IPSEC' and
11384            not 'VHOST'"
11385   parameters:
11386   - "throughput"
11387   - "parent"
11388   - "tags"
11389   sort:
11390   - "IP6BASE"
11391   - "FIB_20K"
11392   - "FIB_200K"
11393   - "FIB_2M"
11394   traces:
11395     hoverinfo: "x+y"
11396     boxpoints: "outliers"
11397     whiskerwidth: 0
11398   layout:
11399     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11400     layout: "plot-throughput"
11401
11402 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11403 -
11404   type: "plot"
11405   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11406   algorithm: "plot_performance_box"
11407   output-file-type: ".html"
11408   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11409   data: "plot-vpp-throughput-latency-3n-hsw"
11410   filter: "'NIC_Intel-X710' and
11411            '78B' and
11412            ('IP6BASE' or
11413             'POLICE_MARK' or
11414             'COPWHLIST' or
11415             'IACLDST') and
11416            'NDRPDR' and
11417            '1T1C' and
11418            'IP6FWD' and
11419            not 'SRv6' and
11420            not 'IPSEC' and
11421            not 'VHOST'"
11422   parameters:
11423   - "throughput"
11424   - "parent"
11425   - "tags"
11426   sort:
11427   - "IP6BASE"
11428   - "POLICE_MARK"
11429   - "COPWHLIST"
11430   - "IACLDST"
11431   traces:
11432     hoverinfo: "x+y"
11433     boxpoints: "outliers"
11434     whiskerwidth: 0
11435   layout:
11436     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11437     layout: "plot-throughput"
11438
11439 -
11440   type: "plot"
11441   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11442   algorithm: "plot_performance_box"
11443   output-file-type: ".html"
11444   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11445   data: "plot-vpp-throughput-latency-3n-hsw"
11446   filter: "'NIC_Intel-X710' and
11447            '78B' and
11448            ('IP6BASE' or
11449             'POLICE_MARK' or
11450             'COPWHLIST' or
11451             'IACLDST') and
11452            'NDRPDR' and
11453            '2T2C' and
11454            'IP6FWD' and
11455            not 'SRv6' and
11456            not 'IPSEC' and
11457            not 'VHOST'"
11458   parameters:
11459   - "throughput"
11460   - "parent"
11461   - "tags"
11462   sort:
11463   - "IP6BASE"
11464   - "POLICE_MARK"
11465   - "COPWHLIST"
11466   - "IACLDST"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11473     layout: "plot-throughput"
11474
11475 -
11476   type: "plot"
11477   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11478   algorithm: "plot_performance_box"
11479   output-file-type: ".html"
11480   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11481   data: "plot-vpp-throughput-latency-3n-hsw"
11482   filter: "'NIC_Intel-X710' and
11483            '78B' and
11484            ('IP6BASE' or
11485             'POLICE_MARK' or
11486             'COPWHLIST' or
11487             'IACLDST') and
11488            'NDRPDR' and
11489            '1T1C' and
11490            'IP6FWD' and
11491            not 'SRv6' and
11492            not 'IPSEC' and
11493            not 'VHOST'"
11494   parameters:
11495   - "throughput"
11496   - "parent"
11497   - "tags"
11498   sort:
11499   - "IP6BASE"
11500   - "POLICE_MARK"
11501   - "COPWHLIST"
11502   - "IACLDST"
11503   traces:
11504     hoverinfo: "x+y"
11505     boxpoints: "outliers"
11506     whiskerwidth: 0
11507   layout:
11508     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11509     layout: "plot-throughput"
11510
11511 -
11512   type: "plot"
11513   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11514   algorithm: "plot_performance_box"
11515   output-file-type: ".html"
11516   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11517   data: "plot-vpp-throughput-latency-3n-hsw"
11518   filter: "'NIC_Intel-X710' and
11519            '78B' and
11520            ('IP6BASE' or
11521             'POLICE_MARK' or
11522             'COPWHLIST' or
11523             'IACLDST') and
11524            'NDRPDR' and
11525            '2T2C' and
11526            'IP6FWD' and
11527            not 'SRv6' and
11528            not 'IPSEC' and
11529            not 'VHOST'"
11530   parameters:
11531   - "throughput"
11532   - "parent"
11533   - "tags"
11534   sort:
11535   - "IP6BASE"
11536   - "POLICE_MARK"
11537   - "COPWHLIST"
11538   - "IACLDST"
11539   traces:
11540     hoverinfo: "x+y"
11541     boxpoints: "outliers"
11542     whiskerwidth: 0
11543   layout:
11544     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11545     layout: "plot-throughput"
11546
11547 # Packet Throughput - VPP IPv6 3n-hsw-xl710
11548 -
11549   type: "plot"
11550   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11551   algorithm: "plot_performance_box"
11552   output-file-type: ".html"
11553   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11554   data: "plot-vpp-throughput-latency-3n-hsw"
11555   filter: "'NIC_Intel-XL710' and
11556            '78B' and
11557            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11558            'NDRPDR' and
11559            '1T1C' and
11560            'IP6FWD' and
11561            not 'SRv6' and
11562            not 'IPSEC' and
11563            not 'VHOST'"
11564   parameters:
11565   - "throughput"
11566   - "parent"
11567   - "tags"
11568   sort:
11569   - "IP6BASE"
11570   - "FIB_20K"
11571   - "FIB_200K"
11572   - "FIB_2M"
11573   traces:
11574     hoverinfo: "x+y"
11575     boxpoints: "outliers"
11576     whiskerwidth: 0
11577   layout:
11578     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11579     layout: "plot-throughput"
11580
11581 -
11582   type: "plot"
11583   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11584   algorithm: "plot_performance_box"
11585   output-file-type: ".html"
11586   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11587   data: "plot-vpp-throughput-latency-3n-hsw"
11588   filter: "'NIC_Intel-XL710' and
11589            '78B' and
11590            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11591            'NDRPDR' and
11592            '1T1C' and
11593            'IP6FWD' and
11594            not 'SRv6' and
11595            not 'IPSEC' and
11596            not 'VHOST'"
11597   parameters:
11598   - "throughput"
11599   - "parent"
11600   - "tags"
11601   sort:
11602   - "IP6BASE"
11603   - "FIB_20K"
11604   - "FIB_200K"
11605   - "FIB_2M"
11606   traces:
11607     hoverinfo: "x+y"
11608     boxpoints: "outliers"
11609     whiskerwidth: 0
11610   layout:
11611     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11612     layout: "plot-throughput"
11613
11614 -
11615   type: "plot"
11616   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11617   algorithm: "plot_performance_box"
11618   output-file-type: ".html"
11619   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11620   data: "plot-vpp-throughput-latency-3n-hsw"
11621   filter: "'NIC_Intel-XL710' and
11622            '78B' and
11623            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11624            'NDRPDR' and
11625            '2T2C' and
11626            'IP6FWD' and
11627            not 'SRv6' and
11628            not 'IPSEC' and
11629            not 'VHOST'"
11630   parameters:
11631   - "throughput"
11632   - "parent"
11633   - "tags"
11634   sort:
11635   - "IP6BASE"
11636   - "FIB_20K"
11637   - "FIB_200K"
11638   - "FIB_2M"
11639   traces:
11640     hoverinfo: "x+y"
11641     boxpoints: "outliers"
11642     whiskerwidth: 0
11643   layout:
11644     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11645     layout: "plot-throughput"
11646
11647 -
11648   type: "plot"
11649   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11650   algorithm: "plot_performance_box"
11651   output-file-type: ".html"
11652   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11653   data: "plot-vpp-throughput-latency-3n-hsw"
11654   filter: "'NIC_Intel-XL710' and
11655            '78B' and
11656            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11657            'NDRPDR' and
11658            '2T2C' and
11659            'IP6FWD' and
11660            not 'SRv6' and
11661            not 'IPSEC' and
11662            not 'VHOST'"
11663   parameters:
11664   - "throughput"
11665   - "parent"
11666   - "tags"
11667   sort:
11668   - "IP6BASE"
11669   - "FIB_20K"
11670   - "FIB_200K"
11671   - "FIB_2M"
11672   traces:
11673     hoverinfo: "x+y"
11674     boxpoints: "outliers"
11675     whiskerwidth: 0
11676   layout:
11677     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11678     layout: "plot-throughput"
11679
11680 # Packet Throughput - VPP IPv6 3n-skx-x710
11681 -
11682   type: "plot"
11683   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11684   algorithm: "plot_performance_box"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11687   data: "plot-vpp-throughput-latency-3n-skx"
11688   filter: "'NIC_Intel-X710' and
11689            '78B' and
11690            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11691            'NDRPDR' and
11692            '2T1C' and
11693            'IP6FWD' and
11694            not 'SRv6' and
11695            not 'IPSEC' and
11696            not 'VHOST'"
11697   parameters:
11698   - "throughput"
11699   - "parent"
11700   - "tags"
11701   sort:
11702   - "IP6BASE"
11703   - "FIB_20k"
11704   - "FIB_200k"
11705   - "FIB_2M"
11706   traces:
11707     hoverinfo: "x+y"
11708     boxpoints: "outliers"
11709     whiskerwidth: 0
11710   layout:
11711     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11712     layout: "plot-throughput"
11713
11714 -
11715   type: "plot"
11716   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11717   algorithm: "plot_performance_box"
11718   output-file-type: ".html"
11719   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11720   data: "plot-vpp-throughput-latency-3n-skx"
11721   filter: "'NIC_Intel-X710' and
11722            '78B' and
11723            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11724            'NDRPDR' and
11725            '2T1C' and
11726            'IP6FWD' and
11727            not 'SRv6' and
11728            not 'IPSEC' and
11729            not 'VHOST'"
11730   parameters:
11731   - "throughput"
11732   - "parent"
11733   - "tags"
11734   sort:
11735   - "IP6BASE"
11736   - "FIB_20k"
11737   - "FIB_200k"
11738   - "FIB_2M"
11739   traces:
11740     hoverinfo: "x+y"
11741     boxpoints: "outliers"
11742     whiskerwidth: 0
11743   layout:
11744     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11745     layout: "plot-throughput"
11746
11747 -
11748   type: "plot"
11749   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11750   algorithm: "plot_performance_box"
11751   output-file-type: ".html"
11752   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11753   data: "plot-vpp-throughput-latency-3n-skx"
11754   filter: "'NIC_Intel-X710' and
11755            '78B' and
11756            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11757            'NDRPDR' and
11758            '4T2C' and
11759            'IP6FWD' and
11760            not 'SRv6' and
11761            not 'IPSEC' and
11762            not 'VHOST'"
11763   parameters:
11764   - "throughput"
11765   - "parent"
11766   - "tags"
11767   sort:
11768   - "IP6BASE"
11769   - "FIB_20k"
11770   - "FIB_200k"
11771   - "FIB_2M"
11772   traces:
11773     hoverinfo: "x+y"
11774     boxpoints: "outliers"
11775     whiskerwidth: 0
11776   layout:
11777     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11778     layout: "plot-throughput"
11779
11780 -
11781   type: "plot"
11782   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11783   algorithm: "plot_performance_box"
11784   output-file-type: ".html"
11785   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11786   data: "plot-vpp-throughput-latency-3n-skx"
11787   filter: "'NIC_Intel-X710' and
11788            '78B' and
11789            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11790            'NDRPDR' and
11791            '4T2C' and
11792            'IP6FWD' and
11793            not 'SRv6' and
11794            not 'IPSEC' and
11795            not 'VHOST'"
11796   parameters:
11797   - "throughput"
11798   - "parent"
11799   - "tags"
11800   sort:
11801   - "IP6BASE"
11802   - "FIB_20k"
11803   - "FIB_200k"
11804   - "FIB_2M"
11805   traces:
11806     hoverinfo: "x+y"
11807     boxpoints: "outliers"
11808     whiskerwidth: 0
11809   layout:
11810     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11811     layout: "plot-throughput"
11812
11813 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11814 -
11815   type: "plot"
11816   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11817   algorithm: "plot_performance_box"
11818   output-file-type: ".html"
11819   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11820   data: "plot-vpp-throughput-latency-3n-skx"
11821   filter: "'NIC_Intel-X710' and
11822            '78B' and
11823            ('IP6BASE' or
11824             'POLICE_MARK' or
11825             'COPWHLIST' or
11826             'IACLDST') and
11827            'NDRPDR' and
11828            '2T1C' and
11829            'IP6FWD' and
11830            not 'SRv6' and
11831            not 'IPSEC' and
11832            not 'VHOST'"
11833   parameters:
11834   - "throughput"
11835   - "parent"
11836   - "tags"
11837   sort:
11838   - "IP6BASE"
11839   - "POLICE_MARK"
11840   - "COPWHLIST"
11841   - "IACLDST"
11842   traces:
11843     hoverinfo: "x+y"
11844     boxpoints: "outliers"
11845     whiskerwidth: 0
11846   layout:
11847     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11848     layout: "plot-throughput"
11849
11850 -
11851   type: "plot"
11852   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11853   algorithm: "plot_performance_box"
11854   output-file-type: ".html"
11855   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11856   data: "plot-vpp-throughput-latency-3n-hsw"
11857   filter: "'NIC_Intel-X710' and
11858            '78B' and
11859            ('IP6BASE' or
11860             'POLICE_MARK' or
11861             'COPWHLIST' or
11862             'IACLDST') and
11863            'NDRPDR' and
11864            '4T2C' and
11865            'IP6FWD' and
11866            not 'SRv6' and
11867            not 'IPSEC' and
11868            not 'VHOST'"
11869   parameters:
11870   - "throughput"
11871   - "parent"
11872   - "tags"
11873   sort:
11874   - "IP6BASE"
11875   - "POLICE_MARK"
11876   - "COPWHLIST"
11877   - "IACLDST"
11878   traces:
11879     hoverinfo: "x+y"
11880     boxpoints: "outliers"
11881     whiskerwidth: 0
11882   layout:
11883     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11884     layout: "plot-throughput"
11885
11886 -
11887   type: "plot"
11888   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11889   algorithm: "plot_performance_box"
11890   output-file-type: ".html"
11891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11892   data: "plot-vpp-throughput-latency-3n-skx"
11893   filter: "'NIC_Intel-X710' and
11894            '78B' and
11895            ('IP6BASE' or
11896             'POLICE_MARK' or
11897             'COPWHLIST' or
11898             'IACLDST') and
11899            'NDRPDR' and
11900            '2T1C' and
11901            'IP6FWD' and
11902            not 'SRv6' and
11903            not 'IPSEC' and
11904            not 'VHOST'"
11905   parameters:
11906   - "throughput"
11907   - "parent"
11908   - "tags"
11909   sort:
11910   - "IP6BASE"
11911   - "POLICE_MARK"
11912   - "COPWHLIST"
11913   - "IACLDST"
11914   traces:
11915     hoverinfo: "x+y"
11916     boxpoints: "outliers"
11917     whiskerwidth: 0
11918   layout:
11919     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11920     layout: "plot-throughput"
11921
11922 -
11923   type: "plot"
11924   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11925   algorithm: "plot_performance_box"
11926   output-file-type: ".html"
11927   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11928   data: "plot-vpp-throughput-latency-3n-skx"
11929   filter: "'NIC_Intel-X710' and
11930            '78B' and
11931            ('IP6BASE' or
11932             'POLICE_MARK' or
11933             'COPWHLIST' or
11934             'IACLDST') and
11935            'NDRPDR' and
11936            '4T2C' and
11937            'IP6FWD' and
11938            not 'SRv6' and
11939            not 'IPSEC' and
11940            not 'VHOST'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   sort:
11946   - "IP6BASE"
11947   - "POLICE_MARK"
11948   - "COPWHLIST"
11949   - "IACLDST"
11950   traces:
11951     hoverinfo: "x+y"
11952     boxpoints: "outliers"
11953     whiskerwidth: 0
11954   layout:
11955     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11956     layout: "plot-throughput"
11957
11958 # Packet Throughput - VPP IPv6 2n-skx-x710
11959 -
11960   type: "plot"
11961   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11962   algorithm: "plot_performance_box"
11963   output-file-type: ".html"
11964   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11965   data: "plot-vpp-throughput-latency-2n-skx"
11966   filter: "'NIC_Intel-X710' and
11967            '78B' and
11968            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11969            'NDRPDR' and
11970            '2T1C' and
11971            'IP6FWD' and
11972            not 'SRv6' and
11973            not 'IPSEC' and
11974            not 'VHOST'"
11975   parameters:
11976   - "throughput"
11977   - "parent"
11978   - "tags"
11979   sort:
11980   - "IP6BASE"
11981   - "FIB_20k"
11982   - "FIB_200k"
11983   - "FIB_2M"
11984   traces:
11985     hoverinfo: "x+y"
11986     boxpoints: "outliers"
11987     whiskerwidth: 0
11988   layout:
11989     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11990     layout: "plot-throughput"
11991
11992 -
11993   type: "plot"
11994   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11995   algorithm: "plot_performance_box"
11996   output-file-type: ".html"
11997   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11998   data: "plot-vpp-throughput-latency-2n-skx"
11999   filter: "'NIC_Intel-X710' and
12000            '78B' and
12001            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12002            'NDRPDR' and
12003            '2T1C' and
12004            'IP6FWD' and
12005            not 'SRv6' and
12006            not 'IPSEC' and
12007            not 'VHOST'"
12008   parameters:
12009   - "throughput"
12010   - "parent"
12011   - "tags"
12012   sort:
12013   - "IP6BASE"
12014   - "FIB_20k"
12015   - "FIB_200k"
12016   - "FIB_2M"
12017   traces:
12018     hoverinfo: "x+y"
12019     boxpoints: "outliers"
12020     whiskerwidth: 0
12021   layout:
12022     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12023     layout: "plot-throughput"
12024
12025 -
12026   type: "plot"
12027   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12028   algorithm: "plot_performance_box"
12029   output-file-type: ".html"
12030   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12031   data: "plot-vpp-throughput-latency-2n-skx"
12032   filter: "'NIC_Intel-X710' and
12033            '78B' and
12034            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12035            'NDRPDR' and
12036            '4T2C' and
12037            'IP6FWD' and
12038            not 'SRv6' and
12039            not 'IPSEC' and
12040            not 'VHOST'"
12041   parameters:
12042   - "throughput"
12043   - "parent"
12044   - "tags"
12045   sort:
12046   - "IP6BASE"
12047   - "FIB_20k"
12048   - "FIB_200k"
12049   - "FIB_2M"
12050   traces:
12051     hoverinfo: "x+y"
12052     boxpoints: "outliers"
12053     whiskerwidth: 0
12054   layout:
12055     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12056     layout: "plot-throughput"
12057
12058 -
12059   type: "plot"
12060   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12061   algorithm: "plot_performance_box"
12062   output-file-type: ".html"
12063   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12064   data: "plot-vpp-throughput-latency-2n-skx"
12065   filter: "'NIC_Intel-X710' and
12066            '78B' and
12067            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12068            'NDRPDR' and
12069            '4T2C' and
12070            'IP6FWD' and
12071            not 'SRv6' and
12072            not 'IPSEC' and
12073            not 'VHOST'"
12074   parameters:
12075   - "throughput"
12076   - "parent"
12077   - "tags"
12078   sort:
12079   - "IP6BASE"
12080   - "FIB_20k"
12081   - "FIB_200k"
12082   - "FIB_2M"
12083   traces:
12084     hoverinfo: "x+y"
12085     boxpoints: "outliers"
12086     whiskerwidth: 0
12087   layout:
12088     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12089     layout: "plot-throughput"
12090
12091 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12092 -
12093   type: "plot"
12094   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12095   algorithm: "plot_performance_box"
12096   output-file-type: ".html"
12097   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12098   data: "plot-vpp-throughput-latency-2n-skx"
12099   filter: "'NIC_Intel-XXV710' and
12100            '78B' and
12101            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12102            'NDRPDR' and
12103            '2T1C' and
12104            'IP6FWD' and
12105            not 'SRv6' and
12106            not 'IPSEC' and
12107            not 'VHOST'"
12108   parameters:
12109   - "throughput"
12110   - "parent"
12111   - "tags"
12112   sort:
12113   - "IP6BASE"
12114   - "FIB_20k"
12115   - "FIB_200k"
12116   - "FIB_2M"
12117   traces:
12118     hoverinfo: "x+y"
12119     boxpoints: "outliers"
12120     whiskerwidth: 0
12121   layout:
12122     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12123     layout: "plot-throughput"
12124
12125 -
12126   type: "plot"
12127   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12128   algorithm: "plot_performance_box"
12129   output-file-type: ".html"
12130   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12131   data: "plot-vpp-throughput-latency-2n-skx"
12132   filter: "'NIC_Intel-XXV710' and
12133            '78B' and
12134            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12135            'NDRPDR' and
12136            '2T1C' and
12137            'IP6FWD' and
12138            not 'SRv6' and
12139            not 'IPSEC' and
12140            not 'VHOST'"
12141   parameters:
12142   - "throughput"
12143   - "parent"
12144   - "tags"
12145   sort:
12146   - "IP6BASE"
12147   - "FIB_20k"
12148   - "FIB_200k"
12149   - "FIB_2M"
12150   traces:
12151     hoverinfo: "x+y"
12152     boxpoints: "outliers"
12153     whiskerwidth: 0
12154   layout:
12155     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12156     layout: "plot-throughput"
12157
12158 -
12159   type: "plot"
12160   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12161   algorithm: "plot_performance_box"
12162   output-file-type: ".html"
12163   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12164   data: "plot-vpp-throughput-latency-2n-skx"
12165   filter: "'NIC_Intel-XXV710' and
12166            '78B' and
12167            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12168            'NDRPDR' and
12169            '4T2C' and
12170            'IP6FWD' and
12171            not 'SRv6' and
12172            not 'IPSEC' and
12173            not 'VHOST'"
12174   parameters:
12175   - "throughput"
12176   - "parent"
12177   - "tags"
12178   sort:
12179   - "IP6BASE"
12180   - "FIB_20k"
12181   - "FIB_200k"
12182   - "FIB_2M"
12183   traces:
12184     hoverinfo: "x+y"
12185     boxpoints: "outliers"
12186     whiskerwidth: 0
12187   layout:
12188     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12189     layout: "plot-throughput"
12190
12191 -
12192   type: "plot"
12193   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12194   algorithm: "plot_performance_box"
12195   output-file-type: ".html"
12196   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12197   data: "plot-vpp-throughput-latency-2n-skx"
12198   filter: "'NIC_Intel-XXV710' and
12199            '78B' and
12200            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12201            'NDRPDR' and
12202            '4T2C' and
12203            'IP6FWD' and
12204            not 'SRv6' and
12205            not 'IPSEC' and
12206            not 'VHOST'"
12207   parameters:
12208   - "throughput"
12209   - "parent"
12210   - "tags"
12211   sort:
12212   - "IP6BASE"
12213   - "FIB_20k"
12214   - "FIB_200k"
12215   - "FIB_2M"
12216   traces:
12217     hoverinfo: "x+y"
12218     boxpoints: "outliers"
12219     whiskerwidth: 0
12220   layout:
12221     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12222     layout: "plot-throughput"
12223
12224 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12225 -
12226   type: "plot"
12227   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12228   algorithm: "plot_performance_box"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12231   data: "intel-dnv-vpp"
12232   filter: "'NIC_Intel-X553' and
12233            '78B' and
12234            'IP6BASE' and
12235            'NDRPDR' and
12236            '1T1C' and
12237            'IP6FWD' and
12238            not 'SRv6' and
12239            not 'IPSEC' and
12240            not 'VHOST'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   sort:
12246   - "IP6BASE"
12247   traces:
12248     hoverinfo: "x+y"
12249     boxpoints: "outliers"
12250     whiskerwidth: 0
12251   layout:
12252     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12253     layout: "plot-throughput"
12254
12255 -
12256   type: "plot"
12257   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12258   algorithm: "plot_performance_box"
12259   output-file-type: ".html"
12260   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12261   data: "intel-dnv-vpp"
12262   filter: "'NIC_Intel-X553' and
12263            '78B' and
12264            'IP6BASE' and
12265            'NDRPDR' and
12266            '1T1C' and
12267            'IP6FWD' and
12268            not 'SRv6' and
12269            not 'IPSEC' and
12270            not 'VHOST'"
12271   parameters:
12272   - "throughput"
12273   - "parent"
12274   - "tags"
12275   sort:
12276   - "IP6BASE"
12277   traces:
12278     hoverinfo: "x+y"
12279     boxpoints: "outliers"
12280     whiskerwidth: 0
12281   layout:
12282     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12283     layout: "plot-throughput"
12284
12285 -
12286   type: "plot"
12287   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12288   algorithm: "plot_performance_box"
12289   output-file-type: ".html"
12290   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12291   data: "intel-dnv-vpp"
12292   filter: "'NIC_Intel-X553' and
12293            '78B' and
12294            'IP6BASE' and
12295            'NDRPDR' and
12296            '2T2C' and
12297            'IP6FWD' and
12298            not 'SRv6' and
12299            not 'IPSEC' and
12300            not 'VHOST'"
12301   parameters:
12302   - "throughput"
12303   - "parent"
12304   - "tags"
12305   sort:
12306   - "IP6BASE"
12307   traces:
12308     hoverinfo: "x+y"
12309     boxpoints: "outliers"
12310     whiskerwidth: 0
12311   layout:
12312     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12313     layout: "plot-throughput"
12314
12315 -
12316   type: "plot"
12317   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12318   algorithm: "plot_performance_box"
12319   output-file-type: ".html"
12320   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12321   data: "intel-dnv-vpp"
12322   filter: "'NIC_Intel-X553' and
12323            '78B' and
12324            'IP6BASE' and
12325            'NDRPDR' and
12326            '2T2C' and
12327            'IP6FWD' and
12328            not 'SRv6' and
12329            not 'IPSEC' and
12330            not 'VHOST'"
12331   parameters:
12332   - "throughput"
12333   - "parent"
12334   - "tags"
12335   sort:
12336   - "IP6BASE"
12337   traces:
12338     hoverinfo: "x+y"
12339     boxpoints: "outliers"
12340     whiskerwidth: 0
12341   layout:
12342     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12343     layout: "plot-throughput"
12344
12345 ################################################################################
12346
12347 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12348 -
12349   type: "plot"
12350   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12351   algorithm: "plot_performance_box"
12352   output-file-type: ".html"
12353   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12354   data: "plot-vpp-throughput-latency-3n-hsw"
12355   filter: "'NIC_Intel-X520-DA2' and
12356            '78B' and
12357            'ENCAP' and
12358            'NDRPDR' and
12359            '1T1C' and
12360            'LISP' and
12361            not 'VHOST'"
12362   parameters:
12363   - "throughput"
12364   - "parent"
12365   - "tags"
12366   sort:
12367   - "IP4UNRLAY"
12368   - "IP6UNRLAY"
12369   traces:
12370     hoverinfo: "x+y"
12371     boxpoints: "outliers"
12372     whiskerwidth: 0
12373   layout:
12374     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12375     layout: "plot-throughput"
12376
12377 -
12378   type: "plot"
12379   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12380   algorithm: "plot_performance_box"
12381   output-file-type: ".html"
12382   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12383   data: "plot-vpp-throughput-latency-3n-hsw"
12384   filter: "'NIC_Intel-X520-DA2' and
12385            '78B' and
12386            'ENCAP' and
12387            'NDRPDR' and
12388            '1T1C' and
12389            'LISP' and
12390            not 'VHOST'"
12391   parameters:
12392   - "throughput"
12393   - "parent"
12394   - "tags"
12395   sort:
12396   - "IP4UNRLAY"
12397   - "IP6UNRLAY"
12398   traces:
12399     hoverinfo: "x+y"
12400     boxpoints: "outliers"
12401     whiskerwidth: 0
12402   layout:
12403     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12404     layout: "plot-throughput"
12405
12406 -
12407   type: "plot"
12408   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12409   algorithm: "plot_performance_box"
12410   output-file-type: ".html"
12411   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12412   data: "plot-vpp-throughput-latency-3n-hsw"
12413   filter: "'NIC_Intel-X520-DA2' and
12414            '78B' and
12415            'ENCAP' and
12416            'NDRPDR' and
12417            '2T2C' and
12418            'LISP' and
12419            not 'VHOST'"
12420   parameters:
12421   - "throughput"
12422   - "parent"
12423   - "tags"
12424   sort:
12425   - "IP4UNRLAY"
12426   - "IP6UNRLAY"
12427   traces:
12428     hoverinfo: "x+y"
12429     boxpoints: "outliers"
12430     whiskerwidth: 0
12431   layout:
12432     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12433     layout: "plot-throughput"
12434
12435 -
12436   type: "plot"
12437   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12438   algorithm: "plot_performance_box"
12439   output-file-type: ".html"
12440   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12441   data: "plot-vpp-throughput-latency-3n-hsw"
12442   filter: "'NIC_Intel-X520-DA2' and
12443            '78B' and
12444            'ENCAP' and
12445            'NDRPDR' and
12446            '2T2C' and
12447            'LISP' and
12448            not 'VHOST'"
12449   parameters:
12450   - "throughput"
12451   - "parent"
12452   - "tags"
12453   sort:
12454   - "IP4UNRLAY"
12455   - "IP6UNRLAY"
12456   traces:
12457     hoverinfo: "x+y"
12458     boxpoints: "outliers"
12459     whiskerwidth: 0
12460   layout:
12461     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12462     layout: "plot-throughput"
12463
12464 ################################################################################
12465
12466 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
12467 -
12468   type: "plot"
12469   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12470   algorithm: "plot_performance_box"
12471   output-file-type: ".html"
12472   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12473   data: "plot-vpp-throughput-latency-3n-hsw"
12474   filter: "'NIC_Intel-XL710' and
12475            '64B' and
12476            'IP4FWD' and
12477            'NDRPDR' and
12478            'BASE' and
12479            '1T1C' and
12480            'IPSECHW' and
12481            ('IPSECTRAN' or 'IPSECTUN') and
12482            not 'VHOST'"
12483   parameters:
12484   - "throughput"
12485   - "parent"
12486   - "tags"
12487   traces:
12488     hoverinfo: "x+y"
12489     boxpoints: "outliers"
12490     whiskerwidth: 0
12491   layout:
12492     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12493     layout: "plot-throughput"
12494
12495 -
12496   type: "plot"
12497   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12498   algorithm: "plot_performance_box"
12499   output-file-type: ".html"
12500   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12501   data: "plot-vpp-throughput-latency-3n-hsw"
12502   filter: "'NIC_Intel-XL710' and
12503            '64B' and
12504            'IP4FWD' and
12505            'NDRPDR' and
12506            'BASE' and
12507            '1T1C' and
12508            'IPSECHW' and
12509            ('IPSECTRAN' or 'IPSECTUN') and
12510            not 'VHOST'"
12511   parameters:
12512   - "throughput"
12513   - "parent"
12514   - "tags"
12515   traces:
12516     hoverinfo: "x+y"
12517     boxpoints: "outliers"
12518     whiskerwidth: 0
12519   layout:
12520     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12521     layout: "plot-throughput"
12522
12523 -
12524   type: "plot"
12525   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12526   algorithm: "plot_performance_box"
12527   output-file-type: ".html"
12528   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12529   data: "plot-vpp-throughput-latency-3n-hsw"
12530   filter: "'NIC_Intel-XL710' and
12531            '64B' and
12532            'IP4FWD' and
12533            'NDRPDR' and
12534            'BASE' and
12535            '2T2C' and
12536            'IPSECHW' and
12537            ('IPSECTRAN' or 'IPSECTUN') and
12538            not 'VHOST'"
12539   parameters:
12540   - "throughput"
12541   - "parent"
12542   - "tags"
12543   traces:
12544     hoverinfo: "x+y"
12545     boxpoints: "outliers"
12546     whiskerwidth: 0
12547   layout:
12548     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12549     layout: "plot-throughput"
12550
12551 -
12552   type: "plot"
12553   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12554   algorithm: "plot_performance_box"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12557   data: "plot-vpp-throughput-latency-3n-hsw"
12558   filter: "'NIC_Intel-XL710' and
12559            '64B' and
12560            'IP4FWD' and
12561            'NDRPDR' and
12562            'BASE' and
12563            '2T2C' and
12564            'IPSECHW' and
12565            ('IPSECTRAN' or 'IPSECTUN') and
12566            not 'VHOST'"
12567   parameters:
12568   - "throughput"
12569   - "parent"
12570   - "tags"
12571   traces:
12572     hoverinfo: "x+y"
12573     boxpoints: "outliers"
12574     whiskerwidth: 0
12575   layout:
12576     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12577     layout: "plot-throughput"
12578
12579 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
12580 -
12581   type: "plot"
12582   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12583   algorithm: "plot_performance_box"
12584   output-file-type: ".html"
12585   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12586   data: "plot-vpp-throughput-latency-3n-hsw"
12587   filter: "'NIC_Intel-XL710' and
12588            '64B' and
12589            'IP4FWD' and
12590            'NDRPDR' and
12591            'SCALE' and
12592            '1T1C' and
12593            'IPSECHW' and
12594            ('IPSECTRAN' or 'IPSECTUN') and
12595            not 'VHOST'"
12596   parameters:
12597   - "throughput"
12598   - "parent"
12599   - "tags"
12600   traces:
12601     hoverinfo: "x+y"
12602     boxpoints: "outliers"
12603     whiskerwidth: 0
12604   layout:
12605     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12606     layout: "plot-throughput"
12607
12608 -
12609   type: "plot"
12610   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12611   algorithm: "plot_performance_box"
12612   output-file-type: ".html"
12613   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12614   data: "plot-vpp-throughput-latency-3n-hsw"
12615   filter: "'NIC_Intel-XL710' and
12616            '64B' and
12617            'IP4FWD' and
12618            'NDRPDR' and
12619            'SCALE' and
12620            '1T1C' and
12621            'IPSECHW' and
12622            ('IPSECTRAN' or 'IPSECTUN') and
12623            not 'VHOST'"
12624   parameters:
12625   - "throughput"
12626   - "parent"
12627   - "tags"
12628   traces:
12629     hoverinfo: "x+y"
12630     boxpoints: "outliers"
12631     whiskerwidth: 0
12632   layout:
12633     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12634     layout: "plot-throughput"
12635
12636 -
12637   type: "plot"
12638   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12639   algorithm: "plot_performance_box"
12640   output-file-type: ".html"
12641   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12642   data: "plot-vpp-throughput-latency-3n-hsw"
12643   filter: "'NIC_Intel-XL710' and
12644            '64B' and
12645            'IP4FWD' and
12646            'NDRPDR' and
12647            'SCALE' and
12648            '2T2C' and
12649            'IPSECHW' and
12650            ('IPSECTRAN' or 'IPSECTUN') and
12651            not 'VHOST'"
12652   parameters:
12653   - "throughput"
12654   - "parent"
12655   - "tags"
12656   traces:
12657     hoverinfo: "x+y"
12658     boxpoints: "outliers"
12659     whiskerwidth: 0
12660   layout:
12661     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12662     layout: "plot-throughput"
12663
12664 -
12665   type: "plot"
12666   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12667   algorithm: "plot_performance_box"
12668   output-file-type: ".html"
12669   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12670   data: "plot-vpp-throughput-latency-3n-hsw"
12671   filter: "'NIC_Intel-XL710' and
12672            '64B' and
12673            'IP4FWD' and
12674            'NDRPDR' and
12675            'SCALE' and
12676            '2T2C' and
12677            'IPSECHW' and
12678            ('IPSECTRAN' or 'IPSECTUN') and
12679            not 'VHOST'"
12680   parameters:
12681   - "throughput"
12682   - "parent"
12683   - "tags"
12684   traces:
12685     hoverinfo: "x+y"
12686     boxpoints: "outliers"
12687     whiskerwidth: 0
12688   layout:
12689     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12690     layout: "plot-throughput"
12691
12692 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
12693 -
12694   type: "plot"
12695   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12696   algorithm: "plot_performance_box"
12697   output-file-type: ".html"
12698   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12699   data: "plot-vpp-throughput-latency-3n-hsw"
12700   filter: "'NIC_Intel-XL710' and
12701            '64B' and
12702            'IP4FWD' and
12703            'NDRPDR' and
12704            '1T1C' and
12705            'IPSECSW' and
12706            ('IPSECTRAN' or 'IPSECTUN') and
12707            not 'VHOST'"
12708   parameters:
12709   - "throughput"
12710   - "parent"
12711   - "tags"
12712   traces:
12713     hoverinfo: "x+y"
12714     boxpoints: "outliers"
12715     whiskerwidth: 0
12716   layout:
12717     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12718     layout: "plot-throughput"
12719
12720 -
12721   type: "plot"
12722   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12723   algorithm: "plot_performance_box"
12724   output-file-type: ".html"
12725   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12726   data: "plot-vpp-throughput-latency-3n-hsw"
12727   filter: "'NIC_Intel-XL710' and
12728            '64B' and
12729            'IP4FWD' and
12730            'NDRPDR' and
12731            '1T1C' and
12732            'IPSECSW' and
12733            ('IPSECTRAN' or 'IPSECTUN') and
12734            not 'VHOST'"
12735   parameters:
12736   - "throughput"
12737   - "parent"
12738   - "tags"
12739   traces:
12740     hoverinfo: "x+y"
12741     boxpoints: "outliers"
12742     whiskerwidth: 0
12743   layout:
12744     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12745     layout: "plot-throughput"
12746
12747 -
12748   type: "plot"
12749   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12750   algorithm: "plot_performance_box"
12751   output-file-type: ".html"
12752   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12753   data: "plot-vpp-throughput-latency-3n-hsw"
12754   filter: "'NIC_Intel-XL710' and
12755            '64B' and
12756            'IP4FWD' and
12757            'NDRPDR' and
12758            '2T2C' and
12759            'IPSECSW' and
12760            ('IPSECTRAN' or 'IPSECTUN') and
12761            not 'VHOST'"
12762   parameters:
12763   - "throughput"
12764   - "parent"
12765   - "tags"
12766   traces:
12767     hoverinfo: "x+y"
12768     boxpoints: "outliers"
12769     whiskerwidth: 0
12770   layout:
12771     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12772     layout: "plot-throughput"
12773
12774 -
12775   type: "plot"
12776   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12777   algorithm: "plot_performance_box"
12778   output-file-type: ".html"
12779   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12780   data: "plot-vpp-throughput-latency-3n-hsw"
12781   filter: "'NIC_Intel-XL710' and
12782            '64B' and
12783            'IP4FWD' and
12784            'NDRPDR' and
12785            '2T2C' and
12786            'IPSECSW' and
12787            ('IPSECTRAN' or 'IPSECTUN') and
12788            not 'VHOST'"
12789   parameters:
12790   - "throughput"
12791   - "parent"
12792   - "tags"
12793   traces:
12794     hoverinfo: "x+y"
12795     boxpoints: "outliers"
12796     whiskerwidth: 0
12797   layout:
12798     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12799     layout: "plot-throughput"
12800
12801 ################################################################################
12802
12803 # Packet Throughput - VPP SRv6 3n-hsw-x520
12804 -
12805   type: "plot"
12806   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12807   algorithm: "plot_performance_box"
12808   output-file-type: ".html"
12809   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12810   data: "plot-vpp-throughput-latency-3n-hsw"
12811   filter: "'NIC_Intel-X520-DA2' and
12812            '78B' and
12813            'FEATURE' and
12814            'NDRPDR' and
12815            '1T1C' and
12816            'IP6FWD' and
12817            'SRv6'"
12818   parameters:
12819   - "throughput"
12820   - "parent"
12821   - "tags"
12822   traces:
12823     hoverinfo: "x+y"
12824     boxpoints: "outliers"
12825     whiskerwidth: 0
12826   layout:
12827     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12828     layout: "plot-throughput"
12829
12830 -
12831   type: "plot"
12832   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12833   algorithm: "plot_performance_box"
12834   output-file-type: ".html"
12835   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12836   data: "plot-vpp-throughput-latency-3n-hsw"
12837   filter: "'NIC_Intel-X520-DA2' and
12838            '78B' and
12839            'FEATURE' and
12840            'NDRPDR' and
12841            '1T1C' and
12842            'IP6FWD' and
12843            'SRv6'"
12844   parameters:
12845   - "throughput"
12846   - "parent"
12847   - "tags"
12848   traces:
12849     hoverinfo: "x+y"
12850     boxpoints: "outliers"
12851     whiskerwidth: 0
12852   layout:
12853     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12854     layout: "plot-throughput"
12855
12856 -
12857   type: "plot"
12858   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12859   algorithm: "plot_performance_box"
12860   output-file-type: ".html"
12861   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12862   data: "plot-vpp-throughput-latency-3n-hsw"
12863   filter: "'NIC_Intel-X520-DA2' and
12864            '78B' and
12865            'FEATURE' and
12866            'NDRPDR' and
12867            '2T2C' and
12868            'IP6FWD' and
12869            'SRv6'"
12870   parameters:
12871   - "throughput"
12872   - "parent"
12873   - "tags"
12874   traces:
12875     hoverinfo: "x+y"
12876     boxpoints: "outliers"
12877     whiskerwidth: 0
12878   layout:
12879     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12880     layout: "plot-throughput"
12881
12882 -
12883   type: "plot"
12884   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12885   algorithm: "plot_performance_box"
12886   output-file-type: ".html"
12887   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12888   data: "plot-vpp-throughput-latency-3n-hsw"
12889   filter: "'NIC_Intel-X520-DA2' and
12890            '78B' and
12891            'FEATURE' and
12892            'NDRPDR' and
12893            '2T2C' and
12894            'IP6FWD' and
12895            'SRv6'"
12896   parameters:
12897   - "throughput"
12898   - "parent"
12899   - "tags"
12900   traces:
12901     hoverinfo: "x+y"
12902     boxpoints: "outliers"
12903     whiskerwidth: 0
12904   layout:
12905     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12906     layout: "plot-throughput"
12907
12908 ################################################################################
12909
12910 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12911 -
12912   type: "plot"
12913   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12914   algorithm: "plot_performance_box"
12915   output-file-type: ".html"
12916   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12917   data: "plot-vpp-throughput-latency-3n-hsw"
12918   filter: "'NIC_Intel-X520-DA2' and
12919            '64B' and
12920            'NDRPDR' and
12921            'ETH' and
12922            'IP4FWD' and
12923            '1T1C' and
12924            'VHOST_1024' and
12925            not 'VXLAN' and
12926            not 'DOT1Q'"
12927   parameters:
12928   - "throughput"
12929   - "parent"
12930   - "tags"
12931   sort:
12932   - "not CFS_OPT"
12933   - "1VM"
12934   - "2VM"
12935   traces:
12936     hoverinfo: "x+y"
12937     boxpoints: "outliers"
12938     whiskerwidth: 0
12939   layout:
12940     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12941     layout: "plot-throughput"
12942
12943 -
12944   type: "plot"
12945   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12946   algorithm: "plot_performance_box"
12947   output-file-type: ".html"
12948   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12949   data: "plot-vpp-throughput-latency-3n-hsw"
12950   filter: "'NIC_Intel-X520-DA2' and
12951            '64B' and
12952            'NDRPDR' and
12953            'ETH' and
12954            'IP4FWD' and
12955            '2T2C' and
12956            'VHOST_1024' and
12957            not 'VXLAN' and
12958            not 'DOT1Q'"
12959   parameters:
12960   - "throughput"
12961   - "parent"
12962   - "tags"
12963   sort:
12964   - "not CFS_OPT"
12965   - "1VM"
12966   - "2VM"
12967   traces:
12968     hoverinfo: "x+y"
12969     boxpoints: "outliers"
12970     whiskerwidth: 0
12971   layout:
12972     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12973     layout: "plot-throughput"
12974
12975 -
12976   type: "plot"
12977   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12978   algorithm: "plot_performance_box"
12979   output-file-type: ".html"
12980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12981   data: "plot-vpp-throughput-latency-3n-hsw"
12982   filter: "'NIC_Intel-X520-DA2' and
12983            '64B' and
12984            'NDRPDR' and
12985            'ETH' and
12986            'IP4FWD' and
12987            '1T1C' and
12988            'VHOST_1024' and
12989            not 'VXLAN' and
12990            not 'DOT1Q'"
12991   parameters:
12992   - "throughput"
12993   - "parent"
12994   - "tags"
12995   sort:
12996   - "not CFS_OPT"
12997   - "1VM"
12998   - "2VM"
12999   traces:
13000     hoverinfo: "x+y"
13001     boxpoints: "outliers"
13002     whiskerwidth: 0
13003   layout:
13004     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13005     layout: "plot-throughput"
13006
13007 -
13008   type: "plot"
13009   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13010   algorithm: "plot_performance_box"
13011   output-file-type: ".html"
13012   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13013   data: "plot-vpp-throughput-latency-3n-hsw"
13014   filter: "'NIC_Intel-X520-DA2' and
13015            '64B' and
13016            'NDRPDR' and
13017            'ETH' and
13018            'IP4FWD' and
13019            '2T2C' and
13020            'VHOST_1024' and
13021            not 'VXLAN' and
13022            not 'DOT1Q'"
13023   parameters:
13024   - "throughput"
13025   - "parent"
13026   - "tags"
13027   sort:
13028   - "not CFS_OPT"
13029   - "1VM"
13030   - "2VM"
13031   traces:
13032     hoverinfo: "x+y"
13033     boxpoints: "outliers"
13034     whiskerwidth: 0
13035   layout:
13036     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13037     layout: "plot-throughput"
13038
13039 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13040 -
13041   type: "plot"
13042   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13043   algorithm: "plot_performance_box"
13044   output-file-type: ".html"
13045   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13046   data: "plot-vpp-throughput-latency-3n-hsw"
13047   filter: "'NIC_Intel-X520-DA2' and
13048            '64B' and
13049            'NDRPDR' and
13050            ('ETH' or 'DOT1Q') and
13051            '1T1C' and
13052            'L2BDMACLRN' and
13053            'VHOST_1024' and
13054            not 'VXLAN' and
13055            not 'IP4FWD' and
13056            not '2VM'"
13057   parameters:
13058   - "throughput"
13059   - "parent"
13060   - "tags"
13061 #  sort:
13062 #  - "VM"  # "not CFS_OPT"
13063 #  - "CFS_OPT"
13064 #  - "FIB_10K"
13065 #  - "FIB_100K"
13066 #  - "FIB_1M"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13073     layout: "plot-throughput"
13074
13075 -
13076   type: "plot"
13077   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13081   data: "plot-vpp-throughput-latency-3n-hsw"
13082   filter: "'NIC_Intel-X520-DA2' and
13083            '64B' and
13084            'NDRPDR' and
13085            ('ETH' or 'DOT1Q') and
13086            '2T2C' and
13087            'L2BDMACLRN' and
13088            'VHOST_1024' and
13089            not 'VXLAN' and
13090            not 'IP4FWD' and
13091            not '2VM'"
13092   parameters:
13093   - "throughput"
13094   - "parent"
13095   - "tags"
13096 #  sort:
13097 #  - "VM"  # "not CFS_OPT"
13098 #  - "CFS_OPT"
13099 #  - "FIB_10K"
13100 #  - "FIB_100K"
13101 #  - "FIB_1M"
13102   traces:
13103     hoverinfo: "x+y"
13104     boxpoints: "outliers"
13105     whiskerwidth: 0
13106   layout:
13107     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13108     layout: "plot-throughput"
13109
13110 -
13111   type: "plot"
13112   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13113   algorithm: "plot_performance_box"
13114   output-file-type: ".html"
13115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13116   data: "plot-vpp-throughput-latency-3n-hsw"
13117   filter: "'NIC_Intel-X520-DA2' and
13118            '64B' and
13119            'NDRPDR' and
13120            ('ETH' or 'DOT1Q') and
13121            '1T1C' and
13122            'L2BDMACLRN' and
13123            'VHOST_1024' and
13124            not 'VXLAN' and
13125            not 'IP4FWD' and
13126            not '2VM'"
13127   parameters:
13128   - "throughput"
13129   - "parent"
13130   - "tags"
13131 #  sort:
13132 #  - "VM"  # "not CFS_OPT"
13133 #  - "CFS_OPT"
13134 #  - "FIB_10K"
13135 #  - "FIB_100K"
13136 #  - "FIB_1M"
13137   traces:
13138     hoverinfo: "x+y"
13139     boxpoints: "outliers"
13140     whiskerwidth: 0
13141   layout:
13142     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13143     layout: "plot-throughput"
13144
13145 -
13146   type: "plot"
13147   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13148   algorithm: "plot_performance_box"
13149   output-file-type: ".html"
13150   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13151   data: "plot-vpp-throughput-latency-3n-hsw"
13152   filter: "'NIC_Intel-X520-DA2' and
13153            '64B' and
13154            'NDRPDR' and
13155            ('ETH' or 'DOT1Q') and
13156            '2T2C' and
13157            'L2BDMACLRN' and
13158            'VHOST_1024' and
13159            not 'VXLAN' and
13160            not 'IP4FWD' and
13161            not '2VM'"
13162   parameters:
13163   - "throughput"
13164   - "parent"
13165   - "tags"
13166 #  sort:
13167 #  - "VM"  # "not CFS_OPT"
13168 #  - "CFS_OPT"
13169 #  - "FIB_10K"
13170 #  - "FIB_100K"
13171 #  - "FIB_1M"
13172   traces:
13173     hoverinfo: "x+y"
13174     boxpoints: "outliers"
13175     whiskerwidth: 0
13176   layout:
13177     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13178     layout: "plot-throughput"
13179
13180 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13181 -
13182   type: "plot"
13183   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13184   algorithm: "plot_performance_box"
13185   output-file-type: ".html"
13186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13187   data: "plot-vpp-throughput-latency-3n-hsw"
13188   filter: "'NIC_Intel-X520-DA2' and
13189            '64B' and
13190            'NDRPDR' and
13191            ('ETH' or 'DOT1Q') and
13192            'BASE' and
13193            '1T1C' and
13194            ('L2BDMACLRN' or 'L2XCFWD') and
13195            'VHOST_1024' and
13196            not 'VXLAN' and
13197            not 'IP4FWD' and
13198            not '2VM'"
13199   parameters:
13200   - "throughput"
13201   - "parent"
13202   - "tags"
13203 #  sort:
13204 #  - "not CFS_OPT"
13205 #  - "L2XCFWD"
13206 #  - "not CFS_OPT"
13207 #  - "CFS_OPT"
13208   traces:
13209     hoverinfo: "x+y"
13210     boxpoints: "outliers"
13211     whiskerwidth: 0
13212   layout:
13213     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13214     layout: "plot-throughput"
13215
13216 -
13217   type: "plot"
13218   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13219   algorithm: "plot_performance_box"
13220   output-file-type: ".html"
13221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13222   data: "plot-vpp-throughput-latency-3n-hsw"
13223   filter: "'NIC_Intel-X520-DA2' and
13224            '64B' and
13225            'NDRPDR' and
13226            ('ETH' or 'DOT1Q') and
13227            'BASE' and
13228            '1T1C' and
13229            ('L2BDMACLRN' or 'L2XCFWD') and
13230            'VHOST_1024' and
13231            not 'VXLAN' and
13232            not 'IP4FWD' and
13233            not '2VM'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238 #  sort:
13239 #  - "not CFS_OPT"
13240 #  - "L2XCFWD"
13241 #  - "not CFS_OPT"
13242 #  - "CFS_OPT"
13243   traces:
13244     hoverinfo: "x+y"
13245     boxpoints: "outliers"
13246     whiskerwidth: 0
13247   layout:
13248     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13249     layout: "plot-throughput"
13250
13251 -
13252   type: "plot"
13253   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13254   algorithm: "plot_performance_box"
13255   output-file-type: ".html"
13256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13257   data: "plot-vpp-throughput-latency-3n-hsw"
13258   filter: "'NIC_Intel-X520-DA2' and
13259            '64B' and
13260            'NDRPDR' and
13261            ('ETH' or 'DOT1Q') and
13262            'BASE' and
13263            '2T2C' and
13264            ('L2BDMACLRN' or 'L2XCFWD') and
13265            'VHOST_1024' and
13266            not 'VXLAN' and
13267            not 'IP4FWD' and
13268            not '2VM'"
13269   parameters:
13270   - "throughput"
13271   - "parent"
13272   - "tags"
13273 #  sort:
13274 #  - "not CFS_OPT"
13275 #  - "L2XCFWD"
13276 #  - "not CFS_OPT"
13277 #  - "CFS_OPT"
13278   traces:
13279     hoverinfo: "x+y"
13280     boxpoints: "outliers"
13281     whiskerwidth: 0
13282   layout:
13283     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13284     layout: "plot-throughput"
13285
13286 -
13287   type: "plot"
13288   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13289   algorithm: "plot_performance_box"
13290   output-file-type: ".html"
13291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13292   data: "plot-vpp-throughput-latency-3n-hsw"
13293   filter: "'NIC_Intel-X520-DA2' and
13294            '64B' and
13295            'NDRPDR' and
13296            ('ETH' or 'DOT1Q') and
13297            'BASE' and
13298            '2T2C' and
13299            ('L2BDMACLRN' or 'L2XCFWD') and
13300            'VHOST_1024' and
13301            not 'VXLAN' and
13302            not 'IP4FWD' and
13303            not '2VM'"
13304   parameters:
13305   - "throughput"
13306   - "parent"
13307   - "tags"
13308 #  sort:
13309 #  - "not CFS_OPT"
13310 #  - "L2XCFWD"
13311 #  - "not CFS_OPT"
13312 #  - "CFS_OPT"
13313   traces:
13314     hoverinfo: "x+y"
13315     boxpoints: "outliers"
13316     whiskerwidth: 0
13317   layout:
13318     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13319     layout: "plot-throughput"
13320
13321 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13322 -
13323   type: "plot"
13324   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13325   algorithm: "plot_performance_box"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13328   data: "plot-vpp-throughput-latency-3n-hsw"
13329   filter: "'NIC_Intel-X520-DA2' and
13330            '64B' and
13331            'NDRPDR' and
13332            ('ETH' or 'DOT1Q') and
13333            '1T1C' and
13334            ('L2BDMACLRN' or 'L2XCFWD') and
13335            'VHOST_1024' and
13336            not 'CFS_OPT' and
13337            not 'VXLAN' and
13338            not 'IP4FWD' and
13339            not 'LBOND'"
13340   parameters:
13341   - "throughput"
13342   - "parent"
13343   - "tags"
13344 #  sort:
13345 #  - "1VM"
13346 #  - "L2XCFWD"
13347 #  - "1VM"
13348 #  - "L2BDMACLRN"
13349   traces:
13350     hoverinfo: "x+y"
13351     boxpoints: "outliers"
13352     whiskerwidth: 0
13353   layout:
13354     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13355     layout: "plot-throughput"
13356
13357 -
13358   type: "plot"
13359   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13360   algorithm: "plot_performance_box"
13361   output-file-type: ".html"
13362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13363   data: "plot-vpp-throughput-latency-3n-hsw"
13364   filter: "'NIC_Intel-X520-DA2' and
13365            '64B' and
13366            'NDRPDR' and
13367            ('ETH' or 'DOT1Q') and
13368            '1T1C' and
13369            ('L2BDMACLRN' or 'L2XCFWD') and
13370            'VHOST_1024' and
13371            not 'CFS_OPT' and
13372            not 'VXLAN' and
13373            not 'IP4FWD' and
13374            not 'LBOND'"
13375   parameters:
13376   - "throughput"
13377   - "parent"
13378   - "tags"
13379 #  sort:
13380 #  - "1VM"
13381 #  - "L2XCFWD"
13382 #  - "1VM"
13383 #  - "L2BDMACLRN"
13384   traces:
13385     hoverinfo: "x+y"
13386     boxpoints: "outliers"
13387     whiskerwidth: 0
13388   layout:
13389     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13390     layout: "plot-throughput"
13391
13392 -
13393   type: "plot"
13394   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13395   algorithm: "plot_performance_box"
13396   output-file-type: ".html"
13397   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13398   data: "plot-vpp-throughput-latency-3n-hsw"
13399   filter: "'NIC_Intel-X520-DA2' and
13400            '64B' and
13401            'NDRPDR' and
13402            ('ETH' or 'DOT1Q') and
13403            '2T2C' and
13404            ('L2BDMACLRN' or 'L2XCFWD') and
13405            'VHOST_1024' and
13406            not 'CFS_OPT' and
13407            not 'VXLAN' and
13408            not 'IP4FWD' and
13409            not 'LBOND'"
13410   parameters:
13411   - "throughput"
13412   - "parent"
13413   - "tags"
13414 #  sort:
13415 #  - "1VM"
13416 #  - "L2XCFWD"
13417 #  - "1VM"
13418 #  - "L2BDMACLRN"
13419   traces:
13420     hoverinfo: "x+y"
13421     boxpoints: "outliers"
13422     whiskerwidth: 0
13423   layout:
13424     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13425     layout: "plot-throughput"
13426
13427 -
13428   type: "plot"
13429   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13430   algorithm: "plot_performance_box"
13431   output-file-type: ".html"
13432   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13433   data: "plot-vpp-throughput-latency-3n-hsw"
13434   filter: "'NIC_Intel-X520-DA2' and
13435            '64B' and
13436            'NDRPDR' and
13437            ('ETH' or 'DOT1Q') and
13438            '2T2C' and
13439            ('L2BDMACLRN' or 'L2XCFWD') and
13440            'VHOST_1024' and
13441            not 'CFS_OPT' and
13442            not 'VXLAN' and
13443            not 'IP4FWD' and
13444            not 'LBOND'"
13445   parameters:
13446   - "throughput"
13447   - "parent"
13448   - "tags"
13449 #  sort:
13450 #  - "1VM"
13451 #  - "L2XCFWD"
13452 #  - "1VM"
13453 #  - "L2BDMACLRN"
13454   traces:
13455     hoverinfo: "x+y"
13456     boxpoints: "outliers"
13457     whiskerwidth: 0
13458   layout:
13459     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13460     layout: "plot-throughput"
13461
13462 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13463 -
13464   type: "plot"
13465   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13466   algorithm: "plot_performance_box"
13467   output-file-type: ".html"
13468   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13469   data: "plot-vpp-throughput-latency-3n-hsw"
13470   filter: "'NIC_Intel-X710' and
13471            '64B' and
13472            'NDRPDR' and
13473            'ETH' and
13474            'IP4FWD' and
13475            '1T1C' and
13476            'VHOST_1024' and
13477            not 'VXLAN' and
13478            not 'DOT1Q'"
13479   parameters:
13480   - "throughput"
13481   - "parent"
13482   - "tags"
13483   sort:
13484   - "not CFS_OPT"
13485   - "1VM"
13486   - "2VM"
13487   traces:
13488     hoverinfo: "x+y"
13489     boxpoints: "outliers"
13490     whiskerwidth: 0
13491   layout:
13492     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13493     layout: "plot-throughput"
13494
13495 -
13496   type: "plot"
13497   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13498   algorithm: "plot_performance_box"
13499   output-file-type: ".html"
13500   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13501   data: "plot-vpp-throughput-latency-3n-hsw"
13502   filter: "'NIC_Intel-X710' and
13503            '64B' and
13504            'NDRPDR' and
13505            'ETH' and
13506            'IP4FWD' and
13507            '2T2C' and
13508            'VHOST_1024' and
13509            not 'VXLAN' and
13510            not 'DOT1Q'"
13511   parameters:
13512   - "throughput"
13513   - "parent"
13514   - "tags"
13515   sort:
13516   - "not CFS_OPT"
13517   - "1VM"
13518   - "2VM"
13519   traces:
13520     hoverinfo: "x+y"
13521     boxpoints: "outliers"
13522     whiskerwidth: 0
13523   layout:
13524     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13525     layout: "plot-throughput"
13526
13527 -
13528   type: "plot"
13529   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13530   algorithm: "plot_performance_box"
13531   output-file-type: ".html"
13532   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13533   data: "plot-vpp-throughput-latency-3n-hsw"
13534   filter: "'NIC_Intel-X710' and
13535            '64B' and
13536            'NDRPDR' and
13537            'ETH' and
13538            'IP4FWD' and
13539            '1T1C' and
13540            'VHOST_1024' and
13541            not 'VXLAN' and
13542            not 'DOT1Q'"
13543   parameters:
13544   - "throughput"
13545   - "parent"
13546   - "tags"
13547   sort:
13548   - "not CFS_OPT"
13549   - "1VM"
13550   - "2VM"
13551   traces:
13552     hoverinfo: "x+y"
13553     boxpoints: "outliers"
13554     whiskerwidth: 0
13555   layout:
13556     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13557     layout: "plot-throughput"
13558
13559 -
13560   type: "plot"
13561   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13562   algorithm: "plot_performance_box"
13563   output-file-type: ".html"
13564   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13565   data: "plot-vpp-throughput-latency-3n-hsw"
13566   filter: "'NIC_Intel-X710' and
13567            '64B' and
13568            'NDRPDR' and
13569            'ETH' and
13570            'IP4FWD' and
13571            '2T2C' and
13572            'VHOST_1024' and
13573            not 'VXLAN' and
13574            not 'DOT1Q'"
13575   parameters:
13576   - "throughput"
13577   - "parent"
13578   - "tags"
13579   sort:
13580   - "not CFS_OPT"
13581   - "1VM"
13582   - "2VM"
13583   traces:
13584     hoverinfo: "x+y"
13585     boxpoints: "outliers"
13586     whiskerwidth: 0
13587   layout:
13588     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13589     layout: "plot-throughput"
13590
13591 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
13592 -
13593   type: "plot"
13594   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13595   algorithm: "plot_performance_box"
13596   output-file-type: ".html"
13597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13598   data: "plot-vpp-throughput-latency-3n-hsw"
13599   filter: "'NIC_Intel-X710' and
13600            '64B' and
13601            'NDRPDR' and
13602            ('ETH' or 'DOT1Q') and
13603            '1T1C' and
13604            'L2BDMACLRN' and
13605            'VHOST_1024' and
13606            not 'VXLAN' and
13607            not 'IP4FWD' and
13608            not '2VM'"
13609   parameters:
13610   - "throughput"
13611   - "parent"
13612   - "tags"
13613 #  sort:
13614 #  - "VM"  # "not CFS_OPT"
13615 #  - "CFS_OPT"
13616 #  - "FIB_10K"
13617 #  - "FIB_100K"
13618 #  - "FIB_1M"
13619   traces:
13620     hoverinfo: "x+y"
13621     boxpoints: "outliers"
13622     whiskerwidth: 0
13623   layout:
13624     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13625     layout: "plot-throughput"
13626
13627 -
13628   type: "plot"
13629   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13630   algorithm: "plot_performance_box"
13631   output-file-type: ".html"
13632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13633   data: "plot-vpp-throughput-latency-3n-hsw"
13634   filter: "'NIC_Intel-X710' and
13635            '64B' and
13636            'NDRPDR' and
13637            ('ETH' or 'DOT1Q') and
13638            '2T2C' and
13639            'L2BDMACLRN' and
13640            'VHOST_1024' and
13641            not 'VXLAN' and
13642            not 'IP4FWD' and
13643            not '2VM'"
13644   parameters:
13645   - "throughput"
13646   - "parent"
13647   - "tags"
13648 #  sort:
13649 #  - "VM"  # "not CFS_OPT"
13650 #  - "CFS_OPT"
13651 #  - "FIB_10K"
13652 #  - "FIB_100K"
13653 #  - "FIB_1M"
13654   traces:
13655     hoverinfo: "x+y"
13656     boxpoints: "outliers"
13657     whiskerwidth: 0
13658   layout:
13659     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13660     layout: "plot-throughput"
13661
13662 -
13663   type: "plot"
13664   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13665   algorithm: "plot_performance_box"
13666   output-file-type: ".html"
13667   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13668   data: "plot-vpp-throughput-latency-3n-hsw"
13669   filter: "'NIC_Intel-X710' and
13670            '64B' and
13671            'NDRPDR' and
13672            ('ETH' or 'DOT1Q') and
13673            '1T1C' and
13674            'L2BDMACLRN' and
13675            'VHOST_1024' and
13676            not 'VXLAN' and
13677            not 'IP4FWD' and
13678            not '2VM'"
13679   parameters:
13680   - "throughput"
13681   - "parent"
13682   - "tags"
13683 #  sort:
13684 #  - "VM"  # "not CFS_OPT"
13685 #  - "CFS_OPT"
13686 #  - "FIB_10K"
13687 #  - "FIB_100K"
13688 #  - "FIB_1M"
13689   traces:
13690     hoverinfo: "x+y"
13691     boxpoints: "outliers"
13692     whiskerwidth: 0
13693   layout:
13694     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13695     layout: "plot-throughput"
13696
13697 -
13698   type: "plot"
13699   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13700   algorithm: "plot_performance_box"
13701   output-file-type: ".html"
13702   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13703   data: "plot-vpp-throughput-latency-3n-hsw"
13704   filter: "'NIC_Intel-X710' and
13705            '64B' and
13706            'NDRPDR' and
13707            ('ETH' or 'DOT1Q') and
13708            '2T2C' and
13709            'L2BDMACLRN' and
13710            'VHOST_1024' and
13711            not 'VXLAN' and
13712            not 'IP4FWD' and
13713            not '2VM'"
13714   parameters:
13715   - "throughput"
13716   - "parent"
13717   - "tags"
13718 #  sort:
13719 #  - "VM"  # "not CFS_OPT"
13720 #  - "CFS_OPT"
13721 #  - "FIB_10K"
13722 #  - "FIB_100K"
13723 #  - "FIB_1M"
13724   traces:
13725     hoverinfo: "x+y"
13726     boxpoints: "outliers"
13727     whiskerwidth: 0
13728   layout:
13729     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13730     layout: "plot-throughput"
13731
13732 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
13733 -
13734   type: "plot"
13735   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13736   algorithm: "plot_performance_box"
13737   output-file-type: ".html"
13738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13739   data: "plot-vpp-throughput-latency-3n-hsw"
13740   filter: "'NIC_Intel-X710' and
13741            '64B' and
13742            'NDRPDR' and
13743            ('ETH' or 'DOT1Q') and
13744            'BASE' and
13745            '1T1C' and
13746            ('L2BDMACLRN' or 'L2XCFWD') and
13747            'VHOST_1024' and
13748            not 'VXLAN' and
13749            not 'IP4FWD' and
13750            not '2VM'"
13751   parameters:
13752   - "throughput"
13753   - "parent"
13754   - "tags"
13755 #  sort:
13756 #  - "not CFS_OPT"
13757 #  - "L2XCFWD"
13758 #  - "not CFS_OPT"
13759 #  - "CFS_OPT"
13760   traces:
13761     hoverinfo: "x+y"
13762     boxpoints: "outliers"
13763     whiskerwidth: 0
13764   layout:
13765     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13766     layout: "plot-throughput"
13767
13768 -
13769   type: "plot"
13770   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13771   algorithm: "plot_performance_box"
13772   output-file-type: ".html"
13773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13774   data: "plot-vpp-throughput-latency-3n-hsw"
13775   filter: "'NIC_Intel-X710' and
13776            '64B' and
13777            'NDRPDR' and
13778            ('ETH' or 'DOT1Q') and
13779            'BASE' and
13780            '1T1C' and
13781            ('L2BDMACLRN' or 'L2XCFWD') and
13782            'VHOST_1024' and
13783            not 'VXLAN' and
13784            not 'IP4FWD' and
13785            not '2VM'"
13786   parameters:
13787   - "throughput"
13788   - "parent"
13789   - "tags"
13790 #  sort:
13791 #  - "not CFS_OPT"
13792 #  - "L2XCFWD"
13793 #  - "not CFS_OPT"
13794 #  - "CFS_OPT"
13795   traces:
13796     hoverinfo: "x+y"
13797     boxpoints: "outliers"
13798     whiskerwidth: 0
13799   layout:
13800     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13801     layout: "plot-throughput"
13802
13803 -
13804   type: "plot"
13805   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13806   algorithm: "plot_performance_box"
13807   output-file-type: ".html"
13808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13809   data: "plot-vpp-throughput-latency-3n-hsw"
13810   filter: "'NIC_Intel-X710' and
13811            '64B' and
13812            'NDRPDR' and
13813            ('ETH' or 'DOT1Q') and
13814            'BASE' and
13815            '2T2C' and
13816            ('L2BDMACLRN' or 'L2XCFWD') and
13817            'VHOST_1024' and
13818            not 'VXLAN' and
13819            not 'IP4FWD' and
13820            not '2VM'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825 #  sort:
13826 #  - "not CFS_OPT"
13827 #  - "L2XCFWD"
13828 #  - "not CFS_OPT"
13829 #  - "CFS_OPT"
13830   traces:
13831     hoverinfo: "x+y"
13832     boxpoints: "outliers"
13833     whiskerwidth: 0
13834   layout:
13835     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13836     layout: "plot-throughput"
13837
13838 -
13839   type: "plot"
13840   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13841   algorithm: "plot_performance_box"
13842   output-file-type: ".html"
13843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13844   data: "plot-vpp-throughput-latency-3n-hsw"
13845   filter: "'NIC_Intel-X710' and
13846            '64B' and
13847            'NDRPDR' and
13848            ('ETH' or 'DOT1Q') and
13849            'BASE' and
13850            '2T2C' and
13851            ('L2BDMACLRN' or 'L2XCFWD') and
13852            'VHOST_1024' and
13853            not 'VXLAN' and
13854            not 'IP4FWD' and
13855            not '2VM'"
13856   parameters:
13857   - "throughput"
13858   - "parent"
13859   - "tags"
13860 #  sort:
13861 #  - "not CFS_OPT"
13862 #  - "L2XCFWD"
13863 #  - "not CFS_OPT"
13864 #  - "CFS_OPT"
13865   traces:
13866     hoverinfo: "x+y"
13867     boxpoints: "outliers"
13868     whiskerwidth: 0
13869   layout:
13870     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13871     layout: "plot-throughput"
13872
13873 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
13874 -
13875   type: "plot"
13876   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13877   algorithm: "plot_performance_box"
13878   output-file-type: ".html"
13879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13880   data: "plot-vpp-throughput-latency-3n-hsw"
13881   filter: "'NIC_Intel-X710' and
13882            '64B' and
13883            'NDRPDR' and
13884            ('ETH' or 'DOT1Q') and
13885            '1T1C' and
13886            ('L2BDMACLRN' or 'L2XCFWD') and
13887            'VHOST_1024' and
13888            not 'CFS_OPT' and
13889            not 'VXLAN' and
13890            not 'IP4FWD' and
13891            not 'LBOND'"
13892   parameters:
13893   - "throughput"
13894   - "parent"
13895   - "tags"
13896 #  sort:
13897 #  - "1VM"
13898 #  - "L2XCFWD"
13899 #  - "1VM"
13900 #  - "L2BDMACLRN"
13901   traces:
13902     hoverinfo: "x+y"
13903     boxpoints: "outliers"
13904     whiskerwidth: 0
13905   layout:
13906     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13907     layout: "plot-throughput"
13908
13909 -
13910   type: "plot"
13911   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13912   algorithm: "plot_performance_box"
13913   output-file-type: ".html"
13914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13915   data: "plot-vpp-throughput-latency-3n-hsw"
13916   filter: "'NIC_Intel-X710' and
13917            '64B' and
13918            'NDRPDR' and
13919            ('ETH' or 'DOT1Q') and
13920            '1T1C' and
13921            ('L2BDMACLRN' or 'L2XCFWD') and
13922            'VHOST_1024' and
13923            not 'CFS_OPT' and
13924            not 'VXLAN' and
13925            not 'IP4FWD' and
13926            not 'LBOND'"
13927   parameters:
13928   - "throughput"
13929   - "parent"
13930   - "tags"
13931 #  sort:
13932 #  - "1VM"
13933 #  - "L2XCFWD"
13934 #  - "1VM"
13935 #  - "L2BDMACLRN"
13936   traces:
13937     hoverinfo: "x+y"
13938     boxpoints: "outliers"
13939     whiskerwidth: 0
13940   layout:
13941     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13942     layout: "plot-throughput"
13943
13944 -
13945   type: "plot"
13946   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13947   algorithm: "plot_performance_box"
13948   output-file-type: ".html"
13949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13950   data: "plot-vpp-throughput-latency-3n-hsw"
13951   filter: "'NIC_Intel-X710' and
13952            '64B' and
13953            'NDRPDR' and
13954            ('ETH' or 'DOT1Q') and
13955            '2T2C' and
13956            ('L2BDMACLRN' or 'L2XCFWD') and
13957            'VHOST_1024' and
13958            not 'CFS_OPT' and
13959            not 'VXLAN' and
13960            not 'IP4FWD' and
13961            not 'LBOND'"
13962   parameters:
13963   - "throughput"
13964   - "parent"
13965   - "tags"
13966 #  sort:
13967 #  - "1VM"
13968 #  - "L2XCFWD"
13969 #  - "1VM"
13970 #  - "L2BDMACLRN"
13971   traces:
13972     hoverinfo: "x+y"
13973     boxpoints: "outliers"
13974     whiskerwidth: 0
13975   layout:
13976     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13977     layout: "plot-throughput"
13978
13979 -
13980   type: "plot"
13981   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13982   algorithm: "plot_performance_box"
13983   output-file-type: ".html"
13984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13985   data: "plot-vpp-throughput-latency-3n-hsw"
13986   filter: "'NIC_Intel-X710' and
13987            '64B' and
13988            'NDRPDR' and
13989            ('ETH' or 'DOT1Q') and
13990            '2T2C' and
13991            ('L2BDMACLRN' or 'L2XCFWD') and
13992            'VHOST_1024' and
13993            not 'CFS_OPT' and
13994            not 'VXLAN' and
13995            not 'IP4FWD' and
13996            not 'LBOND'"
13997   parameters:
13998   - "throughput"
13999   - "parent"
14000   - "tags"
14001 #  sort:
14002 #  - "1VM"
14003 #  - "L2XCFWD"
14004 #  - "1VM"
14005 #  - "L2BDMACLRN"
14006   traces:
14007     hoverinfo: "x+y"
14008     boxpoints: "outliers"
14009     whiskerwidth: 0
14010   layout:
14011     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14012     layout: "plot-throughput"
14013
14014 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14015 -
14016   type: "plot"
14017   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14018   algorithm: "plot_performance_box"
14019   output-file-type: ".html"
14020   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14021   data: "plot-vpp-throughput-latency-3n-hsw"
14022   filter: "'NIC_Intel-XL710' and
14023            '64B' and
14024            'NDRPDR' and
14025            'ETH' and
14026            'IP4FWD' and
14027            '1T1C' and
14028            'VHOST_1024' and
14029            not 'VXLAN' and
14030            not 'DOT1Q'"
14031   parameters:
14032   - "throughput"
14033   - "parent"
14034   - "tags"
14035   sort:
14036   - "not CFS_OPT"
14037   - "1VM"
14038   - "2VM"
14039   traces:
14040     hoverinfo: "x+y"
14041     boxpoints: "outliers"
14042     whiskerwidth: 0
14043   layout:
14044     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14045     layout: "plot-throughput"
14046
14047 -
14048   type: "plot"
14049   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14050   algorithm: "plot_performance_box"
14051   output-file-type: ".html"
14052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14053   data: "plot-vpp-throughput-latency-3n-hsw"
14054   filter: "'NIC_Intel-XL710' and
14055            '64B' and
14056            'NDRPDR' and
14057            'ETH' and
14058            'IP4FWD' and
14059            '2T2C' and
14060            'VHOST_1024' and
14061            not 'VXLAN' and
14062            not 'DOT1Q'"
14063   parameters:
14064   - "throughput"
14065   - "parent"
14066   - "tags"
14067   sort:
14068   - "not CFS_OPT"
14069   - "1VM"
14070   - "2VM"
14071   traces:
14072     hoverinfo: "x+y"
14073     boxpoints: "outliers"
14074     whiskerwidth: 0
14075   layout:
14076     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14077     layout: "plot-throughput"
14078
14079 -
14080   type: "plot"
14081   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14082   algorithm: "plot_performance_box"
14083   output-file-type: ".html"
14084   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14085   data: "plot-vpp-throughput-latency-3n-hsw"
14086   filter: "'NIC_Intel-XL710' and
14087            '64B' and
14088            'NDRPDR' and
14089            'ETH' and
14090            'IP4FWD' and
14091            '1T1C' and
14092            'VHOST_1024' and
14093            not 'VXLAN' and
14094            not 'DOT1Q'"
14095   parameters:
14096   - "throughput"
14097   - "parent"
14098   - "tags"
14099   sort:
14100   - "not CFS_OPT"
14101   - "1VM"
14102   - "2VM"
14103   traces:
14104     hoverinfo: "x+y"
14105     boxpoints: "outliers"
14106     whiskerwidth: 0
14107   layout:
14108     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14109     layout: "plot-throughput"
14110
14111 -
14112   type: "plot"
14113   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14114   algorithm: "plot_performance_box"
14115   output-file-type: ".html"
14116   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14117   data: "plot-vpp-throughput-latency-3n-hsw"
14118   filter: "'NIC_Intel-XL710' and
14119            '64B' and
14120            'NDRPDR' and
14121            'ETH' and
14122            'IP4FWD' and
14123            '2T2C' and
14124            'VHOST_1024' and
14125            not 'VXLAN' and
14126            not 'DOT1Q'"
14127   parameters:
14128   - "throughput"
14129   - "parent"
14130   - "tags"
14131   sort:
14132   - "not CFS_OPT"
14133   - "1VM"
14134   - "2VM"
14135   traces:
14136     hoverinfo: "x+y"
14137     boxpoints: "outliers"
14138     whiskerwidth: 0
14139   layout:
14140     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14141     layout: "plot-throughput"
14142
14143 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14144 -
14145   type: "plot"
14146   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14147   algorithm: "plot_performance_box"
14148   output-file-type: ".html"
14149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14150   data: "plot-vpp-throughput-latency-3n-hsw"
14151   filter: "'NIC_Intel-XL710' and
14152            '64B' and
14153            'NDRPDR' and
14154            ('ETH' or 'DOT1Q') and
14155            '1T1C' and
14156            'L2BDMACLRN' and
14157            'VHOST_1024' and
14158            not 'VXLAN' and
14159            not 'IP4FWD' and
14160            not '2VM'"
14161   parameters:
14162   - "throughput"
14163   - "parent"
14164   - "tags"
14165 #  sort:
14166 #  - "VM"  # "not CFS_OPT"
14167 #  - "CFS_OPT"
14168 #  - "FIB_10K"
14169 #  - "FIB_100K"
14170 #  - "FIB_1M"
14171   traces:
14172     hoverinfo: "x+y"
14173     boxpoints: "outliers"
14174     whiskerwidth: 0
14175   layout:
14176     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14177     layout: "plot-throughput"
14178
14179 -
14180   type: "plot"
14181   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14182   algorithm: "plot_performance_box"
14183   output-file-type: ".html"
14184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14185   data: "plot-vpp-throughput-latency-3n-hsw"
14186   filter: "'NIC_Intel-XL710' and
14187            '64B' and
14188            'NDRPDR' and
14189            ('ETH' or 'DOT1Q') and
14190            '2T2C' and
14191            'L2BDMACLRN' and
14192            'VHOST_1024' and
14193            not 'VXLAN' and
14194            not 'IP4FWD' and
14195            not '2VM'"
14196   parameters:
14197   - "throughput"
14198   - "parent"
14199   - "tags"
14200 #  sort:
14201 #  - "VM"  # "not CFS_OPT"
14202 #  - "CFS_OPT"
14203 #  - "FIB_10K"
14204 #  - "FIB_100K"
14205 #  - "FIB_1M"
14206   traces:
14207     hoverinfo: "x+y"
14208     boxpoints: "outliers"
14209     whiskerwidth: 0
14210   layout:
14211     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14212     layout: "plot-throughput"
14213
14214 -
14215   type: "plot"
14216   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14217   algorithm: "plot_performance_box"
14218   output-file-type: ".html"
14219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14220   data: "plot-vpp-throughput-latency-3n-hsw"
14221   filter: "'NIC_Intel-XL710' and
14222            '64B' and
14223            'NDRPDR' and
14224            ('ETH' or 'DOT1Q') and
14225            '1T1C' and
14226            'L2BDMACLRN' and
14227            'VHOST_1024' and
14228            not 'VXLAN' and
14229            not 'IP4FWD' and
14230            not '2VM'"
14231   parameters:
14232   - "throughput"
14233   - "parent"
14234   - "tags"
14235 #  sort:
14236 #  - "VM"  # "not CFS_OPT"
14237 #  - "CFS_OPT"
14238 #  - "FIB_10K"
14239 #  - "FIB_100K"
14240 #  - "FIB_1M"
14241   traces:
14242     hoverinfo: "x+y"
14243     boxpoints: "outliers"
14244     whiskerwidth: 0
14245   layout:
14246     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14247     layout: "plot-throughput"
14248
14249 -
14250   type: "plot"
14251   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14252   algorithm: "plot_performance_box"
14253   output-file-type: ".html"
14254   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14255   data: "plot-vpp-throughput-latency-3n-hsw"
14256   filter: "'NIC_Intel-XL710' and
14257            '64B' and
14258            'NDRPDR' and
14259            ('ETH' or 'DOT1Q') and
14260            '2T2C' and
14261            'L2BDMACLRN' and
14262            'VHOST_1024' and
14263            not 'VXLAN' and
14264            not 'IP4FWD' and
14265            not '2VM'"
14266   parameters:
14267   - "throughput"
14268   - "parent"
14269   - "tags"
14270 #  sort:
14271 #  - "VM"  # "not CFS_OPT"
14272 #  - "CFS_OPT"
14273 #  - "FIB_10K"
14274 #  - "FIB_100K"
14275 #  - "FIB_1M"
14276   traces:
14277     hoverinfo: "x+y"
14278     boxpoints: "outliers"
14279     whiskerwidth: 0
14280   layout:
14281     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14282     layout: "plot-throughput"
14283
14284 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
14285 -
14286   type: "plot"
14287   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14288   algorithm: "plot_performance_box"
14289   output-file-type: ".html"
14290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14291   data: "plot-vpp-throughput-latency-3n-hsw"
14292   filter: "'NIC_Intel-XL710' and
14293            '64B' and
14294            'NDRPDR' and
14295            ('ETH' or 'DOT1Q') and
14296            'BASE' and
14297            '1T1C' and
14298            ('L2BDMACLRN' or 'L2XCFWD') and
14299            'VHOST_1024' and
14300            not 'VXLAN' and
14301            not 'IP4FWD' and
14302            not '2VM'"
14303   parameters:
14304   - "throughput"
14305   - "parent"
14306   - "tags"
14307 #  sort:
14308 #  - "not CFS_OPT"
14309 #  - "L2XCFWD"
14310 #  - "not CFS_OPT"
14311 #  - "CFS_OPT"
14312   traces:
14313     hoverinfo: "x+y"
14314     boxpoints: "outliers"
14315     whiskerwidth: 0
14316   layout:
14317     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14318     layout: "plot-throughput"
14319
14320 -
14321   type: "plot"
14322   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14323   algorithm: "plot_performance_box"
14324   output-file-type: ".html"
14325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14326   data: "plot-vpp-throughput-latency-3n-hsw"
14327   filter: "'NIC_Intel-XL710' and
14328            '64B' and
14329            'NDRPDR' and
14330            ('ETH' or 'DOT1Q') and
14331            'BASE' and
14332            '1T1C' and
14333            ('L2BDMACLRN' or 'L2XCFWD') and
14334            'VHOST_1024' and
14335            not 'VXLAN' and
14336            not 'IP4FWD' and
14337            not '2VM'"
14338   parameters:
14339   - "throughput"
14340   - "parent"
14341   - "tags"
14342 #  sort:
14343 #  - "not CFS_OPT"
14344 #  - "L2XCFWD"
14345 #  - "not CFS_OPT"
14346 #  - "CFS_OPT"
14347   traces:
14348     hoverinfo: "x+y"
14349     boxpoints: "outliers"
14350     whiskerwidth: 0
14351   layout:
14352     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14353     layout: "plot-throughput"
14354
14355 -
14356   type: "plot"
14357   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14358   algorithm: "plot_performance_box"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14361   data: "plot-vpp-throughput-latency-3n-hsw"
14362   filter: "'NIC_Intel-XL710' and
14363            '64B' and
14364            'NDRPDR' and
14365            ('ETH' or 'DOT1Q') and
14366            'BASE' and
14367            '2T2C' and
14368            ('L2BDMACLRN' or 'L2XCFWD') and
14369            'VHOST_1024' and
14370            not 'VXLAN' and
14371            not 'IP4FWD' and
14372            not '2VM'"
14373   parameters:
14374   - "throughput"
14375   - "parent"
14376   - "tags"
14377 #  sort:
14378 #  - "not CFS_OPT"
14379 #  - "L2XCFWD"
14380 #  - "not CFS_OPT"
14381 #  - "CFS_OPT"
14382   traces:
14383     hoverinfo: "x+y"
14384     boxpoints: "outliers"
14385     whiskerwidth: 0
14386   layout:
14387     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14388     layout: "plot-throughput"
14389
14390 -
14391   type: "plot"
14392   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14393   algorithm: "plot_performance_box"
14394   output-file-type: ".html"
14395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14396   data: "plot-vpp-throughput-latency-3n-hsw"
14397   filter: "'NIC_Intel-XL710' and
14398            '64B' and
14399            'NDRPDR' and
14400            ('ETH' or 'DOT1Q') and
14401            'BASE' and
14402            '2T2C' and
14403            ('L2BDMACLRN' or 'L2XCFWD') and
14404            'VHOST_1024' and
14405            not 'VXLAN' and
14406            not 'IP4FWD' and
14407            not '2VM'"
14408   parameters:
14409   - "throughput"
14410   - "parent"
14411   - "tags"
14412 #  sort:
14413 #  - "not CFS_OPT"
14414 #  - "L2XCFWD"
14415 #  - "not CFS_OPT"
14416 #  - "CFS_OPT"
14417   traces:
14418     hoverinfo: "x+y"
14419     boxpoints: "outliers"
14420     whiskerwidth: 0
14421   layout:
14422     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14423     layout: "plot-throughput"
14424
14425 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
14426 -
14427   type: "plot"
14428   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14429   algorithm: "plot_performance_box"
14430   output-file-type: ".html"
14431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14432   data: "plot-vpp-throughput-latency-3n-hsw"
14433   filter: "'NIC_Intel-XL710' and
14434            '64B' and
14435            'NDRPDR' and
14436            ('ETH' or 'DOT1Q') and
14437            '1T1C' and
14438            ('L2BDMACLRN' or 'L2XCFWD') and
14439            'VHOST_1024' and
14440            not 'CFS_OPT' and
14441            not 'VXLAN' and
14442            not 'IP4FWD'"
14443   parameters:
14444   - "throughput"
14445   - "parent"
14446   - "tags"
14447 #  sort:
14448 #  - "1VM"
14449 #  - "L2XCFWD"
14450 #  - "1VM"
14451 #  - "L2BDMACLRN"
14452   traces:
14453     hoverinfo: "x+y"
14454     boxpoints: "outliers"
14455     whiskerwidth: 0
14456   layout:
14457     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14458     layout: "plot-throughput"
14459
14460 -
14461   type: "plot"
14462   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14463   algorithm: "plot_performance_box"
14464   output-file-type: ".html"
14465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14466   data: "plot-vpp-throughput-latency-3n-hsw"
14467   filter: "'NIC_Intel-XL710' and
14468            '64B' and
14469            'NDRPDR' and
14470            ('ETH' or 'DOT1Q') and
14471            '1T1C' and
14472            ('L2BDMACLRN' or 'L2XCFWD') and
14473            'VHOST_1024' and
14474            not 'CFS_OPT' and
14475            not 'VXLAN' and
14476            not 'IP4FWD'"
14477   parameters:
14478   - "throughput"
14479   - "parent"
14480   - "tags"
14481 #  sort:
14482 #  - "1VM"
14483 #  - "L2XCFWD"
14484 #  - "1VM"
14485 #  - "L2BDMACLRN"
14486   traces:
14487     hoverinfo: "x+y"
14488     boxpoints: "outliers"
14489     whiskerwidth: 0
14490   layout:
14491     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14492     layout: "plot-throughput"
14493
14494 -
14495   type: "plot"
14496   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14497   algorithm: "plot_performance_box"
14498   output-file-type: ".html"
14499   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14500   data: "plot-vpp-throughput-latency-3n-hsw"
14501   filter: "'NIC_Intel-XL710' and
14502            '64B' and
14503            'NDRPDR' and
14504            ('ETH' or 'DOT1Q') and
14505            '2T2C' and
14506            ('L2BDMACLRN' or 'L2XCFWD') and
14507            'VHOST_1024' and
14508            not 'CFS_OPT' and
14509            not 'VXLAN' and
14510            not 'IP4FWD'"
14511   parameters:
14512   - "throughput"
14513   - "parent"
14514   - "tags"
14515 #  sort:
14516 #  - "1VM"
14517 #  - "L2XCFWD"
14518 #  - "1VM"
14519 #  - "L2BDMACLRN"
14520   traces:
14521     hoverinfo: "x+y"
14522     boxpoints: "outliers"
14523     whiskerwidth: 0
14524   layout:
14525     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14526     layout: "plot-throughput"
14527
14528 -
14529   type: "plot"
14530   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14534   data: "plot-vpp-throughput-latency-3n-hsw"
14535   filter: "'NIC_Intel-XL710' and
14536            '64B' and
14537            'NDRPDR' and
14538            ('ETH' or 'DOT1Q') and
14539            '2T2C' and
14540            ('L2BDMACLRN' or 'L2XCFWD') and
14541            'VHOST_1024' and
14542            not 'CFS_OPT' and
14543            not 'VXLAN' and
14544            not 'IP4FWD'"
14545   parameters:
14546   - "throughput"
14547   - "parent"
14548   - "tags"
14549 #  sort:
14550 #  - "1VM"
14551 #  - "L2XCFWD"
14552 #  - "1VM"
14553 #  - "L2BDMACLRN"
14554   traces:
14555     hoverinfo: "x+y"
14556     boxpoints: "outliers"
14557     whiskerwidth: 0
14558   layout:
14559     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14560     layout: "plot-throughput"
14561
14562 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14563 -
14564   type: "plot"
14565   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14566   algorithm: "plot_performance_box"
14567   output-file-type: ".html"
14568   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14569   data: "plot-vpp-throughput-latency-3n-skx"
14570   filter: "'NIC_Intel-X710' and
14571            '64B' and
14572            'NDRPDR' and
14573            'ETH' and
14574            'IP4FWD' and
14575            '2T1C' and
14576            'VHOST_1024' and
14577            not 'VXLAN' and
14578            not 'DOT1Q'"
14579   parameters:
14580   - "throughput"
14581   - "parent"
14582   - "tags"
14583   sort:
14584   - "not CFS_OPT"
14585   - "1VM"
14586   - "2VM"
14587   traces:
14588     hoverinfo: "x+y"
14589     boxpoints: "outliers"
14590     whiskerwidth: 0
14591   layout:
14592     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14593     layout: "plot-throughput"
14594
14595 -
14596   type: "plot"
14597   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14598   algorithm: "plot_performance_box"
14599   output-file-type: ".html"
14600   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14601   data: "plot-vpp-throughput-latency-3n-skx"
14602   filter: "'NIC_Intel-X710' and
14603            '64B' and
14604            'NDRPDR' and
14605            'ETH' and
14606            'IP4FWD' and
14607            '4T2C' and
14608            'VHOST_1024' and
14609            not 'VXLAN' and
14610            not 'DOT1Q'"
14611   parameters:
14612   - "throughput"
14613   - "parent"
14614   - "tags"
14615   sort:
14616   - "not CFS_OPT"
14617   - "1VM"
14618   - "2VM"
14619   traces:
14620     hoverinfo: "x+y"
14621     boxpoints: "outliers"
14622     whiskerwidth: 0
14623   layout:
14624     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14625     layout: "plot-throughput"
14626
14627 -
14628   type: "plot"
14629   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14630   algorithm: "plot_performance_box"
14631   output-file-type: ".html"
14632   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14633   data: "plot-vpp-throughput-latency-3n-skx"
14634   filter: "'NIC_Intel-X710' and
14635            '64B' and
14636            'NDRPDR' and
14637            'ETH' and
14638            'IP4FWD' and
14639            '2T1C' and
14640            'VHOST_1024' and
14641            not 'VXLAN' and
14642            not 'DOT1Q'"
14643   parameters:
14644   - "throughput"
14645   - "parent"
14646   - "tags"
14647   sort:
14648   - "not CFS_OPT"
14649   - "1VM"
14650   - "2VM"
14651   traces:
14652     hoverinfo: "x+y"
14653     boxpoints: "outliers"
14654     whiskerwidth: 0
14655   layout:
14656     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14657     layout: "plot-throughput"
14658
14659 -
14660   type: "plot"
14661   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14662   algorithm: "plot_performance_box"
14663   output-file-type: ".html"
14664   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14665   data: "plot-vpp-throughput-latency-3n-skx"
14666   filter: "'NIC_Intel-X710' and
14667            '64B' and
14668            'NDRPDR' and
14669            'ETH' and
14670            'IP4FWD' and
14671            '4T2C' and
14672            'VHOST_1024' and
14673            not 'VXLAN' and
14674            not 'DOT1Q'"
14675   parameters:
14676   - "throughput"
14677   - "parent"
14678   - "tags"
14679   sort:
14680   - "not CFS_OPT"
14681   - "1VM"
14682   - "2VM"
14683   traces:
14684     hoverinfo: "x+y"
14685     boxpoints: "outliers"
14686     whiskerwidth: 0
14687   layout:
14688     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14689     layout: "plot-throughput"
14690
14691 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
14692 -
14693   type: "plot"
14694   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14695   algorithm: "plot_performance_box"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14698   data: "plot-vpp-throughput-latency-3n-skx"
14699   filter: "'NIC_Intel-X710' and
14700            '64B' and
14701            'NDRPDR' and
14702            ('ETH' or 'DOT1Q') and
14703            '2T1C' and
14704            'L2BDMACLRN' and
14705            'VHOST_1024' and
14706            not 'VXLAN' and
14707            not 'IP4FWD' and
14708            not '2VM'"
14709   parameters:
14710   - "throughput"
14711   - "parent"
14712   - "tags"
14713 #  sort:
14714 #  - "VM"  # "not CFS_OPT"
14715 #  - "CFS_OPT"
14716 #  - "FIB_10K"
14717 #  - "FIB_100K"
14718 #  - "FIB_1M"
14719   traces:
14720     hoverinfo: "x+y"
14721     boxpoints: "outliers"
14722     whiskerwidth: 0
14723   layout:
14724     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14725     layout: "plot-throughput"
14726
14727 -
14728   type: "plot"
14729   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14730   algorithm: "plot_performance_box"
14731   output-file-type: ".html"
14732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14733   data: "plot-vpp-throughput-latency-3n-skx"
14734   filter: "'NIC_Intel-X710' and
14735            '64B' and
14736            'NDRPDR' and
14737            ('ETH' or 'DOT1Q') and
14738            '4T2C' and
14739            'L2BDMACLRN' and
14740            'VHOST_1024' and
14741            not 'VXLAN' and
14742            not 'IP4FWD' and
14743            not '2VM'"
14744   parameters:
14745   - "throughput"
14746   - "parent"
14747   - "tags"
14748 #  sort:
14749 #  - "VM"  # "not CFS_OPT"
14750 #  - "CFS_OPT"
14751 #  - "FIB_10K"
14752 #  - "FIB_100K"
14753 #  - "FIB_1M"
14754   traces:
14755     hoverinfo: "x+y"
14756     boxpoints: "outliers"
14757     whiskerwidth: 0
14758   layout:
14759     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14760     layout: "plot-throughput"
14761
14762 -
14763   type: "plot"
14764   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14765   algorithm: "plot_performance_box"
14766   output-file-type: ".html"
14767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14768   data: "plot-vpp-throughput-latency-3n-skx"
14769   filter: "'NIC_Intel-X710' and
14770            '64B' and
14771            'NDRPDR' and
14772            ('ETH' or 'DOT1Q') and
14773            '2T1C' and
14774            'L2BDMACLRN' and
14775            'VHOST_1024' and
14776            not 'VXLAN' and
14777            not 'IP4FWD' and
14778            not '2VM'"
14779   parameters:
14780   - "throughput"
14781   - "parent"
14782   - "tags"
14783 #  sort:
14784 #  - "VM"  # "not CFS_OPT"
14785 #  - "CFS_OPT"
14786 #  - "FIB_10K"
14787 #  - "FIB_100K"
14788 #  - "FIB_1M"
14789   traces:
14790     hoverinfo: "x+y"
14791     boxpoints: "outliers"
14792     whiskerwidth: 0
14793   layout:
14794     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14795     layout: "plot-throughput"
14796
14797 -
14798   type: "plot"
14799   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14800   algorithm: "plot_performance_box"
14801   output-file-type: ".html"
14802   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14803   data: "plot-vpp-throughput-latency-3n-skx"
14804   filter: "'NIC_Intel-X710' and
14805            '64B' and
14806            'NDRPDR' and
14807            ('ETH' or 'DOT1Q') and
14808            '4T2C' and
14809            'L2BDMACLRN' and
14810            'VHOST_1024' and
14811            not 'VXLAN' and
14812            not 'IP4FWD' and
14813            not '2VM'"
14814   parameters:
14815   - "throughput"
14816   - "parent"
14817   - "tags"
14818 #  sort:
14819 #  - "VM"  # "not CFS_OPT"
14820 #  - "CFS_OPT"
14821 #  - "FIB_10K"
14822 #  - "FIB_100K"
14823 #  - "FIB_1M"
14824   traces:
14825     hoverinfo: "x+y"
14826     boxpoints: "outliers"
14827     whiskerwidth: 0
14828   layout:
14829     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14830     layout: "plot-throughput"
14831
14832 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14833 -
14834   type: "plot"
14835   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14836   algorithm: "plot_performance_box"
14837   output-file-type: ".html"
14838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14839   data: "plot-vpp-throughput-latency-3n-skx"
14840   filter: "'NIC_Intel-X710' and
14841            '64B' and
14842            'NDRPDR' and
14843            ('ETH' or 'DOT1Q') and
14844            'BASE' and
14845            '2T1C' and
14846            ('L2BDMACLRN' or 'L2XCFWD') and
14847            'VHOST_1024' and
14848            not 'VXLAN' and
14849            not 'IP4FWD' and
14850            not '2VM' and
14851            not 'LBOND'"
14852   parameters:
14853   - "throughput"
14854   - "parent"
14855   - "tags"
14856 #  sort:
14857 #  - "not CFS_OPT"
14858 #  - "L2XCFWD"
14859 #  - "not CFS_OPT"
14860 #  - "CFS_OPT"
14861   traces:
14862     hoverinfo: "x+y"
14863     boxpoints: "outliers"
14864     whiskerwidth: 0
14865   layout:
14866     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14867     layout: "plot-throughput"
14868
14869 -
14870   type: "plot"
14871   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14872   algorithm: "plot_performance_box"
14873   output-file-type: ".html"
14874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14875   data: "plot-vpp-throughput-latency-3n-skx"
14876   filter: "'NIC_Intel-X710' and
14877            '64B' and
14878            'NDRPDR' and
14879            ('ETH' or 'DOT1Q') and
14880            'BASE' and
14881            '2T1C' and
14882            ('L2BDMACLRN' or 'L2XCFWD') and
14883            'VHOST_1024' and
14884            not 'VXLAN' and
14885            not 'IP4FWD' and
14886            not '2VM' and
14887            not 'LBOND'"
14888   parameters:
14889   - "throughput"
14890   - "parent"
14891   - "tags"
14892 #  sort:
14893 #  - "not CFS_OPT"
14894 #  - "L2XCFWD"
14895 #  - "not CFS_OPT"
14896 #  - "CFS_OPT"
14897   traces:
14898     hoverinfo: "x+y"
14899     boxpoints: "outliers"
14900     whiskerwidth: 0
14901   layout:
14902     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14903     layout: "plot-throughput"
14904
14905 -
14906   type: "plot"
14907   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14908   algorithm: "plot_performance_box"
14909   output-file-type: ".html"
14910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14911   data: "plot-vpp-throughput-latency-3n-skx"
14912   filter: "'NIC_Intel-X710' and
14913            '64B' and
14914            'NDRPDR' and
14915            ('ETH' or 'DOT1Q') and
14916            'BASE' and
14917            '4T2C' and
14918            ('L2BDMACLRN' or 'L2XCFWD') and
14919            'VHOST_1024' and
14920            not 'VXLAN' and
14921            not 'IP4FWD' and
14922            not '2VM' and
14923            not 'LBOND'"
14924   parameters:
14925   - "throughput"
14926   - "parent"
14927   - "tags"
14928 #  sort:
14929 #  - "not CFS_OPT"
14930 #  - "L2XCFWD"
14931 #  - "not CFS_OPT"
14932 #  - "CFS_OPT"
14933   traces:
14934     hoverinfo: "x+y"
14935     boxpoints: "outliers"
14936     whiskerwidth: 0
14937   layout:
14938     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14939     layout: "plot-throughput"
14940
14941 -
14942   type: "plot"
14943   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14944   algorithm: "plot_performance_box"
14945   output-file-type: ".html"
14946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14947   data: "plot-vpp-throughput-latency-3n-skx"
14948   filter: "'NIC_Intel-X710' and
14949            '64B' and
14950            'NDRPDR' and
14951            ('ETH' or 'DOT1Q') and
14952            'BASE' and
14953            '4T2C' and
14954            ('L2BDMACLRN' or 'L2XCFWD') and
14955            'VHOST_1024' and
14956            not 'VXLAN' and
14957            not 'IP4FWD' and
14958            not '2VM' and
14959            not 'LBOND'"
14960   parameters:
14961   - "throughput"
14962   - "parent"
14963   - "tags"
14964 #  sort:
14965 #  - "not CFS_OPT"
14966 #  - "L2XCFWD"
14967 #  - "not CFS_OPT"
14968 #  - "CFS_OPT"
14969   traces:
14970     hoverinfo: "x+y"
14971     boxpoints: "outliers"
14972     whiskerwidth: 0
14973   layout:
14974     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14975     layout: "plot-throughput"
14976
14977 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14978 -
14979   type: "plot"
14980   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14981   algorithm: "plot_performance_box"
14982   output-file-type: ".html"
14983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14984   data: "plot-vpp-throughput-latency-3n-skx"
14985   filter: "'NIC_Intel-X710' and
14986            '64B' and
14987            'NDRPDR' and
14988            ('ETH' or 'DOT1Q') and
14989            '2T1C' and
14990            ('L2BDMACLRN' or 'L2XCFWD') and
14991            'VHOST_1024' and
14992            not 'CFS_OPT' and
14993            not 'VXLAN' and
14994            not 'IP4FWD' and
14995            not 'LBOND'"
14996   parameters:
14997   - "throughput"
14998   - "parent"
14999   - "tags"
15000 #  sort:
15001 #  - "1VM"
15002 #  - "L2XCFWD"
15003 #  - "1VM"
15004 #  - "L2BDMACLRN"
15005   traces:
15006     hoverinfo: "x+y"
15007     boxpoints: "outliers"
15008     whiskerwidth: 0
15009   layout:
15010     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15011     layout: "plot-throughput"
15012
15013 -
15014   type: "plot"
15015   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15016   algorithm: "plot_performance_box"
15017   output-file-type: ".html"
15018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15019   data: "plot-vpp-throughput-latency-3n-skx"
15020   filter: "'NIC_Intel-X710' and
15021            '64B' and
15022            'NDRPDR' and
15023            ('ETH' or 'DOT1Q') and
15024            '2T1C' and
15025            ('L2BDMACLRN' or 'L2XCFWD') and
15026            'VHOST_1024' and
15027            not 'CFS_OPT' and
15028            not 'VXLAN' and
15029            not 'IP4FWD' and
15030            not 'LBOND'"
15031   parameters:
15032   - "throughput"
15033   - "parent"
15034   - "tags"
15035 #  sort:
15036 #  - "1VM"
15037 #  - "L2XCFWD"
15038 #  - "1VM"
15039 #  - "L2BDMACLRN"
15040   traces:
15041     hoverinfo: "x+y"
15042     boxpoints: "outliers"
15043     whiskerwidth: 0
15044   layout:
15045     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15046     layout: "plot-throughput"
15047
15048 -
15049   type: "plot"
15050   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15051   algorithm: "plot_performance_box"
15052   output-file-type: ".html"
15053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15054   data: "plot-vpp-throughput-latency-3n-skx"
15055   filter: "'NIC_Intel-X710' and
15056            '64B' and
15057            'NDRPDR' and
15058            ('ETH' or 'DOT1Q') and
15059            '4T2C' and
15060            ('L2BDMACLRN' or 'L2XCFWD') and
15061            'VHOST_1024' and
15062            not 'CFS_OPT' and
15063            not 'VXLAN' and
15064            not 'IP4FWD' and
15065            not 'LBOND'"
15066   parameters:
15067   - "throughput"
15068   - "parent"
15069   - "tags"
15070 #  sort:
15071 #  - "1VM"
15072 #  - "L2XCFWD"
15073 #  - "1VM"
15074 #  - "L2BDMACLRN"
15075   traces:
15076     hoverinfo: "x+y"
15077     boxpoints: "outliers"
15078     whiskerwidth: 0
15079   layout:
15080     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15081     layout: "plot-throughput"
15082
15083 -
15084   type: "plot"
15085   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15086   algorithm: "plot_performance_box"
15087   output-file-type: ".html"
15088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15089   data: "plot-vpp-throughput-latency-3n-skx"
15090   filter: "'NIC_Intel-X710' and
15091            '64B' and
15092            'NDRPDR' and
15093            ('ETH' or 'DOT1Q') and
15094            '4T2C' and
15095            ('L2BDMACLRN' or 'L2XCFWD') and
15096            'VHOST_1024' and
15097            not 'CFS_OPT' and
15098            not 'VXLAN' and
15099            not 'IP4FWD' and
15100            not 'LBOND'"
15101   parameters:
15102   - "throughput"
15103   - "parent"
15104   - "tags"
15105 #  sort:
15106 #  - "1VM"
15107 #  - "L2XCFWD"
15108 #  - "1VM"
15109 #  - "L2BDMACLRN"
15110   traces:
15111     hoverinfo: "x+y"
15112     boxpoints: "outliers"
15113     whiskerwidth: 0
15114   layout:
15115     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15116     layout: "plot-throughput"
15117
15118 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15119 -
15120   type: "plot"
15121   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15122   algorithm: "plot_performance_box"
15123   output-file-type: ".html"
15124   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15125   data: "plot-vpp-throughput-latency-2n-skx"
15126   filter: "'NIC_Intel-X710' and
15127            '64B' and
15128            'NDRPDR' and
15129            'ETH' and
15130            'IP4FWD' and
15131            '2T1C' and
15132            'VHOST_1024' and
15133            not 'VXLAN' and
15134            not 'DOT1Q'"
15135   parameters:
15136   - "throughput"
15137   - "parent"
15138   - "tags"
15139   sort:
15140   - "not CFS_OPT"
15141   - "1VM"
15142   - "2VM"
15143   traces:
15144     hoverinfo: "x+y"
15145     boxpoints: "outliers"
15146     whiskerwidth: 0
15147   layout:
15148     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15149     layout: "plot-throughput"
15150
15151 -
15152   type: "plot"
15153   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15154   algorithm: "plot_performance_box"
15155   output-file-type: ".html"
15156   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15157   data: "plot-vpp-throughput-latency-2n-skx"
15158   filter: "'NIC_Intel-X710' and
15159            '64B' and
15160            'NDRPDR' and
15161            'ETH' and
15162            'IP4FWD' and
15163            '4T2C' and
15164            'VHOST_1024' and
15165            not 'VXLAN' and
15166            not 'DOT1Q'"
15167   parameters:
15168   - "throughput"
15169   - "parent"
15170   - "tags"
15171   sort:
15172   - "not CFS_OPT"
15173   - "1VM"
15174   - "2VM"
15175   traces:
15176     hoverinfo: "x+y"
15177     boxpoints: "outliers"
15178     whiskerwidth: 0
15179   layout:
15180     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15181     layout: "plot-throughput"
15182
15183 -
15184   type: "plot"
15185   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15186   algorithm: "plot_performance_box"
15187   output-file-type: ".html"
15188   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15189   data: "plot-vpp-throughput-latency-2n-skx"
15190   filter: "'NIC_Intel-X710' and
15191            '64B' and
15192            'NDRPDR' and
15193            'ETH' and
15194            'IP4FWD' and
15195            '2T1C' and
15196            'VHOST_1024' and
15197            not 'VXLAN' and
15198            not 'DOT1Q'"
15199   parameters:
15200   - "throughput"
15201   - "parent"
15202   - "tags"
15203   sort:
15204   - "not CFS_OPT"
15205   - "1VM"
15206   - "2VM"
15207   traces:
15208     hoverinfo: "x+y"
15209     boxpoints: "outliers"
15210     whiskerwidth: 0
15211   layout:
15212     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15213     layout: "plot-throughput"
15214
15215 -
15216   type: "plot"
15217   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15218   algorithm: "plot_performance_box"
15219   output-file-type: ".html"
15220   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15221   data: "plot-vpp-throughput-latency-2n-skx"
15222   filter: "'NIC_Intel-X710' and
15223            '64B' and
15224            'NDRPDR' and
15225            'ETH' and
15226            'IP4FWD' and
15227            '4T2C' and
15228            'VHOST_1024' and
15229            not 'VXLAN' and
15230            not 'DOT1Q'"
15231   parameters:
15232   - "throughput"
15233   - "parent"
15234   - "tags"
15235   sort:
15236   - "not CFS_OPT"
15237   - "1VM"
15238   - "2VM"
15239   traces:
15240     hoverinfo: "x+y"
15241     boxpoints: "outliers"
15242     whiskerwidth: 0
15243   layout:
15244     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15245     layout: "plot-throughput"
15246
15247 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
15248 -
15249   type: "plot"
15250   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15251   algorithm: "plot_performance_box"
15252   output-file-type: ".html"
15253   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15254   data: "plot-vpp-throughput-latency-2n-skx"
15255   filter: "'NIC_Intel-X710' and
15256            '64B' and
15257            'NDRPDR' and
15258            ('ETH' or 'DOT1Q') and
15259            '2T1C' and
15260            'L2BDMACLRN' and
15261            'VHOST_1024' and
15262            not 'VXLAN' and
15263            not 'IP4FWD' and
15264            not '2VM'"
15265   parameters:
15266   - "throughput"
15267   - "parent"
15268   - "tags"
15269 #  sort:
15270 #  - "VM"  # "not CFS_OPT"
15271 #  - "CFS_OPT"
15272 #  - "FIB_10K"
15273 #  - "FIB_100K"
15274 #  - "FIB_1M"
15275   traces:
15276     hoverinfo: "x+y"
15277     boxpoints: "outliers"
15278     whiskerwidth: 0
15279   layout:
15280     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15281     layout: "plot-throughput"
15282
15283 -
15284   type: "plot"
15285   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15286   algorithm: "plot_performance_box"
15287   output-file-type: ".html"
15288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15289   data: "plot-vpp-throughput-latency-2n-skx"
15290   filter: "'NIC_Intel-X710' and
15291            '64B' and
15292            'NDRPDR' and
15293            ('ETH' or 'DOT1Q') and
15294            '4T2C' and
15295            'L2BDMACLRN' and
15296            'VHOST_1024' and
15297            not 'VXLAN' and
15298            not 'IP4FWD' and
15299            not '2VM'"
15300   parameters:
15301   - "throughput"
15302   - "parent"
15303   - "tags"
15304 #  sort:
15305 #  - "VM"  # "not CFS_OPT"
15306 #  - "CFS_OPT"
15307 #  - "FIB_10K"
15308 #  - "FIB_100K"
15309 #  - "FIB_1M"
15310   traces:
15311     hoverinfo: "x+y"
15312     boxpoints: "outliers"
15313     whiskerwidth: 0
15314   layout:
15315     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15316     layout: "plot-throughput"
15317
15318 -
15319   type: "plot"
15320   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15321   algorithm: "plot_performance_box"
15322   output-file-type: ".html"
15323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15324   data: "plot-vpp-throughput-latency-2n-skx"
15325   filter: "'NIC_Intel-X710' and
15326            '64B' and
15327            'NDRPDR' and
15328            ('ETH' or 'DOT1Q') and
15329            '2T1C' and
15330            'L2BDMACLRN' and
15331            'VHOST_1024' and
15332            not 'VXLAN' and
15333            not 'IP4FWD' and
15334            not '2VM'"
15335   parameters:
15336   - "throughput"
15337   - "parent"
15338   - "tags"
15339 #  sort:
15340 #  - "VM"  # "not CFS_OPT"
15341 #  - "CFS_OPT"
15342 #  - "FIB_10K"
15343 #  - "FIB_100K"
15344 #  - "FIB_1M"
15345   traces:
15346     hoverinfo: "x+y"
15347     boxpoints: "outliers"
15348     whiskerwidth: 0
15349   layout:
15350     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15351     layout: "plot-throughput"
15352
15353 -
15354   type: "plot"
15355   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15356   algorithm: "plot_performance_box"
15357   output-file-type: ".html"
15358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15359   data: "plot-vpp-throughput-latency-2n-skx"
15360   filter: "'NIC_Intel-X710' and
15361            '64B' and
15362            'NDRPDR' and
15363            ('ETH' or 'DOT1Q') and
15364            '4T2C' and
15365            'L2BDMACLRN' and
15366            'VHOST_1024' and
15367            not 'VXLAN' and
15368            not 'IP4FWD' and
15369            not '2VM'"
15370   parameters:
15371   - "throughput"
15372   - "parent"
15373   - "tags"
15374 #  sort:
15375 #  - "VM"  # "not CFS_OPT"
15376 #  - "CFS_OPT"
15377 #  - "FIB_10K"
15378 #  - "FIB_100K"
15379 #  - "FIB_1M"
15380   traces:
15381     hoverinfo: "x+y"
15382     boxpoints: "outliers"
15383     whiskerwidth: 0
15384   layout:
15385     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15386     layout: "plot-throughput"
15387
15388 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15389 -
15390   type: "plot"
15391   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15392   algorithm: "plot_performance_box"
15393   output-file-type: ".html"
15394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15395   data: "plot-vpp-throughput-latency-2n-skx"
15396   filter: "'NIC_Intel-X710' and
15397            '64B' and
15398            'NDRPDR' and
15399            ('ETH' or 'DOT1Q') and
15400            'BASE' and
15401            '2T1C' and
15402            ('L2BDMACLRN' or 'L2XCFWD') and
15403            'VHOST_1024' and
15404            not 'VXLAN' and
15405            not 'IP4FWD' and
15406            not '2VM'"
15407   parameters:
15408   - "throughput"
15409   - "parent"
15410   - "tags"
15411 #  sort:
15412 #  - "not CFS_OPT"
15413 #  - "L2XCFWD"
15414 #  - "not CFS_OPT"
15415 #  - "CFS_OPT"
15416   traces:
15417     hoverinfo: "x+y"
15418     boxpoints: "outliers"
15419     whiskerwidth: 0
15420   layout:
15421     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15422     layout: "plot-throughput"
15423
15424 -
15425   type: "plot"
15426   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15427   algorithm: "plot_performance_box"
15428   output-file-type: ".html"
15429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15430   data: "plot-vpp-throughput-latency-2n-skx"
15431   filter: "'NIC_Intel-X710' and
15432            '64B' and
15433            'NDRPDR' and
15434            ('ETH' or 'DOT1Q') and
15435            'BASE' and
15436            '2T1C' and
15437            ('L2BDMACLRN' or 'L2XCFWD') and
15438            'VHOST_1024' and
15439            not 'VXLAN' and
15440            not 'IP4FWD' and
15441            not '2VM'"
15442   parameters:
15443   - "throughput"
15444   - "parent"
15445   - "tags"
15446 #  sort:
15447 #  - "not CFS_OPT"
15448 #  - "L2XCFWD"
15449 #  - "not CFS_OPT"
15450 #  - "CFS_OPT"
15451   traces:
15452     hoverinfo: "x+y"
15453     boxpoints: "outliers"
15454     whiskerwidth: 0
15455   layout:
15456     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15457     layout: "plot-throughput"
15458
15459 -
15460   type: "plot"
15461   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15462   algorithm: "plot_performance_box"
15463   output-file-type: ".html"
15464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15465   data: "plot-vpp-throughput-latency-2n-skx"
15466   filter: "'NIC_Intel-X710' and
15467            '64B' and
15468            'NDRPDR' and
15469            ('ETH' or 'DOT1Q') and
15470            'BASE' and
15471            '4T2C' and
15472            ('L2BDMACLRN' or 'L2XCFWD') and
15473            'VHOST_1024' and
15474            not 'VXLAN' and
15475            not 'IP4FWD' and
15476            not '2VM'"
15477   parameters:
15478   - "throughput"
15479   - "parent"
15480   - "tags"
15481 #  sort:
15482 #  - "not CFS_OPT"
15483 #  - "L2XCFWD"
15484 #  - "not CFS_OPT"
15485 #  - "CFS_OPT"
15486   traces:
15487     hoverinfo: "x+y"
15488     boxpoints: "outliers"
15489     whiskerwidth: 0
15490   layout:
15491     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15492     layout: "plot-throughput"
15493
15494 -
15495   type: "plot"
15496   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15497   algorithm: "plot_performance_box"
15498   output-file-type: ".html"
15499   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15500   data: "plot-vpp-throughput-latency-2n-skx"
15501   filter: "'NIC_Intel-X710' and
15502            '64B' and
15503            'NDRPDR' and
15504            ('ETH' or 'DOT1Q') and
15505            'BASE' and
15506            '4T2C' and
15507            ('L2BDMACLRN' or 'L2XCFWD') and
15508            'VHOST_1024' and
15509            not 'VXLAN' and
15510            not 'IP4FWD' and
15511            not '2VM'"
15512   parameters:
15513   - "throughput"
15514   - "parent"
15515   - "tags"
15516 #  sort:
15517 #  - "not CFS_OPT"
15518 #  - "L2XCFWD"
15519 #  - "not CFS_OPT"
15520 #  - "CFS_OPT"
15521   traces:
15522     hoverinfo: "x+y"
15523     boxpoints: "outliers"
15524     whiskerwidth: 0
15525   layout:
15526     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15527     layout: "plot-throughput"
15528
15529 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15530 -
15531   type: "plot"
15532   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15533   algorithm: "plot_performance_box"
15534   output-file-type: ".html"
15535   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15536   data: "plot-vpp-throughput-latency-2n-skx"
15537   filter: "'NIC_Intel-X710' and
15538            '64B' and
15539            'NDRPDR' and
15540            ('ETH' or 'DOT1Q') and
15541            '2T1C' and
15542            ('L2BDMACLRN' or 'L2XCFWD') and
15543            'VHOST_1024' and
15544            not 'CFS_OPT' and
15545            not 'VXLAN' and
15546            not 'IP4FWD'"
15547   parameters:
15548   - "throughput"
15549   - "parent"
15550   - "tags"
15551 #  sort:
15552 #  - "1VM"
15553 #  - "L2XCFWD"
15554 #  - "1VM"
15555 #  - "L2BDMACLRN"
15556   traces:
15557     hoverinfo: "x+y"
15558     boxpoints: "outliers"
15559     whiskerwidth: 0
15560   layout:
15561     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15562     layout: "plot-throughput"
15563
15564 -
15565   type: "plot"
15566   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15567   algorithm: "plot_performance_box"
15568   output-file-type: ".html"
15569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15570   data: "plot-vpp-throughput-latency-2n-skx"
15571   filter: "'NIC_Intel-X710' and
15572            '64B' and
15573            'NDRPDR' and
15574            ('ETH' or 'DOT1Q') and
15575            '2T1C' and
15576            ('L2BDMACLRN' or 'L2XCFWD') and
15577            'VHOST_1024' and
15578            not 'CFS_OPT' and
15579            not 'VXLAN' and
15580            not 'IP4FWD'"
15581   parameters:
15582   - "throughput"
15583   - "parent"
15584   - "tags"
15585 #  sort:
15586 #  - "1VM"
15587 #  - "L2XCFWD"
15588 #  - "1VM"
15589 #  - "L2BDMACLRN"
15590   traces:
15591     hoverinfo: "x+y"
15592     boxpoints: "outliers"
15593     whiskerwidth: 0
15594   layout:
15595     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15596     layout: "plot-throughput"
15597
15598 -
15599   type: "plot"
15600   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15601   algorithm: "plot_performance_box"
15602   output-file-type: ".html"
15603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15604   data: "plot-vpp-throughput-latency-2n-skx"
15605   filter: "'NIC_Intel-X710' and
15606            '64B' and
15607            'NDRPDR' and
15608            ('ETH' or 'DOT1Q') and
15609            '4T2C' and
15610            ('L2BDMACLRN' or 'L2XCFWD') and
15611            'VHOST_1024' and
15612            not 'CFS_OPT' and
15613            not 'VXLAN' and
15614            not 'IP4FWD'"
15615   parameters:
15616   - "throughput"
15617   - "parent"
15618   - "tags"
15619 #  sort:
15620 #  - "1VM"
15621 #  - "L2XCFWD"
15622 #  - "1VM"
15623 #  - "L2BDMACLRN"
15624   traces:
15625     hoverinfo: "x+y"
15626     boxpoints: "outliers"
15627     whiskerwidth: 0
15628   layout:
15629     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15630     layout: "plot-throughput"
15631
15632 -
15633   type: "plot"
15634   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15635   algorithm: "plot_performance_box"
15636   output-file-type: ".html"
15637   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15638   data: "plot-vpp-throughput-latency-2n-skx"
15639   filter: "'NIC_Intel-X710' and
15640            '64B' and
15641            'NDRPDR' and
15642            ('ETH' or 'DOT1Q') and
15643            '4T2C' and
15644            ('L2BDMACLRN' or 'L2XCFWD') and
15645            'VHOST_1024' and
15646            not 'CFS_OPT' and
15647            not 'VXLAN' and
15648            not 'IP4FWD'"
15649   parameters:
15650   - "throughput"
15651   - "parent"
15652   - "tags"
15653 #  sort:
15654 #  - "1VM"
15655 #  - "L2XCFWD"
15656 #  - "1VM"
15657 #  - "L2BDMACLRN"
15658   traces:
15659     hoverinfo: "x+y"
15660     boxpoints: "outliers"
15661     whiskerwidth: 0
15662   layout:
15663     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15664     layout: "plot-throughput"
15665
15666 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15667 -
15668   type: "plot"
15669   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15670   algorithm: "plot_performance_box"
15671   output-file-type: ".html"
15672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15673   data: "plot-vpp-throughput-latency-2n-skx"
15674   filter: "'NIC_Intel-XXV710' and
15675            '64B' and
15676            'NDRPDR' and
15677            'ETH' and
15678            'IP4FWD' and
15679            '2T1C' and
15680            'VHOST_1024' and
15681            not 'VXLAN' and
15682            not 'DOT1Q'"
15683   parameters:
15684   - "throughput"
15685   - "parent"
15686   - "tags"
15687   sort:
15688   - "not CFS_OPT"
15689   - "1VM"
15690   - "2VM"
15691   traces:
15692     hoverinfo: "x+y"
15693     boxpoints: "outliers"
15694     whiskerwidth: 0
15695   layout:
15696     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15697     layout: "plot-throughput"
15698
15699 -
15700   type: "plot"
15701   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15702   algorithm: "plot_performance_box"
15703   output-file-type: ".html"
15704   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15705   data: "plot-vpp-throughput-latency-2n-skx"
15706   filter: "'NIC_Intel-XXV710' and
15707            '64B' and
15708            'NDRPDR' and
15709            'ETH' and
15710            'IP4FWD' and
15711            '4T2C' and
15712            'VHOST_1024' and
15713            not 'VXLAN' and
15714            not 'DOT1Q'"
15715   parameters:
15716   - "throughput"
15717   - "parent"
15718   - "tags"
15719   sort:
15720   - "not CFS_OPT"
15721   - "1VM"
15722   - "2VM"
15723   traces:
15724     hoverinfo: "x+y"
15725     boxpoints: "outliers"
15726     whiskerwidth: 0
15727   layout:
15728     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15729     layout: "plot-throughput"
15730
15731 -
15732   type: "plot"
15733   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15734   algorithm: "plot_performance_box"
15735   output-file-type: ".html"
15736   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15737   data: "plot-vpp-throughput-latency-2n-skx"
15738   filter: "'NIC_Intel-XXV710' and
15739            '64B' and
15740            'NDRPDR' and
15741            'ETH' and
15742            'IP4FWD' and
15743            '2T1C' and
15744            'VHOST_1024' and
15745            not 'VXLAN' and
15746            not 'DOT1Q'"
15747   parameters:
15748   - "throughput"
15749   - "parent"
15750   - "tags"
15751   sort:
15752   - "not CFS_OPT"
15753   - "1VM"
15754   - "2VM"
15755   traces:
15756     hoverinfo: "x+y"
15757     boxpoints: "outliers"
15758     whiskerwidth: 0
15759   layout:
15760     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15761     layout: "plot-throughput"
15762
15763 -
15764   type: "plot"
15765   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15766   algorithm: "plot_performance_box"
15767   output-file-type: ".html"
15768   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15769   data: "plot-vpp-throughput-latency-2n-skx"
15770   filter: "'NIC_Intel-XXV710' and
15771            '64B' and
15772            'NDRPDR' and
15773            'ETH' and
15774            'IP4FWD' and
15775            '4T2C' and
15776            'VHOST_1024' and
15777            not 'VXLAN' and
15778            not 'DOT1Q'"
15779   parameters:
15780   - "throughput"
15781   - "parent"
15782   - "tags"
15783   sort:
15784   - "not CFS_OPT"
15785   - "1VM"
15786   - "2VM"
15787   traces:
15788     hoverinfo: "x+y"
15789     boxpoints: "outliers"
15790     whiskerwidth: 0
15791   layout:
15792     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15793     layout: "plot-throughput"
15794
15795 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
15796 -
15797   type: "plot"
15798   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15799   algorithm: "plot_performance_box"
15800   output-file-type: ".html"
15801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15802   data: "plot-vpp-throughput-latency-2n-skx"
15803   filter: "'NIC_Intel-XXV710' and
15804            '64B' and
15805            'NDRPDR' and
15806            ('ETH' or 'DOT1Q') and
15807            '2T1C' and
15808            'L2BDMACLRN' and
15809            'VHOST_1024' and
15810            not 'VXLAN' and
15811            not 'IP4FWD' and
15812            not '2VM'"
15813   parameters:
15814   - "throughput"
15815   - "parent"
15816   - "tags"
15817 #  sort:
15818 #  - "VM"  # "not CFS_OPT"
15819 #  - "CFS_OPT"
15820 #  - "FIB_10K"
15821 #  - "FIB_100K"
15822 #  - "FIB_1M"
15823   traces:
15824     hoverinfo: "x+y"
15825     boxpoints: "outliers"
15826     whiskerwidth: 0
15827   layout:
15828     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15829     layout: "plot-throughput"
15830
15831 -
15832   type: "plot"
15833   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15834   algorithm: "plot_performance_box"
15835   output-file-type: ".html"
15836   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15837   data: "plot-vpp-throughput-latency-2n-skx"
15838   filter: "'NIC_Intel-XXV710' and
15839            '64B' and
15840            'NDRPDR' and
15841            ('ETH' or 'DOT1Q') and
15842            '4T2C' and
15843            'L2BDMACLRN' and
15844            'VHOST_1024' and
15845            not 'VXLAN' and
15846            not 'IP4FWD' and
15847            not '2VM'"
15848   parameters:
15849   - "throughput"
15850   - "parent"
15851   - "tags"
15852 #  sort:
15853 #  - "VM"  # "not CFS_OPT"
15854 #  - "CFS_OPT"
15855 #  - "FIB_10K"
15856 #  - "FIB_100K"
15857 #  - "FIB_1M"
15858   traces:
15859     hoverinfo: "x+y"
15860     boxpoints: "outliers"
15861     whiskerwidth: 0
15862   layout:
15863     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15864     layout: "plot-throughput"
15865
15866 -
15867   type: "plot"
15868   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15869   algorithm: "plot_performance_box"
15870   output-file-type: ".html"
15871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15872   data: "plot-vpp-throughput-latency-2n-skx"
15873   filter: "'NIC_Intel-XXV710' and
15874            '64B' and
15875            'NDRPDR' and
15876            ('ETH' or 'DOT1Q') and
15877            '2T1C' and
15878            'L2BDMACLRN' and
15879            'VHOST_1024' and
15880            not 'VXLAN' and
15881            not 'IP4FWD' and
15882            not '2VM'"
15883   parameters:
15884   - "throughput"
15885   - "parent"
15886   - "tags"
15887 #  sort:
15888 #  - "VM"  # "not CFS_OPT"
15889 #  - "CFS_OPT"
15890 #  - "FIB_10K"
15891 #  - "FIB_100K"
15892 #  - "FIB_1M"
15893   traces:
15894     hoverinfo: "x+y"
15895     boxpoints: "outliers"
15896     whiskerwidth: 0
15897   layout:
15898     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15899     layout: "plot-throughput"
15900
15901 -
15902   type: "plot"
15903   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15904   algorithm: "plot_performance_box"
15905   output-file-type: ".html"
15906   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15907   data: "plot-vpp-throughput-latency-2n-skx"
15908   filter: "'NIC_Intel-XXV710' and
15909            '64B' and
15910            'NDRPDR' and
15911            ('ETH' or 'DOT1Q') and
15912            '4T2C' and
15913            'L2BDMACLRN' and
15914            'VHOST_1024' and
15915            not 'VXLAN' and
15916            not 'IP4FWD' and
15917            not '2VM'"
15918   parameters:
15919   - "throughput"
15920   - "parent"
15921   - "tags"
15922 #  sort:
15923 #  - "VM"  # "not CFS_OPT"
15924 #  - "CFS_OPT"
15925 #  - "FIB_10K"
15926 #  - "FIB_100K"
15927 #  - "FIB_1M"
15928   traces:
15929     hoverinfo: "x+y"
15930     boxpoints: "outliers"
15931     whiskerwidth: 0
15932   layout:
15933     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15934     layout: "plot-throughput"
15935
15936 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15937 -
15938   type: "plot"
15939   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15940   algorithm: "plot_performance_box"
15941   output-file-type: ".html"
15942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15943   data: "plot-vpp-throughput-latency-2n-skx"
15944   filter: "'NIC_Intel-XXV710' and
15945            '64B' and
15946            'NDRPDR' and
15947            ('ETH' or 'DOT1Q') and
15948            'BASE' and
15949            '2T1C' and
15950            ('L2BDMACLRN' or 'L2XCFWD') and
15951            'VHOST_1024' and
15952            not 'VXLAN' and
15953            not 'IP4FWD' and
15954            not '2VM'"
15955   parameters:
15956   - "throughput"
15957   - "parent"
15958   - "tags"
15959 #  sort:
15960 #  - "not CFS_OPT"
15961 #  - "L2XCFWD"
15962 #  - "not CFS_OPT"
15963 #  - "CFS_OPT"
15964   traces:
15965     hoverinfo: "x+y"
15966     boxpoints: "outliers"
15967     whiskerwidth: 0
15968   layout:
15969     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15970     layout: "plot-throughput"
15971
15972 -
15973   type: "plot"
15974   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15975   algorithm: "plot_performance_box"
15976   output-file-type: ".html"
15977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15978   data: "plot-vpp-throughput-latency-2n-skx"
15979   filter: "'NIC_Intel-XXV710' and
15980            '64B' and
15981            'NDRPDR' and
15982            ('ETH' or 'DOT1Q') and
15983            'BASE' and
15984            '2T1C' and
15985            ('L2BDMACLRN' or 'L2XCFWD') and
15986            'VHOST_1024' and
15987            not 'VXLAN' and
15988            not 'IP4FWD' and
15989            not '2VM'"
15990   parameters:
15991   - "throughput"
15992   - "parent"
15993   - "tags"
15994 #  sort:
15995 #  - "not CFS_OPT"
15996 #  - "L2XCFWD"
15997 #  - "not CFS_OPT"
15998 #  - "CFS_OPT"
15999   traces:
16000     hoverinfo: "x+y"
16001     boxpoints: "outliers"
16002     whiskerwidth: 0
16003   layout:
16004     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16005     layout: "plot-throughput"
16006
16007 -
16008   type: "plot"
16009   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16010   algorithm: "plot_performance_box"
16011   output-file-type: ".html"
16012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16013   data: "plot-vpp-throughput-latency-2n-skx"
16014   filter: "'NIC_Intel-XXV710' and
16015            '64B' and
16016            'NDRPDR' and
16017            ('ETH' or 'DOT1Q') and
16018            'BASE' and
16019            '4T2C' and
16020            ('L2BDMACLRN' or 'L2XCFWD') and
16021            'VHOST_1024' and
16022            not 'VXLAN' and
16023            not 'IP4FWD' and
16024            not '2VM'"
16025   parameters:
16026   - "throughput"
16027   - "parent"
16028   - "tags"
16029 #  sort:
16030 #  - "not CFS_OPT"
16031 #  - "L2XCFWD"
16032 #  - "not CFS_OPT"
16033 #  - "CFS_OPT"
16034   traces:
16035     hoverinfo: "x+y"
16036     boxpoints: "outliers"
16037     whiskerwidth: 0
16038   layout:
16039     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16040     layout: "plot-throughput"
16041
16042 -
16043   type: "plot"
16044   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16045   algorithm: "plot_performance_box"
16046   output-file-type: ".html"
16047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16048   data: "plot-vpp-throughput-latency-2n-skx"
16049   filter: "'NIC_Intel-XXV710' and
16050            '64B' and
16051            'NDRPDR' and
16052            ('ETH' or 'DOT1Q') and
16053            'BASE' and
16054            '4T2C' and
16055            ('L2BDMACLRN' or 'L2XCFWD') and
16056            'VHOST_1024' and
16057            not 'VXLAN' and
16058            not 'IP4FWD' and
16059            not '2VM'"
16060   parameters:
16061   - "throughput"
16062   - "parent"
16063   - "tags"
16064 #  sort:
16065 #  - "not CFS_OPT"
16066 #  - "L2XCFWD"
16067 #  - "not CFS_OPT"
16068 #  - "CFS_OPT"
16069   traces:
16070     hoverinfo: "x+y"
16071     boxpoints: "outliers"
16072     whiskerwidth: 0
16073   layout:
16074     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16075     layout: "plot-throughput"
16076
16077 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16078 -
16079   type: "plot"
16080   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16081   algorithm: "plot_performance_box"
16082   output-file-type: ".html"
16083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16084   data: "plot-vpp-throughput-latency-2n-skx"
16085   filter: "'NIC_Intel-XXV710' and
16086            '64B' and
16087            'NDRPDR' and
16088            ('ETH' or 'DOT1Q') and
16089            '2T1C' and
16090            ('L2BDMACLRN' or 'L2XCFWD') and
16091            'VHOST_1024' and
16092            not 'CFS_OPT' and
16093            not 'VXLAN' and
16094            not 'IP4FWD'"
16095   parameters:
16096   - "throughput"
16097   - "parent"
16098   - "tags"
16099 #  sort:
16100 #  - "1VM"
16101 #  - "L2XCFWD"
16102 #  - "1VM"
16103 #  - "L2BDMACLRN"
16104   traces:
16105     hoverinfo: "x+y"
16106     boxpoints: "outliers"
16107     whiskerwidth: 0
16108   layout:
16109     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16110     layout: "plot-throughput"
16111
16112 -
16113   type: "plot"
16114   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16115   algorithm: "plot_performance_box"
16116   output-file-type: ".html"
16117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16118   data: "plot-vpp-throughput-latency-2n-skx"
16119   filter: "'NIC_Intel-XXV710' and
16120            '64B' and
16121            'NDRPDR' and
16122            ('ETH' or 'DOT1Q') and
16123            '2T1C' and
16124            ('L2BDMACLRN' or 'L2XCFWD') and
16125            'VHOST_1024' and
16126            not 'CFS_OPT' and
16127            not 'VXLAN' and
16128            not 'IP4FWD'"
16129   parameters:
16130   - "throughput"
16131   - "parent"
16132   - "tags"
16133 #  sort:
16134 #  - "1VM"
16135 #  - "L2XCFWD"
16136 #  - "1VM"
16137 #  - "L2BDMACLRN"
16138   traces:
16139     hoverinfo: "x+y"
16140     boxpoints: "outliers"
16141     whiskerwidth: 0
16142   layout:
16143     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16144     layout: "plot-throughput"
16145
16146 -
16147   type: "plot"
16148   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16149   algorithm: "plot_performance_box"
16150   output-file-type: ".html"
16151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16152   data: "plot-vpp-throughput-latency-2n-skx"
16153   filter: "'NIC_Intel-XXV710' and
16154            '64B' and
16155            'NDRPDR' and
16156            ('ETH' or 'DOT1Q') and
16157            '4T2C' and
16158            ('L2BDMACLRN' or 'L2XCFWD') and
16159            'VHOST_1024' and
16160            not 'CFS_OPT' and
16161            not 'VXLAN' and
16162            not 'IP4FWD'"
16163   parameters:
16164   - "throughput"
16165   - "parent"
16166   - "tags"
16167 #  sort:
16168 #  - "1VM"
16169 #  - "L2XCFWD"
16170 #  - "1VM"
16171 #  - "L2BDMACLRN"
16172   traces:
16173     hoverinfo: "x+y"
16174     boxpoints: "outliers"
16175     whiskerwidth: 0
16176   layout:
16177     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16178     layout: "plot-throughput"
16179
16180 -
16181   type: "plot"
16182   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16183   algorithm: "plot_performance_box"
16184   output-file-type: ".html"
16185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16186   data: "plot-vpp-throughput-latency-2n-skx"
16187   filter: "'NIC_Intel-XXV710' and
16188            '64B' and
16189            'NDRPDR' and
16190            ('ETH' or 'DOT1Q') and
16191            '4T2C' and
16192            ('L2BDMACLRN' or 'L2XCFWD') and
16193            'VHOST_1024' and
16194            not 'CFS_OPT' and
16195            not 'VXLAN' and
16196            not 'IP4FWD'"
16197   parameters:
16198   - "throughput"
16199   - "parent"
16200   - "tags"
16201 #  sort:
16202 #  - "1VM"
16203 #  - "L2XCFWD"
16204 #  - "1VM"
16205 #  - "L2BDMACLRN"
16206   traces:
16207     hoverinfo: "x+y"
16208     boxpoints: "outliers"
16209     whiskerwidth: 0
16210   layout:
16211     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16212     layout: "plot-throughput"
16213
16214 ################################################################################
16215
16216 # Packet Throughput - VPP VTS 3n-hsw-x520
16217 -
16218   type: "plot"
16219   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16220   algorithm: "plot_performance_box"
16221   output-file-type: ".html"
16222   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16223   data: "plot-vpp-throughput-latency-3n-hsw"
16224   filter: "'NIC_Intel-X520-DA2' and
16225            '114B' and
16226            'NDRPDR' and
16227            '1T1C' and
16228            'VTS'"
16229   parameters:
16230   - "throughput"
16231   - "parent"
16232   - "tags"
16233   traces:
16234     hoverinfo: "x+y"
16235     boxpoints: "outliers"
16236     whiskerwidth: 0
16237   layout:
16238     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16239     layout: "plot-throughput"
16240
16241 -
16242   type: "plot"
16243   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16244   algorithm: "plot_performance_box"
16245   output-file-type: ".html"
16246   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16247   data: "plot-vpp-throughput-latency-3n-hsw"
16248   filter: "'NIC_Intel-X520-DA2' and
16249            '114B' and
16250            'NDRPDR' and
16251            '2T2C' and
16252            'VTS'"
16253   parameters:
16254   - "throughput"
16255   - "parent"
16256   - "tags"
16257   traces:
16258     hoverinfo: "x+y"
16259     boxpoints: "outliers"
16260     whiskerwidth: 0
16261   layout:
16262     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16263     layout: "plot-throughput"
16264
16265 -
16266   type: "plot"
16267   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16268   algorithm: "plot_performance_box"
16269   output-file-type: ".html"
16270   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16271   data: "plot-vpp-throughput-latency-3n-hsw"
16272   filter: "'NIC_Intel-X520-DA2' and
16273            '114B' and
16274            'NDRPDR' and
16275            '1T1C' and
16276            'VTS'"
16277   parameters:
16278   - "throughput"
16279   - "parent"
16280   - "tags"
16281   traces:
16282     hoverinfo: "x+y"
16283     boxpoints: "outliers"
16284     whiskerwidth: 0
16285   layout:
16286     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16287     layout: "plot-throughput"
16288
16289 -
16290   type: "plot"
16291   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16292   algorithm: "plot_performance_box"
16293   output-file-type: ".html"
16294   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16295   data: "plot-vpp-throughput-latency-3n-hsw"
16296   filter: "'NIC_Intel-X520-DA2' and
16297            '114B' and
16298            'NDRPDR' and
16299            '2T2C' and
16300            'VTS'"
16301   parameters:
16302   - "throughput"
16303   - "parent"
16304   - "tags"
16305   traces:
16306     hoverinfo: "x+y"
16307     boxpoints: "outliers"
16308     whiskerwidth: 0
16309   layout:
16310     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16311     layout: "plot-throughput"
16312
16313 ################################################################################
16314
16315 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16316 -
16317   type: "plot"
16318   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16319   algorithm: "plot_performance_box"
16320   output-file-type: ".html"
16321   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16322   data: "plot-dpdk-throughput-latency-3n-hsw"
16323   filter: "'NIC_Intel-X520-DA2' and
16324            '64B' and
16325            'BASE' and
16326            'NDRPDR' and
16327            '1T1C' and
16328            'IP4FWD'"
16329   parameters:
16330   - "throughput"
16331   - "parent"
16332   - "tags"
16333   traces:
16334     hoverinfo: "x+y"
16335     boxpoints: "outliers"
16336     whiskerwidth: 0
16337   layout:
16338     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16339     layout: "plot-throughput"
16340
16341 -
16342   type: "plot"
16343   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16344   algorithm: "plot_performance_box"
16345   output-file-type: ".html"
16346   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16347   data: "plot-dpdk-throughput-latency-3n-hsw"
16348   filter: "'NIC_Intel-X520-DA2' and
16349            '64B' and
16350            'BASE' and
16351            'NDRPDR' and
16352            '2T2C' and
16353            'IP4FWD'"
16354   parameters:
16355   - "throughput"
16356   - "parent"
16357   - "tags"
16358   traces:
16359     hoverinfo: "x+y"
16360     boxpoints: "outliers"
16361     whiskerwidth: 0
16362   layout:
16363     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16364     layout: "plot-throughput"
16365
16366 -
16367   type: "plot"
16368   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16369   algorithm: "plot_performance_box"
16370   output-file-type: ".html"
16371   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16372   data: "plot-dpdk-throughput-latency-3n-hsw"
16373   filter: "'NIC_Intel-X520-DA2' and
16374            '64B' and
16375            'BASE' and
16376            'NDRPDR' and
16377            '1T1C' and
16378            'IP4FWD'"
16379   parameters:
16380   - "throughput"
16381   - "parent"
16382   - "tags"
16383   traces:
16384     hoverinfo: "x+y"
16385     boxpoints: "outliers"
16386     whiskerwidth: 0
16387   layout:
16388     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16389     layout: "plot-throughput"
16390
16391 -
16392   type: "plot"
16393   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16394   algorithm: "plot_performance_box"
16395   output-file-type: ".html"
16396   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16397   data: "plot-dpdk-throughput-latency-3n-hsw"
16398   filter: "'NIC_Intel-X520-DA2' and
16399            '64B' and
16400            'BASE' and
16401            'NDRPDR' and
16402            '2T2C' and
16403            'IP4FWD'"
16404   parameters:
16405   - "throughput"
16406   - "parent"
16407   - "tags"
16408   traces:
16409     hoverinfo: "x+y"
16410     boxpoints: "outliers"
16411     whiskerwidth: 0
16412   layout:
16413     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16414     layout: "plot-throughput"
16415
16416 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16417 -
16418   type: "plot"
16419   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16420   algorithm: "plot_performance_box"
16421   output-file-type: ".html"
16422   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16423   data: "plot-dpdk-throughput-latency-3n-hsw"
16424   filter: "'NIC_Intel-X710' and
16425            '64B' and
16426            'BASE' and
16427            'NDRPDR' and
16428            '1T1C' and
16429            'IP4FWD'"
16430   parameters:
16431   - "throughput"
16432   - "parent"
16433   - "tags"
16434   traces:
16435     hoverinfo: "x+y"
16436     boxpoints: "outliers"
16437     whiskerwidth: 0
16438   layout:
16439     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16440     layout: "plot-throughput"
16441
16442 -
16443   type: "plot"
16444   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16445   algorithm: "plot_performance_box"
16446   output-file-type: ".html"
16447   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16448   data: "plot-dpdk-throughput-latency-3n-hsw"
16449   filter: "'NIC_Intel-X710' and
16450            '64B' and
16451            'BASE' and
16452            'NDRPDR' and
16453            '2T2C' and
16454            'IP4FWD'"
16455   parameters:
16456   - "throughput"
16457   - "parent"
16458   - "tags"
16459   traces:
16460     hoverinfo: "x+y"
16461     boxpoints: "outliers"
16462     whiskerwidth: 0
16463   layout:
16464     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16465     layout: "plot-throughput"
16466
16467 -
16468   type: "plot"
16469   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16470   algorithm: "plot_performance_box"
16471   output-file-type: ".html"
16472   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16473   data: "plot-dpdk-throughput-latency-3n-hsw"
16474   filter: "'NIC_Intel-X710' and
16475            '64B' and
16476            'BASE' and
16477            'NDRPDR' and
16478            '1T1C' and
16479            'IP4FWD'"
16480   parameters:
16481   - "throughput"
16482   - "parent"
16483   - "tags"
16484   traces:
16485     hoverinfo: "x+y"
16486     boxpoints: "outliers"
16487     whiskerwidth: 0
16488   layout:
16489     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16490     layout: "plot-throughput"
16491
16492 -
16493   type: "plot"
16494   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16495   algorithm: "plot_performance_box"
16496   output-file-type: ".html"
16497   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16498   data: "plot-dpdk-throughput-latency-3n-hsw"
16499   filter: "'NIC_Intel-X710' and
16500            '64B' and
16501            'BASE' and
16502            'NDRPDR' and
16503            '2T2C' and
16504            'IP4FWD'"
16505   parameters:
16506   - "throughput"
16507   - "parent"
16508   - "tags"
16509   traces:
16510     hoverinfo: "x+y"
16511     boxpoints: "outliers"
16512     whiskerwidth: 0
16513   layout:
16514     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16515     layout: "plot-throughput"
16516
16517 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16518 -
16519   type: "plot"
16520   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16521   algorithm: "plot_performance_box"
16522   output-file-type: ".html"
16523   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16524   data: "plot-dpdk-throughput-latency-3n-hsw"
16525   filter: "'NIC_Intel-XL710' and
16526            '64B' and
16527            'BASE' and
16528            'NDRPDR' and
16529            '1T1C' and
16530            'IP4FWD'"
16531   parameters:
16532   - "throughput"
16533   - "parent"
16534   - "tags"
16535   traces:
16536     hoverinfo: "x+y"
16537     boxpoints: "outliers"
16538     whiskerwidth: 0
16539   layout:
16540     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16541     layout: "plot-throughput"
16542
16543 -
16544   type: "plot"
16545   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16546   algorithm: "plot_performance_box"
16547   output-file-type: ".html"
16548   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16549   data: "plot-dpdk-throughput-latency-3n-hsw"
16550   filter: "'NIC_Intel-XL710' and
16551            '64B' and
16552            'BASE' and
16553            'NDRPDR' and
16554            '2T2C' and
16555            'IP4FWD'"
16556   parameters:
16557   - "throughput"
16558   - "parent"
16559   - "tags"
16560   traces:
16561     hoverinfo: "x+y"
16562     boxpoints: "outliers"
16563     whiskerwidth: 0
16564   layout:
16565     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16566     layout: "plot-throughput"
16567
16568 -
16569   type: "plot"
16570   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16571   algorithm: "plot_performance_box"
16572   output-file-type: ".html"
16573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16574   data: "plot-dpdk-throughput-latency-3n-hsw"
16575   filter: "'NIC_Intel-XL710' and
16576            '64B' and
16577            'BASE' and
16578            'NDRPDR' and
16579            '1T1C' and
16580            'IP4FWD'"
16581   parameters:
16582   - "throughput"
16583   - "parent"
16584   - "tags"
16585   traces:
16586     hoverinfo: "x+y"
16587     boxpoints: "outliers"
16588     whiskerwidth: 0
16589   layout:
16590     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16591     layout: "plot-throughput"
16592
16593 -
16594   type: "plot"
16595   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16596   algorithm: "plot_performance_box"
16597   output-file-type: ".html"
16598   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16599   data: "plot-dpdk-throughput-latency-3n-hsw"
16600   filter: "'NIC_Intel-XL710' and
16601            '64B' and
16602            'BASE' and
16603            'NDRPDR' and
16604            '2T2C' and
16605            'IP4FWD'"
16606   parameters:
16607   - "throughput"
16608   - "parent"
16609   - "tags"
16610   traces:
16611     hoverinfo: "x+y"
16612     boxpoints: "outliers"
16613     whiskerwidth: 0
16614   layout:
16615     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16616     layout: "plot-throughput"
16617
16618 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16619 -
16620   type: "plot"
16621   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16622   algorithm: "plot_performance_box"
16623   output-file-type: ".html"
16624   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16625   data: "plot-dpdk-throughput-latency-3n-skx"
16626   filter: "'NIC_Intel-X710' and
16627            '64B' and
16628            'BASE' and
16629            'NDRPDR' and
16630            '2T1C' and
16631            'IP4FWD'"
16632   parameters:
16633   - "throughput"
16634   - "parent"
16635   - "tags"
16636   traces:
16637     hoverinfo: "x+y"
16638     boxpoints: "outliers"
16639     whiskerwidth: 0
16640   layout:
16641     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16642     layout: "plot-throughput"
16643
16644 -
16645   type: "plot"
16646   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16647   algorithm: "plot_performance_box"
16648   output-file-type: ".html"
16649   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16650   data: "plot-dpdk-throughput-latency-3n-skx"
16651   filter: "'NIC_Intel-X710' and
16652            '64B' and
16653            'BASE' and
16654            'NDRPDR' and
16655            '4T2C' and
16656            'IP4FWD'"
16657   parameters:
16658   - "throughput"
16659   - "parent"
16660   - "tags"
16661   traces:
16662     hoverinfo: "x+y"
16663     boxpoints: "outliers"
16664     whiskerwidth: 0
16665   layout:
16666     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16667     layout: "plot-throughput"
16668
16669 -
16670   type: "plot"
16671   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16672   algorithm: "plot_performance_box"
16673   output-file-type: ".html"
16674   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16675   data: "plot-dpdk-throughput-latency-3n-skx"
16676   filter: "'NIC_Intel-X710' and
16677            '64B' and
16678            'BASE' and
16679            'NDRPDR' and
16680            '2T1C' and
16681            'IP4FWD'"
16682   parameters:
16683   - "throughput"
16684   - "parent"
16685   - "tags"
16686   traces:
16687     hoverinfo: "x+y"
16688     boxpoints: "outliers"
16689     whiskerwidth: 0
16690   layout:
16691     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16692     layout: "plot-throughput"
16693
16694 -
16695   type: "plot"
16696   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16697   algorithm: "plot_performance_box"
16698   output-file-type: ".html"
16699   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16700   data: "plot-dpdk-throughput-latency-3n-skx"
16701   filter: "'NIC_Intel-X710' and
16702            '64B' and
16703            'BASE' and
16704            'NDRPDR' and
16705            '4T2C' and
16706            'IP4FWD'"
16707   parameters:
16708   - "throughput"
16709   - "parent"
16710   - "tags"
16711   traces:
16712     hoverinfo: "x+y"
16713     boxpoints: "outliers"
16714     whiskerwidth: 0
16715   layout:
16716     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16717     layout: "plot-throughput"
16718
16719 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16720 -
16721   type: "plot"
16722   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16723   algorithm: "plot_performance_box"
16724   output-file-type: ".html"
16725   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16726   data: "plot-dpdk-throughput-latency-3n-skx"
16727   filter: "'NIC_Intel-XXV710' and
16728            '64B' and
16729            'BASE' and
16730            'NDRPDR' and
16731            '2T1C' and
16732            'IP4FWD'"
16733   parameters:
16734   - "throughput"
16735   - "parent"
16736   - "tags"
16737   traces:
16738     hoverinfo: "x+y"
16739     boxpoints: "outliers"
16740     whiskerwidth: 0
16741   layout:
16742     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16743     layout: "plot-throughput"
16744
16745 -
16746   type: "plot"
16747   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16748   algorithm: "plot_performance_box"
16749   output-file-type: ".html"
16750   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16751   data: "plot-dpdk-throughput-latency-3n-skx"
16752   filter: "'NIC_Intel-XXV710' and
16753            '64B' and
16754            'BASE' and
16755            'NDRPDR' and
16756            '4T2C' and
16757            'IP4FWD'"
16758   parameters:
16759   - "throughput"
16760   - "parent"
16761   - "tags"
16762   traces:
16763     hoverinfo: "x+y"
16764     boxpoints: "outliers"
16765     whiskerwidth: 0
16766   layout:
16767     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16768     layout: "plot-throughput"
16769
16770 -
16771   type: "plot"
16772   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16773   algorithm: "plot_performance_box"
16774   output-file-type: ".html"
16775   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16776   data: "plot-dpdk-throughput-latency-3n-skx"
16777   filter: "'NIC_Intel-XXV710' and
16778            '64B' and
16779            'BASE' and
16780            'NDRPDR' and
16781            '2T1C' and
16782            'IP4FWD'"
16783   parameters:
16784   - "throughput"
16785   - "parent"
16786   - "tags"
16787   traces:
16788     hoverinfo: "x+y"
16789     boxpoints: "outliers"
16790     whiskerwidth: 0
16791   layout:
16792     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16793     layout: "plot-throughput"
16794
16795 -
16796   type: "plot"
16797   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16798   algorithm: "plot_performance_box"
16799   output-file-type: ".html"
16800   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16801   data: "plot-dpdk-throughput-latency-3n-skx"
16802   filter: "'NIC_Intel-XXV710' and
16803            '64B' and
16804            'BASE' and
16805            'NDRPDR' and
16806            '4T2C' and
16807            'IP4FWD'"
16808   parameters:
16809   - "throughput"
16810   - "parent"
16811   - "tags"
16812   traces:
16813     hoverinfo: "x+y"
16814     boxpoints: "outliers"
16815     whiskerwidth: 0
16816   layout:
16817     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16818     layout: "plot-throughput"
16819
16820 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16821 -
16822   type: "plot"
16823   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16824   algorithm: "plot_performance_box"
16825   output-file-type: ".html"
16826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16827   data: "plot-dpdk-throughput-latency-2n-skx"
16828   filter: "'NIC_Intel-X710' and
16829            '64B' and
16830            'BASE' and
16831            'NDRPDR' and
16832            '2T1C' and
16833            'IP4FWD'"
16834   parameters:
16835   - "throughput"
16836   - "parent"
16837   - "tags"
16838   traces:
16839     hoverinfo: "x+y"
16840     boxpoints: "outliers"
16841     whiskerwidth: 0
16842   layout:
16843     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16844     layout: "plot-throughput"
16845
16846 -
16847   type: "plot"
16848   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16849   algorithm: "plot_performance_box"
16850   output-file-type: ".html"
16851   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16852   data: "plot-dpdk-throughput-latency-2n-skx"
16853   filter: "'NIC_Intel-X710' and
16854            '64B' and
16855            'BASE' and
16856            'NDRPDR' and
16857            '4T2C' and
16858            'IP4FWD'"
16859   parameters:
16860   - "throughput"
16861   - "parent"
16862   - "tags"
16863   traces:
16864     hoverinfo: "x+y"
16865     boxpoints: "outliers"
16866     whiskerwidth: 0
16867   layout:
16868     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16869     layout: "plot-throughput"
16870
16871 -
16872   type: "plot"
16873   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16874   algorithm: "plot_performance_box"
16875   output-file-type: ".html"
16876   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16877   data: "plot-dpdk-throughput-latency-2n-skx"
16878   filter: "'NIC_Intel-X710' and
16879            '64B' and
16880            'BASE' and
16881            'NDRPDR' and
16882            '2T1C' and
16883            'IP4FWD'"
16884   parameters:
16885   - "throughput"
16886   - "parent"
16887   - "tags"
16888   traces:
16889     hoverinfo: "x+y"
16890     boxpoints: "outliers"
16891     whiskerwidth: 0
16892   layout:
16893     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16894     layout: "plot-throughput"
16895
16896 -
16897   type: "plot"
16898   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16899   algorithm: "plot_performance_box"
16900   output-file-type: ".html"
16901   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16902   data: "plot-dpdk-throughput-latency-2n-skx"
16903   filter: "'NIC_Intel-X710' and
16904            '64B' and
16905            'BASE' and
16906            'NDRPDR' and
16907            '4T2C' and
16908            'IP4FWD'"
16909   parameters:
16910   - "throughput"
16911   - "parent"
16912   - "tags"
16913   traces:
16914     hoverinfo: "x+y"
16915     boxpoints: "outliers"
16916     whiskerwidth: 0
16917   layout:
16918     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16919     layout: "plot-throughput"
16920
16921 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16922 -
16923   type: "plot"
16924   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16925   algorithm: "plot_performance_box"
16926   output-file-type: ".html"
16927   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16928   data: "plot-dpdk-throughput-latency-2n-skx"
16929   filter: "'NIC_Intel-XXV710' and
16930            '64B' and
16931            'BASE' and
16932            'NDRPDR' and
16933            '2T1C' and
16934            'IP4FWD'"
16935   parameters:
16936   - "throughput"
16937   - "parent"
16938   - "tags"
16939   traces:
16940     hoverinfo: "x+y"
16941     boxpoints: "outliers"
16942     whiskerwidth: 0
16943   layout:
16944     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16945     layout: "plot-throughput"
16946
16947 -
16948   type: "plot"
16949   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16950   algorithm: "plot_performance_box"
16951   output-file-type: ".html"
16952   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16953   data: "plot-dpdk-throughput-latency-2n-skx"
16954   filter: "'NIC_Intel-XXV710' and
16955            '64B' and
16956            'BASE' and
16957            'NDRPDR' and
16958            '4T2C' and
16959            'IP4FWD'"
16960   parameters:
16961   - "throughput"
16962   - "parent"
16963   - "tags"
16964   traces:
16965     hoverinfo: "x+y"
16966     boxpoints: "outliers"
16967     whiskerwidth: 0
16968   layout:
16969     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16970     layout: "plot-throughput"
16971
16972 -
16973   type: "plot"
16974   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16975   algorithm: "plot_performance_box"
16976   output-file-type: ".html"
16977   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16978   data: "plot-dpdk-throughput-latency-2n-skx"
16979   filter: "'NIC_Intel-XXV710' and
16980            '64B' and
16981            'BASE' and
16982            'NDRPDR' and
16983            '2T1C' and
16984            'IP4FWD'"
16985   parameters:
16986   - "throughput"
16987   - "parent"
16988   - "tags"
16989   traces:
16990     hoverinfo: "x+y"
16991     boxpoints: "outliers"
16992     whiskerwidth: 0
16993   layout:
16994     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16995     layout: "plot-throughput"
16996
16997 -
16998   type: "plot"
16999   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17000   algorithm: "plot_performance_box"
17001   output-file-type: ".html"
17002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17003   data: "plot-dpdk-throughput-latency-2n-skx"
17004   filter: "'NIC_Intel-XXV710' and
17005            '64B' and
17006            'BASE' and
17007            'NDRPDR' and
17008            '4T2C' and
17009            'IP4FWD'"
17010   parameters:
17011   - "throughput"
17012   - "parent"
17013   - "tags"
17014   traces:
17015     hoverinfo: "x+y"
17016     boxpoints: "outliers"
17017     whiskerwidth: 0
17018   layout:
17019     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17020     layout: "plot-throughput"
17021
17022 ################################################################################
17023
17024 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17025 -
17026   type: "plot"
17027   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17028   algorithm: "plot_performance_box"
17029   output-file-type: ".html"
17030   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17031   data: "plot-dpdk-throughput-latency-3n-hsw"
17032   filter: "'NIC_Intel-X520-DA2' and
17033            '64B' and
17034            'BASE' and
17035            'NDRPDR' and
17036            '1T1C' and
17037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17038   parameters:
17039   - "throughput"
17040   - "parent"
17041   - "tags"
17042   traces:
17043     hoverinfo: "x+y"
17044     boxpoints: "outliers"
17045     whiskerwidth: 0
17046   layout:
17047     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17048     layout: "plot-throughput"
17049
17050 -
17051   type: "plot"
17052   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17053   algorithm: "plot_performance_box"
17054   output-file-type: ".html"
17055   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17056   data: "plot-dpdk-throughput-latency-3n-hsw"
17057   filter: "'NIC_Intel-X520-DA2' and
17058            '64B' and
17059            'BASE' and
17060            'NDRPDR' and
17061            '2T2C' and
17062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17063   parameters:
17064   - "throughput"
17065   - "parent"
17066   - "tags"
17067   traces:
17068     hoverinfo: "x+y"
17069     boxpoints: "outliers"
17070     whiskerwidth: 0
17071   layout:
17072     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17073     layout: "plot-throughput"
17074
17075 -
17076   type: "plot"
17077   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17078   algorithm: "plot_performance_box"
17079   output-file-type: ".html"
17080   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17081   data: "plot-dpdk-throughput-latency-3n-hsw"
17082   filter: "'NIC_Intel-X520-DA2' and
17083            '64B' and
17084            'BASE' and
17085            'NDRPDR' and
17086            '1T1C' and
17087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17088   parameters:
17089   - "throughput"
17090   - "parent"
17091   - "tags"
17092   traces:
17093     hoverinfo: "x+y"
17094     boxpoints: "outliers"
17095     whiskerwidth: 0
17096   layout:
17097     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17098     layout: "plot-throughput"
17099
17100 -
17101   type: "plot"
17102   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17103   algorithm: "plot_performance_box"
17104   output-file-type: ".html"
17105   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17106   data: "plot-dpdk-throughput-latency-3n-hsw"
17107   filter: "'NIC_Intel-X520-DA2' and
17108            '64B' and
17109            'BASE' and
17110            'NDRPDR' and
17111            '2T2C' and
17112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17113   parameters:
17114   - "throughput"
17115   - "parent"
17116   - "tags"
17117   traces:
17118     hoverinfo: "x+y"
17119     boxpoints: "outliers"
17120     whiskerwidth: 0
17121   layout:
17122     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17123     layout: "plot-throughput"
17124
17125 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17126 -
17127   type: "plot"
17128   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17129   algorithm: "plot_performance_box"
17130   output-file-type: ".html"
17131   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17132   data: "plot-dpdk-throughput-latency-3n-hsw"
17133   filter: "'NIC_Intel-X710' and
17134            '64B' and
17135            'BASE' and
17136            'NDRPDR' and
17137            '1T1C' and
17138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17139   parameters:
17140   - "throughput"
17141   - "parent"
17142   - "tags"
17143   traces:
17144     hoverinfo: "x+y"
17145     boxpoints: "outliers"
17146     whiskerwidth: 0
17147   layout:
17148     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17149     layout: "plot-throughput"
17150
17151 -
17152   type: "plot"
17153   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17154   algorithm: "plot_performance_box"
17155   output-file-type: ".html"
17156   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17157   data: "plot-dpdk-throughput-latency-3n-hsw"
17158   filter: "'NIC_Intel-X710' and
17159            '64B' and
17160            'BASE' and
17161            'NDRPDR' and
17162            '2T2C' and
17163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17164   parameters:
17165   - "throughput"
17166   - "parent"
17167   - "tags"
17168   traces:
17169     hoverinfo: "x+y"
17170     boxpoints: "outliers"
17171     whiskerwidth: 0
17172   layout:
17173     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17174     layout: "plot-throughput"
17175
17176 -
17177   type: "plot"
17178   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17179   algorithm: "plot_performance_box"
17180   output-file-type: ".html"
17181   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17182   data: "plot-dpdk-throughput-latency-3n-hsw"
17183   filter: "'NIC_Intel-X710' and
17184            '64B' and
17185            'BASE' and
17186            'NDRPDR' and
17187            '1T1C' and
17188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17189   parameters:
17190   - "throughput"
17191   - "parent"
17192   - "tags"
17193   traces:
17194     hoverinfo: "x+y"
17195     boxpoints: "outliers"
17196     whiskerwidth: 0
17197   layout:
17198     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17199     layout: "plot-throughput"
17200
17201 -
17202   type: "plot"
17203   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17204   algorithm: "plot_performance_box"
17205   output-file-type: ".html"
17206   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17207   data: "plot-dpdk-throughput-latency-3n-hsw"
17208   filter: "'NIC_Intel-X710' and
17209            '64B' and
17210            'BASE' and
17211            'NDRPDR' and
17212            '2T2C' and
17213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17214   parameters:
17215   - "throughput"
17216   - "parent"
17217   - "tags"
17218   traces:
17219     hoverinfo: "x+y"
17220     boxpoints: "outliers"
17221     whiskerwidth: 0
17222   layout:
17223     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17224     layout: "plot-throughput"
17225
17226 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17227 -
17228   type: "plot"
17229   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17230   algorithm: "plot_performance_box"
17231   output-file-type: ".html"
17232   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17233   data: "plot-dpdk-throughput-latency-3n-hsw"
17234   filter: "'NIC_Intel-XL710' and
17235            '64B' and
17236            'BASE' and
17237            'NDRPDR' and
17238            '1T1C' and
17239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17240   parameters:
17241   - "throughput"
17242   - "parent"
17243   - "tags"
17244   traces:
17245     hoverinfo: "x+y"
17246     boxpoints: "outliers"
17247     whiskerwidth: 0
17248   layout:
17249     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17250     layout: "plot-throughput"
17251
17252 -
17253   type: "plot"
17254   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17255   algorithm: "plot_performance_box"
17256   output-file-type: ".html"
17257   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17258   data: "plot-dpdk-throughput-latency-3n-hsw"
17259   filter: "'NIC_Intel-XL710' and
17260            '64B' and
17261            'BASE' and
17262            'NDRPDR' and
17263            '2T2C' and
17264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17265   parameters:
17266   - "throughput"
17267   - "parent"
17268   - "tags"
17269   traces:
17270     hoverinfo: "x+y"
17271     boxpoints: "outliers"
17272     whiskerwidth: 0
17273   layout:
17274     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17275     layout: "plot-throughput"
17276
17277 -
17278   type: "plot"
17279   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17280   algorithm: "plot_performance_box"
17281   output-file-type: ".html"
17282   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17283   data: "plot-dpdk-throughput-latency-3n-hsw"
17284   filter: "'NIC_Intel-XL710' and
17285            '64B' and
17286            'BASE' and
17287            'NDRPDR' and
17288            '1T1C' and
17289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17290   parameters:
17291   - "throughput"
17292   - "parent"
17293   - "tags"
17294   traces:
17295     hoverinfo: "x+y"
17296     boxpoints: "outliers"
17297     whiskerwidth: 0
17298   layout:
17299     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17300     layout: "plot-throughput"
17301
17302 -
17303   type: "plot"
17304   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17305   algorithm: "plot_performance_box"
17306   output-file-type: ".html"
17307   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17308   data: "plot-dpdk-throughput-latency-3n-hsw"
17309   filter: "'NIC_Intel-XL710' and
17310            '64B' and
17311            'BASE' and
17312            'NDRPDR' and
17313            '2T2C' and
17314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17315   parameters:
17316   - "throughput"
17317   - "parent"
17318   - "tags"
17319   traces:
17320     hoverinfo: "x+y"
17321     boxpoints: "outliers"
17322     whiskerwidth: 0
17323   layout:
17324     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17325     layout: "plot-throughput"
17326
17327 # Packet Throughput - DPDK testpmd 3n-skx-x710
17328 -
17329   type: "plot"
17330   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17331   algorithm: "plot_performance_box"
17332   output-file-type: ".html"
17333   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17334   data: "plot-dpdk-throughput-latency-3n-skx"
17335   filter: "'NIC_Intel-X710' and
17336            '64B' and
17337            'BASE' and
17338            'NDRPDR' and
17339            '2T1C' and
17340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17341   parameters:
17342   - "throughput"
17343   - "parent"
17344   - "tags"
17345   traces:
17346     hoverinfo: "x+y"
17347     boxpoints: "outliers"
17348     whiskerwidth: 0
17349   layout:
17350     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17351     layout: "plot-throughput"
17352
17353 -
17354   type: "plot"
17355   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17356   algorithm: "plot_performance_box"
17357   output-file-type: ".html"
17358   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17359   data: "plot-dpdk-throughput-latency-3n-skx"
17360   filter: "'NIC_Intel-X710' and
17361            '64B' and
17362            'BASE' and
17363            'NDRPDR' and
17364            '4T2C' and
17365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17366   parameters:
17367   - "throughput"
17368   - "parent"
17369   - "tags"
17370   traces:
17371     hoverinfo: "x+y"
17372     boxpoints: "outliers"
17373     whiskerwidth: 0
17374   layout:
17375     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17376     layout: "plot-throughput"
17377
17378 -
17379   type: "plot"
17380   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17381   algorithm: "plot_performance_box"
17382   output-file-type: ".html"
17383   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17384   data: "plot-dpdk-throughput-latency-3n-skx"
17385   filter: "'NIC_Intel-X710' and
17386            '64B' and
17387            'BASE' and
17388            'NDRPDR' and
17389            '2T1C' and
17390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17391   parameters:
17392   - "throughput"
17393   - "parent"
17394   - "tags"
17395   traces:
17396     hoverinfo: "x+y"
17397     boxpoints: "outliers"
17398     whiskerwidth: 0
17399   layout:
17400     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17401     layout: "plot-throughput"
17402
17403 -
17404   type: "plot"
17405   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17406   algorithm: "plot_performance_box"
17407   output-file-type: ".html"
17408   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17409   data: "plot-dpdk-throughput-latency-3n-skx"
17410   filter: "'NIC_Intel-X710' and
17411            '64B' and
17412            'BASE' and
17413            'NDRPDR' and
17414            '4T2C' and
17415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17416   parameters:
17417   - "throughput"
17418   - "parent"
17419   - "tags"
17420   traces:
17421     hoverinfo: "x+y"
17422     boxpoints: "outliers"
17423     whiskerwidth: 0
17424   layout:
17425     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17426     layout: "plot-throughput"
17427
17428 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17429 -
17430   type: "plot"
17431   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17432   algorithm: "plot_performance_box"
17433   output-file-type: ".html"
17434   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17435   data: "plot-dpdk-throughput-latency-3n-skx"
17436   filter: "'NIC_Intel-XXV710' and
17437            '64B' and
17438            'BASE' and
17439            'NDRPDR' and
17440            '2T1C' and
17441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17442   parameters:
17443   - "throughput"
17444   - "parent"
17445   - "tags"
17446   traces:
17447     hoverinfo: "x+y"
17448     boxpoints: "outliers"
17449     whiskerwidth: 0
17450   layout:
17451     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17452     layout: "plot-throughput"
17453
17454 -
17455   type: "plot"
17456   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17457   algorithm: "plot_performance_box"
17458   output-file-type: ".html"
17459   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17460   data: "plot-dpdk-throughput-latency-3n-skx"
17461   filter: "'NIC_Intel-XXV710' and
17462            '64B' and
17463            'BASE' and
17464            'NDRPDR' and
17465            '4T2C' and
17466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17467   parameters:
17468   - "throughput"
17469   - "parent"
17470   - "tags"
17471   traces:
17472     hoverinfo: "x+y"
17473     boxpoints: "outliers"
17474     whiskerwidth: 0
17475   layout:
17476     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17477     layout: "plot-throughput"
17478
17479 -
17480   type: "plot"
17481   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17482   algorithm: "plot_performance_box"
17483   output-file-type: ".html"
17484   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17485   data: "plot-dpdk-throughput-latency-3n-skx"
17486   filter: "'NIC_Intel-XXV710' and
17487            '64B' and
17488            'BASE' and
17489            'NDRPDR' and
17490            '2T1C' and
17491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17492   parameters:
17493   - "throughput"
17494   - "parent"
17495   - "tags"
17496   traces:
17497     hoverinfo: "x+y"
17498     boxpoints: "outliers"
17499     whiskerwidth: 0
17500   layout:
17501     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17502     layout: "plot-throughput"
17503
17504 -
17505   type: "plot"
17506   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17507   algorithm: "plot_performance_box"
17508   output-file-type: ".html"
17509   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17510   data: "plot-dpdk-throughput-latency-3n-skx"
17511   filter: "'NIC_Intel-XXV710' and
17512            '64B' and
17513            'BASE' and
17514            'NDRPDR' and
17515            '4T2C' and
17516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17517   parameters:
17518   - "throughput"
17519   - "parent"
17520   - "tags"
17521   traces:
17522     hoverinfo: "x+y"
17523     boxpoints: "outliers"
17524     whiskerwidth: 0
17525   layout:
17526     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17527     layout: "plot-throughput"
17528
17529 # Packet Throughput - DPDK testpmd 2n-skx-x710
17530 -
17531   type: "plot"
17532   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17533   algorithm: "plot_performance_box"
17534   output-file-type: ".html"
17535   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17536   data: "plot-dpdk-throughput-latency-2n-skx"
17537   filter: "'NIC_Intel-X710' and
17538            '64B' and
17539            'BASE' and
17540            'NDRPDR' and
17541            '2T1C' and
17542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17543   parameters:
17544   - "throughput"
17545   - "parent"
17546   - "tags"
17547   traces:
17548     hoverinfo: "x+y"
17549     boxpoints: "outliers"
17550     whiskerwidth: 0
17551   layout:
17552     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17553     layout: "plot-throughput"
17554
17555 -
17556   type: "plot"
17557   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17558   algorithm: "plot_performance_box"
17559   output-file-type: ".html"
17560   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17561   data: "plot-dpdk-throughput-latency-2n-skx"
17562   filter: "'NIC_Intel-X710' and
17563            '64B' and
17564            'BASE' and
17565            'NDRPDR' and
17566            '4T2C' and
17567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17568   parameters:
17569   - "throughput"
17570   - "parent"
17571   - "tags"
17572   traces:
17573     hoverinfo: "x+y"
17574     boxpoints: "outliers"
17575     whiskerwidth: 0
17576   layout:
17577     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17578     layout: "plot-throughput"
17579
17580 -
17581   type: "plot"
17582   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17583   algorithm: "plot_performance_box"
17584   output-file-type: ".html"
17585   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17586   data: "plot-dpdk-throughput-latency-2n-skx"
17587   filter: "'NIC_Intel-X710' and
17588            '64B' and
17589            'BASE' and
17590            'NDRPDR' and
17591            '2T1C' and
17592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17593   parameters:
17594   - "throughput"
17595   - "parent"
17596   - "tags"
17597   traces:
17598     hoverinfo: "x+y"
17599     boxpoints: "outliers"
17600     whiskerwidth: 0
17601   layout:
17602     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17603     layout: "plot-throughput"
17604
17605 -
17606   type: "plot"
17607   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17608   algorithm: "plot_performance_box"
17609   output-file-type: ".html"
17610   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17611   data: "plot-dpdk-throughput-latency-2n-skx"
17612   filter: "'NIC_Intel-X710' and
17613            '64B' and
17614            'BASE' and
17615            'NDRPDR' and
17616            '4T2C' and
17617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17618   parameters:
17619   - "throughput"
17620   - "parent"
17621   - "tags"
17622   traces:
17623     hoverinfo: "x+y"
17624     boxpoints: "outliers"
17625     whiskerwidth: 0
17626   layout:
17627     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17628     layout: "plot-throughput"
17629
17630 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17631 -
17632   type: "plot"
17633   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17634   algorithm: "plot_performance_box"
17635   output-file-type: ".html"
17636   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17637   data: "plot-dpdk-throughput-latency-2n-skx"
17638   filter: "'NIC_Intel-XXV710' and
17639            '64B' and
17640            'BASE' and
17641            'NDRPDR' and
17642            '2T1C' and
17643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17644   parameters:
17645   - "throughput"
17646   - "parent"
17647   - "tags"
17648   traces:
17649     hoverinfo: "x+y"
17650     boxpoints: "outliers"
17651     whiskerwidth: 0
17652   layout:
17653     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17654     layout: "plot-throughput"
17655
17656 -
17657   type: "plot"
17658   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17659   algorithm: "plot_performance_box"
17660   output-file-type: ".html"
17661   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17662   data: "plot-dpdk-throughput-latency-2n-skx"
17663   filter: "'NIC_Intel-XXV710' and
17664            '64B' and
17665            'BASE' and
17666            'NDRPDR' and
17667            '4T2C' and
17668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17669   parameters:
17670   - "throughput"
17671   - "parent"
17672   - "tags"
17673   traces:
17674     hoverinfo: "x+y"
17675     boxpoints: "outliers"
17676     whiskerwidth: 0
17677   layout:
17678     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17679     layout: "plot-throughput"
17680
17681 -
17682   type: "plot"
17683   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17684   algorithm: "plot_performance_box"
17685   output-file-type: ".html"
17686   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17687   data: "plot-dpdk-throughput-latency-2n-skx"
17688   filter: "'NIC_Intel-XXV710' and
17689            '64B' and
17690            'BASE' and
17691            'NDRPDR' and
17692            '2T1C' and
17693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17694   parameters:
17695   - "throughput"
17696   - "parent"
17697   - "tags"
17698   traces:
17699     hoverinfo: "x+y"
17700     boxpoints: "outliers"
17701     whiskerwidth: 0
17702   layout:
17703     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17704     layout: "plot-throughput"
17705
17706 -
17707   type: "plot"
17708   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17709   algorithm: "plot_performance_box"
17710   output-file-type: ".html"
17711   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17712   data: "plot-dpdk-throughput-latency-2n-skx"
17713   filter: "'NIC_Intel-XXV710' and
17714            '64B' and
17715            'BASE' and
17716            'NDRPDR' and
17717            '4T2C' and
17718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17719   parameters:
17720   - "throughput"
17721   - "parent"
17722   - "tags"
17723   traces:
17724     hoverinfo: "x+y"
17725     boxpoints: "outliers"
17726     whiskerwidth: 0
17727   layout:
17728     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17729     layout: "plot-throughput"
17730
17731 ################################################################################
17732
17733 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17734 -
17735   type: "plot"
17736   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17737   algorithm: "plot_latency_error_bars"
17738   output-file-type: ".html"
17739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17740   data: "plot-vpp-throughput-latency-3n-hsw"
17741   filter: "'NIC_Intel-X520-DA2' and
17742            '64B' and
17743            ('BASE' or 'SCALE') and
17744            'NDRPDR' and
17745            'ETH' and
17746            '1T1C' and
17747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17748            not 'VHOST' and
17749            not 'MEMIF'"
17750   parameters:
17751   - "latency"
17752   - "parent"
17753   - "tags"
17754   sort:
17755   - "L2XCFWD"
17756   - "L2PATCH"
17757   - "L2BDMACLRN"
17758   - "FIB_10K"
17759   - "FIB_100K"
17760   - "FIB_1M"
17761   layout:
17762     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17763     layout: "plot-latency"
17764
17765 -
17766   type: "plot"
17767   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17768   algorithm: "plot_latency_error_bars"
17769   output-file-type: ".html"
17770   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17771   data: "plot-vpp-throughput-latency-3n-hsw"
17772   filter: "'NIC_Intel-X520-DA2' and
17773            '64B' and
17774            ('BASE' or 'SCALE') and
17775            'NDRPDR' and
17776            'ETH' and
17777            '2T2C' and
17778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17779            not 'VHOST' and
17780            not 'MEMIF'"
17781   parameters:
17782   - "latency"
17783   - "parent"
17784   - "tags"
17785   sort:
17786   - "L2XCFWD"
17787   - "L2PATCH"
17788   - "L2BDMACLRN"
17789   - "FIB_10K"
17790   - "FIB_100K"
17791   - "FIB_1M"
17792   layout:
17793     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17794     layout: "plot-latency"
17795
17796 # Packet Latency - VPP L2 3n-hsw-x520 features
17797 -
17798   type: "plot"
17799   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17800   algorithm: "plot_latency_error_bars"
17801   output-file-type: ".html"
17802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17803   data: "plot-vpp-throughput-latency-3n-hsw"
17804   filter: "'NIC_Intel-X520-DA2' and
17805            '64B' and
17806            'NDRPDR' and
17807            '1T1C' and
17808            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17809            not 'ACL' and
17810            not 'VHOST' and
17811            not 'MEMIF'"
17812   parameters:
17813   - "latency"
17814   - "parent"
17815   - "tags"
17816   sort:
17817   - "L2XCBASE"    # l2xcbase
17818   - "L2BDBASE"    # l2bdbase
17819   - "L2XCFWD"     # dot1q-l2xcbase
17820   - "L2BDMACLRN"  # dot1q-l2bdbase
17821   layout:
17822     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17823     layout: "plot-latency"
17824
17825 -
17826   type: "plot"
17827   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17828   algorithm: "plot_latency_error_bars"
17829   output-file-type: ".html"
17830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17831   data: "plot-vpp-throughput-latency-3n-hsw"
17832   filter: "'NIC_Intel-X520-DA2' and
17833            '64B' and
17834            'NDRPDR' and
17835            '2T2C' and
17836            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17837            not 'ACL' and
17838            not 'VHOST' and
17839            not 'MEMIF'"
17840   parameters:
17841   - "latency"
17842   - "parent"
17843   - "tags"
17844   sort:
17845   - "L2XCBASE"    # l2xcbase
17846   - "L2BDBASE"    # l2bdbase
17847   - "L2XCFWD"     # dot1q-l2xcbase
17848   - "L2BDMACLRN"  # dot1q-l2bdbase
17849   layout:
17850     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17851     layout: "plot-latency"
17852
17853 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17854 -
17855   type: "plot"
17856   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17857   algorithm: "plot_latency_error_bars"
17858   output-file-type: ".html"
17859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17860   data: "plot-vpp-throughput-latency-3n-hsw"
17861   filter: "'NIC_Intel-X710' and
17862            '64B' and
17863            ('BASE' or 'SCALE') and
17864            'NDRPDR' and
17865            'ETH' and
17866            '1T1C' and
17867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17868            not 'VHOST' and
17869            not 'MEMIF'"
17870   parameters:
17871   - "latency"
17872   - "parent"
17873   - "tags"
17874   sort:
17875   - "L2PATCH"
17876   - "L2XCBASE"
17877   - "BASE"
17878   - "FIB_10K"
17879   - "FIB_100K"
17880   - "FIB_1M"
17881   layout:
17882     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17883     layout: "plot-latency"
17884
17885 -
17886   type: "plot"
17887   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17888   algorithm: "plot_latency_error_bars"
17889   output-file-type: ".html"
17890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17891   data: "plot-vpp-throughput-latency-3n-hsw"
17892   filter: "'NIC_Intel-X710' and
17893            '64B' and
17894            ('BASE' or 'SCALE') and
17895            'NDRPDR' and
17896            'ETH' and
17897            '2T2C' and
17898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17899            not 'VHOST' and
17900            not 'MEMIF'"
17901   parameters:
17902   - "latency"
17903   - "parent"
17904   - "tags"
17905   sort:
17906   - "L2PATCH"
17907   - "L2XCBASE"
17908   - "BASE"
17909   - "FIB_10K"
17910   - "FIB_100K"
17911   - "FIB_1M"
17912   layout:
17913     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17914     layout: "plot-latency"
17915
17916 # Packet Latency - VPP L2 3n-hsw-x710 features
17917 -
17918   type: "plot"
17919   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17920   algorithm: "plot_latency_error_bars"
17921   output-file-type: ".html"
17922   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17923   data: "plot-vpp-throughput-latency-3n-hsw"
17924   filter: "'NIC_Intel-X710' and
17925            '64B' and
17926            'NDRPDR' and
17927            '1T1C' and
17928            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17929            not 'ACL' and
17930            not 'VHOST' and
17931            not 'MEMIF'"
17932   parameters:
17933   - "latency"
17934   - "parent"
17935   - "tags"
17936   sort:
17937   - "L2XCBASE"    # l2xcbase
17938   - "L2BDBASE"    # l2bdbase
17939   - "L2XCFWD"     # dot1q-l2xcbase
17940   - "L2BDMACLRN"  # dot1q-l2bdbase
17941   layout:
17942     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17943     layout: "plot-latency"
17944
17945 -
17946   type: "plot"
17947   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17948   algorithm: "plot_latency_error_bars"
17949   output-file-type: ".html"
17950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17951   data: "plot-vpp-throughput-latency-3n-hsw"
17952   filter: "'NIC_Intel-X710' and
17953            '64B' and
17954            'NDRPDR' and
17955            '2T2C' and
17956            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17957            not 'ACL' and
17958            not 'VHOST' and
17959            not 'MEMIF'"
17960   parameters:
17961   - "latency"
17962   - "parent"
17963   - "tags"
17964   sort:
17965   - "L2XCBASE"    # l2xcbase
17966   - "L2BDBASE"    # l2bdbase
17967   - "L2XCFWD"     # dot1q-l2xcbase
17968   - "L2BDMACLRN"  # dot1q-l2bdbase
17969   layout:
17970     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17971     layout: "plot-latency"
17972
17973 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17974 -
17975   type: "plot"
17976   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17977   algorithm: "plot_latency_error_bars"
17978   output-file-type: ".html"
17979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17980   data: "plot-vpp-throughput-latency-3n-hsw"
17981   filter: "'NIC_Intel-XL710' and
17982            '64B' and
17983            ('BASE' or 'SCALE') and
17984            'NDRPDR' and
17985            'ETH' and
17986            '1T1C' and
17987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17988            not 'VHOST' and
17989            not 'MEMIF'"
17990   parameters:
17991   - "latency"
17992   - "parent"
17993   - "tags"
17994   sort:
17995   - "L2PATCH"
17996   - "L2XCBASE"
17997   - "BASE"
17998   - "FIB_10K"
17999   - "FIB_100K"
18000   - "FIB_1M"
18001   layout:
18002     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18003     layout: "plot-latency"
18004
18005 -
18006   type: "plot"
18007   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18008   algorithm: "plot_latency_error_bars"
18009   output-file-type: ".html"
18010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18011   data: "plot-vpp-throughput-latency-3n-hsw"
18012   filter: "'NIC_Intel-XL710' and
18013            '64B' and
18014            ('BASE' or 'SCALE') and
18015            'NDRPDR' and
18016            'ETH' and
18017            '2T2C' and
18018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18019            not 'VHOST' and
18020            not 'MEMIF'"
18021   parameters:
18022   - "latency"
18023   - "parent"
18024   - "tags"
18025   sort:
18026   - "L2PATCH"
18027   - "L2XCBASE"
18028   - "BASE"
18029   - "FIB_10K"
18030   - "FIB_100K"
18031   - "FIB_1M"
18032   layout:
18033     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18034     layout: "plot-latency"
18035
18036 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18037 -
18038   type: "plot"
18039   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18040   algorithm: "plot_latency_error_bars"
18041   output-file-type: ".html"
18042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18043   data: "plot-vpp-throughput-latency-3n-skx"
18044   filter: "'NIC_Intel-X710' and
18045            '64B' and
18046            ('BASE' or 'SCALE') and
18047            'NDRPDR' and
18048            'ETH' and
18049            '2T1C' and
18050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18051            not 'VHOST' and
18052            not 'MEMIF' and
18053            not 'DRV_AVF'"
18054   parameters:
18055   - "latency"
18056   - "parent"
18057   - "tags"
18058   sort:
18059   - "L2PATCH"
18060   - "L2XCBASE"
18061   - "BASE"
18062   - "FIB_10K"
18063   - "FIB_100K"
18064   - "FIB_1M"
18065   layout:
18066     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18067     layout: "plot-latency"
18068
18069 -
18070   type: "plot"
18071   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18072   algorithm: "plot_latency_error_bars"
18073   output-file-type: ".html"
18074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18075   data: "plot-vpp-throughput-latency-3n-skx"
18076   filter: "'NIC_Intel-X710' and
18077            '64B' and
18078            ('BASE' or 'SCALE') and
18079            'NDRPDR' and
18080            'ETH' and
18081            '4T2C' and
18082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18083            not 'VHOST' and
18084            not 'MEMIF' and
18085            not 'DRV_AVF'"
18086   parameters:
18087   - "latency"
18088   - "parent"
18089   - "tags"
18090   sort:
18091   - "L2PATCH"
18092   - "L2XCBASE"
18093   - "BASE"
18094   - "FIB_10K"
18095   - "FIB_100K"
18096   - "FIB_1M"
18097   layout:
18098     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18099     layout: "plot-latency"
18100
18101 # Packet Latency - VPP L2 3n-skx-x710 features
18102 -
18103   type: "plot"
18104   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18105   algorithm: "plot_latency_error_bars"
18106   output-file-type: ".html"
18107   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18108   data: "plot-vpp-throughput-latency-3n-skx"
18109   filter: "'NIC_Intel-X710' and
18110            '64B' and
18111            'NDRPDR' and
18112            '2T1C' and
18113            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18114            not 'ACL' and
18115            not 'VHOST' and
18116            not 'MEMIF'"
18117   parameters:
18118   - "latency"
18119   - "parent"
18120   - "tags"
18121   sort:
18122   - "L2XCBASE"    # l2xcbase
18123   - "L2BDBASE"    # l2bdbase
18124   - "L2XCFWD"     # dot1q-l2xcbase
18125   - "L2BDMACLRN"  # dot1q-l2bdbase
18126   layout:
18127     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18128     layout: "plot-latency"
18129
18130 -
18131   type: "plot"
18132   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18133   algorithm: "plot_latency_error_bars"
18134   output-file-type: ".html"
18135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18136   data: "plot-vpp-throughput-latency-3n-skx"
18137   filter: "'NIC_Intel-X710' and
18138            '64B' and
18139            'NDRPDR' and
18140            '4T2C' and
18141            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18142            not 'ACL' and
18143            not 'VHOST' and
18144            not 'MEMIF'"
18145   parameters:
18146   - "latency"
18147   - "parent"
18148   - "tags"
18149   sort:
18150   - "L2XCBASE"    # l2xcbase
18151   - "L2BDBASE"    # l2bdbase
18152   - "L2XCFWD"     # dot1q-l2xcbase
18153   - "L2BDMACLRN"  # dot1q-l2bdbase
18154   layout:
18155     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18156     layout: "plot-latency"
18157
18158 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18159 -
18160   type: "plot"
18161   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18162   algorithm: "plot_latency_error_bars"
18163   output-file-type: ".html"
18164   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18165   data: "plot-vpp-throughput-latency-3n-skx"
18166   filter: "'NIC_Intel-XXV710' and
18167            '64B' and
18168            ('BASE' or 'SCALE') and
18169            'NDRPDR' and
18170            'ETH' and
18171            '2T1C' and
18172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18173            not 'VHOST' and
18174            not 'MEMIF' and
18175            not 'DRV_AVF'"
18176   parameters:
18177   - "latency"
18178   - "parent"
18179   - "tags"
18180   sort:
18181   - "L2PATCH"
18182   - "L2XCBASE"
18183   - "BASE"
18184   - "FIB_10K"
18185   - "FIB_100K"
18186   - "FIB_1M"
18187   layout:
18188     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18189     layout: "plot-latency"
18190
18191 -
18192   type: "plot"
18193   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18194   algorithm: "plot_latency_error_bars"
18195   output-file-type: ".html"
18196   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18197   data: "plot-vpp-throughput-latency-3n-skx"
18198   filter: "'NIC_Intel-XXV710' and
18199            '64B' and
18200            ('BASE' or 'SCALE') and
18201            'NDRPDR' and
18202            'ETH' and
18203            '4T2C' and
18204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18205            not 'VHOST' and
18206            not 'MEMIF' and
18207            not 'DRV_AVF'"
18208   parameters:
18209   - "latency"
18210   - "parent"
18211   - "tags"
18212   sort:
18213   - "L2PATCH"
18214   - "L2XCBASE"
18215   - "BASE"
18216   - "FIB_10K"
18217   - "FIB_100K"
18218   - "FIB_1M"
18219   layout:
18220     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18221     layout: "plot-latency"
18222
18223 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18224 -
18225   type: "plot"
18226   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18227   algorithm: "plot_latency_error_bars"
18228   output-file-type: ".html"
18229   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18230   data: "plot-vpp-throughput-latency-2n-skx"
18231   filter: "'NIC_Intel-X710' and
18232            '64B' and
18233            'ETH' and
18234            ('BASE' or 'SCALE') and
18235            'NDRPDR' and
18236            '2T1C' and
18237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18238            not 'VHOST' and
18239            not 'MEMIF'"
18240   parameters:
18241   - "latency"
18242   - "parent"
18243   - "tags"
18244   sort:
18245   - "L2PATCH"
18246   - "L2XCBASE"
18247   - "BASE"
18248   - "FIB_10K"
18249   - "FIB_100K"
18250   - "FIB_1M"
18251   layout:
18252     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18253     layout: "plot-latency"
18254
18255 -
18256   type: "plot"
18257   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18258   algorithm: "plot_latency_error_bars"
18259   output-file-type: ".html"
18260   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18261   data: "plot-vpp-throughput-latency-2n-skx"
18262   filter: "'NIC_Intel-X710' and
18263            '64B' and
18264            ('BASE' or 'SCALE') and
18265            'NDRPDR' and
18266            'ETH' and
18267            '4T2C' and
18268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18269            not 'VHOST' and
18270            not 'MEMIF'"
18271   parameters:
18272   - "latency"
18273   - "parent"
18274   - "tags"
18275   sort:
18276   - "L2PATCH"
18277   - "L2XCBASE"
18278   - "BASE"
18279   - "FIB_10K"
18280   - "FIB_100K"
18281   - "FIB_1M"
18282   layout:
18283     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18284     layout: "plot-latency"
18285
18286 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18287 -
18288   type: "plot"
18289   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18290   algorithm: "plot_latency_error_bars"
18291   output-file-type: ".html"
18292   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18293   data: "plot-vpp-throughput-latency-2n-skx"
18294   filter: "'NIC_Intel-XXV710' and
18295            '64B' and
18296            ('BASE' or 'SCALE') and
18297            'NDRPDR' and
18298            'ETH' and
18299            '2T1C' and
18300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18301            not 'VHOST' and
18302            not 'MEMIF'"
18303   parameters:
18304   - "latency"
18305   - "parent"
18306   - "tags"
18307   sort:
18308   - "L2PATCH"
18309   - "L2XCBASE"
18310   - "BASE"
18311   - "FIB_10K"
18312   - "FIB_100K"
18313   - "FIB_1M"
18314   layout:
18315     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18316     layout: "plot-latency"
18317
18318 -
18319   type: "plot"
18320   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18321   algorithm: "plot_latency_error_bars"
18322   output-file-type: ".html"
18323   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18324   data: "plot-vpp-throughput-latency-2n-skx"
18325   filter: "'NIC_Intel-XXV710' and
18326            '64B' and
18327            ('BASE' or 'SCALE') and
18328            'NDRPDR' and
18329            'ETH' and
18330            '4T2C' and
18331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18332            not 'VHOST' and
18333            not 'MEMIF'"
18334   parameters:
18335   - "latency"
18336   - "parent"
18337   - "tags"
18338   sort:
18339   - "L2PATCH"
18340   - "L2XCBASE"
18341   - "BASE"
18342   - "FIB_10K"
18343   - "FIB_100K"
18344   - "FIB_1M"
18345   layout:
18346     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18347     layout: "plot-latency"
18348
18349 ################################################################################
18350
18351 # Packet Latency - VPP Container Memif 3n-hsw-x520
18352 -
18353   type: "plot"
18354   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18355   algorithm: "plot_latency_error_bars"
18356   output-file-type: ".html"
18357   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18358   data: "plot-vpp-throughput-latency-3n-hsw"
18359   filter: "'NIC_Intel-X520-DA2' and
18360            '64B' and
18361            ('BASE' or 'SCALE') and
18362            'NDRPDR' and
18363            '1T1C' and
18364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18365            not 'VHOST' and
18366            'MEMIF'"
18367   parameters:
18368   - "latency"
18369   - "parent"
18370   - "tags"
18371   sort:
18372   - "L2XCFWD"
18373   - "L2XCFWD"
18374   - "L2XCFWD"
18375   - "L2BDMACLRN"
18376   - "L2BDMACLRN"
18377   - "L2BDMACLRN"
18378   layout:
18379     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18380     layout: "plot-latency"
18381
18382 -
18383   type: "plot"
18384   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18385   algorithm: "plot_latency_error_bars"
18386   output-file-type: ".html"
18387   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18388   data: "plot-vpp-throughput-latency-3n-hsw"
18389   filter: "'NIC_Intel-X520-DA2' and
18390            '64B' and
18391            ('BASE' or 'SCALE') and
18392            'NDRPDR' and
18393            '2T2C' and
18394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18395            not 'VHOST' and
18396            'MEMIF'"
18397   parameters:
18398   - "latency"
18399   - "parent"
18400   - "tags"
18401   sort:
18402   - "L2XCFWD"
18403   - "L2XCFWD"
18404   - "L2XCFWD"
18405   - "L2BDMACLRN"
18406   - "L2BDMACLRN"
18407   - "L2BDMACLRN"
18408   layout:
18409     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18410     layout: "plot-latency"
18411
18412 # Packet Latency - VPP Container Memif 3n-hsw-x710
18413 -
18414   type: "plot"
18415   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18416   algorithm: "plot_latency_error_bars"
18417   output-file-type: ".html"
18418   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18419   data: "plot-vpp-throughput-latency-3n-hsw"
18420   filter: "'NIC_Intel-X710' and
18421            '64B' and
18422            ('BASE' or 'SCALE') and
18423            'NDRPDR' and
18424            '1T1C' and
18425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18426            not 'VHOST' and
18427            'MEMIF'"
18428   parameters:
18429   - "latency"
18430   - "parent"
18431   - "tags"
18432   sort:
18433   - "L2XCFWD"
18434   - "L2XCFWD"
18435   - "L2XCFWD"
18436   - "L2BDMACLRN"
18437   - "L2BDMACLRN"
18438   - "L2BDMACLRN"
18439   layout:
18440     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18441     layout: "plot-latency"
18442
18443 -
18444   type: "plot"
18445   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18446   algorithm: "plot_latency_error_bars"
18447   output-file-type: ".html"
18448   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18449   data: "plot-vpp-throughput-latency-3n-hsw"
18450   filter: "'NIC_Intel-X710' and
18451            '64B' and
18452            ('BASE' or 'SCALE') and
18453            'NDRPDR' and
18454            '2T2C' and
18455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18456            not 'VHOST' and
18457            'MEMIF'"
18458   parameters:
18459   - "latency"
18460   - "parent"
18461   - "tags"
18462   sort:
18463   - "L2XCFWD"
18464   - "L2XCFWD"
18465   - "L2XCFWD"
18466   - "L2BDMACLRN"
18467   - "L2BDMACLRN"
18468   - "L2BDMACLRN"
18469   layout:
18470     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18471     layout: "plot-latency"
18472
18473 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18474 -
18475   type: "plot"
18476   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18477   algorithm: "plot_latency_error_bars"
18478   output-file-type: ".html"
18479   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18480   data: "plot-vpp-throughput-latency-3n-hsw"
18481   filter: "'NIC_Intel-XL710' and
18482            '64B' and
18483            ('BASE' or 'SCALE') and
18484            'NDRPDR' and
18485            '1T1C' and
18486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18487            not 'VHOST' and
18488            'MEMIF'"
18489   parameters:
18490   - "latency"
18491   - "parent"
18492   - "tags"
18493   sort:
18494   - "L2XCFWD"
18495   - "L2XCFWD"
18496   - "L2XCFWD"
18497   - "L2BDMACLRN"
18498   - "L2BDMACLRN"
18499   - "L2BDMACLRN"
18500   layout:
18501     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18502     layout: "plot-latency"
18503
18504 -
18505   type: "plot"
18506   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18507   algorithm: "plot_latency_error_bars"
18508   output-file-type: ".html"
18509   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18510   data: "plot-vpp-throughput-latency-3n-hsw"
18511   filter: "'NIC_Intel-XL710' and
18512            '64B' and
18513            ('BASE' or 'SCALE') and
18514            'NDRPDR' and
18515            '2T2C' and
18516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18517            not 'VHOST' and
18518            'MEMIF'"
18519   parameters:
18520   - "latency"
18521   - "parent"
18522   - "tags"
18523   sort:
18524   - "L2XCFWD"
18525   - "L2XCFWD"
18526   - "L2XCFWD"
18527   - "L2BDMACLRN"
18528   - "L2BDMACLRN"
18529   - "L2BDMACLRN"
18530   layout:
18531     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18532     layout: "plot-latency"
18533
18534 # Packet Latency - VPP Container Memif 3n-skx-x710
18535 -
18536   type: "plot"
18537   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18538   algorithm: "plot_latency_error_bars"
18539   output-file-type: ".html"
18540   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18541   data: "plot-vpp-throughput-latency-3n-skx"
18542   filter: "'NIC_Intel-X710' and
18543            '64B' and
18544            ('BASE' or 'SCALE') and
18545            'NDRPDR' and
18546            '2T1C' and
18547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18548            not 'VHOST' and
18549            'MEMIF'"
18550   parameters:
18551   - "latency"
18552   - "parent"
18553   - "tags"
18554   sort:
18555   - "L2XCFWD"
18556   - "L2XCFWD"
18557   - "L2XCFWD"
18558   - "L2BDMACLRN"
18559   - "L2BDMACLRN"
18560   - "L2BDMACLRN"
18561   layout:
18562     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18563     layout: "plot-latency"
18564
18565 -
18566   type: "plot"
18567   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18568   algorithm: "plot_latency_error_bars"
18569   output-file-type: ".html"
18570   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18571   data: "plot-vpp-throughput-latency-3n-skx"
18572   filter: "'NIC_Intel-X710' and
18573            '64B' and
18574            ('BASE' or 'SCALE') and
18575            'NDRPDR' and
18576            '4T2C' and
18577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18578            not 'VHOST' and
18579            'MEMIF'"
18580   parameters:
18581   - "latency"
18582   - "parent"
18583   - "tags"
18584   sort:
18585   - "L2XCFWD"
18586   - "L2XCFWD"
18587   - "L2XCFWD"
18588   - "L2BDMACLRN"
18589   - "L2BDMACLRN"
18590   - "L2BDMACLRN"
18591   layout:
18592     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18593     layout: "plot-latency"
18594
18595 # Packet Latency - VPP Container Memif 2n-skx-x710
18596 -
18597   type: "plot"
18598   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18599   algorithm: "plot_latency_error_bars"
18600   output-file-type: ".html"
18601   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18602   data: "plot-vpp-throughput-latency-2n-skx"
18603   filter: "'NIC_Intel-X710' and
18604            '64B' and
18605            ('BASE' or 'SCALE') and
18606            'NDRPDR' and
18607            '2T1C' and
18608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18609            not 'VHOST' and
18610            'MEMIF'"
18611   parameters:
18612   - "latency"
18613   - "parent"
18614   - "tags"
18615   sort:
18616   - "L2XCFWD"
18617   - "L2XCFWD"
18618   - "L2XCFWD"
18619   - "L2BDMACLRN"
18620   - "L2BDMACLRN"
18621   - "L2BDMACLRN"
18622   layout:
18623     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18624     layout: "plot-latency"
18625
18626 -
18627   type: "plot"
18628   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18629   algorithm: "plot_latency_error_bars"
18630   output-file-type: ".html"
18631   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18632   data: "plot-vpp-throughput-latency-2n-skx"
18633   filter: "'NIC_Intel-X710' and
18634            '64B' and
18635            ('BASE' or 'SCALE') and
18636            'NDRPDR' and
18637            '4T2C' and
18638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18639            not 'VHOST' and
18640            'MEMIF'"
18641   parameters:
18642   - "latency"
18643   - "parent"
18644   - "tags"
18645   sort:
18646   - "L2XCFWD"
18647   - "L2XCFWD"
18648   - "L2XCFWD"
18649   - "L2BDMACLRN"
18650   - "L2BDMACLRN"
18651   - "L2BDMACLRN"
18652   layout:
18653     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18654     layout: "plot-latency"
18655
18656 # Packet Latency - VPP Container Memif 2n-skx-xxv710
18657 -
18658   type: "plot"
18659   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18660   algorithm: "plot_latency_error_bars"
18661   output-file-type: ".html"
18662   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18663   data: "plot-vpp-throughput-latency-2n-skx"
18664   filter: "'NIC_Intel-XXV710' and
18665            '64B' and
18666            ('BASE' or 'SCALE') and
18667            'NDRPDR' and
18668            '2T1C' and
18669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18670            not 'VHOST' and
18671            'MEMIF'"
18672   parameters:
18673   - "latency"
18674   - "parent"
18675   - "tags"
18676   sort:
18677   - "L2XCFWD"
18678   - "L2XCFWD"
18679   - "L2XCFWD"
18680   - "L2BDMACLRN"
18681   - "L2BDMACLRN"
18682   - "L2BDMACLRN"
18683   layout:
18684     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18685     layout: "plot-latency"
18686
18687 -
18688   type: "plot"
18689   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18690   algorithm: "plot_latency_error_bars"
18691   output-file-type: ".html"
18692   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18693   data: "plot-vpp-throughput-latency-2n-skx"
18694   filter: "'NIC_Intel-XXV710' and
18695            '64B' and
18696            ('BASE' or 'SCALE') and
18697            'NDRPDR' and
18698            '4T2C' and
18699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18700            not 'VHOST' and
18701            'MEMIF'"
18702   parameters:
18703   - "latency"
18704   - "parent"
18705   - "tags"
18706   sort:
18707   - "L2XCFWD"
18708   - "L2XCFWD"
18709   - "L2XCFWD"
18710   - "L2BDMACLRN"
18711   - "L2BDMACLRN"
18712   - "L2BDMACLRN"
18713   layout:
18714     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18715     layout: "plot-latency"
18716
18717 ################################################################################
18718
18719 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18720 -
18721   type: "plot"
18722   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18723   algorithm: "plot_latency_error_bars"
18724   output-file-type: ".html"
18725   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18726   data: "plot-ligato-throughput-latency-3n-hsw"
18727   filter: "'NIC_Intel-X520-DA2' and
18728            '64B' and
18729            ('BASE' or 'SCALE') and
18730            'NDRPDR' and
18731            '1T1C' and
18732            'L2XCFWD' and
18733            not 'VHOST' and
18734            'MEMIF'"
18735   parameters:
18736   - "latency"
18737   - "parent"
18738   - "tags"
18739   sort:
18740   - "1VNF"
18741   - "2VNF"
18742   - "4VNF"
18743   - "2VNF"
18744   - "4VNF"
18745   layout:
18746     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18747     layout: "plot-latency"
18748
18749 -
18750   type: "plot"
18751   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18752   algorithm: "plot_latency_error_bars"
18753   output-file-type: ".html"
18754   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18755   data: "plot-ligato-throughput-latency-3n-hsw"
18756   filter: "'NIC_Intel-X520-DA2' and
18757            '64B' and
18758            ('BASE' or 'SCALE') and
18759            'NDRPDR' and
18760            '2T2C' and
18761            'L2XCFWD' and
18762            not 'VHOST' and
18763            'MEMIF'"
18764   parameters:
18765   - "latency"
18766   - "parent"
18767   - "tags"
18768   sort:
18769   - "1VNF"
18770   - "2VNF"
18771   - "4VNF"
18772   - "2VNF"
18773   - "4VNF"
18774   layout:
18775     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18776     layout: "plot-latency"
18777
18778 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18779 -
18780   type: "plot"
18781   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18782   algorithm: "plot_latency_error_bars"
18783   output-file-type: ".html"
18784   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18785   data: "plot-ligato-throughput-latency-3n-hsw"
18786   filter: "'NIC_Intel-X520-DA2' and
18787            '64B' and
18788            ('BASE' or 'SCALE') and
18789            'NDRPDR' and
18790            '1T1C' and
18791            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18792            not 'VHOST' and
18793            'MEMIF'"
18794   parameters:
18795   - "latency"
18796   - "parent"
18797   - "tags"
18798   sort:
18799   - "1VNF"
18800   - "2VNF"
18801   - "4VNF"
18802   - "2VNF"
18803   - "4VNF"
18804   layout:
18805     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18806     layout: "plot-latency"
18807
18808 -
18809   type: "plot"
18810   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18811   algorithm: "plot_latency_error_bars"
18812   output-file-type: ".html"
18813   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18814   data: "plot-ligato-throughput-latency-3n-hsw"
18815   filter: "'NIC_Intel-X520-DA2' and
18816            '64B' and
18817            ('BASE' or 'SCALE') and
18818            'NDRPDR' and
18819            '2T2C' and
18820            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18821            not 'VHOST' and
18822            'MEMIF'"
18823   parameters:
18824   - "latency"
18825   - "parent"
18826   - "tags"
18827   sort:
18828   - "1VNF"
18829   - "2VNF"
18830   - "4VNF"
18831   - "2VNF"
18832   - "4VNF"
18833   layout:
18834     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18835     layout: "plot-latency"
18836
18837 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18838 -
18839   type: "plot"
18840   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18841   algorithm: "plot_latency_error_bars"
18842   output-file-type: ".html"
18843   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18844   data: "plot-ligato-throughput-latency-3n-hsw"
18845   filter: "'NIC_Intel-X710' and
18846            '64B' and
18847            ('BASE' or 'SCALE') and
18848            'NDRPDR' and
18849            '1T1C' and
18850            'L2XCFWD' and
18851            not 'VHOST' and
18852            'MEMIF'"
18853   parameters:
18854   - "latency"
18855   - "parent"
18856   - "tags"
18857   sort:
18858   - "1VNF"
18859   - "2VNF"
18860   - "4VNF"
18861   - "2VNF"
18862   - "4VNF"
18863   layout:
18864     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18865     layout: "plot-latency"
18866
18867 -
18868   type: "plot"
18869   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18870   algorithm: "plot_latency_error_bars"
18871   output-file-type: ".html"
18872   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18873   data: "plot-ligato-throughput-latency-3n-hsw"
18874   filter: "'NIC_Intel-X710' and
18875            '64B' and
18876            ('BASE' or 'SCALE') and
18877            'NDRPDR' and
18878            '2T2C' and
18879            'L2XCFWD' and
18880            not 'VHOST' and
18881            'MEMIF'"
18882   parameters:
18883   - "latency"
18884   - "parent"
18885   - "tags"
18886   sort:
18887   - "1VNF"
18888   - "2VNF"
18889   - "4VNF"
18890   - "2VNF"
18891   - "4VNF"
18892   layout:
18893     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18894     layout: "plot-latency"
18895
18896 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18897 -
18898   type: "plot"
18899   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18900   algorithm: "plot_latency_error_bars"
18901   output-file-type: ".html"
18902   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18903   data: "plot-ligato-throughput-latency-3n-hsw"
18904   filter: "'NIC_Intel-X710' and
18905            '64B' and
18906            ('BASE' or 'SCALE') and
18907            'NDRPDR' and
18908            '1T1C' and
18909            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18910            not 'VHOST' and
18911            'MEMIF'"
18912   parameters:
18913   - "latency"
18914   - "parent"
18915   - "tags"
18916   sort:
18917   - "1VNF"
18918   - "2VNF"
18919   - "4VNF"
18920   - "2VNF"
18921   - "4VNF"
18922   layout:
18923     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18924     layout: "plot-latency"
18925
18926 -
18927   type: "plot"
18928   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18929   algorithm: "plot_latency_error_bars"
18930   output-file-type: ".html"
18931   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18932   data: "plot-ligato-throughput-latency-3n-hsw"
18933   filter: "'NIC_Intel-X710' and
18934            '64B' and
18935            ('BASE' or 'SCALE') and
18936            'NDRPDR' and
18937            '2T2C' and
18938            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18939            not 'VHOST' and
18940            'MEMIF'"
18941   parameters:
18942   - "latency"
18943   - "parent"
18944   - "tags"
18945   sort:
18946   - "1VNF"
18947   - "2VNF"
18948   - "4VNF"
18949   - "2VNF"
18950   - "4VNF"
18951   layout:
18952     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18953     layout: "plot-latency"
18954
18955 ################################################################################
18956
18957 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18958 -
18959   type: "plot"
18960   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18961   algorithm: "plot_latency_error_bars"
18962   output-file-type: ".html"
18963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18964   data: "plot-vpp-throughput-latency-3n-hsw"
18965   filter: "'NIC_Intel-X520-DA2' and
18966            '64B' and
18967            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18968            'NDRPDR' and
18969            '1T1C' and
18970            'IP4FWD' and
18971            not 'IPSEC' and
18972            not 'VHOST'"
18973   parameters:
18974   - "latency"
18975   - "parent"
18976   - "tags"
18977   sort:
18978   - "DOT1Q"
18979   - "IP4BASE"
18980   - "FIB_20k"
18981   - "FIB_200k"
18982   - "FIB_2M"
18983   layout:
18984     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18985     layout: "plot-latency"
18986
18987 -
18988   type: "plot"
18989   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18990   algorithm: "plot_latency_error_bars"
18991   output-file-type: ".html"
18992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18993   data: "plot-vpp-throughput-latency-3n-hsw"
18994   filter: "'NIC_Intel-X520-DA2' and
18995            '64B' and
18996            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18997            'NDRPDR' and
18998            '2T2C' and
18999            'IP4FWD' and
19000            not 'IPSEC' and
19001            not 'VHOST'"
19002   parameters:
19003   - "latency"
19004   - "parent"
19005   - "tags"
19006   sort:
19007   - "DOT1Q"
19008   - "IP4BASE"
19009   - "FIB_20k"
19010   - "FIB_200k"
19011   - "FIB_2M"
19012   layout:
19013     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19014     layout: "plot-latency"
19015
19016 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19017 -
19018   type: "plot"
19019   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19020   algorithm: "plot_latency_error_bars"
19021   output-file-type: ".html"
19022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19023   data: "plot-vpp-throughput-latency-3n-hsw"
19024   filter: "'NIC_Intel-X520-DA2' and
19025            '64B' and
19026            ('IP4BASE' or
19027             'POLICE_MARK' or
19028             'COPWHLIST' or
19029             ('NAT44' and 'BASE') or
19030             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19031            'NDRPDR' and
19032            '1T1C' and
19033            'IP4FWD' and
19034            not 'IPSEC' and
19035            not 'VHOST'"
19036   parameters:
19037   - "latency"
19038   - "parent"
19039   - "tags"
19040   sort:
19041   - "DOT1Q"
19042   - "IP4BASE"
19043   - "NAT44"
19044   - "POLICE_MARK"
19045   - "COPWHLIST"
19046   - "IACL"
19047   - "OACL"
19048   layout:
19049     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19050     layout: "plot-latency"
19051
19052 -
19053   type: "plot"
19054   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19055   algorithm: "plot_latency_error_bars"
19056   output-file-type: ".html"
19057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19058   data: "plot-vpp-throughput-latency-3n-hsw"
19059   filter: "'NIC_Intel-X520-DA2' and
19060            '64B' and
19061            ('IP4BASE' or
19062             'POLICE_MARK' or
19063             'COPWHLIST' or
19064             ('NAT44' and 'BASE') or
19065             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19066            'NDRPDR' and
19067            '2T2C' and
19068            'IP4FWD' and
19069            not 'IPSEC' and
19070            not 'VHOST'"
19071   parameters:
19072   - "latency"
19073   - "parent"
19074   - "tags"
19075   sort:
19076   - "DOT1Q"
19077   - "IP4BASE"
19078   - "NAT44"
19079   - "POLICE_MARK"
19080   - "COPWHLIST"
19081   - "IACL"
19082   - "OACL"
19083   layout:
19084     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19085     layout: "plot-latency"
19086
19087 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19088 -
19089   type: "plot"
19090   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19091   algorithm: "plot_latency_error_bars"
19092   output-file-type: ".html"
19093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19094   data: "plot-vpp-throughput-latency-3n-hsw"
19095   filter: "'NIC_Intel-X520-DA2' and
19096            '64B' and
19097            'NDRPDR' and
19098            '1T1C' and
19099            'IP4FWD' and
19100            'NAT44' and
19101            not 'IPSEC' and
19102            not 'VHOST'"
19103   parameters:
19104   - "latency"
19105   - "parent"
19106   - "tags"
19107   sort:
19108   - "BASE"
19109   - "BASE"
19110   - "SRC_USER_10"
19111   - "SRC_USER_100"
19112   - "SRC_USER_1000"
19113   - "SRC_USER_2000"
19114   layout:
19115     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19116     layout: "plot-latency"
19117
19118 -
19119   type: "plot"
19120   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19121   algorithm: "plot_latency_error_bars"
19122   output-file-type: ".html"
19123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19124   data: "plot-vpp-throughput-latency-3n-hsw"
19125   filter: "'NIC_Intel-X520-DA2' and
19126            '64B' and
19127            'NDRPDR' and
19128            '2T2C' and
19129            'IP4FWD' and
19130            'NAT44' and
19131            not 'IPSEC' and
19132            not 'VHOST'"
19133   parameters:
19134   - "latency"
19135   - "parent"
19136   - "tags"
19137   sort:
19138   - "BASE"
19139   - "BASE"
19140   - "SRC_USER_10"
19141   - "SRC_USER_100"
19142   - "SRC_USER_1000"
19143   - "SRC_USER_2000"
19144   layout:
19145     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19146     layout: "plot-latency"
19147
19148 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19149 -
19150   type: "plot"
19151   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19152   algorithm: "plot_latency_error_bars"
19153   output-file-type: ".html"
19154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19155   data: "plot-vpp-throughput-latency-3n-hsw"
19156   filter: "'NIC_Intel-X520-DA2' and
19157            '64B' and
19158            'NDRPDR' and
19159            '1T1C' and
19160            'IP4FWD' and
19161            'IACL' and
19162            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19163            not 'IPSEC' and
19164            not 'VHOST'"
19165   parameters:
19166   - "latency"
19167   - "parent"
19168   - "tags"
19169   sort:
19170   - "ACL_STATELESS"
19171   - "ACL_STATEFUL"
19172   - "ACL_STATELESS"
19173   - "ACL_STATEFUL"
19174   layout:
19175     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19176     layout: "plot-latency"
19177
19178 -
19179   type: "plot"
19180   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19181   algorithm: "plot_latency_error_bars"
19182   output-file-type: ".html"
19183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19184   data: "plot-vpp-throughput-latency-3n-hsw"
19185   filter: "'NIC_Intel-X520-DA2' and
19186            '64B' and
19187            'NDRPDR' and
19188            '2T2C' and
19189            'IP4FWD' and
19190            'IACL' and
19191            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19192            not 'IPSEC' and
19193            not 'VHOST'"
19194   parameters:
19195   - "latency"
19196   - "parent"
19197   - "tags"
19198   sort:
19199   - "ACL_STATELESS"
19200   - "ACL_STATEFUL"
19201   - "ACL_STATELESS"
19202   - "ACL_STATEFUL"
19203   layout:
19204     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19205     layout: "plot-latency"
19206
19207 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19208 -
19209   type: "plot"
19210   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19211   algorithm: "plot_latency_error_bars"
19212   output-file-type: ".html"
19213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19214   data: "plot-vpp-throughput-latency-3n-hsw"
19215   filter: "'NIC_Intel-X520-DA2' and
19216            '64B' and
19217            'NDRPDR' and
19218            '1T1C' and
19219            'IP4FWD' and
19220            'OACL' and
19221            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19222            not 'IPSEC' and
19223            not 'VHOST'"
19224   parameters:
19225   - "latency"
19226   - "parent"
19227   - "tags"
19228   sort:
19229   - "ACL_STATELESS"
19230   - "ACL_STATEFUL"
19231   - "ACL_STATELESS"
19232   - "ACL_STATEFUL"
19233   layout:
19234     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19235     layout: "plot-latency"
19236
19237 -
19238   type: "plot"
19239   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19240   algorithm: "plot_latency_error_bars"
19241   output-file-type: ".html"
19242   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19243   data: "plot-vpp-throughput-latency-3n-hsw"
19244   filter: "'NIC_Intel-X520-DA2' and
19245            '64B' and
19246            'NDRPDR' and
19247            '2T2C' and
19248            'IP4FWD' and
19249            'OACL' and
19250            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19251            not 'IPSEC' and
19252            not 'VHOST'"
19253   parameters:
19254   - "latency"
19255   - "parent"
19256   - "tags"
19257   sort:
19258   - "ACL_STATELESS"
19259   - "ACL_STATEFUL"
19260   - "ACL_STATELESS"
19261   - "ACL_STATEFUL"
19262   layout:
19263     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19264     layout: "plot-latency"
19265
19266 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19267 -
19268   type: "plot"
19269   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19270   algorithm: "plot_latency_error_bars"
19271   output-file-type: ".html"
19272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19273   data: "plot-vpp-throughput-latency-3n-hsw"
19274   filter: "'NIC_Intel-X710' and
19275            '64B' and
19276            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19277            'NDRPDR' and
19278            '1T1C' and
19279            'IP4FWD' and
19280            not 'IPSEC' and
19281            not 'VHOST'"
19282   parameters:
19283   - "latency"
19284   - "parent"
19285   - "tags"
19286   sort:
19287   - "DOT1Q"
19288   - "IP4BASE"
19289   - "FIB_20K"
19290   - "FIB_200K"
19291   - "FIB_2M"
19292   layout:
19293     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19294     layout: "plot-latency"
19295
19296 -
19297   type: "plot"
19298   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19299   algorithm: "plot_latency_error_bars"
19300   output-file-type: ".html"
19301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19302   data: "plot-vpp-throughput-latency-3n-hsw"
19303   filter: "'NIC_Intel-X710' and
19304            '64B' and
19305            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19306            'NDRPDR' and
19307            '2T2C' and
19308            'IP4FWD' and
19309            not 'IPSEC' and
19310            not 'VHOST'"
19311   parameters:
19312   - "latency"
19313   - "parent"
19314   - "tags"
19315   sort:
19316   - "DOT1Q"
19317   - "IP4BASE"
19318   - "FIB_20K"
19319   - "FIB_200K"
19320   - "FIB_2M"
19321   layout:
19322     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19323     layout: "plot-latency"
19324
19325 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19326 -
19327   type: "plot"
19328   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19329   algorithm: "plot_latency_error_bars"
19330   output-file-type: ".html"
19331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19332   data: "plot-vpp-throughput-latency-3n-hsw"
19333   filter: "'NIC_Intel-X710' and
19334            '64B' and
19335            ('IP4BASE' or
19336             'POLICE_MARK' or
19337             'COPWHLIST' or
19338             ('NAT44' and 'BASE') or
19339             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19340            'NDRPDR' and
19341            '1T1C' and
19342            'IP4FWD' and
19343            not 'IPSEC' and
19344            not 'VHOST'"
19345   parameters:
19346   - "latency"
19347   - "parent"
19348   - "tags"
19349   sort:
19350   - "IP4BASE"
19351   - "NAT44"
19352   - "POLICE_MARK"
19353   - "COPWHLIST"
19354   - "IACL"
19355   - "OACL"
19356   layout:
19357     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19358     layout: "plot-latency"
19359
19360 -
19361   type: "plot"
19362   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19363   algorithm: "plot_latency_error_bars"
19364   output-file-type: ".html"
19365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19366   data: "plot-vpp-throughput-latency-3n-hsw"
19367   filter: "'NIC_Intel-X710' and
19368            '64B' and
19369            ('IP4BASE' or
19370             'POLICE_MARK' or
19371             'COPWHLIST' or
19372             ('NAT44' and 'BASE') or
19373             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19374            'NDRPDR' and
19375            '2T2C' and
19376            'IP4FWD' and
19377            not 'IPSEC' and
19378            not 'VHOST'"
19379   parameters:
19380   - "latency"
19381   - "parent"
19382   - "tags"
19383   sort:
19384   - "IP4BASE"
19385   - "NAT44"
19386   - "POLICE_MARK"
19387   - "COPWHLIST"
19388   - "IACL"
19389   - "OACL"
19390   layout:
19391     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19392     layout: "plot-latency"
19393
19394 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19395 -
19396   type: "plot"
19397   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19398   algorithm: "plot_latency_error_bars"
19399   output-file-type: ".html"
19400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19401   data: "plot-vpp-throughput-latency-3n-hsw"
19402   filter: "'NIC_Intel-X710' and
19403            '64B' and
19404            'NDRPDR' and
19405            '1T1C' and
19406            'IP4FWD' and
19407            'NAT44' and
19408            not 'IPSEC' and
19409            not 'VHOST'"
19410   parameters:
19411   - "latency"
19412   - "parent"
19413   - "tags"
19414   sort:
19415   - "BASE"
19416   - "BASE"
19417   - "SRC_USER_10"
19418   - "SRC_USER_100"
19419   - "SRC_USER_1000"
19420   - "SRC_USER_2000"
19421   layout:
19422     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19423     layout: "plot-latency"
19424
19425 -
19426   type: "plot"
19427   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19428   algorithm: "plot_latency_error_bars"
19429   output-file-type: ".html"
19430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19431   data: "plot-vpp-throughput-latency-3n-hsw"
19432   filter: "'NIC_Intel-X710' and
19433            '64B' and
19434            'NDRPDR' and
19435            '2T2C' and
19436            'IP4FWD' and
19437            'NAT44' and
19438            not 'IPSEC' and
19439            not 'VHOST'"
19440   parameters:
19441   - "latency"
19442   - "parent"
19443   - "tags"
19444   sort:
19445   - "BASE"
19446   - "BASE"
19447   - "SRC_USER_10"
19448   - "SRC_USER_100"
19449   - "SRC_USER_1000"
19450   - "SRC_USER_2000"
19451   layout:
19452     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19453     layout: "plot-latency"
19454
19455 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19456 -
19457   type: "plot"
19458   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19459   algorithm: "plot_latency_error_bars"
19460   output-file-type: ".html"
19461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19462   data: "plot-vpp-throughput-latency-3n-hsw"
19463   filter: "'NIC_Intel-X710' and
19464            '64B' and
19465            'NDRPDR' and
19466            '1T1C' and
19467            'IP4FWD' and
19468            'IACL' and
19469            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19470            not 'IPSEC' and
19471            not 'VHOST'"
19472   parameters:
19473   - "latency"
19474   - "parent"
19475   - "tags"
19476   sort:
19477   - "ACL_STATELESS"
19478   - "ACL_STATEFUL"
19479   - "ACL_STATELESS"
19480   - "ACL_STATEFUL"
19481   layout:
19482     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19483     layout: "plot-latency"
19484
19485 -
19486   type: "plot"
19487   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19488   algorithm: "plot_latency_error_bars"
19489   output-file-type: ".html"
19490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19491   data: "plot-vpp-throughput-latency-3n-hsw"
19492   filter: "'NIC_Intel-X710' and
19493            '64B' and
19494            'NDRPDR' and
19495            '2T2C' and
19496            'IP4FWD' and
19497            'IACL' and
19498            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19499            not 'IPSEC' and
19500            not 'VHOST'"
19501   parameters:
19502   - "latency"
19503   - "parent"
19504   - "tags"
19505   sort:
19506   - "ACL_STATELESS"
19507   - "ACL_STATEFUL"
19508   - "ACL_STATELESS"
19509   - "ACL_STATEFUL"
19510   layout:
19511     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19512     layout: "plot-latency"
19513
19514 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
19515 -
19516   type: "plot"
19517   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19518   algorithm: "plot_latency_error_bars"
19519   output-file-type: ".html"
19520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19521   data: "plot-vpp-throughput-latency-3n-hsw"
19522   filter: "'NIC_Intel-X710' and
19523            '64B' and
19524            'NDRPDR' and
19525            '1T1C' and
19526            'IP4FWD' and
19527            'OACL' and
19528            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19529            not 'IPSEC' and
19530            not 'VHOST'"
19531   parameters:
19532   - "latency"
19533   - "parent"
19534   - "tags"
19535   sort:
19536   - "ACL_STATELESS"
19537   - "ACL_STATEFUL"
19538   - "ACL_STATELESS"
19539   - "ACL_STATEFUL"
19540   layout:
19541     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
19542     layout: "plot-latency"
19543
19544 -
19545   type: "plot"
19546   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19547   algorithm: "plot_latency_error_bars"
19548   output-file-type: ".html"
19549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19550   data: "plot-vpp-throughput-latency-3n-hsw"
19551   filter: "'NIC_Intel-X710' and
19552            '64B' and
19553            'NDRPDR' and
19554            '2T2C' and
19555            'IP4FWD' and
19556            'OACL' and
19557            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19558            not 'IPSEC' and
19559            not 'VHOST'"
19560   parameters:
19561   - "latency"
19562   - "parent"
19563   - "tags"
19564   sort:
19565   - "ACL_STATELESS"
19566   - "ACL_STATEFUL"
19567   - "ACL_STATELESS"
19568   - "ACL_STATEFUL"
19569   layout:
19570     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
19571     layout: "plot-latency"
19572
19573 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19574 -
19575   type: "plot"
19576   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19577   algorithm: "plot_latency_error_bars"
19578   output-file-type: ".html"
19579   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19580   data: "plot-vpp-throughput-latency-3n-hsw"
19581   filter: "'NIC_Intel-XL710' and
19582            '64B' and
19583            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19584            'NDRPDR' and
19585            '1T1C' and
19586            'IP4FWD' and
19587            not 'IPSEC' and
19588            not 'VHOST'"
19589   parameters:
19590   - "latency"
19591   - "parent"
19592   - "tags"
19593   sort:
19594   - "IP4BASE"
19595   - "FIB_20K"
19596   - "FIB_200K"
19597   - "FIB_2M"
19598   layout:
19599     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19600     layout: "plot-latency"
19601
19602 -
19603   type: "plot"
19604   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19605   algorithm: "plot_latency_error_bars"
19606   output-file-type: ".html"
19607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19608   data: "plot-vpp-throughput-latency-3n-hsw"
19609   filter: "'NIC_Intel-XL710' and
19610            '64B' and
19611            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19612            'NDRPDR' and
19613            '2T2C' and
19614            'IP4FWD' and
19615            not 'IPSEC' and
19616            not 'VHOST'"
19617   parameters:
19618   - "latency"
19619   - "parent"
19620   - "tags"
19621   sort:
19622   - "IP4BASE"
19623   - "FIB_20K"
19624   - "FIB_200K"
19625   - "FIB_2M"
19626   layout:
19627     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19628     layout: "plot-latency"
19629
19630 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19631 -
19632   type: "plot"
19633   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19634   algorithm: "plot_latency_error_bars"
19635   output-file-type: ".html"
19636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19637   data: "plot-vpp-throughput-latency-3n-skx"
19638   filter: "'NIC_Intel-X710' and
19639            '64B' and
19640            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19641            'NDRPDR' and
19642            '2T1C' and
19643            'IP4FWD' and
19644            not 'IPSEC' and
19645            not 'VHOST'"
19646   parameters:
19647   - "latency"
19648   - "parent"
19649   - "tags"
19650   sort:
19651   - "IP4BASE"
19652   - "FIB_20K"
19653   - "FIB_200K"
19654   - "FIB_2M"
19655   layout:
19656     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19657     layout: "plot-latency"
19658
19659 -
19660   type: "plot"
19661   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19662   algorithm: "plot_latency_error_bars"
19663   output-file-type: ".html"
19664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19665   data: "plot-vpp-throughput-latency-3n-skx"
19666   filter: "'NIC_Intel-X710' and
19667            '64B' and
19668            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19669            'NDRPDR' and
19670            '4T2C' and
19671            'IP4FWD' and
19672            not 'IPSEC' and
19673            not 'VHOST'"
19674   parameters:
19675   - "latency"
19676   - "parent"
19677   - "tags"
19678   sort:
19679   - "IP4BASE"
19680   - "FIB_20K"
19681   - "FIB_200K"
19682   - "FIB_2M"
19683   layout:
19684     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19685     layout: "plot-latency"
19686
19687 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19688 -
19689   type: "plot"
19690   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19691   algorithm: "plot_latency_error_bars"
19692   output-file-type: ".html"
19693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19694   data: "plot-vpp-throughput-latency-3n-skx"
19695   filter: "'NIC_Intel-X710' and
19696            '64B' and
19697            ('IP4BASE' or
19698             'POLICE_MARK' or
19699             'COPWHLIST' or
19700             ('NAT44' and 'BASE') or
19701             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19702            'NDRPDR' and
19703            '2T1C' and
19704            'IP4FWD' and
19705            not 'IPSEC' and
19706            not 'VHOST'"
19707   parameters:
19708   - "latency"
19709   - "parent"
19710   - "tags"
19711   sort:
19712   - "IP4BASE"
19713   - "NAT44"
19714   - "POLICE_MARK"
19715   - "COPWHLIST"
19716   - "IACL"
19717   - "OACL"
19718   layout:
19719     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19720     layout: "plot-latency"
19721
19722 -
19723   type: "plot"
19724   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19725   algorithm: "plot_latency_error_bars"
19726   output-file-type: ".html"
19727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19728   data: "plot-vpp-throughput-latency-3n-skx"
19729   filter: "'NIC_Intel-X710' and
19730            '64B' and
19731            ('IP4BASE' or
19732             'POLICE_MARK' or
19733             'COPWHLIST' or
19734             ('NAT44' and 'BASE') or
19735             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19736            'NDRPDR' and
19737            '4T2C' and
19738            'IP4FWD' and
19739            not 'IPSEC' and
19740            not 'VHOST'"
19741   parameters:
19742   - "latency"
19743   - "parent"
19744   - "tags"
19745   sort:
19746   - "IP4BASE"
19747   - "NAT44"
19748   - "POLICE_MARK"
19749   - "COPWHLIST"
19750   - "IACL"
19751   - "OACL"
19752   layout:
19753     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19754     layout: "plot-latency"
19755
19756 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19757 -
19758   type: "plot"
19759   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19760   algorithm: "plot_latency_error_bars"
19761   output-file-type: ".html"
19762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19763   data: "plot-vpp-throughput-latency-3n-skx"
19764   filter: "'NIC_Intel-X710' and
19765            '64B' and
19766            'NDRPDR' and
19767            '2T1C' and
19768            'IP4FWD' and
19769            'NAT44' and
19770            not 'IPSEC' and
19771            not 'VHOST'"
19772   parameters:
19773   - "latency"
19774   - "parent"
19775   - "tags"
19776   sort:
19777   - "BASE"
19778   - "BASE"
19779   - "SRC_USER_10"
19780   - "SRC_USER_100"
19781   - "SRC_USER_1000"
19782   - "SRC_USER_2000"
19783   layout:
19784     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19785     layout: "plot-latency"
19786
19787 -
19788   type: "plot"
19789   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19790   algorithm: "plot_latency_error_bars"
19791   output-file-type: ".html"
19792   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19793   data: "plot-vpp-throughput-latency-3n-skx"
19794   filter: "'NIC_Intel-X710' and
19795            '64B' and
19796            'NDRPDR' and
19797            '4T2C' and
19798            'IP4FWD' and
19799            'NAT44' and
19800            not 'IPSEC' and
19801            not 'VHOST'"
19802   parameters:
19803   - "latency"
19804   - "parent"
19805   - "tags"
19806   sort:
19807   - "BASE"
19808   - "BASE"
19809   - "SRC_USER_10"
19810   - "SRC_USER_100"
19811   - "SRC_USER_1000"
19812   - "SRC_USER_2000"
19813   layout:
19814     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19815     layout: "plot-latency"
19816
19817 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19818 -
19819   type: "plot"
19820   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19821   algorithm: "plot_latency_error_bars"
19822   output-file-type: ".html"
19823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19824   data: "plot-vpp-throughput-latency-3n-skx"
19825   filter: "'NIC_Intel-X710' and
19826            '64B' and
19827            'NDRPDR' and
19828            '2T1C' and
19829            'IP4FWD' and
19830            'IACL' and
19831            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19832            not 'IPSEC' and
19833            not 'VHOST'"
19834   parameters:
19835   - "latency"
19836   - "parent"
19837   - "tags"
19838   sort:
19839   - "ACL_STATELESS"
19840   - "ACL_STATEFUL"
19841   - "ACL_STATELESS"
19842   - "ACL_STATEFUL"
19843   layout:
19844     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19845     layout: "plot-latency"
19846
19847 -
19848   type: "plot"
19849   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19850   algorithm: "plot_latency_error_bars"
19851   output-file-type: ".html"
19852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19853   data: "plot-vpp-throughput-latency-3n-skx"
19854   filter: "'NIC_Intel-X710' and
19855            '64B' and
19856            'NDRPDR' and
19857            '4T2C' and
19858            'IP4FWD' and
19859            'IACL' and
19860            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19861            not 'IPSEC' and
19862            not 'VHOST'"
19863   parameters:
19864   - "latency"
19865   - "parent"
19866   - "tags"
19867   sort:
19868   - "ACL_STATELESS"
19869   - "ACL_STATEFUL"
19870   - "ACL_STATELESS"
19871   - "ACL_STATEFUL"
19872   layout:
19873     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19874     layout: "plot-latency"
19875
19876 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19877 -
19878   type: "plot"
19879   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19880   algorithm: "plot_latency_error_bars"
19881   output-file-type: ".html"
19882   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19883   data: "plot-vpp-throughput-latency-3n-skx"
19884   filter: "'NIC_Intel-X710' and
19885            '64B' and
19886            'NDRPDR' and
19887            '2T1C' and
19888            'IP4FWD' and
19889            'OACL' and
19890            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19891            not 'IPSEC' and
19892            not 'VHOST'"
19893   parameters:
19894   - "latency"
19895   - "parent"
19896   - "tags"
19897   sort:
19898   - "ACL_STATELESS"
19899   - "ACL_STATEFUL"
19900   - "ACL_STATELESS"
19901   - "ACL_STATEFUL"
19902   layout:
19903     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19904     layout: "plot-latency"
19905
19906 -
19907   type: "plot"
19908   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19909   algorithm: "plot_latency_error_bars"
19910   output-file-type: ".html"
19911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19912   data: "plot-vpp-throughput-latency-3n-skx"
19913   filter: "'NIC_Intel-X710' and
19914            '64B' and
19915            'NDRPDR' and
19916            '4T2C' and
19917            'IP4FWD' and
19918            'OACL' and
19919            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19920            not 'IPSEC' and
19921            not 'VHOST'"
19922   parameters:
19923   - "latency"
19924   - "parent"
19925   - "tags"
19926   sort:
19927   - "ACL_STATELESS"
19928   - "ACL_STATEFUL"
19929   - "ACL_STATELESS"
19930   - "ACL_STATEFUL"
19931   layout:
19932     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19933     layout: "plot-latency"
19934
19935 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19936 -
19937   type: "plot"
19938   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19939   algorithm: "plot_latency_error_bars"
19940   output-file-type: ".html"
19941   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19942   data: "plot-vpp-throughput-latency-2n-skx"
19943   filter: "'NIC_Intel-X710' and
19944            '64B' and
19945            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19946            'NDRPDR' and
19947            '2T1C' and
19948            'IP4FWD' and
19949            not 'IPSEC' and
19950            not 'VHOST'"
19951   parameters:
19952   - "latency"
19953   - "parent"
19954   - "tags"
19955   sort:
19956   - "DOT1Q"
19957   - "IP4BASE"
19958   - "FIB_20k"
19959   - "FIB_200k"
19960   - "FIB_2M"
19961   layout:
19962     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19963     layout: "plot-latency"
19964
19965 -
19966   type: "plot"
19967   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19968   algorithm: "plot_latency_error_bars"
19969   output-file-type: ".html"
19970   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19971   data: "plot-vpp-throughput-latency-2n-skx"
19972   filter: "'NIC_Intel-X710' and
19973            '64B' and
19974            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19975            'NDRPDR' and
19976            '4T2C' and
19977            'IP4FWD' and
19978            not 'IPSEC' and
19979            not 'VHOST'"
19980   parameters:
19981   - "latency"
19982   - "parent"
19983   - "tags"
19984   sort:
19985   - "DOT1Q"
19986   - "IP4BASE"
19987   - "FIB_20k"
19988   - "FIB_200k"
19989   - "FIB_2M"
19990   layout:
19991     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19992     layout: "plot-latency"
19993
19994 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19995 -
19996   type: "plot"
19997   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19998   algorithm: "plot_latency_error_bars"
19999   output-file-type: ".html"
20000   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20001   data: "plot-vpp-throughput-latency-2n-skx"
20002   filter: "'NIC_Intel-XXV710' and
20003            '64B' and
20004            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20005            'NDRPDR' and
20006            '2T1C' and
20007            'IP4FWD' and
20008            not 'IPSEC' and
20009            not 'VHOST'"
20010   parameters:
20011   - "latency"
20012   - "parent"
20013   - "tags"
20014   sort:
20015   - "DOT1Q"
20016   - "IP4BASE"
20017   - "FIB_20k"
20018   - "FIB_200k"
20019   - "FIB_2M"
20020   layout:
20021     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20022     layout: "plot-latency"
20023
20024 -
20025   type: "plot"
20026   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20027   algorithm: "plot_latency_error_bars"
20028   output-file-type: ".html"
20029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20030   data: "plot-vpp-throughput-latency-2n-skx"
20031   filter: "'NIC_Intel-XXV710' and
20032            '64B' and
20033            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20034            'NDRPDR' and
20035            '4T2C' and
20036            'IP4FWD' and
20037            not 'IPSEC' and
20038            not 'VHOST'"
20039   parameters:
20040   - "latency"
20041   - "parent"
20042   - "tags"
20043   sort:
20044   - "DOT1Q"
20045   - "IP4BASE"
20046   - "FIB_20k"
20047   - "FIB_200k"
20048   - "FIB_2M"
20049   layout:
20050     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20051     layout: "plot-latency"
20052
20053 ################################################################################
20054
20055 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20056 -
20057   type: "plot"
20058   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20059   algorithm: "plot_latency_error_bars"
20060   output-file-type: ".html"
20061   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20062   data: "plot-vpp-throughput-latency-3n-hsw"
20063   filter: "'NIC_Intel-X520-DA2' and
20064            '64B' and
20065            'ENCAP' and
20066            'NDRPDR' and
20067            '1T1C' and
20068            ('VXLAN' or 'LISP') and
20069            not 'VHOST' and
20070            not 'IPSECHW'"
20071   parameters:
20072   - "latency"
20073   - "parent"
20074   - "tags"
20075   sort:
20076   - "not DOT1Q"
20077   - "VXLAN_1"
20078   - "VXLAN_10"
20079   - "VXLAN_100"
20080   - "VXLAN_1000"
20081   layout:
20082     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20083     layout: "plot-latency"
20084
20085 -
20086   type: "plot"
20087   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20088   algorithm: "plot_latency_error_bars"
20089   output-file-type: ".html"
20090   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20091   data: "plot-vpp-throughput-latency-3n-hsw"
20092   filter: "'NIC_Intel-X520-DA2' and
20093            '64B' and
20094            'ENCAP' and
20095            'NDRPDR' and
20096            '2T2C' and
20097            ('VXLAN' or 'LISP') and
20098            not 'VHOST' and
20099            not 'IPSECHW'"
20100   parameters:
20101   - "latency"
20102   - "parent"
20103   - "tags"
20104   sort:
20105   - "not DOT1Q"
20106   - "VXLAN_1"
20107   - "VXLAN_10"
20108   - "VXLAN_100"
20109   - "VXLAN_1000"
20110   layout:
20111     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20112     layout: "plot-latency"
20113
20114 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20115 -
20116   type: "plot"
20117   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20121   data: "plot-vpp-throughput-latency-3n-hsw"
20122   filter: "'NIC_Intel-X520-DA2' and
20123            '64B' and
20124            'ENCAP' and
20125            'NDRPDR' and
20126            '1T1C' and
20127            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20128            not 'DOT1Q' and
20129            not 'VHOST' and
20130            not 'IPSECHW'"
20131   parameters:
20132   - "latency"
20133   - "parent"
20134   - "tags"
20135   sort:
20136   - "L2BDMACLRN"
20137   - "L2XCFWD"
20138   - "LISP"
20139   layout:
20140     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20141     layout: "plot-latency"
20142
20143 -
20144   type: "plot"
20145   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20146   algorithm: "plot_latency_error_bars"
20147   output-file-type: ".html"
20148   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20149   data: "plot-vpp-throughput-latency-3n-hsw"
20150   filter: "'NIC_Intel-X520-DA2' and
20151            '64B' and
20152            'ENCAP' and
20153            'NDRPDR' and
20154            '2T2C' and
20155            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20156            not 'DOT1Q' and
20157            not 'VHOST' and
20158            not 'IPSECHW'"
20159   parameters:
20160   - "latency"
20161   - "parent"
20162   - "tags"
20163   sort:
20164   - "L2BDMACLRN"
20165   - "L2XCFWD"
20166   - "LISP"
20167   layout:
20168     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20169     layout: "plot-latency"
20170
20171 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20172 -
20173   type: "plot"
20174   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20175   algorithm: "plot_latency_error_bars"
20176   output-file-type: ".html"
20177   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20178   data: "plot-vpp-throughput-latency-3n-hsw"
20179   filter: "'NIC_Intel-X710' and
20180            '64B' and
20181            'ENCAP' and
20182            'NDRPDR' and
20183            '1T1C' and
20184            ('VXLAN' or 'LISP') and
20185            not 'VHOST' and
20186            not 'IPSECHW'"
20187   parameters:
20188   - "latency"
20189   - "parent"
20190   - "tags"
20191   sort:
20192   - "LISP"
20193   - "VXLAN_1"
20194   - "VXLAN_10"
20195   - "VXLAN_100"
20196   - "VXLAN_1000"
20197   layout:
20198     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20199     layout: "plot-latency"
20200
20201 -
20202   type: "plot"
20203   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20204   algorithm: "plot_latency_error_bars"
20205   output-file-type: ".html"
20206   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20207   data: "plot-vpp-throughput-latency-3n-hsw"
20208   filter: "'NIC_Intel-X710' and
20209            '64B' and
20210            'ENCAP' and
20211            'NDRPDR' and
20212            '2T2C' and
20213            ('VXLAN' or 'LISP') and
20214            not 'VHOST' and
20215            not 'IPSECHW'"
20216   parameters:
20217   - "latency"
20218   - "parent"
20219   - "tags"
20220   sort:
20221   - "LISP"
20222   - "VXLAN_1"
20223   - "VXLAN_10"
20224   - "VXLAN_100"
20225   - "VXLAN_1000"
20226   layout:
20227     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20228     layout: "plot-latency"
20229
20230 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20231 -
20232   type: "plot"
20233   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20234   algorithm: "plot_latency_error_bars"
20235   output-file-type: ".html"
20236   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20237   data: "plot-vpp-throughput-latency-3n-hsw"
20238   filter: "'NIC_Intel-X710' and
20239            '64B' and
20240            'ENCAP' and
20241            'NDRPDR' and
20242            '1T1C' and
20243            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20244            not 'DOT1Q' and
20245            not 'VHOST' and
20246            not 'IPSECHW'"
20247   parameters:
20248   - "latency"
20249   - "parent"
20250   - "tags"
20251   sort:
20252   - "L2BDMACLRN"
20253   - "L2XCFWD"
20254   - "LISP"
20255   layout:
20256     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20257     layout: "plot-latency"
20258
20259 -
20260   type: "plot"
20261   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20262   algorithm: "plot_latency_error_bars"
20263   output-file-type: ".html"
20264   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20265   data: "plot-vpp-throughput-latency-3n-hsw"
20266   filter: "'NIC_Intel-X710' and
20267            '64B' and
20268            'ENCAP' and
20269            'NDRPDR' and
20270            '2T2C' and
20271            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20272            not 'DOT1Q' and
20273            not 'VHOST' and
20274            not 'IPSECHW'"
20275   parameters:
20276   - "latency"
20277   - "parent"
20278   - "tags"
20279   sort:
20280   - "L2BDMACLRN"
20281   - "L2XCFWD"
20282   - "LISP"
20283   layout:
20284     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20285     layout: "plot-latency"
20286
20287 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20288 -
20289   type: "plot"
20290   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20291   algorithm: "plot_latency_error_bars"
20292   output-file-type: ".html"
20293   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20294   data: "plot-vpp-throughput-latency-3n-skx"
20295   filter: "'NIC_Intel-X710' and
20296            '64B' and
20297            'ENCAP' and
20298            'NDRPDR' and
20299            '2T1C' and
20300            ('VXLAN' or 'LISP') and
20301            not 'VHOST' and
20302            not 'IPSECHW'"
20303   parameters:
20304   - "latency"
20305   - "parent"
20306   - "tags"
20307   sort:
20308   - "LISP"
20309   - "VXLAN_1"
20310   - "VXLAN_10"
20311   - "VXLAN_100"
20312   - "VXLAN_1000"
20313   layout:
20314     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20315     layout: "plot-latency"
20316
20317 -
20318   type: "plot"
20319   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20320   algorithm: "plot_latency_error_bars"
20321   output-file-type: ".html"
20322   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20323   data: "plot-vpp-throughput-latency-3n-skx"
20324   filter: "'NIC_Intel-X710' and
20325            '64B' and
20326            'ENCAP' and
20327            'NDRPDR' and
20328            '4T2C' and
20329            ('VXLAN' or 'LISP') and
20330            not 'VHOST' and
20331            not 'IPSECHW'"
20332   parameters:
20333   - "latency"
20334   - "parent"
20335   - "tags"
20336   sort:
20337   - "LISP"
20338   - "VXLAN_1"
20339   - "VXLAN_10"
20340   - "VXLAN_100"
20341   - "VXLAN_1000"
20342   layout:
20343     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20344     layout: "plot-latency"
20345
20346 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20347 -
20348   type: "plot"
20349   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20350   algorithm: "plot_latency_error_bars"
20351   output-file-type: ".html"
20352   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20353   data: "plot-vpp-throughput-latency-3n-skx"
20354   filter: "'NIC_Intel-X710' and
20355            '64B' and
20356            'ENCAP' and
20357            'NDRPDR' and
20358            '2T1C' and
20359            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20360            not 'DOT1Q' and
20361            not 'VHOST' and
20362            not 'IPSECHW'"
20363   parameters:
20364   - "latency"
20365   - "parent"
20366   - "tags"
20367   sort:
20368   - "L2BDMACLRN"
20369   - "L2XCFWD"
20370   - "LISP"
20371   layout:
20372     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20373     layout: "plot-latency"
20374
20375 -
20376   type: "plot"
20377   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20378   algorithm: "plot_latency_error_bars"
20379   output-file-type: ".html"
20380   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20381   data: "plot-vpp-throughput-latency-3n-skx"
20382   filter: "'NIC_Intel-X710' and
20383            '64B' and
20384            'ENCAP' and
20385            'NDRPDR' and
20386            '4T2C' and
20387            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20388            not 'DOT1Q' and
20389            not 'VHOST' and
20390            not 'IPSECHW'"
20391   parameters:
20392   - "latency"
20393   - "parent"
20394   - "tags"
20395   sort:
20396   - "L2BDMACLRN"
20397   - "L2XCFWD"
20398   - "LISP"
20399   layout:
20400     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20401     layout: "plot-latency"
20402
20403 ################################################################################
20404
20405 # Packet Latency - VPP IPv6 3n-hsw-x520
20406 -
20407   type: "plot"
20408   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20409   algorithm: "plot_latency_error_bars"
20410   output-file-type: ".html"
20411   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20412   data: "plot-vpp-throughput-latency-3n-hsw"
20413   filter: "'NIC_Intel-X520-DA2' and
20414            '78B' and
20415            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20416            'NDRPDR' and
20417            '1T1C' and
20418            'IP6FWD' and
20419            not 'SRv6' and
20420            not 'IPSEC' and
20421            not 'VHOST'"
20422   parameters:
20423   - "latency"
20424   - "parent"
20425   - "tags"
20426   sort:
20427   - "IP6BASE"
20428   - "FIB_20K"
20429   - "FIB_200K"
20430   - "FIB_2M"
20431   layout:
20432     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20433     layout: "plot-latency"
20434
20435 -
20436   type: "plot"
20437   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20438   algorithm: "plot_latency_error_bars"
20439   output-file-type: ".html"
20440   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20441   data: "plot-vpp-throughput-latency-3n-hsw"
20442   filter: "'NIC_Intel-X520-DA2' and
20443            '78B' and
20444            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20445            'NDRPDR' and
20446            '2T2C' and
20447            'IP6FWD' and
20448            not 'SRv6' and
20449            not 'IPSEC' and
20450            not 'VHOST'"
20451   parameters:
20452   - "latency"
20453   - "parent"
20454   - "tags"
20455   sort:
20456   - "IP6BASE"
20457   - "FIB_20K"
20458   - "FIB_200K"
20459   - "FIB_2M"
20460   layout:
20461     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20462     layout: "plot-latency"
20463
20464 # Packet Latency - VPP IPv6 3n-hsw-x710
20465 -
20466   type: "plot"
20467   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20468   algorithm: "plot_latency_error_bars"
20469   output-file-type: ".html"
20470   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20471   data: "plot-vpp-throughput-latency-3n-hsw"
20472   filter: "'NIC_Intel-X710' and
20473            '78B' and
20474            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20475            'NDRPDR' and
20476            '1T1C' and
20477            'IP6FWD' and
20478            not 'SRv6' and
20479            not 'IPSEC' and
20480            not 'VHOST'"
20481   parameters:
20482   - "latency"
20483   - "parent"
20484   - "tags"
20485   sort:
20486   - "IP6BASE"
20487   - "FIB_20K"
20488   - "FIB_200K"
20489   - "FIB_2M"
20490   layout:
20491     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20492     layout: "plot-latency"
20493
20494 -
20495   type: "plot"
20496   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20497   algorithm: "plot_latency_error_bars"
20498   output-file-type: ".html"
20499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20500   data: "plot-vpp-throughput-latency-3n-hsw"
20501   filter: "'NIC_Intel-X710' and
20502            '78B' and
20503            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20504            'NDRPDR' and
20505            '2T2C' and
20506            'IP6FWD' and
20507            not 'SRv6' and
20508            not 'IPSEC' and
20509            not 'VHOST'"
20510   parameters:
20511   - "latency"
20512   - "parent"
20513   - "tags"
20514   sort:
20515   - "IP6BASE"
20516   - "FIB_20K"
20517   - "FIB_200K"
20518   - "FIB_2M"
20519   layout:
20520     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20521     layout: "plot-latency"
20522
20523 # Packet Latency - VPP IPv6 3n-hsw-xl710
20524 -
20525   type: "plot"
20526   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20527   algorithm: "plot_latency_error_bars"
20528   output-file-type: ".html"
20529   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20530   data: "plot-vpp-throughput-latency-3n-hsw"
20531   filter: "'NIC_Intel-XL710' and
20532            '78B' and
20533            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20534            'NDRPDR' and
20535            '1T1C' and
20536            'IP6FWD' and
20537            not 'SRv6' and
20538            not 'IPSEC' and
20539            not 'VHOST'"
20540   parameters:
20541   - "latency"
20542   - "parent"
20543   - "tags"
20544   sort:
20545   - "IP6BASE"
20546   - "FIB_20K"
20547   - "FIB_200K"
20548   - "FIB_2M"
20549   layout:
20550     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
20551     layout: "plot-latency"
20552
20553 -
20554   type: "plot"
20555   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20556   algorithm: "plot_latency_error_bars"
20557   output-file-type: ".html"
20558   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20559   data: "plot-vpp-throughput-latency-3n-hsw"
20560   filter: "'NIC_Intel-XL710' and
20561            '78B' and
20562            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20563            'NDRPDR' and
20564            '2T2C' and
20565            'IP6FWD' and
20566            not 'SRv6' and
20567            not 'IPSEC' and
20568            not 'VHOST'"
20569   parameters:
20570   - "latency"
20571   - "parent"
20572   - "tags"
20573   sort:
20574   - "IP6BASE"
20575   - "FIB_20K"
20576   - "FIB_200K"
20577   - "FIB_2M"
20578   layout:
20579     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
20580     layout: "plot-latency"
20581
20582 # Packet Latency - VPP IPv6 3n-skx-x710
20583 -
20584   type: "plot"
20585   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20586   algorithm: "plot_latency_error_bars"
20587   output-file-type: ".html"
20588   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20589   data: "plot-vpp-throughput-latency-3n-skx"
20590   filter: "'NIC_Intel-X710' and
20591            '78B' and
20592            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20593            'NDRPDR' and
20594            '2T1C' and
20595            'IP6FWD' and
20596            not 'SRv6' and
20597            not 'IPSEC' and
20598            not 'VHOST'"
20599   parameters:
20600   - "latency"
20601   - "parent"
20602   - "tags"
20603   sort:
20604   - "IP6BASE"
20605   - "FIB_20K"
20606   - "FIB_200K"
20607   - "FIB_2M"
20608   layout:
20609     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20610     layout: "plot-latency"
20611
20612 -
20613   type: "plot"
20614   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20615   algorithm: "plot_latency_error_bars"
20616   output-file-type: ".html"
20617   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20618   data: "plot-vpp-throughput-latency-3n-skx"
20619   filter: "'NIC_Intel-X710' and
20620            '78B' and
20621            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20622            'NDRPDR' and
20623            '4T2C' and
20624            'IP6FWD' and
20625            not 'SRv6' and
20626            not 'IPSEC' and
20627            not 'VHOST'"
20628   parameters:
20629   - "latency"
20630   - "parent"
20631   - "tags"
20632   sort:
20633   - "IP6BASE"
20634   - "FIB_20K"
20635   - "FIB_200K"
20636   - "FIB_2M"
20637   layout:
20638     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20639     layout: "plot-latency"
20640
20641 # Packet Latency - VPP IPv6 2n-skx-x710
20642 -
20643   type: "plot"
20644   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20645   algorithm: "plot_latency_error_bars"
20646   output-file-type: ".html"
20647   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20648   data: "plot-vpp-throughput-latency-2n-skx"
20649   filter: "'NIC_Intel-X710' and
20650            '78B' and
20651            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20652            'NDRPDR' and
20653            '2T1C' and
20654            'IP6FWD' and
20655            not 'SRv6' and
20656            not 'IPSEC' and
20657            not 'VHOST'"
20658   parameters:
20659   - "latency"
20660   - "parent"
20661   - "tags"
20662   sort:
20663   - "IP6BASE"
20664   - "FIB_20k"
20665   - "FIB_200k"
20666   - "FIB_2M"
20667   layout:
20668     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20669     layout: "plot-latency"
20670
20671 -
20672   type: "plot"
20673   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20674   algorithm: "plot_latency_error_bars"
20675   output-file-type: ".html"
20676   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20677   data: "plot-vpp-throughput-latency-2n-skx"
20678   filter: "'NIC_Intel-X710' and
20679            '78B' and
20680            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20681            'NDRPDR' and
20682            '4T2C' and
20683            'IP6FWD' and
20684            not 'SRv6' and
20685            not 'IPSEC' and
20686            not 'VHOST'"
20687   parameters:
20688   - "latency"
20689   - "parent"
20690   - "tags"
20691   sort:
20692   - "IP6BASE"
20693   - "FIB_20k"
20694   - "FIB_200k"
20695   - "FIB_2M"
20696   layout:
20697     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20698     layout: "plot-latency"
20699
20700 # Packet Latency - VPP IPv6 2n-skx-xxv710
20701 -
20702   type: "plot"
20703   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20704   algorithm: "plot_latency_error_bars"
20705   output-file-type: ".html"
20706   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20707   data: "plot-vpp-throughput-latency-2n-skx"
20708   filter: "'NIC_Intel-XXV710' and
20709            '78B' and
20710            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20711            'NDRPDR' and
20712            '2T1C' and
20713            'IP6FWD' and
20714            not 'SRv6' and
20715            not 'IPSEC' and
20716            not 'VHOST'"
20717   parameters:
20718   - "latency"
20719   - "parent"
20720   - "tags"
20721   sort:
20722   - "IP6BASE"
20723   - "FIB_20k"
20724   - "FIB_200k"
20725   - "FIB_2M"
20726   layout:
20727     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20728     layout: "plot-latency"
20729
20730 -
20731   type: "plot"
20732   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20733   algorithm: "plot_latency_error_bars"
20734   output-file-type: ".html"
20735   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20736   data: "plot-vpp-throughput-latency-2n-skx"
20737   filter: "'NIC_Intel-XXV710' and
20738            '78B' and
20739            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20740            'NDRPDR' and
20741            '4T2C' and
20742            'IP6FWD' and
20743            not 'SRv6' and
20744            not 'IPSEC' and
20745            not 'VHOST'"
20746   parameters:
20747   - "latency"
20748   - "parent"
20749   - "tags"
20750   sort:
20751   - "IP6BASE"
20752   - "FIB_20k"
20753   - "FIB_200k"
20754   - "FIB_2M"
20755   layout:
20756     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20757     layout: "plot-latency"
20758
20759 ################################################################################
20760
20761 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20762 -
20763   type: "plot"
20764   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20765   algorithm: "plot_latency_error_bars"
20766   output-file-type: ".html"
20767   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20768   data: "plot-vpp-throughput-latency-3n-hsw"
20769   filter: "'NIC_Intel-X520-DA2' and
20770            '78B' and
20771            'ENCAP' and
20772            'NDRPDR' and
20773            '1T1C' and
20774            'LISP' and
20775            not 'VHOST'"
20776   parameters:
20777   - "latency"
20778   - "parent"
20779   - "tags"
20780   sort:
20781   - "IP4UNRLAY"
20782   - "IP6UNRLAY"
20783   layout:
20784     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20785     layout: "plot-latency"
20786
20787 -
20788   type: "plot"
20789   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20790   algorithm: "plot_latency_error_bars"
20791   output-file-type: ".html"
20792   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20793   data: "plot-vpp-throughput-latency-3n-hsw"
20794   filter: "'NIC_Intel-X520-DA2' and
20795            '78B' and
20796            'ENCAP' and
20797            'NDRPDR' and
20798            '2T2C' and
20799            'LISP' and
20800            not 'VHOST'"
20801   parameters:
20802   - "latency"
20803   - "parent"
20804   - "tags"
20805   sort:
20806   - "IP4UNRLAY"
20807   - "IP6UNRLAY"
20808   layout:
20809     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20810     layout: "plot-latency"
20811
20812 ################################################################################
20813
20814 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20815 -
20816   type: "plot"
20817   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20818   algorithm: "plot_latency_error_bars"
20819   output-file-type: ".html"
20820   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20821   data: "plot-vpp-throughput-latency-3n-hsw"
20822   filter: "'NIC_Intel-XL710' and
20823            '64B' and
20824            'IP4FWD' and
20825            'NDRPDR' and
20826            'BASE' and
20827            '1T1C' and
20828            'IPSECHW' and
20829            ('IPSECTRAN' or 'IPSECTUN') and
20830            not 'VHOST'"
20831   parameters:
20832   - "latency"
20833   - "parent"
20834   - "tags"
20835   layout:
20836     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20837     layout: "plot-latency"
20838
20839 -
20840   type: "plot"
20841   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20842   algorithm: "plot_latency_error_bars"
20843   output-file-type: ".html"
20844   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20845   data: "plot-vpp-throughput-latency-3n-hsw"
20846   filter: "'NIC_Intel-XL710' and
20847            '64B' and
20848            'IP4FWD' and
20849            'NDRPDR' and
20850            'BASE' and
20851            '2T2C' and
20852            'IPSECHW' and
20853            ('IPSECTRAN' or 'IPSECTUN') and
20854            not 'VHOST'"
20855   parameters:
20856   - "latency"
20857   - "parent"
20858   - "tags"
20859   layout:
20860     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20861     layout: "plot-latency"
20862
20863 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20864 -
20865   type: "plot"
20866   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20867   algorithm: "plot_latency_error_bars"
20868   output-file-type: ".html"
20869   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20870   data: "plot-vpp-throughput-latency-3n-hsw"
20871   filter: "'NIC_Intel-XL710' and
20872            '64B' and
20873            'IP4FWD' and
20874            'NDRPDR' and
20875            'SCALE' and
20876            '1T1C' and
20877            'IPSECHW' and
20878            ('IPSECTRAN' or 'IPSECTUN') and
20879            not 'VHOST'"
20880   parameters:
20881   - "latency"
20882   - "parent"
20883   - "tags"
20884   layout:
20885     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20886     layout: "plot-latency"
20887
20888 -
20889   type: "plot"
20890   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20891   algorithm: "plot_latency_error_bars"
20892   output-file-type: ".html"
20893   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20894   data: "plot-vpp-throughput-latency-3n-hsw"
20895   filter: "'NIC_Intel-XL710' and
20896            '64B' and
20897            'IP4FWD' and
20898            'NDRPDR' and
20899            'SCALE' and
20900            '2T2C' and
20901            'IPSECHW' and
20902            ('IPSECTRAN' or 'IPSECTUN') and
20903            not 'VHOST'"
20904   parameters:
20905   - "latency"
20906   - "parent"
20907   - "tags"
20908   layout:
20909     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20910     layout: "plot-latency"
20911
20912 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20913 -
20914   type: "plot"
20915   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20916   algorithm: "plot_latency_error_bars"
20917   output-file-type: ".html"
20918   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20919   data: "plot-vpp-throughput-latency-3n-hsw"
20920   filter: "'NIC_Intel-XL710' and
20921            '64B' and
20922            'IP4FWD' and
20923            'NDRPDR' and
20924            '1T1C' and
20925            'IPSECSW' and
20926            ('IPSECTRAN' or 'IPSECTUN') and
20927            not 'VHOST'"
20928   parameters:
20929   - "latency"
20930   - "parent"
20931   - "tags"
20932   layout:
20933     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20934     layout: "plot-latency"
20935
20936 -
20937   type: "plot"
20938   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20939   algorithm: "plot_latency_error_bars"
20940   output-file-type: ".html"
20941   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20942   data: "plot-vpp-throughput-latency-3n-hsw"
20943   filter: "'NIC_Intel-XL710' and
20944            '64B' and
20945            'IP4FWD' and
20946            'NDRPDR' and
20947            '2T2C' and
20948            'IPSECSW' and
20949            ('IPSECTRAN' or 'IPSECTUN') and
20950            not 'VHOST'"
20951   parameters:
20952   - "latency"
20953   - "parent"
20954   - "tags"
20955   layout:
20956     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20957     layout: "plot-latency"
20958
20959 ################################################################################
20960
20961 # Packet Latency - VPP SRv6 3n-hsw-x520
20962 -
20963   type: "plot"
20964   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20965   algorithm: "plot_latency_error_bars"
20966   output-file-type: ".html"
20967   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20968   data: "plot-vpp-throughput-latency-3n-hsw"
20969   filter: "'NIC_Intel-X520-DA2' and
20970            '78B' and
20971            'FEATURE' and
20972            'NDRPDR' and
20973            '1T1C' and
20974            'IP6FWD' and
20975            'SRv6'"
20976   parameters:
20977   - "latency"
20978   - "parent"
20979   - "tags"
20980   layout:
20981     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20982     layout: "plot-latency"
20983
20984 -
20985   type: "plot"
20986   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20987   algorithm: "plot_latency_error_bars"
20988   output-file-type: ".html"
20989   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20990   data: "plot-vpp-throughput-latency-3n-hsw"
20991   filter: "'NIC_Intel-X520-DA2' and
20992            '78B' and
20993            'FEATURE' and
20994            'NDRPDR' and
20995            '2T2C' and
20996            'IP6FWD' and
20997            'SRv6'"
20998   parameters:
20999   - "latency"
21000   - "parent"
21001   - "tags"
21002   layout:
21003     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21004     layout: "plot-latency"
21005
21006 ################################################################################
21007
21008 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21009 -
21010   type: "plot"
21011   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21012   algorithm: "plot_latency_error_bars"
21013   output-file-type: ".html"
21014   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21015   data: "plot-vpp-throughput-latency-3n-hsw"
21016   filter: "'NIC_Intel-X520-DA2' and
21017            '64B' and
21018            'NDRPDR' and
21019            'ETH' and
21020            'IP4FWD' and
21021            '1T1C' and
21022            'VHOST_1024' and
21023            not 'VXLAN' and
21024            not 'DOT1Q'"
21025   parameters:
21026   - "latency"
21027   - "parent"
21028   - "tags"
21029   sort:
21030   - "not CFS_OPT"
21031   - "1VM"
21032   - "2VM"
21033   layout:
21034     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21035     layout: "plot-latency"
21036
21037 -
21038   type: "plot"
21039   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21040   algorithm: "plot_latency_error_bars"
21041   output-file-type: ".html"
21042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21043   data: "plot-vpp-throughput-latency-3n-hsw"
21044   filter: "'NIC_Intel-X520-DA2' and
21045            '64B' and
21046            'NDRPDR' and
21047            'ETH' and
21048            'IP4FWD' and
21049            '2T2C' and
21050            'VHOST_1024' and
21051            not 'VXLAN' and
21052            not 'DOT1Q'"
21053   parameters:
21054   - "latency"
21055   - "parent"
21056   - "tags"
21057   sort:
21058   - "not CFS_OPT"
21059   - "1VM"
21060   - "2VM"
21061   layout:
21062     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21063     layout: "plot-latency"
21064
21065 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21066 -
21067   type: "plot"
21068   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21069   algorithm: "plot_latency_error_bars"
21070   output-file-type: ".html"
21071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21072   data: "plot-vpp-throughput-latency-3n-hsw"
21073   filter: "'NIC_Intel-X520-DA2' and
21074            '64B' and
21075            'NDRPDR' and
21076            ('ETH' or 'DOT1Q') and
21077            '1T1C' and
21078            'L2BDMACLRN' and
21079            'VHOST_1024' and
21080            not 'VXLAN' and
21081            not 'IP4FWD' and
21082            not '2VM'"
21083   parameters:
21084   - "latency"
21085   - "parent"
21086   - "tags"
21087 #  sort:
21088 #  - "VM"  # "not CFS_OPT"
21089 #  - "CFS_OPT"
21090 #  - "FIB_10K"
21091 #  - "FIB_100K"
21092 #  - "FIB_1M"
21093   layout:
21094     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21095     layout: "plot-latency"
21096
21097 -
21098   type: "plot"
21099   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21100   algorithm: "plot_latency_error_bars"
21101   output-file-type: ".html"
21102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21103   data: "plot-vpp-throughput-latency-3n-hsw"
21104   filter: "'NIC_Intel-X520-DA2' and
21105            '64B' and
21106            'NDRPDR' and
21107            ('ETH' or 'DOT1Q') and
21108            '2T2C' and
21109            'L2BDMACLRN' and
21110            'VHOST_1024' and
21111            not 'VXLAN' and
21112            not 'IP4FWD' and
21113            not '2VM'"
21114   parameters:
21115   - "latency"
21116   - "parent"
21117   - "tags"
21118 #  sort:
21119 #  - "VM"  # "not CFS_OPT"
21120 #  - "CFS_OPT"
21121 #  - "FIB_10K"
21122 #  - "FIB_100K"
21123 #  - "FIB_1M"
21124   layout:
21125     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21126     layout: "plot-latency"
21127
21128 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21129 -
21130   type: "plot"
21131   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21132   algorithm: "plot_latency_error_bars"
21133   output-file-type: ".html"
21134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21135   data: "plot-vpp-throughput-latency-3n-hsw"
21136   filter: "'NIC_Intel-X520-DA2' and
21137            '64B' and
21138            'NDRPDR' and
21139            ('ETH' or 'DOT1Q') and
21140            'BASE' and
21141            '1T1C' and
21142            ('L2BDMACLRN' or 'L2XCFWD') and
21143            'VHOST_1024' and
21144            not 'VXLAN' and
21145            not 'IP4FWD' and
21146            not '2VM'"
21147   parameters:
21148   - "latency"
21149   - "parent"
21150   - "tags"
21151 #  sort:
21152 #  - "not CFS_OPT"
21153 #  - "L2XCFWD"
21154 #  - "not CFS_OPT"
21155 #  - "CFS_OPT"
21156   layout:
21157     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21158     layout: "plot-latency"
21159
21160 -
21161   type: "plot"
21162   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21163   algorithm: "plot_latency_error_bars"
21164   output-file-type: ".html"
21165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21166   data: "plot-vpp-throughput-latency-3n-hsw"
21167   filter: "'NIC_Intel-X520-DA2' and
21168            '64B' and
21169            'NDRPDR' and
21170            ('ETH' or 'DOT1Q') and
21171            'BASE' and
21172            '2T2C' and
21173            ('L2BDMACLRN' or 'L2XCFWD') and
21174            'VHOST_1024' and
21175            not 'VXLAN' and
21176            not 'IP4FWD' and
21177            not '2VM'"
21178   parameters:
21179   - "latency"
21180   - "parent"
21181   - "tags"
21182 #  sort:
21183 #  - "not CFS_OPT"
21184 #  - "L2XCFWD"
21185 #  - "not CFS_OPT"
21186 #  - "CFS_OPT"
21187   layout:
21188     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
21189     layout: "plot-latency"
21190
21191 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21192 -
21193   type: "plot"
21194   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21195   algorithm: "plot_latency_error_bars"
21196   output-file-type: ".html"
21197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21198   data: "plot-vpp-throughput-latency-3n-hsw"
21199   filter: "'NIC_Intel-X520-DA2' and
21200            '64B' and
21201            'NDRPDR' and
21202            ('ETH' or 'DOT1Q') and
21203            '1T1C' and
21204            ('L2BDMACLRN' or 'L2XCFWD') and
21205            'VHOST_1024' and
21206            not 'CFS_OPT' and
21207            not 'VXLAN' and
21208            not 'IP4FWD' and
21209            not 'LBOND'"
21210   parameters:
21211   - "latency"
21212   - "parent"
21213   - "tags"
21214 #  sort:
21215 #  - "1VM"
21216 #  - "L2XCFWD"
21217 #  - "1VM"
21218 #  - "L2BDMACLRN"
21219   layout:
21220     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21221     layout: "plot-latency"
21222
21223 -
21224   type: "plot"
21225   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21226   algorithm: "plot_latency_error_bars"
21227   output-file-type: ".html"
21228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21229   data: "plot-vpp-throughput-latency-3n-hsw"
21230   filter: "'NIC_Intel-X520-DA2' and
21231            '64B' and
21232            'NDRPDR' and
21233            ('ETH' or 'DOT1Q') and
21234            '2T2C' and
21235            ('L2BDMACLRN' or 'L2XCFWD') and
21236            'VHOST_1024' and
21237            not 'CFS_OPT' and
21238            not 'VXLAN' and
21239            not 'IP4FWD' and
21240            not 'LBOND'"
21241   parameters:
21242   - "latency"
21243   - "parent"
21244   - "tags"
21245 #  sort:
21246 #  - "1VM"
21247 #  - "L2XCFWD"
21248 #  - "1VM"
21249 #  - "L2BDMACLRN"
21250   layout:
21251     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21252     layout: "plot-latency"
21253
21254 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21255 -
21256   type: "plot"
21257   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21258   algorithm: "plot_latency_error_bars"
21259   output-file-type: ".html"
21260   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21261   data: "plot-vpp-throughput-latency-3n-hsw"
21262   filter: "'NIC_Intel-X710' and
21263            '64B' and
21264            'NDRPDR' and
21265            'ETH' and
21266            'IP4FWD' and
21267            '1T1C' and
21268            'VHOST_1024' and
21269            not 'VXLAN' and
21270            not 'DOT1Q'"
21271   parameters:
21272   - "latency"
21273   - "parent"
21274   - "tags"
21275   sort:
21276   - "not CFS_OPT"
21277   - "1VM"
21278   - "2VM"
21279   layout:
21280     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21281     layout: "plot-latency"
21282
21283 -
21284   type: "plot"
21285   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21286   algorithm: "plot_latency_error_bars"
21287   output-file-type: ".html"
21288   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21289   data: "plot-vpp-throughput-latency-3n-hsw"
21290   filter: "'NIC_Intel-X710' and
21291            '64B' and
21292            'NDRPDR' and
21293            'ETH' and
21294            'IP4FWD' and
21295            '2T2C' and
21296            'VHOST_1024' and
21297            not 'VXLAN' and
21298            not 'DOT1Q'"
21299   parameters:
21300   - "latency"
21301   - "parent"
21302   - "tags"
21303   sort:
21304   - "not CFS_OPT"
21305   - "1VM"
21306   - "2VM"
21307   layout:
21308     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21309     layout: "plot-latency"
21310
21311 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
21312 -
21313   type: "plot"
21314   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21315   algorithm: "plot_latency_error_bars"
21316   output-file-type: ".html"
21317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21318   data: "plot-vpp-throughput-latency-3n-hsw"
21319   filter: "'NIC_Intel-X710' and
21320            '64B' and
21321            'NDRPDR' and
21322            ('ETH' or 'DOT1Q') and
21323            '1T1C' and
21324            'L2BDMACLRN' and
21325            'VHOST_1024' and
21326            not 'VXLAN' and
21327            not 'IP4FWD' and
21328            not '2VM'"
21329   parameters:
21330   - "latency"
21331   - "parent"
21332   - "tags"
21333 #  sort:
21334 #  - "VM"  # "not CFS_OPT"
21335 #  - "CFS_OPT"
21336 #  - "FIB_10K"
21337 #  - "FIB_100K"
21338 #  - "FIB_1M"
21339   layout:
21340     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21341     layout: "plot-latency"
21342
21343 -
21344   type: "plot"
21345   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21346   algorithm: "plot_latency_error_bars"
21347   output-file-type: ".html"
21348   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21349   data: "plot-vpp-throughput-latency-3n-hsw"
21350   filter: "'NIC_Intel-X710' and
21351            '64B' and
21352            'NDRPDR' and
21353            ('ETH' or 'DOT1Q') and
21354            '2T2C' and
21355            'L2BDMACLRN' and
21356            'VHOST_1024' and
21357            not 'VXLAN' and
21358            not 'IP4FWD' and
21359            not '2VM'"
21360   parameters:
21361   - "latency"
21362   - "parent"
21363   - "tags"
21364 #  sort:
21365 #  - "VM"  # "not CFS_OPT"
21366 #  - "CFS_OPT"
21367 #  - "FIB_10K"
21368 #  - "FIB_100K"
21369 #  - "FIB_1M"
21370   layout:
21371     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21372     layout: "plot-latency"
21373
21374 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21375 -
21376   type: "plot"
21377   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21378   algorithm: "plot_latency_error_bars"
21379   output-file-type: ".html"
21380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21381   data: "plot-vpp-throughput-latency-3n-hsw"
21382   filter: "'NIC_Intel-X710' and
21383            '64B' and
21384            'NDRPDR' and
21385            ('ETH' or 'DOT1Q') and
21386            'BASE' and
21387            '1T1C' and
21388            ('L2BDMACLRN' or 'L2XCFWD') and
21389            'VHOST_1024' and
21390            not 'VXLAN' and
21391            not 'IP4FWD' and
21392            not '2VM'"
21393   parameters:
21394   - "latency"
21395   - "parent"
21396   - "tags"
21397 #  sort:
21398 #  - "not CFS_OPT"
21399 #  - "L2XCFWD"
21400 #  - "not CFS_OPT"
21401 #  - "CFS_OPT"
21402   layout:
21403     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
21404     layout: "plot-latency"
21405
21406 -
21407   type: "plot"
21408   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21409   algorithm: "plot_latency_error_bars"
21410   output-file-type: ".html"
21411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21412   data: "plot-vpp-throughput-latency-3n-hsw"
21413   filter: "'NIC_Intel-X710' and
21414            '64B' and
21415            'NDRPDR' and
21416            ('ETH' or 'DOT1Q') and
21417            'BASE' and
21418            '2T2C' and
21419            ('L2BDMACLRN' or 'L2XCFWD') and
21420            'VHOST_1024' and
21421            not 'VXLAN' and
21422            not 'IP4FWD' and
21423            not '2VM'"
21424   parameters:
21425   - "latency"
21426   - "parent"
21427   - "tags"
21428 #  sort:
21429 #  - "not CFS_OPT"
21430 #  - "L2XCFWD"
21431 #  - "not CFS_OPT"
21432 #  - "CFS_OPT"
21433   layout:
21434     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
21435     layout: "plot-latency"
21436
21437 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21438 -
21439   type: "plot"
21440   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21441   algorithm: "plot_latency_error_bars"
21442   output-file-type: ".html"
21443   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21444   data: "plot-vpp-throughput-latency-3n-hsw"
21445   filter: "'NIC_Intel-X710' and
21446            '64B' and
21447            'NDRPDR' and
21448            ('ETH' or 'DOT1Q') and
21449            '1T1C' and
21450            ('L2BDMACLRN' or 'L2XCFWD') and
21451            'VHOST_1024' and
21452            not 'CFS_OPT' and
21453            not 'VXLAN' and
21454            not 'IP4FWD' and
21455            not 'LBOND'"
21456   parameters:
21457   - "latency"
21458   - "parent"
21459   - "tags"
21460 #  sort:
21461 #  - "1VM"
21462 #  - "L2XCFWD"
21463 #  - "1VM"
21464 #  - "L2BDMACLRN"
21465   layout:
21466     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
21467     layout: "plot-latency"
21468
21469 -
21470   type: "plot"
21471   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21472   algorithm: "plot_latency_error_bars"
21473   output-file-type: ".html"
21474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21475   data: "plot-vpp-throughput-latency-3n-hsw"
21476   filter: "'NIC_Intel-X710' and
21477            '64B' and
21478            'NDRPDR' and
21479            ('ETH' or 'DOT1Q') and
21480            '2T2C' and
21481            ('L2BDMACLRN' or 'L2XCFWD') and
21482            'VHOST_1024' and
21483            not 'CFS_OPT' and
21484            not 'VXLAN' and
21485            not 'IP4FWD' and
21486            not 'LBOND'"
21487   parameters:
21488   - "latency"
21489   - "parent"
21490   - "tags"
21491 #  sort:
21492 #  - "1VM"
21493 #  - "L2XCFWD"
21494 #  - "1VM"
21495 #  - "L2BDMACLRN"
21496   layout:
21497     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
21498     layout: "plot-latency"
21499
21500 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
21501 -
21502   type: "plot"
21503   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21504   algorithm: "plot_latency_error_bars"
21505   output-file-type: ".html"
21506   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21507   data: "plot-vpp-throughput-latency-3n-hsw"
21508   filter: "'NIC_Intel-XL710' and
21509            '64B' and
21510            'NDRPDR' and
21511            'ETH' and
21512            'IP4FWD' and
21513            '1T1C' and
21514            'VHOST_1024' and
21515            not 'VXLAN' and
21516            not 'DOT1Q'"
21517   parameters:
21518   - "latency"
21519   - "parent"
21520   - "tags"
21521   sort:
21522   - "not CFS_OPT"
21523   - "1VM"
21524   - "2VM"
21525   layout:
21526     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21527     layout: "plot-latency"
21528
21529 -
21530   type: "plot"
21531   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21532   algorithm: "plot_latency_error_bars"
21533   output-file-type: ".html"
21534   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21535   data: "plot-vpp-throughput-latency-3n-hsw"
21536   filter: "'NIC_Intel-XL710' and
21537            '64B' and
21538            'NDRPDR' and
21539            'ETH' and
21540            'IP4FWD' and
21541            '2T2C' and
21542            'VHOST_1024' and
21543            not 'VXLAN' and
21544            not 'DOT1Q'"
21545   parameters:
21546   - "latency"
21547   - "parent"
21548   - "tags"
21549   sort:
21550   - "not CFS_OPT"
21551   - "1VM"
21552   - "2VM"
21553   layout:
21554     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21555     layout: "plot-latency"
21556
21557 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
21558 -
21559   type: "plot"
21560   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21561   algorithm: "plot_latency_error_bars"
21562   output-file-type: ".html"
21563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21564   data: "plot-vpp-throughput-latency-3n-hsw"
21565   filter: "'NIC_Intel-XL710' and
21566            '64B' and
21567            'NDRPDR' and
21568            ('ETH' or 'DOT1Q') and
21569            '1T1C' and
21570            'L2BDMACLRN' and
21571            'VHOST_1024' and
21572            not 'VXLAN' and
21573            not 'IP4FWD' and
21574            not '2VM'"
21575   parameters:
21576   - "latency"
21577   - "parent"
21578   - "tags"
21579 #  sort:
21580 #  - "VM"  # "not CFS_OPT"
21581 #  - "CFS_OPT"
21582 #  - "FIB_10K"
21583 #  - "FIB_100K"
21584 #  - "FIB_1M"
21585   layout:
21586     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21587     layout: "plot-latency"
21588
21589 -
21590   type: "plot"
21591   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21592   algorithm: "plot_latency_error_bars"
21593   output-file-type: ".html"
21594   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21595   data: "plot-vpp-throughput-latency-3n-hsw"
21596   filter: "'NIC_Intel-XL710' and
21597            '64B' and
21598            'NDRPDR' and
21599            ('ETH' or 'DOT1Q') and
21600            '2T2C' and
21601            'L2BDMACLRN' and
21602            'VHOST_1024' and
21603            not 'VXLAN' and
21604            not 'IP4FWD' and
21605            not '2VM'"
21606   parameters:
21607   - "latency"
21608   - "parent"
21609   - "tags"
21610 #  sort:
21611 #  - "VM"  # "not CFS_OPT"
21612 #  - "CFS_OPT"
21613 #  - "FIB_10K"
21614 #  - "FIB_100K"
21615 #  - "FIB_1M"
21616   layout:
21617     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21618     layout: "plot-latency"
21619
21620 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
21621 -
21622   type: "plot"
21623   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21624   algorithm: "plot_latency_error_bars"
21625   output-file-type: ".html"
21626   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21627   data: "plot-vpp-throughput-latency-3n-hsw"
21628   filter: "'NIC_Intel-XL710' and
21629            '64B' and
21630            'NDRPDR' and
21631            ('ETH' or 'DOT1Q') and
21632            'BASE' and
21633            '1T1C' and
21634            ('L2BDMACLRN' or 'L2XCFWD') and
21635            'VHOST_1024' and
21636            not 'VXLAN' and
21637            not 'IP4FWD' and
21638            not '2VM'"
21639   parameters:
21640   - "latency"
21641   - "parent"
21642   - "tags"
21643 #  sort:
21644 #  - "not CFS_OPT"
21645 #  - "L2XCFWD"
21646 #  - "not CFS_OPT"
21647 #  - "CFS_OPT"
21648   layout:
21649     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
21650     layout: "plot-latency"
21651
21652 -
21653   type: "plot"
21654   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21655   algorithm: "plot_latency_error_bars"
21656   output-file-type: ".html"
21657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21658   data: "plot-vpp-throughput-latency-3n-hsw"
21659   filter: "'NIC_Intel-XL710' and
21660            '64B' and
21661            'NDRPDR' and
21662            ('ETH' or 'DOT1Q') and
21663            'BASE' and
21664            '2T2C' and
21665            ('L2BDMACLRN' or 'L2XCFWD') and
21666            'VHOST_1024' and
21667            not 'VXLAN' and
21668            not 'IP4FWD' and
21669            not '2VM'"
21670   parameters:
21671   - "latency"
21672   - "parent"
21673   - "tags"
21674 #  sort:
21675 #  - "not CFS_OPT"
21676 #  - "L2XCFWD"
21677 #  - "not CFS_OPT"
21678 #  - "CFS_OPT"
21679   layout:
21680     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
21681     layout: "plot-latency"
21682
21683 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
21684 -
21685   type: "plot"
21686   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21687   algorithm: "plot_latency_error_bars"
21688   output-file-type: ".html"
21689   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21690   data: "plot-vpp-throughput-latency-3n-hsw"
21691   filter: "'NIC_Intel-XL710' and
21692            '64B' and
21693            'NDRPDR' and
21694            ('ETH' or 'DOT1Q') and
21695            '1T1C' and
21696            ('L2BDMACLRN' or 'L2XCFWD') and
21697            'VHOST_1024' and
21698            not 'CFS_OPT' and
21699            not 'VXLAN' and
21700            not 'IP4FWD'"
21701   parameters:
21702   - "latency"
21703   - "parent"
21704   - "tags"
21705 #  sort:
21706 #  - "1VM"
21707 #  - "L2XCFWD"
21708 #  - "1VM"
21709 #  - "L2BDMACLRN"
21710   layout:
21711     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
21712     layout: "plot-latency"
21713
21714 -
21715   type: "plot"
21716   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21717   algorithm: "plot_latency_error_bars"
21718   output-file-type: ".html"
21719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21720   data: "plot-vpp-throughput-latency-3n-hsw"
21721   filter: "'NIC_Intel-XL710' and
21722            '64B' and
21723            'NDRPDR' and
21724            ('ETH' or 'DOT1Q') and
21725            '2T2C' and
21726            ('L2BDMACLRN' or 'L2XCFWD') and
21727            'VHOST_1024' and
21728            not 'CFS_OPT' and
21729            not 'VXLAN' and
21730            not 'IP4FWD'"
21731   parameters:
21732   - "latency"
21733   - "parent"
21734   - "tags"
21735 #  sort:
21736 #  - "1VM"
21737 #  - "L2XCFWD"
21738 #  - "1VM"
21739 #  - "L2BDMACLRN"
21740   layout:
21741     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
21742     layout: "plot-latency"
21743
21744 # Packet Latency - VPP vhost ip4 3n-skx-x710
21745 -
21746   type: "plot"
21747   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21748   algorithm: "plot_latency_error_bars"
21749   output-file-type: ".html"
21750   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21751   data: "plot-vpp-throughput-latency-3n-skx"
21752   filter: "'NIC_Intel-X710' and
21753            '64B' and
21754            'NDRPDR' and
21755            'ETH' and
21756            'IP4FWD' and
21757            '2T1C' and
21758            'VHOST_1024' and
21759            not 'VXLAN' and
21760            not 'DOT1Q'"
21761   parameters:
21762   - "latency"
21763   - "parent"
21764   - "tags"
21765   sort:
21766   - "not CFS_OPT"
21767   - "1VM"
21768   - "2VM"
21769   layout:
21770     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21771     layout: "plot-latency"
21772
21773 -
21774   type: "plot"
21775   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21776   algorithm: "plot_latency_error_bars"
21777   output-file-type: ".html"
21778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21779   data: "plot-vpp-throughput-latency-3n-skx"
21780   filter: "'NIC_Intel-X710' and
21781            '64B' and
21782            'NDRPDR' and
21783            'ETH' and
21784            'IP4FWD' and
21785            '4T2C' and
21786            'VHOST_1024' and
21787            not 'VXLAN' and
21788            not 'DOT1Q'"
21789   parameters:
21790   - "latency"
21791   - "parent"
21792   - "tags"
21793   sort:
21794   - "not CFS_OPT"
21795   - "1VM"
21796   - "2VM"
21797   layout:
21798     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21799     layout: "plot-latency"
21800
21801 # Packet Latency - VPP vhost l2sw 3n-skx-x710
21802 -
21803   type: "plot"
21804   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21805   algorithm: "plot_latency_error_bars"
21806   output-file-type: ".html"
21807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21808   data: "plot-vpp-throughput-latency-3n-skx"
21809   filter: "'NIC_Intel-X710' and
21810            '64B' and
21811            'NDRPDR' and
21812            ('ETH' or 'DOT1Q') and
21813            '2T1C' and
21814            'L2BDMACLRN' and
21815            'VHOST_1024' and
21816            not 'VXLAN' and
21817            not 'IP4FWD' and
21818            not '2VM'"
21819   parameters:
21820   - "latency"
21821   - "parent"
21822   - "tags"
21823 #  sort:
21824 #  - "VM"  # "not CFS_OPT"
21825 #  - "CFS_OPT"
21826 #  - "FIB_10K"
21827 #  - "FIB_100K"
21828 #  - "FIB_1M"
21829   layout:
21830     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21831     layout: "plot-latency"
21832
21833 -
21834   type: "plot"
21835   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21836   algorithm: "plot_latency_error_bars"
21837   output-file-type: ".html"
21838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21839   data: "plot-vpp-throughput-latency-3n-skx"
21840   filter: "'NIC_Intel-X710' and
21841            '64B' and
21842            'NDRPDR' and
21843            ('ETH' or 'DOT1Q') and
21844            '4T2C' and
21845            'L2BDMACLRN' and
21846            'VHOST_1024' and
21847            not 'VXLAN' and
21848            not 'IP4FWD' and
21849            not '2VM'"
21850   parameters:
21851   - "latency"
21852   - "parent"
21853   - "tags"
21854 #  sort:
21855 #  - "VM"  # "not CFS_OPT"
21856 #  - "CFS_OPT"
21857 #  - "FIB_10K"
21858 #  - "FIB_100K"
21859 #  - "FIB_1M"
21860   layout:
21861     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21862     layout: "plot-latency"
21863
21864 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21865 -
21866   type: "plot"
21867   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21868   algorithm: "plot_latency_error_bars"
21869   output-file-type: ".html"
21870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21871   data: "plot-vpp-throughput-latency-3n-skx"
21872   filter: "'NIC_Intel-X710' and
21873            '64B' and
21874            'NDRPDR' and
21875            ('ETH' or 'DOT1Q') and
21876            'BASE' and
21877            '2T1C' and
21878            ('L2BDMACLRN' or 'L2XCFWD') and
21879            'VHOST_1024' and
21880            not 'VXLAN' and
21881            not 'IP4FWD' and
21882            not '2VM' and
21883            not 'LBOND'"
21884   parameters:
21885   - "latency"
21886   - "parent"
21887   - "tags"
21888 #  sort:
21889 #  - "not CFS_OPT"
21890 #  - "L2XCFWD"
21891 #  - "not CFS_OPT"
21892 #  - "CFS_OPT"
21893   layout:
21894     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21895     layout: "plot-latency"
21896
21897 -
21898   type: "plot"
21899   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21900   algorithm: "plot_latency_error_bars"
21901   output-file-type: ".html"
21902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21903   data: "plot-vpp-throughput-latency-3n-skx"
21904   filter: "'NIC_Intel-X710' and
21905            '64B' and
21906            'NDRPDR' and
21907            ('ETH' or 'DOT1Q') and
21908            'BASE' and
21909            '4T2C' and
21910            ('L2BDMACLRN' or 'L2XCFWD') and
21911            'VHOST_1024' and
21912            not 'VXLAN' and
21913            not 'IP4FWD' and
21914            not '2VM' and
21915            not 'LBOND'"
21916   parameters:
21917   - "latency"
21918   - "parent"
21919   - "tags"
21920 #  sort:
21921 #  - "not CFS_OPT"
21922 #  - "L2XCFWD"
21923 #  - "not CFS_OPT"
21924 #  - "CFS_OPT"
21925   layout:
21926     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21927     layout: "plot-latency"
21928
21929 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21930 -
21931   type: "plot"
21932   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21933   algorithm: "plot_latency_error_bars"
21934   output-file-type: ".html"
21935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21936   data: "plot-vpp-throughput-latency-3n-skx"
21937   filter: "'NIC_Intel-X710' and
21938            '64B' and
21939            'NDRPDR' and
21940            ('ETH' or 'DOT1Q') and
21941            '2T1C' and
21942            ('L2BDMACLRN' or 'L2XCFWD') and
21943            'VHOST_1024' and
21944            not 'CFS_OPT' and
21945            not 'VXLAN' and
21946            not 'IP4FWD' and
21947            not 'LBOND'"
21948   parameters:
21949   - "latency"
21950   - "parent"
21951   - "tags"
21952 #  sort:
21953 #  - "1VM"
21954 #  - "L2XCFWD"
21955 #  - "1VM"
21956 #  - "L2BDMACLRN"
21957   layout:
21958     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21959     layout: "plot-latency"
21960
21961 -
21962   type: "plot"
21963   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21964   algorithm: "plot_latency_error_bars"
21965   output-file-type: ".html"
21966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21967   data: "plot-vpp-throughput-latency-3n-skx"
21968   filter: "'NIC_Intel-X710' and
21969            '64B' and
21970            'NDRPDR' and
21971            ('ETH' or 'DOT1Q') and
21972            '4T2C' and
21973            ('L2BDMACLRN' or 'L2XCFWD') and
21974            'VHOST_1024' and
21975            not 'CFS_OPT' and
21976            not 'VXLAN' and
21977            not 'IP4FWD' and
21978            not 'LBOND'"
21979   parameters:
21980   - "latency"
21981   - "parent"
21982   - "tags"
21983 #  sort:
21984 #  - "1VM"
21985 #  - "L2XCFWD"
21986 #  - "1VM"
21987 #  - "L2BDMACLRN"
21988   layout:
21989     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21990     layout: "plot-latency"
21991
21992 # Packet Latency - VPP vhost ip4 2n-skx-x710
21993 -
21994   type: "plot"
21995   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21996   algorithm: "plot_latency_error_bars"
21997   output-file-type: ".html"
21998   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21999   data: "plot-vpp-throughput-latency-2n-skx"
22000   filter: "'NIC_Intel-X710' and
22001            '64B' and
22002            'NDRPDR' and
22003            'ETH' and
22004            'IP4FWD' and
22005            '2T1C' and
22006            'VHOST_1024' and
22007            not 'VXLAN' and
22008            not 'DOT1Q'"
22009   parameters:
22010   - "latency"
22011   - "parent"
22012   - "tags"
22013   sort:
22014   - "not CFS_OPT"
22015   - "1VM"
22016   - "2VM"
22017   layout:
22018     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22019     layout: "plot-latency"
22020
22021 -
22022   type: "plot"
22023   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22024   algorithm: "plot_latency_error_bars"
22025   output-file-type: ".html"
22026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22027   data: "plot-vpp-throughput-latency-2n-skx"
22028   filter: "'NIC_Intel-X710' and
22029            '64B' and
22030            'NDRPDR' and
22031            'ETH' and
22032            'IP4FWD' and
22033            '4T2C' and
22034            'VHOST_1024' and
22035            not 'VXLAN' and
22036            not 'DOT1Q'"
22037   parameters:
22038   - "latency"
22039   - "parent"
22040   - "tags"
22041   sort:
22042   - "not CFS_OPT"
22043   - "1VM"
22044   - "2VM"
22045   layout:
22046     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22047     layout: "plot-latency"
22048
22049 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22050 -
22051   type: "plot"
22052   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22053   algorithm: "plot_latency_error_bars"
22054   output-file-type: ".html"
22055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22056   data: "plot-vpp-throughput-latency-2n-skx"
22057   filter: "'NIC_Intel-X710' and
22058            '64B' and
22059            'NDRPDR' and
22060            ('ETH' or 'DOT1Q') and
22061            '2T1C' and
22062            'L2BDMACLRN' and
22063            'VHOST_1024' and
22064            not 'VXLAN' and
22065            not 'IP4FWD' and
22066            not '2VM'"
22067   parameters:
22068   - "latency"
22069   - "parent"
22070   - "tags"
22071 #  sort:
22072 #  - "VM"  # "not CFS_OPT"
22073 #  - "CFS_OPT"
22074 #  - "FIB_10K"
22075 #  - "FIB_100K"
22076 #  - "FIB_1M"
22077   layout:
22078     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22079     layout: "plot-latency"
22080
22081 -
22082   type: "plot"
22083   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22084   algorithm: "plot_latency_error_bars"
22085   output-file-type: ".html"
22086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22087   data: "plot-vpp-throughput-latency-2n-skx"
22088   filter: "'NIC_Intel-X710' and
22089            '64B' and
22090            'NDRPDR' and
22091            ('ETH' or 'DOT1Q') and
22092            '4T2C' and
22093            'L2BDMACLRN' and
22094            'VHOST_1024' and
22095            not 'VXLAN' and
22096            not 'IP4FWD' and
22097            not '2VM'"
22098   parameters:
22099   - "latency"
22100   - "parent"
22101   - "tags"
22102 #  sort:
22103 #  - "VM"  # "not CFS_OPT"
22104 #  - "CFS_OPT"
22105 #  - "FIB_10K"
22106 #  - "FIB_100K"
22107 #  - "FIB_1M"
22108   layout:
22109     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22110     layout: "plot-latency"
22111
22112 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22113 -
22114   type: "plot"
22115   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22116   algorithm: "plot_latency_error_bars"
22117   output-file-type: ".html"
22118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22119   data: "plot-vpp-throughput-latency-2n-skx"
22120   filter: "'NIC_Intel-X710' and
22121            '64B' and
22122            'NDRPDR' and
22123            ('ETH' or 'DOT1Q') and
22124            'BASE' and
22125            '2T1C' and
22126            ('L2BDMACLRN' or 'L2XCFWD') and
22127            'VHOST_1024' and
22128            not 'VXLAN' and
22129            not 'IP4FWD' and
22130            not '2VM'"
22131   parameters:
22132   - "latency"
22133   - "parent"
22134   - "tags"
22135 #  sort:
22136 #  - "not CFS_OPT"
22137 #  - "L2XCFWD"
22138 #  - "not CFS_OPT"
22139 #  - "CFS_OPT"
22140   layout:
22141     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22142     layout: "plot-latency"
22143
22144 -
22145   type: "plot"
22146   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22147   algorithm: "plot_latency_error_bars"
22148   output-file-type: ".html"
22149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22150   data: "plot-vpp-throughput-latency-2n-skx"
22151   filter: "'NIC_Intel-X710' and
22152            '64B' and
22153            'NDRPDR' and
22154            ('ETH' or 'DOT1Q') and
22155            'BASE' and
22156            '4T2C' and
22157            ('L2BDMACLRN' or 'L2XCFWD') and
22158            'VHOST_1024' and
22159            not 'VXLAN' and
22160            not 'IP4FWD' and
22161            not '2VM'"
22162   parameters:
22163   - "latency"
22164   - "parent"
22165   - "tags"
22166 #  sort:
22167 #  - "not CFS_OPT"
22168 #  - "L2XCFWD"
22169 #  - "not CFS_OPT"
22170 #  - "CFS_OPT"
22171   layout:
22172     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22173     layout: "plot-latency"
22174
22175 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22176 -
22177   type: "plot"
22178   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22179   algorithm: "plot_latency_error_bars"
22180   output-file-type: ".html"
22181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22182   data: "plot-vpp-throughput-latency-2n-skx"
22183   filter: "'NIC_Intel-X710' and
22184            '64B' and
22185            'NDRPDR' and
22186            ('ETH' or 'DOT1Q') and
22187            '2T1C' and
22188            ('L2BDMACLRN' or 'L2XCFWD') and
22189            'VHOST_1024' and
22190            not 'CFS_OPT' and
22191            not 'VXLAN' and
22192            not 'IP4FWD'"
22193   parameters:
22194   - "latency"
22195   - "parent"
22196   - "tags"
22197 #  sort:
22198 #  - "1VM"
22199 #  - "L2XCFWD"
22200 #  - "1VM"
22201 #  - "L2BDMACLRN"
22202   layout:
22203     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22204     layout: "plot-latency"
22205
22206 -
22207   type: "plot"
22208   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22209   algorithm: "plot_latency_error_bars"
22210   output-file-type: ".html"
22211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22212   data: "plot-vpp-throughput-latency-2n-skx"
22213   filter: "'NIC_Intel-X710' and
22214            '64B' and
22215            'NDRPDR' and
22216            ('ETH' or 'DOT1Q') and
22217            '4T2C' and
22218            ('L2BDMACLRN' or 'L2XCFWD') and
22219            'VHOST_1024' and
22220            not 'CFS_OPT' and
22221            not 'VXLAN' and
22222            not 'IP4FWD'"
22223   parameters:
22224   - "latency"
22225   - "parent"
22226   - "tags"
22227 #  sort:
22228 #  - "1VM"
22229 #  - "L2XCFWD"
22230 #  - "1VM"
22231 #  - "L2BDMACLRN"
22232   layout:
22233     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22234     layout: "plot-latency"
22235
22236 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22237 -
22238   type: "plot"
22239   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22240   algorithm: "plot_latency_error_bars"
22241   output-file-type: ".html"
22242   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22243   data: "plot-vpp-throughput-latency-2n-skx"
22244   filter: "'NIC_Intel-XXV710' and
22245            '64B' and
22246            'NDRPDR' and
22247            'ETH' and
22248            'IP4FWD' and
22249            '2T1C' and
22250            'VHOST_1024' and
22251            not 'VXLAN' and
22252            not 'DOT1Q'"
22253   parameters:
22254   - "latency"
22255   - "parent"
22256   - "tags"
22257   sort:
22258   - "not CFS_OPT"
22259   - "1VM"
22260   - "2VM"
22261   layout:
22262     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22263     layout: "plot-latency"
22264
22265 -
22266   type: "plot"
22267   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22268   algorithm: "plot_latency_error_bars"
22269   output-file-type: ".html"
22270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22271   data: "plot-vpp-throughput-latency-2n-skx"
22272   filter: "'NIC_Intel-XXV710' and
22273            '64B' and
22274            'NDRPDR' and
22275            'ETH' and
22276            'IP4FWD' and
22277            '4T2C' and
22278            'VHOST_1024' and
22279            not 'VXLAN' and
22280            not 'DOT1Q'"
22281   parameters:
22282   - "latency"
22283   - "parent"
22284   - "tags"
22285   sort:
22286   - "not CFS_OPT"
22287   - "1VM"
22288   - "2VM"
22289   layout:
22290     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22291     layout: "plot-latency"
22292
22293 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
22294 -
22295   type: "plot"
22296   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22297   algorithm: "plot_latency_error_bars"
22298   output-file-type: ".html"
22299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22300   data: "plot-vpp-throughput-latency-2n-skx"
22301   filter: "'NIC_Intel-XXV710' and
22302            '64B' and
22303            'NDRPDR' and
22304            ('ETH' or 'DOT1Q') and
22305            '2T1C' and
22306            'L2BDMACLRN' and
22307            'VHOST_1024' and
22308            not 'VXLAN' and
22309            not 'IP4FWD' and
22310            not '2VM'"
22311   parameters:
22312   - "latency"
22313   - "parent"
22314   - "tags"
22315 #  sort:
22316 #  - "VM"  # "not CFS_OPT"
22317 #  - "CFS_OPT"
22318 #  - "FIB_10K"
22319 #  - "FIB_100K"
22320 #  - "FIB_1M"
22321   layout:
22322     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22323     layout: "plot-latency"
22324
22325 -
22326   type: "plot"
22327   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22328   algorithm: "plot_latency_error_bars"
22329   output-file-type: ".html"
22330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22331   data: "plot-vpp-throughput-latency-2n-skx"
22332   filter: "'NIC_Intel-XXV710' and
22333            '64B' and
22334            'NDRPDR' and
22335            ('ETH' or 'DOT1Q') and
22336            '4T2C' and
22337            'L2BDMACLRN' and
22338            'VHOST_1024' and
22339            not 'VXLAN' and
22340            not 'IP4FWD' and
22341            not '2VM'"
22342   parameters:
22343   - "latency"
22344   - "parent"
22345   - "tags"
22346 #  sort:
22347 #  - "VM"  # "not CFS_OPT"
22348 #  - "CFS_OPT"
22349 #  - "FIB_10K"
22350 #  - "FIB_100K"
22351 #  - "FIB_1M"
22352   layout:
22353     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22354     layout: "plot-latency"
22355
22356 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22357 -
22358   type: "plot"
22359   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22360   algorithm: "plot_latency_error_bars"
22361   output-file-type: ".html"
22362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22363   data: "plot-vpp-throughput-latency-2n-skx"
22364   filter: "'NIC_Intel-XXV710' and
22365            '64B' and
22366            'NDRPDR' and
22367            ('ETH' or 'DOT1Q') and
22368            'BASE' and
22369            '2T1C' and
22370            ('L2BDMACLRN' or 'L2XCFWD') and
22371            'VHOST_1024' and
22372            not 'VXLAN' and
22373            not 'IP4FWD' and
22374            not '2VM'"
22375   parameters:
22376   - "latency"
22377   - "parent"
22378   - "tags"
22379 #  sort:
22380 #  - "not CFS_OPT"
22381 #  - "L2XCFWD"
22382 #  - "not CFS_OPT"
22383 #  - "CFS_OPT"
22384   layout:
22385     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
22386     layout: "plot-latency"
22387
22388 -
22389   type: "plot"
22390   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22391   algorithm: "plot_latency_error_bars"
22392   output-file-type: ".html"
22393   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22394   data: "plot-vpp-throughput-latency-2n-skx"
22395   filter: "'NIC_Intel-XXV710' and
22396            '64B' and
22397            'NDRPDR' and
22398            ('ETH' or 'DOT1Q') and
22399            'BASE' and
22400            '4T2C' and
22401            ('L2BDMACLRN' or 'L2XCFWD') and
22402            'VHOST_1024' and
22403            not 'VXLAN' and
22404            not 'IP4FWD' and
22405            not '2VM'"
22406   parameters:
22407   - "latency"
22408   - "parent"
22409   - "tags"
22410 #  sort:
22411 #  - "not CFS_OPT"
22412 #  - "L2XCFWD"
22413 #  - "not CFS_OPT"
22414 #  - "CFS_OPT"
22415   layout:
22416     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
22417     layout: "plot-latency"
22418
22419 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22420 -
22421   type: "plot"
22422   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22423   algorithm: "plot_latency_error_bars"
22424   output-file-type: ".html"
22425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22426   data: "plot-vpp-throughput-latency-2n-skx"
22427   filter: "'NIC_Intel-XXV710' and
22428            '64B' and
22429            'NDRPDR' and
22430            ('ETH' or 'DOT1Q') and
22431            '2T1C' and
22432            ('L2BDMACLRN' or 'L2XCFWD') and
22433            'VHOST_1024' and
22434            not 'CFS_OPT' and
22435            not 'VXLAN' and
22436            not 'IP4FWD'"
22437   parameters:
22438   - "latency"
22439   - "parent"
22440   - "tags"
22441 #  sort:
22442 #  - "1VM"
22443 #  - "L2XCFWD"
22444 #  - "1VM"
22445 #  - "L2BDMACLRN"
22446   layout:
22447     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22448     layout: "plot-latency"
22449
22450 -
22451   type: "plot"
22452   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22453   algorithm: "plot_latency_error_bars"
22454   output-file-type: ".html"
22455   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22456   data: "plot-vpp-throughput-latency-2n-skx"
22457   filter: "'NIC_Intel-XXV710' and
22458            '64B' and
22459            'NDRPDR' and
22460            ('ETH' or 'DOT1Q') and
22461            '4T2C' and
22462            ('L2BDMACLRN' or 'L2XCFWD') and
22463            'VHOST_1024' and
22464            not 'CFS_OPT' and
22465            not 'VXLAN' and
22466            not 'IP4FWD'"
22467   parameters:
22468   - "latency"
22469   - "parent"
22470   - "tags"
22471 #  sort:
22472 #  - "1VM"
22473 #  - "L2XCFWD"
22474 #  - "1VM"
22475 #  - "L2BDMACLRN"
22476   layout:
22477     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22478     layout: "plot-latency"
22479
22480 ################################################################################
22481
22482 # Packet Latency - VPP VTS 3n-hsw-x520
22483 -
22484   type: "plot"
22485   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22486   algorithm: "plot_latency_error_bars"
22487   output-file-type: ".html"
22488   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22489   data: "plot-vpp-throughput-latency-3n-hsw"
22490   filter: "'NIC_Intel-X520-DA2' and
22491            '114B' and
22492            'NDRPDR' and
22493            '1T1C' and
22494            'VTS'"
22495   parameters:
22496   - "latency"
22497   - "parent"
22498   - "tags"
22499   layout:
22500     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22501     layout: "plot-latency"
22502
22503 -
22504   type: "plot"
22505   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22506   algorithm: "plot_latency_error_bars"
22507   output-file-type: ".html"
22508   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22509   data: "plot-vpp-throughput-latency-3n-hsw"
22510   filter: "'NIC_Intel-X520-DA2' and
22511            '114B' and
22512            'NDRPDR' and
22513            '2T2C' and
22514            'VTS'"
22515   parameters:
22516   - "latency"
22517   - "parent"
22518   - "tags"
22519   layout:
22520     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22521     layout: "plot-latency"
22522
22523 ################################################################################
22524
22525 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22526 -
22527   type: "plot"
22528   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22529   algorithm: "plot_latency_error_bars"
22530   output-file-type: ".html"
22531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22532   data: "plot-dpdk-throughput-latency-3n-hsw"
22533   filter: "'NIC_Intel-X520-DA2' and
22534            '64B' and
22535            'BASE' and
22536            'NDRPDR' and
22537            '1T1C' and
22538            'IP4FWD'"
22539   parameters:
22540   - "latency"
22541   - "parent"
22542   - "tags"
22543   layout:
22544     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22545     layout: "plot-latency"
22546
22547 -
22548   type: "plot"
22549   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22550   algorithm: "plot_latency_error_bars"
22551   output-file-type: ".html"
22552   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22553   data: "plot-dpdk-throughput-latency-3n-hsw"
22554   filter: "'NIC_Intel-X520-DA2' and
22555            '64B' and
22556            'BASE' and
22557            'NDRPDR' and
22558            '2T2C' and
22559            'IP4FWD'"
22560   parameters:
22561   - "latency"
22562   - "parent"
22563   - "tags"
22564   layout:
22565     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22566     layout: "plot-latency"
22567
22568 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22569 -
22570   type: "plot"
22571   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22572   algorithm: "plot_latency_error_bars"
22573   output-file-type: ".html"
22574   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22575   data: "plot-dpdk-throughput-latency-3n-hsw"
22576   filter: "'NIC_Intel-X710' and
22577            '64B' and
22578            'BASE' and
22579            'NDRPDR' and
22580            '1T1C' and
22581            'IP4FWD'"
22582   parameters:
22583   - "latency"
22584   - "parent"
22585   - "tags"
22586   layout:
22587     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22588     layout: "plot-latency"
22589
22590 -
22591   type: "plot"
22592   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22593   algorithm: "plot_latency_error_bars"
22594   output-file-type: ".html"
22595   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22596   data: "plot-dpdk-throughput-latency-3n-hsw"
22597   filter: "'NIC_Intel-X710' and
22598            '64B' and
22599            'BASE' and
22600            'NDRPDR' and
22601            '2T2C' and
22602            'IP4FWD'"
22603   parameters:
22604   - "latency"
22605   - "parent"
22606   - "tags"
22607   layout:
22608     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22609     layout: "plot-latency"
22610
22611 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22612 -
22613   type: "plot"
22614   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22615   algorithm: "plot_latency_error_bars"
22616   output-file-type: ".html"
22617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22618   data: "plot-dpdk-throughput-latency-3n-hsw"
22619   filter: "'NIC_Intel-XL710' and
22620            '64B' and
22621            'BASE' and
22622            'NDRPDR' and
22623            '1T1C' and
22624            'IP4FWD'"
22625   parameters:
22626   - "latency"
22627   - "parent"
22628   - "tags"
22629   layout:
22630     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22631     layout: "plot-latency"
22632
22633 -
22634   type: "plot"
22635   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22636   algorithm: "plot_latency_error_bars"
22637   output-file-type: ".html"
22638   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22639   data: "plot-dpdk-throughput-latency-3n-hsw"
22640   filter: "'NIC_Intel-XL710' and
22641            '64B' and
22642            'BASE' and
22643            'NDRPDR' and
22644            '2T2C' and
22645            'IP4FWD'"
22646   parameters:
22647   - "latency"
22648   - "parent"
22649   - "tags"
22650   layout:
22651     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22652     layout: "plot-latency"
22653
22654 # Packet Latency - DPDK l3fwd 3n-skx-x710
22655 -
22656   type: "plot"
22657   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22658   algorithm: "plot_latency_error_bars"
22659   output-file-type: ".html"
22660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22661   data: "plot-dpdk-throughput-latency-3n-skx"
22662   filter: "'NIC_Intel-X710' and
22663            '64B' and
22664            'BASE' and
22665            'NDRPDR' and
22666            '2T1C' and
22667            'IP4FWD'"
22668   parameters:
22669   - "latency"
22670   - "parent"
22671   - "tags"
22672   layout:
22673     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22674     layout: "plot-latency"
22675
22676 -
22677   type: "plot"
22678   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22679   algorithm: "plot_latency_error_bars"
22680   output-file-type: ".html"
22681   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22682   data: "plot-dpdk-throughput-latency-3n-skx"
22683   filter: "'NIC_Intel-X710' and
22684            '64B' and
22685            'BASE' and
22686            'NDRPDR' and
22687            '4T2C' and
22688            'IP4FWD'"
22689   parameters:
22690   - "latency"
22691   - "parent"
22692   - "tags"
22693   layout:
22694     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22695     layout: "plot-latency"
22696
22697 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22698 -
22699   type: "plot"
22700   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22701   algorithm: "plot_latency_error_bars"
22702   output-file-type: ".html"
22703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22704   data: "plot-dpdk-throughput-latency-3n-skx"
22705   filter: "'NIC_Intel-XXV710' and
22706            '64B' and
22707            'BASE' and
22708            'NDRPDR' and
22709            '2T1C' and
22710            'IP4FWD'"
22711   parameters:
22712   - "latency"
22713   - "parent"
22714   - "tags"
22715   layout:
22716     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22717     layout: "plot-latency"
22718
22719 -
22720   type: "plot"
22721   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22722   algorithm: "plot_latency_error_bars"
22723   output-file-type: ".html"
22724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22725   data: "plot-dpdk-throughput-latency-3n-skx"
22726   filter: "'NIC_Intel-XXV710' and
22727            '64B' and
22728            'BASE' and
22729            'NDRPDR' and
22730            '4T2C' and
22731            'IP4FWD'"
22732   parameters:
22733   - "latency"
22734   - "parent"
22735   - "tags"
22736   layout:
22737     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22738     layout: "plot-latency"
22739
22740 # Packet Latency - DPDK l3fwd 2n-skx-x710
22741 -
22742   type: "plot"
22743   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22744   algorithm: "plot_latency_error_bars"
22745   output-file-type: ".html"
22746   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22747   data: "plot-dpdk-throughput-latency-2n-skx"
22748   filter: "'NIC_Intel-X710' and
22749            '64B' and
22750            'BASE' and
22751            'NDRPDR' and
22752            '2T1C' and
22753            'IP4FWD'"
22754   parameters:
22755   - "latency"
22756   - "parent"
22757   - "tags"
22758   layout:
22759     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22760     layout: "plot-latency"
22761
22762 -
22763   type: "plot"
22764   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22765   algorithm: "plot_latency_error_bars"
22766   output-file-type: ".html"
22767   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22768   data: "plot-dpdk-throughput-latency-2n-skx"
22769   filter: "'NIC_Intel-X710' and
22770            '64B' and
22771            'BASE' and
22772            'NDRPDR' and
22773            '4T2C' and
22774            'IP4FWD'"
22775   parameters:
22776   - "latency"
22777   - "parent"
22778   - "tags"
22779   layout:
22780     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22781     layout: "plot-latency"
22782
22783 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22784 -
22785   type: "plot"
22786   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22787   algorithm: "plot_latency_error_bars"
22788   output-file-type: ".html"
22789   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22790   data: "plot-dpdk-throughput-latency-2n-skx"
22791   filter: "'NIC_Intel-XXV710' and
22792            '64B' and
22793            'BASE' and
22794            'NDRPDR' and
22795            '2T1C' and
22796            'IP4FWD'"
22797   parameters:
22798   - "latency"
22799   - "parent"
22800   - "tags"
22801   layout:
22802     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22803     layout: "plot-latency"
22804
22805 -
22806   type: "plot"
22807   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22808   algorithm: "plot_latency_error_bars"
22809   output-file-type: ".html"
22810   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22811   data: "plot-dpdk-throughput-latency-2n-skx"
22812   filter: "'NIC_Intel-XXV710' and
22813            '64B' and
22814            'BASE' and
22815            'NDRPDR' and
22816            '4T2C' and
22817            'IP4FWD'"
22818   parameters:
22819   - "latency"
22820   - "parent"
22821   - "tags"
22822   layout:
22823     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22824     layout: "plot-latency"
22825
22826 ################################################################################
22827
22828 # Packet Latency - DPDK testpmd 3n-hsw-x520
22829 -
22830   type: "plot"
22831   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22832   algorithm: "plot_latency_error_bars"
22833   output-file-type: ".html"
22834   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22835   data: "plot-dpdk-throughput-latency-3n-hsw"
22836   filter: "'NIC_Intel-X520-DA2' and
22837            '64B' and
22838            'BASE' and
22839            'NDRPDR' and
22840            '1T1C' and
22841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22842   parameters:
22843   - "latency"
22844   - "parent"
22845   - "tags"
22846   layout:
22847     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22848     layout: "plot-latency"
22849
22850 -
22851   type: "plot"
22852   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22853   algorithm: "plot_latency_error_bars"
22854   output-file-type: ".html"
22855   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22856   data: "plot-dpdk-throughput-latency-3n-hsw"
22857   filter: "'NIC_Intel-X520-DA2' and
22858            '64B' and
22859            'BASE' and
22860            'NDRPDR' and
22861            '2T2C' and
22862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22863   parameters:
22864   - "latency"
22865   - "parent"
22866   - "tags"
22867   layout:
22868     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22869     layout: "plot-latency"
22870
22871 # Packet Latency - DPDK testpmd 3n-hsw-x710
22872 -
22873   type: "plot"
22874   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22875   algorithm: "plot_latency_error_bars"
22876   output-file-type: ".html"
22877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22878   data: "plot-dpdk-throughput-latency-3n-hsw"
22879   filter: "'NIC_Intel-X710' and
22880            '64B' and
22881            'BASE' and
22882            'NDRPDR' and
22883            '1T1C' and
22884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22885   parameters:
22886   - "latency"
22887   - "parent"
22888   - "tags"
22889   layout:
22890     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22891     layout: "plot-latency"
22892
22893 -
22894   type: "plot"
22895   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22896   algorithm: "plot_latency_error_bars"
22897   output-file-type: ".html"
22898   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22899   data: "plot-dpdk-throughput-latency-3n-hsw"
22900   filter: "'NIC_Intel-X710' and
22901            '64B' and
22902            'BASE' and
22903            'NDRPDR' and
22904            '2T2C' and
22905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22906   parameters:
22907   - "latency"
22908   - "parent"
22909   - "tags"
22910   layout:
22911     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22912     layout: "plot-latency"
22913
22914 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22915 -
22916   type: "plot"
22917   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22918   algorithm: "plot_latency_error_bars"
22919   output-file-type: ".html"
22920   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22921   data: "plot-dpdk-throughput-latency-3n-hsw"
22922   filter: "'NIC_Intel-XL710' and
22923            '64B' and
22924            'BASE' and
22925            'NDRPDR' and
22926            '1T1C' and
22927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22928   parameters:
22929   - "latency"
22930   - "parent"
22931   - "tags"
22932   layout:
22933     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22934     layout: "plot-latency"
22935
22936 -
22937   type: "plot"
22938   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22939   algorithm: "plot_latency_error_bars"
22940   output-file-type: ".html"
22941   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22942   data: "plot-dpdk-throughput-latency-3n-hsw"
22943   filter: "'NIC_Intel-XL710' and
22944            '64B' and
22945            'BASE' and
22946            'NDRPDR' and
22947            '2T2C' and
22948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22949   parameters:
22950   - "latency"
22951   - "parent"
22952   - "tags"
22953   layout:
22954     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22955     layout: "plot-latency"
22956
22957 # Packet Latency - DPDK testpmd 3n-skx-x710
22958 -
22959   type: "plot"
22960   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22961   algorithm: "plot_latency_error_bars"
22962   output-file-type: ".html"
22963   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22964   data: "plot-dpdk-throughput-latency-3n-skx"
22965   filter: "'NIC_Intel-X710' and
22966            '64B' and
22967            'BASE' and
22968            'NDRPDR' and
22969            '2T1C' and
22970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22971   parameters:
22972   - "latency"
22973   - "parent"
22974   - "tags"
22975   layout:
22976     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22977     layout: "plot-latency"
22978
22979 -
22980   type: "plot"
22981   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22982   algorithm: "plot_latency_error_bars"
22983   output-file-type: ".html"
22984   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22985   data: "plot-dpdk-throughput-latency-3n-skx"
22986   filter: "'NIC_Intel-X710' and
22987            '64B' and
22988            'BASE' and
22989            'NDRPDR' and
22990            '4T2C' and
22991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22992   parameters:
22993   - "latency"
22994   - "parent"
22995   - "tags"
22996   layout:
22997     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22998     layout: "plot-latency"
22999
23000 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23001 -
23002   type: "plot"
23003   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23004   algorithm: "plot_latency_error_bars"
23005   output-file-type: ".html"
23006   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23007   data: "plot-dpdk-throughput-latency-3n-skx"
23008   filter: "'NIC_Intel-XXV710' and
23009            '64B' and
23010            'BASE' and
23011            'NDRPDR' and
23012            '2T1C' and
23013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23014   parameters:
23015   - "latency"
23016   - "parent"
23017   - "tags"
23018   layout:
23019     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23020     layout: "plot-latency"
23021
23022 -
23023   type: "plot"
23024   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23025   algorithm: "plot_latency_error_bars"
23026   output-file-type: ".html"
23027   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23028   data: "plot-dpdk-throughput-latency-3n-skx"
23029   filter: "'NIC_Intel-XXV710' and
23030            '64B' and
23031            'BASE' and
23032            'NDRPDR' and
23033            '4T2C' and
23034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23035   parameters:
23036   - "latency"
23037   - "parent"
23038   - "tags"
23039   layout:
23040     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23041     layout: "plot-latency"
23042
23043 # Packet Latency - DPDK testpmd 2n-skx-x710
23044 -
23045   type: "plot"
23046   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23047   algorithm: "plot_latency_error_bars"
23048   output-file-type: ".html"
23049   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23050   data: "plot-dpdk-throughput-latency-2n-skx"
23051   filter: "'NIC_Intel-X710' and
23052            '64B' and
23053            'BASE' and
23054            'NDRPDR' and
23055            '2T1C' and
23056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23057   parameters:
23058   - "latency"
23059   - "parent"
23060   - "tags"
23061   layout:
23062     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23063     layout: "plot-latency"
23064
23065 -
23066   type: "plot"
23067   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23068   algorithm: "plot_latency_error_bars"
23069   output-file-type: ".html"
23070   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23071   data: "plot-dpdk-throughput-latency-2n-skx"
23072   filter: "'NIC_Intel-X710' and
23073            '64B' and
23074            'BASE' and
23075            'NDRPDR' and
23076            '4T2C' and
23077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23078   parameters:
23079   - "latency"
23080   - "parent"
23081   - "tags"
23082   layout:
23083     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23084     layout: "plot-latency"
23085
23086 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23087 -
23088   type: "plot"
23089   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23090   algorithm: "plot_latency_error_bars"
23091   output-file-type: ".html"
23092   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23093   data: "plot-dpdk-throughput-latency-2n-skx"
23094   filter: "'NIC_Intel-XXV710' and
23095            '64B' and
23096            'BASE' and
23097            'NDRPDR' and
23098            '2T1C' and
23099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23100   parameters:
23101   - "latency"
23102   - "parent"
23103   - "tags"
23104   layout:
23105     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23106     layout: "plot-latency"
23107
23108 -
23109   type: "plot"
23110   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23111   algorithm: "plot_latency_error_bars"
23112   output-file-type: ".html"
23113   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23114   data: "plot-dpdk-throughput-latency-2n-skx"
23115   filter: "'NIC_Intel-XXV710' and
23116            '64B' and
23117            'BASE' and
23118            'NDRPDR' and
23119            '4T2C' and
23120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23121   parameters:
23122   - "latency"
23123   - "parent"
23124   - "tags"
23125   layout:
23126     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23127     layout: "plot-latency"
23128
23129 ################################################################################
23130
23131 # Speedup - VPP Container Memif 3n-hsw-x520
23132 -
23133   type: "plot"
23134   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23135   algorithm: "plot_throughput_speedup_analysis"
23136   output-file-type: ".html"
23137   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23138   data: "plot-throughput-speedup-analysis-3n-hsw"
23139   filter: "'NIC_Intel-X520-DA2' and
23140            '64B' and
23141            ('BASE' or 'SCALE') and
23142            'NDRPDR' and
23143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23144            not 'VHOST' and
23145            'MEMIF'"
23146   parameters:
23147   - "throughput"
23148   - "parent"
23149   - "tags"
23150   sort:
23151   - "L2XCFWD"
23152   - "L2XCFWD"
23153   - "L2XCFWD"
23154   - "L2BDMACLRN"
23155   - "L2BDMACLRN"
23156   - "L2BDMACLRN"
23157   layout:
23158     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23159     layout: "plot-throughput-speedup-analysis"
23160
23161 -
23162   type: "plot"
23163   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23164   algorithm: "plot_throughput_speedup_analysis"
23165   output-file-type: ".html"
23166   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23167   data: "plot-throughput-speedup-analysis-3n-hsw"
23168   filter: "'NIC_Intel-X520-DA2' and
23169            '64B' and
23170            ('BASE' or 'SCALE') and
23171            'NDRPDR' and
23172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23173            not 'VHOST' and
23174            'MEMIF'"
23175   parameters:
23176   - "throughput"
23177   - "parent"
23178   - "tags"
23179   sort:
23180   - "L2XCFWD"
23181   - "L2XCFWD"
23182   - "L2XCFWD"
23183   - "L2BDMACLRN"
23184   - "L2BDMACLRN"
23185   - "L2BDMACLRN"
23186   layout:
23187     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
23188     layout: "plot-throughput-speedup-analysis"
23189
23190 # Speedup - VPP Container Memif 3n-hsw-x710
23191 -
23192   type: "plot"
23193   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23194   algorithm: "plot_throughput_speedup_analysis"
23195   output-file-type: ".html"
23196   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23197   data: "plot-throughput-speedup-analysis-3n-hsw"
23198   filter: "'NIC_Intel-X710' and
23199            '64B' and
23200            ('BASE' or 'SCALE') and
23201            'NDRPDR' and
23202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23203            not 'VHOST' and
23204            'MEMIF'"
23205   parameters:
23206   - "throughput"
23207   - "parent"
23208   - "tags"
23209   sort:
23210   - "L2XCFWD"
23211   - "L2XCFWD"
23212   - "L2XCFWD"
23213   - "L2BDMACLRN"
23214   - "L2BDMACLRN"
23215   - "L2BDMACLRN"
23216   layout:
23217     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
23218     layout: "plot-throughput-speedup-analysis"
23219
23220 -
23221   type: "plot"
23222   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23223   algorithm: "plot_throughput_speedup_analysis"
23224   output-file-type: ".html"
23225   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23226   data: "plot-throughput-speedup-analysis-3n-hsw"
23227   filter: "'NIC_Intel-X710' and
23228            '64B' and
23229            ('BASE' or 'SCALE') and
23230            'NDRPDR' and
23231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23232            not 'VHOST' and
23233            'MEMIF'"
23234   parameters:
23235   - "throughput"
23236   - "parent"
23237   - "tags"
23238   sort:
23239   - "L2XCFWD"
23240   - "L2XCFWD"
23241   - "L2XCFWD"
23242   - "L2BDMACLRN"
23243   - "L2BDMACLRN"
23244   - "L2BDMACLRN"
23245   layout:
23246     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
23247     layout: "plot-throughput-speedup-analysis"
23248
23249 # Speedup - VPP Container Memif 3n-hsw-xl710
23250 -
23251   type: "plot"
23252   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23253   algorithm: "plot_throughput_speedup_analysis"
23254   output-file-type: ".html"
23255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23256   data: "plot-throughput-speedup-analysis-3n-hsw"
23257   filter: "'NIC_Intel-XL710' and
23258            '64B' and
23259            ('BASE' or 'SCALE') and
23260            'NDRPDR' and
23261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23262            not 'VHOST' and
23263            'MEMIF'"
23264   parameters:
23265   - "throughput"
23266   - "parent"
23267   - "tags"
23268   sort:
23269   - "L2XCFWD"
23270   - "L2XCFWD"
23271   - "L2XCFWD"
23272   - "L2BDMACLRN"
23273   - "L2BDMACLRN"
23274   - "L2BDMACLRN"
23275   layout:
23276     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
23277     layout: "plot-throughput-speedup-analysis"
23278
23279 -
23280   type: "plot"
23281   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23282   algorithm: "plot_throughput_speedup_analysis"
23283   output-file-type: ".html"
23284   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23285   data: "plot-throughput-speedup-analysis-3n-hsw"
23286   filter: "'NIC_Intel-XL710' and
23287            '64B' and
23288            ('BASE' or 'SCALE') and
23289            'NDRPDR' and
23290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23291            not 'VHOST' and
23292            'MEMIF'"
23293   parameters:
23294   - "throughput"
23295   - "parent"
23296   - "tags"
23297   sort:
23298   - "L2XCFWD"
23299   - "L2XCFWD"
23300   - "L2XCFWD"
23301   - "L2BDMACLRN"
23302   - "L2BDMACLRN"
23303   - "L2BDMACLRN"
23304   layout:
23305     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
23306     layout: "plot-throughput-speedup-analysis"
23307
23308 # Speedup - VPP Container Memif 3n-skx-x710
23309 -
23310   type: "plot"
23311   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23312   algorithm: "plot_throughput_speedup_analysis"
23313   output-file-type: ".html"
23314   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23315   data: "plot-throughput-speedup-analysis-3n-skx"
23316   filter: "'NIC_Intel-X710' and
23317            '64B' and
23318            ('BASE' or 'SCALE') and
23319            'NDRPDR' and
23320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23321            not 'VHOST' and
23322            'MEMIF'"
23323   parameters:
23324   - "throughput"
23325   - "parent"
23326   - "tags"
23327   sort:
23328   - "L2XCFWD"
23329   - "L2XCFWD"
23330   - "L2XCFWD"
23331   - "L2BDMACLRN"
23332   - "L2BDMACLRN"
23333   - "L2BDMACLRN"
23334   layout:
23335     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
23336     layout: "plot-throughput-speedup-analysis"
23337
23338 -
23339   type: "plot"
23340   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23341   algorithm: "plot_throughput_speedup_analysis"
23342   output-file-type: ".html"
23343   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23344   data: "plot-throughput-speedup-analysis-3n-skx"
23345   filter: "'NIC_Intel-X710' and
23346            '64B' and
23347            ('BASE' or 'SCALE') and
23348            'NDRPDR' and
23349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23350            not 'VHOST' and
23351             'MEMIF'"
23352   parameters:
23353   - "throughput"
23354   - "parent"
23355   - "tags"
23356   sort:
23357   - "L2XCFWD"
23358   - "L2XCFWD"
23359   - "L2XCFWD"
23360   - "L2BDMACLRN"
23361   - "L2BDMACLRN"
23362   - "L2BDMACLRN"
23363   layout:
23364     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
23365     layout: "plot-throughput-speedup-analysis"
23366
23367 # Speedup - VPP Container Memif 2n-skx-x710
23368 -
23369   type: "plot"
23370   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23371   algorithm: "plot_throughput_speedup_analysis"
23372   output-file-type: ".html"
23373   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23374   data: "plot-throughput-speedup-analysis-2n-skx"
23375   filter: "'NIC_Intel-X710' and
23376            '64B' and
23377            ('BASE' or 'SCALE') and
23378            'NDRPDR' and
23379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23380            not 'VHOST' and
23381            'MEMIF'"
23382   parameters:
23383   - "throughput"
23384   - "parent"
23385   - "tags"
23386   sort:
23387   - "L2XCFWD"
23388   - "L2XCFWD"
23389   - "L2XCFWD"
23390   - "L2BDMACLRN"
23391   - "L2BDMACLRN"
23392   - "L2BDMACLRN"
23393   layout:
23394     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
23395     layout: "plot-throughput-speedup-analysis"
23396
23397 -
23398   type: "plot"
23399   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23400   algorithm: "plot_throughput_speedup_analysis"
23401   output-file-type: ".html"
23402   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23403   data: "plot-throughput-speedup-analysis-2n-skx"
23404   filter: "'NIC_Intel-X710' and
23405            '64B' and
23406            ('BASE' or 'SCALE') and
23407            'NDRPDR' and
23408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23409            not 'VHOST' and
23410             'MEMIF'"
23411   parameters:
23412   - "throughput"
23413   - "parent"
23414   - "tags"
23415   sort:
23416   - "L2XCFWD"
23417   - "L2XCFWD"
23418   - "L2XCFWD"
23419   - "L2BDMACLRN"
23420   - "L2BDMACLRN"
23421   - "L2BDMACLRN"
23422   layout:
23423     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
23424     layout: "plot-throughput-speedup-analysis"
23425
23426 # Speedup - VPP Container Memif 2n-skx-xxv710
23427 -
23428   type: "plot"
23429   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23430   algorithm: "plot_throughput_speedup_analysis"
23431   output-file-type: ".html"
23432   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23433   data: "plot-throughput-speedup-analysis-2n-skx"
23434   filter: "'NIC_Intel-XXV710' and
23435            '64B' and
23436            ('BASE' or 'SCALE') and
23437            'NDRPDR' and
23438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23439            not 'VHOST' and
23440            'MEMIF'"
23441   parameters:
23442   - "throughput"
23443   - "parent"
23444   - "tags"
23445   sort:
23446   - "L2XCFWD"
23447   - "L2XCFWD"
23448   - "L2XCFWD"
23449   - "L2BDMACLRN"
23450   - "L2BDMACLRN"
23451   - "L2BDMACLRN"
23452   layout:
23453     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
23454     layout: "plot-throughput-speedup-analysis"
23455
23456 -
23457   type: "plot"
23458   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23459   algorithm: "plot_throughput_speedup_analysis"
23460   output-file-type: ".html"
23461   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23462   data: "plot-throughput-speedup-analysis-2n-skx"
23463   filter: "'NIC_Intel-XXV710' and
23464            '64B' and
23465            ('BASE' or 'SCALE') and
23466            'NDRPDR' and
23467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23468            not 'VHOST' and
23469             'MEMIF'"
23470   parameters:
23471   - "throughput"
23472   - "parent"
23473   - "tags"
23474   sort:
23475   - "L2XCFWD"
23476   - "L2XCFWD"
23477   - "L2XCFWD"
23478   - "L2BDMACLRN"
23479   - "L2BDMACLRN"
23480   - "L2BDMACLRN"
23481   layout:
23482     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
23483     layout: "plot-throughput-speedup-analysis"
23484
23485 ################################################################################
23486
23487 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23488 -
23489   type: "plot"
23490   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23491   algorithm: "plot_throughput_speedup_analysis"
23492   output-file-type: ".html"
23493   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23494   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23495   filter: "'NIC_Intel-X520-DA2' and
23496            '64B' and
23497            ('BASE' or 'SCALE') and
23498            'NDRPDR' and
23499            'L2XCFWD' and
23500            not 'VHOST' and
23501            'MEMIF'"
23502   parameters:
23503   - "throughput"
23504   - "parent"
23505   - "tags"
23506   sort:
23507   - "1VNF"
23508   - "2VNF"
23509   - "4VNF"
23510   - "2VNF"
23511   - "4VNF"
23512   layout:
23513     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23514     layout: "plot-throughput-speedup-analysis"
23515
23516 -
23517   type: "plot"
23518   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23519   algorithm: "plot_throughput_speedup_analysis"
23520   output-file-type: ".html"
23521   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23522   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23523   filter: "'NIC_Intel-X520-DA2' and
23524            '64B' and
23525            ('BASE' or 'SCALE') and
23526            'NDRPDR' and
23527            'L2XCFWD' and
23528            not 'VHOST' and
23529            'MEMIF'"
23530   parameters:
23531   - "throughput"
23532   - "parent"
23533   - "tags"
23534   sort:
23535   - "1VNF"
23536   - "2VNF"
23537   - "4VNF"
23538   - "2VNF"
23539   - "4VNF"
23540   layout:
23541     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23542     layout: "plot-throughput-speedup-analysis"
23543
23544 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23545 -
23546   type: "plot"
23547   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23548   algorithm: "plot_throughput_speedup_analysis"
23549   output-file-type: ".html"
23550   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23551   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23552   filter: "'NIC_Intel-X520-DA2' and
23553            '64B' and
23554            ('BASE' or 'SCALE') and
23555            'NDRPDR' and
23556            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23557            not 'VHOST' and
23558            'MEMIF'"
23559   parameters:
23560   - "throughput"
23561   - "parent"
23562   - "tags"
23563   sort:
23564   - "1VNF"
23565   - "2VNF"
23566   - "4VNF"
23567   - "2VNF"
23568   - "4VNF"
23569   layout:
23570     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23571     layout: "plot-throughput-speedup-analysis"
23572
23573 -
23574   type: "plot"
23575   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23576   algorithm: "plot_throughput_speedup_analysis"
23577   output-file-type: ".html"
23578   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23579   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23580   filter: "'NIC_Intel-X520-DA2' and
23581            '64B' and
23582            ('BASE' or 'SCALE') and
23583            'NDRPDR' and
23584            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23585            not 'VHOST' and
23586            'MEMIF'"
23587   parameters:
23588   - "throughput"
23589   - "parent"
23590   - "tags"
23591   sort:
23592   - "1VNF"
23593   - "2VNF"
23594   - "4VNF"
23595   - "2VNF"
23596   - "4VNF"
23597   layout:
23598     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23599     layout: "plot-throughput-speedup-analysis"
23600
23601 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23602 -
23603   type: "plot"
23604   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23605   algorithm: "plot_throughput_speedup_analysis"
23606   output-file-type: ".html"
23607   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23608   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23609   filter: "'NIC_Intel-X710' and
23610            '64B' and
23611            ('BASE' or 'SCALE') and
23612            'NDRPDR' and
23613            'L2XCFWD' and
23614            not 'VHOST' and
23615            'MEMIF'"
23616   parameters:
23617   - "throughput"
23618   - "parent"
23619   - "tags"
23620   sort:
23621   - "1VNF"
23622   - "2VNF"
23623   - "4VNF"
23624   - "2VNF"
23625   - "4VNF"
23626   layout:
23627     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23628     layout: "plot-throughput-speedup-analysis"
23629
23630 -
23631   type: "plot"
23632   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23633   algorithm: "plot_throughput_speedup_analysis"
23634   output-file-type: ".html"
23635   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23636   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23637   filter: "'NIC_Intel-X710' and
23638            '64B' and
23639            ('BASE' or 'SCALE') and
23640            'NDRPDR' and
23641            'L2XCFWD' and
23642            not 'VHOST' and
23643            'MEMIF'"
23644   parameters:
23645   - "throughput"
23646   - "parent"
23647   - "tags"
23648   sort:
23649   - "1VNF"
23650   - "2VNF"
23651   - "4VNF"
23652   - "2VNF"
23653   - "4VNF"
23654   layout:
23655     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23656     layout: "plot-throughput-speedup-analysis"
23657
23658 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23659 -
23660   type: "plot"
23661   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23662   algorithm: "plot_throughput_speedup_analysis"
23663   output-file-type: ".html"
23664   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23665   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23666   filter: "'NIC_Intel-X710' and
23667            '64B' and
23668            ('BASE' or 'SCALE') and
23669            'NDRPDR' and
23670            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23671            not 'VHOST' and
23672            'MEMIF'"
23673   parameters:
23674   - "throughput"
23675   - "parent"
23676   - "tags"
23677   sort:
23678   - "1VNF"
23679   - "2VNF"
23680   - "4VNF"
23681   - "2VNF"
23682   - "4VNF"
23683   layout:
23684     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23685     layout: "plot-throughput-speedup-analysis"
23686
23687 -
23688   type: "plot"
23689   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23690   algorithm: "plot_throughput_speedup_analysis"
23691   output-file-type: ".html"
23692   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23693   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23694   filter: "'NIC_Intel-X710' and
23695            '64B' and
23696            ('BASE' or 'SCALE') and
23697            'NDRPDR' and
23698            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23699            not 'VHOST' and
23700            'MEMIF'"
23701   parameters:
23702   - "throughput"
23703   - "parent"
23704   - "tags"
23705   sort:
23706   - "1VNF"
23707   - "2VNF"
23708   - "4VNF"
23709   - "2VNF"
23710   - "4VNF"
23711   layout:
23712     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23713     layout: "plot-throughput-speedup-analysis"
23714
23715 ################################################################################
23716
23717 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23718 -
23719   type: "plot"
23720   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23721   algorithm: "plot_throughput_speedup_analysis"
23722   output-file-type: ".html"
23723   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23724   data: "plot-throughput-speedup-analysis-3n-hsw"
23725   filter: "'NIC_Intel-X520-DA2' and
23726            '64B' and
23727            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23728            'NDRPDR' and
23729            'IP4FWD' and
23730            not 'IPSEC' and
23731            not 'VHOST'"
23732   parameters:
23733   - "throughput"
23734   - "parent"
23735   - "tags"
23736   sort:
23737   - "DOT1Q"
23738   - "IP4BASE"
23739   - "FIB_20k"
23740   - "FIB_200k"
23741   - "FIB_2M"
23742   layout:
23743     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23744     layout: "plot-throughput-speedup-analysis"
23745
23746 -
23747   type: "plot"
23748   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23749   algorithm: "plot_throughput_speedup_analysis"
23750   output-file-type: ".html"
23751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23752   data: "plot-throughput-speedup-analysis-3n-hsw"
23753   filter: "'NIC_Intel-X520-DA2' and
23754            '64B' and
23755            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23756            'NDRPDR' and
23757            'IP4FWD' and
23758            not 'IPSEC' and
23759            not 'VHOST'"
23760   parameters:
23761   - "throughput"
23762   - "parent"
23763   - "tags"
23764   sort:
23765   - "DOT1Q"
23766   - "IP4BASE"
23767   - "FIB_20k"
23768   - "FIB_200k"
23769   - "FIB_2M"
23770   layout:
23771     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23772     layout: "plot-throughput-speedup-analysis"
23773
23774 # Speedup - VPP IPv4 3n-hsw-x520 features
23775 -
23776   type: "plot"
23777   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23778   algorithm: "plot_throughput_speedup_analysis"
23779   output-file-type: ".html"
23780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23781   data: "plot-throughput-speedup-analysis-3n-hsw"
23782   filter: "'NIC_Intel-X520-DA2' and
23783            '64B' and
23784            ('IP4BASE' or
23785             'POLICE_MARK' or
23786             'COPWHLIST' or
23787             ('NAT44' and 'BASE') or
23788             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23789            'NDRPDR' and
23790            'IP4FWD' and
23791            not 'IPSEC' and
23792            not 'VHOST'"
23793   parameters:
23794   - "throughput"
23795   - "parent"
23796   - "tags"
23797   sort:
23798   - "DOT1Q"
23799   - "IP4BASE"
23800   - "NAT44"
23801   - "POLICE_MARK"
23802   - "COPWHLIST"
23803   - "IACL"
23804   - "OACL"
23805   layout:
23806     title: "ip4-3n-hsw-x520-64b-features-ndr"
23807     layout: "plot-throughput-speedup-analysis"
23808
23809 -
23810   type: "plot"
23811   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23812   algorithm: "plot_throughput_speedup_analysis"
23813   output-file-type: ".html"
23814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23815   data: "plot-throughput-speedup-analysis-3n-hsw"
23816   filter: "'NIC_Intel-X520-DA2' and
23817            '64B' and
23818            ('IP4BASE' or
23819             'POLICE_MARK' or
23820             'COPWHLIST' or
23821             ('NAT44' and 'BASE') or
23822             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23823            'NDRPDR' and
23824            'IP4FWD' and
23825            not 'IPSEC' and
23826            not 'VHOST'"
23827   parameters:
23828   - "throughput"
23829   - "parent"
23830   - "tags"
23831   sort:
23832   - "DOT1Q"
23833   - "IP4BASE"
23834   - "NAT44"
23835   - "POLICE_MARK"
23836   - "COPWHLIST"
23837   - "IACL"
23838   - "OACL"
23839   layout:
23840     title: "ip4-3n-hsw-x520-64b-features-pdr"
23841     layout: "plot-throughput-speedup-analysis"
23842
23843 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23844 -
23845   type: "plot"
23846   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23847   algorithm: "plot_throughput_speedup_analysis"
23848   output-file-type: ".html"
23849   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23850   data: "plot-throughput-speedup-analysis-3n-hsw"
23851   filter: "'NIC_Intel-X520-DA2' and
23852            '64B' and
23853            'NDRPDR' and
23854            'IP4FWD' and
23855            'NAT44' and
23856            not 'IPSEC' and
23857            not 'VHOST'"
23858   parameters:
23859   - "throughput"
23860   - "parent"
23861   - "tags"
23862   sort:
23863   - "BASE"
23864   - "BASE"
23865   - "SRC_USER_10"
23866   - "SRC_USER_100"
23867   - "SRC_USER_1000"
23868   - "SRC_USER_2000"
23869   layout:
23870     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23871     layout: "plot-throughput-speedup-analysis"
23872
23873 -
23874   type: "plot"
23875   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23876   algorithm: "plot_throughput_speedup_analysis"
23877   output-file-type: ".html"
23878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23879   data: "plot-throughput-speedup-analysis-3n-hsw"
23880   filter: "'NIC_Intel-X520-DA2' and
23881            '64B' and
23882            'NDRPDR' and
23883            'IP4FWD' and
23884            'NAT44' and
23885            not 'IPSEC' and
23886            not 'VHOST'"
23887   parameters:
23888   - "throughput"
23889   - "parent"
23890   - "tags"
23891   sort:
23892   - "BASE"
23893   - "BASE"
23894   - "SRC_USER_10"
23895   - "SRC_USER_100"
23896   - "SRC_USER_1000"
23897   - "SRC_USER_2000"
23898   layout:
23899     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23900     layout: "plot-throughput-speedup-analysis"
23901
23902 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23903 -
23904   type: "plot"
23905   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23906   algorithm: "plot_throughput_speedup_analysis"
23907   output-file-type: ".html"
23908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23909   data: "plot-throughput-speedup-analysis-3n-hsw"
23910   filter: "'NIC_Intel-X520-DA2' and
23911            '64B' and
23912            'NDRPDR' and
23913            'IP4FWD' and
23914            'IACL' and
23915            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23916            not 'IPSEC' and
23917            not 'VHOST'"
23918   parameters:
23919   - "throughput"
23920   - "parent"
23921   - "tags"
23922   sort:
23923   - "ACL_STATELESS"
23924   - "ACL_STATEFUL"
23925   - "ACL_STATELESS"
23926   - "ACL_STATEFUL"
23927   layout:
23928     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23929     layout: "plot-throughput-speedup-analysis"
23930
23931 -
23932   type: "plot"
23933   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23934   algorithm: "plot_throughput_speedup_analysis"
23935   output-file-type: ".html"
23936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23937   data: "plot-throughput-speedup-analysis-3n-hsw"
23938   filter: "'NIC_Intel-X520-DA2' and
23939            '64B' and
23940            'NDRPDR' and
23941            'IP4FWD' and
23942            'IACL' and
23943            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23944            not 'IPSEC' and
23945            not 'VHOST'"
23946   parameters:
23947   - "throughput"
23948   - "parent"
23949   - "tags"
23950   sort:
23951   - "ACL_STATELESS"
23952   - "ACL_STATEFUL"
23953   - "ACL_STATELESS"
23954   - "ACL_STATEFUL"
23955   layout:
23956     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23957     layout: "plot-throughput-speedup-analysis"
23958
23959 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23960 -
23961   type: "plot"
23962   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23963   algorithm: "plot_throughput_speedup_analysis"
23964   output-file-type: ".html"
23965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23966   data: "plot-throughput-speedup-analysis-3n-hsw"
23967   filter: "'NIC_Intel-X520-DA2' and
23968            '64B' and
23969            'NDRPDR' and
23970            'IP4FWD' and
23971            'OACL' and
23972            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23973            not 'IPSEC' and
23974            not 'VHOST'"
23975   parameters:
23976   - "throughput"
23977   - "parent"
23978   - "tags"
23979   sort:
23980   - "ACL_STATELESS"
23981   - "ACL_STATEFUL"
23982   - "ACL_STATELESS"
23983   - "ACL_STATEFUL"
23984   layout:
23985     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23986     layout: "plot-throughput-speedup-analysis"
23987
23988 -
23989   type: "plot"
23990   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23991   algorithm: "plot_throughput_speedup_analysis"
23992   output-file-type: ".html"
23993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23994   data: "plot-throughput-speedup-analysis-3n-hsw"
23995   filter: "'NIC_Intel-X520-DA2' and
23996            '64B' and
23997            'NDRPDR' and
23998            'IP4FWD' and
23999            'OACL' and
24000            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24001            not 'IPSEC' and
24002            not 'VHOST'"
24003   parameters:
24004   - "throughput"
24005   - "parent"
24006   - "tags"
24007   sort:
24008   - "ACL_STATELESS"
24009   - "ACL_STATEFUL"
24010   - "ACL_STATELESS"
24011   - "ACL_STATEFUL"
24012   layout:
24013     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24014     layout: "plot-throughput-speedup-analysis"
24015
24016 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24017 -
24018   type: "plot"
24019   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24020   algorithm: "plot_throughput_speedup_analysis"
24021   output-file-type: ".html"
24022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24023   data: "plot-throughput-speedup-analysis-3n-hsw"
24024   filter: "'NIC_Intel-X710' and
24025            '64B' and
24026            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24027            'NDRPDR' and
24028            'IP4FWD' and
24029            not 'IPSEC' and
24030            not 'VHOST'"
24031   parameters:
24032   - "throughput"
24033   - "parent"
24034   - "tags"
24035   sort:
24036   - "DOT1Q"
24037   - "IP4BASE"
24038   - "FIB_20K"
24039   - "FIB_200K"
24040   - "FIB_2M"
24041   layout:
24042     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24043     layout: "plot-throughput-speedup-analysis"
24044
24045 -
24046   type: "plot"
24047   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24048   algorithm: "plot_throughput_speedup_analysis"
24049   output-file-type: ".html"
24050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24051   data: "plot-throughput-speedup-analysis-3n-hsw"
24052   filter: "'NIC_Intel-X710' and
24053            '64B' and
24054            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24055            'NDRPDR' and
24056            'IP4FWD' and
24057            not 'IPSEC' and
24058            not 'VHOST'"
24059   parameters:
24060   - "throughput"
24061   - "parent"
24062   - "tags"
24063   sort:
24064   - "DOT1Q"
24065   - "IP4BASE"
24066   - "FIB_20K"
24067   - "FIB_200K"
24068   - "FIB_2M"
24069   layout:
24070     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24071     layout: "plot-throughput-speedup-analysis"
24072
24073 # Speedup - VPP IPv4 3n-hsw-x710 features
24074 -
24075   type: "plot"
24076   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24077   algorithm: "plot_throughput_speedup_analysis"
24078   output-file-type: ".html"
24079   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24080   data: "plot-throughput-speedup-analysis-3n-hsw"
24081   filter: "'NIC_Intel-X710' and
24082            '64B' and
24083            ('IP4BASE' or
24084             'POLICE_MARK' or
24085             'COPWHLIST' or
24086             ('NAT44' and 'BASE') or
24087             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24088            'NDRPDR' and
24089            'IP4FWD' and
24090            not 'IPSEC' and
24091            not 'VHOST'"
24092   parameters:
24093   - "throughput"
24094   - "parent"
24095   - "tags"
24096   sort:
24097   - "IP4BASE"
24098   - "NAT44"
24099   - "POLICE_MARK"
24100   - "COPWHLIST"
24101   - "IACL"
24102   - "OACL"
24103   layout:
24104     title: "ip4-3n-hsw-x710-64b-features-ndr"
24105     layout: "plot-throughput-speedup-analysis"
24106
24107 -
24108   type: "plot"
24109   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24110   algorithm: "plot_throughput_speedup_analysis"
24111   output-file-type: ".html"
24112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24113   data: "plot-throughput-speedup-analysis-3n-hsw"
24114   filter: "'NIC_Intel-X710' and
24115            '64B' and
24116            ('IP4BASE' or
24117             'POLICE_MARK' or
24118             'COPWHLIST' or
24119             ('NAT44' and 'BASE') or
24120             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24121            'NDRPDR' and
24122            'IP4FWD' and
24123            not 'IPSEC' and
24124            not 'VHOST'"
24125   parameters:
24126   - "throughput"
24127   - "parent"
24128   - "tags"
24129   sort:
24130   - "IP4BASE"
24131   - "NAT44"
24132   - "POLICE_MARK"
24133   - "COPWHLIST"
24134   - "IACL"
24135   - "OACL"
24136   layout:
24137     title: "ip4-3n-hsw-x710-64b-features-pdr"
24138     layout: "plot-throughput-speedup-analysis"
24139
24140 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24141 -
24142   type: "plot"
24143   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24144   algorithm: "plot_throughput_speedup_analysis"
24145   output-file-type: ".html"
24146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24147   data: "plot-throughput-speedup-analysis-3n-hsw"
24148   filter: "'NIC_Intel-X710' and
24149            '64B' and
24150            'NDRPDR' and
24151            'IP4FWD' and
24152            'NAT44' and
24153            not 'IPSEC' and
24154            not 'VHOST'"
24155   parameters:
24156   - "throughput"
24157   - "parent"
24158   - "tags"
24159   sort:
24160   - "BASE"
24161   - "BASE"
24162   - "SRC_USER_10"
24163   - "SRC_USER_100"
24164   - "SRC_USER_1000"
24165   - "SRC_USER_2000"
24166   layout:
24167     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24168     layout: "plot-throughput-speedup-analysis"
24169
24170 -
24171   type: "plot"
24172   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24173   algorithm: "plot_throughput_speedup_analysis"
24174   output-file-type: ".html"
24175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24176   data: "plot-throughput-speedup-analysis-3n-hsw"
24177   filter: "'NIC_Intel-X710' and
24178            '64B' and
24179            'NDRPDR' and
24180            'IP4FWD' and
24181            'NAT44' and
24182            not 'IPSEC' and
24183            not 'VHOST'"
24184   parameters:
24185   - "throughput"
24186   - "parent"
24187   - "tags"
24188   sort:
24189   - "BASE"
24190   - "BASE"
24191   - "SRC_USER_10"
24192   - "SRC_USER_100"
24193   - "SRC_USER_1000"
24194   - "SRC_USER_2000"
24195   layout:
24196     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24197     layout: "plot-throughput-speedup-analysis"
24198
24199 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24200 -
24201   type: "plot"
24202   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24203   algorithm: "plot_throughput_speedup_analysis"
24204   output-file-type: ".html"
24205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24206   data: "plot-throughput-speedup-analysis-3n-hsw"
24207   filter: "'NIC_Intel-X710' and
24208            '64B' and
24209            'NDRPDR' and
24210            'IP4FWD' and
24211            'IACL' and
24212            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24213            not 'IPSEC' and
24214            not 'VHOST'"
24215   parameters:
24216   - "throughput"
24217   - "parent"
24218   - "tags"
24219   sort:
24220   - "ACL_STATELESS"
24221   - "ACL_STATEFUL"
24222   - "ACL_STATELESS"
24223   - "ACL_STATEFUL"
24224   layout:
24225     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24226     layout: "plot-throughput-speedup-analysis"
24227
24228 -
24229   type: "plot"
24230   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24231   algorithm: "plot_throughput_speedup_analysis"
24232   output-file-type: ".html"
24233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24234   data: "plot-throughput-speedup-analysis-3n-hsw"
24235   filter: "'NIC_Intel-X710' and
24236            '64B' and
24237            'NDRPDR' and
24238            'IP4FWD' and
24239            'IACL' and
24240            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24241            not 'IPSEC' and
24242            not 'VHOST'"
24243   parameters:
24244   - "throughput"
24245   - "parent"
24246   - "tags"
24247   sort:
24248   - "ACL_STATELESS"
24249   - "ACL_STATEFUL"
24250   - "ACL_STATELESS"
24251   - "ACL_STATEFUL"
24252   layout:
24253     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24254     layout: "plot-throughput-speedup-analysis"
24255
24256 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
24257 -
24258   type: "plot"
24259   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24260   algorithm: "plot_throughput_speedup_analysis"
24261   output-file-type: ".html"
24262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24263   data: "plot-throughput-speedup-analysis-3n-hsw"
24264   filter: "'NIC_Intel-X710' and
24265            '64B' and
24266            'NDRPDR' and
24267            'IP4FWD' and
24268            'OACL' and
24269            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24270            not 'IPSEC' and
24271            not 'VHOST'"
24272   parameters:
24273   - "throughput"
24274   - "parent"
24275   - "tags"
24276   sort:
24277   - "ACL_STATELESS"
24278   - "ACL_STATEFUL"
24279   - "ACL_STATELESS"
24280   - "ACL_STATEFUL"
24281   layout:
24282     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
24283     layout: "plot-throughput-speedup-analysis"
24284
24285 -
24286   type: "plot"
24287   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24288   algorithm: "plot_throughput_speedup_analysis"
24289   output-file-type: ".html"
24290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24291   data: "plot-throughput-speedup-analysis-3n-hsw"
24292   filter: "'NIC_Intel-X710' and
24293            '64B' and
24294            'NDRPDR' and
24295            'IP4FWD' and
24296            'OACL' and
24297            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24298            not 'IPSEC' and
24299            not 'VHOST'"
24300   parameters:
24301   - "throughput"
24302   - "parent"
24303   - "tags"
24304   sort:
24305   - "ACL_STATELESS"
24306   - "ACL_STATEFUL"
24307   - "ACL_STATELESS"
24308   - "ACL_STATEFUL"
24309   layout:
24310     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
24311     layout: "plot-throughput-speedup-analysis"
24312
24313 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24314 -
24315   type: "plot"
24316   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24317   algorithm: "plot_throughput_speedup_analysis"
24318   output-file-type: ".html"
24319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24320   data: "plot-throughput-speedup-analysis-3n-hsw"
24321   filter: "'NIC_Intel-XL710' and
24322            '64B' and
24323            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24324            'NDRPDR' and
24325            'IP4FWD' and
24326            not 'IPSEC' and
24327            not 'VHOST'"
24328   parameters:
24329   - "throughput"
24330   - "parent"
24331   - "tags"
24332   sort:
24333   - "IP4BASE"
24334   - "FIB_20K"
24335   - "FIB_200K"
24336   - "FIB_2M"
24337   layout:
24338     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24339     layout: "plot-throughput-speedup-analysis"
24340
24341 -
24342   type: "plot"
24343   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24344   algorithm: "plot_throughput_speedup_analysis"
24345   output-file-type: ".html"
24346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24347   data: "plot-throughput-speedup-analysis-3n-hsw"
24348   filter: "'NIC_Intel-XL710' and
24349            '64B' and
24350            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24351            'NDRPDR' and
24352            'IP4FWD' and
24353            not 'IPSEC' and
24354            not 'VHOST'"
24355   parameters:
24356   - "throughput"
24357   - "parent"
24358   - "tags"
24359   sort:
24360   - "IP4BASE"
24361   - "FIB_20K"
24362   - "FIB_200K"
24363   - "FIB_2M"
24364   layout:
24365     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24366     layout: "plot-throughput-speedup-analysis"
24367
24368 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24369 -
24370   type: "plot"
24371   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24372   algorithm: "plot_throughput_speedup_analysis"
24373   output-file-type: ".html"
24374   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24375   data: "plot-throughput-speedup-analysis-3n-skx"
24376   filter: "'NIC_Intel-X710' and
24377            '64B' and
24378            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24379            'NDRPDR' and
24380            'IP4FWD' and
24381            not 'IPSEC' and
24382            not 'VHOST'"
24383   parameters:
24384   - "throughput"
24385   - "parent"
24386   - "tags"
24387   sort:
24388   - "IP4BASE"
24389   - "FIB_20K"
24390   - "FIB_200K"
24391   - "FIB_2M"
24392   layout:
24393     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24394     layout: "plot-throughput-speedup-analysis"
24395
24396 -
24397   type: "plot"
24398   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24399   algorithm: "plot_throughput_speedup_analysis"
24400   output-file-type: ".html"
24401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24402   data: "plot-throughput-speedup-analysis-3n-skx"
24403   filter: "'NIC_Intel-X710' and
24404            '64B' and
24405            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24406            'NDRPDR' and
24407            'IP4FWD' and
24408            not 'IPSEC' and
24409            not 'VHOST'"
24410   parameters:
24411   - "throughput"
24412   - "parent"
24413   - "tags"
24414   sort:
24415   - "IP4BASE"
24416   - "FIB_20K"
24417   - "FIB_200K"
24418   - "FIB_2M"
24419   layout:
24420     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24421     layout: "plot-throughput-speedup-analysis"
24422
24423 # Speedup - VPP IPv4 3n-skx-x710 features
24424 -
24425   type: "plot"
24426   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24427   algorithm: "plot_throughput_speedup_analysis"
24428   output-file-type: ".html"
24429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24430   data: "plot-throughput-speedup-analysis-3n-skx"
24431   filter: "'NIC_Intel-X710' and
24432            '64B' and
24433            ('IP4BASE' or
24434             'POLICE_MARK' or
24435             'COPWHLIST' or
24436             ('NAT44' and 'BASE') or
24437             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24438            'NDRPDR' and
24439            'IP4FWD' and
24440            not 'IPSEC' and
24441            not 'VHOST'"
24442   parameters:
24443   - "throughput"
24444   - "parent"
24445   - "tags"
24446   sort:
24447   - "IP4BASE"
24448   - "NAT44"
24449   - "POLICE_MARK"
24450   - "COPWHLIST"
24451   - "IACL"
24452   - "OACL"
24453   layout:
24454     title: "ip4-3n-skx-x710-64b-features-ndr"
24455     layout: "plot-throughput-speedup-analysis"
24456
24457 -
24458   type: "plot"
24459   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24460   algorithm: "plot_throughput_speedup_analysis"
24461   output-file-type: ".html"
24462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24463   data: "plot-throughput-speedup-analysis-3n-skx"
24464   filter: "'NIC_Intel-X710' and
24465            '64B' and
24466            ('IP4BASE' or
24467             'POLICE_MARK' or
24468             'COPWHLIST' or
24469             ('NAT44' and 'BASE') or
24470             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24471            'NDRPDR' and
24472            'IP4FWD' and
24473            not 'IPSEC' and
24474            not 'VHOST'"
24475   parameters:
24476   - "throughput"
24477   - "parent"
24478   - "tags"
24479   sort:
24480   - "IP4BASE"
24481   - "NAT44"
24482   - "POLICE_MARK"
24483   - "COPWHLIST"
24484   - "IACL"
24485   - "OACL"
24486   layout:
24487     title: "ip4-3n-skx-x710-64b-features-pdr"
24488     layout: "plot-throughput-speedup-analysis"
24489
24490 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24491 -
24492   type: "plot"
24493   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24494   algorithm: "plot_throughput_speedup_analysis"
24495   output-file-type: ".html"
24496   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24497   data: "plot-throughput-speedup-analysis-3n-skx"
24498   filter: "'NIC_Intel-X710' and
24499            '64B' and
24500            'NDRPDR' and
24501            'IP4FWD' and
24502            'NAT44' and
24503            not 'IPSEC' and
24504            not 'VHOST'"
24505   parameters:
24506   - "throughput"
24507   - "parent"
24508   - "tags"
24509   sort:
24510   - "BASE"
24511   - "BASE"
24512   - "SRC_USER_10"
24513   - "SRC_USER_100"
24514   - "SRC_USER_1000"
24515   - "SRC_USER_2000"
24516   layout:
24517     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24518     layout: "plot-throughput-speedup-analysis"
24519
24520 -
24521   type: "plot"
24522   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24523   algorithm: "plot_throughput_speedup_analysis"
24524   output-file-type: ".html"
24525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24526   data: "plot-throughput-speedup-analysis-3n-skx"
24527   filter: "'NIC_Intel-X710' and
24528            '64B' and
24529            'NDRPDR' and
24530            'IP4FWD' and
24531            'NAT44' and
24532            not 'IPSEC' and
24533            not 'VHOST'"
24534   parameters:
24535   - "throughput"
24536   - "parent"
24537   - "tags"
24538   sort:
24539   - "BASE"
24540   - "BASE"
24541   - "SRC_USER_10"
24542   - "SRC_USER_100"
24543   - "SRC_USER_1000"
24544   - "SRC_USER_2000"
24545   layout:
24546     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24547     layout: "plot-throughput-speedup-analysis"
24548
24549 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24550 -
24551   type: "plot"
24552   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24553   algorithm: "plot_throughput_speedup_analysis"
24554   output-file-type: ".html"
24555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24556   data: "plot-throughput-speedup-analysis-3n-skx"
24557   filter: "'NIC_Intel-X710' and
24558            '64B' and
24559            'NDRPDR' and
24560            'IP4FWD' and
24561            'IACL' and
24562            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24563            not 'IPSEC' and
24564            not 'VHOST'"
24565   parameters:
24566   - "throughput"
24567   - "parent"
24568   - "tags"
24569   sort:
24570   - "ACL_STATELESS"
24571   - "ACL_STATEFUL"
24572   - "ACL_STATELESS"
24573   - "ACL_STATEFUL"
24574   layout:
24575     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24576     layout: "plot-throughput-speedup-analysis"
24577
24578 -
24579   type: "plot"
24580   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24581   algorithm: "plot_throughput_speedup_analysis"
24582   output-file-type: ".html"
24583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24584   data: "plot-throughput-speedup-analysis-3n-skx"
24585   filter: "'NIC_Intel-X710' and
24586            '64B' and
24587            'NDRPDR' and
24588            'IP4FWD' and
24589            'IACL' and
24590            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24591            not 'IPSEC' and
24592            not 'VHOST'"
24593   parameters:
24594   - "throughput"
24595   - "parent"
24596   - "tags"
24597   sort:
24598   - "ACL_STATELESS"
24599   - "ACL_STATEFUL"
24600   - "ACL_STATELESS"
24601   - "ACL_STATEFUL"
24602   layout:
24603     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24604     layout: "plot-throughput-speedup-analysis"
24605
24606 # Speedup - VPP IPv4 3n-skx-x710 features oacl
24607 -
24608   type: "plot"
24609   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24610   algorithm: "plot_throughput_speedup_analysis"
24611   output-file-type: ".html"
24612   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24613   data: "plot-throughput-speedup-analysis-3n-skx"
24614   filter: "'NIC_Intel-X710' and
24615            '64B' and
24616            'NDRPDR' and
24617            'IP4FWD' and
24618            'OACL' and
24619            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24620            not 'IPSEC' and
24621            not 'VHOST'"
24622   parameters:
24623   - "throughput"
24624   - "parent"
24625   - "tags"
24626   sort:
24627   - "ACL_STATELESS"
24628   - "ACL_STATEFUL"
24629   - "ACL_STATELESS"
24630   - "ACL_STATEFUL"
24631   layout:
24632     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24633     layout: "plot-throughput-speedup-analysis"
24634
24635 -
24636   type: "plot"
24637   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24638   algorithm: "plot_throughput_speedup_analysis"
24639   output-file-type: ".html"
24640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24641   data: "plot-throughput-speedup-analysis-3n-skx"
24642   filter: "'NIC_Intel-X710' and
24643            '64B' and
24644            'NDRPDR' and
24645            'IP4FWD' and
24646            'OACL' and
24647            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24648            not 'IPSEC' and
24649            not 'VHOST'"
24650   parameters:
24651   - "throughput"
24652   - "parent"
24653   - "tags"
24654   sort:
24655   - "ACL_STATELESS"
24656   - "ACL_STATEFUL"
24657   - "ACL_STATELESS"
24658   - "ACL_STATEFUL"
24659   layout:
24660     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24661     layout: "plot-throughput-speedup-analysis"
24662
24663 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24664 -
24665   type: "plot"
24666   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24667   algorithm: "plot_throughput_speedup_analysis"
24668   output-file-type: ".html"
24669   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24670   data: "plot-throughput-speedup-analysis-2n-skx"
24671   filter: "'NIC_Intel-X710' and
24672            '64B' and
24673            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24674            'NDRPDR' and
24675            'IP4FWD' and
24676            not 'IPSEC' and
24677            not 'VHOST'"
24678   parameters:
24679   - "throughput"
24680   - "parent"
24681   - "tags"
24682   sort:
24683   - "DOT1Q"
24684   - "IP4BASE"
24685   - "FIB_20k"
24686   - "FIB_200k"
24687   - "FIB_2M"
24688   layout:
24689     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24690     layout: "plot-throughput-speedup-analysis"
24691
24692 -
24693   type: "plot"
24694   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24695   algorithm: "plot_throughput_speedup_analysis"
24696   output-file-type: ".html"
24697   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24698   data: "plot-throughput-speedup-analysis-2n-skx"
24699   filter: "'NIC_Intel-X710' and
24700            '64B' and
24701            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24702            'NDRPDR' and
24703            'IP4FWD' and
24704            not 'IPSEC' and
24705            not 'VHOST'"
24706   parameters:
24707   - "throughput"
24708   - "parent"
24709   - "tags"
24710   sort:
24711   - "DOT1Q"
24712   - "IP4BASE"
24713   - "FIB_20k"
24714   - "FIB_200k"
24715   - "FIB_2M"
24716   layout:
24717     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24718     layout: "plot-throughput-speedup-analysis"
24719
24720 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24721 -
24722   type: "plot"
24723   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24724   algorithm: "plot_throughput_speedup_analysis"
24725   output-file-type: ".html"
24726   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24727   data: "plot-throughput-speedup-analysis-2n-skx"
24728   filter: "'NIC_Intel-XXV710' and
24729            '64B' and
24730            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24731            'NDRPDR' and
24732            'IP4FWD' and
24733            not 'IPSEC' and
24734            not 'VHOST'"
24735   parameters:
24736   - "throughput"
24737   - "parent"
24738   - "tags"
24739   sort:
24740   - "DOT1Q"
24741   - "IP4BASE"
24742   - "FIB_20k"
24743   - "FIB_200k"
24744   - "FIB_2M"
24745   layout:
24746     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24747     layout: "plot-throughput-speedup-analysis"
24748
24749 -
24750   type: "plot"
24751   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24752   algorithm: "plot_throughput_speedup_analysis"
24753   output-file-type: ".html"
24754   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24755   data: "plot-throughput-speedup-analysis-2n-skx"
24756   filter: "'NIC_Intel-XXV710' and
24757            '64B' and
24758            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24759            'NDRPDR' and
24760            'IP4FWD' and
24761            not 'IPSEC' and
24762            not 'VHOST'"
24763   parameters:
24764   - "throughput"
24765   - "parent"
24766   - "tags"
24767   sort:
24768   - "DOT1Q"
24769   - "IP4BASE"
24770   - "FIB_20k"
24771   - "FIB_200k"
24772   - "FIB_2M"
24773   layout:
24774     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24775     layout: "plot-throughput-speedup-analysis"
24776
24777 # Speedup - VPP IPv4 2n-dnv-x553 base
24778 -
24779   type: "plot"
24780   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24781   algorithm: "plot_throughput_speedup_analysis"
24782   output-file-type: ".html"
24783   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24784   data: "intel-dnv-vpp"
24785   filter: "'NIC_Intel-X553' and
24786            '64B' and
24787            'IP4BASE' and
24788            'NDRPDR' and
24789            'IP4FWD' and
24790            not 'IPSEC' and
24791            not 'VHOST'"
24792   parameters:
24793   - "throughput"
24794   - "parent"
24795   - "tags"
24796   sort:
24797   - "IP4BASE"
24798   layout:
24799     title: "ip4-2n-dnv-x553-64b-base-ndr"
24800     layout: "plot-throughput-speedup-analysis"
24801
24802 -
24803   type: "plot"
24804   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24805   algorithm: "plot_throughput_speedup_analysis"
24806   output-file-type: ".html"
24807   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24808   data: "intel-dnv-vpp"
24809   filter: "'NIC_Intel-X553' and
24810            '64B' and
24811            'IP4BASE' and
24812            'NDRPDR' and
24813            'IP4FWD' and
24814            not 'IPSEC' and
24815            not 'VHOST'"
24816   parameters:
24817   - "throughput"
24818   - "parent"
24819   - "tags"
24820   sort:
24821   - "IP4BASE"
24822   layout:
24823     title: "ip4-2n-dnv-x553-64b-base-pdr"
24824     layout: "plot-throughput-speedup-analysis"
24825
24826 ################################################################################
24827
24828 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
24829 -
24830   type: "plot"
24831   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24832   algorithm: "plot_throughput_speedup_analysis"
24833   output-file-type: ".html"
24834   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24835   data: "plot-throughput-speedup-analysis-3n-hsw"
24836   filter: "'NIC_Intel-X520_DA2' and
24837            '64B' and
24838            'ENCAP' and
24839            'NDRPDR' and
24840            ('VXLAN' or 'LISP') and
24841            not 'VHOST' and
24842            not 'IPSECHW'"
24843   parameters:
24844   - "throughput"
24845   - "parent"
24846   - "tags"
24847   sort:
24848   - "not DOT1Q"
24849   - "VXLAN_1"
24850   - "VXLAN_10"
24851   - "VXLAN_100"
24852   - "VXLAN_1000"
24853   layout:
24854     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
24855     layout: "plot-throughput-speedup-analysis"
24856
24857 -
24858   type: "plot"
24859   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24860   algorithm: "plot_throughput_speedup_analysis"
24861   output-file-type: ".html"
24862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24863   data: "plot-throughput-speedup-analysis-3n-hsw"
24864   filter: "'NIC_Intel-X520_DA2' and
24865            '64B' and
24866            'ENCAP' and
24867            'NDRPDR' and
24868            ('VXLAN' or 'LISP') and
24869            not 'VHOST' and
24870            not 'IPSECHW'"
24871   parameters:
24872   - "throughput"
24873   - "parent"
24874   - "tags"
24875   sort:
24876   - "not DOT1Q"
24877   - "VXLAN_1"
24878   - "VXLAN_10"
24879   - "VXLAN_100"
24880   - "VXLAN_1000"
24881   layout:
24882     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
24883     layout: "plot-throughput-speedup-analysis"
24884
24885 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24886 -
24887   type: "plot"
24888   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24889   algorithm: "plot_throughput_speedup_analysis"
24890   output-file-type: ".html"
24891   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24892   data: "plot-throughput-speedup-analysis-3n-hsw"
24893   filter: "'NIC_Intel-X520-DA2' and
24894            '64B' and
24895            'ENCAP' and
24896            'NDRPDR' and
24897            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24898            not 'DOT1Q' and
24899            not 'VHOST' and
24900            not 'IPSECHW'"
24901   parameters:
24902   - "throughput"
24903   - "parent"
24904   - "tags"
24905   sort:
24906   - "L2BDMACLRN"
24907   - "L2XCFWD"
24908   - "LISP"
24909   layout:
24910     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24911     layout: "plot-throughput-speedup-analysis"
24912
24913 -
24914   type: "plot"
24915   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24916   algorithm: "plot_throughput_speedup_analysis"
24917   output-file-type: ".html"
24918   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24919   data: "plot-throughput-speedup-analysis-3n-hsw"
24920   filter: "'NIC_Intel-X520-DA2' and
24921            '64B' and
24922            'ENCAP' and
24923            'NDRPDR' and
24924            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24925            not 'DOT1Q' and
24926            not 'VHOST' and
24927            not 'IPSECHW'"
24928   parameters:
24929   - "throughput"
24930   - "parent"
24931   - "tags"
24932   sort:
24933   - "L2BDMACLRN"
24934   - "L2XCFWD"
24935   - "LISP"
24936   layout:
24937     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24938     layout: "plot-throughput-speedup-analysis"
24939
24940 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24941 -
24942   type: "plot"
24943   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24944   algorithm: "plot_throughput_speedup_analysis"
24945   output-file-type: ".html"
24946   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24947   data: "plot-throughput-speedup-analysis-3n-hsw"
24948   filter: "'NIC_Intel-X710' and
24949            '64B' and
24950            'ENCAP' and
24951            'NDRPDR' and
24952            ('VXLAN' or 'LISP') and
24953            not 'VHOST' and
24954            not 'IPSECHW'"
24955   parameters:
24956   - "throughput"
24957   - "parent"
24958   - "tags"
24959   sort:
24960   - "LISP"
24961   - "VXLAN_1"
24962   - "VXLAN_10"
24963   - "VXLAN_100"
24964   - "VXLAN_1000"
24965   layout:
24966     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24967     layout: "plot-throughput-speedup-analysis"
24968
24969 -
24970   type: "plot"
24971   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24972   algorithm: "plot_throughput_speedup_analysis"
24973   output-file-type: ".html"
24974   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24975   data: "plot-throughput-speedup-analysis-3n-hsw"
24976   filter: "'NIC_Intel-X710' and
24977            '64B' and
24978            'ENCAP' and
24979            'NDRPDR' and
24980            ('VXLAN' or 'LISP') and
24981            not 'VHOST' and
24982            not 'IPSECHW'"
24983   parameters:
24984   - "throughput"
24985   - "parent"
24986   - "tags"
24987   sort:
24988   - "LISP"
24989   - "VXLAN_1"
24990   - "VXLAN_10"
24991   - "VXLAN_100"
24992   - "VXLAN_1000"
24993   layout:
24994     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24995     layout: "plot-throughput-speedup-analysis"
24996
24997 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24998 -
24999   type: "plot"
25000   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25001   algorithm: "plot_throughput_speedup_analysis"
25002   output-file-type: ".html"
25003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25004   data: "plot-throughput-speedup-analysis-3n-hsw"
25005   filter: "'NIC_Intel-X710' and
25006            '64B' and
25007            'ENCAP' and
25008            'NDRPDR' and
25009            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25010            not 'DOT1Q' and
25011            not 'VHOST' and
25012            not 'IPSECHW'"
25013   parameters:
25014   - "throughput"
25015   - "parent"
25016   - "tags"
25017   sort:
25018   - "L2BDMACLRN"
25019   - "L2XCFWD"
25020   - "LISP"
25021   layout:
25022     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25023     layout: "plot-throughput-speedup-analysis"
25024
25025 -
25026   type: "plot"
25027   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25028   algorithm: "plot_throughput_speedup_analysis"
25029   output-file-type: ".html"
25030   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25031   data: "plot-throughput-speedup-analysis-3n-hsw"
25032   filter: "'NIC_Intel-X710' and
25033            '64B' and
25034            'ENCAP' and
25035            'NDRPDR' and
25036            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25037            not 'DOT1Q' and
25038            not 'VHOST' and
25039            not 'IPSECHW'"
25040   parameters:
25041   - "throughput"
25042   - "parent"
25043   - "tags"
25044   sort:
25045   - "L2BDMACLRN"
25046   - "L2XCFWD"
25047   - "LISP"
25048   layout:
25049     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25050     layout: "plot-throughput-speedup-analysis"
25051
25052 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25053 -
25054   type: "plot"
25055   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25056   algorithm: "plot_throughput_speedup_analysis"
25057   output-file-type: ".html"
25058   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25059   data: "plot-throughput-speedup-analysis-3n-skx"
25060   filter: "'NIC_Intel-X710' and
25061            '64B' and
25062            'ENCAP' and
25063            'NDRPDR' and
25064            'VXLAN' and
25065            'L2BDMACLRN' and
25066            not 'VHOST' and
25067            not 'IPSECHW'"
25068   parameters:
25069   - "throughput"
25070   - "parent"
25071   - "tags"
25072   sort:
25073   - "LISP"
25074   - "VXLAN_1"
25075   - "VXLAN_10"
25076   - "VXLAN_100"
25077   - "VXLAN_1000"
25078   layout:
25079     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25080     layout: "plot-throughput-speedup-analysis"
25081
25082 -
25083   type: "plot"
25084   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25085   algorithm: "plot_throughput_speedup_analysis"
25086   output-file-type: ".html"
25087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25088   data: "plot-throughput-speedup-analysis-3n-skx"
25089   filter: "'NIC_Intel-X710' and
25090            '64B' and
25091            'ENCAP' and
25092            'NDRPDR' and
25093            'VXLAN' and
25094            'L2BDMACLRN' and
25095            not 'VHOST' and
25096            not 'IPSECHW'"
25097   parameters:
25098   - "throughput"
25099   - "parent"
25100   - "tags"
25101   sort:
25102   - "LISP"
25103   - "VXLAN_1"
25104   - "VXLAN_10"
25105   - "VXLAN_100"
25106   - "VXLAN_1000"
25107   layout:
25108     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25109     layout: "plot-throughput-speedup-analysis"
25110
25111 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25112 -
25113   type: "plot"
25114   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25115   algorithm: "plot_throughput_speedup_analysis"
25116   output-file-type: ".html"
25117   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25118   data: "plot-throughput-speedup-analysis-3n-skx"
25119   filter: "'NIC_Intel-X710' and
25120            '64B' and
25121            'ENCAP' and
25122            'NDRPDR' and
25123            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25124            not 'DOT1Q' and
25125            not 'VHOST' and
25126            not 'IPSECHW'"
25127   parameters:
25128   - "throughput"
25129   - "parent"
25130   - "tags"
25131   sort:
25132   - "L2BDMACLRN"
25133   - "L2XCFWD"
25134   - "LISP"
25135   layout:
25136     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25137     layout: "plot-throughput-speedup-analysis"
25138
25139 -
25140   type: "plot"
25141   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25142   algorithm: "plot_throughput_speedup_analysis"
25143   output-file-type: ".html"
25144   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25145   data: "plot-throughput-speedup-analysis-3n-skx"
25146   filter: "'NIC_Intel-X710' and
25147            '64B' and
25148            'ENCAP' and
25149            'NDRPDR' and
25150            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25151            not 'DOT1Q' and
25152            not 'VHOST' and
25153            not 'IPSECHW'"
25154   parameters:
25155   - "throughput"
25156   - "parent"
25157   - "tags"
25158   sort:
25159   - "L2BDMACLRN"
25160   - "L2XCFWD"
25161   - "LISP"
25162   layout:
25163     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25164     layout: "plot-throughput-speedup-analysis"
25165
25166 ################################################################################
25167
25168 # Speedup - VPP IPv6 3n-hsw-x520
25169 -
25170   type: "plot"
25171   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25172   algorithm: "plot_throughput_speedup_analysis"
25173   output-file-type: ".html"
25174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25175   data: "plot-throughput-speedup-analysis-3n-hsw"
25176   filter: "'NIC_Intel-X520-DA2' and
25177            '78B' and
25178            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25179            'NDRPDR' and
25180            'IP6FWD' and
25181            not 'SRv6' and
25182            not 'IPSEC' and
25183            not 'VHOST'"
25184   parameters:
25185   - "throughput"
25186   - "parent"
25187   - "tags"
25188   sort:
25189   - "IP6BASE"
25190   - "FIB_20K"
25191   - "FIB_200K"
25192   - "FIB_2M"
25193   layout:
25194     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
25195     layout: "plot-throughput-speedup-analysis"
25196
25197 -
25198   type: "plot"
25199   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25200   algorithm: "plot_throughput_speedup_analysis"
25201   output-file-type: ".html"
25202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25203   data: "plot-throughput-speedup-analysis-3n-hsw"
25204   filter: "'NIC_Intel-X520-DA2' and
25205            '78B' and
25206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25207            'NDRPDR' and
25208            'IP6FWD' and
25209            not 'SRv6' and
25210            not 'IPSEC' and
25211            not 'VHOST'"
25212   parameters:
25213   - "throughput"
25214   - "parent"
25215   - "tags"
25216   sort:
25217   - "IP6BASE"
25218   - "FIB_20K"
25219   - "FIB_200K"
25220   - "FIB_2M"
25221   layout:
25222     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
25223     layout: "plot-throughput-speedup-analysis"
25224
25225 # Speedup - VPP IPv6 3n-hsw-x520 features
25226 -
25227   type: "plot"
25228   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25229   algorithm: "plot_throughput_speedup_analysis"
25230   output-file-type: ".html"
25231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25232   data: "plot-throughput-speedup-analysis-3n-hsw"
25233   filter: "'NIC_Intel-X520-DA2' and
25234            '78B' and
25235            ('IP6BASE' or
25236             'POLICE_MARK' or
25237             'COPWHLIST' or
25238             'IACLDST') and
25239            'NDRPDR' and
25240            'IP6FWD' and
25241            not 'SRv6' and
25242            not 'IPSEC' and
25243            not 'VHOST'"
25244   parameters:
25245   - "throughput"
25246   - "parent"
25247   - "tags"
25248   sort:
25249   - "IP6BASE"
25250   - "POLICE_MARK"
25251   - "COPWHLIST"
25252   - "IACLDST"
25253   layout:
25254     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
25255     layout: "plot-throughput-speedup-analysis"
25256
25257 -
25258   type: "plot"
25259   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25263   data: "plot-throughput-speedup-analysis-3n-hsw"
25264   filter: "'NIC_Intel-X520-DA2' and
25265            '78B' and
25266            ('IP6BASE' or
25267             'POLICE_MARK' or
25268             'COPWHLIST' or
25269             'IACLDST') and
25270            'NDRPDR' and
25271            'IP6FWD' and
25272            not 'SRv6' and
25273            not 'IPSEC' and
25274            not 'VHOST'"
25275   parameters:
25276   - "throughput"
25277   - "parent"
25278   - "tags"
25279   sort:
25280   - "IP6BASE"
25281   - "POLICE_MARK"
25282   - "COPWHLIST"
25283   - "IACLDST"
25284   layout:
25285     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
25286     layout: "plot-throughput-speedup-analysis"
25287
25288 # Speedup - VPP IPv6 3n-hsw-x710
25289 -
25290   type: "plot"
25291   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25292   algorithm: "plot_throughput_speedup_analysis"
25293   output-file-type: ".html"
25294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25295   data: "plot-throughput-speedup-analysis-3n-hsw"
25296   filter: "'NIC_Intel-X710' and
25297            '78B' and
25298            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25299            'NDRPDR' and
25300            'IP6FWD' and
25301            not 'SRv6' and
25302            not 'IPSEC' and
25303            not 'VHOST'"
25304   parameters:
25305   - "throughput"
25306   - "parent"
25307   - "tags"
25308   sort:
25309   - "IP6BASE"
25310   - "FIB_20K"
25311   - "FIB_200K"
25312   - "FIB_2M"
25313   layout:
25314     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25315     layout: "plot-throughput-speedup-analysis"
25316
25317 -
25318   type: "plot"
25319   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25320   algorithm: "plot_throughput_speedup_analysis"
25321   output-file-type: ".html"
25322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25323   data: "plot-throughput-speedup-analysis-3n-hsw"
25324   filter: "'NIC_Intel-X710' and
25325            '78B' and
25326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25327            'NDRPDR' and
25328            'IP6FWD' and
25329            not 'SRv6' and
25330            not 'IPSEC' and
25331            not 'VHOST'"
25332   parameters:
25333   - "throughput"
25334   - "parent"
25335   - "tags"
25336   sort:
25337   - "IP6BASE"
25338   - "FIB_20K"
25339   - "FIB_200K"
25340   - "FIB_2M"
25341   layout:
25342     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25343     layout: "plot-throughput-speedup-analysis"
25344
25345 # Speedup - VPP IPv6 3n-hsw-x710 features
25346 -
25347   type: "plot"
25348   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25349   algorithm: "plot_throughput_speedup_analysis"
25350   output-file-type: ".html"
25351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25352   data: "plot-throughput-speedup-analysis-3n-hsw"
25353   filter: "'NIC_Intel-X710' and
25354            '78B' and
25355            ('IP6BASE' or
25356             'POLICE_MARK' or
25357             'COPWHLIST' or
25358             'IACLDST') and
25359            'NDRPDR' and
25360            'IP6FWD' and
25361            not 'SRv6' and
25362            not 'IPSEC' and
25363            not 'VHOST'"
25364   parameters:
25365   - "throughput"
25366   - "parent"
25367   - "tags"
25368   sort:
25369   - "IP6BASE"
25370   - "POLICE_MARK"
25371   - "COPWHLIST"
25372   - "IACLDST"
25373   layout:
25374     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25375     layout: "plot-throughput-speedup-analysis"
25376
25377 -
25378   type: "plot"
25379   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25380   algorithm: "plot_throughput_speedup_analysis"
25381   output-file-type: ".html"
25382   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25383   data: "plot-throughput-speedup-analysis-3n-hsw"
25384   filter: "'NIC_Intel-X710' and
25385            '78B' and
25386            ('IP6BASE' or
25387             'POLICE_MARK' or
25388             'COPWHLIST' or
25389             'IACLDST') and
25390            'NDRPDR' and
25391            'IP6FWD' and
25392            not 'SRv6' and
25393            not 'IPSEC' and
25394            not 'VHOST'"
25395   parameters:
25396   - "throughput"
25397   - "parent"
25398   - "tags"
25399   sort:
25400   - "IP6BASE"
25401   - "POLICE_MARK"
25402   - "COPWHLIST"
25403   - "IACLDST"
25404   layout:
25405     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25406     layout: "plot-throughput-speedup-analysis"
25407
25408 # Speedup - VPP IPv6 3n-hsw-xl710
25409 -
25410   type: "plot"
25411   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25412   algorithm: "plot_throughput_speedup_analysis"
25413   output-file-type: ".html"
25414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25415   data: "plot-throughput-speedup-analysis-3n-hsw"
25416   filter: "'NIC_Intel-XL710' and
25417            '78B' and
25418            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25419            'NDRPDR' and
25420            'IP6FWD' and
25421            not 'SRv6' and
25422            not 'IPSEC' and
25423            not 'VHOST'"
25424   parameters:
25425   - "throughput"
25426   - "parent"
25427   - "tags"
25428   sort:
25429   - "IP6BASE"
25430   - "FIB_20K"
25431   - "FIB_200K"
25432   - "FIB_2M"
25433   layout:
25434     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
25435     layout: "plot-throughput-speedup-analysis"
25436
25437 -
25438   type: "plot"
25439   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25440   algorithm: "plot_throughput_speedup_analysis"
25441   output-file-type: ".html"
25442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25443   data: "plot-throughput-speedup-analysis-3n-hsw"
25444   filter: "'NIC_Intel-XL710' and
25445            '78B' and
25446            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25447            'NDRPDR' and
25448            'IP6FWD' and
25449            not 'SRv6' and
25450            not 'IPSEC' and
25451            not 'VHOST'"
25452   parameters:
25453   - "throughput"
25454   - "parent"
25455   - "tags"
25456   sort:
25457   - "IP6BASE"
25458   - "FIB_20K"
25459   - "FIB_200K"
25460   - "FIB_2M"
25461   layout:
25462     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
25463     layout: "plot-throughput-speedup-analysis"
25464
25465 # Speedup - VPP IPv6 3n-skx-x710
25466 -
25467   type: "plot"
25468   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25469   algorithm: "plot_throughput_speedup_analysis"
25470   output-file-type: ".html"
25471   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25472   data: "plot-throughput-speedup-analysis-3n-skx"
25473   filter: "'NIC_Intel-X710' and
25474            '78B' and
25475            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25476            'NDRPDR' and
25477            'IP6FWD' and
25478            not 'SRv6' and
25479            not 'IPSEC' and
25480            not 'VHOST'"
25481   parameters:
25482   - "throughput"
25483   - "parent"
25484   - "tags"
25485   sort:
25486   - "IP6BASE"
25487   - "FIB_20K"
25488   - "FIB_200K"
25489   - "FIB_2M"
25490   layout:
25491     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25492     layout: "plot-throughput-speedup-analysis"
25493
25494 -
25495   type: "plot"
25496   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25497   algorithm: "plot_throughput_speedup_analysis"
25498   output-file-type: ".html"
25499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25500   data: "plot-throughput-speedup-analysis-3n-skx"
25501   filter: "'NIC_Intel-X710' and
25502            '78B' and
25503            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25504            'NDRPDR' and
25505            'IP6FWD' and
25506            not 'SRv6' and
25507            not 'IPSEC' and
25508            not 'VHOST'"
25509   parameters:
25510   - "throughput"
25511   - "parent"
25512   - "tags"
25513   sort:
25514   - "IP6BASE"
25515   - "FIB_20K"
25516   - "FIB_200K"
25517   - "FIB_2M"
25518   layout:
25519     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25520     layout: "plot-throughput-speedup-analysis"
25521
25522 # Speedup - VPP IPv6 3n-skx-x710 features
25523 -
25524   type: "plot"
25525   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25526   algorithm: "plot_throughput_speedup_analysis"
25527   output-file-type: ".html"
25528   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25529   data: "plot-throughput-speedup-analysis-3n-skx"
25530   filter: "'NIC_Intel-X710' and
25531            '78B' and
25532            ('IP6BASE' or
25533             'POLICE_MARK' or
25534             'COPWHLIST' or
25535             'IACLDST') and
25536            'NDRPDR' and
25537            'IP6FWD' and
25538            not 'SRv6' and
25539            not 'IPSEC' and
25540            not 'VHOST'"
25541   parameters:
25542   - "throughput"
25543   - "parent"
25544   - "tags"
25545   sort:
25546   - "IP6BASE"
25547   - "POLICE_MARK"
25548   - "COPWHLIST"
25549   - "IACLDST"
25550   layout:
25551     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25552     layout: "plot-throughput-speedup-analysis"
25553
25554 -
25555   type: "plot"
25556   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25557   algorithm: "plot_throughput_speedup_analysis"
25558   output-file-type: ".html"
25559   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25560   data: "plot-throughput-speedup-analysis-3n-skx"
25561   filter: "'NIC_Intel-X710' and
25562            '78B' and
25563            ('IP6BASE' or
25564             'POLICE_MARK' or
25565             'COPWHLIST' or
25566             'IACLDST') and
25567            'NDRPDR' and
25568            'IP6FWD' and
25569            not 'SRv6' and
25570            not 'IPSEC' and
25571            not 'VHOST'"
25572   parameters:
25573   - "throughput"
25574   - "parent"
25575   - "tags"
25576   sort:
25577   - "IP6BASE"
25578   - "POLICE_MARK"
25579   - "COPWHLIST"
25580   - "IACLDST"
25581   layout:
25582     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25583     layout: "plot-throughput-speedup-analysis"
25584
25585 # Speedup - VPP IPv6 2n-skx-x710
25586 -
25587   type: "plot"
25588   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25592   data: "plot-throughput-speedup-analysis-2n-skx"
25593   filter: "'NIC_Intel-X710' and
25594            '78B' and
25595            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25596            'NDRPDR' and
25597            'IP6FWD' and
25598            not 'SRv6' and
25599            not 'IPSEC' and
25600            not 'VHOST'"
25601   parameters:
25602   - "throughput"
25603   - "parent"
25604   - "tags"
25605   sort:
25606   - "IP6BASE"
25607   - "FIB_20k"
25608   - "FIB_200k"
25609   - "FIB_2M"
25610   layout:
25611     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25612     layout: "plot-throughput-speedup-analysis"
25613
25614 -
25615   type: "plot"
25616   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25617   algorithm: "plot_throughput_speedup_analysis"
25618   output-file-type: ".html"
25619   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25620   data: "plot-throughput-speedup-analysis-2n-skx"
25621   filter: "'NIC_Intel-X710' and
25622            '78B' and
25623            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25624            'NDRPDR' and
25625            'IP6FWD' and
25626            not 'SRv6' and
25627            not 'IPSEC' and
25628            not 'VHOST'"
25629   parameters:
25630   - "throughput"
25631   - "parent"
25632   - "tags"
25633   sort:
25634   - "IP6BASE"
25635   - "FIB_20k"
25636   - "FIB_200k"
25637   - "FIB_2M"
25638   layout:
25639     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25640     layout: "plot-throughput-speedup-analysis"
25641
25642 # Speedup - VPP IPv6 2n-skx-xxv710
25643 -
25644   type: "plot"
25645   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25646   algorithm: "plot_throughput_speedup_analysis"
25647   output-file-type: ".html"
25648   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25649   data: "plot-throughput-speedup-analysis-2n-skx"
25650   filter: "'NIC_Intel-XXV710' and
25651            '78B' and
25652            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25653            'NDRPDR' and
25654            'IP6FWD' and
25655            not 'SRv6' and
25656            not 'IPSEC' and
25657            not 'VHOST'"
25658   parameters:
25659   - "throughput"
25660   - "parent"
25661   - "tags"
25662   sort:
25663   - "IP6BASE"
25664   - "FIB_20k"
25665   - "FIB_200k"
25666   - "FIB_2M"
25667   layout:
25668     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25669     layout: "plot-throughput-speedup-analysis"
25670
25671 -
25672   type: "plot"
25673   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25674   algorithm: "plot_throughput_speedup_analysis"
25675   output-file-type: ".html"
25676   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25677   data: "plot-throughput-speedup-analysis-2n-skx"
25678   filter: "'NIC_Intel-XXV710' and
25679            '78B' and
25680            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25681            'NDRPDR' and
25682            'IP6FWD' and
25683            not 'SRv6' and
25684            not 'IPSEC' and
25685            not 'VHOST'"
25686   parameters:
25687   - "throughput"
25688   - "parent"
25689   - "tags"
25690   sort:
25691   - "IP6BASE"
25692   - "FIB_20k"
25693   - "FIB_200k"
25694   - "FIB_2M"
25695   layout:
25696     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25697     layout: "plot-throughput-speedup-analysis"
25698
25699 # Speedup - VPP IPv6 2n-dnv-x553 base
25700 -
25701   type: "plot"
25702   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25703   algorithm: "plot_throughput_speedup_analysis"
25704   output-file-type: ".html"
25705   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25706   data: "intel-dnv-vpp"
25707   filter: "'NIC_Intel-X553' and
25708            '78B' and
25709            'IP6BASE' and
25710            'NDRPDR' and
25711            'IP6FWD' and
25712            not 'SRv6' and
25713            not 'IPSEC' and
25714            not 'VHOST'"
25715   parameters:
25716   - "throughput"
25717   - "parent"
25718   - "tags"
25719   sort:
25720   - "IP6BASE"
25721   layout:
25722     title: "ip6-2n-dnv-x553-78b-base-ndr"
25723     layout: "plot-throughput-speedup-analysis"
25724
25725 -
25726   type: "plot"
25727   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25728   algorithm: "plot_throughput_speedup_analysis"
25729   output-file-type: ".html"
25730   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25731   data: "intel-dnv-vpp"
25732   filter: "'NIC_Intel-X553' and
25733            '78B' and
25734            'IP6BASE' and
25735            'NDRPDR' and
25736            'IP6FWD' and
25737            not 'SRv6' and
25738            not 'IPSEC' and
25739            not 'VHOST'"
25740   parameters:
25741   - "throughput"
25742   - "parent"
25743   - "tags"
25744   sort:
25745   - "IP6BASE"
25746   layout:
25747     title: "ip6-2n-dnv-x553-78b-base-pdr"
25748     layout: "plot-throughput-speedup-analysis"
25749
25750 ################################################################################
25751
25752 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25753 -
25754   type: "plot"
25755   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25756   algorithm: "plot_throughput_speedup_analysis"
25757   output-file-type: ".html"
25758   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25759   data: "plot-throughput-speedup-analysis-3n-hsw"
25760   filter: "'NIC_Intel-X520-DA2' and
25761            '78B' and
25762            'ENCAP' and
25763            'NDRPDR' and
25764            'LISP' and
25765            not 'VHOST'"
25766   parameters:
25767   - "throughput"
25768   - "parent"
25769   - "tags"
25770   sort:
25771   - "IP4UNRLAY"
25772   - "IP6UNRLAY"
25773   layout:
25774     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
25775     layout: "plot-throughput-speedup-analysis"
25776
25777 -
25778   type: "plot"
25779   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25780   algorithm: "plot_throughput_speedup_analysis"
25781   output-file-type: ".html"
25782   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25783   data: "plot-throughput-speedup-analysis-3n-hsw"
25784   filter: "'NIC_Intel-X520-DA2' and
25785            '78B' and
25786            'ENCAP' and
25787            'NDRPDR' and
25788            'LISP' and
25789            not 'VHOST'"
25790   parameters:
25791   - "throughput"
25792   - "parent"
25793   - "tags"
25794   sort:
25795   - "IP4UNRLAY"
25796   - "IP6UNRLAY"
25797   layout:
25798     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
25799     layout: "plot-throughput-speedup-analysis"
25800
25801 ################################################################################
25802
25803 # Speedup - VPP IPSec 3n-hsw-xl710 base
25804 -
25805   type: "plot"
25806   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25807   algorithm: "plot_throughput_speedup_analysis"
25808   output-file-type: ".html"
25809   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25810   data: "plot-throughput-speedup-analysis-3n-hsw"
25811   filter: "'NIC_Intel-XL710' and
25812            '64B' and
25813            'IP4FWD' and
25814            'NDRPDR' and
25815            'BASE' and
25816            'IPSECHW' and
25817            ('IPSECTRAN' or 'IPSECTUN') and
25818            not 'VHOST'"
25819   parameters:
25820   - "throughput"
25821   - "parent"
25822   - "tags"
25823   layout:
25824     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25825     layout: "plot-throughput-speedup-analysis"
25826
25827 -
25828   type: "plot"
25829   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25830   algorithm: "plot_throughput_speedup_analysis"
25831   output-file-type: ".html"
25832   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25833   data: "plot-throughput-speedup-analysis-3n-hsw"
25834   filter: "'NIC_Intel-XL710' and
25835            '64B' and
25836            'IP4FWD' and
25837            'NDRPDR' and
25838            'BASE' and
25839            'IPSECHW' and
25840            ('IPSECTRAN' or 'IPSECTUN') and
25841            not 'VHOST'"
25842   parameters:
25843   - "throughput"
25844   - "parent"
25845   - "tags"
25846   layout:
25847     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25848     layout: "plot-throughput-speedup-analysis"
25849
25850 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25851 -
25852   type: "plot"
25853   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25854   algorithm: "plot_throughput_speedup_analysis"
25855   output-file-type: ".html"
25856   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25857   data: "plot-throughput-speedup-analysis-3n-hsw"
25858   filter: "'NIC_Intel-XL710' and
25859            '64B' and
25860            'IP4FWD' and
25861            'NDRPDR' and
25862            'SCALE' and
25863            'IPSECHW' and
25864            ('IPSECTRAN' or 'IPSECTUN') and
25865            not 'VHOST'"
25866   parameters:
25867   - "throughput"
25868   - "parent"
25869   - "tags"
25870   layout:
25871     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25872     layout: "plot-throughput-speedup-analysis"
25873
25874 -
25875   type: "plot"
25876   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25877   algorithm: "plot_throughput_speedup_analysis"
25878   output-file-type: ".html"
25879   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25880   data: "plot-throughput-speedup-analysis-3n-hsw"
25881   filter: "'NIC_Intel-XL710' and
25882            '64B' and
25883            'IP4FWD' and
25884            'NDRPDR' and
25885            'SCALE' and
25886            'IPSECHW' and
25887            ('IPSECTRAN' or 'IPSECTUN') and
25888            not 'VHOST'"
25889   parameters:
25890   - "throughput"
25891   - "parent"
25892   - "tags"
25893   layout:
25894     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25895     layout: "plot-throughput-speedup-analysis"
25896
25897 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25898 -
25899   type: "plot"
25900   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25901   algorithm: "plot_throughput_speedup_analysis"
25902   output-file-type: ".html"
25903   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25904   data: "plot-throughput-speedup-analysis-3n-hsw"
25905   filter: "'NIC_Intel-XL710' and
25906            '64B' and
25907            'IP4FWD' and
25908            'NDRPDR' and
25909            'IPSECSW' and
25910            ('IPSECTRAN' or 'IPSECTUN') and
25911            not 'VHOST'"
25912   parameters:
25913   - "throughput"
25914   - "parent"
25915   - "tags"
25916   layout:
25917     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25918     layout: "plot-throughput-speedup-analysis"
25919
25920 -
25921   type: "plot"
25922   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25923   algorithm: "plot_throughput_speedup_analysis"
25924   output-file-type: ".html"
25925   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25926   data: "plot-throughput-speedup-analysis-3n-hsw"
25927   filter: "'NIC_Intel-XL710' and
25928            '64B' and
25929            'IP4FWD' and
25930            'NDRPDR' and
25931            'IPSECSW' and
25932            ('IPSECTRAN' or 'IPSECTUN') and
25933            not 'VHOST'"
25934   parameters:
25935   - "throughput"
25936   - "parent"
25937   - "tags"
25938   layout:
25939     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25940     layout: "plot-throughput-speedup-analysis"
25941
25942 ################################################################################
25943
25944 # Speedup - VPP SRv6 3n-hsw-x520
25945 -
25946   type: "plot"
25947   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25948   algorithm: "plot_throughput_speedup_analysis"
25949   output-file-type: ".html"
25950   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25951   data: "plot-throughput-speedup-analysis-3n-hsw"
25952   filter: "'NIC_Intel-X520-DA2' and
25953            '78B' and
25954            'FEATURE' and
25955            'NDRPDR' and
25956            'IP6FWD' and
25957            'SRv6'"
25958   parameters:
25959   - "throughput"
25960   - "parent"
25961   - "tags"
25962   layout:
25963     title: "srv6-3n-hsw-x520-78b-features-ndr"
25964     layout: "plot-throughput-speedup-analysis"
25965
25966 -
25967   type: "plot"
25968   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25969   algorithm: "plot_throughput_speedup_analysis"
25970   output-file-type: ".html"
25971   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25972   data: "plot-throughput-speedup-analysis-3n-hsw"
25973   filter: "'NIC_Intel-X520-DA2' and
25974            '78B' and
25975            'FEATURE' and
25976            'NDRPDR' and
25977            'IP6FWD' and
25978            'SRv6'"
25979   parameters:
25980   - "throughput"
25981   - "parent"
25982   - "tags"
25983   layout:
25984     title: "srv6-3n-hsw-x520-78b-features-pdr"
25985     layout: "plot-throughput-speedup-analysis"
25986
25987 ################################################################################
25988
25989 # Speedup - VPP L2 3n-hsw-x520 base and scale
25990 -
25991   type: "plot"
25992   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25993   algorithm: "plot_throughput_speedup_analysis"
25994   output-file-type: ".html"
25995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25996   data: "plot-throughput-speedup-analysis-3n-hsw"
25997   filter: "'NIC_Intel-X520-DA2' and
25998            '64B' and
25999            ('BASE' or 'SCALE') and
26000            'NDRPDR' and
26001            'ETH' and
26002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26003            not 'VHOST' and
26004            not 'MEMIF'"
26005   parameters:
26006   - "throughput"
26007   - "parent"
26008   - "tags"
26009   sort:
26010   - "L2XCFWD"
26011   - "L2PATCH"
26012   - "L2BDMACLRN"
26013   - "FIB_10K"
26014   - "FIB_100K"
26015   - "FIB_1M"
26016   layout:
26017     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26018     layout: "plot-throughput-speedup-analysis"
26019
26020 -
26021   type: "plot"
26022   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26023   algorithm: "plot_throughput_speedup_analysis"
26024   output-file-type: ".html"
26025   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26026   data: "plot-throughput-speedup-analysis-3n-hsw"
26027   filter: "'NIC_Intel-X520-DA2' and
26028            '64B' and
26029            ('BASE' or 'SCALE') and
26030            'NDRPDR' and
26031            'ETH' and
26032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26033            not 'VHOST' and
26034            not 'MEMIF'"
26035   parameters:
26036   - "throughput"
26037   - "parent"
26038   - "tags"
26039   sort:
26040   - "L2XCFWD"
26041   - "L2PATCH"
26042   - "L2BDMACLRN"
26043   - "FIB_10K"
26044   - "FIB_100K"
26045   - "FIB_1M"
26046   layout:
26047     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26048     layout: "plot-throughput-speedup-analysis"
26049
26050 # Speedup - VPP L2 3n-hsw-x520 features
26051 -
26052   type: "plot"
26053   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26054   algorithm: "plot_throughput_speedup_analysis"
26055   output-file-type: ".html"
26056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26057   data: "plot-throughput-speedup-analysis-3n-hsw"
26058   filter: "'NIC_Intel-X520-DA2' and
26059            '64B' and
26060            'NDRPDR' and
26061            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26062            not 'ACL' and
26063            not 'VHOST' and
26064            not 'MEMIF'"
26065   parameters:
26066   - "throughput"
26067   - "parent"
26068   - "tags"
26069   sort:
26070   - "L2XCBASE"    # l2xcbase
26071   - "L2BDBASE"    # l2bdbase
26072   - "L2XCFWD"     # dot1q-l2xcbase
26073   - "L2BDMACLRN"  # dot1q-l2bdbase
26074   layout:
26075     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26076     layout: "plot-throughput-speedup-analysis"
26077
26078 -
26079   type: "plot"
26080   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26081   algorithm: "plot_throughput_speedup_analysis"
26082   output-file-type: ".html"
26083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26084   data: "plot-throughput-speedup-analysis-3n-hsw"
26085   filter: "'NIC_Intel-X520-DA2' and
26086            '64B' and
26087            'NDRPDR' and
26088            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26089            not 'ACL' and
26090            not 'VHOST' and
26091            not 'MEMIF'"
26092   parameters:
26093   - "throughput"
26094   - "parent"
26095   - "tags"
26096   sort:
26097   - "L2XCBASE"    # l2xcbase
26098   - "L2BDBASE"    # l2bdbase
26099   - "L2XCFWD"     # dot1q-l2xcbase
26100   - "L2BDMACLRN"  # dot1q-l2bdbase
26101   layout:
26102     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26103     layout: "plot-throughput-speedup-analysis"
26104
26105 # Speedup - VPP L2 3n-hsw-x710 base and scale
26106 -
26107   type: "plot"
26108   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26109   algorithm: "plot_throughput_speedup_analysis"
26110   output-file-type: ".html"
26111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26112   data: "plot-throughput-speedup-analysis-3n-hsw"
26113   filter: "'NIC_Intel-X710' and
26114            '64B' and
26115            ('BASE' or 'SCALE') and
26116            'NDRPDR' and
26117            'ETH' and
26118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26119            not 'VHOST' and
26120            not 'MEMIF' and
26121            not 'DRV_AVF'"
26122   parameters:
26123   - "throughput"
26124   - "parent"
26125   - "tags"
26126   sort:
26127   - "L2PATCH"
26128   - "L2XCBASE"
26129   - "BASE"
26130   - "FIB_10K"
26131   - "FIB_100K"
26132   - "FIB_1M"
26133   layout:
26134     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26135     layout: "plot-throughput-speedup-analysis"
26136
26137 -
26138   type: "plot"
26139   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26140   algorithm: "plot_throughput_speedup_analysis"
26141   output-file-type: ".html"
26142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26143   data: "plot-throughput-speedup-analysis-3n-hsw"
26144   filter: "'NIC_Intel-X710' and
26145            '64B' and
26146            ('BASE' or 'SCALE') and
26147            'NDRPDR' and
26148            'ETH' and
26149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26150            not 'VHOST' and
26151            not 'MEMIF' and
26152            not 'DRV_AVF'"
26153   parameters:
26154   - "throughput"
26155   - "parent"
26156   - "tags"
26157   sort:
26158   - "L2PATCH"
26159   - "L2XCBASE"
26160   - "BASE"
26161   - "FIB_10K"
26162   - "FIB_100K"
26163   - "FIB_1M"
26164   layout:
26165     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26166     layout: "plot-throughput-speedup-analysis"
26167
26168 # Speedup - VPP L2 3n-hsw-x710 features
26169 -
26170   type: "plot"
26171   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26172   algorithm: "plot_throughput_speedup_analysis"
26173   output-file-type: ".html"
26174   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26175   data: "plot-throughput-speedup-analysis-3n-hsw"
26176   filter: "'NIC_Intel-X710' and
26177            '64B' and
26178            'NDRPDR' and
26179            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26180            not 'ACL' and
26181            not 'VHOST' and
26182            not 'MEMIF'"
26183   parameters:
26184   - "throughput"
26185   - "parent"
26186   - "tags"
26187   sort:
26188   - "L2XCBASE"    # l2xcbase
26189   - "L2BDBASE"    # l2bdbase
26190   - "L2XCFWD"     # dot1q-l2xcbase
26191   - "L2BDMACLRN"  # dot1q-l2bdbase
26192   layout:
26193     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26194     layout: "plot-throughput-speedup-analysis"
26195
26196 -
26197   type: "plot"
26198   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26199   algorithm: "plot_throughput_speedup_analysis"
26200   output-file-type: ".html"
26201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26202   data: "plot-throughput-speedup-analysis-3n-hsw"
26203   filter: "'NIC_Intel-X710' and
26204            '64B' and
26205            'NDRPDR' and
26206            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26207            not 'ACL' and
26208            not 'VHOST' and
26209            not 'MEMIF'"
26210   parameters:
26211   - "throughput"
26212   - "parent"
26213   - "tags"
26214   sort:
26215   - "L2XCBASE"    # l2xcbase
26216   - "L2BDBASE"    # l2bdbase
26217   - "L2XCFWD"     # dot1q-l2xcbase
26218   - "L2BDMACLRN"  # dot1q-l2bdbase
26219   layout:
26220     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26221     layout: "plot-throughput-speedup-analysis"
26222
26223 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26224 -
26225   type: "plot"
26226   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26227   algorithm: "plot_throughput_speedup_analysis"
26228   output-file-type: ".html"
26229   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26230   data: "plot-throughput-speedup-analysis-3n-hsw"
26231   filter: "'NIC_Intel-XL710' and
26232            '64B' and
26233            ('BASE' or 'SCALE') and
26234            'NDRPDR' and
26235            'ETH' and
26236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26237            not 'VHOST' and
26238            not 'MEMIF'"
26239   parameters:
26240   - "throughput"
26241   - "parent"
26242   - "tags"
26243   sort:
26244   - "L2PATCH"
26245   - "L2XCBASE"
26246   - "BASE"
26247   - "FIB_10K"
26248   - "FIB_100K"
26249   - "FIB_1M"
26250   layout:
26251     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26252     layout: "plot-throughput-speedup-analysis"
26253
26254 -
26255   type: "plot"
26256   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26257   algorithm: "plot_throughput_speedup_analysis"
26258   output-file-type: ".html"
26259   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26260   data: "plot-throughput-speedup-analysis-3n-hsw"
26261   filter: "'NIC_Intel-XL710' and
26262            '64B' and
26263            ('BASE' or 'SCALE') and
26264            'NDRPDR' and
26265            'ETH' and
26266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26267            not 'VHOST' and
26268            not 'MEMIF'"
26269   parameters:
26270   - "throughput"
26271   - "parent"
26272   - "tags"
26273   sort:
26274   - "L2PATCH"
26275   - "L2XCBASE"
26276   - "BASE"
26277   - "FIB_10K"
26278   - "FIB_100K"
26279   - "FIB_1M"
26280   layout:
26281     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26282     layout: "plot-throughput-speedup-analysis"
26283
26284 # Speedup - VPP L2 3n-skx-x710 base and scale
26285 -
26286   type: "plot"
26287   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26288   algorithm: "plot_throughput_speedup_analysis"
26289   output-file-type: ".html"
26290   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26291   data: "plot-throughput-speedup-analysis-3n-skx"
26292   filter: "'NIC_Intel-X710' and
26293            '64B' and
26294            ('BASE' or 'SCALE') and
26295            'NDRPDR' and
26296            'ETH' and
26297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26298            not 'VHOST' and
26299            not 'DRV_AVF' and
26300            not 'MEMIF'"
26301   parameters:
26302   - "throughput"
26303   - "parent"
26304   - "tags"
26305   sort:
26306   - "L2PATCH"
26307   - "L2XCBASE"
26308   - "BASE"
26309   - "FIB_10K"
26310   - "FIB_100K"
26311   - "FIB_1M"
26312   layout:
26313     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26314     layout: "plot-throughput-speedup-analysis"
26315
26316 -
26317   type: "plot"
26318   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26319   algorithm: "plot_throughput_speedup_analysis"
26320   output-file-type: ".html"
26321   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26322   data: "plot-throughput-speedup-analysis-3n-skx"
26323   filter: "'NIC_Intel-X710' and
26324            '64B' and
26325            ('BASE' or 'SCALE') and
26326            'NDRPDR' and
26327            'ETH' and
26328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26329            not 'VHOST' and
26330            not 'DRV_AVF' and
26331            not 'MEMIF'"
26332   parameters:
26333   - "throughput"
26334   - "parent"
26335   - "tags"
26336   sort:
26337   - "L2PATCH"
26338   - "L2XCBASE"
26339   - "BASE"
26340   - "FIB_10K"
26341   - "FIB_100K"
26342   - "FIB_1M"
26343   layout:
26344     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26345     layout: "plot-throughput-speedup-analysis"
26346
26347 # Speedup - VPP L2 3n-skx-x710 features
26348 -
26349   type: "plot"
26350   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26351   algorithm: "plot_throughput_speedup_analysis"
26352   output-file-type: ".html"
26353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26354   data: "plot-throughput-speedup-analysis-3n-skx"
26355   filter: "'NIC_Intel-X710' and
26356            '64B' and
26357            'NDRPDR' and
26358            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26359            not 'ACL' and
26360            not 'VHOST' and
26361            not 'MEMIF'"
26362   parameters:
26363   - "throughput"
26364   - "parent"
26365   - "tags"
26366   sort:
26367   - "L2XCBASE"    # l2xcbase
26368   - "L2BDBASE"    # l2bdbase
26369   - "L2XCFWD"     # dot1q-l2xcbase
26370   - "L2BDMACLRN"  # dot1q-l2bdbase
26371   layout:
26372     title: "l2sw-3n-skx-x710-64b-features-ndr"
26373     layout: "plot-throughput-speedup-analysis"
26374
26375 -
26376   type: "plot"
26377   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26378   algorithm: "plot_throughput_speedup_analysis"
26379   output-file-type: ".html"
26380   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26381   data: "plot-throughput-speedup-analysis-3n-skx"
26382   filter: "'NIC_Intel-X710' and
26383            '64B' and
26384            'NDRPDR' and
26385            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26386            not 'ACL' and
26387            not 'VHOST' and
26388            not 'MEMIF'"
26389   parameters:
26390   - "throughput"
26391   - "parent"
26392   - "tags"
26393   sort:
26394   - "L2XCBASE"    # l2xcbase
26395   - "L2BDBASE"    # l2bdbase
26396   - "L2XCFWD"     # dot1q-l2xcbase
26397   - "L2BDMACLRN"  # dot1q-l2bdbase
26398   layout:
26399     title: "l2sw-3n-skx-x710-64b-features-pdr"
26400     layout: "plot-throughput-speedup-analysis"
26401
26402 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26403 -
26404   type: "plot"
26405   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26406   algorithm: "plot_throughput_speedup_analysis"
26407   output-file-type: ".html"
26408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26409   data: "plot-throughput-speedup-analysis-3n-skx"
26410   filter: "'NIC_Intel-XXV710' and
26411            '64B' and
26412            ('BASE' or 'SCALE') and
26413            'NDRPDR' and
26414            'ETH' and
26415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26416            not 'VHOST' and
26417            not 'MEMIF' and
26418            not 'DRV_AVF'"
26419   parameters:
26420   - "throughput"
26421   - "parent"
26422   - "tags"
26423   sort:
26424   - "L2PATCH"
26425   - "L2XCBASE"
26426   - "BASE"
26427   - "FIB_10K"
26428   - "FIB_100K"
26429   - "FIB_1M"
26430   layout:
26431     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26432     layout: "plot-throughput-speedup-analysis"
26433
26434 -
26435   type: "plot"
26436   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26437   algorithm: "plot_throughput_speedup_analysis"
26438   output-file-type: ".html"
26439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26440   data: "plot-throughput-speedup-analysis-3n-skx"
26441   filter: "'NIC_Intel-XXV710' and
26442            '64B' and
26443            ('BASE' or 'SCALE') and
26444            'NDRPDR' and
26445            'ETH' and
26446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26447            not 'VHOST' and
26448            not 'MEMIF' and
26449            not 'DRV_AVF'"
26450   parameters:
26451   - "throughput"
26452   - "parent"
26453   - "tags"
26454   sort:
26455   - "L2PATCH"
26456   - "L2XCBASE"
26457   - "BASE"
26458   - "FIB_10K"
26459   - "FIB_100K"
26460   - "FIB_1M"
26461   layout:
26462     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26463     layout: "plot-throughput-speedup-analysis"
26464
26465 # Speedup - VPP L2 2n-skx-x710 base and scale
26466 -
26467   type: "plot"
26468   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26469   algorithm: "plot_throughput_speedup_analysis"
26470   output-file-type: ".html"
26471   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26472   data: "plot-throughput-speedup-analysis-2n-skx"
26473   filter: "'NIC_Intel-X710' and
26474            '64B' and
26475            ('BASE' or 'SCALE') and
26476            'NDRPDR' and
26477            'ETH' and
26478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26479            not 'VHOST' and
26480            not 'MEMIF'"
26481   parameters:
26482   - "throughput"
26483   - "parent"
26484   - "tags"
26485   sort:
26486   - "L2PATCH"
26487   - "L2XCBASE"
26488   - "BASE"
26489   - "FIB_10K"
26490   - "FIB_100K"
26491   - "FIB_1M"
26492   layout:
26493     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26494     layout: "plot-throughput-speedup-analysis"
26495
26496 -
26497   type: "plot"
26498   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26499   algorithm: "plot_throughput_speedup_analysis"
26500   output-file-type: ".html"
26501   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26502   data: "plot-throughput-speedup-analysis-2n-skx"
26503   filter: "'NIC_Intel-X710' and
26504            '64B' and
26505            ('BASE' or 'SCALE') and
26506            'NDRPDR' and
26507            'ETH' and
26508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26509            not 'VHOST' and
26510            not 'MEMIF'"
26511   parameters:
26512   - "throughput"
26513   - "parent"
26514   - "tags"
26515   sort:
26516   - "L2PATCH"
26517   - "L2XCBASE"
26518   - "BASE"
26519   - "FIB_10K"
26520   - "FIB_100K"
26521   - "FIB_1M"
26522   layout:
26523     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26524     layout: "plot-throughput-speedup-analysis"
26525
26526 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26527 -
26528   type: "plot"
26529   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26530   algorithm: "plot_throughput_speedup_analysis"
26531   output-file-type: ".html"
26532   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26533   data: "plot-throughput-speedup-analysis-2n-skx"
26534   filter: "'NIC_Intel-XXV710' and
26535            '64B' and
26536            ('BASE' or 'SCALE') and
26537            'NDRPDR' and
26538            'ETH' and
26539            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26540            not 'VHOST' and
26541            not 'MEMIF'"
26542   parameters:
26543   - "throughput"
26544   - "parent"
26545   - "tags"
26546   sort:
26547   - "L2PATCH"
26548   - "L2XCBASE"
26549   - "BASE"
26550   - "FIB_10K"
26551   - "FIB_100K"
26552   - "FIB_1M"
26553   layout:
26554     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26555     layout: "plot-throughput-speedup-analysis"
26556
26557 -
26558   type: "plot"
26559   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26560   algorithm: "plot_throughput_speedup_analysis"
26561   output-file-type: ".html"
26562   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26563   data: "plot-throughput-speedup-analysis-2n-skx"
26564   filter: "'NIC_Intel-XXV710' and
26565            '64B' and
26566            ('BASE' or 'SCALE') and
26567            'NDRPDR' and
26568            'ETH' and
26569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26570            not 'VHOST' and
26571            not 'MEMIF'"
26572   parameters:
26573   - "throughput"
26574   - "parent"
26575   - "tags"
26576   sort:
26577   - "L2PATCH"
26578   - "L2XCBASE"
26579   - "BASE"
26580   - "FIB_10K"
26581   - "FIB_100K"
26582   - "FIB_1M"
26583   layout:
26584     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26585     layout: "plot-throughput-speedup-analysis"
26586
26587 # Speedup - VPP L2 2n-dnv-x553 base
26588 -
26589   type: "plot"
26590   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26591   algorithm: "plot_throughput_speedup_analysis"
26592   output-file-type: ".html"
26593   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26594   data: "intel-dnv-vpp"
26595   filter: "'NIC_Intel-X553' and
26596            '64B' and
26597            ('BASE' or 'SCALE') and
26598            'NDRPDR' and
26599            'ETH' and
26600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26601            not 'VHOST' and
26602            not 'MEMIF'"
26603   parameters:
26604   - "throughput"
26605   - "parent"
26606   - "tags"
26607   sort:
26608   - "L2XCBASE"
26609   - "L2BDMACLRN"
26610   - "L2PATCH"
26611   layout:
26612     title: "l2sw-2n-dnv-x553-64b-base-ndr"
26613     layout: "plot-throughput-speedup-analysis"
26614
26615 -
26616   type: "plot"
26617   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26618   algorithm: "plot_throughput_speedup_analysis"
26619   output-file-type: ".html"
26620   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26621   data: "intel-dnv-vpp"
26622   filter: "'NIC_Intel-X553' and
26623            '64B' and
26624            ('BASE' or 'SCALE') and
26625            'NDRPDR' and
26626            'ETH' and
26627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26628            not 'VHOST' and
26629            not 'MEMIF'"
26630   parameters:
26631   - "throughput"
26632   - "parent"
26633   - "tags"
26634   sort:
26635   - "L2XCBASE"
26636   - "L2BDMACLRN"
26637   - "L2PATCH"
26638   layout:
26639     title: "l2sw-2n-dnv-x553-64b-base-pdr"
26640     layout: "plot-throughput-speedup-analysis"
26641
26642 ################################################################################
26643
26644 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26645 -
26646   type: "plot"
26647   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26648   algorithm: "plot_throughput_speedup_analysis"
26649   output-file-type: ".html"
26650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26651   data: "plot-throughput-speedup-analysis-3n-hsw"
26652   filter: "'NIC_Intel-X520-DA2' and
26653            '64B' and
26654            'NDRPDR' and
26655            'ETH' and
26656            'IP4FWD' and
26657            'VHOST_1024' and
26658            not 'VXLAN' and
26659            not 'DOT1Q'"
26660   parameters:
26661   - "throughput"
26662   - "parent"
26663   - "tags"
26664   sort:
26665   - "not CFS_OPT"
26666   - "1VM"
26667   - "2VM"
26668   layout:
26669     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26670     layout: "plot-throughput-speedup-analysis"
26671
26672 -
26673   type: "plot"
26674   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26675   algorithm: "plot_throughput_speedup_analysis"
26676   output-file-type: ".html"
26677   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26678   data: "plot-throughput-speedup-analysis-3n-hsw"
26679   filter: "'NIC_Intel-X520-DA2' and
26680            '64B' and
26681            'NDRPDR' and
26682            'ETH' and
26683            'IP4FWD' and
26684            'VHOST_1024' and
26685            not 'VXLAN' and
26686            not 'DOT1Q'"
26687   parameters:
26688   - "throughput"
26689   - "parent"
26690   - "tags"
26691   sort:
26692   - "not CFS_OPT"
26693   - "1VM"
26694   - "2VM"
26695   layout:
26696     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26697     layout: "plot-throughput-speedup-analysis"
26698
26699 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
26700 -
26701   type: "plot"
26702   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26703   algorithm: "plot_throughput_speedup_analysis"
26704   output-file-type: ".html"
26705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26706   data: "plot-throughput-speedup-analysis-3n-hsw"
26707   filter: "'NIC_Intel-X520-DA2' and
26708            '64B' and
26709            'NDRPDR' and
26710            ('ETH' or 'DOT1Q') and
26711            'VHOST_1024' and
26712            not 'VXLAN' and
26713            not 'IP4FWD' and
26714            not '2VM'"
26715   parameters:
26716   - "throughput"
26717   - "parent"
26718   - "tags"
26719 #  sort:
26720 #  - "VM"  # "not CFS_OPT"
26721 #  - "CFS_OPT"
26722 #  - "FIB_10K"
26723 #  - "FIB_100K"
26724 #  - "FIB_1M"
26725   layout:
26726     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26727     layout: "plot-throughput-speedup-analysis"
26728
26729 -
26730   type: "plot"
26731   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26732   algorithm: "plot_throughput_speedup_analysis"
26733   output-file-type: ".html"
26734   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26735   data: "plot-throughput-speedup-analysis-3n-hsw"
26736   filter: "'NIC_Intel-X520-DA2' and
26737            '64B' and
26738            'NDRPDR' and
26739            ('ETH' or 'DOT1Q') and
26740            'L2BDMACLRN' and
26741            'VHOST_1024' and
26742            not 'VXLAN' and
26743            not 'IP4FWD' and
26744            not '2VM'"
26745   parameters:
26746   - "throughput"
26747   - "parent"
26748   - "tags"
26749 #  sort:
26750 #  - "VM"  # "not CFS_OPT"
26751 #  - "CFS_OPT"
26752 #  - "FIB_10K"
26753 #  - "FIB_100K"
26754 #  - "FIB_1M"
26755   layout:
26756     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26757     layout: "plot-throughput-speedup-analysis"
26758
26759 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26760 -
26761   type: "plot"
26762   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26763   algorithm: "plot_throughput_speedup_analysis"
26764   output-file-type: ".html"
26765   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26766   data: "plot-throughput-speedup-analysis-3n-hsw"
26767   filter: "'NIC_Intel-X520-DA2' and
26768            '64B' and
26769            'NDRPDR' and
26770            ('ETH' or 'DOT1Q') and
26771            'BASE' and
26772            ('L2BDMACLRN' or 'L2XCFWD') and
26773            'VHOST_1024' and
26774            not 'VXLAN' and
26775            not 'IP4FWD' and
26776            not '2VM'"
26777   parameters:
26778   - "throughput"
26779   - "parent"
26780   - "tags"
26781 #  sort:
26782 #  - "not CFS_OPT"
26783 #  - "L2XCFWD"
26784 #  - "not CFS_OPT"
26785 #  - "CFS_OPT"
26786   layout:
26787     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
26788     layout: "plot-throughput-speedup-analysis"
26789
26790 -
26791   type: "plot"
26792   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26793   algorithm: "plot_throughput_speedup_analysis"
26794   output-file-type: ".html"
26795   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26796   data: "plot-throughput-speedup-analysis-3n-hsw"
26797   filter: "'NIC_Intel-X520-DA2' and
26798            '64B' and
26799            'NDRPDR' and
26800            ('ETH' or 'DOT1Q') and
26801            'BASE' and
26802            ('L2BDMACLRN' or 'L2XCFWD') and
26803            'VHOST_1024' and
26804            not 'VXLAN' and
26805            not 'IP4FWD' and
26806            not '2VM'"
26807   parameters:
26808   - "throughput"
26809   - "parent"
26810   - "tags"
26811 #  sort:
26812 #  - "not CFS_OPT"
26813 #  - "L2XCFWD"
26814 #  - "not CFS_OPT"
26815 #  - "CFS_OPT"
26816   layout:
26817     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
26818     layout: "plot-throughput-speedup-analysis"
26819
26820 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26821 -
26822   type: "plot"
26823   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26824   algorithm: "plot_throughput_speedup_analysis"
26825   output-file-type: ".html"
26826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26827   data: "plot-throughput-speedup-analysis-3n-hsw"
26828   filter: "'NIC_Intel-X520-DA2' and
26829            '64B' and
26830            'NDRPDR' and
26831            ('ETH' or 'DOT1Q') and
26832            ('L2BDMACLRN' or 'L2XCFWD') and
26833            'VHOST_1024' and
26834            not 'CFS_OPT' and
26835            not 'VXLAN' and
26836            not 'IP4FWD' and
26837            not 'LBOND'"
26838   parameters:
26839   - "throughput"
26840   - "parent"
26841   - "tags"
26842 #  sort:
26843 #  - "1VM"
26844 #  - "L2XCFWD"
26845 #  - "1VM"
26846 #  - "L2BDMACLRN"
26847   layout:
26848     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26849     layout: "plot-throughput-speedup-analysis"
26850
26851 -
26852   type: "plot"
26853   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26854   algorithm: "plot_throughput_speedup_analysis"
26855   output-file-type: ".html"
26856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26857   data: "plot-throughput-speedup-analysis-3n-hsw"
26858   filter: "'NIC_Intel-X520-DA2' and
26859            '64B' and
26860            'NDRPDR' and
26861            ('ETH' or 'DOT1Q') and
26862            ('L2BDMACLRN' or 'L2XCFWD') and
26863            'VHOST_1024' and
26864            not 'CFS_OPT' and
26865            not 'VXLAN' and
26866            not 'IP4FWD' and
26867            not 'LBOND'"
26868   parameters:
26869   - "throughput"
26870   - "parent"
26871   - "tags"
26872 #  sort:
26873 #  - "1VM"
26874 #  - "L2XCFWD"
26875 #  - "1VM"
26876 #  - "L2BDMACLRN"
26877   layout:
26878     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26879     layout: "plot-throughput-speedup-analysis"
26880
26881 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26882 -
26883   type: "plot"
26884   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26885   algorithm: "plot_throughput_speedup_analysis"
26886   output-file-type: ".html"
26887   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26888   data: "plot-throughput-speedup-analysis-3n-hsw"
26889   filter: "'NIC_Intel-X710' and
26890            '64B' and
26891            'NDRPDR' and
26892            'ETH' and
26893            'IP4FWD' and
26894            'VHOST_1024' and
26895            not 'VXLAN' and
26896            not 'DOT1Q'"
26897   parameters:
26898   - "throughput"
26899   - "parent"
26900   - "tags"
26901   sort:
26902   - "not CFS_OPT"
26903   - "1VM"
26904   - "2VM"
26905   layout:
26906     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26907     layout: "plot-throughput-speedup-analysis"
26908
26909 -
26910   type: "plot"
26911   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26912   algorithm: "plot_throughput_speedup_analysis"
26913   output-file-type: ".html"
26914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26915   data: "plot-throughput-speedup-analysis-3n-hsw"
26916   filter: "'NIC_Intel-X710' and
26917            '64B' and
26918            'NDRPDR' and
26919            'ETH' and
26920            'IP4FWD' and
26921            'VHOST_1024' and
26922            not 'VXLAN' and
26923            not 'DOT1Q'"
26924   parameters:
26925   - "throughput"
26926   - "parent"
26927   - "tags"
26928   sort:
26929   - "not CFS_OPT"
26930   - "1VM"
26931   - "2VM"
26932   layout:
26933     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26934     layout: "plot-throughput-speedup-analysis"
26935
26936 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
26937 -
26938   type: "plot"
26939   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26940   algorithm: "plot_throughput_speedup_analysis"
26941   output-file-type: ".html"
26942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26943   data: "plot-throughput-speedup-analysis-3n-hsw"
26944   filter: "'NIC_Intel-X710' and
26945            '64B' and
26946            'NDRPDR' and
26947            ('ETH' or 'DOT1Q') and
26948            'L2BDMACLRN' and
26949            'VHOST_1024' and
26950            not 'VXLAN' and
26951            not 'IP4FWD' and
26952            not '2VM'"
26953   parameters:
26954   - "throughput"
26955   - "parent"
26956   - "tags"
26957 #  sort:
26958 #  - "VM"  # "not CFS_OPT"
26959 #  - "CFS_OPT"
26960 #  - "FIB_10K"
26961 #  - "FIB_100K"
26962 #  - "FIB_1M"
26963   layout:
26964     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26965     layout: "plot-throughput-speedup-analysis"
26966
26967 -
26968   type: "plot"
26969   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26970   algorithm: "plot_throughput_speedup_analysis"
26971   output-file-type: ".html"
26972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26973   data: "plot-throughput-speedup-analysis-3n-hsw"
26974   filter: "'NIC_Intel-X710' and
26975            '64B' and
26976            'NDRPDR' and
26977            ('ETH' or 'DOT1Q') and
26978            'L2BDMACLRN' and
26979            'VHOST_1024' and
26980            not 'VXLAN' and
26981            not 'IP4FWD' and
26982            not '2VM'"
26983   parameters:
26984   - "throughput"
26985   - "parent"
26986   - "tags"
26987 #  sort:
26988 #  - "VM"  # "not CFS_OPT"
26989 #  - "CFS_OPT"
26990 #  - "FIB_10K"
26991 #  - "FIB_100K"
26992 #  - "FIB_1M"
26993   layout:
26994     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26995     layout: "plot-throughput-speedup-analysis"
26996
26997 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26998 -
26999   type: "plot"
27000   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27001   algorithm: "plot_throughput_speedup_analysis"
27002   output-file-type: ".html"
27003   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27004   data: "plot-throughput-speedup-analysis-3n-hsw"
27005   filter: "'NIC_Intel-X710' and
27006            '64B' and
27007            'NDRPDR' and
27008            ('ETH' or 'DOT1Q') and
27009            'BASE' and
27010            ('L2BDMACLRN' or 'L2XCFWD') and
27011            'VHOST_1024' and
27012            not 'VXLAN' and
27013            not 'IP4FWD' and
27014            not '2VM'"
27015   parameters:
27016   - "throughput"
27017   - "parent"
27018   - "tags"
27019 #  sort:
27020 #  - "not CFS_OPT"
27021 #  - "L2XCFWD"
27022 #  - "not CFS_OPT"
27023 #  - "CFS_OPT"
27024   layout:
27025     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27026     layout: "plot-throughput-speedup-analysis"
27027
27028 -
27029   type: "plot"
27030   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27031   algorithm: "plot_throughput_speedup_analysis"
27032   output-file-type: ".html"
27033   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27034   data: "plot-throughput-speedup-analysis-3n-hsw"
27035   filter: "'NIC_Intel-X710' and
27036            '64B' and
27037            'NDRPDR' and
27038            ('ETH' or 'DOT1Q') and
27039            'BASE' and
27040            ('L2BDMACLRN' or 'L2XCFWD') and
27041            'VHOST_1024' and
27042            not 'VXLAN' and
27043            not 'IP4FWD' and
27044            not '2VM'"
27045   parameters:
27046   - "throughput"
27047   - "parent"
27048   - "tags"
27049 #  sort:
27050 #  - "not CFS_OPT"
27051 #  - "L2XCFWD"
27052 #  - "not CFS_OPT"
27053 #  - "CFS_OPT"
27054   layout:
27055     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27056     layout: "plot-throughput-speedup-analysis"
27057
27058 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27059 -
27060   type: "plot"
27061   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27062   algorithm: "plot_throughput_speedup_analysis"
27063   output-file-type: ".html"
27064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27065   data: "plot-throughput-speedup-analysis-3n-hsw"
27066   filter: "'NIC_Intel-X710' and
27067            '64B' and
27068            'NDRPDR' and
27069            ('ETH' or 'DOT1Q') and
27070            ('L2BDMACLRN' or 'L2XCFWD') and
27071            'VHOST_1024' and
27072            not 'CFS_OPT' and
27073            not 'VXLAN' and
27074            not 'IP4FWD' and
27075            not 'LBOND'"
27076   parameters:
27077   - "throughput"
27078   - "parent"
27079   - "tags"
27080 #  sort:
27081 #  - "1VM"
27082 #  - "L2XCFWD"
27083 #  - "1VM"
27084 #  - "L2BDMACLRN"
27085   layout:
27086     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27087     layout: "plot-throughput-speedup-analysis"
27088
27089 -
27090   type: "plot"
27091   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27092   algorithm: "plot_throughput_speedup_analysis"
27093   output-file-type: ".html"
27094   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27095   data: "plot-throughput-speedup-analysis-3n-hsw"
27096   filter: "'NIC_Intel-X710' and
27097            '64B' and
27098            'NDRPDR' and
27099            ('ETH' or 'DOT1Q') and
27100            ('L2BDMACLRN' or 'L2XCFWD') and
27101            'VHOST_1024' and
27102            not 'CFS_OPT' and
27103            not 'VXLAN' and
27104            not 'IP4FWD' and
27105            not 'LBOND'"
27106   parameters:
27107   - "throughput"
27108   - "parent"
27109   - "tags"
27110 #  sort:
27111 #  - "1VM"
27112 #  - "L2XCFWD"
27113 #  - "1VM"
27114 #  - "L2BDMACLRN"
27115   layout:
27116     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27117     layout: "plot-throughput-speedup-analysis"
27118
27119 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27120 -
27121   type: "plot"
27122   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27123   algorithm: "plot_throughput_speedup_analysis"
27124   output-file-type: ".html"
27125   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27126   data: "plot-throughput-speedup-analysis-3n-hsw"
27127   filter: "'NIC_Intel-XL710' and
27128            '64B' and
27129            'NDRPDR' and
27130            'ETH' and
27131            'IP4FWD' and
27132            'VHOST_1024' and
27133            not 'VXLAN' and
27134            not 'DOT1Q'"
27135   parameters:
27136   - "throughput"
27137   - "parent"
27138   - "tags"
27139   sort:
27140   - "not CFS_OPT"
27141   - "1VM"
27142   - "2VM"
27143   layout:
27144     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27145     layout: "plot-throughput-speedup-analysis"
27146
27147 -
27148   type: "plot"
27149   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27150   algorithm: "plot_throughput_speedup_analysis"
27151   output-file-type: ".html"
27152   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27153   data: "plot-throughput-speedup-analysis-3n-hsw"
27154   filter: "'NIC_Intel-XL710' and
27155            '64B' and
27156            'NDRPDR' and
27157            'ETH' and
27158            'IP4FWD' and
27159            'VHOST_1024' and
27160            not 'VXLAN' and
27161            not 'DOT1Q'"
27162   parameters:
27163   - "throughput"
27164   - "parent"
27165   - "tags"
27166   sort:
27167   - "not CFS_OPT"
27168   - "1VM"
27169   - "2VM"
27170   layout:
27171     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27172     layout: "plot-throughput-speedup-analysis"
27173
27174 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27175 -
27176   type: "plot"
27177   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27178   algorithm: "plot_throughput_speedup_analysis"
27179   output-file-type: ".html"
27180   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27181   data: "plot-throughput-speedup-analysis-3n-hsw"
27182   filter: "'NIC_Intel-XL710' and
27183            '64B' and
27184            'NDRPDR' and
27185            ('ETH' or 'DOT1Q') and
27186            'L2BDMACLRN' and
27187            'VHOST_1024' and
27188            not 'VXLAN' and
27189            not 'IP4FWD' and
27190            not '2VM'"
27191   parameters:
27192   - "throughput"
27193   - "parent"
27194   - "tags"
27195 #  sort:
27196 #  - "VM"  # "not CFS_OPT"
27197 #  - "CFS_OPT"
27198 #  - "FIB_10K"
27199 #  - "FIB_100K"
27200 #  - "FIB_1M"
27201   layout:
27202     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27203     layout: "plot-throughput-speedup-analysis"
27204
27205 -
27206   type: "plot"
27207   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27208   algorithm: "plot_throughput_speedup_analysis"
27209   output-file-type: ".html"
27210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27211   data: "plot-throughput-speedup-analysis-3n-hsw"
27212   filter: "'NIC_Intel-XL710' and
27213            '64B' and
27214            'NDRPDR' and
27215            ('ETH' or 'DOT1Q') and
27216            'L2BDMACLRN' and
27217            'VHOST_1024' and
27218            not 'VXLAN' and
27219            not 'IP4FWD' and
27220            not '2VM'"
27221   parameters:
27222   - "throughput"
27223   - "parent"
27224   - "tags"
27225 #  sort:
27226 #  - "VM"  # "not CFS_OPT"
27227 #  - "CFS_OPT"
27228 #  - "FIB_10K"
27229 #  - "FIB_100K"
27230 #  - "FIB_1M"
27231   layout:
27232     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27233     layout: "plot-throughput-speedup-analysis"
27234
27235 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
27236 -
27237   type: "plot"
27238   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27239   algorithm: "plot_throughput_speedup_analysis"
27240   output-file-type: ".html"
27241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27242   data: "plot-throughput-speedup-analysis-3n-hsw"
27243   filter: "'NIC_Intel-XL710' and
27244            '64B' and
27245            'NDRPDR' and
27246            ('ETH' or 'DOT1Q') and
27247            'BASE' and
27248            ('L2BDMACLRN' or 'L2XCFWD') and
27249            'VHOST_1024' and
27250            not 'VXLAN' and
27251            not 'IP4FWD' and
27252            not '2VM'"
27253   parameters:
27254   - "throughput"
27255   - "parent"
27256   - "tags"
27257 #  sort:
27258 #  - "not CFS_OPT"
27259 #  - "L2XCFWD"
27260 #  - "not CFS_OPT"
27261 #  - "CFS_OPT"
27262   layout:
27263     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
27264     layout: "plot-throughput-speedup-analysis"
27265
27266 -
27267   type: "plot"
27268   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27269   algorithm: "plot_throughput_speedup_analysis"
27270   output-file-type: ".html"
27271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27272   data: "plot-throughput-speedup-analysis-3n-hsw"
27273   filter: "'NIC_Intel-XL710' and
27274            '64B' and
27275            'NDRPDR' and
27276            ('ETH' or 'DOT1Q') and
27277            'BASE' and
27278            ('L2BDMACLRN' or 'L2XCFWD') and
27279            'VHOST_1024' and
27280            not 'VXLAN' and
27281            not 'IP4FWD' and
27282            not '2VM'"
27283   parameters:
27284   - "throughput"
27285   - "parent"
27286   - "tags"
27287 #  sort:
27288 #  - "not CFS_OPT"
27289 #  - "L2XCFWD"
27290 #  - "not CFS_OPT"
27291 #  - "CFS_OPT"
27292   layout:
27293     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
27294     layout: "plot-throughput-speedup-analysis"
27295
27296 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
27297 -
27298   type: "plot"
27299   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27300   algorithm: "plot_throughput_speedup_analysis"
27301   output-file-type: ".html"
27302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27303   data: "plot-throughput-speedup-analysis-3n-hsw"
27304   filter: "'NIC_Intel-XL710' and
27305            '64B' and
27306            'NDRPDR' and
27307            ('ETH' or 'DOT1Q') and
27308            ('L2BDMACLRN' or 'L2XCFWD') and
27309            'VHOST_1024' and
27310            not 'CFS_OPT' and
27311            not 'VXLAN' and
27312            not 'IP4FWD'"
27313   parameters:
27314   - "throughput"
27315   - "parent"
27316   - "tags"
27317 #  sort:
27318 #  - "1VM"
27319 #  - "L2XCFWD"
27320 #  - "1VM"
27321 #  - "L2BDMACLRN"
27322   layout:
27323     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
27324     layout: "plot-throughput-speedup-analysis"
27325
27326 -
27327   type: "plot"
27328   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27329   algorithm: "plot_throughput_speedup_analysis"
27330   output-file-type: ".html"
27331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27332   data: "plot-throughput-speedup-analysis-3n-hsw"
27333   filter: "'NIC_Intel-XL710' and
27334            '64B' and
27335            'NDRPDR' and
27336            ('ETH' or 'DOT1Q') and
27337            ('L2BDMACLRN' or 'L2XCFWD') and
27338            'VHOST_1024' and
27339            not 'CFS_OPT' and
27340            not 'VXLAN' and
27341            not 'IP4FWD'"
27342   parameters:
27343   - "throughput"
27344   - "parent"
27345   - "tags"
27346 #  sort:
27347 #  - "1VM"
27348 #  - "L2XCFWD"
27349 #  - "1VM"
27350 #  - "L2BDMACLRN"
27351   layout:
27352     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
27353     layout: "plot-throughput-speedup-analysis"
27354
27355 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27356 -
27357   type: "plot"
27358   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27359   algorithm: "plot_throughput_speedup_analysis"
27360   output-file-type: ".html"
27361   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27362   data: "plot-throughput-speedup-analysis-3n-skx"
27363   filter: "'NIC_Intel-X710' and
27364            '64B' and
27365            'NDRPDR' and
27366            'ETH' and
27367            'IP4FWD' and
27368            'VHOST_1024' and
27369            not 'VXLAN' and
27370            not 'DOT1Q'"
27371   parameters:
27372   - "throughput"
27373   - "parent"
27374   - "tags"
27375   sort:
27376   - "not CFS_OPT"
27377   - "1VM"
27378   - "2VM"
27379   layout:
27380     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27381     layout: "plot-throughput-speedup-analysis"
27382
27383 -
27384   type: "plot"
27385   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27386   algorithm: "plot_throughput_speedup_analysis"
27387   output-file-type: ".html"
27388   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27389   data: "plot-throughput-speedup-analysis-3n-skx"
27390   filter: "'NIC_Intel-X710' and
27391            '64B' and
27392            'NDRPDR' and
27393            'ETH' and
27394            'IP4FWD' and
27395            'VHOST_1024' and
27396            not 'VXLAN' and
27397            not 'DOT1Q'"
27398   parameters:
27399   - "throughput"
27400   - "parent"
27401   - "tags"
27402   sort:
27403   - "not CFS_OPT"
27404   - "1VM"
27405   - "2VM"
27406   layout:
27407     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27408     layout: "plot-throughput-speedup-analysis"
27409
27410 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
27411 -
27412   type: "plot"
27413   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27414   algorithm: "plot_throughput_speedup_analysis"
27415   output-file-type: ".html"
27416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27417   data: "plot-throughput-speedup-analysis-3n-skx"
27418   filter: "'NIC_Intel-X710' and
27419            '64B' and
27420            'NDRPDR' and
27421            ('ETH' or 'DOT1Q') and
27422            'L2BDMACLRN' and
27423            'VHOST_1024' and
27424            not 'VXLAN' and
27425            not 'IP4FWD' and
27426            not '2VM'"
27427   parameters:
27428   - "throughput"
27429   - "parent"
27430   - "tags"
27431 #  sort:
27432 #  - "VM"  # "not CFS_OPT"
27433 #  - "CFS_OPT"
27434 #  - "FIB_10K"
27435 #  - "FIB_100K"
27436 #  - "FIB_1M"
27437   layout:
27438     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27439     layout: "plot-throughput-speedup-analysis"
27440
27441 -
27442   type: "plot"
27443   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27444   algorithm: "plot_throughput_speedup_analysis"
27445   output-file-type: ".html"
27446   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27447   data: "plot-throughput-speedup-analysis-3n-skx"
27448   filter: "'NIC_Intel-X710' and
27449            '64B' and
27450            'NDRPDR' and
27451            ('ETH' or 'DOT1Q') and
27452            'L2BDMACLRN' and
27453            'VHOST_1024' and
27454            not 'VXLAN' and
27455            not 'IP4FWD' and
27456            not '2VM'"
27457   parameters:
27458   - "throughput"
27459   - "parent"
27460   - "tags"
27461 #  sort:
27462 #  - "VM"  # "not CFS_OPT"
27463 #  - "CFS_OPT"
27464 #  - "FIB_10K"
27465 #  - "FIB_100K"
27466 #  - "FIB_1M"
27467   layout:
27468     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27469     layout: "plot-throughput-speedup-analysis"
27470
27471 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
27472 -
27473   type: "plot"
27474   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27475   algorithm: "plot_throughput_speedup_analysis"
27476   output-file-type: ".html"
27477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27478   data: "plot-throughput-speedup-analysis-3n-skx"
27479   filter: "'NIC_Intel-X710' and
27480            '64B' and
27481            'NDRPDR' and
27482            ('ETH' or 'DOT1Q') and
27483            'BASE' and
27484            ('L2BDMACLRN' or 'L2XCFWD') and
27485            'VHOST_1024' and
27486            not 'VXLAN' and
27487            not 'IP4FWD' and
27488            not '2VM' and
27489            not 'LBOND'"
27490   parameters:
27491   - "throughput"
27492   - "parent"
27493   - "tags"
27494 #  sort:
27495 #  - "not CFS_OPT"
27496 #  - "L2XCFWD"
27497 #  - "not CFS_OPT"
27498 #  - "CFS_OPT"
27499   layout:
27500     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
27501     layout: "plot-throughput-speedup-analysis"
27502
27503 -
27504   type: "plot"
27505   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27506   algorithm: "plot_throughput_speedup_analysis"
27507   output-file-type: ".html"
27508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27509   data: "plot-throughput-speedup-analysis-3n-skx"
27510   filter: "'NIC_Intel-X710' and
27511            '64B' and
27512            'NDRPDR' and
27513            ('ETH' or 'DOT1Q') and
27514            'BASE' and
27515            ('L2BDMACLRN' or 'L2XCFWD') and
27516            'VHOST_1024' and
27517            not 'VXLAN' and
27518            not 'IP4FWD' and
27519            not '2VM' and
27520            not 'LBOND'"
27521   parameters:
27522   - "throughput"
27523   - "parent"
27524   - "tags"
27525 #  sort:
27526 #  - "not CFS_OPT"
27527 #  - "L2XCFWD"
27528 #  - "not CFS_OPT"
27529 #  - "CFS_OPT"
27530   layout:
27531     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
27532     layout: "plot-throughput-speedup-analysis"
27533
27534 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
27535 -
27536   type: "plot"
27537   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27538   algorithm: "plot_throughput_speedup_analysis"
27539   output-file-type: ".html"
27540   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27541   data: "plot-throughput-speedup-analysis-3n-skx"
27542   filter: "'NIC_Intel-X710' and
27543            '64B' and
27544            'NDRPDR' and
27545            ('ETH' or 'DOT1Q') and
27546            ('L2BDMACLRN' or 'L2XCFWD') and
27547            'VHOST_1024' and
27548            not 'CFS_OPT' and
27549            not 'VXLAN' and
27550            not 'IP4FWD' and
27551            not 'LBOND'"
27552   parameters:
27553   - "throughput"
27554   - "parent"
27555   - "tags"
27556 #  sort:
27557 #  - "1VM"
27558 #  - "L2XCFWD"
27559 #  - "1VM"
27560 #  - "L2BDMACLRN"
27561   layout:
27562     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
27563     layout: "plot-throughput-speedup-analysis"
27564
27565 -
27566   type: "plot"
27567   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27568   algorithm: "plot_throughput_speedup_analysis"
27569   output-file-type: ".html"
27570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27571   data: "plot-throughput-speedup-analysis-3n-skx"
27572   filter: "'NIC_Intel-X710' and
27573            '64B' and
27574            'NDRPDR' and
27575            ('ETH' or 'DOT1Q') and
27576            ('L2BDMACLRN' or 'L2XCFWD') and
27577            'VHOST_1024' and
27578            not 'CFS_OPT' and
27579            not 'VXLAN' and
27580            not 'IP4FWD' and
27581            not 'LBOND'"
27582   parameters:
27583   - "throughput"
27584   - "parent"
27585   - "tags"
27586 #  sort:
27587 #  - "1VM"
27588 #  - "L2XCFWD"
27589 #  - "1VM"
27590 #  - "L2BDMACLRN"
27591   layout:
27592     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
27593     layout: "plot-throughput-speedup-analysis"
27594
27595 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27596 -
27597   type: "plot"
27598   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27599   algorithm: "plot_throughput_speedup_analysis"
27600   output-file-type: ".html"
27601   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27602   data: "plot-throughput-speedup-analysis-2n-skx"
27603   filter: "'NIC_Intel-X710' and
27604            '64B' and
27605            'NDRPDR' and
27606            'ETH' and
27607            'IP4FWD' and
27608            'VHOST_1024' and
27609            not 'VXLAN' and
27610            not 'DOT1Q'"
27611   parameters:
27612   - "throughput"
27613   - "parent"
27614   - "tags"
27615   sort:
27616   - "not CFS_OPT"
27617   - "1VM"
27618   - "2VM"
27619   layout:
27620     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27621     layout: "plot-throughput-speedup-analysis"
27622
27623 -
27624   type: "plot"
27625   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27626   algorithm: "plot_throughput_speedup_analysis"
27627   output-file-type: ".html"
27628   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27629   data: "plot-throughput-speedup-analysis-2n-skx"
27630   filter: "'NIC_Intel-X710' and
27631            '64B' and
27632            'NDRPDR' and
27633            'ETH' and
27634            'IP4FWD' and
27635            'VHOST_1024' and
27636            not 'VXLAN' and
27637            not 'DOT1Q'"
27638   parameters:
27639   - "throughput"
27640   - "parent"
27641   - "tags"
27642   sort:
27643   - "not CFS_OPT"
27644   - "1VM"
27645   - "2VM"
27646   layout:
27647     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27648     layout: "plot-throughput-speedup-analysis"
27649
27650 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
27651 -
27652   type: "plot"
27653   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27654   algorithm: "plot_throughput_speedup_analysis"
27655   output-file-type: ".html"
27656   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27657   data: "plot-throughput-speedup-analysis-2n-skx"
27658   filter: "'NIC_Intel-X710' and
27659            '64B' and
27660            'NDRPDR' and
27661            ('ETH' or 'DOT1Q') and
27662            'L2BDMACLRN' and
27663            'VHOST_1024' and
27664            not 'VXLAN' and
27665            not 'IP4FWD' and
27666            not '2VM'"
27667   parameters:
27668   - "throughput"
27669   - "parent"
27670   - "tags"
27671 #  sort:
27672 #  - "VM"  # "not CFS_OPT"
27673 #  - "CFS_OPT"
27674 #  - "FIB_10K"
27675 #  - "FIB_100K"
27676 #  - "FIB_1M"
27677   layout:
27678     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27679     layout: "plot-throughput-speedup-analysis"
27680
27681 -
27682   type: "plot"
27683   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27684   algorithm: "plot_throughput_speedup_analysis"
27685   output-file-type: ".html"
27686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27687   data: "plot-throughput-speedup-analysis-2n-skx"
27688   filter: "'NIC_Intel-X710' and
27689            '64B' and
27690            'NDRPDR' and
27691            ('ETH' or 'DOT1Q') and
27692            'L2BDMACLRN' and
27693            'VHOST_1024' and
27694            not 'VXLAN' and
27695            not 'IP4FWD' and
27696            not '2VM'"
27697   parameters:
27698   - "throughput"
27699   - "parent"
27700   - "tags"
27701 #  sort:
27702 #  - "VM"  # "not CFS_OPT"
27703 #  - "CFS_OPT"
27704 #  - "FIB_10K"
27705 #  - "FIB_100K"
27706 #  - "FIB_1M"
27707   layout:
27708     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27709     layout: "plot-throughput-speedup-analysis"
27710
27711 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27712 -
27713   type: "plot"
27714   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27715   algorithm: "plot_throughput_speedup_analysis"
27716   output-file-type: ".html"
27717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27718   data: "plot-throughput-speedup-analysis-2n-skx"
27719   filter: "'NIC_Intel-X710' and
27720            '64B' and
27721            'NDRPDR' and
27722            ('ETH' or 'DOT1Q') and
27723            'BASE' and
27724            ('L2BDMACLRN' or 'L2XCFWD') and
27725            'VHOST_1024' and
27726            not 'VXLAN' and
27727            not 'IP4FWD' and
27728            not '2VM'"
27729   parameters:
27730   - "throughput"
27731   - "parent"
27732   - "tags"
27733 #  sort:
27734 #  - "not CFS_OPT"
27735 #  - "L2XCFWD"
27736 #  - "not CFS_OPT"
27737 #  - "CFS_OPT"
27738   layout:
27739     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
27740     layout: "plot-throughput-speedup-analysis"
27741
27742 -
27743   type: "plot"
27744   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27745   algorithm: "plot_throughput_speedup_analysis"
27746   output-file-type: ".html"
27747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27748   data: "plot-throughput-speedup-analysis-2n-skx"
27749   filter: "'NIC_Intel-X710' and
27750            '64B' and
27751            'NDRPDR' and
27752            ('ETH' or 'DOT1Q') and
27753            'BASE' and
27754            ('L2BDMACLRN' or 'L2XCFWD') and
27755            'VHOST_1024' and
27756            not 'VXLAN' and
27757            not 'IP4FWD' and
27758            not '2VM'"
27759   parameters:
27760   - "throughput"
27761   - "parent"
27762   - "tags"
27763 #  sort:
27764 #  - "not CFS_OPT"
27765 #  - "L2XCFWD"
27766 #  - "not CFS_OPT"
27767 #  - "CFS_OPT"
27768   layout:
27769     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
27770     layout: "plot-throughput-speedup-analysis"
27771
27772 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27773 -
27774   type: "plot"
27775   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27776   algorithm: "plot_throughput_speedup_analysis"
27777   output-file-type: ".html"
27778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27779   data: "plot-throughput-speedup-analysis-2n-skx"
27780   filter: "'NIC_Intel-X710' and
27781            '64B' and
27782            'NDRPDR' and
27783            ('ETH' or 'DOT1Q') and
27784            ('L2BDMACLRN' or 'L2XCFWD') and
27785            'VHOST_1024' and
27786            not 'CFS_OPT' and
27787            not 'VXLAN' and
27788            not 'IP4FWD'"
27789   parameters:
27790   - "throughput"
27791   - "parent"
27792   - "tags"
27793 #  sort:
27794 #  - "1VM"
27795 #  - "L2XCFWD"
27796 #  - "1VM"
27797 #  - "L2BDMACLRN"
27798   layout:
27799     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27800     layout: "plot-throughput-speedup-analysis"
27801
27802 -
27803   type: "plot"
27804   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27805   algorithm: "plot_throughput_speedup_analysis"
27806   output-file-type: ".html"
27807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27808   data: "plot-throughput-speedup-analysis-2n-skx"
27809   filter: "'NIC_Intel-X710' and
27810            '64B' and
27811            'NDRPDR' and
27812            ('ETH' or 'DOT1Q') and
27813            ('L2BDMACLRN' or 'L2XCFWD') and
27814            'VHOST_1024' and
27815            not 'CFS_OPT' and
27816            not 'VXLAN' and
27817            not 'IP4FWD'"
27818   parameters:
27819   - "throughput"
27820   - "parent"
27821   - "tags"
27822 #  sort:
27823 #  - "1VM"
27824 #  - "L2XCFWD"
27825 #  - "1VM"
27826 #  - "L2BDMACLRN"
27827   layout:
27828     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27829     layout: "plot-throughput-speedup-analysis"
27830
27831 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27832 -
27833   type: "plot"
27834   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27835   algorithm: "plot_throughput_speedup_analysis"
27836   output-file-type: ".html"
27837   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27838   data: "plot-throughput-speedup-analysis-2n-skx"
27839   filter: "'NIC_Intel-XXV710' and
27840            '64B' and
27841            'NDRPDR' and
27842            'ETH' and
27843            'IP4FWD' and
27844            'VHOST_1024' and
27845            not 'VXLAN' and
27846            not 'DOT1Q'"
27847   parameters:
27848   - "throughput"
27849   - "parent"
27850   - "tags"
27851   sort:
27852   - "not CFS_OPT"
27853   - "1VM"
27854   - "2VM"
27855   layout:
27856     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27857     layout: "plot-throughput-speedup-analysis"
27858
27859 -
27860   type: "plot"
27861   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27862   algorithm: "plot_throughput_speedup_analysis"
27863   output-file-type: ".html"
27864   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27865   data: "plot-throughput-speedup-analysis-2n-skx"
27866   filter: "'NIC_Intel-XXV710' and
27867            '64B' and
27868            'NDRPDR' and
27869            'ETH' and
27870            'IP4FWD' and
27871            'VHOST_1024' and
27872            not 'VXLAN' and
27873            not 'DOT1Q'"
27874   parameters:
27875   - "throughput"
27876   - "parent"
27877   - "tags"
27878   sort:
27879   - "not CFS_OPT"
27880   - "1VM"
27881   - "2VM"
27882   layout:
27883     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27884     layout: "plot-throughput-speedup-analysis"
27885
27886 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
27887 -
27888   type: "plot"
27889   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27890   algorithm: "plot_throughput_speedup_analysis"
27891   output-file-type: ".html"
27892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27893   data: "plot-throughput-speedup-analysis-2n-skx"
27894   filter: "'NIC_Intel-XXV710' and
27895            '64B' and
27896            'NDRPDR' and
27897            ('ETH' or 'DOT1Q') and
27898            'L2BDMACLRN' and
27899            'VHOST_1024' and
27900            not 'VXLAN' and
27901            not 'IP4FWD' and
27902            not '2VM'"
27903   parameters:
27904   - "throughput"
27905   - "parent"
27906   - "tags"
27907 #  sort:
27908 #  - "VM"  # "not CFS_OPT"
27909 #  - "CFS_OPT"
27910 #  - "FIB_10K"
27911 #  - "FIB_100K"
27912 #  - "FIB_1M"
27913   layout:
27914     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27915     layout: "plot-throughput-speedup-analysis"
27916
27917 -
27918   type: "plot"
27919   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27920   algorithm: "plot_throughput_speedup_analysis"
27921   output-file-type: ".html"
27922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27923   data: "plot-throughput-speedup-analysis-2n-skx"
27924   filter: "'NIC_Intel-XXV710' and
27925            '64B' and
27926            'NDRPDR' and
27927            ('ETH' or 'DOT1Q') and
27928            'L2BDMACLRN' and
27929            'VHOST_1024' and
27930            not 'VXLAN' and
27931            not 'IP4FWD' and
27932            not '2VM'"
27933   parameters:
27934   - "throughput"
27935   - "parent"
27936   - "tags"
27937 #  sort:
27938 #  - "VM"  # "not CFS_OPT"
27939 #  - "CFS_OPT"
27940 #  - "FIB_10K"
27941 #  - "FIB_100K"
27942 #  - "FIB_1M"
27943   layout:
27944     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27945     layout: "plot-throughput-speedup-analysis"
27946
27947 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27948 -
27949   type: "plot"
27950   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27951   algorithm: "plot_throughput_speedup_analysis"
27952   output-file-type: ".html"
27953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27954   data: "plot-throughput-speedup-analysis-2n-skx"
27955   filter: "'NIC_Intel-XXV710' and
27956            '64B' and
27957            'NDRPDR' and
27958            ('ETH' or 'DOT1Q') and
27959            'BASE' and
27960            ('L2BDMACLRN' or 'L2XCFWD') and
27961            'VHOST_1024' and
27962            not 'VXLAN' and
27963            not 'IP4FWD' and
27964            not '2VM'"
27965   parameters:
27966   - "throughput"
27967   - "parent"
27968   - "tags"
27969 #  sort:
27970 #  - "not CFS_OPT"
27971 #  - "L2XCFWD"
27972 #  - "not CFS_OPT"
27973 #  - "CFS_OPT"
27974   layout:
27975     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
27976     layout: "plot-throughput-speedup-analysis"
27977
27978 -
27979   type: "plot"
27980   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27981   algorithm: "plot_throughput_speedup_analysis"
27982   output-file-type: ".html"
27983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27984   data: "plot-throughput-speedup-analysis-2n-skx"
27985   filter: "'NIC_Intel-XXV710' and
27986            '64B' and
27987            'NDRPDR' and
27988            ('ETH' or 'DOT1Q') and
27989            'BASE' and
27990            ('L2BDMACLRN' or 'L2XCFWD') and
27991            'VHOST_1024' and
27992            not 'VXLAN' and
27993            not 'IP4FWD' and
27994            not '2VM'"
27995   parameters:
27996   - "throughput"
27997   - "parent"
27998   - "tags"
27999 #  sort:
28000 #  - "not CFS_OPT"
28001 #  - "L2XCFWD"
28002 #  - "not CFS_OPT"
28003 #  - "CFS_OPT"
28004   layout:
28005     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28006     layout: "plot-throughput-speedup-analysis"
28007
28008 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28009 -
28010   type: "plot"
28011   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28012   algorithm: "plot_throughput_speedup_analysis"
28013   output-file-type: ".html"
28014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28015   data: "plot-throughput-speedup-analysis-2n-skx"
28016   filter: "'NIC_Intel-XXV710' and
28017            '64B' and
28018            'NDRPDR' and
28019            ('ETH' or 'DOT1Q') and
28020            ('L2BDMACLRN' or 'L2XCFWD') and
28021            'VHOST_1024' and
28022            not 'CFS_OPT' and
28023            not 'VXLAN' and
28024            not 'IP4FWD'"
28025   parameters:
28026   - "throughput"
28027   - "parent"
28028   - "tags"
28029 #  sort:
28030 #  - "1VM"
28031 #  - "L2XCFWD"
28032 #  - "1VM"
28033 #  - "L2BDMACLRN"
28034   layout:
28035     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28036     layout: "plot-throughput-speedup-analysis"
28037
28038 -
28039   type: "plot"
28040   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28041   algorithm: "plot_throughput_speedup_analysis"
28042   output-file-type: ".html"
28043   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28044   data: "plot-throughput-speedup-analysis-2n-skx"
28045   filter: "'NIC_Intel-XXV710' and
28046            '64B' and
28047            'NDRPDR' and
28048            ('ETH' or 'DOT1Q') and
28049            ('L2BDMACLRN' or 'L2XCFWD') and
28050            'VHOST_1024' and
28051            not 'CFS_OPT' and
28052            not 'VXLAN' and
28053            not 'IP4FWD'"
28054   parameters:
28055   - "throughput"
28056   - "parent"
28057   - "tags"
28058 #  sort:
28059 #  - "1VM"
28060 #  - "L2XCFWD"
28061 #  - "1VM"
28062 #  - "L2BDMACLRN"
28063   layout:
28064     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28065     layout: "plot-throughput-speedup-analysis"
28066
28067 ################################################################################
28068
28069 # Speedup - VPP vts 3n-hsw-x520
28070 -
28071   type: "plot"
28072   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28073   algorithm: "plot_throughput_speedup_analysis"
28074   output-file-type: ".html"
28075   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28076   data: "plot-throughput-speedup-analysis-3n-hsw"
28077   filter: "'NIC_Intel-X520-DA2' and
28078            '114B' and
28079            'NDRPDR' and
28080            'VTS'"
28081   parameters:
28082   - "throughput"
28083   - "parent"
28084   - "tags"
28085   layout:
28086     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28087     layout: "plot-throughput-speedup-analysis"
28088
28089 -
28090   type: "plot"
28091   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28092   algorithm: "plot_throughput_speedup_analysis"
28093   output-file-type: ".html"
28094   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28095   data: "plot-throughput-speedup-analysis-3n-hsw"
28096   filter: "'NIC_Intel-X520-DA2' and
28097            '114B' and
28098            'NDRPDR' and
28099            'VTS'"
28100   parameters:
28101   - "throughput"
28102   - "parent"
28103   - "tags"
28104   layout:
28105     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28106     layout: "plot-throughput-speedup-analysis"