CSIT-1359: Add 3n-skx and 2n-skx comparisons to Report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
43     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
44     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
45     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
51     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
52     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
53     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
54     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
55     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
56     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
57     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
58     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
59
60     # Detailed tests operational data
61     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
62     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
63     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
64     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
65
66     # .css patch file to fix tables generated by Sphinx
67     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
68     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
69
70   urls:
71     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
72     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
73     URL[NEXUS]: "https://docs.fd.io/csit"
74     DIR[NEXUS]: "report/_static/archive"
75
76   make-dirs:
77   # List the directories which are created while preparing the environment.
78   # All directories MUST be defined in "paths" section.
79   - "DIR[WORKING,DATA]"
80   - "DIR[STATIC,VPP]"
81   - "DIR[STATIC,DPDK]"
82   - "DIR[STATIC,ARCH]"
83   - "DIR[BUILD,LATEX]"
84   - "DIR[WORKING,SRC]"
85   - "DIR[WORKING,SRC,STATIC]"
86
87   remove-dirs:
88   # List the directories which are deleted while cleaning the environment.
89   # All directories MUST be defined in "paths" section.
90   #- "DIR[BUILD,HTML]"
91   - "DIR[WORKING,DATA]"
92
93   build-dirs:
94   # List the directories where the results (build) is stored.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[BUILD,HTML]"
97   - "DIR[BUILD,LATEX]"
98
99 -
100   type: "configuration"
101
102   limits:
103     nic:
104       x520: 24460000
105       x710: 35800000
106       xxv710: 35800000
107       xl710: 35800000
108
109     link:
110       10ge: 14880952.38
111       25ge: 37202380.95
112       40ge: 59523809.52
113       100ge: 148809523.81
114
115     pci:
116       pci-g3-x8: 74404761.90
117       pci-g3-x16: 148809523.81
118
119   data-sets:
120
121     # VPP Performance
122     vpp-performance-changes-3n-hsw:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       - 8   # NDRPDR sel
150       - 12  # NDRPDR sel
151       - 14  # NDRPDR sel
152       - 18  # NDRPDR sel
153       - 23  # NDRPDR sel
154       - 25  # NDRPDR sel
155       - 38  # NDRPDR sel
156       - 39  # NDRPDR sel
157       - 41  # NDRPDR sel
158       - 42  # NDRPDR sel
159
160     vpp-performance-changes-3n-skx:
161       csit-vpp-perf-verify-1807-3n-skx:
162       - 33  # NDRPDR sel
163       - 35  # NDRPDR sel
164       - 37  # NDRPDR sel
165       - 38  # NDRPDR sel
166       - 39  # NDRPDR sel
167       - 43  # NDRPDR sel
168       - 44  # NDRPDR sel
169       - 49  # NDRPDR sel
170       - 50  # NDRPDR sel
171       - 56  # NDRPDR sel
172       csit-vpp-perf-verify-1810-3n-skx:
173       - 10  # NDRPDR sel
174       - 14  # NDRPDR sel
175       - 15  # NDRPDR sel
176       - 16  # NDRPDR sel
177       - 17  # NDRPDR sel
178       - 19  # NDRPDR sel
179       - 20  # NDRPDR sel
180       - 21  # NDRPDR sel
181       - 22  # NDRPDR sel
182       - 25  # NDRPDR sel
183
184     vpp-performance-changes-2n-skx:
185       csit-vpp-perf-verify-1807-2n-skx:
186       - 26  # NDRPDR sel
187       - 28  # NDRPDR sel
188       - 29  # NDRPDR sel
189       - 30  # NDRPDR sel
190       - 34  # NDRPDR sel
191       - 35  # NDRPDR sel
192       - 36  # NDRPDR sel
193       - 39  # NDRPDR sel
194       - 40  # NDRPDR sel
195       - 42  # NDRPDR sel
196       csit-vpp-perf-verify-1810-2n-skx:
197       - 9   # NDRPDR sel
198       - 13  # NDRPDR sel
199       - 14  # NDRPDR sel
200       - 19  # NDRPDR sel
201       - 20  # NDRPDR sel
202       - 21  # NDRPDR sel
203       - 22  # NDRPDR sel
204       - 23  # NDRPDR sel
205       - 24  # NDRPDR sel
206       - 27  # NDRPDR sel
207
208     vpp-compare-testbeds:
209       csit-vpp-perf-verify-1810-3n-hsw:
210       - 8   # NDRPDR sel
211       - 12  # NDRPDR sel
212       - 14  # NDRPDR sel
213       - 18  # NDRPDR sel
214       - 23  # NDRPDR sel
215       - 25  # NDRPDR sel
216       - 38  # NDRPDR sel
217       - 39  # NDRPDR sel
218       - 41  # NDRPDR sel
219       - 42  # NDRPDR sel
220       csit-vpp-perf-verify-1810-3n-skx:
221       - 24  # NDRPDR full
222       - 10  # NDRPDR sel
223       - 14  # NDRPDR sel
224       - 15  # NDRPDR sel
225       - 16  # NDRPDR sel
226       - 17  # NDRPDR sel
227       - 19  # NDRPDR sel
228       - 20  # NDRPDR sel
229       - 21  # NDRPDR sel
230       - 22  # NDRPDR sel
231       - 25  # NDRPDR sel
232
233     vpp-compare-testbeds-mrr:
234       csit-vpp-perf-verify-1810-3n-hsw:
235       - 9   # MRR sel
236       csit-vpp-perf-verify-1810-3n-skx:
237       - 9   # MRR sel
238       - 11  # MRR sel
239       - 12  # MRR sel
240       - 13  # MRR sel
241
242     vpp-compare-topologies:
243       csit-vpp-perf-verify-1810-3n-skx:
244       - 10  # NDRPDR sel
245       - 14  # NDRPDR sel
246       - 15  # NDRPDR sel
247       - 16  # NDRPDR sel
248       - 17  # NDRPDR sel
249       - 19  # NDRPDR sel
250       - 20  # NDRPDR sel
251       - 21  # NDRPDR sel
252       - 22  # NDRPDR sel
253       - 25  # NDRPDR sel
254       csit-vpp-perf-verify-1810-2n-skx:
255       - 9   # NDRPDR sel
256       - 13  # NDRPDR sel
257       - 14  # NDRPDR sel
258       - 19  # NDRPDR sel
259       - 20  # NDRPDR sel
260       - 21  # NDRPDR sel
261       - 22  # NDRPDR sel
262       - 23  # NDRPDR sel
263       - 24  # NDRPDR sel
264       - 27  # NDRPDR sel
265
266     vpp-compare-topologies-mrr:
267       csit-vpp-perf-verify-1810-3n-skx:
268       - 9   # MRR sel
269       - 11  # MRR sel
270       - 12  # MRR sel
271       - 13  # MRR sel
272       csit-vpp-perf-verify-1810-2n-skx:
273       - 8   # MRR sel
274       - 10  # MRR sel
275       - 11  # MRR sel
276       - 12  # MRR sel
277
278     vpp-performance-changes-3n-hsw-mrr:
279       csit-vpp-perf-check-1804:
280       - 6   # mrr - sel
281       - 13  # mrr - sel
282       - 14  # mrr - sel
283       - 15  # mrr - sel
284       - 16  # mrr - sel
285       - 17  # mrr - sel
286       - 19  # mrr - sel
287       - 20  # mrr - sel
288       - 21  # mrr - sel
289       - 22  # mrr - sel
290       csit-vpp-perf-verify-1807-3n-hsw:
291       - 8   # MRR full
292       - 9   # MRR sel
293       - 21  # MRR sel
294       - 31  # MRR sel
295       - 33  # MRR sel
296       - 36  # MRR sel
297       - 41  # MRR sel
298       - 42  # MRR sel
299       - 48  # MRR sel
300       csit-vpp-perf-verify-1810-3n-hsw:
301       - 9   # MRR sel
302
303     vpp-performance-changes-3n-skx-mrr:
304       csit-vpp-perf-verify-1807-3n-skx:
305       - 28  # MRR sel
306       - 32  # MRR sel
307       - 36  # MRR sel
308       - 42  # MRR sel
309       - 47  # MRR sel
310       - 48  # MRR sel
311       - 51  # MRR sel
312       - 52  # MRR sel
313       - 53  # MRR sel
314       - 54  # MRR sel
315       csit-vpp-perf-verify-1810-3n-skx:
316       - 9   # MRR sel
317       - 11  # MRR sel
318       - 12  # MRR sel
319       - 13  # MRR sel
320
321     vpp-performance-changes-2n-skx-mrr:
322       csit-vpp-perf-verify-1807-2n-skx:
323       - 31  # MRR sel
324       - 33  # MRR sel
325       - 37  # MRR sel
326       - 38  # MRR sel
327       - 41  # MRR sel
328       - 43  # MRR sel
329       - 44  # MRR sel
330       - 45  # MRR sel
331       - 46  # MRR sel
332       - 47  # MRR sel
333       csit-vpp-perf-verify-1810-2n-skx:
334       - 8   # MRR sel
335       - 10  # MRR sel
336       - 11  # MRR sel
337       - 12  # MRR sel
338
339     vpp-perf-results-3n-hsw:
340       csit-vpp-perf-verify-1810-3n-hsw:
341       - 20  # NDRPDR full
342       - 21  # NDRPDR full
343       - 22  # NDRPDR full
344       - 27  # NDRPDR full
345
346     vpp-perf-results-3n-skx:
347       csit-vpp-perf-verify-1810-3n-skx:
348       - 23  # NDRPDR full
349       - 24  # NDRPDR full
350
351     vpp-perf-results-2n-skx:
352       csit-vpp-perf-verify-1810-2n-skx:
353       - 25  # NDRPDR full
354       - 26  # NDRPDR full
355
356     vpp-mrr-results-3n-hsw:
357       csit-vpp-perf-verify-1810-3n-hsw:
358       - 9   # MRR sel
359
360     vpp-mrr-results-3n-skx:
361       csit-vpp-perf-verify-1810-3n-skx:
362       - 9   # MRR sel
363
364     vpp-mrr-results-2n-skx:
365       csit-vpp-perf-verify-1810-2n-skx:
366       - 8   # MRR sel
367
368     plot-throughput-speedup-analysis-3n-hsw:
369       csit-vpp-perf-verify-1810-3n-hsw:
370       - 8   # NDRPDR sel
371       - 12  # NDRPDR sel
372       - 14  # NDRPDR sel
373       - 18  # NDRPDR sel
374       - 23  # NDRPDR sel
375       - 25  # NDRPDR sel
376       - 38  # NDRPDR sel
377       - 39  # NDRPDR sel
378       - 41  # NDRPDR sel
379       - 42  # NDRPDR sel
380
381     plot-throughput-speedup-analysis-3n-skx:
382       csit-vpp-perf-verify-1810-3n-skx:
383       - 24  # NDRPDR full
384       - 10  # NDRPDR sel
385       - 14  # NDRPDR sel
386       - 15  # NDRPDR sel
387       - 16  # NDRPDR sel
388       - 17  # NDRPDR sel
389       - 19  # NDRPDR sel
390       - 20  # NDRPDR sel
391       - 21  # NDRPDR sel
392       - 22  # NDRPDR sel
393       - 25  # NDRPDR sel
394
395     plot-throughput-speedup-analysis-2n-skx:
396       csit-vpp-perf-verify-1810-2n-skx:
397       - 9   # NDRPDR sel
398       - 13  # NDRPDR sel
399       - 14  # NDRPDR sel
400       - 19  # NDRPDR sel
401       - 20  # NDRPDR sel
402       - 21  # NDRPDR sel
403       - 22  # NDRPDR sel
404       - 23  # NDRPDR sel
405       - 24  # NDRPDR sel
406       - 27  # NDRPDR sel
407
408     plot-vpp-throughput-latency-3n-hsw:
409       csit-vpp-perf-verify-1810-3n-hsw:
410       - 8   # NDRPDR sel
411       - 12  # NDRPDR sel
412       - 14  # NDRPDR sel
413       - 18  # NDRPDR sel
414       - 23  # NDRPDR sel
415       - 25  # NDRPDR sel
416       - 38  # NDRPDR sel
417       - 39  # NDRPDR sel
418       - 41  # NDRPDR sel
419       - 42  # NDRPDR sel
420
421     plot-vpp-throughput-latency-3n-skx:
422       csit-vpp-perf-verify-1810-3n-skx:
423       - 24  # NDRPDR full
424       - 10  # NDRPDR sel
425       - 14  # NDRPDR sel
426       - 15  # NDRPDR sel
427       - 16  # NDRPDR sel
428       - 17  # NDRPDR sel
429       - 19  # NDRPDR sel
430       - 20  # NDRPDR sel
431       - 21  # NDRPDR sel
432       - 22  # NDRPDR sel
433       - 25  # NDRPDR sel
434
435     plot-vpp-throughput-latency-2n-skx:
436       csit-vpp-perf-verify-1810-2n-skx:
437       - 9   # NDRPDR sel
438       - 13  # NDRPDR sel
439       - 14  # NDRPDR sel
440       - 19  # NDRPDR sel
441       - 20  # NDRPDR sel
442       - 21  # NDRPDR sel
443       - 22  # NDRPDR sel
444       - 23  # NDRPDR sel
445       - 24  # NDRPDR sel
446       - 27  # NDRPDR sel
447
448     plot-vpp-http-server-performance:
449       csit-vpp-perf-verify-1810-3n-hsw:
450       - 28  # WRK
451       - 29  # WRK
452       - 30  # WRK
453       - 31  # WRK
454       - 32  # WRK
455       - 33  # WRK
456       - 34  # WRK
457       - 35  # WRK
458       - 36  # WRK
459       - 37  # WRK
460
461     # VPP Functional
462     vpp-func-results-ubuntu:
463       csit-vpp-functional-1810-ubuntu1604-virl:
464       - 44
465
466     vpp-func-results-centos:
467       csit-vpp-functional-1810-centos7-virl:
468       - 44
469
470     vpp-device-results-ubuntu:
471       csit-vpp-device-1810-ubuntu1804-1n-skx:
472       - 2
473
474     # VPP Ligato
475     ligato-perf-results-3n-hsw:
476       csit-ligato-perf-verify-1810-3n-hsw:
477       - 5   # full
478
479     plot-ligato-throughput-speedup-analysis-3n-hsw:
480       csit-ligato-perf-verify-1810-3n-hsw:
481       - 5   # full
482       - 6   # sel
483       - 8   # sel
484       - 9   # sel
485       - 11  # sel
486       - 12  # sel
487       - 13  # sel
488       - 14  # sel
489       - 16  # sel
490       - 17  # sel
491       - 18  # sel
492
493     plot-ligato-throughput-latency-3n-hsw:
494       csit-ligato-perf-verify-1810-3n-hsw:
495       - 5   # full
496       - 6   # sel
497       - 8   # sel
498       - 9   # sel
499       - 11  # sel
500       - 12  # sel
501       - 13  # sel
502       - 14  # sel
503       - 16  # sel
504       - 17  # sel
505       - 18  # sel
506
507     # DPDK Performance
508     dpdk-performance-changes-3n-hsw:
509       csit-dpdk-perf-1804-all:
510       - 4
511       - 5
512       - 6
513       - 7
514       - 8
515       - 9
516       - 10
517       - 11
518       - 12
519       - 13
520       csit-dpdk-perf-verify-1807-3n-hsw:
521       - 11
522       - 12  # full
523       - 14
524       - 15
525       - 16
526       - 17
527       - 20
528       - 21
529       - 22
530       - 23
531       csit-dpdk-perf-verify-1810-3n-hsw:
532       - 1   # NDRPDR sel
533       - 2   # NDRPDR sel
534       - 3   # NDRPDR sel
535       - 4   # NDRPDR sel
536       - 5   # NDRPDR sel
537       - 6   # NDRPDR sel
538       - 7   # NDRPDR sel
539       - 8   # NDRPDR sel
540       - 9   # NDRPDR sel
541       - 10  # NDRPDR sel
542
543     dpdk-performance-changes-3n-skx:
544       csit-dpdk-perf-verify-1807-3n-skx:
545       - 1   # NDRPDR sel
546       - 2   # NDRPDR sel
547       - 3   # NDRPDR sel
548       - 6   # NDRPDR sel
549       - 7   # NDRPDR sel
550       - 8   # NDRPDR sel
551       - 9   # NDRPDR sel
552       - 10  # NDRPDR sel
553       - 11  # NDRPDR sel
554       - 12  # NDRPDR sel
555       csit-dpdk-perf-verify-1810-3n-skx:
556       - 3   # NDRPDR sel
557       - 4   # NDRPDR sel
558       - 6   # NDRPDR sel
559       - 7   # NDRPDR sel
560       - 8   # NDRPDR sel
561       - 9   # NDRPDR sel
562       - 10  # NDRPDR sel
563       - 11  # NDRPDR sel
564       - 12  # NDRPDR sel
565       - 13  # NDRPDR sel
566
567     dpdk-compare-testbeds:
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       csit-dpdk-perf-verify-1810-3n-hsw:
580       - 1   # NDRPDR sel
581       - 2   # NDRPDR sel
582       - 3   # NDRPDR sel
583       - 4   # NDRPDR sel
584       - 5   # NDRPDR sel
585       - 6   # NDRPDR sel
586       - 7   # NDRPDR sel
587       - 8   # NDRPDR sel
588       - 9   # NDRPDR sel
589       - 10  # NDRPDR sel
590
591     dpdk-compare-topologies:
592       csit-dpdk-perf-verify-1810-3n-skx:
593       - 3   # NDRPDR sel
594       - 4   # NDRPDR sel
595       - 6   # NDRPDR sel
596       - 7   # NDRPDR sel
597       - 8   # NDRPDR sel
598       - 9   # NDRPDR sel
599       - 10  # NDRPDR sel
600       - 11  # NDRPDR sel
601       - 12  # NDRPDR sel
602       - 13  # NDRPDR sel
603       csit-dpdk-perf-verify-1810-2n-skx:
604       - 3   # NDRPDR sel
605       - 4   # NDRPDR sel
606       - 5   # NDRPDR sel
607       - 7   # NDRPDR sel
608       - 8   # NDRPDR sel
609       - 9   # NDRPDR sel
610       - 10  # NDRPDR sel
611       - 11  # NDRPDR sel
612       - 12  # NDRPDR sel
613       - 13  # NDRPDR sel
614
615     dpdk-perf-results-3n-hsw:
616       csit-dpdk-perf-verify-1810-3n-hsw:
617       - 1
618
619     dpdk-perf-results-3n-skx:
620       csit-dpdk-perf-verify-1810-3n-skx:
621       - 3   # NDRPDR sel
622
623     dpdk-perf-results-2n-skx:
624       csit-dpdk-perf-verify-1810-2n-skx:
625       - 3
626
627     plot-dpdk-throughput-latency-3n-hsw:
628       csit-dpdk-perf-verify-1810-3n-hsw:
629       - 1   # NDRPDR sel
630       - 2   # NDRPDR sel
631       - 3   # NDRPDR sel
632       - 4   # NDRPDR sel
633       - 5   # NDRPDR sel
634       - 6   # NDRPDR sel
635       - 7   # NDRPDR sel
636       - 8   # NDRPDR sel
637       - 9   # NDRPDR sel
638       - 10  # NDRPDR sel
639
640     plot-dpdk-throughput-latency-3n-skx:
641       csit-dpdk-perf-verify-1810-3n-skx:
642       - 3   # NDRPDR sel
643       - 4   # NDRPDR sel
644       - 6   # NDRPDR sel
645       - 7   # NDRPDR sel
646       - 8   # NDRPDR sel
647       - 9   # NDRPDR sel
648       - 10  # NDRPDR sel
649       - 11  # NDRPDR sel
650       - 12  # NDRPDR sel
651       - 13  # NDRPDR sel
652
653     plot-dpdk-throughput-latency-2n-skx:
654       csit-dpdk-perf-verify-1810-2n-skx:
655       - 3   # NDRPDR sel
656       - 4   # NDRPDR sel
657       - 5   # 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     # HoneyComb Functional
667     hc-func-results:
668       csit-hc2vpp-verify-func-1810-ubuntu1604:
669       - 3
670
671     # NSH SFC Functional
672     nsh-func-results:
673       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
674       - 1
675
676     # DMM Functional
677     dmm-func-results:
678       csit-dmm-functional-1810-ubuntu1604-virl:
679       - 1
680
681   plot-layouts:
682
683     plot-cps:
684       titlefont:
685         size: 18
686       xaxis:
687         title: "<b>Test Cases [Index]</b>"
688         titlefont:
689           size: 16
690         autorange: True
691         fixedrange: False
692         gridcolor: "rgb(230, 230, 230)"
693         linecolor: "rgb(220, 220, 220)"
694         linewidth: 1
695         showgrid: True
696         showline: True
697         showticklabels: True
698         tickcolor: "rgb(220, 220, 220)"
699         tickmode: "linear"
700         tickfont:
701           size: 16
702         zeroline: False
703       yaxis:
704         title: "<b>Connections Per Second [cps]</b>"
705         titlefont:
706           size: 16
707         gridcolor: "rgb(230, 230, 230)"
708         hoverformat: ".4s"
709         linecolor: "rgb(220, 220, 220)"
710         linewidth: 1
711         rangemode: "tozero"
712         showgrid: True
713         showline: True
714         showticklabels: True
715         tickcolor: "rgb(220, 220, 220)"
716         tickformat: ".3s"
717         tickfont:
718           size: 16
719         zeroline: False
720       boxmode: "group"
721       boxgroupgap: 0.5
722       autosize: False
723       margin:
724         t: 50
725         b: 20
726         l: 80
727         r: 20
728       showlegend: True
729       legend:
730         orientation: "h"
731         font:
732           size: 16
733       width: 700
734       height: 800
735
736     plot-rps:
737       titlefont:
738         size: 18
739       xaxis:
740         title: "<b>Test Cases [Index]</b>"
741         titlefont:
742           size: 16
743         autorange: True
744         fixedrange: False
745         gridcolor: "rgb(230, 230, 230)"
746         linecolor: "rgb(220, 220, 220)"
747         linewidth: 1
748         showgrid: True
749         showline: True
750         showticklabels: True
751         tickcolor: "rgb(220, 220, 220)"
752         tickmode: "linear"
753         tickfont:
754           size: 16
755         zeroline: False
756       yaxis:
757         title: "<b>Requests Per Second [rps]</b>"
758         titlefont:
759           size: 16
760         gridcolor: "rgb(230, 230, 230)"
761         hoverformat: ".4s"
762         linecolor: "rgb(220, 220, 220)"
763         linewidth: 1
764         rangemode: "tozero"
765         showgrid: True
766         showline: True
767         showticklabels: True
768         tickcolor: "rgb(230, 230, 230)"
769         tickformat: ".3s"
770         tickfont:
771           size: 16
772         zeroline: False
773       boxmode: "group"
774       boxgroupgap: 0.5
775       autosize: False
776       margin:
777         t: 50
778         b: 20
779         l: 80
780         r: 20
781       showlegend: True
782       legend:
783         orientation: "h"
784         font:
785           size: 16
786       width: 700
787       height: 800
788
789     plot-throughput:
790       titlefont:
791         size: 18
792       xaxis:
793         title: "<b>Test Cases [Index]</b>"
794         titlefont:
795           size: 16
796         autorange: True
797         fixedrange: False
798         gridcolor: "rgb(230, 230, 230)"
799         linecolor: "rgb(220, 220, 220)"
800         linewidth: 1
801         showgrid: True
802         showline: True
803         showticklabels: True
804         tickcolor: "rgb(220, 220, 220)"
805         tickmode: "linear"
806         tickfont:
807           size: 16
808         zeroline: False
809       yaxis:
810         title: "<b>Packet Throughput [Mpps]</b>"
811         titlefont:
812           size: 16
813         gridcolor: "rgb(230, 230, 230)"
814         hoverformat: ".4s"
815         tickformat: ".3s"
816         linecolor: "rgb(220, 220, 220)"
817         linewidth: 1
818         showgrid: True
819         showline: True
820         showticklabels: True
821         tickcolor: "rgb(220, 220, 220)"
822         tickfont:
823           size: 16
824         zeroline: False
825         range: [0,50]
826       boxmode: "group"
827       boxgroupgap: 0.5
828       autosize: False
829       margin:
830         t: 50
831         b: 20
832         l: 80
833         r: 20
834       showlegend: True
835       legend:
836         orientation: "h"
837         font:
838           size: 16
839       width: 700
840       height: 900
841
842     plot-throughput-speedup-analysis:
843       titlefont:
844         size: 18
845       xaxis:
846         title: "<b>Number of Cores [Qty]</b>"
847         titlefont:
848           size: 16
849         autorange: True
850         fixedrange: False
851         gridcolor: "rgb(230, 230, 230)"
852         linecolor: "rgb(220, 220, 220)"
853         linewidth: 1
854         showgrid: True
855         showline: True
856         showticklabels: True
857         tickcolor: "rgb(238, 238, 238)"
858         tickmode: "linear"
859         tickfont:
860           size: 16
861         zeroline: False
862       yaxis:
863         title: "<b>Packet Throughput [Mpps]</b>"
864         titlefont:
865           size: 16
866         type: "linear"
867         gridcolor: "rgb(230, 230, 230)"
868         hoverformat: ".4s"
869         linecolor: "rgb(220, 220, 220)"
870         linewidth: 1
871         showgrid: True
872         showline: True
873         showticklabels: True
874         tickcolor: "rgb(220, 220, 220)"
875         tickformat: ".4s"
876         tickfont:
877           size: 16
878         zeroline: True
879         rangemode: "tozero"
880         # range: [0,100]
881       legend:
882         orientation: "h"
883         font:
884           size: 16
885         xanchor: "left"
886         yanchor: "top"
887         x: 0
888         y: -0.2
889         bgcolor: "rgba(255, 255, 255, 0)"
890         bordercolor: "rgba(255, 255, 255, 0)"
891         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
892       autosize: False
893       margin:
894           't': 50
895           'b': 150
896           'l': 85
897           'r': 10
898       showlegend: True
899       width: 700
900       height: 700
901       hoverlabel:
902         namelength: -1
903       annotations: [
904         {
905           text: "_ _          __          ...",
906           align: "left",
907           showarrow: False,
908           xref: "paper",
909           yref: "paper",
910           xanchor: "left",
911           yanchor: "top",
912           x: 0,
913           y: -0.13,
914           font: {
915             family: "Consolas, Courier New",
916             size: 15
917           },
918         },
919         {
920           text: "    Perfect     Measured     Limit",
921           align: "left",
922           showarrow: False,
923           xref: "paper",
924           yref: "paper",
925           xanchor: "left",
926           yanchor: "top",
927           x: 0,
928           y: -0.15,
929           font: {
930             family: "Consolas, Courier New",
931             size: 15
932           },
933         },
934       ]
935
936     plot-latency:
937       titlefont:
938         size: 18
939       xaxis:
940         title: "<b>Direction</b>"
941         titlefont:
942           size: 16
943         autorange: True
944         fixedrange: False
945         gridcolor: "rgb(230, 230, 230)"
946         linecolor: "rgb(220, 220, 220)"
947         linewidth: 1
948         showgrid: True
949         showline: True
950         showticklabels: False
951         tickcolor: "rgb(220, 220, 220)"
952         tickmode: "linear"
953         tickfont:
954           size: 16
955         zeroline: False
956       yaxis:
957         title: "<b>Packet Latency [uSec]</b>"
958         titlefont:
959           size: 16
960         type: "linear"
961         gridcolor: "rgb(230, 230, 230)"
962         hoverformat: ".4s"
963         linecolor: "rgb(220, 220, 220)"
964         linewidth: 1
965         showgrid: True
966         showline: True
967         showticklabels: True
968         tickcolor: "rgb(220, 220, 220)"
969         tickformat: ".4s"
970         tickfont:
971           size: 16
972         zeroline: True
973         rangemode: "tozero"
974       legend:
975         orientation: "h"
976         font:
977           size: 16
978         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
979       autosize: False
980       margin:
981           't': 50
982           'b': 150
983           'l': 80
984           'r': 10
985       showlegend: True
986       width: 700
987       height: 700
988       hoverlabel:
989         namelength: -1
990
991 -
992   type: "static"
993   src-path: "{DIR[RST]}"
994   dst-path: "{DIR[WORKING,SRC]}"
995
996 -
997   type: "input"
998   general:
999     file-name: "robot-plugin.zip"
1000     file-format: ".zip"
1001     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1002     extract: "robot-plugin/output.xml"
1003
1004   builds:
1005
1006     csit-vpp-perf-1804-all:
1007     - 21  # sel
1008     - 22  # sel
1009     - 23  # sel
1010     - 24  # sel
1011     - 27  # sel
1012     - 28  # sel
1013     - 29  # sel
1014     - 30  # sel
1015     - 31  # sel
1016     - 35  # sel
1017     csit-vpp-perf-verify-1807-3n-hsw:
1018     - 8   # MRR full
1019     - 9   # MRR sel
1020     - 21  # MRR sel
1021     - 31  # MRR sel
1022     - 33  # MRR sel
1023     - 36  # MRR sel
1024     - 41  # MRR sel
1025     - 42  # MRR sel
1026     - 48  # MRR sel
1027     - 11  # NDRPDR full 1
1028     - 22  # NDRPDR full 2
1029     - 45  # NDRPDR full 3
1030     - 46  # NDRPDR full 4
1031     - 15  # NDRPDR sel
1032     - 16  # NDRPDR sel
1033     - 19  # NDRPDR sel
1034     - 18  # NDRPDR sel
1035     - 20  # NDRPDR sel
1036     - 38  # NDRPDR sel
1037     - 40  # NDRPDR sel
1038     - 44  # NDRPDR sel
1039     - 47  # NDRPDR sel
1040     - 24  # WRK
1041     - 25  # WRK
1042     - 23  # WRK
1043     - 26  # WRK
1044     - 27  # WRK
1045     - 28  # WRK
1046     - 29  # WRK
1047     - 30  # WRK
1048     - 32  # WRK
1049     - 35  # WRK
1050     csit-vpp-perf-verify-1810-3n-hsw:
1051     - 9   # MRR sel
1052     - 20  # NDRPDR full
1053     - 21  # NDRPDR full
1054     - 22  # NDRPDR full
1055     - 27  # NDRPDR full
1056     - 8   # NDRPDR sel
1057     - 12  # NDRPDR sel
1058     - 14  # NDRPDR sel
1059     - 18  # NDRPDR sel
1060     - 23  # NDRPDR sel
1061     - 25  # NDRPDR sel
1062     - 38  # NDRPDR sel
1063     - 39  # NDRPDR sel
1064     - 41  # NDRPDR sel
1065     - 42  # NDRPDR sel
1066     - 28  # WRK
1067     - 29  # WRK
1068     - 30  # WRK
1069     - 31  # WRK
1070     - 32  # WRK
1071     - 33  # WRK
1072     - 34  # WRK
1073     - 35  # WRK
1074     - 36  # WRK
1075     - 37  # WRK
1076     csit-vpp-perf-verify-1807-3n-skx:
1077     - 31  # MRR full
1078     - 28  # MRR sel
1079     - 32  # MRR sel
1080     - 36  # MRR sel
1081     - 42  # MRR sel
1082     - 47  # MRR sel
1083     - 48  # MRR sel
1084     - 51  # MRR sel
1085     - 52  # MRR sel
1086     - 53  # MRR sel
1087     - 54  # MRR sel
1088     - 40  # NDRPDR full 1
1089     - 41  # NDRPDR full 2
1090     - 33  # NDRPDR sel
1091     - 35  # NDRPDR sel
1092     - 37  # NDRPDR sel
1093     - 38  # NDRPDR sel
1094     - 39  # NDRPDR sel
1095     - 43  # NDRPDR sel
1096     - 44  # NDRPDR sel
1097     - 49  # NDRPDR sel
1098     - 50  # NDRPDR sel
1099     - 56  # NDRPDR sel
1100     csit-vpp-perf-verify-1810-3n-skx:
1101     - 9   # MRR sel
1102     - 11  # MRR sel
1103     - 12  # MRR sel
1104     - 13  # MRR sel
1105     - 23  # NDRPDR full
1106     - 24  # NDRPDR full
1107     - 10  # NDRPDR sel
1108     - 14  # NDRPDR sel
1109     - 15  # NDRPDR sel
1110     - 16  # NDRPDR sel
1111     - 17  # NDRPDR sel
1112     - 19  # NDRPDR sel
1113     - 20  # NDRPDR sel
1114     - 21  # NDRPDR sel
1115     - 22  # NDRPDR sel
1116     - 25  # NDRPDR sel
1117     csit-vpp-perf-verify-1807-2n-skx:
1118     - 27  # MRR full
1119     - 31  # MRR sel
1120     - 33  # MRR sel
1121     - 37  # MRR sel
1122     - 38  # MRR sel
1123     - 41  # MRR sel
1124     - 43  # MRR sel
1125     - 44  # MRR sel
1126     - 45  # MRR sel
1127     - 46  # MRR sel
1128     - 47  # MRR sel
1129     - 32  # NDRPDR full
1130     - 26  # NDRPDR sel
1131     - 28  # NDRPDR sel
1132     - 29  # NDRPDR sel
1133     - 30  # NDRPDR sel
1134     - 34  # NDRPDR sel
1135     - 35  # NDRPDR sel
1136     - 36  # NDRPDR sel
1137     - 39  # NDRPDR sel
1138     - 40  # NDRPDR sel
1139     - 42  # NDRPDR sel
1140     csit-vpp-perf-verify-1810-2n-skx:
1141     - 8   # MRR sel
1142     - 10  # MRR sel
1143     - 11  # MRR sel
1144     - 12  # MRR sel
1145     - 25  # NDRPDR full
1146     - 26  # NDRPDR full
1147     - 9   # NDRPDR sel
1148     - 13  # NDRPDR sel
1149     - 14  # NDRPDR sel
1150     - 19  # NDRPDR sel
1151     - 20  # NDRPDR sel
1152     - 21  # NDRPDR sel
1153     - 22  # NDRPDR sel
1154     - 23  # NDRPDR sel
1155     - 24  # NDRPDR sel
1156     - 27  # NDRPDR sel
1157     csit-vpp-perf-check-1804:
1158     - 5   # mrr - full
1159     - 6   # mrr - sel
1160     - 13  # mrr - sel
1161     - 14  # mrr - sel
1162     - 15  # mrr - sel
1163     - 16  # mrr - sel
1164     - 17  # mrr - sel
1165     - 19  # mrr - sel
1166     - 20  # mrr - sel
1167     - 21  # mrr - sel
1168     - 22  # mrr - sel
1169     csit-ligato-perf-verify-1810-3n-hsw:
1170     - 5   # full
1171     - 6   # sel
1172     - 8   # sel
1173     - 9   # sel
1174     - 11  # sel
1175     - 12  # sel
1176     - 13  # sel
1177     - 14  # sel
1178     - 16  # sel
1179     - 17  # sel
1180     - 18  # sel
1181     csit-dpdk-perf-1804-all:
1182     - 4
1183     - 5
1184     - 6
1185     - 7
1186     - 8
1187     - 9
1188     - 10
1189     - 11
1190     - 12
1191     - 13
1192     csit-dpdk-perf-verify-1807-3n-hsw:
1193     - 11
1194     - 12  # full
1195     - 14
1196     - 15
1197     - 16
1198     - 17
1199     - 20
1200     - 21
1201     - 22
1202     - 23
1203     csit-dpdk-perf-verify-1810-3n-hsw:
1204     - 1   # NDRPDR sel
1205     - 2   # NDRPDR sel
1206     - 3   # NDRPDR sel
1207     - 4   # NDRPDR sel
1208     - 5   # NDRPDR sel
1209     - 6   # NDRPDR sel
1210     - 7   # NDRPDR sel
1211     - 8   # NDRPDR sel
1212     - 9   # NDRPDR sel
1213     - 10  # NDRPDR sel
1214     csit-dpdk-perf-verify-1807-3n-skx:
1215     - 1   # NDRPDR sel
1216     - 2   # NDRPDR sel
1217     - 3   # NDRPDR sel
1218     - 6   # NDRPDR sel
1219     - 7   # NDRPDR sel
1220     - 8   # NDRPDR sel
1221     - 9   # NDRPDR sel
1222     - 10  # NDRPDR sel
1223     - 11  # NDRPDR sel
1224     - 12  # NDRPDR sel
1225     csit-dpdk-perf-verify-1810-3n-skx:
1226     - 3   # NDRPDR sel
1227     - 4   # NDRPDR sel
1228     - 6   # NDRPDR sel
1229     - 7   # NDRPDR sel
1230     - 8   # NDRPDR sel
1231     - 9   # NDRPDR sel
1232     - 10  # NDRPDR sel
1233     - 11  # NDRPDR sel
1234     - 12  # NDRPDR sel
1235     - 13  # NDRPDR sel
1236     csit-dpdk-perf-verify-1810-2n-skx:
1237     - 3   # NDRPDR sel
1238     - 4   # NDRPDR sel
1239     - 5   # NDRPDR sel
1240     - 7   # NDRPDR sel
1241     - 8   # NDRPDR sel
1242     - 9   # NDRPDR sel
1243     - 10  # NDRPDR sel
1244     - 11  # NDRPDR sel
1245     - 12  # NDRPDR sel
1246     - 13  # NDRPDR sel
1247
1248     csit-vpp-functional-1810-ubuntu1604-virl:
1249     - 44
1250     csit-vpp-functional-1810-centos7-virl:
1251     - 44
1252     csit-vpp-device-1810-ubuntu1804-1n-skx:
1253     - 2
1254     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1255     - 1
1256     csit-dmm-functional-1810-ubuntu1604-virl:
1257     - 1
1258     csit-hc2vpp-verify-func-1810-ubuntu1604:
1259     - 3
1260
1261 -
1262   type: "output"
1263   output: "report"
1264   format:
1265     html:
1266     - full
1267     pdf:
1268     - minimal
1269
1270 ################################################################################
1271 ###                               T A B L E S                                ###
1272 ################################################################################
1273
1274 ################################################################################
1275 # VPP
1276
1277 # VPP Performance Changes 3n-hsw 1t1c pdr 
1278 -
1279   type: "table"
1280   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1281   algorithm: "table_performance_comparison"
1282   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1283   history:
1284     -
1285       title: "rls1804"
1286       data:
1287         csit-vpp-perf-1804-all:
1288         - 21  # sel
1289         - 22  # sel
1290         - 23  # sel
1291         - 24  # sel
1292         - 27  # sel
1293         - 28  # sel
1294         - 29  # sel
1295         - 30  # sel
1296         - 31  # sel
1297         - 35  # sel
1298   reference:
1299     title: "rls1807"
1300     data:
1301       csit-vpp-perf-verify-1807-3n-hsw:
1302       - 11  # NDRPDR full 1
1303       - 22  # NDRPDR full 2
1304       - 45  # NDRPDR full 3
1305       - 46  # NDRPDR full 4
1306       - 15  # NDRPDR sel
1307       - 16  # NDRPDR sel
1308       - 19  # NDRPDR sel
1309       - 18  # NDRPDR sel
1310       - 20  # NDRPDR sel
1311       - 38  # NDRPDR sel
1312       - 40  # NDRPDR sel
1313       - 44  # NDRPDR sel
1314       - 47  # NDRPDR sel
1315   compare:
1316     title: "rls1810"
1317     data:
1318       csit-vpp-perf-verify-1810-3n-hsw:
1319       - 8   # NDRPDR sel
1320       - 12  # NDRPDR sel
1321       - 14  # NDRPDR sel
1322       - 18  # NDRPDR sel
1323       - 23  # NDRPDR sel
1324       - 25  # NDRPDR sel
1325       - 38  # NDRPDR sel
1326       - 39  # NDRPDR sel
1327       - 41  # NDRPDR sel
1328       - 42  # NDRPDR sel
1329   data: "vpp-performance-changes-3n-hsw"
1330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1331   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1332   parameters:
1333   - "name"
1334   - "parent"
1335   - "throughput"
1336
1337 # VPP Performance Changes 3n-hsw 2t2c pdr
1338 -
1339   type: "table"
1340   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1341   algorithm: "table_performance_comparison"
1342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1343   history:
1344     -
1345       title: "rls1804"
1346       data:
1347         csit-vpp-perf-1804-all:
1348         - 21  # sel
1349         - 22  # sel
1350         - 23  # sel
1351         - 24  # sel
1352         - 27  # sel
1353         - 28  # sel
1354         - 29  # sel
1355         - 30  # sel
1356         - 31  # sel
1357         - 35  # sel
1358   reference:
1359     title: "rls1807"
1360     data:
1361       csit-vpp-perf-verify-1807-3n-hsw:
1362       - 11  # NDRPDR full 1
1363       - 22  # NDRPDR full 2
1364       - 45  # NDRPDR full 3
1365       - 46  # NDRPDR full 4
1366       - 15  # NDRPDR sel
1367       - 16  # NDRPDR sel
1368       - 19  # NDRPDR sel
1369       - 18  # NDRPDR sel
1370       - 20  # NDRPDR sel
1371       - 38  # NDRPDR sel
1372       - 40  # NDRPDR sel
1373       - 44  # NDRPDR sel
1374       - 47  # NDRPDR sel
1375   compare:
1376     title: "rls1810"
1377     data:
1378       csit-vpp-perf-verify-1810-3n-hsw:
1379       - 8   # NDRPDR sel
1380       - 12  # NDRPDR sel
1381       - 14  # NDRPDR sel
1382       - 18  # NDRPDR sel
1383       - 23  # NDRPDR sel
1384       - 25  # NDRPDR sel
1385       - 38  # NDRPDR sel
1386       - 39  # NDRPDR sel
1387       - 41  # NDRPDR sel
1388       - 42  # NDRPDR sel
1389   data: "vpp-performance-changes-3n-hsw"
1390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1391   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1392   parameters:
1393   - "name"
1394   - "parent"
1395   - "throughput"
1396
1397 # VPP Performance Changes 3n-hsw 1t1c ndr
1398 -
1399   type: "table"
1400   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1401   algorithm: "table_performance_comparison"
1402   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1403   history:
1404     -
1405       title: "rls1804"
1406       data:
1407         csit-vpp-perf-1804-all:
1408         - 21  # sel
1409         - 22  # sel
1410         - 23  # sel
1411         - 24  # sel
1412         - 27  # sel
1413         - 28  # sel
1414         - 29  # sel
1415         - 30  # sel
1416         - 31  # sel
1417         - 35  # sel
1418   reference:
1419     title: "rls1807"
1420     data:
1421       csit-vpp-perf-verify-1807-3n-hsw:
1422       - 11  # NDRPDR full 1
1423       - 22  # NDRPDR full 2
1424       - 45  # NDRPDR full 3
1425       - 46  # NDRPDR full 4
1426       - 15  # NDRPDR sel
1427       - 16  # NDRPDR sel
1428       - 19  # NDRPDR sel
1429       - 18  # NDRPDR sel
1430       - 20  # NDRPDR sel
1431       - 38  # NDRPDR sel
1432       - 40  # NDRPDR sel
1433       - 44  # NDRPDR sel
1434       - 47  # NDRPDR sel
1435   compare:
1436     title: "rls1810"
1437     data:
1438       csit-vpp-perf-verify-1810-3n-hsw:
1439       - 8   # NDRPDR sel
1440       - 12  # NDRPDR sel
1441       - 14  # NDRPDR sel
1442       - 18  # NDRPDR sel
1443       - 23  # NDRPDR sel
1444       - 25  # NDRPDR sel
1445       - 38  # NDRPDR sel
1446       - 39  # NDRPDR sel
1447       - 41  # NDRPDR sel
1448       - 42  # NDRPDR sel
1449   data: "vpp-performance-changes-3n-hsw"
1450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1451   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1452   parameters:
1453   - "name"
1454   - "parent"
1455   - "throughput"
1456
1457 # VPP Performance Changes 3n-hsw 2t2c ndr
1458 -
1459   type: "table"
1460   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1461   algorithm: "table_performance_comparison"
1462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1463   history:
1464     -
1465       title: "rls1804"
1466       data:
1467         csit-vpp-perf-1804-all:
1468         - 21  # sel
1469         - 22  # sel
1470         - 23  # sel
1471         - 24  # sel
1472         - 27  # sel
1473         - 28  # sel
1474         - 29  # sel
1475         - 30  # sel
1476         - 31  # sel
1477         - 35  # sel
1478   reference:
1479     title: "rls1807"
1480     data:
1481       csit-vpp-perf-verify-1807-3n-hsw:
1482       - 11  # NDRPDR full 1
1483       - 22  # NDRPDR full 2
1484       - 45  # NDRPDR full 3
1485       - 46  # NDRPDR full 4
1486       - 15  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 19  # NDRPDR sel
1489       - 18  # NDRPDR sel
1490       - 20  # NDRPDR sel
1491       - 38  # NDRPDR sel
1492       - 40  # NDRPDR sel
1493       - 44  # NDRPDR sel
1494       - 47  # NDRPDR sel
1495   compare:
1496     title: "rls1810"
1497     data:
1498       csit-vpp-perf-verify-1810-3n-hsw:
1499       - 8   # NDRPDR sel
1500       - 12  # NDRPDR sel
1501       - 14  # NDRPDR sel
1502       - 18  # NDRPDR sel
1503       - 23  # NDRPDR sel
1504       - 25  # NDRPDR sel
1505       - 38  # NDRPDR sel
1506       - 39  # NDRPDR sel
1507       - 41  # NDRPDR sel
1508       - 42  # NDRPDR sel
1509   data: "vpp-performance-changes-3n-hsw"
1510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1511   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1512   parameters:
1513   - "name"
1514   - "parent"
1515   - "throughput"
1516
1517 # VPP Performance Changes 3n-skx 2t1c pdr 
1518 -
1519   type: "table"
1520   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1521   algorithm: "table_performance_comparison"
1522   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1523   reference:
1524     title: "rls1807"
1525     data:
1526       csit-vpp-perf-verify-1807-3n-skx:
1527       - 33  # NDRPDR sel
1528       - 35  # NDRPDR sel
1529       - 37  # NDRPDR sel
1530       - 38  # NDRPDR sel
1531       - 39  # NDRPDR sel
1532       - 43  # NDRPDR sel
1533       - 44  # NDRPDR sel
1534       - 49  # NDRPDR sel
1535       - 50  # NDRPDR sel
1536       - 56  # NDRPDR sel
1537   compare:
1538     title: "rls1810"
1539     data:
1540       csit-vpp-perf-verify-1810-3n-skx:
1541       - 10  # NDRPDR sel
1542       - 14  # NDRPDR sel
1543       - 15  # NDRPDR sel
1544       - 16  # NDRPDR sel
1545       - 17  # NDRPDR sel
1546       - 19  # NDRPDR sel
1547       - 20  # NDRPDR sel
1548       - 21  # NDRPDR sel
1549       - 22  # NDRPDR sel
1550       - 25  # NDRPDR sel
1551   data: "vpp-performance-changes-3n-skx"
1552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1553   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1554   parameters:
1555   - "name"
1556   - "parent"
1557   - "throughput"
1558
1559 # VPP Performance Changes 3n-skx 4t2c pdr
1560 -
1561   type: "table"
1562   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1563   algorithm: "table_performance_comparison"
1564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1565   reference:
1566     title: "rls1807"
1567     data:
1568       csit-vpp-perf-verify-1807-3n-skx:
1569       - 33  # NDRPDR sel
1570       - 35  # NDRPDR sel
1571       - 37  # NDRPDR sel
1572       - 38  # NDRPDR sel
1573       - 39  # NDRPDR sel
1574       - 43  # NDRPDR sel
1575       - 44  # NDRPDR sel
1576       - 49  # NDRPDR sel
1577       - 50  # NDRPDR sel
1578       - 56  # NDRPDR sel
1579   compare:
1580     title: "rls1810"
1581     data:
1582       csit-vpp-perf-verify-1810-3n-skx:
1583       - 10  # NDRPDR sel
1584       - 14  # NDRPDR sel
1585       - 15  # NDRPDR sel
1586       - 16  # NDRPDR sel
1587       - 17  # NDRPDR sel
1588       - 19  # NDRPDR sel
1589       - 20  # NDRPDR sel
1590       - 21  # NDRPDR sel
1591       - 22  # NDRPDR sel
1592       - 25  # NDRPDR sel
1593   data: "vpp-performance-changes-3n-skx"
1594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1595   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1596   parameters:
1597   - "name"
1598   - "parent"
1599   - "throughput"
1600
1601 # VPP Performance Changes 3n-skx 2t1c ndr
1602 -
1603   type: "table"
1604   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1605   algorithm: "table_performance_comparison"
1606   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1607   reference:
1608     title: "rls1807"
1609     data:
1610       csit-vpp-perf-verify-1807-3n-skx:
1611       - 33  # NDRPDR sel
1612       - 35  # NDRPDR sel
1613       - 37  # NDRPDR sel
1614       - 38  # NDRPDR sel
1615       - 39  # NDRPDR sel
1616       - 43  # NDRPDR sel
1617       - 44  # NDRPDR sel
1618       - 49  # NDRPDR sel
1619       - 50  # NDRPDR sel
1620       - 56  # NDRPDR sel
1621   compare:
1622     title: "rls1810"
1623     data:
1624       csit-vpp-perf-verify-1810-3n-skx:
1625       - 10  # NDRPDR sel
1626       - 14  # NDRPDR sel
1627       - 15  # NDRPDR sel
1628       - 16  # NDRPDR sel
1629       - 17  # NDRPDR sel
1630       - 19  # NDRPDR sel
1631       - 20  # NDRPDR sel
1632       - 21  # NDRPDR sel
1633       - 22  # NDRPDR sel
1634       - 25  # NDRPDR sel
1635   data: "vpp-performance-changes-3n-skx"
1636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1637   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1638   parameters:
1639   - "name"
1640   - "parent"
1641   - "throughput"
1642
1643 # VPP Performance Changes 3n-skx 4t2c ndr
1644 -
1645   type: "table"
1646   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1647   algorithm: "table_performance_comparison"
1648   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1649   reference:
1650     title: "rls1807"
1651     data:
1652       csit-vpp-perf-verify-1807-3n-skx:
1653       - 33  # NDRPDR sel
1654       - 35  # NDRPDR sel
1655       - 37  # NDRPDR sel
1656       - 38  # NDRPDR sel
1657       - 39  # NDRPDR sel
1658       - 43  # NDRPDR sel
1659       - 44  # NDRPDR sel
1660       - 49  # NDRPDR sel
1661       - 50  # NDRPDR sel
1662       - 56  # NDRPDR sel
1663   compare:
1664     title: "rls1810"
1665     data:
1666       csit-vpp-perf-verify-1810-3n-skx:
1667       - 10  # NDRPDR sel
1668       - 14  # NDRPDR sel
1669       - 15  # NDRPDR sel
1670       - 16  # NDRPDR sel
1671       - 17  # NDRPDR sel
1672       - 19  # NDRPDR sel
1673       - 20  # NDRPDR sel
1674       - 21  # NDRPDR sel
1675       - 22  # NDRPDR sel
1676       - 25  # NDRPDR sel
1677   data: "vpp-performance-changes-3n-skx"
1678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1679   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1680   parameters:
1681   - "name"
1682   - "parent"
1683   - "throughput"
1684
1685 # VPP Performance Changes 2n-skx 2t1c pdr 
1686 -
1687   type: "table"
1688   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1689   algorithm: "table_performance_comparison"
1690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1691   reference:
1692     title: "rls1807"
1693     data:
1694       csit-vpp-perf-verify-1807-2n-skx:
1695       - 26  # NDRPDR sel
1696       - 28  # NDRPDR sel
1697       - 29  # NDRPDR sel
1698       - 30  # NDRPDR sel
1699       - 34  # NDRPDR sel
1700       - 35  # NDRPDR sel
1701       - 36  # NDRPDR sel
1702       - 39  # NDRPDR sel
1703       - 40  # NDRPDR sel
1704       - 42  # NDRPDR sel
1705   compare:
1706     title: "rls1810"
1707     data:
1708       csit-vpp-perf-verify-1810-2n-skx:
1709       - 9   # NDRPDR sel
1710       - 13  # NDRPDR sel
1711       - 14  # NDRPDR sel
1712       - 19  # NDRPDR sel
1713       - 20  # NDRPDR sel
1714       - 21  # NDRPDR sel
1715       - 22  # NDRPDR sel
1716       - 23  # NDRPDR sel
1717       - 24  # NDRPDR sel
1718       - 27  # NDRPDR sel
1719   data: "vpp-performance-changes-2n-skx"
1720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1721   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1722   parameters:
1723   - "name"
1724   - "parent"
1725   - "throughput"
1726
1727 # VPP Performance Changes 2n-skx 4t2c pdr
1728 -
1729   type: "table"
1730   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1731   algorithm: "table_performance_comparison"
1732   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1733   reference:
1734     title: "rls1807"
1735     data:
1736       csit-vpp-perf-verify-1807-2n-skx:
1737       - 26  # NDRPDR sel
1738       - 28  # NDRPDR sel
1739       - 29  # NDRPDR sel
1740       - 30  # NDRPDR sel
1741       - 34  # NDRPDR sel
1742       - 35  # NDRPDR sel
1743       - 36  # NDRPDR sel
1744       - 39  # NDRPDR sel
1745       - 40  # NDRPDR sel
1746       - 42  # NDRPDR sel
1747   compare:
1748     title: "rls1810"
1749     data:
1750       csit-vpp-perf-verify-1810-2n-skx:
1751       - 9   # NDRPDR sel
1752       - 13  # NDRPDR sel
1753       - 14  # NDRPDR sel
1754       - 19  # NDRPDR sel
1755       - 20  # NDRPDR sel
1756       - 21  # NDRPDR sel
1757       - 22  # NDRPDR sel
1758       - 23  # NDRPDR sel
1759       - 24  # NDRPDR sel
1760       - 27  # NDRPDR sel
1761   data: "vpp-performance-changes-2n-skx"
1762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1763   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1764   parameters:
1765   - "name"
1766   - "parent"
1767   - "throughput"
1768
1769 # VPP Performance Changes 2n-skx 2t1c ndr
1770 -
1771   type: "table"
1772   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1773   algorithm: "table_performance_comparison"
1774   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1775   reference:
1776     title: "rls1807"
1777     data:
1778       csit-vpp-perf-verify-1807-2n-skx:
1779       - 26  # NDRPDR sel
1780       - 28  # NDRPDR sel
1781       - 29  # NDRPDR sel
1782       - 30  # NDRPDR sel
1783       - 34  # NDRPDR sel
1784       - 35  # NDRPDR sel
1785       - 36  # NDRPDR sel
1786       - 39  # NDRPDR sel
1787       - 40  # NDRPDR sel
1788       - 42  # NDRPDR sel
1789   compare:
1790     title: "rls1810"
1791     data:
1792       csit-vpp-perf-verify-1810-2n-skx:
1793       - 9   # NDRPDR sel
1794       - 13  # NDRPDR sel
1795       - 14  # NDRPDR sel
1796       - 19  # NDRPDR sel
1797       - 20  # NDRPDR sel
1798       - 21  # NDRPDR sel
1799       - 22  # NDRPDR sel
1800       - 23  # NDRPDR sel
1801       - 24  # NDRPDR sel
1802       - 27  # NDRPDR sel
1803   data: "vpp-performance-changes-2n-skx"
1804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1805   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1806   parameters:
1807   - "name"
1808   - "parent"
1809   - "throughput"
1810
1811 # VPP Performance Changes 2n-skx 4t2c ndr
1812 -
1813   type: "table"
1814   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1815   algorithm: "table_performance_comparison"
1816   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1817   reference:
1818     title: "rls1807"
1819     data:
1820       csit-vpp-perf-verify-1807-2n-skx:
1821       - 26  # NDRPDR sel
1822       - 28  # NDRPDR sel
1823       - 29  # NDRPDR sel
1824       - 30  # NDRPDR sel
1825       - 34  # NDRPDR sel
1826       - 35  # NDRPDR sel
1827       - 36  # NDRPDR sel
1828       - 39  # NDRPDR sel
1829       - 40  # NDRPDR sel
1830       - 42  # NDRPDR sel
1831   compare:
1832     title: "rls1810"
1833     data:
1834       csit-vpp-perf-verify-1810-2n-skx:
1835       - 9   # NDRPDR sel
1836       - 13  # NDRPDR sel
1837       - 14  # NDRPDR sel
1838       - 19  # NDRPDR sel
1839       - 20  # NDRPDR sel
1840       - 21  # NDRPDR sel
1841       - 22  # NDRPDR sel
1842       - 23  # NDRPDR sel
1843       - 24  # NDRPDR sel
1844       - 27  # NDRPDR sel
1845   data: "vpp-performance-changes-2n-skx"
1846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1847   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1848   parameters:
1849   - "name"
1850   - "parent"
1851   - "throughput"
1852
1853 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1854 -
1855   type: "table"
1856   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1857   algorithm: "table_performance_comparison"
1858   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1859   reference:
1860     title: "3-Node Hsw"
1861     data:
1862       csit-vpp-perf-verify-1810-3n-hsw:
1863       - 8   # NDRPDR sel
1864       - 12  # NDRPDR sel
1865       - 14  # NDRPDR sel
1866       - 18  # NDRPDR sel
1867       - 23  # NDRPDR sel
1868       - 25  # NDRPDR sel
1869       - 38  # NDRPDR sel
1870       - 39  # NDRPDR sel
1871       - 41  # NDRPDR sel
1872       - 42  # NDRPDR sel
1873   compare:
1874     title: "3-Node Skx"
1875     data:
1876       csit-vpp-perf-verify-1810-3n-skx:
1877       - 10  # NDRPDR sel
1878       - 14  # NDRPDR sel
1879       - 15  # NDRPDR sel
1880       - 16  # NDRPDR sel
1881       - 17  # NDRPDR sel
1882       - 19  # NDRPDR sel
1883       - 20  # NDRPDR sel
1884       - 21  # NDRPDR sel
1885       - 22  # NDRPDR sel
1886       - 25  # NDRPDR sel
1887   data: "vpp-compare-testbeds"
1888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1889   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1890   parameters:
1891   - "name"
1892   - "parent"
1893   - "throughput"
1894
1895 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1896 -
1897   type: "table"
1898   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1899   algorithm: "table_performance_comparison"
1900   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1901   reference:
1902     title: "3-Node Hsw"
1903     data:
1904       csit-vpp-perf-verify-1810-3n-hsw:
1905       - 8   # NDRPDR sel
1906       - 12  # NDRPDR sel
1907       - 14  # NDRPDR sel
1908       - 18  # NDRPDR sel
1909       - 23  # NDRPDR sel
1910       - 25  # NDRPDR sel
1911       - 38  # NDRPDR sel
1912       - 39  # NDRPDR sel
1913       - 41  # NDRPDR sel
1914       - 42  # NDRPDR sel
1915   compare:
1916     title: "3-Node Skx"
1917     data:
1918       csit-vpp-perf-verify-1810-3n-skx:
1919       - 10  # NDRPDR sel
1920       - 14  # NDRPDR sel
1921       - 15  # NDRPDR sel
1922       - 16  # NDRPDR sel
1923       - 17  # NDRPDR sel
1924       - 19  # NDRPDR sel
1925       - 20  # NDRPDR sel
1926       - 21  # NDRPDR sel
1927       - 22  # NDRPDR sel
1928       - 25  # NDRPDR sel
1929   data: "vpp-compare-testbeds"
1930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1931   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1932   parameters:
1933   - "name"
1934   - "parent"
1935   - "throughput"
1936
1937 # VPP Comparison Across Topologies 3n-skx to 2n-skx ndr
1938 -
1939   type: "table"
1940   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx ndr"
1941   algorithm: "table_performance_comparison"
1942   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
1943   reference:
1944     title: "3-Node Skx"
1945     data:
1946       csit-vpp-perf-verify-1810-3n-skx:
1947       - 10  # NDRPDR sel
1948       - 14  # NDRPDR sel
1949       - 15  # NDRPDR sel
1950       - 16  # NDRPDR sel
1951       - 17  # NDRPDR sel
1952       - 19  # NDRPDR sel
1953       - 20  # NDRPDR sel
1954       - 21  # NDRPDR sel
1955       - 22  # NDRPDR sel
1956       - 25  # NDRPDR sel
1957   compare:
1958     title: "2-Node Skx"
1959     data:
1960       csit-vpp-perf-verify-1810-2n-skx:
1961       - 9   # NDRPDR sel
1962       - 13  # NDRPDR sel
1963       - 14  # NDRPDR sel
1964       - 19  # NDRPDR sel
1965       - 20  # NDRPDR sel
1966       - 21  # NDRPDR sel
1967       - 22  # NDRPDR sel
1968       - 23  # NDRPDR sel
1969       - 24  # NDRPDR sel
1970       - 27  # NDRPDR sel
1971   data: "vpp-compare-topologies"
1972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1973   filter: "'NDRPDR'"
1974   parameters:
1975   - "name"
1976   - "parent"
1977   - "throughput"
1978
1979 # VPP Comparison Across Topologies 3n-skx to 2n-skx pdr
1980 -
1981   type: "table"
1982   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx pdr"
1983   algorithm: "table_performance_comparison"
1984   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
1985   reference:
1986     title: "3-Node Skx"
1987     data:
1988       csit-vpp-perf-verify-1810-3n-skx:
1989       - 10  # NDRPDR sel
1990       - 14  # NDRPDR sel
1991       - 15  # NDRPDR sel
1992       - 16  # NDRPDR sel
1993       - 17  # NDRPDR sel
1994       - 19  # NDRPDR sel
1995       - 20  # NDRPDR sel
1996       - 21  # NDRPDR sel
1997       - 22  # NDRPDR sel
1998       - 25  # NDRPDR sel
1999   compare:
2000     title: "2-Node Skx"
2001     data:
2002       csit-vpp-perf-verify-1810-2n-skx:
2003       - 9   # NDRPDR sel
2004       - 13  # NDRPDR sel
2005       - 14  # NDRPDR sel
2006       - 19  # NDRPDR sel
2007       - 20  # NDRPDR sel
2008       - 21  # NDRPDR sel
2009       - 22  # NDRPDR sel
2010       - 23  # NDRPDR sel
2011       - 24  # NDRPDR sel
2012       - 27  # NDRPDR sel
2013   data: "vpp-compare-topologies"
2014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2015   filter: "'NDRPDR'"
2016   parameters:
2017   - "name"
2018   - "parent"
2019   - "throughput"
2020
2021 # VPP Performance Changes 3n-hsw 1t1c MRR
2022 -
2023   type: "table"
2024   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2025   algorithm: "table_performance_comparison"
2026   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2027   history:
2028     -
2029       title: "rls1804"
2030       data:
2031         csit-vpp-perf-check-1804:
2032         - 6   # mrr - sel
2033         - 13  # mrr - sel
2034         - 14  # mrr - sel
2035         - 15  # mrr - sel
2036         - 16  # mrr - sel
2037         - 17  # mrr - sel
2038         - 19  # mrr - sel
2039         - 20  # mrr - sel
2040         - 21  # mrr - sel
2041         - 22  # mrr - sel
2042   reference:
2043     title: "rls1807"
2044     data:
2045       csit-vpp-perf-verify-1807-3n-hsw:
2046       - 8   # MRR full
2047       - 9   # MRR sel
2048       - 21  # MRR sel
2049       - 31  # MRR sel
2050       - 33  # MRR sel
2051       - 36  # MRR sel
2052       - 41  # MRR sel
2053       - 42  # MRR sel
2054       - 48  # MRR sel
2055   compare:
2056     title: "rls1810"
2057     data:
2058       csit-vpp-perf-verify-1810-3n-hsw:
2059       - 9   # MRR sel
2060   data: "vpp-performance-changes-3n-hsw-mrr"
2061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2062   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2063   parameters:
2064   - "name"
2065   - "parent"
2066   - "result"
2067
2068 # VPP Performance Changes 3n-hsw 2t2c MRR
2069 -
2070   type: "table"
2071   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2072   algorithm: "table_performance_comparison"
2073   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2074   history:
2075     -
2076       title: "rls1804"
2077       data:
2078         csit-vpp-perf-check-1804:
2079         - 6   # mrr - sel
2080         - 13  # mrr - sel
2081         - 14  # mrr - sel
2082         - 15  # mrr - sel
2083         - 16  # mrr - sel
2084         - 17  # mrr - sel
2085         - 19  # mrr - sel
2086         - 20  # mrr - sel
2087         - 21  # mrr - sel
2088         - 22  # mrr - sel
2089   reference:
2090     title: "rls1807"
2091     data:
2092       csit-vpp-perf-verify-1807-3n-hsw:
2093       - 8   # MRR full
2094       - 9   # MRR sel
2095       - 21  # MRR sel
2096       - 31  # MRR sel
2097       - 33  # MRR sel
2098       - 36  # MRR sel
2099       - 41  # MRR sel
2100       - 42  # MRR sel
2101       - 48  # MRR sel
2102   compare:
2103     title: "rls1810"
2104     data:
2105       csit-vpp-perf-verify-1810-3n-hsw:
2106       - 9   # MRR sel
2107   data: "vpp-performance-changes-3n-hsw-mrr"
2108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2109   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2110   parameters:
2111   - "name"
2112   - "parent"
2113   - "result"
2114
2115 # VPP Performance Changes 3n-hsw 4t4c MRR
2116 -
2117   type: "table"
2118   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2119   algorithm: "table_performance_comparison"
2120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2121   history:
2122     -
2123       title: "rls1804"
2124       data:
2125         csit-vpp-perf-check-1804:
2126         - 6   # mrr - sel
2127         - 13  # mrr - sel
2128         - 14  # mrr - sel
2129         - 15  # mrr - sel
2130         - 16  # mrr - sel
2131         - 17  # mrr - sel
2132         - 19  # mrr - sel
2133         - 20  # mrr - sel
2134         - 21  # mrr - sel
2135         - 22  # mrr - sel
2136   reference:
2137     title: "rls1807"
2138     data:
2139       csit-vpp-perf-verify-1807-3n-hsw:
2140       - 8   # MRR full
2141       - 9   # MRR sel
2142       - 21  # MRR sel
2143       - 31  # MRR sel
2144       - 33  # MRR sel
2145       - 36  # MRR sel
2146       - 41  # MRR sel
2147       - 42  # MRR sel
2148       - 48  # MRR sel
2149   compare:
2150     title: "rls1810"
2151     data:
2152       csit-vpp-perf-verify-1810-3n-hsw:
2153       - 9   # MRR sel
2154   data: "vpp-performance-changes-3n-hsw-mrr"
2155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2156   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2157   parameters:
2158   - "name"
2159   - "parent"
2160   - "result"
2161
2162 # VPP Performance Changes 3n-skx 2t1c MRR
2163 -
2164   type: "table"
2165   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2166   algorithm: "table_performance_comparison"
2167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2168   reference:
2169     title: "rls1807"
2170     data:
2171       csit-vpp-perf-verify-1807-3n-skx:
2172       - 28  # MRR sel
2173       - 32  # MRR sel
2174       - 36  # MRR sel
2175       - 42  # MRR sel
2176       - 47  # MRR sel
2177       - 48  # MRR sel
2178       - 51  # MRR sel
2179       - 52  # MRR sel
2180       - 53  # MRR sel
2181   compare:
2182     title: "rls1810"
2183     data:
2184       csit-vpp-perf-verify-1810-3n-skx:
2185       - 9   # MRR sel
2186       - 11  # MRR sel
2187       - 12  # MRR sel
2188       - 13  # MRR sel
2189   data: "vpp-performance-changes-3n-skx-mrr"
2190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2191   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2192   parameters:
2193   - "name"
2194   - "parent"
2195   - "result"
2196
2197 # VPP Performance Changes 3n-skx 4t2c MRR
2198 -
2199   type: "table"
2200   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2201   algorithm: "table_performance_comparison"
2202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2203   reference:
2204     title: "rls1807"
2205     data:
2206       csit-vpp-perf-verify-1807-3n-skx:
2207       - 28  # MRR sel
2208       - 32  # MRR sel
2209       - 36  # MRR sel
2210       - 42  # MRR sel
2211       - 47  # MRR sel
2212       - 48  # MRR sel
2213       - 51  # MRR sel
2214       - 52  # MRR sel
2215       - 53  # MRR sel
2216   compare:
2217     title: "rls1810"
2218     data:
2219       csit-vpp-perf-verify-1810-3n-skx:
2220       - 9   # MRR sel
2221       - 11  # MRR sel
2222       - 12  # MRR sel
2223       - 13  # MRR sel
2224   data: "vpp-performance-changes-3n-skx-mrr"
2225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2226   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2227   parameters:
2228   - "name"
2229   - "parent"
2230   - "result"
2231
2232 # VPP Performance Changes 3n-skx 8t4c MRR
2233 -
2234   type: "table"
2235   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2236   algorithm: "table_performance_comparison"
2237   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2238   reference:
2239     title: "rls1807"
2240     data:
2241       csit-vpp-perf-verify-1807-3n-skx:
2242       - 28  # MRR sel
2243       - 32  # MRR sel
2244       - 36  # MRR sel
2245       - 42  # MRR sel
2246       - 47  # MRR sel
2247       - 48  # MRR sel
2248       - 51  # MRR sel
2249       - 52  # MRR sel
2250       - 53  # MRR sel
2251   compare:
2252     title: "rls1810"
2253     data:
2254       csit-vpp-perf-verify-1810-3n-skx:
2255       - 9   # MRR sel
2256       - 11  # MRR sel
2257       - 12  # MRR sel
2258       - 13  # MRR sel
2259   data: "vpp-performance-changes-3n-skx-mrr"
2260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2261   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2262   parameters:
2263   - "name"
2264   - "parent"
2265   - "result"
2266
2267 # VPP Performance Changes 2n-skx 2t1c MRR
2268 -
2269   type: "table"
2270   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2271   algorithm: "table_performance_comparison"
2272   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2273   reference:
2274     title: "rls1807"
2275     data:
2276       csit-vpp-perf-verify-1807-2n-skx:
2277       - 31  # MRR sel
2278       - 33  # MRR sel
2279       - 37  # MRR sel
2280       - 38  # MRR sel
2281       - 41  # MRR sel
2282       - 43  # MRR sel
2283       - 44  # MRR sel
2284       - 45  # MRR sel
2285       - 46  # MRR sel
2286       - 47  # MRR sel
2287   compare:
2288     title: "rls1810"
2289     data:
2290       csit-vpp-perf-verify-1810-2n-skx:
2291       - 8   # MRR sel
2292       - 10  # MRR sel
2293       - 11  # MRR sel
2294       - 12  # MRR sel
2295   data: "vpp-performance-changes-2n-skx-mrr"
2296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2297   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2298   parameters:
2299   - "name"
2300   - "parent"
2301   - "result"
2302
2303 # VPP Performance Changes 2n-skx 4t2c MRR
2304 -
2305   type: "table"
2306   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2307   algorithm: "table_performance_comparison"
2308   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2309   reference:
2310     title: "rls1807"
2311     data:
2312       csit-vpp-perf-verify-1807-2n-skx:
2313       - 31  # MRR sel
2314       - 33  # MRR sel
2315       - 37  # MRR sel
2316       - 38  # MRR sel
2317       - 41  # MRR sel
2318       - 43  # MRR sel
2319       - 44  # MRR sel
2320       - 45  # MRR sel
2321       - 46  # MRR sel
2322       - 47  # MRR sel
2323   compare:
2324     title: "rls1810"
2325     data:
2326       csit-vpp-perf-verify-1810-2n-skx:
2327       - 8   # MRR sel
2328       - 10  # MRR sel
2329       - 11  # MRR sel
2330       - 12  # MRR sel
2331   data: "vpp-performance-changes-2n-skx-mrr"
2332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2333   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2334   parameters:
2335   - "name"
2336   - "parent"
2337   - "result"
2338
2339 # VPP Performance Changes 2n-skx 8t4c MRR
2340 -
2341   type: "table"
2342   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2343   algorithm: "table_performance_comparison"
2344   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2345   reference:
2346     title: "rls1807"
2347     data:
2348       csit-vpp-perf-verify-1807-2n-skx:
2349       - 31  # MRR sel
2350       - 33  # MRR sel
2351       - 37  # MRR sel
2352       - 38  # MRR sel
2353       - 41  # MRR sel
2354       - 43  # MRR sel
2355       - 44  # MRR sel
2356       - 45  # MRR sel
2357       - 46  # MRR sel
2358       - 47  # MRR sel
2359   compare:
2360     title: "rls1810"
2361     data:
2362       csit-vpp-perf-verify-1810-2n-skx:
2363       - 8   # MRR sel
2364       - 10  # MRR sel
2365       - 11  # MRR sel
2366       - 12  # MRR sel
2367   data: "vpp-performance-changes-2n-skx-mrr"
2368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2369   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2370   parameters:
2371   - "name"
2372   - "parent"
2373   - "result"
2374
2375 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2376 -
2377   type: "table"
2378   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2379   algorithm: "table_performance_comparison"
2380   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2381   reference:
2382     title: "3-Node Hsw"
2383     data:
2384       csit-vpp-perf-verify-1810-3n-hsw:
2385       - 9   # MRR sel
2386   compare:
2387     title: "3-Node Skx"
2388     data:
2389       csit-vpp-perf-verify-1810-3n-skx:
2390       - 9   # MRR sel
2391       - 11  # MRR sel
2392       - 12  # MRR sel
2393       - 13  # MRR sel
2394   data: "vpp-compare-testbeds-mrr"
2395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2396   filter: "'NIC_Intel-X710' and 'MRR'"
2397   parameters:
2398   - "name"
2399   - "parent"
2400   - "result"
2401
2402 # VPP Comparison Across Topologies 3n-skx to 2n-skx mrr
2403 -
2404   type: "table"
2405   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx mrr"
2406   algorithm: "table_performance_comparison"
2407   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-mrr"
2408   reference:
2409     title: "3-Node Skx"
2410     data:
2411       csit-vpp-perf-verify-1810-3n-skx:
2412       - 9   # MRR sel
2413       - 11  # MRR sel
2414       - 12  # MRR sel
2415       - 13  # MRR sel
2416   compare:
2417     title: "2-Node Skx"
2418     data:
2419       csit-vpp-perf-verify-1810-2n-skx:
2420       - 8   # MRR sel
2421       - 10  # MRR sel
2422       - 11  # MRR sel
2423       - 12  # MRR sel
2424   data: "vpp-compare-topologies-mrr"
2425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2426   filter: "'MRR'"
2427   parameters:
2428   - "name"
2429   - "parent"
2430   - "result"
2431
2432 # Detailed Test Results - VPP Performance Results 3n-hsw
2433 -
2434   type: "table"
2435   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2436   algorithm: "table_merged_details"
2437   output-file-ext: ".csv"
2438   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2439   columns:
2440   -
2441     title: "Name"
2442     data: "data name"
2443   -
2444     title: "Status"
2445     data: "data msg"
2446   rows: "generated"
2447   data: "vpp-perf-results-3n-hsw"
2448   filter: "not 'NDRCHK' and not 'PDRCHK'"
2449   parameters:
2450   - "name"
2451   - "parent"
2452   - "msg"
2453
2454 # Detailed Test Results - VPP Performance Results 3n-skx
2455 -
2456   type: "table"
2457   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2458   algorithm: "table_merged_details"
2459   output-file-ext: ".csv"
2460   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2461   columns:
2462   -
2463     title: "Name"
2464     data: "data name"
2465   -
2466     title: "Status"
2467     data: "data msg"
2468   rows: "generated"
2469   data: "vpp-perf-results-3n-skx"
2470   filter: "not 'NDRCHK' and not 'PDRCHK'"
2471   parameters:
2472   - "name"
2473   - "parent"
2474   - "msg"
2475
2476 # Detailed Test Results - VPP Performance Results 2n-skx
2477 -
2478   type: "table"
2479   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2480   algorithm: "table_merged_details"
2481   output-file-ext: ".csv"
2482   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2483   columns:
2484   -
2485     title: "Name"
2486     data: "data name"
2487   -
2488     title: "Status"
2489     data: "data msg"
2490   rows: "generated"
2491   data: "vpp-perf-results-2n-skx"
2492   filter: "not 'NDRCHK' and not 'PDRCHK'"
2493   parameters:
2494   - "name"
2495   - "parent"
2496   - "msg"
2497
2498 # Test configuration - VPP Performance Test Configs 3n-hsw
2499 -
2500   type: "table"
2501   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2502   algorithm: "table_merged_details"
2503   output-file-ext: ".csv"
2504   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2505   columns:
2506   -
2507     title: "Name"
2508     data: "data name"
2509   -
2510     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2511     data: "data vat-history"
2512   rows: "generated"
2513   data: "vpp-perf-results-3n-hsw"
2514   filter: "not 'NDRCHK' and not 'PDRCHK'"
2515   parameters:
2516   - "parent"
2517   - "name"
2518   - "vat-history"
2519
2520 # Test configuration - VPP Performance Test Configs 3n-skx
2521 -
2522   type: "table"
2523   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2524   algorithm: "table_merged_details"
2525   output-file-ext: ".csv"
2526   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2527   columns:
2528   -
2529     title: "Name"
2530     data: "data name"
2531   -
2532     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2533     data: "data vat-history"
2534   rows: "generated"
2535   data: "vpp-perf-results-3n-skx"
2536   filter: "not 'NDRCHK' and not 'PDRCHK'"
2537   parameters:
2538   - "parent"
2539   - "name"
2540   - "vat-history"
2541
2542 # Test configuration - VPP Performance Test Configs 2n-skx
2543 -
2544   type: "table"
2545   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2546   algorithm: "table_merged_details"
2547   output-file-ext: ".csv"
2548   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2549   columns:
2550   -
2551     title: "Name"
2552     data: "data name"
2553   -
2554     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2555     data: "data vat-history"
2556   rows: "generated"
2557   data: "vpp-perf-results-2n-skx"
2558   filter: "not 'NDRCHK' and not 'PDRCHK'"
2559   parameters:
2560   - "parent"
2561   - "name"
2562   - "vat-history"
2563
2564 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2565 -
2566   type: "table"
2567   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2568   algorithm: "table_merged_details"
2569   output-file-ext: ".csv"
2570   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2571   columns:
2572   -
2573     title: "Name"
2574     data: "data name"
2575   -
2576     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2577     data: "data show-run"
2578   rows: "generated"
2579   data: "vpp-perf-results-3n-hsw"
2580   filter: "not 'NDRCHK' and not 'PDRCHK'"
2581   parameters:
2582   - "parent"
2583   - "name"
2584   - "show-run"
2585
2586 # Test Operational Data - VPP Performance Operational Data 3n-skx
2587 -
2588   type: "table"
2589   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2590   algorithm: "table_merged_details"
2591   output-file-ext: ".csv"
2592   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2593   columns:
2594   -
2595     title: "Name"
2596     data: "data name"
2597   -
2598     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2599     data: "data show-run"
2600   rows: "generated"
2601   data: "vpp-perf-results-3n-skx"
2602   filter: "not 'NDRCHK' and not 'PDRCHK'"
2603   parameters:
2604   - "parent"
2605   - "name"
2606   - "show-run"
2607
2608 # Test Operational Data - VPP Performance Operational Data 2n-skx
2609 -
2610   type: "table"
2611   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2612   algorithm: "table_merged_details"
2613   output-file-ext: ".csv"
2614   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2615   columns:
2616   -
2617     title: "Name"
2618     data: "data name"
2619   -
2620     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2621     data: "data show-run"
2622   rows: "generated"
2623   data: "vpp-perf-results-2n-skx"
2624   filter: "not 'NDRCHK' and not 'PDRCHK'"
2625   parameters:
2626   - "parent"
2627   - "name"
2628   - "show-run"
2629
2630 # Detailed Test Results - VPP MRR Results 3n-hsw
2631 -
2632   type: "table"
2633   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2634   algorithm: "table_details"
2635   output-file-ext: ".csv"
2636   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2637   columns:
2638   -
2639     title: "Name"
2640     data: "data name"
2641   -
2642     title: "Status"
2643     data: "data msg"
2644   rows: "generated"
2645   data: "vpp-mrr-results-3n-hsw"
2646   filter: "'MRR'"
2647   parameters:
2648   - "name"
2649   - "parent"
2650   - "msg"
2651
2652 # Detailed Test Results - VPP MRR Results 3n-skx
2653 -
2654   type: "table"
2655   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2656   algorithm: "table_details"
2657   output-file-ext: ".csv"
2658   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2659   columns:
2660   -
2661     title: "Name"
2662     data: "data name"
2663   -
2664     title: "Status"
2665     data: "data msg"
2666   rows: "generated"
2667   data: "vpp-mrr-results-3n-skx"
2668   filter: "'MRR'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "msg"
2673
2674 # Detailed Test Results - VPP MRR Results 2n-skx
2675 -
2676   type: "table"
2677   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2678   algorithm: "table_details"
2679   output-file-ext: ".csv"
2680   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2681   columns:
2682   -
2683     title: "Name"
2684     data: "data name"
2685   -
2686     title: "Status"
2687     data: "data msg"
2688   rows: "generated"
2689   data: "vpp-mrr-results-2n-skx"
2690   filter: "'MRR'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "msg"
2695
2696 # Test configuration - VPP MRR Test Configs 3n-hsw
2697 -
2698   type: "table"
2699   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2700   algorithm: "table_details"
2701   output-file-ext: ".csv"
2702   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2703   columns:
2704   -
2705     title: "Name"
2706     data: "data name"
2707   -
2708     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2709     data: "data vat-history"
2710   rows: "generated"
2711   data: "vpp-mrr-results-3n-hsw"
2712   filter: "'MRR'"
2713   parameters:
2714   - "parent"
2715   - "name"
2716   - "vat-history"
2717
2718 # Test configuration - VPP MRR Test Configs 3n-skx
2719 -
2720   type: "table"
2721   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2722   algorithm: "table_details"
2723   output-file-ext: ".csv"
2724   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2725   columns:
2726   -
2727     title: "Name"
2728     data: "data name"
2729   -
2730     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2731     data: "data vat-history"
2732   rows: "generated"
2733   data: "vpp-mrr-results-3n-skx"
2734   filter: "'MRR'"
2735   parameters:
2736   - "parent"
2737   - "name"
2738   - "vat-history"
2739
2740 # Test configuration - VPP MRR Test Configs 2n-skx
2741 -
2742   type: "table"
2743   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2744   algorithm: "table_details"
2745   output-file-ext: ".csv"
2746   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2747   columns:
2748   -
2749     title: "Name"
2750     data: "data name"
2751   -
2752     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2753     data: "data vat-history"
2754   rows: "generated"
2755   data: "vpp-mrr-results-2n-skx"
2756   filter: "'MRR'"
2757   parameters:
2758   - "parent"
2759   - "name"
2760   - "vat-history"
2761
2762 # Detailed Test Results - VPP Functional Results - Ubuntu
2763 -
2764   type: "table"
2765   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2766   algorithm: "table_details"
2767   output-file-ext: ".csv"
2768   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2769   columns:
2770   -
2771     title: "Name"
2772     data: "data name"
2773   -
2774     title: "Documentation"
2775     data: "data doc"
2776   -
2777     title: "Status"
2778     data: "data status"
2779   rows: "generated"
2780   data: "vpp-func-results-ubuntu"
2781   filter: "all"
2782   parameters:
2783   - "name"
2784   - "parent"
2785   - "doc"
2786   - "status"
2787
2788 # Detailed Test Results - VPP Functional Results - CentOS
2789 -
2790   type: "table"
2791   title: "Detailed Test Results - VPP Functional Results - CentOS"
2792   algorithm: "table_details"
2793   output-file-ext: ".csv"
2794   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2795   columns:
2796   -
2797     title: "Name"
2798     data: "data name"
2799   -
2800     title: "Documentation"
2801     data: "data doc"
2802   -
2803     title: "Status"
2804     data: "data status"
2805   rows: "generated"
2806   data:
2807     "vpp-func-results-centos"
2808   filter: "all"
2809   parameters:
2810   - "name"
2811   - "parent"
2812   - "doc"
2813   - "status"
2814
2815 # Test configuration - VPP Functional Test Configs - Ubuntu
2816 -
2817   type: "table"
2818   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2819   algorithm: "table_details"
2820   output-file-ext: ".csv"
2821   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2822   columns:
2823   -
2824     title: "Name"
2825     data: "data name"
2826   -
2827     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2828     data: "data vat-history"
2829   rows: "generated"
2830   data: "vpp-func-results-ubuntu"
2831   filter: "all"
2832   parameters:
2833   - "parent"
2834   - "name"
2835   - "vat-history"
2836
2837 # Test configuration - VPP Functional Test Configs - CentOS
2838 -
2839   type: "table"
2840   title: "Test configuration - VPP Functional Test Configs - CentOS"
2841   algorithm: "table_details"
2842   output-file-ext: ".csv"
2843   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2844   columns:
2845   -
2846     title: "Name"
2847     data: "data name"
2848   -
2849     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2850     data: "data vat-history"
2851   rows: "generated"
2852   data: "vpp-func-results-centos"
2853   filter: "all"
2854   parameters:
2855   - "parent"
2856   - "name"
2857   - "vat-history"
2858
2859 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2860 -
2861   type: "table"
2862   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2863   algorithm: "table_details"
2864   output-file-ext: ".csv"
2865   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2866   columns:
2867   -
2868     title: "Name"
2869     data: "data name"
2870   -
2871     title: "Status"
2872     data: "data msg"
2873   rows: "generated"
2874   data: "ligato-perf-results-3n-hsw"
2875   filter: "all"
2876   parameters:
2877   - "name"
2878   - "parent"
2879   - "msg"
2880
2881 # Detailed Test Results - VPP Device Results - Ubuntu
2882 -
2883   type: "table"
2884   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2885   algorithm: "table_details"
2886   output-file-ext: ".csv"
2887   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2888   columns:
2889   -
2890     title: "Name"
2891     data: "data name"
2892   -
2893     title: "Documentation"
2894     data: "data doc"
2895   -
2896     title: "Status"
2897     data: "data status"
2898   rows: "generated"
2899   data: "vpp-device-results-ubuntu"
2900   filter: "all"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "doc"
2905   - "status"
2906
2907 # Test configuration - VPP Device Test Configs - Ubuntu
2908 -
2909   type: "table"
2910   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2911   algorithm: "table_details"
2912   output-file-ext: ".csv"
2913   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2914   columns:
2915   -
2916     title: "Name"
2917     data: "data name"
2918   -
2919     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2920     data: "data vat-history"
2921   rows: "generated"
2922   data: "vpp-device-results-ubuntu"
2923   filter: "all"
2924   parameters:
2925   - "parent"
2926   - "name"
2927   - "vat-history"
2928
2929 ################################################################################
2930
2931 # DPDK Performance Changes 3n-hsw 1t1c pdr
2932 -
2933   type: "table"
2934   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
2935   algorithm: "table_performance_comparison"
2936   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
2937   history:
2938     -
2939       title: "rls1804"
2940       data:
2941         csit-dpdk-perf-1804-all:
2942         - 4
2943         - 5
2944         - 6
2945         - 7
2946         - 8
2947         - 9
2948         - 10
2949         - 11
2950         - 12
2951         - 13
2952   reference:
2953     title: "rls1807"
2954     data:
2955       csit-dpdk-perf-verify-1807-3n-hsw:
2956       - 11
2957       - 12  # full
2958       - 14
2959       - 15
2960       - 16
2961       - 17
2962       - 20
2963       - 21
2964       - 22
2965       - 23
2966   compare:
2967     title: "rls1810"
2968     data:
2969       csit-dpdk-perf-verify-1810-3n-hsw:
2970       - 1   # NDRPDR sel
2971       - 2   # NDRPDR sel
2972       - 3   # NDRPDR sel
2973       - 4   # NDRPDR sel
2974       - 5   # NDRPDR sel
2975       - 6   # NDRPDR sel
2976       - 7   # NDRPDR sel
2977       - 8   # NDRPDR sel
2978       - 9   # NDRPDR sel
2979       - 10  # NDRPDR sel
2980   data: "dpdk-performance-changes-3n-hsw"
2981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2982   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2983   parameters:
2984   - "name"
2985   - "parent"
2986   - "throughput"
2987
2988 # DPDK Performance Changes 3n-hsw 2t2c pdr
2989 -
2990   type: "table"
2991   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
2992   algorithm: "table_performance_comparison"
2993   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
2994   history:
2995     -
2996       title: "rls1804"
2997       data:
2998         csit-dpdk-perf-1804-all:
2999         - 4
3000         - 5
3001         - 6
3002         - 7
3003         - 8
3004         - 9
3005         - 10
3006         - 11
3007         - 12
3008         - 13
3009   reference:
3010     title: "rls1807"
3011     data:
3012       csit-dpdk-perf-verify-1807-3n-hsw:
3013       - 11
3014       - 12  # full
3015       - 14
3016       - 15
3017       - 16
3018       - 17
3019       - 20
3020       - 21
3021       - 22
3022       - 23
3023   compare:
3024     title: "rls1810"
3025     data:
3026       csit-dpdk-perf-verify-1810-3n-hsw:
3027       - 1   # NDRPDR sel
3028       - 2   # NDRPDR sel
3029       - 3   # NDRPDR sel
3030       - 4   # NDRPDR sel
3031       - 5   # NDRPDR sel
3032       - 6   # NDRPDR sel
3033       - 7   # NDRPDR sel
3034       - 8   # NDRPDR sel
3035       - 9   # NDRPDR sel
3036       - 10  # NDRPDR sel
3037   data: "dpdk-performance-changes-3n-hsw"
3038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3039   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3040   parameters:
3041   - "name"
3042   - "parent"
3043   - "throughput"
3044
3045 # DPDK Performance Changes 3n-hsw 1t1c ndr
3046 -
3047   type: "table"
3048   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3049   algorithm: "table_performance_comparison"
3050   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3051   history:
3052     -
3053       title: "rls1804"
3054       data:
3055         csit-dpdk-perf-1804-all:
3056         - 4
3057         - 5
3058         - 6
3059         - 7
3060         - 8
3061         - 9
3062         - 10
3063         - 11
3064         - 12
3065         - 13
3066   reference:
3067     title: "rls1807"
3068     data:
3069       csit-dpdk-perf-verify-1807-3n-hsw:
3070       - 11
3071       - 12  # full
3072       - 14
3073       - 15
3074       - 16
3075       - 17
3076       - 20
3077       - 21
3078       - 22
3079       - 23
3080   compare:
3081     title: "rls1810"
3082     data:
3083       csit-dpdk-perf-verify-1810-3n-hsw:
3084       - 1   # NDRPDR sel
3085       - 2   # NDRPDR sel
3086       - 3   # NDRPDR sel
3087       - 4   # NDRPDR sel
3088       - 5   # NDRPDR sel
3089       - 6   # NDRPDR sel
3090       - 7   # NDRPDR sel
3091       - 8   # NDRPDR sel
3092       - 9   # NDRPDR sel
3093       - 10  # NDRPDR sel
3094   data: "dpdk-performance-changes-3n-hsw"
3095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3097   parameters:
3098   - "name"
3099   - "parent"
3100   - "throughput"
3101
3102 # DPDK Performance Changes 3n-hsw 2t2c ndr
3103 -
3104   type: "table"
3105   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3106   algorithm: "table_performance_comparison"
3107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3108   history:
3109     -
3110       title: "rls1804"
3111       data:
3112         csit-dpdk-perf-1804-all:
3113         - 4
3114         - 5
3115         - 6
3116         - 7
3117         - 8
3118         - 9
3119         - 10
3120         - 11
3121         - 12
3122         - 13
3123   reference:
3124     title: "rls1807"
3125     data:
3126       csit-dpdk-perf-verify-1807-3n-hsw:
3127       - 11
3128       - 12  # full
3129       - 14
3130       - 15
3131       - 16
3132       - 17
3133       - 20
3134       - 21
3135       - 22
3136       - 23
3137   compare:
3138     title: "rls1810"
3139     data:
3140       csit-dpdk-perf-verify-1810-3n-hsw:
3141       - 1   # NDRPDR sel
3142       - 2   # NDRPDR sel
3143       - 3   # NDRPDR sel
3144       - 4   # NDRPDR sel
3145       - 5   # NDRPDR sel
3146       - 6   # NDRPDR sel
3147       - 7   # NDRPDR sel
3148       - 8   # NDRPDR sel
3149       - 9   # NDRPDR sel
3150       - 10  # NDRPDR sel
3151   data: "dpdk-performance-changes-3n-hsw"
3152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3153   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3154   parameters:
3155   - "name"
3156   - "parent"
3157   - "throughput"
3158
3159 # DPDK Performance Changes 3n-skx 2t1c pdr
3160 -
3161   type: "table"
3162   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3163   algorithm: "table_performance_comparison"
3164   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3165   reference:
3166     title: "rls1807"
3167     data:
3168       csit-dpdk-perf-verify-1807-3n-skx:
3169       - 1   # NDRPDR sel
3170       - 2   # NDRPDR sel
3171       - 3   # NDRPDR sel
3172       - 6   # NDRPDR sel
3173       - 7   # NDRPDR sel
3174       - 8   # NDRPDR sel
3175       - 9   # NDRPDR sel
3176       - 10  # NDRPDR sel
3177       - 11  # NDRPDR sel
3178       - 12  # NDRPDR sel
3179   compare:
3180     title: "rls1810"
3181     data:
3182       csit-dpdk-perf-verify-1810-3n-skx:
3183       - 3   # NDRPDR sel
3184       - 4   # NDRPDR sel
3185       - 6   # NDRPDR sel
3186       - 7   # NDRPDR sel
3187       - 8   # NDRPDR sel
3188       - 9   # NDRPDR sel
3189       - 10  # NDRPDR sel
3190       - 11  # NDRPDR sel
3191       - 12  # NDRPDR sel
3192       - 13  # NDRPDR sel
3193   data: "dpdk-performance-changes-3n-skx"
3194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3195   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3196   parameters:
3197   - "name"
3198   - "parent"
3199   - "throughput"
3200
3201 # DPDK Performance Changes 3n-skx 4t2c pdr
3202 -
3203   type: "table"
3204   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3205   algorithm: "table_performance_comparison"
3206   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3207   reference:
3208     title: "rls1807"
3209     data:
3210       csit-dpdk-perf-verify-1807-3n-skx:
3211       - 1   # NDRPDR sel
3212       - 2   # NDRPDR sel
3213       - 3   # NDRPDR sel
3214       - 6   # NDRPDR sel
3215       - 7   # NDRPDR sel
3216       - 8   # NDRPDR sel
3217       - 9   # NDRPDR sel
3218       - 10  # NDRPDR sel
3219       - 11  # NDRPDR sel
3220       - 12  # NDRPDR sel
3221   compare:
3222     title: "rls1810"
3223     data:
3224       csit-dpdk-perf-verify-1810-3n-skx:
3225       - 3   # NDRPDR sel
3226       - 4   # NDRPDR sel
3227       - 6   # NDRPDR sel
3228       - 7   # NDRPDR sel
3229       - 8   # NDRPDR sel
3230       - 9   # NDRPDR sel
3231       - 10  # NDRPDR sel
3232       - 11  # NDRPDR sel
3233       - 12  # NDRPDR sel
3234       - 13  # NDRPDR sel
3235   data: "dpdk-performance-changes-3n-skx"
3236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3237   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3238   parameters:
3239   - "name"
3240   - "parent"
3241   - "throughput"
3242
3243 # DPDK Performance Changes 3n-skx 2t1c ndr
3244 -
3245   type: "table"
3246   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3247   algorithm: "table_performance_comparison"
3248   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3249   reference:
3250     title: "rls1807"
3251     data:
3252       csit-dpdk-perf-verify-1807-3n-skx:
3253       - 1   # NDRPDR sel
3254       - 2   # NDRPDR sel
3255       - 3   # NDRPDR sel
3256       - 6   # NDRPDR sel
3257       - 7   # NDRPDR sel
3258       - 8   # NDRPDR sel
3259       - 9   # NDRPDR sel
3260       - 10  # NDRPDR sel
3261       - 11  # NDRPDR sel
3262       - 12  # NDRPDR sel
3263   compare:
3264     title: "rls1810"
3265     data:
3266       csit-dpdk-perf-verify-1810-3n-skx:
3267       - 3   # NDRPDR sel
3268       - 4   # NDRPDR sel
3269       - 6   # NDRPDR sel
3270       - 7   # NDRPDR sel
3271       - 8   # NDRPDR sel
3272       - 9   # NDRPDR sel
3273       - 10  # NDRPDR sel
3274       - 11  # NDRPDR sel
3275       - 12  # NDRPDR sel
3276       - 13  # NDRPDR sel
3277   data: "dpdk-performance-changes-3n-skx"
3278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3280   parameters:
3281   - "name"
3282   - "parent"
3283   - "throughput"
3284
3285 # DPDK Performance Changes 3n-skx 4t2c ndr
3286 -
3287   type: "table"
3288   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3289   algorithm: "table_performance_comparison"
3290   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3291   reference:
3292     title: "rls1807"
3293     data:
3294       csit-dpdk-perf-verify-1807-3n-skx:
3295       - 1   # NDRPDR sel
3296       - 2   # NDRPDR sel
3297       - 3   # NDRPDR sel
3298       - 6   # NDRPDR sel
3299       - 7   # NDRPDR sel
3300       - 8   # NDRPDR sel
3301       - 9   # NDRPDR sel
3302       - 10  # NDRPDR sel
3303       - 11  # NDRPDR sel
3304       - 12  # NDRPDR sel
3305   compare:
3306     title: "rls1810"
3307     data:
3308       csit-dpdk-perf-verify-1810-3n-skx:
3309       - 3   # NDRPDR sel
3310       - 4   # NDRPDR sel
3311       - 6   # NDRPDR sel
3312       - 7   # NDRPDR sel
3313       - 8   # NDRPDR sel
3314       - 9   # NDRPDR sel
3315       - 10  # NDRPDR sel
3316       - 11  # NDRPDR sel
3317       - 12  # NDRPDR sel
3318       - 13  # NDRPDR sel
3319   data: "dpdk-performance-changes-3n-skx"
3320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "throughput"
3326
3327 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3328 -
3329   type: "table"
3330   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3331   algorithm: "table_performance_comparison"
3332   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3333   reference:
3334     title: "3-Node Hsw"
3335     data:
3336       csit-dpdk-perf-verify-1810-3n-hsw:
3337       - 1   # NDRPDR sel
3338       - 2   # NDRPDR sel
3339       - 3   # NDRPDR sel
3340       - 4   # NDRPDR sel
3341       - 5   # NDRPDR sel
3342       - 6   # NDRPDR sel
3343       - 7   # NDRPDR sel
3344       - 8   # NDRPDR sel
3345       - 9   # NDRPDR sel
3346       - 10  # NDRPDR sel
3347   compare:
3348     title: "3-Node Skx"
3349     data:
3350       csit-dpdk-perf-verify-1810-3n-skx:
3351       - 3   # NDRPDR sel
3352       - 4   # NDRPDR sel
3353       - 6   # NDRPDR sel
3354       - 7   # NDRPDR sel
3355       - 8   # NDRPDR sel
3356       - 9   # NDRPDR sel
3357       - 10  # NDRPDR sel
3358       - 11  # NDRPDR sel
3359       - 12  # NDRPDR sel
3360       - 13  # NDRPDR sel
3361   data: "dpdk-compare-testbeds"
3362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3364   parameters:
3365   - "name"
3366   - "parent"
3367   - "throughput"
3368
3369 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3370 -
3371   type: "table"
3372   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3373   algorithm: "table_performance_comparison"
3374   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3375   reference:
3376     title: "3-Node Skx"
3377     data:
3378       csit-dpdk-perf-verify-1810-3n-skx:
3379       - 3   # NDRPDR sel
3380       - 4   # NDRPDR sel
3381       - 6   # NDRPDR sel
3382       - 7   # NDRPDR sel
3383       - 8   # NDRPDR sel
3384       - 9   # NDRPDR sel
3385       - 10  # NDRPDR sel
3386       - 11  # NDRPDR sel
3387       - 12  # NDRPDR sel
3388       - 13  # NDRPDR sel
3389   compare:
3390     title: "2-Node Skx"
3391     data:
3392       csit-dpdk-perf-verify-1810-2n-skx:
3393       - 3   # NDRPDR sel
3394       - 4   # NDRPDR sel
3395       - 5   # NDRPDR sel
3396       - 7   # NDRPDR sel
3397       - 8   # NDRPDR sel
3398       - 9   # NDRPDR sel
3399       - 10  # NDRPDR sel
3400       - 11  # NDRPDR sel
3401       - 12  # NDRPDR sel
3402       - 13  # NDRPDR sel
3403   data: "dpdk-compare-topologies"
3404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3405   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "throughput"
3410
3411 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3412 -
3413   type: "table"
3414   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3415   algorithm: "table_performance_comparison"
3416   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3417   reference:
3418     title: "3-Node Skx"
3419     data:
3420       csit-dpdk-perf-verify-1810-3n-skx:
3421       - 3   # NDRPDR sel
3422       - 4   # NDRPDR sel
3423       - 6   # NDRPDR sel
3424       - 7   # NDRPDR sel
3425       - 8   # NDRPDR sel
3426       - 9   # NDRPDR sel
3427       - 10  # NDRPDR sel
3428       - 11  # NDRPDR sel
3429       - 12  # NDRPDR sel
3430       - 13  # NDRPDR sel
3431   compare:
3432     title: "2-Node Skx"
3433     data:
3434       csit-dpdk-perf-verify-1810-2n-skx:
3435       - 3   # NDRPDR sel
3436       - 4   # NDRPDR sel
3437       - 5   # NDRPDR sel
3438       - 7   # NDRPDR sel
3439       - 8   # NDRPDR sel
3440       - 9   # NDRPDR sel
3441       - 10  # NDRPDR sel
3442       - 11  # NDRPDR sel
3443       - 12  # NDRPDR sel
3444       - 13  # NDRPDR sel
3445   data: "dpdk-compare-topologies"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3448   parameters:
3449   - "name"
3450   - "parent"
3451   - "throughput"
3452
3453 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3454 -
3455   type: "table"
3456   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3457   algorithm: "table_performance_comparison"
3458   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3459   reference:
3460     title: "3-Node Hsw"
3461     data:
3462       csit-dpdk-perf-verify-1810-3n-hsw:
3463       - 1   # NDRPDR sel
3464       - 2   # NDRPDR sel
3465       - 3   # NDRPDR sel
3466       - 4   # NDRPDR sel
3467       - 5   # NDRPDR sel
3468       - 6   # NDRPDR sel
3469       - 7   # NDRPDR sel
3470       - 8   # NDRPDR sel
3471       - 9   # NDRPDR sel
3472       - 10  # NDRPDR sel
3473   compare:
3474     title: "3-Node Skx"
3475     data:
3476       csit-dpdk-perf-verify-1810-3n-skx:
3477       - 3   # NDRPDR sel
3478       - 4   # NDRPDR sel
3479       - 6   # NDRPDR sel
3480       - 7   # NDRPDR sel
3481       - 8   # NDRPDR sel
3482       - 9   # NDRPDR sel
3483       - 10  # NDRPDR sel
3484       - 11  # NDRPDR sel
3485       - 12  # NDRPDR sel
3486       - 13  # NDRPDR sel
3487   data: "dpdk-compare-testbeds"
3488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "throughput"
3494
3495 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3496 # NOTE: Not used in 18.10
3497 #-
3498 #  type: "table"
3499 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3500 #  algorithm: "table_performance_comparison"
3501 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3502 #  reference:
3503 #    title: "3-Node Hsw"
3504 #    data:
3505 #      csit-dpdk-perf-verify-1807-3n-hsw:
3506 #      - 11
3507 #      - 12  # full
3508 #      - 14
3509 #      - 15
3510 #      - 16
3511 #      - 17
3512 #      - 20
3513 #      - 21
3514 #      - 22
3515 #      - 23
3516 #  compare:
3517 #    title: "3-Node Skx"
3518 #    data:
3519 #      csit-dpdk-perf-verify-1807-3n-skx:
3520 #      - 1
3521 #      - 2
3522 #      - 3
3523 #      - 6
3524 #      - 7
3525 #      - 8
3526 #      - 9
3527 #      - 10
3528 #      - 11
3529 #      - 12
3530 #  data: "dpdk-compare-testbeds"
3531 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3532 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3533 #  parameters:
3534 #  - "name"
3535 #  - "parent"
3536 #  - "result"
3537
3538 # Detailed Test Results - DPDK Performance Results 3n-hsw
3539 -
3540   type: "table"
3541   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3542   algorithm: "table_details"
3543   output-file-ext: ".csv"
3544   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3545   columns:
3546   -
3547     title: "Name"
3548     data: "data name"
3549   -
3550     title: "Status"
3551     data: "data msg"
3552   rows: "generated"
3553   data: "dpdk-perf-results-3n-hsw"
3554   filter: "all"
3555   parameters:
3556   - "name"
3557   - "parent"
3558   - "msg"
3559
3560 # Detailed Test Results - DPDK Performance Results 3n-skx
3561 -
3562   type: "table"
3563   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3564   algorithm: "table_details"
3565   output-file-ext: ".csv"
3566   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3567   columns:
3568   -
3569     title: "Name"
3570     data: "data name"
3571   -
3572     title: "Status"
3573     data: "data msg"
3574   rows: "generated"
3575   data: "dpdk-perf-results-3n-skx"
3576   filter: "all"
3577   parameters:
3578   - "name"
3579   - "parent"
3580   - "msg"
3581
3582 # Detailed Test Results - DPDK Performance Results 2n-skx
3583 -
3584   type: "table"
3585   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3586   algorithm: "table_details"
3587   output-file-ext: ".csv"
3588   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3589   columns:
3590   -
3591     title: "Name"
3592     data: "data name"
3593   -
3594     title: "Status"
3595     data: "data msg"
3596   rows: "generated"
3597   data: "dpdk-perf-results-2n-skx"
3598   filter: "all"
3599   parameters:
3600   - "name"
3601   - "parent"
3602   - "msg"
3603
3604 ################################################################################
3605 # HoneyComb
3606 -
3607   type: "table"
3608   title: "Detailed Test Results - Honeycomb Functional Results"
3609   algorithm: "table_details"
3610   output-file-ext: ".csv"
3611   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3612   columns:
3613   -
3614     title: "Name"
3615     data: "data name"
3616   -
3617     title: "Documentation"
3618     data: "data doc"
3619   -
3620     title: "Status"
3621     data: "data status"
3622   rows: "generated"
3623   data:
3624     "hc-func-results"
3625   filter: "all"
3626   parameters:
3627   - "name"
3628   - "parent"
3629   - "doc"
3630   - "status"
3631
3632 ################################################################################
3633 # NSH SFC
3634 -
3635   type: "table"
3636   title: "Detailed Test Results - NSH SFC Functional Results"
3637   algorithm: "table_details"
3638   output-file-ext: ".csv"
3639   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3640   columns:
3641   -
3642     title: "Name"
3643     data: "data name"
3644   -
3645     title: "Documentation"
3646     data: "data doc"
3647   -
3648     title: "Status"
3649     data: "data status"
3650   rows: "generated"
3651   data:
3652     "nsh-func-results"
3653   filter: "all"
3654   parameters:
3655   - "name"
3656   - "parent"
3657   - "doc"
3658   - "status"
3659
3660 ################################################################################
3661 # DMM
3662 -
3663   type: "table"
3664   title: "Detailed Test Results - DMM Functional Results"
3665   algorithm: "table_details"
3666   output-file-ext: ".csv"
3667   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3668   columns:
3669   -
3670     title: "Name"
3671     data: "data name"
3672   -
3673     title: "Documentation"
3674     data: "data doc"
3675   -
3676     title: "Status"
3677     data: "data status"
3678   rows: "generated"
3679   data:
3680     "dmm-func-results"
3681   filter: "all"
3682   parameters:
3683   - "name"
3684   - "parent"
3685   - "doc"
3686   - "status"
3687
3688 ################################################################################
3689 ###                                F I L E S                                 ###
3690 ################################################################################
3691
3692 # VPP Performance Results 3n-hsw
3693 -
3694   type: "file"
3695   title: "VPP Performance Results 3n-hsw"
3696   algorithm: "file_test_results"
3697   output-file-ext: ".rst"
3698   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3699   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"
3700   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3701   data: "vpp-perf-results-3n-hsw"
3702   filter: "not 'NDRCHK' and not 'PDRCHK'"
3703   parameters:
3704   - "name"
3705   - "doc"
3706   - "level"
3707   - "parent"
3708   data-start-level: 3
3709
3710 # VPP Performance Results 3n-skx
3711 -
3712   type: "file"
3713   title: "VPP Performance Results 3n-skx"
3714   algorithm: "file_test_results"
3715   output-file-ext: ".rst"
3716   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3717   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"
3718   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3719   data: "vpp-perf-results-3n-skx"
3720   filter: "not 'NDRCHK' and not 'PDRCHK'"
3721   parameters:
3722   - "name"
3723   - "doc"
3724   - "level"
3725   - "parent"
3726   data-start-level: 3
3727
3728 # VPP Performance Results 2n-skx
3729 -
3730   type: "file"
3731   title: "VPP Performance Results 2n-skx"
3732   algorithm: "file_test_results"
3733   output-file-ext: ".rst"
3734   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3735   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"
3736   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3737   data: "vpp-perf-results-2n-skx"
3738   filter: "not 'NDRCHK' and not 'PDRCHK'"
3739   parameters:
3740   - "name"
3741   - "doc"
3742   - "level"
3743   - "parent"
3744   data-start-level: 3
3745
3746 # VPP Performance Configuration 3n-hsw
3747 -
3748   type: "file"
3749   title: "VPP Performance Configuration 3n-hsw"
3750   algorithm: "file_test_results"
3751   output-file-ext: ".rst"
3752   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3753   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"
3754   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3755   data: "vpp-perf-results-3n-hsw"
3756   filter: "not 'NDRCHK' and not 'PDRCHK'"
3757   parameters:
3758   - "name"
3759   - "doc"
3760   - "level"
3761   - "parent"
3762   data-start-level: 3
3763
3764 # VPP Performance Configuration 3n-skx
3765 -
3766   type: "file"
3767   title: "VPP Performance Configuration 3n-skx"
3768   algorithm: "file_test_results"
3769   output-file-ext: ".rst"
3770   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3771   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"
3772   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3773   data: "vpp-perf-results-3n-skx"
3774   filter: "not 'NDRCHK' and not 'PDRCHK'"
3775   parameters:
3776   - "name"
3777   - "doc"
3778   - "level"
3779   - "parent"
3780   data-start-level: 3
3781
3782 # VPP Performance Configuration 2n-skx
3783 -
3784   type: "file"
3785   title: "VPP Performance Configuration 2n-skx"
3786   algorithm: "file_test_results"
3787   output-file-ext: ".rst"
3788   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3789   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"
3790   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3791   data: "vpp-perf-results-2n-skx"
3792   filter: "not 'NDRCHK' and not 'PDRCHK'"
3793   parameters:
3794   - "name"
3795   - "doc"
3796   - "level"
3797   - "parent"
3798   data-start-level: 3
3799
3800 # VPP Performance Operational Data 3n-hsw
3801 -
3802   type: "file"
3803   title: "VPP Performance Operational Data 3n-hsw"
3804   algorithm: "file_test_results"
3805   output-file-ext: ".rst"
3806   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3807   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"
3808   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3809   data: "vpp-perf-results-3n-hsw"
3810   filter: "not 'NDRCHK' and not 'PDRCHK'"
3811   parameters:
3812   - "name"
3813   - "doc"
3814   - "level"
3815   - "parent"
3816   data-start-level: 3
3817
3818 # VPP Performance Operational Data 3n-skx
3819 -
3820   type: "file"
3821   title: "VPP Performance Operational Data 3n-skx"
3822   algorithm: "file_test_results"
3823   output-file-ext: ".rst"
3824   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3825   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"
3826   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3827   data: "vpp-perf-results-3n-skx"
3828   filter: "not 'NDRCHK' and not 'PDRCHK'"
3829   parameters:
3830   - "name"
3831   - "doc"
3832   - "level"
3833   - "parent"
3834   data-start-level: 3
3835
3836 # VPP Performance Operational Data 2n-skx
3837 -
3838   type: "file"
3839   title: "VPP Performance Operational Data 2n-skx"
3840   algorithm: "file_test_results"
3841   output-file-ext: ".rst"
3842   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3843   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"
3844   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3845   data: "vpp-perf-results-2n-skx"
3846   filter: "not 'NDRCHK' and not 'PDRCHK'"
3847   parameters:
3848   - "name"
3849   - "doc"
3850   - "level"
3851   - "parent"
3852   data-start-level: 3
3853
3854 # VPP MRR Results 3n-hsw
3855 -
3856   type: "file"
3857   title: "VPP MRR Results 3n-hsw"
3858   algorithm: "file_test_results"
3859   output-file-ext: ".rst"
3860   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3861   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"
3862   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3863   data: "vpp-mrr-results-3n-hsw"
3864   filter: "'MRR'"
3865   parameters:
3866   - "name"
3867   - "doc"
3868   - "level"
3869   - "parent"
3870   data-start-level: 3
3871
3872 # VPP MRR Results 3n-skx
3873 -
3874   type: "file"
3875   title: "VPP MRR Results 3n-skx"
3876   algorithm: "file_test_results"
3877   output-file-ext: ".rst"
3878   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3879   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"
3880   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3881   data: "vpp-mrr-results-3n-skx"
3882   filter: "'MRR'"
3883   parameters:
3884   - "name"
3885   - "doc"
3886   - "level"
3887   - "parent"
3888   data-start-level: 3
3889
3890 # VPP MRR Results 2n-skx
3891 -
3892   type: "file"
3893   title: "VPP MRR Results 2n-skx"
3894   algorithm: "file_test_results"
3895   output-file-ext: ".rst"
3896   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3897   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"
3898   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3899   data: "vpp-mrr-results-2n-skx"
3900   filter: "all"
3901   parameters:
3902   - "name"
3903   - "doc"
3904   - "level"
3905   - "parent"
3906   data-start-level: 3
3907
3908 # VPP MRR Configuration 3n-hsw
3909 -
3910   type: "file"
3911   title: "VPP MRR Configuration 3n-hsw"
3912   algorithm: "file_test_results"
3913   output-file-ext: ".rst"
3914   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3915   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"
3916   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3917   data: "vpp-mrr-results-3n-hsw"
3918   filter: "'MRR'"
3919   parameters:
3920   - "name"
3921   - "doc"
3922   - "level"
3923   - "parent"
3924   data-start-level: 3
3925
3926 # VPP MRR Configuration 3n-skx
3927 -
3928   type: "file"
3929   title: "VPP MRR Configuration 3n-skx"
3930   algorithm: "file_test_results"
3931   output-file-ext: ".rst"
3932   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3933   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"
3934   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3935   data: "vpp-mrr-results-3n-skx"
3936   filter: "'MRR'"
3937   parameters:
3938   - "name"
3939   - "doc"
3940   - "level"
3941   - "parent"
3942   data-start-level: 3
3943
3944 # VPP MRR Configuration 2n-skx
3945 -
3946   type: "file"
3947   title: "VPP MRR Configuration 2n-skx"
3948   algorithm: "file_test_results"
3949   output-file-ext: ".rst"
3950   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3951   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"
3952   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3953   data: "vpp-mrr-results-2n-skx"
3954   filter: "'MRR'"
3955   parameters:
3956   - "name"
3957   - "doc"
3958   - "level"
3959   - "parent"
3960   data-start-level: 3
3961
3962 # VPP Functional Results - Ubuntu
3963 -
3964   type: "file"
3965   title: "VPP Functional Results - Ubuntu"
3966   algorithm: "file_test_results"
3967   output-file-ext: ".rst"
3968   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3969   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"
3970   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3971   data: "vpp-func-results-ubuntu"
3972   filter: "all"
3973   parameters:
3974   - "name"
3975   - "doc"
3976   - "level"
3977   - "parent"
3978   data-start-level: 3
3979
3980 # VPP Functional Results - CentOS
3981 -
3982   type: "file"
3983   title: "VPP Functional Results - CentOS"
3984   algorithm: "file_test_results"
3985   output-file-ext: ".rst"
3986   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3987   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"
3988   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3989   data:
3990     "vpp-func-results-centos"
3991   filter: "all"
3992   parameters:
3993   - "name"
3994   - "doc"
3995   - "level"
3996   - "parent"
3997   data-start-level: 3
3998
3999 # VPP Functional Configuration - Ubuntu
4000 -
4001   type: "file"
4002   title: "VPP Functional Configuration - Ubuntu"
4003   algorithm: "file_test_results"
4004   output-file-ext: ".rst"
4005   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4006   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4007   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4008   data: "vpp-func-results-ubuntu"
4009   filter: "all"
4010   parameters:
4011   - "name"
4012   - "doc"
4013   - "level"
4014   - "parent"
4015   data-start-level: 3
4016
4017 # VPP Functional Configuration - CentOS
4018 -
4019   type: "file"
4020   title: "VPP Functional Configuration - CentOS"
4021   algorithm: "file_test_results"
4022   output-file-ext: ".rst"
4023   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4024   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4025   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4026   data:
4027     "vpp-func-results-centos"
4028   filter: "all"
4029   parameters:
4030   - "name"
4031   - "doc"
4032   - "level"
4033   - "parent"
4034   data-start-level: 3
4035
4036 # VPP Device Results - Ubuntu
4037 -
4038   type: "file"
4039   title: "VPP Device Results - Ubuntu"
4040   algorithm: "file_test_results"
4041   output-file-ext: ".rst"
4042   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4043   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"
4044   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4045   data: "vpp-device-results-ubuntu"
4046   filter: "all"
4047   parameters:
4048   - "name"
4049   - "doc"
4050   - "level"
4051   - "parent"
4052   data-start-level: 2
4053
4054 # VPP Device Configuration - Ubuntu
4055 -
4056   type: "file"
4057   title: "VPP Device Configuration - Ubuntu"
4058   algorithm: "file_test_results"
4059   output-file-ext: ".rst"
4060   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4061   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"
4062   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4063   data: "vpp-device-results-ubuntu"
4064   filter: "all"
4065   parameters:
4066   - "name"
4067   - "doc"
4068   - "level"
4069   - "parent"
4070   data-start-level: 2
4071
4072 # Container Orchestrated Performance Results 3n-hsw
4073 -
4074   type: "file"
4075   title: "Container Orchestrated Performance Results 3n-hsw"
4076   algorithm: "file_test_results"
4077   output-file-ext: ".rst"
4078   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4079   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"
4080   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4081   data: "ligato-perf-results-3n-hsw"
4082   filter: "all"
4083   parameters:
4084   - "name"
4085   - "doc"
4086   - "level"
4087   - "parent"
4088   data-start-level: 3
4089
4090 # DPDK Performance Results 3n-hsw
4091 -
4092   type: "file"
4093   title: "DPDK Performance Results 3n-hsw"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4097   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4098   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4099   data: "dpdk-perf-results-3n-hsw"
4100   filter: "all"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 # DPDK Performance Results 3n-skx
4109 -
4110   type: "file"
4111   title: "DPDK Performance Results 3n-skx"
4112   algorithm: "file_test_results"
4113   output-file-ext: ".rst"
4114   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4115   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4116   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4117   data: "dpdk-perf-results-3n-skx"
4118   filter: "all"
4119   parameters:
4120   - "name"
4121   - "doc"
4122   - "level"
4123   - "parent"
4124   data-start-level: 3
4125
4126 # DPDK Performance Results 2n-skx
4127 -
4128   type: "file"
4129   title: "DPDK Performance Results 2n-skx"
4130   algorithm: "file_test_results"
4131   output-file-ext: ".rst"
4132   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4133   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"
4134   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4135   data: "dpdk-perf-results-2n-skx"
4136   filter: "all"
4137   parameters:
4138   - "name"
4139   - "doc"
4140   - "level"
4141   - "parent"
4142   data-start-level: 3
4143
4144 # Honeycomb Functional Results
4145 -
4146   type: "file"
4147   title: "Honeycomb Functional Results"
4148   algorithm: "file_test_results"
4149   output-file-ext: ".rst"
4150   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4151   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"
4152   dir-tables: "{DIR[DTR,FUNC,HC]}"
4153   data:
4154     "hc-func-results"
4155   filter: "all"
4156   parameters:
4157   - "name"
4158   - "doc"
4159   - "level"
4160   - "parent"
4161   data-start-level: 3
4162
4163 # NSH SFC Functional Results
4164 -
4165   type: "file"
4166   title: "NSH SFC Functional Results"
4167   algorithm: "file_test_results"
4168   output-file-ext: ".rst"
4169   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4170   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4171   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4172   data:
4173     "nsh-func-results"
4174   filter: "all"
4175   parameters:
4176   - "name"
4177   - "doc"
4178   - "level"
4179   - "parent"
4180   data-start-level: 3
4181
4182 # DMM Functional Results
4183 -
4184   type: "file"
4185   title: "DMM Functional Results"
4186   algorithm: "file_test_results"
4187   output-file-ext: ".rst"
4188   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4189   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"
4190   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4191   data:
4192     "dmm-func-results"
4193   filter: "all"
4194   parameters:
4195   - "name"
4196   - "doc"
4197   - "level"
4198   - "parent"
4199   data-start-level: 3
4200
4201 ################################################################################
4202 ###                                P L O T S                                 ###
4203 ################################################################################
4204
4205 ################################################################################
4206 # Plots VPP HTTP Server Performance
4207 -
4208   type: "plot"
4209   title: "VPP HTTP Server Performance"
4210   algorithm: "plot_http_server_performance_box"
4211   output-file-type: ".html"
4212   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4213   data:
4214     "plot-vpp-http-server-performance"
4215   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4216   # each tag is enclosed with ' (apostrophe).
4217   filter: "'HTTP' and 'TCP_CPS'"
4218   parameters:
4219   - "result"
4220   - "name"
4221   traces:
4222     hoverinfo: "x+y"
4223     boxpoints: "outliers"
4224     whiskerwidth: 0
4225   layout:
4226     title: "VPP HTTP Server Performance"
4227     layout:
4228       "plot-cps"
4229
4230 -
4231   type: "plot"
4232   title: "VPP HTTP Server Performance"
4233   algorithm: "plot_http_server_performance_box"
4234   output-file-type: ".html"
4235   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4236   data:
4237     "plot-vpp-http-server-performance"
4238   filter: "'HTTP' and 'TCP_RPS'"
4239   parameters:
4240   - "result"
4241   - "name"
4242   traces:
4243     hoverinfo: "x+y"
4244     boxpoints: "outliers"
4245     whiskerwidth: 0
4246   layout:
4247     title: "VPP HTTP Server Performance"
4248     layout:
4249       "plot-rps"
4250
4251 ################################################################################
4252
4253 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4254 -
4255   type: "plot"
4256   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4257   algorithm: "plot_performance_box"
4258   output-file-type: ".html"
4259   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4260   data: "plot-vpp-throughput-latency-3n-hsw"
4261   filter: "'NIC_Intel-X520-DA2' and
4262            '64B' and
4263            ('BASE' or 'SCALE') and
4264            'NDRPDR' and
4265            'ETH' and
4266            '1T1C' and
4267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4268            not 'VHOST' and
4269            not 'MEMIF'"
4270   parameters:
4271   - "throughput"
4272   - "parent"
4273   - "tags"
4274   sort:
4275   - "L2PATCH"
4276   - "L2XCBASE"
4277   - "BASE"
4278   - "FIB_10K"
4279   - "FIB_100K"
4280   - "FIB_1M"
4281   traces:
4282     hoverinfo: "x+y"
4283     boxpoints: "outliers"
4284     whiskerwidth: 0
4285   layout:
4286     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4287     layout: "plot-throughput"
4288
4289 -
4290   type: "plot"
4291   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4292   algorithm: "plot_performance_box"
4293   output-file-type: ".html"
4294   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4295   data: "plot-vpp-throughput-latency-3n-hsw"
4296   filter: "'NIC_Intel-X520-DA2' and
4297            '64B' and
4298            ('BASE' or 'SCALE') and
4299            'NDRPDR' and
4300            'ETH' and
4301            '1T1C' and
4302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4303            not 'VHOST' and
4304            not 'MEMIF'"
4305   parameters:
4306   - "throughput"
4307   - "parent"
4308   - "tags"
4309   sort:
4310   - "L2PATCH"
4311   - "L2XCBASE"
4312   - "BASE"
4313   - "FIB_10K"
4314   - "FIB_100K"
4315   - "FIB_1M"
4316   traces:
4317     hoverinfo: "x+y"
4318     boxpoints: "outliers"
4319     whiskerwidth: 0
4320   layout:
4321     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4322     layout: "plot-throughput"
4323
4324 -
4325   type: "plot"
4326   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4327   algorithm: "plot_performance_box"
4328   output-file-type: ".html"
4329   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4330   data: "plot-vpp-throughput-latency-3n-hsw"
4331   filter: "'NIC_Intel-X520-DA2' and
4332            '64B' and
4333            ('BASE' or 'SCALE') and
4334            'NDRPDR' and
4335            'ETH' and
4336            '2T2C' and
4337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4338            not 'VHOST' and
4339            not 'MEMIF'"
4340   parameters:
4341   - "throughput"
4342   - "parent"
4343   - "tags"
4344   sort:
4345   - "L2PATCH"
4346   - "L2XCBASE"
4347   - "BASE"
4348   - "FIB_10K"
4349   - "FIB_100K"
4350   - "FIB_1M"
4351   traces:
4352     hoverinfo: "x+y"
4353     boxpoints: "outliers"
4354     whiskerwidth: 0
4355   layout:
4356     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4357     layout: "plot-throughput"
4358
4359 -
4360   type: "plot"
4361   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4362   algorithm: "plot_performance_box"
4363   output-file-type: ".html"
4364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4365   data: "plot-vpp-throughput-latency-3n-hsw"
4366   filter: "'NIC_Intel-X520-DA2' and
4367            '64B' and
4368            ('BASE' or 'SCALE') and
4369            'NDRPDR' and
4370            'ETH' and
4371            '2T2C' and
4372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4373            not 'VHOST' and
4374            not 'MEMIF'"
4375   parameters:
4376   - "throughput"
4377   - "parent"
4378   - "tags"
4379   sort:
4380   - "L2PATCH"
4381   - "L2XCBASE"
4382   - "BASE"
4383   - "FIB_10K"
4384   - "FIB_100K"
4385   - "FIB_1M"
4386   traces:
4387     hoverinfo: "x+y"
4388     boxpoints: "outliers"
4389     whiskerwidth: 0
4390   layout:
4391     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4392     layout: "plot-throughput"
4393
4394 # Packet Throughput - VPP L2 3n-hsw-x520 features
4395 -
4396   type: "plot"
4397   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4398   algorithm: "plot_performance_box"
4399   output-file-type: ".html"
4400   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4401   data: "plot-vpp-throughput-latency-3n-hsw"
4402   filter: "'NIC_Intel-X520-DA2' and
4403            '64B' and
4404            'NDRPDR' and
4405            '1T1C' and
4406            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4407            not 'ACL' and
4408            not 'VHOST' and
4409            not 'MEMIF'"
4410   parameters:
4411   - "throughput"
4412   - "parent"
4413   - "tags"
4414   sort:
4415   - "L2XCBASE"    # l2xcbase
4416   - "L2BDBASE"    # l2bdbase
4417   - "L2XCFWD"     # dot1q-l2xcbase
4418   - "L2BDMACLRN"  # dot1q-l2bdbase
4419   traces:
4420     hoverinfo: "x+y"
4421     boxpoints: "outliers"
4422     whiskerwidth: 0
4423   layout:
4424     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4425     layout: "plot-throughput"
4426
4427 -
4428   type: "plot"
4429   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4430   algorithm: "plot_performance_box"
4431   output-file-type: ".html"
4432   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4433   data: "plot-vpp-throughput-latency-3n-hsw"
4434   filter: "'NIC_Intel-X520-DA2' and
4435            '64B' and
4436            'NDRPDR' and
4437            '1T1C' and
4438            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4439            not 'ACL' and
4440            not 'VHOST' and
4441            not 'MEMIF'"
4442   parameters:
4443   - "throughput"
4444   - "parent"
4445   - "tags"
4446   sort:
4447   - "L2XCBASE"    # l2xcbase
4448   - "L2BDBASE"    # l2bdbase
4449   - "L2XCFWD"     # dot1q-l2xcbase
4450   - "L2BDMACLRN"  # dot1q-l2bdbase
4451   traces:
4452     hoverinfo: "x+y"
4453     boxpoints: "outliers"
4454     whiskerwidth: 0
4455   layout:
4456     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4457     layout: "plot-throughput"
4458
4459 -
4460   type: "plot"
4461   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4462   algorithm: "plot_performance_box"
4463   output-file-type: ".html"
4464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4465   data: "plot-vpp-throughput-latency-3n-hsw"
4466   filter: "'NIC_Intel-X520-DA2' and
4467            '64B' and
4468            'NDRPDR' and
4469            '2T2C' and
4470            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4471            not 'ACL' and
4472            not 'VHOST' and
4473            not 'MEMIF'"
4474   parameters:
4475   - "throughput"
4476   - "parent"
4477   - "tags"
4478   sort:
4479   - "L2XCBASE"    # l2xcbase
4480   - "L2BDBASE"    # l2bdbase
4481   - "L2XCFWD"     # dot1q-l2xcbase
4482   - "L2BDMACLRN"  # dot1q-l2bdbase
4483   traces:
4484     hoverinfo: "x+y"
4485     boxpoints: "outliers"
4486     whiskerwidth: 0
4487   layout:
4488     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4489     layout: "plot-throughput"
4490
4491 -
4492   type: "plot"
4493   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4494   algorithm: "plot_performance_box"
4495   output-file-type: ".html"
4496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4497   data: "plot-vpp-throughput-latency-3n-hsw"
4498   filter: "'NIC_Intel-X520-DA2' and
4499            '64B' and
4500            'NDRPDR' and
4501            '2T2C' and
4502            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4503            not 'ACL' and
4504            not 'VHOST' and
4505            not 'MEMIF'"
4506   parameters:
4507   - "throughput"
4508   - "parent"
4509   - "tags"
4510   sort:
4511   - "L2XCBASE"    # l2xcbase
4512   - "L2BDBASE"    # l2bdbase
4513   - "L2XCFWD"     # dot1q-l2xcbase
4514   - "L2BDMACLRN"  # dot1q-l2bdbase
4515   traces:
4516     hoverinfo: "x+y"
4517     boxpoints: "outliers"
4518     whiskerwidth: 0
4519   layout:
4520     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4521     layout: "plot-throughput"
4522
4523 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
4524 -
4525   type: "plot"
4526   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4527   algorithm: "plot_performance_box"
4528   output-file-type: ".html"
4529   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4530   data: "plot-vpp-throughput-latency-3n-hsw"
4531   filter: "'NIC_Intel-X710' and
4532            '64B' and
4533            ('BASE' or 'SCALE') and
4534            'NDRPDR' and
4535            'ETH' and
4536            '1T1C' and
4537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4538            not 'VHOST' and
4539            not 'MEMIF'"
4540   parameters:
4541   - "throughput"
4542   - "parent"
4543   - "tags"
4544   sort:
4545   - "L2PATCH"
4546   - "L2XCBASE"
4547   - "BASE"
4548   - "FIB_10K"
4549   - "FIB_100K"
4550   - "FIB_1M"
4551   traces:
4552     hoverinfo: "x+y"
4553     boxpoints: "outliers"
4554     whiskerwidth: 0
4555   layout:
4556     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4557     layout: "plot-throughput"
4558
4559 -
4560   type: "plot"
4561   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4562   algorithm: "plot_performance_box"
4563   output-file-type: ".html"
4564   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4565   data: "plot-vpp-throughput-latency-3n-hsw"
4566   filter: "'NIC_Intel-X710' and
4567            '64B' and
4568            ('BASE' or 'SCALE') and
4569            'NDRPDR' and
4570            'ETH' and
4571            '1T1C' and
4572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4573            not 'VHOST' and
4574            not 'MEMIF'"
4575   parameters:
4576   - "throughput"
4577   - "parent"
4578   - "tags"
4579   sort:
4580   - "L2PATCH"
4581   - "L2XCBASE"
4582   - "BASE"
4583   - "FIB_10K"
4584   - "FIB_100K"
4585   - "FIB_1M"
4586   traces:
4587     hoverinfo: "x+y"
4588     boxpoints: "outliers"
4589     whiskerwidth: 0
4590   layout:
4591     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4592     layout: "plot-throughput"
4593
4594 -
4595   type: "plot"
4596   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4597   algorithm: "plot_performance_box"
4598   output-file-type: ".html"
4599   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4600   data: "plot-vpp-throughput-latency-3n-hsw"
4601   filter: "'NIC_Intel-X710' and
4602            '64B' and
4603            ('BASE' or 'SCALE') and
4604            'NDRPDR' and
4605            'ETH' and
4606            '2T2C' and
4607            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4608            not 'VHOST' and
4609            not 'MEMIF'"
4610   parameters:
4611   - "throughput"
4612   - "parent"
4613   - "tags"
4614   sort:
4615   - "L2PATCH"
4616   - "L2XCBASE"
4617   - "BASE"
4618   - "FIB_10K"
4619   - "FIB_100K"
4620   - "FIB_1M"
4621   traces:
4622     hoverinfo: "x+y"
4623     boxpoints: "outliers"
4624     whiskerwidth: 0
4625   layout:
4626     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4627     layout: "plot-throughput"
4628
4629 -
4630   type: "plot"
4631   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4632   algorithm: "plot_performance_box"
4633   output-file-type: ".html"
4634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4635   data: "plot-vpp-throughput-latency-3n-hsw"
4636   filter: "'NIC_Intel-X710' and
4637            '64B' and
4638            ('BASE' or 'SCALE') and
4639            'NDRPDR' and
4640            'ETH' and
4641            '2T2C' and
4642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4643            not 'VHOST' and
4644            not 'MEMIF'"
4645   parameters:
4646   - "throughput"
4647   - "parent"
4648   - "tags"
4649   sort:
4650   - "L2PATCH"
4651   - "L2XCBASE"
4652   - "BASE"
4653   - "FIB_10K"
4654   - "FIB_100K"
4655   - "FIB_1M"
4656   traces:
4657     hoverinfo: "x+y"
4658     boxpoints: "outliers"
4659     whiskerwidth: 0
4660   layout:
4661     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4662     layout: "plot-throughput"
4663
4664 # Packet Throughput - VPP L2 3n-hsw-x710 features
4665 -
4666   type: "plot"
4667   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4668   algorithm: "plot_performance_box"
4669   output-file-type: ".html"
4670   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4671   data: "plot-vpp-throughput-latency-3n-hsw"
4672   filter: "'NIC_Intel-X710' and
4673            '64B' and
4674            'NDRPDR' and
4675            '1T1C' and
4676            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4677            not 'ACL' and
4678            not 'VHOST' and
4679            not 'MEMIF'"
4680   parameters:
4681   - "throughput"
4682   - "parent"
4683   - "tags"
4684   sort:
4685   - "L2XCBASE"    # l2xcbase
4686   - "L2BDBASE"    # l2bdbase
4687   - "L2XCFWD"     # dot1q-l2xcbase
4688   - "L2BDMACLRN"  # dot1q-l2bdbase
4689   traces:
4690     hoverinfo: "x+y"
4691     boxpoints: "outliers"
4692     whiskerwidth: 0
4693   layout:
4694     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4695     layout: "plot-throughput"
4696
4697 -
4698   type: "plot"
4699   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4700   algorithm: "plot_performance_box"
4701   output-file-type: ".html"
4702   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4703   data: "plot-vpp-throughput-latency-3n-hsw"
4704   filter: "'NIC_Intel-X710' and
4705            '64B' and
4706            'NDRPDR' and
4707            '1T1C' and
4708            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4709            not 'ACL' and
4710            not 'VHOST' and
4711            not 'MEMIF'"
4712   parameters:
4713   - "throughput"
4714   - "parent"
4715   - "tags"
4716   sort:
4717   - "L2XCBASE"    # l2xcbase
4718   - "L2BDBASE"    # l2bdbase
4719   - "L2XCFWD"     # dot1q-l2xcbase
4720   - "L2BDMACLRN"  # dot1q-l2bdbase
4721   traces:
4722     hoverinfo: "x+y"
4723     boxpoints: "outliers"
4724     whiskerwidth: 0
4725   layout:
4726     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4727     layout: "plot-throughput"
4728
4729 -
4730   type: "plot"
4731   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4732   algorithm: "plot_performance_box"
4733   output-file-type: ".html"
4734   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4735   data: "plot-vpp-throughput-latency-3n-hsw"
4736   filter: "'NIC_Intel-X710' and
4737            '64B' and
4738            'NDRPDR' and
4739            '2T2C' and
4740            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4741            not 'ACL' and
4742            not 'VHOST' and
4743            not 'MEMIF'"
4744   parameters:
4745   - "throughput"
4746   - "parent"
4747   - "tags"
4748   sort:
4749   - "L2XCBASE"    # l2xcbase
4750   - "L2BDBASE"    # l2bdbase
4751   - "L2XCFWD"     # dot1q-l2xcbase
4752   - "L2BDMACLRN"  # dot1q-l2bdbase
4753   traces:
4754     hoverinfo: "x+y"
4755     boxpoints: "outliers"
4756     whiskerwidth: 0
4757   layout:
4758     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4759     layout: "plot-throughput"
4760
4761 -
4762   type: "plot"
4763   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4764   algorithm: "plot_performance_box"
4765   output-file-type: ".html"
4766   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4767   data: "plot-vpp-throughput-latency-3n-hsw"
4768   filter: "'NIC_Intel-X710' and
4769            '64B' and
4770            'NDRPDR' and
4771            '2T2C' and
4772            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4773            not 'ACL' and
4774            not 'VHOST' and
4775            not 'MEMIF'"
4776   parameters:
4777   - "throughput"
4778   - "parent"
4779   - "tags"
4780   sort:
4781   - "L2XCBASE"    # l2xcbase
4782   - "L2BDBASE"    # l2bdbase
4783   - "L2XCFWD"     # dot1q-l2xcbase
4784   - "L2BDMACLRN"  # dot1q-l2bdbase
4785   traces:
4786     hoverinfo: "x+y"
4787     boxpoints: "outliers"
4788     whiskerwidth: 0
4789   layout:
4790     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4791     layout: "plot-throughput"
4792
4793 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
4794 -
4795   type: "plot"
4796   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4797   algorithm: "plot_performance_box"
4798   output-file-type: ".html"
4799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4800   data: "plot-vpp-throughput-latency-3n-hsw"
4801   filter: "'NIC_Intel-XL710' and
4802            '64B' and
4803            ('BASE' or 'SCALE') and
4804            'NDRPDR' and
4805            'ETH' and
4806            '1T1C' and
4807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4808            not 'VHOST' and
4809            not 'MEMIF'"
4810   parameters:
4811   - "throughput"
4812   - "parent"
4813   - "tags"
4814   sort:
4815   - "L2PATCH"
4816   - "L2XCBASE"
4817   - "BASE"
4818   - "FIB_10K"
4819   - "FIB_100K"
4820   - "FIB_1M"
4821   traces:
4822     hoverinfo: "x+y"
4823     boxpoints: "outliers"
4824     whiskerwidth: 0
4825   layout:
4826     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4827     layout: "plot-throughput"
4828
4829 -
4830   type: "plot"
4831   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4832   algorithm: "plot_performance_box"
4833   output-file-type: ".html"
4834   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4835   data: "plot-vpp-throughput-latency-3n-hsw"
4836   filter: "'NIC_Intel-XL710' and
4837            '64B' and
4838            ('BASE' or 'SCALE') and
4839            'NDRPDR' and
4840            'ETH' and
4841            '1T1C' and
4842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4843            not 'VHOST' and
4844            not 'MEMIF'"
4845   parameters:
4846   - "throughput"
4847   - "parent"
4848   - "tags"
4849   sort:
4850   - "L2PATCH"
4851   - "L2XCBASE"
4852   - "BASE"
4853   - "FIB_10K"
4854   - "FIB_100K"
4855   - "FIB_1M"
4856   traces:
4857     hoverinfo: "x+y"
4858     boxpoints: "outliers"
4859     whiskerwidth: 0
4860   layout:
4861     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4862     layout: "plot-throughput"
4863
4864 -
4865   type: "plot"
4866   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4867   algorithm: "plot_performance_box"
4868   output-file-type: ".html"
4869   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4870   data: "plot-vpp-throughput-latency-3n-hsw"
4871   filter: "'NIC_Intel-XL710' and
4872            '64B' and
4873            ('BASE' or 'SCALE') and
4874            'NDRPDR' and
4875            'ETH' and
4876            '2T2C' and
4877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4878            not 'VHOST' and
4879            not 'MEMIF'"
4880   parameters:
4881   - "throughput"
4882   - "parent"
4883   - "tags"
4884   sort:
4885   - "L2PATCH"
4886   - "L2XCBASE"
4887   - "BASE"
4888   - "FIB_10K"
4889   - "FIB_100K"
4890   - "FIB_1M"
4891   traces:
4892     hoverinfo: "x+y"
4893     boxpoints: "outliers"
4894     whiskerwidth: 0
4895   layout:
4896     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4897     layout: "plot-throughput"
4898
4899 -
4900   type: "plot"
4901   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4902   algorithm: "plot_performance_box"
4903   output-file-type: ".html"
4904   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4905   data: "plot-vpp-throughput-latency-3n-hsw"
4906   filter: "'NIC_Intel-XL710' and
4907            '64B' and
4908            ('BASE' or 'SCALE') and
4909            'NDRPDR' and
4910            'ETH' and
4911            '2T2C' and
4912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4913            not 'VHOST' and
4914            not 'MEMIF'"
4915   parameters:
4916   - "throughput"
4917   - "parent"
4918   - "tags"
4919   sort:
4920   - "L2PATCH"
4921   - "L2XCBASE"
4922   - "BASE"
4923   - "FIB_10K"
4924   - "FIB_100K"
4925   - "FIB_1M"
4926   traces:
4927     hoverinfo: "x+y"
4928     boxpoints: "outliers"
4929     whiskerwidth: 0
4930   layout:
4931     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4932     layout: "plot-throughput"
4933
4934 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
4935 -
4936   type: "plot"
4937   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4938   algorithm: "plot_performance_box"
4939   output-file-type: ".html"
4940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4941   data: "plot-vpp-throughput-latency-3n-skx"
4942   filter: "'NIC_Intel-X710' and
4943            '64B' and
4944            ('BASE' or 'SCALE') and
4945            'NDRPDR' and
4946            'ETH' and
4947            '2T1C' and
4948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4949            not 'VHOST' and
4950            not 'MEMIF'"
4951   parameters:
4952   - "throughput"
4953   - "parent"
4954   - "tags"
4955   sort:
4956   - "L2PATCH"
4957   - "L2XCBASE"
4958   - "BASE"
4959   - "FIB_10K"
4960   - "FIB_100K"
4961   - "FIB_1M"
4962   traces:
4963     hoverinfo: "x+y"
4964     boxpoints: "outliers"
4965     whiskerwidth: 0
4966   layout:
4967     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4968     layout: "plot-throughput"
4969
4970 -
4971   type: "plot"
4972   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4973   algorithm: "plot_performance_box"
4974   output-file-type: ".html"
4975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4976   data: "plot-vpp-throughput-latency-3n-skx"
4977   filter: "'NIC_Intel-X710' and
4978            '64B' and
4979            ('BASE' or 'SCALE') and
4980            'NDRPDR' and
4981            'ETH' and
4982            '2T1C' and
4983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4984            not 'VHOST' and
4985            not 'MEMIF'"
4986   parameters:
4987   - "throughput"
4988   - "parent"
4989   - "tags"
4990   sort:
4991   - "L2PATCH"
4992   - "L2XCBASE"
4993   - "BASE"
4994   - "FIB_10K"
4995   - "FIB_100K"
4996   - "FIB_1M"
4997   traces:
4998     hoverinfo: "x+y"
4999     boxpoints: "outliers"
5000     whiskerwidth: 0
5001   layout:
5002     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5003     layout: "plot-throughput"
5004
5005 -
5006   type: "plot"
5007   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5008   algorithm: "plot_performance_box"
5009   output-file-type: ".html"
5010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5011   data: "plot-vpp-throughput-latency-3n-skx"
5012   filter: "'NIC_Intel-X710' and
5013            '64B' and
5014            ('BASE' or 'SCALE') and
5015            'NDRPDR' and
5016            'ETH' and
5017            '4T2C' and
5018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5019            not 'VHOST' and
5020            not 'MEMIF'"
5021   parameters:
5022   - "throughput"
5023   - "parent"
5024   - "tags"
5025   sort:
5026   - "L2PATCH"
5027   - "L2XCBASE"
5028   - "BASE"
5029   - "FIB_10K"
5030   - "FIB_100K"
5031   - "FIB_1M"
5032   traces:
5033     hoverinfo: "x+y"
5034     boxpoints: "outliers"
5035     whiskerwidth: 0
5036   layout:
5037     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5038     layout: "plot-throughput"
5039
5040 -
5041   type: "plot"
5042   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5043   algorithm: "plot_performance_box"
5044   output-file-type: ".html"
5045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5046   data: "plot-vpp-throughput-latency-3n-skx"
5047   filter: "'NIC_Intel-X710' and
5048            '64B' and
5049            ('BASE' or 'SCALE') and
5050            'NDRPDR' and
5051            'ETH' and
5052            '4T2C' and
5053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5054            not 'VHOST' and
5055            not 'MEMIF'"
5056   parameters:
5057   - "throughput"
5058   - "parent"
5059   - "tags"
5060   sort:
5061   - "L2PATCH"
5062   - "L2XCBASE"
5063   - "BASE"
5064   - "FIB_10K"
5065   - "FIB_100K"
5066   - "FIB_1M"
5067   traces:
5068     hoverinfo: "x+y"
5069     boxpoints: "outliers"
5070     whiskerwidth: 0
5071   layout:
5072     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5073     layout: "plot-throughput"
5074
5075 # Packet Throughput - VPP L2 3n-skx-x710 features
5076 -
5077   type: "plot"
5078   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5079   algorithm: "plot_performance_box"
5080   output-file-type: ".html"
5081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5082   data: "plot-vpp-throughput-latency-3n-skx"
5083   filter: "'NIC_Intel-X710' and
5084            '64B' and
5085            'NDRPDR' and
5086            '2T1C' and
5087            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5088            not 'ACL' and
5089            not 'VHOST' and
5090            not 'MEMIF'"
5091   parameters:
5092   - "throughput"
5093   - "parent"
5094   - "tags"
5095   sort:
5096   - "L2XCBASE"    # l2xcbase
5097   - "L2BDBASE"    # l2bdbase
5098   - "L2XCFWD"     # dot1q-l2xcbase
5099   - "L2BDMACLRN"  # dot1q-l2bdbase
5100   traces:
5101     hoverinfo: "x+y"
5102     boxpoints: "outliers"
5103     whiskerwidth: 0
5104   layout:
5105     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5106     layout: "plot-throughput"
5107
5108 -
5109   type: "plot"
5110   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5111   algorithm: "plot_performance_box"
5112   output-file-type: ".html"
5113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5114   data: "plot-vpp-throughput-latency-3n-skx"
5115   filter: "'NIC_Intel-X710' and
5116            '64B' and
5117            'NDRPDR' and
5118            '2T1C' and
5119            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5120            not 'ACL' and
5121            not 'VHOST' and
5122            not 'MEMIF'"
5123   parameters:
5124   - "throughput"
5125   - "parent"
5126   - "tags"
5127   sort:
5128   - "L2XCBASE"    # l2xcbase
5129   - "L2BDBASE"    # l2bdbase
5130   - "L2XCFWD"     # dot1q-l2xcbase
5131   - "L2BDMACLRN"  # dot1q-l2bdbase
5132   traces:
5133     hoverinfo: "x+y"
5134     boxpoints: "outliers"
5135     whiskerwidth: 0
5136   layout:
5137     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5138     layout: "plot-throughput"
5139
5140 -
5141   type: "plot"
5142   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5143   algorithm: "plot_performance_box"
5144   output-file-type: ".html"
5145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5146   data: "plot-vpp-throughput-latency-3n-skx"
5147   filter: "'NIC_Intel-X710' and
5148            '64B' and
5149            'NDRPDR' and
5150            '4T2C' and
5151            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5152            not 'ACL' and
5153            not 'VHOST' and
5154            not 'MEMIF'"
5155   parameters:
5156   - "throughput"
5157   - "parent"
5158   - "tags"
5159   sort:
5160   - "L2XCBASE"    # l2xcbase
5161   - "L2BDBASE"    # l2bdbase
5162   - "L2XCFWD"     # dot1q-l2xcbase
5163   - "L2BDMACLRN"  # dot1q-l2bdbase
5164   traces:
5165     hoverinfo: "x+y"
5166     boxpoints: "outliers"
5167     whiskerwidth: 0
5168   layout:
5169     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5170     layout: "plot-throughput"
5171
5172 -
5173   type: "plot"
5174   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5175   algorithm: "plot_performance_box"
5176   output-file-type: ".html"
5177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5178   data: "plot-vpp-throughput-latency-3n-skx"
5179   filter: "'NIC_Intel-X710' and
5180            '64B' and
5181            'NDRPDR' and
5182            '4T2C' and
5183            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5184            not 'ACL' and
5185            not 'VHOST' and
5186            not 'MEMIF'"
5187   parameters:
5188   - "throughput"
5189   - "parent"
5190   - "tags"
5191   sort:
5192   - "L2XCBASE"    # l2xcbase
5193   - "L2BDBASE"    # l2bdbase
5194   - "L2XCFWD"     # dot1q-l2xcbase
5195   - "L2BDMACLRN"  # dot1q-l2bdbase
5196   traces:
5197     hoverinfo: "x+y"
5198     boxpoints: "outliers"
5199     whiskerwidth: 0
5200   layout:
5201     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5202     layout: "plot-throughput"
5203
5204 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5205 -
5206   type: "plot"
5207   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5208   algorithm: "plot_performance_box"
5209   output-file-type: ".html"
5210   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5211   data: "plot-vpp-throughput-latency-3n-skx"
5212   filter: "'NIC_Intel-XXV710' and
5213            '64B' and
5214            ('BASE' or 'SCALE') and
5215            'NDRPDR' and
5216            'ETH' and
5217            '2T1C' and
5218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5219            not 'VHOST' and
5220            not 'MEMIF'"
5221   parameters:
5222   - "throughput"
5223   - "parent"
5224   - "tags"
5225   sort:
5226   - "L2PATCH"
5227   - "L2XCBASE"
5228   - "BASE"
5229   - "FIB_10K"
5230   - "FIB_100K"
5231   - "FIB_1M"
5232   traces:
5233     hoverinfo: "x+y"
5234     boxpoints: "outliers"
5235     whiskerwidth: 0
5236   layout:
5237     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5238     layout: "plot-throughput"
5239
5240 -
5241   type: "plot"
5242   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5243   algorithm: "plot_performance_box"
5244   output-file-type: ".html"
5245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5246   data: "plot-vpp-throughput-latency-3n-skx"
5247   filter: "'NIC_Intel-XXV710' and
5248            '64B' and
5249            ('BASE' or 'SCALE') and
5250            'NDRPDR' and
5251            'ETH' and
5252            '2T1C' and
5253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5254            not 'VHOST' and
5255            not 'MEMIF'"
5256   parameters:
5257   - "throughput"
5258   - "parent"
5259   - "tags"
5260   sort:
5261   - "L2PATCH"
5262   - "L2XCBASE"
5263   - "BASE"
5264   - "FIB_10K"
5265   - "FIB_100K"
5266   - "FIB_1M"
5267   traces:
5268     hoverinfo: "x+y"
5269     boxpoints: "outliers"
5270     whiskerwidth: 0
5271   layout:
5272     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5273     layout: "plot-throughput"
5274
5275 -
5276   type: "plot"
5277   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5278   algorithm: "plot_performance_box"
5279   output-file-type: ".html"
5280   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5281   data: "plot-vpp-throughput-latency-3n-skx"
5282   filter: "'NIC_Intel-XXV710' and
5283            '64B' and
5284            ('BASE' or 'SCALE') and
5285            'NDRPDR' and
5286            'ETH' and
5287            '4T2C' and
5288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5289            not 'VHOST' and
5290            not 'MEMIF'"
5291   parameters:
5292   - "throughput"
5293   - "parent"
5294   - "tags"
5295   sort:
5296   - "L2PATCH"
5297   - "L2XCBASE"
5298   - "BASE"
5299   - "FIB_10K"
5300   - "FIB_100K"
5301   - "FIB_1M"
5302   traces:
5303     hoverinfo: "x+y"
5304     boxpoints: "outliers"
5305     whiskerwidth: 0
5306   layout:
5307     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5308     layout: "plot-throughput"
5309
5310 -
5311   type: "plot"
5312   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5313   algorithm: "plot_performance_box"
5314   output-file-type: ".html"
5315   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5316   data: "plot-vpp-throughput-latency-3n-skx"
5317   filter: "'NIC_Intel-XXV710' and
5318            '64B' and
5319            ('BASE' or 'SCALE') and
5320            'NDRPDR' and
5321            'ETH' and
5322            '4T2C' and
5323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5324            not 'VHOST' and
5325            not 'MEMIF'"
5326   parameters:
5327   - "throughput"
5328   - "parent"
5329   - "tags"
5330   sort:
5331   - "L2PATCH"
5332   - "L2XCBASE"
5333   - "BASE"
5334   - "FIB_10K"
5335   - "FIB_100K"
5336   - "FIB_1M"
5337   traces:
5338     hoverinfo: "x+y"
5339     boxpoints: "outliers"
5340     whiskerwidth: 0
5341   layout:
5342     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5343     layout: "plot-throughput"
5344
5345 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5346 -
5347   type: "plot"
5348   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5349   algorithm: "plot_performance_box"
5350   output-file-type: ".html"
5351   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5352   data: "plot-vpp-throughput-latency-2n-skx"
5353   filter: "'NIC_Intel-X710' and
5354            '64B' and
5355            ('BASE' or 'SCALE') and
5356            'NDRPDR' and
5357            'ETH' and
5358            '2T1C' and
5359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5360            not 'VHOST' and
5361            not 'MEMIF'"
5362   parameters:
5363   - "throughput"
5364   - "parent"
5365   - "tags"
5366   sort:
5367   - "L2PATCH"
5368   - "L2XCBASE"
5369   - "BASE"
5370   - "FIB_10K"
5371   - "FIB_100K"
5372   - "FIB_1M"
5373   traces:
5374     hoverinfo: "x+y"
5375     boxpoints: "outliers"
5376     whiskerwidth: 0
5377   layout:
5378     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5379     layout: "plot-throughput"
5380
5381 -
5382   type: "plot"
5383   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5384   algorithm: "plot_performance_box"
5385   output-file-type: ".html"
5386   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5387   data: "plot-vpp-throughput-latency-2n-skx"
5388   filter: "'NIC_Intel-X710' and
5389            '64B' and
5390            ('BASE' or 'SCALE') and
5391            'NDRPDR' and
5392            'ETH' and
5393            '2T1C' and
5394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5395            not 'VHOST' and
5396            not 'MEMIF'"
5397   parameters:
5398   - "throughput"
5399   - "parent"
5400   - "tags"
5401   sort:
5402   - "L2PATCH"
5403   - "L2XCBASE"
5404   - "BASE"
5405   - "FIB_10K"
5406   - "FIB_100K"
5407   - "FIB_1M"
5408   traces:
5409     hoverinfo: "x+y"
5410     boxpoints: "outliers"
5411     whiskerwidth: 0
5412   layout:
5413     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5414     layout: "plot-throughput"
5415
5416 -
5417   type: "plot"
5418   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5419   algorithm: "plot_performance_box"
5420   output-file-type: ".html"
5421   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5422   data: "plot-vpp-throughput-latency-2n-skx"
5423   filter: "'NIC_Intel-X710' and
5424            '64B' and
5425            ('BASE' or 'SCALE') and
5426            'NDRPDR' and
5427            'ETH' and
5428            '4T2C' and
5429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5430            not 'VHOST' and
5431            not 'MEMIF'"
5432   parameters:
5433   - "throughput"
5434   - "parent"
5435   - "tags"
5436   sort:
5437   - "L2PATCH"
5438   - "L2XCBASE"
5439   - "BASE"
5440   - "FIB_10K"
5441   - "FIB_100K"
5442   - "FIB_1M"
5443   traces:
5444     hoverinfo: "x+y"
5445     boxpoints: "outliers"
5446     whiskerwidth: 0
5447   layout:
5448     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5449     layout: "plot-throughput"
5450
5451 -
5452   type: "plot"
5453   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5454   algorithm: "plot_performance_box"
5455   output-file-type: ".html"
5456   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5457   data: "plot-vpp-throughput-latency-2n-skx"
5458   filter: "'NIC_Intel-X710' and
5459            '64B' and
5460            ('BASE' or 'SCALE') and
5461            'NDRPDR' and
5462            'ETH' and
5463            '4T2C' and
5464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5465            not 'VHOST' and
5466            not 'MEMIF'"
5467   parameters:
5468   - "throughput"
5469   - "parent"
5470   - "tags"
5471   sort:
5472   - "L2PATCH"
5473   - "L2XCBASE"
5474   - "BASE"
5475   - "FIB_10K"
5476   - "FIB_100K"
5477   - "FIB_1M"
5478   traces:
5479     hoverinfo: "x+y"
5480     boxpoints: "outliers"
5481     whiskerwidth: 0
5482   layout:
5483     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5484     layout: "plot-throughput"
5485
5486 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5487 -
5488   type: "plot"
5489   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5490   algorithm: "plot_performance_box"
5491   output-file-type: ".html"
5492   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5493   data: "plot-vpp-throughput-latency-2n-skx"
5494   filter: "'NIC_Intel-XXV710' and
5495            '64B' and
5496            ('BASE' or 'SCALE') and
5497            'NDRPDR' and
5498            'ETH' and
5499            '2T1C' and
5500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5501            not 'VHOST' and
5502            not 'MEMIF'"
5503   parameters:
5504   - "throughput"
5505   - "parent"
5506   - "tags"
5507   sort:
5508   - "L2PATCH"
5509   - "L2XCBASE"
5510   - "BASE"
5511   - "FIB_10K"
5512   - "FIB_100K"
5513   - "FIB_1M"
5514   traces:
5515     hoverinfo: "x+y"
5516     boxpoints: "outliers"
5517     whiskerwidth: 0
5518   layout:
5519     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5520     layout: "plot-throughput"
5521
5522 -
5523   type: "plot"
5524   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5525   algorithm: "plot_performance_box"
5526   output-file-type: ".html"
5527   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5528   data: "plot-vpp-throughput-latency-2n-skx"
5529   filter: "'NIC_Intel-XXV710' and
5530            '64B' and
5531            ('BASE' or 'SCALE') and
5532            'NDRPDR' and
5533            'ETH' and
5534            '2T1C' and
5535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5536            not 'VHOST' and
5537            not 'MEMIF'"
5538   parameters:
5539   - "throughput"
5540   - "parent"
5541   - "tags"
5542   sort:
5543   - "L2PATCH"
5544   - "L2XCBASE"
5545   - "BASE"
5546   - "FIB_10K"
5547   - "FIB_100K"
5548   - "FIB_1M"
5549   traces:
5550     hoverinfo: "x+y"
5551     boxpoints: "outliers"
5552     whiskerwidth: 0
5553   layout:
5554     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5555     layout: "plot-throughput"
5556
5557 -
5558   type: "plot"
5559   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5560   algorithm: "plot_performance_box"
5561   output-file-type: ".html"
5562   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5563   data: "plot-vpp-throughput-latency-2n-skx"
5564   filter: "'NIC_Intel-XXV710' and
5565            '64B' and
5566            ('BASE' or 'SCALE') and
5567            'NDRPDR' and
5568            'ETH' and
5569            '4T2C' and
5570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5571            not 'VHOST' and
5572            not 'MEMIF'"
5573   parameters:
5574   - "throughput"
5575   - "parent"
5576   - "tags"
5577   sort:
5578   - "L2PATCH"
5579   - "L2XCBASE"
5580   - "BASE"
5581   - "FIB_10K"
5582   - "FIB_100K"
5583   - "FIB_1M"
5584   traces:
5585     hoverinfo: "x+y"
5586     boxpoints: "outliers"
5587     whiskerwidth: 0
5588   layout:
5589     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5590     layout: "plot-throughput"
5591
5592 -
5593   type: "plot"
5594   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5595   algorithm: "plot_performance_box"
5596   output-file-type: ".html"
5597   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5598   data: "plot-vpp-throughput-latency-2n-skx"
5599   filter: "'NIC_Intel-XXV710' and
5600            '64B' and
5601            ('BASE' or 'SCALE') and
5602            'NDRPDR' and
5603            'ETH' and
5604            '4T2C' and
5605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5606            not 'VHOST' and
5607            not 'MEMIF'"
5608   parameters:
5609   - "throughput"
5610   - "parent"
5611   - "tags"
5612   sort:
5613   - "L2PATCH"
5614   - "L2XCBASE"
5615   - "BASE"
5616   - "FIB_10K"
5617   - "FIB_100K"
5618   - "FIB_1M"
5619   traces:
5620     hoverinfo: "x+y"
5621     boxpoints: "outliers"
5622     whiskerwidth: 0
5623   layout:
5624     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5625     layout: "plot-throughput"
5626
5627 ################################################################################
5628
5629 # Packet Throughput - VPP Container Memif 3n-hsw-x520
5630 -
5631   type: "plot"
5632   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5633   algorithm: "plot_performance_box"
5634   output-file-type: ".html"
5635   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5636   data: "plot-vpp-throughput-latency-3n-hsw"
5637   filter: "'NIC_Intel-X520-DA2' and
5638            '64B' and
5639            ('BASE' or 'SCALE') and
5640            'NDRPDR' and
5641            '1T1C' and
5642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5643            not 'VHOST' and
5644            'MEMIF'"
5645   parameters:
5646   - "throughput"
5647   - "parent"
5648   - "tags"
5649   sort:
5650   - "L2XCFWD"
5651   - "L2XCFWD"
5652   - "L2XCFWD"
5653   - "L2BDMACLRN"
5654   - "L2BDMACLRN"
5655   - "L2BDMACLRN"
5656   traces:
5657     hoverinfo: "x+y"
5658     boxpoints: "outliers"
5659     whiskerwidth: 0
5660   layout:
5661     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5662     layout: "plot-throughput"
5663
5664 -
5665   type: "plot"
5666   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5667   algorithm: "plot_performance_box"
5668   output-file-type: ".html"
5669   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5670   data: "plot-vpp-throughput-latency-3n-hsw"
5671   filter: "'NIC_Intel-X520-DA2' and
5672            '64B' and
5673            ('BASE' or 'SCALE') and
5674            'NDRPDR' and
5675            '1T1C' and
5676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5677            not 'VHOST' and
5678            'MEMIF'"
5679   parameters:
5680   - "throughput"
5681   - "parent"
5682   - "tags"
5683   sort:
5684   - "L2XCFWD"
5685   - "L2XCFWD"
5686   - "L2XCFWD"
5687   - "L2BDMACLRN"
5688   - "L2BDMACLRN"
5689   - "L2BDMACLRN"
5690   traces:
5691     hoverinfo: "x+y"
5692     boxpoints: "outliers"
5693     whiskerwidth: 0
5694   layout:
5695     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5696     layout: "plot-throughput"
5697
5698 -
5699   type: "plot"
5700   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5701   algorithm: "plot_performance_box"
5702   output-file-type: ".html"
5703   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5704   data: "plot-vpp-throughput-latency-3n-hsw"
5705   filter: "'NIC_Intel-X520-DA2' and
5706            '64B' and
5707            ('BASE' or 'SCALE') and
5708            'NDRPDR' and
5709            '2T2C' and
5710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5711            not 'VHOST' and
5712            'MEMIF'"
5713   parameters:
5714   - "throughput"
5715   - "parent"
5716   - "tags"
5717   sort:
5718   - "L2XCFWD"
5719   - "L2XCFWD"
5720   - "L2XCFWD"
5721   - "L2BDMACLRN"
5722   - "L2BDMACLRN"
5723   - "L2BDMACLRN"
5724   traces:
5725     hoverinfo: "x+y"
5726     boxpoints: "outliers"
5727     whiskerwidth: 0
5728   layout:
5729     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5730     layout: "plot-throughput"
5731
5732 -
5733   type: "plot"
5734   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5735   algorithm: "plot_performance_box"
5736   output-file-type: ".html"
5737   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5738   data: "plot-vpp-throughput-latency-3n-hsw"
5739   filter: "'NIC_Intel-X520-DA2' and
5740            '64B' and
5741            ('BASE' or 'SCALE') and
5742            'NDRPDR' and
5743            '2T2C' and
5744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5745            not 'VHOST' and
5746            'MEMIF'"
5747   parameters:
5748   - "throughput"
5749   - "parent"
5750   - "tags"
5751   sort:
5752   - "L2XCFWD"
5753   - "L2XCFWD"
5754   - "L2XCFWD"
5755   - "L2BDMACLRN"
5756   - "L2BDMACLRN"
5757   - "L2BDMACLRN"
5758   traces:
5759     hoverinfo: "x+y"
5760     boxpoints: "outliers"
5761     whiskerwidth: 0
5762   layout:
5763     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5764     layout: "plot-throughput"
5765
5766 # Packet Throughput - VPP Container Memif 3n-hsw-x710
5767 -
5768   type: "plot"
5769   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5770   algorithm: "plot_performance_box"
5771   output-file-type: ".html"
5772   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5773   data: "plot-vpp-throughput-latency-3n-hsw"
5774   filter: "'NIC_Intel-X710' and
5775            '64B' and
5776            ('BASE' or 'SCALE') and
5777            'NDRPDR' and
5778            '1T1C' and
5779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5780            not 'VHOST' and
5781            'MEMIF'"
5782   parameters:
5783   - "throughput"
5784   - "parent"
5785   - "tags"
5786   sort:
5787   - "L2XCFWD"
5788   - "L2XCFWD"
5789   - "L2XCFWD"
5790   - "L2BDMACLRN"
5791   - "L2BDMACLRN"
5792   - "L2BDMACLRN"
5793   traces:
5794     hoverinfo: "x+y"
5795     boxpoints: "outliers"
5796     whiskerwidth: 0
5797   layout:
5798     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5799     layout: "plot-throughput"
5800
5801 -
5802   type: "plot"
5803   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5804   algorithm: "plot_performance_box"
5805   output-file-type: ".html"
5806   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5807   data: "plot-vpp-throughput-latency-3n-hsw"
5808   filter: "'NIC_Intel-X710' and
5809            '64B' and
5810            ('BASE' or 'SCALE') and
5811            'NDRPDR' and
5812            '1T1C' and
5813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5814            not 'VHOST' and
5815            'MEMIF'"
5816   parameters:
5817   - "throughput"
5818   - "parent"
5819   - "tags"
5820   sort:
5821   - "L2XCFWD"
5822   - "L2XCFWD"
5823   - "L2XCFWD"
5824   - "L2BDMACLRN"
5825   - "L2BDMACLRN"
5826   - "L2BDMACLRN"
5827   traces:
5828     hoverinfo: "x+y"
5829     boxpoints: "outliers"
5830     whiskerwidth: 0
5831   layout:
5832     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5833     layout: "plot-throughput"
5834
5835 -
5836   type: "plot"
5837   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5838   algorithm: "plot_performance_box"
5839   output-file-type: ".html"
5840   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5841   data: "plot-vpp-throughput-latency-3n-hsw"
5842   filter: "'NIC_Intel-X710' and
5843            '64B' and
5844            ('BASE' or 'SCALE') and
5845            'NDRPDR' and
5846            '2T2C' and
5847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5848            not 'VHOST' and
5849            'MEMIF'"
5850   parameters:
5851   - "throughput"
5852   - "parent"
5853   - "tags"
5854   sort:
5855   - "L2XCFWD"
5856   - "L2XCFWD"
5857   - "L2XCFWD"
5858   - "L2BDMACLRN"
5859   - "L2BDMACLRN"
5860   - "L2BDMACLRN"
5861   traces:
5862     hoverinfo: "x+y"
5863     boxpoints: "outliers"
5864     whiskerwidth: 0
5865   layout:
5866     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5867     layout: "plot-throughput"
5868
5869 -
5870   type: "plot"
5871   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5872   algorithm: "plot_performance_box"
5873   output-file-type: ".html"
5874   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5875   data: "plot-vpp-throughput-latency-3n-hsw"
5876   filter: "'NIC_Intel-X710' and
5877            '64B' and
5878            ('BASE' or 'SCALE') and
5879            'NDRPDR' and
5880            '2T2C' and
5881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5882            not 'VHOST' and
5883            'MEMIF'"
5884   parameters:
5885   - "throughput"
5886   - "parent"
5887   - "tags"
5888   sort:
5889   - "L2XCFWD"
5890   - "L2XCFWD"
5891   - "L2XCFWD"
5892   - "L2BDMACLRN"
5893   - "L2BDMACLRN"
5894   - "L2BDMACLRN"
5895   traces:
5896     hoverinfo: "x+y"
5897     boxpoints: "outliers"
5898     whiskerwidth: 0
5899   layout:
5900     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5901     layout: "plot-throughput"
5902
5903 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
5904 -
5905   type: "plot"
5906   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5907   algorithm: "plot_performance_box"
5908   output-file-type: ".html"
5909   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5910   data: "plot-vpp-throughput-latency-3n-hsw"
5911   filter: "'NIC_Intel-XL710' and
5912            '64B' and
5913            ('BASE' or 'SCALE') and
5914            'NDRPDR' and
5915            '1T1C' and
5916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5917            not 'VHOST' and
5918            'MEMIF'"
5919   parameters:
5920   - "throughput"
5921   - "parent"
5922   - "tags"
5923   sort:
5924   - "L2XCFWD"
5925   - "L2XCFWD"
5926   - "L2XCFWD"
5927   - "L2BDMACLRN"
5928   - "L2BDMACLRN"
5929   - "L2BDMACLRN"
5930   traces:
5931     hoverinfo: "x+y"
5932     boxpoints: "outliers"
5933     whiskerwidth: 0
5934   layout:
5935     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5936     layout: "plot-throughput"
5937
5938 -
5939   type: "plot"
5940   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5941   algorithm: "plot_performance_box"
5942   output-file-type: ".html"
5943   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5944   data: "plot-vpp-throughput-latency-3n-hsw"
5945   filter: "'NIC_Intel-XL710' and
5946            '64B' and
5947            ('BASE' or 'SCALE') and
5948            'NDRPDR' and
5949            '1T1C' and
5950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5951            not 'VHOST' and
5952            'MEMIF'"
5953   parameters:
5954   - "throughput"
5955   - "parent"
5956   - "tags"
5957   sort:
5958   - "L2XCFWD"
5959   - "L2XCFWD"
5960   - "L2XCFWD"
5961   - "L2BDMACLRN"
5962   - "L2BDMACLRN"
5963   - "L2BDMACLRN"
5964   traces:
5965     hoverinfo: "x+y"
5966     boxpoints: "outliers"
5967     whiskerwidth: 0
5968   layout:
5969     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5970     layout: "plot-throughput"
5971
5972 -
5973   type: "plot"
5974   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5975   algorithm: "plot_performance_box"
5976   output-file-type: ".html"
5977   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5978   data: "plot-vpp-throughput-latency-3n-hsw"
5979   filter: "'NIC_Intel-XL710' and
5980            '64B' and
5981            ('BASE' or 'SCALE') and
5982            'NDRPDR' and
5983            '2T2C' and
5984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5985            not 'VHOST' and
5986            'MEMIF'"
5987   parameters:
5988   - "throughput"
5989   - "parent"
5990   - "tags"
5991   sort:
5992   - "L2XCFWD"
5993   - "L2XCFWD"
5994   - "L2XCFWD"
5995   - "L2BDMACLRN"
5996   - "L2BDMACLRN"
5997   - "L2BDMACLRN"
5998   traces:
5999     hoverinfo: "x+y"
6000     boxpoints: "outliers"
6001     whiskerwidth: 0
6002   layout:
6003     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6004     layout: "plot-throughput"
6005
6006 -
6007   type: "plot"
6008   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6009   algorithm: "plot_performance_box"
6010   output-file-type: ".html"
6011   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6012   data: "plot-vpp-throughput-latency-3n-hsw"
6013   filter: "'NIC_Intel-XL710' and
6014            '64B' and
6015            ('BASE' or 'SCALE') and
6016            'NDRPDR' and
6017            '2T2C' and
6018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6019            not 'VHOST' and
6020            'MEMIF'"
6021   parameters:
6022   - "throughput"
6023   - "parent"
6024   - "tags"
6025   sort:
6026   - "L2XCFWD"
6027   - "L2XCFWD"
6028   - "L2XCFWD"
6029   - "L2BDMACLRN"
6030   - "L2BDMACLRN"
6031   - "L2BDMACLRN"
6032   traces:
6033     hoverinfo: "x+y"
6034     boxpoints: "outliers"
6035     whiskerwidth: 0
6036   layout:
6037     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6038     layout: "plot-throughput"
6039
6040 # Packet Throughput - VPP Container Memif 3n-skx-x710
6041 -
6042   type: "plot"
6043   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6044   algorithm: "plot_performance_box"
6045   output-file-type: ".html"
6046   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6047   data: "plot-vpp-throughput-latency-3n-skx"
6048   filter: "'NIC_Intel-X710' and
6049            '64B' and
6050            ('BASE' or 'SCALE') and
6051            'NDRPDR' and
6052            '2T1C' and
6053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6054            not 'VHOST' and
6055            'MEMIF'"
6056   parameters:
6057   - "throughput"
6058   - "parent"
6059   - "tags"
6060   sort:
6061   - "L2XCFWD"
6062   - "L2XCFWD"
6063   - "L2XCFWD"
6064   - "L2BDMACLRN"
6065   - "L2BDMACLRN"
6066   - "L2BDMACLRN"
6067   traces:
6068     hoverinfo: "x+y"
6069     boxpoints: "outliers"
6070     whiskerwidth: 0
6071   layout:
6072     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6073     layout: "plot-throughput"
6074
6075 -
6076   type: "plot"
6077   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6078   algorithm: "plot_performance_box"
6079   output-file-type: ".html"
6080   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6081   data: "plot-vpp-throughput-latency-3n-skx"
6082   filter: "'NIC_Intel-X710' and
6083            '64B' and
6084            ('BASE' or 'SCALE') and
6085            'NDRPDR' and
6086            '2T1C' and
6087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6088            not 'VHOST' and
6089            'MEMIF'"
6090   parameters:
6091   - "throughput"
6092   - "parent"
6093   - "tags"
6094   sort:
6095   - "L2XCFWD"
6096   - "L2XCFWD"
6097   - "L2XCFWD"
6098   - "L2BDMACLRN"
6099   - "L2BDMACLRN"
6100   - "L2BDMACLRN"
6101   traces:
6102     hoverinfo: "x+y"
6103     boxpoints: "outliers"
6104     whiskerwidth: 0
6105   layout:
6106     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6107     layout: "plot-throughput"
6108
6109 -
6110   type: "plot"
6111   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6112   algorithm: "plot_performance_box"
6113   output-file-type: ".html"
6114   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6115   data: "plot-vpp-throughput-latency-3n-skx"
6116   filter: "'NIC_Intel-X710' and
6117            '64B' and
6118            ('BASE' or 'SCALE') and
6119            'NDRPDR' and
6120            '4T2C' and
6121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6122            not 'VHOST' and
6123            'MEMIF'"
6124   parameters:
6125   - "throughput"
6126   - "parent"
6127   - "tags"
6128   sort:
6129   - "L2XCFWD"
6130   - "L2XCFWD"
6131   - "L2XCFWD"
6132   - "L2BDMACLRN"
6133   - "L2BDMACLRN"
6134   - "L2BDMACLRN"
6135   traces:
6136     hoverinfo: "x+y"
6137     boxpoints: "outliers"
6138     whiskerwidth: 0
6139   layout:
6140     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6141     layout: "plot-throughput"
6142
6143 -
6144   type: "plot"
6145   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6146   algorithm: "plot_performance_box"
6147   output-file-type: ".html"
6148   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6149   data: "plot-vpp-throughput-latency-3n-skx"
6150   filter: "'NIC_Intel-X710' and
6151            '64B' and
6152            ('BASE' or 'SCALE') and
6153            'NDRPDR' and
6154            '4T2C' and
6155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6156            not 'VHOST' and
6157            'MEMIF'"
6158   parameters:
6159   - "throughput"
6160   - "parent"
6161   - "tags"
6162   sort:
6163   - "L2XCFWD"
6164   - "L2XCFWD"
6165   - "L2XCFWD"
6166   - "L2BDMACLRN"
6167   - "L2BDMACLRN"
6168   - "L2BDMACLRN"
6169   traces:
6170     hoverinfo: "x+y"
6171     boxpoints: "outliers"
6172     whiskerwidth: 0
6173   layout:
6174     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6175     layout: "plot-throughput"
6176
6177 # Packet Throughput - VPP Container Memif 2n-skx-x710
6178 -
6179   type: "plot"
6180   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6181   algorithm: "plot_performance_box"
6182   output-file-type: ".html"
6183   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6184   data: "plot-vpp-throughput-latency-2n-skx"
6185   filter: "'NIC_Intel-X710' and
6186            '64B' and
6187            ('BASE' or 'SCALE') and
6188            'NDRPDR' and
6189            '2T1C' and
6190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6191            not 'VHOST' and
6192            'MEMIF'"
6193   parameters:
6194   - "throughput"
6195   - "parent"
6196   - "tags"
6197   sort:
6198   - "L2XCFWD"
6199   - "L2XCFWD"
6200   - "L2XCFWD"
6201   - "L2BDMACLRN"
6202   - "L2BDMACLRN"
6203   - "L2BDMACLRN"
6204   traces:
6205     hoverinfo: "x+y"
6206     boxpoints: "outliers"
6207     whiskerwidth: 0
6208   layout:
6209     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6210     layout: "plot-throughput"
6211
6212 -
6213   type: "plot"
6214   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6215   algorithm: "plot_performance_box"
6216   output-file-type: ".html"
6217   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6218   data: "plot-vpp-throughput-latency-2n-skx"
6219   filter: "'NIC_Intel-X710' and
6220            '64B' and
6221            ('BASE' or 'SCALE') and
6222            'NDRPDR' and
6223            '2T1C' and
6224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6225            not 'VHOST' and
6226            'MEMIF'"
6227   parameters:
6228   - "throughput"
6229   - "parent"
6230   - "tags"
6231   sort:
6232   - "L2XCFWD"
6233   - "L2XCFWD"
6234   - "L2XCFWD"
6235   - "L2BDMACLRN"
6236   - "L2BDMACLRN"
6237   - "L2BDMACLRN"
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6244     layout: "plot-throughput"
6245
6246 -
6247   type: "plot"
6248   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6249   algorithm: "plot_performance_box"
6250   output-file-type: ".html"
6251   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6252   data: "plot-vpp-throughput-latency-2n-skx"
6253   filter: "'NIC_Intel-X710' and
6254            '64B' and
6255            ('BASE' or 'SCALE') and
6256            'NDRPDR' and
6257            '4T2C' and
6258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6259            not 'VHOST' and
6260            'MEMIF'"
6261   parameters:
6262   - "throughput"
6263   - "parent"
6264   - "tags"
6265   sort:
6266   - "L2XCFWD"
6267   - "L2XCFWD"
6268   - "L2XCFWD"
6269   - "L2BDMACLRN"
6270   - "L2BDMACLRN"
6271   - "L2BDMACLRN"
6272   traces:
6273     hoverinfo: "x+y"
6274     boxpoints: "outliers"
6275     whiskerwidth: 0
6276   layout:
6277     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6278     layout: "plot-throughput"
6279
6280 -
6281   type: "plot"
6282   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6283   algorithm: "plot_performance_box"
6284   output-file-type: ".html"
6285   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6286   data: "plot-vpp-throughput-latency-2n-skx"
6287   filter: "'NIC_Intel-X710' and
6288            '64B' and
6289            ('BASE' or 'SCALE') and
6290            'NDRPDR' and
6291            '4T2C' and
6292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6293            not 'VHOST' and
6294            'MEMIF'"
6295   parameters:
6296   - "throughput"
6297   - "parent"
6298   - "tags"
6299   sort:
6300   - "L2XCFWD"
6301   - "L2XCFWD"
6302   - "L2XCFWD"
6303   - "L2BDMACLRN"
6304   - "L2BDMACLRN"
6305   - "L2BDMACLRN"
6306   traces:
6307     hoverinfo: "x+y"
6308     boxpoints: "outliers"
6309     whiskerwidth: 0
6310   layout:
6311     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6312     layout: "plot-throughput"
6313
6314 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6315 -
6316   type: "plot"
6317   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6318   algorithm: "plot_performance_box"
6319   output-file-type: ".html"
6320   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6321   data: "plot-vpp-throughput-latency-2n-skx"
6322   filter: "'NIC_Intel-XXV710' and
6323            '64B' and
6324            ('BASE' or 'SCALE') and
6325            'NDRPDR' and
6326            '2T1C' and
6327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6328            not 'VHOST' and
6329            'MEMIF'"
6330   parameters:
6331   - "throughput"
6332   - "parent"
6333   - "tags"
6334   sort:
6335   - "L2XCFWD"
6336   - "L2XCFWD"
6337   - "L2XCFWD"
6338   - "L2BDMACLRN"
6339   - "L2BDMACLRN"
6340   - "L2BDMACLRN"
6341   traces:
6342     hoverinfo: "x+y"
6343     boxpoints: "outliers"
6344     whiskerwidth: 0
6345   layout:
6346     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6347     layout: "plot-throughput"
6348
6349 -
6350   type: "plot"
6351   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6352   algorithm: "plot_performance_box"
6353   output-file-type: ".html"
6354   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6355   data: "plot-vpp-throughput-latency-2n-skx"
6356   filter: "'NIC_Intel-XXV710' and
6357            '64B' and
6358            ('BASE' or 'SCALE') and
6359            'NDRPDR' and
6360            '2T1C' and
6361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6362            not 'VHOST' and
6363            'MEMIF'"
6364   parameters:
6365   - "throughput"
6366   - "parent"
6367   - "tags"
6368   sort:
6369   - "L2XCFWD"
6370   - "L2XCFWD"
6371   - "L2XCFWD"
6372   - "L2BDMACLRN"
6373   - "L2BDMACLRN"
6374   - "L2BDMACLRN"
6375   traces:
6376     hoverinfo: "x+y"
6377     boxpoints: "outliers"
6378     whiskerwidth: 0
6379   layout:
6380     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6381     layout: "plot-throughput"
6382
6383 -
6384   type: "plot"
6385   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6386   algorithm: "plot_performance_box"
6387   output-file-type: ".html"
6388   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6389   data: "plot-vpp-throughput-latency-2n-skx"
6390   filter: "'NIC_Intel-XXV710' and
6391            '64B' and
6392            ('BASE' or 'SCALE') and
6393            'NDRPDR' and
6394            '4T2C' and
6395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6396            not 'VHOST' and
6397            'MEMIF'"
6398   parameters:
6399   - "throughput"
6400   - "parent"
6401   - "tags"
6402   sort:
6403   - "L2XCFWD"
6404   - "L2XCFWD"
6405   - "L2XCFWD"
6406   - "L2BDMACLRN"
6407   - "L2BDMACLRN"
6408   - "L2BDMACLRN"
6409   traces:
6410     hoverinfo: "x+y"
6411     boxpoints: "outliers"
6412     whiskerwidth: 0
6413   layout:
6414     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6415     layout: "plot-throughput"
6416
6417 -
6418   type: "plot"
6419   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6420   algorithm: "plot_performance_box"
6421   output-file-type: ".html"
6422   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6423   data: "plot-vpp-throughput-latency-2n-skx"
6424   filter: "'NIC_Intel-XXV710' and
6425            '64B' and
6426            ('BASE' or 'SCALE') and
6427            'NDRPDR' and
6428            '4T2C' and
6429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6430            not 'VHOST' and
6431            'MEMIF'"
6432   parameters:
6433   - "throughput"
6434   - "parent"
6435   - "tags"
6436   sort:
6437   - "L2XCFWD"
6438   - "L2XCFWD"
6439   - "L2XCFWD"
6440   - "L2BDMACLRN"
6441   - "L2BDMACLRN"
6442   - "L2BDMACLRN"
6443   traces:
6444     hoverinfo: "x+y"
6445     boxpoints: "outliers"
6446     whiskerwidth: 0
6447   layout:
6448     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6449     layout: "plot-throughput"
6450
6451 ################################################################################
6452
6453 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
6454 -
6455   type: "plot"
6456   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6457   algorithm: "plot_performance_box"
6458   output-file-type: ".html"
6459   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6460   data: "plot-ligato-throughput-latency-3n-hsw"
6461   filter: "'NIC_Intel-X520-DA2' and
6462            '64B' and
6463            ('BASE' or 'SCALE') and
6464            'NDRPDR' and
6465            '1T1C' and
6466            'L2XCFWD' and
6467            not 'VHOST' and
6468            'MEMIF'"
6469   parameters:
6470   - "throughput"
6471   - "parent"
6472   - "tags"
6473   sort:
6474   - "1VNF"
6475   - "2VNF"
6476   - "4VNF"
6477   - "2VNF"
6478   - "4VNF"
6479   traces:
6480     hoverinfo: "x+y"
6481     boxpoints: "outliers"
6482     whiskerwidth: 0
6483   layout:
6484     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6485     layout: "plot-throughput"
6486
6487 -
6488   type: "plot"
6489   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6493   data: "plot-ligato-throughput-latency-3n-hsw"
6494   filter: "'NIC_Intel-X520-DA2' and
6495            '64B' and
6496            ('BASE' or 'SCALE') and
6497            'NDRPDR' and
6498            '1T1C' and
6499            'L2XCFWD' and
6500            not 'VHOST' and
6501            'MEMIF'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   - "tags"
6506   sort:
6507   - "1VNF"
6508   - "2VNF"
6509   - "4VNF"
6510   - "2VNF"
6511   - "4VNF"
6512   traces:
6513     hoverinfo: "x+y"
6514     boxpoints: "outliers"
6515     whiskerwidth: 0
6516   layout:
6517     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6518     layout: "plot-throughput"
6519
6520 -
6521   type: "plot"
6522   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6523   algorithm: "plot_performance_box"
6524   output-file-type: ".html"
6525   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6526   data: "plot-ligato-throughput-latency-3n-hsw"
6527   filter: "'NIC_Intel-X520-DA2' and
6528            '64B' and
6529            ('BASE' or 'SCALE') and
6530            'NDRPDR' and
6531            '2T2C' and
6532            'L2XCFWD' and
6533            not 'VHOST' and
6534            'MEMIF'"
6535   parameters:
6536   - "throughput"
6537   - "parent"
6538   - "tags"
6539   sort:
6540   - "1VNF"
6541   - "2VNF"
6542   - "4VNF"
6543   - "2VNF"
6544   - "4VNF"
6545   traces:
6546     hoverinfo: "x+y"
6547     boxpoints: "outliers"
6548     whiskerwidth: 0
6549   layout:
6550     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6551     layout: "plot-throughput"
6552
6553 -
6554   type: "plot"
6555   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6556   algorithm: "plot_performance_box"
6557   output-file-type: ".html"
6558   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6559   data: "plot-ligato-throughput-latency-3n-hsw"
6560   filter: "'NIC_Intel-X520-DA2' and
6561            '64B' and
6562            ('BASE' or 'SCALE') and
6563            'NDRPDR' and
6564            '2T2C' and
6565            'L2XCFWD' and
6566            not 'VHOST' and
6567            'MEMIF'"
6568   parameters:
6569   - "throughput"
6570   - "parent"
6571   - "tags"
6572   sort:
6573   - "1VNF"
6574   - "2VNF"
6575   - "4VNF"
6576   - "2VNF"
6577   - "4VNF"
6578   traces:
6579     hoverinfo: "x+y"
6580     boxpoints: "outliers"
6581     whiskerwidth: 0
6582   layout:
6583     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6584     layout: "plot-throughput"
6585
6586 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
6587 -
6588   type: "plot"
6589   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6590   algorithm: "plot_performance_box"
6591   output-file-type: ".html"
6592   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6593   data: "plot-ligato-throughput-latency-3n-hsw"
6594   filter: "'NIC_Intel-X520-DA2' and
6595            '64B' and
6596            ('BASE' or 'SCALE') and
6597            'NDRPDR' and
6598            '1T1C' and
6599            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6600            not 'VHOST' and
6601            'MEMIF'"
6602   parameters:
6603   - "throughput"
6604   - "parent"
6605   - "tags"
6606   sort:
6607   - "1VNF"
6608   - "2VNF"
6609   - "4VNF"
6610   - "2VNF"
6611   - "4VNF"
6612   traces:
6613     hoverinfo: "x+y"
6614     boxpoints: "outliers"
6615     whiskerwidth: 0
6616   layout:
6617     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6618     layout: "plot-throughput"
6619
6620 -
6621   type: "plot"
6622   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6623   algorithm: "plot_performance_box"
6624   output-file-type: ".html"
6625   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6626   data: "plot-ligato-throughput-latency-3n-hsw"
6627   filter: "'NIC_Intel-X520-DA2' and
6628            '64B' and
6629            ('BASE' or 'SCALE') and
6630            'NDRPDR' and
6631            '1T1C' and
6632            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6633            not 'VHOST' and
6634            'MEMIF'"
6635   parameters:
6636   - "throughput"
6637   - "parent"
6638   - "tags"
6639   sort:
6640   - "1VNF"
6641   - "2VNF"
6642   - "4VNF"
6643   - "2VNF"
6644   - "4VNF"
6645   traces:
6646     hoverinfo: "x+y"
6647     boxpoints: "outliers"
6648     whiskerwidth: 0
6649   layout:
6650     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6651     layout: "plot-throughput"
6652
6653 -
6654   type: "plot"
6655   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6656   algorithm: "plot_performance_box"
6657   output-file-type: ".html"
6658   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6659   data: "plot-ligato-throughput-latency-3n-hsw"
6660   filter: "'NIC_Intel-X520-DA2' and
6661            '64B' and
6662            ('BASE' or 'SCALE') and
6663            'NDRPDR' and
6664            '2T2C' and
6665            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6666            not 'VHOST' and
6667            'MEMIF'"
6668   parameters:
6669   - "throughput"
6670   - "parent"
6671   - "tags"
6672   sort:
6673   - "1VNF"
6674   - "2VNF"
6675   - "4VNF"
6676   - "2VNF"
6677   - "4VNF"
6678   traces:
6679     hoverinfo: "x+y"
6680     boxpoints: "outliers"
6681     whiskerwidth: 0
6682   layout:
6683     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6684     layout: "plot-throughput"
6685
6686 -
6687   type: "plot"
6688   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6689   algorithm: "plot_performance_box"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6692   data: "plot-ligato-throughput-latency-3n-hsw"
6693   filter: "'NIC_Intel-X520-DA2' and
6694            '64B' and
6695            ('BASE' or 'SCALE') and
6696            'NDRPDR' and
6697            '2T2C' and
6698            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6699            not 'VHOST' and
6700            'MEMIF'"
6701   parameters:
6702   - "throughput"
6703   - "parent"
6704   - "tags"
6705   sort:
6706   - "1VNF"
6707   - "2VNF"
6708   - "4VNF"
6709   - "2VNF"
6710   - "4VNF"
6711   traces:
6712     hoverinfo: "x+y"
6713     boxpoints: "outliers"
6714     whiskerwidth: 0
6715   layout:
6716     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6717     layout: "plot-throughput"
6718
6719 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
6720 -
6721   type: "plot"
6722   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6723   algorithm: "plot_performance_box"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6726   data: "plot-ligato-throughput-latency-3n-hsw"
6727   filter: "'NIC_Intel-X710' and
6728            '64B' and
6729            ('BASE' or 'SCALE') and
6730            'NDRPDR' and
6731            '1T1C' and
6732            'L2XCFWD' and
6733            not 'VHOST' and
6734            'MEMIF'"
6735   parameters:
6736   - "throughput"
6737   - "parent"
6738   - "tags"
6739   sort:
6740   - "1VNF"
6741   - "2VNF"
6742   - "4VNF"
6743   - "2VNF"
6744   - "4VNF"
6745   traces:
6746     hoverinfo: "x+y"
6747     boxpoints: "outliers"
6748     whiskerwidth: 0
6749   layout:
6750     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6751     layout: "plot-throughput"
6752
6753 -
6754   type: "plot"
6755   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6756   algorithm: "plot_performance_box"
6757   output-file-type: ".html"
6758   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6759   data: "plot-ligato-throughput-latency-3n-hsw"
6760   filter: "'NIC_Intel-X710' and
6761            '64B' and
6762            ('BASE' or 'SCALE') and
6763            'NDRPDR' and
6764            '1T1C' and
6765            'L2XCFWD' and
6766            not 'VHOST' and
6767            'MEMIF'"
6768   parameters:
6769   - "throughput"
6770   - "parent"
6771   - "tags"
6772   sort:
6773   - "1VNF"
6774   - "2VNF"
6775   - "4VNF"
6776   - "2VNF"
6777   - "4VNF"
6778   traces:
6779     hoverinfo: "x+y"
6780     boxpoints: "outliers"
6781     whiskerwidth: 0
6782   layout:
6783     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6784     layout: "plot-throughput"
6785
6786 -
6787   type: "plot"
6788   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6789   algorithm: "plot_performance_box"
6790   output-file-type: ".html"
6791   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6792   data: "plot-ligato-throughput-latency-3n-hsw"
6793   filter: "'NIC_Intel-X710' and
6794            '64B' and
6795            ('BASE' or 'SCALE') and
6796            'NDRPDR' and
6797            '2T2C' and
6798            'L2XCFWD' and
6799            not 'VHOST' and
6800            'MEMIF'"
6801   parameters:
6802   - "throughput"
6803   - "parent"
6804   - "tags"
6805   sort:
6806   - "1VNF"
6807   - "2VNF"
6808   - "4VNF"
6809   - "2VNF"
6810   - "4VNF"
6811   traces:
6812     hoverinfo: "x+y"
6813     boxpoints: "outliers"
6814     whiskerwidth: 0
6815   layout:
6816     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6817     layout: "plot-throughput"
6818
6819 -
6820   type: "plot"
6821   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6822   algorithm: "plot_performance_box"
6823   output-file-type: ".html"
6824   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6825   data: "plot-ligato-throughput-latency-3n-hsw"
6826   filter: "'NIC_Intel-X710' and
6827            '64B' and
6828            ('BASE' or 'SCALE') and
6829            'NDRPDR' and
6830            '2T2C' and
6831            'L2XCFWD' and
6832            not 'VHOST' and
6833            'MEMIF'"
6834   parameters:
6835   - "throughput"
6836   - "parent"
6837   - "tags"
6838   sort:
6839   - "1VNF"
6840   - "2VNF"
6841   - "4VNF"
6842   - "2VNF"
6843   - "4VNF"
6844   traces:
6845     hoverinfo: "x+y"
6846     boxpoints: "outliers"
6847     whiskerwidth: 0
6848   layout:
6849     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6850     layout: "plot-throughput"
6851
6852 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
6853 -
6854   type: "plot"
6855   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6856   algorithm: "plot_performance_box"
6857   output-file-type: ".html"
6858   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6859   data: "plot-ligato-throughput-latency-3n-hsw"
6860   filter: "'NIC_Intel-X710' and
6861            '64B' and
6862            ('BASE' or 'SCALE') and
6863            'NDRPDR' and
6864            '1T1C' and
6865            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6866            not 'VHOST' and
6867            'MEMIF'"
6868   parameters:
6869   - "throughput"
6870   - "parent"
6871   - "tags"
6872   sort:
6873   - "1VNF"
6874   - "2VNF"
6875   - "4VNF"
6876   - "2VNF"
6877   - "4VNF"
6878   traces:
6879     hoverinfo: "x+y"
6880     boxpoints: "outliers"
6881     whiskerwidth: 0
6882   layout:
6883     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6884     layout: "plot-throughput"
6885
6886 -
6887   type: "plot"
6888   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6889   algorithm: "plot_performance_box"
6890   output-file-type: ".html"
6891   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6892   data: "plot-ligato-throughput-latency-3n-hsw"
6893   filter: "'NIC_Intel-X710' and
6894            '64B' and
6895            ('BASE' or 'SCALE') and
6896            'NDRPDR' and
6897            '1T1C' and
6898            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6899            not 'VHOST' and
6900            'MEMIF'"
6901   parameters:
6902   - "throughput"
6903   - "parent"
6904   - "tags"
6905   sort:
6906   - "1VNF"
6907   - "2VNF"
6908   - "4VNF"
6909   - "2VNF"
6910   - "4VNF"
6911   traces:
6912     hoverinfo: "x+y"
6913     boxpoints: "outliers"
6914     whiskerwidth: 0
6915   layout:
6916     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6917     layout: "plot-throughput"
6918
6919 -
6920   type: "plot"
6921   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
6922   algorithm: "plot_performance_box"
6923   output-file-type: ".html"
6924   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
6925   data: "plot-ligato-throughput-latency-3n-hsw"
6926   filter: "'NIC_Intel-X710' and
6927            '64B' and
6928            ('BASE' or 'SCALE') and
6929            'NDRPDR' and
6930            '2T2C' and
6931            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6932            not 'VHOST' and
6933            'MEMIF'"
6934   parameters:
6935   - "throughput"
6936   - "parent"
6937   - "tags"
6938   sort:
6939   - "1VNF"
6940   - "2VNF"
6941   - "4VNF"
6942   - "2VNF"
6943   - "4VNF"
6944   traces:
6945     hoverinfo: "x+y"
6946     boxpoints: "outliers"
6947     whiskerwidth: 0
6948   layout:
6949     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
6950     layout: "plot-throughput"
6951
6952 -
6953   type: "plot"
6954   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
6955   algorithm: "plot_performance_box"
6956   output-file-type: ".html"
6957   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
6958   data: "plot-ligato-throughput-latency-3n-hsw"
6959   filter: "'NIC_Intel-X710' and
6960            '64B' and
6961            ('BASE' or 'SCALE') and
6962            'NDRPDR' and
6963            '2T2C' and
6964            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6965            not 'VHOST' and
6966            'MEMIF'"
6967   parameters:
6968   - "throughput"
6969   - "parent"
6970   - "tags"
6971   sort:
6972   - "1VNF"
6973   - "2VNF"
6974   - "4VNF"
6975   - "2VNF"
6976   - "4VNF"
6977   traces:
6978     hoverinfo: "x+y"
6979     boxpoints: "outliers"
6980     whiskerwidth: 0
6981   layout:
6982     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
6983     layout: "plot-throughput"
6984
6985 ################################################################################
6986
6987 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
6988 -
6989   type: "plot"
6990   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6991   algorithm: "plot_performance_box"
6992   output-file-type: ".html"
6993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6994   data: "plot-vpp-throughput-latency-3n-hsw"
6995   filter: "'NIC_Intel-X520-DA2' and
6996            '64B' and
6997            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6998            'NDRPDR' and
6999            '1T1C' and
7000            'IP4FWD' and
7001            not 'IPSEC' and
7002            not 'VHOST'"
7003   parameters:
7004   - "throughput"
7005   - "parent"
7006   - "tags"
7007   sort:
7008   - "IP4BASE"
7009   - "FIB_20K"
7010   - "FIB_200K"
7011   - "FIB_2M"
7012   traces:
7013     hoverinfo: "x+y"
7014     boxpoints: "outliers"
7015     whiskerwidth: 0
7016   layout:
7017     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7018     layout: "plot-throughput"
7019
7020 -
7021   type: "plot"
7022   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7023   algorithm: "plot_performance_box"
7024   output-file-type: ".html"
7025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7026   data: "plot-vpp-throughput-latency-3n-hsw"
7027   filter: "'NIC_Intel-X520-DA2' and
7028            '64B' and
7029            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7030            'NDRPDR' and
7031            '1T1C' and
7032            'IP4FWD' and
7033            not 'IPSEC' and
7034            not 'VHOST'"
7035   parameters:
7036   - "throughput"
7037   - "parent"
7038   - "tags"
7039   sort:
7040   - "IP4BASE"
7041   - "FIB_20K"
7042   - "FIB_200K"
7043   - "FIB_2M"
7044   traces:
7045     hoverinfo: "x+y"
7046     boxpoints: "outliers"
7047     whiskerwidth: 0
7048   layout:
7049     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7050     layout: "plot-throughput"
7051
7052 -
7053   type: "plot"
7054   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7055   algorithm: "plot_performance_box"
7056   output-file-type: ".html"
7057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7058   data: "plot-vpp-throughput-latency-3n-hsw"
7059   filter: "'NIC_Intel-X520-DA2' and
7060            '64B' and
7061            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7062            'NDRPDR' and
7063            '2T2C' and
7064            'IP4FWD' and
7065            not 'IPSEC' and
7066            not 'VHOST'"
7067   parameters:
7068   - "throughput"
7069   - "parent"
7070   - "tags"
7071   sort:
7072   - "IP4BASE"
7073   - "FIB_20K"
7074   - "FIB_200K"
7075   - "FIB_2M"
7076   traces:
7077     hoverinfo: "x+y"
7078     boxpoints: "outliers"
7079     whiskerwidth: 0
7080   layout:
7081     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7082     layout: "plot-throughput"
7083
7084 -
7085   type: "plot"
7086   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7087   algorithm: "plot_performance_box"
7088   output-file-type: ".html"
7089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7090   data: "plot-vpp-throughput-latency-3n-hsw"
7091   filter: "'NIC_Intel-X520-DA2' and
7092            '64B' and
7093            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7094            'NDRPDR' and
7095            '2T2C' and
7096            'IP4FWD' and
7097            not 'IPSEC' and
7098            not 'VHOST'"
7099   parameters:
7100   - "throughput"
7101   - "parent"
7102   - "tags"
7103   sort:
7104   - "IP4BASE"
7105   - "FIB_20K"
7106   - "FIB_200K"
7107   - "FIB_2M"
7108   traces:
7109     hoverinfo: "x+y"
7110     boxpoints: "outliers"
7111     whiskerwidth: 0
7112   layout:
7113     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7114     layout: "plot-throughput"
7115
7116 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7117 -
7118   type: "plot"
7119   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7120   algorithm: "plot_performance_box"
7121   output-file-type: ".html"
7122   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7123   data: "plot-vpp-throughput-latency-3n-hsw"
7124   filter: "'NIC_Intel-X520-DA2' and
7125            '64B' and
7126            ('IP4BASE' or
7127             'POLICE_MARK' or
7128             'COPWHLIST' or
7129             ('NAT44' and 'BASE') or
7130             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7131            'NDRPDR' and
7132            '1T1C' and
7133            'IP4FWD' and
7134            not 'IPSEC' and
7135            not 'VHOST'"
7136   parameters:
7137   - "throughput"
7138   - "parent"
7139   - "tags"
7140   sort:
7141   - "IP4BASE"
7142   - "NAT44"
7143   - "POLICE_MARK"
7144   - "COPWHLIST"
7145   - "IACL"
7146   - "OACL"
7147   traces:
7148     hoverinfo: "x+y"
7149     boxpoints: "outliers"
7150     whiskerwidth: 0
7151   layout:
7152     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7153     layout: "plot-throughput"
7154
7155 -
7156   type: "plot"
7157   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7158   algorithm: "plot_performance_box"
7159   output-file-type: ".html"
7160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7161   data: "plot-vpp-throughput-latency-3n-hsw"
7162   filter: "'NIC_Intel-X520-DA2' and
7163            '64B' and
7164            ('IP4BASE' or
7165             'POLICE_MARK' or
7166             'COPWHLIST' or
7167             ('NAT44' and 'BASE') or
7168             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7169            'NDRPDR' and
7170            '1T1C' and
7171            'IP4FWD' and
7172            not 'IPSEC' and
7173            not 'VHOST'"
7174   parameters:
7175   - "throughput"
7176   - "parent"
7177   - "tags"
7178   sort:
7179   - "IP4BASE"
7180   - "NAT44"
7181   - "POLICE_MARK"
7182   - "COPWHLIST"
7183   - "IACL"
7184   - "OACL"
7185   traces:
7186     hoverinfo: "x+y"
7187     boxpoints: "outliers"
7188     whiskerwidth: 0
7189   layout:
7190     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7191     layout: "plot-throughput"
7192
7193 -
7194   type: "plot"
7195   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7196   algorithm: "plot_performance_box"
7197   output-file-type: ".html"
7198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7199   data: "plot-vpp-throughput-latency-3n-hsw"
7200   filter: "'NIC_Intel-X520-DA2' and
7201            '64B' and
7202            ('IP4BASE' or
7203             'POLICE_MARK' or
7204             'COPWHLIST' or
7205             ('NAT44' and 'BASE') or
7206             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7207            'NDRPDR' and
7208            '2T2C' and
7209            'IP4FWD' and
7210            not 'IPSEC' and
7211            not 'VHOST'"
7212   parameters:
7213   - "throughput"
7214   - "parent"
7215   - "tags"
7216   sort:
7217   - "IP4BASE"
7218   - "NAT44"
7219   - "POLICE_MARK"
7220   - "COPWHLIST"
7221   - "IACL"
7222   - "OACL"
7223   traces:
7224     hoverinfo: "x+y"
7225     boxpoints: "outliers"
7226     whiskerwidth: 0
7227   layout:
7228     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7229     layout: "plot-throughput"
7230
7231 -
7232   type: "plot"
7233   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7234   algorithm: "plot_performance_box"
7235   output-file-type: ".html"
7236   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7237   data: "plot-vpp-throughput-latency-3n-hsw"
7238   filter: "'NIC_Intel-X520-DA2' and
7239            '64B' and
7240            ('IP4BASE' or
7241             'POLICE_MARK' or
7242             'COPWHLIST' or
7243             ('NAT44' and 'BASE') or
7244             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7245            'NDRPDR' and
7246            '2T2C' and
7247            'IP4FWD' and
7248            not 'IPSEC' and
7249            not 'VHOST'"
7250   parameters:
7251   - "throughput"
7252   - "parent"
7253   - "tags"
7254   sort:
7255   - "IP4BASE"
7256   - "NAT44"
7257   - "POLICE_MARK"
7258   - "COPWHLIST"
7259   - "IACL"
7260   - "OACL"
7261   traces:
7262     hoverinfo: "x+y"
7263     boxpoints: "outliers"
7264     whiskerwidth: 0
7265   layout:
7266     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7267     layout: "plot-throughput"
7268
7269 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7270 -
7271   type: "plot"
7272   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7273   algorithm: "plot_performance_box"
7274   output-file-type: ".html"
7275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7276   data: "plot-vpp-throughput-latency-3n-hsw"
7277   filter: "'NIC_Intel-X520-DA2' and
7278            '64B' and
7279            'NDRPDR' and
7280            '1T1C' and
7281            'IP4FWD' and
7282            'NAT44' and
7283            not 'IPSEC' and
7284            not 'VHOST'"
7285   parameters:
7286   - "throughput"
7287   - "parent"
7288   - "tags"
7289   sort:
7290   - "BASE"
7291   - "BASE"
7292   - "SRC_USER_10"
7293   - "SRC_USER_100"
7294   - "SRC_USER_1000"
7295   - "SRC_USER_2000"
7296   traces:
7297     hoverinfo: "x+y"
7298     boxpoints: "outliers"
7299     whiskerwidth: 0
7300   layout:
7301     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7302     layout: "plot-throughput"
7303
7304 -
7305   type: "plot"
7306   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7307   algorithm: "plot_performance_box"
7308   output-file-type: ".html"
7309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7310   data: "plot-vpp-throughput-latency-3n-hsw"
7311   filter: "'NIC_Intel-X520-DA2' and
7312            '64B' and
7313            'NDRPDR' and
7314            '1T1C' and
7315            'IP4FWD' and
7316            'NAT44' and
7317            not 'IPSEC' and
7318            not 'VHOST'"
7319   parameters:
7320   - "throughput"
7321   - "parent"
7322   - "tags"
7323   sort:
7324   - "BASE"
7325   - "BASE"
7326   - "SRC_USER_10"
7327   - "SRC_USER_100"
7328   - "SRC_USER_1000"
7329   - "SRC_USER_2000"
7330   traces:
7331     hoverinfo: "x+y"
7332     boxpoints: "outliers"
7333     whiskerwidth: 0
7334   layout:
7335     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7336     layout: "plot-throughput"
7337
7338 -
7339   type: "plot"
7340   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7341   algorithm: "plot_performance_box"
7342   output-file-type: ".html"
7343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7344   data: "plot-vpp-throughput-latency-3n-hsw"
7345   filter: "'NIC_Intel-X520-DA2' and
7346            '64B' and
7347            'NDRPDR' and
7348            '2T2C' and
7349            'IP4FWD' and
7350            'NAT44' and
7351            not 'IPSEC' and
7352            not 'VHOST'"
7353   parameters:
7354   - "throughput"
7355   - "parent"
7356   - "tags"
7357   sort:
7358   - "BASE"
7359   - "BASE"
7360   - "SRC_USER_10"
7361   - "SRC_USER_100"
7362   - "SRC_USER_1000"
7363   - "SRC_USER_2000"
7364   traces:
7365     hoverinfo: "x+y"
7366     boxpoints: "outliers"
7367     whiskerwidth: 0
7368   layout:
7369     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7370     layout: "plot-throughput"
7371
7372 -
7373   type: "plot"
7374   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7375   algorithm: "plot_performance_box"
7376   output-file-type: ".html"
7377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7378   data: "plot-vpp-throughput-latency-3n-hsw"
7379   filter: "'NIC_Intel-X520-DA2' and
7380            '64B' and
7381            'NDRPDR' and
7382            '2T2C' and
7383            'IP4FWD' and
7384            'NAT44' and
7385            not 'IPSEC' and
7386            not 'VHOST'"
7387   parameters:
7388   - "throughput"
7389   - "parent"
7390   - "tags"
7391   sort:
7392   - "BASE"
7393   - "BASE"
7394   - "SRC_USER_10"
7395   - "SRC_USER_100"
7396   - "SRC_USER_1000"
7397   - "SRC_USER_2000"
7398   traces:
7399     hoverinfo: "x+y"
7400     boxpoints: "outliers"
7401     whiskerwidth: 0
7402   layout:
7403     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7404     layout: "plot-throughput"
7405
7406 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
7407 -
7408   type: "plot"
7409   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7410   algorithm: "plot_performance_box"
7411   output-file-type: ".html"
7412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7413   data: "plot-vpp-throughput-latency-3n-hsw"
7414   filter: "'NIC_Intel-X520-DA2' and
7415            '64B' and
7416            'NDRPDR' and
7417            '1T1C' and
7418            'IP4FWD' and
7419            'IACL' and
7420            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7421            not 'IPSEC' and
7422            not 'VHOST'"
7423   parameters:
7424   - "throughput"
7425   - "parent"
7426   - "tags"
7427   sort:
7428   - "ACL_STATELESS"
7429   - "ACL_STATEFUL"
7430   - "ACL_STATELESS"
7431   - "ACL_STATEFUL"
7432   traces:
7433     hoverinfo: "x+y"
7434     boxpoints: "outliers"
7435     whiskerwidth: 0
7436   layout:
7437     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7438     layout: "plot-throughput"
7439
7440 -
7441   type: "plot"
7442   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7443   algorithm: "plot_performance_box"
7444   output-file-type: ".html"
7445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7446   data: "plot-vpp-throughput-latency-3n-hsw"
7447   filter: "'NIC_Intel-X520-DA2' and
7448            '64B' and
7449            'NDRPDR' and
7450            '1T1C' and
7451            'IP4FWD' and
7452            'IACL' and
7453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7454            not 'IPSEC' and
7455            not 'VHOST'"
7456   parameters:
7457   - "throughput"
7458   - "parent"
7459   - "tags"
7460   sort:
7461   - "ACL_STATELESS"
7462   - "ACL_STATEFUL"
7463   - "ACL_STATELESS"
7464   - "ACL_STATEFUL"
7465   traces:
7466     hoverinfo: "x+y"
7467     boxpoints: "outliers"
7468     whiskerwidth: 0
7469   layout:
7470     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7471     layout: "plot-throughput"
7472
7473 -
7474   type: "plot"
7475   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7476   algorithm: "plot_performance_box"
7477   output-file-type: ".html"
7478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7479   data: "plot-vpp-throughput-latency-3n-hsw"
7480   filter: "'NIC_Intel-X520-DA2' and
7481            '64B' and
7482            'NDRPDR' and
7483            '2T2C' and
7484            'IP4FWD' and
7485            'IACL' and
7486            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7487            not 'IPSEC' and
7488            not 'VHOST'"
7489   parameters:
7490   - "throughput"
7491   - "parent"
7492   - "tags"
7493   sort:
7494   - "ACL_STATELESS"
7495   - "ACL_STATEFUL"
7496   - "ACL_STATELESS"
7497   - "ACL_STATEFUL"
7498   traces:
7499     hoverinfo: "x+y"
7500     boxpoints: "outliers"
7501     whiskerwidth: 0
7502   layout:
7503     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7504     layout: "plot-throughput"
7505
7506 -
7507   type: "plot"
7508   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7509   algorithm: "plot_performance_box"
7510   output-file-type: ".html"
7511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7512   data: "plot-vpp-throughput-latency-3n-hsw"
7513   filter: "'NIC_Intel-X520-DA2' and
7514            '64B' and
7515            'NDRPDR' and
7516            '2T2C' and
7517            'IP4FWD' and
7518            'IACL' and
7519            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7520            not 'IPSEC' and
7521            not 'VHOST'"
7522   parameters:
7523   - "throughput"
7524   - "parent"
7525   - "tags"
7526   sort:
7527   - "ACL_STATELESS"
7528   - "ACL_STATEFUL"
7529   - "ACL_STATELESS"
7530   - "ACL_STATEFUL"
7531   traces:
7532     hoverinfo: "x+y"
7533     boxpoints: "outliers"
7534     whiskerwidth: 0
7535   layout:
7536     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7537     layout: "plot-throughput"
7538
7539 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
7540 -
7541   type: "plot"
7542   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7543   algorithm: "plot_performance_box"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7546   data: "plot-vpp-throughput-latency-3n-hsw"
7547   filter: "'NIC_Intel-X520-DA2' and
7548            '64B' and
7549            'NDRPDR' and
7550            '1T1C' and
7551            'IP4FWD' and
7552            'OACL' and
7553            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7554            not 'IPSEC' and
7555            not 'VHOST'"
7556   parameters:
7557   - "throughput"
7558   - "parent"
7559   - "tags"
7560   sort:
7561   - "ACL_STATELESS"
7562   - "ACL_STATEFUL"
7563   - "ACL_STATELESS"
7564   - "ACL_STATEFUL"
7565   traces:
7566     hoverinfo: "x+y"
7567     boxpoints: "outliers"
7568     whiskerwidth: 0
7569   layout:
7570     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7571     layout: "plot-throughput"
7572
7573 -
7574   type: "plot"
7575   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7576   algorithm: "plot_performance_box"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7579   data: "plot-vpp-throughput-latency-3n-hsw"
7580   filter: "'NIC_Intel-X520-DA2' and
7581            '64B' and
7582            'NDRPDR' and
7583            '1T1C' and
7584            'IP4FWD' and
7585            'OACL' and
7586            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7587            not 'IPSEC' and
7588            not 'VHOST'"
7589   parameters:
7590   - "throughput"
7591   - "parent"
7592   - "tags"
7593   sort:
7594   - "ACL_STATELESS"
7595   - "ACL_STATEFUL"
7596   - "ACL_STATELESS"
7597   - "ACL_STATEFUL"
7598   traces:
7599     hoverinfo: "x+y"
7600     boxpoints: "outliers"
7601     whiskerwidth: 0
7602   layout:
7603     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7604     layout: "plot-throughput"
7605
7606 -
7607   type: "plot"
7608   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7609   algorithm: "plot_performance_box"
7610   output-file-type: ".html"
7611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7612   data: "plot-vpp-throughput-latency-3n-hsw"
7613   filter: "'NIC_Intel-X520-DA2' and
7614            '64B' and
7615            'NDRPDR' and
7616            '2T2C' and
7617            'IP4FWD' and
7618            'OACL' and
7619            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7620            not 'IPSEC' and
7621            not 'VHOST'"
7622   parameters:
7623   - "throughput"
7624   - "parent"
7625   - "tags"
7626   sort:
7627   - "ACL_STATELESS"
7628   - "ACL_STATEFUL"
7629   - "ACL_STATELESS"
7630   - "ACL_STATEFUL"
7631   traces:
7632     hoverinfo: "x+y"
7633     boxpoints: "outliers"
7634     whiskerwidth: 0
7635   layout:
7636     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7637     layout: "plot-throughput"
7638
7639 -
7640   type: "plot"
7641   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7642   algorithm: "plot_performance_box"
7643   output-file-type: ".html"
7644   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7645   data: "plot-vpp-throughput-latency-3n-hsw"
7646   filter: "'NIC_Intel-X520-DA2' and
7647            '64B' and
7648            'NDRPDR' and
7649            '2T2C' and
7650            'IP4FWD' and
7651            'OACL' and
7652            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7653            not 'IPSEC' and
7654            not 'VHOST'"
7655   parameters:
7656   - "throughput"
7657   - "parent"
7658   - "tags"
7659   sort:
7660   - "ACL_STATELESS"
7661   - "ACL_STATEFUL"
7662   - "ACL_STATELESS"
7663   - "ACL_STATEFUL"
7664   traces:
7665     hoverinfo: "x+y"
7666     boxpoints: "outliers"
7667     whiskerwidth: 0
7668   layout:
7669     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7670     layout: "plot-throughput"
7671
7672 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
7673 -
7674   type: "plot"
7675   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7676   algorithm: "plot_performance_box"
7677   output-file-type: ".html"
7678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7679   data: "plot-vpp-throughput-latency-3n-hsw"
7680   filter: "'NIC_Intel-X710' and
7681            '64B' and
7682            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7683            'NDRPDR' and
7684            '1T1C' and
7685            'IP4FWD' and
7686            not 'IPSEC' and
7687            not 'VHOST'"
7688   parameters:
7689   - "throughput"
7690   - "parent"
7691   - "tags"
7692   sort:
7693   - "IP4BASE"
7694   - "FIB_20K"
7695   - "FIB_200K"
7696   - "FIB_2M"
7697   traces:
7698     hoverinfo: "x+y"
7699     boxpoints: "outliers"
7700     whiskerwidth: 0
7701   layout:
7702     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7703     layout: "plot-throughput"
7704
7705 -
7706   type: "plot"
7707   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7708   algorithm: "plot_performance_box"
7709   output-file-type: ".html"
7710   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7711   data: "plot-vpp-throughput-latency-3n-hsw"
7712   filter: "'NIC_Intel-X710' and
7713            '64B' and
7714            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7715            'NDRPDR' and
7716            '1T1C' and
7717            'IP4FWD' and
7718            not 'IPSEC' and
7719            not 'VHOST'"
7720   parameters:
7721   - "throughput"
7722   - "parent"
7723   - "tags"
7724   sort:
7725   - "IP4BASE"
7726   - "FIB_20K"
7727   - "FIB_200K"
7728   - "FIB_2M"
7729   traces:
7730     hoverinfo: "x+y"
7731     boxpoints: "outliers"
7732     whiskerwidth: 0
7733   layout:
7734     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7735     layout: "plot-throughput"
7736
7737 -
7738   type: "plot"
7739   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7740   algorithm: "plot_performance_box"
7741   output-file-type: ".html"
7742   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7743   data: "plot-vpp-throughput-latency-3n-hsw"
7744   filter: "'NIC_Intel-X710' and
7745            '64B' and
7746            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7747            'NDRPDR' and
7748            '2T2C' and
7749            'IP4FWD' and
7750            not 'IPSEC' and
7751            not 'VHOST'"
7752   parameters:
7753   - "throughput"
7754   - "parent"
7755   - "tags"
7756   sort:
7757   - "IP4BASE"
7758   - "FIB_20K"
7759   - "FIB_200K"
7760   - "FIB_2M"
7761   traces:
7762     hoverinfo: "x+y"
7763     boxpoints: "outliers"
7764     whiskerwidth: 0
7765   layout:
7766     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7767     layout: "plot-throughput"
7768
7769 -
7770   type: "plot"
7771   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7772   algorithm: "plot_performance_box"
7773   output-file-type: ".html"
7774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7775   data: "plot-vpp-throughput-latency-3n-hsw"
7776   filter: "'NIC_Intel-X710' and
7777            '64B' and
7778            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7779            'NDRPDR' and
7780            '2T2C' and
7781            'IP4FWD' and
7782            not 'IPSEC' and
7783            not 'VHOST'"
7784   parameters:
7785   - "throughput"
7786   - "parent"
7787   - "tags"
7788   sort:
7789   - "IP4BASE"
7790   - "FIB_20K"
7791   - "FIB_200K"
7792   - "FIB_2M"
7793   traces:
7794     hoverinfo: "x+y"
7795     boxpoints: "outliers"
7796     whiskerwidth: 0
7797   layout:
7798     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7799     layout: "plot-throughput"
7800
7801 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
7802 -
7803   type: "plot"
7804   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7805   algorithm: "plot_performance_box"
7806   output-file-type: ".html"
7807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7808   data: "plot-vpp-throughput-latency-3n-hsw"
7809   filter: "'NIC_Intel-X710' and
7810            '64B' and
7811            ('IP4BASE' or
7812             'POLICE_MARK' or
7813             'COPWHLIST' or
7814             ('NAT44' and 'BASE') or
7815             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7816            'NDRPDR' and
7817            '1T1C' and
7818            'IP4FWD' and
7819            not 'IPSEC' and
7820            not 'VHOST'"
7821   parameters:
7822   - "throughput"
7823   - "parent"
7824   - "tags"
7825   sort:
7826   - "IP4BASE"
7827   - "NAT44"
7828   - "POLICE_MARK"
7829   - "COPWHLIST"
7830   - "IACL"
7831   - "OACL"
7832   traces:
7833     hoverinfo: "x+y"
7834     boxpoints: "outliers"
7835     whiskerwidth: 0
7836   layout:
7837     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7838     layout: "plot-throughput"
7839
7840 -
7841   type: "plot"
7842   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7843   algorithm: "plot_performance_box"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7846   data: "plot-vpp-throughput-latency-3n-hsw"
7847   filter: "'NIC_Intel-X710' and
7848            '64B' and
7849            ('IP4BASE' or
7850             'POLICE_MARK' or
7851             'COPWHLIST' or
7852             ('NAT44' and 'BASE') or
7853             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7854            'NDRPDR' and
7855            '1T1C' and
7856            'IP4FWD' and
7857            not 'IPSEC' and
7858            not 'VHOST'"
7859   parameters:
7860   - "throughput"
7861   - "parent"
7862   - "tags"
7863   sort:
7864   - "IP4BASE"
7865   - "NAT44"
7866   - "POLICE_MARK"
7867   - "COPWHLIST"
7868   - "IACL"
7869   - "OACL"
7870   traces:
7871     hoverinfo: "x+y"
7872     boxpoints: "outliers"
7873     whiskerwidth: 0
7874   layout:
7875     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7876     layout: "plot-throughput"
7877
7878 -
7879   type: "plot"
7880   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7881   algorithm: "plot_performance_box"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7884   data: "plot-vpp-throughput-latency-3n-hsw"
7885   filter: "'NIC_Intel-X710' and
7886            '64B' and
7887            ('IP4BASE' or
7888             'POLICE_MARK' or
7889             'COPWHLIST' or
7890             ('NAT44' and 'BASE') or
7891             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7892            'NDRPDR' and
7893            '2T2C' and
7894            'IP4FWD' and
7895            not 'IPSEC' and
7896            not 'VHOST'"
7897   parameters:
7898   - "throughput"
7899   - "parent"
7900   - "tags"
7901   sort:
7902   - "IP4BASE"
7903   - "NAT44"
7904   - "POLICE_MARK"
7905   - "COPWHLIST"
7906   - "IACL"
7907   - "OACL"
7908   traces:
7909     hoverinfo: "x+y"
7910     boxpoints: "outliers"
7911     whiskerwidth: 0
7912   layout:
7913     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7914     layout: "plot-throughput"
7915
7916 -
7917   type: "plot"
7918   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
7919   algorithm: "plot_performance_box"
7920   output-file-type: ".html"
7921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
7922   data: "plot-vpp-throughput-latency-3n-hsw"
7923   filter: "'NIC_Intel-X710' and
7924            '64B' and
7925            ('IP4BASE' or
7926             'POLICE_MARK' or
7927             'COPWHLIST' or
7928             ('NAT44' and 'BASE') or
7929             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7930            'NDRPDR' and
7931            '2T2C' and
7932            'IP4FWD' and
7933            not 'IPSEC' and
7934            not 'VHOST'"
7935   parameters:
7936   - "throughput"
7937   - "parent"
7938   - "tags"
7939   sort:
7940   - "IP4BASE"
7941   - "NAT44"
7942   - "POLICE_MARK"
7943   - "COPWHLIST"
7944   - "IACL"
7945   - "OACL"
7946   traces:
7947     hoverinfo: "x+y"
7948     boxpoints: "outliers"
7949     whiskerwidth: 0
7950   layout:
7951     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
7952     layout: "plot-throughput"
7953
7954 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
7955 -
7956   type: "plot"
7957   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
7958   algorithm: "plot_performance_box"
7959   output-file-type: ".html"
7960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
7961   data: "plot-vpp-throughput-latency-3n-skx"
7962   filter: "'NIC_Intel-X710' and
7963            '64B' and
7964            'NDRPDR' and
7965            '2T1C' and
7966            'IP4FWD' and
7967            'NAT44' and
7968            not 'IPSEC' and
7969            not 'VHOST'"
7970   parameters:
7971   - "throughput"
7972   - "parent"
7973   - "tags"
7974   sort:
7975   - "BASE"
7976   - "BASE"
7977   - "SRC_USER_10"
7978   - "SRC_USER_100"
7979   - "SRC_USER_1000"
7980   - "SRC_USER_2000"
7981   traces:
7982     hoverinfo: "x+y"
7983     boxpoints: "outliers"
7984     whiskerwidth: 0
7985   layout:
7986     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
7987     layout: "plot-throughput"
7988
7989 -
7990   type: "plot"
7991   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
7992   algorithm: "plot_performance_box"
7993   output-file-type: ".html"
7994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
7995   data: "plot-vpp-throughput-latency-3n-skx"
7996   filter: "'NIC_Intel-X710' and
7997            '64B' and
7998            'NDRPDR' and
7999            '2T1C' and
8000            'IP4FWD' and
8001            'NAT44' and
8002            not 'IPSEC' and
8003            not 'VHOST'"
8004   parameters:
8005   - "throughput"
8006   - "parent"
8007   - "tags"
8008   sort:
8009   - "BASE"
8010   - "BASE"
8011   - "SRC_USER_10"
8012   - "SRC_USER_100"
8013   - "SRC_USER_1000"
8014   - "SRC_USER_2000"
8015   traces:
8016     hoverinfo: "x+y"
8017     boxpoints: "outliers"
8018     whiskerwidth: 0
8019   layout:
8020     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8021     layout: "plot-throughput"
8022
8023 -
8024   type: "plot"
8025   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8026   algorithm: "plot_performance_box"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8029   data: "plot-vpp-throughput-latency-3n-skx"
8030   filter: "'NIC_Intel-X710' and
8031            '64B' and
8032            'NDRPDR' and
8033            '4T2C' and
8034            'IP4FWD' and
8035            'NAT44' and
8036            not 'IPSEC' and
8037            not 'VHOST'"
8038   parameters:
8039   - "throughput"
8040   - "parent"
8041   - "tags"
8042   sort:
8043   - "BASE"
8044   - "BASE"
8045   - "SRC_USER_10"
8046   - "SRC_USER_100"
8047   - "SRC_USER_1000"
8048   - "SRC_USER_2000"
8049   traces:
8050     hoverinfo: "x+y"
8051     boxpoints: "outliers"
8052     whiskerwidth: 0
8053   layout:
8054     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8055     layout: "plot-throughput"
8056
8057 -
8058   type: "plot"
8059   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8060   algorithm: "plot_performance_box"
8061   output-file-type: ".html"
8062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8063   data: "plot-vpp-throughput-latency-3n-skx"
8064   filter: "'NIC_Intel-X710' and
8065            '64B' and
8066            'NDRPDR' and
8067            '4T2C' and
8068            'IP4FWD' and
8069            'NAT44' and
8070            not 'IPSEC' and
8071            not 'VHOST'"
8072   parameters:
8073   - "throughput"
8074   - "parent"
8075   - "tags"
8076   sort:
8077   - "BASE"
8078   - "BASE"
8079   - "SRC_USER_10"
8080   - "SRC_USER_100"
8081   - "SRC_USER_1000"
8082   - "SRC_USER_2000"
8083   traces:
8084     hoverinfo: "x+y"
8085     boxpoints: "outliers"
8086     whiskerwidth: 0
8087   layout:
8088     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8089     layout: "plot-throughput"
8090
8091 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8092 -
8093   type: "plot"
8094   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8095   algorithm: "plot_performance_box"
8096   output-file-type: ".html"
8097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8098   data: "plot-vpp-throughput-latency-3n-skx"
8099   filter: "'NIC_Intel-X710' and
8100            '64B' and
8101            'NDRPDR' and
8102            '2T1C' and
8103            'IP4FWD' and
8104            'IACL' and
8105            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8106            not 'IPSEC' and
8107            not 'VHOST'"
8108   parameters:
8109   - "throughput"
8110   - "parent"
8111   - "tags"
8112   sort:
8113   - "ACL_STATELESS"
8114   - "ACL_STATEFUL"
8115   - "ACL_STATELESS"
8116   - "ACL_STATEFUL"
8117   traces:
8118     hoverinfo: "x+y"
8119     boxpoints: "outliers"
8120     whiskerwidth: 0
8121   layout:
8122     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8123     layout: "plot-throughput"
8124
8125 -
8126   type: "plot"
8127   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8128   algorithm: "plot_performance_box"
8129   output-file-type: ".html"
8130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8131   data: "plot-vpp-throughput-latency-3n-skx"
8132   filter: "'NIC_Intel-X710' and
8133            '64B' and
8134            'NDRPDR' and
8135            '2T1C' and
8136            'IP4FWD' and
8137            'IACL' and
8138            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8139            not 'IPSEC' and
8140            not 'VHOST'"
8141   parameters:
8142   - "throughput"
8143   - "parent"
8144   - "tags"
8145   sort:
8146   - "ACL_STATELESS"
8147   - "ACL_STATEFUL"
8148   - "ACL_STATELESS"
8149   - "ACL_STATEFUL"
8150   traces:
8151     hoverinfo: "x+y"
8152     boxpoints: "outliers"
8153     whiskerwidth: 0
8154   layout:
8155     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8156     layout: "plot-throughput"
8157
8158 -
8159   type: "plot"
8160   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8161   algorithm: "plot_performance_box"
8162   output-file-type: ".html"
8163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8164   data: "plot-vpp-throughput-latency-3n-skx"
8165   filter: "'NIC_Intel-X710' and
8166            '64B' and
8167            'NDRPDR' and
8168            '4T2C' and
8169            'IP4FWD' and
8170            'IACL' and
8171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8172            not 'IPSEC' and
8173            not 'VHOST'"
8174   parameters:
8175   - "throughput"
8176   - "parent"
8177   - "tags"
8178   sort:
8179   - "ACL_STATELESS"
8180   - "ACL_STATEFUL"
8181   - "ACL_STATELESS"
8182   - "ACL_STATEFUL"
8183   traces:
8184     hoverinfo: "x+y"
8185     boxpoints: "outliers"
8186     whiskerwidth: 0
8187   layout:
8188     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8189     layout: "plot-throughput"
8190
8191 -
8192   type: "plot"
8193   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8194   algorithm: "plot_performance_box"
8195   output-file-type: ".html"
8196   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8197   data: "plot-vpp-throughput-latency-3n-skx"
8198   filter: "'NIC_Intel-X710' and
8199            '64B' and
8200            'NDRPDR' and
8201            '4T2C' and
8202            'IP4FWD' and
8203            'IACL' and
8204            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8205            not 'IPSEC' and
8206            not 'VHOST'"
8207   parameters:
8208   - "throughput"
8209   - "parent"
8210   - "tags"
8211   sort:
8212   - "ACL_STATELESS"
8213   - "ACL_STATEFUL"
8214   - "ACL_STATELESS"
8215   - "ACL_STATEFUL"
8216   traces:
8217     hoverinfo: "x+y"
8218     boxpoints: "outliers"
8219     whiskerwidth: 0
8220   layout:
8221     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8222     layout: "plot-throughput"
8223
8224 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8225 -
8226   type: "plot"
8227   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8228   algorithm: "plot_performance_box"
8229   output-file-type: ".html"
8230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8231   data: "plot-vpp-throughput-latency-3n-skx"
8232   filter: "'NIC_Intel-X710' and
8233            '64B' and
8234            'NDRPDR' and
8235            '2T1C' and
8236            'IP4FWD' and
8237            'OACL' and
8238            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8239            not 'IPSEC' and
8240            not 'VHOST'"
8241   parameters:
8242   - "throughput"
8243   - "parent"
8244   - "tags"
8245   sort:
8246   - "ACL_STATELESS"
8247   - "ACL_STATEFUL"
8248   - "ACL_STATELESS"
8249   - "ACL_STATEFUL"
8250   traces:
8251     hoverinfo: "x+y"
8252     boxpoints: "outliers"
8253     whiskerwidth: 0
8254   layout:
8255     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8256     layout: "plot-throughput"
8257
8258 -
8259   type: "plot"
8260   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8261   algorithm: "plot_performance_box"
8262   output-file-type: ".html"
8263   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8264   data: "plot-vpp-throughput-latency-3n-skx"
8265   filter: "'NIC_Intel-X710' and
8266            '64B' and
8267            'NDRPDR' and
8268            '2T1C' and
8269            'IP4FWD' and
8270            'OACL' and
8271            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8272            not 'IPSEC' and
8273            not 'VHOST'"
8274   parameters:
8275   - "throughput"
8276   - "parent"
8277   - "tags"
8278   sort:
8279   - "ACL_STATELESS"
8280   - "ACL_STATEFUL"
8281   - "ACL_STATELESS"
8282   - "ACL_STATEFUL"
8283   traces:
8284     hoverinfo: "x+y"
8285     boxpoints: "outliers"
8286     whiskerwidth: 0
8287   layout:
8288     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8289     layout: "plot-throughput"
8290
8291 -
8292   type: "plot"
8293   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8294   algorithm: "plot_performance_box"
8295   output-file-type: ".html"
8296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8297   data: "plot-vpp-throughput-latency-3n-skx"
8298   filter: "'NIC_Intel-X710' and
8299            '64B' and
8300            'NDRPDR' and
8301            '4T2C' and
8302            'IP4FWD' and
8303            'OACL' and
8304            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8305            not 'IPSEC' and
8306            not 'VHOST'"
8307   parameters:
8308   - "throughput"
8309   - "parent"
8310   - "tags"
8311   sort:
8312   - "ACL_STATELESS"
8313   - "ACL_STATEFUL"
8314   - "ACL_STATELESS"
8315   - "ACL_STATEFUL"
8316   traces:
8317     hoverinfo: "x+y"
8318     boxpoints: "outliers"
8319     whiskerwidth: 0
8320   layout:
8321     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8322     layout: "plot-throughput"
8323
8324 -
8325   type: "plot"
8326   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8327   algorithm: "plot_performance_box"
8328   output-file-type: ".html"
8329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8330   data: "plot-vpp-throughput-latency-3n-skx"
8331   filter: "'NIC_Intel-X710' and
8332            '64B' and
8333            'NDRPDR' and
8334            '4T2C' and
8335            'IP4FWD' and
8336            'OACL' and
8337            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8338            not 'IPSEC' and
8339            not 'VHOST'"
8340   parameters:
8341   - "throughput"
8342   - "parent"
8343   - "tags"
8344   sort:
8345   - "ACL_STATELESS"
8346   - "ACL_STATEFUL"
8347   - "ACL_STATELESS"
8348   - "ACL_STATEFUL"
8349   traces:
8350     hoverinfo: "x+y"
8351     boxpoints: "outliers"
8352     whiskerwidth: 0
8353   layout:
8354     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8355     layout: "plot-throughput"
8356
8357 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8358 -
8359   type: "plot"
8360   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8361   algorithm: "plot_performance_box"
8362   output-file-type: ".html"
8363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8364   data: "plot-vpp-throughput-latency-3n-hsw"
8365   filter: "'NIC_Intel-XL710' and
8366            '64B' and
8367            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8368            'NDRPDR' and
8369            '1T1C' and
8370            'IP4FWD' and
8371            not 'IPSEC' and
8372            not 'VHOST'"
8373   parameters:
8374   - "throughput"
8375   - "parent"
8376   - "tags"
8377   sort:
8378   - "IP4BASE"
8379   - "FIB_20K"
8380   - "FIB_200K"
8381   - "FIB_2M"
8382   traces:
8383     hoverinfo: "x+y"
8384     boxpoints: "outliers"
8385     whiskerwidth: 0
8386   layout:
8387     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8388     layout: "plot-throughput"
8389
8390 -
8391   type: "plot"
8392   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8393   algorithm: "plot_performance_box"
8394   output-file-type: ".html"
8395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8396   data: "plot-vpp-throughput-latency-3n-hsw"
8397   filter: "'NIC_Intel-XL710' and
8398            '64B' and
8399            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8400            'NDRPDR' and
8401            '1T1C' and
8402            'IP4FWD' and
8403            not 'IPSEC' and
8404            not 'VHOST'"
8405   parameters:
8406   - "throughput"
8407   - "parent"
8408   - "tags"
8409   sort:
8410   - "IP4BASE"
8411   - "FIB_20K"
8412   - "FIB_200K"
8413   - "FIB_2M"
8414   traces:
8415     hoverinfo: "x+y"
8416     boxpoints: "outliers"
8417     whiskerwidth: 0
8418   layout:
8419     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8420     layout: "plot-throughput"
8421
8422 -
8423   type: "plot"
8424   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8425   algorithm: "plot_performance_box"
8426   output-file-type: ".html"
8427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8428   data: "plot-vpp-throughput-latency-3n-hsw"
8429   filter: "'NIC_Intel-XL710' and
8430            '64B' and
8431            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8432            'NDRPDR' and
8433            '2T2C' and
8434            'IP4FWD' and
8435            not 'IPSEC' and
8436            not 'VHOST'"
8437   parameters:
8438   - "throughput"
8439   - "parent"
8440   - "tags"
8441   sort:
8442   - "IP4BASE"
8443   - "FIB_20K"
8444   - "FIB_200K"
8445   - "FIB_2M"
8446   traces:
8447     hoverinfo: "x+y"
8448     boxpoints: "outliers"
8449     whiskerwidth: 0
8450   layout:
8451     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8452     layout: "plot-throughput"
8453
8454 -
8455   type: "plot"
8456   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8457   algorithm: "plot_performance_box"
8458   output-file-type: ".html"
8459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8460   data: "plot-vpp-throughput-latency-3n-hsw"
8461   filter: "'NIC_Intel-XL710' and
8462            '64B' and
8463            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8464            'NDRPDR' and
8465            '2T2C' and
8466            'IP4FWD' and
8467            not 'IPSEC' and
8468            not 'VHOST'"
8469   parameters:
8470   - "throughput"
8471   - "parent"
8472   - "tags"
8473   sort:
8474   - "IP4BASE"
8475   - "FIB_20K"
8476   - "FIB_200K"
8477   - "FIB_2M"
8478   traces:
8479     hoverinfo: "x+y"
8480     boxpoints: "outliers"
8481     whiskerwidth: 0
8482   layout:
8483     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8484     layout: "plot-throughput"
8485
8486 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
8487 -
8488   type: "plot"
8489   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8490   algorithm: "plot_performance_box"
8491   output-file-type: ".html"
8492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8493   data: "plot-vpp-throughput-latency-3n-skx"
8494   filter: "'NIC_Intel-X710' and
8495            '64B' and
8496            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8497            'NDRPDR' and
8498            '2T1C' and
8499            'IP4FWD' and
8500            not 'IPSEC' and
8501            not 'VHOST'"
8502   parameters:
8503   - "throughput"
8504   - "parent"
8505   - "tags"
8506   sort:
8507   - "IP4BASE"
8508   - "FIB_20K"
8509   - "FIB_200K"
8510   - "FIB_2M"
8511   traces:
8512     hoverinfo: "x+y"
8513     boxpoints: "outliers"
8514     whiskerwidth: 0
8515   layout:
8516     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8517     layout: "plot-throughput"
8518
8519 -
8520   type: "plot"
8521   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8522   algorithm: "plot_performance_box"
8523   output-file-type: ".html"
8524   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8525   data: "plot-vpp-throughput-latency-3n-skx"
8526   filter: "'NIC_Intel-X710' and
8527            '64B' and
8528            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8529            'NDRPDR' and
8530            '2T1C' and
8531            'IP4FWD' and
8532            not 'IPSEC' and
8533            not 'VHOST'"
8534   parameters:
8535   - "throughput"
8536   - "parent"
8537   - "tags"
8538   sort:
8539   - "IP4BASE"
8540   - "FIB_20K"
8541   - "FIB_200K"
8542   - "FIB_2M"
8543   traces:
8544     hoverinfo: "x+y"
8545     boxpoints: "outliers"
8546     whiskerwidth: 0
8547   layout:
8548     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8549     layout: "plot-throughput"
8550
8551 -
8552   type: "plot"
8553   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8554   algorithm: "plot_performance_box"
8555   output-file-type: ".html"
8556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8557   data: "plot-vpp-throughput-latency-3n-skx"
8558   filter: "'NIC_Intel-X710' and
8559            '64B' and
8560            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8561            'NDRPDR' and
8562            '4T2C' and
8563            'IP4FWD' and
8564            not 'IPSEC' and
8565            not 'VHOST'"
8566   parameters:
8567   - "throughput"
8568   - "parent"
8569   - "tags"
8570   sort:
8571   - "IP4BASE"
8572   - "FIB_20K"
8573   - "FIB_200K"
8574   - "FIB_2M"
8575   traces:
8576     hoverinfo: "x+y"
8577     boxpoints: "outliers"
8578     whiskerwidth: 0
8579   layout:
8580     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8581     layout: "plot-throughput"
8582
8583 -
8584   type: "plot"
8585   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8586   algorithm: "plot_performance_box"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8589   data: "plot-vpp-throughput-latency-3n-skx"
8590   filter: "'NIC_Intel-X710' and
8591            '64B' and
8592            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8593            'NDRPDR' and
8594            '4T2C' and
8595            'IP4FWD' and
8596            not 'IPSEC' and
8597            not 'VHOST'"
8598   parameters:
8599   - "throughput"
8600   - "parent"
8601   - "tags"
8602   sort:
8603   - "IP4BASE"
8604   - "FIB_20K"
8605   - "FIB_200K"
8606   - "FIB_2M"
8607   traces:
8608     hoverinfo: "x+y"
8609     boxpoints: "outliers"
8610     whiskerwidth: 0
8611   layout:
8612     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8613     layout: "plot-throughput"
8614
8615 # Packet Throughput - VPP IPv4 3n-skx-x710 features
8616 -
8617   type: "plot"
8618   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
8619   algorithm: "plot_performance_box"
8620   output-file-type: ".html"
8621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
8622   data: "plot-vpp-throughput-latency-3n-skx"
8623   filter: "'NIC_Intel-X710' and
8624            '64B' and
8625            ('IP4BASE' or
8626             'POLICE_MARK' or
8627             'COPWHLIST' or
8628             ('NAT44' and 'BASE') or
8629             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8630            'NDRPDR' and
8631            '2T1C' and
8632            'IP4FWD' and
8633            not 'IPSEC' and
8634            not 'VHOST'"
8635   parameters:
8636   - "throughput"
8637   - "parent"
8638   - "tags"
8639   sort:
8640   - "IP4BASE"
8641   - "NAT44"
8642   - "POLICE_MARK"
8643   - "COPWHLIST"
8644   - "IACL"
8645   - "OACL"
8646   traces:
8647     hoverinfo: "x+y"
8648     boxpoints: "outliers"
8649     whiskerwidth: 0
8650   layout:
8651     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
8652     layout: "plot-throughput"
8653
8654 -
8655   type: "plot"
8656   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
8657   algorithm: "plot_performance_box"
8658   output-file-type: ".html"
8659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
8660   data: "plot-vpp-throughput-latency-3n-skx"
8661   filter: "'NIC_Intel-X710' and
8662            '64B' and
8663            ('IP4BASE' or
8664             'POLICE_MARK' or
8665             'COPWHLIST' or
8666             ('NAT44' and 'BASE') or
8667             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8668            'NDRPDR' and
8669            '2T1C' and
8670            'IP4FWD' and
8671            not 'IPSEC' and
8672            not 'VHOST'"
8673   parameters:
8674   - "throughput"
8675   - "parent"
8676   - "tags"
8677   sort:
8678   - "IP4BASE"
8679   - "NAT44"
8680   - "POLICE_MARK"
8681   - "COPWHLIST"
8682   - "IACL"
8683   - "OACL"
8684   traces:
8685     hoverinfo: "x+y"
8686     boxpoints: "outliers"
8687     whiskerwidth: 0
8688   layout:
8689     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
8690     layout: "plot-throughput"
8691
8692 -
8693   type: "plot"
8694   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
8695   algorithm: "plot_performance_box"
8696   output-file-type: ".html"
8697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
8698   data: "plot-vpp-throughput-latency-3n-skx"
8699   filter: "'NIC_Intel-X710' and
8700            '64B' and
8701            ('IP4BASE' or
8702             'POLICE_MARK' or
8703             'COPWHLIST' or
8704             ('NAT44' and 'BASE') or
8705             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8706            'NDRPDR' and
8707            '4T2C' and
8708            'IP4FWD' and
8709            not 'IPSEC' and
8710            not 'VHOST'"
8711   parameters:
8712   - "throughput"
8713   - "parent"
8714   - "tags"
8715   sort:
8716   - "IP4BASE"
8717   - "NAT44"
8718   - "POLICE_MARK"
8719   - "COPWHLIST"
8720   - "IACL"
8721   - "OACL"
8722   traces:
8723     hoverinfo: "x+y"
8724     boxpoints: "outliers"
8725     whiskerwidth: 0
8726   layout:
8727     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
8728     layout: "plot-throughput"
8729
8730 -
8731   type: "plot"
8732   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
8733   algorithm: "plot_performance_box"
8734   output-file-type: ".html"
8735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
8736   data: "plot-vpp-throughput-latency-3n-skx"
8737   filter: "'NIC_Intel-X710' and
8738            '64B' and
8739            ('IP4BASE' or
8740             'POLICE_MARK' or
8741             'COPWHLIST' or
8742             ('NAT44' and 'BASE') or
8743             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8744            'NDRPDR' and
8745            '4T2C' and
8746            'IP4FWD' and
8747            not 'IPSEC' and
8748            not 'VHOST'"
8749   parameters:
8750   - "throughput"
8751   - "parent"
8752   - "tags"
8753   sort:
8754   - "IP4BASE"
8755   - "NAT44"
8756   - "POLICE_MARK"
8757   - "COPWHLIST"
8758   - "IACL"
8759   - "OACL"
8760   traces:
8761     hoverinfo: "x+y"
8762     boxpoints: "outliers"
8763     whiskerwidth: 0
8764   layout:
8765     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
8766     layout: "plot-throughput"
8767
8768 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
8769 -
8770   type: "plot"
8771   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8772   algorithm: "plot_performance_box"
8773   output-file-type: ".html"
8774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8775   data: "plot-vpp-throughput-latency-3n-hsw"
8776   filter: "'NIC_Intel-X710' and
8777            '64B' and
8778            'NDRPDR' and
8779            '1T1C' and
8780            'IP4FWD' and
8781            'NAT44' and
8782            not 'IPSEC' and
8783            not 'VHOST'"
8784   parameters:
8785   - "throughput"
8786   - "parent"
8787   - "tags"
8788   sort:
8789   - "BASE"
8790   - "BASE"
8791   - "SRC_USER_10"
8792   - "SRC_USER_100"
8793   - "SRC_USER_1000"
8794   - "SRC_USER_2000"
8795   traces:
8796     hoverinfo: "x+y"
8797     boxpoints: "outliers"
8798     whiskerwidth: 0
8799   layout:
8800     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8801     layout: "plot-throughput"
8802
8803 -
8804   type: "plot"
8805   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8806   algorithm: "plot_performance_box"
8807   output-file-type: ".html"
8808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8809   data: "plot-vpp-throughput-latency-3n-hsw"
8810   filter: "'NIC_Intel-X710' and
8811            '64B' and
8812            'NDRPDR' and
8813            '1T1C' and
8814            'IP4FWD' and
8815            'NAT44' and
8816            not 'IPSEC' and
8817            not 'VHOST'"
8818   parameters:
8819   - "throughput"
8820   - "parent"
8821   - "tags"
8822   sort:
8823   - "BASE"
8824   - "BASE"
8825   - "SRC_USER_10"
8826   - "SRC_USER_100"
8827   - "SRC_USER_1000"
8828   - "SRC_USER_2000"
8829   traces:
8830     hoverinfo: "x+y"
8831     boxpoints: "outliers"
8832     whiskerwidth: 0
8833   layout:
8834     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8835     layout: "plot-throughput"
8836
8837 -
8838   type: "plot"
8839   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8840   algorithm: "plot_performance_box"
8841   output-file-type: ".html"
8842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8843   data: "plot-vpp-throughput-latency-3n-hsw"
8844   filter: "'NIC_Intel-X710' and
8845            '64B' and
8846            'NDRPDR' and
8847            '2T2C' and
8848            'IP4FWD' and
8849            'NAT44' and
8850            not 'IPSEC' and
8851            not 'VHOST'"
8852   parameters:
8853   - "throughput"
8854   - "parent"
8855   - "tags"
8856   sort:
8857   - "BASE"
8858   - "BASE"
8859   - "SRC_USER_10"
8860   - "SRC_USER_100"
8861   - "SRC_USER_1000"
8862   - "SRC_USER_2000"
8863   traces:
8864     hoverinfo: "x+y"
8865     boxpoints: "outliers"
8866     whiskerwidth: 0
8867   layout:
8868     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8869     layout: "plot-throughput"
8870
8871 -
8872   type: "plot"
8873   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8874   algorithm: "plot_performance_box"
8875   output-file-type: ".html"
8876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8877   data: "plot-vpp-throughput-latency-3n-hsw"
8878   filter: "'NIC_Intel-X710' and
8879            '64B' and
8880            'NDRPDR' and
8881            '2T2C' and
8882            'IP4FWD' and
8883            'NAT44' and
8884            not 'IPSEC' and
8885            not 'VHOST'"
8886   parameters:
8887   - "throughput"
8888   - "parent"
8889   - "tags"
8890   sort:
8891   - "BASE"
8892   - "BASE"
8893   - "SRC_USER_10"
8894   - "SRC_USER_100"
8895   - "SRC_USER_1000"
8896   - "SRC_USER_2000"
8897   traces:
8898     hoverinfo: "x+y"
8899     boxpoints: "outliers"
8900     whiskerwidth: 0
8901   layout:
8902     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8903     layout: "plot-throughput"
8904
8905 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
8906 -
8907   type: "plot"
8908   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
8909   algorithm: "plot_performance_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
8912   data: "plot-vpp-throughput-latency-3n-hsw"
8913   filter: "'NIC_Intel-X710' and
8914            '64B' and
8915            'NDRPDR' and
8916            '1T1C' and
8917            'IP4FWD' and
8918            'IACL' and
8919            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8920            not 'IPSEC' and
8921            not 'VHOST'"
8922   parameters:
8923   - "throughput"
8924   - "parent"
8925   - "tags"
8926   sort:
8927   - "ACL_STATELESS"
8928   - "ACL_STATEFUL"
8929   - "ACL_STATELESS"
8930   - "ACL_STATEFUL"
8931   traces:
8932     hoverinfo: "x+y"
8933     boxpoints: "outliers"
8934     whiskerwidth: 0
8935   layout:
8936     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
8937     layout: "plot-throughput"
8938
8939 -
8940   type: "plot"
8941   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
8942   algorithm: "plot_performance_box"
8943   output-file-type: ".html"
8944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
8945   data: "plot-vpp-throughput-latency-3n-hsw"
8946   filter: "'NIC_Intel-X710' and
8947            '64B' and
8948            'NDRPDR' and
8949            '1T1C' and
8950            'IP4FWD' and
8951            'IACL' and
8952            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8953            not 'IPSEC' and
8954            not 'VHOST'"
8955   parameters:
8956   - "throughput"
8957   - "parent"
8958   - "tags"
8959   sort:
8960   - "ACL_STATELESS"
8961   - "ACL_STATEFUL"
8962   - "ACL_STATELESS"
8963   - "ACL_STATEFUL"
8964   traces:
8965     hoverinfo: "x+y"
8966     boxpoints: "outliers"
8967     whiskerwidth: 0
8968   layout:
8969     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
8970     layout: "plot-throughput"
8971
8972 -
8973   type: "plot"
8974   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
8975   algorithm: "plot_performance_box"
8976   output-file-type: ".html"
8977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
8978   data: "plot-vpp-throughput-latency-3n-hsw"
8979   filter: "'NIC_Intel-X710' and
8980            '64B' and
8981            'NDRPDR' and
8982            '2T2C' and
8983            'IP4FWD' and
8984            'IACL' and
8985            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8986            not 'IPSEC' and
8987            not 'VHOST'"
8988   parameters:
8989   - "throughput"
8990   - "parent"
8991   - "tags"
8992   sort:
8993   - "ACL_STATELESS"
8994   - "ACL_STATEFUL"
8995   - "ACL_STATELESS"
8996   - "ACL_STATEFUL"
8997   traces:
8998     hoverinfo: "x+y"
8999     boxpoints: "outliers"
9000     whiskerwidth: 0
9001   layout:
9002     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9003     layout: "plot-throughput"
9004
9005 -
9006   type: "plot"
9007   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9008   algorithm: "plot_performance_box"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9011   data: "plot-vpp-throughput-latency-3n-hsw"
9012   filter: "'NIC_Intel-X710' and
9013            '64B' and
9014            'NDRPDR' and
9015            '2T2C' and
9016            'IP4FWD' and
9017            'IACL' and
9018            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9019            not 'IPSEC' and
9020            not 'VHOST'"
9021   parameters:
9022   - "throughput"
9023   - "parent"
9024   - "tags"
9025   sort:
9026   - "ACL_STATELESS"
9027   - "ACL_STATEFUL"
9028   - "ACL_STATELESS"
9029   - "ACL_STATEFUL"
9030   traces:
9031     hoverinfo: "x+y"
9032     boxpoints: "outliers"
9033     whiskerwidth: 0
9034   layout:
9035     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9036     layout: "plot-throughput"
9037
9038 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9039 -
9040   type: "plot"
9041   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9042   algorithm: "plot_performance_box"
9043   output-file-type: ".html"
9044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9045   data: "plot-vpp-throughput-latency-3n-hsw"
9046   filter: "'NIC_Intel-X710' and
9047            '64B' and
9048            'NDRPDR' and
9049            '1T1C' and
9050            'IP4FWD' and
9051            'OACL' and
9052            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9053            not 'IPSEC' and
9054            not 'VHOST'"
9055   parameters:
9056   - "throughput"
9057   - "parent"
9058   - "tags"
9059   sort:
9060   - "ACL_STATELESS"
9061   - "ACL_STATEFUL"
9062   - "ACL_STATELESS"
9063   - "ACL_STATEFUL"
9064   traces:
9065     hoverinfo: "x+y"
9066     boxpoints: "outliers"
9067     whiskerwidth: 0
9068   layout:
9069     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9070     layout: "plot-throughput"
9071
9072 -
9073   type: "plot"
9074   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9075   algorithm: "plot_performance_box"
9076   output-file-type: ".html"
9077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9078   data: "plot-vpp-throughput-latency-3n-hsw"
9079   filter: "'NIC_Intel-X710' and
9080            '64B' and
9081            'NDRPDR' and
9082            '1T1C' and
9083            'IP4FWD' and
9084            'OACL' and
9085            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9086            not 'IPSEC' and
9087            not 'VHOST'"
9088   parameters:
9089   - "throughput"
9090   - "parent"
9091   - "tags"
9092   sort:
9093   - "ACL_STATELESS"
9094   - "ACL_STATEFUL"
9095   - "ACL_STATELESS"
9096   - "ACL_STATEFUL"
9097   traces:
9098     hoverinfo: "x+y"
9099     boxpoints: "outliers"
9100     whiskerwidth: 0
9101   layout:
9102     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9103     layout: "plot-throughput"
9104
9105 -
9106   type: "plot"
9107   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9108   algorithm: "plot_performance_box"
9109   output-file-type: ".html"
9110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9111   data: "plot-vpp-throughput-latency-3n-hsw"
9112   filter: "'NIC_Intel-X710' and
9113            '64B' and
9114            'NDRPDR' and
9115            '2T2C' and
9116            'IP4FWD' and
9117            'OACL' and
9118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9119            not 'IPSEC' and
9120            not 'VHOST'"
9121   parameters:
9122   - "throughput"
9123   - "parent"
9124   - "tags"
9125   sort:
9126   - "ACL_STATELESS"
9127   - "ACL_STATEFUL"
9128   - "ACL_STATELESS"
9129   - "ACL_STATEFUL"
9130   traces:
9131     hoverinfo: "x+y"
9132     boxpoints: "outliers"
9133     whiskerwidth: 0
9134   layout:
9135     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9136     layout: "plot-throughput"
9137
9138 -
9139   type: "plot"
9140   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9141   algorithm: "plot_performance_box"
9142   output-file-type: ".html"
9143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9144   data: "plot-vpp-throughput-latency-3n-hsw"
9145   filter: "'NIC_Intel-X710' and
9146            '64B' and
9147            'NDRPDR' and
9148            '2T2C' and
9149            'IP4FWD' and
9150            'OACL' and
9151            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9152            not 'IPSEC' and
9153            not 'VHOST'"
9154   parameters:
9155   - "throughput"
9156   - "parent"
9157   - "tags"
9158   sort:
9159   - "ACL_STATELESS"
9160   - "ACL_STATEFUL"
9161   - "ACL_STATELESS"
9162   - "ACL_STATEFUL"
9163   traces:
9164     hoverinfo: "x+y"
9165     boxpoints: "outliers"
9166     whiskerwidth: 0
9167   layout:
9168     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9169     layout: "plot-throughput"
9170
9171 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9172 -
9173   type: "plot"
9174   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9175   algorithm: "plot_performance_box"
9176   output-file-type: ".html"
9177   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9178   data: "plot-vpp-throughput-latency-2n-skx"
9179   filter: "'NIC_Intel-X710' and
9180            '64B' and
9181            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9182            'NDRPDR' and
9183            '2T1C' and
9184            'IP4FWD' and
9185            not 'IPSEC' and
9186            not 'VHOST'"
9187   parameters:
9188   - "throughput"
9189   - "parent"
9190   - "tags"
9191   sort:
9192   - "IP4BASE"
9193   - "FIB_20K"
9194   - "FIB_200K"
9195   - "FIB_2M"
9196   traces:
9197     hoverinfo: "x+y"
9198     boxpoints: "outliers"
9199     whiskerwidth: 0
9200   layout:
9201     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9202     layout: "plot-throughput"
9203
9204 -
9205   type: "plot"
9206   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9207   algorithm: "plot_performance_box"
9208   output-file-type: ".html"
9209   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9210   data: "plot-vpp-throughput-latency-2n-skx"
9211   filter: "'NIC_Intel-X710' and
9212            '64B' and
9213            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9214            'NDRPDR' and
9215            '2T1C' and
9216            'IP4FWD' and
9217            not 'IPSEC' and
9218            not 'VHOST'"
9219   parameters:
9220   - "throughput"
9221   - "parent"
9222   - "tags"
9223   sort:
9224   - "IP4BASE"
9225   - "FIB_20K"
9226   - "FIB_200K"
9227   - "FIB_2M"
9228   traces:
9229     hoverinfo: "x+y"
9230     boxpoints: "outliers"
9231     whiskerwidth: 0
9232   layout:
9233     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9234     layout: "plot-throughput"
9235
9236 -
9237   type: "plot"
9238   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9239   algorithm: "plot_performance_box"
9240   output-file-type: ".html"
9241   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9242   data: "plot-vpp-throughput-latency-2n-skx"
9243   filter: "'NIC_Intel-X710' and
9244            '64B' and
9245            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9246            'NDRPDR' and
9247            '4T2C' and
9248            'IP4FWD' and
9249            not 'IPSEC' and
9250            not 'VHOST'"
9251   parameters:
9252   - "throughput"
9253   - "parent"
9254   - "tags"
9255   sort:
9256   - "IP4BASE"
9257   - "FIB_20K"
9258   - "FIB_200K"
9259   - "FIB_2M"
9260   traces:
9261     hoverinfo: "x+y"
9262     boxpoints: "outliers"
9263     whiskerwidth: 0
9264   layout:
9265     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9266     layout: "plot-throughput"
9267
9268 -
9269   type: "plot"
9270   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9271   algorithm: "plot_performance_box"
9272   output-file-type: ".html"
9273   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9274   data: "plot-vpp-throughput-latency-2n-skx"
9275   filter: "'NIC_Intel-X710' and
9276            '64B' and
9277            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9278            'NDRPDR' and
9279            '4T2C' and
9280            'IP4FWD' and
9281            not 'IPSEC' and
9282            not 'VHOST'"
9283   parameters:
9284   - "throughput"
9285   - "parent"
9286   - "tags"
9287   sort:
9288   - "IP4BASE"
9289   - "FIB_20K"
9290   - "FIB_200K"
9291   - "FIB_2M"
9292   traces:
9293     hoverinfo: "x+y"
9294     boxpoints: "outliers"
9295     whiskerwidth: 0
9296   layout:
9297     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9298     layout: "plot-throughput"
9299
9300 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9301 -
9302   type: "plot"
9303   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9304   algorithm: "plot_performance_box"
9305   output-file-type: ".html"
9306   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9307   data: "plot-vpp-throughput-latency-2n-skx"
9308   filter: "'NIC_Intel-XXV710' and
9309            '64B' and
9310            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9311            'NDRPDR' and
9312            '2T1C' and
9313            'IP4FWD' and
9314            not 'IPSEC' and
9315            not 'VHOST'"
9316   parameters:
9317   - "throughput"
9318   - "parent"
9319   - "tags"
9320   sort:
9321   - "IP4BASE"
9322   - "FIB_20K"
9323   - "FIB_200K"
9324   - "FIB_2M"
9325   traces:
9326     hoverinfo: "x+y"
9327     boxpoints: "outliers"
9328     whiskerwidth: 0
9329   layout:
9330     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9331     layout: "plot-throughput"
9332
9333 -
9334   type: "plot"
9335   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9336   algorithm: "plot_performance_box"
9337   output-file-type: ".html"
9338   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9339   data: "plot-vpp-throughput-latency-2n-skx"
9340   filter: "'NIC_Intel-XXV710' and
9341            '64B' and
9342            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9343            'NDRPDR' and
9344            '2T1C' and
9345            'IP4FWD' and
9346            not 'IPSEC' and
9347            not 'VHOST'"
9348   parameters:
9349   - "throughput"
9350   - "parent"
9351   - "tags"
9352   sort:
9353   - "IP4BASE"
9354   - "FIB_20K"
9355   - "FIB_200K"
9356   - "FIB_2M"
9357   traces:
9358     hoverinfo: "x+y"
9359     boxpoints: "outliers"
9360     whiskerwidth: 0
9361   layout:
9362     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9363     layout: "plot-throughput"
9364
9365 -
9366   type: "plot"
9367   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9368   algorithm: "plot_performance_box"
9369   output-file-type: ".html"
9370   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9371   data: "plot-vpp-throughput-latency-2n-skx"
9372   filter: "'NIC_Intel-XXV710' and
9373            '64B' and
9374            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9375            'NDRPDR' and
9376            '4T2C' and
9377            'IP4FWD' and
9378            not 'IPSEC' and
9379            not 'VHOST'"
9380   parameters:
9381   - "throughput"
9382   - "parent"
9383   - "tags"
9384   sort:
9385   - "IP4BASE"
9386   - "FIB_20K"
9387   - "FIB_200K"
9388   - "FIB_2M"
9389   traces:
9390     hoverinfo: "x+y"
9391     boxpoints: "outliers"
9392     whiskerwidth: 0
9393   layout:
9394     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9395     layout: "plot-throughput"
9396
9397 -
9398   type: "plot"
9399   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9400   algorithm: "plot_performance_box"
9401   output-file-type: ".html"
9402   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9403   data: "plot-vpp-throughput-latency-2n-skx"
9404   filter: "'NIC_Intel-XXV710' and
9405            '64B' and
9406            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9407            'NDRPDR' and
9408            '4T2C' and
9409            'IP4FWD' and
9410            not 'IPSEC' and
9411            not 'VHOST'"
9412   parameters:
9413   - "throughput"
9414   - "parent"
9415   - "tags"
9416   sort:
9417   - "IP4BASE"
9418   - "FIB_20K"
9419   - "FIB_200K"
9420   - "FIB_2M"
9421   traces:
9422     hoverinfo: "x+y"
9423     boxpoints: "outliers"
9424     whiskerwidth: 0
9425   layout:
9426     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9427     layout: "plot-throughput"
9428
9429 ################################################################################
9430
9431 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
9432 -
9433   type: "plot"
9434   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9435   algorithm: "plot_performance_box"
9436   output-file-type: ".html"
9437   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9438   data: "plot-vpp-throughput-latency-3n-hsw"
9439   filter: "'NIC_Intel-X520-DA2' and
9440            '64B' and
9441            'ENCAP' and
9442            'NDRPDR' and
9443            '1T1C' and
9444            'VXLAN' and
9445            'L2BDMACLRN' and
9446            not 'VHOST' and
9447            not 'IPSECHW'"
9448   parameters:
9449   - "throughput"
9450   - "parent"
9451   - "tags"
9452   sort:
9453   - "not DOT1Q"
9454   - "VXLAN_1"
9455   - "VXLAN_10"
9456   - "VXLAN_100"
9457   - "VXLAN_1000"
9458   traces:
9459     hoverinfo: "x+y"
9460     boxpoints: "outliers"
9461     whiskerwidth: 0
9462   layout:
9463     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9464     layout: "plot-throughput"
9465
9466 -
9467   type: "plot"
9468   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9469   algorithm: "plot_performance_box"
9470   output-file-type: ".html"
9471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9472   data: "plot-vpp-throughput-latency-3n-hsw"
9473   filter: "'NIC_Intel-X520-DA2' and
9474            '64B' and
9475            'ENCAP' and
9476            'NDRPDR' and
9477            '1T1C' and
9478            'VXLAN' and
9479            'L2BDMACLRN' and
9480            not 'VHOST' and
9481            not 'IPSECHW'"
9482   parameters:
9483   - "throughput"
9484   - "parent"
9485   - "tags"
9486   sort:
9487   - "not DOT1Q"
9488   - "VXLAN_1"
9489   - "VXLAN_10"
9490   - "VXLAN_100"
9491   - "VXLAN_1000"
9492   traces:
9493     hoverinfo: "x+y"
9494     boxpoints: "outliers"
9495     whiskerwidth: 0
9496   layout:
9497     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9498     layout: "plot-throughput"
9499
9500 -
9501   type: "plot"
9502   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9503   algorithm: "plot_performance_box"
9504   output-file-type: ".html"
9505   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9506   data: "plot-vpp-throughput-latency-3n-hsw"
9507   filter: "'NIC_Intel-X520-DA2' and
9508            '64B' and
9509            'ENCAP' and
9510            'NDRPDR' and
9511            '2T2C' and
9512            'VXLAN' and
9513            'L2BDMACLRN' and
9514            not 'VHOST' and
9515            not 'IPSECHW'"
9516   parameters:
9517   - "throughput"
9518   - "parent"
9519   - "tags"
9520   sort:
9521   - "not DOT1Q"
9522   - "VXLAN_1"
9523   - "VXLAN_10"
9524   - "VXLAN_100"
9525   - "VXLAN_1000"
9526   traces:
9527     hoverinfo: "x+y"
9528     boxpoints: "outliers"
9529     whiskerwidth: 0
9530   layout:
9531     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9532     layout: "plot-throughput"
9533
9534 -
9535   type: "plot"
9536   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9537   algorithm: "plot_performance_box"
9538   output-file-type: ".html"
9539   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9540   data: "plot-vpp-throughput-latency-3n-hsw"
9541   filter: "'NIC_Intel-X520-DA2' and
9542            '64B' and
9543            'ENCAP' and
9544            'NDRPDR' and
9545            '2T2C' and
9546            'VXLAN' and
9547            'L2BDMACLRN' and
9548            not 'VHOST' and
9549            not 'IPSECHW'"
9550   parameters:
9551   - "throughput"
9552   - "parent"
9553   - "tags"
9554   sort:
9555   - "not DOT1Q"
9556   - "VXLAN_1"
9557   - "VXLAN_10"
9558   - "VXLAN_100"
9559   - "VXLAN_1000"
9560   traces:
9561     hoverinfo: "x+y"
9562     boxpoints: "outliers"
9563     whiskerwidth: 0
9564   layout:
9565     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9566     layout: "plot-throughput"
9567
9568 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
9569 -
9570   type: "plot"
9571   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9572   algorithm: "plot_performance_box"
9573   output-file-type: ".html"
9574   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9575   data: "plot-vpp-throughput-latency-3n-hsw"
9576   filter: "'NIC_Intel-X520-DA2' and
9577            '64B' and
9578            'ENCAP' and
9579            'NDRPDR' and
9580            '1T1C' and
9581            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9582            not 'DOT1Q' and
9583            not 'VHOST' and
9584            not 'IPSECHW'"
9585   parameters:
9586   - "throughput"
9587   - "parent"
9588   - "tags"
9589   sort:
9590   - "L2BDMACLRN"
9591   - "L2XCFWD"
9592   - "LISP"
9593   traces:
9594     hoverinfo: "x+y"
9595     boxpoints: "outliers"
9596     whiskerwidth: 0
9597   layout:
9598     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9599     layout: "plot-throughput"
9600
9601 -
9602   type: "plot"
9603   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9604   algorithm: "plot_performance_box"
9605   output-file-type: ".html"
9606   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9607   data: "plot-vpp-throughput-latency-3n-hsw"
9608   filter: "'NIC_Intel-X520-DA2' and
9609            '64B' and
9610            'ENCAP' and
9611            'NDRPDR' and
9612            '2T2C' and
9613            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9614            not 'DOT1Q' and
9615            not 'VHOST' and
9616            not 'IPSECHW'"
9617   parameters:
9618   - "throughput"
9619   - "parent"
9620   - "tags"
9621   sort:
9622   - "L2BDMACLRN"
9623   - "L2XCFWD"
9624   - "LISP"
9625   traces:
9626     hoverinfo: "x+y"
9627     boxpoints: "outliers"
9628     whiskerwidth: 0
9629   layout:
9630     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9631     layout: "plot-throughput"
9632
9633 -
9634   type: "plot"
9635   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9636   algorithm: "plot_performance_box"
9637   output-file-type: ".html"
9638   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9639   data: "plot-vpp-throughput-latency-3n-hsw"
9640   filter: "'NIC_Intel-X520-DA2' and
9641            '64B' and
9642            'ENCAP' and
9643            'NDRPDR' and
9644            '1T1C' and
9645            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9646            not 'DOT1Q' and
9647            not 'VHOST' and
9648            not 'IPSECHW'"
9649   parameters:
9650   - "throughput"
9651   - "parent"
9652   - "tags"
9653   sort:
9654   - "L2BDMACLRN"
9655   - "L2XCFWD"
9656   - "LISP"
9657   traces:
9658     hoverinfo: "x+y"
9659     boxpoints: "outliers"
9660     whiskerwidth: 0
9661   layout:
9662     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9663     layout: "plot-throughput"
9664
9665 -
9666   type: "plot"
9667   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9668   algorithm: "plot_performance_box"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9671   data: "plot-vpp-throughput-latency-3n-hsw"
9672   filter: "'NIC_Intel-X520-DA2' and
9673            '64B' and
9674            'ENCAP' and
9675            'NDRPDR' and
9676            '2T2C' and
9677            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9678            not 'DOT1Q' and
9679            not 'VHOST' and
9680            not 'IPSECHW'"
9681   parameters:
9682   - "throughput"
9683   - "parent"
9684   - "tags"
9685   sort:
9686   - "L2BDMACLRN"
9687   - "L2XCFWD"
9688   - "LISP"
9689   traces:
9690     hoverinfo: "x+y"
9691     boxpoints: "outliers"
9692     whiskerwidth: 0
9693   layout:
9694     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9695     layout: "plot-throughput"
9696
9697 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
9698 -
9699   type: "plot"
9700   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9701   algorithm: "plot_performance_box"
9702   output-file-type: ".html"
9703   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9704   data: "plot-vpp-throughput-latency-3n-hsw"
9705   filter: "'NIC_Intel-X710' and
9706            '64B' and
9707            'ENCAP' and
9708            'NDRPDR' and
9709            '1T1C' and
9710            'VXLAN' and
9711            'L2BDMACLRN' and
9712            not 'VHOST' and
9713            not 'IPSECHW'"
9714   parameters:
9715   - "throughput"
9716   - "parent"
9717   - "tags"
9718   sort:
9719   - "not DOT1Q"
9720   - "VXLAN_1"
9721   - "VXLAN_10"
9722   - "VXLAN_100"
9723   - "VXLAN_1000"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9730     layout: "plot-throughput"
9731
9732 -
9733   type: "plot"
9734   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9735   algorithm: "plot_performance_box"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9738   data: "plot-vpp-throughput-latency-3n-hsw"
9739   filter: "'NIC_Intel-X710' and
9740            '64B' and
9741            'ENCAP' and
9742            'NDRPDR' and
9743            '1T1C' and
9744            'VXLAN' and
9745            'L2BDMACLRN' and
9746            not 'VHOST' and
9747            not 'IPSECHW'"
9748   parameters:
9749   - "throughput"
9750   - "parent"
9751   - "tags"
9752   sort:
9753   - "not DOT1Q"
9754   - "VXLAN_1"
9755   - "VXLAN_10"
9756   - "VXLAN_100"
9757   - "VXLAN_1000"
9758   traces:
9759     hoverinfo: "x+y"
9760     boxpoints: "outliers"
9761     whiskerwidth: 0
9762   layout:
9763     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9764     layout: "plot-throughput"
9765
9766 -
9767   type: "plot"
9768   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9769   algorithm: "plot_performance_box"
9770   output-file-type: ".html"
9771   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9772   data: "plot-vpp-throughput-latency-3n-hsw"
9773   filter: "'NIC_Intel-X710' and
9774            '64B' and
9775            'ENCAP' and
9776            'NDRPDR' and
9777            '2T2C' and
9778            'VXLAN' and
9779            'L2BDMACLRN' and
9780            not 'VHOST' and
9781            not 'IPSECHW'"
9782   parameters:
9783   - "throughput"
9784   - "parent"
9785   - "tags"
9786   sort:
9787   - "not DOT1Q"
9788   - "VXLAN_1"
9789   - "VXLAN_10"
9790   - "VXLAN_100"
9791   - "VXLAN_1000"
9792   traces:
9793     hoverinfo: "x+y"
9794     boxpoints: "outliers"
9795     whiskerwidth: 0
9796   layout:
9797     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9798     layout: "plot-throughput"
9799
9800 -
9801   type: "plot"
9802   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9806   data: "plot-vpp-throughput-latency-3n-hsw"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            'ENCAP' and
9810            'NDRPDR' and
9811            '2T2C' and
9812            'VXLAN' and
9813            'L2BDMACLRN' and
9814            not 'VHOST' and
9815            not 'IPSECHW'"
9816   parameters:
9817   - "throughput"
9818   - "parent"
9819   - "tags"
9820   sort:
9821   - "not DOT1Q"
9822   - "VXLAN_1"
9823   - "VXLAN_10"
9824   - "VXLAN_100"
9825   - "VXLAN_1000"
9826   traces:
9827     hoverinfo: "x+y"
9828     boxpoints: "outliers"
9829     whiskerwidth: 0
9830   layout:
9831     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9832     layout: "plot-throughput"
9833
9834 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
9835 -
9836   type: "plot"
9837   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9838   algorithm: "plot_performance_box"
9839   output-file-type: ".html"
9840   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9841   data: "plot-vpp-throughput-latency-3n-hsw"
9842   filter: "'NIC_Intel-X710' and
9843            '64B' and
9844            'ENCAP' and
9845            'NDRPDR' and
9846            '1T1C' and
9847            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9848            not 'DOT1Q' and
9849            not 'VHOST' and
9850            not 'IPSECHW'"
9851   parameters:
9852   - "throughput"
9853   - "parent"
9854   - "tags"
9855   sort:
9856   - "L2BDMACLRN"
9857   - "L2XCFWD"
9858   - "LISP"
9859   traces:
9860     hoverinfo: "x+y"
9861     boxpoints: "outliers"
9862     whiskerwidth: 0
9863   layout:
9864     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9865     layout: "plot-throughput"
9866
9867 -
9868   type: "plot"
9869   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9870   algorithm: "plot_performance_box"
9871   output-file-type: ".html"
9872   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9873   data: "plot-vpp-throughput-latency-3n-hsw"
9874   filter: "'NIC_Intel-X710' and
9875            '64B' and
9876            'ENCAP' and
9877            'NDRPDR' and
9878            '2T2C' and
9879            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9880            not 'DOT1Q' and
9881            not 'VHOST' and
9882            not 'IPSECHW'"
9883   parameters:
9884   - "throughput"
9885   - "parent"
9886   - "tags"
9887   sort:
9888   - "L2BDMACLRN"
9889   - "L2XCFWD"
9890   - "LISP"
9891   traces:
9892     hoverinfo: "x+y"
9893     boxpoints: "outliers"
9894     whiskerwidth: 0
9895   layout:
9896     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9897     layout: "plot-throughput"
9898
9899 -
9900   type: "plot"
9901   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9902   algorithm: "plot_performance_box"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9905   data: "plot-vpp-throughput-latency-3n-hsw"
9906   filter: "'NIC_Intel-X710' and
9907            '64B' and
9908            'ENCAP' and
9909            'NDRPDR' and
9910            '1T1C' and
9911            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9912            not 'DOT1Q' and
9913            not 'VHOST' and
9914            not 'IPSECHW'"
9915   parameters:
9916   - "throughput"
9917   - "parent"
9918   - "tags"
9919   sort:
9920   - "L2BDMACLRN"
9921   - "L2XCFWD"
9922   - "LISP"
9923   traces:
9924     hoverinfo: "x+y"
9925     boxpoints: "outliers"
9926     whiskerwidth: 0
9927   layout:
9928     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9929     layout: "plot-throughput"
9930
9931 -
9932   type: "plot"
9933   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
9934   algorithm: "plot_performance_box"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
9937   data: "plot-vpp-throughput-latency-3n-hsw"
9938   filter: "'NIC_Intel-X710' and
9939            '64B' and
9940            'ENCAP' and
9941            'NDRPDR' and
9942            '2T2C' and
9943            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9944            not 'DOT1Q' and
9945            not 'VHOST' and
9946            not 'IPSECHW'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "L2BDMACLRN"
9953   - "L2XCFWD"
9954   - "LISP"
9955   traces:
9956     hoverinfo: "x+y"
9957     boxpoints: "outliers"
9958     whiskerwidth: 0
9959   layout:
9960     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
9961     layout: "plot-throughput"
9962
9963 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
9964 -
9965   type: "plot"
9966   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9967   algorithm: "plot_performance_box"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9970   data: "plot-vpp-throughput-latency-3n-skx"
9971   filter: "'NIC_Intel-X710' and
9972            '64B' and
9973            'ENCAP' and
9974            'NDRPDR' and
9975            '2T1C' and
9976            'VXLAN' and
9977            'L2BDMACLRN' and
9978            not 'VHOST' and
9979            not 'IPSECHW'"
9980   parameters:
9981   - "throughput"
9982   - "parent"
9983   - "tags"
9984   sort:
9985   - "not DOT1Q"
9986   - "VXLAN_1"
9987   - "VXLAN_10"
9988   - "VXLAN_100"
9989   - "VXLAN_1000"
9990   traces:
9991     hoverinfo: "x+y"
9992     boxpoints: "outliers"
9993     whiskerwidth: 0
9994   layout:
9995     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9996     layout: "plot-throughput"
9997
9998 -
9999   type: "plot"
10000   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10001   algorithm: "plot_performance_box"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10004   data: "plot-vpp-throughput-latency-3n-skx"
10005   filter: "'NIC_Intel-X710' and
10006            '64B' and
10007            'ENCAP' and
10008            'NDRPDR' and
10009            '2T1C' and
10010            'VXLAN' and
10011            'L2BDMACLRN' and
10012            not 'VHOST' and
10013            not 'IPSECHW'"
10014   parameters:
10015   - "throughput"
10016   - "parent"
10017   - "tags"
10018   sort:
10019   - "not DOT1Q"
10020   - "VXLAN_1"
10021   - "VXLAN_10"
10022   - "VXLAN_100"
10023   - "VXLAN_1000"
10024   traces:
10025     hoverinfo: "x+y"
10026     boxpoints: "outliers"
10027     whiskerwidth: 0
10028   layout:
10029     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10030     layout: "plot-throughput"
10031
10032 -
10033   type: "plot"
10034   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10035   algorithm: "plot_performance_box"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10038   data: "plot-vpp-throughput-latency-3n-skx"
10039   filter: "'NIC_Intel-X710' and
10040            '64B' and
10041            'ENCAP' and
10042            'NDRPDR' and
10043            '4T2C' and
10044            'VXLAN' and
10045            'L2BDMACLRN' and
10046            not 'VHOST' and
10047            not 'IPSECHW'"
10048   parameters:
10049   - "throughput"
10050   - "parent"
10051   - "tags"
10052   sort:
10053   - "not DOT1Q"
10054   - "VXLAN_1"
10055   - "VXLAN_10"
10056   - "VXLAN_100"
10057   - "VXLAN_1000"
10058   traces:
10059     hoverinfo: "x+y"
10060     boxpoints: "outliers"
10061     whiskerwidth: 0
10062   layout:
10063     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10064     layout: "plot-throughput"
10065
10066 -
10067   type: "plot"
10068   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10069   algorithm: "plot_performance_box"
10070   output-file-type: ".html"
10071   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10072   data: "plot-vpp-throughput-latency-3n-skx"
10073   filter: "'NIC_Intel-X710' and
10074            '64B' and
10075            'ENCAP' and
10076            'NDRPDR' and
10077            '4T2C' and
10078            'VXLAN' and
10079            'L2BDMACLRN' and
10080            not 'VHOST' and
10081            not 'IPSECHW'"
10082   parameters:
10083   - "throughput"
10084   - "parent"
10085   - "tags"
10086   sort:
10087   - "not DOT1Q"
10088   - "VXLAN_1"
10089   - "VXLAN_10"
10090   - "VXLAN_100"
10091   - "VXLAN_1000"
10092   traces:
10093     hoverinfo: "x+y"
10094     boxpoints: "outliers"
10095     whiskerwidth: 0
10096   layout:
10097     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10098     layout: "plot-throughput"
10099
10100 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10101 -
10102   type: "plot"
10103   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10104   algorithm: "plot_performance_box"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10107   data: "plot-vpp-throughput-latency-3n-skx"
10108   filter: "'NIC_Intel-X710' and
10109            '64B' and
10110            'ENCAP' and
10111            'NDRPDR' and
10112            '2T1C' and
10113            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10114            not 'DOT1Q' and
10115            not 'VHOST' and
10116            not 'IPSECHW'"
10117   parameters:
10118   - "throughput"
10119   - "parent"
10120   - "tags"
10121   sort:
10122   - "L2BDMACLRN"
10123   - "L2XCFWD"
10124   - "LISP"
10125   traces:
10126     hoverinfo: "x+y"
10127     boxpoints: "outliers"
10128     whiskerwidth: 0
10129   layout:
10130     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10131     layout: "plot-throughput"
10132
10133 -
10134   type: "plot"
10135   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10136   algorithm: "plot_performance_box"
10137   output-file-type: ".html"
10138   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10139   data: "plot-vpp-throughput-latency-3n-skx"
10140   filter: "'NIC_Intel-X710' and
10141            '64B' and
10142            'ENCAP' and
10143            'NDRPDR' and
10144            '4T2C' and
10145            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10146            not 'DOT1Q' and
10147            not 'VHOST' and
10148            not 'IPSECHW'"
10149   parameters:
10150   - "throughput"
10151   - "parent"
10152   - "tags"
10153   sort:
10154   - "L2BDMACLRN"
10155   - "L2XCFWD"
10156   - "LISP"
10157   traces:
10158     hoverinfo: "x+y"
10159     boxpoints: "outliers"
10160     whiskerwidth: 0
10161   layout:
10162     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10163     layout: "plot-throughput"
10164
10165 -
10166   type: "plot"
10167   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10168   algorithm: "plot_performance_box"
10169   output-file-type: ".html"
10170   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10171   data: "plot-vpp-throughput-latency-3n-skx"
10172   filter: "'NIC_Intel-X710' and
10173            '64B' and
10174            'ENCAP' and
10175            'NDRPDR' and
10176            '2T1C' and
10177            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10178            not 'DOT1Q' and
10179            not 'VHOST' and
10180            not 'IPSECHW'"
10181   parameters:
10182   - "throughput"
10183   - "parent"
10184   - "tags"
10185   sort:
10186   - "L2BDMACLRN"
10187   - "L2XCFWD"
10188   - "LISP"
10189   traces:
10190     hoverinfo: "x+y"
10191     boxpoints: "outliers"
10192     whiskerwidth: 0
10193   layout:
10194     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10195     layout: "plot-throughput"
10196
10197 -
10198   type: "plot"
10199   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10200   algorithm: "plot_performance_box"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10203   data: "plot-vpp-throughput-latency-3n-skx"
10204   filter: "'NIC_Intel-X710' and
10205            '64B' and
10206            'ENCAP' and
10207            'NDRPDR' and
10208            '4T2C' and
10209            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10210            not 'DOT1Q' and
10211            not 'VHOST' and
10212            not 'IPSECHW'"
10213   parameters:
10214   - "throughput"
10215   - "parent"
10216   - "tags"
10217   sort:
10218   - "L2BDMACLRN"
10219   - "L2XCFWD"
10220   - "LISP"
10221   traces:
10222     hoverinfo: "x+y"
10223     boxpoints: "outliers"
10224     whiskerwidth: 0
10225   layout:
10226     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10227     layout: "plot-throughput"
10228
10229 ################################################################################
10230
10231 # Packet Throughput - VPP IPv6 3n-hsw-x520
10232 -
10233   type: "plot"
10234   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10235   algorithm: "plot_performance_box"
10236   output-file-type: ".html"
10237   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10238   data: "plot-vpp-throughput-latency-3n-hsw"
10239   filter: "'NIC_Intel-X520-DA2' and
10240            '78B' and
10241            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10242            'NDRPDR' and
10243            '1T1C' and
10244            'IP6FWD' and
10245            not 'SRv6' and
10246            not 'IPSEC' and
10247            not 'VHOST'"
10248   parameters:
10249   - "throughput"
10250   - "parent"
10251   - "tags"
10252   sort:
10253   - "IP6BASE"
10254   - "FIB_20K"
10255   - "FIB_200K"
10256   - "FIB_2M"
10257   traces:
10258     hoverinfo: "x+y"
10259     boxpoints: "outliers"
10260     whiskerwidth: 0
10261   layout:
10262     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10263     layout: "plot-throughput"
10264
10265 -
10266   type: "plot"
10267   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10268   algorithm: "plot_performance_box"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10271   data: "plot-vpp-throughput-latency-3n-hsw"
10272   filter: "'NIC_Intel-X520-DA2' and
10273            '78B' and
10274            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10275            'NDRPDR' and
10276            '1T1C' and
10277            'IP6FWD' and
10278            not 'SRv6' and
10279            not 'IPSEC' and
10280            not 'VHOST'"
10281   parameters:
10282   - "throughput"
10283   - "parent"
10284   - "tags"
10285   sort:
10286   - "IP6BASE"
10287   - "FIB_20K"
10288   - "FIB_200K"
10289   - "FIB_2M"
10290   traces:
10291     hoverinfo: "x+y"
10292     boxpoints: "outliers"
10293     whiskerwidth: 0
10294   layout:
10295     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10296     layout: "plot-throughput"
10297
10298 -
10299   type: "plot"
10300   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10301   algorithm: "plot_performance_box"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10304   data: "plot-vpp-throughput-latency-3n-hsw"
10305   filter: "'NIC_Intel-X520-DA2' and
10306            '78B' and
10307            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10308            'NDRPDR' and
10309            '2T2C' and
10310            'IP6FWD' and
10311            not 'SRv6' and
10312            not 'IPSEC' and
10313            not 'VHOST'"
10314   parameters:
10315   - "throughput"
10316   - "parent"
10317   - "tags"
10318   sort:
10319   - "IP6BASE"
10320   - "FIB_20K"
10321   - "FIB_200K"
10322   - "FIB_2M"
10323   traces:
10324     hoverinfo: "x+y"
10325     boxpoints: "outliers"
10326     whiskerwidth: 0
10327   layout:
10328     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10329     layout: "plot-throughput"
10330
10331 -
10332   type: "plot"
10333   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10334   algorithm: "plot_performance_box"
10335   output-file-type: ".html"
10336   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10337   data: "plot-vpp-throughput-latency-3n-hsw"
10338   filter: "'NIC_Intel-X520-DA2' and
10339            '78B' and
10340            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10341            'NDRPDR' and
10342            '2T2C' and
10343            'IP6FWD' and
10344            not 'SRv6' and
10345            not 'IPSEC' and
10346            not 'VHOST'"
10347   parameters:
10348   - "throughput"
10349   - "parent"
10350   - "tags"
10351   sort:
10352   - "IP6BASE"
10353   - "FIB_20K"
10354   - "FIB_200K"
10355   - "FIB_2M"
10356   traces:
10357     hoverinfo: "x+y"
10358     boxpoints: "outliers"
10359     whiskerwidth: 0
10360   layout:
10361     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10362     layout: "plot-throughput"
10363
10364 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
10365 -
10366   type: "plot"
10367   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10368   algorithm: "plot_performance_box"
10369   output-file-type: ".html"
10370   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10371   data: "plot-vpp-throughput-latency-3n-hsw"
10372   filter: "'NIC_Intel-X520-DA2' and
10373            '78B' and
10374            ('IP6BASE' or
10375             'POLICE_MARK' or
10376             'COPWHLIST' or
10377             'IACLDST') and
10378            'NDRPDR' and
10379            '1T1C' and
10380            'IP6FWD' and
10381            not 'SRv6' and
10382            not 'IPSEC' and
10383            not 'VHOST'"
10384   parameters:
10385   - "throughput"
10386   - "parent"
10387   - "tags"
10388   sort:
10389   - "IP6BASE"
10390   - "POLICE_MARK"
10391   - "COPWHLIST"
10392   - "IACLDST"
10393   traces:
10394     hoverinfo: "x+y"
10395     boxpoints: "outliers"
10396     whiskerwidth: 0
10397   layout:
10398     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10399     layout: "plot-throughput"
10400
10401 -
10402   type: "plot"
10403   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10404   algorithm: "plot_performance_box"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10407   data: "plot-vpp-throughput-latency-3n-hsw"
10408   filter: "'NIC_Intel-X520-DA2' and
10409            '78B' and
10410            ('IP6BASE' or
10411             'POLICE_MARK' or
10412             'COPWHLIST' or
10413             'IACLDST') and
10414            'NDRPDR' and
10415            '2T2C' and
10416            'IP6FWD' and
10417            not 'SRv6' and
10418            not 'IPSEC' and
10419            not 'VHOST'"
10420   parameters:
10421   - "throughput"
10422   - "parent"
10423   - "tags"
10424   sort:
10425   - "IP6BASE"
10426   - "POLICE_MARK"
10427   - "COPWHLIST"
10428   - "IACLDST"
10429   traces:
10430     hoverinfo: "x+y"
10431     boxpoints: "outliers"
10432     whiskerwidth: 0
10433   layout:
10434     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10435     layout: "plot-throughput"
10436
10437 -
10438   type: "plot"
10439   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10440   algorithm: "plot_performance_box"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10443   data: "plot-vpp-throughput-latency-3n-hsw"
10444   filter: "'NIC_Intel-X520-DA2' and
10445            '78B' and
10446            ('IP6BASE' or
10447             'POLICE_MARK' or
10448             'COPWHLIST' or
10449             'IACLDST') and
10450            'NDRPDR' and
10451            '1T1C' and
10452            'IP6FWD' and
10453            not 'SRv6' and
10454            not 'IPSEC' and
10455            not 'VHOST'"
10456   parameters:
10457   - "throughput"
10458   - "parent"
10459   - "tags"
10460   sort:
10461   - "IP6BASE"
10462   - "POLICE_MARK"
10463   - "COPWHLIST"
10464   - "IACLDST"
10465   traces:
10466     hoverinfo: "x+y"
10467     boxpoints: "outliers"
10468     whiskerwidth: 0
10469   layout:
10470     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10471     layout: "plot-throughput"
10472
10473 -
10474   type: "plot"
10475   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10476   algorithm: "plot_performance_box"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10479   data: "plot-vpp-throughput-latency-3n-hsw"
10480   filter: "'NIC_Intel-X520-DA2' and
10481            '78B' and
10482            ('IP6BASE' or
10483             'POLICE_MARK' or
10484             'COPWHLIST' or
10485             'IACLDST') and
10486            'NDRPDR' and
10487            '2T2C' and
10488            'IP6FWD' and
10489            not 'SRv6' and
10490            not 'IPSEC' and
10491            not 'VHOST'"
10492   parameters:
10493   - "throughput"
10494   - "parent"
10495   - "tags"
10496   sort:
10497   - "IP6BASE"
10498   - "POLICE_MARK"
10499   - "COPWHLIST"
10500   - "IACLDST"
10501   traces:
10502     hoverinfo: "x+y"
10503     boxpoints: "outliers"
10504     whiskerwidth: 0
10505   layout:
10506     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10507     layout: "plot-throughput"
10508
10509 # Packet Throughput - VPP IPv6 3n-hsw-x710
10510 -
10511   type: "plot"
10512   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10513   algorithm: "plot_performance_box"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10516   data: "plot-vpp-throughput-latency-3n-hsw"
10517   filter: "'NIC_Intel-X710' and
10518            '78B' and
10519            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10520            'NDRPDR' and
10521            '1T1C' and
10522            'IP6FWD' and
10523            not 'SRv6' and
10524            not 'IPSEC' and
10525            not 'VHOST'"
10526   parameters:
10527   - "throughput"
10528   - "parent"
10529   - "tags"
10530   sort:
10531   - "IP6BASE"
10532   - "FIB_20K"
10533   - "FIB_200K"
10534   - "FIB_2M"
10535   traces:
10536     hoverinfo: "x+y"
10537     boxpoints: "outliers"
10538     whiskerwidth: 0
10539   layout:
10540     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10541     layout: "plot-throughput"
10542
10543 -
10544   type: "plot"
10545   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10546   algorithm: "plot_performance_box"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10549   data: "plot-vpp-throughput-latency-3n-hsw"
10550   filter: "'NIC_Intel-X710' and
10551            '78B' and
10552            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10553            'NDRPDR' and
10554            '1T1C' and
10555            'IP6FWD' and
10556            not 'SRv6' and
10557            not 'IPSEC' and
10558            not 'VHOST'"
10559   parameters:
10560   - "throughput"
10561   - "parent"
10562   - "tags"
10563   sort:
10564   - "IP6BASE"
10565   - "FIB_20K"
10566   - "FIB_200K"
10567   - "FIB_2M"
10568   traces:
10569     hoverinfo: "x+y"
10570     boxpoints: "outliers"
10571     whiskerwidth: 0
10572   layout:
10573     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10574     layout: "plot-throughput"
10575
10576 -
10577   type: "plot"
10578   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10579   algorithm: "plot_performance_box"
10580   output-file-type: ".html"
10581   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10582   data: "plot-vpp-throughput-latency-3n-hsw"
10583   filter: "'NIC_Intel-X710' and
10584            '78B' and
10585            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10586            'NDRPDR' and
10587            '2T2C' and
10588            'IP6FWD' and
10589            not 'SRv6' and
10590            not 'IPSEC' and
10591            not 'VHOST'"
10592   parameters:
10593   - "throughput"
10594   - "parent"
10595   - "tags"
10596   sort:
10597   - "IP6BASE"
10598   - "FIB_20K"
10599   - "FIB_200K"
10600   - "FIB_2M"
10601   traces:
10602     hoverinfo: "x+y"
10603     boxpoints: "outliers"
10604     whiskerwidth: 0
10605   layout:
10606     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10607     layout: "plot-throughput"
10608
10609 -
10610   type: "plot"
10611   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10612   algorithm: "plot_performance_box"
10613   output-file-type: ".html"
10614   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10615   data: "plot-vpp-throughput-latency-3n-hsw"
10616   filter: "'NIC_Intel-X710' and
10617            '78B' and
10618            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10619            'NDRPDR' and
10620            '2T2C' and
10621            'IP6FWD' and
10622            not 'SRv6' and
10623            not 'IPSEC' and
10624            not 'VHOST'"
10625   parameters:
10626   - "throughput"
10627   - "parent"
10628   - "tags"
10629   sort:
10630   - "IP6BASE"
10631   - "FIB_20K"
10632   - "FIB_200K"
10633   - "FIB_2M"
10634   traces:
10635     hoverinfo: "x+y"
10636     boxpoints: "outliers"
10637     whiskerwidth: 0
10638   layout:
10639     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10640     layout: "plot-throughput"
10641
10642 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
10643 -
10644   type: "plot"
10645   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10646   algorithm: "plot_performance_box"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10649   data: "plot-vpp-throughput-latency-3n-hsw"
10650   filter: "'NIC_Intel-X710' and
10651            '78B' and
10652            ('IP6BASE' or
10653             'POLICE_MARK' or
10654             'COPWHLIST' or
10655             'IACLDST') and
10656            'NDRPDR' and
10657            '1T1C' and
10658            'IP6FWD' and
10659            not 'SRv6' and
10660            not 'IPSEC' and
10661            not 'VHOST'"
10662   parameters:
10663   - "throughput"
10664   - "parent"
10665   - "tags"
10666   sort:
10667   - "IP6BASE"
10668   - "POLICE_MARK"
10669   - "COPWHLIST"
10670   - "IACLDST"
10671   traces:
10672     hoverinfo: "x+y"
10673     boxpoints: "outliers"
10674     whiskerwidth: 0
10675   layout:
10676     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10677     layout: "plot-throughput"
10678
10679 -
10680   type: "plot"
10681   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10682   algorithm: "plot_performance_box"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10685   data: "plot-vpp-throughput-latency-3n-hsw"
10686   filter: "'NIC_Intel-X710' and
10687            '78B' and
10688            ('IP6BASE' or
10689             'POLICE_MARK' or
10690             'COPWHLIST' or
10691             'IACLDST') and
10692            'NDRPDR' and
10693            '2T2C' and
10694            'IP6FWD' and
10695            not 'SRv6' and
10696            not 'IPSEC' and
10697            not 'VHOST'"
10698   parameters:
10699   - "throughput"
10700   - "parent"
10701   - "tags"
10702   sort:
10703   - "IP6BASE"
10704   - "POLICE_MARK"
10705   - "COPWHLIST"
10706   - "IACLDST"
10707   traces:
10708     hoverinfo: "x+y"
10709     boxpoints: "outliers"
10710     whiskerwidth: 0
10711   layout:
10712     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10713     layout: "plot-throughput"
10714
10715 -
10716   type: "plot"
10717   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10718   algorithm: "plot_performance_box"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10721   data: "plot-vpp-throughput-latency-3n-hsw"
10722   filter: "'NIC_Intel-X710' and
10723            '78B' and
10724            ('IP6BASE' or
10725             'POLICE_MARK' or
10726             'COPWHLIST' or
10727             'IACLDST') and
10728            'NDRPDR' and
10729            '1T1C' and
10730            'IP6FWD' and
10731            not 'SRv6' and
10732            not 'IPSEC' and
10733            not 'VHOST'"
10734   parameters:
10735   - "throughput"
10736   - "parent"
10737   - "tags"
10738   sort:
10739   - "IP6BASE"
10740   - "POLICE_MARK"
10741   - "COPWHLIST"
10742   - "IACLDST"
10743   traces:
10744     hoverinfo: "x+y"
10745     boxpoints: "outliers"
10746     whiskerwidth: 0
10747   layout:
10748     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10749     layout: "plot-throughput"
10750
10751 -
10752   type: "plot"
10753   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10754   algorithm: "plot_performance_box"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10757   data: "plot-vpp-throughput-latency-3n-hsw"
10758   filter: "'NIC_Intel-X710' and
10759            '78B' and
10760            ('IP6BASE' or
10761             'POLICE_MARK' or
10762             'COPWHLIST' or
10763             'IACLDST') and
10764            'NDRPDR' and
10765            '2T2C' and
10766            'IP6FWD' and
10767            not 'SRv6' and
10768            not 'IPSEC' and
10769            not 'VHOST'"
10770   parameters:
10771   - "throughput"
10772   - "parent"
10773   - "tags"
10774   sort:
10775   - "IP6BASE"
10776   - "POLICE_MARK"
10777   - "COPWHLIST"
10778   - "IACLDST"
10779   traces:
10780     hoverinfo: "x+y"
10781     boxpoints: "outliers"
10782     whiskerwidth: 0
10783   layout:
10784     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10785     layout: "plot-throughput"
10786
10787 # Packet Throughput - VPP IPv6 3n-hsw-xl710
10788 -
10789   type: "plot"
10790   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10791   algorithm: "plot_performance_box"
10792   output-file-type: ".html"
10793   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10794   data: "plot-vpp-throughput-latency-3n-hsw"
10795   filter: "'NIC_Intel-XL710' and
10796            '78B' and
10797            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10798            'NDRPDR' and
10799            '1T1C' and
10800            'IP6FWD' and
10801            not 'SRv6' and
10802            not 'IPSEC' and
10803            not 'VHOST'"
10804   parameters:
10805   - "throughput"
10806   - "parent"
10807   - "tags"
10808   sort:
10809   - "IP6BASE"
10810   - "FIB_20K"
10811   - "FIB_200K"
10812   - "FIB_2M"
10813   traces:
10814     hoverinfo: "x+y"
10815     boxpoints: "outliers"
10816     whiskerwidth: 0
10817   layout:
10818     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10819     layout: "plot-throughput"
10820
10821 -
10822   type: "plot"
10823   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10824   algorithm: "plot_performance_box"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10827   data: "plot-vpp-throughput-latency-3n-hsw"
10828   filter: "'NIC_Intel-XL710' and
10829            '78B' and
10830            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10831            'NDRPDR' and
10832            '1T1C' and
10833            'IP6FWD' and
10834            not 'SRv6' and
10835            not 'IPSEC' and
10836            not 'VHOST'"
10837   parameters:
10838   - "throughput"
10839   - "parent"
10840   - "tags"
10841   sort:
10842   - "IP6BASE"
10843   - "FIB_20K"
10844   - "FIB_200K"
10845   - "FIB_2M"
10846   traces:
10847     hoverinfo: "x+y"
10848     boxpoints: "outliers"
10849     whiskerwidth: 0
10850   layout:
10851     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10852     layout: "plot-throughput"
10853
10854 -
10855   type: "plot"
10856   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10857   algorithm: "plot_performance_box"
10858   output-file-type: ".html"
10859   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10860   data: "plot-vpp-throughput-latency-3n-hsw"
10861   filter: "'NIC_Intel-XL710' and
10862            '78B' and
10863            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10864            'NDRPDR' and
10865            '2T2C' and
10866            'IP6FWD' and
10867            not 'SRv6' and
10868            not 'IPSEC' and
10869            not 'VHOST'"
10870   parameters:
10871   - "throughput"
10872   - "parent"
10873   - "tags"
10874   sort:
10875   - "IP6BASE"
10876   - "FIB_20K"
10877   - "FIB_200K"
10878   - "FIB_2M"
10879   traces:
10880     hoverinfo: "x+y"
10881     boxpoints: "outliers"
10882     whiskerwidth: 0
10883   layout:
10884     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10885     layout: "plot-throughput"
10886
10887 -
10888   type: "plot"
10889   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10890   algorithm: "plot_performance_box"
10891   output-file-type: ".html"
10892   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10893   data: "plot-vpp-throughput-latency-3n-hsw"
10894   filter: "'NIC_Intel-XL710' and
10895            '78B' and
10896            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10897            'NDRPDR' and
10898            '2T2C' and
10899            'IP6FWD' and
10900            not 'SRv6' and
10901            not 'IPSEC' and
10902            not 'VHOST'"
10903   parameters:
10904   - "throughput"
10905   - "parent"
10906   - "tags"
10907   sort:
10908   - "IP6BASE"
10909   - "FIB_20K"
10910   - "FIB_200K"
10911   - "FIB_2M"
10912   traces:
10913     hoverinfo: "x+y"
10914     boxpoints: "outliers"
10915     whiskerwidth: 0
10916   layout:
10917     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10918     layout: "plot-throughput"
10919
10920 # Packet Throughput - VPP IPv6 3n-skx-x710
10921 -
10922   type: "plot"
10923   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
10924   algorithm: "plot_performance_box"
10925   output-file-type: ".html"
10926   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
10927   data: "plot-vpp-throughput-latency-3n-skx"
10928   filter: "'NIC_Intel-X710' and
10929            '78B' and
10930            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10931            'NDRPDR' and
10932            '2T1C' and
10933            'IP6FWD' and
10934            not 'SRv6' and
10935            not 'IPSEC' and
10936            not 'VHOST'"
10937   parameters:
10938   - "throughput"
10939   - "parent"
10940   - "tags"
10941   sort:
10942   - "IP6BASE"
10943   - "FIB_20K"
10944   - "FIB_200K"
10945   - "FIB_2M"
10946   traces:
10947     hoverinfo: "x+y"
10948     boxpoints: "outliers"
10949     whiskerwidth: 0
10950   layout:
10951     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
10952     layout: "plot-throughput"
10953
10954 -
10955   type: "plot"
10956   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
10957   algorithm: "plot_performance_box"
10958   output-file-type: ".html"
10959   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
10960   data: "plot-vpp-throughput-latency-3n-skx"
10961   filter: "'NIC_Intel-X710' and
10962            '78B' and
10963            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10964            'NDRPDR' and
10965            '2T1C' and
10966            'IP6FWD' and
10967            not 'SRv6' and
10968            not 'IPSEC' and
10969            not 'VHOST'"
10970   parameters:
10971   - "throughput"
10972   - "parent"
10973   - "tags"
10974   sort:
10975   - "IP6BASE"
10976   - "FIB_20K"
10977   - "FIB_200K"
10978   - "FIB_2M"
10979   traces:
10980     hoverinfo: "x+y"
10981     boxpoints: "outliers"
10982     whiskerwidth: 0
10983   layout:
10984     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
10985     layout: "plot-throughput"
10986
10987 -
10988   type: "plot"
10989   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
10990   algorithm: "plot_performance_box"
10991   output-file-type: ".html"
10992   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
10993   data: "plot-vpp-throughput-latency-3n-skx"
10994   filter: "'NIC_Intel-X710' and
10995            '78B' and
10996            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10997            'NDRPDR' and
10998            '4T2C' and
10999            'IP6FWD' and
11000            not 'SRv6' and
11001            not 'IPSEC' and
11002            not 'VHOST'"
11003   parameters:
11004   - "throughput"
11005   - "parent"
11006   - "tags"
11007   sort:
11008   - "IP6BASE"
11009   - "FIB_20K"
11010   - "FIB_200K"
11011   - "FIB_2M"
11012   traces:
11013     hoverinfo: "x+y"
11014     boxpoints: "outliers"
11015     whiskerwidth: 0
11016   layout:
11017     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11018     layout: "plot-throughput"
11019
11020 -
11021   type: "plot"
11022   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11023   algorithm: "plot_performance_box"
11024   output-file-type: ".html"
11025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11026   data: "plot-vpp-throughput-latency-3n-skx"
11027   filter: "'NIC_Intel-X710' and
11028            '78B' and
11029            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11030            'NDRPDR' and
11031            '4T2C' and
11032            'IP6FWD' and
11033            not 'SRv6' and
11034            not 'IPSEC' and
11035            not 'VHOST'"
11036   parameters:
11037   - "throughput"
11038   - "parent"
11039   - "tags"
11040   sort:
11041   - "IP6BASE"
11042   - "FIB_20K"
11043   - "FIB_200K"
11044   - "FIB_2M"
11045   traces:
11046     hoverinfo: "x+y"
11047     boxpoints: "outliers"
11048     whiskerwidth: 0
11049   layout:
11050     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11051     layout: "plot-throughput"
11052
11053 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11054 -
11055   type: "plot"
11056   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11057   algorithm: "plot_performance_box"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11060   data: "plot-vpp-throughput-latency-3n-skx"
11061   filter: "'NIC_Intel-X710' and
11062            '78B' and
11063            ('IP6BASE' or
11064             'POLICE_MARK' or
11065             'COPWHLIST' or
11066             'IACLDST') and
11067            'NDRPDR' and
11068            '2T1C' and
11069            'IP6FWD' and
11070            not 'SRv6' and
11071            not 'IPSEC' and
11072            not 'VHOST'"
11073   parameters:
11074   - "throughput"
11075   - "parent"
11076   - "tags"
11077   sort:
11078   - "IP6BASE"
11079   - "POLICE_MARK"
11080   - "COPWHLIST"
11081   - "IACLDST"
11082   traces:
11083     hoverinfo: "x+y"
11084     boxpoints: "outliers"
11085     whiskerwidth: 0
11086   layout:
11087     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11088     layout: "plot-throughput"
11089
11090 -
11091   type: "plot"
11092   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11093   algorithm: "plot_performance_box"
11094   output-file-type: ".html"
11095   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11096   data: "plot-vpp-throughput-latency-3n-hsw"
11097   filter: "'NIC_Intel-X710' and
11098            '78B' and
11099            ('IP6BASE' or
11100             'POLICE_MARK' or
11101             'COPWHLIST' or
11102             'IACLDST') and
11103            'NDRPDR' and
11104            '4T2C' and
11105            'IP6FWD' and
11106            not 'SRv6' and
11107            not 'IPSEC' and
11108            not 'VHOST'"
11109   parameters:
11110   - "throughput"
11111   - "parent"
11112   - "tags"
11113   sort:
11114   - "IP6BASE"
11115   - "POLICE_MARK"
11116   - "COPWHLIST"
11117   - "IACLDST"
11118   traces:
11119     hoverinfo: "x+y"
11120     boxpoints: "outliers"
11121     whiskerwidth: 0
11122   layout:
11123     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11124     layout: "plot-throughput"
11125
11126 -
11127   type: "plot"
11128   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11129   algorithm: "plot_performance_box"
11130   output-file-type: ".html"
11131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11132   data: "plot-vpp-throughput-latency-3n-skx"
11133   filter: "'NIC_Intel-X710' and
11134            '78B' and
11135            ('IP6BASE' or
11136             'POLICE_MARK' or
11137             'COPWHLIST' or
11138             'IACLDST') and
11139            'NDRPDR' and
11140            '2T1C' and
11141            'IP6FWD' and
11142            not 'SRv6' and
11143            not 'IPSEC' and
11144            not 'VHOST'"
11145   parameters:
11146   - "throughput"
11147   - "parent"
11148   - "tags"
11149   sort:
11150   - "IP6BASE"
11151   - "POLICE_MARK"
11152   - "COPWHLIST"
11153   - "IACLDST"
11154   traces:
11155     hoverinfo: "x+y"
11156     boxpoints: "outliers"
11157     whiskerwidth: 0
11158   layout:
11159     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11160     layout: "plot-throughput"
11161
11162 -
11163   type: "plot"
11164   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11165   algorithm: "plot_performance_box"
11166   output-file-type: ".html"
11167   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11168   data: "plot-vpp-throughput-latency-3n-skx"
11169   filter: "'NIC_Intel-X710' and
11170            '78B' and
11171            ('IP6BASE' or
11172             'POLICE_MARK' or
11173             'COPWHLIST' or
11174             'IACLDST') and
11175            'NDRPDR' and
11176            '4T2C' and
11177            'IP6FWD' and
11178            not 'SRv6' and
11179            not 'IPSEC' and
11180            not 'VHOST'"
11181   parameters:
11182   - "throughput"
11183   - "parent"
11184   - "tags"
11185   sort:
11186   - "IP6BASE"
11187   - "POLICE_MARK"
11188   - "COPWHLIST"
11189   - "IACLDST"
11190   traces:
11191     hoverinfo: "x+y"
11192     boxpoints: "outliers"
11193     whiskerwidth: 0
11194   layout:
11195     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11196     layout: "plot-throughput"
11197
11198 # Packet Throughput - VPP IPv6 2n-skx-x710
11199 -
11200   type: "plot"
11201   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11202   algorithm: "plot_performance_box"
11203   output-file-type: ".html"
11204   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11205   data: "plot-vpp-throughput-latency-2n-skx"
11206   filter: "'NIC_Intel-X710' and
11207            '78B' and
11208            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11209            'NDRPDR' and
11210            '2T1C' and
11211            'IP6FWD' and
11212            not 'SRv6' and
11213            not 'IPSEC' and
11214            not 'VHOST'"
11215   parameters:
11216   - "throughput"
11217   - "parent"
11218   - "tags"
11219   sort:
11220   - "IP6BASE"
11221   - "FIB_20K"
11222   - "FIB_200K"
11223   - "FIB_2M"
11224   traces:
11225     hoverinfo: "x+y"
11226     boxpoints: "outliers"
11227     whiskerwidth: 0
11228   layout:
11229     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11230     layout: "plot-throughput"
11231
11232 -
11233   type: "plot"
11234   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11235   algorithm: "plot_performance_box"
11236   output-file-type: ".html"
11237   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11238   data: "plot-vpp-throughput-latency-2n-skx"
11239   filter: "'NIC_Intel-X710' and
11240            '78B' and
11241            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11242            'NDRPDR' and
11243            '2T1C' and
11244            'IP6FWD' and
11245            not 'SRv6' and
11246            not 'IPSEC' and
11247            not 'VHOST'"
11248   parameters:
11249   - "throughput"
11250   - "parent"
11251   - "tags"
11252   sort:
11253   - "IP6BASE"
11254   - "FIB_20K"
11255   - "FIB_200K"
11256   - "FIB_2M"
11257   traces:
11258     hoverinfo: "x+y"
11259     boxpoints: "outliers"
11260     whiskerwidth: 0
11261   layout:
11262     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11263     layout: "plot-throughput"
11264
11265 -
11266   type: "plot"
11267   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11268   algorithm: "plot_performance_box"
11269   output-file-type: ".html"
11270   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11271   data: "plot-vpp-throughput-latency-2n-skx"
11272   filter: "'NIC_Intel-X710' and
11273            '78B' and
11274            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11275            'NDRPDR' and
11276            '4T2C' and
11277            'IP6FWD' and
11278            not 'SRv6' and
11279            not 'IPSEC' and
11280            not 'VHOST'"
11281   parameters:
11282   - "throughput"
11283   - "parent"
11284   - "tags"
11285   sort:
11286   - "IP6BASE"
11287   - "FIB_20K"
11288   - "FIB_200K"
11289   - "FIB_2M"
11290   traces:
11291     hoverinfo: "x+y"
11292     boxpoints: "outliers"
11293     whiskerwidth: 0
11294   layout:
11295     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11296     layout: "plot-throughput"
11297
11298 -
11299   type: "plot"
11300   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11301   algorithm: "plot_performance_box"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11304   data: "plot-vpp-throughput-latency-2n-skx"
11305   filter: "'NIC_Intel-X710' and
11306            '78B' and
11307            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11308            'NDRPDR' and
11309            '4T2C' and
11310            'IP6FWD' and
11311            not 'SRv6' and
11312            not 'IPSEC' and
11313            not 'VHOST'"
11314   parameters:
11315   - "throughput"
11316   - "parent"
11317   - "tags"
11318   sort:
11319   - "IP6BASE"
11320   - "FIB_20K"
11321   - "FIB_200K"
11322   - "FIB_2M"
11323   traces:
11324     hoverinfo: "x+y"
11325     boxpoints: "outliers"
11326     whiskerwidth: 0
11327   layout:
11328     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11329     layout: "plot-throughput"
11330
11331 # Packet Throughput - VPP IPv6 2n-skx-xxv710
11332 -
11333   type: "plot"
11334   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11335   algorithm: "plot_performance_box"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11338   data: "plot-vpp-throughput-latency-2n-skx"
11339   filter: "'NIC_Intel-XXV710' and
11340            '78B' and
11341            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11342            'NDRPDR' and
11343            '2T1C' and
11344            'IP6FWD' and
11345            not 'SRv6' and
11346            not 'IPSEC' and
11347            not 'VHOST'"
11348   parameters:
11349   - "throughput"
11350   - "parent"
11351   - "tags"
11352   sort:
11353   - "IP6BASE"
11354   - "FIB_20K"
11355   - "FIB_200K"
11356   - "FIB_2M"
11357   traces:
11358     hoverinfo: "x+y"
11359     boxpoints: "outliers"
11360     whiskerwidth: 0
11361   layout:
11362     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11363     layout: "plot-throughput"
11364
11365 -
11366   type: "plot"
11367   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11368   algorithm: "plot_performance_box"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11371   data: "plot-vpp-throughput-latency-2n-skx"
11372   filter: "'NIC_Intel-XXV710' and
11373            '78B' and
11374            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11375            'NDRPDR' and
11376            '2T1C' and
11377            'IP6FWD' and
11378            not 'SRv6' and
11379            not 'IPSEC' and
11380            not 'VHOST'"
11381   parameters:
11382   - "throughput"
11383   - "parent"
11384   - "tags"
11385   sort:
11386   - "IP6BASE"
11387   - "FIB_20K"
11388   - "FIB_200K"
11389   - "FIB_2M"
11390   traces:
11391     hoverinfo: "x+y"
11392     boxpoints: "outliers"
11393     whiskerwidth: 0
11394   layout:
11395     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11396     layout: "plot-throughput"
11397
11398 -
11399   type: "plot"
11400   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11401   algorithm: "plot_performance_box"
11402   output-file-type: ".html"
11403   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11404   data: "plot-vpp-throughput-latency-2n-skx"
11405   filter: "'NIC_Intel-XXV710' and
11406            '78B' and
11407            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11408            'NDRPDR' and
11409            '4T2C' and
11410            'IP6FWD' and
11411            not 'SRv6' and
11412            not 'IPSEC' and
11413            not 'VHOST'"
11414   parameters:
11415   - "throughput"
11416   - "parent"
11417   - "tags"
11418   sort:
11419   - "IP6BASE"
11420   - "FIB_20K"
11421   - "FIB_200K"
11422   - "FIB_2M"
11423   traces:
11424     hoverinfo: "x+y"
11425     boxpoints: "outliers"
11426     whiskerwidth: 0
11427   layout:
11428     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11429     layout: "plot-throughput"
11430
11431 -
11432   type: "plot"
11433   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11434   algorithm: "plot_performance_box"
11435   output-file-type: ".html"
11436   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11437   data: "plot-vpp-throughput-latency-2n-skx"
11438   filter: "'NIC_Intel-XXV710' and
11439            '78B' and
11440            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11441            'NDRPDR' and
11442            '4T2C' and
11443            'IP6FWD' and
11444            not 'SRv6' and
11445            not 'IPSEC' and
11446            not 'VHOST'"
11447   parameters:
11448   - "throughput"
11449   - "parent"
11450   - "tags"
11451   sort:
11452   - "IP6BASE"
11453   - "FIB_20K"
11454   - "FIB_200K"
11455   - "FIB_2M"
11456   traces:
11457     hoverinfo: "x+y"
11458     boxpoints: "outliers"
11459     whiskerwidth: 0
11460   layout:
11461     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11462     layout: "plot-throughput"
11463
11464 ################################################################################
11465
11466 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
11467 -
11468   type: "plot"
11469   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11470   algorithm: "plot_performance_box"
11471   output-file-type: ".html"
11472   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11473   data: "plot-vpp-throughput-latency-3n-hsw"
11474   filter: "'NIC_Intel-X520-DA2' and
11475            '78B' and
11476            'ENCAP' and
11477            'NDRPDR' and
11478            '1T1C' and
11479            'LISP' and
11480            not 'VHOST'"
11481   parameters:
11482   - "throughput"
11483   - "parent"
11484   - "tags"
11485   sort:
11486   - "IP4UNRLAY"
11487   - "IP6UNRLAY"
11488   traces:
11489     hoverinfo: "x+y"
11490     boxpoints: "outliers"
11491     whiskerwidth: 0
11492   layout:
11493     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11494     layout: "plot-throughput"
11495
11496 -
11497   type: "plot"
11498   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11499   algorithm: "plot_performance_box"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11502   data: "plot-vpp-throughput-latency-3n-hsw"
11503   filter: "'NIC_Intel-X520-DA2' and
11504            '78B' and
11505            'ENCAP' and
11506            'NDRPDR' and
11507            '1T1C' and
11508            'LISP' and
11509            not 'VHOST'"
11510   parameters:
11511   - "throughput"
11512   - "parent"
11513   - "tags"
11514   sort:
11515   - "IP4UNRLAY"
11516   - "IP6UNRLAY"
11517   traces:
11518     hoverinfo: "x+y"
11519     boxpoints: "outliers"
11520     whiskerwidth: 0
11521   layout:
11522     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11523     layout: "plot-throughput"
11524
11525 -
11526   type: "plot"
11527   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11528   algorithm: "plot_performance_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11531   data: "plot-vpp-throughput-latency-3n-hsw"
11532   filter: "'NIC_Intel-X520-DA2' and
11533            '78B' and
11534            'ENCAP' and
11535            'NDRPDR' and
11536            '2T2C' and
11537            'LISP' and
11538            not 'VHOST'"
11539   parameters:
11540   - "throughput"
11541   - "parent"
11542   - "tags"
11543   sort:
11544   - "IP4UNRLAY"
11545   - "IP6UNRLAY"
11546   traces:
11547     hoverinfo: "x+y"
11548     boxpoints: "outliers"
11549     whiskerwidth: 0
11550   layout:
11551     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11552     layout: "plot-throughput"
11553
11554 -
11555   type: "plot"
11556   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11557   algorithm: "plot_performance_box"
11558   output-file-type: ".html"
11559   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11560   data: "plot-vpp-throughput-latency-3n-hsw"
11561   filter: "'NIC_Intel-X520-DA2' and
11562            '78B' and
11563            'ENCAP' and
11564            'NDRPDR' and
11565            '2T2C' and
11566            'LISP' and
11567            not 'VHOST'"
11568   parameters:
11569   - "throughput"
11570   - "parent"
11571   - "tags"
11572   sort:
11573   - "IP4UNRLAY"
11574   - "IP6UNRLAY"
11575   traces:
11576     hoverinfo: "x+y"
11577     boxpoints: "outliers"
11578     whiskerwidth: 0
11579   layout:
11580     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11581     layout: "plot-throughput"
11582
11583 ################################################################################
11584
11585 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
11586 -
11587   type: "plot"
11588   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11589   algorithm: "plot_performance_box"
11590   output-file-type: ".html"
11591   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11592   data: "plot-vpp-throughput-latency-3n-hsw"
11593   filter: "'NIC_Intel-XL710' and
11594            '64B' and
11595            'IP4FWD' and
11596            'NDRPDR' and
11597            'BASE' and
11598            '1T1C' and
11599            'IPSECHW' and
11600            ('IPSECTRAN' or 'IPSECTUN') and
11601            not 'VHOST'"
11602   parameters:
11603   - "throughput"
11604   - "parent"
11605   - "tags"
11606   traces:
11607     hoverinfo: "x+y"
11608     boxpoints: "outliers"
11609     whiskerwidth: 0
11610   layout:
11611     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11612     layout: "plot-throughput"
11613
11614 -
11615   type: "plot"
11616   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11617   algorithm: "plot_performance_box"
11618   output-file-type: ".html"
11619   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11620   data: "plot-vpp-throughput-latency-3n-hsw"
11621   filter: "'NIC_Intel-XL710' and
11622            '64B' and
11623            'IP4FWD' and
11624            'NDRPDR' and
11625            'BASE' and
11626            '1T1C' and
11627            'IPSECHW' and
11628            ('IPSECTRAN' or 'IPSECTUN') and
11629            not 'VHOST'"
11630   parameters:
11631   - "throughput"
11632   - "parent"
11633   - "tags"
11634   traces:
11635     hoverinfo: "x+y"
11636     boxpoints: "outliers"
11637     whiskerwidth: 0
11638   layout:
11639     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11640     layout: "plot-throughput"
11641
11642 -
11643   type: "plot"
11644   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11645   algorithm: "plot_performance_box"
11646   output-file-type: ".html"
11647   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11648   data: "plot-vpp-throughput-latency-3n-hsw"
11649   filter: "'NIC_Intel-XL710' and
11650            '64B' and
11651            'IP4FWD' and
11652            'NDRPDR' and
11653            'BASE' and
11654            '2T2C' and
11655            'IPSECHW' and
11656            ('IPSECTRAN' or 'IPSECTUN') and
11657            not 'VHOST'"
11658   parameters:
11659   - "throughput"
11660   - "parent"
11661   - "tags"
11662   traces:
11663     hoverinfo: "x+y"
11664     boxpoints: "outliers"
11665     whiskerwidth: 0
11666   layout:
11667     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11668     layout: "plot-throughput"
11669
11670 -
11671   type: "plot"
11672   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11673   algorithm: "plot_performance_box"
11674   output-file-type: ".html"
11675   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11676   data: "plot-vpp-throughput-latency-3n-hsw"
11677   filter: "'NIC_Intel-XL710' and
11678            '64B' and
11679            'IP4FWD' and
11680            'NDRPDR' and
11681            'BASE' and
11682            '2T2C' and
11683            'IPSECHW' and
11684            ('IPSECTRAN' or 'IPSECTUN') and
11685            not 'VHOST'"
11686   parameters:
11687   - "throughput"
11688   - "parent"
11689   - "tags"
11690   traces:
11691     hoverinfo: "x+y"
11692     boxpoints: "outliers"
11693     whiskerwidth: 0
11694   layout:
11695     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11696     layout: "plot-throughput"
11697
11698 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
11699 -
11700   type: "plot"
11701   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11702   algorithm: "plot_performance_box"
11703   output-file-type: ".html"
11704   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11705   data: "plot-vpp-throughput-latency-3n-hsw"
11706   filter: "'NIC_Intel-XL710' and
11707            '64B' and
11708            'IP4FWD' and
11709            'NDRPDR' and
11710            'SCALE' and
11711            '1T1C' and
11712            'IPSECHW' and
11713            ('IPSECTRAN' or 'IPSECTUN') and
11714            not 'VHOST'"
11715   parameters:
11716   - "throughput"
11717   - "parent"
11718   - "tags"
11719   traces:
11720     hoverinfo: "x+y"
11721     boxpoints: "outliers"
11722     whiskerwidth: 0
11723   layout:
11724     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11725     layout: "plot-throughput"
11726
11727 -
11728   type: "plot"
11729   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11730   algorithm: "plot_performance_box"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11733   data: "plot-vpp-throughput-latency-3n-hsw"
11734   filter: "'NIC_Intel-XL710' and
11735            '64B' and
11736            'IP4FWD' and
11737            'NDRPDR' and
11738            'SCALE' and
11739            '1T1C' and
11740            'IPSECHW' and
11741            ('IPSECTRAN' or 'IPSECTUN') and
11742            not 'VHOST'"
11743   parameters:
11744   - "throughput"
11745   - "parent"
11746   - "tags"
11747   traces:
11748     hoverinfo: "x+y"
11749     boxpoints: "outliers"
11750     whiskerwidth: 0
11751   layout:
11752     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11753     layout: "plot-throughput"
11754
11755 -
11756   type: "plot"
11757   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11758   algorithm: "plot_performance_box"
11759   output-file-type: ".html"
11760   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11761   data: "plot-vpp-throughput-latency-3n-hsw"
11762   filter: "'NIC_Intel-XL710' and
11763            '64B' and
11764            'IP4FWD' and
11765            'NDRPDR' and
11766            'SCALE' and
11767            '2T2C' and
11768            'IPSECHW' and
11769            ('IPSECTRAN' or 'IPSECTUN') and
11770            not 'VHOST'"
11771   parameters:
11772   - "throughput"
11773   - "parent"
11774   - "tags"
11775   traces:
11776     hoverinfo: "x+y"
11777     boxpoints: "outliers"
11778     whiskerwidth: 0
11779   layout:
11780     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11781     layout: "plot-throughput"
11782
11783 -
11784   type: "plot"
11785   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11786   algorithm: "plot_performance_box"
11787   output-file-type: ".html"
11788   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11789   data: "plot-vpp-throughput-latency-3n-hsw"
11790   filter: "'NIC_Intel-XL710' and
11791            '64B' and
11792            'IP4FWD' and
11793            'NDRPDR' and
11794            'SCALE' and
11795            '2T2C' and
11796            'IPSECHW' and
11797            ('IPSECTRAN' or 'IPSECTUN') and
11798            not 'VHOST'"
11799   parameters:
11800   - "throughput"
11801   - "parent"
11802   - "tags"
11803   traces:
11804     hoverinfo: "x+y"
11805     boxpoints: "outliers"
11806     whiskerwidth: 0
11807   layout:
11808     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11809     layout: "plot-throughput"
11810
11811 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
11812 -
11813   type: "plot"
11814   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11815   algorithm: "plot_performance_box"
11816   output-file-type: ".html"
11817   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11818   data: "plot-vpp-throughput-latency-3n-hsw"
11819   filter: "'NIC_Intel-XL710' and
11820            '64B' and
11821            'IP4FWD' and
11822            'NDRPDR' and
11823            '1T1C' and
11824            'IPSECSW' and
11825            ('IPSECTRAN' or 'IPSECTUN') and
11826            not 'VHOST'"
11827   parameters:
11828   - "throughput"
11829   - "parent"
11830   - "tags"
11831   traces:
11832     hoverinfo: "x+y"
11833     boxpoints: "outliers"
11834     whiskerwidth: 0
11835   layout:
11836     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11837     layout: "plot-throughput"
11838
11839 -
11840   type: "plot"
11841   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11842   algorithm: "plot_performance_box"
11843   output-file-type: ".html"
11844   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11845   data: "plot-vpp-throughput-latency-3n-hsw"
11846   filter: "'NIC_Intel-XL710' and
11847            '64B' and
11848            'IP4FWD' and
11849            'NDRPDR' and
11850            '1T1C' and
11851            'IPSECSW' and
11852            ('IPSECTRAN' or 'IPSECTUN') and
11853            not 'VHOST'"
11854   parameters:
11855   - "throughput"
11856   - "parent"
11857   - "tags"
11858   traces:
11859     hoverinfo: "x+y"
11860     boxpoints: "outliers"
11861     whiskerwidth: 0
11862   layout:
11863     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11864     layout: "plot-throughput"
11865
11866 -
11867   type: "plot"
11868   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11869   algorithm: "plot_performance_box"
11870   output-file-type: ".html"
11871   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11872   data: "plot-vpp-throughput-latency-3n-hsw"
11873   filter: "'NIC_Intel-XL710' and
11874            '64B' and
11875            'IP4FWD' and
11876            'NDRPDR' and
11877            '2T2C' and
11878            'IPSECSW' and
11879            ('IPSECTRAN' or 'IPSECTUN') and
11880            not 'VHOST'"
11881   parameters:
11882   - "throughput"
11883   - "parent"
11884   - "tags"
11885   traces:
11886     hoverinfo: "x+y"
11887     boxpoints: "outliers"
11888     whiskerwidth: 0
11889   layout:
11890     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11891     layout: "plot-throughput"
11892
11893 -
11894   type: "plot"
11895   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11899   data: "plot-vpp-throughput-latency-3n-hsw"
11900   filter: "'NIC_Intel-XL710' and
11901            '64B' and
11902            'IP4FWD' and
11903            'NDRPDR' and
11904            '2T2C' and
11905            'IPSECSW' and
11906            ('IPSECTRAN' or 'IPSECTUN') and
11907            not 'VHOST'"
11908   parameters:
11909   - "throughput"
11910   - "parent"
11911   - "tags"
11912   traces:
11913     hoverinfo: "x+y"
11914     boxpoints: "outliers"
11915     whiskerwidth: 0
11916   layout:
11917     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11918     layout: "plot-throughput"
11919
11920 ################################################################################
11921
11922 # Packet Throughput - VPP SRv6 3n-hsw-x520
11923 -
11924   type: "plot"
11925   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
11926   algorithm: "plot_performance_box"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
11929   data: "plot-vpp-throughput-latency-3n-hsw"
11930   filter: "'NIC_Intel-X520-DA2' and
11931            '78B' and
11932            'FEATURE' and
11933            'NDRPDR' and
11934            '1T1C' and
11935            'IP6FWD' and
11936            'SRv6'"
11937   parameters:
11938   - "throughput"
11939   - "parent"
11940   - "tags"
11941   traces:
11942     hoverinfo: "x+y"
11943     boxpoints: "outliers"
11944     whiskerwidth: 0
11945   layout:
11946     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
11947     layout: "plot-throughput"
11948
11949 -
11950   type: "plot"
11951   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
11952   algorithm: "plot_performance_box"
11953   output-file-type: ".html"
11954   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
11955   data: "plot-vpp-throughput-latency-3n-hsw"
11956   filter: "'NIC_Intel-X520-DA2' and
11957            '78B' and
11958            'FEATURE' and
11959            'NDRPDR' and
11960            '1T1C' and
11961            'IP6FWD' and
11962            'SRv6'"
11963   parameters:
11964   - "throughput"
11965   - "parent"
11966   - "tags"
11967   traces:
11968     hoverinfo: "x+y"
11969     boxpoints: "outliers"
11970     whiskerwidth: 0
11971   layout:
11972     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
11973     layout: "plot-throughput"
11974
11975 -
11976   type: "plot"
11977   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
11978   algorithm: "plot_performance_box"
11979   output-file-type: ".html"
11980   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
11981   data: "plot-vpp-throughput-latency-3n-hsw"
11982   filter: "'NIC_Intel-X520-DA2' and
11983            '78B' and
11984            'FEATURE' and
11985            'NDRPDR' and
11986            '2T2C' and
11987            'IP6FWD' and
11988            'SRv6'"
11989   parameters:
11990   - "throughput"
11991   - "parent"
11992   - "tags"
11993   traces:
11994     hoverinfo: "x+y"
11995     boxpoints: "outliers"
11996     whiskerwidth: 0
11997   layout:
11998     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
11999     layout: "plot-throughput"
12000
12001 -
12002   type: "plot"
12003   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12004   algorithm: "plot_performance_box"
12005   output-file-type: ".html"
12006   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12007   data: "plot-vpp-throughput-latency-3n-hsw"
12008   filter: "'NIC_Intel-X520-DA2' and
12009            '78B' and
12010            'FEATURE' and
12011            'NDRPDR' and
12012            '2T2C' and
12013            'IP6FWD' and
12014            'SRv6'"
12015   parameters:
12016   - "throughput"
12017   - "parent"
12018   - "tags"
12019   traces:
12020     hoverinfo: "x+y"
12021     boxpoints: "outliers"
12022     whiskerwidth: 0
12023   layout:
12024     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12025     layout: "plot-throughput"
12026
12027 ################################################################################
12028
12029 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12030 -
12031   type: "plot"
12032   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12033   algorithm: "plot_performance_box"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12036   data: "plot-vpp-throughput-latency-3n-hsw"
12037   filter: "'NIC_Intel-X520-DA2' and
12038            '64B' and
12039            'NDRPDR' and
12040            'ETH' and
12041            'IP4FWD' and
12042            '1T1C' and
12043            'VHOST_1024' and
12044            not 'VXLAN' and
12045            not 'DOT1Q'"
12046   parameters:
12047   - "throughput"
12048   - "parent"
12049   - "tags"
12050   sort:
12051   - "not CFS_OPT"
12052   - "1VM"
12053   - "2VM"
12054   traces:
12055     hoverinfo: "x+y"
12056     boxpoints: "outliers"
12057     whiskerwidth: 0
12058   layout:
12059     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12060     layout: "plot-throughput"
12061
12062 -
12063   type: "plot"
12064   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12065   algorithm: "plot_performance_box"
12066   output-file-type: ".html"
12067   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12068   data: "plot-vpp-throughput-latency-3n-hsw"
12069   filter: "'NIC_Intel-X520-DA2' and
12070            '64B' and
12071            'NDRPDR' and
12072            'ETH' and
12073            'IP4FWD' and
12074            '2T2C' and
12075            'VHOST_1024' and
12076            not 'VXLAN' and
12077            not 'DOT1Q'"
12078   parameters:
12079   - "throughput"
12080   - "parent"
12081   - "tags"
12082   sort:
12083   - "not CFS_OPT"
12084   - "1VM"
12085   - "2VM"
12086   traces:
12087     hoverinfo: "x+y"
12088     boxpoints: "outliers"
12089     whiskerwidth: 0
12090   layout:
12091     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12092     layout: "plot-throughput"
12093
12094 -
12095   type: "plot"
12096   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12097   algorithm: "plot_performance_box"
12098   output-file-type: ".html"
12099   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12100   data: "plot-vpp-throughput-latency-3n-hsw"
12101   filter: "'NIC_Intel-X520-DA2' and
12102            '64B' and
12103            'NDRPDR' and
12104            'ETH' and
12105            'IP4FWD' and
12106            '1T1C' and
12107            'VHOST_1024' and
12108            not 'VXLAN' and
12109            not 'DOT1Q'"
12110   parameters:
12111   - "throughput"
12112   - "parent"
12113   - "tags"
12114   sort:
12115   - "not CFS_OPT"
12116   - "1VM"
12117   - "2VM"
12118   traces:
12119     hoverinfo: "x+y"
12120     boxpoints: "outliers"
12121     whiskerwidth: 0
12122   layout:
12123     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12124     layout: "plot-throughput"
12125
12126 -
12127   type: "plot"
12128   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12129   algorithm: "plot_performance_box"
12130   output-file-type: ".html"
12131   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12132   data: "plot-vpp-throughput-latency-3n-hsw"
12133   filter: "'NIC_Intel-X520-DA2' and
12134            '64B' and
12135            'NDRPDR' and
12136            'ETH' and
12137            'IP4FWD' and
12138            '2T2C' and
12139            'VHOST_1024' and
12140            not 'VXLAN' and
12141            not 'DOT1Q'"
12142   parameters:
12143   - "throughput"
12144   - "parent"
12145   - "tags"
12146   sort:
12147   - "not CFS_OPT"
12148   - "1VM"
12149   - "2VM"
12150   traces:
12151     hoverinfo: "x+y"
12152     boxpoints: "outliers"
12153     whiskerwidth: 0
12154   layout:
12155     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12156     layout: "plot-throughput"
12157
12158 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
12159 -
12160   type: "plot"
12161   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12162   algorithm: "plot_performance_box"
12163   output-file-type: ".html"
12164   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12165   data: "plot-vpp-throughput-latency-3n-hsw"
12166   filter: "'NIC_Intel-X520-DA2' and
12167            '64B' and
12168            'NDRPDR' and
12169            ('ETH' or 'DOT1Q') and
12170            '1T1C' and
12171            'L2BDMACLRN' and
12172            'VHOST_1024' and
12173            not 'VXLAN' and
12174            not 'IP4FWD' and
12175            not '2VM'"
12176   parameters:
12177   - "throughput"
12178   - "parent"
12179   - "tags"
12180 #  sort:
12181 #  - "VM"  # "not CFS_OPT"
12182 #  - "CFS_OPT"
12183 #  - "FIB_10K"
12184 #  - "FIB_100K"
12185 #  - "FIB_1M"
12186   traces:
12187     hoverinfo: "x+y"
12188     boxpoints: "outliers"
12189     whiskerwidth: 0
12190   layout:
12191     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12192     layout: "plot-throughput"
12193
12194 -
12195   type: "plot"
12196   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12197   algorithm: "plot_performance_box"
12198   output-file-type: ".html"
12199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12200   data: "plot-vpp-throughput-latency-3n-hsw"
12201   filter: "'NIC_Intel-X520-DA2' and
12202            '64B' and
12203            'NDRPDR' and
12204            ('ETH' or 'DOT1Q') and
12205            '2T2C' and
12206            'L2BDMACLRN' and
12207            'VHOST_1024' and
12208            not 'VXLAN' and
12209            not 'IP4FWD' and
12210            not '2VM'"
12211   parameters:
12212   - "throughput"
12213   - "parent"
12214   - "tags"
12215 #  sort:
12216 #  - "VM"  # "not CFS_OPT"
12217 #  - "CFS_OPT"
12218 #  - "FIB_10K"
12219 #  - "FIB_100K"
12220 #  - "FIB_1M"
12221   traces:
12222     hoverinfo: "x+y"
12223     boxpoints: "outliers"
12224     whiskerwidth: 0
12225   layout:
12226     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12227     layout: "plot-throughput"
12228
12229 -
12230   type: "plot"
12231   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12232   algorithm: "plot_performance_box"
12233   output-file-type: ".html"
12234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12235   data: "plot-vpp-throughput-latency-3n-hsw"
12236   filter: "'NIC_Intel-X520-DA2' and
12237            '64B' and
12238            'NDRPDR' and
12239            ('ETH' or 'DOT1Q') and
12240            '1T1C' and
12241            'L2BDMACLRN' and
12242            'VHOST_1024' and
12243            not 'VXLAN' and
12244            not 'IP4FWD' and
12245            not '2VM'"
12246   parameters:
12247   - "throughput"
12248   - "parent"
12249   - "tags"
12250 #  sort:
12251 #  - "VM"  # "not CFS_OPT"
12252 #  - "CFS_OPT"
12253 #  - "FIB_10K"
12254 #  - "FIB_100K"
12255 #  - "FIB_1M"
12256   traces:
12257     hoverinfo: "x+y"
12258     boxpoints: "outliers"
12259     whiskerwidth: 0
12260   layout:
12261     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12262     layout: "plot-throughput"
12263
12264 -
12265   type: "plot"
12266   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12267   algorithm: "plot_performance_box"
12268   output-file-type: ".html"
12269   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12270   data: "plot-vpp-throughput-latency-3n-hsw"
12271   filter: "'NIC_Intel-X520-DA2' and
12272            '64B' and
12273            'NDRPDR' and
12274            ('ETH' or 'DOT1Q') and
12275            '2T2C' and
12276            'L2BDMACLRN' and
12277            'VHOST_1024' and
12278            not 'VXLAN' and
12279            not 'IP4FWD' and
12280            not '2VM'"
12281   parameters:
12282   - "throughput"
12283   - "parent"
12284   - "tags"
12285 #  sort:
12286 #  - "VM"  # "not CFS_OPT"
12287 #  - "CFS_OPT"
12288 #  - "FIB_10K"
12289 #  - "FIB_100K"
12290 #  - "FIB_1M"
12291   traces:
12292     hoverinfo: "x+y"
12293     boxpoints: "outliers"
12294     whiskerwidth: 0
12295   layout:
12296     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12297     layout: "plot-throughput"
12298
12299 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
12300 -
12301   type: "plot"
12302   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12303   algorithm: "plot_performance_box"
12304   output-file-type: ".html"
12305   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12306   data: "plot-vpp-throughput-latency-3n-hsw"
12307   filter: "'NIC_Intel-X520-DA2' and
12308            '64B' and
12309            'NDRPDR' and
12310            ('ETH' or 'DOT1Q') and
12311            'BASE' and
12312            '1T1C' and
12313            ('L2BDMACLRN' or 'L2XCFWD') and
12314            'VHOST_1024' and
12315            not 'VXLAN' and
12316            not 'IP4FWD' and
12317            not '2VM'"
12318   parameters:
12319   - "throughput"
12320   - "parent"
12321   - "tags"
12322 #  sort:
12323 #  - "not CFS_OPT"
12324 #  - "L2XCFWD"
12325 #  - "not CFS_OPT"
12326 #  - "CFS_OPT"
12327   traces:
12328     hoverinfo: "x+y"
12329     boxpoints: "outliers"
12330     whiskerwidth: 0
12331   layout:
12332     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12333     layout: "plot-throughput"
12334
12335 -
12336   type: "plot"
12337   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12338   algorithm: "plot_performance_box"
12339   output-file-type: ".html"
12340   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12341   data: "plot-vpp-throughput-latency-3n-hsw"
12342   filter: "'NIC_Intel-X520-DA2' and
12343            '64B' and
12344            'NDRPDR' and
12345            ('ETH' or 'DOT1Q') and
12346            'BASE' and
12347            '1T1C' and
12348            ('L2BDMACLRN' or 'L2XCFWD') and
12349            'VHOST_1024' and
12350            not 'VXLAN' and
12351            not 'IP4FWD' and
12352            not '2VM'"
12353   parameters:
12354   - "throughput"
12355   - "parent"
12356   - "tags"
12357 #  sort:
12358 #  - "not CFS_OPT"
12359 #  - "L2XCFWD"
12360 #  - "not CFS_OPT"
12361 #  - "CFS_OPT"
12362   traces:
12363     hoverinfo: "x+y"
12364     boxpoints: "outliers"
12365     whiskerwidth: 0
12366   layout:
12367     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12368     layout: "plot-throughput"
12369
12370 -
12371   type: "plot"
12372   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12373   algorithm: "plot_performance_box"
12374   output-file-type: ".html"
12375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12376   data: "plot-vpp-throughput-latency-3n-hsw"
12377   filter: "'NIC_Intel-X520-DA2' and
12378            '64B' and
12379            'NDRPDR' and
12380            ('ETH' or 'DOT1Q') and
12381            'BASE' and
12382            '2T2C' and
12383            ('L2BDMACLRN' or 'L2XCFWD') and
12384            'VHOST_1024' and
12385            not 'VXLAN' and
12386            not 'IP4FWD' and
12387            not '2VM'"
12388   parameters:
12389   - "throughput"
12390   - "parent"
12391   - "tags"
12392 #  sort:
12393 #  - "not CFS_OPT"
12394 #  - "L2XCFWD"
12395 #  - "not CFS_OPT"
12396 #  - "CFS_OPT"
12397   traces:
12398     hoverinfo: "x+y"
12399     boxpoints: "outliers"
12400     whiskerwidth: 0
12401   layout:
12402     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12403     layout: "plot-throughput"
12404
12405 -
12406   type: "plot"
12407   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12408   algorithm: "plot_performance_box"
12409   output-file-type: ".html"
12410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12411   data: "plot-vpp-throughput-latency-3n-hsw"
12412   filter: "'NIC_Intel-X520-DA2' and
12413            '64B' and
12414            'NDRPDR' and
12415            ('ETH' or 'DOT1Q') and
12416            'BASE' and
12417            '2T2C' and
12418            ('L2BDMACLRN' or 'L2XCFWD') and
12419            'VHOST_1024' and
12420            not 'VXLAN' and
12421            not 'IP4FWD' and
12422            not '2VM'"
12423   parameters:
12424   - "throughput"
12425   - "parent"
12426   - "tags"
12427 #  sort:
12428 #  - "not CFS_OPT"
12429 #  - "L2XCFWD"
12430 #  - "not CFS_OPT"
12431 #  - "CFS_OPT"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12438     layout: "plot-throughput"
12439
12440 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
12441 -
12442   type: "plot"
12443   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12444   algorithm: "plot_performance_box"
12445   output-file-type: ".html"
12446   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12447   data: "plot-vpp-throughput-latency-3n-hsw"
12448   filter: "'NIC_Intel-X520-DA2' and
12449            '64B' and
12450            'NDRPDR' and
12451            ('ETH' or 'DOT1Q') and
12452            '1T1C' and
12453            ('L2BDMACLRN' or 'L2XCFWD') and
12454            'VHOST_1024' and
12455            not 'CFS_OPT' and
12456            not 'VXLAN' and
12457            not 'IP4FWD' and
12458            not 'LBOND'"
12459   parameters:
12460   - "throughput"
12461   - "parent"
12462   - "tags"
12463 #  sort:
12464 #  - "1VM"
12465 #  - "L2XCFWD"
12466 #  - "1VM"
12467 #  - "L2BDMACLRN"
12468   traces:
12469     hoverinfo: "x+y"
12470     boxpoints: "outliers"
12471     whiskerwidth: 0
12472   layout:
12473     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12474     layout: "plot-throughput"
12475
12476 -
12477   type: "plot"
12478   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12479   algorithm: "plot_performance_box"
12480   output-file-type: ".html"
12481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12482   data: "plot-vpp-throughput-latency-3n-hsw"
12483   filter: "'NIC_Intel-X520-DA2' and
12484            '64B' and
12485            'NDRPDR' and
12486            ('ETH' or 'DOT1Q') and
12487            '1T1C' and
12488            ('L2BDMACLRN' or 'L2XCFWD') and
12489            'VHOST_1024' and
12490            not 'CFS_OPT' and
12491            not 'VXLAN' and
12492            not 'IP4FWD' and
12493            not 'LBOND'"
12494   parameters:
12495   - "throughput"
12496   - "parent"
12497   - "tags"
12498 #  sort:
12499 #  - "1VM"
12500 #  - "L2XCFWD"
12501 #  - "1VM"
12502 #  - "L2BDMACLRN"
12503   traces:
12504     hoverinfo: "x+y"
12505     boxpoints: "outliers"
12506     whiskerwidth: 0
12507   layout:
12508     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12509     layout: "plot-throughput"
12510
12511 -
12512   type: "plot"
12513   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12514   algorithm: "plot_performance_box"
12515   output-file-type: ".html"
12516   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12517   data: "plot-vpp-throughput-latency-3n-hsw"
12518   filter: "'NIC_Intel-X520-DA2' and
12519            '64B' and
12520            'NDRPDR' and
12521            ('ETH' or 'DOT1Q') and
12522            '2T2C' and
12523            ('L2BDMACLRN' or 'L2XCFWD') and
12524            'VHOST_1024' and
12525            not 'CFS_OPT' and
12526            not 'VXLAN' and
12527            not 'IP4FWD' and
12528            not 'LBOND'"
12529   parameters:
12530   - "throughput"
12531   - "parent"
12532   - "tags"
12533 #  sort:
12534 #  - "1VM"
12535 #  - "L2XCFWD"
12536 #  - "1VM"
12537 #  - "L2BDMACLRN"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12544     layout: "plot-throughput"
12545
12546 -
12547   type: "plot"
12548   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12549   algorithm: "plot_performance_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12552   data: "plot-vpp-throughput-latency-3n-hsw"
12553   filter: "'NIC_Intel-X520-DA2' and
12554            '64B' and
12555            'NDRPDR' and
12556            ('ETH' or 'DOT1Q') and
12557            '2T2C' and
12558            ('L2BDMACLRN' or 'L2XCFWD') and
12559            'VHOST_1024' and
12560            not 'CFS_OPT' and
12561            not 'VXLAN' and
12562            not 'IP4FWD' and
12563            not 'LBOND'"
12564   parameters:
12565   - "throughput"
12566   - "parent"
12567   - "tags"
12568 #  sort:
12569 #  - "1VM"
12570 #  - "L2XCFWD"
12571 #  - "1VM"
12572 #  - "L2BDMACLRN"
12573   traces:
12574     hoverinfo: "x+y"
12575     boxpoints: "outliers"
12576     whiskerwidth: 0
12577   layout:
12578     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12579     layout: "plot-throughput"
12580
12581 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
12582 -
12583   type: "plot"
12584   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12585   algorithm: "plot_performance_box"
12586   output-file-type: ".html"
12587   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12588   data: "plot-vpp-throughput-latency-3n-hsw"
12589   filter: "'NIC_Intel-X710' and
12590            '64B' and
12591            'NDRPDR' and
12592            'ETH' and
12593            'IP4FWD' and
12594            '1T1C' and
12595            'VHOST_1024' and
12596            not 'VXLAN' and
12597            not 'DOT1Q'"
12598   parameters:
12599   - "throughput"
12600   - "parent"
12601   - "tags"
12602   sort:
12603   - "not CFS_OPT"
12604   - "1VM"
12605   - "2VM"
12606   traces:
12607     hoverinfo: "x+y"
12608     boxpoints: "outliers"
12609     whiskerwidth: 0
12610   layout:
12611     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12612     layout: "plot-throughput"
12613
12614 -
12615   type: "plot"
12616   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12617   algorithm: "plot_performance_box"
12618   output-file-type: ".html"
12619   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12620   data: "plot-vpp-throughput-latency-3n-hsw"
12621   filter: "'NIC_Intel-X710' and
12622            '64B' and
12623            'NDRPDR' and
12624            'ETH' and
12625            'IP4FWD' and
12626            '2T2C' and
12627            'VHOST_1024' and
12628            not 'VXLAN' and
12629            not 'DOT1Q'"
12630   parameters:
12631   - "throughput"
12632   - "parent"
12633   - "tags"
12634   sort:
12635   - "not CFS_OPT"
12636   - "1VM"
12637   - "2VM"
12638   traces:
12639     hoverinfo: "x+y"
12640     boxpoints: "outliers"
12641     whiskerwidth: 0
12642   layout:
12643     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12644     layout: "plot-throughput"
12645
12646 -
12647   type: "plot"
12648   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12649   algorithm: "plot_performance_box"
12650   output-file-type: ".html"
12651   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12652   data: "plot-vpp-throughput-latency-3n-hsw"
12653   filter: "'NIC_Intel-X710' and
12654            '64B' and
12655            'NDRPDR' and
12656            'ETH' and
12657            'IP4FWD' and
12658            '1T1C' and
12659            'VHOST_1024' and
12660            not 'VXLAN' and
12661            not 'DOT1Q'"
12662   parameters:
12663   - "throughput"
12664   - "parent"
12665   - "tags"
12666   sort:
12667   - "not CFS_OPT"
12668   - "1VM"
12669   - "2VM"
12670   traces:
12671     hoverinfo: "x+y"
12672     boxpoints: "outliers"
12673     whiskerwidth: 0
12674   layout:
12675     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12676     layout: "plot-throughput"
12677
12678 -
12679   type: "plot"
12680   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12681   algorithm: "plot_performance_box"
12682   output-file-type: ".html"
12683   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12684   data: "plot-vpp-throughput-latency-3n-hsw"
12685   filter: "'NIC_Intel-X710' and
12686            '64B' and
12687            'NDRPDR' and
12688            'ETH' and
12689            'IP4FWD' and
12690            '2T2C' and
12691            'VHOST_1024' and
12692            not 'VXLAN' and
12693            not 'DOT1Q'"
12694   parameters:
12695   - "throughput"
12696   - "parent"
12697   - "tags"
12698   sort:
12699   - "not CFS_OPT"
12700   - "1VM"
12701   - "2VM"
12702   traces:
12703     hoverinfo: "x+y"
12704     boxpoints: "outliers"
12705     whiskerwidth: 0
12706   layout:
12707     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12708     layout: "plot-throughput"
12709
12710 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
12711 -
12712   type: "plot"
12713   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12714   algorithm: "plot_performance_box"
12715   output-file-type: ".html"
12716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12717   data: "plot-vpp-throughput-latency-3n-hsw"
12718   filter: "'NIC_Intel-X710' and
12719            '64B' and
12720            'NDRPDR' and
12721            ('ETH' or 'DOT1Q') and
12722            '1T1C' and
12723            'L2BDMACLRN' and
12724            'VHOST_1024' and
12725            not 'VXLAN' and
12726            not 'IP4FWD' and
12727            not '2VM'"
12728   parameters:
12729   - "throughput"
12730   - "parent"
12731   - "tags"
12732 #  sort:
12733 #  - "VM"  # "not CFS_OPT"
12734 #  - "CFS_OPT"
12735 #  - "FIB_10K"
12736 #  - "FIB_100K"
12737 #  - "FIB_1M"
12738   traces:
12739     hoverinfo: "x+y"
12740     boxpoints: "outliers"
12741     whiskerwidth: 0
12742   layout:
12743     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12744     layout: "plot-throughput"
12745
12746 -
12747   type: "plot"
12748   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12749   algorithm: "plot_performance_box"
12750   output-file-type: ".html"
12751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12752   data: "plot-vpp-throughput-latency-3n-hsw"
12753   filter: "'NIC_Intel-X710' and
12754            '64B' and
12755            'NDRPDR' and
12756            ('ETH' or 'DOT1Q') and
12757            '2T2C' and
12758            'L2BDMACLRN' and
12759            'VHOST_1024' and
12760            not 'VXLAN' and
12761            not 'IP4FWD' and
12762            not '2VM'"
12763   parameters:
12764   - "throughput"
12765   - "parent"
12766   - "tags"
12767 #  sort:
12768 #  - "VM"  # "not CFS_OPT"
12769 #  - "CFS_OPT"
12770 #  - "FIB_10K"
12771 #  - "FIB_100K"
12772 #  - "FIB_1M"
12773   traces:
12774     hoverinfo: "x+y"
12775     boxpoints: "outliers"
12776     whiskerwidth: 0
12777   layout:
12778     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12779     layout: "plot-throughput"
12780
12781 -
12782   type: "plot"
12783   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12784   algorithm: "plot_performance_box"
12785   output-file-type: ".html"
12786   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12787   data: "plot-vpp-throughput-latency-3n-hsw"
12788   filter: "'NIC_Intel-X710' and
12789            '64B' and
12790            'NDRPDR' and
12791            ('ETH' or 'DOT1Q') and
12792            '1T1C' and
12793            'L2BDMACLRN' and
12794            'VHOST_1024' and
12795            not 'VXLAN' and
12796            not 'IP4FWD' and
12797            not '2VM'"
12798   parameters:
12799   - "throughput"
12800   - "parent"
12801   - "tags"
12802 #  sort:
12803 #  - "VM"  # "not CFS_OPT"
12804 #  - "CFS_OPT"
12805 #  - "FIB_10K"
12806 #  - "FIB_100K"
12807 #  - "FIB_1M"
12808   traces:
12809     hoverinfo: "x+y"
12810     boxpoints: "outliers"
12811     whiskerwidth: 0
12812   layout:
12813     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12814     layout: "plot-throughput"
12815
12816 -
12817   type: "plot"
12818   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12819   algorithm: "plot_performance_box"
12820   output-file-type: ".html"
12821   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12822   data: "plot-vpp-throughput-latency-3n-hsw"
12823   filter: "'NIC_Intel-X710' and
12824            '64B' and
12825            'NDRPDR' and
12826            ('ETH' or 'DOT1Q') and
12827            '2T2C' and
12828            'L2BDMACLRN' and
12829            'VHOST_1024' and
12830            not 'VXLAN' and
12831            not 'IP4FWD' and
12832            not '2VM'"
12833   parameters:
12834   - "throughput"
12835   - "parent"
12836   - "tags"
12837 #  sort:
12838 #  - "VM"  # "not CFS_OPT"
12839 #  - "CFS_OPT"
12840 #  - "FIB_10K"
12841 #  - "FIB_100K"
12842 #  - "FIB_1M"
12843   traces:
12844     hoverinfo: "x+y"
12845     boxpoints: "outliers"
12846     whiskerwidth: 0
12847   layout:
12848     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12849     layout: "plot-throughput"
12850
12851 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
12852 -
12853   type: "plot"
12854   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12855   algorithm: "plot_performance_box"
12856   output-file-type: ".html"
12857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12858   data: "plot-vpp-throughput-latency-3n-hsw"
12859   filter: "'NIC_Intel-X710' and
12860            '64B' and
12861            'NDRPDR' and
12862            ('ETH' or 'DOT1Q') and
12863            'BASE' and
12864            '1T1C' and
12865            ('L2BDMACLRN' or 'L2XCFWD') and
12866            'VHOST_1024' and
12867            not 'VXLAN' and
12868            not 'IP4FWD' and
12869            not '2VM'"
12870   parameters:
12871   - "throughput"
12872   - "parent"
12873   - "tags"
12874 #  sort:
12875 #  - "not CFS_OPT"
12876 #  - "L2XCFWD"
12877 #  - "not CFS_OPT"
12878 #  - "CFS_OPT"
12879   traces:
12880     hoverinfo: "x+y"
12881     boxpoints: "outliers"
12882     whiskerwidth: 0
12883   layout:
12884     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12885     layout: "plot-throughput"
12886
12887 -
12888   type: "plot"
12889   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12890   algorithm: "plot_performance_box"
12891   output-file-type: ".html"
12892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12893   data: "plot-vpp-throughput-latency-3n-hsw"
12894   filter: "'NIC_Intel-X710' and
12895            '64B' and
12896            'NDRPDR' and
12897            ('ETH' or 'DOT1Q') and
12898            'BASE' and
12899            '1T1C' and
12900            ('L2BDMACLRN' or 'L2XCFWD') and
12901            'VHOST_1024' and
12902            not 'VXLAN' and
12903            not 'IP4FWD' and
12904            not '2VM'"
12905   parameters:
12906   - "throughput"
12907   - "parent"
12908   - "tags"
12909 #  sort:
12910 #  - "not CFS_OPT"
12911 #  - "L2XCFWD"
12912 #  - "not CFS_OPT"
12913 #  - "CFS_OPT"
12914   traces:
12915     hoverinfo: "x+y"
12916     boxpoints: "outliers"
12917     whiskerwidth: 0
12918   layout:
12919     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12920     layout: "plot-throughput"
12921
12922 -
12923   type: "plot"
12924   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
12925   algorithm: "plot_performance_box"
12926   output-file-type: ".html"
12927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
12928   data: "plot-vpp-throughput-latency-3n-hsw"
12929   filter: "'NIC_Intel-X710' and
12930            '64B' and
12931            'NDRPDR' and
12932            ('ETH' or 'DOT1Q') and
12933            'BASE' and
12934            '2T2C' and
12935            ('L2BDMACLRN' or 'L2XCFWD') and
12936            'VHOST_1024' and
12937            not 'VXLAN' and
12938            not 'IP4FWD' and
12939            not '2VM'"
12940   parameters:
12941   - "throughput"
12942   - "parent"
12943   - "tags"
12944 #  sort:
12945 #  - "not CFS_OPT"
12946 #  - "L2XCFWD"
12947 #  - "not CFS_OPT"
12948 #  - "CFS_OPT"
12949   traces:
12950     hoverinfo: "x+y"
12951     boxpoints: "outliers"
12952     whiskerwidth: 0
12953   layout:
12954     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
12955     layout: "plot-throughput"
12956
12957 -
12958   type: "plot"
12959   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
12960   algorithm: "plot_performance_box"
12961   output-file-type: ".html"
12962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
12963   data: "plot-vpp-throughput-latency-3n-hsw"
12964   filter: "'NIC_Intel-X710' and
12965            '64B' and
12966            'NDRPDR' and
12967            ('ETH' or 'DOT1Q') and
12968            'BASE' and
12969            '2T2C' and
12970            ('L2BDMACLRN' or 'L2XCFWD') and
12971            'VHOST_1024' and
12972            not 'VXLAN' and
12973            not 'IP4FWD' and
12974            not '2VM'"
12975   parameters:
12976   - "throughput"
12977   - "parent"
12978   - "tags"
12979 #  sort:
12980 #  - "not CFS_OPT"
12981 #  - "L2XCFWD"
12982 #  - "not CFS_OPT"
12983 #  - "CFS_OPT"
12984   traces:
12985     hoverinfo: "x+y"
12986     boxpoints: "outliers"
12987     whiskerwidth: 0
12988   layout:
12989     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
12990     layout: "plot-throughput"
12991
12992 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
12993 -
12994   type: "plot"
12995   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
12996   algorithm: "plot_performance_box"
12997   output-file-type: ".html"
12998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
12999   data: "plot-vpp-throughput-latency-3n-hsw"
13000   filter: "'NIC_Intel-X710' and
13001            '64B' and
13002            'NDRPDR' and
13003            ('ETH' or 'DOT1Q') and
13004            '1T1C' and
13005            ('L2BDMACLRN' or 'L2XCFWD') and
13006            'VHOST_1024' and
13007            not 'CFS_OPT' and
13008            not 'VXLAN' and
13009            not 'IP4FWD' and
13010            not 'LBOND'"
13011   parameters:
13012   - "throughput"
13013   - "parent"
13014   - "tags"
13015 #  sort:
13016 #  - "1VM"
13017 #  - "L2XCFWD"
13018 #  - "1VM"
13019 #  - "L2BDMACLRN"
13020   traces:
13021     hoverinfo: "x+y"
13022     boxpoints: "outliers"
13023     whiskerwidth: 0
13024   layout:
13025     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13026     layout: "plot-throughput"
13027
13028 -
13029   type: "plot"
13030   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13031   algorithm: "plot_performance_box"
13032   output-file-type: ".html"
13033   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13034   data: "plot-vpp-throughput-latency-3n-hsw"
13035   filter: "'NIC_Intel-X710' and
13036            '64B' and
13037            'NDRPDR' and
13038            ('ETH' or 'DOT1Q') and
13039            '1T1C' and
13040            ('L2BDMACLRN' or 'L2XCFWD') and
13041            'VHOST_1024' and
13042            not 'CFS_OPT' and
13043            not 'VXLAN' and
13044            not 'IP4FWD' and
13045            not 'LBOND'"
13046   parameters:
13047   - "throughput"
13048   - "parent"
13049   - "tags"
13050 #  sort:
13051 #  - "1VM"
13052 #  - "L2XCFWD"
13053 #  - "1VM"
13054 #  - "L2BDMACLRN"
13055   traces:
13056     hoverinfo: "x+y"
13057     boxpoints: "outliers"
13058     whiskerwidth: 0
13059   layout:
13060     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13061     layout: "plot-throughput"
13062
13063 -
13064   type: "plot"
13065   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13066   algorithm: "plot_performance_box"
13067   output-file-type: ".html"
13068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13069   data: "plot-vpp-throughput-latency-3n-hsw"
13070   filter: "'NIC_Intel-X710' and
13071            '64B' and
13072            'NDRPDR' and
13073            ('ETH' or 'DOT1Q') and
13074            '2T2C' and
13075            ('L2BDMACLRN' or 'L2XCFWD') and
13076            'VHOST_1024' and
13077            not 'CFS_OPT' and
13078            not 'VXLAN' and
13079            not 'IP4FWD' and
13080            not 'LBOND'"
13081   parameters:
13082   - "throughput"
13083   - "parent"
13084   - "tags"
13085 #  sort:
13086 #  - "1VM"
13087 #  - "L2XCFWD"
13088 #  - "1VM"
13089 #  - "L2BDMACLRN"
13090   traces:
13091     hoverinfo: "x+y"
13092     boxpoints: "outliers"
13093     whiskerwidth: 0
13094   layout:
13095     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13096     layout: "plot-throughput"
13097
13098 -
13099   type: "plot"
13100   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13101   algorithm: "plot_performance_box"
13102   output-file-type: ".html"
13103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13104   data: "plot-vpp-throughput-latency-3n-hsw"
13105   filter: "'NIC_Intel-X710' and
13106            '64B' and
13107            'NDRPDR' and
13108            ('ETH' or 'DOT1Q') and
13109            '2T2C' and
13110            ('L2BDMACLRN' or 'L2XCFWD') and
13111            'VHOST_1024' and
13112            not 'CFS_OPT' and
13113            not 'VXLAN' and
13114            not 'IP4FWD' and
13115            not 'LBOND'"
13116   parameters:
13117   - "throughput"
13118   - "parent"
13119   - "tags"
13120 #  sort:
13121 #  - "1VM"
13122 #  - "L2XCFWD"
13123 #  - "1VM"
13124 #  - "L2BDMACLRN"
13125   traces:
13126     hoverinfo: "x+y"
13127     boxpoints: "outliers"
13128     whiskerwidth: 0
13129   layout:
13130     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13131     layout: "plot-throughput"
13132
13133 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
13134 -
13135   type: "plot"
13136   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13137   algorithm: "plot_performance_box"
13138   output-file-type: ".html"
13139   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13140   data: "plot-vpp-throughput-latency-3n-hsw"
13141   filter: "'NIC_Intel-XL710' and
13142            '64B' and
13143            'NDRPDR' and
13144            'ETH' and
13145            'IP4FWD' and
13146            '1T1C' and
13147            'VHOST_1024' and
13148            not 'VXLAN' and
13149            not 'DOT1Q'"
13150   parameters:
13151   - "throughput"
13152   - "parent"
13153   - "tags"
13154   sort:
13155   - "not CFS_OPT"
13156   - "1VM"
13157   - "2VM"
13158   traces:
13159     hoverinfo: "x+y"
13160     boxpoints: "outliers"
13161     whiskerwidth: 0
13162   layout:
13163     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13164     layout: "plot-throughput"
13165
13166 -
13167   type: "plot"
13168   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13169   algorithm: "plot_performance_box"
13170   output-file-type: ".html"
13171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13172   data: "plot-vpp-throughput-latency-3n-hsw"
13173   filter: "'NIC_Intel-XL710' and
13174            '64B' and
13175            'NDRPDR' and
13176            'ETH' and
13177            'IP4FWD' and
13178            '2T2C' and
13179            'VHOST_1024' and
13180            not 'VXLAN' and
13181            not 'DOT1Q'"
13182   parameters:
13183   - "throughput"
13184   - "parent"
13185   - "tags"
13186   sort:
13187   - "not CFS_OPT"
13188   - "1VM"
13189   - "2VM"
13190   traces:
13191     hoverinfo: "x+y"
13192     boxpoints: "outliers"
13193     whiskerwidth: 0
13194   layout:
13195     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13196     layout: "plot-throughput"
13197
13198 -
13199   type: "plot"
13200   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13201   algorithm: "plot_performance_box"
13202   output-file-type: ".html"
13203   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13204   data: "plot-vpp-throughput-latency-3n-hsw"
13205   filter: "'NIC_Intel-XL710' and
13206            '64B' and
13207            'NDRPDR' and
13208            'ETH' and
13209            'IP4FWD' and
13210            '1T1C' and
13211            'VHOST_1024' and
13212            not 'VXLAN' and
13213            not 'DOT1Q'"
13214   parameters:
13215   - "throughput"
13216   - "parent"
13217   - "tags"
13218   sort:
13219   - "not CFS_OPT"
13220   - "1VM"
13221   - "2VM"
13222   traces:
13223     hoverinfo: "x+y"
13224     boxpoints: "outliers"
13225     whiskerwidth: 0
13226   layout:
13227     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13228     layout: "plot-throughput"
13229
13230 -
13231   type: "plot"
13232   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13233   algorithm: "plot_performance_box"
13234   output-file-type: ".html"
13235   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13236   data: "plot-vpp-throughput-latency-3n-hsw"
13237   filter: "'NIC_Intel-XL710' and
13238            '64B' and
13239            'NDRPDR' and
13240            'ETH' and
13241            'IP4FWD' and
13242            '2T2C' and
13243            'VHOST_1024' and
13244            not 'VXLAN' and
13245            not 'DOT1Q'"
13246   parameters:
13247   - "throughput"
13248   - "parent"
13249   - "tags"
13250   sort:
13251   - "not CFS_OPT"
13252   - "1VM"
13253   - "2VM"
13254   traces:
13255     hoverinfo: "x+y"
13256     boxpoints: "outliers"
13257     whiskerwidth: 0
13258   layout:
13259     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13260     layout: "plot-throughput"
13261
13262 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
13263 -
13264   type: "plot"
13265   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13266   algorithm: "plot_performance_box"
13267   output-file-type: ".html"
13268   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13269   data: "plot-vpp-throughput-latency-3n-hsw"
13270   filter: "'NIC_Intel-XL710' and
13271            '64B' and
13272            'NDRPDR' and
13273            ('ETH' or 'DOT1Q') and
13274            '1T1C' and
13275            'L2BDMACLRN' and
13276            'VHOST_1024' and
13277            not 'VXLAN' and
13278            not 'IP4FWD' and
13279            not '2VM'"
13280   parameters:
13281   - "throughput"
13282   - "parent"
13283   - "tags"
13284 #  sort:
13285 #  - "VM"  # "not CFS_OPT"
13286 #  - "CFS_OPT"
13287 #  - "FIB_10K"
13288 #  - "FIB_100K"
13289 #  - "FIB_1M"
13290   traces:
13291     hoverinfo: "x+y"
13292     boxpoints: "outliers"
13293     whiskerwidth: 0
13294   layout:
13295     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13296     layout: "plot-throughput"
13297
13298 -
13299   type: "plot"
13300   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13301   algorithm: "plot_performance_box"
13302   output-file-type: ".html"
13303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13304   data: "plot-vpp-throughput-latency-3n-hsw"
13305   filter: "'NIC_Intel-XL710' and
13306            '64B' and
13307            'NDRPDR' and
13308            ('ETH' or 'DOT1Q') and
13309            '2T2C' and
13310            'L2BDMACLRN' and
13311            'VHOST_1024' and
13312            not 'VXLAN' and
13313            not 'IP4FWD' and
13314            not '2VM'"
13315   parameters:
13316   - "throughput"
13317   - "parent"
13318   - "tags"
13319 #  sort:
13320 #  - "VM"  # "not CFS_OPT"
13321 #  - "CFS_OPT"
13322 #  - "FIB_10K"
13323 #  - "FIB_100K"
13324 #  - "FIB_1M"
13325   traces:
13326     hoverinfo: "x+y"
13327     boxpoints: "outliers"
13328     whiskerwidth: 0
13329   layout:
13330     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13331     layout: "plot-throughput"
13332
13333 -
13334   type: "plot"
13335   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13336   algorithm: "plot_performance_box"
13337   output-file-type: ".html"
13338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13339   data: "plot-vpp-throughput-latency-3n-hsw"
13340   filter: "'NIC_Intel-XL710' and
13341            '64B' and
13342            'NDRPDR' and
13343            ('ETH' or 'DOT1Q') and
13344            '1T1C' and
13345            'L2BDMACLRN' and
13346            'VHOST_1024' and
13347            not 'VXLAN' and
13348            not 'IP4FWD' and
13349            not '2VM'"
13350   parameters:
13351   - "throughput"
13352   - "parent"
13353   - "tags"
13354 #  sort:
13355 #  - "VM"  # "not CFS_OPT"
13356 #  - "CFS_OPT"
13357 #  - "FIB_10K"
13358 #  - "FIB_100K"
13359 #  - "FIB_1M"
13360   traces:
13361     hoverinfo: "x+y"
13362     boxpoints: "outliers"
13363     whiskerwidth: 0
13364   layout:
13365     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13366     layout: "plot-throughput"
13367
13368 -
13369   type: "plot"
13370   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13371   algorithm: "plot_performance_box"
13372   output-file-type: ".html"
13373   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13374   data: "plot-vpp-throughput-latency-3n-hsw"
13375   filter: "'NIC_Intel-XL710' and
13376            '64B' and
13377            'NDRPDR' and
13378            ('ETH' or 'DOT1Q') and
13379            '2T2C' and
13380            'L2BDMACLRN' and
13381            'VHOST_1024' and
13382            not 'VXLAN' and
13383            not 'IP4FWD' and
13384            not '2VM'"
13385   parameters:
13386   - "throughput"
13387   - "parent"
13388   - "tags"
13389 #  sort:
13390 #  - "VM"  # "not CFS_OPT"
13391 #  - "CFS_OPT"
13392 #  - "FIB_10K"
13393 #  - "FIB_100K"
13394 #  - "FIB_1M"
13395   traces:
13396     hoverinfo: "x+y"
13397     boxpoints: "outliers"
13398     whiskerwidth: 0
13399   layout:
13400     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13401     layout: "plot-throughput"
13402
13403 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
13404 -
13405   type: "plot"
13406   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13407   algorithm: "plot_performance_box"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13410   data: "plot-vpp-throughput-latency-3n-hsw"
13411   filter: "'NIC_Intel-XL710' and
13412            '64B' and
13413            'NDRPDR' and
13414            ('ETH' or 'DOT1Q') and
13415            'BASE' and
13416            '1T1C' and
13417            ('L2BDMACLRN' or 'L2XCFWD') and
13418            'VHOST_1024' and
13419            not 'VXLAN' and
13420            not 'IP4FWD' and
13421            not '2VM'"
13422   parameters:
13423   - "throughput"
13424   - "parent"
13425   - "tags"
13426 #  sort:
13427 #  - "not CFS_OPT"
13428 #  - "L2XCFWD"
13429 #  - "not CFS_OPT"
13430 #  - "CFS_OPT"
13431   traces:
13432     hoverinfo: "x+y"
13433     boxpoints: "outliers"
13434     whiskerwidth: 0
13435   layout:
13436     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13437     layout: "plot-throughput"
13438
13439 -
13440   type: "plot"
13441   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13442   algorithm: "plot_performance_box"
13443   output-file-type: ".html"
13444   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13445   data: "plot-vpp-throughput-latency-3n-hsw"
13446   filter: "'NIC_Intel-XL710' and
13447            '64B' and
13448            'NDRPDR' and
13449            ('ETH' or 'DOT1Q') and
13450            'BASE' and
13451            '1T1C' and
13452            ('L2BDMACLRN' or 'L2XCFWD') and
13453            'VHOST_1024' and
13454            not 'VXLAN' and
13455            not 'IP4FWD' and
13456            not '2VM'"
13457   parameters:
13458   - "throughput"
13459   - "parent"
13460   - "tags"
13461 #  sort:
13462 #  - "not CFS_OPT"
13463 #  - "L2XCFWD"
13464 #  - "not CFS_OPT"
13465 #  - "CFS_OPT"
13466   traces:
13467     hoverinfo: "x+y"
13468     boxpoints: "outliers"
13469     whiskerwidth: 0
13470   layout:
13471     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13472     layout: "plot-throughput"
13473
13474 -
13475   type: "plot"
13476   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13477   algorithm: "plot_performance_box"
13478   output-file-type: ".html"
13479   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13480   data: "plot-vpp-throughput-latency-3n-hsw"
13481   filter: "'NIC_Intel-XL710' and
13482            '64B' and
13483            'NDRPDR' and
13484            ('ETH' or 'DOT1Q') and
13485            'BASE' and
13486            '2T2C' and
13487            ('L2BDMACLRN' or 'L2XCFWD') and
13488            'VHOST_1024' and
13489            not 'VXLAN' and
13490            not 'IP4FWD' and
13491            not '2VM'"
13492   parameters:
13493   - "throughput"
13494   - "parent"
13495   - "tags"
13496 #  sort:
13497 #  - "not CFS_OPT"
13498 #  - "L2XCFWD"
13499 #  - "not CFS_OPT"
13500 #  - "CFS_OPT"
13501   traces:
13502     hoverinfo: "x+y"
13503     boxpoints: "outliers"
13504     whiskerwidth: 0
13505   layout:
13506     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13507     layout: "plot-throughput"
13508
13509 -
13510   type: "plot"
13511   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13512   algorithm: "plot_performance_box"
13513   output-file-type: ".html"
13514   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13515   data: "plot-vpp-throughput-latency-3n-hsw"
13516   filter: "'NIC_Intel-XL710' and
13517            '64B' and
13518            'NDRPDR' and
13519            ('ETH' or 'DOT1Q') and
13520            'BASE' and
13521            '2T2C' and
13522            ('L2BDMACLRN' or 'L2XCFWD') and
13523            'VHOST_1024' and
13524            not 'VXLAN' and
13525            not 'IP4FWD' and
13526            not '2VM'"
13527   parameters:
13528   - "throughput"
13529   - "parent"
13530   - "tags"
13531 #  sort:
13532 #  - "not CFS_OPT"
13533 #  - "L2XCFWD"
13534 #  - "not CFS_OPT"
13535 #  - "CFS_OPT"
13536   traces:
13537     hoverinfo: "x+y"
13538     boxpoints: "outliers"
13539     whiskerwidth: 0
13540   layout:
13541     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13542     layout: "plot-throughput"
13543
13544 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
13545 -
13546   type: "plot"
13547   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13548   algorithm: "plot_performance_box"
13549   output-file-type: ".html"
13550   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13551   data: "plot-vpp-throughput-latency-3n-hsw"
13552   filter: "'NIC_Intel-XL710' and
13553            '64B' and
13554            'NDRPDR' and
13555            ('ETH' or 'DOT1Q') and
13556            '1T1C' and
13557            ('L2BDMACLRN' or 'L2XCFWD') and
13558            'VHOST_1024' and
13559            not 'CFS_OPT' and
13560            not 'VXLAN' and
13561            not 'IP4FWD'"
13562   parameters:
13563   - "throughput"
13564   - "parent"
13565   - "tags"
13566 #  sort:
13567 #  - "1VM"
13568 #  - "L2XCFWD"
13569 #  - "1VM"
13570 #  - "L2BDMACLRN"
13571   traces:
13572     hoverinfo: "x+y"
13573     boxpoints: "outliers"
13574     whiskerwidth: 0
13575   layout:
13576     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13577     layout: "plot-throughput"
13578
13579 -
13580   type: "plot"
13581   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13582   algorithm: "plot_performance_box"
13583   output-file-type: ".html"
13584   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13585   data: "plot-vpp-throughput-latency-3n-hsw"
13586   filter: "'NIC_Intel-XL710' and
13587            '64B' and
13588            'NDRPDR' and
13589            ('ETH' or 'DOT1Q') and
13590            '1T1C' and
13591            ('L2BDMACLRN' or 'L2XCFWD') and
13592            'VHOST_1024' and
13593            not 'CFS_OPT' and
13594            not 'VXLAN' and
13595            not 'IP4FWD'"
13596   parameters:
13597   - "throughput"
13598   - "parent"
13599   - "tags"
13600 #  sort:
13601 #  - "1VM"
13602 #  - "L2XCFWD"
13603 #  - "1VM"
13604 #  - "L2BDMACLRN"
13605   traces:
13606     hoverinfo: "x+y"
13607     boxpoints: "outliers"
13608     whiskerwidth: 0
13609   layout:
13610     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13611     layout: "plot-throughput"
13612
13613 -
13614   type: "plot"
13615   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13616   algorithm: "plot_performance_box"
13617   output-file-type: ".html"
13618   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13619   data: "plot-vpp-throughput-latency-3n-hsw"
13620   filter: "'NIC_Intel-XL710' and
13621            '64B' and
13622            'NDRPDR' and
13623            ('ETH' or 'DOT1Q') and
13624            '2T2C' and
13625            ('L2BDMACLRN' or 'L2XCFWD') and
13626            'VHOST_1024' and
13627            not 'CFS_OPT' and
13628            not 'VXLAN' and
13629            not 'IP4FWD'"
13630   parameters:
13631   - "throughput"
13632   - "parent"
13633   - "tags"
13634 #  sort:
13635 #  - "1VM"
13636 #  - "L2XCFWD"
13637 #  - "1VM"
13638 #  - "L2BDMACLRN"
13639   traces:
13640     hoverinfo: "x+y"
13641     boxpoints: "outliers"
13642     whiskerwidth: 0
13643   layout:
13644     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13645     layout: "plot-throughput"
13646
13647 -
13648   type: "plot"
13649   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13650   algorithm: "plot_performance_box"
13651   output-file-type: ".html"
13652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13653   data: "plot-vpp-throughput-latency-3n-hsw"
13654   filter: "'NIC_Intel-XL710' and
13655            '64B' and
13656            'NDRPDR' and
13657            ('ETH' or 'DOT1Q') and
13658            '2T2C' and
13659            ('L2BDMACLRN' or 'L2XCFWD') and
13660            'VHOST_1024' and
13661            not 'CFS_OPT' and
13662            not 'VXLAN' and
13663            not 'IP4FWD'"
13664   parameters:
13665   - "throughput"
13666   - "parent"
13667   - "tags"
13668 #  sort:
13669 #  - "1VM"
13670 #  - "L2XCFWD"
13671 #  - "1VM"
13672 #  - "L2BDMACLRN"
13673   traces:
13674     hoverinfo: "x+y"
13675     boxpoints: "outliers"
13676     whiskerwidth: 0
13677   layout:
13678     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13679     layout: "plot-throughput"
13680
13681 # Packet Throughput - VPP vhost ip4 3n-skx-x710
13682 -
13683   type: "plot"
13684   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13685   algorithm: "plot_performance_box"
13686   output-file-type: ".html"
13687   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13688   data: "plot-vpp-throughput-latency-3n-skx"
13689   filter: "'NIC_Intel-X710' and
13690            '64B' and
13691            'NDRPDR' and
13692            'ETH' and
13693            'IP4FWD' and
13694            '2T1C' and
13695            'VHOST_1024' and
13696            not 'VXLAN' and
13697            not 'DOT1Q'"
13698   parameters:
13699   - "throughput"
13700   - "parent"
13701   - "tags"
13702   sort:
13703   - "not CFS_OPT"
13704   - "1VM"
13705   - "2VM"
13706   traces:
13707     hoverinfo: "x+y"
13708     boxpoints: "outliers"
13709     whiskerwidth: 0
13710   layout:
13711     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13712     layout: "plot-throughput"
13713
13714 -
13715   type: "plot"
13716   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13717   algorithm: "plot_performance_box"
13718   output-file-type: ".html"
13719   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13720   data: "plot-vpp-throughput-latency-3n-skx"
13721   filter: "'NIC_Intel-X710' and
13722            '64B' and
13723            'NDRPDR' and
13724            'ETH' and
13725            'IP4FWD' and
13726            '4T2C' and
13727            'VHOST_1024' and
13728            not 'VXLAN' and
13729            not 'DOT1Q'"
13730   parameters:
13731   - "throughput"
13732   - "parent"
13733   - "tags"
13734   sort:
13735   - "not CFS_OPT"
13736   - "1VM"
13737   - "2VM"
13738   traces:
13739     hoverinfo: "x+y"
13740     boxpoints: "outliers"
13741     whiskerwidth: 0
13742   layout:
13743     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13744     layout: "plot-throughput"
13745
13746 -
13747   type: "plot"
13748   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13749   algorithm: "plot_performance_box"
13750   output-file-type: ".html"
13751   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13752   data: "plot-vpp-throughput-latency-3n-skx"
13753   filter: "'NIC_Intel-X710' and
13754            '64B' and
13755            'NDRPDR' and
13756            'ETH' and
13757            'IP4FWD' and
13758            '2T1C' and
13759            'VHOST_1024' and
13760            not 'VXLAN' and
13761            not 'DOT1Q'"
13762   parameters:
13763   - "throughput"
13764   - "parent"
13765   - "tags"
13766   sort:
13767   - "not CFS_OPT"
13768   - "1VM"
13769   - "2VM"
13770   traces:
13771     hoverinfo: "x+y"
13772     boxpoints: "outliers"
13773     whiskerwidth: 0
13774   layout:
13775     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13776     layout: "plot-throughput"
13777
13778 -
13779   type: "plot"
13780   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13781   algorithm: "plot_performance_box"
13782   output-file-type: ".html"
13783   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13784   data: "plot-vpp-throughput-latency-3n-skx"
13785   filter: "'NIC_Intel-X710' and
13786            '64B' and
13787            'NDRPDR' and
13788            'ETH' and
13789            'IP4FWD' and
13790            '4T2C' and
13791            'VHOST_1024' and
13792            not 'VXLAN' and
13793            not 'DOT1Q'"
13794   parameters:
13795   - "throughput"
13796   - "parent"
13797   - "tags"
13798   sort:
13799   - "not CFS_OPT"
13800   - "1VM"
13801   - "2VM"
13802   traces:
13803     hoverinfo: "x+y"
13804     boxpoints: "outliers"
13805     whiskerwidth: 0
13806   layout:
13807     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13808     layout: "plot-throughput"
13809
13810 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
13811 -
13812   type: "plot"
13813   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13814   algorithm: "plot_performance_box"
13815   output-file-type: ".html"
13816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13817   data: "plot-vpp-throughput-latency-3n-skx"
13818   filter: "'NIC_Intel-X710' and
13819            '64B' and
13820            'NDRPDR' and
13821            ('ETH' or 'DOT1Q') and
13822            '2T1C' and
13823            'L2BDMACLRN' and
13824            'VHOST_1024' and
13825            not 'VXLAN' and
13826            not 'IP4FWD' and
13827            not '2VM'"
13828   parameters:
13829   - "throughput"
13830   - "parent"
13831   - "tags"
13832 #  sort:
13833 #  - "VM"  # "not CFS_OPT"
13834 #  - "CFS_OPT"
13835 #  - "FIB_10K"
13836 #  - "FIB_100K"
13837 #  - "FIB_1M"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13844     layout: "plot-throughput"
13845
13846 -
13847   type: "plot"
13848   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13849   algorithm: "plot_performance_box"
13850   output-file-type: ".html"
13851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13852   data: "plot-vpp-throughput-latency-3n-skx"
13853   filter: "'NIC_Intel-X710' and
13854            '64B' and
13855            'NDRPDR' and
13856            ('ETH' or 'DOT1Q') and
13857            '4T2C' and
13858            'L2BDMACLRN' and
13859            'VHOST_1024' and
13860            not 'VXLAN' and
13861            not 'IP4FWD' and
13862            not '2VM'"
13863   parameters:
13864   - "throughput"
13865   - "parent"
13866   - "tags"
13867 #  sort:
13868 #  - "VM"  # "not CFS_OPT"
13869 #  - "CFS_OPT"
13870 #  - "FIB_10K"
13871 #  - "FIB_100K"
13872 #  - "FIB_1M"
13873   traces:
13874     hoverinfo: "x+y"
13875     boxpoints: "outliers"
13876     whiskerwidth: 0
13877   layout:
13878     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13879     layout: "plot-throughput"
13880
13881 -
13882   type: "plot"
13883   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13884   algorithm: "plot_performance_box"
13885   output-file-type: ".html"
13886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13887   data: "plot-vpp-throughput-latency-3n-skx"
13888   filter: "'NIC_Intel-X710' and
13889            '64B' and
13890            'NDRPDR' and
13891            ('ETH' or 'DOT1Q') and
13892            '2T1C' and
13893            'L2BDMACLRN' and
13894            'VHOST_1024' and
13895            not 'VXLAN' and
13896            not 'IP4FWD' and
13897            not '2VM'"
13898   parameters:
13899   - "throughput"
13900   - "parent"
13901   - "tags"
13902 #  sort:
13903 #  - "VM"  # "not CFS_OPT"
13904 #  - "CFS_OPT"
13905 #  - "FIB_10K"
13906 #  - "FIB_100K"
13907 #  - "FIB_1M"
13908   traces:
13909     hoverinfo: "x+y"
13910     boxpoints: "outliers"
13911     whiskerwidth: 0
13912   layout:
13913     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13914     layout: "plot-throughput"
13915
13916 -
13917   type: "plot"
13918   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13919   algorithm: "plot_performance_box"
13920   output-file-type: ".html"
13921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13922   data: "plot-vpp-throughput-latency-3n-skx"
13923   filter: "'NIC_Intel-X710' and
13924            '64B' and
13925            'NDRPDR' and
13926            ('ETH' or 'DOT1Q') and
13927            '4T2C' and
13928            'L2BDMACLRN' and
13929            'VHOST_1024' and
13930            not 'VXLAN' and
13931            not 'IP4FWD' and
13932            not '2VM'"
13933   parameters:
13934   - "throughput"
13935   - "parent"
13936   - "tags"
13937 #  sort:
13938 #  - "VM"  # "not CFS_OPT"
13939 #  - "CFS_OPT"
13940 #  - "FIB_10K"
13941 #  - "FIB_100K"
13942 #  - "FIB_1M"
13943   traces:
13944     hoverinfo: "x+y"
13945     boxpoints: "outliers"
13946     whiskerwidth: 0
13947   layout:
13948     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13949     layout: "plot-throughput"
13950
13951 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
13952 -
13953   type: "plot"
13954   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
13955   algorithm: "plot_performance_box"
13956   output-file-type: ".html"
13957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
13958   data: "plot-vpp-throughput-latency-3n-skx"
13959   filter: "'NIC_Intel-X710' and
13960            '64B' and
13961            'NDRPDR' and
13962            ('ETH' or 'DOT1Q') and
13963            'BASE' and
13964            '2T1C' and
13965            ('L2BDMACLRN' or 'L2XCFWD') and
13966            'VHOST_1024' and
13967            not 'VXLAN' and
13968            not 'IP4FWD' and
13969            not '2VM' and
13970            not 'LBOND'"
13971   parameters:
13972   - "throughput"
13973   - "parent"
13974   - "tags"
13975 #  sort:
13976 #  - "not CFS_OPT"
13977 #  - "L2XCFWD"
13978 #  - "not CFS_OPT"
13979 #  - "CFS_OPT"
13980   traces:
13981     hoverinfo: "x+y"
13982     boxpoints: "outliers"
13983     whiskerwidth: 0
13984   layout:
13985     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
13986     layout: "plot-throughput"
13987
13988 -
13989   type: "plot"
13990   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
13991   algorithm: "plot_performance_box"
13992   output-file-type: ".html"
13993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
13994   data: "plot-vpp-throughput-latency-3n-skx"
13995   filter: "'NIC_Intel-X710' and
13996            '64B' and
13997            'NDRPDR' and
13998            ('ETH' or 'DOT1Q') and
13999            'BASE' and
14000            '2T1C' and
14001            ('L2BDMACLRN' or 'L2XCFWD') and
14002            'VHOST_1024' and
14003            not 'VXLAN' and
14004            not 'IP4FWD' and
14005            not '2VM' and
14006            not 'LBOND'"
14007   parameters:
14008   - "throughput"
14009   - "parent"
14010   - "tags"
14011 #  sort:
14012 #  - "not CFS_OPT"
14013 #  - "L2XCFWD"
14014 #  - "not CFS_OPT"
14015 #  - "CFS_OPT"
14016   traces:
14017     hoverinfo: "x+y"
14018     boxpoints: "outliers"
14019     whiskerwidth: 0
14020   layout:
14021     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14022     layout: "plot-throughput"
14023
14024 -
14025   type: "plot"
14026   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14027   algorithm: "plot_performance_box"
14028   output-file-type: ".html"
14029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14030   data: "plot-vpp-throughput-latency-3n-skx"
14031   filter: "'NIC_Intel-X710' and
14032            '64B' and
14033            'NDRPDR' and
14034            ('ETH' or 'DOT1Q') and
14035            'BASE' and
14036            '4T2C' and
14037            ('L2BDMACLRN' or 'L2XCFWD') and
14038            'VHOST_1024' and
14039            not 'VXLAN' and
14040            not 'IP4FWD' and
14041            not '2VM' and
14042            not 'LBOND'"
14043   parameters:
14044   - "throughput"
14045   - "parent"
14046   - "tags"
14047 #  sort:
14048 #  - "not CFS_OPT"
14049 #  - "L2XCFWD"
14050 #  - "not CFS_OPT"
14051 #  - "CFS_OPT"
14052   traces:
14053     hoverinfo: "x+y"
14054     boxpoints: "outliers"
14055     whiskerwidth: 0
14056   layout:
14057     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14058     layout: "plot-throughput"
14059
14060 -
14061   type: "plot"
14062   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14063   algorithm: "plot_performance_box"
14064   output-file-type: ".html"
14065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14066   data: "plot-vpp-throughput-latency-3n-skx"
14067   filter: "'NIC_Intel-X710' and
14068            '64B' and
14069            'NDRPDR' and
14070            ('ETH' or 'DOT1Q') and
14071            'BASE' and
14072            '4T2C' and
14073            ('L2BDMACLRN' or 'L2XCFWD') and
14074            'VHOST_1024' and
14075            not 'VXLAN' and
14076            not 'IP4FWD' and
14077            not '2VM' and
14078            not 'LBOND'"
14079   parameters:
14080   - "throughput"
14081   - "parent"
14082   - "tags"
14083 #  sort:
14084 #  - "not CFS_OPT"
14085 #  - "L2XCFWD"
14086 #  - "not CFS_OPT"
14087 #  - "CFS_OPT"
14088   traces:
14089     hoverinfo: "x+y"
14090     boxpoints: "outliers"
14091     whiskerwidth: 0
14092   layout:
14093     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14094     layout: "plot-throughput"
14095
14096 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14097 -
14098   type: "plot"
14099   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14100   algorithm: "plot_performance_box"
14101   output-file-type: ".html"
14102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14103   data: "plot-vpp-throughput-latency-3n-skx"
14104   filter: "'NIC_Intel-X710' and
14105            '64B' and
14106            'NDRPDR' and
14107            ('ETH' or 'DOT1Q') and
14108            '2T1C' and
14109            ('L2BDMACLRN' or 'L2XCFWD') and
14110            'VHOST_1024' and
14111            not 'CFS_OPT' and
14112            not 'VXLAN' and
14113            not 'IP4FWD' and
14114            not 'LBOND'"
14115   parameters:
14116   - "throughput"
14117   - "parent"
14118   - "tags"
14119 #  sort:
14120 #  - "1VM"
14121 #  - "L2XCFWD"
14122 #  - "1VM"
14123 #  - "L2BDMACLRN"
14124   traces:
14125     hoverinfo: "x+y"
14126     boxpoints: "outliers"
14127     whiskerwidth: 0
14128   layout:
14129     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14130     layout: "plot-throughput"
14131
14132 -
14133   type: "plot"
14134   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14135   algorithm: "plot_performance_box"
14136   output-file-type: ".html"
14137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14138   data: "plot-vpp-throughput-latency-3n-skx"
14139   filter: "'NIC_Intel-X710' and
14140            '64B' and
14141            'NDRPDR' and
14142            ('ETH' or 'DOT1Q') and
14143            '2T1C' and
14144            ('L2BDMACLRN' or 'L2XCFWD') and
14145            'VHOST_1024' and
14146            not 'CFS_OPT' and
14147            not 'VXLAN' and
14148            not 'IP4FWD' and
14149            not 'LBOND'"
14150   parameters:
14151   - "throughput"
14152   - "parent"
14153   - "tags"
14154 #  sort:
14155 #  - "1VM"
14156 #  - "L2XCFWD"
14157 #  - "1VM"
14158 #  - "L2BDMACLRN"
14159   traces:
14160     hoverinfo: "x+y"
14161     boxpoints: "outliers"
14162     whiskerwidth: 0
14163   layout:
14164     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14165     layout: "plot-throughput"
14166
14167 -
14168   type: "plot"
14169   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14170   algorithm: "plot_performance_box"
14171   output-file-type: ".html"
14172   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14173   data: "plot-vpp-throughput-latency-3n-skx"
14174   filter: "'NIC_Intel-X710' and
14175            '64B' and
14176            'NDRPDR' and
14177            ('ETH' or 'DOT1Q') and
14178            '4T2C' and
14179            ('L2BDMACLRN' or 'L2XCFWD') and
14180            'VHOST_1024' and
14181            not 'CFS_OPT' and
14182            not 'VXLAN' and
14183            not 'IP4FWD' and
14184            not 'LBOND'"
14185   parameters:
14186   - "throughput"
14187   - "parent"
14188   - "tags"
14189 #  sort:
14190 #  - "1VM"
14191 #  - "L2XCFWD"
14192 #  - "1VM"
14193 #  - "L2BDMACLRN"
14194   traces:
14195     hoverinfo: "x+y"
14196     boxpoints: "outliers"
14197     whiskerwidth: 0
14198   layout:
14199     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14200     layout: "plot-throughput"
14201
14202 -
14203   type: "plot"
14204   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14205   algorithm: "plot_performance_box"
14206   output-file-type: ".html"
14207   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14208   data: "plot-vpp-throughput-latency-3n-skx"
14209   filter: "'NIC_Intel-X710' and
14210            '64B' and
14211            'NDRPDR' and
14212            ('ETH' or 'DOT1Q') and
14213            '4T2C' and
14214            ('L2BDMACLRN' or 'L2XCFWD') and
14215            'VHOST_1024' and
14216            not 'CFS_OPT' and
14217            not 'VXLAN' and
14218            not 'IP4FWD' and
14219            not 'LBOND'"
14220   parameters:
14221   - "throughput"
14222   - "parent"
14223   - "tags"
14224 #  sort:
14225 #  - "1VM"
14226 #  - "L2XCFWD"
14227 #  - "1VM"
14228 #  - "L2BDMACLRN"
14229   traces:
14230     hoverinfo: "x+y"
14231     boxpoints: "outliers"
14232     whiskerwidth: 0
14233   layout:
14234     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14235     layout: "plot-throughput"
14236
14237 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14238 -
14239   type: "plot"
14240   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14241   algorithm: "plot_performance_box"
14242   output-file-type: ".html"
14243   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14244   data: "plot-vpp-throughput-latency-2n-skx"
14245   filter: "'NIC_Intel-X710' and
14246            '64B' and
14247            'NDRPDR' and
14248            'ETH' and
14249            'IP4FWD' and
14250            '2T1C' and
14251            'VHOST_1024' and
14252            not 'VXLAN' and
14253            not 'DOT1Q'"
14254   parameters:
14255   - "throughput"
14256   - "parent"
14257   - "tags"
14258   sort:
14259   - "not CFS_OPT"
14260   - "1VM"
14261   - "2VM"
14262   traces:
14263     hoverinfo: "x+y"
14264     boxpoints: "outliers"
14265     whiskerwidth: 0
14266   layout:
14267     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14268     layout: "plot-throughput"
14269
14270 -
14271   type: "plot"
14272   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14273   algorithm: "plot_performance_box"
14274   output-file-type: ".html"
14275   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14276   data: "plot-vpp-throughput-latency-2n-skx"
14277   filter: "'NIC_Intel-X710' and
14278            '64B' and
14279            'NDRPDR' and
14280            'ETH' and
14281            'IP4FWD' and
14282            '4T2C' and
14283            'VHOST_1024' and
14284            not 'VXLAN' and
14285            not 'DOT1Q'"
14286   parameters:
14287   - "throughput"
14288   - "parent"
14289   - "tags"
14290   sort:
14291   - "not CFS_OPT"
14292   - "1VM"
14293   - "2VM"
14294   traces:
14295     hoverinfo: "x+y"
14296     boxpoints: "outliers"
14297     whiskerwidth: 0
14298   layout:
14299     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14300     layout: "plot-throughput"
14301
14302 -
14303   type: "plot"
14304   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14305   algorithm: "plot_performance_box"
14306   output-file-type: ".html"
14307   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14308   data: "plot-vpp-throughput-latency-2n-skx"
14309   filter: "'NIC_Intel-X710' and
14310            '64B' and
14311            'NDRPDR' and
14312            'ETH' and
14313            'IP4FWD' and
14314            '2T1C' and
14315            'VHOST_1024' and
14316            not 'VXLAN' and
14317            not 'DOT1Q'"
14318   parameters:
14319   - "throughput"
14320   - "parent"
14321   - "tags"
14322   sort:
14323   - "not CFS_OPT"
14324   - "1VM"
14325   - "2VM"
14326   traces:
14327     hoverinfo: "x+y"
14328     boxpoints: "outliers"
14329     whiskerwidth: 0
14330   layout:
14331     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14332     layout: "plot-throughput"
14333
14334 -
14335   type: "plot"
14336   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14337   algorithm: "plot_performance_box"
14338   output-file-type: ".html"
14339   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14340   data: "plot-vpp-throughput-latency-2n-skx"
14341   filter: "'NIC_Intel-X710' and
14342            '64B' and
14343            'NDRPDR' and
14344            'ETH' and
14345            'IP4FWD' and
14346            '4T2C' and
14347            'VHOST_1024' and
14348            not 'VXLAN' and
14349            not 'DOT1Q'"
14350   parameters:
14351   - "throughput"
14352   - "parent"
14353   - "tags"
14354   sort:
14355   - "not CFS_OPT"
14356   - "1VM"
14357   - "2VM"
14358   traces:
14359     hoverinfo: "x+y"
14360     boxpoints: "outliers"
14361     whiskerwidth: 0
14362   layout:
14363     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14364     layout: "plot-throughput"
14365
14366 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
14367 -
14368   type: "plot"
14369   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14370   algorithm: "plot_performance_box"
14371   output-file-type: ".html"
14372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14373   data: "plot-vpp-throughput-latency-2n-skx"
14374   filter: "'NIC_Intel-X710' and
14375            '64B' and
14376            'NDRPDR' and
14377            ('ETH' or 'DOT1Q') and
14378            '2T1C' and
14379            'L2BDMACLRN' and
14380            'VHOST_1024' and
14381            not 'VXLAN' and
14382            not 'IP4FWD' and
14383            not '2VM'"
14384   parameters:
14385   - "throughput"
14386   - "parent"
14387   - "tags"
14388 #  sort:
14389 #  - "VM"  # "not CFS_OPT"
14390 #  - "CFS_OPT"
14391 #  - "FIB_10K"
14392 #  - "FIB_100K"
14393 #  - "FIB_1M"
14394   traces:
14395     hoverinfo: "x+y"
14396     boxpoints: "outliers"
14397     whiskerwidth: 0
14398   layout:
14399     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14400     layout: "plot-throughput"
14401
14402 -
14403   type: "plot"
14404   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14405   algorithm: "plot_performance_box"
14406   output-file-type: ".html"
14407   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14408   data: "plot-vpp-throughput-latency-2n-skx"
14409   filter: "'NIC_Intel-X710' and
14410            '64B' and
14411            'NDRPDR' and
14412            ('ETH' or 'DOT1Q') and
14413            '4T2C' and
14414            'L2BDMACLRN' and
14415            'VHOST_1024' and
14416            not 'VXLAN' and
14417            not 'IP4FWD' and
14418            not '2VM'"
14419   parameters:
14420   - "throughput"
14421   - "parent"
14422   - "tags"
14423 #  sort:
14424 #  - "VM"  # "not CFS_OPT"
14425 #  - "CFS_OPT"
14426 #  - "FIB_10K"
14427 #  - "FIB_100K"
14428 #  - "FIB_1M"
14429   traces:
14430     hoverinfo: "x+y"
14431     boxpoints: "outliers"
14432     whiskerwidth: 0
14433   layout:
14434     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14435     layout: "plot-throughput"
14436
14437 -
14438   type: "plot"
14439   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14440   algorithm: "plot_performance_box"
14441   output-file-type: ".html"
14442   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14443   data: "plot-vpp-throughput-latency-2n-skx"
14444   filter: "'NIC_Intel-X710' and
14445            '64B' and
14446            'NDRPDR' and
14447            ('ETH' or 'DOT1Q') and
14448            '2T1C' and
14449            'L2BDMACLRN' and
14450            'VHOST_1024' and
14451            not 'VXLAN' and
14452            not 'IP4FWD' and
14453            not '2VM'"
14454   parameters:
14455   - "throughput"
14456   - "parent"
14457   - "tags"
14458 #  sort:
14459 #  - "VM"  # "not CFS_OPT"
14460 #  - "CFS_OPT"
14461 #  - "FIB_10K"
14462 #  - "FIB_100K"
14463 #  - "FIB_1M"
14464   traces:
14465     hoverinfo: "x+y"
14466     boxpoints: "outliers"
14467     whiskerwidth: 0
14468   layout:
14469     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14470     layout: "plot-throughput"
14471
14472 -
14473   type: "plot"
14474   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14475   algorithm: "plot_performance_box"
14476   output-file-type: ".html"
14477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14478   data: "plot-vpp-throughput-latency-2n-skx"
14479   filter: "'NIC_Intel-X710' and
14480            '64B' and
14481            'NDRPDR' and
14482            ('ETH' or 'DOT1Q') and
14483            '4T2C' and
14484            'L2BDMACLRN' and
14485            'VHOST_1024' and
14486            not 'VXLAN' and
14487            not 'IP4FWD' and
14488            not '2VM'"
14489   parameters:
14490   - "throughput"
14491   - "parent"
14492   - "tags"
14493 #  sort:
14494 #  - "VM"  # "not CFS_OPT"
14495 #  - "CFS_OPT"
14496 #  - "FIB_10K"
14497 #  - "FIB_100K"
14498 #  - "FIB_1M"
14499   traces:
14500     hoverinfo: "x+y"
14501     boxpoints: "outliers"
14502     whiskerwidth: 0
14503   layout:
14504     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14505     layout: "plot-throughput"
14506
14507 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
14508 -
14509   type: "plot"
14510   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14511   algorithm: "plot_performance_box"
14512   output-file-type: ".html"
14513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14514   data: "plot-vpp-throughput-latency-2n-skx"
14515   filter: "'NIC_Intel-X710' and
14516            '64B' and
14517            'NDRPDR' and
14518            ('ETH' or 'DOT1Q') and
14519            'BASE' and
14520            '2T1C' and
14521            ('L2BDMACLRN' or 'L2XCFWD') and
14522            'VHOST_1024' and
14523            not 'VXLAN' and
14524            not 'IP4FWD' and
14525            not '2VM'"
14526   parameters:
14527   - "throughput"
14528   - "parent"
14529   - "tags"
14530 #  sort:
14531 #  - "not CFS_OPT"
14532 #  - "L2XCFWD"
14533 #  - "not CFS_OPT"
14534 #  - "CFS_OPT"
14535   traces:
14536     hoverinfo: "x+y"
14537     boxpoints: "outliers"
14538     whiskerwidth: 0
14539   layout:
14540     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14541     layout: "plot-throughput"
14542
14543 -
14544   type: "plot"
14545   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14546   algorithm: "plot_performance_box"
14547   output-file-type: ".html"
14548   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14549   data: "plot-vpp-throughput-latency-2n-skx"
14550   filter: "'NIC_Intel-X710' and
14551            '64B' and
14552            'NDRPDR' and
14553            ('ETH' or 'DOT1Q') and
14554            'BASE' and
14555            '2T1C' and
14556            ('L2BDMACLRN' or 'L2XCFWD') and
14557            'VHOST_1024' and
14558            not 'VXLAN' and
14559            not 'IP4FWD' and
14560            not '2VM'"
14561   parameters:
14562   - "throughput"
14563   - "parent"
14564   - "tags"
14565 #  sort:
14566 #  - "not CFS_OPT"
14567 #  - "L2XCFWD"
14568 #  - "not CFS_OPT"
14569 #  - "CFS_OPT"
14570   traces:
14571     hoverinfo: "x+y"
14572     boxpoints: "outliers"
14573     whiskerwidth: 0
14574   layout:
14575     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14576     layout: "plot-throughput"
14577
14578 -
14579   type: "plot"
14580   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14581   algorithm: "plot_performance_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14584   data: "plot-vpp-throughput-latency-2n-skx"
14585   filter: "'NIC_Intel-X710' and
14586            '64B' and
14587            'NDRPDR' and
14588            ('ETH' or 'DOT1Q') and
14589            'BASE' and
14590            '4T2C' and
14591            ('L2BDMACLRN' or 'L2XCFWD') and
14592            'VHOST_1024' and
14593            not 'VXLAN' and
14594            not 'IP4FWD' and
14595            not '2VM'"
14596   parameters:
14597   - "throughput"
14598   - "parent"
14599   - "tags"
14600 #  sort:
14601 #  - "not CFS_OPT"
14602 #  - "L2XCFWD"
14603 #  - "not CFS_OPT"
14604 #  - "CFS_OPT"
14605   traces:
14606     hoverinfo: "x+y"
14607     boxpoints: "outliers"
14608     whiskerwidth: 0
14609   layout:
14610     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14611     layout: "plot-throughput"
14612
14613 -
14614   type: "plot"
14615   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14616   algorithm: "plot_performance_box"
14617   output-file-type: ".html"
14618   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14619   data: "plot-vpp-throughput-latency-2n-skx"
14620   filter: "'NIC_Intel-X710' and
14621            '64B' and
14622            'NDRPDR' and
14623            ('ETH' or 'DOT1Q') and
14624            'BASE' and
14625            '4T2C' and
14626            ('L2BDMACLRN' or 'L2XCFWD') and
14627            'VHOST_1024' and
14628            not 'VXLAN' and
14629            not 'IP4FWD' and
14630            not '2VM'"
14631   parameters:
14632   - "throughput"
14633   - "parent"
14634   - "tags"
14635 #  sort:
14636 #  - "not CFS_OPT"
14637 #  - "L2XCFWD"
14638 #  - "not CFS_OPT"
14639 #  - "CFS_OPT"
14640   traces:
14641     hoverinfo: "x+y"
14642     boxpoints: "outliers"
14643     whiskerwidth: 0
14644   layout:
14645     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14646     layout: "plot-throughput"
14647
14648 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
14649 -
14650   type: "plot"
14651   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14652   algorithm: "plot_performance_box"
14653   output-file-type: ".html"
14654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14655   data: "plot-vpp-throughput-latency-2n-skx"
14656   filter: "'NIC_Intel-X710' and
14657            '64B' and
14658            'NDRPDR' and
14659            ('ETH' or 'DOT1Q') and
14660            '2T1C' and
14661            ('L2BDMACLRN' or 'L2XCFWD') and
14662            'VHOST_1024' and
14663            not 'CFS_OPT' and
14664            not 'VXLAN' and
14665            not 'IP4FWD'"
14666   parameters:
14667   - "throughput"
14668   - "parent"
14669   - "tags"
14670 #  sort:
14671 #  - "1VM"
14672 #  - "L2XCFWD"
14673 #  - "1VM"
14674 #  - "L2BDMACLRN"
14675   traces:
14676     hoverinfo: "x+y"
14677     boxpoints: "outliers"
14678     whiskerwidth: 0
14679   layout:
14680     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14681     layout: "plot-throughput"
14682
14683 -
14684   type: "plot"
14685   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14686   algorithm: "plot_performance_box"
14687   output-file-type: ".html"
14688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14689   data: "plot-vpp-throughput-latency-2n-skx"
14690   filter: "'NIC_Intel-X710' and
14691            '64B' and
14692            'NDRPDR' and
14693            ('ETH' or 'DOT1Q') and
14694            '2T1C' and
14695            ('L2BDMACLRN' or 'L2XCFWD') and
14696            'VHOST_1024' and
14697            not 'CFS_OPT' and
14698            not 'VXLAN' and
14699            not 'IP4FWD'"
14700   parameters:
14701   - "throughput"
14702   - "parent"
14703   - "tags"
14704 #  sort:
14705 #  - "1VM"
14706 #  - "L2XCFWD"
14707 #  - "1VM"
14708 #  - "L2BDMACLRN"
14709   traces:
14710     hoverinfo: "x+y"
14711     boxpoints: "outliers"
14712     whiskerwidth: 0
14713   layout:
14714     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14715     layout: "plot-throughput"
14716
14717 -
14718   type: "plot"
14719   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14720   algorithm: "plot_performance_box"
14721   output-file-type: ".html"
14722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14723   data: "plot-vpp-throughput-latency-2n-skx"
14724   filter: "'NIC_Intel-X710' and
14725            '64B' and
14726            'NDRPDR' and
14727            ('ETH' or 'DOT1Q') and
14728            '4T2C' and
14729            ('L2BDMACLRN' or 'L2XCFWD') and
14730            'VHOST_1024' and
14731            not 'CFS_OPT' and
14732            not 'VXLAN' and
14733            not 'IP4FWD'"
14734   parameters:
14735   - "throughput"
14736   - "parent"
14737   - "tags"
14738 #  sort:
14739 #  - "1VM"
14740 #  - "L2XCFWD"
14741 #  - "1VM"
14742 #  - "L2BDMACLRN"
14743   traces:
14744     hoverinfo: "x+y"
14745     boxpoints: "outliers"
14746     whiskerwidth: 0
14747   layout:
14748     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14749     layout: "plot-throughput"
14750
14751 -
14752   type: "plot"
14753   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14754   algorithm: "plot_performance_box"
14755   output-file-type: ".html"
14756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14757   data: "plot-vpp-throughput-latency-2n-skx"
14758   filter: "'NIC_Intel-X710' and
14759            '64B' and
14760            'NDRPDR' and
14761            ('ETH' or 'DOT1Q') and
14762            '4T2C' and
14763            ('L2BDMACLRN' or 'L2XCFWD') and
14764            'VHOST_1024' and
14765            not 'CFS_OPT' and
14766            not 'VXLAN' and
14767            not 'IP4FWD'"
14768   parameters:
14769   - "throughput"
14770   - "parent"
14771   - "tags"
14772 #  sort:
14773 #  - "1VM"
14774 #  - "L2XCFWD"
14775 #  - "1VM"
14776 #  - "L2BDMACLRN"
14777   traces:
14778     hoverinfo: "x+y"
14779     boxpoints: "outliers"
14780     whiskerwidth: 0
14781   layout:
14782     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14783     layout: "plot-throughput"
14784
14785 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
14786 -
14787   type: "plot"
14788   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14789   algorithm: "plot_performance_box"
14790   output-file-type: ".html"
14791   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14792   data: "plot-vpp-throughput-latency-2n-skx"
14793   filter: "'NIC_Intel-XXV710' and
14794            '64B' and
14795            'NDRPDR' and
14796            'ETH' and
14797            'IP4FWD' and
14798            '2T1C' and
14799            'VHOST_1024' and
14800            not 'VXLAN' and
14801            not 'DOT1Q'"
14802   parameters:
14803   - "throughput"
14804   - "parent"
14805   - "tags"
14806   sort:
14807   - "not CFS_OPT"
14808   - "1VM"
14809   - "2VM"
14810   traces:
14811     hoverinfo: "x+y"
14812     boxpoints: "outliers"
14813     whiskerwidth: 0
14814   layout:
14815     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14816     layout: "plot-throughput"
14817
14818 -
14819   type: "plot"
14820   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14821   algorithm: "plot_performance_box"
14822   output-file-type: ".html"
14823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14824   data: "plot-vpp-throughput-latency-2n-skx"
14825   filter: "'NIC_Intel-XXV710' and
14826            '64B' and
14827            'NDRPDR' and
14828            'ETH' and
14829            'IP4FWD' and
14830            '4T2C' and
14831            'VHOST_1024' and
14832            not 'VXLAN' and
14833            not 'DOT1Q'"
14834   parameters:
14835   - "throughput"
14836   - "parent"
14837   - "tags"
14838   sort:
14839   - "not CFS_OPT"
14840   - "1VM"
14841   - "2VM"
14842   traces:
14843     hoverinfo: "x+y"
14844     boxpoints: "outliers"
14845     whiskerwidth: 0
14846   layout:
14847     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14848     layout: "plot-throughput"
14849
14850 -
14851   type: "plot"
14852   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14853   algorithm: "plot_performance_box"
14854   output-file-type: ".html"
14855   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14856   data: "plot-vpp-throughput-latency-2n-skx"
14857   filter: "'NIC_Intel-XXV710' and
14858            '64B' and
14859            'NDRPDR' and
14860            'ETH' and
14861            'IP4FWD' and
14862            '2T1C' and
14863            'VHOST_1024' and
14864            not 'VXLAN' and
14865            not 'DOT1Q'"
14866   parameters:
14867   - "throughput"
14868   - "parent"
14869   - "tags"
14870   sort:
14871   - "not CFS_OPT"
14872   - "1VM"
14873   - "2VM"
14874   traces:
14875     hoverinfo: "x+y"
14876     boxpoints: "outliers"
14877     whiskerwidth: 0
14878   layout:
14879     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14880     layout: "plot-throughput"
14881
14882 -
14883   type: "plot"
14884   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14885   algorithm: "plot_performance_box"
14886   output-file-type: ".html"
14887   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14888   data: "plot-vpp-throughput-latency-2n-skx"
14889   filter: "'NIC_Intel-XXV710' and
14890            '64B' and
14891            'NDRPDR' and
14892            'ETH' and
14893            'IP4FWD' and
14894            '4T2C' and
14895            'VHOST_1024' and
14896            not 'VXLAN' and
14897            not 'DOT1Q'"
14898   parameters:
14899   - "throughput"
14900   - "parent"
14901   - "tags"
14902   sort:
14903   - "not CFS_OPT"
14904   - "1VM"
14905   - "2VM"
14906   traces:
14907     hoverinfo: "x+y"
14908     boxpoints: "outliers"
14909     whiskerwidth: 0
14910   layout:
14911     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14912     layout: "plot-throughput"
14913
14914 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
14915 -
14916   type: "plot"
14917   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14918   algorithm: "plot_performance_box"
14919   output-file-type: ".html"
14920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14921   data: "plot-vpp-throughput-latency-2n-skx"
14922   filter: "'NIC_Intel-XXV710' and
14923            '64B' and
14924            'NDRPDR' and
14925            ('ETH' or 'DOT1Q') and
14926            '2T1C' and
14927            'L2BDMACLRN' and
14928            'VHOST_1024' and
14929            not 'VXLAN' and
14930            not 'IP4FWD' and
14931            not '2VM'"
14932   parameters:
14933   - "throughput"
14934   - "parent"
14935   - "tags"
14936 #  sort:
14937 #  - "VM"  # "not CFS_OPT"
14938 #  - "CFS_OPT"
14939 #  - "FIB_10K"
14940 #  - "FIB_100K"
14941 #  - "FIB_1M"
14942   traces:
14943     hoverinfo: "x+y"
14944     boxpoints: "outliers"
14945     whiskerwidth: 0
14946   layout:
14947     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14948     layout: "plot-throughput"
14949
14950 -
14951   type: "plot"
14952   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14953   algorithm: "plot_performance_box"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14956   data: "plot-vpp-throughput-latency-2n-skx"
14957   filter: "'NIC_Intel-XXV710' and
14958            '64B' and
14959            'NDRPDR' and
14960            ('ETH' or 'DOT1Q') and
14961            '4T2C' and
14962            'L2BDMACLRN' and
14963            'VHOST_1024' and
14964            not 'VXLAN' and
14965            not 'IP4FWD' and
14966            not '2VM'"
14967   parameters:
14968   - "throughput"
14969   - "parent"
14970   - "tags"
14971 #  sort:
14972 #  - "VM"  # "not CFS_OPT"
14973 #  - "CFS_OPT"
14974 #  - "FIB_10K"
14975 #  - "FIB_100K"
14976 #  - "FIB_1M"
14977   traces:
14978     hoverinfo: "x+y"
14979     boxpoints: "outliers"
14980     whiskerwidth: 0
14981   layout:
14982     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14983     layout: "plot-throughput"
14984
14985 -
14986   type: "plot"
14987   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14988   algorithm: "plot_performance_box"
14989   output-file-type: ".html"
14990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14991   data: "plot-vpp-throughput-latency-2n-skx"
14992   filter: "'NIC_Intel-XXV710' and
14993            '64B' and
14994            'NDRPDR' and
14995            ('ETH' or 'DOT1Q') and
14996            '2T1C' and
14997            'L2BDMACLRN' and
14998            'VHOST_1024' and
14999            not 'VXLAN' and
15000            not 'IP4FWD' and
15001            not '2VM'"
15002   parameters:
15003   - "throughput"
15004   - "parent"
15005   - "tags"
15006 #  sort:
15007 #  - "VM"  # "not CFS_OPT"
15008 #  - "CFS_OPT"
15009 #  - "FIB_10K"
15010 #  - "FIB_100K"
15011 #  - "FIB_1M"
15012   traces:
15013     hoverinfo: "x+y"
15014     boxpoints: "outliers"
15015     whiskerwidth: 0
15016   layout:
15017     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15018     layout: "plot-throughput"
15019
15020 -
15021   type: "plot"
15022   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15023   algorithm: "plot_performance_box"
15024   output-file-type: ".html"
15025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15026   data: "plot-vpp-throughput-latency-2n-skx"
15027   filter: "'NIC_Intel-XXV710' and
15028            '64B' and
15029            'NDRPDR' and
15030            ('ETH' or 'DOT1Q') and
15031            '4T2C' and
15032            'L2BDMACLRN' and
15033            'VHOST_1024' and
15034            not 'VXLAN' and
15035            not 'IP4FWD' and
15036            not '2VM'"
15037   parameters:
15038   - "throughput"
15039   - "parent"
15040   - "tags"
15041 #  sort:
15042 #  - "VM"  # "not CFS_OPT"
15043 #  - "CFS_OPT"
15044 #  - "FIB_10K"
15045 #  - "FIB_100K"
15046 #  - "FIB_1M"
15047   traces:
15048     hoverinfo: "x+y"
15049     boxpoints: "outliers"
15050     whiskerwidth: 0
15051   layout:
15052     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15053     layout: "plot-throughput"
15054
15055 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15056 -
15057   type: "plot"
15058   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15059   algorithm: "plot_performance_box"
15060   output-file-type: ".html"
15061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15062   data: "plot-vpp-throughput-latency-2n-skx"
15063   filter: "'NIC_Intel-XXV710' and
15064            '64B' and
15065            'NDRPDR' and
15066            ('ETH' or 'DOT1Q') and
15067            'BASE' and
15068            '2T1C' and
15069            ('L2BDMACLRN' or 'L2XCFWD') and
15070            'VHOST_1024' and
15071            not 'VXLAN' and
15072            not 'IP4FWD' and
15073            not '2VM'"
15074   parameters:
15075   - "throughput"
15076   - "parent"
15077   - "tags"
15078 #  sort:
15079 #  - "not CFS_OPT"
15080 #  - "L2XCFWD"
15081 #  - "not CFS_OPT"
15082 #  - "CFS_OPT"
15083   traces:
15084     hoverinfo: "x+y"
15085     boxpoints: "outliers"
15086     whiskerwidth: 0
15087   layout:
15088     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15089     layout: "plot-throughput"
15090
15091 -
15092   type: "plot"
15093   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15094   algorithm: "plot_performance_box"
15095   output-file-type: ".html"
15096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15097   data: "plot-vpp-throughput-latency-2n-skx"
15098   filter: "'NIC_Intel-XXV710' and
15099            '64B' and
15100            'NDRPDR' and
15101            ('ETH' or 'DOT1Q') and
15102            'BASE' and
15103            '2T1C' and
15104            ('L2BDMACLRN' or 'L2XCFWD') and
15105            'VHOST_1024' and
15106            not 'VXLAN' and
15107            not 'IP4FWD' and
15108            not '2VM'"
15109   parameters:
15110   - "throughput"
15111   - "parent"
15112   - "tags"
15113 #  sort:
15114 #  - "not CFS_OPT"
15115 #  - "L2XCFWD"
15116 #  - "not CFS_OPT"
15117 #  - "CFS_OPT"
15118   traces:
15119     hoverinfo: "x+y"
15120     boxpoints: "outliers"
15121     whiskerwidth: 0
15122   layout:
15123     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15124     layout: "plot-throughput"
15125
15126 -
15127   type: "plot"
15128   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15129   algorithm: "plot_performance_box"
15130   output-file-type: ".html"
15131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15132   data: "plot-vpp-throughput-latency-2n-skx"
15133   filter: "'NIC_Intel-XXV710' and
15134            '64B' and
15135            'NDRPDR' and
15136            ('ETH' or 'DOT1Q') and
15137            'BASE' and
15138            '4T2C' and
15139            ('L2BDMACLRN' or 'L2XCFWD') and
15140            'VHOST_1024' and
15141            not 'VXLAN' and
15142            not 'IP4FWD' and
15143            not '2VM'"
15144   parameters:
15145   - "throughput"
15146   - "parent"
15147   - "tags"
15148 #  sort:
15149 #  - "not CFS_OPT"
15150 #  - "L2XCFWD"
15151 #  - "not CFS_OPT"
15152 #  - "CFS_OPT"
15153   traces:
15154     hoverinfo: "x+y"
15155     boxpoints: "outliers"
15156     whiskerwidth: 0
15157   layout:
15158     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15159     layout: "plot-throughput"
15160
15161 -
15162   type: "plot"
15163   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15164   algorithm: "plot_performance_box"
15165   output-file-type: ".html"
15166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15167   data: "plot-vpp-throughput-latency-2n-skx"
15168   filter: "'NIC_Intel-XXV710' and
15169            '64B' and
15170            'NDRPDR' and
15171            ('ETH' or 'DOT1Q') and
15172            'BASE' and
15173            '4T2C' and
15174            ('L2BDMACLRN' or 'L2XCFWD') and
15175            'VHOST_1024' and
15176            not 'VXLAN' and
15177            not 'IP4FWD' and
15178            not '2VM'"
15179   parameters:
15180   - "throughput"
15181   - "parent"
15182   - "tags"
15183 #  sort:
15184 #  - "not CFS_OPT"
15185 #  - "L2XCFWD"
15186 #  - "not CFS_OPT"
15187 #  - "CFS_OPT"
15188   traces:
15189     hoverinfo: "x+y"
15190     boxpoints: "outliers"
15191     whiskerwidth: 0
15192   layout:
15193     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15194     layout: "plot-throughput"
15195
15196 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15197 -
15198   type: "plot"
15199   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15200   algorithm: "plot_performance_box"
15201   output-file-type: ".html"
15202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15203   data: "plot-vpp-throughput-latency-2n-skx"
15204   filter: "'NIC_Intel-XXV710' and
15205            '64B' and
15206            'NDRPDR' and
15207            ('ETH' or 'DOT1Q') and
15208            '2T1C' and
15209            ('L2BDMACLRN' or 'L2XCFWD') and
15210            'VHOST_1024' and
15211            not 'CFS_OPT' and
15212            not 'VXLAN' and
15213            not 'IP4FWD'"
15214   parameters:
15215   - "throughput"
15216   - "parent"
15217   - "tags"
15218 #  sort:
15219 #  - "1VM"
15220 #  - "L2XCFWD"
15221 #  - "1VM"
15222 #  - "L2BDMACLRN"
15223   traces:
15224     hoverinfo: "x+y"
15225     boxpoints: "outliers"
15226     whiskerwidth: 0
15227   layout:
15228     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15229     layout: "plot-throughput"
15230
15231 -
15232   type: "plot"
15233   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15234   algorithm: "plot_performance_box"
15235   output-file-type: ".html"
15236   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15237   data: "plot-vpp-throughput-latency-2n-skx"
15238   filter: "'NIC_Intel-XXV710' and
15239            '64B' and
15240            'NDRPDR' and
15241            ('ETH' or 'DOT1Q') and
15242            '2T1C' and
15243            ('L2BDMACLRN' or 'L2XCFWD') and
15244            'VHOST_1024' and
15245            not 'CFS_OPT' and
15246            not 'VXLAN' and
15247            not 'IP4FWD'"
15248   parameters:
15249   - "throughput"
15250   - "parent"
15251   - "tags"
15252 #  sort:
15253 #  - "1VM"
15254 #  - "L2XCFWD"
15255 #  - "1VM"
15256 #  - "L2BDMACLRN"
15257   traces:
15258     hoverinfo: "x+y"
15259     boxpoints: "outliers"
15260     whiskerwidth: 0
15261   layout:
15262     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15263     layout: "plot-throughput"
15264
15265 -
15266   type: "plot"
15267   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15268   algorithm: "plot_performance_box"
15269   output-file-type: ".html"
15270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15271   data: "plot-vpp-throughput-latency-2n-skx"
15272   filter: "'NIC_Intel-XXV710' and
15273            '64B' and
15274            'NDRPDR' and
15275            ('ETH' or 'DOT1Q') and
15276            '4T2C' and
15277            ('L2BDMACLRN' or 'L2XCFWD') and
15278            'VHOST_1024' and
15279            not 'CFS_OPT' and
15280            not 'VXLAN' and
15281            not 'IP4FWD'"
15282   parameters:
15283   - "throughput"
15284   - "parent"
15285   - "tags"
15286 #  sort:
15287 #  - "1VM"
15288 #  - "L2XCFWD"
15289 #  - "1VM"
15290 #  - "L2BDMACLRN"
15291   traces:
15292     hoverinfo: "x+y"
15293     boxpoints: "outliers"
15294     whiskerwidth: 0
15295   layout:
15296     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15297     layout: "plot-throughput"
15298
15299 -
15300   type: "plot"
15301   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15302   algorithm: "plot_performance_box"
15303   output-file-type: ".html"
15304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15305   data: "plot-vpp-throughput-latency-2n-skx"
15306   filter: "'NIC_Intel-XXV710' and
15307            '64B' and
15308            'NDRPDR' and
15309            ('ETH' or 'DOT1Q') and
15310            '4T2C' and
15311            ('L2BDMACLRN' or 'L2XCFWD') and
15312            'VHOST_1024' and
15313            not 'CFS_OPT' and
15314            not 'VXLAN' and
15315            not 'IP4FWD'"
15316   parameters:
15317   - "throughput"
15318   - "parent"
15319   - "tags"
15320 #  sort:
15321 #  - "1VM"
15322 #  - "L2XCFWD"
15323 #  - "1VM"
15324 #  - "L2BDMACLRN"
15325   traces:
15326     hoverinfo: "x+y"
15327     boxpoints: "outliers"
15328     whiskerwidth: 0
15329   layout:
15330     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15331     layout: "plot-throughput"
15332
15333 ################################################################################
15334
15335 # Packet Throughput - VPP VTS 3n-hsw-x520
15336 -
15337   type: "plot"
15338   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15339   algorithm: "plot_performance_box"
15340   output-file-type: ".html"
15341   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15342   data: "plot-vpp-throughput-latency-3n-hsw"
15343   filter: "'NIC_Intel-X520-DA2' and
15344            '114B' and
15345            'NDRPDR' and
15346            '1T1C' and
15347            'VTS'"
15348   parameters:
15349   - "throughput"
15350   - "parent"
15351   - "tags"
15352   traces:
15353     hoverinfo: "x+y"
15354     boxpoints: "outliers"
15355     whiskerwidth: 0
15356   layout:
15357     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15358     layout: "plot-throughput"
15359
15360 -
15361   type: "plot"
15362   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15363   algorithm: "plot_performance_box"
15364   output-file-type: ".html"
15365   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15366   data: "plot-vpp-throughput-latency-3n-hsw"
15367   filter: "'NIC_Intel-X520-DA2' and
15368            '114B' and
15369            'NDRPDR' and
15370            '2T2C' and
15371            'VTS'"
15372   parameters:
15373   - "throughput"
15374   - "parent"
15375   - "tags"
15376   traces:
15377     hoverinfo: "x+y"
15378     boxpoints: "outliers"
15379     whiskerwidth: 0
15380   layout:
15381     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15382     layout: "plot-throughput"
15383
15384 -
15385   type: "plot"
15386   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15387   algorithm: "plot_performance_box"
15388   output-file-type: ".html"
15389   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15390   data: "plot-vpp-throughput-latency-3n-hsw"
15391   filter: "'NIC_Intel-X520-DA2' and
15392            '114B' and
15393            'NDRPDR' and
15394            '1T1C' and
15395            'VTS'"
15396   parameters:
15397   - "throughput"
15398   - "parent"
15399   - "tags"
15400   traces:
15401     hoverinfo: "x+y"
15402     boxpoints: "outliers"
15403     whiskerwidth: 0
15404   layout:
15405     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15406     layout: "plot-throughput"
15407
15408 -
15409   type: "plot"
15410   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15411   algorithm: "plot_performance_box"
15412   output-file-type: ".html"
15413   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15414   data: "plot-vpp-throughput-latency-3n-hsw"
15415   filter: "'NIC_Intel-X520-DA2' and
15416            '114B' and
15417            'NDRPDR' and
15418            '2T2C' and
15419            'VTS'"
15420   parameters:
15421   - "throughput"
15422   - "parent"
15423   - "tags"
15424   traces:
15425     hoverinfo: "x+y"
15426     boxpoints: "outliers"
15427     whiskerwidth: 0
15428   layout:
15429     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15430     layout: "plot-throughput"
15431
15432 ################################################################################
15433
15434 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15435 -
15436   type: "plot"
15437   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15438   algorithm: "plot_performance_box"
15439   output-file-type: ".html"
15440   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15441   data: "plot-dpdk-throughput-latency-3n-hsw"
15442   filter: "'NIC_Intel-X520-DA2' and
15443            '64B' and
15444            'BASE' and
15445            'NDRPDR' and
15446            '1T1C' and
15447            'IP4FWD'"
15448   parameters:
15449   - "throughput"
15450   - "parent"
15451   - "tags"
15452   traces:
15453     hoverinfo: "x+y"
15454     boxpoints: "outliers"
15455     whiskerwidth: 0
15456   layout:
15457     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15458     layout: "plot-throughput"
15459
15460 -
15461   type: "plot"
15462   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15463   algorithm: "plot_performance_box"
15464   output-file-type: ".html"
15465   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15466   data: "plot-dpdk-throughput-latency-3n-hsw"
15467   filter: "'NIC_Intel-X520-DA2' and
15468            '64B' and
15469            'BASE' and
15470            'NDRPDR' and
15471            '2T2C' and
15472            'IP4FWD'"
15473   parameters:
15474   - "throughput"
15475   - "parent"
15476   - "tags"
15477   traces:
15478     hoverinfo: "x+y"
15479     boxpoints: "outliers"
15480     whiskerwidth: 0
15481   layout:
15482     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15483     layout: "plot-throughput"
15484
15485 -
15486   type: "plot"
15487   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15488   algorithm: "plot_performance_box"
15489   output-file-type: ".html"
15490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15491   data: "plot-dpdk-throughput-latency-3n-hsw"
15492   filter: "'NIC_Intel-X520-DA2' and
15493            '64B' and
15494            'BASE' and
15495            'NDRPDR' and
15496            '1T1C' and
15497            'IP4FWD'"
15498   parameters:
15499   - "throughput"
15500   - "parent"
15501   - "tags"
15502   traces:
15503     hoverinfo: "x+y"
15504     boxpoints: "outliers"
15505     whiskerwidth: 0
15506   layout:
15507     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15508     layout: "plot-throughput"
15509
15510 -
15511   type: "plot"
15512   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15513   algorithm: "plot_performance_box"
15514   output-file-type: ".html"
15515   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15516   data: "plot-dpdk-throughput-latency-3n-hsw"
15517   filter: "'NIC_Intel-X520-DA2' and
15518            '64B' and
15519            'BASE' and
15520            'NDRPDR' and
15521            '2T2C' and
15522            'IP4FWD'"
15523   parameters:
15524   - "throughput"
15525   - "parent"
15526   - "tags"
15527   traces:
15528     hoverinfo: "x+y"
15529     boxpoints: "outliers"
15530     whiskerwidth: 0
15531   layout:
15532     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15533     layout: "plot-throughput"
15534
15535 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15536 -
15537   type: "plot"
15538   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15539   algorithm: "plot_performance_box"
15540   output-file-type: ".html"
15541   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15542   data: "plot-dpdk-throughput-latency-3n-hsw"
15543   filter: "'NIC_Intel-X710' and
15544            '64B' and
15545            'BASE' and
15546            'NDRPDR' and
15547            '1T1C' and
15548            'IP4FWD'"
15549   parameters:
15550   - "throughput"
15551   - "parent"
15552   - "tags"
15553   traces:
15554     hoverinfo: "x+y"
15555     boxpoints: "outliers"
15556     whiskerwidth: 0
15557   layout:
15558     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15559     layout: "plot-throughput"
15560
15561 -
15562   type: "plot"
15563   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15564   algorithm: "plot_performance_box"
15565   output-file-type: ".html"
15566   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15567   data: "plot-dpdk-throughput-latency-3n-hsw"
15568   filter: "'NIC_Intel-X710' and
15569            '64B' and
15570            'BASE' and
15571            'NDRPDR' and
15572            '2T2C' and
15573            'IP4FWD'"
15574   parameters:
15575   - "throughput"
15576   - "parent"
15577   - "tags"
15578   traces:
15579     hoverinfo: "x+y"
15580     boxpoints: "outliers"
15581     whiskerwidth: 0
15582   layout:
15583     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15584     layout: "plot-throughput"
15585
15586 -
15587   type: "plot"
15588   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15589   algorithm: "plot_performance_box"
15590   output-file-type: ".html"
15591   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15592   data: "plot-dpdk-throughput-latency-3n-hsw"
15593   filter: "'NIC_Intel-X710' and
15594            '64B' and
15595            'BASE' and
15596            'NDRPDR' and
15597            '1T1C' and
15598            'IP4FWD'"
15599   parameters:
15600   - "throughput"
15601   - "parent"
15602   - "tags"
15603   traces:
15604     hoverinfo: "x+y"
15605     boxpoints: "outliers"
15606     whiskerwidth: 0
15607   layout:
15608     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15609     layout: "plot-throughput"
15610
15611 -
15612   type: "plot"
15613   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15614   algorithm: "plot_performance_box"
15615   output-file-type: ".html"
15616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15617   data: "plot-dpdk-throughput-latency-3n-hsw"
15618   filter: "'NIC_Intel-X710' and
15619            '64B' and
15620            'BASE' and
15621            'NDRPDR' and
15622            '2T2C' and
15623            'IP4FWD'"
15624   parameters:
15625   - "throughput"
15626   - "parent"
15627   - "tags"
15628   traces:
15629     hoverinfo: "x+y"
15630     boxpoints: "outliers"
15631     whiskerwidth: 0
15632   layout:
15633     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15634     layout: "plot-throughput"
15635
15636 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
15637 -
15638   type: "plot"
15639   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15640   algorithm: "plot_performance_box"
15641   output-file-type: ".html"
15642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15643   data: "plot-dpdk-throughput-latency-3n-hsw"
15644   filter: "'NIC_Intel-XL710' and
15645            '64B' and
15646            'BASE' and
15647            'NDRPDR' and
15648            '1T1C' and
15649            'IP4FWD'"
15650   parameters:
15651   - "throughput"
15652   - "parent"
15653   - "tags"
15654   traces:
15655     hoverinfo: "x+y"
15656     boxpoints: "outliers"
15657     whiskerwidth: 0
15658   layout:
15659     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15660     layout: "plot-throughput"
15661
15662 -
15663   type: "plot"
15664   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15665   algorithm: "plot_performance_box"
15666   output-file-type: ".html"
15667   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15668   data: "plot-dpdk-throughput-latency-3n-hsw"
15669   filter: "'NIC_Intel-XL710' and
15670            '64B' and
15671            'BASE' and
15672            'NDRPDR' and
15673            '2T2C' and
15674            'IP4FWD'"
15675   parameters:
15676   - "throughput"
15677   - "parent"
15678   - "tags"
15679   traces:
15680     hoverinfo: "x+y"
15681     boxpoints: "outliers"
15682     whiskerwidth: 0
15683   layout:
15684     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15685     layout: "plot-throughput"
15686
15687 -
15688   type: "plot"
15689   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15690   algorithm: "plot_performance_box"
15691   output-file-type: ".html"
15692   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15693   data: "plot-dpdk-throughput-latency-3n-hsw"
15694   filter: "'NIC_Intel-XL710' and
15695            '64B' and
15696            'BASE' and
15697            'NDRPDR' and
15698            '1T1C' and
15699            'IP4FWD'"
15700   parameters:
15701   - "throughput"
15702   - "parent"
15703   - "tags"
15704   traces:
15705     hoverinfo: "x+y"
15706     boxpoints: "outliers"
15707     whiskerwidth: 0
15708   layout:
15709     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15710     layout: "plot-throughput"
15711
15712 -
15713   type: "plot"
15714   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15715   algorithm: "plot_performance_box"
15716   output-file-type: ".html"
15717   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15718   data: "plot-dpdk-throughput-latency-3n-hsw"
15719   filter: "'NIC_Intel-XL710' and
15720            '64B' and
15721            'BASE' and
15722            'NDRPDR' and
15723            '2T2C' and
15724            'IP4FWD'"
15725   parameters:
15726   - "throughput"
15727   - "parent"
15728   - "tags"
15729   traces:
15730     hoverinfo: "x+y"
15731     boxpoints: "outliers"
15732     whiskerwidth: 0
15733   layout:
15734     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15735     layout: "plot-throughput"
15736
15737 # Packet Throughput - DPDK l3fwd 3n-skx-x710
15738 -
15739   type: "plot"
15740   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15741   algorithm: "plot_performance_box"
15742   output-file-type: ".html"
15743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15744   data: "plot-dpdk-throughput-latency-3n-skx"
15745   filter: "'NIC_Intel-X710' and
15746            '64B' and
15747            'BASE' and
15748            'NDRPDR' and
15749            '2T1C' and
15750            'IP4FWD'"
15751   parameters:
15752   - "throughput"
15753   - "parent"
15754   - "tags"
15755   traces:
15756     hoverinfo: "x+y"
15757     boxpoints: "outliers"
15758     whiskerwidth: 0
15759   layout:
15760     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15761     layout: "plot-throughput"
15762
15763 -
15764   type: "plot"
15765   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15766   algorithm: "plot_performance_box"
15767   output-file-type: ".html"
15768   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15769   data: "plot-dpdk-throughput-latency-3n-skx"
15770   filter: "'NIC_Intel-X710' and
15771            '64B' and
15772            'BASE' and
15773            'NDRPDR' and
15774            '4T2C' and
15775            'IP4FWD'"
15776   parameters:
15777   - "throughput"
15778   - "parent"
15779   - "tags"
15780   traces:
15781     hoverinfo: "x+y"
15782     boxpoints: "outliers"
15783     whiskerwidth: 0
15784   layout:
15785     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15786     layout: "plot-throughput"
15787
15788 -
15789   type: "plot"
15790   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15791   algorithm: "plot_performance_box"
15792   output-file-type: ".html"
15793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15794   data: "plot-dpdk-throughput-latency-3n-skx"
15795   filter: "'NIC_Intel-X710' and
15796            '64B' and
15797            'BASE' and
15798            'NDRPDR' and
15799            '2T1C' and
15800            'IP4FWD'"
15801   parameters:
15802   - "throughput"
15803   - "parent"
15804   - "tags"
15805   traces:
15806     hoverinfo: "x+y"
15807     boxpoints: "outliers"
15808     whiskerwidth: 0
15809   layout:
15810     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15811     layout: "plot-throughput"
15812
15813 -
15814   type: "plot"
15815   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15816   algorithm: "plot_performance_box"
15817   output-file-type: ".html"
15818   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15819   data: "plot-dpdk-throughput-latency-3n-skx"
15820   filter: "'NIC_Intel-X710' and
15821            '64B' and
15822            'BASE' and
15823            'NDRPDR' and
15824            '4T2C' and
15825            'IP4FWD'"
15826   parameters:
15827   - "throughput"
15828   - "parent"
15829   - "tags"
15830   traces:
15831     hoverinfo: "x+y"
15832     boxpoints: "outliers"
15833     whiskerwidth: 0
15834   layout:
15835     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15836     layout: "plot-throughput"
15837
15838 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
15839 -
15840   type: "plot"
15841   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15842   algorithm: "plot_performance_box"
15843   output-file-type: ".html"
15844   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15845   data: "plot-dpdk-throughput-latency-3n-skx"
15846   filter: "'NIC_Intel-XXV710' and
15847            '64B' and
15848            'BASE' and
15849            'NDRPDR' and
15850            '2T1C' and
15851            'IP4FWD'"
15852   parameters:
15853   - "throughput"
15854   - "parent"
15855   - "tags"
15856   traces:
15857     hoverinfo: "x+y"
15858     boxpoints: "outliers"
15859     whiskerwidth: 0
15860   layout:
15861     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15862     layout: "plot-throughput"
15863
15864 -
15865   type: "plot"
15866   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15867   algorithm: "plot_performance_box"
15868   output-file-type: ".html"
15869   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15870   data: "plot-dpdk-throughput-latency-3n-skx"
15871   filter: "'NIC_Intel-XXV710' and
15872            '64B' and
15873            'BASE' and
15874            'NDRPDR' and
15875            '4T2C' and
15876            'IP4FWD'"
15877   parameters:
15878   - "throughput"
15879   - "parent"
15880   - "tags"
15881   traces:
15882     hoverinfo: "x+y"
15883     boxpoints: "outliers"
15884     whiskerwidth: 0
15885   layout:
15886     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15887     layout: "plot-throughput"
15888
15889 -
15890   type: "plot"
15891   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15892   algorithm: "plot_performance_box"
15893   output-file-type: ".html"
15894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15895   data: "plot-dpdk-throughput-latency-3n-skx"
15896   filter: "'NIC_Intel-XXV710' and
15897            '64B' and
15898            'BASE' and
15899            'NDRPDR' and
15900            '2T1C' and
15901            'IP4FWD'"
15902   parameters:
15903   - "throughput"
15904   - "parent"
15905   - "tags"
15906   traces:
15907     hoverinfo: "x+y"
15908     boxpoints: "outliers"
15909     whiskerwidth: 0
15910   layout:
15911     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15912     layout: "plot-throughput"
15913
15914 -
15915   type: "plot"
15916   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
15917   algorithm: "plot_performance_box"
15918   output-file-type: ".html"
15919   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
15920   data: "plot-dpdk-throughput-latency-3n-skx"
15921   filter: "'NIC_Intel-XXV710' and
15922            '64B' and
15923            'BASE' and
15924            'NDRPDR' and
15925            '4T2C' and
15926            'IP4FWD'"
15927   parameters:
15928   - "throughput"
15929   - "parent"
15930   - "tags"
15931   traces:
15932     hoverinfo: "x+y"
15933     boxpoints: "outliers"
15934     whiskerwidth: 0
15935   layout:
15936     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
15937     layout: "plot-throughput"
15938
15939 # Packet Throughput - DPDK l3fwd 2n-skx-x710
15940 -
15941   type: "plot"
15942   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
15943   algorithm: "plot_performance_box"
15944   output-file-type: ".html"
15945   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
15946   data: "plot-dpdk-throughput-latency-2n-skx"
15947   filter: "'NIC_Intel-X710' and
15948            '64B' and
15949            'BASE' and
15950            'NDRPDR' and
15951            '2T1C' and
15952            'IP4FWD'"
15953   parameters:
15954   - "throughput"
15955   - "parent"
15956   - "tags"
15957   traces:
15958     hoverinfo: "x+y"
15959     boxpoints: "outliers"
15960     whiskerwidth: 0
15961   layout:
15962     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
15963     layout: "plot-throughput"
15964
15965 -
15966   type: "plot"
15967   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
15968   algorithm: "plot_performance_box"
15969   output-file-type: ".html"
15970   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
15971   data: "plot-dpdk-throughput-latency-2n-skx"
15972   filter: "'NIC_Intel-X710' and
15973            '64B' and
15974            'BASE' and
15975            'NDRPDR' and
15976            '4T2C' and
15977            'IP4FWD'"
15978   parameters:
15979   - "throughput"
15980   - "parent"
15981   - "tags"
15982   traces:
15983     hoverinfo: "x+y"
15984     boxpoints: "outliers"
15985     whiskerwidth: 0
15986   layout:
15987     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
15988     layout: "plot-throughput"
15989
15990 -
15991   type: "plot"
15992   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
15993   algorithm: "plot_performance_box"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
15996   data: "plot-dpdk-throughput-latency-2n-skx"
15997   filter: "'NIC_Intel-X710' and
15998            '64B' and
15999            'BASE' and
16000            'NDRPDR' and
16001            '2T1C' and
16002            'IP4FWD'"
16003   parameters:
16004   - "throughput"
16005   - "parent"
16006   - "tags"
16007   traces:
16008     hoverinfo: "x+y"
16009     boxpoints: "outliers"
16010     whiskerwidth: 0
16011   layout:
16012     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16013     layout: "plot-throughput"
16014
16015 -
16016   type: "plot"
16017   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16018   algorithm: "plot_performance_box"
16019   output-file-type: ".html"
16020   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16021   data: "plot-dpdk-throughput-latency-2n-skx"
16022   filter: "'NIC_Intel-X710' and
16023            '64B' and
16024            'BASE' and
16025            'NDRPDR' and
16026            '4T2C' and
16027            'IP4FWD'"
16028   parameters:
16029   - "throughput"
16030   - "parent"
16031   - "tags"
16032   traces:
16033     hoverinfo: "x+y"
16034     boxpoints: "outliers"
16035     whiskerwidth: 0
16036   layout:
16037     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16038     layout: "plot-throughput"
16039
16040 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16041 -
16042   type: "plot"
16043   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16044   algorithm: "plot_performance_box"
16045   output-file-type: ".html"
16046   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16047   data: "plot-dpdk-throughput-latency-2n-skx"
16048   filter: "'NIC_Intel-XXV710' and
16049            '64B' and
16050            'BASE' and
16051            'NDRPDR' and
16052            '2T1C' and
16053            'IP4FWD'"
16054   parameters:
16055   - "throughput"
16056   - "parent"
16057   - "tags"
16058   traces:
16059     hoverinfo: "x+y"
16060     boxpoints: "outliers"
16061     whiskerwidth: 0
16062   layout:
16063     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16064     layout: "plot-throughput"
16065
16066 -
16067   type: "plot"
16068   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16069   algorithm: "plot_performance_box"
16070   output-file-type: ".html"
16071   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16072   data: "plot-dpdk-throughput-latency-2n-skx"
16073   filter: "'NIC_Intel-XXV710' and
16074            '64B' and
16075            'BASE' and
16076            'NDRPDR' and
16077            '4T2C' and
16078            'IP4FWD'"
16079   parameters:
16080   - "throughput"
16081   - "parent"
16082   - "tags"
16083   traces:
16084     hoverinfo: "x+y"
16085     boxpoints: "outliers"
16086     whiskerwidth: 0
16087   layout:
16088     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16089     layout: "plot-throughput"
16090
16091 -
16092   type: "plot"
16093   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16094   algorithm: "plot_performance_box"
16095   output-file-type: ".html"
16096   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16097   data: "plot-dpdk-throughput-latency-2n-skx"
16098   filter: "'NIC_Intel-XXV710' and
16099            '64B' and
16100            'BASE' and
16101            'NDRPDR' and
16102            '2T1C' and
16103            'IP4FWD'"
16104   parameters:
16105   - "throughput"
16106   - "parent"
16107   - "tags"
16108   traces:
16109     hoverinfo: "x+y"
16110     boxpoints: "outliers"
16111     whiskerwidth: 0
16112   layout:
16113     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16114     layout: "plot-throughput"
16115
16116 -
16117   type: "plot"
16118   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16119   algorithm: "plot_performance_box"
16120   output-file-type: ".html"
16121   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16122   data: "plot-dpdk-throughput-latency-2n-skx"
16123   filter: "'NIC_Intel-XXV710' and
16124            '64B' and
16125            'BASE' and
16126            'NDRPDR' and
16127            '4T2C' and
16128            'IP4FWD'"
16129   parameters:
16130   - "throughput"
16131   - "parent"
16132   - "tags"
16133   traces:
16134     hoverinfo: "x+y"
16135     boxpoints: "outliers"
16136     whiskerwidth: 0
16137   layout:
16138     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16139     layout: "plot-throughput"
16140
16141 ################################################################################
16142
16143 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16144 -
16145   type: "plot"
16146   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16147   algorithm: "plot_performance_box"
16148   output-file-type: ".html"
16149   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16150   data: "plot-dpdk-throughput-latency-3n-hsw"
16151   filter: "'NIC_Intel-X520-DA2' and
16152            '64B' and
16153            'BASE' and
16154            'NDRPDR' and
16155            '1T1C' and
16156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16157   parameters:
16158   - "throughput"
16159   - "parent"
16160   - "tags"
16161   traces:
16162     hoverinfo: "x+y"
16163     boxpoints: "outliers"
16164     whiskerwidth: 0
16165   layout:
16166     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16167     layout: "plot-throughput"
16168
16169 -
16170   type: "plot"
16171   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16172   algorithm: "plot_performance_box"
16173   output-file-type: ".html"
16174   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16175   data: "plot-dpdk-throughput-latency-3n-hsw"
16176   filter: "'NIC_Intel-X520-DA2' and
16177            '64B' and
16178            'BASE' and
16179            'NDRPDR' and
16180            '2T2C' and
16181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16182   parameters:
16183   - "throughput"
16184   - "parent"
16185   - "tags"
16186   traces:
16187     hoverinfo: "x+y"
16188     boxpoints: "outliers"
16189     whiskerwidth: 0
16190   layout:
16191     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16192     layout: "plot-throughput"
16193
16194 -
16195   type: "plot"
16196   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16197   algorithm: "plot_performance_box"
16198   output-file-type: ".html"
16199   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16200   data: "plot-dpdk-throughput-latency-3n-hsw"
16201   filter: "'NIC_Intel-X520-DA2' and
16202            '64B' and
16203            'BASE' and
16204            'NDRPDR' and
16205            '1T1C' and
16206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16207   parameters:
16208   - "throughput"
16209   - "parent"
16210   - "tags"
16211   traces:
16212     hoverinfo: "x+y"
16213     boxpoints: "outliers"
16214     whiskerwidth: 0
16215   layout:
16216     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16217     layout: "plot-throughput"
16218
16219 -
16220   type: "plot"
16221   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16222   algorithm: "plot_performance_box"
16223   output-file-type: ".html"
16224   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16225   data: "plot-dpdk-throughput-latency-3n-hsw"
16226   filter: "'NIC_Intel-X520-DA2' and
16227            '64B' and
16228            'BASE' and
16229            'NDRPDR' and
16230            '2T2C' and
16231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16232   parameters:
16233   - "throughput"
16234   - "parent"
16235   - "tags"
16236   traces:
16237     hoverinfo: "x+y"
16238     boxpoints: "outliers"
16239     whiskerwidth: 0
16240   layout:
16241     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16242     layout: "plot-throughput"
16243
16244 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16245 -
16246   type: "plot"
16247   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16248   algorithm: "plot_performance_box"
16249   output-file-type: ".html"
16250   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16251   data: "plot-dpdk-throughput-latency-3n-hsw"
16252   filter: "'NIC_Intel-X710' and
16253            '64B' and
16254            'BASE' and
16255            'NDRPDR' and
16256            '1T1C' and
16257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16258   parameters:
16259   - "throughput"
16260   - "parent"
16261   - "tags"
16262   traces:
16263     hoverinfo: "x+y"
16264     boxpoints: "outliers"
16265     whiskerwidth: 0
16266   layout:
16267     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16268     layout: "plot-throughput"
16269
16270 -
16271   type: "plot"
16272   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16273   algorithm: "plot_performance_box"
16274   output-file-type: ".html"
16275   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16276   data: "plot-dpdk-throughput-latency-3n-hsw"
16277   filter: "'NIC_Intel-X710' and
16278            '64B' and
16279            'BASE' and
16280            'NDRPDR' and
16281            '2T2C' and
16282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16283   parameters:
16284   - "throughput"
16285   - "parent"
16286   - "tags"
16287   traces:
16288     hoverinfo: "x+y"
16289     boxpoints: "outliers"
16290     whiskerwidth: 0
16291   layout:
16292     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16293     layout: "plot-throughput"
16294
16295 -
16296   type: "plot"
16297   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16298   algorithm: "plot_performance_box"
16299   output-file-type: ".html"
16300   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16301   data: "plot-dpdk-throughput-latency-3n-hsw"
16302   filter: "'NIC_Intel-X710' and
16303            '64B' and
16304            'BASE' and
16305            'NDRPDR' and
16306            '1T1C' and
16307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16308   parameters:
16309   - "throughput"
16310   - "parent"
16311   - "tags"
16312   traces:
16313     hoverinfo: "x+y"
16314     boxpoints: "outliers"
16315     whiskerwidth: 0
16316   layout:
16317     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16318     layout: "plot-throughput"
16319
16320 -
16321   type: "plot"
16322   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16323   algorithm: "plot_performance_box"
16324   output-file-type: ".html"
16325   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16326   data: "plot-dpdk-throughput-latency-3n-hsw"
16327   filter: "'NIC_Intel-X710' and
16328            '64B' and
16329            'BASE' and
16330            'NDRPDR' and
16331            '2T2C' and
16332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16333   parameters:
16334   - "throughput"
16335   - "parent"
16336   - "tags"
16337   traces:
16338     hoverinfo: "x+y"
16339     boxpoints: "outliers"
16340     whiskerwidth: 0
16341   layout:
16342     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16343     layout: "plot-throughput"
16344
16345 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16346 -
16347   type: "plot"
16348   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16349   algorithm: "plot_performance_box"
16350   output-file-type: ".html"
16351   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16352   data: "plot-dpdk-throughput-latency-3n-hsw"
16353   filter: "'NIC_Intel-XL710' and
16354            '64B' and
16355            'BASE' and
16356            'NDRPDR' and
16357            '1T1C' and
16358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16359   parameters:
16360   - "throughput"
16361   - "parent"
16362   - "tags"
16363   traces:
16364     hoverinfo: "x+y"
16365     boxpoints: "outliers"
16366     whiskerwidth: 0
16367   layout:
16368     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16369     layout: "plot-throughput"
16370
16371 -
16372   type: "plot"
16373   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16374   algorithm: "plot_performance_box"
16375   output-file-type: ".html"
16376   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16377   data: "plot-dpdk-throughput-latency-3n-hsw"
16378   filter: "'NIC_Intel-XL710' and
16379            '64B' and
16380            'BASE' and
16381            'NDRPDR' and
16382            '2T2C' and
16383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16384   parameters:
16385   - "throughput"
16386   - "parent"
16387   - "tags"
16388   traces:
16389     hoverinfo: "x+y"
16390     boxpoints: "outliers"
16391     whiskerwidth: 0
16392   layout:
16393     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16394     layout: "plot-throughput"
16395
16396 -
16397   type: "plot"
16398   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16399   algorithm: "plot_performance_box"
16400   output-file-type: ".html"
16401   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16402   data: "plot-dpdk-throughput-latency-3n-hsw"
16403   filter: "'NIC_Intel-XL710' and
16404            '64B' and
16405            'BASE' and
16406            'NDRPDR' and
16407            '1T1C' and
16408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16409   parameters:
16410   - "throughput"
16411   - "parent"
16412   - "tags"
16413   traces:
16414     hoverinfo: "x+y"
16415     boxpoints: "outliers"
16416     whiskerwidth: 0
16417   layout:
16418     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16419     layout: "plot-throughput"
16420
16421 -
16422   type: "plot"
16423   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16424   algorithm: "plot_performance_box"
16425   output-file-type: ".html"
16426   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16427   data: "plot-dpdk-throughput-latency-3n-hsw"
16428   filter: "'NIC_Intel-XL710' and
16429            '64B' and
16430            'BASE' and
16431            'NDRPDR' and
16432            '2T2C' and
16433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16434   parameters:
16435   - "throughput"
16436   - "parent"
16437   - "tags"
16438   traces:
16439     hoverinfo: "x+y"
16440     boxpoints: "outliers"
16441     whiskerwidth: 0
16442   layout:
16443     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16444     layout: "plot-throughput"
16445
16446 # Packet Throughput - DPDK testpmd 3n-skx-x710
16447 -
16448   type: "plot"
16449   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16450   algorithm: "plot_performance_box"
16451   output-file-type: ".html"
16452   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16453   data: "plot-dpdk-throughput-latency-3n-skx"
16454   filter: "'NIC_Intel-X710' and
16455            '64B' and
16456            'BASE' and
16457            'NDRPDR' and
16458            '2T1C' and
16459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16460   parameters:
16461   - "throughput"
16462   - "parent"
16463   - "tags"
16464   traces:
16465     hoverinfo: "x+y"
16466     boxpoints: "outliers"
16467     whiskerwidth: 0
16468   layout:
16469     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16470     layout: "plot-throughput"
16471
16472 -
16473   type: "plot"
16474   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16475   algorithm: "plot_performance_box"
16476   output-file-type: ".html"
16477   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16478   data: "plot-dpdk-throughput-latency-3n-skx"
16479   filter: "'NIC_Intel-X710' and
16480            '64B' and
16481            'BASE' and
16482            'NDRPDR' and
16483            '4T2C' and
16484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16485   parameters:
16486   - "throughput"
16487   - "parent"
16488   - "tags"
16489   traces:
16490     hoverinfo: "x+y"
16491     boxpoints: "outliers"
16492     whiskerwidth: 0
16493   layout:
16494     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16495     layout: "plot-throughput"
16496
16497 -
16498   type: "plot"
16499   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16500   algorithm: "plot_performance_box"
16501   output-file-type: ".html"
16502   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16503   data: "plot-dpdk-throughput-latency-3n-skx"
16504   filter: "'NIC_Intel-X710' and
16505            '64B' and
16506            'BASE' and
16507            'NDRPDR' and
16508            '2T1C' and
16509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16510   parameters:
16511   - "throughput"
16512   - "parent"
16513   - "tags"
16514   traces:
16515     hoverinfo: "x+y"
16516     boxpoints: "outliers"
16517     whiskerwidth: 0
16518   layout:
16519     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16520     layout: "plot-throughput"
16521
16522 -
16523   type: "plot"
16524   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16525   algorithm: "plot_performance_box"
16526   output-file-type: ".html"
16527   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16528   data: "plot-dpdk-throughput-latency-3n-skx"
16529   filter: "'NIC_Intel-X710' and
16530            '64B' and
16531            'BASE' and
16532            'NDRPDR' and
16533            '4T2C' and
16534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16535   parameters:
16536   - "throughput"
16537   - "parent"
16538   - "tags"
16539   traces:
16540     hoverinfo: "x+y"
16541     boxpoints: "outliers"
16542     whiskerwidth: 0
16543   layout:
16544     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16545     layout: "plot-throughput"
16546
16547 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16548 -
16549   type: "plot"
16550   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16551   algorithm: "plot_performance_box"
16552   output-file-type: ".html"
16553   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16554   data: "plot-dpdk-throughput-latency-3n-skx"
16555   filter: "'NIC_Intel-XXV710' and
16556            '64B' and
16557            'BASE' and
16558            'NDRPDR' and
16559            '2T1C' and
16560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16561   parameters:
16562   - "throughput"
16563   - "parent"
16564   - "tags"
16565   traces:
16566     hoverinfo: "x+y"
16567     boxpoints: "outliers"
16568     whiskerwidth: 0
16569   layout:
16570     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16571     layout: "plot-throughput"
16572
16573 -
16574   type: "plot"
16575   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16576   algorithm: "plot_performance_box"
16577   output-file-type: ".html"
16578   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16579   data: "plot-dpdk-throughput-latency-3n-skx"
16580   filter: "'NIC_Intel-XXV710' and
16581            '64B' and
16582            'BASE' and
16583            'NDRPDR' and
16584            '4T2C' and
16585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16586   parameters:
16587   - "throughput"
16588   - "parent"
16589   - "tags"
16590   traces:
16591     hoverinfo: "x+y"
16592     boxpoints: "outliers"
16593     whiskerwidth: 0
16594   layout:
16595     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16596     layout: "plot-throughput"
16597
16598 -
16599   type: "plot"
16600   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16601   algorithm: "plot_performance_box"
16602   output-file-type: ".html"
16603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16604   data: "plot-dpdk-throughput-latency-3n-skx"
16605   filter: "'NIC_Intel-XXV710' and
16606            '64B' and
16607            'BASE' and
16608            'NDRPDR' and
16609            '2T1C' and
16610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16611   parameters:
16612   - "throughput"
16613   - "parent"
16614   - "tags"
16615   traces:
16616     hoverinfo: "x+y"
16617     boxpoints: "outliers"
16618     whiskerwidth: 0
16619   layout:
16620     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16621     layout: "plot-throughput"
16622
16623 -
16624   type: "plot"
16625   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16626   algorithm: "plot_performance_box"
16627   output-file-type: ".html"
16628   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16629   data: "plot-dpdk-throughput-latency-3n-skx"
16630   filter: "'NIC_Intel-XXV710' and
16631            '64B' and
16632            'BASE' and
16633            'NDRPDR' and
16634            '4T2C' and
16635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16636   parameters:
16637   - "throughput"
16638   - "parent"
16639   - "tags"
16640   traces:
16641     hoverinfo: "x+y"
16642     boxpoints: "outliers"
16643     whiskerwidth: 0
16644   layout:
16645     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16646     layout: "plot-throughput"
16647
16648 # Packet Throughput - DPDK testpmd 2n-skx-x710
16649 -
16650   type: "plot"
16651   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16652   algorithm: "plot_performance_box"
16653   output-file-type: ".html"
16654   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16655   data: "plot-dpdk-throughput-latency-2n-skx"
16656   filter: "'NIC_Intel-X710' and
16657            '64B' and
16658            'BASE' and
16659            'NDRPDR' and
16660            '2T1C' and
16661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16662   parameters:
16663   - "throughput"
16664   - "parent"
16665   - "tags"
16666   traces:
16667     hoverinfo: "x+y"
16668     boxpoints: "outliers"
16669     whiskerwidth: 0
16670   layout:
16671     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 -
16675   type: "plot"
16676   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16677   algorithm: "plot_performance_box"
16678   output-file-type: ".html"
16679   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16680   data: "plot-dpdk-throughput-latency-2n-skx"
16681   filter: "'NIC_Intel-X710' and
16682            '64B' and
16683            'BASE' and
16684            'NDRPDR' and
16685            '4T2C' and
16686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16687   parameters:
16688   - "throughput"
16689   - "parent"
16690   - "tags"
16691   traces:
16692     hoverinfo: "x+y"
16693     boxpoints: "outliers"
16694     whiskerwidth: 0
16695   layout:
16696     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16697     layout: "plot-throughput"
16698
16699 -
16700   type: "plot"
16701   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16702   algorithm: "plot_performance_box"
16703   output-file-type: ".html"
16704   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16705   data: "plot-dpdk-throughput-latency-2n-skx"
16706   filter: "'NIC_Intel-X710' and
16707            '64B' and
16708            'BASE' and
16709            'NDRPDR' and
16710            '2T1C' and
16711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16712   parameters:
16713   - "throughput"
16714   - "parent"
16715   - "tags"
16716   traces:
16717     hoverinfo: "x+y"
16718     boxpoints: "outliers"
16719     whiskerwidth: 0
16720   layout:
16721     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16722     layout: "plot-throughput"
16723
16724 -
16725   type: "plot"
16726   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16727   algorithm: "plot_performance_box"
16728   output-file-type: ".html"
16729   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16730   data: "plot-dpdk-throughput-latency-2n-skx"
16731   filter: "'NIC_Intel-X710' and
16732            '64B' and
16733            'BASE' and
16734            'NDRPDR' and
16735            '4T2C' and
16736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16737   parameters:
16738   - "throughput"
16739   - "parent"
16740   - "tags"
16741   traces:
16742     hoverinfo: "x+y"
16743     boxpoints: "outliers"
16744     whiskerwidth: 0
16745   layout:
16746     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16747     layout: "plot-throughput"
16748
16749 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
16750 -
16751   type: "plot"
16752   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16753   algorithm: "plot_performance_box"
16754   output-file-type: ".html"
16755   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16756   data: "plot-dpdk-throughput-latency-2n-skx"
16757   filter: "'NIC_Intel-XXV710' and
16758            '64B' and
16759            'BASE' and
16760            'NDRPDR' and
16761            '2T1C' and
16762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16763   parameters:
16764   - "throughput"
16765   - "parent"
16766   - "tags"
16767   traces:
16768     hoverinfo: "x+y"
16769     boxpoints: "outliers"
16770     whiskerwidth: 0
16771   layout:
16772     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16773     layout: "plot-throughput"
16774
16775 -
16776   type: "plot"
16777   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16778   algorithm: "plot_performance_box"
16779   output-file-type: ".html"
16780   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16781   data: "plot-dpdk-throughput-latency-2n-skx"
16782   filter: "'NIC_Intel-XXV710' and
16783            '64B' and
16784            'BASE' and
16785            'NDRPDR' and
16786            '4T2C' and
16787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792   traces:
16793     hoverinfo: "x+y"
16794     boxpoints: "outliers"
16795     whiskerwidth: 0
16796   layout:
16797     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16798     layout: "plot-throughput"
16799
16800 -
16801   type: "plot"
16802   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16803   algorithm: "plot_performance_box"
16804   output-file-type: ".html"
16805   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16806   data: "plot-dpdk-throughput-latency-2n-skx"
16807   filter: "'NIC_Intel-XXV710' and
16808            '64B' and
16809            'BASE' and
16810            'NDRPDR' and
16811            '2T1C' and
16812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16813   parameters:
16814   - "throughput"
16815   - "parent"
16816   - "tags"
16817   traces:
16818     hoverinfo: "x+y"
16819     boxpoints: "outliers"
16820     whiskerwidth: 0
16821   layout:
16822     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16823     layout: "plot-throughput"
16824
16825 -
16826   type: "plot"
16827   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16828   algorithm: "plot_performance_box"
16829   output-file-type: ".html"
16830   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16831   data: "plot-dpdk-throughput-latency-2n-skx"
16832   filter: "'NIC_Intel-XXV710' and
16833            '64B' and
16834            'BASE' and
16835            'NDRPDR' and
16836            '4T2C' and
16837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16838   parameters:
16839   - "throughput"
16840   - "parent"
16841   - "tags"
16842   traces:
16843     hoverinfo: "x+y"
16844     boxpoints: "outliers"
16845     whiskerwidth: 0
16846   layout:
16847     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16848     layout: "plot-throughput"
16849
16850 ################################################################################
16851
16852 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
16853 -
16854   type: "plot"
16855   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16856   algorithm: "plot_latency_error_bars"
16857   output-file-type: ".html"
16858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16859   data: "plot-vpp-throughput-latency-3n-hsw"
16860   filter: "'NIC_Intel-X520-DA2' and
16861            '64B' and
16862            ('BASE' or 'SCALE') and
16863            'NDRPDR' and
16864            'ETH' and
16865            '1T1C' and
16866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16867            not 'VHOST' and
16868            not 'MEMIF'"
16869   parameters:
16870   - "latency"
16871   - "parent"
16872   - "tags"
16873   sort:
16874   - "L2PATCH"
16875   - "L2XCBASE"
16876   - "BASE"
16877   - "FIB_10K"
16878   - "FIB_100K"
16879   - "FIB_1M"
16880   layout:
16881     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16882     layout: "plot-latency"
16883
16884 -
16885   type: "plot"
16886   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16887   algorithm: "plot_latency_error_bars"
16888   output-file-type: ".html"
16889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16890   data: "plot-vpp-throughput-latency-3n-hsw"
16891   filter: "'NIC_Intel-X520-DA2' and
16892            '64B' and
16893            ('BASE' or 'SCALE') and
16894            'NDRPDR' and
16895            'ETH' and
16896            '2T2C' and
16897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16898            not 'VHOST' and
16899            not 'MEMIF'"
16900   parameters:
16901   - "latency"
16902   - "parent"
16903   - "tags"
16904   sort:
16905   - "L2PATCH"
16906   - "L2XCBASE"
16907   - "BASE"
16908   - "FIB_10K"
16909   - "FIB_100K"
16910   - "FIB_1M"
16911   layout:
16912     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16913     layout: "plot-latency"
16914
16915 # Packet Latency - VPP L2 3n-hsw-x520 features
16916 -
16917   type: "plot"
16918   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16919   algorithm: "plot_latency_error_bars"
16920   output-file-type: ".html"
16921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16922   data: "plot-vpp-throughput-latency-3n-hsw"
16923   filter: "'NIC_Intel-X520-DA2' and
16924            '64B' and
16925            'NDRPDR' and
16926            '1T1C' and
16927            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16928            not 'ACL' and
16929            not 'VHOST' and
16930            not 'MEMIF'"
16931   parameters:
16932   - "latency"
16933   - "parent"
16934   - "tags"
16935   sort:
16936   - "L2XCBASE"    # l2xcbase
16937   - "L2BDBASE"    # l2bdbase
16938   - "L2XCFWD"     # dot1q-l2xcbase
16939   - "L2BDMACLRN"  # dot1q-l2bdbase
16940   layout:
16941     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
16942     layout: "plot-latency"
16943
16944 -
16945   type: "plot"
16946   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16947   algorithm: "plot_latency_error_bars"
16948   output-file-type: ".html"
16949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16950   data: "plot-vpp-throughput-latency-3n-hsw"
16951   filter: "'NIC_Intel-X520-DA2' and
16952            '64B' and
16953            'NDRPDR' and
16954            '2T2C' and
16955            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16956            not 'ACL' and
16957            not 'VHOST' and
16958            not 'MEMIF'"
16959   parameters:
16960   - "latency"
16961   - "parent"
16962   - "tags"
16963   sort:
16964   - "L2XCBASE"    # l2xcbase
16965   - "L2BDBASE"    # l2bdbase
16966   - "L2XCFWD"     # dot1q-l2xcbase
16967   - "L2BDMACLRN"  # dot1q-l2bdbase
16968   layout:
16969     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
16970     layout: "plot-latency"
16971
16972 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
16973 -
16974   type: "plot"
16975   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16976   algorithm: "plot_latency_error_bars"
16977   output-file-type: ".html"
16978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16979   data: "plot-vpp-throughput-latency-3n-hsw"
16980   filter: "'NIC_Intel-X710' and
16981            '64B' and
16982            ('BASE' or 'SCALE') and
16983            'NDRPDR' and
16984            'ETH' and
16985            '1T1C' and
16986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16987            not 'VHOST' and
16988            not 'MEMIF'"
16989   parameters:
16990   - "latency"
16991   - "parent"
16992   - "tags"
16993   sort:
16994   - "L2PATCH"
16995   - "L2XCBASE"
16996   - "BASE"
16997   - "FIB_10K"
16998   - "FIB_100K"
16999   - "FIB_1M"
17000   layout:
17001     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17002     layout: "plot-latency"
17003
17004 -
17005   type: "plot"
17006   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17007   algorithm: "plot_latency_error_bars"
17008   output-file-type: ".html"
17009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17010   data: "plot-vpp-throughput-latency-3n-hsw"
17011   filter: "'NIC_Intel-X710' and
17012            '64B' and
17013            ('BASE' or 'SCALE') and
17014            'NDRPDR' and
17015            'ETH' and
17016            '2T2C' and
17017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17018            not 'VHOST' and
17019            not 'MEMIF'"
17020   parameters:
17021   - "latency"
17022   - "parent"
17023   - "tags"
17024   sort:
17025   - "L2PATCH"
17026   - "L2XCBASE"
17027   - "BASE"
17028   - "FIB_10K"
17029   - "FIB_100K"
17030   - "FIB_1M"
17031   layout:
17032     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17033     layout: "plot-latency"
17034
17035 # Packet Latency - VPP L2 3n-hsw-x710 features
17036 -
17037   type: "plot"
17038   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17039   algorithm: "plot_latency_error_bars"
17040   output-file-type: ".html"
17041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17042   data: "plot-vpp-throughput-latency-3n-hsw"
17043   filter: "'NIC_Intel-X710' and
17044            '64B' and
17045            'NDRPDR' and
17046            '1T1C' and
17047            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17048            not 'ACL' and
17049            not 'VHOST' and
17050            not 'MEMIF'"
17051   parameters:
17052   - "latency"
17053   - "parent"
17054   - "tags"
17055   sort:
17056   - "L2XCBASE"    # l2xcbase
17057   - "L2BDBASE"    # l2bdbase
17058   - "L2XCFWD"     # dot1q-l2xcbase
17059   - "L2BDMACLRN"  # dot1q-l2bdbase
17060   layout:
17061     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17062     layout: "plot-latency"
17063
17064 -
17065   type: "plot"
17066   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17067   algorithm: "plot_latency_error_bars"
17068   output-file-type: ".html"
17069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17070   data: "plot-vpp-throughput-latency-3n-hsw"
17071   filter: "'NIC_Intel-X710' and
17072            '64B' and
17073            'NDRPDR' and
17074            '2T2C' and
17075            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17076            not 'ACL' and
17077            not 'VHOST' and
17078            not 'MEMIF'"
17079   parameters:
17080   - "latency"
17081   - "parent"
17082   - "tags"
17083   sort:
17084   - "L2XCBASE"    # l2xcbase
17085   - "L2BDBASE"    # l2bdbase
17086   - "L2XCFWD"     # dot1q-l2xcbase
17087   - "L2BDMACLRN"  # dot1q-l2bdbase
17088   layout:
17089     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17090     layout: "plot-latency"
17091
17092 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17093 -
17094   type: "plot"
17095   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17096   algorithm: "plot_latency_error_bars"
17097   output-file-type: ".html"
17098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17099   data: "plot-vpp-throughput-latency-3n-hsw"
17100   filter: "'NIC_Intel-XL710' and
17101            '64B' and
17102            ('BASE' or 'SCALE') and
17103            'NDRPDR' and
17104            'ETH' and
17105            '1T1C' and
17106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17107            not 'VHOST' and
17108            not 'MEMIF'"
17109   parameters:
17110   - "latency"
17111   - "parent"
17112   - "tags"
17113   sort:
17114   - "L2PATCH"
17115   - "L2XCBASE"
17116   - "BASE"
17117   - "FIB_10K"
17118   - "FIB_100K"
17119   - "FIB_1M"
17120   layout:
17121     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17122     layout: "plot-latency"
17123
17124 -
17125   type: "plot"
17126   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17127   algorithm: "plot_latency_error_bars"
17128   output-file-type: ".html"
17129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17130   data: "plot-vpp-throughput-latency-3n-hsw"
17131   filter: "'NIC_Intel-XL710' and
17132            '64B' and
17133            ('BASE' or 'SCALE') and
17134            'NDRPDR' and
17135            'ETH' and
17136            '2T2C' and
17137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17138            not 'VHOST' and
17139            not 'MEMIF'"
17140   parameters:
17141   - "latency"
17142   - "parent"
17143   - "tags"
17144   sort:
17145   - "L2PATCH"
17146   - "L2XCBASE"
17147   - "BASE"
17148   - "FIB_10K"
17149   - "FIB_100K"
17150   - "FIB_1M"
17151   layout:
17152     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17153     layout: "plot-latency"
17154
17155 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17156 -
17157   type: "plot"
17158   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17159   algorithm: "plot_latency_error_bars"
17160   output-file-type: ".html"
17161   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17162   data: "plot-vpp-throughput-latency-3n-skx"
17163   filter: "'NIC_Intel-X710' and
17164            '64B' and
17165            ('BASE' or 'SCALE') and
17166            'NDRPDR' and
17167            'ETH' and
17168            '2T1C' and
17169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17170            not 'VHOST' and
17171            not 'MEMIF'"
17172   parameters:
17173   - "latency"
17174   - "parent"
17175   - "tags"
17176   sort:
17177   - "L2PATCH"
17178   - "L2XCBASE"
17179   - "BASE"
17180   - "FIB_10K"
17181   - "FIB_100K"
17182   - "FIB_1M"
17183   layout:
17184     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17185     layout: "plot-latency"
17186
17187 -
17188   type: "plot"
17189   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17190   algorithm: "plot_latency_error_bars"
17191   output-file-type: ".html"
17192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17193   data: "plot-vpp-throughput-latency-3n-skx"
17194   filter: "'NIC_Intel-X710' and
17195            '64B' and
17196            ('BASE' or 'SCALE') and
17197            'NDRPDR' and
17198            'ETH' and
17199            '4T2C' and
17200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17201            not 'VHOST' and
17202            not 'MEMIF'"
17203   parameters:
17204   - "latency"
17205   - "parent"
17206   - "tags"
17207   sort:
17208   - "L2PATCH"
17209   - "L2XCBASE"
17210   - "BASE"
17211   - "FIB_10K"
17212   - "FIB_100K"
17213   - "FIB_1M"
17214   layout:
17215     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17216     layout: "plot-latency"
17217
17218 # Packet Latency - VPP L2 3n-skx-x710 features
17219 -
17220   type: "plot"
17221   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17222   algorithm: "plot_latency_error_bars"
17223   output-file-type: ".html"
17224   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17225   data: "plot-vpp-throughput-latency-3n-skx"
17226   filter: "'NIC_Intel-X710' and
17227            '64B' and
17228            'NDRPDR' and
17229            '2T1C' and
17230            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17231            not 'ACL' and
17232            not 'VHOST' and
17233            not 'MEMIF'"
17234   parameters:
17235   - "latency"
17236   - "parent"
17237   - "tags"
17238   sort:
17239   - "L2XCBASE"    # l2xcbase
17240   - "L2BDBASE"    # l2bdbase
17241   - "L2XCFWD"     # dot1q-l2xcbase
17242   - "L2BDMACLRN"  # dot1q-l2bdbase
17243   layout:
17244     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17245     layout: "plot-latency"
17246
17247 -
17248   type: "plot"
17249   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17250   algorithm: "plot_latency_error_bars"
17251   output-file-type: ".html"
17252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17253   data: "plot-vpp-throughput-latency-3n-skx"
17254   filter: "'NIC_Intel-X710' and
17255            '64B' and
17256            'NDRPDR' and
17257            '4T2C' and
17258            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17259            not 'ACL' and
17260            not 'VHOST' and
17261            not 'MEMIF'"
17262   parameters:
17263   - "latency"
17264   - "parent"
17265   - "tags"
17266   sort:
17267   - "L2XCBASE"    # l2xcbase
17268   - "L2BDBASE"    # l2bdbase
17269   - "L2XCFWD"     # dot1q-l2xcbase
17270   - "L2BDMACLRN"  # dot1q-l2bdbase
17271   layout:
17272     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17273     layout: "plot-latency"
17274
17275 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17276 -
17277   type: "plot"
17278   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17279   algorithm: "plot_latency_error_bars"
17280   output-file-type: ".html"
17281   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17282   data: "plot-vpp-throughput-latency-3n-skx"
17283   filter: "'NIC_Intel-XXV710' and
17284            '64B' and
17285            ('BASE' or 'SCALE') and
17286            'NDRPDR' and
17287            'ETH' and
17288            '2T1C' and
17289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17290            not 'VHOST' and
17291            not 'MEMIF'"
17292   parameters:
17293   - "latency"
17294   - "parent"
17295   - "tags"
17296   sort:
17297   - "L2PATCH"
17298   - "L2XCBASE"
17299   - "BASE"
17300   - "FIB_10K"
17301   - "FIB_100K"
17302   - "FIB_1M"
17303   layout:
17304     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17305     layout: "plot-latency"
17306
17307 -
17308   type: "plot"
17309   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17310   algorithm: "plot_latency_error_bars"
17311   output-file-type: ".html"
17312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17313   data: "plot-vpp-throughput-latency-3n-skx"
17314   filter: "'NIC_Intel-XXV710' and
17315            '64B' and
17316            ('BASE' or 'SCALE') and
17317            'NDRPDR' and
17318            'ETH' and
17319            '4T2C' and
17320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17321            not 'VHOST' and
17322            not 'MEMIF'"
17323   parameters:
17324   - "latency"
17325   - "parent"
17326   - "tags"
17327   sort:
17328   - "L2PATCH"
17329   - "L2XCBASE"
17330   - "BASE"
17331   - "FIB_10K"
17332   - "FIB_100K"
17333   - "FIB_1M"
17334   layout:
17335     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17336     layout: "plot-latency"
17337
17338 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17339 -
17340   type: "plot"
17341   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17342   algorithm: "plot_latency_error_bars"
17343   output-file-type: ".html"
17344   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17345   data: "plot-vpp-throughput-latency-2n-skx"
17346   filter: "'NIC_Intel-X710' and
17347            '64B' and
17348            'ETH' and
17349            ('BASE' or 'SCALE') and
17350            'NDRPDR' and
17351            '2T1C' and
17352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17353            not 'VHOST' and
17354            not 'MEMIF'"
17355   parameters:
17356   - "latency"
17357   - "parent"
17358   - "tags"
17359   sort:
17360   - "L2PATCH"
17361   - "L2XCBASE"
17362   - "BASE"
17363   - "FIB_10K"
17364   - "FIB_100K"
17365   - "FIB_1M"
17366   layout:
17367     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17368     layout: "plot-latency"
17369
17370 -
17371   type: "plot"
17372   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17373   algorithm: "plot_latency_error_bars"
17374   output-file-type: ".html"
17375   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17376   data: "plot-vpp-throughput-latency-2n-skx"
17377   filter: "'NIC_Intel-X710' and
17378            '64B' and
17379            ('BASE' or 'SCALE') and
17380            'NDRPDR' and
17381            'ETH' and
17382            '4T2C' and
17383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17384            not 'VHOST' and
17385            not 'MEMIF'"
17386   parameters:
17387   - "latency"
17388   - "parent"
17389   - "tags"
17390   sort:
17391   - "L2PATCH"
17392   - "L2XCBASE"
17393   - "BASE"
17394   - "FIB_10K"
17395   - "FIB_100K"
17396   - "FIB_1M"
17397   layout:
17398     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17399     layout: "plot-latency"
17400
17401 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17402 -
17403   type: "plot"
17404   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17405   algorithm: "plot_latency_error_bars"
17406   output-file-type: ".html"
17407   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17408   data: "plot-vpp-throughput-latency-2n-skx"
17409   filter: "'NIC_Intel-XXV710' and
17410            '64B' and
17411            ('BASE' or 'SCALE') and
17412            'NDRPDR' and
17413            'ETH' and
17414            '2T1C' and
17415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17416            not 'VHOST' and
17417            not 'MEMIF'"
17418   parameters:
17419   - "latency"
17420   - "parent"
17421   - "tags"
17422   sort:
17423   - "L2PATCH"
17424   - "L2XCBASE"
17425   - "BASE"
17426   - "FIB_10K"
17427   - "FIB_100K"
17428   - "FIB_1M"
17429   layout:
17430     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17431     layout: "plot-latency"
17432
17433 -
17434   type: "plot"
17435   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17436   algorithm: "plot_latency_error_bars"
17437   output-file-type: ".html"
17438   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17439   data: "plot-vpp-throughput-latency-2n-skx"
17440   filter: "'NIC_Intel-XXV710' and
17441            '64B' and
17442            ('BASE' or 'SCALE') and
17443            'NDRPDR' and
17444            'ETH' and
17445            '4T2C' and
17446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17447            not 'VHOST' and
17448            not 'MEMIF'"
17449   parameters:
17450   - "latency"
17451   - "parent"
17452   - "tags"
17453   sort:
17454   - "L2PATCH"
17455   - "L2XCBASE"
17456   - "BASE"
17457   - "FIB_10K"
17458   - "FIB_100K"
17459   - "FIB_1M"
17460   layout:
17461     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17462     layout: "plot-latency"
17463
17464 ################################################################################
17465
17466 # Packet Latency - VPP Container Memif 3n-hsw-x520
17467 -
17468   type: "plot"
17469   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17470   algorithm: "plot_latency_error_bars"
17471   output-file-type: ".html"
17472   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17473   data: "plot-vpp-throughput-latency-3n-hsw"
17474   filter: "'NIC_Intel-X520-DA2' and
17475            '64B' and
17476            ('BASE' or 'SCALE') and
17477            'NDRPDR' and
17478            '1T1C' and
17479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17480            not 'VHOST' and
17481            'MEMIF'"
17482   parameters:
17483   - "latency"
17484   - "parent"
17485   - "tags"
17486   sort:
17487   - "L2XCFWD"
17488   - "L2XCFWD"
17489   - "L2XCFWD"
17490   - "L2BDMACLRN"
17491   - "L2BDMACLRN"
17492   - "L2BDMACLRN"
17493   layout:
17494     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17495     layout: "plot-latency"
17496
17497 -
17498   type: "plot"
17499   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17500   algorithm: "plot_latency_error_bars"
17501   output-file-type: ".html"
17502   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17503   data: "plot-vpp-throughput-latency-3n-hsw"
17504   filter: "'NIC_Intel-X520-DA2' and
17505            '64B' and
17506            ('BASE' or 'SCALE') and
17507            'NDRPDR' and
17508            '2T2C' and
17509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17510            not 'VHOST' and
17511            'MEMIF'"
17512   parameters:
17513   - "latency"
17514   - "parent"
17515   - "tags"
17516   sort:
17517   - "L2XCFWD"
17518   - "L2XCFWD"
17519   - "L2XCFWD"
17520   - "L2BDMACLRN"
17521   - "L2BDMACLRN"
17522   - "L2BDMACLRN"
17523   layout:
17524     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17525     layout: "plot-latency"
17526
17527 # Packet Latency - VPP Container Memif 3n-hsw-x710
17528 -
17529   type: "plot"
17530   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17531   algorithm: "plot_latency_error_bars"
17532   output-file-type: ".html"
17533   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17534   data: "plot-vpp-throughput-latency-3n-hsw"
17535   filter: "'NIC_Intel-X710' and
17536            '64B' and
17537            ('BASE' or 'SCALE') and
17538            'NDRPDR' and
17539            '1T1C' and
17540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17541            not 'VHOST' and
17542            'MEMIF'"
17543   parameters:
17544   - "latency"
17545   - "parent"
17546   - "tags"
17547   sort:
17548   - "L2XCFWD"
17549   - "L2XCFWD"
17550   - "L2XCFWD"
17551   - "L2BDMACLRN"
17552   - "L2BDMACLRN"
17553   - "L2BDMACLRN"
17554   layout:
17555     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17556     layout: "plot-latency"
17557
17558 -
17559   type: "plot"
17560   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17561   algorithm: "plot_latency_error_bars"
17562   output-file-type: ".html"
17563   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17564   data: "plot-vpp-throughput-latency-3n-hsw"
17565   filter: "'NIC_Intel-X710' and
17566            '64B' and
17567            ('BASE' or 'SCALE') and
17568            'NDRPDR' and
17569            '2T2C' and
17570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17571            not 'VHOST' and
17572            'MEMIF'"
17573   parameters:
17574   - "latency"
17575   - "parent"
17576   - "tags"
17577   sort:
17578   - "L2XCFWD"
17579   - "L2XCFWD"
17580   - "L2XCFWD"
17581   - "L2BDMACLRN"
17582   - "L2BDMACLRN"
17583   - "L2BDMACLRN"
17584   layout:
17585     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17586     layout: "plot-latency"
17587
17588 # Packet Latency - VPP Container Memif 3n-hsw-xl710
17589 -
17590   type: "plot"
17591   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17592   algorithm: "plot_latency_error_bars"
17593   output-file-type: ".html"
17594   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17595   data: "plot-vpp-throughput-latency-3n-hsw"
17596   filter: "'NIC_Intel-XL710' and
17597            '64B' and
17598            ('BASE' or 'SCALE') and
17599            'NDRPDR' and
17600            '1T1C' and
17601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17602            not 'VHOST' and
17603            'MEMIF'"
17604   parameters:
17605   - "latency"
17606   - "parent"
17607   - "tags"
17608   sort:
17609   - "L2XCFWD"
17610   - "L2XCFWD"
17611   - "L2XCFWD"
17612   - "L2BDMACLRN"
17613   - "L2BDMACLRN"
17614   - "L2BDMACLRN"
17615   layout:
17616     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17617     layout: "plot-latency"
17618
17619 -
17620   type: "plot"
17621   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17622   algorithm: "plot_latency_error_bars"
17623   output-file-type: ".html"
17624   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17625   data: "plot-vpp-throughput-latency-3n-hsw"
17626   filter: "'NIC_Intel-XL710' and
17627            '64B' and
17628            ('BASE' or 'SCALE') and
17629            'NDRPDR' and
17630            '2T2C' and
17631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17632            not 'VHOST' and
17633            'MEMIF'"
17634   parameters:
17635   - "latency"
17636   - "parent"
17637   - "tags"
17638   sort:
17639   - "L2XCFWD"
17640   - "L2XCFWD"
17641   - "L2XCFWD"
17642   - "L2BDMACLRN"
17643   - "L2BDMACLRN"
17644   - "L2BDMACLRN"
17645   layout:
17646     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17647     layout: "plot-latency"
17648
17649 # Packet Latency - VPP Container Memif 3n-skx-x710
17650 -
17651   type: "plot"
17652   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17653   algorithm: "plot_latency_error_bars"
17654   output-file-type: ".html"
17655   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17656   data: "plot-vpp-throughput-latency-3n-skx"
17657   filter: "'NIC_Intel-X710' and
17658            '64B' and
17659            ('BASE' or 'SCALE') and
17660            'NDRPDR' and
17661            '2T1C' and
17662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17663            not 'VHOST' and
17664            'MEMIF'"
17665   parameters:
17666   - "latency"
17667   - "parent"
17668   - "tags"
17669   sort:
17670   - "L2XCFWD"
17671   - "L2XCFWD"
17672   - "L2XCFWD"
17673   - "L2BDMACLRN"
17674   - "L2BDMACLRN"
17675   - "L2BDMACLRN"
17676   layout:
17677     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17678     layout: "plot-latency"
17679
17680 -
17681   type: "plot"
17682   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17683   algorithm: "plot_latency_error_bars"
17684   output-file-type: ".html"
17685   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17686   data: "plot-vpp-throughput-latency-3n-skx"
17687   filter: "'NIC_Intel-X710' and
17688            '64B' and
17689            ('BASE' or 'SCALE') and
17690            'NDRPDR' and
17691            '4T2C' and
17692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17693            not 'VHOST' and
17694            'MEMIF'"
17695   parameters:
17696   - "latency"
17697   - "parent"
17698   - "tags"
17699   sort:
17700   - "L2XCFWD"
17701   - "L2XCFWD"
17702   - "L2XCFWD"
17703   - "L2BDMACLRN"
17704   - "L2BDMACLRN"
17705   - "L2BDMACLRN"
17706   layout:
17707     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17708     layout: "plot-latency"
17709
17710 # Packet Latency - VPP Container Memif 2n-skx-x710
17711 -
17712   type: "plot"
17713   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17714   algorithm: "plot_latency_error_bars"
17715   output-file-type: ".html"
17716   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17717   data: "plot-vpp-throughput-latency-2n-skx"
17718   filter: "'NIC_Intel-X710' and
17719            '64B' and
17720            ('BASE' or 'SCALE') and
17721            'NDRPDR' and
17722            '2T1C' and
17723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17724            not 'VHOST' and
17725            'MEMIF'"
17726   parameters:
17727   - "latency"
17728   - "parent"
17729   - "tags"
17730   sort:
17731   - "L2XCFWD"
17732   - "L2XCFWD"
17733   - "L2XCFWD"
17734   - "L2BDMACLRN"
17735   - "L2BDMACLRN"
17736   - "L2BDMACLRN"
17737   layout:
17738     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17739     layout: "plot-latency"
17740
17741 -
17742   type: "plot"
17743   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17744   algorithm: "plot_latency_error_bars"
17745   output-file-type: ".html"
17746   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17747   data: "plot-vpp-throughput-latency-2n-skx"
17748   filter: "'NIC_Intel-X710' and
17749            '64B' and
17750            ('BASE' or 'SCALE') and
17751            'NDRPDR' and
17752            '4T2C' and
17753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17754            not 'VHOST' and
17755            'MEMIF'"
17756   parameters:
17757   - "latency"
17758   - "parent"
17759   - "tags"
17760   sort:
17761   - "L2XCFWD"
17762   - "L2XCFWD"
17763   - "L2XCFWD"
17764   - "L2BDMACLRN"
17765   - "L2BDMACLRN"
17766   - "L2BDMACLRN"
17767   layout:
17768     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17769     layout: "plot-latency"
17770
17771 # Packet Latency - VPP Container Memif 2n-skx-xxv710
17772 -
17773   type: "plot"
17774   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17775   algorithm: "plot_latency_error_bars"
17776   output-file-type: ".html"
17777   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17778   data: "plot-vpp-throughput-latency-2n-skx"
17779   filter: "'NIC_Intel-XXV710' and
17780            '64B' and
17781            ('BASE' or 'SCALE') and
17782            'NDRPDR' and
17783            '2T1C' and
17784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17785            not 'VHOST' and
17786            'MEMIF'"
17787   parameters:
17788   - "latency"
17789   - "parent"
17790   - "tags"
17791   sort:
17792   - "L2XCFWD"
17793   - "L2XCFWD"
17794   - "L2XCFWD"
17795   - "L2BDMACLRN"
17796   - "L2BDMACLRN"
17797   - "L2BDMACLRN"
17798   layout:
17799     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17800     layout: "plot-latency"
17801
17802 -
17803   type: "plot"
17804   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17805   algorithm: "plot_latency_error_bars"
17806   output-file-type: ".html"
17807   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17808   data: "plot-vpp-throughput-latency-2n-skx"
17809   filter: "'NIC_Intel-XXV710' and
17810            '64B' and
17811            ('BASE' or 'SCALE') and
17812            'NDRPDR' and
17813            '4T2C' and
17814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17815            not 'VHOST' and
17816            'MEMIF'"
17817   parameters:
17818   - "latency"
17819   - "parent"
17820   - "tags"
17821   sort:
17822   - "L2XCFWD"
17823   - "L2XCFWD"
17824   - "L2XCFWD"
17825   - "L2BDMACLRN"
17826   - "L2BDMACLRN"
17827   - "L2BDMACLRN"
17828   layout:
17829     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17830     layout: "plot-latency"
17831
17832 ################################################################################
17833
17834 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
17835 -
17836   type: "plot"
17837   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17838   algorithm: "plot_latency_error_bars"
17839   output-file-type: ".html"
17840   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17841   data: "plot-ligato-throughput-latency-3n-hsw"
17842   filter: "'NIC_Intel-X520-DA2' and
17843            '64B' and
17844            ('BASE' or 'SCALE') and
17845            'NDRPDR' and
17846            '1T1C' and
17847            'L2XCFWD' and
17848            not 'VHOST' and
17849            'MEMIF'"
17850   parameters:
17851   - "latency"
17852   - "parent"
17853   - "tags"
17854   sort:
17855   - "1VNF"
17856   - "2VNF"
17857   - "4VNF"
17858   - "2VNF"
17859   - "4VNF"
17860   layout:
17861     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
17862     layout: "plot-latency"
17863
17864 -
17865   type: "plot"
17866   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17867   algorithm: "plot_latency_error_bars"
17868   output-file-type: ".html"
17869   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17870   data: "plot-ligato-throughput-latency-3n-hsw"
17871   filter: "'NIC_Intel-X520-DA2' and
17872            '64B' and
17873            ('BASE' or 'SCALE') and
17874            'NDRPDR' and
17875            '2T2C' and
17876            'L2XCFWD' and
17877            not 'VHOST' and
17878            'MEMIF'"
17879   parameters:
17880   - "latency"
17881   - "parent"
17882   - "tags"
17883   sort:
17884   - "1VNF"
17885   - "2VNF"
17886   - "4VNF"
17887   - "2VNF"
17888   - "4VNF"
17889   layout:
17890     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
17891     layout: "plot-latency"
17892
17893 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
17894 -
17895   type: "plot"
17896   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17897   algorithm: "plot_latency_error_bars"
17898   output-file-type: ".html"
17899   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17900   data: "plot-ligato-throughput-latency-3n-hsw"
17901   filter: "'NIC_Intel-X520-DA2' and
17902            '64B' and
17903            ('BASE' or 'SCALE') and
17904            'NDRPDR' and
17905            '1T1C' and
17906            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17907            not 'VHOST' and
17908            'MEMIF'"
17909   parameters:
17910   - "latency"
17911   - "parent"
17912   - "tags"
17913   sort:
17914   - "1VNF"
17915   - "2VNF"
17916   - "4VNF"
17917   - "2VNF"
17918   - "4VNF"
17919   layout:
17920     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
17921     layout: "plot-latency"
17922
17923 -
17924   type: "plot"
17925   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17926   algorithm: "plot_latency_error_bars"
17927   output-file-type: ".html"
17928   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17929   data: "plot-ligato-throughput-latency-3n-hsw"
17930   filter: "'NIC_Intel-X520-DA2' and
17931            '64B' and
17932            ('BASE' or 'SCALE') and
17933            'NDRPDR' and
17934            '2T2C' and
17935            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17936            not 'VHOST' and
17937            'MEMIF'"
17938   parameters:
17939   - "latency"
17940   - "parent"
17941   - "tags"
17942   sort:
17943   - "1VNF"
17944   - "2VNF"
17945   - "4VNF"
17946   - "2VNF"
17947   - "4VNF"
17948   layout:
17949     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
17950     layout: "plot-latency"
17951
17952 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
17953 -
17954   type: "plot"
17955   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17956   algorithm: "plot_latency_error_bars"
17957   output-file-type: ".html"
17958   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17959   data: "plot-ligato-throughput-latency-3n-hsw"
17960   filter: "'NIC_Intel-X710' and
17961            '64B' and
17962            ('BASE' or 'SCALE') and
17963            'NDRPDR' and
17964            '1T1C' and
17965            'L2XCFWD' and
17966            not 'VHOST' and
17967            'MEMIF'"
17968   parameters:
17969   - "latency"
17970   - "parent"
17971   - "tags"
17972   sort:
17973   - "1VNF"
17974   - "2VNF"
17975   - "4VNF"
17976   - "2VNF"
17977   - "4VNF"
17978   layout:
17979     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
17980     layout: "plot-latency"
17981
17982 -
17983   type: "plot"
17984   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17985   algorithm: "plot_latency_error_bars"
17986   output-file-type: ".html"
17987   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17988   data: "plot-ligato-throughput-latency-3n-hsw"
17989   filter: "'NIC_Intel-X710' and
17990            '64B' and
17991            ('BASE' or 'SCALE') and
17992            'NDRPDR' and
17993            '2T2C' and
17994            'L2XCFWD' and
17995            not 'VHOST' and
17996            'MEMIF'"
17997   parameters:
17998   - "latency"
17999   - "parent"
18000   - "tags"
18001   sort:
18002   - "1VNF"
18003   - "2VNF"
18004   - "4VNF"
18005   - "2VNF"
18006   - "4VNF"
18007   layout:
18008     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18009     layout: "plot-latency"
18010
18011 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18012 -
18013   type: "plot"
18014   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18015   algorithm: "plot_latency_error_bars"
18016   output-file-type: ".html"
18017   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18018   data: "plot-ligato-throughput-latency-3n-hsw"
18019   filter: "'NIC_Intel-X710' and
18020            '64B' and
18021            ('BASE' or 'SCALE') and
18022            'NDRPDR' and
18023            '1T1C' and
18024            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18025            not 'VHOST' and
18026            'MEMIF'"
18027   parameters:
18028   - "latency"
18029   - "parent"
18030   - "tags"
18031   sort:
18032   - "1VNF"
18033   - "2VNF"
18034   - "4VNF"
18035   - "2VNF"
18036   - "4VNF"
18037   layout:
18038     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18039     layout: "plot-latency"
18040
18041 -
18042   type: "plot"
18043   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18044   algorithm: "plot_latency_error_bars"
18045   output-file-type: ".html"
18046   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18047   data: "plot-ligato-throughput-latency-3n-hsw"
18048   filter: "'NIC_Intel-X710' and
18049            '64B' and
18050            ('BASE' or 'SCALE') and
18051            'NDRPDR' and
18052            '2T2C' and
18053            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18054            not 'VHOST' and
18055            'MEMIF'"
18056   parameters:
18057   - "latency"
18058   - "parent"
18059   - "tags"
18060   sort:
18061   - "1VNF"
18062   - "2VNF"
18063   - "4VNF"
18064   - "2VNF"
18065   - "4VNF"
18066   layout:
18067     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18068     layout: "plot-latency"
18069
18070 ################################################################################
18071
18072 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18073 -
18074   type: "plot"
18075   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18076   algorithm: "plot_latency_error_bars"
18077   output-file-type: ".html"
18078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18079   data: "plot-vpp-throughput-latency-3n-hsw"
18080   filter: "'NIC_Intel-X520-DA2' and
18081            '64B' and
18082            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18083            'NDRPDR' and
18084            '1T1C' and
18085            'IP4FWD' and
18086            not 'IPSEC' and
18087            not 'VHOST'"
18088   parameters:
18089   - "latency"
18090   - "parent"
18091   - "tags"
18092   sort:
18093   - "IP4BASE"
18094   - "FIB_20K"
18095   - "FIB_200K"
18096   - "FIB_2M"
18097   layout:
18098     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18099     layout: "plot-latency"
18100
18101 -
18102   type: "plot"
18103   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18104   algorithm: "plot_latency_error_bars"
18105   output-file-type: ".html"
18106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18107   data: "plot-vpp-throughput-latency-3n-hsw"
18108   filter: "'NIC_Intel-X520-DA2' and
18109            '64B' and
18110            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18111            'NDRPDR' and
18112            '2T2C' and
18113            'IP4FWD' and
18114            not 'IPSEC' and
18115            not 'VHOST'"
18116   parameters:
18117   - "latency"
18118   - "parent"
18119   - "tags"
18120   sort:
18121   - "IP4BASE"
18122   - "FIB_20K"
18123   - "FIB_200K"
18124   - "FIB_2M"
18125   layout:
18126     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18127     layout: "plot-latency"
18128
18129 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18130 -
18131   type: "plot"
18132   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18133   algorithm: "plot_latency_error_bars"
18134   output-file-type: ".html"
18135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18136   data: "plot-vpp-throughput-latency-3n-hsw"
18137   filter: "'NIC_Intel-X520-DA2' and
18138            '64B' and
18139            ('IP4BASE' or
18140             'POLICE_MARK' or
18141             'COPWHLIST' or
18142             ('NAT44' and 'BASE') or
18143             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18144            'NDRPDR' and
18145            '1T1C' and
18146            'IP4FWD' and
18147            not 'IPSEC' and
18148            not 'VHOST'"
18149   parameters:
18150   - "latency"
18151   - "parent"
18152   - "tags"
18153   sort:
18154   - "IP4BASE"
18155   - "NAT44"
18156   - "POLICE_MARK"
18157   - "COPWHLIST"
18158   - "IACL"
18159   - "OACL"
18160   layout:
18161     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18162     layout: "plot-latency"
18163
18164 -
18165   type: "plot"
18166   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18167   algorithm: "plot_latency_error_bars"
18168   output-file-type: ".html"
18169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18170   data: "plot-vpp-throughput-latency-3n-hsw"
18171   filter: "'NIC_Intel-X520-DA2' and
18172            '64B' and
18173            ('IP4BASE' or
18174             'POLICE_MARK' or
18175             'COPWHLIST' or
18176             ('NAT44' and 'BASE') or
18177             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18178            'NDRPDR' and
18179            '2T2C' and
18180            'IP4FWD' and
18181            not 'IPSEC' and
18182            not 'VHOST'"
18183   parameters:
18184   - "latency"
18185   - "parent"
18186   - "tags"
18187   sort:
18188   - "IP4BASE"
18189   - "NAT44"
18190   - "POLICE_MARK"
18191   - "COPWHLIST"
18192   - "IACL"
18193   - "OACL"
18194   layout:
18195     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18196     layout: "plot-latency"
18197
18198 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18199 -
18200   type: "plot"
18201   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18202   algorithm: "plot_latency_error_bars"
18203   output-file-type: ".html"
18204   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18205   data: "plot-vpp-throughput-latency-3n-hsw"
18206   filter: "'NIC_Intel-X520-DA2' and
18207            '64B' and
18208            'NDRPDR' and
18209            '1T1C' and
18210            'IP4FWD' and
18211            'NAT44' and
18212            not 'IPSEC' and
18213            not 'VHOST'"
18214   parameters:
18215   - "latency"
18216   - "parent"
18217   - "tags"
18218   sort:
18219   - "BASE"
18220   - "BASE"
18221   - "SRC_USER_10"
18222   - "SRC_USER_100"
18223   - "SRC_USER_1000"
18224   - "SRC_USER_2000"
18225   layout:
18226     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18227     layout: "plot-latency"
18228
18229 -
18230   type: "plot"
18231   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18232   algorithm: "plot_latency_error_bars"
18233   output-file-type: ".html"
18234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18235   data: "plot-vpp-throughput-latency-3n-hsw"
18236   filter: "'NIC_Intel-X520-DA2' and
18237            '64B' and
18238            'NDRPDR' and
18239            '2T2C' and
18240            'IP4FWD' and
18241            'NAT44' and
18242            not 'IPSEC' and
18243            not 'VHOST'"
18244   parameters:
18245   - "latency"
18246   - "parent"
18247   - "tags"
18248   sort:
18249   - "BASE"
18250   - "BASE"
18251   - "SRC_USER_10"
18252   - "SRC_USER_100"
18253   - "SRC_USER_1000"
18254   - "SRC_USER_2000"
18255   layout:
18256     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18257     layout: "plot-latency"
18258
18259 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18260 -
18261   type: "plot"
18262   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18263   algorithm: "plot_latency_error_bars"
18264   output-file-type: ".html"
18265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18266   data: "plot-vpp-throughput-latency-3n-hsw"
18267   filter: "'NIC_Intel-X520-DA2' and
18268            '64B' and
18269            'NDRPDR' and
18270            '1T1C' and
18271            'IP4FWD' and
18272            'IACL' and
18273            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18274            not 'IPSEC' and
18275            not 'VHOST'"
18276   parameters:
18277   - "latency"
18278   - "parent"
18279   - "tags"
18280   sort:
18281   - "ACL_STATELESS"
18282   - "ACL_STATEFUL"
18283   - "ACL_STATELESS"
18284   - "ACL_STATEFUL"
18285   layout:
18286     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18287     layout: "plot-latency"
18288
18289 -
18290   type: "plot"
18291   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18292   algorithm: "plot_latency_error_bars"
18293   output-file-type: ".html"
18294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18295   data: "plot-vpp-throughput-latency-3n-hsw"
18296   filter: "'NIC_Intel-X520-DA2' and
18297            '64B' and
18298            'NDRPDR' and
18299            '2T2C' and
18300            'IP4FWD' and
18301            'IACL' and
18302            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18303            not 'IPSEC' and
18304            not 'VHOST'"
18305   parameters:
18306   - "latency"
18307   - "parent"
18308   - "tags"
18309   sort:
18310   - "ACL_STATELESS"
18311   - "ACL_STATEFUL"
18312   - "ACL_STATELESS"
18313   - "ACL_STATEFUL"
18314   layout:
18315     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18316     layout: "plot-latency"
18317
18318 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18319 -
18320   type: "plot"
18321   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18322   algorithm: "plot_latency_error_bars"
18323   output-file-type: ".html"
18324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18325   data: "plot-vpp-throughput-latency-3n-hsw"
18326   filter: "'NIC_Intel-X520-DA2' and
18327            '64B' and
18328            'NDRPDR' and
18329            '1T1C' and
18330            'IP4FWD' and
18331            'OACL' and
18332            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18333            not 'IPSEC' and
18334            not 'VHOST'"
18335   parameters:
18336   - "latency"
18337   - "parent"
18338   - "tags"
18339   sort:
18340   - "ACL_STATELESS"
18341   - "ACL_STATEFUL"
18342   - "ACL_STATELESS"
18343   - "ACL_STATEFUL"
18344   layout:
18345     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18346     layout: "plot-latency"
18347
18348 -
18349   type: "plot"
18350   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18351   algorithm: "plot_latency_error_bars"
18352   output-file-type: ".html"
18353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18354   data: "plot-vpp-throughput-latency-3n-hsw"
18355   filter: "'NIC_Intel-X520-DA2' and
18356            '64B' and
18357            'NDRPDR' and
18358            '2T2C' and
18359            'IP4FWD' and
18360            'OACL' and
18361            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18362            not 'IPSEC' and
18363            not 'VHOST'"
18364   parameters:
18365   - "latency"
18366   - "parent"
18367   - "tags"
18368   sort:
18369   - "ACL_STATELESS"
18370   - "ACL_STATEFUL"
18371   - "ACL_STATELESS"
18372   - "ACL_STATEFUL"
18373   layout:
18374     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18375     layout: "plot-latency"
18376
18377 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18378 -
18379   type: "plot"
18380   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18381   algorithm: "plot_latency_error_bars"
18382   output-file-type: ".html"
18383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18384   data: "plot-vpp-throughput-latency-3n-hsw"
18385   filter: "'NIC_Intel-X710' and
18386            '64B' and
18387            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18388            'NDRPDR' and
18389            '1T1C' and
18390            'IP4FWD' and
18391            not 'IPSEC' and
18392            not 'VHOST'"
18393   parameters:
18394   - "latency"
18395   - "parent"
18396   - "tags"
18397   sort:
18398   - "IP4BASE"
18399   - "FIB_20K"
18400   - "FIB_200K"
18401   - "FIB_2M"
18402   layout:
18403     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18404     layout: "plot-latency"
18405
18406 -
18407   type: "plot"
18408   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18409   algorithm: "plot_latency_error_bars"
18410   output-file-type: ".html"
18411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18412   data: "plot-vpp-throughput-latency-3n-hsw"
18413   filter: "'NIC_Intel-X710' and
18414            '64B' and
18415            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18416            'NDRPDR' and
18417            '2T2C' and
18418            'IP4FWD' and
18419            not 'IPSEC' and
18420            not 'VHOST'"
18421   parameters:
18422   - "latency"
18423   - "parent"
18424   - "tags"
18425   sort:
18426   - "IP4BASE"
18427   - "FIB_20K"
18428   - "FIB_200K"
18429   - "FIB_2M"
18430   layout:
18431     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18432     layout: "plot-latency"
18433
18434 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18435 -
18436   type: "plot"
18437   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18438   algorithm: "plot_latency_error_bars"
18439   output-file-type: ".html"
18440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18441   data: "plot-vpp-throughput-latency-3n-hsw"
18442   filter: "'NIC_Intel-X710' and
18443            '64B' and
18444            ('IP4BASE' or
18445             'POLICE_MARK' or
18446             'COPWHLIST' or
18447             ('NAT44' and 'BASE') or
18448             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18449            'NDRPDR' and
18450            '1T1C' and
18451            'IP4FWD' and
18452            not 'IPSEC' and
18453            not 'VHOST'"
18454   parameters:
18455   - "latency"
18456   - "parent"
18457   - "tags"
18458   sort:
18459   - "IP4BASE"
18460   - "NAT44"
18461   - "POLICE_MARK"
18462   - "COPWHLIST"
18463   - "IACL"
18464   - "OACL"
18465   layout:
18466     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18467     layout: "plot-latency"
18468
18469 -
18470   type: "plot"
18471   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18472   algorithm: "plot_latency_error_bars"
18473   output-file-type: ".html"
18474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18475   data: "plot-vpp-throughput-latency-3n-hsw"
18476   filter: "'NIC_Intel-X710' and
18477            '64B' and
18478            ('IP4BASE' or
18479             'POLICE_MARK' or
18480             'COPWHLIST' or
18481             ('NAT44' and 'BASE') or
18482             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18483            'NDRPDR' and
18484            '2T2C' and
18485            'IP4FWD' and
18486            not 'IPSEC' and
18487            not 'VHOST'"
18488   parameters:
18489   - "latency"
18490   - "parent"
18491   - "tags"
18492   sort:
18493   - "IP4BASE"
18494   - "NAT44"
18495   - "POLICE_MARK"
18496   - "COPWHLIST"
18497   - "IACL"
18498   - "OACL"
18499   layout:
18500     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18501     layout: "plot-latency"
18502
18503 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18504 -
18505   type: "plot"
18506   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18507   algorithm: "plot_latency_error_bars"
18508   output-file-type: ".html"
18509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18510   data: "plot-vpp-throughput-latency-3n-hsw"
18511   filter: "'NIC_Intel-X710' and
18512            '64B' and
18513            'NDRPDR' and
18514            '1T1C' and
18515            'IP4FWD' and
18516            'NAT44' and
18517            not 'IPSEC' and
18518            not 'VHOST'"
18519   parameters:
18520   - "latency"
18521   - "parent"
18522   - "tags"
18523   sort:
18524   - "BASE"
18525   - "BASE"
18526   - "SRC_USER_10"
18527   - "SRC_USER_100"
18528   - "SRC_USER_1000"
18529   - "SRC_USER_2000"
18530   layout:
18531     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18532     layout: "plot-latency"
18533
18534 -
18535   type: "plot"
18536   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18537   algorithm: "plot_latency_error_bars"
18538   output-file-type: ".html"
18539   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18540   data: "plot-vpp-throughput-latency-3n-hsw"
18541   filter: "'NIC_Intel-X710' and
18542            '64B' and
18543            'NDRPDR' and
18544            '2T2C' and
18545            'IP4FWD' and
18546            'NAT44' and
18547            not 'IPSEC' and
18548            not 'VHOST'"
18549   parameters:
18550   - "latency"
18551   - "parent"
18552   - "tags"
18553   sort:
18554   - "BASE"
18555   - "BASE"
18556   - "SRC_USER_10"
18557   - "SRC_USER_100"
18558   - "SRC_USER_1000"
18559   - "SRC_USER_2000"
18560   layout:
18561     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
18562     layout: "plot-latency"
18563
18564 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
18565 -
18566   type: "plot"
18567   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18568   algorithm: "plot_latency_error_bars"
18569   output-file-type: ".html"
18570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18571   data: "plot-vpp-throughput-latency-3n-hsw"
18572   filter: "'NIC_Intel-X710' and
18573            '64B' and
18574            'NDRPDR' and
18575            '1T1C' and
18576            'IP4FWD' and
18577            'IACL' and
18578            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18579            not 'IPSEC' and
18580            not 'VHOST'"
18581   parameters:
18582   - "latency"
18583   - "parent"
18584   - "tags"
18585   sort:
18586   - "ACL_STATELESS"
18587   - "ACL_STATEFUL"
18588   - "ACL_STATELESS"
18589   - "ACL_STATEFUL"
18590   layout:
18591     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18592     layout: "plot-latency"
18593
18594 -
18595   type: "plot"
18596   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18597   algorithm: "plot_latency_error_bars"
18598   output-file-type: ".html"
18599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18600   data: "plot-vpp-throughput-latency-3n-hsw"
18601   filter: "'NIC_Intel-X710' and
18602            '64B' and
18603            'NDRPDR' and
18604            '2T2C' and
18605            'IP4FWD' and
18606            'IACL' and
18607            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18608            not 'IPSEC' and
18609            not 'VHOST'"
18610   parameters:
18611   - "latency"
18612   - "parent"
18613   - "tags"
18614   sort:
18615   - "ACL_STATELESS"
18616   - "ACL_STATEFUL"
18617   - "ACL_STATELESS"
18618   - "ACL_STATEFUL"
18619   layout:
18620     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18621     layout: "plot-latency"
18622
18623 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
18624 -
18625   type: "plot"
18626   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18627   algorithm: "plot_latency_error_bars"
18628   output-file-type: ".html"
18629   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18630   data: "plot-vpp-throughput-latency-3n-hsw"
18631   filter: "'NIC_Intel-X710' and
18632            '64B' and
18633            'NDRPDR' and
18634            '1T1C' and
18635            'IP4FWD' and
18636            'OACL' and
18637            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18638            not 'IPSEC' and
18639            not 'VHOST'"
18640   parameters:
18641   - "latency"
18642   - "parent"
18643   - "tags"
18644   sort:
18645   - "ACL_STATELESS"
18646   - "ACL_STATEFUL"
18647   - "ACL_STATELESS"
18648   - "ACL_STATEFUL"
18649   layout:
18650     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
18651     layout: "plot-latency"
18652
18653 -
18654   type: "plot"
18655   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18656   algorithm: "plot_latency_error_bars"
18657   output-file-type: ".html"
18658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18659   data: "plot-vpp-throughput-latency-3n-hsw"
18660   filter: "'NIC_Intel-X710' and
18661            '64B' and
18662            'NDRPDR' and
18663            '2T2C' and
18664            'IP4FWD' and
18665            'OACL' and
18666            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18667            not 'IPSEC' and
18668            not 'VHOST'"
18669   parameters:
18670   - "latency"
18671   - "parent"
18672   - "tags"
18673   sort:
18674   - "ACL_STATELESS"
18675   - "ACL_STATEFUL"
18676   - "ACL_STATELESS"
18677   - "ACL_STATEFUL"
18678   layout:
18679     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
18680     layout: "plot-latency"
18681
18682 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
18683 -
18684   type: "plot"
18685   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18686   algorithm: "plot_latency_error_bars"
18687   output-file-type: ".html"
18688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18689   data: "plot-vpp-throughput-latency-3n-hsw"
18690   filter: "'NIC_Intel-XL710' and
18691            '64B' and
18692            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18693            'NDRPDR' and
18694            '1T1C' and
18695            'IP4FWD' and
18696            not 'IPSEC' and
18697            not 'VHOST'"
18698   parameters:
18699   - "latency"
18700   - "parent"
18701   - "tags"
18702   sort:
18703   - "IP4BASE"
18704   - "FIB_20K"
18705   - "FIB_200K"
18706   - "FIB_2M"
18707   layout:
18708     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18709     layout: "plot-latency"
18710
18711 -
18712   type: "plot"
18713   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18714   algorithm: "plot_latency_error_bars"
18715   output-file-type: ".html"
18716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18717   data: "plot-vpp-throughput-latency-3n-hsw"
18718   filter: "'NIC_Intel-XL710' and
18719            '64B' and
18720            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18721            'NDRPDR' and
18722            '2T2C' and
18723            'IP4FWD' and
18724            not 'IPSEC' and
18725            not 'VHOST'"
18726   parameters:
18727   - "latency"
18728   - "parent"
18729   - "tags"
18730   sort:
18731   - "IP4BASE"
18732   - "FIB_20K"
18733   - "FIB_200K"
18734   - "FIB_2M"
18735   layout:
18736     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18737     layout: "plot-latency"
18738
18739 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
18740 -
18741   type: "plot"
18742   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18743   algorithm: "plot_latency_error_bars"
18744   output-file-type: ".html"
18745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18746   data: "plot-vpp-throughput-latency-3n-skx"
18747   filter: "'NIC_Intel-X710' and
18748            '64B' and
18749            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18750            'NDRPDR' and
18751            '2T1C' and
18752            'IP4FWD' and
18753            not 'IPSEC' and
18754            not 'VHOST'"
18755   parameters:
18756   - "latency"
18757   - "parent"
18758   - "tags"
18759   sort:
18760   - "IP4BASE"
18761   - "FIB_20K"
18762   - "FIB_200K"
18763   - "FIB_2M"
18764   layout:
18765     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18766     layout: "plot-latency"
18767
18768 -
18769   type: "plot"
18770   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18771   algorithm: "plot_latency_error_bars"
18772   output-file-type: ".html"
18773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18774   data: "plot-vpp-throughput-latency-3n-skx"
18775   filter: "'NIC_Intel-X710' and
18776            '64B' and
18777            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18778            'NDRPDR' and
18779            '4T2C' and
18780            'IP4FWD' and
18781            not 'IPSEC' and
18782            not 'VHOST'"
18783   parameters:
18784   - "latency"
18785   - "parent"
18786   - "tags"
18787   sort:
18788   - "IP4BASE"
18789   - "FIB_20K"
18790   - "FIB_200K"
18791   - "FIB_2M"
18792   layout:
18793     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18794     layout: "plot-latency"
18795
18796 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18797 -
18798   type: "plot"
18799   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18800   algorithm: "plot_latency_error_bars"
18801   output-file-type: ".html"
18802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18803   data: "plot-vpp-throughput-latency-3n-skx"
18804   filter: "'NIC_Intel-X710' and
18805            '64B' and
18806            ('IP4BASE' or
18807             'POLICE_MARK' or
18808             'COPWHLIST' or
18809             ('NAT44' and 'BASE') or
18810             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18811            'NDRPDR' and
18812            '2T1C' and
18813            'IP4FWD' and
18814            not 'IPSEC' and
18815            not 'VHOST'"
18816   parameters:
18817   - "latency"
18818   - "parent"
18819   - "tags"
18820   sort:
18821   - "IP4BASE"
18822   - "NAT44"
18823   - "POLICE_MARK"
18824   - "COPWHLIST"
18825   - "IACL"
18826   - "OACL"
18827   layout:
18828     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
18829     layout: "plot-latency"
18830
18831 -
18832   type: "plot"
18833   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18834   algorithm: "plot_latency_error_bars"
18835   output-file-type: ".html"
18836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18837   data: "plot-vpp-throughput-latency-3n-skx"
18838   filter: "'NIC_Intel-X710' and
18839            '64B' and
18840            ('IP4BASE' or
18841             'POLICE_MARK' or
18842             'COPWHLIST' or
18843             ('NAT44' and 'BASE') or
18844             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18845            'NDRPDR' and
18846            '4T2C' and
18847            'IP4FWD' and
18848            not 'IPSEC' and
18849            not 'VHOST'"
18850   parameters:
18851   - "latency"
18852   - "parent"
18853   - "tags"
18854   sort:
18855   - "IP4BASE"
18856   - "NAT44"
18857   - "POLICE_MARK"
18858   - "COPWHLIST"
18859   - "IACL"
18860   - "OACL"
18861   layout:
18862     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
18863     layout: "plot-latency"
18864
18865 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
18866 -
18867   type: "plot"
18868   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18869   algorithm: "plot_latency_error_bars"
18870   output-file-type: ".html"
18871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18872   data: "plot-vpp-throughput-latency-3n-skx"
18873   filter: "'NIC_Intel-X710' and
18874            '64B' and
18875            'NDRPDR' and
18876            '2T1C' and
18877            'IP4FWD' and
18878            'NAT44' and
18879            not 'IPSEC' and
18880            not 'VHOST'"
18881   parameters:
18882   - "latency"
18883   - "parent"
18884   - "tags"
18885   sort:
18886   - "BASE"
18887   - "BASE"
18888   - "SRC_USER_10"
18889   - "SRC_USER_100"
18890   - "SRC_USER_1000"
18891   - "SRC_USER_2000"
18892   layout:
18893     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
18894     layout: "plot-latency"
18895
18896 -
18897   type: "plot"
18898   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18899   algorithm: "plot_latency_error_bars"
18900   output-file-type: ".html"
18901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18902   data: "plot-vpp-throughput-latency-3n-skx"
18903   filter: "'NIC_Intel-X710' and
18904            '64B' and
18905            'NDRPDR' and
18906            '4T2C' and
18907            'IP4FWD' and
18908            'NAT44' and
18909            not 'IPSEC' and
18910            not 'VHOST'"
18911   parameters:
18912   - "latency"
18913   - "parent"
18914   - "tags"
18915   sort:
18916   - "BASE"
18917   - "BASE"
18918   - "SRC_USER_10"
18919   - "SRC_USER_100"
18920   - "SRC_USER_1000"
18921   - "SRC_USER_2000"
18922   layout:
18923     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
18924     layout: "plot-latency"
18925
18926 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
18927 -
18928   type: "plot"
18929   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18930   algorithm: "plot_latency_error_bars"
18931   output-file-type: ".html"
18932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18933   data: "plot-vpp-throughput-latency-3n-skx"
18934   filter: "'NIC_Intel-X710' and
18935            '64B' and
18936            'NDRPDR' and
18937            '2T1C' and
18938            'IP4FWD' and
18939            'IACL' and
18940            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18941            not 'IPSEC' and
18942            not 'VHOST'"
18943   parameters:
18944   - "latency"
18945   - "parent"
18946   - "tags"
18947   sort:
18948   - "ACL_STATELESS"
18949   - "ACL_STATEFUL"
18950   - "ACL_STATELESS"
18951   - "ACL_STATEFUL"
18952   layout:
18953     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18954     layout: "plot-latency"
18955
18956 -
18957   type: "plot"
18958   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18959   algorithm: "plot_latency_error_bars"
18960   output-file-type: ".html"
18961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18962   data: "plot-vpp-throughput-latency-3n-skx"
18963   filter: "'NIC_Intel-X710' and
18964            '64B' and
18965            'NDRPDR' and
18966            '4T2C' and
18967            'IP4FWD' and
18968            'IACL' and
18969            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18970            not 'IPSEC' and
18971            not 'VHOST'"
18972   parameters:
18973   - "latency"
18974   - "parent"
18975   - "tags"
18976   sort:
18977   - "ACL_STATELESS"
18978   - "ACL_STATEFUL"
18979   - "ACL_STATELESS"
18980   - "ACL_STATEFUL"
18981   layout:
18982     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18983     layout: "plot-latency"
18984
18985 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18986 -
18987   type: "plot"
18988   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
18989   algorithm: "plot_latency_error_bars"
18990   output-file-type: ".html"
18991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
18992   data: "plot-vpp-throughput-latency-3n-skx"
18993   filter: "'NIC_Intel-X710' and
18994            '64B' and
18995            'NDRPDR' and
18996            '2T1C' and
18997            'IP4FWD' and
18998            'OACL' and
18999            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19000            not 'IPSEC' and
19001            not 'VHOST'"
19002   parameters:
19003   - "latency"
19004   - "parent"
19005   - "tags"
19006   sort:
19007   - "ACL_STATELESS"
19008   - "ACL_STATEFUL"
19009   - "ACL_STATELESS"
19010   - "ACL_STATEFUL"
19011   layout:
19012     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19013     layout: "plot-latency"
19014
19015 -
19016   type: "plot"
19017   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19018   algorithm: "plot_latency_error_bars"
19019   output-file-type: ".html"
19020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19021   data: "plot-vpp-throughput-latency-3n-skx"
19022   filter: "'NIC_Intel-X710' and
19023            '64B' and
19024            'NDRPDR' and
19025            '4T2C' and
19026            'IP4FWD' and
19027            'OACL' and
19028            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19029            not 'IPSEC' and
19030            not 'VHOST'"
19031   parameters:
19032   - "latency"
19033   - "parent"
19034   - "tags"
19035   sort:
19036   - "ACL_STATELESS"
19037   - "ACL_STATEFUL"
19038   - "ACL_STATELESS"
19039   - "ACL_STATEFUL"
19040   layout:
19041     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19042     layout: "plot-latency"
19043
19044 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19045 -
19046   type: "plot"
19047   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19048   algorithm: "plot_latency_error_bars"
19049   output-file-type: ".html"
19050   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19051   data: "plot-vpp-throughput-latency-2n-skx"
19052   filter: "'NIC_Intel-X710' and
19053            '64B' and
19054            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19055            'NDRPDR' and
19056            '2T1C' and
19057            'IP4FWD' and
19058            not 'IPSEC' and
19059            not 'VHOST'"
19060   parameters:
19061   - "latency"
19062   - "parent"
19063   - "tags"
19064   sort:
19065   - "IP4BASE"
19066   - "FIB_20K"
19067   - "FIB_200K"
19068   - "FIB_2M"
19069   layout:
19070     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19071     layout: "plot-latency"
19072
19073 -
19074   type: "plot"
19075   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19076   algorithm: "plot_latency_error_bars"
19077   output-file-type: ".html"
19078   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19079   data: "plot-vpp-throughput-latency-2n-skx"
19080   filter: "'NIC_Intel-X710' and
19081            '64B' and
19082            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19083            'NDRPDR' and
19084            '4T2C' and
19085            'IP4FWD' and
19086            not 'IPSEC' and
19087            not 'VHOST'"
19088   parameters:
19089   - "latency"
19090   - "parent"
19091   - "tags"
19092   sort:
19093   - "IP4BASE"
19094   - "FIB_20K"
19095   - "FIB_200K"
19096   - "FIB_2M"
19097   layout:
19098     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19099     layout: "plot-latency"
19100
19101 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19102 -
19103   type: "plot"
19104   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19105   algorithm: "plot_latency_error_bars"
19106   output-file-type: ".html"
19107   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19108   data: "plot-vpp-throughput-latency-2n-skx"
19109   filter: "'NIC_Intel-XXV710' and
19110            '64B' and
19111            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19112            'NDRPDR' and
19113            '2T1C' and
19114            'IP4FWD' and
19115            not 'IPSEC' and
19116            not 'VHOST'"
19117   parameters:
19118   - "latency"
19119   - "parent"
19120   - "tags"
19121   sort:
19122   - "IP4BASE"
19123   - "FIB_20K"
19124   - "FIB_200K"
19125   - "FIB_2M"
19126   layout:
19127     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19128     layout: "plot-latency"
19129
19130 -
19131   type: "plot"
19132   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19133   algorithm: "plot_latency_error_bars"
19134   output-file-type: ".html"
19135   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19136   data: "plot-vpp-throughput-latency-2n-skx"
19137   filter: "'NIC_Intel-XXV710' and
19138            '64B' and
19139            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19140            'NDRPDR' and
19141            '4T2C' and
19142            'IP4FWD' and
19143            not 'IPSEC' and
19144            not 'VHOST'"
19145   parameters:
19146   - "latency"
19147   - "parent"
19148   - "tags"
19149   sort:
19150   - "IP4BASE"
19151   - "FIB_20K"
19152   - "FIB_200K"
19153   - "FIB_2M"
19154   layout:
19155     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19156     layout: "plot-latency"
19157
19158 ################################################################################
19159
19160 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
19161 -
19162   type: "plot"
19163   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19164   algorithm: "plot_latency_error_bars"
19165   output-file-type: ".html"
19166   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19167   data: "plot-vpp-throughput-latency-3n-hsw"
19168   filter: "'NIC_Intel-X520-DA2' and
19169            '64B' and
19170            'ENCAP' and
19171            'NDRPDR' and
19172            '1T1C' and
19173            'VXLAN' and
19174            'L2BDMACLRN' and
19175            not 'VHOST' and
19176            not 'IPSECHW'"
19177   parameters:
19178   - "latency"
19179   - "parent"
19180   - "tags"
19181   sort:
19182   - "not DOT1Q"
19183   - "VXLAN_1"
19184   - "VXLAN_10"
19185   - "VXLAN_100"
19186   - "VXLAN_1000"
19187   layout:
19188     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19189     layout: "plot-latency"
19190
19191 -
19192   type: "plot"
19193   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19194   algorithm: "plot_latency_error_bars"
19195   output-file-type: ".html"
19196   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19197   data: "plot-vpp-throughput-latency-3n-hsw"
19198   filter: "'NIC_Intel-X520-DA2' and
19199            '64B' and
19200            'ENCAP' and
19201            'NDRPDR' and
19202            '2T2C' and
19203            'VXLAN' and
19204            'L2BDMACLRN' and
19205            not 'VHOST' and
19206            not 'IPSECHW'"
19207   parameters:
19208   - "latency"
19209   - "parent"
19210   - "tags"
19211   sort:
19212   - "not DOT1Q"
19213   - "VXLAN_1"
19214   - "VXLAN_10"
19215   - "VXLAN_100"
19216   - "VXLAN_1000"
19217   layout:
19218     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19219     layout: "plot-latency"
19220
19221 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19222 -
19223   type: "plot"
19224   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19225   algorithm: "plot_latency_error_bars"
19226   output-file-type: ".html"
19227   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19228   data: "plot-vpp-throughput-latency-3n-hsw"
19229   filter: "'NIC_Intel-X520-DA2' and
19230            '64B' and
19231            'ENCAP' and
19232            'NDRPDR' and
19233            '1T1C' and
19234            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19235            not 'DOT1Q' and
19236            not 'VHOST' and
19237            not 'IPSECHW'"
19238   parameters:
19239   - "latency"
19240   - "parent"
19241   - "tags"
19242   sort:
19243   - "L2BDMACLRN"
19244   - "L2XCFWD"
19245   - "LISP"
19246   layout:
19247     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19248     layout: "plot-latency"
19249
19250 -
19251   type: "plot"
19252   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19253   algorithm: "plot_latency_error_bars"
19254   output-file-type: ".html"
19255   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19256   data: "plot-vpp-throughput-latency-3n-hsw"
19257   filter: "'NIC_Intel-X520-DA2' and
19258            '64B' and
19259            'ENCAP' and
19260            'NDRPDR' and
19261            '2T2C' and
19262            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19263            not 'DOT1Q' and
19264            not 'VHOST' and
19265            not 'IPSECHW'"
19266   parameters:
19267   - "latency"
19268   - "parent"
19269   - "tags"
19270   sort:
19271   - "L2BDMACLRN"
19272   - "L2XCFWD"
19273   - "LISP"
19274   layout:
19275     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19276     layout: "plot-latency"
19277
19278 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19279 -
19280   type: "plot"
19281   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19282   algorithm: "plot_latency_error_bars"
19283   output-file-type: ".html"
19284   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19285   data: "plot-vpp-throughput-latency-3n-hsw"
19286   filter: "'NIC_Intel-X710' and
19287            '64B' and
19288            'ENCAP' and
19289            'NDRPDR' and
19290            '1T1C' and
19291            'VXLAN' and
19292            'L2BDMACLRN' and
19293            not 'VHOST' and
19294            not 'IPSECHW'"
19295   parameters:
19296   - "latency"
19297   - "parent"
19298   - "tags"
19299   sort:
19300   - "not DOT1Q"
19301   - "VXLAN_1"
19302   - "VXLAN_10"
19303   - "VXLAN_100"
19304   - "VXLAN_1000"
19305   layout:
19306     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19307     layout: "plot-latency"
19308
19309 -
19310   type: "plot"
19311   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19312   algorithm: "plot_latency_error_bars"
19313   output-file-type: ".html"
19314   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19315   data: "plot-vpp-throughput-latency-3n-hsw"
19316   filter: "'NIC_Intel-X710' and
19317            '64B' and
19318            'ENCAP' and
19319            'NDRPDR' and
19320            '2T2C' and
19321            'VXLAN' and
19322            'L2BDMACLRN' and
19323            not 'VHOST' and
19324            not 'IPSECHW'"
19325   parameters:
19326   - "latency"
19327   - "parent"
19328   - "tags"
19329   sort:
19330   - "not DOT1Q"
19331   - "VXLAN_1"
19332   - "VXLAN_10"
19333   - "VXLAN_100"
19334   - "VXLAN_1000"
19335   layout:
19336     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19337     layout: "plot-latency"
19338
19339 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19340 -
19341   type: "plot"
19342   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19343   algorithm: "plot_latency_error_bars"
19344   output-file-type: ".html"
19345   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19346   data: "plot-vpp-throughput-latency-3n-hsw"
19347   filter: "'NIC_Intel-X710' and
19348            '64B' and
19349            'ENCAP' and
19350            'NDRPDR' and
19351            '1T1C' and
19352            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19353            not 'DOT1Q' and
19354            not 'VHOST' and
19355            not 'IPSECHW'"
19356   parameters:
19357   - "latency"
19358   - "parent"
19359   - "tags"
19360   sort:
19361   - "L2BDMACLRN"
19362   - "L2XCFWD"
19363   - "LISP"
19364   layout:
19365     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19366     layout: "plot-latency"
19367
19368 -
19369   type: "plot"
19370   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19371   algorithm: "plot_latency_error_bars"
19372   output-file-type: ".html"
19373   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19374   data: "plot-vpp-throughput-latency-3n-hsw"
19375   filter: "'NIC_Intel-X710' and
19376            '64B' and
19377            'ENCAP' and
19378            'NDRPDR' and
19379            '2T2C' and
19380            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19381            not 'DOT1Q' and
19382            not 'VHOST' and
19383            not 'IPSECHW'"
19384   parameters:
19385   - "latency"
19386   - "parent"
19387   - "tags"
19388   sort:
19389   - "L2BDMACLRN"
19390   - "L2XCFWD"
19391   - "LISP"
19392   layout:
19393     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19394     layout: "plot-latency"
19395
19396 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19397 -
19398   type: "plot"
19399   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19400   algorithm: "plot_latency_error_bars"
19401   output-file-type: ".html"
19402   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19403   data: "plot-vpp-throughput-latency-3n-skx"
19404   filter: "'NIC_Intel-X710' and
19405            '64B' and
19406            'ENCAP' and
19407            'NDRPDR' and
19408            '2T1C' and
19409            'VXLAN' and
19410            'L2BDMACLRN' and
19411            not 'VHOST' and
19412            not 'IPSECHW'"
19413   parameters:
19414   - "latency"
19415   - "parent"
19416   - "tags"
19417   sort:
19418   - "not DOT1Q"
19419   - "VXLAN_1"
19420   - "VXLAN_10"
19421   - "VXLAN_100"
19422   - "VXLAN_1000"
19423   layout:
19424     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19425     layout: "plot-latency"
19426
19427 -
19428   type: "plot"
19429   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19430   algorithm: "plot_latency_error_bars"
19431   output-file-type: ".html"
19432   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19433   data: "plot-vpp-throughput-latency-3n-skx"
19434   filter: "'NIC_Intel-X710' and
19435            '64B' and
19436            'ENCAP' and
19437            'NDRPDR' and
19438            '4T2C' and
19439            'VXLAN' and
19440            'L2BDMACLRN' and
19441            not 'VHOST' and
19442            not 'IPSECHW'"
19443   parameters:
19444   - "latency"
19445   - "parent"
19446   - "tags"
19447   sort:
19448   - "not DOT1Q"
19449   - "VXLAN_1"
19450   - "VXLAN_10"
19451   - "VXLAN_100"
19452   - "VXLAN_1000"
19453   layout:
19454     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19455     layout: "plot-latency"
19456
19457 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19458 -
19459   type: "plot"
19460   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19461   algorithm: "plot_latency_error_bars"
19462   output-file-type: ".html"
19463   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19464   data: "plot-vpp-throughput-latency-3n-skx"
19465   filter: "'NIC_Intel-X710' and
19466            '64B' and
19467            'ENCAP' and
19468            'NDRPDR' and
19469            '2T1C' and
19470            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19471            not 'DOT1Q' and
19472            not 'VHOST' and
19473            not 'IPSECHW'"
19474   parameters:
19475   - "latency"
19476   - "parent"
19477   - "tags"
19478   sort:
19479   - "L2BDMACLRN"
19480   - "L2XCFWD"
19481   - "LISP"
19482   layout:
19483     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19484     layout: "plot-latency"
19485
19486 -
19487   type: "plot"
19488   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19489   algorithm: "plot_latency_error_bars"
19490   output-file-type: ".html"
19491   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19492   data: "plot-vpp-throughput-latency-3n-skx"
19493   filter: "'NIC_Intel-X710' and
19494            '64B' and
19495            'ENCAP' and
19496            'NDRPDR' and
19497            '4T2C' and
19498            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19499            not 'DOT1Q' and
19500            not 'VHOST' and
19501            not 'IPSECHW'"
19502   parameters:
19503   - "latency"
19504   - "parent"
19505   - "tags"
19506   sort:
19507   - "L2BDMACLRN"
19508   - "L2XCFWD"
19509   - "LISP"
19510   layout:
19511     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19512     layout: "plot-latency"
19513
19514 ################################################################################
19515
19516 # Packet Latency - VPP IPv6 3n-hsw-x520
19517 -
19518   type: "plot"
19519   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19520   algorithm: "plot_latency_error_bars"
19521   output-file-type: ".html"
19522   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19523   data: "plot-vpp-throughput-latency-3n-hsw"
19524   filter: "'NIC_Intel-X520-DA2' and
19525            '78B' and
19526            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19527            'NDRPDR' and
19528            '1T1C' and
19529            'IP6FWD' and
19530            not 'SRv6' and
19531            not 'IPSEC' and
19532            not 'VHOST'"
19533   parameters:
19534   - "latency"
19535   - "parent"
19536   - "tags"
19537   sort:
19538   - "IP6BASE"
19539   - "FIB_20K"
19540   - "FIB_200K"
19541   - "FIB_2M"
19542   layout:
19543     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19544     layout: "plot-latency"
19545
19546 -
19547   type: "plot"
19548   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19549   algorithm: "plot_latency_error_bars"
19550   output-file-type: ".html"
19551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19552   data: "plot-vpp-throughput-latency-3n-hsw"
19553   filter: "'NIC_Intel-X520-DA2' and
19554            '78B' and
19555            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19556            'NDRPDR' and
19557            '2T2C' and
19558            'IP6FWD' and
19559            not 'SRv6' and
19560            not 'IPSEC' and
19561            not 'VHOST'"
19562   parameters:
19563   - "latency"
19564   - "parent"
19565   - "tags"
19566   sort:
19567   - "IP6BASE"
19568   - "FIB_20K"
19569   - "FIB_200K"
19570   - "FIB_2M"
19571   layout:
19572     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
19573     layout: "plot-latency"
19574
19575 # Packet Latency - VPP IPv6 3n-hsw-x710
19576 -
19577   type: "plot"
19578   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19579   algorithm: "plot_latency_error_bars"
19580   output-file-type: ".html"
19581   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19582   data: "plot-vpp-throughput-latency-3n-hsw"
19583   filter: "'NIC_Intel-X710' and
19584            '78B' and
19585            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19586            'NDRPDR' and
19587            '1T1C' and
19588            'IP6FWD' and
19589            not 'SRv6' and
19590            not 'IPSEC' and
19591            not 'VHOST'"
19592   parameters:
19593   - "latency"
19594   - "parent"
19595   - "tags"
19596   sort:
19597   - "IP6BASE"
19598   - "FIB_20K"
19599   - "FIB_200K"
19600   - "FIB_2M"
19601   layout:
19602     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19603     layout: "plot-latency"
19604
19605 -
19606   type: "plot"
19607   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19608   algorithm: "plot_latency_error_bars"
19609   output-file-type: ".html"
19610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19611   data: "plot-vpp-throughput-latency-3n-hsw"
19612   filter: "'NIC_Intel-X710' and
19613            '78B' and
19614            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19615            'NDRPDR' and
19616            '2T2C' and
19617            'IP6FWD' and
19618            not 'SRv6' and
19619            not 'IPSEC' and
19620            not 'VHOST'"
19621   parameters:
19622   - "latency"
19623   - "parent"
19624   - "tags"
19625   sort:
19626   - "IP6BASE"
19627   - "FIB_20K"
19628   - "FIB_200K"
19629   - "FIB_2M"
19630   layout:
19631     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19632     layout: "plot-latency"
19633
19634 # Packet Latency - VPP IPv6 3n-hsw-xl710
19635 -
19636   type: "plot"
19637   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19638   algorithm: "plot_latency_error_bars"
19639   output-file-type: ".html"
19640   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19641   data: "plot-vpp-throughput-latency-3n-hsw"
19642   filter: "'NIC_Intel-XL710' and
19643            '78B' and
19644            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19645            'NDRPDR' and
19646            '1T1C' and
19647            'IP6FWD' and
19648            not 'SRv6' and
19649            not 'IPSEC' and
19650            not 'VHOST'"
19651   parameters:
19652   - "latency"
19653   - "parent"
19654   - "tags"
19655   sort:
19656   - "IP6BASE"
19657   - "FIB_20K"
19658   - "FIB_200K"
19659   - "FIB_2M"
19660   layout:
19661     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
19662     layout: "plot-latency"
19663
19664 -
19665   type: "plot"
19666   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19667   algorithm: "plot_latency_error_bars"
19668   output-file-type: ".html"
19669   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19670   data: "plot-vpp-throughput-latency-3n-hsw"
19671   filter: "'NIC_Intel-XL710' and
19672            '78B' and
19673            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19674            'NDRPDR' and
19675            '2T2C' and
19676            'IP6FWD' and
19677            not 'SRv6' and
19678            not 'IPSEC' and
19679            not 'VHOST'"
19680   parameters:
19681   - "latency"
19682   - "parent"
19683   - "tags"
19684   sort:
19685   - "IP6BASE"
19686   - "FIB_20K"
19687   - "FIB_200K"
19688   - "FIB_2M"
19689   layout:
19690     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
19691     layout: "plot-latency"
19692
19693 # Packet Latency - VPP IPv6 3n-skx-x710
19694 -
19695   type: "plot"
19696   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19697   algorithm: "plot_latency_error_bars"
19698   output-file-type: ".html"
19699   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19700   data: "plot-vpp-throughput-latency-3n-skx"
19701   filter: "'NIC_Intel-X710' and
19702            '78B' and
19703            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19704            'NDRPDR' and
19705            '2T1C' and
19706            'IP6FWD' and
19707            not 'SRv6' and
19708            not 'IPSEC' and
19709            not 'VHOST'"
19710   parameters:
19711   - "latency"
19712   - "parent"
19713   - "tags"
19714   sort:
19715   - "IP6BASE"
19716   - "FIB_20K"
19717   - "FIB_200K"
19718   - "FIB_2M"
19719   layout:
19720     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
19721     layout: "plot-latency"
19722
19723 -
19724   type: "plot"
19725   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19726   algorithm: "plot_latency_error_bars"
19727   output-file-type: ".html"
19728   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19729   data: "plot-vpp-throughput-latency-3n-skx"
19730   filter: "'NIC_Intel-X710' and
19731            '78B' and
19732            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19733            'NDRPDR' and
19734            '4T2C' and
19735            'IP6FWD' and
19736            not 'SRv6' and
19737            not 'IPSEC' and
19738            not 'VHOST'"
19739   parameters:
19740   - "latency"
19741   - "parent"
19742   - "tags"
19743   sort:
19744   - "IP6BASE"
19745   - "FIB_20K"
19746   - "FIB_200K"
19747   - "FIB_2M"
19748   layout:
19749     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
19750     layout: "plot-latency"
19751
19752 # Packet Latency - VPP IPv6 2n-skx-x710
19753 -
19754   type: "plot"
19755   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19756   algorithm: "plot_latency_error_bars"
19757   output-file-type: ".html"
19758   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19759   data: "plot-vpp-throughput-latency-2n-skx"
19760   filter: "'NIC_Intel-X710' and
19761            '78B' and
19762            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19763            'NDRPDR' and
19764            '2T1C' and
19765            'IP6FWD' and
19766            not 'SRv6' and
19767            not 'IPSEC' and
19768            not 'VHOST'"
19769   parameters:
19770   - "latency"
19771   - "parent"
19772   - "tags"
19773   sort:
19774   - "IP6BASE"
19775   - "FIB_20K"
19776   - "FIB_200K"
19777   - "FIB_2M"
19778   layout:
19779     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
19780     layout: "plot-latency"
19781
19782 -
19783   type: "plot"
19784   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19785   algorithm: "plot_latency_error_bars"
19786   output-file-type: ".html"
19787   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19788   data: "plot-vpp-throughput-latency-2n-skx"
19789   filter: "'NIC_Intel-X710' and
19790            '78B' and
19791            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19792            'NDRPDR' and
19793            '4T2C' and
19794            'IP6FWD' and
19795            not 'SRv6' and
19796            not 'IPSEC' and
19797            not 'VHOST'"
19798   parameters:
19799   - "latency"
19800   - "parent"
19801   - "tags"
19802   sort:
19803   - "IP6BASE"
19804   - "FIB_20K"
19805   - "FIB_200K"
19806   - "FIB_2M"
19807   layout:
19808     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
19809     layout: "plot-latency"
19810
19811 # Packet Latency - VPP IPv6 2n-skx-xxv710
19812 -
19813   type: "plot"
19814   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19815   algorithm: "plot_latency_error_bars"
19816   output-file-type: ".html"
19817   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19818   data: "plot-vpp-throughput-latency-2n-skx"
19819   filter: "'NIC_Intel-XXV710' and
19820            '78B' and
19821            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19822            'NDRPDR' and
19823            '2T1C' and
19824            'IP6FWD' and
19825            not 'SRv6' and
19826            not 'IPSEC' and
19827            not 'VHOST'"
19828   parameters:
19829   - "latency"
19830   - "parent"
19831   - "tags"
19832   sort:
19833   - "IP6BASE"
19834   - "FIB_20K"
19835   - "FIB_200K"
19836   - "FIB_2M"
19837   layout:
19838     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
19839     layout: "plot-latency"
19840
19841 -
19842   type: "plot"
19843   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19844   algorithm: "plot_latency_error_bars"
19845   output-file-type: ".html"
19846   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19847   data: "plot-vpp-throughput-latency-2n-skx"
19848   filter: "'NIC_Intel-XXV710' and
19849            '78B' and
19850            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19851            'NDRPDR' and
19852            '4T2C' and
19853            'IP6FWD' and
19854            not 'SRv6' and
19855            not 'IPSEC' and
19856            not 'VHOST'"
19857   parameters:
19858   - "latency"
19859   - "parent"
19860   - "tags"
19861   sort:
19862   - "IP6BASE"
19863   - "FIB_20K"
19864   - "FIB_200K"
19865   - "FIB_2M"
19866   layout:
19867     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
19868     layout: "plot-latency"
19869
19870 ################################################################################
19871
19872 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
19873 -
19874   type: "plot"
19875   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19876   algorithm: "plot_latency_error_bars"
19877   output-file-type: ".html"
19878   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19879   data: "plot-vpp-throughput-latency-3n-hsw"
19880   filter: "'NIC_Intel-X520-DA2' and
19881            '78B' and
19882            'ENCAP' and
19883            'NDRPDR' and
19884            '1T1C' and
19885            'LISP' and
19886            not 'VHOST'"
19887   parameters:
19888   - "latency"
19889   - "parent"
19890   - "tags"
19891   sort:
19892   - "IP4UNRLAY"
19893   - "IP6UNRLAY"
19894   layout:
19895     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19896     layout: "plot-latency"
19897
19898 -
19899   type: "plot"
19900   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19901   algorithm: "plot_latency_error_bars"
19902   output-file-type: ".html"
19903   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19904   data: "plot-vpp-throughput-latency-3n-hsw"
19905   filter: "'NIC_Intel-X520-DA2' and
19906            '78B' and
19907            'ENCAP' and
19908            'NDRPDR' and
19909            '2T2C' and
19910            'LISP' and
19911            not 'VHOST'"
19912   parameters:
19913   - "latency"
19914   - "parent"
19915   - "tags"
19916   sort:
19917   - "IP4UNRLAY"
19918   - "IP6UNRLAY"
19919   layout:
19920     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
19921     layout: "plot-latency"
19922
19923 ################################################################################
19924
19925 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
19926 -
19927   type: "plot"
19928   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19929   algorithm: "plot_latency_error_bars"
19930   output-file-type: ".html"
19931   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19932   data: "plot-vpp-throughput-latency-3n-hsw"
19933   filter: "'NIC_Intel-XL710' and
19934            '64B' and
19935            'IP4FWD' and
19936            'NDRPDR' and
19937            'BASE' and
19938            '1T1C' and
19939            'IPSECHW' and
19940            ('IPSECTRAN' or 'IPSECTUN') and
19941            not 'VHOST'"
19942   parameters:
19943   - "latency"
19944   - "parent"
19945   - "tags"
19946   layout:
19947     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
19948     layout: "plot-latency"
19949
19950 -
19951   type: "plot"
19952   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19953   algorithm: "plot_latency_error_bars"
19954   output-file-type: ".html"
19955   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19956   data: "plot-vpp-throughput-latency-3n-hsw"
19957   filter: "'NIC_Intel-XL710' and
19958            '64B' and
19959            'IP4FWD' and
19960            'NDRPDR' and
19961            'BASE' and
19962            '2T2C' and
19963            'IPSECHW' and
19964            ('IPSECTRAN' or 'IPSECTUN') and
19965            not 'VHOST'"
19966   parameters:
19967   - "latency"
19968   - "parent"
19969   - "tags"
19970   layout:
19971     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
19972     layout: "plot-latency"
19973
19974 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
19975 -
19976   type: "plot"
19977   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
19978   algorithm: "plot_latency_error_bars"
19979   output-file-type: ".html"
19980   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
19981   data: "plot-vpp-throughput-latency-3n-hsw"
19982   filter: "'NIC_Intel-XL710' and
19983            '64B' and
19984            'IP4FWD' and
19985            'NDRPDR' and
19986            'SCALE' and
19987            '1T1C' and
19988            'IPSECHW' and
19989            ('IPSECTRAN' or 'IPSECTUN') and
19990            not 'VHOST'"
19991   parameters:
19992   - "latency"
19993   - "parent"
19994   - "tags"
19995   layout:
19996     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
19997     layout: "plot-latency"
19998
19999 -
20000   type: "plot"
20001   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20002   algorithm: "plot_latency_error_bars"
20003   output-file-type: ".html"
20004   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20005   data: "plot-vpp-throughput-latency-3n-hsw"
20006   filter: "'NIC_Intel-XL710' and
20007            '64B' and
20008            'IP4FWD' and
20009            'NDRPDR' and
20010            'SCALE' and
20011            '2T2C' and
20012            'IPSECHW' and
20013            ('IPSECTRAN' or 'IPSECTUN') and
20014            not 'VHOST'"
20015   parameters:
20016   - "latency"
20017   - "parent"
20018   - "tags"
20019   layout:
20020     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20021     layout: "plot-latency"
20022
20023 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20024 -
20025   type: "plot"
20026   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20027   algorithm: "plot_latency_error_bars"
20028   output-file-type: ".html"
20029   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20030   data: "plot-vpp-throughput-latency-3n-hsw"
20031   filter: "'NIC_Intel-XL710' and
20032            '64B' and
20033            'IP4FWD' and
20034            'NDRPDR' and
20035            '1T1C' and
20036            'IPSECSW' and
20037            ('IPSECTRAN' or 'IPSECTUN') and
20038            not 'VHOST'"
20039   parameters:
20040   - "latency"
20041   - "parent"
20042   - "tags"
20043   layout:
20044     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20045     layout: "plot-latency"
20046
20047 -
20048   type: "plot"
20049   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20050   algorithm: "plot_latency_error_bars"
20051   output-file-type: ".html"
20052   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20053   data: "plot-vpp-throughput-latency-3n-hsw"
20054   filter: "'NIC_Intel-XL710' and
20055            '64B' and
20056            'IP4FWD' and
20057            'NDRPDR' and
20058            '2T2C' and
20059            'IPSECSW' and
20060            ('IPSECTRAN' or 'IPSECTUN') and
20061            not 'VHOST'"
20062   parameters:
20063   - "latency"
20064   - "parent"
20065   - "tags"
20066   layout:
20067     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20068     layout: "plot-latency"
20069
20070 ################################################################################
20071
20072 # Packet Latency - VPP SRv6 3n-hsw-x520
20073 -
20074   type: "plot"
20075   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20076   algorithm: "plot_latency_error_bars"
20077   output-file-type: ".html"
20078   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20079   data: "plot-vpp-throughput-latency-3n-hsw"
20080   filter: "'NIC_Intel-X520-DA2' and
20081            '78B' and
20082            'FEATURE' and
20083            'NDRPDR' and
20084            '1T1C' and
20085            'IP6FWD' and
20086            'SRv6'"
20087   parameters:
20088   - "latency"
20089   - "parent"
20090   - "tags"
20091   layout:
20092     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20093     layout: "plot-latency"
20094
20095 -
20096   type: "plot"
20097   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20098   algorithm: "plot_latency_error_bars"
20099   output-file-type: ".html"
20100   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20101   data: "plot-vpp-throughput-latency-3n-hsw"
20102   filter: "'NIC_Intel-X520-DA2' and
20103            '78B' and
20104            'FEATURE' and
20105            'NDRPDR' and
20106            '2T2C' and
20107            'IP6FWD' and
20108            'SRv6'"
20109   parameters:
20110   - "latency"
20111   - "parent"
20112   - "tags"
20113   layout:
20114     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20115     layout: "plot-latency"
20116
20117 ################################################################################
20118
20119 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20120 -
20121   type: "plot"
20122   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20123   algorithm: "plot_latency_error_bars"
20124   output-file-type: ".html"
20125   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20126   data: "plot-vpp-throughput-latency-3n-hsw"
20127   filter: "'NIC_Intel-X520-DA2' and
20128            '64B' and
20129            'NDRPDR' and
20130            'ETH' and
20131            'IP4FWD' and
20132            '1T1C' and
20133            'VHOST_1024' and
20134            not 'VXLAN' and
20135            not 'DOT1Q'"
20136   parameters:
20137   - "latency"
20138   - "parent"
20139   - "tags"
20140   sort:
20141   - "not CFS_OPT"
20142   - "1VM"
20143   - "2VM"
20144   layout:
20145     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20146     layout: "plot-latency"
20147
20148 -
20149   type: "plot"
20150   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20151   algorithm: "plot_latency_error_bars"
20152   output-file-type: ".html"
20153   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20154   data: "plot-vpp-throughput-latency-3n-hsw"
20155   filter: "'NIC_Intel-X520-DA2' and
20156            '64B' and
20157            'NDRPDR' and
20158            'ETH' and
20159            'IP4FWD' and
20160            '2T2C' and
20161            'VHOST_1024' and
20162            not 'VXLAN' and
20163            not 'DOT1Q'"
20164   parameters:
20165   - "latency"
20166   - "parent"
20167   - "tags"
20168   sort:
20169   - "not CFS_OPT"
20170   - "1VM"
20171   - "2VM"
20172   layout:
20173     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20174     layout: "plot-latency"
20175
20176 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
20177 -
20178   type: "plot"
20179   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20180   algorithm: "plot_latency_error_bars"
20181   output-file-type: ".html"
20182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20183   data: "plot-vpp-throughput-latency-3n-hsw"
20184   filter: "'NIC_Intel-X520-DA2' and
20185            '64B' and
20186            'NDRPDR' and
20187            ('ETH' or 'DOT1Q') and
20188            '1T1C' and
20189            'L2BDMACLRN' and
20190            'VHOST_1024' and
20191            not 'VXLAN' and
20192            not 'IP4FWD' and
20193            not '2VM'"
20194   parameters:
20195   - "latency"
20196   - "parent"
20197   - "tags"
20198 #  sort:
20199 #  - "VM"  # "not CFS_OPT"
20200 #  - "CFS_OPT"
20201 #  - "FIB_10K"
20202 #  - "FIB_100K"
20203 #  - "FIB_1M"
20204   layout:
20205     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20206     layout: "plot-latency"
20207
20208 -
20209   type: "plot"
20210   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20211   algorithm: "plot_latency_error_bars"
20212   output-file-type: ".html"
20213   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20214   data: "plot-vpp-throughput-latency-3n-hsw"
20215   filter: "'NIC_Intel-X520-DA2' and
20216            '64B' and
20217            'NDRPDR' and
20218            ('ETH' or 'DOT1Q') and
20219            '2T2C' and
20220            'L2BDMACLRN' and
20221            'VHOST_1024' and
20222            not 'VXLAN' and
20223            not 'IP4FWD' and
20224            not '2VM'"
20225   parameters:
20226   - "latency"
20227   - "parent"
20228   - "tags"
20229 #  sort:
20230 #  - "VM"  # "not CFS_OPT"
20231 #  - "CFS_OPT"
20232 #  - "FIB_10K"
20233 #  - "FIB_100K"
20234 #  - "FIB_1M"
20235   layout:
20236     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20237     layout: "plot-latency"
20238
20239 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20240 -
20241   type: "plot"
20242   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20243   algorithm: "plot_latency_error_bars"
20244   output-file-type: ".html"
20245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20246   data: "plot-vpp-throughput-latency-3n-hsw"
20247   filter: "'NIC_Intel-X520-DA2' and
20248            '64B' and
20249            'NDRPDR' and
20250            ('ETH' or 'DOT1Q') and
20251            'BASE' and
20252            '1T1C' and
20253            ('L2BDMACLRN' or 'L2XCFWD') and
20254            'VHOST_1024' and
20255            not 'VXLAN' and
20256            not 'IP4FWD' and
20257            not '2VM'"
20258   parameters:
20259   - "latency"
20260   - "parent"
20261   - "tags"
20262 #  sort:
20263 #  - "not CFS_OPT"
20264 #  - "L2XCFWD"
20265 #  - "not CFS_OPT"
20266 #  - "CFS_OPT"
20267   layout:
20268     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
20269     layout: "plot-latency"
20270
20271 -
20272   type: "plot"
20273   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20274   algorithm: "plot_latency_error_bars"
20275   output-file-type: ".html"
20276   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20277   data: "plot-vpp-throughput-latency-3n-hsw"
20278   filter: "'NIC_Intel-X520-DA2' and
20279            '64B' and
20280            'NDRPDR' and
20281            ('ETH' or 'DOT1Q') and
20282            'BASE' and
20283            '2T2C' and
20284            ('L2BDMACLRN' or 'L2XCFWD') and
20285            'VHOST_1024' and
20286            not 'VXLAN' and
20287            not 'IP4FWD' and
20288            not '2VM'"
20289   parameters:
20290   - "latency"
20291   - "parent"
20292   - "tags"
20293 #  sort:
20294 #  - "not CFS_OPT"
20295 #  - "L2XCFWD"
20296 #  - "not CFS_OPT"
20297 #  - "CFS_OPT"
20298   layout:
20299     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
20300     layout: "plot-latency"
20301
20302 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20303 -
20304   type: "plot"
20305   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20306   algorithm: "plot_latency_error_bars"
20307   output-file-type: ".html"
20308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20309   data: "plot-vpp-throughput-latency-3n-hsw"
20310   filter: "'NIC_Intel-X520-DA2' and
20311            '64B' and
20312            'NDRPDR' and
20313            ('ETH' or 'DOT1Q') and
20314            '1T1C' and
20315            ('L2BDMACLRN' or 'L2XCFWD') and
20316            'VHOST_1024' and
20317            not 'CFS_OPT' and
20318            not 'VXLAN' and
20319            not 'IP4FWD' and
20320            not 'LBOND'"
20321   parameters:
20322   - "latency"
20323   - "parent"
20324   - "tags"
20325 #  sort:
20326 #  - "1VM"
20327 #  - "L2XCFWD"
20328 #  - "1VM"
20329 #  - "L2BDMACLRN"
20330   layout:
20331     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20332     layout: "plot-latency"
20333
20334 -
20335   type: "plot"
20336   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20337   algorithm: "plot_latency_error_bars"
20338   output-file-type: ".html"
20339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20340   data: "plot-vpp-throughput-latency-3n-hsw"
20341   filter: "'NIC_Intel-X520-DA2' and
20342            '64B' and
20343            'NDRPDR' and
20344            ('ETH' or 'DOT1Q') and
20345            '2T2C' and
20346            ('L2BDMACLRN' or 'L2XCFWD') and
20347            'VHOST_1024' and
20348            not 'CFS_OPT' and
20349            not 'VXLAN' and
20350            not 'IP4FWD' and
20351            not 'LBOND'"
20352   parameters:
20353   - "latency"
20354   - "parent"
20355   - "tags"
20356 #  sort:
20357 #  - "1VM"
20358 #  - "L2XCFWD"
20359 #  - "1VM"
20360 #  - "L2BDMACLRN"
20361   layout:
20362     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20363     layout: "plot-latency"
20364
20365 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20366 -
20367   type: "plot"
20368   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20369   algorithm: "plot_latency_error_bars"
20370   output-file-type: ".html"
20371   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20372   data: "plot-vpp-throughput-latency-3n-hsw"
20373   filter: "'NIC_Intel-X710' and
20374            '64B' and
20375            'NDRPDR' and
20376            'ETH' and
20377            'IP4FWD' and
20378            '1T1C' and
20379            'VHOST_1024' and
20380            not 'VXLAN' and
20381            not 'DOT1Q'"
20382   parameters:
20383   - "latency"
20384   - "parent"
20385   - "tags"
20386   sort:
20387   - "not CFS_OPT"
20388   - "1VM"
20389   - "2VM"
20390   layout:
20391     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20392     layout: "plot-latency"
20393
20394 -
20395   type: "plot"
20396   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20397   algorithm: "plot_latency_error_bars"
20398   output-file-type: ".html"
20399   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20400   data: "plot-vpp-throughput-latency-3n-hsw"
20401   filter: "'NIC_Intel-X710' and
20402            '64B' and
20403            'NDRPDR' and
20404            'ETH' and
20405            'IP4FWD' and
20406            '2T2C' and
20407            'VHOST_1024' and
20408            not 'VXLAN' and
20409            not 'DOT1Q'"
20410   parameters:
20411   - "latency"
20412   - "parent"
20413   - "tags"
20414   sort:
20415   - "not CFS_OPT"
20416   - "1VM"
20417   - "2VM"
20418   layout:
20419     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20420     layout: "plot-latency"
20421
20422 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
20423 -
20424   type: "plot"
20425   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20426   algorithm: "plot_latency_error_bars"
20427   output-file-type: ".html"
20428   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20429   data: "plot-vpp-throughput-latency-3n-hsw"
20430   filter: "'NIC_Intel-X710' and
20431            '64B' and
20432            'NDRPDR' and
20433            ('ETH' or 'DOT1Q') and
20434            '1T1C' and
20435            'L2BDMACLRN' and
20436            'VHOST_1024' and
20437            not 'VXLAN' and
20438            not 'IP4FWD' and
20439            not '2VM'"
20440   parameters:
20441   - "latency"
20442   - "parent"
20443   - "tags"
20444 #  sort:
20445 #  - "VM"  # "not CFS_OPT"
20446 #  - "CFS_OPT"
20447 #  - "FIB_10K"
20448 #  - "FIB_100K"
20449 #  - "FIB_1M"
20450   layout:
20451     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20452     layout: "plot-latency"
20453
20454 -
20455   type: "plot"
20456   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20457   algorithm: "plot_latency_error_bars"
20458   output-file-type: ".html"
20459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20460   data: "plot-vpp-throughput-latency-3n-hsw"
20461   filter: "'NIC_Intel-X710' and
20462            '64B' and
20463            'NDRPDR' and
20464            ('ETH' or 'DOT1Q') and
20465            '2T2C' and
20466            'L2BDMACLRN' and
20467            'VHOST_1024' and
20468            not 'VXLAN' and
20469            not 'IP4FWD' and
20470            not '2VM'"
20471   parameters:
20472   - "latency"
20473   - "parent"
20474   - "tags"
20475 #  sort:
20476 #  - "VM"  # "not CFS_OPT"
20477 #  - "CFS_OPT"
20478 #  - "FIB_10K"
20479 #  - "FIB_100K"
20480 #  - "FIB_1M"
20481   layout:
20482     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20483     layout: "plot-latency"
20484
20485 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20486 -
20487   type: "plot"
20488   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20489   algorithm: "plot_latency_error_bars"
20490   output-file-type: ".html"
20491   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20492   data: "plot-vpp-throughput-latency-3n-hsw"
20493   filter: "'NIC_Intel-X710' and
20494            '64B' and
20495            'NDRPDR' and
20496            ('ETH' or 'DOT1Q') and
20497            'BASE' and
20498            '1T1C' and
20499            ('L2BDMACLRN' or 'L2XCFWD') and
20500            'VHOST_1024' and
20501            not 'VXLAN' and
20502            not 'IP4FWD' and
20503            not '2VM'"
20504   parameters:
20505   - "latency"
20506   - "parent"
20507   - "tags"
20508 #  sort:
20509 #  - "not CFS_OPT"
20510 #  - "L2XCFWD"
20511 #  - "not CFS_OPT"
20512 #  - "CFS_OPT"
20513   layout:
20514     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
20515     layout: "plot-latency"
20516
20517 -
20518   type: "plot"
20519   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20520   algorithm: "plot_latency_error_bars"
20521   output-file-type: ".html"
20522   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20523   data: "plot-vpp-throughput-latency-3n-hsw"
20524   filter: "'NIC_Intel-X710' and
20525            '64B' and
20526            'NDRPDR' and
20527            ('ETH' or 'DOT1Q') and
20528            'BASE' and
20529            '2T2C' and
20530            ('L2BDMACLRN' or 'L2XCFWD') and
20531            'VHOST_1024' and
20532            not 'VXLAN' and
20533            not 'IP4FWD' and
20534            not '2VM'"
20535   parameters:
20536   - "latency"
20537   - "parent"
20538   - "tags"
20539 #  sort:
20540 #  - "not CFS_OPT"
20541 #  - "L2XCFWD"
20542 #  - "not CFS_OPT"
20543 #  - "CFS_OPT"
20544   layout:
20545     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
20546     layout: "plot-latency"
20547
20548 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20549 -
20550   type: "plot"
20551   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20552   algorithm: "plot_latency_error_bars"
20553   output-file-type: ".html"
20554   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20555   data: "plot-vpp-throughput-latency-3n-hsw"
20556   filter: "'NIC_Intel-X710' and
20557            '64B' and
20558            'NDRPDR' and
20559            ('ETH' or 'DOT1Q') and
20560            '1T1C' and
20561            ('L2BDMACLRN' or 'L2XCFWD') and
20562            'VHOST_1024' and
20563            not 'CFS_OPT' and
20564            not 'VXLAN' and
20565            not 'IP4FWD' and
20566            not 'LBOND'"
20567   parameters:
20568   - "latency"
20569   - "parent"
20570   - "tags"
20571 #  sort:
20572 #  - "1VM"
20573 #  - "L2XCFWD"
20574 #  - "1VM"
20575 #  - "L2BDMACLRN"
20576   layout:
20577     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
20578     layout: "plot-latency"
20579
20580 -
20581   type: "plot"
20582   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20583   algorithm: "plot_latency_error_bars"
20584   output-file-type: ".html"
20585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20586   data: "plot-vpp-throughput-latency-3n-hsw"
20587   filter: "'NIC_Intel-X710' and
20588            '64B' and
20589            'NDRPDR' and
20590            ('ETH' or 'DOT1Q') and
20591            '2T2C' and
20592            ('L2BDMACLRN' or 'L2XCFWD') and
20593            'VHOST_1024' and
20594            not 'CFS_OPT' and
20595            not 'VXLAN' and
20596            not 'IP4FWD' and
20597            not 'LBOND'"
20598   parameters:
20599   - "latency"
20600   - "parent"
20601   - "tags"
20602 #  sort:
20603 #  - "1VM"
20604 #  - "L2XCFWD"
20605 #  - "1VM"
20606 #  - "L2BDMACLRN"
20607   layout:
20608     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
20609     layout: "plot-latency"
20610
20611 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
20612 -
20613   type: "plot"
20614   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20615   algorithm: "plot_latency_error_bars"
20616   output-file-type: ".html"
20617   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20618   data: "plot-vpp-throughput-latency-3n-hsw"
20619   filter: "'NIC_Intel-XL710' and
20620            '64B' and
20621            'NDRPDR' and
20622            'ETH' and
20623            'IP4FWD' and
20624            '1T1C' and
20625            'VHOST_1024' and
20626            not 'VXLAN' and
20627            not 'DOT1Q'"
20628   parameters:
20629   - "latency"
20630   - "parent"
20631   - "tags"
20632   sort:
20633   - "not CFS_OPT"
20634   - "1VM"
20635   - "2VM"
20636   layout:
20637     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20638     layout: "plot-latency"
20639
20640 -
20641   type: "plot"
20642   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20643   algorithm: "plot_latency_error_bars"
20644   output-file-type: ".html"
20645   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20646   data: "plot-vpp-throughput-latency-3n-hsw"
20647   filter: "'NIC_Intel-XL710' and
20648            '64B' and
20649            'NDRPDR' and
20650            'ETH' and
20651            'IP4FWD' and
20652            '2T2C' and
20653            'VHOST_1024' and
20654            not 'VXLAN' and
20655            not 'DOT1Q'"
20656   parameters:
20657   - "latency"
20658   - "parent"
20659   - "tags"
20660   sort:
20661   - "not CFS_OPT"
20662   - "1VM"
20663   - "2VM"
20664   layout:
20665     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20666     layout: "plot-latency"
20667
20668 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
20669 -
20670   type: "plot"
20671   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20672   algorithm: "plot_latency_error_bars"
20673   output-file-type: ".html"
20674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20675   data: "plot-vpp-throughput-latency-3n-hsw"
20676   filter: "'NIC_Intel-XL710' and
20677            '64B' and
20678            'NDRPDR' and
20679            ('ETH' or 'DOT1Q') and
20680            '1T1C' and
20681            'L2BDMACLRN' and
20682            'VHOST_1024' and
20683            not 'VXLAN' and
20684            not 'IP4FWD' and
20685            not '2VM'"
20686   parameters:
20687   - "latency"
20688   - "parent"
20689   - "tags"
20690 #  sort:
20691 #  - "VM"  # "not CFS_OPT"
20692 #  - "CFS_OPT"
20693 #  - "FIB_10K"
20694 #  - "FIB_100K"
20695 #  - "FIB_1M"
20696   layout:
20697     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20698     layout: "plot-latency"
20699
20700 -
20701   type: "plot"
20702   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20703   algorithm: "plot_latency_error_bars"
20704   output-file-type: ".html"
20705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20706   data: "plot-vpp-throughput-latency-3n-hsw"
20707   filter: "'NIC_Intel-XL710' and
20708            '64B' and
20709            'NDRPDR' and
20710            ('ETH' or 'DOT1Q') and
20711            '2T2C' and
20712            'L2BDMACLRN' and
20713            'VHOST_1024' and
20714            not 'VXLAN' and
20715            not 'IP4FWD' and
20716            not '2VM'"
20717   parameters:
20718   - "latency"
20719   - "parent"
20720   - "tags"
20721 #  sort:
20722 #  - "VM"  # "not CFS_OPT"
20723 #  - "CFS_OPT"
20724 #  - "FIB_10K"
20725 #  - "FIB_100K"
20726 #  - "FIB_1M"
20727   layout:
20728     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20729     layout: "plot-latency"
20730
20731 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
20732 -
20733   type: "plot"
20734   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20735   algorithm: "plot_latency_error_bars"
20736   output-file-type: ".html"
20737   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20738   data: "plot-vpp-throughput-latency-3n-hsw"
20739   filter: "'NIC_Intel-XL710' and
20740            '64B' and
20741            'NDRPDR' and
20742            ('ETH' or 'DOT1Q') and
20743            'BASE' and
20744            '1T1C' and
20745            ('L2BDMACLRN' or 'L2XCFWD') and
20746            'VHOST_1024' and
20747            not 'VXLAN' and
20748            not 'IP4FWD' and
20749            not '2VM'"
20750   parameters:
20751   - "latency"
20752   - "parent"
20753   - "tags"
20754 #  sort:
20755 #  - "not CFS_OPT"
20756 #  - "L2XCFWD"
20757 #  - "not CFS_OPT"
20758 #  - "CFS_OPT"
20759   layout:
20760     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
20761     layout: "plot-latency"
20762
20763 -
20764   type: "plot"
20765   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20766   algorithm: "plot_latency_error_bars"
20767   output-file-type: ".html"
20768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20769   data: "plot-vpp-throughput-latency-3n-hsw"
20770   filter: "'NIC_Intel-XL710' and
20771            '64B' and
20772            'NDRPDR' and
20773            ('ETH' or 'DOT1Q') and
20774            'BASE' and
20775            '2T2C' and
20776            ('L2BDMACLRN' or 'L2XCFWD') and
20777            'VHOST_1024' and
20778            not 'VXLAN' and
20779            not 'IP4FWD' and
20780            not '2VM'"
20781   parameters:
20782   - "latency"
20783   - "parent"
20784   - "tags"
20785 #  sort:
20786 #  - "not CFS_OPT"
20787 #  - "L2XCFWD"
20788 #  - "not CFS_OPT"
20789 #  - "CFS_OPT"
20790   layout:
20791     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
20792     layout: "plot-latency"
20793
20794 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
20795 -
20796   type: "plot"
20797   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20798   algorithm: "plot_latency_error_bars"
20799   output-file-type: ".html"
20800   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20801   data: "plot-vpp-throughput-latency-3n-hsw"
20802   filter: "'NIC_Intel-XL710' and
20803            '64B' and
20804            'NDRPDR' and
20805            ('ETH' or 'DOT1Q') and
20806            '1T1C' and
20807            ('L2BDMACLRN' or 'L2XCFWD') and
20808            'VHOST_1024' and
20809            not 'CFS_OPT' and
20810            not 'VXLAN' and
20811            not 'IP4FWD'"
20812   parameters:
20813   - "latency"
20814   - "parent"
20815   - "tags"
20816 #  sort:
20817 #  - "1VM"
20818 #  - "L2XCFWD"
20819 #  - "1VM"
20820 #  - "L2BDMACLRN"
20821   layout:
20822     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
20823     layout: "plot-latency"
20824
20825 -
20826   type: "plot"
20827   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20828   algorithm: "plot_latency_error_bars"
20829   output-file-type: ".html"
20830   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20831   data: "plot-vpp-throughput-latency-3n-hsw"
20832   filter: "'NIC_Intel-XL710' and
20833            '64B' and
20834            'NDRPDR' and
20835            ('ETH' or 'DOT1Q') and
20836            '2T2C' and
20837            ('L2BDMACLRN' or 'L2XCFWD') and
20838            'VHOST_1024' and
20839            not 'CFS_OPT' and
20840            not 'VXLAN' and
20841            not 'IP4FWD'"
20842   parameters:
20843   - "latency"
20844   - "parent"
20845   - "tags"
20846 #  sort:
20847 #  - "1VM"
20848 #  - "L2XCFWD"
20849 #  - "1VM"
20850 #  - "L2BDMACLRN"
20851   layout:
20852     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
20853     layout: "plot-latency"
20854
20855 # Packet Latency - VPP vhost ip4 3n-skx-x710
20856 -
20857   type: "plot"
20858   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20859   algorithm: "plot_latency_error_bars"
20860   output-file-type: ".html"
20861   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20862   data: "plot-vpp-throughput-latency-3n-skx"
20863   filter: "'NIC_Intel-X710' and
20864            '64B' and
20865            'NDRPDR' and
20866            'ETH' and
20867            'IP4FWD' and
20868            '2T1C' and
20869            'VHOST_1024' and
20870            not 'VXLAN' and
20871            not 'DOT1Q'"
20872   parameters:
20873   - "latency"
20874   - "parent"
20875   - "tags"
20876   sort:
20877   - "not CFS_OPT"
20878   - "1VM"
20879   - "2VM"
20880   layout:
20881     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20882     layout: "plot-latency"
20883
20884 -
20885   type: "plot"
20886   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20887   algorithm: "plot_latency_error_bars"
20888   output-file-type: ".html"
20889   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20890   data: "plot-vpp-throughput-latency-3n-skx"
20891   filter: "'NIC_Intel-X710' and
20892            '64B' and
20893            'NDRPDR' and
20894            'ETH' and
20895            'IP4FWD' and
20896            '4T2C' and
20897            'VHOST_1024' and
20898            not 'VXLAN' and
20899            not 'DOT1Q'"
20900   parameters:
20901   - "latency"
20902   - "parent"
20903   - "tags"
20904   sort:
20905   - "not CFS_OPT"
20906   - "1VM"
20907   - "2VM"
20908   layout:
20909     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20910     layout: "plot-latency"
20911
20912 # Packet Latency - VPP vhost l2sw 3n-skx-x710
20913 -
20914   type: "plot"
20915   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20916   algorithm: "plot_latency_error_bars"
20917   output-file-type: ".html"
20918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20919   data: "plot-vpp-throughput-latency-3n-skx"
20920   filter: "'NIC_Intel-X710' and
20921            '64B' and
20922            'NDRPDR' and
20923            ('ETH' or 'DOT1Q') and
20924            '2T1C' and
20925            'L2BDMACLRN' and
20926            'VHOST_1024' and
20927            not 'VXLAN' and
20928            not 'IP4FWD' and
20929            not '2VM'"
20930   parameters:
20931   - "latency"
20932   - "parent"
20933   - "tags"
20934 #  sort:
20935 #  - "VM"  # "not CFS_OPT"
20936 #  - "CFS_OPT"
20937 #  - "FIB_10K"
20938 #  - "FIB_100K"
20939 #  - "FIB_1M"
20940   layout:
20941     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20942     layout: "plot-latency"
20943
20944 -
20945   type: "plot"
20946   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20947   algorithm: "plot_latency_error_bars"
20948   output-file-type: ".html"
20949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20950   data: "plot-vpp-throughput-latency-3n-skx"
20951   filter: "'NIC_Intel-X710' and
20952            '64B' and
20953            'NDRPDR' and
20954            ('ETH' or 'DOT1Q') and
20955            '4T2C' and
20956            'L2BDMACLRN' and
20957            'VHOST_1024' and
20958            not 'VXLAN' and
20959            not 'IP4FWD' and
20960            not '2VM'"
20961   parameters:
20962   - "latency"
20963   - "parent"
20964   - "tags"
20965 #  sort:
20966 #  - "VM"  # "not CFS_OPT"
20967 #  - "CFS_OPT"
20968 #  - "FIB_10K"
20969 #  - "FIB_100K"
20970 #  - "FIB_1M"
20971   layout:
20972     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20973     layout: "plot-latency"
20974
20975 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
20976 -
20977   type: "plot"
20978   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
20982   data: "plot-vpp-throughput-latency-3n-skx"
20983   filter: "'NIC_Intel-X710' and
20984            '64B' and
20985            'NDRPDR' and
20986            ('ETH' or 'DOT1Q') and
20987            'BASE' and
20988            '2T1C' and
20989            ('L2BDMACLRN' or 'L2XCFWD') and
20990            'VHOST_1024' and
20991            not 'VXLAN' and
20992            not 'IP4FWD' and
20993            not '2VM' and
20994            not 'LBOND'"
20995   parameters:
20996   - "latency"
20997   - "parent"
20998   - "tags"
20999 #  sort:
21000 #  - "not CFS_OPT"
21001 #  - "L2XCFWD"
21002 #  - "not CFS_OPT"
21003 #  - "CFS_OPT"
21004   layout:
21005     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21006     layout: "plot-latency"
21007
21008 -
21009   type: "plot"
21010   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21011   algorithm: "plot_latency_error_bars"
21012   output-file-type: ".html"
21013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21014   data: "plot-vpp-throughput-latency-3n-skx"
21015   filter: "'NIC_Intel-X710' and
21016            '64B' and
21017            'NDRPDR' and
21018            ('ETH' or 'DOT1Q') and
21019            'BASE' and
21020            '4T2C' and
21021            ('L2BDMACLRN' or 'L2XCFWD') and
21022            'VHOST_1024' and
21023            not 'VXLAN' and
21024            not 'IP4FWD' and
21025            not '2VM' and
21026            not 'LBOND'"
21027   parameters:
21028   - "latency"
21029   - "parent"
21030   - "tags"
21031 #  sort:
21032 #  - "not CFS_OPT"
21033 #  - "L2XCFWD"
21034 #  - "not CFS_OPT"
21035 #  - "CFS_OPT"
21036   layout:
21037     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21038     layout: "plot-latency"
21039
21040 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21041 -
21042   type: "plot"
21043   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21044   algorithm: "plot_latency_error_bars"
21045   output-file-type: ".html"
21046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21047   data: "plot-vpp-throughput-latency-3n-skx"
21048   filter: "'NIC_Intel-X710' and
21049            '64B' and
21050            'NDRPDR' and
21051            ('ETH' or 'DOT1Q') and
21052            '2T1C' and
21053            ('L2BDMACLRN' or 'L2XCFWD') and
21054            'VHOST_1024' and
21055            not 'CFS_OPT' and
21056            not 'VXLAN' and
21057            not 'IP4FWD' and
21058            not 'LBOND'"
21059   parameters:
21060   - "latency"
21061   - "parent"
21062   - "tags"
21063 #  sort:
21064 #  - "1VM"
21065 #  - "L2XCFWD"
21066 #  - "1VM"
21067 #  - "L2BDMACLRN"
21068   layout:
21069     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21070     layout: "plot-latency"
21071
21072 -
21073   type: "plot"
21074   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21075   algorithm: "plot_latency_error_bars"
21076   output-file-type: ".html"
21077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21078   data: "plot-vpp-throughput-latency-3n-skx"
21079   filter: "'NIC_Intel-X710' and
21080            '64B' and
21081            'NDRPDR' and
21082            ('ETH' or 'DOT1Q') and
21083            '4T2C' and
21084            ('L2BDMACLRN' or 'L2XCFWD') and
21085            'VHOST_1024' and
21086            not 'CFS_OPT' and
21087            not 'VXLAN' and
21088            not 'IP4FWD' and
21089            not 'LBOND'"
21090   parameters:
21091   - "latency"
21092   - "parent"
21093   - "tags"
21094 #  sort:
21095 #  - "1VM"
21096 #  - "L2XCFWD"
21097 #  - "1VM"
21098 #  - "L2BDMACLRN"
21099   layout:
21100     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21101     layout: "plot-latency"
21102
21103 # Packet Latency - VPP vhost ip4 2n-skx-x710
21104 -
21105   type: "plot"
21106   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21107   algorithm: "plot_latency_error_bars"
21108   output-file-type: ".html"
21109   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21110   data: "plot-vpp-throughput-latency-2n-skx"
21111   filter: "'NIC_Intel-X710' and
21112            '64B' and
21113            'NDRPDR' and
21114            'ETH' and
21115            'IP4FWD' and
21116            '2T1C' and
21117            'VHOST_1024' and
21118            not 'VXLAN' and
21119            not 'DOT1Q'"
21120   parameters:
21121   - "latency"
21122   - "parent"
21123   - "tags"
21124   sort:
21125   - "not CFS_OPT"
21126   - "1VM"
21127   - "2VM"
21128   layout:
21129     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21130     layout: "plot-latency"
21131
21132 -
21133   type: "plot"
21134   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21135   algorithm: "plot_latency_error_bars"
21136   output-file-type: ".html"
21137   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21138   data: "plot-vpp-throughput-latency-2n-skx"
21139   filter: "'NIC_Intel-X710' and
21140            '64B' and
21141            'NDRPDR' and
21142            'ETH' and
21143            'IP4FWD' and
21144            '4T2C' and
21145            'VHOST_1024' and
21146            not 'VXLAN' and
21147            not 'DOT1Q'"
21148   parameters:
21149   - "latency"
21150   - "parent"
21151   - "tags"
21152   sort:
21153   - "not CFS_OPT"
21154   - "1VM"
21155   - "2VM"
21156   layout:
21157     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21158     layout: "plot-latency"
21159
21160 # Packet Latency - VPP vhost l2sw 2n-skx-x710
21161 -
21162   type: "plot"
21163   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21164   algorithm: "plot_latency_error_bars"
21165   output-file-type: ".html"
21166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21167   data: "plot-vpp-throughput-latency-2n-skx"
21168   filter: "'NIC_Intel-X710' and
21169            '64B' and
21170            'NDRPDR' and
21171            ('ETH' or 'DOT1Q') and
21172            '2T1C' and
21173            'L2BDMACLRN' 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 #  - "VM"  # "not CFS_OPT"
21184 #  - "CFS_OPT"
21185 #  - "FIB_10K"
21186 #  - "FIB_100K"
21187 #  - "FIB_1M"
21188   layout:
21189     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21190     layout: "plot-latency"
21191
21192 -
21193   type: "plot"
21194   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21195   algorithm: "plot_latency_error_bars"
21196   output-file-type: ".html"
21197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21198   data: "plot-vpp-throughput-latency-2n-skx"
21199   filter: "'NIC_Intel-X710' and
21200            '64B' and
21201            'NDRPDR' and
21202            ('ETH' or 'DOT1Q') and
21203            '4T2C' and
21204            'L2BDMACLRN' and
21205            'VHOST_1024' and
21206            not 'VXLAN' and
21207            not 'IP4FWD' and
21208            not '2VM'"
21209   parameters:
21210   - "latency"
21211   - "parent"
21212   - "tags"
21213 #  sort:
21214 #  - "VM"  # "not CFS_OPT"
21215 #  - "CFS_OPT"
21216 #  - "FIB_10K"
21217 #  - "FIB_100K"
21218 #  - "FIB_1M"
21219   layout:
21220     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21221     layout: "plot-latency"
21222
21223 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21224 -
21225   type: "plot"
21226   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21227   algorithm: "plot_latency_error_bars"
21228   output-file-type: ".html"
21229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21230   data: "plot-vpp-throughput-latency-2n-skx"
21231   filter: "'NIC_Intel-X710' and
21232            '64B' and
21233            'NDRPDR' and
21234            ('ETH' or 'DOT1Q') and
21235            'BASE' and
21236            '2T1C' and
21237            ('L2BDMACLRN' or 'L2XCFWD') and
21238            'VHOST_1024' and
21239            not 'VXLAN' and
21240            not 'IP4FWD' and
21241            not '2VM'"
21242   parameters:
21243   - "latency"
21244   - "parent"
21245   - "tags"
21246 #  sort:
21247 #  - "not CFS_OPT"
21248 #  - "L2XCFWD"
21249 #  - "not CFS_OPT"
21250 #  - "CFS_OPT"
21251   layout:
21252     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
21253     layout: "plot-latency"
21254
21255 -
21256   type: "plot"
21257   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21258   algorithm: "plot_latency_error_bars"
21259   output-file-type: ".html"
21260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21261   data: "plot-vpp-throughput-latency-2n-skx"
21262   filter: "'NIC_Intel-X710' and
21263            '64B' and
21264            'NDRPDR' and
21265            ('ETH' or 'DOT1Q') and
21266            'BASE' and
21267            '4T2C' and
21268            ('L2BDMACLRN' or 'L2XCFWD') and
21269            'VHOST_1024' and
21270            not 'VXLAN' and
21271            not 'IP4FWD' and
21272            not '2VM'"
21273   parameters:
21274   - "latency"
21275   - "parent"
21276   - "tags"
21277 #  sort:
21278 #  - "not CFS_OPT"
21279 #  - "L2XCFWD"
21280 #  - "not CFS_OPT"
21281 #  - "CFS_OPT"
21282   layout:
21283     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
21284     layout: "plot-latency"
21285
21286 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21287 -
21288   type: "plot"
21289   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21290   algorithm: "plot_latency_error_bars"
21291   output-file-type: ".html"
21292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21293   data: "plot-vpp-throughput-latency-2n-skx"
21294   filter: "'NIC_Intel-X710' and
21295            '64B' and
21296            'NDRPDR' and
21297            ('ETH' or 'DOT1Q') and
21298            '2T1C' and
21299            ('L2BDMACLRN' or 'L2XCFWD') and
21300            'VHOST_1024' and
21301            not 'CFS_OPT' and
21302            not 'VXLAN' and
21303            not 'IP4FWD'"
21304   parameters:
21305   - "latency"
21306   - "parent"
21307   - "tags"
21308 #  sort:
21309 #  - "1VM"
21310 #  - "L2XCFWD"
21311 #  - "1VM"
21312 #  - "L2BDMACLRN"
21313   layout:
21314     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21315     layout: "plot-latency"
21316
21317 -
21318   type: "plot"
21319   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21320   algorithm: "plot_latency_error_bars"
21321   output-file-type: ".html"
21322   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21323   data: "plot-vpp-throughput-latency-2n-skx"
21324   filter: "'NIC_Intel-X710' and
21325            '64B' and
21326            'NDRPDR' and
21327            ('ETH' or 'DOT1Q') and
21328            '4T2C' and
21329            ('L2BDMACLRN' or 'L2XCFWD') and
21330            'VHOST_1024' and
21331            not 'CFS_OPT' and
21332            not 'VXLAN' and
21333            not 'IP4FWD'"
21334   parameters:
21335   - "latency"
21336   - "parent"
21337   - "tags"
21338 #  sort:
21339 #  - "1VM"
21340 #  - "L2XCFWD"
21341 #  - "1VM"
21342 #  - "L2BDMACLRN"
21343   layout:
21344     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21345     layout: "plot-latency"
21346
21347 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21348 -
21349   type: "plot"
21350   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21351   algorithm: "plot_latency_error_bars"
21352   output-file-type: ".html"
21353   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21354   data: "plot-vpp-throughput-latency-2n-skx"
21355   filter: "'NIC_Intel-XXV710' and
21356            '64B' and
21357            'NDRPDR' and
21358            'ETH' and
21359            'IP4FWD' and
21360            '2T1C' and
21361            'VHOST_1024' and
21362            not 'VXLAN' and
21363            not 'DOT1Q'"
21364   parameters:
21365   - "latency"
21366   - "parent"
21367   - "tags"
21368   sort:
21369   - "not CFS_OPT"
21370   - "1VM"
21371   - "2VM"
21372   layout:
21373     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21374     layout: "plot-latency"
21375
21376 -
21377   type: "plot"
21378   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21379   algorithm: "plot_latency_error_bars"
21380   output-file-type: ".html"
21381   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21382   data: "plot-vpp-throughput-latency-2n-skx"
21383   filter: "'NIC_Intel-XXV710' and
21384            '64B' and
21385            'NDRPDR' and
21386            'ETH' and
21387            'IP4FWD' and
21388            '4T2C' and
21389            'VHOST_1024' and
21390            not 'VXLAN' and
21391            not 'DOT1Q'"
21392   parameters:
21393   - "latency"
21394   - "parent"
21395   - "tags"
21396   sort:
21397   - "not CFS_OPT"
21398   - "1VM"
21399   - "2VM"
21400   layout:
21401     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21402     layout: "plot-latency"
21403
21404 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
21405 -
21406   type: "plot"
21407   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21408   algorithm: "plot_latency_error_bars"
21409   output-file-type: ".html"
21410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21411   data: "plot-vpp-throughput-latency-2n-skx"
21412   filter: "'NIC_Intel-XXV710' and
21413            '64B' and
21414            'NDRPDR' and
21415            ('ETH' or 'DOT1Q') and
21416            '2T1C' and
21417            'L2BDMACLRN' and
21418            'VHOST_1024' and
21419            not 'VXLAN' and
21420            not 'IP4FWD' and
21421            not '2VM'"
21422   parameters:
21423   - "latency"
21424   - "parent"
21425   - "tags"
21426 #  sort:
21427 #  - "VM"  # "not CFS_OPT"
21428 #  - "CFS_OPT"
21429 #  - "FIB_10K"
21430 #  - "FIB_100K"
21431 #  - "FIB_1M"
21432   layout:
21433     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21434     layout: "plot-latency"
21435
21436 -
21437   type: "plot"
21438   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21439   algorithm: "plot_latency_error_bars"
21440   output-file-type: ".html"
21441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21442   data: "plot-vpp-throughput-latency-2n-skx"
21443   filter: "'NIC_Intel-XXV710' and
21444            '64B' and
21445            'NDRPDR' and
21446            ('ETH' or 'DOT1Q') and
21447            '4T2C' and
21448            'L2BDMACLRN' and
21449            'VHOST_1024' and
21450            not 'VXLAN' and
21451            not 'IP4FWD' and
21452            not '2VM'"
21453   parameters:
21454   - "latency"
21455   - "parent"
21456   - "tags"
21457 #  sort:
21458 #  - "VM"  # "not CFS_OPT"
21459 #  - "CFS_OPT"
21460 #  - "FIB_10K"
21461 #  - "FIB_100K"
21462 #  - "FIB_1M"
21463   layout:
21464     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21465     layout: "plot-latency"
21466
21467 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21468 -
21469   type: "plot"
21470   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21471   algorithm: "plot_latency_error_bars"
21472   output-file-type: ".html"
21473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21474   data: "plot-vpp-throughput-latency-2n-skx"
21475   filter: "'NIC_Intel-XXV710' and
21476            '64B' and
21477            'NDRPDR' and
21478            ('ETH' or 'DOT1Q') and
21479            'BASE' and
21480            '2T1C' and
21481            ('L2BDMACLRN' or 'L2XCFWD') and
21482            'VHOST_1024' and
21483            not 'VXLAN' and
21484            not 'IP4FWD' and
21485            not '2VM'"
21486   parameters:
21487   - "latency"
21488   - "parent"
21489   - "tags"
21490 #  sort:
21491 #  - "not CFS_OPT"
21492 #  - "L2XCFWD"
21493 #  - "not CFS_OPT"
21494 #  - "CFS_OPT"
21495   layout:
21496     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
21497     layout: "plot-latency"
21498
21499 -
21500   type: "plot"
21501   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21502   algorithm: "plot_latency_error_bars"
21503   output-file-type: ".html"
21504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21505   data: "plot-vpp-throughput-latency-2n-skx"
21506   filter: "'NIC_Intel-XXV710' and
21507            '64B' and
21508            'NDRPDR' and
21509            ('ETH' or 'DOT1Q') and
21510            'BASE' and
21511            '4T2C' and
21512            ('L2BDMACLRN' or 'L2XCFWD') and
21513            'VHOST_1024' and
21514            not 'VXLAN' and
21515            not 'IP4FWD' and
21516            not '2VM'"
21517   parameters:
21518   - "latency"
21519   - "parent"
21520   - "tags"
21521 #  sort:
21522 #  - "not CFS_OPT"
21523 #  - "L2XCFWD"
21524 #  - "not CFS_OPT"
21525 #  - "CFS_OPT"
21526   layout:
21527     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
21528     layout: "plot-latency"
21529
21530 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21531 -
21532   type: "plot"
21533   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21534   algorithm: "plot_latency_error_bars"
21535   output-file-type: ".html"
21536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21537   data: "plot-vpp-throughput-latency-2n-skx"
21538   filter: "'NIC_Intel-XXV710' and
21539            '64B' and
21540            'NDRPDR' and
21541            ('ETH' or 'DOT1Q') and
21542            '2T1C' and
21543            ('L2BDMACLRN' or 'L2XCFWD') and
21544            'VHOST_1024' and
21545            not 'CFS_OPT' and
21546            not 'VXLAN' and
21547            not 'IP4FWD'"
21548   parameters:
21549   - "latency"
21550   - "parent"
21551   - "tags"
21552 #  sort:
21553 #  - "1VM"
21554 #  - "L2XCFWD"
21555 #  - "1VM"
21556 #  - "L2BDMACLRN"
21557   layout:
21558     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21559     layout: "plot-latency"
21560
21561 -
21562   type: "plot"
21563   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21564   algorithm: "plot_latency_error_bars"
21565   output-file-type: ".html"
21566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21567   data: "plot-vpp-throughput-latency-2n-skx"
21568   filter: "'NIC_Intel-XXV710' and
21569            '64B' and
21570            'NDRPDR' and
21571            ('ETH' or 'DOT1Q') and
21572            '4T2C' and
21573            ('L2BDMACLRN' or 'L2XCFWD') and
21574            'VHOST_1024' and
21575            not 'CFS_OPT' and
21576            not 'VXLAN' and
21577            not 'IP4FWD'"
21578   parameters:
21579   - "latency"
21580   - "parent"
21581   - "tags"
21582 #  sort:
21583 #  - "1VM"
21584 #  - "L2XCFWD"
21585 #  - "1VM"
21586 #  - "L2BDMACLRN"
21587   layout:
21588     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21589     layout: "plot-latency"
21590
21591 ################################################################################
21592
21593 # Packet Latency - VPP VTS 3n-hsw-x520
21594 -
21595   type: "plot"
21596   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21597   algorithm: "plot_latency_error_bars"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21600   data: "plot-vpp-throughput-latency-3n-hsw"
21601   filter: "'NIC_Intel-X520-DA2' and
21602            '114B' and
21603            'NDRPDR' and
21604            '1T1C' and
21605            'VTS'"
21606   parameters:
21607   - "latency"
21608   - "parent"
21609   - "tags"
21610   layout:
21611     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21612     layout: "plot-latency"
21613
21614 -
21615   type: "plot"
21616   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21617   algorithm: "plot_latency_error_bars"
21618   output-file-type: ".html"
21619   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21620   data: "plot-vpp-throughput-latency-3n-hsw"
21621   filter: "'NIC_Intel-X520-DA2' and
21622            '114B' and
21623            'NDRPDR' and
21624            '2T2C' and
21625            'VTS'"
21626   parameters:
21627   - "latency"
21628   - "parent"
21629   - "tags"
21630   layout:
21631     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21632     layout: "plot-latency"
21633
21634 ################################################################################
21635
21636 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21637 -
21638   type: "plot"
21639   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21640   algorithm: "plot_latency_error_bars"
21641   output-file-type: ".html"
21642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21643   data: "plot-dpdk-throughput-latency-3n-hsw"
21644   filter: "'NIC_Intel-X520-DA2' and
21645            '64B' and
21646            'BASE' and
21647            'NDRPDR' and
21648            '1T1C' and
21649            'IP4FWD'"
21650   parameters:
21651   - "latency"
21652   - "parent"
21653   - "tags"
21654   layout:
21655     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21656     layout: "plot-latency"
21657
21658 -
21659   type: "plot"
21660   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21661   algorithm: "plot_latency_error_bars"
21662   output-file-type: ".html"
21663   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21664   data: "plot-dpdk-throughput-latency-3n-hsw"
21665   filter: "'NIC_Intel-X520-DA2' and
21666            '64B' and
21667            'BASE' and
21668            'NDRPDR' and
21669            '2T2C' and
21670            'IP4FWD'"
21671   parameters:
21672   - "latency"
21673   - "parent"
21674   - "tags"
21675   layout:
21676     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21677     layout: "plot-latency"
21678
21679 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21680 -
21681   type: "plot"
21682   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21683   algorithm: "plot_latency_error_bars"
21684   output-file-type: ".html"
21685   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21686   data: "plot-dpdk-throughput-latency-3n-hsw"
21687   filter: "'NIC_Intel-X710' and
21688            '64B' and
21689            'BASE' and
21690            'NDRPDR' and
21691            '1T1C' and
21692            'IP4FWD'"
21693   parameters:
21694   - "latency"
21695   - "parent"
21696   - "tags"
21697   layout:
21698     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21699     layout: "plot-latency"
21700
21701 -
21702   type: "plot"
21703   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21704   algorithm: "plot_latency_error_bars"
21705   output-file-type: ".html"
21706   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21707   data: "plot-dpdk-throughput-latency-3n-hsw"
21708   filter: "'NIC_Intel-X710' and
21709            '64B' and
21710            'BASE' and
21711            'NDRPDR' and
21712            '2T2C' and
21713            'IP4FWD'"
21714   parameters:
21715   - "latency"
21716   - "parent"
21717   - "tags"
21718   layout:
21719     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21720     layout: "plot-latency"
21721
21722 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21723 -
21724   type: "plot"
21725   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21726   algorithm: "plot_latency_error_bars"
21727   output-file-type: ".html"
21728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21729   data: "plot-dpdk-throughput-latency-3n-hsw"
21730   filter: "'NIC_Intel-XL710' and
21731            '64B' and
21732            'BASE' and
21733            'NDRPDR' and
21734            '1T1C' and
21735            'IP4FWD'"
21736   parameters:
21737   - "latency"
21738   - "parent"
21739   - "tags"
21740   layout:
21741     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21742     layout: "plot-latency"
21743
21744 -
21745   type: "plot"
21746   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21747   algorithm: "plot_latency_error_bars"
21748   output-file-type: ".html"
21749   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21750   data: "plot-dpdk-throughput-latency-3n-hsw"
21751   filter: "'NIC_Intel-XL710' and
21752            '64B' and
21753            'BASE' and
21754            'NDRPDR' and
21755            '2T2C' and
21756            'IP4FWD'"
21757   parameters:
21758   - "latency"
21759   - "parent"
21760   - "tags"
21761   layout:
21762     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21763     layout: "plot-latency"
21764
21765 # Packet Latency - DPDK l3fwd 3n-skx-x710
21766 -
21767   type: "plot"
21768   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21769   algorithm: "plot_latency_error_bars"
21770   output-file-type: ".html"
21771   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21772   data: "plot-dpdk-throughput-latency-3n-skx"
21773   filter: "'NIC_Intel-X710' and
21774            '64B' and
21775            'BASE' and
21776            'NDRPDR' and
21777            '2T1C' and
21778            'IP4FWD'"
21779   parameters:
21780   - "latency"
21781   - "parent"
21782   - "tags"
21783   layout:
21784     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21785     layout: "plot-latency"
21786
21787 -
21788   type: "plot"
21789   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21790   algorithm: "plot_latency_error_bars"
21791   output-file-type: ".html"
21792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21793   data: "plot-dpdk-throughput-latency-3n-skx"
21794   filter: "'NIC_Intel-X710' and
21795            '64B' and
21796            'BASE' and
21797            'NDRPDR' and
21798            '4T2C' and
21799            'IP4FWD'"
21800   parameters:
21801   - "latency"
21802   - "parent"
21803   - "tags"
21804   layout:
21805     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21806     layout: "plot-latency"
21807
21808 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21809 -
21810   type: "plot"
21811   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21812   algorithm: "plot_latency_error_bars"
21813   output-file-type: ".html"
21814   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21815   data: "plot-dpdk-throughput-latency-3n-skx"
21816   filter: "'NIC_Intel-XXV710' and
21817            '64B' and
21818            'BASE' and
21819            'NDRPDR' and
21820            '2T1C' and
21821            'IP4FWD'"
21822   parameters:
21823   - "latency"
21824   - "parent"
21825   - "tags"
21826   layout:
21827     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21828     layout: "plot-latency"
21829
21830 -
21831   type: "plot"
21832   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21833   algorithm: "plot_latency_error_bars"
21834   output-file-type: ".html"
21835   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21836   data: "plot-dpdk-throughput-latency-3n-skx"
21837   filter: "'NIC_Intel-XXV710' and
21838            '64B' and
21839            'BASE' and
21840            'NDRPDR' and
21841            '4T2C' and
21842            'IP4FWD'"
21843   parameters:
21844   - "latency"
21845   - "parent"
21846   - "tags"
21847   layout:
21848     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21849     layout: "plot-latency"
21850
21851 # Packet Latency - DPDK l3fwd 2n-skx-x710
21852 -
21853   type: "plot"
21854   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21855   algorithm: "plot_latency_error_bars"
21856   output-file-type: ".html"
21857   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21858   data: "plot-dpdk-throughput-latency-2n-skx"
21859   filter: "'NIC_Intel-X710' and
21860            '64B' and
21861            'BASE' and
21862            'NDRPDR' and
21863            '2T1C' and
21864            'IP4FWD'"
21865   parameters:
21866   - "latency"
21867   - "parent"
21868   - "tags"
21869   layout:
21870     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21871     layout: "plot-latency"
21872
21873 -
21874   type: "plot"
21875   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21876   algorithm: "plot_latency_error_bars"
21877   output-file-type: ".html"
21878   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21879   data: "plot-dpdk-throughput-latency-2n-skx"
21880   filter: "'NIC_Intel-X710' and
21881            '64B' and
21882            'BASE' and
21883            'NDRPDR' and
21884            '4T2C' and
21885            'IP4FWD'"
21886   parameters:
21887   - "latency"
21888   - "parent"
21889   - "tags"
21890   layout:
21891     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21892     layout: "plot-latency"
21893
21894 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21895 -
21896   type: "plot"
21897   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21898   algorithm: "plot_latency_error_bars"
21899   output-file-type: ".html"
21900   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21901   data: "plot-dpdk-throughput-latency-2n-skx"
21902   filter: "'NIC_Intel-XXV710' and
21903            '64B' and
21904            'BASE' and
21905            'NDRPDR' and
21906            '2T1C' and
21907            'IP4FWD'"
21908   parameters:
21909   - "latency"
21910   - "parent"
21911   - "tags"
21912   layout:
21913     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21914     layout: "plot-latency"
21915
21916 -
21917   type: "plot"
21918   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21919   algorithm: "plot_latency_error_bars"
21920   output-file-type: ".html"
21921   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21922   data: "plot-dpdk-throughput-latency-2n-skx"
21923   filter: "'NIC_Intel-XXV710' and
21924            '64B' and
21925            'BASE' and
21926            'NDRPDR' and
21927            '4T2C' and
21928            'IP4FWD'"
21929   parameters:
21930   - "latency"
21931   - "parent"
21932   - "tags"
21933   layout:
21934     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21935     layout: "plot-latency"
21936
21937 ################################################################################
21938
21939 # Packet Latency - DPDK testpmd 3n-hsw-x520
21940 -
21941   type: "plot"
21942   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21943   algorithm: "plot_latency_error_bars"
21944   output-file-type: ".html"
21945   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21946   data: "plot-dpdk-throughput-latency-3n-hsw"
21947   filter: "'NIC_Intel-X520-DA2' and
21948            '64B' and
21949            'BASE' and
21950            'NDRPDR' and
21951            '1T1C' and
21952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21953   parameters:
21954   - "latency"
21955   - "parent"
21956   - "tags"
21957   layout:
21958     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21959     layout: "plot-latency"
21960
21961 -
21962   type: "plot"
21963   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21964   algorithm: "plot_latency_error_bars"
21965   output-file-type: ".html"
21966   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21967   data: "plot-dpdk-throughput-latency-3n-hsw"
21968   filter: "'NIC_Intel-X520-DA2' and
21969            '64B' and
21970            'BASE' and
21971            'NDRPDR' and
21972            '2T2C' and
21973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21974   parameters:
21975   - "latency"
21976   - "parent"
21977   - "tags"
21978   layout:
21979     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21980     layout: "plot-latency"
21981
21982 # Packet Latency - DPDK testpmd 3n-hsw-x710
21983 -
21984   type: "plot"
21985   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21986   algorithm: "plot_latency_error_bars"
21987   output-file-type: ".html"
21988   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21989   data: "plot-dpdk-throughput-latency-3n-hsw"
21990   filter: "'NIC_Intel-X710' and
21991            '64B' and
21992            'BASE' and
21993            'NDRPDR' and
21994            '1T1C' and
21995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21996   parameters:
21997   - "latency"
21998   - "parent"
21999   - "tags"
22000   layout:
22001     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22002     layout: "plot-latency"
22003
22004 -
22005   type: "plot"
22006   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22007   algorithm: "plot_latency_error_bars"
22008   output-file-type: ".html"
22009   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22010   data: "plot-dpdk-throughput-latency-3n-hsw"
22011   filter: "'NIC_Intel-X710' and
22012            '64B' and
22013            'BASE' and
22014            'NDRPDR' and
22015            '2T2C' and
22016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22017   parameters:
22018   - "latency"
22019   - "parent"
22020   - "tags"
22021   layout:
22022     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22023     layout: "plot-latency"
22024
22025 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22026 -
22027   type: "plot"
22028   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22029   algorithm: "plot_latency_error_bars"
22030   output-file-type: ".html"
22031   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22032   data: "plot-dpdk-throughput-latency-3n-hsw"
22033   filter: "'NIC_Intel-XL710' and
22034            '64B' and
22035            'BASE' and
22036            'NDRPDR' and
22037            '1T1C' and
22038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22039   parameters:
22040   - "latency"
22041   - "parent"
22042   - "tags"
22043   layout:
22044     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22045     layout: "plot-latency"
22046
22047 -
22048   type: "plot"
22049   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22050   algorithm: "plot_latency_error_bars"
22051   output-file-type: ".html"
22052   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22053   data: "plot-dpdk-throughput-latency-3n-hsw"
22054   filter: "'NIC_Intel-XL710' and
22055            '64B' and
22056            'BASE' and
22057            'NDRPDR' and
22058            '2T2C' and
22059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22060   parameters:
22061   - "latency"
22062   - "parent"
22063   - "tags"
22064   layout:
22065     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22066     layout: "plot-latency"
22067
22068 # Packet Latency - DPDK testpmd 3n-skx-x710
22069 -
22070   type: "plot"
22071   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22072   algorithm: "plot_latency_error_bars"
22073   output-file-type: ".html"
22074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22075   data: "plot-dpdk-throughput-latency-3n-skx"
22076   filter: "'NIC_Intel-X710' and
22077            '64B' and
22078            'BASE' and
22079            'NDRPDR' and
22080            '2T1C' and
22081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22082   parameters:
22083   - "latency"
22084   - "parent"
22085   - "tags"
22086   layout:
22087     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22088     layout: "plot-latency"
22089
22090 -
22091   type: "plot"
22092   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22093   algorithm: "plot_latency_error_bars"
22094   output-file-type: ".html"
22095   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22096   data: "plot-dpdk-throughput-latency-3n-skx"
22097   filter: "'NIC_Intel-X710' and
22098            '64B' and
22099            'BASE' and
22100            'NDRPDR' and
22101            '4T2C' and
22102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22103   parameters:
22104   - "latency"
22105   - "parent"
22106   - "tags"
22107   layout:
22108     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22109     layout: "plot-latency"
22110
22111 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22112 -
22113   type: "plot"
22114   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22115   algorithm: "plot_latency_error_bars"
22116   output-file-type: ".html"
22117   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22118   data: "plot-dpdk-throughput-latency-3n-skx"
22119   filter: "'NIC_Intel-XXV710' and
22120            '64B' and
22121            'BASE' and
22122            'NDRPDR' and
22123            '2T1C' and
22124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22125   parameters:
22126   - "latency"
22127   - "parent"
22128   - "tags"
22129   layout:
22130     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22131     layout: "plot-latency"
22132
22133 -
22134   type: "plot"
22135   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22136   algorithm: "plot_latency_error_bars"
22137   output-file-type: ".html"
22138   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22139   data: "plot-dpdk-throughput-latency-3n-skx"
22140   filter: "'NIC_Intel-XXV710' and
22141            '64B' and
22142            'BASE' and
22143            'NDRPDR' and
22144            '4T2C' and
22145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22146   parameters:
22147   - "latency"
22148   - "parent"
22149   - "tags"
22150   layout:
22151     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22152     layout: "plot-latency"
22153
22154 # Packet Latency - DPDK testpmd 2n-skx-x710
22155 -
22156   type: "plot"
22157   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22158   algorithm: "plot_latency_error_bars"
22159   output-file-type: ".html"
22160   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22161   data: "plot-dpdk-throughput-latency-2n-skx"
22162   filter: "'NIC_Intel-X710' and
22163            '64B' and
22164            'BASE' and
22165            'NDRPDR' and
22166            '2T1C' and
22167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22168   parameters:
22169   - "latency"
22170   - "parent"
22171   - "tags"
22172   layout:
22173     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22174     layout: "plot-latency"
22175
22176 -
22177   type: "plot"
22178   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22179   algorithm: "plot_latency_error_bars"
22180   output-file-type: ".html"
22181   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22182   data: "plot-dpdk-throughput-latency-2n-skx"
22183   filter: "'NIC_Intel-X710' and
22184            '64B' and
22185            'BASE' and
22186            'NDRPDR' and
22187            '4T2C' and
22188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22189   parameters:
22190   - "latency"
22191   - "parent"
22192   - "tags"
22193   layout:
22194     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22195     layout: "plot-latency"
22196
22197 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22198 -
22199   type: "plot"
22200   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22201   algorithm: "plot_latency_error_bars"
22202   output-file-type: ".html"
22203   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22204   data: "plot-dpdk-throughput-latency-2n-skx"
22205   filter: "'NIC_Intel-XXV710' and
22206            '64B' and
22207            'BASE' and
22208            'NDRPDR' and
22209            '2T1C' and
22210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22211   parameters:
22212   - "latency"
22213   - "parent"
22214   - "tags"
22215   layout:
22216     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22217     layout: "plot-latency"
22218
22219 -
22220   type: "plot"
22221   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22222   algorithm: "plot_latency_error_bars"
22223   output-file-type: ".html"
22224   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22225   data: "plot-dpdk-throughput-latency-2n-skx"
22226   filter: "'NIC_Intel-XXV710' and
22227            '64B' and
22228            'BASE' and
22229            'NDRPDR' and
22230            '4T2C' and
22231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22232   parameters:
22233   - "latency"
22234   - "parent"
22235   - "tags"
22236   layout:
22237     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22238     layout: "plot-latency"
22239
22240 ################################################################################
22241
22242 # Speedup - VPP Container Memif 3n-hsw-x520
22243 -
22244   type: "plot"
22245   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22246   algorithm: "plot_throughput_speedup_analysis"
22247   output-file-type: ".html"
22248   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22249   data: "plot-throughput-speedup-analysis-3n-hsw"
22250   filter: "'NIC_Intel-X520-DA2' and
22251            '64B' and
22252            ('BASE' or 'SCALE') and
22253            'NDRPDR' and
22254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22255            not 'VHOST' and
22256            'MEMIF'"
22257   parameters:
22258   - "throughput"
22259   - "parent"
22260   - "tags"
22261   sort:
22262   - "L2XCFWD"
22263   - "L2XCFWD"
22264   - "L2XCFWD"
22265   - "L2BDMACLRN"
22266   - "L2BDMACLRN"
22267   - "L2BDMACLRN"
22268   layout:
22269     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
22270     layout: "plot-throughput-speedup-analysis"
22271
22272 -
22273   type: "plot"
22274   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22275   algorithm: "plot_throughput_speedup_analysis"
22276   output-file-type: ".html"
22277   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22278   data: "plot-throughput-speedup-analysis-3n-hsw"
22279   filter: "'NIC_Intel-X520-DA2' and
22280            '64B' and
22281            ('BASE' or 'SCALE') and
22282            'NDRPDR' and
22283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22284            not 'VHOST' and
22285            'MEMIF'"
22286   parameters:
22287   - "throughput"
22288   - "parent"
22289   - "tags"
22290   sort:
22291   - "L2XCFWD"
22292   - "L2XCFWD"
22293   - "L2XCFWD"
22294   - "L2BDMACLRN"
22295   - "L2BDMACLRN"
22296   - "L2BDMACLRN"
22297   layout:
22298     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
22299     layout: "plot-throughput-speedup-analysis"
22300
22301 # Speedup - VPP Container Memif 3n-hsw-x710
22302 -
22303   type: "plot"
22304   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22305   algorithm: "plot_throughput_speedup_analysis"
22306   output-file-type: ".html"
22307   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22308   data: "plot-throughput-speedup-analysis-3n-hsw"
22309   filter: "'NIC_Intel-X710' and
22310            '64B' and
22311            ('BASE' or 'SCALE') and
22312            'NDRPDR' and
22313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22314            not 'VHOST' and
22315            'MEMIF'"
22316   parameters:
22317   - "throughput"
22318   - "parent"
22319   - "tags"
22320   sort:
22321   - "L2XCFWD"
22322   - "L2XCFWD"
22323   - "L2XCFWD"
22324   - "L2BDMACLRN"
22325   - "L2BDMACLRN"
22326   - "L2BDMACLRN"
22327   layout:
22328     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
22329     layout: "plot-throughput-speedup-analysis"
22330
22331 -
22332   type: "plot"
22333   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22334   algorithm: "plot_throughput_speedup_analysis"
22335   output-file-type: ".html"
22336   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22337   data: "plot-throughput-speedup-analysis-3n-hsw"
22338   filter: "'NIC_Intel-X710' and
22339            '64B' and
22340            ('BASE' or 'SCALE') and
22341            'NDRPDR' and
22342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22343            not 'VHOST' and
22344            'MEMIF'"
22345   parameters:
22346   - "throughput"
22347   - "parent"
22348   - "tags"
22349   sort:
22350   - "L2XCFWD"
22351   - "L2XCFWD"
22352   - "L2XCFWD"
22353   - "L2BDMACLRN"
22354   - "L2BDMACLRN"
22355   - "L2BDMACLRN"
22356   layout:
22357     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
22358     layout: "plot-throughput-speedup-analysis"
22359
22360 # Speedup - VPP Container Memif 3n-hsw-xl710
22361 -
22362   type: "plot"
22363   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22364   algorithm: "plot_throughput_speedup_analysis"
22365   output-file-type: ".html"
22366   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22367   data: "plot-throughput-speedup-analysis-3n-hsw"
22368   filter: "'NIC_Intel-XL710' and
22369            '64B' and
22370            ('BASE' or 'SCALE') and
22371            'NDRPDR' and
22372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22373            not 'VHOST' and
22374            'MEMIF'"
22375   parameters:
22376   - "throughput"
22377   - "parent"
22378   - "tags"
22379   sort:
22380   - "L2XCFWD"
22381   - "L2XCFWD"
22382   - "L2XCFWD"
22383   - "L2BDMACLRN"
22384   - "L2BDMACLRN"
22385   - "L2BDMACLRN"
22386   layout:
22387     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
22388     layout: "plot-throughput-speedup-analysis"
22389
22390 -
22391   type: "plot"
22392   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22393   algorithm: "plot_throughput_speedup_analysis"
22394   output-file-type: ".html"
22395   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22396   data: "plot-throughput-speedup-analysis-3n-hsw"
22397   filter: "'NIC_Intel-XL710' and
22398            '64B' and
22399            ('BASE' or 'SCALE') and
22400            'NDRPDR' and
22401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22402            not 'VHOST' and
22403            'MEMIF'"
22404   parameters:
22405   - "throughput"
22406   - "parent"
22407   - "tags"
22408   sort:
22409   - "L2XCFWD"
22410   - "L2XCFWD"
22411   - "L2XCFWD"
22412   - "L2BDMACLRN"
22413   - "L2BDMACLRN"
22414   - "L2BDMACLRN"
22415   layout:
22416     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
22417     layout: "plot-throughput-speedup-analysis"
22418
22419 # Speedup - VPP Container Memif 3n-skx-x710
22420 -
22421   type: "plot"
22422   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22423   algorithm: "plot_throughput_speedup_analysis"
22424   output-file-type: ".html"
22425   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22426   data: "plot-throughput-speedup-analysis-3n-skx"
22427   filter: "'NIC_Intel-X710' and
22428            '64B' and
22429            ('BASE' or 'SCALE') and
22430            'NDRPDR' and
22431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22432            not 'VHOST' and
22433            'MEMIF'"
22434   parameters:
22435   - "throughput"
22436   - "parent"
22437   - "tags"
22438   sort:
22439   - "L2XCFWD"
22440   - "L2XCFWD"
22441   - "L2XCFWD"
22442   - "L2BDMACLRN"
22443   - "L2BDMACLRN"
22444   - "L2BDMACLRN"
22445   layout:
22446     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
22447     layout: "plot-throughput-speedup-analysis"
22448
22449 -
22450   type: "plot"
22451   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22452   algorithm: "plot_throughput_speedup_analysis"
22453   output-file-type: ".html"
22454   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22455   data: "plot-throughput-speedup-analysis-3n-skx"
22456   filter: "'NIC_Intel-X710' and
22457            '64B' and
22458            ('BASE' or 'SCALE') and
22459            'NDRPDR' and
22460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22461            not 'VHOST' and
22462             'MEMIF'"
22463   parameters:
22464   - "throughput"
22465   - "parent"
22466   - "tags"
22467   sort:
22468   - "L2XCFWD"
22469   - "L2XCFWD"
22470   - "L2XCFWD"
22471   - "L2BDMACLRN"
22472   - "L2BDMACLRN"
22473   - "L2BDMACLRN"
22474   layout:
22475     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
22476     layout: "plot-throughput-speedup-analysis"
22477
22478 # Speedup - VPP Container Memif 2n-skx-x710
22479 -
22480   type: "plot"
22481   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22482   algorithm: "plot_throughput_speedup_analysis"
22483   output-file-type: ".html"
22484   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22485   data: "plot-throughput-speedup-analysis-2n-skx"
22486   filter: "'NIC_Intel-X710' and
22487            '64B' and
22488            ('BASE' or 'SCALE') and
22489            'NDRPDR' and
22490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22491            not 'VHOST' and
22492            'MEMIF'"
22493   parameters:
22494   - "throughput"
22495   - "parent"
22496   - "tags"
22497   sort:
22498   - "L2XCFWD"
22499   - "L2XCFWD"
22500   - "L2XCFWD"
22501   - "L2BDMACLRN"
22502   - "L2BDMACLRN"
22503   - "L2BDMACLRN"
22504   layout:
22505     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
22506     layout: "plot-throughput-speedup-analysis"
22507
22508 -
22509   type: "plot"
22510   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22511   algorithm: "plot_throughput_speedup_analysis"
22512   output-file-type: ".html"
22513   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22514   data: "plot-throughput-speedup-analysis-2n-skx"
22515   filter: "'NIC_Intel-X710' and
22516            '64B' and
22517            ('BASE' or 'SCALE') and
22518            'NDRPDR' and
22519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22520            not 'VHOST' and
22521             'MEMIF'"
22522   parameters:
22523   - "throughput"
22524   - "parent"
22525   - "tags"
22526   sort:
22527   - "L2XCFWD"
22528   - "L2XCFWD"
22529   - "L2XCFWD"
22530   - "L2BDMACLRN"
22531   - "L2BDMACLRN"
22532   - "L2BDMACLRN"
22533   layout:
22534     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
22535     layout: "plot-throughput-speedup-analysis"
22536
22537 # Speedup - VPP Container Memif 2n-skx-xxv710
22538 -
22539   type: "plot"
22540   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22541   algorithm: "plot_throughput_speedup_analysis"
22542   output-file-type: ".html"
22543   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22544   data: "plot-throughput-speedup-analysis-2n-skx"
22545   filter: "'NIC_Intel-XXV710' and
22546            '64B' and
22547            ('BASE' or 'SCALE') and
22548            'NDRPDR' and
22549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22550            not 'VHOST' and
22551            'MEMIF'"
22552   parameters:
22553   - "throughput"
22554   - "parent"
22555   - "tags"
22556   sort:
22557   - "L2XCFWD"
22558   - "L2XCFWD"
22559   - "L2XCFWD"
22560   - "L2BDMACLRN"
22561   - "L2BDMACLRN"
22562   - "L2BDMACLRN"
22563   layout:
22564     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
22565     layout: "plot-throughput-speedup-analysis"
22566
22567 -
22568   type: "plot"
22569   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22570   algorithm: "plot_throughput_speedup_analysis"
22571   output-file-type: ".html"
22572   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22573   data: "plot-throughput-speedup-analysis-2n-skx"
22574   filter: "'NIC_Intel-XXV710' and
22575            '64B' and
22576            ('BASE' or 'SCALE') and
22577            'NDRPDR' and
22578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22579            not 'VHOST' and
22580             'MEMIF'"
22581   parameters:
22582   - "throughput"
22583   - "parent"
22584   - "tags"
22585   sort:
22586   - "L2XCFWD"
22587   - "L2XCFWD"
22588   - "L2XCFWD"
22589   - "L2BDMACLRN"
22590   - "L2BDMACLRN"
22591   - "L2BDMACLRN"
22592   layout:
22593     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
22594     layout: "plot-throughput-speedup-analysis"
22595
22596 ################################################################################
22597
22598 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22599 -
22600   type: "plot"
22601   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22602   algorithm: "plot_throughput_speedup_analysis"
22603   output-file-type: ".html"
22604   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22605   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22606   filter: "'NIC_Intel-X520-DA2' and
22607            '64B' and
22608            ('BASE' or 'SCALE') and
22609            'NDRPDR' and
22610            'L2XCFWD' and
22611            not 'VHOST' and
22612            'MEMIF'"
22613   parameters:
22614   - "throughput"
22615   - "parent"
22616   - "tags"
22617   sort:
22618   - "1VNF"
22619   - "2VNF"
22620   - "4VNF"
22621   - "2VNF"
22622   - "4VNF"
22623   layout:
22624     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22625     layout: "plot-throughput-speedup-analysis"
22626
22627 -
22628   type: "plot"
22629   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22630   algorithm: "plot_throughput_speedup_analysis"
22631   output-file-type: ".html"
22632   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22633   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22634   filter: "'NIC_Intel-X520-DA2' and
22635            '64B' and
22636            ('BASE' or 'SCALE') and
22637            'NDRPDR' and
22638            'L2XCFWD' and
22639            not 'VHOST' and
22640            'MEMIF'"
22641   parameters:
22642   - "throughput"
22643   - "parent"
22644   - "tags"
22645   sort:
22646   - "1VNF"
22647   - "2VNF"
22648   - "4VNF"
22649   - "2VNF"
22650   - "4VNF"
22651   layout:
22652     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22653     layout: "plot-throughput-speedup-analysis"
22654
22655 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22656 -
22657   type: "plot"
22658   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22659   algorithm: "plot_throughput_speedup_analysis"
22660   output-file-type: ".html"
22661   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22662   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22663   filter: "'NIC_Intel-X520-DA2' and
22664            '64B' and
22665            ('BASE' or 'SCALE') and
22666            'NDRPDR' and
22667            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22668            not 'VHOST' and
22669            'MEMIF'"
22670   parameters:
22671   - "throughput"
22672   - "parent"
22673   - "tags"
22674   sort:
22675   - "1VNF"
22676   - "2VNF"
22677   - "4VNF"
22678   - "2VNF"
22679   - "4VNF"
22680   layout:
22681     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22682     layout: "plot-throughput-speedup-analysis"
22683
22684 -
22685   type: "plot"
22686   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22687   algorithm: "plot_throughput_speedup_analysis"
22688   output-file-type: ".html"
22689   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22690   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22691   filter: "'NIC_Intel-X520-DA2' and
22692            '64B' and
22693            ('BASE' or 'SCALE') and
22694            'NDRPDR' and
22695            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22696            not 'VHOST' and
22697            'MEMIF'"
22698   parameters:
22699   - "throughput"
22700   - "parent"
22701   - "tags"
22702   sort:
22703   - "1VNF"
22704   - "2VNF"
22705   - "4VNF"
22706   - "2VNF"
22707   - "4VNF"
22708   layout:
22709     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22710     layout: "plot-throughput-speedup-analysis"
22711
22712 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22713 -
22714   type: "plot"
22715   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22716   algorithm: "plot_throughput_speedup_analysis"
22717   output-file-type: ".html"
22718   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22719   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22720   filter: "'NIC_Intel-X710' and
22721            '64B' and
22722            ('BASE' or 'SCALE') and
22723            'NDRPDR' and
22724            'L2XCFWD' and
22725            not 'VHOST' and
22726            'MEMIF'"
22727   parameters:
22728   - "throughput"
22729   - "parent"
22730   - "tags"
22731   sort:
22732   - "1VNF"
22733   - "2VNF"
22734   - "4VNF"
22735   - "2VNF"
22736   - "4VNF"
22737   layout:
22738     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22739     layout: "plot-throughput-speedup-analysis"
22740
22741 -
22742   type: "plot"
22743   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22744   algorithm: "plot_throughput_speedup_analysis"
22745   output-file-type: ".html"
22746   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22747   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22748   filter: "'NIC_Intel-X710' and
22749            '64B' and
22750            ('BASE' or 'SCALE') and
22751            'NDRPDR' and
22752            'L2XCFWD' and
22753            not 'VHOST' and
22754            'MEMIF'"
22755   parameters:
22756   - "throughput"
22757   - "parent"
22758   - "tags"
22759   sort:
22760   - "1VNF"
22761   - "2VNF"
22762   - "4VNF"
22763   - "2VNF"
22764   - "4VNF"
22765   layout:
22766     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22767     layout: "plot-throughput-speedup-analysis"
22768
22769 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22770 -
22771   type: "plot"
22772   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22773   algorithm: "plot_throughput_speedup_analysis"
22774   output-file-type: ".html"
22775   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22776   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22777   filter: "'NIC_Intel-X710' and
22778            '64B' and
22779            ('BASE' or 'SCALE') and
22780            'NDRPDR' and
22781            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22782            not 'VHOST' and
22783            'MEMIF'"
22784   parameters:
22785   - "throughput"
22786   - "parent"
22787   - "tags"
22788   sort:
22789   - "1VNF"
22790   - "2VNF"
22791   - "4VNF"
22792   - "2VNF"
22793   - "4VNF"
22794   layout:
22795     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22796     layout: "plot-throughput-speedup-analysis"
22797
22798 -
22799   type: "plot"
22800   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22801   algorithm: "plot_throughput_speedup_analysis"
22802   output-file-type: ".html"
22803   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22804   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22805   filter: "'NIC_Intel-X710' and
22806            '64B' and
22807            ('BASE' or 'SCALE') and
22808            'NDRPDR' and
22809            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22810            not 'VHOST' and
22811            'MEMIF'"
22812   parameters:
22813   - "throughput"
22814   - "parent"
22815   - "tags"
22816   sort:
22817   - "1VNF"
22818   - "2VNF"
22819   - "4VNF"
22820   - "2VNF"
22821   - "4VNF"
22822   layout:
22823     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22824     layout: "plot-throughput-speedup-analysis"
22825
22826 ################################################################################
22827
22828 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22829 -
22830   type: "plot"
22831   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22832   algorithm: "plot_throughput_speedup_analysis"
22833   output-file-type: ".html"
22834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22835   data: "plot-throughput-speedup-analysis-3n-hsw"
22836   filter: "'NIC_Intel-X520-DA2' and
22837            '64B' and
22838            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22839            'NDRPDR' and
22840            'IP4FWD' and
22841            not 'IPSEC' and
22842            not 'VHOST'"
22843   parameters:
22844   - "throughput"
22845   - "parent"
22846   - "tags"
22847   sort:
22848   - "IP4BASE"
22849   - "FIB_20K"
22850   - "FIB_200K"
22851   - "FIB_2M"
22852   layout:
22853     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22854     layout: "plot-throughput-speedup-analysis"
22855
22856 -
22857   type: "plot"
22858   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22859   algorithm: "plot_throughput_speedup_analysis"
22860   output-file-type: ".html"
22861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22862   data: "plot-throughput-speedup-analysis-3n-hsw"
22863   filter: "'NIC_Intel-X520-DA2' and
22864            '64B' and
22865            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22866            'NDRPDR' and
22867            'IP4FWD' and
22868            not 'IPSEC' and
22869            not 'VHOST'"
22870   parameters:
22871   - "throughput"
22872   - "parent"
22873   - "tags"
22874   sort:
22875   - "IP4BASE"
22876   - "FIB_20K"
22877   - "FIB_200K"
22878   - "FIB_2M"
22879   layout:
22880     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22881     layout: "plot-throughput-speedup-analysis"
22882
22883 # Speedup - VPP IPv4 3n-hsw-x520 features
22884 -
22885   type: "plot"
22886   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22887   algorithm: "plot_throughput_speedup_analysis"
22888   output-file-type: ".html"
22889   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22890   data: "plot-throughput-speedup-analysis-3n-hsw"
22891   filter: "'NIC_Intel-X520-DA2' and
22892            '64B' and
22893            ('IP4BASE' or
22894             'POLICE_MARK' or
22895             'COPWHLIST' or
22896             ('NAT44' and 'BASE') or
22897             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22898            'NDRPDR' and
22899            'IP4FWD' and
22900            not 'IPSEC' and
22901            not 'VHOST'"
22902   parameters:
22903   - "throughput"
22904   - "parent"
22905   - "tags"
22906   sort:
22907   - "IP4BASE"
22908   - "NAT44"
22909   - "POLICE_MARK"
22910   - "COPWHLIST"
22911   - "IACL"
22912   - "OACL"
22913   layout:
22914     title: "ip4-3n-hsw-x520-64b-features-ndr"
22915     layout: "plot-throughput-speedup-analysis"
22916
22917 -
22918   type: "plot"
22919   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22920   algorithm: "plot_throughput_speedup_analysis"
22921   output-file-type: ".html"
22922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22923   data: "plot-throughput-speedup-analysis-3n-hsw"
22924   filter: "'NIC_Intel-X520-DA2' and
22925            '64B' and
22926            ('IP4BASE' or
22927             'POLICE_MARK' or
22928             'COPWHLIST' or
22929             ('NAT44' and 'BASE') or
22930             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22931            'NDRPDR' and
22932            'IP4FWD' and
22933            not 'IPSEC' and
22934            not 'VHOST'"
22935   parameters:
22936   - "throughput"
22937   - "parent"
22938   - "tags"
22939   sort:
22940   - "IP4BASE"
22941   - "NAT44"
22942   - "POLICE_MARK"
22943   - "COPWHLIST"
22944   - "IACL"
22945   - "OACL"
22946   layout:
22947     title: "ip4-3n-hsw-x520-64b-features-pdr"
22948     layout: "plot-throughput-speedup-analysis"
22949
22950 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22951 -
22952   type: "plot"
22953   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22954   algorithm: "plot_throughput_speedup_analysis"
22955   output-file-type: ".html"
22956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22957   data: "plot-throughput-speedup-analysis-3n-hsw"
22958   filter: "'NIC_Intel-X520-DA2' and
22959            '64B' and
22960            'NDRPDR' and
22961            'IP4FWD' and
22962            'NAT44' and
22963            not 'IPSEC' and
22964            not 'VHOST'"
22965   parameters:
22966   - "throughput"
22967   - "parent"
22968   - "tags"
22969   sort:
22970   - "BASE"
22971   - "BASE"
22972   - "SRC_USER_10"
22973   - "SRC_USER_100"
22974   - "SRC_USER_1000"
22975   - "SRC_USER_2000"
22976   layout:
22977     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22978     layout: "plot-throughput-speedup-analysis"
22979
22980 -
22981   type: "plot"
22982   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22983   algorithm: "plot_throughput_speedup_analysis"
22984   output-file-type: ".html"
22985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22986   data: "plot-throughput-speedup-analysis-3n-hsw"
22987   filter: "'NIC_Intel-X520-DA2' and
22988            '64B' and
22989            'NDRPDR' and
22990            'IP4FWD' and
22991            'NAT44' and
22992            not 'IPSEC' and
22993            not 'VHOST'"
22994   parameters:
22995   - "throughput"
22996   - "parent"
22997   - "tags"
22998   sort:
22999   - "BASE"
23000   - "BASE"
23001   - "SRC_USER_10"
23002   - "SRC_USER_100"
23003   - "SRC_USER_1000"
23004   - "SRC_USER_2000"
23005   layout:
23006     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23007     layout: "plot-throughput-speedup-analysis"
23008
23009 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23010 -
23011   type: "plot"
23012   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23013   algorithm: "plot_throughput_speedup_analysis"
23014   output-file-type: ".html"
23015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23016   data: "plot-throughput-speedup-analysis-3n-hsw"
23017   filter: "'NIC_Intel-X520-DA2' and
23018            '64B' and
23019            'NDRPDR' and
23020            'IP4FWD' and
23021            'IACL' and
23022            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23023            not 'IPSEC' and
23024            not 'VHOST'"
23025   parameters:
23026   - "throughput"
23027   - "parent"
23028   - "tags"
23029   sort:
23030   - "ACL_STATELESS"
23031   - "ACL_STATEFUL"
23032   - "ACL_STATELESS"
23033   - "ACL_STATEFUL"
23034   layout:
23035     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23036     layout: "plot-throughput-speedup-analysis"
23037
23038 -
23039   type: "plot"
23040   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23041   algorithm: "plot_throughput_speedup_analysis"
23042   output-file-type: ".html"
23043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23044   data: "plot-throughput-speedup-analysis-3n-hsw"
23045   filter: "'NIC_Intel-X520-DA2' and
23046            '64B' and
23047            'NDRPDR' and
23048            'IP4FWD' and
23049            'IACL' and
23050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23051            not 'IPSEC' and
23052            not 'VHOST'"
23053   parameters:
23054   - "throughput"
23055   - "parent"
23056   - "tags"
23057   sort:
23058   - "ACL_STATELESS"
23059   - "ACL_STATEFUL"
23060   - "ACL_STATELESS"
23061   - "ACL_STATEFUL"
23062   layout:
23063     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23064     layout: "plot-throughput-speedup-analysis"
23065
23066 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23067 -
23068   type: "plot"
23069   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23070   algorithm: "plot_throughput_speedup_analysis"
23071   output-file-type: ".html"
23072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23073   data: "plot-throughput-speedup-analysis-3n-hsw"
23074   filter: "'NIC_Intel-X520-DA2' and
23075            '64B' and
23076            'NDRPDR' and
23077            'IP4FWD' and
23078            'OACL' and
23079            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23080            not 'IPSEC' and
23081            not 'VHOST'"
23082   parameters:
23083   - "throughput"
23084   - "parent"
23085   - "tags"
23086   sort:
23087   - "ACL_STATELESS"
23088   - "ACL_STATEFUL"
23089   - "ACL_STATELESS"
23090   - "ACL_STATEFUL"
23091   layout:
23092     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23093     layout: "plot-throughput-speedup-analysis"
23094
23095 -
23096   type: "plot"
23097   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23098   algorithm: "plot_throughput_speedup_analysis"
23099   output-file-type: ".html"
23100   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23101   data: "plot-throughput-speedup-analysis-3n-hsw"
23102   filter: "'NIC_Intel-X520-DA2' and
23103            '64B' and
23104            'NDRPDR' and
23105            'IP4FWD' and
23106            'OACL' and
23107            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23108            not 'IPSEC' and
23109            not 'VHOST'"
23110   parameters:
23111   - "throughput"
23112   - "parent"
23113   - "tags"
23114   sort:
23115   - "ACL_STATELESS"
23116   - "ACL_STATEFUL"
23117   - "ACL_STATELESS"
23118   - "ACL_STATEFUL"
23119   layout:
23120     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23121     layout: "plot-throughput-speedup-analysis"
23122
23123 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23124 -
23125   type: "plot"
23126   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23127   algorithm: "plot_throughput_speedup_analysis"
23128   output-file-type: ".html"
23129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23130   data: "plot-throughput-speedup-analysis-3n-hsw"
23131   filter: "'NIC_Intel-X710' and
23132            '64B' and
23133            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23134            'NDRPDR' and
23135            'IP4FWD' and
23136            not 'IPSEC' and
23137            not 'VHOST'"
23138   parameters:
23139   - "throughput"
23140   - "parent"
23141   - "tags"
23142   sort:
23143   - "IP4BASE"
23144   - "FIB_20K"
23145   - "FIB_200K"
23146   - "FIB_2M"
23147   layout:
23148     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23149     layout: "plot-throughput-speedup-analysis"
23150
23151 -
23152   type: "plot"
23153   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23154   algorithm: "plot_throughput_speedup_analysis"
23155   output-file-type: ".html"
23156   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23157   data: "plot-throughput-speedup-analysis-3n-hsw"
23158   filter: "'NIC_Intel-X710' and
23159            '64B' and
23160            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23161            'NDRPDR' and
23162            'IP4FWD' and
23163            not 'IPSEC' and
23164            not 'VHOST'"
23165   parameters:
23166   - "throughput"
23167   - "parent"
23168   - "tags"
23169   sort:
23170   - "IP4BASE"
23171   - "FIB_20K"
23172   - "FIB_200K"
23173   - "FIB_2M"
23174   layout:
23175     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23176     layout: "plot-throughput-speedup-analysis"
23177
23178 # Speedup - VPP IPv4 3n-hsw-x710 features
23179 -
23180   type: "plot"
23181   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23182   algorithm: "plot_throughput_speedup_analysis"
23183   output-file-type: ".html"
23184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23185   data: "plot-throughput-speedup-analysis-3n-hsw"
23186   filter: "'NIC_Intel-X710' and
23187            '64B' and
23188            ('IP4BASE' or
23189             'POLICE_MARK' or
23190             'COPWHLIST' or
23191             ('NAT44' and 'BASE') or
23192             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23193            'NDRPDR' and
23194            'IP4FWD' and
23195            not 'IPSEC' and
23196            not 'VHOST'"
23197   parameters:
23198   - "throughput"
23199   - "parent"
23200   - "tags"
23201   sort:
23202   - "IP4BASE"
23203   - "NAT44"
23204   - "POLICE_MARK"
23205   - "COPWHLIST"
23206   - "IACL"
23207   - "OACL"
23208   layout:
23209     title: "ip4-3n-hsw-x710-64b-features-ndr"
23210     layout: "plot-throughput-speedup-analysis"
23211
23212 -
23213   type: "plot"
23214   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23215   algorithm: "plot_throughput_speedup_analysis"
23216   output-file-type: ".html"
23217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23218   data: "plot-throughput-speedup-analysis-3n-hsw"
23219   filter: "'NIC_Intel-X710' and
23220            '64B' and
23221            ('IP4BASE' or
23222             'POLICE_MARK' or
23223             'COPWHLIST' or
23224             ('NAT44' and 'BASE') or
23225             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23226            'NDRPDR' and
23227            'IP4FWD' and
23228            not 'IPSEC' and
23229            not 'VHOST'"
23230   parameters:
23231   - "throughput"
23232   - "parent"
23233   - "tags"
23234   sort:
23235   - "IP4BASE"
23236   - "NAT44"
23237   - "POLICE_MARK"
23238   - "COPWHLIST"
23239   - "IACL"
23240   - "OACL"
23241   layout:
23242     title: "ip4-3n-hsw-x710-64b-features-pdr"
23243     layout: "plot-throughput-speedup-analysis"
23244
23245 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23246 -
23247   type: "plot"
23248   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23249   algorithm: "plot_throughput_speedup_analysis"
23250   output-file-type: ".html"
23251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23252   data: "plot-throughput-speedup-analysis-3n-hsw"
23253   filter: "'NIC_Intel-X710' and
23254            '64B' and
23255            'NDRPDR' and
23256            'IP4FWD' and
23257            'NAT44' and
23258            not 'IPSEC' and
23259            not 'VHOST'"
23260   parameters:
23261   - "throughput"
23262   - "parent"
23263   - "tags"
23264   sort:
23265   - "BASE"
23266   - "BASE"
23267   - "SRC_USER_10"
23268   - "SRC_USER_100"
23269   - "SRC_USER_1000"
23270   - "SRC_USER_2000"
23271   layout:
23272     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23273     layout: "plot-throughput-speedup-analysis"
23274
23275 -
23276   type: "plot"
23277   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23278   algorithm: "plot_throughput_speedup_analysis"
23279   output-file-type: ".html"
23280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23281   data: "plot-throughput-speedup-analysis-3n-hsw"
23282   filter: "'NIC_Intel-X710' and
23283            '64B' and
23284            'NDRPDR' and
23285            'IP4FWD' and
23286            'NAT44' and
23287            not 'IPSEC' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "BASE"
23295   - "BASE"
23296   - "SRC_USER_10"
23297   - "SRC_USER_100"
23298   - "SRC_USER_1000"
23299   - "SRC_USER_2000"
23300   layout:
23301     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23302     layout: "plot-throughput-speedup-analysis"
23303
23304 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23305 -
23306   type: "plot"
23307   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23308   algorithm: "plot_throughput_speedup_analysis"
23309   output-file-type: ".html"
23310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23311   data: "plot-throughput-speedup-analysis-3n-hsw"
23312   filter: "'NIC_Intel-X710' and
23313            '64B' and
23314            'NDRPDR' and
23315            'IP4FWD' and
23316            'IACL' and
23317            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23318            not 'IPSEC' and
23319            not 'VHOST'"
23320   parameters:
23321   - "throughput"
23322   - "parent"
23323   - "tags"
23324   sort:
23325   - "ACL_STATELESS"
23326   - "ACL_STATEFUL"
23327   - "ACL_STATELESS"
23328   - "ACL_STATEFUL"
23329   layout:
23330     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23331     layout: "plot-throughput-speedup-analysis"
23332
23333 -
23334   type: "plot"
23335   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23336   algorithm: "plot_throughput_speedup_analysis"
23337   output-file-type: ".html"
23338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23339   data: "plot-throughput-speedup-analysis-3n-hsw"
23340   filter: "'NIC_Intel-X710' and
23341            '64B' and
23342            'NDRPDR' and
23343            'IP4FWD' and
23344            'IACL' and
23345            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23346            not 'IPSEC' and
23347            not 'VHOST'"
23348   parameters:
23349   - "throughput"
23350   - "parent"
23351   - "tags"
23352   sort:
23353   - "ACL_STATELESS"
23354   - "ACL_STATEFUL"
23355   - "ACL_STATELESS"
23356   - "ACL_STATEFUL"
23357   layout:
23358     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23359     layout: "plot-throughput-speedup-analysis"
23360
23361 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
23362 -
23363   type: "plot"
23364   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23365   algorithm: "plot_throughput_speedup_analysis"
23366   output-file-type: ".html"
23367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23368   data: "plot-throughput-speedup-analysis-3n-hsw"
23369   filter: "'NIC_Intel-X710' and
23370            '64B' and
23371            'NDRPDR' and
23372            'IP4FWD' and
23373            'OACL' and
23374            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23375            not 'IPSEC' and
23376            not 'VHOST'"
23377   parameters:
23378   - "throughput"
23379   - "parent"
23380   - "tags"
23381   sort:
23382   - "ACL_STATELESS"
23383   - "ACL_STATEFUL"
23384   - "ACL_STATELESS"
23385   - "ACL_STATEFUL"
23386   layout:
23387     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
23388     layout: "plot-throughput-speedup-analysis"
23389
23390 -
23391   type: "plot"
23392   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23393   algorithm: "plot_throughput_speedup_analysis"
23394   output-file-type: ".html"
23395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23396   data: "plot-throughput-speedup-analysis-3n-hsw"
23397   filter: "'NIC_Intel-X710' and
23398            '64B' and
23399            'NDRPDR' and
23400            'IP4FWD' and
23401            'OACL' and
23402            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23403            not 'IPSEC' and
23404            not 'VHOST'"
23405   parameters:
23406   - "throughput"
23407   - "parent"
23408   - "tags"
23409   sort:
23410   - "ACL_STATELESS"
23411   - "ACL_STATEFUL"
23412   - "ACL_STATELESS"
23413   - "ACL_STATEFUL"
23414   layout:
23415     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
23416     layout: "plot-throughput-speedup-analysis"
23417
23418 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23419 -
23420   type: "plot"
23421   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23422   algorithm: "plot_throughput_speedup_analysis"
23423   output-file-type: ".html"
23424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23425   data: "plot-throughput-speedup-analysis-3n-hsw"
23426   filter: "'NIC_Intel-XL710' and
23427            '64B' and
23428            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23429            'NDRPDR' and
23430            'IP4FWD' and
23431            not 'IPSEC' and
23432            not 'VHOST'"
23433   parameters:
23434   - "throughput"
23435   - "parent"
23436   - "tags"
23437   sort:
23438   - "IP4BASE"
23439   - "FIB_20K"
23440   - "FIB_200K"
23441   - "FIB_2M"
23442   layout:
23443     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
23444     layout: "plot-throughput-speedup-analysis"
23445
23446 -
23447   type: "plot"
23448   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23449   algorithm: "plot_throughput_speedup_analysis"
23450   output-file-type: ".html"
23451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23452   data: "plot-throughput-speedup-analysis-3n-hsw"
23453   filter: "'NIC_Intel-XL710' and
23454            '64B' and
23455            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23456            'NDRPDR' and
23457            'IP4FWD' and
23458            not 'IPSEC' and
23459            not 'VHOST'"
23460   parameters:
23461   - "throughput"
23462   - "parent"
23463   - "tags"
23464   sort:
23465   - "IP4BASE"
23466   - "FIB_20K"
23467   - "FIB_200K"
23468   - "FIB_2M"
23469   layout:
23470     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
23471     layout: "plot-throughput-speedup-analysis"
23472
23473 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23474 -
23475   type: "plot"
23476   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23477   algorithm: "plot_throughput_speedup_analysis"
23478   output-file-type: ".html"
23479   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23480   data: "plot-throughput-speedup-analysis-3n-skx"
23481   filter: "'NIC_Intel-X710' and
23482            '64B' and
23483            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23484            'NDRPDR' and
23485            'IP4FWD' and
23486            not 'IPSEC' and
23487            not 'VHOST'"
23488   parameters:
23489   - "throughput"
23490   - "parent"
23491   - "tags"
23492   sort:
23493   - "IP4BASE"
23494   - "FIB_20K"
23495   - "FIB_200K"
23496   - "FIB_2M"
23497   layout:
23498     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23499     layout: "plot-throughput-speedup-analysis"
23500
23501 -
23502   type: "plot"
23503   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23504   algorithm: "plot_throughput_speedup_analysis"
23505   output-file-type: ".html"
23506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23507   data: "plot-throughput-speedup-analysis-3n-skx"
23508   filter: "'NIC_Intel-X710' and
23509            '64B' and
23510            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23511            'NDRPDR' and
23512            'IP4FWD' and
23513            not 'IPSEC' and
23514            not 'VHOST'"
23515   parameters:
23516   - "throughput"
23517   - "parent"
23518   - "tags"
23519   sort:
23520   - "IP4BASE"
23521   - "FIB_20K"
23522   - "FIB_200K"
23523   - "FIB_2M"
23524   layout:
23525     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23526     layout: "plot-throughput-speedup-analysis"
23527
23528 # Speedup - VPP IPv4 3n-skx-x710 features
23529 -
23530   type: "plot"
23531   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23532   algorithm: "plot_throughput_speedup_analysis"
23533   output-file-type: ".html"
23534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23535   data: "plot-throughput-speedup-analysis-3n-skx"
23536   filter: "'NIC_Intel-X710' and
23537            '64B' and
23538            ('IP4BASE' or
23539             'POLICE_MARK' or
23540             'COPWHLIST' or
23541             ('NAT44' and 'BASE') or
23542             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23543            'NDRPDR' and
23544            'IP4FWD' and
23545            not 'IPSEC' and
23546            not 'VHOST'"
23547   parameters:
23548   - "throughput"
23549   - "parent"
23550   - "tags"
23551   sort:
23552   - "IP4BASE"
23553   - "NAT44"
23554   - "POLICE_MARK"
23555   - "COPWHLIST"
23556   - "IACL"
23557   - "OACL"
23558   layout:
23559     title: "ip4-3n-skx-x710-64b-features-ndr"
23560     layout: "plot-throughput-speedup-analysis"
23561
23562 -
23563   type: "plot"
23564   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23565   algorithm: "plot_throughput_speedup_analysis"
23566   output-file-type: ".html"
23567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23568   data: "plot-throughput-speedup-analysis-3n-skx"
23569   filter: "'NIC_Intel-X710' and
23570            '64B' and
23571            ('IP4BASE' or
23572             'POLICE_MARK' or
23573             'COPWHLIST' or
23574             ('NAT44' and 'BASE') or
23575             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23576            'NDRPDR' and
23577            'IP4FWD' and
23578            not 'IPSEC' and
23579            not 'VHOST'"
23580   parameters:
23581   - "throughput"
23582   - "parent"
23583   - "tags"
23584   sort:
23585   - "IP4BASE"
23586   - "NAT44"
23587   - "POLICE_MARK"
23588   - "COPWHLIST"
23589   - "IACL"
23590   - "OACL"
23591   layout:
23592     title: "ip4-3n-skx-x710-64b-features-pdr"
23593     layout: "plot-throughput-speedup-analysis"
23594
23595 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23596 -
23597   type: "plot"
23598   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23599   algorithm: "plot_throughput_speedup_analysis"
23600   output-file-type: ".html"
23601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23602   data: "plot-throughput-speedup-analysis-3n-skx"
23603   filter: "'NIC_Intel-X710' and
23604            '64B' and
23605            'NDRPDR' and
23606            'IP4FWD' and
23607            'NAT44' and
23608            not 'IPSEC' and
23609            not 'VHOST'"
23610   parameters:
23611   - "throughput"
23612   - "parent"
23613   - "tags"
23614   sort:
23615   - "BASE"
23616   - "BASE"
23617   - "SRC_USER_10"
23618   - "SRC_USER_100"
23619   - "SRC_USER_1000"
23620   - "SRC_USER_2000"
23621   layout:
23622     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23623     layout: "plot-throughput-speedup-analysis"
23624
23625 -
23626   type: "plot"
23627   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23628   algorithm: "plot_throughput_speedup_analysis"
23629   output-file-type: ".html"
23630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23631   data: "plot-throughput-speedup-analysis-3n-skx"
23632   filter: "'NIC_Intel-X710' and
23633            '64B' and
23634            'NDRPDR' and
23635            'IP4FWD' and
23636            'NAT44' and
23637            not 'IPSEC' and
23638            not 'VHOST'"
23639   parameters:
23640   - "throughput"
23641   - "parent"
23642   - "tags"
23643   sort:
23644   - "BASE"
23645   - "BASE"
23646   - "SRC_USER_10"
23647   - "SRC_USER_100"
23648   - "SRC_USER_1000"
23649   - "SRC_USER_2000"
23650   layout:
23651     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23652     layout: "plot-throughput-speedup-analysis"
23653
23654 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23655 -
23656   type: "plot"
23657   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23658   algorithm: "plot_throughput_speedup_analysis"
23659   output-file-type: ".html"
23660   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23661   data: "plot-throughput-speedup-analysis-3n-skx"
23662   filter: "'NIC_Intel-X710' and
23663            '64B' and
23664            'NDRPDR' and
23665            'IP4FWD' and
23666            'IACL' and
23667            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23668            not 'IPSEC' and
23669            not 'VHOST'"
23670   parameters:
23671   - "throughput"
23672   - "parent"
23673   - "tags"
23674   sort:
23675   - "ACL_STATELESS"
23676   - "ACL_STATEFUL"
23677   - "ACL_STATELESS"
23678   - "ACL_STATEFUL"
23679   layout:
23680     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23681     layout: "plot-throughput-speedup-analysis"
23682
23683 -
23684   type: "plot"
23685   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23686   algorithm: "plot_throughput_speedup_analysis"
23687   output-file-type: ".html"
23688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23689   data: "plot-throughput-speedup-analysis-3n-skx"
23690   filter: "'NIC_Intel-X710' and
23691            '64B' and
23692            'NDRPDR' and
23693            'IP4FWD' and
23694            'IACL' and
23695            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23696            not 'IPSEC' and
23697            not 'VHOST'"
23698   parameters:
23699   - "throughput"
23700   - "parent"
23701   - "tags"
23702   sort:
23703   - "ACL_STATELESS"
23704   - "ACL_STATEFUL"
23705   - "ACL_STATELESS"
23706   - "ACL_STATEFUL"
23707   layout:
23708     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23709     layout: "plot-throughput-speedup-analysis"
23710
23711 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23712 -
23713   type: "plot"
23714   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23715   algorithm: "plot_throughput_speedup_analysis"
23716   output-file-type: ".html"
23717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23718   data: "plot-throughput-speedup-analysis-3n-skx"
23719   filter: "'NIC_Intel-X710' and
23720            '64B' and
23721            'NDRPDR' and
23722            'IP4FWD' and
23723            'OACL' and
23724            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23725            not 'IPSEC' and
23726            not 'VHOST'"
23727   parameters:
23728   - "throughput"
23729   - "parent"
23730   - "tags"
23731   sort:
23732   - "ACL_STATELESS"
23733   - "ACL_STATEFUL"
23734   - "ACL_STATELESS"
23735   - "ACL_STATEFUL"
23736   layout:
23737     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23738     layout: "plot-throughput-speedup-analysis"
23739
23740 -
23741   type: "plot"
23742   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23743   algorithm: "plot_throughput_speedup_analysis"
23744   output-file-type: ".html"
23745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23746   data: "plot-throughput-speedup-analysis-3n-skx"
23747   filter: "'NIC_Intel-X710' and
23748            '64B' and
23749            'NDRPDR' and
23750            'IP4FWD' and
23751            'OACL' and
23752            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23753            not 'IPSEC' and
23754            not 'VHOST'"
23755   parameters:
23756   - "throughput"
23757   - "parent"
23758   - "tags"
23759   sort:
23760   - "ACL_STATELESS"
23761   - "ACL_STATEFUL"
23762   - "ACL_STATELESS"
23763   - "ACL_STATEFUL"
23764   layout:
23765     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23766     layout: "plot-throughput-speedup-analysis"
23767
23768 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23769 -
23770   type: "plot"
23771   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23772   algorithm: "plot_throughput_speedup_analysis"
23773   output-file-type: ".html"
23774   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23775   data: "plot-throughput-speedup-analysis-2n-skx"
23776   filter: "'NIC_Intel-X710' and
23777            '64B' and
23778            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23779            'NDRPDR' and
23780            'IP4FWD' and
23781            not 'IPSEC' and
23782            not 'VHOST'"
23783   parameters:
23784   - "throughput"
23785   - "parent"
23786   - "tags"
23787   sort:
23788   - "IP4BASE"
23789   - "FIB_20K"
23790   - "FIB_200K"
23791   - "FIB_2M"
23792   layout:
23793     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23794     layout: "plot-throughput-speedup-analysis"
23795
23796 -
23797   type: "plot"
23798   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23799   algorithm: "plot_throughput_speedup_analysis"
23800   output-file-type: ".html"
23801   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23802   data: "plot-throughput-speedup-analysis-2n-skx"
23803   filter: "'NIC_Intel-X710' and
23804            '64B' and
23805            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23806            'NDRPDR' and
23807            'IP4FWD' and
23808            not 'IPSEC' and
23809            not 'VHOST'"
23810   parameters:
23811   - "throughput"
23812   - "parent"
23813   - "tags"
23814   sort:
23815   - "IP4BASE"
23816   - "FIB_20K"
23817   - "FIB_200K"
23818   - "FIB_2M"
23819   layout:
23820     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23821     layout: "plot-throughput-speedup-analysis"
23822
23823 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23824 -
23825   type: "plot"
23826   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23827   algorithm: "plot_throughput_speedup_analysis"
23828   output-file-type: ".html"
23829   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23830   data: "plot-throughput-speedup-analysis-2n-skx"
23831   filter: "'NIC_Intel-XXV710' and
23832            '64B' and
23833            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23834            'NDRPDR' and
23835            'IP4FWD' and
23836            not 'IPSEC' and
23837            not 'VHOST'"
23838   parameters:
23839   - "throughput"
23840   - "parent"
23841   - "tags"
23842   sort:
23843   - "IP4BASE"
23844   - "FIB_20K"
23845   - "FIB_200K"
23846   - "FIB_2M"
23847   layout:
23848     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23849     layout: "plot-throughput-speedup-analysis"
23850
23851 -
23852   type: "plot"
23853   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23854   algorithm: "plot_throughput_speedup_analysis"
23855   output-file-type: ".html"
23856   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23857   data: "plot-throughput-speedup-analysis-2n-skx"
23858   filter: "'NIC_Intel-XXV710' and
23859            '64B' and
23860            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23861            'NDRPDR' and
23862            'IP4FWD' and
23863            not 'IPSEC' and
23864            not 'VHOST'"
23865   parameters:
23866   - "throughput"
23867   - "parent"
23868   - "tags"
23869   sort:
23870   - "IP4BASE"
23871   - "FIB_20K"
23872   - "FIB_200K"
23873   - "FIB_2M"
23874   layout:
23875     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23876     layout: "plot-throughput-speedup-analysis"
23877
23878 ################################################################################
23879
23880 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
23881 -
23882   type: "plot"
23883   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23884   algorithm: "plot_throughput_speedup_analysis"
23885   output-file-type: ".html"
23886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23887   data: "plot-throughput-speedup-analysis-3n-hsw"
23888   filter: "'NIC_Intel-X520_DA2' and
23889            '64B' and
23890            'ENCAP' and
23891            'NDRPDR' and
23892            'VXLAN' and
23893            'L2BDMACLRN' and
23894            not 'VHOST' and
23895            not 'IPSECHW'"
23896   parameters:
23897   - "throughput"
23898   - "parent"
23899   - "tags"
23900   sort:
23901   - "not DOT1Q"
23902   - "VXLAN_1"
23903   - "VXLAN_10"
23904   - "VXLAN_100"
23905   - "VXLAN_1000"
23906   layout:
23907     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
23908     layout: "plot-throughput-speedup-analysis"
23909
23910 -
23911   type: "plot"
23912   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23916   data: "plot-throughput-speedup-analysis-3n-hsw"
23917   filter: "'NIC_Intel-X520_DA2' and
23918            '64B' and
23919            'ENCAP' and
23920            'NDRPDR' and
23921            'VXLAN' and
23922            'L2BDMACLRN' and
23923            not 'VHOST' and
23924            not 'IPSECHW'"
23925   parameters:
23926   - "throughput"
23927   - "parent"
23928   - "tags"
23929   sort:
23930   - "not DOT1Q"
23931   - "VXLAN_1"
23932   - "VXLAN_10"
23933   - "VXLAN_100"
23934   - "VXLAN_1000"
23935   layout:
23936     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
23937     layout: "plot-throughput-speedup-analysis"
23938
23939 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23940 -
23941   type: "plot"
23942   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23943   algorithm: "plot_throughput_speedup_analysis"
23944   output-file-type: ".html"
23945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23946   data: "plot-throughput-speedup-analysis-3n-hsw"
23947   filter: "'NIC_Intel-X520-DA2' and
23948            '64B' and
23949            'ENCAP' and
23950            'NDRPDR' and
23951            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23952            not 'DOT1Q' and
23953            not 'VHOST' and
23954            not 'IPSECHW'"
23955   parameters:
23956   - "throughput"
23957   - "parent"
23958   - "tags"
23959   sort:
23960   - "L2BDMACLRN"
23961   - "L2XCFWD"
23962   - "LISP"
23963   layout:
23964     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23965     layout: "plot-throughput-speedup-analysis"
23966
23967 -
23968   type: "plot"
23969   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23970   algorithm: "plot_throughput_speedup_analysis"
23971   output-file-type: ".html"
23972   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23973   data: "plot-throughput-speedup-analysis-3n-hsw"
23974   filter: "'NIC_Intel-X520-DA2' and
23975            '64B' and
23976            'ENCAP' and
23977            'NDRPDR' and
23978            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23979            not 'DOT1Q' and
23980            not 'VHOST' and
23981            not 'IPSECHW'"
23982   parameters:
23983   - "throughput"
23984   - "parent"
23985   - "tags"
23986   sort:
23987   - "L2BDMACLRN"
23988   - "L2XCFWD"
23989   - "LISP"
23990   layout:
23991     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23992     layout: "plot-throughput-speedup-analysis"
23993
23994 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23995 -
23996   type: "plot"
23997   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23998   algorithm: "plot_throughput_speedup_analysis"
23999   output-file-type: ".html"
24000   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24001   data: "plot-throughput-speedup-analysis-3n-hsw"
24002   filter: "'NIC_Intel-X710' and
24003            '64B' and
24004            'ENCAP' and
24005            'NDRPDR' and
24006            'VXLAN' and
24007            'L2BDMACLRN' and
24008            not 'VHOST' and
24009            not 'IPSECHW'"
24010   parameters:
24011   - "throughput"
24012   - "parent"
24013   - "tags"
24014   sort:
24015   - "not DOT1Q"
24016   - "VXLAN_1"
24017   - "VXLAN_10"
24018   - "VXLAN_100"
24019   - "VXLAN_1000"
24020   layout:
24021     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24022     layout: "plot-throughput-speedup-analysis"
24023
24024 -
24025   type: "plot"
24026   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24027   algorithm: "plot_throughput_speedup_analysis"
24028   output-file-type: ".html"
24029   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24030   data: "plot-throughput-speedup-analysis-3n-hsw"
24031   filter: "'NIC_Intel-X710' and
24032            '64B' and
24033            'ENCAP' and
24034            'NDRPDR' and
24035            'VXLAN' and
24036            'L2BDMACLRN' and
24037            not 'VHOST' and
24038            not 'IPSECHW'"
24039   parameters:
24040   - "throughput"
24041   - "parent"
24042   - "tags"
24043   sort:
24044   - "not DOT1Q"
24045   - "VXLAN_1"
24046   - "VXLAN_10"
24047   - "VXLAN_100"
24048   - "VXLAN_1000"
24049   layout:
24050     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24051     layout: "plot-throughput-speedup-analysis"
24052
24053 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24054 -
24055   type: "plot"
24056   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24057   algorithm: "plot_throughput_speedup_analysis"
24058   output-file-type: ".html"
24059   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24060   data: "plot-throughput-speedup-analysis-3n-hsw"
24061   filter: "'NIC_Intel-X710' and
24062            '64B' and
24063            'ENCAP' and
24064            'NDRPDR' and
24065            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24066            not 'DOT1Q' and
24067            not 'VHOST' and
24068            not 'IPSECHW'"
24069   parameters:
24070   - "throughput"
24071   - "parent"
24072   - "tags"
24073   sort:
24074   - "L2BDMACLRN"
24075   - "L2XCFWD"
24076   - "LISP"
24077   layout:
24078     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24079     layout: "plot-throughput-speedup-analysis"
24080
24081 -
24082   type: "plot"
24083   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24084   algorithm: "plot_throughput_speedup_analysis"
24085   output-file-type: ".html"
24086   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24087   data: "plot-throughput-speedup-analysis-3n-hsw"
24088   filter: "'NIC_Intel-X710' and
24089            '64B' and
24090            'ENCAP' and
24091            'NDRPDR' and
24092            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24093            not 'DOT1Q' and
24094            not 'VHOST' and
24095            not 'IPSECHW'"
24096   parameters:
24097   - "throughput"
24098   - "parent"
24099   - "tags"
24100   sort:
24101   - "L2BDMACLRN"
24102   - "L2XCFWD"
24103   - "LISP"
24104   layout:
24105     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24106     layout: "plot-throughput-speedup-analysis"
24107
24108 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24109 -
24110   type: "plot"
24111   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24112   algorithm: "plot_throughput_speedup_analysis"
24113   output-file-type: ".html"
24114   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24115   data: "plot-throughput-speedup-analysis-3n-skx"
24116   filter: "'NIC_Intel-X710' and
24117            '64B' and
24118            'ENCAP' and
24119            'NDRPDR' and
24120            'VXLAN' and
24121            'L2BDMACLRN' and
24122            not 'VHOST' and
24123            not 'IPSECHW'"
24124   parameters:
24125   - "throughput"
24126   - "parent"
24127   - "tags"
24128   sort:
24129   - "not DOT1Q"
24130   - "VXLAN_1"
24131   - "VXLAN_10"
24132   - "VXLAN_100"
24133   - "VXLAN_1000"
24134   layout:
24135     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24136     layout: "plot-throughput-speedup-analysis"
24137
24138 -
24139   type: "plot"
24140   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24141   algorithm: "plot_throughput_speedup_analysis"
24142   output-file-type: ".html"
24143   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24144   data: "plot-throughput-speedup-analysis-3n-skx"
24145   filter: "'NIC_Intel-X710' and
24146            '64B' and
24147            'ENCAP' and
24148            'NDRPDR' and
24149            'VXLAN' and
24150            'L2BDMACLRN' and
24151            not 'VHOST' and
24152            not 'IPSECHW'"
24153   parameters:
24154   - "throughput"
24155   - "parent"
24156   - "tags"
24157   sort:
24158   - "not DOT1Q"
24159   - "VXLAN_1"
24160   - "VXLAN_10"
24161   - "VXLAN_100"
24162   - "VXLAN_1000"
24163   layout:
24164     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24165     layout: "plot-throughput-speedup-analysis"
24166
24167 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24168 -
24169   type: "plot"
24170   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24171   algorithm: "plot_throughput_speedup_analysis"
24172   output-file-type: ".html"
24173   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24174   data: "plot-throughput-speedup-analysis-3n-skx"
24175   filter: "'NIC_Intel-X710' and
24176            '64B' and
24177            'ENCAP' and
24178            'NDRPDR' and
24179            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24180            not 'DOT1Q' and
24181            not 'VHOST' and
24182            not 'IPSECHW'"
24183   parameters:
24184   - "throughput"
24185   - "parent"
24186   - "tags"
24187   sort:
24188   - "L2BDMACLRN"
24189   - "L2XCFWD"
24190   - "LISP"
24191   layout:
24192     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24193     layout: "plot-throughput-speedup-analysis"
24194
24195 -
24196   type: "plot"
24197   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24198   algorithm: "plot_throughput_speedup_analysis"
24199   output-file-type: ".html"
24200   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24201   data: "plot-throughput-speedup-analysis-3n-skx"
24202   filter: "'NIC_Intel-X710' and
24203            '64B' and
24204            'ENCAP' and
24205            'NDRPDR' and
24206            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24207            not 'DOT1Q' and
24208            not 'VHOST' and
24209            not 'IPSECHW'"
24210   parameters:
24211   - "throughput"
24212   - "parent"
24213   - "tags"
24214   sort:
24215   - "L2BDMACLRN"
24216   - "L2XCFWD"
24217   - "LISP"
24218   layout:
24219     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24220     layout: "plot-throughput-speedup-analysis"
24221
24222 ################################################################################
24223
24224 # Speedup - VPP IPv6 3n-hsw-x520
24225 -
24226   type: "plot"
24227   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24228   algorithm: "plot_throughput_speedup_analysis"
24229   output-file-type: ".html"
24230   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24231   data: "plot-throughput-speedup-analysis-3n-hsw"
24232   filter: "'NIC_Intel-X520-DA2' and
24233            '78B' and
24234            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24235            'NDRPDR' and
24236            'IP6FWD' and
24237            not 'SRv6' and
24238            not 'IPSEC' and
24239            not 'VHOST'"
24240   parameters:
24241   - "throughput"
24242   - "parent"
24243   - "tags"
24244   sort:
24245   - "IP6BASE"
24246   - "FIB_20K"
24247   - "FIB_200K"
24248   - "FIB_2M"
24249   layout:
24250     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
24251     layout: "plot-throughput-speedup-analysis"
24252
24253 -
24254   type: "plot"
24255   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24256   algorithm: "plot_throughput_speedup_analysis"
24257   output-file-type: ".html"
24258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24259   data: "plot-throughput-speedup-analysis-3n-hsw"
24260   filter: "'NIC_Intel-X520-DA2' and
24261            '78B' and
24262            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24263            'NDRPDR' and
24264            'IP6FWD' and
24265            not 'SRv6' and
24266            not 'IPSEC' and
24267            not 'VHOST'"
24268   parameters:
24269   - "throughput"
24270   - "parent"
24271   - "tags"
24272   sort:
24273   - "IP6BASE"
24274   - "FIB_20K"
24275   - "FIB_200K"
24276   - "FIB_2M"
24277   layout:
24278     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
24279     layout: "plot-throughput-speedup-analysis"
24280
24281 # Speedup - VPP IPv6 3n-hsw-x520 features
24282 -
24283   type: "plot"
24284   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24285   algorithm: "plot_throughput_speedup_analysis"
24286   output-file-type: ".html"
24287   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24288   data: "plot-throughput-speedup-analysis-3n-hsw"
24289   filter: "'NIC_Intel-X520-DA2' and
24290            '78B' and
24291            ('IP6BASE' or
24292             'POLICE_MARK' or
24293             'COPWHLIST' or
24294             'IACLDST') and
24295            'NDRPDR' and
24296            'IP6FWD' and
24297            not 'SRv6' and
24298            not 'IPSEC' and
24299            not 'VHOST'"
24300   parameters:
24301   - "throughput"
24302   - "parent"
24303   - "tags"
24304   sort:
24305   - "IP6BASE"
24306   - "POLICE_MARK"
24307   - "COPWHLIST"
24308   - "IACLDST"
24309   layout:
24310     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
24311     layout: "plot-throughput-speedup-analysis"
24312
24313 -
24314   type: "plot"
24315   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24316   algorithm: "plot_throughput_speedup_analysis"
24317   output-file-type: ".html"
24318   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24319   data: "plot-throughput-speedup-analysis-3n-hsw"
24320   filter: "'NIC_Intel-X520-DA2' and
24321            '78B' and
24322            ('IP6BASE' or
24323             'POLICE_MARK' or
24324             'COPWHLIST' or
24325             'IACLDST') and
24326            'NDRPDR' and
24327            'IP6FWD' and
24328            not 'SRv6' and
24329            not 'IPSEC' and
24330            not 'VHOST'"
24331   parameters:
24332   - "throughput"
24333   - "parent"
24334   - "tags"
24335   sort:
24336   - "IP6BASE"
24337   - "POLICE_MARK"
24338   - "COPWHLIST"
24339   - "IACLDST"
24340   layout:
24341     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
24342     layout: "plot-throughput-speedup-analysis"
24343
24344 # Speedup - VPP IPv6 3n-hsw-x710
24345 -
24346   type: "plot"
24347   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24348   algorithm: "plot_throughput_speedup_analysis"
24349   output-file-type: ".html"
24350   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24351   data: "plot-throughput-speedup-analysis-3n-hsw"
24352   filter: "'NIC_Intel-X710' and
24353            '78B' and
24354            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24355            'NDRPDR' and
24356            'IP6FWD' and
24357            not 'SRv6' and
24358            not 'IPSEC' and
24359            not 'VHOST'"
24360   parameters:
24361   - "throughput"
24362   - "parent"
24363   - "tags"
24364   sort:
24365   - "IP6BASE"
24366   - "FIB_20K"
24367   - "FIB_200K"
24368   - "FIB_2M"
24369   layout:
24370     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24371     layout: "plot-throughput-speedup-analysis"
24372
24373 -
24374   type: "plot"
24375   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24376   algorithm: "plot_throughput_speedup_analysis"
24377   output-file-type: ".html"
24378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24379   data: "plot-throughput-speedup-analysis-3n-hsw"
24380   filter: "'NIC_Intel-X710' and
24381            '78B' and
24382            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24383            'NDRPDR' and
24384            'IP6FWD' and
24385            not 'SRv6' and
24386            not 'IPSEC' and
24387            not 'VHOST'"
24388   parameters:
24389   - "throughput"
24390   - "parent"
24391   - "tags"
24392   sort:
24393   - "IP6BASE"
24394   - "FIB_20K"
24395   - "FIB_200K"
24396   - "FIB_2M"
24397   layout:
24398     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24399     layout: "plot-throughput-speedup-analysis"
24400
24401 # Speedup - VPP IPv6 3n-hsw-x710 features
24402 -
24403   type: "plot"
24404   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24405   algorithm: "plot_throughput_speedup_analysis"
24406   output-file-type: ".html"
24407   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24408   data: "plot-throughput-speedup-analysis-3n-hsw"
24409   filter: "'NIC_Intel-X710' and
24410            '78B' and
24411            ('IP6BASE' or
24412             'POLICE_MARK' or
24413             'COPWHLIST' or
24414             'IACLDST') and
24415            'NDRPDR' and
24416            'IP6FWD' and
24417            not 'SRv6' and
24418            not 'IPSEC' and
24419            not 'VHOST'"
24420   parameters:
24421   - "throughput"
24422   - "parent"
24423   - "tags"
24424   sort:
24425   - "IP6BASE"
24426   - "POLICE_MARK"
24427   - "COPWHLIST"
24428   - "IACLDST"
24429   layout:
24430     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24431     layout: "plot-throughput-speedup-analysis"
24432
24433 -
24434   type: "plot"
24435   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24436   algorithm: "plot_throughput_speedup_analysis"
24437   output-file-type: ".html"
24438   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24439   data: "plot-throughput-speedup-analysis-3n-hsw"
24440   filter: "'NIC_Intel-X710' and
24441            '78B' and
24442            ('IP6BASE' or
24443             'POLICE_MARK' or
24444             'COPWHLIST' or
24445             'IACLDST') and
24446            'NDRPDR' and
24447            'IP6FWD' and
24448            not 'SRv6' and
24449            not 'IPSEC' and
24450            not 'VHOST'"
24451   parameters:
24452   - "throughput"
24453   - "parent"
24454   - "tags"
24455   sort:
24456   - "IP6BASE"
24457   - "POLICE_MARK"
24458   - "COPWHLIST"
24459   - "IACLDST"
24460   layout:
24461     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24462     layout: "plot-throughput-speedup-analysis"
24463
24464 # Speedup - VPP IPv6 3n-hsw-xl710
24465 -
24466   type: "plot"
24467   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24468   algorithm: "plot_throughput_speedup_analysis"
24469   output-file-type: ".html"
24470   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24471   data: "plot-throughput-speedup-analysis-3n-hsw"
24472   filter: "'NIC_Intel-XL710' and
24473            '78B' and
24474            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24475            'NDRPDR' and
24476            'IP6FWD' and
24477            not 'SRv6' and
24478            not 'IPSEC' and
24479            not 'VHOST'"
24480   parameters:
24481   - "throughput"
24482   - "parent"
24483   - "tags"
24484   sort:
24485   - "IP6BASE"
24486   - "FIB_20K"
24487   - "FIB_200K"
24488   - "FIB_2M"
24489   layout:
24490     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
24491     layout: "plot-throughput-speedup-analysis"
24492
24493 -
24494   type: "plot"
24495   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24496   algorithm: "plot_throughput_speedup_analysis"
24497   output-file-type: ".html"
24498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24499   data: "plot-throughput-speedup-analysis-3n-hsw"
24500   filter: "'NIC_Intel-XL710' and
24501            '78B' and
24502            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24503            'NDRPDR' and
24504            'IP6FWD' and
24505            not 'SRv6' and
24506            not 'IPSEC' and
24507            not 'VHOST'"
24508   parameters:
24509   - "throughput"
24510   - "parent"
24511   - "tags"
24512   sort:
24513   - "IP6BASE"
24514   - "FIB_20K"
24515   - "FIB_200K"
24516   - "FIB_2M"
24517   layout:
24518     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
24519     layout: "plot-throughput-speedup-analysis"
24520
24521 # Speedup - VPP IPv6 3n-skx-x710
24522 -
24523   type: "plot"
24524   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24525   algorithm: "plot_throughput_speedup_analysis"
24526   output-file-type: ".html"
24527   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24528   data: "plot-throughput-speedup-analysis-3n-skx"
24529   filter: "'NIC_Intel-X710' and
24530            '78B' and
24531            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24532            'NDRPDR' and
24533            'IP6FWD' and
24534            not 'SRv6' and
24535            not 'IPSEC' and
24536            not 'VHOST'"
24537   parameters:
24538   - "throughput"
24539   - "parent"
24540   - "tags"
24541   sort:
24542   - "IP6BASE"
24543   - "FIB_20K"
24544   - "FIB_200K"
24545   - "FIB_2M"
24546   layout:
24547     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24548     layout: "plot-throughput-speedup-analysis"
24549
24550 -
24551   type: "plot"
24552   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24553   algorithm: "plot_throughput_speedup_analysis"
24554   output-file-type: ".html"
24555   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24556   data: "plot-throughput-speedup-analysis-3n-skx"
24557   filter: "'NIC_Intel-X710' and
24558            '78B' and
24559            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24560            'NDRPDR' and
24561            'IP6FWD' and
24562            not 'SRv6' and
24563            not 'IPSEC' and
24564            not 'VHOST'"
24565   parameters:
24566   - "throughput"
24567   - "parent"
24568   - "tags"
24569   sort:
24570   - "IP6BASE"
24571   - "FIB_20K"
24572   - "FIB_200K"
24573   - "FIB_2M"
24574   layout:
24575     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24576     layout: "plot-throughput-speedup-analysis"
24577
24578 # Speedup - VPP IPv6 3n-skx-x710 features
24579 -
24580   type: "plot"
24581   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24582   algorithm: "plot_throughput_speedup_analysis"
24583   output-file-type: ".html"
24584   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24585   data: "plot-throughput-speedup-analysis-3n-skx"
24586   filter: "'NIC_Intel-X710' and
24587            '78B' and
24588            ('IP6BASE' or
24589             'POLICE_MARK' or
24590             'COPWHLIST' or
24591             'IACLDST') and
24592            'NDRPDR' and
24593            'IP6FWD' and
24594            not 'SRv6' and
24595            not 'IPSEC' and
24596            not 'VHOST'"
24597   parameters:
24598   - "throughput"
24599   - "parent"
24600   - "tags"
24601   sort:
24602   - "IP6BASE"
24603   - "POLICE_MARK"
24604   - "COPWHLIST"
24605   - "IACLDST"
24606   layout:
24607     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24608     layout: "plot-throughput-speedup-analysis"
24609
24610 -
24611   type: "plot"
24612   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24613   algorithm: "plot_throughput_speedup_analysis"
24614   output-file-type: ".html"
24615   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24616   data: "plot-throughput-speedup-analysis-3n-skx"
24617   filter: "'NIC_Intel-X710' and
24618            '78B' and
24619            ('IP6BASE' or
24620             'POLICE_MARK' or
24621             'COPWHLIST' or
24622             'IACLDST') and
24623            'NDRPDR' and
24624            'IP6FWD' and
24625            not 'SRv6' and
24626            not 'IPSEC' and
24627            not 'VHOST'"
24628   parameters:
24629   - "throughput"
24630   - "parent"
24631   - "tags"
24632   sort:
24633   - "IP6BASE"
24634   - "POLICE_MARK"
24635   - "COPWHLIST"
24636   - "IACLDST"
24637   layout:
24638     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24639     layout: "plot-throughput-speedup-analysis"
24640
24641 # Speedup - VPP IPv6 2n-skx-x710
24642 -
24643   type: "plot"
24644   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24645   algorithm: "plot_throughput_speedup_analysis"
24646   output-file-type: ".html"
24647   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24648   data: "plot-throughput-speedup-analysis-2n-skx"
24649   filter: "'NIC_Intel-X710' and
24650            '78B' and
24651            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24652            'NDRPDR' and
24653            'IP6FWD' and
24654            not 'SRv6' and
24655            not 'IPSEC' and
24656            not 'VHOST'"
24657   parameters:
24658   - "throughput"
24659   - "parent"
24660   - "tags"
24661   sort:
24662   - "IP6BASE"
24663   - "FIB_20K"
24664   - "FIB_200K"
24665   - "FIB_2M"
24666   layout:
24667     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 -
24671   type: "plot"
24672   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24676   data: "plot-throughput-speedup-analysis-2n-skx"
24677   filter: "'NIC_Intel-X710' and
24678            '78B' and
24679            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24680            'NDRPDR' and
24681            'IP6FWD' and
24682            not 'SRv6' and
24683            not 'IPSEC' and
24684            not 'VHOST'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "IP6BASE"
24691   - "FIB_20K"
24692   - "FIB_200K"
24693   - "FIB_2M"
24694   layout:
24695     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 # Speedup - VPP IPv6 2n-skx-xxv710
24699 -
24700   type: "plot"
24701   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24702   algorithm: "plot_throughput_speedup_analysis"
24703   output-file-type: ".html"
24704   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24705   data: "plot-throughput-speedup-analysis-2n-skx"
24706   filter: "'NIC_Intel-XXV710' and
24707            '78B' and
24708            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24709            'NDRPDR' and
24710            'IP6FWD' and
24711            not 'SRv6' and
24712            not 'IPSEC' and
24713            not 'VHOST'"
24714   parameters:
24715   - "throughput"
24716   - "parent"
24717   - "tags"
24718   sort:
24719   - "IP6BASE"
24720   - "FIB_20K"
24721   - "FIB_200K"
24722   - "FIB_2M"
24723   layout:
24724     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24725     layout: "plot-throughput-speedup-analysis"
24726
24727 -
24728   type: "plot"
24729   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24730   algorithm: "plot_throughput_speedup_analysis"
24731   output-file-type: ".html"
24732   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24733   data: "plot-throughput-speedup-analysis-2n-skx"
24734   filter: "'NIC_Intel-XXV710' and
24735            '78B' and
24736            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24737            'NDRPDR' and
24738            'IP6FWD' and
24739            not 'SRv6' and
24740            not 'IPSEC' and
24741            not 'VHOST'"
24742   parameters:
24743   - "throughput"
24744   - "parent"
24745   - "tags"
24746   sort:
24747   - "IP6BASE"
24748   - "FIB_20K"
24749   - "FIB_200K"
24750   - "FIB_2M"
24751   layout:
24752     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24753     layout: "plot-throughput-speedup-analysis"
24754
24755 ################################################################################
24756
24757 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24758 -
24759   type: "plot"
24760   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24761   algorithm: "plot_throughput_speedup_analysis"
24762   output-file-type: ".html"
24763   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24764   data: "plot-throughput-speedup-analysis-3n-hsw"
24765   filter: "'NIC_Intel-X520-DA2' and
24766            '78B' and
24767            'ENCAP' and
24768            'NDRPDR' and
24769            'LISP' and
24770            not 'VHOST'"
24771   parameters:
24772   - "throughput"
24773   - "parent"
24774   - "tags"
24775   sort:
24776   - "IP4UNRLAY"
24777   - "IP6UNRLAY"
24778   layout:
24779     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
24780     layout: "plot-throughput-speedup-analysis"
24781
24782 -
24783   type: "plot"
24784   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24785   algorithm: "plot_throughput_speedup_analysis"
24786   output-file-type: ".html"
24787   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24788   data: "plot-throughput-speedup-analysis-3n-hsw"
24789   filter: "'NIC_Intel-X520-DA2' and
24790            '78B' and
24791            'ENCAP' and
24792            'NDRPDR' and
24793            'LISP' and
24794            not 'VHOST'"
24795   parameters:
24796   - "throughput"
24797   - "parent"
24798   - "tags"
24799   sort:
24800   - "IP4UNRLAY"
24801   - "IP6UNRLAY"
24802   layout:
24803     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
24804     layout: "plot-throughput-speedup-analysis"
24805
24806 ################################################################################
24807
24808 # Speedup - VPP IPSec 3n-hsw-xl710 base
24809 -
24810   type: "plot"
24811   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24812   algorithm: "plot_throughput_speedup_analysis"
24813   output-file-type: ".html"
24814   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24815   data: "plot-throughput-speedup-analysis-3n-hsw"
24816   filter: "'NIC_Intel-XL710' and
24817            '64B' and
24818            'IP4FWD' and
24819            'NDRPDR' and
24820            'BASE' and
24821            'IPSECHW' and
24822            ('IPSECTRAN' or 'IPSECTUN') and
24823            not 'VHOST'"
24824   parameters:
24825   - "throughput"
24826   - "parent"
24827   - "tags"
24828   layout:
24829     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24830     layout: "plot-throughput-speedup-analysis"
24831
24832 -
24833   type: "plot"
24834   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24835   algorithm: "plot_throughput_speedup_analysis"
24836   output-file-type: ".html"
24837   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24838   data: "plot-throughput-speedup-analysis-3n-hsw"
24839   filter: "'NIC_Intel-XL710' and
24840            '64B' and
24841            'IP4FWD' and
24842            'NDRPDR' and
24843            'BASE' and
24844            'IPSECHW' and
24845            ('IPSECTRAN' or 'IPSECTUN') and
24846            not 'VHOST'"
24847   parameters:
24848   - "throughput"
24849   - "parent"
24850   - "tags"
24851   layout:
24852     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24853     layout: "plot-throughput-speedup-analysis"
24854
24855 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24856 -
24857   type: "plot"
24858   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24859   algorithm: "plot_throughput_speedup_analysis"
24860   output-file-type: ".html"
24861   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24862   data: "plot-throughput-speedup-analysis-3n-hsw"
24863   filter: "'NIC_Intel-XL710' and
24864            '64B' and
24865            'IP4FWD' and
24866            'NDRPDR' and
24867            'SCALE' and
24868            'IPSECHW' and
24869            ('IPSECTRAN' or 'IPSECTUN') and
24870            not 'VHOST'"
24871   parameters:
24872   - "throughput"
24873   - "parent"
24874   - "tags"
24875   layout:
24876     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24877     layout: "plot-throughput-speedup-analysis"
24878
24879 -
24880   type: "plot"
24881   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24882   algorithm: "plot_throughput_speedup_analysis"
24883   output-file-type: ".html"
24884   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24885   data: "plot-throughput-speedup-analysis-3n-hsw"
24886   filter: "'NIC_Intel-XL710' and
24887            '64B' and
24888            'IP4FWD' and
24889            'NDRPDR' and
24890            'SCALE' and
24891            'IPSECHW' and
24892            ('IPSECTRAN' or 'IPSECTUN') and
24893            not 'VHOST'"
24894   parameters:
24895   - "throughput"
24896   - "parent"
24897   - "tags"
24898   layout:
24899     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24900     layout: "plot-throughput-speedup-analysis"
24901
24902 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24903 -
24904   type: "plot"
24905   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24906   algorithm: "plot_throughput_speedup_analysis"
24907   output-file-type: ".html"
24908   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24909   data: "plot-throughput-speedup-analysis-3n-hsw"
24910   filter: "'NIC_Intel-XL710' and
24911            '64B' and
24912            'IP4FWD' and
24913            'NDRPDR' and
24914            'IPSECSW' and
24915            ('IPSECTRAN' or 'IPSECTUN') and
24916            not 'VHOST'"
24917   parameters:
24918   - "throughput"
24919   - "parent"
24920   - "tags"
24921   layout:
24922     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24923     layout: "plot-throughput-speedup-analysis"
24924
24925 -
24926   type: "plot"
24927   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24928   algorithm: "plot_throughput_speedup_analysis"
24929   output-file-type: ".html"
24930   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24931   data: "plot-throughput-speedup-analysis-3n-hsw"
24932   filter: "'NIC_Intel-XL710' and
24933            '64B' and
24934            'IP4FWD' and
24935            'NDRPDR' and
24936            'IPSECSW' and
24937            ('IPSECTRAN' or 'IPSECTUN') and
24938            not 'VHOST'"
24939   parameters:
24940   - "throughput"
24941   - "parent"
24942   - "tags"
24943   layout:
24944     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24945     layout: "plot-throughput-speedup-analysis"
24946
24947 ################################################################################
24948
24949 # Speedup - VPP SRv6 3n-hsw-x520
24950 -
24951   type: "plot"
24952   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24953   algorithm: "plot_throughput_speedup_analysis"
24954   output-file-type: ".html"
24955   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24956   data: "plot-throughput-speedup-analysis-3n-hsw"
24957   filter: "'NIC_Intel-X520-DA2' and
24958            '78B' and
24959            'FEATURE' and
24960            'NDRPDR' and
24961            'IP6FWD' and
24962            'SRv6'"
24963   parameters:
24964   - "throughput"
24965   - "parent"
24966   - "tags"
24967   layout:
24968     title: "srv6-3n-hsw-x520-78b-features-ndr"
24969     layout: "plot-throughput-speedup-analysis"
24970
24971 -
24972   type: "plot"
24973   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24974   algorithm: "plot_throughput_speedup_analysis"
24975   output-file-type: ".html"
24976   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24977   data: "plot-throughput-speedup-analysis-3n-hsw"
24978   filter: "'NIC_Intel-X520-DA2' and
24979            '78B' and
24980            'FEATURE' and
24981            'NDRPDR' and
24982            'IP6FWD' and
24983            'SRv6'"
24984   parameters:
24985   - "throughput"
24986   - "parent"
24987   - "tags"
24988   layout:
24989     title: "srv6-3n-hsw-x520-78b-features-pdr"
24990     layout: "plot-throughput-speedup-analysis"
24991
24992 ################################################################################
24993
24994 # Speedup - VPP L2 3n-hsw-x520 base and scale
24995 -
24996   type: "plot"
24997   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24998   algorithm: "plot_throughput_speedup_analysis"
24999   output-file-type: ".html"
25000   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25001   data: "plot-throughput-speedup-analysis-3n-hsw"
25002   filter: "'NIC_Intel-X520-DA2' and
25003            '64B' and
25004            ('BASE' or 'SCALE') and
25005            'NDRPDR' and
25006            'ETH' and
25007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25008            not 'VHOST' and
25009            not 'MEMIF'"
25010   parameters:
25011   - "throughput"
25012   - "parent"
25013   - "tags"
25014   sort:
25015   - "L2PATCH"
25016   - "L2XCBASE"
25017   - "BASE"
25018   - "FIB_10K"
25019   - "FIB_100K"
25020   - "FIB_1M"
25021   layout:
25022     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25023     layout: "plot-throughput-speedup-analysis"
25024
25025 -
25026   type: "plot"
25027   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25028   algorithm: "plot_throughput_speedup_analysis"
25029   output-file-type: ".html"
25030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25031   data: "plot-throughput-speedup-analysis-3n-hsw"
25032   filter: "'NIC_Intel-X520-DA2' and
25033            '64B' and
25034            ('BASE' or 'SCALE') and
25035            'NDRPDR' and
25036            'ETH' and
25037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25038            not 'VHOST' and
25039            not 'MEMIF'"
25040   parameters:
25041   - "throughput"
25042   - "parent"
25043   - "tags"
25044   sort:
25045   - "L2PATCH"
25046   - "L2XCBASE"
25047   - "BASE"
25048   - "FIB_10K"
25049   - "FIB_100K"
25050   - "FIB_1M"
25051   layout:
25052     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25053     layout: "plot-throughput-speedup-analysis"
25054
25055 # Speedup - VPP L2 3n-hsw-x520 features
25056 -
25057   type: "plot"
25058   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25059   algorithm: "plot_throughput_speedup_analysis"
25060   output-file-type: ".html"
25061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25062   data: "plot-throughput-speedup-analysis-3n-hsw"
25063   filter: "'NIC_Intel-X520-DA2' and
25064            '64B' and
25065            'NDRPDR' and
25066            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25067            not 'ACL' and
25068            not 'VHOST' and
25069            not 'MEMIF'"
25070   parameters:
25071   - "throughput"
25072   - "parent"
25073   - "tags"
25074   sort:
25075   - "L2XCBASE"    # l2xcbase
25076   - "L2BDBASE"    # l2bdbase
25077   - "L2XCFWD"     # dot1q-l2xcbase
25078   - "L2BDMACLRN"  # dot1q-l2bdbase
25079   layout:
25080     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25081     layout: "plot-throughput-speedup-analysis"
25082
25083 -
25084   type: "plot"
25085   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25086   algorithm: "plot_throughput_speedup_analysis"
25087   output-file-type: ".html"
25088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25089   data: "plot-throughput-speedup-analysis-3n-hsw"
25090   filter: "'NIC_Intel-X520-DA2' and
25091            '64B' and
25092            'NDRPDR' and
25093            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25094            not 'ACL' and
25095            not 'VHOST' and
25096            not 'MEMIF'"
25097   parameters:
25098   - "throughput"
25099   - "parent"
25100   - "tags"
25101   sort:
25102   - "L2XCBASE"    # l2xcbase
25103   - "L2BDBASE"    # l2bdbase
25104   - "L2XCFWD"     # dot1q-l2xcbase
25105   - "L2BDMACLRN"  # dot1q-l2bdbase
25106   layout:
25107     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25108     layout: "plot-throughput-speedup-analysis"
25109
25110 # Speedup - VPP L2 3n-hsw-x710 base and scale
25111 -
25112   type: "plot"
25113   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25114   algorithm: "plot_throughput_speedup_analysis"
25115   output-file-type: ".html"
25116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25117   data: "plot-throughput-speedup-analysis-3n-hsw"
25118   filter: "'NIC_Intel-X710' and
25119            '64B' and
25120            ('BASE' or 'SCALE') and
25121            'NDRPDR' and
25122            'ETH' and
25123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25124            not 'VHOST' and
25125            not 'MEMIF'"
25126   parameters:
25127   - "throughput"
25128   - "parent"
25129   - "tags"
25130   sort:
25131   - "L2PATCH"
25132   - "L2XCBASE"
25133   - "BASE"
25134   - "FIB_10K"
25135   - "FIB_100K"
25136   - "FIB_1M"
25137   layout:
25138     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25139     layout: "plot-throughput-speedup-analysis"
25140
25141 -
25142   type: "plot"
25143   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25144   algorithm: "plot_throughput_speedup_analysis"
25145   output-file-type: ".html"
25146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25147   data: "plot-throughput-speedup-analysis-3n-hsw"
25148   filter: "'NIC_Intel-X710' and
25149            '64B' and
25150            ('BASE' or 'SCALE') and
25151            'NDRPDR' and
25152            'ETH' and
25153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25154            not 'VHOST' and
25155            not 'MEMIF'"
25156   parameters:
25157   - "throughput"
25158   - "parent"
25159   - "tags"
25160   sort:
25161   - "L2PATCH"
25162   - "L2XCBASE"
25163   - "BASE"
25164   - "FIB_10K"
25165   - "FIB_100K"
25166   - "FIB_1M"
25167   layout:
25168     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25169     layout: "plot-throughput-speedup-analysis"
25170
25171 # Speedup - VPP L2 3n-hsw-x710 features
25172 -
25173   type: "plot"
25174   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25175   algorithm: "plot_throughput_speedup_analysis"
25176   output-file-type: ".html"
25177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25178   data: "plot-throughput-speedup-analysis-3n-hsw"
25179   filter: "'NIC_Intel-X710' and
25180            '64B' and
25181            'NDRPDR' and
25182            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25183            not 'ACL' and
25184            not 'VHOST' and
25185            not 'MEMIF'"
25186   parameters:
25187   - "throughput"
25188   - "parent"
25189   - "tags"
25190   sort:
25191   - "L2XCBASE"    # l2xcbase
25192   - "L2BDBASE"    # l2bdbase
25193   - "L2XCFWD"     # dot1q-l2xcbase
25194   - "L2BDMACLRN"  # dot1q-l2bdbase
25195   layout:
25196     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25197     layout: "plot-throughput-speedup-analysis"
25198
25199 -
25200   type: "plot"
25201   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25202   algorithm: "plot_throughput_speedup_analysis"
25203   output-file-type: ".html"
25204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25205   data: "plot-throughput-speedup-analysis-3n-hsw"
25206   filter: "'NIC_Intel-X710' and
25207            '64B' and
25208            'NDRPDR' and
25209            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25210            not 'ACL' and
25211            not 'VHOST' and
25212            not 'MEMIF'"
25213   parameters:
25214   - "throughput"
25215   - "parent"
25216   - "tags"
25217   sort:
25218   - "L2XCBASE"    # l2xcbase
25219   - "L2BDBASE"    # l2bdbase
25220   - "L2XCFWD"     # dot1q-l2xcbase
25221   - "L2BDMACLRN"  # dot1q-l2bdbase
25222   layout:
25223     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25224     layout: "plot-throughput-speedup-analysis"
25225
25226 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25227 -
25228   type: "plot"
25229   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25230   algorithm: "plot_throughput_speedup_analysis"
25231   output-file-type: ".html"
25232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25233   data: "plot-throughput-speedup-analysis-3n-hsw"
25234   filter: "'NIC_Intel-XL710' and
25235            '64B' and
25236            ('BASE' or 'SCALE') and
25237            'NDRPDR' and
25238            'ETH' and
25239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25240            not 'VHOST' and
25241            not 'MEMIF'"
25242   parameters:
25243   - "throughput"
25244   - "parent"
25245   - "tags"
25246   sort:
25247   - "L2PATCH"
25248   - "L2XCBASE"
25249   - "BASE"
25250   - "FIB_10K"
25251   - "FIB_100K"
25252   - "FIB_1M"
25253   layout:
25254     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25255     layout: "plot-throughput-speedup-analysis"
25256
25257 -
25258   type: "plot"
25259   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25263   data: "plot-throughput-speedup-analysis-3n-hsw"
25264   filter: "'NIC_Intel-XL710' and
25265            '64B' and
25266            ('BASE' or 'SCALE') and
25267            'NDRPDR' and
25268            'ETH' and
25269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25270            not 'VHOST' and
25271            not 'MEMIF'"
25272   parameters:
25273   - "throughput"
25274   - "parent"
25275   - "tags"
25276   sort:
25277   - "L2PATCH"
25278   - "L2XCBASE"
25279   - "BASE"
25280   - "FIB_10K"
25281   - "FIB_100K"
25282   - "FIB_1M"
25283   layout:
25284     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25285     layout: "plot-throughput-speedup-analysis"
25286
25287 # Speedup - VPP L2 3n-skx-x710 base and scale
25288 -
25289   type: "plot"
25290   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25291   algorithm: "plot_throughput_speedup_analysis"
25292   output-file-type: ".html"
25293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25294   data: "plot-throughput-speedup-analysis-3n-skx"
25295   filter: "'NIC_Intel-X710' and
25296            '64B' and
25297            ('BASE' or 'SCALE') and
25298            'NDRPDR' and
25299            'ETH' and
25300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25301            not 'VHOST' and
25302            not 'MEMIF'"
25303   parameters:
25304   - "throughput"
25305   - "parent"
25306   - "tags"
25307   sort:
25308   - "L2PATCH"
25309   - "L2XCBASE"
25310   - "BASE"
25311   - "FIB_10K"
25312   - "FIB_100K"
25313   - "FIB_1M"
25314   layout:
25315     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25316     layout: "plot-throughput-speedup-analysis"
25317
25318 -
25319   type: "plot"
25320   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25321   algorithm: "plot_throughput_speedup_analysis"
25322   output-file-type: ".html"
25323   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25324   data: "plot-throughput-speedup-analysis-3n-skx"
25325   filter: "'NIC_Intel-X710' and
25326            '64B' and
25327            ('BASE' or 'SCALE') and
25328            'NDRPDR' and
25329            'ETH' and
25330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25331            not 'VHOST' and
25332            not 'MEMIF'"
25333   parameters:
25334   - "throughput"
25335   - "parent"
25336   - "tags"
25337   sort:
25338   - "L2PATCH"
25339   - "L2XCBASE"
25340   - "BASE"
25341   - "FIB_10K"
25342   - "FIB_100K"
25343   - "FIB_1M"
25344   layout:
25345     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25346     layout: "plot-throughput-speedup-analysis"
25347
25348 # Speedup - VPP L2 3n-skx-x710 features
25349 -
25350   type: "plot"
25351   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25352   algorithm: "plot_throughput_speedup_analysis"
25353   output-file-type: ".html"
25354   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25355   data: "plot-throughput-speedup-analysis-3n-skx"
25356   filter: "'NIC_Intel-X710' and
25357            '64B' and
25358            'NDRPDR' and
25359            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25360            not 'ACL' and
25361            not 'VHOST' and
25362            not 'MEMIF'"
25363   parameters:
25364   - "throughput"
25365   - "parent"
25366   - "tags"
25367   sort:
25368   - "L2XCBASE"    # l2xcbase
25369   - "L2BDBASE"    # l2bdbase
25370   - "L2XCFWD"     # dot1q-l2xcbase
25371   - "L2BDMACLRN"  # dot1q-l2bdbase
25372   layout:
25373     title: "l2sw-3n-skx-x710-64b-features-ndr"
25374     layout: "plot-throughput-speedup-analysis"
25375
25376 -
25377   type: "plot"
25378   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25379   algorithm: "plot_throughput_speedup_analysis"
25380   output-file-type: ".html"
25381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25382   data: "plot-throughput-speedup-analysis-3n-skx"
25383   filter: "'NIC_Intel-X710' and
25384            '64B' and
25385            'NDRPDR' and
25386            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25387            not 'ACL' and
25388            not 'VHOST' and
25389            not 'MEMIF'"
25390   parameters:
25391   - "throughput"
25392   - "parent"
25393   - "tags"
25394   sort:
25395   - "L2XCBASE"    # l2xcbase
25396   - "L2BDBASE"    # l2bdbase
25397   - "L2XCFWD"     # dot1q-l2xcbase
25398   - "L2BDMACLRN"  # dot1q-l2bdbase
25399   layout:
25400     title: "l2sw-3n-skx-x710-64b-features-pdr"
25401     layout: "plot-throughput-speedup-analysis"
25402
25403 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25404 -
25405   type: "plot"
25406   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25407   algorithm: "plot_throughput_speedup_analysis"
25408   output-file-type: ".html"
25409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25410   data: "plot-throughput-speedup-analysis-3n-skx"
25411   filter: "'NIC_Intel-XXV710' and
25412            '64B' and
25413            ('BASE' or 'SCALE') and
25414            'NDRPDR' and
25415            'ETH' and
25416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25417            not 'VHOST' and
25418            not 'MEMIF'"
25419   parameters:
25420   - "throughput"
25421   - "parent"
25422   - "tags"
25423   sort:
25424   - "L2PATCH"
25425   - "L2XCBASE"
25426   - "BASE"
25427   - "FIB_10K"
25428   - "FIB_100K"
25429   - "FIB_1M"
25430   layout:
25431     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25432     layout: "plot-throughput-speedup-analysis"
25433
25434 -
25435   type: "plot"
25436   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25437   algorithm: "plot_throughput_speedup_analysis"
25438   output-file-type: ".html"
25439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25440   data: "plot-throughput-speedup-analysis-3n-skx"
25441   filter: "'NIC_Intel-XXV710' and
25442            '64B' and
25443            ('BASE' or 'SCALE') and
25444            'NDRPDR' and
25445            'ETH' and
25446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25447            not 'VHOST' and
25448            not 'MEMIF'"
25449   parameters:
25450   - "throughput"
25451   - "parent"
25452   - "tags"
25453   sort:
25454   - "L2PATCH"
25455   - "L2XCBASE"
25456   - "BASE"
25457   - "FIB_10K"
25458   - "FIB_100K"
25459   - "FIB_1M"
25460   layout:
25461     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
25462     layout: "plot-throughput-speedup-analysis"
25463
25464 # Speedup - VPP L2 2n-skx-x710 base and scale
25465 -
25466   type: "plot"
25467   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25468   algorithm: "plot_throughput_speedup_analysis"
25469   output-file-type: ".html"
25470   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25471   data: "plot-throughput-speedup-analysis-2n-skx"
25472   filter: "'NIC_Intel-X710' and
25473            '64B' and
25474            ('BASE' or 'SCALE') and
25475            'NDRPDR' and
25476            'ETH' and
25477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25478            not 'VHOST' and
25479            not 'MEMIF'"
25480   parameters:
25481   - "throughput"
25482   - "parent"
25483   - "tags"
25484   sort:
25485   - "L2PATCH"
25486   - "L2XCBASE"
25487   - "BASE"
25488   - "FIB_10K"
25489   - "FIB_100K"
25490   - "FIB_1M"
25491   layout:
25492     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25493     layout: "plot-throughput-speedup-analysis"
25494
25495 -
25496   type: "plot"
25497   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25498   algorithm: "plot_throughput_speedup_analysis"
25499   output-file-type: ".html"
25500   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25501   data: "plot-throughput-speedup-analysis-2n-skx"
25502   filter: "'NIC_Intel-X710' and
25503            '64B' and
25504            ('BASE' or 'SCALE') and
25505            'NDRPDR' and
25506            'ETH' and
25507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25508            not 'VHOST' and
25509            not 'MEMIF'"
25510   parameters:
25511   - "throughput"
25512   - "parent"
25513   - "tags"
25514   sort:
25515   - "L2PATCH"
25516   - "L2XCBASE"
25517   - "BASE"
25518   - "FIB_10K"
25519   - "FIB_100K"
25520   - "FIB_1M"
25521   layout:
25522     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25523     layout: "plot-throughput-speedup-analysis"
25524
25525 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25526 -
25527   type: "plot"
25528   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25529   algorithm: "plot_throughput_speedup_analysis"
25530   output-file-type: ".html"
25531   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25532   data: "plot-throughput-speedup-analysis-2n-skx"
25533   filter: "'NIC_Intel-XXV710' and
25534            '64B' and
25535            ('BASE' or 'SCALE') and
25536            'NDRPDR' and
25537            'ETH' and
25538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25539            not 'VHOST' and
25540            not 'MEMIF'"
25541   parameters:
25542   - "throughput"
25543   - "parent"
25544   - "tags"
25545   sort:
25546   - "L2PATCH"
25547   - "L2XCBASE"
25548   - "BASE"
25549   - "FIB_10K"
25550   - "FIB_100K"
25551   - "FIB_1M"
25552   layout:
25553     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25554     layout: "plot-throughput-speedup-analysis"
25555
25556 -
25557   type: "plot"
25558   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25559   algorithm: "plot_throughput_speedup_analysis"
25560   output-file-type: ".html"
25561   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25562   data: "plot-throughput-speedup-analysis-2n-skx"
25563   filter: "'NIC_Intel-XXV710' and
25564            '64B' and
25565            ('BASE' or 'SCALE') and
25566            'NDRPDR' and
25567            'ETH' and
25568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25569            not 'VHOST' and
25570            not 'MEMIF'"
25571   parameters:
25572   - "throughput"
25573   - "parent"
25574   - "tags"
25575   sort:
25576   - "L2PATCH"
25577   - "L2XCBASE"
25578   - "BASE"
25579   - "FIB_10K"
25580   - "FIB_100K"
25581   - "FIB_1M"
25582   layout:
25583     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25584     layout: "plot-throughput-speedup-analysis"
25585
25586 ################################################################################
25587
25588 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25589 -
25590   type: "plot"
25591   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25592   algorithm: "plot_throughput_speedup_analysis"
25593   output-file-type: ".html"
25594   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25595   data: "plot-throughput-speedup-analysis-3n-hsw"
25596   filter: "'NIC_Intel-X520-DA2' and
25597            '64B' and
25598            'NDRPDR' and
25599            'ETH' and
25600            'IP4FWD' and
25601            'VHOST_1024' and
25602            not 'VXLAN' and
25603            not 'DOT1Q'"
25604   parameters:
25605   - "throughput"
25606   - "parent"
25607   - "tags"
25608   sort:
25609   - "not CFS_OPT"
25610   - "1VM"
25611   - "2VM"
25612   layout:
25613     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25614     layout: "plot-throughput-speedup-analysis"
25615
25616 -
25617   type: "plot"
25618   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25619   algorithm: "plot_throughput_speedup_analysis"
25620   output-file-type: ".html"
25621   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25622   data: "plot-throughput-speedup-analysis-3n-hsw"
25623   filter: "'NIC_Intel-X520-DA2' and
25624            '64B' and
25625            'NDRPDR' and
25626            'ETH' and
25627            'IP4FWD' and
25628            'VHOST_1024' and
25629            not 'VXLAN' and
25630            not 'DOT1Q'"
25631   parameters:
25632   - "throughput"
25633   - "parent"
25634   - "tags"
25635   sort:
25636   - "not CFS_OPT"
25637   - "1VM"
25638   - "2VM"
25639   layout:
25640     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25641     layout: "plot-throughput-speedup-analysis"
25642
25643 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
25644 -
25645   type: "plot"
25646   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25647   algorithm: "plot_throughput_speedup_analysis"
25648   output-file-type: ".html"
25649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25650   data: "plot-throughput-speedup-analysis-3n-hsw"
25651   filter: "'NIC_Intel-X520-DA2' and
25652            '64B' and
25653            'NDRPDR' and
25654            ('ETH' or 'DOT1Q') and
25655            'VHOST_1024' and
25656            not 'VXLAN' and
25657            not 'IP4FWD' and
25658            not '2VM'"
25659   parameters:
25660   - "throughput"
25661   - "parent"
25662   - "tags"
25663 #  sort:
25664 #  - "VM"  # "not CFS_OPT"
25665 #  - "CFS_OPT"
25666 #  - "FIB_10K"
25667 #  - "FIB_100K"
25668 #  - "FIB_1M"
25669   layout:
25670     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25671     layout: "plot-throughput-speedup-analysis"
25672
25673 -
25674   type: "plot"
25675   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25676   algorithm: "plot_throughput_speedup_analysis"
25677   output-file-type: ".html"
25678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25679   data: "plot-throughput-speedup-analysis-3n-hsw"
25680   filter: "'NIC_Intel-X520-DA2' and
25681            '64B' and
25682            'NDRPDR' and
25683            ('ETH' or 'DOT1Q') and
25684            'L2BDMACLRN' and
25685            'VHOST_1024' and
25686            not 'VXLAN' and
25687            not 'IP4FWD' and
25688            not '2VM'"
25689   parameters:
25690   - "throughput"
25691   - "parent"
25692   - "tags"
25693 #  sort:
25694 #  - "VM"  # "not CFS_OPT"
25695 #  - "CFS_OPT"
25696 #  - "FIB_10K"
25697 #  - "FIB_100K"
25698 #  - "FIB_1M"
25699   layout:
25700     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25701     layout: "plot-throughput-speedup-analysis"
25702
25703 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25704 -
25705   type: "plot"
25706   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25707   algorithm: "plot_throughput_speedup_analysis"
25708   output-file-type: ".html"
25709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25710   data: "plot-throughput-speedup-analysis-3n-hsw"
25711   filter: "'NIC_Intel-X520-DA2' and
25712            '64B' and
25713            'NDRPDR' and
25714            ('ETH' or 'DOT1Q') and
25715            'BASE' and
25716            ('L2BDMACLRN' or 'L2XCFWD') and
25717            'VHOST_1024' and
25718            not 'VXLAN' and
25719            not 'IP4FWD' and
25720            not '2VM'"
25721   parameters:
25722   - "throughput"
25723   - "parent"
25724   - "tags"
25725 #  sort:
25726 #  - "not CFS_OPT"
25727 #  - "L2XCFWD"
25728 #  - "not CFS_OPT"
25729 #  - "CFS_OPT"
25730   layout:
25731     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
25732     layout: "plot-throughput-speedup-analysis"
25733
25734 -
25735   type: "plot"
25736   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25737   algorithm: "plot_throughput_speedup_analysis"
25738   output-file-type: ".html"
25739   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25740   data: "plot-throughput-speedup-analysis-3n-hsw"
25741   filter: "'NIC_Intel-X520-DA2' and
25742            '64B' and
25743            'NDRPDR' and
25744            ('ETH' or 'DOT1Q') and
25745            'BASE' and
25746            ('L2BDMACLRN' or 'L2XCFWD') and
25747            'VHOST_1024' and
25748            not 'VXLAN' and
25749            not 'IP4FWD' and
25750            not '2VM'"
25751   parameters:
25752   - "throughput"
25753   - "parent"
25754   - "tags"
25755 #  sort:
25756 #  - "not CFS_OPT"
25757 #  - "L2XCFWD"
25758 #  - "not CFS_OPT"
25759 #  - "CFS_OPT"
25760   layout:
25761     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
25762     layout: "plot-throughput-speedup-analysis"
25763
25764 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25765 -
25766   type: "plot"
25767   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25768   algorithm: "plot_throughput_speedup_analysis"
25769   output-file-type: ".html"
25770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25771   data: "plot-throughput-speedup-analysis-3n-hsw"
25772   filter: "'NIC_Intel-X520-DA2' and
25773            '64B' and
25774            'NDRPDR' and
25775            ('ETH' or 'DOT1Q') and
25776            ('L2BDMACLRN' or 'L2XCFWD') and
25777            'VHOST_1024' and
25778            not 'CFS_OPT' and
25779            not 'VXLAN' and
25780            not 'IP4FWD' and
25781            not 'LBOND'"
25782   parameters:
25783   - "throughput"
25784   - "parent"
25785   - "tags"
25786 #  sort:
25787 #  - "1VM"
25788 #  - "L2XCFWD"
25789 #  - "1VM"
25790 #  - "L2BDMACLRN"
25791   layout:
25792     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25793     layout: "plot-throughput-speedup-analysis"
25794
25795 -
25796   type: "plot"
25797   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25798   algorithm: "plot_throughput_speedup_analysis"
25799   output-file-type: ".html"
25800   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25801   data: "plot-throughput-speedup-analysis-3n-hsw"
25802   filter: "'NIC_Intel-X520-DA2' and
25803            '64B' and
25804            'NDRPDR' and
25805            ('ETH' or 'DOT1Q') and
25806            ('L2BDMACLRN' or 'L2XCFWD') and
25807            'VHOST_1024' and
25808            not 'CFS_OPT' and
25809            not 'VXLAN' and
25810            not 'IP4FWD' and
25811            not 'LBOND'"
25812   parameters:
25813   - "throughput"
25814   - "parent"
25815   - "tags"
25816 #  sort:
25817 #  - "1VM"
25818 #  - "L2XCFWD"
25819 #  - "1VM"
25820 #  - "L2BDMACLRN"
25821   layout:
25822     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25823     layout: "plot-throughput-speedup-analysis"
25824
25825 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25826 -
25827   type: "plot"
25828   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25829   algorithm: "plot_throughput_speedup_analysis"
25830   output-file-type: ".html"
25831   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25832   data: "plot-throughput-speedup-analysis-3n-hsw"
25833   filter: "'NIC_Intel-X710' and
25834            '64B' and
25835            'NDRPDR' and
25836            'ETH' and
25837            'IP4FWD' and
25838            'VHOST_1024' and
25839            not 'VXLAN' and
25840            not 'DOT1Q'"
25841   parameters:
25842   - "throughput"
25843   - "parent"
25844   - "tags"
25845   sort:
25846   - "not CFS_OPT"
25847   - "1VM"
25848   - "2VM"
25849   layout:
25850     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25851     layout: "plot-throughput-speedup-analysis"
25852
25853 -
25854   type: "plot"
25855   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25856   algorithm: "plot_throughput_speedup_analysis"
25857   output-file-type: ".html"
25858   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25859   data: "plot-throughput-speedup-analysis-3n-hsw"
25860   filter: "'NIC_Intel-X710' and
25861            '64B' and
25862            'NDRPDR' and
25863            'ETH' and
25864            'IP4FWD' and
25865            'VHOST_1024' and
25866            not 'VXLAN' and
25867            not 'DOT1Q'"
25868   parameters:
25869   - "throughput"
25870   - "parent"
25871   - "tags"
25872   sort:
25873   - "not CFS_OPT"
25874   - "1VM"
25875   - "2VM"
25876   layout:
25877     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25878     layout: "plot-throughput-speedup-analysis"
25879
25880 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
25881 -
25882   type: "plot"
25883   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25884   algorithm: "plot_throughput_speedup_analysis"
25885   output-file-type: ".html"
25886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25887   data: "plot-throughput-speedup-analysis-3n-hsw"
25888   filter: "'NIC_Intel-X710' and
25889            '64B' and
25890            'NDRPDR' and
25891            ('ETH' or 'DOT1Q') and
25892            'L2BDMACLRN' and
25893            'VHOST_1024' and
25894            not 'VXLAN' and
25895            not 'IP4FWD' and
25896            not '2VM'"
25897   parameters:
25898   - "throughput"
25899   - "parent"
25900   - "tags"
25901 #  sort:
25902 #  - "VM"  # "not CFS_OPT"
25903 #  - "CFS_OPT"
25904 #  - "FIB_10K"
25905 #  - "FIB_100K"
25906 #  - "FIB_1M"
25907   layout:
25908     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25909     layout: "plot-throughput-speedup-analysis"
25910
25911 -
25912   type: "plot"
25913   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25914   algorithm: "plot_throughput_speedup_analysis"
25915   output-file-type: ".html"
25916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25917   data: "plot-throughput-speedup-analysis-3n-hsw"
25918   filter: "'NIC_Intel-X710' and
25919            '64B' and
25920            'NDRPDR' and
25921            ('ETH' or 'DOT1Q') and
25922            'L2BDMACLRN' and
25923            'VHOST_1024' and
25924            not 'VXLAN' and
25925            not 'IP4FWD' and
25926            not '2VM'"
25927   parameters:
25928   - "throughput"
25929   - "parent"
25930   - "tags"
25931 #  sort:
25932 #  - "VM"  # "not CFS_OPT"
25933 #  - "CFS_OPT"
25934 #  - "FIB_10K"
25935 #  - "FIB_100K"
25936 #  - "FIB_1M"
25937   layout:
25938     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25939     layout: "plot-throughput-speedup-analysis"
25940
25941 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25942 -
25943   type: "plot"
25944   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
25945   algorithm: "plot_throughput_speedup_analysis"
25946   output-file-type: ".html"
25947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
25948   data: "plot-throughput-speedup-analysis-3n-hsw"
25949   filter: "'NIC_Intel-X710' and
25950            '64B' and
25951            'NDRPDR' and
25952            ('ETH' or 'DOT1Q') and
25953            'BASE' and
25954            ('L2BDMACLRN' or 'L2XCFWD') and
25955            'VHOST_1024' and
25956            not 'VXLAN' and
25957            not 'IP4FWD' and
25958            not '2VM'"
25959   parameters:
25960   - "throughput"
25961   - "parent"
25962   - "tags"
25963 #  sort:
25964 #  - "not CFS_OPT"
25965 #  - "L2XCFWD"
25966 #  - "not CFS_OPT"
25967 #  - "CFS_OPT"
25968   layout:
25969     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
25970     layout: "plot-throughput-speedup-analysis"
25971
25972 -
25973   type: "plot"
25974   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
25975   algorithm: "plot_throughput_speedup_analysis"
25976   output-file-type: ".html"
25977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
25978   data: "plot-throughput-speedup-analysis-3n-hsw"
25979   filter: "'NIC_Intel-X710' and
25980            '64B' and
25981            'NDRPDR' and
25982            ('ETH' or 'DOT1Q') and
25983            'BASE' and
25984            ('L2BDMACLRN' or 'L2XCFWD') and
25985            'VHOST_1024' and
25986            not 'VXLAN' and
25987            not 'IP4FWD' and
25988            not '2VM'"
25989   parameters:
25990   - "throughput"
25991   - "parent"
25992   - "tags"
25993 #  sort:
25994 #  - "not CFS_OPT"
25995 #  - "L2XCFWD"
25996 #  - "not CFS_OPT"
25997 #  - "CFS_OPT"
25998   layout:
25999     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
26000     layout: "plot-throughput-speedup-analysis"
26001
26002 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26003 -
26004   type: "plot"
26005   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26006   algorithm: "plot_throughput_speedup_analysis"
26007   output-file-type: ".html"
26008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26009   data: "plot-throughput-speedup-analysis-3n-hsw"
26010   filter: "'NIC_Intel-X710' and
26011            '64B' and
26012            'NDRPDR' and
26013            ('ETH' or 'DOT1Q') and
26014            ('L2BDMACLRN' or 'L2XCFWD') and
26015            'VHOST_1024' and
26016            not 'CFS_OPT' and
26017            not 'VXLAN' and
26018            not 'IP4FWD' and
26019            not 'LBOND'"
26020   parameters:
26021   - "throughput"
26022   - "parent"
26023   - "tags"
26024 #  sort:
26025 #  - "1VM"
26026 #  - "L2XCFWD"
26027 #  - "1VM"
26028 #  - "L2BDMACLRN"
26029   layout:
26030     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
26031     layout: "plot-throughput-speedup-analysis"
26032
26033 -
26034   type: "plot"
26035   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26036   algorithm: "plot_throughput_speedup_analysis"
26037   output-file-type: ".html"
26038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26039   data: "plot-throughput-speedup-analysis-3n-hsw"
26040   filter: "'NIC_Intel-X710' and
26041            '64B' and
26042            'NDRPDR' and
26043            ('ETH' or 'DOT1Q') and
26044            ('L2BDMACLRN' or 'L2XCFWD') and
26045            'VHOST_1024' and
26046            not 'CFS_OPT' and
26047            not 'VXLAN' and
26048            not 'IP4FWD' and
26049            not 'LBOND'"
26050   parameters:
26051   - "throughput"
26052   - "parent"
26053   - "tags"
26054 #  sort:
26055 #  - "1VM"
26056 #  - "L2XCFWD"
26057 #  - "1VM"
26058 #  - "L2BDMACLRN"
26059   layout:
26060     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
26061     layout: "plot-throughput-speedup-analysis"
26062
26063 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
26064 -
26065   type: "plot"
26066   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26067   algorithm: "plot_throughput_speedup_analysis"
26068   output-file-type: ".html"
26069   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26070   data: "plot-throughput-speedup-analysis-3n-hsw"
26071   filter: "'NIC_Intel-XL710' and
26072            '64B' and
26073            'NDRPDR' and
26074            'ETH' and
26075            'IP4FWD' and
26076            'VHOST_1024' and
26077            not 'VXLAN' and
26078            not 'DOT1Q'"
26079   parameters:
26080   - "throughput"
26081   - "parent"
26082   - "tags"
26083   sort:
26084   - "not CFS_OPT"
26085   - "1VM"
26086   - "2VM"
26087   layout:
26088     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26089     layout: "plot-throughput-speedup-analysis"
26090
26091 -
26092   type: "plot"
26093   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26094   algorithm: "plot_throughput_speedup_analysis"
26095   output-file-type: ".html"
26096   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26097   data: "plot-throughput-speedup-analysis-3n-hsw"
26098   filter: "'NIC_Intel-XL710' and
26099            '64B' and
26100            'NDRPDR' and
26101            'ETH' and
26102            'IP4FWD' and
26103            'VHOST_1024' and
26104            not 'VXLAN' and
26105            not 'DOT1Q'"
26106   parameters:
26107   - "throughput"
26108   - "parent"
26109   - "tags"
26110   sort:
26111   - "not CFS_OPT"
26112   - "1VM"
26113   - "2VM"
26114   layout:
26115     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26116     layout: "plot-throughput-speedup-analysis"
26117
26118 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
26119 -
26120   type: "plot"
26121   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26122   algorithm: "plot_throughput_speedup_analysis"
26123   output-file-type: ".html"
26124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26125   data: "plot-throughput-speedup-analysis-3n-hsw"
26126   filter: "'NIC_Intel-XL710' and
26127            '64B' and
26128            'NDRPDR' and
26129            ('ETH' or 'DOT1Q') and
26130            'L2BDMACLRN' and
26131            'VHOST_1024' and
26132            not 'VXLAN' and
26133            not 'IP4FWD' and
26134            not '2VM'"
26135   parameters:
26136   - "throughput"
26137   - "parent"
26138   - "tags"
26139 #  sort:
26140 #  - "VM"  # "not CFS_OPT"
26141 #  - "CFS_OPT"
26142 #  - "FIB_10K"
26143 #  - "FIB_100K"
26144 #  - "FIB_1M"
26145   layout:
26146     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26147     layout: "plot-throughput-speedup-analysis"
26148
26149 -
26150   type: "plot"
26151   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26152   algorithm: "plot_throughput_speedup_analysis"
26153   output-file-type: ".html"
26154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26155   data: "plot-throughput-speedup-analysis-3n-hsw"
26156   filter: "'NIC_Intel-XL710' and
26157            '64B' and
26158            'NDRPDR' and
26159            ('ETH' or 'DOT1Q') and
26160            'L2BDMACLRN' and
26161            'VHOST_1024' and
26162            not 'VXLAN' and
26163            not 'IP4FWD' and
26164            not '2VM'"
26165   parameters:
26166   - "throughput"
26167   - "parent"
26168   - "tags"
26169 #  sort:
26170 #  - "VM"  # "not CFS_OPT"
26171 #  - "CFS_OPT"
26172 #  - "FIB_10K"
26173 #  - "FIB_100K"
26174 #  - "FIB_1M"
26175   layout:
26176     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26177     layout: "plot-throughput-speedup-analysis"
26178
26179 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
26180 -
26181   type: "plot"
26182   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26183   algorithm: "plot_throughput_speedup_analysis"
26184   output-file-type: ".html"
26185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26186   data: "plot-throughput-speedup-analysis-3n-hsw"
26187   filter: "'NIC_Intel-XL710' and
26188            '64B' and
26189            'NDRPDR' and
26190            ('ETH' or 'DOT1Q') and
26191            'BASE' and
26192            ('L2BDMACLRN' or 'L2XCFWD') and
26193            'VHOST_1024' and
26194            not 'VXLAN' and
26195            not 'IP4FWD' and
26196            not '2VM'"
26197   parameters:
26198   - "throughput"
26199   - "parent"
26200   - "tags"
26201 #  sort:
26202 #  - "not CFS_OPT"
26203 #  - "L2XCFWD"
26204 #  - "not CFS_OPT"
26205 #  - "CFS_OPT"
26206   layout:
26207     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
26208     layout: "plot-throughput-speedup-analysis"
26209
26210 -
26211   type: "plot"
26212   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26213   algorithm: "plot_throughput_speedup_analysis"
26214   output-file-type: ".html"
26215   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26216   data: "plot-throughput-speedup-analysis-3n-hsw"
26217   filter: "'NIC_Intel-XL710' and
26218            '64B' and
26219            'NDRPDR' and
26220            ('ETH' or 'DOT1Q') and
26221            'BASE' and
26222            ('L2BDMACLRN' or 'L2XCFWD') and
26223            'VHOST_1024' and
26224            not 'VXLAN' and
26225            not 'IP4FWD' and
26226            not '2VM'"
26227   parameters:
26228   - "throughput"
26229   - "parent"
26230   - "tags"
26231 #  sort:
26232 #  - "not CFS_OPT"
26233 #  - "L2XCFWD"
26234 #  - "not CFS_OPT"
26235 #  - "CFS_OPT"
26236   layout:
26237     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
26238     layout: "plot-throughput-speedup-analysis"
26239
26240 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
26241 -
26242   type: "plot"
26243   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26244   algorithm: "plot_throughput_speedup_analysis"
26245   output-file-type: ".html"
26246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26247   data: "plot-throughput-speedup-analysis-3n-hsw"
26248   filter: "'NIC_Intel-XL710' and
26249            '64B' and
26250            'NDRPDR' and
26251            ('ETH' or 'DOT1Q') and
26252            ('L2BDMACLRN' or 'L2XCFWD') and
26253            'VHOST_1024' and
26254            not 'CFS_OPT' and
26255            not 'VXLAN' and
26256            not 'IP4FWD'"
26257   parameters:
26258   - "throughput"
26259   - "parent"
26260   - "tags"
26261 #  sort:
26262 #  - "1VM"
26263 #  - "L2XCFWD"
26264 #  - "1VM"
26265 #  - "L2BDMACLRN"
26266   layout:
26267     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
26268     layout: "plot-throughput-speedup-analysis"
26269
26270 -
26271   type: "plot"
26272   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26273   algorithm: "plot_throughput_speedup_analysis"
26274   output-file-type: ".html"
26275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26276   data: "plot-throughput-speedup-analysis-3n-hsw"
26277   filter: "'NIC_Intel-XL710' and
26278            '64B' and
26279            'NDRPDR' and
26280            ('ETH' or 'DOT1Q') and
26281            ('L2BDMACLRN' or 'L2XCFWD') and
26282            'VHOST_1024' and
26283            not 'CFS_OPT' and
26284            not 'VXLAN' and
26285            not 'IP4FWD'"
26286   parameters:
26287   - "throughput"
26288   - "parent"
26289   - "tags"
26290 #  sort:
26291 #  - "1VM"
26292 #  - "L2XCFWD"
26293 #  - "1VM"
26294 #  - "L2BDMACLRN"
26295   layout:
26296     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
26297     layout: "plot-throughput-speedup-analysis"
26298
26299 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26300 -
26301   type: "plot"
26302   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26303   algorithm: "plot_throughput_speedup_analysis"
26304   output-file-type: ".html"
26305   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26306   data: "plot-throughput-speedup-analysis-3n-skx"
26307   filter: "'NIC_Intel-X710' and
26308            '64B' and
26309            'NDRPDR' and
26310            'ETH' and
26311            'IP4FWD' and
26312            'VHOST_1024' and
26313            not 'VXLAN' and
26314            not 'DOT1Q'"
26315   parameters:
26316   - "throughput"
26317   - "parent"
26318   - "tags"
26319   sort:
26320   - "not CFS_OPT"
26321   - "1VM"
26322   - "2VM"
26323   layout:
26324     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26325     layout: "plot-throughput-speedup-analysis"
26326
26327 -
26328   type: "plot"
26329   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26330   algorithm: "plot_throughput_speedup_analysis"
26331   output-file-type: ".html"
26332   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26333   data: "plot-throughput-speedup-analysis-3n-skx"
26334   filter: "'NIC_Intel-X710' and
26335            '64B' and
26336            'NDRPDR' and
26337            'ETH' and
26338            'IP4FWD' and
26339            'VHOST_1024' and
26340            not 'VXLAN' and
26341            not 'DOT1Q'"
26342   parameters:
26343   - "throughput"
26344   - "parent"
26345   - "tags"
26346   sort:
26347   - "not CFS_OPT"
26348   - "1VM"
26349   - "2VM"
26350   layout:
26351     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26352     layout: "plot-throughput-speedup-analysis"
26353
26354 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
26355 -
26356   type: "plot"
26357   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26358   algorithm: "plot_throughput_speedup_analysis"
26359   output-file-type: ".html"
26360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26361   data: "plot-throughput-speedup-analysis-3n-skx"
26362   filter: "'NIC_Intel-X710' and
26363            '64B' and
26364            'NDRPDR' and
26365            ('ETH' or 'DOT1Q') and
26366            'L2BDMACLRN' and
26367            'VHOST_1024' and
26368            not 'VXLAN' and
26369            not 'IP4FWD' and
26370            not '2VM'"
26371   parameters:
26372   - "throughput"
26373   - "parent"
26374   - "tags"
26375 #  sort:
26376 #  - "VM"  # "not CFS_OPT"
26377 #  - "CFS_OPT"
26378 #  - "FIB_10K"
26379 #  - "FIB_100K"
26380 #  - "FIB_1M"
26381   layout:
26382     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26383     layout: "plot-throughput-speedup-analysis"
26384
26385 -
26386   type: "plot"
26387   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26388   algorithm: "plot_throughput_speedup_analysis"
26389   output-file-type: ".html"
26390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26391   data: "plot-throughput-speedup-analysis-3n-skx"
26392   filter: "'NIC_Intel-X710' and
26393            '64B' and
26394            'NDRPDR' and
26395            ('ETH' or 'DOT1Q') and
26396            'L2BDMACLRN' and
26397            'VHOST_1024' and
26398            not 'VXLAN' and
26399            not 'IP4FWD' and
26400            not '2VM'"
26401   parameters:
26402   - "throughput"
26403   - "parent"
26404   - "tags"
26405 #  sort:
26406 #  - "VM"  # "not CFS_OPT"
26407 #  - "CFS_OPT"
26408 #  - "FIB_10K"
26409 #  - "FIB_100K"
26410 #  - "FIB_1M"
26411   layout:
26412     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26413     layout: "plot-throughput-speedup-analysis"
26414
26415 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
26416 -
26417   type: "plot"
26418   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26419   algorithm: "plot_throughput_speedup_analysis"
26420   output-file-type: ".html"
26421   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26422   data: "plot-throughput-speedup-analysis-3n-skx"
26423   filter: "'NIC_Intel-X710' and
26424            '64B' and
26425            'NDRPDR' and
26426            ('ETH' or 'DOT1Q') and
26427            'BASE' and
26428            ('L2BDMACLRN' or 'L2XCFWD') and
26429            'VHOST_1024' and
26430            not 'VXLAN' and
26431            not 'IP4FWD' and
26432            not '2VM' and
26433            not 'LBOND'"
26434   parameters:
26435   - "throughput"
26436   - "parent"
26437   - "tags"
26438 #  sort:
26439 #  - "not CFS_OPT"
26440 #  - "L2XCFWD"
26441 #  - "not CFS_OPT"
26442 #  - "CFS_OPT"
26443   layout:
26444     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
26445     layout: "plot-throughput-speedup-analysis"
26446
26447 -
26448   type: "plot"
26449   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26450   algorithm: "plot_throughput_speedup_analysis"
26451   output-file-type: ".html"
26452   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26453   data: "plot-throughput-speedup-analysis-3n-skx"
26454   filter: "'NIC_Intel-X710' and
26455            '64B' and
26456            'NDRPDR' and
26457            ('ETH' or 'DOT1Q') and
26458            'BASE' and
26459            ('L2BDMACLRN' or 'L2XCFWD') and
26460            'VHOST_1024' and
26461            not 'VXLAN' and
26462            not 'IP4FWD' and
26463            not '2VM' and
26464            not 'LBOND'"
26465   parameters:
26466   - "throughput"
26467   - "parent"
26468   - "tags"
26469 #  sort:
26470 #  - "not CFS_OPT"
26471 #  - "L2XCFWD"
26472 #  - "not CFS_OPT"
26473 #  - "CFS_OPT"
26474   layout:
26475     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
26476     layout: "plot-throughput-speedup-analysis"
26477
26478 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
26479 -
26480   type: "plot"
26481   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26482   algorithm: "plot_throughput_speedup_analysis"
26483   output-file-type: ".html"
26484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26485   data: "plot-throughput-speedup-analysis-3n-skx"
26486   filter: "'NIC_Intel-X710' and
26487            '64B' and
26488            'NDRPDR' and
26489            ('ETH' or 'DOT1Q') and
26490            ('L2BDMACLRN' or 'L2XCFWD') and
26491            'VHOST_1024' and
26492            not 'CFS_OPT' and
26493            not 'VXLAN' and
26494            not 'IP4FWD' and
26495            not 'LBOND'"
26496   parameters:
26497   - "throughput"
26498   - "parent"
26499   - "tags"
26500 #  sort:
26501 #  - "1VM"
26502 #  - "L2XCFWD"
26503 #  - "1VM"
26504 #  - "L2BDMACLRN"
26505   layout:
26506     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
26507     layout: "plot-throughput-speedup-analysis"
26508
26509 -
26510   type: "plot"
26511   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26512   algorithm: "plot_throughput_speedup_analysis"
26513   output-file-type: ".html"
26514   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26515   data: "plot-throughput-speedup-analysis-3n-skx"
26516   filter: "'NIC_Intel-X710' and
26517            '64B' and
26518            'NDRPDR' and
26519            ('ETH' or 'DOT1Q') and
26520            ('L2BDMACLRN' or 'L2XCFWD') and
26521            'VHOST_1024' and
26522            not 'CFS_OPT' and
26523            not 'VXLAN' and
26524            not 'IP4FWD' and
26525            not 'LBOND'"
26526   parameters:
26527   - "throughput"
26528   - "parent"
26529   - "tags"
26530 #  sort:
26531 #  - "1VM"
26532 #  - "L2XCFWD"
26533 #  - "1VM"
26534 #  - "L2BDMACLRN"
26535   layout:
26536     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
26537     layout: "plot-throughput-speedup-analysis"
26538
26539 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26540 -
26541   type: "plot"
26542   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26543   algorithm: "plot_throughput_speedup_analysis"
26544   output-file-type: ".html"
26545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26546   data: "plot-throughput-speedup-analysis-2n-skx"
26547   filter: "'NIC_Intel-X710' and
26548            '64B' and
26549            'NDRPDR' and
26550            'ETH' and
26551            'IP4FWD' and
26552            'VHOST_1024' and
26553            not 'VXLAN' and
26554            not 'DOT1Q'"
26555   parameters:
26556   - "throughput"
26557   - "parent"
26558   - "tags"
26559   sort:
26560   - "not CFS_OPT"
26561   - "1VM"
26562   - "2VM"
26563   layout:
26564     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26565     layout: "plot-throughput-speedup-analysis"
26566
26567 -
26568   type: "plot"
26569   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26570   algorithm: "plot_throughput_speedup_analysis"
26571   output-file-type: ".html"
26572   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26573   data: "plot-throughput-speedup-analysis-2n-skx"
26574   filter: "'NIC_Intel-X710' and
26575            '64B' and
26576            'NDRPDR' and
26577            'ETH' and
26578            'IP4FWD' and
26579            'VHOST_1024' and
26580            not 'VXLAN' and
26581            not 'DOT1Q'"
26582   parameters:
26583   - "throughput"
26584   - "parent"
26585   - "tags"
26586   sort:
26587   - "not CFS_OPT"
26588   - "1VM"
26589   - "2VM"
26590   layout:
26591     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26592     layout: "plot-throughput-speedup-analysis"
26593
26594 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
26595 -
26596   type: "plot"
26597   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26598   algorithm: "plot_throughput_speedup_analysis"
26599   output-file-type: ".html"
26600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26601   data: "plot-throughput-speedup-analysis-2n-skx"
26602   filter: "'NIC_Intel-X710' and
26603            '64B' and
26604            'NDRPDR' and
26605            ('ETH' or 'DOT1Q') and
26606            'L2BDMACLRN' and
26607            'VHOST_1024' and
26608            not 'VXLAN' and
26609            not 'IP4FWD' and
26610            not '2VM'"
26611   parameters:
26612   - "throughput"
26613   - "parent"
26614   - "tags"
26615 #  sort:
26616 #  - "VM"  # "not CFS_OPT"
26617 #  - "CFS_OPT"
26618 #  - "FIB_10K"
26619 #  - "FIB_100K"
26620 #  - "FIB_1M"
26621   layout:
26622     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26623     layout: "plot-throughput-speedup-analysis"
26624
26625 -
26626   type: "plot"
26627   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26628   algorithm: "plot_throughput_speedup_analysis"
26629   output-file-type: ".html"
26630   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26631   data: "plot-throughput-speedup-analysis-2n-skx"
26632   filter: "'NIC_Intel-X710' and
26633            '64B' and
26634            'NDRPDR' and
26635            ('ETH' or 'DOT1Q') and
26636            'L2BDMACLRN' and
26637            'VHOST_1024' and
26638            not 'VXLAN' and
26639            not 'IP4FWD' and
26640            not '2VM'"
26641   parameters:
26642   - "throughput"
26643   - "parent"
26644   - "tags"
26645 #  sort:
26646 #  - "VM"  # "not CFS_OPT"
26647 #  - "CFS_OPT"
26648 #  - "FIB_10K"
26649 #  - "FIB_100K"
26650 #  - "FIB_1M"
26651   layout:
26652     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26653     layout: "plot-throughput-speedup-analysis"
26654
26655 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26656 -
26657   type: "plot"
26658   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26659   algorithm: "plot_throughput_speedup_analysis"
26660   output-file-type: ".html"
26661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26662   data: "plot-throughput-speedup-analysis-2n-skx"
26663   filter: "'NIC_Intel-X710' and
26664            '64B' and
26665            'NDRPDR' and
26666            ('ETH' or 'DOT1Q') and
26667            'BASE' and
26668            ('L2BDMACLRN' or 'L2XCFWD') and
26669            'VHOST_1024' and
26670            not 'VXLAN' and
26671            not 'IP4FWD' and
26672            not '2VM'"
26673   parameters:
26674   - "throughput"
26675   - "parent"
26676   - "tags"
26677 #  sort:
26678 #  - "not CFS_OPT"
26679 #  - "L2XCFWD"
26680 #  - "not CFS_OPT"
26681 #  - "CFS_OPT"
26682   layout:
26683     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
26684     layout: "plot-throughput-speedup-analysis"
26685
26686 -
26687   type: "plot"
26688   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26689   algorithm: "plot_throughput_speedup_analysis"
26690   output-file-type: ".html"
26691   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26692   data: "plot-throughput-speedup-analysis-2n-skx"
26693   filter: "'NIC_Intel-X710' and
26694            '64B' and
26695            'NDRPDR' and
26696            ('ETH' or 'DOT1Q') and
26697            'BASE' and
26698            ('L2BDMACLRN' or 'L2XCFWD') and
26699            'VHOST_1024' and
26700            not 'VXLAN' and
26701            not 'IP4FWD' and
26702            not '2VM'"
26703   parameters:
26704   - "throughput"
26705   - "parent"
26706   - "tags"
26707 #  sort:
26708 #  - "not CFS_OPT"
26709 #  - "L2XCFWD"
26710 #  - "not CFS_OPT"
26711 #  - "CFS_OPT"
26712   layout:
26713     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
26714     layout: "plot-throughput-speedup-analysis"
26715
26716 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26717 -
26718   type: "plot"
26719   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26720   algorithm: "plot_throughput_speedup_analysis"
26721   output-file-type: ".html"
26722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26723   data: "plot-throughput-speedup-analysis-2n-skx"
26724   filter: "'NIC_Intel-X710' and
26725            '64B' and
26726            'NDRPDR' and
26727            ('ETH' or 'DOT1Q') and
26728            ('L2BDMACLRN' or 'L2XCFWD') and
26729            'VHOST_1024' and
26730            not 'CFS_OPT' and
26731            not 'VXLAN' and
26732            not 'IP4FWD'"
26733   parameters:
26734   - "throughput"
26735   - "parent"
26736   - "tags"
26737 #  sort:
26738 #  - "1VM"
26739 #  - "L2XCFWD"
26740 #  - "1VM"
26741 #  - "L2BDMACLRN"
26742   layout:
26743     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26744     layout: "plot-throughput-speedup-analysis"
26745
26746 -
26747   type: "plot"
26748   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26749   algorithm: "plot_throughput_speedup_analysis"
26750   output-file-type: ".html"
26751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26752   data: "plot-throughput-speedup-analysis-2n-skx"
26753   filter: "'NIC_Intel-X710' and
26754            '64B' and
26755            'NDRPDR' and
26756            ('ETH' or 'DOT1Q') and
26757            ('L2BDMACLRN' or 'L2XCFWD') and
26758            'VHOST_1024' and
26759            not 'CFS_OPT' and
26760            not 'VXLAN' and
26761            not 'IP4FWD'"
26762   parameters:
26763   - "throughput"
26764   - "parent"
26765   - "tags"
26766 #  sort:
26767 #  - "1VM"
26768 #  - "L2XCFWD"
26769 #  - "1VM"
26770 #  - "L2BDMACLRN"
26771   layout:
26772     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26773     layout: "plot-throughput-speedup-analysis"
26774
26775 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26776 -
26777   type: "plot"
26778   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26779   algorithm: "plot_throughput_speedup_analysis"
26780   output-file-type: ".html"
26781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26782   data: "plot-throughput-speedup-analysis-2n-skx"
26783   filter: "'NIC_Intel-XXV710' and
26784            '64B' and
26785            'NDRPDR' and
26786            'ETH' and
26787            'IP4FWD' and
26788            'VHOST_1024' and
26789            not 'VXLAN' and
26790            not 'DOT1Q'"
26791   parameters:
26792   - "throughput"
26793   - "parent"
26794   - "tags"
26795   sort:
26796   - "not CFS_OPT"
26797   - "1VM"
26798   - "2VM"
26799   layout:
26800     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26801     layout: "plot-throughput-speedup-analysis"
26802
26803 -
26804   type: "plot"
26805   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26806   algorithm: "plot_throughput_speedup_analysis"
26807   output-file-type: ".html"
26808   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26809   data: "plot-throughput-speedup-analysis-2n-skx"
26810   filter: "'NIC_Intel-XXV710' and
26811            '64B' and
26812            'NDRPDR' and
26813            'ETH' and
26814            'IP4FWD' and
26815            'VHOST_1024' and
26816            not 'VXLAN' and
26817            not 'DOT1Q'"
26818   parameters:
26819   - "throughput"
26820   - "parent"
26821   - "tags"
26822   sort:
26823   - "not CFS_OPT"
26824   - "1VM"
26825   - "2VM"
26826   layout:
26827     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26828     layout: "plot-throughput-speedup-analysis"
26829
26830 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
26831 -
26832   type: "plot"
26833   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26834   algorithm: "plot_throughput_speedup_analysis"
26835   output-file-type: ".html"
26836   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26837   data: "plot-throughput-speedup-analysis-2n-skx"
26838   filter: "'NIC_Intel-XXV710' and
26839            '64B' and
26840            'NDRPDR' and
26841            ('ETH' or 'DOT1Q') and
26842            'L2BDMACLRN' and
26843            'VHOST_1024' and
26844            not 'VXLAN' and
26845            not 'IP4FWD' and
26846            not '2VM'"
26847   parameters:
26848   - "throughput"
26849   - "parent"
26850   - "tags"
26851 #  sort:
26852 #  - "VM"  # "not CFS_OPT"
26853 #  - "CFS_OPT"
26854 #  - "FIB_10K"
26855 #  - "FIB_100K"
26856 #  - "FIB_1M"
26857   layout:
26858     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26859     layout: "plot-throughput-speedup-analysis"
26860
26861 -
26862   type: "plot"
26863   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26864   algorithm: "plot_throughput_speedup_analysis"
26865   output-file-type: ".html"
26866   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26867   data: "plot-throughput-speedup-analysis-2n-skx"
26868   filter: "'NIC_Intel-XXV710' and
26869            '64B' and
26870            'NDRPDR' and
26871            ('ETH' or 'DOT1Q') and
26872            'L2BDMACLRN' and
26873            'VHOST_1024' and
26874            not 'VXLAN' and
26875            not 'IP4FWD' and
26876            not '2VM'"
26877   parameters:
26878   - "throughput"
26879   - "parent"
26880   - "tags"
26881 #  sort:
26882 #  - "VM"  # "not CFS_OPT"
26883 #  - "CFS_OPT"
26884 #  - "FIB_10K"
26885 #  - "FIB_100K"
26886 #  - "FIB_1M"
26887   layout:
26888     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26889     layout: "plot-throughput-speedup-analysis"
26890
26891 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26892 -
26893   type: "plot"
26894   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26895   algorithm: "plot_throughput_speedup_analysis"
26896   output-file-type: ".html"
26897   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26898   data: "plot-throughput-speedup-analysis-2n-skx"
26899   filter: "'NIC_Intel-XXV710' and
26900            '64B' and
26901            'NDRPDR' and
26902            ('ETH' or 'DOT1Q') and
26903            'BASE' and
26904            ('L2BDMACLRN' or 'L2XCFWD') and
26905            'VHOST_1024' and
26906            not 'VXLAN' and
26907            not 'IP4FWD' and
26908            not '2VM'"
26909   parameters:
26910   - "throughput"
26911   - "parent"
26912   - "tags"
26913 #  sort:
26914 #  - "not CFS_OPT"
26915 #  - "L2XCFWD"
26916 #  - "not CFS_OPT"
26917 #  - "CFS_OPT"
26918   layout:
26919     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
26920     layout: "plot-throughput-speedup-analysis"
26921
26922 -
26923   type: "plot"
26924   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
26925   algorithm: "plot_throughput_speedup_analysis"
26926   output-file-type: ".html"
26927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
26928   data: "plot-throughput-speedup-analysis-2n-skx"
26929   filter: "'NIC_Intel-XXV710' and
26930            '64B' and
26931            'NDRPDR' and
26932            ('ETH' or 'DOT1Q') and
26933            'BASE' and
26934            ('L2BDMACLRN' or 'L2XCFWD') and
26935            'VHOST_1024' and
26936            not 'VXLAN' and
26937            not 'IP4FWD' and
26938            not '2VM'"
26939   parameters:
26940   - "throughput"
26941   - "parent"
26942   - "tags"
26943 #  sort:
26944 #  - "not CFS_OPT"
26945 #  - "L2XCFWD"
26946 #  - "not CFS_OPT"
26947 #  - "CFS_OPT"
26948   layout:
26949     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
26950     layout: "plot-throughput-speedup-analysis"
26951
26952 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26953 -
26954   type: "plot"
26955   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26956   algorithm: "plot_throughput_speedup_analysis"
26957   output-file-type: ".html"
26958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26959   data: "plot-throughput-speedup-analysis-2n-skx"
26960   filter: "'NIC_Intel-XXV710' and
26961            '64B' and
26962            'NDRPDR' and
26963            ('ETH' or 'DOT1Q') and
26964            ('L2BDMACLRN' or 'L2XCFWD') and
26965            'VHOST_1024' and
26966            not 'CFS_OPT' and
26967            not 'VXLAN' and
26968            not 'IP4FWD'"
26969   parameters:
26970   - "throughput"
26971   - "parent"
26972   - "tags"
26973 #  sort:
26974 #  - "1VM"
26975 #  - "L2XCFWD"
26976 #  - "1VM"
26977 #  - "L2BDMACLRN"
26978   layout:
26979     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26980     layout: "plot-throughput-speedup-analysis"
26981
26982 -
26983   type: "plot"
26984   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26985   algorithm: "plot_throughput_speedup_analysis"
26986   output-file-type: ".html"
26987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26988   data: "plot-throughput-speedup-analysis-2n-skx"
26989   filter: "'NIC_Intel-XXV710' and
26990            '64B' and
26991            'NDRPDR' and
26992            ('ETH' or 'DOT1Q') and
26993            ('L2BDMACLRN' or 'L2XCFWD') and
26994            'VHOST_1024' and
26995            not 'CFS_OPT' and
26996            not 'VXLAN' and
26997            not 'IP4FWD'"
26998   parameters:
26999   - "throughput"
27000   - "parent"
27001   - "tags"
27002 #  sort:
27003 #  - "1VM"
27004 #  - "L2XCFWD"
27005 #  - "1VM"
27006 #  - "L2BDMACLRN"
27007   layout:
27008     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27009     layout: "plot-throughput-speedup-analysis"
27010
27011 ################################################################################
27012
27013 # Speedup - VPP vts 3n-hsw-x520
27014 -
27015   type: "plot"
27016   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27017   algorithm: "plot_throughput_speedup_analysis"
27018   output-file-type: ".html"
27019   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27020   data: "plot-throughput-speedup-analysis-3n-hsw"
27021   filter: "'NIC_Intel-X520-DA2' and
27022            '114B' and
27023            'NDRPDR' and
27024            'VTS'"
27025   parameters:
27026   - "throughput"
27027   - "parent"
27028   - "tags"
27029   layout:
27030     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27031     layout: "plot-throughput-speedup-analysis"
27032
27033 -
27034   type: "plot"
27035   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27036   algorithm: "plot_throughput_speedup_analysis"
27037   output-file-type: ".html"
27038   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27039   data: "plot-throughput-speedup-analysis-3n-hsw"
27040   filter: "'NIC_Intel-X520-DA2' and
27041            '114B' and
27042            'NDRPDR' and
27043            'VTS'"
27044   parameters:
27045   - "throughput"
27046   - "parent"
27047   - "tags"
27048   layout:
27049     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27050     layout: "plot-throughput-speedup-analysis"