CSIT-1351: Add Denverton results to report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
59     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
60     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
61
62     # Detailed tests operational data
63     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
64     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
65     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
66     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
67
68     # .css patch file to fix tables generated by Sphinx
69     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
70     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
71
72   urls:
73     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
74     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
75     # URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/intel_denverton_vpp_release_1810.tar.gz"
76     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
77     URL[NEXUS]: "https://docs.fd.io/csit"
78     DIR[NEXUS]: "report/_static/archive"
79
80   make-dirs:
81   # List the directories which are created while preparing the environment.
82   # All directories MUST be defined in "paths" section.
83   - "DIR[WORKING,DATA]"
84   - "DIR[STATIC,VPP]"
85   - "DIR[STATIC,DPDK]"
86   - "DIR[STATIC,ARCH]"
87   - "DIR[BUILD,LATEX]"
88   - "DIR[WORKING,SRC]"
89   - "DIR[WORKING,SRC,STATIC]"
90
91   remove-dirs:
92   # List the directories which are deleted while cleaning the environment.
93   # All directories MUST be defined in "paths" section.
94   #- "DIR[BUILD,HTML]"
95   - "DIR[WORKING,DATA]"
96
97   build-dirs:
98   # List the directories where the results (build) is stored.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[BUILD,HTML]"
101   - "DIR[BUILD,LATEX]"
102
103 -
104   type: "configuration"
105
106   limits:
107     nic:
108       x520: 24460000
109       x710: 35800000
110       xxv710: 35800000
111       xl710: 35800000
112
113     link:
114       10ge: 14880952.38
115       25ge: 37202380.95
116       40ge: 59523809.52
117       100ge: 148809523.81
118
119     pci:
120       pci-g3-x8: 74404761.90
121       pci-g3-x16: 148809523.81
122
123   data-sets:
124
125     # Denverton:
126     intel-dnv-vpp:
127       intel-dnv-vpp-release-1810:
128       - 1
129
130     # VPP Performance
131     vpp-performance-changes-3n-hsw:
132       csit-vpp-perf-1804-all:
133       - 21  # sel
134       - 22  # sel
135       - 23  # sel
136       - 24  # sel
137       - 27  # sel
138       - 28  # sel
139       - 29  # sel
140       - 30  # sel
141       - 31  # sel
142       - 35  # sel
143       csit-vpp-perf-verify-1807-3n-hsw:
144       - 11  # NDRPDR full 1
145       - 22  # NDRPDR full 2
146       - 45  # NDRPDR full 3
147       - 46  # NDRPDR full 4
148       - 15  # NDRPDR sel
149       - 16  # NDRPDR sel
150       - 19  # NDRPDR sel
151       - 18  # NDRPDR sel
152       - 20  # NDRPDR sel
153       - 38  # NDRPDR sel
154       - 40  # NDRPDR sel
155       - 44  # NDRPDR sel
156       - 47  # NDRPDR sel
157       csit-vpp-perf-verify-1810-3n-hsw:
158       - 8   # NDRPDR sel
159       - 12  # NDRPDR sel
160       - 14  # NDRPDR sel
161       - 18  # NDRPDR sel
162       - 23  # NDRPDR sel
163       - 25  # NDRPDR sel
164       - 38  # NDRPDR sel
165       - 39  # NDRPDR sel
166       - 41  # NDRPDR sel
167       - 42  # NDRPDR sel
168
169     vpp-performance-changes-3n-skx:
170       csit-vpp-perf-verify-1807-3n-skx:
171       - 33  # NDRPDR sel
172       - 35  # NDRPDR sel
173       - 37  # NDRPDR sel
174       - 38  # NDRPDR sel
175       - 39  # NDRPDR sel
176       - 43  # NDRPDR sel
177       - 44  # NDRPDR sel
178       - 49  # NDRPDR sel
179       - 50  # NDRPDR sel
180       - 56  # NDRPDR sel
181       csit-vpp-perf-verify-1810-3n-skx:
182       - 10  # NDRPDR sel
183       - 14  # NDRPDR sel
184       - 15  # NDRPDR sel
185       - 16  # NDRPDR sel
186       - 17  # NDRPDR sel
187       - 19  # NDRPDR sel
188       - 20  # NDRPDR sel
189       - 21  # NDRPDR sel
190       - 22  # NDRPDR sel
191       - 25  # NDRPDR sel
192
193     vpp-performance-changes-2n-skx:
194       csit-vpp-perf-verify-1807-2n-skx:
195       - 26  # NDRPDR sel
196       - 28  # NDRPDR sel
197       - 29  # NDRPDR sel
198       - 30  # NDRPDR sel
199       - 34  # NDRPDR sel
200       - 35  # NDRPDR sel
201       - 36  # NDRPDR sel
202       - 39  # NDRPDR sel
203       - 40  # NDRPDR sel
204       - 42  # NDRPDR sel
205       csit-vpp-perf-verify-1810-2n-skx:
206       - 9   # NDRPDR sel
207       - 13  # NDRPDR sel
208       - 14  # NDRPDR sel
209       - 19  # NDRPDR sel
210       - 20  # NDRPDR sel
211       - 21  # NDRPDR sel
212       - 22  # NDRPDR sel
213       - 23  # NDRPDR sel
214       - 24  # NDRPDR sel
215       - 27  # NDRPDR sel
216
217     vpp-compare-testbeds:
218       csit-vpp-perf-verify-1810-3n-hsw:
219       - 8   # NDRPDR sel
220       - 12  # NDRPDR sel
221       - 14  # NDRPDR sel
222       - 18  # NDRPDR sel
223       - 23  # NDRPDR sel
224       - 25  # NDRPDR sel
225       - 38  # NDRPDR sel
226       - 39  # NDRPDR sel
227       - 41  # NDRPDR sel
228       - 42  # NDRPDR sel
229       csit-vpp-perf-verify-1810-3n-skx:
230       - 24  # NDRPDR full
231       - 10  # NDRPDR sel
232       - 14  # NDRPDR sel
233       - 15  # NDRPDR sel
234       - 16  # NDRPDR sel
235       - 17  # NDRPDR sel
236       - 19  # NDRPDR sel
237       - 20  # NDRPDR sel
238       - 21  # NDRPDR sel
239       - 22  # NDRPDR sel
240       - 25  # NDRPDR sel
241
242     vpp-compare-testbeds-mrr:
243       csit-vpp-perf-verify-1810-3n-hsw:
244       - 9   # MRR sel
245       csit-vpp-perf-verify-1810-3n-skx:
246       - 9   # MRR sel
247       - 11  # MRR sel
248       - 12  # MRR sel
249       - 13  # MRR sel
250
251     vpp-compare-topologies:
252       csit-vpp-perf-verify-1810-3n-skx:
253       - 10  # NDRPDR sel
254       - 14  # NDRPDR sel
255       - 15  # NDRPDR sel
256       - 16  # NDRPDR sel
257       - 17  # NDRPDR sel
258       - 19  # NDRPDR sel
259       - 20  # NDRPDR sel
260       - 21  # NDRPDR sel
261       - 22  # NDRPDR sel
262       - 25  # NDRPDR sel
263       csit-vpp-perf-verify-1810-2n-skx:
264       - 9   # NDRPDR sel
265       - 13  # NDRPDR sel
266       - 14  # NDRPDR sel
267       - 19  # NDRPDR sel
268       - 20  # NDRPDR sel
269       - 21  # NDRPDR sel
270       - 22  # NDRPDR sel
271       - 23  # NDRPDR sel
272       - 24  # NDRPDR sel
273       - 27  # NDRPDR sel
274
275     vpp-compare-topologies-mrr:
276       csit-vpp-perf-verify-1810-3n-skx:
277       - 9   # MRR sel
278       - 11  # MRR sel
279       - 12  # MRR sel
280       - 13  # MRR sel
281       csit-vpp-perf-verify-1810-2n-skx:
282       - 8   # MRR sel
283       - 10  # MRR sel
284       - 11  # MRR sel
285       - 12  # MRR sel
286
287     vpp-performance-changes-3n-hsw-mrr:
288       csit-vpp-perf-check-1804:
289       - 6   # mrr - sel
290       - 13  # mrr - sel
291       - 14  # mrr - sel
292       - 15  # mrr - sel
293       - 16  # mrr - sel
294       - 17  # mrr - sel
295       - 19  # mrr - sel
296       - 20  # mrr - sel
297       - 21  # mrr - sel
298       - 22  # mrr - sel
299       csit-vpp-perf-verify-1807-3n-hsw:
300       - 8   # MRR full
301       - 9   # MRR sel
302       - 21  # MRR sel
303       - 31  # MRR sel
304       - 33  # MRR sel
305       - 36  # MRR sel
306       - 41  # MRR sel
307       - 42  # MRR sel
308       - 48  # MRR sel
309       csit-vpp-perf-verify-1810-3n-hsw:
310       - 9   # MRR sel
311
312     vpp-performance-changes-3n-skx-mrr:
313       csit-vpp-perf-verify-1807-3n-skx:
314       - 28  # MRR sel
315       - 32  # MRR sel
316       - 36  # MRR sel
317       - 42  # MRR sel
318       - 47  # MRR sel
319       - 48  # MRR sel
320       - 51  # MRR sel
321       - 52  # MRR sel
322       - 53  # MRR sel
323       - 54  # MRR sel
324       csit-vpp-perf-verify-1810-3n-skx:
325       - 9   # MRR sel
326       - 11  # MRR sel
327       - 12  # MRR sel
328       - 13  # MRR sel
329
330     vpp-performance-changes-2n-skx-mrr:
331       csit-vpp-perf-verify-1807-2n-skx:
332       - 31  # MRR sel
333       - 33  # MRR sel
334       - 37  # MRR sel
335       - 38  # MRR sel
336       - 41  # MRR sel
337       - 43  # MRR sel
338       - 44  # MRR sel
339       - 45  # MRR sel
340       - 46  # MRR sel
341       - 47  # MRR sel
342       csit-vpp-perf-verify-1810-2n-skx:
343       - 8   # MRR sel
344       - 10  # MRR sel
345       - 11  # MRR sel
346       - 12  # MRR sel
347
348     vpp-perf-results-3n-hsw:
349       csit-vpp-perf-verify-1810-3n-hsw:
350       - 20  # NDRPDR full
351       - 21  # NDRPDR full
352       - 22  # NDRPDR full
353       - 27  # NDRPDR full
354
355     vpp-perf-results-3n-skx:
356       csit-vpp-perf-verify-1810-3n-skx:
357       - 23  # NDRPDR full
358       - 24  # NDRPDR full
359
360     vpp-perf-results-2n-skx:
361       csit-vpp-perf-verify-1810-2n-skx:
362       - 25  # NDRPDR full
363       - 26  # NDRPDR full
364
365     vpp-mrr-results-3n-hsw:
366       csit-vpp-perf-verify-1810-3n-hsw:
367       - 9   # MRR sel
368
369     vpp-mrr-results-3n-skx:
370       csit-vpp-perf-verify-1810-3n-skx:
371       - 9   # MRR sel
372
373     vpp-mrr-results-2n-skx:
374       csit-vpp-perf-verify-1810-2n-skx:
375       - 8   # MRR sel
376
377     plot-throughput-speedup-analysis-3n-hsw:
378       csit-vpp-perf-verify-1810-3n-hsw:
379       - 8   # NDRPDR sel
380       - 12  # NDRPDR sel
381       - 14  # NDRPDR sel
382       - 18  # NDRPDR sel
383       - 23  # NDRPDR sel
384       - 25  # NDRPDR sel
385       - 38  # NDRPDR sel
386       - 39  # NDRPDR sel
387       - 41  # NDRPDR sel
388       - 42  # NDRPDR sel
389
390     plot-throughput-speedup-analysis-3n-skx:
391       csit-vpp-perf-verify-1810-3n-skx:
392       - 24  # NDRPDR full
393       - 10  # NDRPDR sel
394       - 14  # NDRPDR sel
395       - 15  # NDRPDR sel
396       - 16  # NDRPDR sel
397       - 17  # NDRPDR sel
398       - 19  # NDRPDR sel
399       - 20  # NDRPDR sel
400       - 21  # NDRPDR sel
401       - 22  # NDRPDR sel
402       - 25  # NDRPDR sel
403
404     plot-throughput-speedup-analysis-2n-skx:
405       csit-vpp-perf-verify-1810-2n-skx:
406       - 9   # NDRPDR sel
407       - 13  # NDRPDR sel
408       - 14  # NDRPDR sel
409       - 19  # NDRPDR sel
410       - 20  # NDRPDR sel
411       - 21  # NDRPDR sel
412       - 22  # NDRPDR sel
413       - 23  # NDRPDR sel
414       - 24  # NDRPDR sel
415       - 27  # NDRPDR sel
416
417     plot-vpp-throughput-latency-3n-hsw:
418       csit-vpp-perf-verify-1810-3n-hsw:
419       - 8   # NDRPDR sel
420       - 12  # NDRPDR sel
421       - 14  # NDRPDR sel
422       - 18  # NDRPDR sel
423       - 23  # NDRPDR sel
424       - 25  # NDRPDR sel
425       - 38  # NDRPDR sel
426       - 39  # NDRPDR sel
427       - 41  # NDRPDR sel
428       - 42  # NDRPDR sel
429
430     plot-vpp-throughput-latency-3n-skx:
431       csit-vpp-perf-verify-1810-3n-skx:
432       - 24  # NDRPDR full
433       - 10  # NDRPDR sel
434       - 14  # NDRPDR sel
435       - 15  # NDRPDR sel
436       - 16  # NDRPDR sel
437       - 17  # NDRPDR sel
438       - 19  # NDRPDR sel
439       - 20  # NDRPDR sel
440       - 21  # NDRPDR sel
441       - 22  # NDRPDR sel
442       - 25  # NDRPDR sel
443
444     plot-vpp-throughput-latency-2n-skx:
445       csit-vpp-perf-verify-1810-2n-skx:
446       - 9   # NDRPDR sel
447       - 13  # NDRPDR sel
448       - 14  # NDRPDR sel
449       - 19  # NDRPDR sel
450       - 20  # NDRPDR sel
451       - 21  # NDRPDR sel
452       - 22  # NDRPDR sel
453       - 23  # NDRPDR sel
454       - 24  # NDRPDR sel
455       - 27  # NDRPDR sel
456
457     plot-vpp-http-server-performance:
458       csit-vpp-perf-verify-1810-3n-hsw:
459       - 28  # WRK
460       - 29  # WRK
461       - 30  # WRK
462       - 31  # WRK
463       - 32  # WRK
464       - 33  # WRK
465       - 34  # WRK
466       - 35  # WRK
467       - 36  # WRK
468       - 37  # WRK
469
470     # VPP Functional
471     vpp-func-results-ubuntu:
472       csit-vpp-functional-1810-ubuntu1604-virl:
473       - 44
474
475     vpp-func-results-centos:
476       csit-vpp-functional-1810-centos7-virl:
477       - 44
478
479     vpp-device-results-ubuntu:
480       csit-vpp-device-1810-ubuntu1804-1n-skx:
481       - 2
482
483     # VPP Ligato
484     ligato-perf-results-3n-hsw:
485       csit-ligato-perf-verify-1810-3n-hsw:
486       - 5   # full
487
488     plot-ligato-throughput-speedup-analysis-3n-hsw:
489       csit-ligato-perf-verify-1810-3n-hsw:
490       - 5   # full
491       - 6   # sel
492       - 8   # sel
493       - 9   # sel
494       - 11  # sel
495       - 12  # sel
496       - 13  # sel
497       - 14  # sel
498       - 16  # sel
499       - 17  # sel
500       - 18  # sel
501
502     plot-ligato-throughput-latency-3n-hsw:
503       csit-ligato-perf-verify-1810-3n-hsw:
504       - 5   # full
505       - 6   # sel
506       - 8   # sel
507       - 9   # sel
508       - 11  # sel
509       - 12  # sel
510       - 13  # sel
511       - 14  # sel
512       - 16  # sel
513       - 17  # sel
514       - 18  # sel
515
516     # DPDK Performance
517     dpdk-performance-changes-3n-hsw:
518       csit-dpdk-perf-1804-all:
519       - 4
520       - 5
521       - 6
522       - 7
523       - 8
524       - 9
525       - 10
526       - 11
527       - 12
528       - 13
529       csit-dpdk-perf-verify-1807-3n-hsw:
530       - 11
531       - 12  # full
532       - 14
533       - 15
534       - 16
535       - 17
536       - 20
537       - 21
538       - 22
539       - 23
540       csit-dpdk-perf-verify-1810-3n-hsw:
541       - 1   # NDRPDR sel
542       - 2   # NDRPDR sel
543       - 3   # NDRPDR sel
544       - 4   # NDRPDR sel
545       - 5   # NDRPDR sel
546       - 6   # NDRPDR sel
547       - 7   # NDRPDR sel
548       - 8   # NDRPDR sel
549       - 9   # NDRPDR sel
550       - 10  # NDRPDR sel
551
552     dpdk-performance-changes-3n-skx:
553       csit-dpdk-perf-verify-1807-3n-skx:
554       - 1   # NDRPDR sel
555       - 2   # NDRPDR sel
556       - 3   # NDRPDR sel
557       - 6   # NDRPDR sel
558       - 7   # NDRPDR sel
559       - 8   # NDRPDR sel
560       - 9   # NDRPDR sel
561       - 10  # NDRPDR sel
562       - 11  # NDRPDR sel
563       - 12  # NDRPDR sel
564       csit-dpdk-perf-verify-1810-3n-skx:
565       - 3   # NDRPDR sel
566       - 4   # NDRPDR sel
567       - 6   # NDRPDR sel
568       - 7   # NDRPDR sel
569       - 8   # NDRPDR sel
570       - 9   # NDRPDR sel
571       - 10  # NDRPDR sel
572       - 11  # NDRPDR sel
573       - 12  # NDRPDR sel
574       - 13  # NDRPDR sel
575
576     dpdk-compare-testbeds:
577       csit-dpdk-perf-verify-1810-3n-skx:
578       - 3   # NDRPDR sel
579       - 4   # NDRPDR sel
580       - 6   # NDRPDR sel
581       - 7   # NDRPDR sel
582       - 8   # NDRPDR sel
583       - 9   # NDRPDR sel
584       - 10  # NDRPDR sel
585       - 11  # NDRPDR sel
586       - 12  # NDRPDR sel
587       - 13  # NDRPDR sel
588       csit-dpdk-perf-verify-1810-3n-hsw:
589       - 1   # NDRPDR sel
590       - 2   # NDRPDR sel
591       - 3   # NDRPDR sel
592       - 4   # NDRPDR sel
593       - 5   # NDRPDR sel
594       - 6   # NDRPDR sel
595       - 7   # NDRPDR sel
596       - 8   # NDRPDR sel
597       - 9   # NDRPDR sel
598       - 10  # NDRPDR sel
599
600     dpdk-compare-topologies:
601       csit-dpdk-perf-verify-1810-3n-skx:
602       - 3   # NDRPDR sel
603       - 4   # NDRPDR sel
604       - 6   # NDRPDR sel
605       - 7   # NDRPDR sel
606       - 8   # NDRPDR sel
607       - 9   # NDRPDR sel
608       - 10  # NDRPDR sel
609       - 11  # NDRPDR sel
610       - 12  # NDRPDR sel
611       - 13  # NDRPDR sel
612       csit-dpdk-perf-verify-1810-2n-skx:
613       - 3   # NDRPDR sel
614       - 4   # NDRPDR sel
615       - 5   # NDRPDR sel
616       - 7   # NDRPDR sel
617       - 8   # NDRPDR sel
618       - 9   # NDRPDR sel
619       - 10  # NDRPDR sel
620       - 11  # NDRPDR sel
621       - 12  # NDRPDR sel
622       - 13  # NDRPDR sel
623
624     dpdk-perf-results-3n-hsw:
625       csit-dpdk-perf-verify-1810-3n-hsw:
626       - 1
627
628     dpdk-perf-results-3n-skx:
629       csit-dpdk-perf-verify-1810-3n-skx:
630       - 3   # NDRPDR sel
631
632     dpdk-perf-results-2n-skx:
633       csit-dpdk-perf-verify-1810-2n-skx:
634       - 3
635
636     plot-dpdk-throughput-latency-3n-hsw:
637       csit-dpdk-perf-verify-1810-3n-hsw:
638       - 1   # NDRPDR sel
639       - 2   # NDRPDR sel
640       - 3   # NDRPDR sel
641       - 4   # NDRPDR sel
642       - 5   # NDRPDR sel
643       - 6   # NDRPDR sel
644       - 7   # NDRPDR sel
645       - 8   # NDRPDR sel
646       - 9   # NDRPDR sel
647       - 10  # NDRPDR sel
648
649     plot-dpdk-throughput-latency-3n-skx:
650       csit-dpdk-perf-verify-1810-3n-skx:
651       - 3   # NDRPDR sel
652       - 4   # NDRPDR sel
653       - 6   # NDRPDR sel
654       - 7   # NDRPDR sel
655       - 8   # NDRPDR sel
656       - 9   # NDRPDR sel
657       - 10  # NDRPDR sel
658       - 11  # NDRPDR sel
659       - 12  # NDRPDR sel
660       - 13  # NDRPDR sel
661
662     plot-dpdk-throughput-latency-2n-skx:
663       csit-dpdk-perf-verify-1810-2n-skx:
664       - 3   # NDRPDR sel
665       - 4   # NDRPDR sel
666       - 5   # NDRPDR sel
667       - 7   # NDRPDR sel
668       - 8   # NDRPDR sel
669       - 9   # NDRPDR sel
670       - 10  # NDRPDR sel
671       - 11  # NDRPDR sel
672       - 12  # NDRPDR sel
673       - 13  # NDRPDR sel
674
675     # HoneyComb Functional
676     hc-func-results:
677       csit-hc2vpp-verify-func-1810-ubuntu1604:
678       - 3
679
680     # NSH SFC Functional
681     nsh-func-results:
682       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
683       - 1
684
685     # DMM Functional
686     dmm-func-results:
687       csit-dmm-functional-1810-ubuntu1604-virl:
688       - 1
689
690   plot-layouts:
691
692     plot-cps:
693       titlefont:
694         size: 18
695       xaxis:
696         title: "<b>Test Cases [Index]</b>"
697         titlefont:
698           size: 16
699         autorange: True
700         fixedrange: False
701         gridcolor: "rgb(230, 230, 230)"
702         linecolor: "rgb(220, 220, 220)"
703         linewidth: 1
704         showgrid: True
705         showline: True
706         showticklabels: True
707         tickcolor: "rgb(220, 220, 220)"
708         tickmode: "linear"
709         tickfont:
710           size: 16
711         zeroline: False
712       yaxis:
713         title: "<b>Connections Per Second [cps]</b>"
714         titlefont:
715           size: 16
716         gridcolor: "rgb(230, 230, 230)"
717         hoverformat: ".4s"
718         linecolor: "rgb(220, 220, 220)"
719         linewidth: 1
720         rangemode: "tozero"
721         showgrid: True
722         showline: True
723         showticklabels: True
724         tickcolor: "rgb(220, 220, 220)"
725         tickformat: ".3s"
726         tickfont:
727           size: 16
728         zeroline: False
729       boxmode: "group"
730       boxgroupgap: 0.5
731       autosize: False
732       margin:
733         t: 50
734         b: 20
735         l: 80
736         r: 20
737       showlegend: True
738       legend:
739         orientation: "h"
740         font:
741           size: 16
742       width: 700
743       height: 800
744
745     plot-rps:
746       titlefont:
747         size: 18
748       xaxis:
749         title: "<b>Test Cases [Index]</b>"
750         titlefont:
751           size: 16
752         autorange: True
753         fixedrange: False
754         gridcolor: "rgb(230, 230, 230)"
755         linecolor: "rgb(220, 220, 220)"
756         linewidth: 1
757         showgrid: True
758         showline: True
759         showticklabels: True
760         tickcolor: "rgb(220, 220, 220)"
761         tickmode: "linear"
762         tickfont:
763           size: 16
764         zeroline: False
765       yaxis:
766         title: "<b>Requests Per Second [rps]</b>"
767         titlefont:
768           size: 16
769         gridcolor: "rgb(230, 230, 230)"
770         hoverformat: ".4s"
771         linecolor: "rgb(220, 220, 220)"
772         linewidth: 1
773         rangemode: "tozero"
774         showgrid: True
775         showline: True
776         showticklabels: True
777         tickcolor: "rgb(230, 230, 230)"
778         tickformat: ".3s"
779         tickfont:
780           size: 16
781         zeroline: False
782       boxmode: "group"
783       boxgroupgap: 0.5
784       autosize: False
785       margin:
786         t: 50
787         b: 20
788         l: 80
789         r: 20
790       showlegend: True
791       legend:
792         orientation: "h"
793         font:
794           size: 16
795       width: 700
796       height: 800
797
798     plot-throughput:
799       titlefont:
800         size: 18
801       xaxis:
802         title: "<b>Test Cases [Index]</b>"
803         titlefont:
804           size: 16
805         autorange: True
806         fixedrange: False
807         gridcolor: "rgb(230, 230, 230)"
808         linecolor: "rgb(220, 220, 220)"
809         linewidth: 1
810         showgrid: True
811         showline: True
812         showticklabels: True
813         tickcolor: "rgb(220, 220, 220)"
814         tickmode: "linear"
815         tickfont:
816           size: 16
817         zeroline: False
818       yaxis:
819         title: "<b>Packet Throughput [Mpps]</b>"
820         titlefont:
821           size: 16
822         gridcolor: "rgb(230, 230, 230)"
823         hoverformat: ".4s"
824         tickformat: ".3s"
825         linecolor: "rgb(220, 220, 220)"
826         linewidth: 1
827         showgrid: True
828         showline: True
829         showticklabels: True
830         tickcolor: "rgb(220, 220, 220)"
831         tickfont:
832           size: 16
833         zeroline: False
834         range: [0,50]
835       boxmode: "group"
836       boxgroupgap: 0.5
837       autosize: False
838       margin:
839         t: 50
840         b: 20
841         l: 80
842         r: 20
843       showlegend: True
844       legend:
845         orientation: "h"
846         font:
847           size: 16
848       width: 700
849       height: 900
850
851     plot-throughput-speedup-analysis:
852       titlefont:
853         size: 18
854       xaxis:
855         title: "<b>Number of Cores [Qty]</b>"
856         titlefont:
857           size: 16
858         autorange: True
859         fixedrange: False
860         gridcolor: "rgb(230, 230, 230)"
861         linecolor: "rgb(220, 220, 220)"
862         linewidth: 1
863         showgrid: True
864         showline: True
865         showticklabels: True
866         tickcolor: "rgb(238, 238, 238)"
867         tickmode: "linear"
868         tickfont:
869           size: 16
870         zeroline: False
871       yaxis:
872         title: "<b>Packet Throughput [Mpps]</b>"
873         titlefont:
874           size: 16
875         type: "linear"
876         gridcolor: "rgb(230, 230, 230)"
877         hoverformat: ".4s"
878         linecolor: "rgb(220, 220, 220)"
879         linewidth: 1
880         showgrid: True
881         showline: True
882         showticklabels: True
883         tickcolor: "rgb(220, 220, 220)"
884         tickformat: ".4s"
885         tickfont:
886           size: 16
887         zeroline: True
888         rangemode: "tozero"
889         # range: [0,100]
890       legend:
891         orientation: "h"
892         font:
893           size: 16
894         xanchor: "left"
895         yanchor: "top"
896         x: 0
897         y: -0.2
898         bgcolor: "rgba(255, 255, 255, 0)"
899         bordercolor: "rgba(255, 255, 255, 0)"
900         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
901       autosize: False
902       margin:
903           't': 50
904           'b': 150
905           'l': 85
906           'r': 10
907       showlegend: True
908       width: 700
909       height: 700
910       hoverlabel:
911         namelength: -1
912       annotations: [
913         {
914           text: "_ _          __          ...",
915           align: "left",
916           showarrow: False,
917           xref: "paper",
918           yref: "paper",
919           xanchor: "left",
920           yanchor: "top",
921           x: 0,
922           y: -0.13,
923           font: {
924             family: "Consolas, Courier New",
925             size: 15
926           },
927         },
928         {
929           text: "    Perfect     Measured     Limit",
930           align: "left",
931           showarrow: False,
932           xref: "paper",
933           yref: "paper",
934           xanchor: "left",
935           yanchor: "top",
936           x: 0,
937           y: -0.15,
938           font: {
939             family: "Consolas, Courier New",
940             size: 15
941           },
942         },
943       ]
944
945     plot-latency:
946       titlefont:
947         size: 18
948       xaxis:
949         title: "<b>Direction</b>"
950         titlefont:
951           size: 16
952         autorange: True
953         fixedrange: False
954         gridcolor: "rgb(230, 230, 230)"
955         linecolor: "rgb(220, 220, 220)"
956         linewidth: 1
957         showgrid: True
958         showline: True
959         showticklabels: False
960         tickcolor: "rgb(220, 220, 220)"
961         tickmode: "linear"
962         tickfont:
963           size: 16
964         zeroline: False
965       yaxis:
966         title: "<b>Packet Latency [uSec]</b>"
967         titlefont:
968           size: 16
969         type: "linear"
970         gridcolor: "rgb(230, 230, 230)"
971         hoverformat: ".4s"
972         linecolor: "rgb(220, 220, 220)"
973         linewidth: 1
974         showgrid: True
975         showline: True
976         showticklabels: True
977         tickcolor: "rgb(220, 220, 220)"
978         tickformat: ".4s"
979         tickfont:
980           size: 16
981         zeroline: True
982         rangemode: "tozero"
983       legend:
984         orientation: "h"
985         font:
986           size: 16
987         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
988       autosize: False
989       margin:
990           't': 50
991           'b': 150
992           'l': 80
993           'r': 10
994       showlegend: True
995       width: 700
996       height: 700
997       hoverlabel:
998         namelength: -1
999
1000 -
1001   type: "static"
1002   src-path: "{DIR[RST]}"
1003   dst-path: "{DIR[WORKING,SRC]}"
1004
1005 -
1006   type: "input"
1007   general:
1008     file-name: "robot-plugin.zip"
1009     file-format: ".zip"
1010     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1011     extract: "robot-plugin/output.xml"
1012
1013   builds:
1014
1015     intel-dnv-vpp-release-1810:
1016     - 1
1017
1018     csit-vpp-perf-1804-all:
1019     - 21  # sel
1020     - 22  # sel
1021     - 23  # sel
1022     - 24  # sel
1023     - 27  # sel
1024     - 28  # sel
1025     - 29  # sel
1026     - 30  # sel
1027     - 31  # sel
1028     - 35  # sel
1029     csit-vpp-perf-verify-1807-3n-hsw:
1030     - 8   # MRR full
1031     - 9   # MRR sel
1032     - 21  # MRR sel
1033     - 31  # MRR sel
1034     - 33  # MRR sel
1035     - 36  # MRR sel
1036     - 41  # MRR sel
1037     - 42  # MRR sel
1038     - 48  # MRR sel
1039     - 11  # NDRPDR full 1
1040     - 22  # NDRPDR full 2
1041     - 45  # NDRPDR full 3
1042     - 46  # NDRPDR full 4
1043     - 15  # NDRPDR sel
1044     - 16  # NDRPDR sel
1045     - 19  # NDRPDR sel
1046     - 18  # NDRPDR sel
1047     - 20  # NDRPDR sel
1048     - 38  # NDRPDR sel
1049     - 40  # NDRPDR sel
1050     - 44  # NDRPDR sel
1051     - 47  # NDRPDR sel
1052     - 24  # WRK
1053     - 25  # WRK
1054     - 23  # WRK
1055     - 26  # WRK
1056     - 27  # WRK
1057     - 28  # WRK
1058     - 29  # WRK
1059     - 30  # WRK
1060     - 32  # WRK
1061     - 35  # WRK
1062     csit-vpp-perf-verify-1810-3n-hsw:
1063     - 9   # MRR sel
1064     - 20  # NDRPDR full
1065     - 21  # NDRPDR full
1066     - 22  # NDRPDR full
1067     - 27  # NDRPDR full
1068     - 8   # NDRPDR sel
1069     - 12  # NDRPDR sel
1070     - 14  # NDRPDR sel
1071     - 18  # NDRPDR sel
1072     - 23  # NDRPDR sel
1073     - 25  # NDRPDR sel
1074     - 38  # NDRPDR sel
1075     - 39  # NDRPDR sel
1076     - 41  # NDRPDR sel
1077     - 42  # NDRPDR sel
1078     - 28  # WRK
1079     - 29  # WRK
1080     - 30  # WRK
1081     - 31  # WRK
1082     - 32  # WRK
1083     - 33  # WRK
1084     - 34  # WRK
1085     - 35  # WRK
1086     - 36  # WRK
1087     - 37  # WRK
1088     csit-vpp-perf-verify-1807-3n-skx:
1089     - 31  # MRR full
1090     - 28  # MRR sel
1091     - 32  # MRR sel
1092     - 36  # MRR sel
1093     - 42  # MRR sel
1094     - 47  # MRR sel
1095     - 48  # MRR sel
1096     - 51  # MRR sel
1097     - 52  # MRR sel
1098     - 53  # MRR sel
1099     - 54  # MRR sel
1100     - 40  # NDRPDR full 1
1101     - 41  # NDRPDR full 2
1102     - 33  # NDRPDR sel
1103     - 35  # NDRPDR sel
1104     - 37  # NDRPDR sel
1105     - 38  # NDRPDR sel
1106     - 39  # NDRPDR sel
1107     - 43  # NDRPDR sel
1108     - 44  # NDRPDR sel
1109     - 49  # NDRPDR sel
1110     - 50  # NDRPDR sel
1111     - 56  # NDRPDR sel
1112     csit-vpp-perf-verify-1810-3n-skx:
1113     - 9   # MRR sel
1114     - 11  # MRR sel
1115     - 12  # MRR sel
1116     - 13  # MRR sel
1117     - 23  # NDRPDR full
1118     - 24  # NDRPDR full
1119     - 10  # NDRPDR sel
1120     - 14  # NDRPDR sel
1121     - 15  # NDRPDR sel
1122     - 16  # NDRPDR sel
1123     - 17  # NDRPDR sel
1124     - 19  # NDRPDR sel
1125     - 20  # NDRPDR sel
1126     - 21  # NDRPDR sel
1127     - 22  # NDRPDR sel
1128     - 25  # NDRPDR sel
1129     csit-vpp-perf-verify-1807-2n-skx:
1130     - 27  # MRR full
1131     - 31  # MRR sel
1132     - 33  # MRR sel
1133     - 37  # MRR sel
1134     - 38  # MRR sel
1135     - 41  # MRR sel
1136     - 43  # MRR sel
1137     - 44  # MRR sel
1138     - 45  # MRR sel
1139     - 46  # MRR sel
1140     - 47  # MRR sel
1141     - 32  # NDRPDR full
1142     - 26  # NDRPDR sel
1143     - 28  # NDRPDR sel
1144     - 29  # NDRPDR sel
1145     - 30  # NDRPDR sel
1146     - 34  # NDRPDR sel
1147     - 35  # NDRPDR sel
1148     - 36  # NDRPDR sel
1149     - 39  # NDRPDR sel
1150     - 40  # NDRPDR sel
1151     - 42  # NDRPDR sel
1152     csit-vpp-perf-verify-1810-2n-skx:
1153     - 8   # MRR sel
1154     - 10  # MRR sel
1155     - 11  # MRR sel
1156     - 12  # MRR sel
1157     - 25  # NDRPDR full
1158     - 26  # NDRPDR full
1159     - 9   # NDRPDR sel
1160     - 13  # NDRPDR sel
1161     - 14  # NDRPDR sel
1162     - 19  # NDRPDR sel
1163     - 20  # NDRPDR sel
1164     - 21  # NDRPDR sel
1165     - 22  # NDRPDR sel
1166     - 23  # NDRPDR sel
1167     - 24  # NDRPDR sel
1168     - 27  # NDRPDR sel
1169     csit-vpp-perf-check-1804:
1170     - 5   # mrr - full
1171     - 6   # mrr - sel
1172     - 13  # mrr - sel
1173     - 14  # mrr - sel
1174     - 15  # mrr - sel
1175     - 16  # mrr - sel
1176     - 17  # mrr - sel
1177     - 19  # mrr - sel
1178     - 20  # mrr - sel
1179     - 21  # mrr - sel
1180     - 22  # mrr - sel
1181     csit-ligato-perf-verify-1810-3n-hsw:
1182     - 5   # full
1183     - 6   # sel
1184     - 8   # sel
1185     - 9   # sel
1186     - 11  # sel
1187     - 12  # sel
1188     - 13  # sel
1189     - 14  # sel
1190     - 16  # sel
1191     - 17  # sel
1192     - 18  # sel
1193     csit-dpdk-perf-1804-all:
1194     - 4
1195     - 5
1196     - 6
1197     - 7
1198     - 8
1199     - 9
1200     - 10
1201     - 11
1202     - 12
1203     - 13
1204     csit-dpdk-perf-verify-1807-3n-hsw:
1205     - 11
1206     - 12  # full
1207     - 14
1208     - 15
1209     - 16
1210     - 17
1211     - 20
1212     - 21
1213     - 22
1214     - 23
1215     csit-dpdk-perf-verify-1810-3n-hsw:
1216     - 1   # NDRPDR sel
1217     - 2   # NDRPDR sel
1218     - 3   # NDRPDR sel
1219     - 4   # NDRPDR sel
1220     - 5   # NDRPDR sel
1221     - 6   # NDRPDR sel
1222     - 7   # NDRPDR sel
1223     - 8   # NDRPDR sel
1224     - 9   # NDRPDR sel
1225     - 10  # NDRPDR sel
1226     csit-dpdk-perf-verify-1807-3n-skx:
1227     - 1   # NDRPDR sel
1228     - 2   # NDRPDR sel
1229     - 3   # NDRPDR sel
1230     - 6   # NDRPDR sel
1231     - 7   # NDRPDR sel
1232     - 8   # NDRPDR sel
1233     - 9   # NDRPDR sel
1234     - 10  # NDRPDR sel
1235     - 11  # NDRPDR sel
1236     - 12  # NDRPDR sel
1237     csit-dpdk-perf-verify-1810-3n-skx:
1238     - 3   # NDRPDR sel
1239     - 4   # NDRPDR sel
1240     - 6   # NDRPDR sel
1241     - 7   # NDRPDR sel
1242     - 8   # NDRPDR sel
1243     - 9   # NDRPDR sel
1244     - 10  # NDRPDR sel
1245     - 11  # NDRPDR sel
1246     - 12  # NDRPDR sel
1247     - 13  # NDRPDR sel
1248     csit-dpdk-perf-verify-1810-2n-skx:
1249     - 3   # NDRPDR sel
1250     - 4   # NDRPDR sel
1251     - 5   # NDRPDR sel
1252     - 7   # NDRPDR sel
1253     - 8   # NDRPDR sel
1254     - 9   # NDRPDR sel
1255     - 10  # NDRPDR sel
1256     - 11  # NDRPDR sel
1257     - 12  # NDRPDR sel
1258     - 13  # NDRPDR sel
1259
1260     csit-vpp-functional-1810-ubuntu1604-virl:
1261     - 44
1262     csit-vpp-functional-1810-centos7-virl:
1263     - 44
1264     csit-vpp-device-1810-ubuntu1804-1n-skx:
1265     - 2
1266     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1267     - 1
1268     csit-dmm-functional-1810-ubuntu1604-virl:
1269     - 1
1270     csit-hc2vpp-verify-func-1810-ubuntu1604:
1271     - 3
1272
1273 -
1274   type: "output"
1275   output: "report"
1276   format:
1277     html:
1278     - full
1279     pdf:
1280     - minimal
1281
1282 ################################################################################
1283 ###                               T A B L E S                                ###
1284 ################################################################################
1285
1286 ################################################################################
1287 # VPP
1288
1289 # VPP Performance Changes 3n-hsw 1t1c pdr 
1290 -
1291   type: "table"
1292   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1293   algorithm: "table_performance_comparison"
1294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1295   history:
1296     -
1297       title: "rls1804"
1298       data:
1299         csit-vpp-perf-1804-all:
1300         - 21  # sel
1301         - 22  # sel
1302         - 23  # sel
1303         - 24  # sel
1304         - 27  # sel
1305         - 28  # sel
1306         - 29  # sel
1307         - 30  # sel
1308         - 31  # sel
1309         - 35  # sel
1310   reference:
1311     title: "rls1807"
1312     data:
1313       csit-vpp-perf-verify-1807-3n-hsw:
1314       - 11  # NDRPDR full 1
1315       - 22  # NDRPDR full 2
1316       - 45  # NDRPDR full 3
1317       - 46  # NDRPDR full 4
1318       - 15  # NDRPDR sel
1319       - 16  # NDRPDR sel
1320       - 19  # NDRPDR sel
1321       - 18  # NDRPDR sel
1322       - 20  # NDRPDR sel
1323       - 38  # NDRPDR sel
1324       - 40  # NDRPDR sel
1325       - 44  # NDRPDR sel
1326       - 47  # NDRPDR sel
1327   compare:
1328     title: "rls1810"
1329     data:
1330       csit-vpp-perf-verify-1810-3n-hsw:
1331       - 8   # NDRPDR sel
1332       - 12  # NDRPDR sel
1333       - 14  # NDRPDR sel
1334       - 18  # NDRPDR sel
1335       - 23  # NDRPDR sel
1336       - 25  # NDRPDR sel
1337       - 38  # NDRPDR sel
1338       - 39  # NDRPDR sel
1339       - 41  # NDRPDR sel
1340       - 42  # NDRPDR sel
1341   data: "vpp-performance-changes-3n-hsw"
1342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1343   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1344   parameters:
1345   - "name"
1346   - "parent"
1347   - "throughput"
1348
1349 # VPP Performance Changes 3n-hsw 2t2c pdr
1350 -
1351   type: "table"
1352   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1353   algorithm: "table_performance_comparison"
1354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1355   history:
1356     -
1357       title: "rls1804"
1358       data:
1359         csit-vpp-perf-1804-all:
1360         - 21  # sel
1361         - 22  # sel
1362         - 23  # sel
1363         - 24  # sel
1364         - 27  # sel
1365         - 28  # sel
1366         - 29  # sel
1367         - 30  # sel
1368         - 31  # sel
1369         - 35  # sel
1370   reference:
1371     title: "rls1807"
1372     data:
1373       csit-vpp-perf-verify-1807-3n-hsw:
1374       - 11  # NDRPDR full 1
1375       - 22  # NDRPDR full 2
1376       - 45  # NDRPDR full 3
1377       - 46  # NDRPDR full 4
1378       - 15  # NDRPDR sel
1379       - 16  # NDRPDR sel
1380       - 19  # NDRPDR sel
1381       - 18  # NDRPDR sel
1382       - 20  # NDRPDR sel
1383       - 38  # NDRPDR sel
1384       - 40  # NDRPDR sel
1385       - 44  # NDRPDR sel
1386       - 47  # NDRPDR sel
1387   compare:
1388     title: "rls1810"
1389     data:
1390       csit-vpp-perf-verify-1810-3n-hsw:
1391       - 8   # NDRPDR sel
1392       - 12  # NDRPDR sel
1393       - 14  # NDRPDR sel
1394       - 18  # NDRPDR sel
1395       - 23  # NDRPDR sel
1396       - 25  # NDRPDR sel
1397       - 38  # NDRPDR sel
1398       - 39  # NDRPDR sel
1399       - 41  # NDRPDR sel
1400       - 42  # NDRPDR sel
1401   data: "vpp-performance-changes-3n-hsw"
1402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1403   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1404   parameters:
1405   - "name"
1406   - "parent"
1407   - "throughput"
1408
1409 # VPP Performance Changes 3n-hsw 1t1c ndr
1410 -
1411   type: "table"
1412   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1413   algorithm: "table_performance_comparison"
1414   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1415   history:
1416     -
1417       title: "rls1804"
1418       data:
1419         csit-vpp-perf-1804-all:
1420         - 21  # sel
1421         - 22  # sel
1422         - 23  # sel
1423         - 24  # sel
1424         - 27  # sel
1425         - 28  # sel
1426         - 29  # sel
1427         - 30  # sel
1428         - 31  # sel
1429         - 35  # sel
1430   reference:
1431     title: "rls1807"
1432     data:
1433       csit-vpp-perf-verify-1807-3n-hsw:
1434       - 11  # NDRPDR full 1
1435       - 22  # NDRPDR full 2
1436       - 45  # NDRPDR full 3
1437       - 46  # NDRPDR full 4
1438       - 15  # NDRPDR sel
1439       - 16  # NDRPDR sel
1440       - 19  # NDRPDR sel
1441       - 18  # NDRPDR sel
1442       - 20  # NDRPDR sel
1443       - 38  # NDRPDR sel
1444       - 40  # NDRPDR sel
1445       - 44  # NDRPDR sel
1446       - 47  # NDRPDR sel
1447   compare:
1448     title: "rls1810"
1449     data:
1450       csit-vpp-perf-verify-1810-3n-hsw:
1451       - 8   # NDRPDR sel
1452       - 12  # NDRPDR sel
1453       - 14  # NDRPDR sel
1454       - 18  # NDRPDR sel
1455       - 23  # NDRPDR sel
1456       - 25  # NDRPDR sel
1457       - 38  # NDRPDR sel
1458       - 39  # NDRPDR sel
1459       - 41  # NDRPDR sel
1460       - 42  # NDRPDR sel
1461   data: "vpp-performance-changes-3n-hsw"
1462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1463   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1464   parameters:
1465   - "name"
1466   - "parent"
1467   - "throughput"
1468
1469 # VPP Performance Changes 3n-hsw 2t2c ndr
1470 -
1471   type: "table"
1472   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1473   algorithm: "table_performance_comparison"
1474   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1475   history:
1476     -
1477       title: "rls1804"
1478       data:
1479         csit-vpp-perf-1804-all:
1480         - 21  # sel
1481         - 22  # sel
1482         - 23  # sel
1483         - 24  # sel
1484         - 27  # sel
1485         - 28  # sel
1486         - 29  # sel
1487         - 30  # sel
1488         - 31  # sel
1489         - 35  # sel
1490   reference:
1491     title: "rls1807"
1492     data:
1493       csit-vpp-perf-verify-1807-3n-hsw:
1494       - 11  # NDRPDR full 1
1495       - 22  # NDRPDR full 2
1496       - 45  # NDRPDR full 3
1497       - 46  # NDRPDR full 4
1498       - 15  # NDRPDR sel
1499       - 16  # NDRPDR sel
1500       - 19  # NDRPDR sel
1501       - 18  # NDRPDR sel
1502       - 20  # NDRPDR sel
1503       - 38  # NDRPDR sel
1504       - 40  # NDRPDR sel
1505       - 44  # NDRPDR sel
1506       - 47  # NDRPDR sel
1507   compare:
1508     title: "rls1810"
1509     data:
1510       csit-vpp-perf-verify-1810-3n-hsw:
1511       - 8   # NDRPDR sel
1512       - 12  # NDRPDR sel
1513       - 14  # NDRPDR sel
1514       - 18  # NDRPDR sel
1515       - 23  # NDRPDR sel
1516       - 25  # NDRPDR sel
1517       - 38  # NDRPDR sel
1518       - 39  # NDRPDR sel
1519       - 41  # NDRPDR sel
1520       - 42  # NDRPDR sel
1521   data: "vpp-performance-changes-3n-hsw"
1522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1523   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1524   parameters:
1525   - "name"
1526   - "parent"
1527   - "throughput"
1528
1529 # VPP Performance Changes 3n-skx 2t1c pdr 
1530 -
1531   type: "table"
1532   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1533   algorithm: "table_performance_comparison"
1534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1535   reference:
1536     title: "rls1807"
1537     data:
1538       csit-vpp-perf-verify-1807-3n-skx:
1539       - 33  # NDRPDR sel
1540       - 35  # NDRPDR sel
1541       - 37  # NDRPDR sel
1542       - 38  # NDRPDR sel
1543       - 39  # NDRPDR sel
1544       - 43  # NDRPDR sel
1545       - 44  # NDRPDR sel
1546       - 49  # NDRPDR sel
1547       - 50  # NDRPDR sel
1548       - 56  # NDRPDR sel
1549   compare:
1550     title: "rls1810"
1551     data:
1552       csit-vpp-perf-verify-1810-3n-skx:
1553       - 10  # NDRPDR sel
1554       - 14  # NDRPDR sel
1555       - 15  # NDRPDR sel
1556       - 16  # NDRPDR sel
1557       - 17  # NDRPDR sel
1558       - 19  # NDRPDR sel
1559       - 20  # NDRPDR sel
1560       - 21  # NDRPDR sel
1561       - 22  # NDRPDR sel
1562       - 25  # NDRPDR sel
1563   data: "vpp-performance-changes-3n-skx"
1564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1565   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1566   parameters:
1567   - "name"
1568   - "parent"
1569   - "throughput"
1570
1571 # VPP Performance Changes 3n-skx 4t2c pdr
1572 -
1573   type: "table"
1574   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1575   algorithm: "table_performance_comparison"
1576   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1577   reference:
1578     title: "rls1807"
1579     data:
1580       csit-vpp-perf-verify-1807-3n-skx:
1581       - 33  # NDRPDR sel
1582       - 35  # NDRPDR sel
1583       - 37  # NDRPDR sel
1584       - 38  # NDRPDR sel
1585       - 39  # NDRPDR sel
1586       - 43  # NDRPDR sel
1587       - 44  # NDRPDR sel
1588       - 49  # NDRPDR sel
1589       - 50  # NDRPDR sel
1590       - 56  # NDRPDR sel
1591   compare:
1592     title: "rls1810"
1593     data:
1594       csit-vpp-perf-verify-1810-3n-skx:
1595       - 10  # NDRPDR sel
1596       - 14  # NDRPDR sel
1597       - 15  # NDRPDR sel
1598       - 16  # NDRPDR sel
1599       - 17  # NDRPDR sel
1600       - 19  # NDRPDR sel
1601       - 20  # NDRPDR sel
1602       - 21  # NDRPDR sel
1603       - 22  # NDRPDR sel
1604       - 25  # NDRPDR sel
1605   data: "vpp-performance-changes-3n-skx"
1606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1607   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1608   parameters:
1609   - "name"
1610   - "parent"
1611   - "throughput"
1612
1613 # VPP Performance Changes 3n-skx 2t1c ndr
1614 -
1615   type: "table"
1616   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1617   algorithm: "table_performance_comparison"
1618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1619   reference:
1620     title: "rls1807"
1621     data:
1622       csit-vpp-perf-verify-1807-3n-skx:
1623       - 33  # NDRPDR sel
1624       - 35  # NDRPDR sel
1625       - 37  # NDRPDR sel
1626       - 38  # NDRPDR sel
1627       - 39  # NDRPDR sel
1628       - 43  # NDRPDR sel
1629       - 44  # NDRPDR sel
1630       - 49  # NDRPDR sel
1631       - 50  # NDRPDR sel
1632       - 56  # NDRPDR sel
1633   compare:
1634     title: "rls1810"
1635     data:
1636       csit-vpp-perf-verify-1810-3n-skx:
1637       - 10  # NDRPDR sel
1638       - 14  # NDRPDR sel
1639       - 15  # NDRPDR sel
1640       - 16  # NDRPDR sel
1641       - 17  # NDRPDR sel
1642       - 19  # NDRPDR sel
1643       - 20  # NDRPDR sel
1644       - 21  # NDRPDR sel
1645       - 22  # NDRPDR sel
1646       - 25  # NDRPDR sel
1647   data: "vpp-performance-changes-3n-skx"
1648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1649   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1650   parameters:
1651   - "name"
1652   - "parent"
1653   - "throughput"
1654
1655 # VPP Performance Changes 3n-skx 4t2c ndr
1656 -
1657   type: "table"
1658   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1659   algorithm: "table_performance_comparison"
1660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1661   reference:
1662     title: "rls1807"
1663     data:
1664       csit-vpp-perf-verify-1807-3n-skx:
1665       - 33  # NDRPDR sel
1666       - 35  # NDRPDR sel
1667       - 37  # NDRPDR sel
1668       - 38  # NDRPDR sel
1669       - 39  # NDRPDR sel
1670       - 43  # NDRPDR sel
1671       - 44  # NDRPDR sel
1672       - 49  # NDRPDR sel
1673       - 50  # NDRPDR sel
1674       - 56  # NDRPDR sel
1675   compare:
1676     title: "rls1810"
1677     data:
1678       csit-vpp-perf-verify-1810-3n-skx:
1679       - 10  # NDRPDR sel
1680       - 14  # NDRPDR sel
1681       - 15  # NDRPDR sel
1682       - 16  # NDRPDR sel
1683       - 17  # NDRPDR sel
1684       - 19  # NDRPDR sel
1685       - 20  # NDRPDR sel
1686       - 21  # NDRPDR sel
1687       - 22  # NDRPDR sel
1688       - 25  # NDRPDR sel
1689   data: "vpp-performance-changes-3n-skx"
1690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1691   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "throughput"
1696
1697 # VPP Performance Changes 2n-skx 2t1c pdr 
1698 -
1699   type: "table"
1700   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1701   algorithm: "table_performance_comparison"
1702   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1703   reference:
1704     title: "rls1807"
1705     data:
1706       csit-vpp-perf-verify-1807-2n-skx:
1707       - 26  # NDRPDR sel
1708       - 28  # NDRPDR sel
1709       - 29  # NDRPDR sel
1710       - 30  # NDRPDR sel
1711       - 34  # NDRPDR sel
1712       - 35  # NDRPDR sel
1713       - 36  # NDRPDR sel
1714       - 39  # NDRPDR sel
1715       - 40  # NDRPDR sel
1716       - 42  # NDRPDR sel
1717   compare:
1718     title: "rls1810"
1719     data:
1720       csit-vpp-perf-verify-1810-2n-skx:
1721       - 9   # NDRPDR sel
1722       - 13  # NDRPDR sel
1723       - 14  # NDRPDR sel
1724       - 19  # NDRPDR sel
1725       - 20  # NDRPDR sel
1726       - 21  # NDRPDR sel
1727       - 22  # NDRPDR sel
1728       - 23  # NDRPDR sel
1729       - 24  # NDRPDR sel
1730       - 27  # NDRPDR sel
1731   data: "vpp-performance-changes-2n-skx"
1732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1733   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1734   parameters:
1735   - "name"
1736   - "parent"
1737   - "throughput"
1738
1739 # VPP Performance Changes 2n-skx 4t2c pdr
1740 -
1741   type: "table"
1742   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1743   algorithm: "table_performance_comparison"
1744   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1745   reference:
1746     title: "rls1807"
1747     data:
1748       csit-vpp-perf-verify-1807-2n-skx:
1749       - 26  # NDRPDR sel
1750       - 28  # NDRPDR sel
1751       - 29  # NDRPDR sel
1752       - 30  # NDRPDR sel
1753       - 34  # NDRPDR sel
1754       - 35  # NDRPDR sel
1755       - 36  # NDRPDR sel
1756       - 39  # NDRPDR sel
1757       - 40  # NDRPDR sel
1758       - 42  # NDRPDR sel
1759   compare:
1760     title: "rls1810"
1761     data:
1762       csit-vpp-perf-verify-1810-2n-skx:
1763       - 9   # NDRPDR sel
1764       - 13  # NDRPDR sel
1765       - 14  # NDRPDR sel
1766       - 19  # NDRPDR sel
1767       - 20  # NDRPDR sel
1768       - 21  # NDRPDR sel
1769       - 22  # NDRPDR sel
1770       - 23  # NDRPDR sel
1771       - 24  # NDRPDR sel
1772       - 27  # NDRPDR sel
1773   data: "vpp-performance-changes-2n-skx"
1774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1775   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1776   parameters:
1777   - "name"
1778   - "parent"
1779   - "throughput"
1780
1781 # VPP Performance Changes 2n-skx 2t1c ndr
1782 -
1783   type: "table"
1784   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1785   algorithm: "table_performance_comparison"
1786   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1787   reference:
1788     title: "rls1807"
1789     data:
1790       csit-vpp-perf-verify-1807-2n-skx:
1791       - 26  # NDRPDR sel
1792       - 28  # NDRPDR sel
1793       - 29  # NDRPDR sel
1794       - 30  # NDRPDR sel
1795       - 34  # NDRPDR sel
1796       - 35  # NDRPDR sel
1797       - 36  # NDRPDR sel
1798       - 39  # NDRPDR sel
1799       - 40  # NDRPDR sel
1800       - 42  # NDRPDR sel
1801   compare:
1802     title: "rls1810"
1803     data:
1804       csit-vpp-perf-verify-1810-2n-skx:
1805       - 9   # NDRPDR sel
1806       - 13  # NDRPDR sel
1807       - 14  # NDRPDR sel
1808       - 19  # NDRPDR sel
1809       - 20  # NDRPDR sel
1810       - 21  # NDRPDR sel
1811       - 22  # NDRPDR sel
1812       - 23  # NDRPDR sel
1813       - 24  # NDRPDR sel
1814       - 27  # NDRPDR sel
1815   data: "vpp-performance-changes-2n-skx"
1816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1817   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1818   parameters:
1819   - "name"
1820   - "parent"
1821   - "throughput"
1822
1823 # VPP Performance Changes 2n-skx 4t2c ndr
1824 -
1825   type: "table"
1826   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1827   algorithm: "table_performance_comparison"
1828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1829   reference:
1830     title: "rls1807"
1831     data:
1832       csit-vpp-perf-verify-1807-2n-skx:
1833       - 26  # NDRPDR sel
1834       - 28  # NDRPDR sel
1835       - 29  # NDRPDR sel
1836       - 30  # NDRPDR sel
1837       - 34  # NDRPDR sel
1838       - 35  # NDRPDR sel
1839       - 36  # NDRPDR sel
1840       - 39  # NDRPDR sel
1841       - 40  # NDRPDR sel
1842       - 42  # NDRPDR sel
1843   compare:
1844     title: "rls1810"
1845     data:
1846       csit-vpp-perf-verify-1810-2n-skx:
1847       - 9   # NDRPDR sel
1848       - 13  # NDRPDR sel
1849       - 14  # NDRPDR sel
1850       - 19  # NDRPDR sel
1851       - 20  # NDRPDR sel
1852       - 21  # NDRPDR sel
1853       - 22  # NDRPDR sel
1854       - 23  # NDRPDR sel
1855       - 24  # NDRPDR sel
1856       - 27  # NDRPDR sel
1857   data: "vpp-performance-changes-2n-skx"
1858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1859   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1860   parameters:
1861   - "name"
1862   - "parent"
1863   - "throughput"
1864
1865 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1866 -
1867   type: "table"
1868   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1869   algorithm: "table_performance_comparison"
1870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1871   reference:
1872     title: "3-Node Hsw"
1873     data:
1874       csit-vpp-perf-verify-1810-3n-hsw:
1875       - 8   # NDRPDR sel
1876       - 12  # NDRPDR sel
1877       - 14  # NDRPDR sel
1878       - 18  # NDRPDR sel
1879       - 23  # NDRPDR sel
1880       - 25  # NDRPDR sel
1881       - 38  # NDRPDR sel
1882       - 39  # NDRPDR sel
1883       - 41  # NDRPDR sel
1884       - 42  # NDRPDR sel
1885   compare:
1886     title: "3-Node Skx"
1887     data:
1888       csit-vpp-perf-verify-1810-3n-skx:
1889       - 10  # NDRPDR sel
1890       - 14  # NDRPDR sel
1891       - 15  # NDRPDR sel
1892       - 16  # NDRPDR sel
1893       - 17  # NDRPDR sel
1894       - 19  # NDRPDR sel
1895       - 20  # NDRPDR sel
1896       - 21  # NDRPDR sel
1897       - 22  # NDRPDR sel
1898       - 25  # NDRPDR sel
1899   data: "vpp-compare-testbeds"
1900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1901   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1902   parameters:
1903   - "name"
1904   - "parent"
1905   - "throughput"
1906
1907 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1908 -
1909   type: "table"
1910   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1911   algorithm: "table_performance_comparison"
1912   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1913   reference:
1914     title: "3-Node Hsw"
1915     data:
1916       csit-vpp-perf-verify-1810-3n-hsw:
1917       - 8   # NDRPDR sel
1918       - 12  # NDRPDR sel
1919       - 14  # NDRPDR sel
1920       - 18  # NDRPDR sel
1921       - 23  # NDRPDR sel
1922       - 25  # NDRPDR sel
1923       - 38  # NDRPDR sel
1924       - 39  # NDRPDR sel
1925       - 41  # NDRPDR sel
1926       - 42  # NDRPDR sel
1927   compare:
1928     title: "3-Node Skx"
1929     data:
1930       csit-vpp-perf-verify-1810-3n-skx:
1931       - 10  # NDRPDR sel
1932       - 14  # NDRPDR sel
1933       - 15  # NDRPDR sel
1934       - 16  # NDRPDR sel
1935       - 17  # NDRPDR sel
1936       - 19  # NDRPDR sel
1937       - 20  # NDRPDR sel
1938       - 21  # NDRPDR sel
1939       - 22  # NDRPDR sel
1940       - 25  # NDRPDR sel
1941   data: "vpp-compare-testbeds"
1942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1943   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1944   parameters:
1945   - "name"
1946   - "parent"
1947   - "throughput"
1948
1949 # VPP Comparison Across Topologies 3n-skx to 2n-skx ndr
1950 -
1951   type: "table"
1952   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx ndr"
1953   algorithm: "table_performance_comparison"
1954   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
1955   reference:
1956     title: "3-Node Skx"
1957     data:
1958       csit-vpp-perf-verify-1810-3n-skx:
1959       - 10  # NDRPDR sel
1960       - 14  # NDRPDR sel
1961       - 15  # NDRPDR sel
1962       - 16  # NDRPDR sel
1963       - 17  # NDRPDR sel
1964       - 19  # NDRPDR sel
1965       - 20  # NDRPDR sel
1966       - 21  # NDRPDR sel
1967       - 22  # NDRPDR sel
1968       - 25  # NDRPDR sel
1969   compare:
1970     title: "2-Node Skx"
1971     data:
1972       csit-vpp-perf-verify-1810-2n-skx:
1973       - 9   # NDRPDR sel
1974       - 13  # NDRPDR sel
1975       - 14  # NDRPDR sel
1976       - 19  # NDRPDR sel
1977       - 20  # NDRPDR sel
1978       - 21  # NDRPDR sel
1979       - 22  # NDRPDR sel
1980       - 23  # NDRPDR sel
1981       - 24  # NDRPDR sel
1982       - 27  # NDRPDR sel
1983   data: "vpp-compare-topologies"
1984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1985   filter: "'NDRPDR'"
1986   parameters:
1987   - "name"
1988   - "parent"
1989   - "throughput"
1990
1991 # VPP Comparison Across Topologies 3n-skx to 2n-skx pdr
1992 -
1993   type: "table"
1994   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx pdr"
1995   algorithm: "table_performance_comparison"
1996   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
1997   reference:
1998     title: "3-Node Skx"
1999     data:
2000       csit-vpp-perf-verify-1810-3n-skx:
2001       - 10  # NDRPDR sel
2002       - 14  # NDRPDR sel
2003       - 15  # NDRPDR sel
2004       - 16  # NDRPDR sel
2005       - 17  # NDRPDR sel
2006       - 19  # NDRPDR sel
2007       - 20  # NDRPDR sel
2008       - 21  # NDRPDR sel
2009       - 22  # NDRPDR sel
2010       - 25  # NDRPDR sel
2011   compare:
2012     title: "2-Node Skx"
2013     data:
2014       csit-vpp-perf-verify-1810-2n-skx:
2015       - 9   # NDRPDR sel
2016       - 13  # NDRPDR sel
2017       - 14  # NDRPDR sel
2018       - 19  # NDRPDR sel
2019       - 20  # NDRPDR sel
2020       - 21  # NDRPDR sel
2021       - 22  # NDRPDR sel
2022       - 23  # NDRPDR sel
2023       - 24  # NDRPDR sel
2024       - 27  # NDRPDR sel
2025   data: "vpp-compare-topologies"
2026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2027   filter: "'NDRPDR'"
2028   parameters:
2029   - "name"
2030   - "parent"
2031   - "throughput"
2032
2033 # VPP Performance Changes 3n-hsw 1t1c MRR
2034 -
2035   type: "table"
2036   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2037   algorithm: "table_performance_comparison"
2038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2039   history:
2040     -
2041       title: "rls1804"
2042       data:
2043         csit-vpp-perf-check-1804:
2044         - 6   # mrr - sel
2045         - 13  # mrr - sel
2046         - 14  # mrr - sel
2047         - 15  # mrr - sel
2048         - 16  # mrr - sel
2049         - 17  # mrr - sel
2050         - 19  # mrr - sel
2051         - 20  # mrr - sel
2052         - 21  # mrr - sel
2053         - 22  # mrr - sel
2054   reference:
2055     title: "rls1807"
2056     data:
2057       csit-vpp-perf-verify-1807-3n-hsw:
2058       - 8   # MRR full
2059       - 9   # MRR sel
2060       - 21  # MRR sel
2061       - 31  # MRR sel
2062       - 33  # MRR sel
2063       - 36  # MRR sel
2064       - 41  # MRR sel
2065       - 42  # MRR sel
2066       - 48  # MRR sel
2067   compare:
2068     title: "rls1810"
2069     data:
2070       csit-vpp-perf-verify-1810-3n-hsw:
2071       - 9   # MRR sel
2072   data: "vpp-performance-changes-3n-hsw-mrr"
2073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "result"
2079
2080 # VPP Performance Changes 3n-hsw 2t2c MRR
2081 -
2082   type: "table"
2083   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2084   algorithm: "table_performance_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2086   history:
2087     -
2088       title: "rls1804"
2089       data:
2090         csit-vpp-perf-check-1804:
2091         - 6   # mrr - sel
2092         - 13  # mrr - sel
2093         - 14  # mrr - sel
2094         - 15  # mrr - sel
2095         - 16  # mrr - sel
2096         - 17  # mrr - sel
2097         - 19  # mrr - sel
2098         - 20  # mrr - sel
2099         - 21  # mrr - sel
2100         - 22  # mrr - sel
2101   reference:
2102     title: "rls1807"
2103     data:
2104       csit-vpp-perf-verify-1807-3n-hsw:
2105       - 8   # MRR full
2106       - 9   # MRR sel
2107       - 21  # MRR sel
2108       - 31  # MRR sel
2109       - 33  # MRR sel
2110       - 36  # MRR sel
2111       - 41  # MRR sel
2112       - 42  # MRR sel
2113       - 48  # MRR sel
2114   compare:
2115     title: "rls1810"
2116     data:
2117       csit-vpp-perf-verify-1810-3n-hsw:
2118       - 9   # MRR sel
2119   data: "vpp-performance-changes-3n-hsw-mrr"
2120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2121   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2122   parameters:
2123   - "name"
2124   - "parent"
2125   - "result"
2126
2127 # VPP Performance Changes 3n-hsw 4t4c MRR
2128 -
2129   type: "table"
2130   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2131   algorithm: "table_performance_comparison"
2132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2133   history:
2134     -
2135       title: "rls1804"
2136       data:
2137         csit-vpp-perf-check-1804:
2138         - 6   # mrr - sel
2139         - 13  # mrr - sel
2140         - 14  # mrr - sel
2141         - 15  # mrr - sel
2142         - 16  # mrr - sel
2143         - 17  # mrr - sel
2144         - 19  # mrr - sel
2145         - 20  # mrr - sel
2146         - 21  # mrr - sel
2147         - 22  # mrr - sel
2148   reference:
2149     title: "rls1807"
2150     data:
2151       csit-vpp-perf-verify-1807-3n-hsw:
2152       - 8   # MRR full
2153       - 9   # MRR sel
2154       - 21  # MRR sel
2155       - 31  # MRR sel
2156       - 33  # MRR sel
2157       - 36  # MRR sel
2158       - 41  # MRR sel
2159       - 42  # MRR sel
2160       - 48  # MRR sel
2161   compare:
2162     title: "rls1810"
2163     data:
2164       csit-vpp-perf-verify-1810-3n-hsw:
2165       - 9   # MRR sel
2166   data: "vpp-performance-changes-3n-hsw-mrr"
2167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2168   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2169   parameters:
2170   - "name"
2171   - "parent"
2172   - "result"
2173
2174 # VPP Performance Changes 3n-skx 2t1c MRR
2175 -
2176   type: "table"
2177   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2178   algorithm: "table_performance_comparison"
2179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2180   reference:
2181     title: "rls1807"
2182     data:
2183       csit-vpp-perf-verify-1807-3n-skx:
2184       - 28  # MRR sel
2185       - 32  # MRR sel
2186       - 36  # MRR sel
2187       - 42  # MRR sel
2188       - 47  # MRR sel
2189       - 48  # MRR sel
2190       - 51  # MRR sel
2191       - 52  # MRR sel
2192       - 53  # MRR sel
2193   compare:
2194     title: "rls1810"
2195     data:
2196       csit-vpp-perf-verify-1810-3n-skx:
2197       - 9   # MRR sel
2198       - 11  # MRR sel
2199       - 12  # MRR sel
2200       - 13  # MRR sel
2201   data: "vpp-performance-changes-3n-skx-mrr"
2202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2203   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2204   parameters:
2205   - "name"
2206   - "parent"
2207   - "result"
2208
2209 # VPP Performance Changes 3n-skx 4t2c MRR
2210 -
2211   type: "table"
2212   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2213   algorithm: "table_performance_comparison"
2214   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2215   reference:
2216     title: "rls1807"
2217     data:
2218       csit-vpp-perf-verify-1807-3n-skx:
2219       - 28  # MRR sel
2220       - 32  # MRR sel
2221       - 36  # MRR sel
2222       - 42  # MRR sel
2223       - 47  # MRR sel
2224       - 48  # MRR sel
2225       - 51  # MRR sel
2226       - 52  # MRR sel
2227       - 53  # MRR sel
2228   compare:
2229     title: "rls1810"
2230     data:
2231       csit-vpp-perf-verify-1810-3n-skx:
2232       - 9   # MRR sel
2233       - 11  # MRR sel
2234       - 12  # MRR sel
2235       - 13  # MRR sel
2236   data: "vpp-performance-changes-3n-skx-mrr"
2237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2238   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2239   parameters:
2240   - "name"
2241   - "parent"
2242   - "result"
2243
2244 # VPP Performance Changes 3n-skx 8t4c MRR
2245 -
2246   type: "table"
2247   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2248   algorithm: "table_performance_comparison"
2249   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2250   reference:
2251     title: "rls1807"
2252     data:
2253       csit-vpp-perf-verify-1807-3n-skx:
2254       - 28  # MRR sel
2255       - 32  # MRR sel
2256       - 36  # MRR sel
2257       - 42  # MRR sel
2258       - 47  # MRR sel
2259       - 48  # MRR sel
2260       - 51  # MRR sel
2261       - 52  # MRR sel
2262       - 53  # MRR sel
2263   compare:
2264     title: "rls1810"
2265     data:
2266       csit-vpp-perf-verify-1810-3n-skx:
2267       - 9   # MRR sel
2268       - 11  # MRR sel
2269       - 12  # MRR sel
2270       - 13  # MRR sel
2271   data: "vpp-performance-changes-3n-skx-mrr"
2272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2273   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2274   parameters:
2275   - "name"
2276   - "parent"
2277   - "result"
2278
2279 # VPP Performance Changes 2n-skx 2t1c MRR
2280 -
2281   type: "table"
2282   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2283   algorithm: "table_performance_comparison"
2284   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2285   reference:
2286     title: "rls1807"
2287     data:
2288       csit-vpp-perf-verify-1807-2n-skx:
2289       - 31  # MRR sel
2290       - 33  # MRR sel
2291       - 37  # MRR sel
2292       - 38  # MRR sel
2293       - 41  # MRR sel
2294       - 43  # MRR sel
2295       - 44  # MRR sel
2296       - 45  # MRR sel
2297       - 46  # MRR sel
2298       - 47  # MRR sel
2299   compare:
2300     title: "rls1810"
2301     data:
2302       csit-vpp-perf-verify-1810-2n-skx:
2303       - 8   # MRR sel
2304       - 10  # MRR sel
2305       - 11  # MRR sel
2306       - 12  # MRR sel
2307   data: "vpp-performance-changes-2n-skx-mrr"
2308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2309   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2310   parameters:
2311   - "name"
2312   - "parent"
2313   - "result"
2314
2315 # VPP Performance Changes 2n-skx 4t2c MRR
2316 -
2317   type: "table"
2318   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2319   algorithm: "table_performance_comparison"
2320   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2321   reference:
2322     title: "rls1807"
2323     data:
2324       csit-vpp-perf-verify-1807-2n-skx:
2325       - 31  # MRR sel
2326       - 33  # MRR sel
2327       - 37  # MRR sel
2328       - 38  # MRR sel
2329       - 41  # MRR sel
2330       - 43  # MRR sel
2331       - 44  # MRR sel
2332       - 45  # MRR sel
2333       - 46  # MRR sel
2334       - 47  # MRR sel
2335   compare:
2336     title: "rls1810"
2337     data:
2338       csit-vpp-perf-verify-1810-2n-skx:
2339       - 8   # MRR sel
2340       - 10  # MRR sel
2341       - 11  # MRR sel
2342       - 12  # MRR sel
2343   data: "vpp-performance-changes-2n-skx-mrr"
2344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2345   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2346   parameters:
2347   - "name"
2348   - "parent"
2349   - "result"
2350
2351 # VPP Performance Changes 2n-skx 8t4c MRR
2352 -
2353   type: "table"
2354   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2355   algorithm: "table_performance_comparison"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2357   reference:
2358     title: "rls1807"
2359     data:
2360       csit-vpp-perf-verify-1807-2n-skx:
2361       - 31  # MRR sel
2362       - 33  # MRR sel
2363       - 37  # MRR sel
2364       - 38  # MRR sel
2365       - 41  # MRR sel
2366       - 43  # MRR sel
2367       - 44  # MRR sel
2368       - 45  # MRR sel
2369       - 46  # MRR sel
2370       - 47  # MRR sel
2371   compare:
2372     title: "rls1810"
2373     data:
2374       csit-vpp-perf-verify-1810-2n-skx:
2375       - 8   # MRR sel
2376       - 10  # MRR sel
2377       - 11  # MRR sel
2378       - 12  # MRR sel
2379   data: "vpp-performance-changes-2n-skx-mrr"
2380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2381   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2382   parameters:
2383   - "name"
2384   - "parent"
2385   - "result"
2386
2387 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2388 -
2389   type: "table"
2390   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2391   algorithm: "table_performance_comparison"
2392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2393   reference:
2394     title: "3-Node Hsw"
2395     data:
2396       csit-vpp-perf-verify-1810-3n-hsw:
2397       - 9   # MRR sel
2398   compare:
2399     title: "3-Node Skx"
2400     data:
2401       csit-vpp-perf-verify-1810-3n-skx:
2402       - 9   # MRR sel
2403       - 11  # MRR sel
2404       - 12  # MRR sel
2405       - 13  # MRR sel
2406   data: "vpp-compare-testbeds-mrr"
2407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2408   filter: "'NIC_Intel-X710' and 'MRR'"
2409   parameters:
2410   - "name"
2411   - "parent"
2412   - "result"
2413
2414 # VPP Comparison Across Topologies 3n-skx to 2n-skx mrr
2415 -
2416   type: "table"
2417   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx mrr"
2418   algorithm: "table_performance_comparison"
2419   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-mrr"
2420   reference:
2421     title: "3-Node Skx"
2422     data:
2423       csit-vpp-perf-verify-1810-3n-skx:
2424       - 9   # MRR sel
2425       - 11  # MRR sel
2426       - 12  # MRR sel
2427       - 13  # MRR sel
2428   compare:
2429     title: "2-Node Skx"
2430     data:
2431       csit-vpp-perf-verify-1810-2n-skx:
2432       - 8   # MRR sel
2433       - 10  # MRR sel
2434       - 11  # MRR sel
2435       - 12  # MRR sel
2436   data: "vpp-compare-topologies-mrr"
2437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2438   filter: "'MRR'"
2439   parameters:
2440   - "name"
2441   - "parent"
2442   - "result"
2443
2444 # Detailed Test Results - VPP Performance Results 3n-hsw
2445 -
2446   type: "table"
2447   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2448   algorithm: "table_merged_details"
2449   output-file-ext: ".csv"
2450   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2451   columns:
2452   -
2453     title: "Name"
2454     data: "data name"
2455   -
2456     title: "Status"
2457     data: "data msg"
2458   rows: "generated"
2459   data: "vpp-perf-results-3n-hsw"
2460   filter: "not 'NDRCHK' and not 'PDRCHK'"
2461   parameters:
2462   - "name"
2463   - "parent"
2464   - "msg"
2465
2466 # Detailed Test Results - VPP Performance Results 3n-skx
2467 -
2468   type: "table"
2469   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2470   algorithm: "table_merged_details"
2471   output-file-ext: ".csv"
2472   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2473   columns:
2474   -
2475     title: "Name"
2476     data: "data name"
2477   -
2478     title: "Status"
2479     data: "data msg"
2480   rows: "generated"
2481   data: "vpp-perf-results-3n-skx"
2482   filter: "not 'NDRCHK' and not 'PDRCHK'"
2483   parameters:
2484   - "name"
2485   - "parent"
2486   - "msg"
2487
2488 # Detailed Test Results - VPP Performance Results 2n-skx
2489 -
2490   type: "table"
2491   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2492   algorithm: "table_merged_details"
2493   output-file-ext: ".csv"
2494   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2495   columns:
2496   -
2497     title: "Name"
2498     data: "data name"
2499   -
2500     title: "Status"
2501     data: "data msg"
2502   rows: "generated"
2503   data: "vpp-perf-results-2n-skx"
2504   filter: "not 'NDRCHK' and not 'PDRCHK'"
2505   parameters:
2506   - "name"
2507   - "parent"
2508   - "msg"
2509
2510 # Detailed Test Results - VPP Performance Results 2n-dnv
2511 -
2512   type: "table"
2513   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2514   algorithm: "table_details"
2515   output-file-ext: ".csv"
2516   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2517   columns:
2518   -
2519     title: "Name"
2520     data: "data name"
2521   -
2522     title: "Status"
2523     data: "data msg"
2524   rows: "generated"
2525   data: "intel-dnv-vpp"
2526   filter: "'NDRPDR'"
2527   parameters:
2528   - "name"
2529   - "parent"
2530   - "msg"
2531
2532 # Test configuration - VPP Performance Test Configs 3n-hsw
2533 -
2534   type: "table"
2535   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2536   algorithm: "table_merged_details"
2537   output-file-ext: ".csv"
2538   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2539   columns:
2540   -
2541     title: "Name"
2542     data: "data name"
2543   -
2544     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2545     data: "data vat-history"
2546   rows: "generated"
2547   data: "vpp-perf-results-3n-hsw"
2548   filter: "not 'NDRCHK' and not 'PDRCHK'"
2549   parameters:
2550   - "parent"
2551   - "name"
2552   - "vat-history"
2553
2554 # Test configuration - VPP Performance Test Configs 3n-skx
2555 -
2556   type: "table"
2557   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2558   algorithm: "table_merged_details"
2559   output-file-ext: ".csv"
2560   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2561   columns:
2562   -
2563     title: "Name"
2564     data: "data name"
2565   -
2566     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2567     data: "data vat-history"
2568   rows: "generated"
2569   data: "vpp-perf-results-3n-skx"
2570   filter: "not 'NDRCHK' and not 'PDRCHK'"
2571   parameters:
2572   - "parent"
2573   - "name"
2574   - "vat-history"
2575
2576 # Test configuration - VPP Performance Test Configs 2n-skx
2577 -
2578   type: "table"
2579   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2580   algorithm: "table_merged_details"
2581   output-file-ext: ".csv"
2582   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2583   columns:
2584   -
2585     title: "Name"
2586     data: "data name"
2587   -
2588     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2589     data: "data vat-history"
2590   rows: "generated"
2591   data: "vpp-perf-results-2n-skx"
2592   filter: "not 'NDRCHK' and not 'PDRCHK'"
2593   parameters:
2594   - "parent"
2595   - "name"
2596   - "vat-history"
2597
2598 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2599 -
2600   type: "table"
2601   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2602   algorithm: "table_merged_details"
2603   output-file-ext: ".csv"
2604   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2605   columns:
2606   -
2607     title: "Name"
2608     data: "data name"
2609   -
2610     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2611     data: "data show-run"
2612   rows: "generated"
2613   data: "vpp-perf-results-3n-hsw"
2614   filter: "not 'NDRCHK' and not 'PDRCHK'"
2615   parameters:
2616   - "parent"
2617   - "name"
2618   - "show-run"
2619
2620 # Test Operational Data - VPP Performance Operational Data 3n-skx
2621 -
2622   type: "table"
2623   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2624   algorithm: "table_merged_details"
2625   output-file-ext: ".csv"
2626   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2627   columns:
2628   -
2629     title: "Name"
2630     data: "data name"
2631   -
2632     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2633     data: "data show-run"
2634   rows: "generated"
2635   data: "vpp-perf-results-3n-skx"
2636   filter: "not 'NDRCHK' and not 'PDRCHK'"
2637   parameters:
2638   - "parent"
2639   - "name"
2640   - "show-run"
2641
2642 # Test Operational Data - VPP Performance Operational Data 2n-skx
2643 -
2644   type: "table"
2645   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2646   algorithm: "table_merged_details"
2647   output-file-ext: ".csv"
2648   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2649   columns:
2650   -
2651     title: "Name"
2652     data: "data name"
2653   -
2654     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2655     data: "data show-run"
2656   rows: "generated"
2657   data: "vpp-perf-results-2n-skx"
2658   filter: "not 'NDRCHK' and not 'PDRCHK'"
2659   parameters:
2660   - "parent"
2661   - "name"
2662   - "show-run"
2663
2664 # Detailed Test Results - VPP MRR Results 3n-hsw
2665 -
2666   type: "table"
2667   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2668   algorithm: "table_details"
2669   output-file-ext: ".csv"
2670   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2671   columns:
2672   -
2673     title: "Name"
2674     data: "data name"
2675   -
2676     title: "Status"
2677     data: "data msg"
2678   rows: "generated"
2679   data: "vpp-mrr-results-3n-hsw"
2680   filter: "'MRR'"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "msg"
2685
2686 # Detailed Test Results - VPP MRR Results 3n-skx
2687 -
2688   type: "table"
2689   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2690   algorithm: "table_details"
2691   output-file-ext: ".csv"
2692   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2693   columns:
2694   -
2695     title: "Name"
2696     data: "data name"
2697   -
2698     title: "Status"
2699     data: "data msg"
2700   rows: "generated"
2701   data: "vpp-mrr-results-3n-skx"
2702   filter: "'MRR'"
2703   parameters:
2704   - "name"
2705   - "parent"
2706   - "msg"
2707
2708 # Detailed Test Results - VPP MRR Results 2n-skx
2709 -
2710   type: "table"
2711   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2712   algorithm: "table_details"
2713   output-file-ext: ".csv"
2714   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2715   columns:
2716   -
2717     title: "Name"
2718     data: "data name"
2719   -
2720     title: "Status"
2721     data: "data msg"
2722   rows: "generated"
2723   data: "vpp-mrr-results-2n-skx"
2724   filter: "'MRR'"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "msg"
2729
2730 # Detailed Test Results - VPP MRR Results 2n-dnv
2731 -
2732   type: "table"
2733   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2734   algorithm: "table_details"
2735   output-file-ext: ".csv"
2736   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2737   columns:
2738   -
2739     title: "Name"
2740     data: "data name"
2741   -
2742     title: "Status"
2743     data: "data msg"
2744   rows: "generated"
2745   data: "intel-dnv-vpp"
2746   filter: "'MRR'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "msg"
2751
2752 # Test configuration - VPP MRR Test Configs 3n-hsw
2753 -
2754   type: "table"
2755   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2756   algorithm: "table_details"
2757   output-file-ext: ".csv"
2758   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2759   columns:
2760   -
2761     title: "Name"
2762     data: "data name"
2763   -
2764     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2765     data: "data vat-history"
2766   rows: "generated"
2767   data: "vpp-mrr-results-3n-hsw"
2768   filter: "'MRR'"
2769   parameters:
2770   - "parent"
2771   - "name"
2772   - "vat-history"
2773
2774 # Test configuration - VPP MRR Test Configs 3n-skx
2775 -
2776   type: "table"
2777   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2778   algorithm: "table_details"
2779   output-file-ext: ".csv"
2780   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2781   columns:
2782   -
2783     title: "Name"
2784     data: "data name"
2785   -
2786     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2787     data: "data vat-history"
2788   rows: "generated"
2789   data: "vpp-mrr-results-3n-skx"
2790   filter: "'MRR'"
2791   parameters:
2792   - "parent"
2793   - "name"
2794   - "vat-history"
2795
2796 # Test configuration - VPP MRR Test Configs 2n-skx
2797 -
2798   type: "table"
2799   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2800   algorithm: "table_details"
2801   output-file-ext: ".csv"
2802   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2803   columns:
2804   -
2805     title: "Name"
2806     data: "data name"
2807   -
2808     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2809     data: "data vat-history"
2810   rows: "generated"
2811   data: "vpp-mrr-results-2n-skx"
2812   filter: "'MRR'"
2813   parameters:
2814   - "parent"
2815   - "name"
2816   - "vat-history"
2817
2818 # Detailed Test Results - VPP Functional Results - Ubuntu
2819 -
2820   type: "table"
2821   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2822   algorithm: "table_details"
2823   output-file-ext: ".csv"
2824   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2825   columns:
2826   -
2827     title: "Name"
2828     data: "data name"
2829   -
2830     title: "Documentation"
2831     data: "data doc"
2832   -
2833     title: "Status"
2834     data: "data status"
2835   rows: "generated"
2836   data: "vpp-func-results-ubuntu"
2837   filter: "all"
2838   parameters:
2839   - "name"
2840   - "parent"
2841   - "doc"
2842   - "status"
2843
2844 # Detailed Test Results - VPP Functional Results - CentOS
2845 -
2846   type: "table"
2847   title: "Detailed Test Results - VPP Functional Results - CentOS"
2848   algorithm: "table_details"
2849   output-file-ext: ".csv"
2850   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2851   columns:
2852   -
2853     title: "Name"
2854     data: "data name"
2855   -
2856     title: "Documentation"
2857     data: "data doc"
2858   -
2859     title: "Status"
2860     data: "data status"
2861   rows: "generated"
2862   data:
2863     "vpp-func-results-centos"
2864   filter: "all"
2865   parameters:
2866   - "name"
2867   - "parent"
2868   - "doc"
2869   - "status"
2870
2871 # Test configuration - VPP Functional Test Configs - Ubuntu
2872 -
2873   type: "table"
2874   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2875   algorithm: "table_details"
2876   output-file-ext: ".csv"
2877   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2878   columns:
2879   -
2880     title: "Name"
2881     data: "data name"
2882   -
2883     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2884     data: "data vat-history"
2885   rows: "generated"
2886   data: "vpp-func-results-ubuntu"
2887   filter: "all"
2888   parameters:
2889   - "parent"
2890   - "name"
2891   - "vat-history"
2892
2893 # Test configuration - VPP Functional Test Configs - CentOS
2894 -
2895   type: "table"
2896   title: "Test configuration - VPP Functional Test Configs - CentOS"
2897   algorithm: "table_details"
2898   output-file-ext: ".csv"
2899   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2900   columns:
2901   -
2902     title: "Name"
2903     data: "data name"
2904   -
2905     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2906     data: "data vat-history"
2907   rows: "generated"
2908   data: "vpp-func-results-centos"
2909   filter: "all"
2910   parameters:
2911   - "parent"
2912   - "name"
2913   - "vat-history"
2914
2915 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2916 -
2917   type: "table"
2918   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2919   algorithm: "table_details"
2920   output-file-ext: ".csv"
2921   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2922   columns:
2923   -
2924     title: "Name"
2925     data: "data name"
2926   -
2927     title: "Status"
2928     data: "data msg"
2929   rows: "generated"
2930   data: "ligato-perf-results-3n-hsw"
2931   filter: "all"
2932   parameters:
2933   - "name"
2934   - "parent"
2935   - "msg"
2936
2937 # Detailed Test Results - VPP Device Results - Ubuntu
2938 -
2939   type: "table"
2940   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2941   algorithm: "table_details"
2942   output-file-ext: ".csv"
2943   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2944   columns:
2945   -
2946     title: "Name"
2947     data: "data name"
2948   -
2949     title: "Documentation"
2950     data: "data doc"
2951   -
2952     title: "Status"
2953     data: "data status"
2954   rows: "generated"
2955   data: "vpp-device-results-ubuntu"
2956   filter: "all"
2957   parameters:
2958   - "name"
2959   - "parent"
2960   - "doc"
2961   - "status"
2962
2963 # Test configuration - VPP Device Test Configs - Ubuntu
2964 -
2965   type: "table"
2966   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2967   algorithm: "table_details"
2968   output-file-ext: ".csv"
2969   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2970   columns:
2971   -
2972     title: "Name"
2973     data: "data name"
2974   -
2975     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2976     data: "data vat-history"
2977   rows: "generated"
2978   data: "vpp-device-results-ubuntu"
2979   filter: "all"
2980   parameters:
2981   - "parent"
2982   - "name"
2983   - "vat-history"
2984
2985 ################################################################################
2986
2987 # DPDK Performance Changes 3n-hsw 1t1c pdr
2988 -
2989   type: "table"
2990   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
2991   algorithm: "table_performance_comparison"
2992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
2993   history:
2994     -
2995       title: "rls1804"
2996       data:
2997         csit-dpdk-perf-1804-all:
2998         - 4
2999         - 5
3000         - 6
3001         - 7
3002         - 8
3003         - 9
3004         - 10
3005         - 11
3006         - 12
3007         - 13
3008   reference:
3009     title: "rls1807"
3010     data:
3011       csit-dpdk-perf-verify-1807-3n-hsw:
3012       - 11
3013       - 12  # full
3014       - 14
3015       - 15
3016       - 16
3017       - 17
3018       - 20
3019       - 21
3020       - 22
3021       - 23
3022   compare:
3023     title: "rls1810"
3024     data:
3025       csit-dpdk-perf-verify-1810-3n-hsw:
3026       - 1   # NDRPDR sel
3027       - 2   # NDRPDR sel
3028       - 3   # NDRPDR sel
3029       - 4   # NDRPDR sel
3030       - 5   # NDRPDR sel
3031       - 6   # NDRPDR sel
3032       - 7   # NDRPDR sel
3033       - 8   # NDRPDR sel
3034       - 9   # NDRPDR sel
3035       - 10  # NDRPDR sel
3036   data: "dpdk-performance-changes-3n-hsw"
3037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3038   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3039   parameters:
3040   - "name"
3041   - "parent"
3042   - "throughput"
3043
3044 # DPDK Performance Changes 3n-hsw 2t2c pdr
3045 -
3046   type: "table"
3047   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3048   algorithm: "table_performance_comparison"
3049   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3050   history:
3051     -
3052       title: "rls1804"
3053       data:
3054         csit-dpdk-perf-1804-all:
3055         - 4
3056         - 5
3057         - 6
3058         - 7
3059         - 8
3060         - 9
3061         - 10
3062         - 11
3063         - 12
3064         - 13
3065   reference:
3066     title: "rls1807"
3067     data:
3068       csit-dpdk-perf-verify-1807-3n-hsw:
3069       - 11
3070       - 12  # full
3071       - 14
3072       - 15
3073       - 16
3074       - 17
3075       - 20
3076       - 21
3077       - 22
3078       - 23
3079   compare:
3080     title: "rls1810"
3081     data:
3082       csit-dpdk-perf-verify-1810-3n-hsw:
3083       - 1   # NDRPDR sel
3084       - 2   # NDRPDR sel
3085       - 3   # NDRPDR sel
3086       - 4   # NDRPDR sel
3087       - 5   # NDRPDR sel
3088       - 6   # NDRPDR sel
3089       - 7   # NDRPDR sel
3090       - 8   # NDRPDR sel
3091       - 9   # NDRPDR sel
3092       - 10  # NDRPDR sel
3093   data: "dpdk-performance-changes-3n-hsw"
3094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3095   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3096   parameters:
3097   - "name"
3098   - "parent"
3099   - "throughput"
3100
3101 # DPDK Performance Changes 3n-hsw 1t1c ndr
3102 -
3103   type: "table"
3104   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3105   algorithm: "table_performance_comparison"
3106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3107   history:
3108     -
3109       title: "rls1804"
3110       data:
3111         csit-dpdk-perf-1804-all:
3112         - 4
3113         - 5
3114         - 6
3115         - 7
3116         - 8
3117         - 9
3118         - 10
3119         - 11
3120         - 12
3121         - 13
3122   reference:
3123     title: "rls1807"
3124     data:
3125       csit-dpdk-perf-verify-1807-3n-hsw:
3126       - 11
3127       - 12  # full
3128       - 14
3129       - 15
3130       - 16
3131       - 17
3132       - 20
3133       - 21
3134       - 22
3135       - 23
3136   compare:
3137     title: "rls1810"
3138     data:
3139       csit-dpdk-perf-verify-1810-3n-hsw:
3140       - 1   # NDRPDR sel
3141       - 2   # NDRPDR sel
3142       - 3   # NDRPDR sel
3143       - 4   # NDRPDR sel
3144       - 5   # NDRPDR sel
3145       - 6   # NDRPDR sel
3146       - 7   # NDRPDR sel
3147       - 8   # NDRPDR sel
3148       - 9   # NDRPDR sel
3149       - 10  # NDRPDR sel
3150   data: "dpdk-performance-changes-3n-hsw"
3151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3152   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3153   parameters:
3154   - "name"
3155   - "parent"
3156   - "throughput"
3157
3158 # DPDK Performance Changes 3n-hsw 2t2c ndr
3159 -
3160   type: "table"
3161   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3162   algorithm: "table_performance_comparison"
3163   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3164   history:
3165     -
3166       title: "rls1804"
3167       data:
3168         csit-dpdk-perf-1804-all:
3169         - 4
3170         - 5
3171         - 6
3172         - 7
3173         - 8
3174         - 9
3175         - 10
3176         - 11
3177         - 12
3178         - 13
3179   reference:
3180     title: "rls1807"
3181     data:
3182       csit-dpdk-perf-verify-1807-3n-hsw:
3183       - 11
3184       - 12  # full
3185       - 14
3186       - 15
3187       - 16
3188       - 17
3189       - 20
3190       - 21
3191       - 22
3192       - 23
3193   compare:
3194     title: "rls1810"
3195     data:
3196       csit-dpdk-perf-verify-1810-3n-hsw:
3197       - 1   # NDRPDR sel
3198       - 2   # NDRPDR sel
3199       - 3   # NDRPDR sel
3200       - 4   # NDRPDR sel
3201       - 5   # NDRPDR sel
3202       - 6   # NDRPDR sel
3203       - 7   # NDRPDR sel
3204       - 8   # NDRPDR sel
3205       - 9   # NDRPDR sel
3206       - 10  # NDRPDR sel
3207   data: "dpdk-performance-changes-3n-hsw"
3208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3209   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3210   parameters:
3211   - "name"
3212   - "parent"
3213   - "throughput"
3214
3215 # DPDK Performance Changes 3n-skx 2t1c pdr
3216 -
3217   type: "table"
3218   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3219   algorithm: "table_performance_comparison"
3220   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3221   reference:
3222     title: "rls1807"
3223     data:
3224       csit-dpdk-perf-verify-1807-3n-skx:
3225       - 1   # NDRPDR sel
3226       - 2   # NDRPDR sel
3227       - 3   # NDRPDR sel
3228       - 6   # NDRPDR sel
3229       - 7   # NDRPDR sel
3230       - 8   # NDRPDR sel
3231       - 9   # NDRPDR sel
3232       - 10  # NDRPDR sel
3233       - 11  # NDRPDR sel
3234       - 12  # NDRPDR sel
3235   compare:
3236     title: "rls1810"
3237     data:
3238       csit-dpdk-perf-verify-1810-3n-skx:
3239       - 3   # NDRPDR sel
3240       - 4   # NDRPDR sel
3241       - 6   # NDRPDR sel
3242       - 7   # NDRPDR sel
3243       - 8   # NDRPDR sel
3244       - 9   # NDRPDR sel
3245       - 10  # NDRPDR sel
3246       - 11  # NDRPDR sel
3247       - 12  # NDRPDR sel
3248       - 13  # NDRPDR sel
3249   data: "dpdk-performance-changes-3n-skx"
3250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3251   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3252   parameters:
3253   - "name"
3254   - "parent"
3255   - "throughput"
3256
3257 # DPDK Performance Changes 3n-skx 4t2c pdr
3258 -
3259   type: "table"
3260   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3261   algorithm: "table_performance_comparison"
3262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3263   reference:
3264     title: "rls1807"
3265     data:
3266       csit-dpdk-perf-verify-1807-3n-skx:
3267       - 1   # NDRPDR sel
3268       - 2   # NDRPDR sel
3269       - 3   # NDRPDR sel
3270       - 6   # NDRPDR sel
3271       - 7   # NDRPDR sel
3272       - 8   # NDRPDR sel
3273       - 9   # NDRPDR sel
3274       - 10  # NDRPDR sel
3275       - 11  # NDRPDR sel
3276       - 12  # NDRPDR sel
3277   compare:
3278     title: "rls1810"
3279     data:
3280       csit-dpdk-perf-verify-1810-3n-skx:
3281       - 3   # NDRPDR sel
3282       - 4   # NDRPDR sel
3283       - 6   # NDRPDR sel
3284       - 7   # NDRPDR sel
3285       - 8   # NDRPDR sel
3286       - 9   # NDRPDR sel
3287       - 10  # NDRPDR sel
3288       - 11  # NDRPDR sel
3289       - 12  # NDRPDR sel
3290       - 13  # NDRPDR sel
3291   data: "dpdk-performance-changes-3n-skx"
3292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3293   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3294   parameters:
3295   - "name"
3296   - "parent"
3297   - "throughput"
3298
3299 # DPDK Performance Changes 3n-skx 2t1c ndr
3300 -
3301   type: "table"
3302   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3303   algorithm: "table_performance_comparison"
3304   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3305   reference:
3306     title: "rls1807"
3307     data:
3308       csit-dpdk-perf-verify-1807-3n-skx:
3309       - 1   # NDRPDR sel
3310       - 2   # NDRPDR sel
3311       - 3   # NDRPDR sel
3312       - 6   # NDRPDR sel
3313       - 7   # NDRPDR sel
3314       - 8   # NDRPDR sel
3315       - 9   # NDRPDR sel
3316       - 10  # NDRPDR sel
3317       - 11  # NDRPDR sel
3318       - 12  # NDRPDR sel
3319   compare:
3320     title: "rls1810"
3321     data:
3322       csit-dpdk-perf-verify-1810-3n-skx:
3323       - 3   # NDRPDR sel
3324       - 4   # NDRPDR sel
3325       - 6   # NDRPDR sel
3326       - 7   # NDRPDR sel
3327       - 8   # NDRPDR sel
3328       - 9   # NDRPDR sel
3329       - 10  # NDRPDR sel
3330       - 11  # NDRPDR sel
3331       - 12  # NDRPDR sel
3332       - 13  # NDRPDR sel
3333   data: "dpdk-performance-changes-3n-skx"
3334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3335   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3336   parameters:
3337   - "name"
3338   - "parent"
3339   - "throughput"
3340
3341 # DPDK Performance Changes 3n-skx 4t2c ndr
3342 -
3343   type: "table"
3344   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3345   algorithm: "table_performance_comparison"
3346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3347   reference:
3348     title: "rls1807"
3349     data:
3350       csit-dpdk-perf-verify-1807-3n-skx:
3351       - 1   # NDRPDR sel
3352       - 2   # NDRPDR sel
3353       - 3   # NDRPDR sel
3354       - 6   # NDRPDR sel
3355       - 7   # NDRPDR sel
3356       - 8   # NDRPDR sel
3357       - 9   # NDRPDR sel
3358       - 10  # NDRPDR sel
3359       - 11  # NDRPDR sel
3360       - 12  # NDRPDR sel
3361   compare:
3362     title: "rls1810"
3363     data:
3364       csit-dpdk-perf-verify-1810-3n-skx:
3365       - 3   # NDRPDR sel
3366       - 4   # NDRPDR sel
3367       - 6   # NDRPDR sel
3368       - 7   # NDRPDR sel
3369       - 8   # NDRPDR sel
3370       - 9   # NDRPDR sel
3371       - 10  # NDRPDR sel
3372       - 11  # NDRPDR sel
3373       - 12  # NDRPDR sel
3374       - 13  # NDRPDR sel
3375   data: "dpdk-performance-changes-3n-skx"
3376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3377   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3378   parameters:
3379   - "name"
3380   - "parent"
3381   - "throughput"
3382
3383 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3384 -
3385   type: "table"
3386   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3387   algorithm: "table_performance_comparison"
3388   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3389   reference:
3390     title: "3-Node Hsw"
3391     data:
3392       csit-dpdk-perf-verify-1810-3n-hsw:
3393       - 1   # NDRPDR sel
3394       - 2   # NDRPDR sel
3395       - 3   # NDRPDR sel
3396       - 4   # NDRPDR sel
3397       - 5   # NDRPDR sel
3398       - 6   # NDRPDR sel
3399       - 7   # NDRPDR sel
3400       - 8   # NDRPDR sel
3401       - 9   # NDRPDR sel
3402       - 10  # NDRPDR sel
3403   compare:
3404     title: "3-Node Skx"
3405     data:
3406       csit-dpdk-perf-verify-1810-3n-skx:
3407       - 3   # NDRPDR sel
3408       - 4   # NDRPDR sel
3409       - 6   # NDRPDR sel
3410       - 7   # NDRPDR sel
3411       - 8   # NDRPDR sel
3412       - 9   # NDRPDR sel
3413       - 10  # NDRPDR sel
3414       - 11  # NDRPDR sel
3415       - 12  # NDRPDR sel
3416       - 13  # NDRPDR sel
3417   data: "dpdk-compare-testbeds"
3418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3419   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3420   parameters:
3421   - "name"
3422   - "parent"
3423   - "throughput"
3424
3425 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3426 -
3427   type: "table"
3428   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3429   algorithm: "table_performance_comparison"
3430   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3431   reference:
3432     title: "3-Node Skx"
3433     data:
3434       csit-dpdk-perf-verify-1810-3n-skx:
3435       - 3   # NDRPDR sel
3436       - 4   # NDRPDR sel
3437       - 6   # 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   compare:
3446     title: "2-Node Skx"
3447     data:
3448       csit-dpdk-perf-verify-1810-2n-skx:
3449       - 3   # NDRPDR sel
3450       - 4   # NDRPDR sel
3451       - 5   # NDRPDR sel
3452       - 7   # NDRPDR sel
3453       - 8   # NDRPDR sel
3454       - 9   # NDRPDR sel
3455       - 10  # NDRPDR sel
3456       - 11  # NDRPDR sel
3457       - 12  # NDRPDR sel
3458       - 13  # NDRPDR sel
3459   data: "dpdk-compare-topologies"
3460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3461   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3462   parameters:
3463   - "name"
3464   - "parent"
3465   - "throughput"
3466
3467 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3468 -
3469   type: "table"
3470   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3471   algorithm: "table_performance_comparison"
3472   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3473   reference:
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   compare:
3488     title: "2-Node Skx"
3489     data:
3490       csit-dpdk-perf-verify-1810-2n-skx:
3491       - 3   # NDRPDR sel
3492       - 4   # NDRPDR sel
3493       - 5   # NDRPDR sel
3494       - 7   # NDRPDR sel
3495       - 8   # NDRPDR sel
3496       - 9   # NDRPDR sel
3497       - 10  # NDRPDR sel
3498       - 11  # NDRPDR sel
3499       - 12  # NDRPDR sel
3500       - 13  # NDRPDR sel
3501   data: "dpdk-compare-topologies"
3502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3503   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3504   parameters:
3505   - "name"
3506   - "parent"
3507   - "throughput"
3508
3509 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3510 -
3511   type: "table"
3512   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3513   algorithm: "table_performance_comparison"
3514   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3515   reference:
3516     title: "3-Node Hsw"
3517     data:
3518       csit-dpdk-perf-verify-1810-3n-hsw:
3519       - 1   # NDRPDR sel
3520       - 2   # NDRPDR sel
3521       - 3   # NDRPDR sel
3522       - 4   # NDRPDR sel
3523       - 5   # NDRPDR sel
3524       - 6   # NDRPDR sel
3525       - 7   # NDRPDR sel
3526       - 8   # NDRPDR sel
3527       - 9   # NDRPDR sel
3528       - 10  # NDRPDR sel
3529   compare:
3530     title: "3-Node Skx"
3531     data:
3532       csit-dpdk-perf-verify-1810-3n-skx:
3533       - 3   # NDRPDR sel
3534       - 4   # NDRPDR sel
3535       - 6   # NDRPDR sel
3536       - 7   # NDRPDR sel
3537       - 8   # NDRPDR sel
3538       - 9   # NDRPDR sel
3539       - 10  # NDRPDR sel
3540       - 11  # NDRPDR sel
3541       - 12  # NDRPDR sel
3542       - 13  # NDRPDR sel
3543   data: "dpdk-compare-testbeds"
3544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3545   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3546   parameters:
3547   - "name"
3548   - "parent"
3549   - "throughput"
3550
3551 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3552 # NOTE: Not used in 18.10
3553 #-
3554 #  type: "table"
3555 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3556 #  algorithm: "table_performance_comparison"
3557 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3558 #  reference:
3559 #    title: "3-Node Hsw"
3560 #    data:
3561 #      csit-dpdk-perf-verify-1807-3n-hsw:
3562 #      - 11
3563 #      - 12  # full
3564 #      - 14
3565 #      - 15
3566 #      - 16
3567 #      - 17
3568 #      - 20
3569 #      - 21
3570 #      - 22
3571 #      - 23
3572 #  compare:
3573 #    title: "3-Node Skx"
3574 #    data:
3575 #      csit-dpdk-perf-verify-1807-3n-skx:
3576 #      - 1
3577 #      - 2
3578 #      - 3
3579 #      - 6
3580 #      - 7
3581 #      - 8
3582 #      - 9
3583 #      - 10
3584 #      - 11
3585 #      - 12
3586 #  data: "dpdk-compare-testbeds"
3587 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3588 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3589 #  parameters:
3590 #  - "name"
3591 #  - "parent"
3592 #  - "result"
3593
3594 # Detailed Test Results - DPDK Performance Results 3n-hsw
3595 -
3596   type: "table"
3597   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3598   algorithm: "table_details"
3599   output-file-ext: ".csv"
3600   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3601   columns:
3602   -
3603     title: "Name"
3604     data: "data name"
3605   -
3606     title: "Status"
3607     data: "data msg"
3608   rows: "generated"
3609   data: "dpdk-perf-results-3n-hsw"
3610   filter: "all"
3611   parameters:
3612   - "name"
3613   - "parent"
3614   - "msg"
3615
3616 # Detailed Test Results - DPDK Performance Results 3n-skx
3617 -
3618   type: "table"
3619   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3620   algorithm: "table_details"
3621   output-file-ext: ".csv"
3622   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3623   columns:
3624   -
3625     title: "Name"
3626     data: "data name"
3627   -
3628     title: "Status"
3629     data: "data msg"
3630   rows: "generated"
3631   data: "dpdk-perf-results-3n-skx"
3632   filter: "all"
3633   parameters:
3634   - "name"
3635   - "parent"
3636   - "msg"
3637
3638 # Detailed Test Results - DPDK Performance Results 2n-skx
3639 -
3640   type: "table"
3641   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3642   algorithm: "table_details"
3643   output-file-ext: ".csv"
3644   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3645   columns:
3646   -
3647     title: "Name"
3648     data: "data name"
3649   -
3650     title: "Status"
3651     data: "data msg"
3652   rows: "generated"
3653   data: "dpdk-perf-results-2n-skx"
3654   filter: "all"
3655   parameters:
3656   - "name"
3657   - "parent"
3658   - "msg"
3659
3660 ################################################################################
3661 # HoneyComb
3662 -
3663   type: "table"
3664   title: "Detailed Test Results - Honeycomb Functional Results"
3665   algorithm: "table_details"
3666   output-file-ext: ".csv"
3667   output-file: "{DIR[DTR,FUNC,HC]}/hc_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     "hc-func-results"
3681   filter: "all"
3682   parameters:
3683   - "name"
3684   - "parent"
3685   - "doc"
3686   - "status"
3687
3688 ################################################################################
3689 # NSH SFC
3690 -
3691   type: "table"
3692   title: "Detailed Test Results - NSH SFC Functional Results"
3693   algorithm: "table_details"
3694   output-file-ext: ".csv"
3695   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3696   columns:
3697   -
3698     title: "Name"
3699     data: "data name"
3700   -
3701     title: "Documentation"
3702     data: "data doc"
3703   -
3704     title: "Status"
3705     data: "data status"
3706   rows: "generated"
3707   data:
3708     "nsh-func-results"
3709   filter: "all"
3710   parameters:
3711   - "name"
3712   - "parent"
3713   - "doc"
3714   - "status"
3715
3716 ################################################################################
3717 # DMM
3718 -
3719   type: "table"
3720   title: "Detailed Test Results - DMM Functional Results"
3721   algorithm: "table_details"
3722   output-file-ext: ".csv"
3723   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3724   columns:
3725   -
3726     title: "Name"
3727     data: "data name"
3728   -
3729     title: "Documentation"
3730     data: "data doc"
3731   -
3732     title: "Status"
3733     data: "data status"
3734   rows: "generated"
3735   data:
3736     "dmm-func-results"
3737   filter: "all"
3738   parameters:
3739   - "name"
3740   - "parent"
3741   - "doc"
3742   - "status"
3743
3744 ################################################################################
3745 ###                                F I L E S                                 ###
3746 ################################################################################
3747
3748 # VPP Performance Results 3n-hsw
3749 -
3750   type: "file"
3751   title: "VPP Performance Results 3n-hsw"
3752   algorithm: "file_test_results"
3753   output-file-ext: ".rst"
3754   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3755   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"
3756   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3757   data: "vpp-perf-results-3n-hsw"
3758   filter: "not 'NDRCHK' and not 'PDRCHK'"
3759   parameters:
3760   - "name"
3761   - "doc"
3762   - "level"
3763   - "parent"
3764   data-start-level: 3
3765
3766 # VPP Performance Results 3n-skx
3767 -
3768   type: "file"
3769   title: "VPP Performance Results 3n-skx"
3770   algorithm: "file_test_results"
3771   output-file-ext: ".rst"
3772   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3773   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"
3774   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3775   data: "vpp-perf-results-3n-skx"
3776   filter: "not 'NDRCHK' and not 'PDRCHK'"
3777   parameters:
3778   - "name"
3779   - "doc"
3780   - "level"
3781   - "parent"
3782   data-start-level: 3
3783
3784 # VPP Performance Results 2n-skx
3785 -
3786   type: "file"
3787   title: "VPP Performance Results 2n-skx"
3788   algorithm: "file_test_results"
3789   output-file-ext: ".rst"
3790   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3791   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"
3792   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3793   data: "vpp-perf-results-2n-skx"
3794   filter: "not 'NDRCHK' and not 'PDRCHK'"
3795   parameters:
3796   - "name"
3797   - "doc"
3798   - "level"
3799   - "parent"
3800   data-start-level: 3
3801
3802 # VPP Performance Results 2n-dnv
3803 -
3804   type: "file"
3805   title: "VPP Performance Results 2n-dnv"
3806   algorithm: "file_test_results"
3807   output-file-ext: ".rst"
3808   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3809   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"
3810   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3811   data: "intel-dnv-vpp"
3812   filter: "'NDRPDR'"
3813   parameters:
3814   - "name"
3815   - "doc"
3816   - "level"
3817   - "parent"
3818   data-start-level: 3
3819
3820 # VPP Performance Configuration 3n-hsw
3821 -
3822   type: "file"
3823   title: "VPP Performance Configuration 3n-hsw"
3824   algorithm: "file_test_results"
3825   output-file-ext: ".rst"
3826   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3827   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"
3828   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3829   data: "vpp-perf-results-3n-hsw"
3830   filter: "not 'NDRCHK' and not 'PDRCHK'"
3831   parameters:
3832   - "name"
3833   - "doc"
3834   - "level"
3835   - "parent"
3836   data-start-level: 3
3837
3838 # VPP Performance Configuration 3n-skx
3839 -
3840   type: "file"
3841   title: "VPP Performance Configuration 3n-skx"
3842   algorithm: "file_test_results"
3843   output-file-ext: ".rst"
3844   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3845   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"
3846   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3847   data: "vpp-perf-results-3n-skx"
3848   filter: "not 'NDRCHK' and not 'PDRCHK'"
3849   parameters:
3850   - "name"
3851   - "doc"
3852   - "level"
3853   - "parent"
3854   data-start-level: 3
3855
3856 # VPP Performance Configuration 2n-skx
3857 -
3858   type: "file"
3859   title: "VPP Performance Configuration 2n-skx"
3860   algorithm: "file_test_results"
3861   output-file-ext: ".rst"
3862   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3863   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"
3864   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3865   data: "vpp-perf-results-2n-skx"
3866   filter: "not 'NDRCHK' and not 'PDRCHK'"
3867   parameters:
3868   - "name"
3869   - "doc"
3870   - "level"
3871   - "parent"
3872   data-start-level: 3
3873
3874 # VPP Performance Operational Data 3n-hsw
3875 -
3876   type: "file"
3877   title: "VPP Performance Operational Data 3n-hsw"
3878   algorithm: "file_test_results"
3879   output-file-ext: ".rst"
3880   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3881   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"
3882   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3883   data: "vpp-perf-results-3n-hsw"
3884   filter: "not 'NDRCHK' and not 'PDRCHK'"
3885   parameters:
3886   - "name"
3887   - "doc"
3888   - "level"
3889   - "parent"
3890   data-start-level: 3
3891
3892 # VPP Performance Operational Data 3n-skx
3893 -
3894   type: "file"
3895   title: "VPP Performance Operational Data 3n-skx"
3896   algorithm: "file_test_results"
3897   output-file-ext: ".rst"
3898   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3899   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"
3900   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3901   data: "vpp-perf-results-3n-skx"
3902   filter: "not 'NDRCHK' and not 'PDRCHK'"
3903   parameters:
3904   - "name"
3905   - "doc"
3906   - "level"
3907   - "parent"
3908   data-start-level: 3
3909
3910 # VPP Performance Operational Data 2n-skx
3911 -
3912   type: "file"
3913   title: "VPP Performance Operational Data 2n-skx"
3914   algorithm: "file_test_results"
3915   output-file-ext: ".rst"
3916   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3917   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"
3918   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3919   data: "vpp-perf-results-2n-skx"
3920   filter: "not 'NDRCHK' and not 'PDRCHK'"
3921   parameters:
3922   - "name"
3923   - "doc"
3924   - "level"
3925   - "parent"
3926   data-start-level: 3
3927
3928 # VPP MRR Results 3n-hsw
3929 -
3930   type: "file"
3931   title: "VPP MRR Results 3n-hsw"
3932   algorithm: "file_test_results"
3933   output-file-ext: ".rst"
3934   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3935   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"
3936   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3937   data: "vpp-mrr-results-3n-hsw"
3938   filter: "'MRR'"
3939   parameters:
3940   - "name"
3941   - "doc"
3942   - "level"
3943   - "parent"
3944   data-start-level: 3
3945
3946 # VPP MRR Results 3n-skx
3947 -
3948   type: "file"
3949   title: "VPP MRR Results 3n-skx"
3950   algorithm: "file_test_results"
3951   output-file-ext: ".rst"
3952   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3953   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"
3954   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3955   data: "vpp-mrr-results-3n-skx"
3956   filter: "'MRR'"
3957   parameters:
3958   - "name"
3959   - "doc"
3960   - "level"
3961   - "parent"
3962   data-start-level: 3
3963
3964 # VPP MRR Results 2n-skx
3965 -
3966   type: "file"
3967   title: "VPP MRR Results 2n-skx"
3968   algorithm: "file_test_results"
3969   output-file-ext: ".rst"
3970   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3971   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"
3972   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3973   data: "vpp-mrr-results-2n-skx"
3974   filter: "all"
3975   parameters:
3976   - "name"
3977   - "doc"
3978   - "level"
3979   - "parent"
3980   data-start-level: 3
3981
3982 # VPP MRR Results 2n-dnv
3983 -
3984   type: "file"
3985   title: "VPP MRR Results 2n-dnv"
3986   algorithm: "file_test_results"
3987   output-file-ext: ".rst"
3988   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3989   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"
3990   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
3991   data: "intel-dnv-vpp"
3992   filter: "all"
3993   parameters:
3994   - "name"
3995   - "doc"
3996   - "level"
3997   - "parent"
3998   data-start-level: 3
3999
4000 # VPP MRR Configuration 3n-hsw
4001 -
4002   type: "file"
4003   title: "VPP MRR Configuration 3n-hsw"
4004   algorithm: "file_test_results"
4005   output-file-ext: ".rst"
4006   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4007   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"
4008   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4009   data: "vpp-mrr-results-3n-hsw"
4010   filter: "'MRR'"
4011   parameters:
4012   - "name"
4013   - "doc"
4014   - "level"
4015   - "parent"
4016   data-start-level: 3
4017
4018 # VPP MRR Configuration 3n-skx
4019 -
4020   type: "file"
4021   title: "VPP MRR Configuration 3n-skx"
4022   algorithm: "file_test_results"
4023   output-file-ext: ".rst"
4024   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4025   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"
4026   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4027   data: "vpp-mrr-results-3n-skx"
4028   filter: "'MRR'"
4029   parameters:
4030   - "name"
4031   - "doc"
4032   - "level"
4033   - "parent"
4034   data-start-level: 3
4035
4036 # VPP MRR Configuration 2n-skx
4037 -
4038   type: "file"
4039   title: "VPP MRR Configuration 2n-skx"
4040   algorithm: "file_test_results"
4041   output-file-ext: ".rst"
4042   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
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[DTC,MRR,VPP,2N,SKX]}"
4045   data: "vpp-mrr-results-2n-skx"
4046   filter: "'MRR'"
4047   parameters:
4048   - "name"
4049   - "doc"
4050   - "level"
4051   - "parent"
4052   data-start-level: 3
4053
4054 # VPP Functional Results - Ubuntu
4055 -
4056   type: "file"
4057   title: "VPP Functional Results - Ubuntu"
4058   algorithm: "file_test_results"
4059   output-file-ext: ".rst"
4060   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_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[DTR,FUNC,VPP,UBUNTU]}"
4063   data: "vpp-func-results-ubuntu"
4064   filter: "all"
4065   parameters:
4066   - "name"
4067   - "doc"
4068   - "level"
4069   - "parent"
4070   data-start-level: 3
4071
4072 # VPP Functional Results - CentOS
4073 -
4074   type: "file"
4075   title: "VPP Functional Results - CentOS"
4076   algorithm: "file_test_results"
4077   output-file-ext: ".rst"
4078   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
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,FUNC,VPP,CENTOS]}"
4081   data:
4082     "vpp-func-results-centos"
4083   filter: "all"
4084   parameters:
4085   - "name"
4086   - "doc"
4087   - "level"
4088   - "parent"
4089   data-start-level: 3
4090
4091 # VPP Functional Configuration - Ubuntu
4092 -
4093   type: "file"
4094   title: "VPP Functional Configuration - Ubuntu"
4095   algorithm: "file_test_results"
4096   output-file-ext: ".rst"
4097   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4098   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"
4099   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4100   data: "vpp-func-results-ubuntu"
4101   filter: "all"
4102   parameters:
4103   - "name"
4104   - "doc"
4105   - "level"
4106   - "parent"
4107   data-start-level: 3
4108
4109 # VPP Functional Configuration - CentOS
4110 -
4111   type: "file"
4112   title: "VPP Functional Configuration - CentOS"
4113   algorithm: "file_test_results"
4114   output-file-ext: ".rst"
4115   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4116   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"
4117   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4118   data:
4119     "vpp-func-results-centos"
4120   filter: "all"
4121   parameters:
4122   - "name"
4123   - "doc"
4124   - "level"
4125   - "parent"
4126   data-start-level: 3
4127
4128 # VPP Device Results - Ubuntu
4129 -
4130   type: "file"
4131   title: "VPP Device Results - Ubuntu"
4132   algorithm: "file_test_results"
4133   output-file-ext: ".rst"
4134   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4135   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"
4136   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4137   data: "vpp-device-results-ubuntu"
4138   filter: "all"
4139   parameters:
4140   - "name"
4141   - "doc"
4142   - "level"
4143   - "parent"
4144   data-start-level: 2
4145
4146 # VPP Device Configuration - Ubuntu
4147 -
4148   type: "file"
4149   title: "VPP Device Configuration - Ubuntu"
4150   algorithm: "file_test_results"
4151   output-file-ext: ".rst"
4152   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4153   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"
4154   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4155   data: "vpp-device-results-ubuntu"
4156   filter: "all"
4157   parameters:
4158   - "name"
4159   - "doc"
4160   - "level"
4161   - "parent"
4162   data-start-level: 2
4163
4164 # Container Orchestrated Performance Results 3n-hsw
4165 -
4166   type: "file"
4167   title: "Container Orchestrated Performance Results 3n-hsw"
4168   algorithm: "file_test_results"
4169   output-file-ext: ".rst"
4170   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4171   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"
4172   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4173   data: "ligato-perf-results-3n-hsw"
4174   filter: "all"
4175   parameters:
4176   - "name"
4177   - "doc"
4178   - "level"
4179   - "parent"
4180   data-start-level: 3
4181
4182 # DPDK Performance Results 3n-hsw
4183 -
4184   type: "file"
4185   title: "DPDK Performance Results 3n-hsw"
4186   algorithm: "file_test_results"
4187   output-file-ext: ".rst"
4188   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
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,PERF,DPDK,3N,HSW]}"
4191   data: "dpdk-perf-results-3n-hsw"
4192   filter: "all"
4193   parameters:
4194   - "name"
4195   - "doc"
4196   - "level"
4197   - "parent"
4198   data-start-level: 3
4199
4200 # DPDK Performance Results 3n-skx
4201 -
4202   type: "file"
4203   title: "DPDK Performance Results 3n-skx"
4204   algorithm: "file_test_results"
4205   output-file-ext: ".rst"
4206   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4207   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"
4208   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4209   data: "dpdk-perf-results-3n-skx"
4210   filter: "all"
4211   parameters:
4212   - "name"
4213   - "doc"
4214   - "level"
4215   - "parent"
4216   data-start-level: 3
4217
4218 # DPDK Performance Results 2n-skx
4219 -
4220   type: "file"
4221   title: "DPDK Performance Results 2n-skx"
4222   algorithm: "file_test_results"
4223   output-file-ext: ".rst"
4224   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4225   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"
4226   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4227   data: "dpdk-perf-results-2n-skx"
4228   filter: "all"
4229   parameters:
4230   - "name"
4231   - "doc"
4232   - "level"
4233   - "parent"
4234   data-start-level: 3
4235
4236 # Honeycomb Functional Results
4237 -
4238   type: "file"
4239   title: "Honeycomb Functional Results"
4240   algorithm: "file_test_results"
4241   output-file-ext: ".rst"
4242   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4243   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"
4244   dir-tables: "{DIR[DTR,FUNC,HC]}"
4245   data:
4246     "hc-func-results"
4247   filter: "all"
4248   parameters:
4249   - "name"
4250   - "doc"
4251   - "level"
4252   - "parent"
4253   data-start-level: 3
4254
4255 # NSH SFC Functional Results
4256 -
4257   type: "file"
4258   title: "NSH SFC Functional Results"
4259   algorithm: "file_test_results"
4260   output-file-ext: ".rst"
4261   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4262   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"
4263   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4264   data:
4265     "nsh-func-results"
4266   filter: "all"
4267   parameters:
4268   - "name"
4269   - "doc"
4270   - "level"
4271   - "parent"
4272   data-start-level: 3
4273
4274 # DMM Functional Results
4275 -
4276   type: "file"
4277   title: "DMM Functional Results"
4278   algorithm: "file_test_results"
4279   output-file-ext: ".rst"
4280   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4281   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"
4282   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4283   data:
4284     "dmm-func-results"
4285   filter: "all"
4286   parameters:
4287   - "name"
4288   - "doc"
4289   - "level"
4290   - "parent"
4291   data-start-level: 3
4292
4293 ################################################################################
4294 ###                                P L O T S                                 ###
4295 ################################################################################
4296
4297 ################################################################################
4298 # Plots VPP HTTP Server Performance
4299 -
4300   type: "plot"
4301   title: "VPP HTTP Server Performance"
4302   algorithm: "plot_http_server_performance_box"
4303   output-file-type: ".html"
4304   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4305   data:
4306     "plot-vpp-http-server-performance"
4307   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4308   # each tag is enclosed with ' (apostrophe).
4309   filter: "'HTTP' and 'TCP_CPS'"
4310   parameters:
4311   - "result"
4312   - "name"
4313   traces:
4314     hoverinfo: "x+y"
4315     boxpoints: "outliers"
4316     whiskerwidth: 0
4317   layout:
4318     title: "VPP HTTP Server Performance"
4319     layout:
4320       "plot-cps"
4321
4322 -
4323   type: "plot"
4324   title: "VPP HTTP Server Performance"
4325   algorithm: "plot_http_server_performance_box"
4326   output-file-type: ".html"
4327   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4328   data:
4329     "plot-vpp-http-server-performance"
4330   filter: "'HTTP' and 'TCP_RPS'"
4331   parameters:
4332   - "result"
4333   - "name"
4334   traces:
4335     hoverinfo: "x+y"
4336     boxpoints: "outliers"
4337     whiskerwidth: 0
4338   layout:
4339     title: "VPP HTTP Server Performance"
4340     layout:
4341       "plot-rps"
4342
4343 ################################################################################
4344
4345 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4346 -
4347   type: "plot"
4348   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4349   algorithm: "plot_performance_box"
4350   output-file-type: ".html"
4351   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4352   data: "plot-vpp-throughput-latency-3n-hsw"
4353   filter: "'NIC_Intel-X520-DA2' and
4354            '64B' and
4355            ('BASE' or 'SCALE') and
4356            'NDRPDR' and
4357            'ETH' and
4358            '1T1C' and
4359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4360            not 'VHOST' and
4361            not 'MEMIF'"
4362   parameters:
4363   - "throughput"
4364   - "parent"
4365   - "tags"
4366   sort:
4367   - "L2PATCH"
4368   - "L2XCBASE"
4369   - "BASE"
4370   - "FIB_10K"
4371   - "FIB_100K"
4372   - "FIB_1M"
4373   traces:
4374     hoverinfo: "x+y"
4375     boxpoints: "outliers"
4376     whiskerwidth: 0
4377   layout:
4378     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4379     layout: "plot-throughput"
4380
4381 -
4382   type: "plot"
4383   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4384   algorithm: "plot_performance_box"
4385   output-file-type: ".html"
4386   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4387   data: "plot-vpp-throughput-latency-3n-hsw"
4388   filter: "'NIC_Intel-X520-DA2' and
4389            '64B' and
4390            ('BASE' or 'SCALE') and
4391            'NDRPDR' and
4392            'ETH' and
4393            '1T1C' and
4394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4395            not 'VHOST' and
4396            not 'MEMIF'"
4397   parameters:
4398   - "throughput"
4399   - "parent"
4400   - "tags"
4401   sort:
4402   - "L2PATCH"
4403   - "L2XCBASE"
4404   - "BASE"
4405   - "FIB_10K"
4406   - "FIB_100K"
4407   - "FIB_1M"
4408   traces:
4409     hoverinfo: "x+y"
4410     boxpoints: "outliers"
4411     whiskerwidth: 0
4412   layout:
4413     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4414     layout: "plot-throughput"
4415
4416 -
4417   type: "plot"
4418   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4419   algorithm: "plot_performance_box"
4420   output-file-type: ".html"
4421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4422   data: "plot-vpp-throughput-latency-3n-hsw"
4423   filter: "'NIC_Intel-X520-DA2' and
4424            '64B' and
4425            ('BASE' or 'SCALE') and
4426            'NDRPDR' and
4427            'ETH' and
4428            '2T2C' and
4429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4430            not 'VHOST' and
4431            not 'MEMIF'"
4432   parameters:
4433   - "throughput"
4434   - "parent"
4435   - "tags"
4436   sort:
4437   - "L2PATCH"
4438   - "L2XCBASE"
4439   - "BASE"
4440   - "FIB_10K"
4441   - "FIB_100K"
4442   - "FIB_1M"
4443   traces:
4444     hoverinfo: "x+y"
4445     boxpoints: "outliers"
4446     whiskerwidth: 0
4447   layout:
4448     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4449     layout: "plot-throughput"
4450
4451 -
4452   type: "plot"
4453   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4454   algorithm: "plot_performance_box"
4455   output-file-type: ".html"
4456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4457   data: "plot-vpp-throughput-latency-3n-hsw"
4458   filter: "'NIC_Intel-X520-DA2' and
4459            '64B' and
4460            ('BASE' or 'SCALE') and
4461            'NDRPDR' and
4462            'ETH' and
4463            '2T2C' and
4464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4465            not 'VHOST' and
4466            not 'MEMIF'"
4467   parameters:
4468   - "throughput"
4469   - "parent"
4470   - "tags"
4471   sort:
4472   - "L2PATCH"
4473   - "L2XCBASE"
4474   - "BASE"
4475   - "FIB_10K"
4476   - "FIB_100K"
4477   - "FIB_1M"
4478   traces:
4479     hoverinfo: "x+y"
4480     boxpoints: "outliers"
4481     whiskerwidth: 0
4482   layout:
4483     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4484     layout: "plot-throughput"
4485
4486 # Packet Throughput - VPP L2 3n-hsw-x520 features
4487 -
4488   type: "plot"
4489   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4490   algorithm: "plot_performance_box"
4491   output-file-type: ".html"
4492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4493   data: "plot-vpp-throughput-latency-3n-hsw"
4494   filter: "'NIC_Intel-X520-DA2' and
4495            '64B' and
4496            'NDRPDR' and
4497            '1T1C' and
4498            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4499            not 'ACL' and
4500            not 'VHOST' and
4501            not 'MEMIF'"
4502   parameters:
4503   - "throughput"
4504   - "parent"
4505   - "tags"
4506   sort:
4507   - "L2XCBASE"    # l2xcbase
4508   - "L2BDBASE"    # l2bdbase
4509   - "L2XCFWD"     # dot1q-l2xcbase
4510   - "L2BDMACLRN"  # dot1q-l2bdbase
4511   traces:
4512     hoverinfo: "x+y"
4513     boxpoints: "outliers"
4514     whiskerwidth: 0
4515   layout:
4516     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4517     layout: "plot-throughput"
4518
4519 -
4520   type: "plot"
4521   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4522   algorithm: "plot_performance_box"
4523   output-file-type: ".html"
4524   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4525   data: "plot-vpp-throughput-latency-3n-hsw"
4526   filter: "'NIC_Intel-X520-DA2' and
4527            '64B' and
4528            'NDRPDR' and
4529            '1T1C' and
4530            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4531            not 'ACL' and
4532            not 'VHOST' and
4533            not 'MEMIF'"
4534   parameters:
4535   - "throughput"
4536   - "parent"
4537   - "tags"
4538   sort:
4539   - "L2XCBASE"    # l2xcbase
4540   - "L2BDBASE"    # l2bdbase
4541   - "L2XCFWD"     # dot1q-l2xcbase
4542   - "L2BDMACLRN"  # dot1q-l2bdbase
4543   traces:
4544     hoverinfo: "x+y"
4545     boxpoints: "outliers"
4546     whiskerwidth: 0
4547   layout:
4548     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4549     layout: "plot-throughput"
4550
4551 -
4552   type: "plot"
4553   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4554   algorithm: "plot_performance_box"
4555   output-file-type: ".html"
4556   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4557   data: "plot-vpp-throughput-latency-3n-hsw"
4558   filter: "'NIC_Intel-X520-DA2' and
4559            '64B' and
4560            'NDRPDR' and
4561            '2T2C' and
4562            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4563            not 'ACL' and
4564            not 'VHOST' and
4565            not 'MEMIF'"
4566   parameters:
4567   - "throughput"
4568   - "parent"
4569   - "tags"
4570   sort:
4571   - "L2XCBASE"    # l2xcbase
4572   - "L2BDBASE"    # l2bdbase
4573   - "L2XCFWD"     # dot1q-l2xcbase
4574   - "L2BDMACLRN"  # dot1q-l2bdbase
4575   traces:
4576     hoverinfo: "x+y"
4577     boxpoints: "outliers"
4578     whiskerwidth: 0
4579   layout:
4580     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4581     layout: "plot-throughput"
4582
4583 -
4584   type: "plot"
4585   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4586   algorithm: "plot_performance_box"
4587   output-file-type: ".html"
4588   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4589   data: "plot-vpp-throughput-latency-3n-hsw"
4590   filter: "'NIC_Intel-X520-DA2' and
4591            '64B' and
4592            'NDRPDR' and
4593            '2T2C' and
4594            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4595            not 'ACL' and
4596            not 'VHOST' and
4597            not 'MEMIF'"
4598   parameters:
4599   - "throughput"
4600   - "parent"
4601   - "tags"
4602   sort:
4603   - "L2XCBASE"    # l2xcbase
4604   - "L2BDBASE"    # l2bdbase
4605   - "L2XCFWD"     # dot1q-l2xcbase
4606   - "L2BDMACLRN"  # dot1q-l2bdbase
4607   traces:
4608     hoverinfo: "x+y"
4609     boxpoints: "outliers"
4610     whiskerwidth: 0
4611   layout:
4612     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4613     layout: "plot-throughput"
4614
4615 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
4616 -
4617   type: "plot"
4618   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4619   algorithm: "plot_performance_box"
4620   output-file-type: ".html"
4621   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4622   data: "plot-vpp-throughput-latency-3n-hsw"
4623   filter: "'NIC_Intel-X710' and
4624            '64B' and
4625            ('BASE' or 'SCALE') and
4626            'NDRPDR' and
4627            'ETH' and
4628            '1T1C' and
4629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4630            not 'VHOST' and
4631            not 'MEMIF'"
4632   parameters:
4633   - "throughput"
4634   - "parent"
4635   - "tags"
4636   sort:
4637   - "L2PATCH"
4638   - "L2XCBASE"
4639   - "BASE"
4640   - "FIB_10K"
4641   - "FIB_100K"
4642   - "FIB_1M"
4643   traces:
4644     hoverinfo: "x+y"
4645     boxpoints: "outliers"
4646     whiskerwidth: 0
4647   layout:
4648     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4649     layout: "plot-throughput"
4650
4651 -
4652   type: "plot"
4653   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4654   algorithm: "plot_performance_box"
4655   output-file-type: ".html"
4656   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4657   data: "plot-vpp-throughput-latency-3n-hsw"
4658   filter: "'NIC_Intel-X710' and
4659            '64B' and
4660            ('BASE' or 'SCALE') and
4661            'NDRPDR' and
4662            'ETH' and
4663            '1T1C' and
4664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4665            not 'VHOST' and
4666            not 'MEMIF'"
4667   parameters:
4668   - "throughput"
4669   - "parent"
4670   - "tags"
4671   sort:
4672   - "L2PATCH"
4673   - "L2XCBASE"
4674   - "BASE"
4675   - "FIB_10K"
4676   - "FIB_100K"
4677   - "FIB_1M"
4678   traces:
4679     hoverinfo: "x+y"
4680     boxpoints: "outliers"
4681     whiskerwidth: 0
4682   layout:
4683     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4684     layout: "plot-throughput"
4685
4686 -
4687   type: "plot"
4688   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4689   algorithm: "plot_performance_box"
4690   output-file-type: ".html"
4691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4692   data: "plot-vpp-throughput-latency-3n-hsw"
4693   filter: "'NIC_Intel-X710' and
4694            '64B' and
4695            ('BASE' or 'SCALE') and
4696            'NDRPDR' and
4697            'ETH' and
4698            '2T2C' and
4699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4700            not 'VHOST' and
4701            not 'MEMIF'"
4702   parameters:
4703   - "throughput"
4704   - "parent"
4705   - "tags"
4706   sort:
4707   - "L2PATCH"
4708   - "L2XCBASE"
4709   - "BASE"
4710   - "FIB_10K"
4711   - "FIB_100K"
4712   - "FIB_1M"
4713   traces:
4714     hoverinfo: "x+y"
4715     boxpoints: "outliers"
4716     whiskerwidth: 0
4717   layout:
4718     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4719     layout: "plot-throughput"
4720
4721 -
4722   type: "plot"
4723   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4724   algorithm: "plot_performance_box"
4725   output-file-type: ".html"
4726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4727   data: "plot-vpp-throughput-latency-3n-hsw"
4728   filter: "'NIC_Intel-X710' and
4729            '64B' and
4730            ('BASE' or 'SCALE') and
4731            'NDRPDR' and
4732            'ETH' and
4733            '2T2C' and
4734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4735            not 'VHOST' and
4736            not 'MEMIF'"
4737   parameters:
4738   - "throughput"
4739   - "parent"
4740   - "tags"
4741   sort:
4742   - "L2PATCH"
4743   - "L2XCBASE"
4744   - "BASE"
4745   - "FIB_10K"
4746   - "FIB_100K"
4747   - "FIB_1M"
4748   traces:
4749     hoverinfo: "x+y"
4750     boxpoints: "outliers"
4751     whiskerwidth: 0
4752   layout:
4753     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4754     layout: "plot-throughput"
4755
4756 # Packet Throughput - VPP L2 3n-hsw-x710 features
4757 -
4758   type: "plot"
4759   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4760   algorithm: "plot_performance_box"
4761   output-file-type: ".html"
4762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4763   data: "plot-vpp-throughput-latency-3n-hsw"
4764   filter: "'NIC_Intel-X710' and
4765            '64B' and
4766            'NDRPDR' and
4767            '1T1C' and
4768            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4769            not 'ACL' and
4770            not 'VHOST' and
4771            not 'MEMIF'"
4772   parameters:
4773   - "throughput"
4774   - "parent"
4775   - "tags"
4776   sort:
4777   - "L2XCBASE"    # l2xcbase
4778   - "L2BDBASE"    # l2bdbase
4779   - "L2XCFWD"     # dot1q-l2xcbase
4780   - "L2BDMACLRN"  # dot1q-l2bdbase
4781   traces:
4782     hoverinfo: "x+y"
4783     boxpoints: "outliers"
4784     whiskerwidth: 0
4785   layout:
4786     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4787     layout: "plot-throughput"
4788
4789 -
4790   type: "plot"
4791   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4792   algorithm: "plot_performance_box"
4793   output-file-type: ".html"
4794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4795   data: "plot-vpp-throughput-latency-3n-hsw"
4796   filter: "'NIC_Intel-X710' and
4797            '64B' and
4798            'NDRPDR' and
4799            '1T1C' and
4800            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4801            not 'ACL' and
4802            not 'VHOST' and
4803            not 'MEMIF'"
4804   parameters:
4805   - "throughput"
4806   - "parent"
4807   - "tags"
4808   sort:
4809   - "L2XCBASE"    # l2xcbase
4810   - "L2BDBASE"    # l2bdbase
4811   - "L2XCFWD"     # dot1q-l2xcbase
4812   - "L2BDMACLRN"  # dot1q-l2bdbase
4813   traces:
4814     hoverinfo: "x+y"
4815     boxpoints: "outliers"
4816     whiskerwidth: 0
4817   layout:
4818     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4819     layout: "plot-throughput"
4820
4821 -
4822   type: "plot"
4823   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4824   algorithm: "plot_performance_box"
4825   output-file-type: ".html"
4826   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4827   data: "plot-vpp-throughput-latency-3n-hsw"
4828   filter: "'NIC_Intel-X710' and
4829            '64B' and
4830            'NDRPDR' and
4831            '2T2C' and
4832            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4833            not 'ACL' and
4834            not 'VHOST' and
4835            not 'MEMIF'"
4836   parameters:
4837   - "throughput"
4838   - "parent"
4839   - "tags"
4840   sort:
4841   - "L2XCBASE"    # l2xcbase
4842   - "L2BDBASE"    # l2bdbase
4843   - "L2XCFWD"     # dot1q-l2xcbase
4844   - "L2BDMACLRN"  # dot1q-l2bdbase
4845   traces:
4846     hoverinfo: "x+y"
4847     boxpoints: "outliers"
4848     whiskerwidth: 0
4849   layout:
4850     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4851     layout: "plot-throughput"
4852
4853 -
4854   type: "plot"
4855   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4856   algorithm: "plot_performance_box"
4857   output-file-type: ".html"
4858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4859   data: "plot-vpp-throughput-latency-3n-hsw"
4860   filter: "'NIC_Intel-X710' and
4861            '64B' and
4862            'NDRPDR' and
4863            '2T2C' and
4864            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4865            not 'ACL' and
4866            not 'VHOST' and
4867            not 'MEMIF'"
4868   parameters:
4869   - "throughput"
4870   - "parent"
4871   - "tags"
4872   sort:
4873   - "L2XCBASE"    # l2xcbase
4874   - "L2BDBASE"    # l2bdbase
4875   - "L2XCFWD"     # dot1q-l2xcbase
4876   - "L2BDMACLRN"  # dot1q-l2bdbase
4877   traces:
4878     hoverinfo: "x+y"
4879     boxpoints: "outliers"
4880     whiskerwidth: 0
4881   layout:
4882     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4883     layout: "plot-throughput"
4884
4885 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
4886 -
4887   type: "plot"
4888   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4889   algorithm: "plot_performance_box"
4890   output-file-type: ".html"
4891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4892   data: "plot-vpp-throughput-latency-3n-hsw"
4893   filter: "'NIC_Intel-XL710' and
4894            '64B' and
4895            ('BASE' or 'SCALE') and
4896            'NDRPDR' and
4897            'ETH' and
4898            '1T1C' and
4899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4900            not 'VHOST' and
4901            not 'MEMIF'"
4902   parameters:
4903   - "throughput"
4904   - "parent"
4905   - "tags"
4906   sort:
4907   - "L2PATCH"
4908   - "L2XCBASE"
4909   - "BASE"
4910   - "FIB_10K"
4911   - "FIB_100K"
4912   - "FIB_1M"
4913   traces:
4914     hoverinfo: "x+y"
4915     boxpoints: "outliers"
4916     whiskerwidth: 0
4917   layout:
4918     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4919     layout: "plot-throughput"
4920
4921 -
4922   type: "plot"
4923   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4924   algorithm: "plot_performance_box"
4925   output-file-type: ".html"
4926   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4927   data: "plot-vpp-throughput-latency-3n-hsw"
4928   filter: "'NIC_Intel-XL710' and
4929            '64B' and
4930            ('BASE' or 'SCALE') and
4931            'NDRPDR' and
4932            'ETH' and
4933            '1T1C' and
4934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4935            not 'VHOST' and
4936            not 'MEMIF'"
4937   parameters:
4938   - "throughput"
4939   - "parent"
4940   - "tags"
4941   sort:
4942   - "L2PATCH"
4943   - "L2XCBASE"
4944   - "BASE"
4945   - "FIB_10K"
4946   - "FIB_100K"
4947   - "FIB_1M"
4948   traces:
4949     hoverinfo: "x+y"
4950     boxpoints: "outliers"
4951     whiskerwidth: 0
4952   layout:
4953     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4954     layout: "plot-throughput"
4955
4956 -
4957   type: "plot"
4958   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4959   algorithm: "plot_performance_box"
4960   output-file-type: ".html"
4961   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4962   data: "plot-vpp-throughput-latency-3n-hsw"
4963   filter: "'NIC_Intel-XL710' and
4964            '64B' and
4965            ('BASE' or 'SCALE') and
4966            'NDRPDR' and
4967            'ETH' and
4968            '2T2C' and
4969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4970            not 'VHOST' and
4971            not 'MEMIF'"
4972   parameters:
4973   - "throughput"
4974   - "parent"
4975   - "tags"
4976   sort:
4977   - "L2PATCH"
4978   - "L2XCBASE"
4979   - "BASE"
4980   - "FIB_10K"
4981   - "FIB_100K"
4982   - "FIB_1M"
4983   traces:
4984     hoverinfo: "x+y"
4985     boxpoints: "outliers"
4986     whiskerwidth: 0
4987   layout:
4988     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4989     layout: "plot-throughput"
4990
4991 -
4992   type: "plot"
4993   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4994   algorithm: "plot_performance_box"
4995   output-file-type: ".html"
4996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4997   data: "plot-vpp-throughput-latency-3n-hsw"
4998   filter: "'NIC_Intel-XL710' and
4999            '64B' and
5000            ('BASE' or 'SCALE') and
5001            'NDRPDR' and
5002            'ETH' and
5003            '2T2C' and
5004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5005            not 'VHOST' and
5006            not 'MEMIF'"
5007   parameters:
5008   - "throughput"
5009   - "parent"
5010   - "tags"
5011   sort:
5012   - "L2PATCH"
5013   - "L2XCBASE"
5014   - "BASE"
5015   - "FIB_10K"
5016   - "FIB_100K"
5017   - "FIB_1M"
5018   traces:
5019     hoverinfo: "x+y"
5020     boxpoints: "outliers"
5021     whiskerwidth: 0
5022   layout:
5023     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5024     layout: "plot-throughput"
5025
5026 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5027 -
5028   type: "plot"
5029   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5030   algorithm: "plot_performance_box"
5031   output-file-type: ".html"
5032   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5033   data: "plot-vpp-throughput-latency-3n-skx"
5034   filter: "'NIC_Intel-X710' and
5035            '64B' and
5036            ('BASE' or 'SCALE') and
5037            'NDRPDR' and
5038            'ETH' and
5039            '2T1C' and
5040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5041            not 'VHOST' and
5042            not 'MEMIF'"
5043   parameters:
5044   - "throughput"
5045   - "parent"
5046   - "tags"
5047   sort:
5048   - "L2PATCH"
5049   - "L2XCBASE"
5050   - "BASE"
5051   - "FIB_10K"
5052   - "FIB_100K"
5053   - "FIB_1M"
5054   traces:
5055     hoverinfo: "x+y"
5056     boxpoints: "outliers"
5057     whiskerwidth: 0
5058   layout:
5059     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5060     layout: "plot-throughput"
5061
5062 -
5063   type: "plot"
5064   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5065   algorithm: "plot_performance_box"
5066   output-file-type: ".html"
5067   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5068   data: "plot-vpp-throughput-latency-3n-skx"
5069   filter: "'NIC_Intel-X710' and
5070            '64B' and
5071            ('BASE' or 'SCALE') and
5072            'NDRPDR' and
5073            'ETH' and
5074            '2T1C' and
5075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5076            not 'VHOST' and
5077            not 'MEMIF'"
5078   parameters:
5079   - "throughput"
5080   - "parent"
5081   - "tags"
5082   sort:
5083   - "L2PATCH"
5084   - "L2XCBASE"
5085   - "BASE"
5086   - "FIB_10K"
5087   - "FIB_100K"
5088   - "FIB_1M"
5089   traces:
5090     hoverinfo: "x+y"
5091     boxpoints: "outliers"
5092     whiskerwidth: 0
5093   layout:
5094     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5095     layout: "plot-throughput"
5096
5097 -
5098   type: "plot"
5099   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5100   algorithm: "plot_performance_box"
5101   output-file-type: ".html"
5102   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5103   data: "plot-vpp-throughput-latency-3n-skx"
5104   filter: "'NIC_Intel-X710' and
5105            '64B' and
5106            ('BASE' or 'SCALE') and
5107            'NDRPDR' and
5108            'ETH' and
5109            '4T2C' and
5110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5111            not 'VHOST' and
5112            not 'MEMIF'"
5113   parameters:
5114   - "throughput"
5115   - "parent"
5116   - "tags"
5117   sort:
5118   - "L2PATCH"
5119   - "L2XCBASE"
5120   - "BASE"
5121   - "FIB_10K"
5122   - "FIB_100K"
5123   - "FIB_1M"
5124   traces:
5125     hoverinfo: "x+y"
5126     boxpoints: "outliers"
5127     whiskerwidth: 0
5128   layout:
5129     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5130     layout: "plot-throughput"
5131
5132 -
5133   type: "plot"
5134   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5135   algorithm: "plot_performance_box"
5136   output-file-type: ".html"
5137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5138   data: "plot-vpp-throughput-latency-3n-skx"
5139   filter: "'NIC_Intel-X710' and
5140            '64B' and
5141            ('BASE' or 'SCALE') and
5142            'NDRPDR' and
5143            'ETH' and
5144            '4T2C' and
5145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5146            not 'VHOST' and
5147            not 'MEMIF'"
5148   parameters:
5149   - "throughput"
5150   - "parent"
5151   - "tags"
5152   sort:
5153   - "L2PATCH"
5154   - "L2XCBASE"
5155   - "BASE"
5156   - "FIB_10K"
5157   - "FIB_100K"
5158   - "FIB_1M"
5159   traces:
5160     hoverinfo: "x+y"
5161     boxpoints: "outliers"
5162     whiskerwidth: 0
5163   layout:
5164     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5165     layout: "plot-throughput"
5166
5167 # Packet Throughput - VPP L2 3n-skx-x710 features
5168 -
5169   type: "plot"
5170   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5171   algorithm: "plot_performance_box"
5172   output-file-type: ".html"
5173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5174   data: "plot-vpp-throughput-latency-3n-skx"
5175   filter: "'NIC_Intel-X710' and
5176            '64B' and
5177            'NDRPDR' and
5178            '2T1C' and
5179            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5180            not 'ACL' and
5181            not 'VHOST' and
5182            not 'MEMIF'"
5183   parameters:
5184   - "throughput"
5185   - "parent"
5186   - "tags"
5187   sort:
5188   - "L2XCBASE"    # l2xcbase
5189   - "L2BDBASE"    # l2bdbase
5190   - "L2XCFWD"     # dot1q-l2xcbase
5191   - "L2BDMACLRN"  # dot1q-l2bdbase
5192   traces:
5193     hoverinfo: "x+y"
5194     boxpoints: "outliers"
5195     whiskerwidth: 0
5196   layout:
5197     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5198     layout: "plot-throughput"
5199
5200 -
5201   type: "plot"
5202   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5203   algorithm: "plot_performance_box"
5204   output-file-type: ".html"
5205   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5206   data: "plot-vpp-throughput-latency-3n-skx"
5207   filter: "'NIC_Intel-X710' and
5208            '64B' and
5209            'NDRPDR' and
5210            '2T1C' and
5211            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5212            not 'ACL' and
5213            not 'VHOST' and
5214            not 'MEMIF'"
5215   parameters:
5216   - "throughput"
5217   - "parent"
5218   - "tags"
5219   sort:
5220   - "L2XCBASE"    # l2xcbase
5221   - "L2BDBASE"    # l2bdbase
5222   - "L2XCFWD"     # dot1q-l2xcbase
5223   - "L2BDMACLRN"  # dot1q-l2bdbase
5224   traces:
5225     hoverinfo: "x+y"
5226     boxpoints: "outliers"
5227     whiskerwidth: 0
5228   layout:
5229     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5230     layout: "plot-throughput"
5231
5232 -
5233   type: "plot"
5234   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5235   algorithm: "plot_performance_box"
5236   output-file-type: ".html"
5237   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5238   data: "plot-vpp-throughput-latency-3n-skx"
5239   filter: "'NIC_Intel-X710' and
5240            '64B' and
5241            'NDRPDR' and
5242            '4T2C' and
5243            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5244            not 'ACL' and
5245            not 'VHOST' and
5246            not 'MEMIF'"
5247   parameters:
5248   - "throughput"
5249   - "parent"
5250   - "tags"
5251   sort:
5252   - "L2XCBASE"    # l2xcbase
5253   - "L2BDBASE"    # l2bdbase
5254   - "L2XCFWD"     # dot1q-l2xcbase
5255   - "L2BDMACLRN"  # dot1q-l2bdbase
5256   traces:
5257     hoverinfo: "x+y"
5258     boxpoints: "outliers"
5259     whiskerwidth: 0
5260   layout:
5261     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5262     layout: "plot-throughput"
5263
5264 -
5265   type: "plot"
5266   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5267   algorithm: "plot_performance_box"
5268   output-file-type: ".html"
5269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5270   data: "plot-vpp-throughput-latency-3n-skx"
5271   filter: "'NIC_Intel-X710' and
5272            '64B' and
5273            'NDRPDR' and
5274            '4T2C' and
5275            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5276            not 'ACL' and
5277            not 'VHOST' and
5278            not 'MEMIF'"
5279   parameters:
5280   - "throughput"
5281   - "parent"
5282   - "tags"
5283   sort:
5284   - "L2XCBASE"    # l2xcbase
5285   - "L2BDBASE"    # l2bdbase
5286   - "L2XCFWD"     # dot1q-l2xcbase
5287   - "L2BDMACLRN"  # dot1q-l2bdbase
5288   traces:
5289     hoverinfo: "x+y"
5290     boxpoints: "outliers"
5291     whiskerwidth: 0
5292   layout:
5293     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5294     layout: "plot-throughput"
5295
5296 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5297 -
5298   type: "plot"
5299   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5300   algorithm: "plot_performance_box"
5301   output-file-type: ".html"
5302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5303   data: "plot-vpp-throughput-latency-3n-skx"
5304   filter: "'NIC_Intel-XXV710' and
5305            '64B' and
5306            ('BASE' or 'SCALE') and
5307            'NDRPDR' and
5308            'ETH' and
5309            '2T1C' and
5310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5311            not 'VHOST' and
5312            not 'MEMIF'"
5313   parameters:
5314   - "throughput"
5315   - "parent"
5316   - "tags"
5317   sort:
5318   - "L2PATCH"
5319   - "L2XCBASE"
5320   - "BASE"
5321   - "FIB_10K"
5322   - "FIB_100K"
5323   - "FIB_1M"
5324   traces:
5325     hoverinfo: "x+y"
5326     boxpoints: "outliers"
5327     whiskerwidth: 0
5328   layout:
5329     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5330     layout: "plot-throughput"
5331
5332 -
5333   type: "plot"
5334   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5335   algorithm: "plot_performance_box"
5336   output-file-type: ".html"
5337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5338   data: "plot-vpp-throughput-latency-3n-skx"
5339   filter: "'NIC_Intel-XXV710' and
5340            '64B' and
5341            ('BASE' or 'SCALE') and
5342            'NDRPDR' and
5343            'ETH' and
5344            '2T1C' and
5345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5346            not 'VHOST' and
5347            not 'MEMIF'"
5348   parameters:
5349   - "throughput"
5350   - "parent"
5351   - "tags"
5352   sort:
5353   - "L2PATCH"
5354   - "L2XCBASE"
5355   - "BASE"
5356   - "FIB_10K"
5357   - "FIB_100K"
5358   - "FIB_1M"
5359   traces:
5360     hoverinfo: "x+y"
5361     boxpoints: "outliers"
5362     whiskerwidth: 0
5363   layout:
5364     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5365     layout: "plot-throughput"
5366
5367 -
5368   type: "plot"
5369   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5370   algorithm: "plot_performance_box"
5371   output-file-type: ".html"
5372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5373   data: "plot-vpp-throughput-latency-3n-skx"
5374   filter: "'NIC_Intel-XXV710' and
5375            '64B' and
5376            ('BASE' or 'SCALE') and
5377            'NDRPDR' and
5378            'ETH' and
5379            '4T2C' and
5380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5381            not 'VHOST' and
5382            not 'MEMIF'"
5383   parameters:
5384   - "throughput"
5385   - "parent"
5386   - "tags"
5387   sort:
5388   - "L2PATCH"
5389   - "L2XCBASE"
5390   - "BASE"
5391   - "FIB_10K"
5392   - "FIB_100K"
5393   - "FIB_1M"
5394   traces:
5395     hoverinfo: "x+y"
5396     boxpoints: "outliers"
5397     whiskerwidth: 0
5398   layout:
5399     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5400     layout: "plot-throughput"
5401
5402 -
5403   type: "plot"
5404   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5405   algorithm: "plot_performance_box"
5406   output-file-type: ".html"
5407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5408   data: "plot-vpp-throughput-latency-3n-skx"
5409   filter: "'NIC_Intel-XXV710' and
5410            '64B' and
5411            ('BASE' or 'SCALE') and
5412            'NDRPDR' and
5413            'ETH' and
5414            '4T2C' and
5415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5416            not 'VHOST' and
5417            not 'MEMIF'"
5418   parameters:
5419   - "throughput"
5420   - "parent"
5421   - "tags"
5422   sort:
5423   - "L2PATCH"
5424   - "L2XCBASE"
5425   - "BASE"
5426   - "FIB_10K"
5427   - "FIB_100K"
5428   - "FIB_1M"
5429   traces:
5430     hoverinfo: "x+y"
5431     boxpoints: "outliers"
5432     whiskerwidth: 0
5433   layout:
5434     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5435     layout: "plot-throughput"
5436
5437 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5438 -
5439   type: "plot"
5440   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5441   algorithm: "plot_performance_box"
5442   output-file-type: ".html"
5443   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5444   data: "plot-vpp-throughput-latency-2n-skx"
5445   filter: "'NIC_Intel-X710' and
5446            '64B' and
5447            ('BASE' or 'SCALE') and
5448            'NDRPDR' and
5449            'ETH' and
5450            '2T1C' and
5451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5452            not 'VHOST' and
5453            not 'MEMIF'"
5454   parameters:
5455   - "throughput"
5456   - "parent"
5457   - "tags"
5458   sort:
5459   - "L2PATCH"
5460   - "L2XCBASE"
5461   - "BASE"
5462   - "FIB_10K"
5463   - "FIB_100K"
5464   - "FIB_1M"
5465   traces:
5466     hoverinfo: "x+y"
5467     boxpoints: "outliers"
5468     whiskerwidth: 0
5469   layout:
5470     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5471     layout: "plot-throughput"
5472
5473 -
5474   type: "plot"
5475   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5476   algorithm: "plot_performance_box"
5477   output-file-type: ".html"
5478   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5479   data: "plot-vpp-throughput-latency-2n-skx"
5480   filter: "'NIC_Intel-X710' and
5481            '64B' and
5482            ('BASE' or 'SCALE') and
5483            'NDRPDR' and
5484            'ETH' and
5485            '2T1C' and
5486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5487            not 'VHOST' and
5488            not 'MEMIF'"
5489   parameters:
5490   - "throughput"
5491   - "parent"
5492   - "tags"
5493   sort:
5494   - "L2PATCH"
5495   - "L2XCBASE"
5496   - "BASE"
5497   - "FIB_10K"
5498   - "FIB_100K"
5499   - "FIB_1M"
5500   traces:
5501     hoverinfo: "x+y"
5502     boxpoints: "outliers"
5503     whiskerwidth: 0
5504   layout:
5505     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5506     layout: "plot-throughput"
5507
5508 -
5509   type: "plot"
5510   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5511   algorithm: "plot_performance_box"
5512   output-file-type: ".html"
5513   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5514   data: "plot-vpp-throughput-latency-2n-skx"
5515   filter: "'NIC_Intel-X710' and
5516            '64B' and
5517            ('BASE' or 'SCALE') and
5518            'NDRPDR' and
5519            'ETH' and
5520            '4T2C' and
5521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5522            not 'VHOST' and
5523            not 'MEMIF'"
5524   parameters:
5525   - "throughput"
5526   - "parent"
5527   - "tags"
5528   sort:
5529   - "L2PATCH"
5530   - "L2XCBASE"
5531   - "BASE"
5532   - "FIB_10K"
5533   - "FIB_100K"
5534   - "FIB_1M"
5535   traces:
5536     hoverinfo: "x+y"
5537     boxpoints: "outliers"
5538     whiskerwidth: 0
5539   layout:
5540     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5541     layout: "plot-throughput"
5542
5543 -
5544   type: "plot"
5545   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5546   algorithm: "plot_performance_box"
5547   output-file-type: ".html"
5548   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5549   data: "plot-vpp-throughput-latency-2n-skx"
5550   filter: "'NIC_Intel-X710' and
5551            '64B' and
5552            ('BASE' or 'SCALE') and
5553            'NDRPDR' and
5554            'ETH' and
5555            '4T2C' and
5556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5557            not 'VHOST' and
5558            not 'MEMIF'"
5559   parameters:
5560   - "throughput"
5561   - "parent"
5562   - "tags"
5563   sort:
5564   - "L2PATCH"
5565   - "L2XCBASE"
5566   - "BASE"
5567   - "FIB_10K"
5568   - "FIB_100K"
5569   - "FIB_1M"
5570   traces:
5571     hoverinfo: "x+y"
5572     boxpoints: "outliers"
5573     whiskerwidth: 0
5574   layout:
5575     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5576     layout: "plot-throughput"
5577
5578 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5579 -
5580   type: "plot"
5581   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5582   algorithm: "plot_performance_box"
5583   output-file-type: ".html"
5584   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5585   data: "plot-vpp-throughput-latency-2n-skx"
5586   filter: "'NIC_Intel-XXV710' and
5587            '64B' and
5588            ('BASE' or 'SCALE') and
5589            'NDRPDR' and
5590            'ETH' and
5591            '2T1C' and
5592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5593            not 'VHOST' and
5594            not 'MEMIF'"
5595   parameters:
5596   - "throughput"
5597   - "parent"
5598   - "tags"
5599   sort:
5600   - "L2PATCH"
5601   - "L2XCBASE"
5602   - "BASE"
5603   - "FIB_10K"
5604   - "FIB_100K"
5605   - "FIB_1M"
5606   traces:
5607     hoverinfo: "x+y"
5608     boxpoints: "outliers"
5609     whiskerwidth: 0
5610   layout:
5611     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5612     layout: "plot-throughput"
5613
5614 -
5615   type: "plot"
5616   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5617   algorithm: "plot_performance_box"
5618   output-file-type: ".html"
5619   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5620   data: "plot-vpp-throughput-latency-2n-skx"
5621   filter: "'NIC_Intel-XXV710' and
5622            '64B' and
5623            ('BASE' or 'SCALE') and
5624            'NDRPDR' and
5625            'ETH' and
5626            '2T1C' and
5627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5628            not 'VHOST' and
5629            not 'MEMIF'"
5630   parameters:
5631   - "throughput"
5632   - "parent"
5633   - "tags"
5634   sort:
5635   - "L2PATCH"
5636   - "L2XCBASE"
5637   - "BASE"
5638   - "FIB_10K"
5639   - "FIB_100K"
5640   - "FIB_1M"
5641   traces:
5642     hoverinfo: "x+y"
5643     boxpoints: "outliers"
5644     whiskerwidth: 0
5645   layout:
5646     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5647     layout: "plot-throughput"
5648
5649 -
5650   type: "plot"
5651   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5652   algorithm: "plot_performance_box"
5653   output-file-type: ".html"
5654   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5655   data: "plot-vpp-throughput-latency-2n-skx"
5656   filter: "'NIC_Intel-XXV710' and
5657            '64B' and
5658            ('BASE' or 'SCALE') and
5659            'NDRPDR' and
5660            'ETH' and
5661            '4T2C' and
5662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5663            not 'VHOST' and
5664            not 'MEMIF'"
5665   parameters:
5666   - "throughput"
5667   - "parent"
5668   - "tags"
5669   sort:
5670   - "L2PATCH"
5671   - "L2XCBASE"
5672   - "BASE"
5673   - "FIB_10K"
5674   - "FIB_100K"
5675   - "FIB_1M"
5676   traces:
5677     hoverinfo: "x+y"
5678     boxpoints: "outliers"
5679     whiskerwidth: 0
5680   layout:
5681     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5682     layout: "plot-throughput"
5683
5684 -
5685   type: "plot"
5686   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5687   algorithm: "plot_performance_box"
5688   output-file-type: ".html"
5689   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5690   data: "plot-vpp-throughput-latency-2n-skx"
5691   filter: "'NIC_Intel-XXV710' and
5692            '64B' and
5693            ('BASE' or 'SCALE') and
5694            'NDRPDR' and
5695            'ETH' and
5696            '4T2C' and
5697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5698            not 'VHOST' and
5699            not 'MEMIF'"
5700   parameters:
5701   - "throughput"
5702   - "parent"
5703   - "tags"
5704   sort:
5705   - "L2PATCH"
5706   - "L2XCBASE"
5707   - "BASE"
5708   - "FIB_10K"
5709   - "FIB_100K"
5710   - "FIB_1M"
5711   traces:
5712     hoverinfo: "x+y"
5713     boxpoints: "outliers"
5714     whiskerwidth: 0
5715   layout:
5716     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5717     layout: "plot-throughput"
5718
5719 ################################################################################
5720
5721 # Packet Throughput - VPP Container Memif 3n-hsw-x520
5722 -
5723   type: "plot"
5724   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5725   algorithm: "plot_performance_box"
5726   output-file-type: ".html"
5727   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5728   data: "plot-vpp-throughput-latency-3n-hsw"
5729   filter: "'NIC_Intel-X520-DA2' and
5730            '64B' and
5731            ('BASE' or 'SCALE') and
5732            'NDRPDR' and
5733            '1T1C' and
5734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5735            not 'VHOST' and
5736            'MEMIF'"
5737   parameters:
5738   - "throughput"
5739   - "parent"
5740   - "tags"
5741   sort:
5742   - "L2XCFWD"
5743   - "L2XCFWD"
5744   - "L2XCFWD"
5745   - "L2BDMACLRN"
5746   - "L2BDMACLRN"
5747   - "L2BDMACLRN"
5748   traces:
5749     hoverinfo: "x+y"
5750     boxpoints: "outliers"
5751     whiskerwidth: 0
5752   layout:
5753     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5754     layout: "plot-throughput"
5755
5756 -
5757   type: "plot"
5758   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5759   algorithm: "plot_performance_box"
5760   output-file-type: ".html"
5761   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5762   data: "plot-vpp-throughput-latency-3n-hsw"
5763   filter: "'NIC_Intel-X520-DA2' and
5764            '64B' and
5765            ('BASE' or 'SCALE') and
5766            'NDRPDR' and
5767            '1T1C' and
5768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5769            not 'VHOST' and
5770            'MEMIF'"
5771   parameters:
5772   - "throughput"
5773   - "parent"
5774   - "tags"
5775   sort:
5776   - "L2XCFWD"
5777   - "L2XCFWD"
5778   - "L2XCFWD"
5779   - "L2BDMACLRN"
5780   - "L2BDMACLRN"
5781   - "L2BDMACLRN"
5782   traces:
5783     hoverinfo: "x+y"
5784     boxpoints: "outliers"
5785     whiskerwidth: 0
5786   layout:
5787     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5788     layout: "plot-throughput"
5789
5790 -
5791   type: "plot"
5792   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5793   algorithm: "plot_performance_box"
5794   output-file-type: ".html"
5795   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5796   data: "plot-vpp-throughput-latency-3n-hsw"
5797   filter: "'NIC_Intel-X520-DA2' and
5798            '64B' and
5799            ('BASE' or 'SCALE') and
5800            'NDRPDR' and
5801            '2T2C' and
5802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5803            not 'VHOST' and
5804            'MEMIF'"
5805   parameters:
5806   - "throughput"
5807   - "parent"
5808   - "tags"
5809   sort:
5810   - "L2XCFWD"
5811   - "L2XCFWD"
5812   - "L2XCFWD"
5813   - "L2BDMACLRN"
5814   - "L2BDMACLRN"
5815   - "L2BDMACLRN"
5816   traces:
5817     hoverinfo: "x+y"
5818     boxpoints: "outliers"
5819     whiskerwidth: 0
5820   layout:
5821     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5822     layout: "plot-throughput"
5823
5824 -
5825   type: "plot"
5826   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5827   algorithm: "plot_performance_box"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5830   data: "plot-vpp-throughput-latency-3n-hsw"
5831   filter: "'NIC_Intel-X520-DA2' and
5832            '64B' and
5833            ('BASE' or 'SCALE') and
5834            'NDRPDR' and
5835            '2T2C' and
5836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5837            not 'VHOST' and
5838            'MEMIF'"
5839   parameters:
5840   - "throughput"
5841   - "parent"
5842   - "tags"
5843   sort:
5844   - "L2XCFWD"
5845   - "L2XCFWD"
5846   - "L2XCFWD"
5847   - "L2BDMACLRN"
5848   - "L2BDMACLRN"
5849   - "L2BDMACLRN"
5850   traces:
5851     hoverinfo: "x+y"
5852     boxpoints: "outliers"
5853     whiskerwidth: 0
5854   layout:
5855     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5856     layout: "plot-throughput"
5857
5858 # Packet Throughput - VPP Container Memif 3n-hsw-x710
5859 -
5860   type: "plot"
5861   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5862   algorithm: "plot_performance_box"
5863   output-file-type: ".html"
5864   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5865   data: "plot-vpp-throughput-latency-3n-hsw"
5866   filter: "'NIC_Intel-X710' and
5867            '64B' and
5868            ('BASE' or 'SCALE') and
5869            'NDRPDR' and
5870            '1T1C' and
5871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5872            not 'VHOST' and
5873            'MEMIF'"
5874   parameters:
5875   - "throughput"
5876   - "parent"
5877   - "tags"
5878   sort:
5879   - "L2XCFWD"
5880   - "L2XCFWD"
5881   - "L2XCFWD"
5882   - "L2BDMACLRN"
5883   - "L2BDMACLRN"
5884   - "L2BDMACLRN"
5885   traces:
5886     hoverinfo: "x+y"
5887     boxpoints: "outliers"
5888     whiskerwidth: 0
5889   layout:
5890     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5891     layout: "plot-throughput"
5892
5893 -
5894   type: "plot"
5895   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5896   algorithm: "plot_performance_box"
5897   output-file-type: ".html"
5898   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5899   data: "plot-vpp-throughput-latency-3n-hsw"
5900   filter: "'NIC_Intel-X710' and
5901            '64B' and
5902            ('BASE' or 'SCALE') and
5903            'NDRPDR' and
5904            '1T1C' and
5905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5906            not 'VHOST' and
5907            'MEMIF'"
5908   parameters:
5909   - "throughput"
5910   - "parent"
5911   - "tags"
5912   sort:
5913   - "L2XCFWD"
5914   - "L2XCFWD"
5915   - "L2XCFWD"
5916   - "L2BDMACLRN"
5917   - "L2BDMACLRN"
5918   - "L2BDMACLRN"
5919   traces:
5920     hoverinfo: "x+y"
5921     boxpoints: "outliers"
5922     whiskerwidth: 0
5923   layout:
5924     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5925     layout: "plot-throughput"
5926
5927 -
5928   type: "plot"
5929   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5930   algorithm: "plot_performance_box"
5931   output-file-type: ".html"
5932   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5933   data: "plot-vpp-throughput-latency-3n-hsw"
5934   filter: "'NIC_Intel-X710' and
5935            '64B' and
5936            ('BASE' or 'SCALE') and
5937            'NDRPDR' and
5938            '2T2C' and
5939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5940            not 'VHOST' and
5941            'MEMIF'"
5942   parameters:
5943   - "throughput"
5944   - "parent"
5945   - "tags"
5946   sort:
5947   - "L2XCFWD"
5948   - "L2XCFWD"
5949   - "L2XCFWD"
5950   - "L2BDMACLRN"
5951   - "L2BDMACLRN"
5952   - "L2BDMACLRN"
5953   traces:
5954     hoverinfo: "x+y"
5955     boxpoints: "outliers"
5956     whiskerwidth: 0
5957   layout:
5958     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5959     layout: "plot-throughput"
5960
5961 -
5962   type: "plot"
5963   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5964   algorithm: "plot_performance_box"
5965   output-file-type: ".html"
5966   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5967   data: "plot-vpp-throughput-latency-3n-hsw"
5968   filter: "'NIC_Intel-X710' and
5969            '64B' and
5970            ('BASE' or 'SCALE') and
5971            'NDRPDR' and
5972            '2T2C' and
5973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5974            not 'VHOST' and
5975            'MEMIF'"
5976   parameters:
5977   - "throughput"
5978   - "parent"
5979   - "tags"
5980   sort:
5981   - "L2XCFWD"
5982   - "L2XCFWD"
5983   - "L2XCFWD"
5984   - "L2BDMACLRN"
5985   - "L2BDMACLRN"
5986   - "L2BDMACLRN"
5987   traces:
5988     hoverinfo: "x+y"
5989     boxpoints: "outliers"
5990     whiskerwidth: 0
5991   layout:
5992     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5993     layout: "plot-throughput"
5994
5995 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
5996 -
5997   type: "plot"
5998   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5999   algorithm: "plot_performance_box"
6000   output-file-type: ".html"
6001   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6002   data: "plot-vpp-throughput-latency-3n-hsw"
6003   filter: "'NIC_Intel-XL710' and
6004            '64B' and
6005            ('BASE' or 'SCALE') and
6006            'NDRPDR' and
6007            '1T1C' and
6008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6009            not 'VHOST' and
6010            'MEMIF'"
6011   parameters:
6012   - "throughput"
6013   - "parent"
6014   - "tags"
6015   sort:
6016   - "L2XCFWD"
6017   - "L2XCFWD"
6018   - "L2XCFWD"
6019   - "L2BDMACLRN"
6020   - "L2BDMACLRN"
6021   - "L2BDMACLRN"
6022   traces:
6023     hoverinfo: "x+y"
6024     boxpoints: "outliers"
6025     whiskerwidth: 0
6026   layout:
6027     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6028     layout: "plot-throughput"
6029
6030 -
6031   type: "plot"
6032   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6033   algorithm: "plot_performance_box"
6034   output-file-type: ".html"
6035   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6036   data: "plot-vpp-throughput-latency-3n-hsw"
6037   filter: "'NIC_Intel-XL710' and
6038            '64B' and
6039            ('BASE' or 'SCALE') and
6040            'NDRPDR' and
6041            '1T1C' and
6042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6043            not 'VHOST' and
6044            'MEMIF'"
6045   parameters:
6046   - "throughput"
6047   - "parent"
6048   - "tags"
6049   sort:
6050   - "L2XCFWD"
6051   - "L2XCFWD"
6052   - "L2XCFWD"
6053   - "L2BDMACLRN"
6054   - "L2BDMACLRN"
6055   - "L2BDMACLRN"
6056   traces:
6057     hoverinfo: "x+y"
6058     boxpoints: "outliers"
6059     whiskerwidth: 0
6060   layout:
6061     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6062     layout: "plot-throughput"
6063
6064 -
6065   type: "plot"
6066   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6067   algorithm: "plot_performance_box"
6068   output-file-type: ".html"
6069   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6070   data: "plot-vpp-throughput-latency-3n-hsw"
6071   filter: "'NIC_Intel-XL710' and
6072            '64B' and
6073            ('BASE' or 'SCALE') and
6074            'NDRPDR' and
6075            '2T2C' and
6076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6077            not 'VHOST' and
6078            'MEMIF'"
6079   parameters:
6080   - "throughput"
6081   - "parent"
6082   - "tags"
6083   sort:
6084   - "L2XCFWD"
6085   - "L2XCFWD"
6086   - "L2XCFWD"
6087   - "L2BDMACLRN"
6088   - "L2BDMACLRN"
6089   - "L2BDMACLRN"
6090   traces:
6091     hoverinfo: "x+y"
6092     boxpoints: "outliers"
6093     whiskerwidth: 0
6094   layout:
6095     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6096     layout: "plot-throughput"
6097
6098 -
6099   type: "plot"
6100   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6101   algorithm: "plot_performance_box"
6102   output-file-type: ".html"
6103   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6104   data: "plot-vpp-throughput-latency-3n-hsw"
6105   filter: "'NIC_Intel-XL710' and
6106            '64B' and
6107            ('BASE' or 'SCALE') and
6108            'NDRPDR' and
6109            '2T2C' and
6110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6111            not 'VHOST' and
6112            'MEMIF'"
6113   parameters:
6114   - "throughput"
6115   - "parent"
6116   - "tags"
6117   sort:
6118   - "L2XCFWD"
6119   - "L2XCFWD"
6120   - "L2XCFWD"
6121   - "L2BDMACLRN"
6122   - "L2BDMACLRN"
6123   - "L2BDMACLRN"
6124   traces:
6125     hoverinfo: "x+y"
6126     boxpoints: "outliers"
6127     whiskerwidth: 0
6128   layout:
6129     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6130     layout: "plot-throughput"
6131
6132 # Packet Throughput - VPP Container Memif 3n-skx-x710
6133 -
6134   type: "plot"
6135   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6136   algorithm: "plot_performance_box"
6137   output-file-type: ".html"
6138   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6139   data: "plot-vpp-throughput-latency-3n-skx"
6140   filter: "'NIC_Intel-X710' and
6141            '64B' and
6142            ('BASE' or 'SCALE') and
6143            'NDRPDR' and
6144            '2T1C' and
6145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6146            not 'VHOST' and
6147            'MEMIF'"
6148   parameters:
6149   - "throughput"
6150   - "parent"
6151   - "tags"
6152   sort:
6153   - "L2XCFWD"
6154   - "L2XCFWD"
6155   - "L2XCFWD"
6156   - "L2BDMACLRN"
6157   - "L2BDMACLRN"
6158   - "L2BDMACLRN"
6159   traces:
6160     hoverinfo: "x+y"
6161     boxpoints: "outliers"
6162     whiskerwidth: 0
6163   layout:
6164     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6165     layout: "plot-throughput"
6166
6167 -
6168   type: "plot"
6169   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6170   algorithm: "plot_performance_box"
6171   output-file-type: ".html"
6172   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6173   data: "plot-vpp-throughput-latency-3n-skx"
6174   filter: "'NIC_Intel-X710' and
6175            '64B' and
6176            ('BASE' or 'SCALE') and
6177            'NDRPDR' and
6178            '2T1C' and
6179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6180            not 'VHOST' and
6181            'MEMIF'"
6182   parameters:
6183   - "throughput"
6184   - "parent"
6185   - "tags"
6186   sort:
6187   - "L2XCFWD"
6188   - "L2XCFWD"
6189   - "L2XCFWD"
6190   - "L2BDMACLRN"
6191   - "L2BDMACLRN"
6192   - "L2BDMACLRN"
6193   traces:
6194     hoverinfo: "x+y"
6195     boxpoints: "outliers"
6196     whiskerwidth: 0
6197   layout:
6198     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6199     layout: "plot-throughput"
6200
6201 -
6202   type: "plot"
6203   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6204   algorithm: "plot_performance_box"
6205   output-file-type: ".html"
6206   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6207   data: "plot-vpp-throughput-latency-3n-skx"
6208   filter: "'NIC_Intel-X710' and
6209            '64B' and
6210            ('BASE' or 'SCALE') and
6211            'NDRPDR' and
6212            '4T2C' and
6213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6214            not 'VHOST' and
6215            'MEMIF'"
6216   parameters:
6217   - "throughput"
6218   - "parent"
6219   - "tags"
6220   sort:
6221   - "L2XCFWD"
6222   - "L2XCFWD"
6223   - "L2XCFWD"
6224   - "L2BDMACLRN"
6225   - "L2BDMACLRN"
6226   - "L2BDMACLRN"
6227   traces:
6228     hoverinfo: "x+y"
6229     boxpoints: "outliers"
6230     whiskerwidth: 0
6231   layout:
6232     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6233     layout: "plot-throughput"
6234
6235 -
6236   type: "plot"
6237   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6238   algorithm: "plot_performance_box"
6239   output-file-type: ".html"
6240   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6241   data: "plot-vpp-throughput-latency-3n-skx"
6242   filter: "'NIC_Intel-X710' and
6243            '64B' and
6244            ('BASE' or 'SCALE') and
6245            'NDRPDR' and
6246            '4T2C' and
6247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6248            not 'VHOST' and
6249            'MEMIF'"
6250   parameters:
6251   - "throughput"
6252   - "parent"
6253   - "tags"
6254   sort:
6255   - "L2XCFWD"
6256   - "L2XCFWD"
6257   - "L2XCFWD"
6258   - "L2BDMACLRN"
6259   - "L2BDMACLRN"
6260   - "L2BDMACLRN"
6261   traces:
6262     hoverinfo: "x+y"
6263     boxpoints: "outliers"
6264     whiskerwidth: 0
6265   layout:
6266     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6267     layout: "plot-throughput"
6268
6269 # Packet Throughput - VPP Container Memif 2n-skx-x710
6270 -
6271   type: "plot"
6272   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6273   algorithm: "plot_performance_box"
6274   output-file-type: ".html"
6275   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6276   data: "plot-vpp-throughput-latency-2n-skx"
6277   filter: "'NIC_Intel-X710' and
6278            '64B' and
6279            ('BASE' or 'SCALE') and
6280            'NDRPDR' and
6281            '2T1C' and
6282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6283            not 'VHOST' and
6284            'MEMIF'"
6285   parameters:
6286   - "throughput"
6287   - "parent"
6288   - "tags"
6289   sort:
6290   - "L2XCFWD"
6291   - "L2XCFWD"
6292   - "L2XCFWD"
6293   - "L2BDMACLRN"
6294   - "L2BDMACLRN"
6295   - "L2BDMACLRN"
6296   traces:
6297     hoverinfo: "x+y"
6298     boxpoints: "outliers"
6299     whiskerwidth: 0
6300   layout:
6301     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6302     layout: "plot-throughput"
6303
6304 -
6305   type: "plot"
6306   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6307   algorithm: "plot_performance_box"
6308   output-file-type: ".html"
6309   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6310   data: "plot-vpp-throughput-latency-2n-skx"
6311   filter: "'NIC_Intel-X710' and
6312            '64B' and
6313            ('BASE' or 'SCALE') and
6314            'NDRPDR' and
6315            '2T1C' and
6316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6317            not 'VHOST' and
6318            'MEMIF'"
6319   parameters:
6320   - "throughput"
6321   - "parent"
6322   - "tags"
6323   sort:
6324   - "L2XCFWD"
6325   - "L2XCFWD"
6326   - "L2XCFWD"
6327   - "L2BDMACLRN"
6328   - "L2BDMACLRN"
6329   - "L2BDMACLRN"
6330   traces:
6331     hoverinfo: "x+y"
6332     boxpoints: "outliers"
6333     whiskerwidth: 0
6334   layout:
6335     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6336     layout: "plot-throughput"
6337
6338 -
6339   type: "plot"
6340   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6341   algorithm: "plot_performance_box"
6342   output-file-type: ".html"
6343   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6344   data: "plot-vpp-throughput-latency-2n-skx"
6345   filter: "'NIC_Intel-X710' and
6346            '64B' and
6347            ('BASE' or 'SCALE') and
6348            'NDRPDR' and
6349            '4T2C' and
6350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6351            not 'VHOST' and
6352            'MEMIF'"
6353   parameters:
6354   - "throughput"
6355   - "parent"
6356   - "tags"
6357   sort:
6358   - "L2XCFWD"
6359   - "L2XCFWD"
6360   - "L2XCFWD"
6361   - "L2BDMACLRN"
6362   - "L2BDMACLRN"
6363   - "L2BDMACLRN"
6364   traces:
6365     hoverinfo: "x+y"
6366     boxpoints: "outliers"
6367     whiskerwidth: 0
6368   layout:
6369     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6370     layout: "plot-throughput"
6371
6372 -
6373   type: "plot"
6374   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6375   algorithm: "plot_performance_box"
6376   output-file-type: ".html"
6377   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6378   data: "plot-vpp-throughput-latency-2n-skx"
6379   filter: "'NIC_Intel-X710' and
6380            '64B' and
6381            ('BASE' or 'SCALE') and
6382            'NDRPDR' and
6383            '4T2C' and
6384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6385            not 'VHOST' and
6386            'MEMIF'"
6387   parameters:
6388   - "throughput"
6389   - "parent"
6390   - "tags"
6391   sort:
6392   - "L2XCFWD"
6393   - "L2XCFWD"
6394   - "L2XCFWD"
6395   - "L2BDMACLRN"
6396   - "L2BDMACLRN"
6397   - "L2BDMACLRN"
6398   traces:
6399     hoverinfo: "x+y"
6400     boxpoints: "outliers"
6401     whiskerwidth: 0
6402   layout:
6403     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6404     layout: "plot-throughput"
6405
6406 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6407 -
6408   type: "plot"
6409   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6410   algorithm: "plot_performance_box"
6411   output-file-type: ".html"
6412   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6413   data: "plot-vpp-throughput-latency-2n-skx"
6414   filter: "'NIC_Intel-XXV710' and
6415            '64B' and
6416            ('BASE' or 'SCALE') and
6417            'NDRPDR' and
6418            '2T1C' and
6419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6420            not 'VHOST' and
6421            'MEMIF'"
6422   parameters:
6423   - "throughput"
6424   - "parent"
6425   - "tags"
6426   sort:
6427   - "L2XCFWD"
6428   - "L2XCFWD"
6429   - "L2XCFWD"
6430   - "L2BDMACLRN"
6431   - "L2BDMACLRN"
6432   - "L2BDMACLRN"
6433   traces:
6434     hoverinfo: "x+y"
6435     boxpoints: "outliers"
6436     whiskerwidth: 0
6437   layout:
6438     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6439     layout: "plot-throughput"
6440
6441 -
6442   type: "plot"
6443   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6444   algorithm: "plot_performance_box"
6445   output-file-type: ".html"
6446   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6447   data: "plot-vpp-throughput-latency-2n-skx"
6448   filter: "'NIC_Intel-XXV710' and
6449            '64B' and
6450            ('BASE' or 'SCALE') and
6451            'NDRPDR' and
6452            '2T1C' and
6453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6454            not 'VHOST' and
6455            'MEMIF'"
6456   parameters:
6457   - "throughput"
6458   - "parent"
6459   - "tags"
6460   sort:
6461   - "L2XCFWD"
6462   - "L2XCFWD"
6463   - "L2XCFWD"
6464   - "L2BDMACLRN"
6465   - "L2BDMACLRN"
6466   - "L2BDMACLRN"
6467   traces:
6468     hoverinfo: "x+y"
6469     boxpoints: "outliers"
6470     whiskerwidth: 0
6471   layout:
6472     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6473     layout: "plot-throughput"
6474
6475 -
6476   type: "plot"
6477   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6478   algorithm: "plot_performance_box"
6479   output-file-type: ".html"
6480   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6481   data: "plot-vpp-throughput-latency-2n-skx"
6482   filter: "'NIC_Intel-XXV710' and
6483            '64B' and
6484            ('BASE' or 'SCALE') and
6485            'NDRPDR' and
6486            '4T2C' and
6487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6488            not 'VHOST' and
6489            'MEMIF'"
6490   parameters:
6491   - "throughput"
6492   - "parent"
6493   - "tags"
6494   sort:
6495   - "L2XCFWD"
6496   - "L2XCFWD"
6497   - "L2XCFWD"
6498   - "L2BDMACLRN"
6499   - "L2BDMACLRN"
6500   - "L2BDMACLRN"
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6507     layout: "plot-throughput"
6508
6509 -
6510   type: "plot"
6511   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6515   data: "plot-vpp-throughput-latency-2n-skx"
6516   filter: "'NIC_Intel-XXV710' and
6517            '64B' and
6518            ('BASE' or 'SCALE') and
6519            'NDRPDR' and
6520            '4T2C' and
6521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6522            not 'VHOST' and
6523            'MEMIF'"
6524   parameters:
6525   - "throughput"
6526   - "parent"
6527   - "tags"
6528   sort:
6529   - "L2XCFWD"
6530   - "L2XCFWD"
6531   - "L2XCFWD"
6532   - "L2BDMACLRN"
6533   - "L2BDMACLRN"
6534   - "L2BDMACLRN"
6535   traces:
6536     hoverinfo: "x+y"
6537     boxpoints: "outliers"
6538     whiskerwidth: 0
6539   layout:
6540     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6541     layout: "plot-throughput"
6542
6543 ################################################################################
6544
6545 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
6546 -
6547   type: "plot"
6548   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6549   algorithm: "plot_performance_box"
6550   output-file-type: ".html"
6551   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6552   data: "plot-ligato-throughput-latency-3n-hsw"
6553   filter: "'NIC_Intel-X520-DA2' and
6554            '64B' and
6555            ('BASE' or 'SCALE') and
6556            'NDRPDR' and
6557            '1T1C' and
6558            'L2XCFWD' and
6559            not 'VHOST' and
6560            'MEMIF'"
6561   parameters:
6562   - "throughput"
6563   - "parent"
6564   - "tags"
6565   sort:
6566   - "1VNF"
6567   - "2VNF"
6568   - "4VNF"
6569   - "2VNF"
6570   - "4VNF"
6571   traces:
6572     hoverinfo: "x+y"
6573     boxpoints: "outliers"
6574     whiskerwidth: 0
6575   layout:
6576     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6577     layout: "plot-throughput"
6578
6579 -
6580   type: "plot"
6581   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6582   algorithm: "plot_performance_box"
6583   output-file-type: ".html"
6584   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6585   data: "plot-ligato-throughput-latency-3n-hsw"
6586   filter: "'NIC_Intel-X520-DA2' and
6587            '64B' and
6588            ('BASE' or 'SCALE') and
6589            'NDRPDR' and
6590            '1T1C' and
6591            'L2XCFWD' and
6592            not 'VHOST' and
6593            'MEMIF'"
6594   parameters:
6595   - "throughput"
6596   - "parent"
6597   - "tags"
6598   sort:
6599   - "1VNF"
6600   - "2VNF"
6601   - "4VNF"
6602   - "2VNF"
6603   - "4VNF"
6604   traces:
6605     hoverinfo: "x+y"
6606     boxpoints: "outliers"
6607     whiskerwidth: 0
6608   layout:
6609     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6610     layout: "plot-throughput"
6611
6612 -
6613   type: "plot"
6614   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6615   algorithm: "plot_performance_box"
6616   output-file-type: ".html"
6617   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6618   data: "plot-ligato-throughput-latency-3n-hsw"
6619   filter: "'NIC_Intel-X520-DA2' and
6620            '64B' and
6621            ('BASE' or 'SCALE') and
6622            'NDRPDR' and
6623            '2T2C' and
6624            'L2XCFWD' and
6625            not 'VHOST' and
6626            'MEMIF'"
6627   parameters:
6628   - "throughput"
6629   - "parent"
6630   - "tags"
6631   sort:
6632   - "1VNF"
6633   - "2VNF"
6634   - "4VNF"
6635   - "2VNF"
6636   - "4VNF"
6637   traces:
6638     hoverinfo: "x+y"
6639     boxpoints: "outliers"
6640     whiskerwidth: 0
6641   layout:
6642     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6643     layout: "plot-throughput"
6644
6645 -
6646   type: "plot"
6647   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6648   algorithm: "plot_performance_box"
6649   output-file-type: ".html"
6650   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6651   data: "plot-ligato-throughput-latency-3n-hsw"
6652   filter: "'NIC_Intel-X520-DA2' and
6653            '64B' and
6654            ('BASE' or 'SCALE') and
6655            'NDRPDR' and
6656            '2T2C' and
6657            'L2XCFWD' and
6658            not 'VHOST' and
6659            'MEMIF'"
6660   parameters:
6661   - "throughput"
6662   - "parent"
6663   - "tags"
6664   sort:
6665   - "1VNF"
6666   - "2VNF"
6667   - "4VNF"
6668   - "2VNF"
6669   - "4VNF"
6670   traces:
6671     hoverinfo: "x+y"
6672     boxpoints: "outliers"
6673     whiskerwidth: 0
6674   layout:
6675     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6676     layout: "plot-throughput"
6677
6678 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
6679 -
6680   type: "plot"
6681   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6682   algorithm: "plot_performance_box"
6683   output-file-type: ".html"
6684   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6685   data: "plot-ligato-throughput-latency-3n-hsw"
6686   filter: "'NIC_Intel-X520-DA2' and
6687            '64B' and
6688            ('BASE' or 'SCALE') and
6689            'NDRPDR' and
6690            '1T1C' and
6691            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6692            not 'VHOST' and
6693            'MEMIF'"
6694   parameters:
6695   - "throughput"
6696   - "parent"
6697   - "tags"
6698   sort:
6699   - "1VNF"
6700   - "2VNF"
6701   - "4VNF"
6702   - "2VNF"
6703   - "4VNF"
6704   traces:
6705     hoverinfo: "x+y"
6706     boxpoints: "outliers"
6707     whiskerwidth: 0
6708   layout:
6709     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6710     layout: "plot-throughput"
6711
6712 -
6713   type: "plot"
6714   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6715   algorithm: "plot_performance_box"
6716   output-file-type: ".html"
6717   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6718   data: "plot-ligato-throughput-latency-3n-hsw"
6719   filter: "'NIC_Intel-X520-DA2' and
6720            '64B' and
6721            ('BASE' or 'SCALE') and
6722            'NDRPDR' and
6723            '1T1C' and
6724            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6725            not 'VHOST' and
6726            'MEMIF'"
6727   parameters:
6728   - "throughput"
6729   - "parent"
6730   - "tags"
6731   sort:
6732   - "1VNF"
6733   - "2VNF"
6734   - "4VNF"
6735   - "2VNF"
6736   - "4VNF"
6737   traces:
6738     hoverinfo: "x+y"
6739     boxpoints: "outliers"
6740     whiskerwidth: 0
6741   layout:
6742     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6743     layout: "plot-throughput"
6744
6745 -
6746   type: "plot"
6747   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6748   algorithm: "plot_performance_box"
6749   output-file-type: ".html"
6750   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6751   data: "plot-ligato-throughput-latency-3n-hsw"
6752   filter: "'NIC_Intel-X520-DA2' and
6753            '64B' and
6754            ('BASE' or 'SCALE') and
6755            'NDRPDR' and
6756            '2T2C' and
6757            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6758            not 'VHOST' and
6759            'MEMIF'"
6760   parameters:
6761   - "throughput"
6762   - "parent"
6763   - "tags"
6764   sort:
6765   - "1VNF"
6766   - "2VNF"
6767   - "4VNF"
6768   - "2VNF"
6769   - "4VNF"
6770   traces:
6771     hoverinfo: "x+y"
6772     boxpoints: "outliers"
6773     whiskerwidth: 0
6774   layout:
6775     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6776     layout: "plot-throughput"
6777
6778 -
6779   type: "plot"
6780   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6781   algorithm: "plot_performance_box"
6782   output-file-type: ".html"
6783   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6784   data: "plot-ligato-throughput-latency-3n-hsw"
6785   filter: "'NIC_Intel-X520-DA2' and
6786            '64B' and
6787            ('BASE' or 'SCALE') and
6788            'NDRPDR' and
6789            '2T2C' and
6790            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6791            not 'VHOST' and
6792            'MEMIF'"
6793   parameters:
6794   - "throughput"
6795   - "parent"
6796   - "tags"
6797   sort:
6798   - "1VNF"
6799   - "2VNF"
6800   - "4VNF"
6801   - "2VNF"
6802   - "4VNF"
6803   traces:
6804     hoverinfo: "x+y"
6805     boxpoints: "outliers"
6806     whiskerwidth: 0
6807   layout:
6808     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6809     layout: "plot-throughput"
6810
6811 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
6812 -
6813   type: "plot"
6814   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6815   algorithm: "plot_performance_box"
6816   output-file-type: ".html"
6817   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6818   data: "plot-ligato-throughput-latency-3n-hsw"
6819   filter: "'NIC_Intel-X710' and
6820            '64B' and
6821            ('BASE' or 'SCALE') and
6822            'NDRPDR' and
6823            '1T1C' and
6824            'L2XCFWD' and
6825            not 'VHOST' and
6826            'MEMIF'"
6827   parameters:
6828   - "throughput"
6829   - "parent"
6830   - "tags"
6831   sort:
6832   - "1VNF"
6833   - "2VNF"
6834   - "4VNF"
6835   - "2VNF"
6836   - "4VNF"
6837   traces:
6838     hoverinfo: "x+y"
6839     boxpoints: "outliers"
6840     whiskerwidth: 0
6841   layout:
6842     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6843     layout: "plot-throughput"
6844
6845 -
6846   type: "plot"
6847   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6848   algorithm: "plot_performance_box"
6849   output-file-type: ".html"
6850   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6851   data: "plot-ligato-throughput-latency-3n-hsw"
6852   filter: "'NIC_Intel-X710' and
6853            '64B' and
6854            ('BASE' or 'SCALE') and
6855            'NDRPDR' and
6856            '1T1C' and
6857            'L2XCFWD' and
6858            not 'VHOST' and
6859            'MEMIF'"
6860   parameters:
6861   - "throughput"
6862   - "parent"
6863   - "tags"
6864   sort:
6865   - "1VNF"
6866   - "2VNF"
6867   - "4VNF"
6868   - "2VNF"
6869   - "4VNF"
6870   traces:
6871     hoverinfo: "x+y"
6872     boxpoints: "outliers"
6873     whiskerwidth: 0
6874   layout:
6875     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6876     layout: "plot-throughput"
6877
6878 -
6879   type: "plot"
6880   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6881   algorithm: "plot_performance_box"
6882   output-file-type: ".html"
6883   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6884   data: "plot-ligato-throughput-latency-3n-hsw"
6885   filter: "'NIC_Intel-X710' and
6886            '64B' and
6887            ('BASE' or 'SCALE') and
6888            'NDRPDR' and
6889            '2T2C' and
6890            'L2XCFWD' and
6891            not 'VHOST' and
6892            'MEMIF'"
6893   parameters:
6894   - "throughput"
6895   - "parent"
6896   - "tags"
6897   sort:
6898   - "1VNF"
6899   - "2VNF"
6900   - "4VNF"
6901   - "2VNF"
6902   - "4VNF"
6903   traces:
6904     hoverinfo: "x+y"
6905     boxpoints: "outliers"
6906     whiskerwidth: 0
6907   layout:
6908     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6909     layout: "plot-throughput"
6910
6911 -
6912   type: "plot"
6913   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6914   algorithm: "plot_performance_box"
6915   output-file-type: ".html"
6916   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6917   data: "plot-ligato-throughput-latency-3n-hsw"
6918   filter: "'NIC_Intel-X710' and
6919            '64B' and
6920            ('BASE' or 'SCALE') and
6921            'NDRPDR' and
6922            '2T2C' and
6923            'L2XCFWD' and
6924            not 'VHOST' and
6925            'MEMIF'"
6926   parameters:
6927   - "throughput"
6928   - "parent"
6929   - "tags"
6930   sort:
6931   - "1VNF"
6932   - "2VNF"
6933   - "4VNF"
6934   - "2VNF"
6935   - "4VNF"
6936   traces:
6937     hoverinfo: "x+y"
6938     boxpoints: "outliers"
6939     whiskerwidth: 0
6940   layout:
6941     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6942     layout: "plot-throughput"
6943
6944 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
6945 -
6946   type: "plot"
6947   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6948   algorithm: "plot_performance_box"
6949   output-file-type: ".html"
6950   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6951   data: "plot-ligato-throughput-latency-3n-hsw"
6952   filter: "'NIC_Intel-X710' and
6953            '64B' and
6954            ('BASE' or 'SCALE') and
6955            'NDRPDR' and
6956            '1T1C' and
6957            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6958            not 'VHOST' and
6959            'MEMIF'"
6960   parameters:
6961   - "throughput"
6962   - "parent"
6963   - "tags"
6964   sort:
6965   - "1VNF"
6966   - "2VNF"
6967   - "4VNF"
6968   - "2VNF"
6969   - "4VNF"
6970   traces:
6971     hoverinfo: "x+y"
6972     boxpoints: "outliers"
6973     whiskerwidth: 0
6974   layout:
6975     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6976     layout: "plot-throughput"
6977
6978 -
6979   type: "plot"
6980   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6981   algorithm: "plot_performance_box"
6982   output-file-type: ".html"
6983   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6984   data: "plot-ligato-throughput-latency-3n-hsw"
6985   filter: "'NIC_Intel-X710' and
6986            '64B' and
6987            ('BASE' or 'SCALE') and
6988            'NDRPDR' and
6989            '1T1C' and
6990            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6991            not 'VHOST' and
6992            'MEMIF'"
6993   parameters:
6994   - "throughput"
6995   - "parent"
6996   - "tags"
6997   sort:
6998   - "1VNF"
6999   - "2VNF"
7000   - "4VNF"
7001   - "2VNF"
7002   - "4VNF"
7003   traces:
7004     hoverinfo: "x+y"
7005     boxpoints: "outliers"
7006     whiskerwidth: 0
7007   layout:
7008     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7009     layout: "plot-throughput"
7010
7011 -
7012   type: "plot"
7013   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7014   algorithm: "plot_performance_box"
7015   output-file-type: ".html"
7016   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7017   data: "plot-ligato-throughput-latency-3n-hsw"
7018   filter: "'NIC_Intel-X710' and
7019            '64B' and
7020            ('BASE' or 'SCALE') and
7021            'NDRPDR' and
7022            '2T2C' and
7023            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7024            not 'VHOST' and
7025            'MEMIF'"
7026   parameters:
7027   - "throughput"
7028   - "parent"
7029   - "tags"
7030   sort:
7031   - "1VNF"
7032   - "2VNF"
7033   - "4VNF"
7034   - "2VNF"
7035   - "4VNF"
7036   traces:
7037     hoverinfo: "x+y"
7038     boxpoints: "outliers"
7039     whiskerwidth: 0
7040   layout:
7041     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7042     layout: "plot-throughput"
7043
7044 -
7045   type: "plot"
7046   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7047   algorithm: "plot_performance_box"
7048   output-file-type: ".html"
7049   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7050   data: "plot-ligato-throughput-latency-3n-hsw"
7051   filter: "'NIC_Intel-X710' and
7052            '64B' and
7053            ('BASE' or 'SCALE') and
7054            'NDRPDR' and
7055            '2T2C' and
7056            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7057            not 'VHOST' and
7058            'MEMIF'"
7059   parameters:
7060   - "throughput"
7061   - "parent"
7062   - "tags"
7063   sort:
7064   - "1VNF"
7065   - "2VNF"
7066   - "4VNF"
7067   - "2VNF"
7068   - "4VNF"
7069   traces:
7070     hoverinfo: "x+y"
7071     boxpoints: "outliers"
7072     whiskerwidth: 0
7073   layout:
7074     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7075     layout: "plot-throughput"
7076
7077 ################################################################################
7078
7079 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
7080 -
7081   type: "plot"
7082   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7083   algorithm: "plot_performance_box"
7084   output-file-type: ".html"
7085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7086   data: "plot-vpp-throughput-latency-3n-hsw"
7087   filter: "'NIC_Intel-X520-DA2' and
7088            '64B' and
7089            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7090            'NDRPDR' and
7091            '1T1C' and
7092            'IP4FWD' and
7093            not 'IPSEC' and
7094            not 'VHOST'"
7095   parameters:
7096   - "throughput"
7097   - "parent"
7098   - "tags"
7099   sort:
7100   - "IP4BASE"
7101   - "FIB_20K"
7102   - "FIB_200K"
7103   - "FIB_2M"
7104   traces:
7105     hoverinfo: "x+y"
7106     boxpoints: "outliers"
7107     whiskerwidth: 0
7108   layout:
7109     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7110     layout: "plot-throughput"
7111
7112 -
7113   type: "plot"
7114   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7115   algorithm: "plot_performance_box"
7116   output-file-type: ".html"
7117   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7118   data: "plot-vpp-throughput-latency-3n-hsw"
7119   filter: "'NIC_Intel-X520-DA2' and
7120            '64B' and
7121            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7122            'NDRPDR' and
7123            '1T1C' and
7124            'IP4FWD' and
7125            not 'IPSEC' and
7126            not 'VHOST'"
7127   parameters:
7128   - "throughput"
7129   - "parent"
7130   - "tags"
7131   sort:
7132   - "IP4BASE"
7133   - "FIB_20K"
7134   - "FIB_200K"
7135   - "FIB_2M"
7136   traces:
7137     hoverinfo: "x+y"
7138     boxpoints: "outliers"
7139     whiskerwidth: 0
7140   layout:
7141     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7142     layout: "plot-throughput"
7143
7144 -
7145   type: "plot"
7146   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7147   algorithm: "plot_performance_box"
7148   output-file-type: ".html"
7149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7150   data: "plot-vpp-throughput-latency-3n-hsw"
7151   filter: "'NIC_Intel-X520-DA2' and
7152            '64B' and
7153            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7154            'NDRPDR' and
7155            '2T2C' and
7156            'IP4FWD' and
7157            not 'IPSEC' and
7158            not 'VHOST'"
7159   parameters:
7160   - "throughput"
7161   - "parent"
7162   - "tags"
7163   sort:
7164   - "IP4BASE"
7165   - "FIB_20K"
7166   - "FIB_200K"
7167   - "FIB_2M"
7168   traces:
7169     hoverinfo: "x+y"
7170     boxpoints: "outliers"
7171     whiskerwidth: 0
7172   layout:
7173     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7174     layout: "plot-throughput"
7175
7176 -
7177   type: "plot"
7178   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7179   algorithm: "plot_performance_box"
7180   output-file-type: ".html"
7181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7182   data: "plot-vpp-throughput-latency-3n-hsw"
7183   filter: "'NIC_Intel-X520-DA2' and
7184            '64B' and
7185            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7186            'NDRPDR' and
7187            '2T2C' and
7188            'IP4FWD' and
7189            not 'IPSEC' and
7190            not 'VHOST'"
7191   parameters:
7192   - "throughput"
7193   - "parent"
7194   - "tags"
7195   sort:
7196   - "IP4BASE"
7197   - "FIB_20K"
7198   - "FIB_200K"
7199   - "FIB_2M"
7200   traces:
7201     hoverinfo: "x+y"
7202     boxpoints: "outliers"
7203     whiskerwidth: 0
7204   layout:
7205     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7206     layout: "plot-throughput"
7207
7208 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7209 -
7210   type: "plot"
7211   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7212   algorithm: "plot_performance_box"
7213   output-file-type: ".html"
7214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7215   data: "plot-vpp-throughput-latency-3n-hsw"
7216   filter: "'NIC_Intel-X520-DA2' and
7217            '64B' and
7218            ('IP4BASE' or
7219             'POLICE_MARK' or
7220             'COPWHLIST' or
7221             ('NAT44' and 'BASE') or
7222             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7223            'NDRPDR' and
7224            '1T1C' and
7225            'IP4FWD' and
7226            not 'IPSEC' and
7227            not 'VHOST'"
7228   parameters:
7229   - "throughput"
7230   - "parent"
7231   - "tags"
7232   sort:
7233   - "IP4BASE"
7234   - "NAT44"
7235   - "POLICE_MARK"
7236   - "COPWHLIST"
7237   - "IACL"
7238   - "OACL"
7239   traces:
7240     hoverinfo: "x+y"
7241     boxpoints: "outliers"
7242     whiskerwidth: 0
7243   layout:
7244     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7245     layout: "plot-throughput"
7246
7247 -
7248   type: "plot"
7249   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7250   algorithm: "plot_performance_box"
7251   output-file-type: ".html"
7252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7253   data: "plot-vpp-throughput-latency-3n-hsw"
7254   filter: "'NIC_Intel-X520-DA2' and
7255            '64B' and
7256            ('IP4BASE' or
7257             'POLICE_MARK' or
7258             'COPWHLIST' or
7259             ('NAT44' and 'BASE') or
7260             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7261            'NDRPDR' and
7262            '1T1C' and
7263            'IP4FWD' and
7264            not 'IPSEC' and
7265            not 'VHOST'"
7266   parameters:
7267   - "throughput"
7268   - "parent"
7269   - "tags"
7270   sort:
7271   - "IP4BASE"
7272   - "NAT44"
7273   - "POLICE_MARK"
7274   - "COPWHLIST"
7275   - "IACL"
7276   - "OACL"
7277   traces:
7278     hoverinfo: "x+y"
7279     boxpoints: "outliers"
7280     whiskerwidth: 0
7281   layout:
7282     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7283     layout: "plot-throughput"
7284
7285 -
7286   type: "plot"
7287   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7288   algorithm: "plot_performance_box"
7289   output-file-type: ".html"
7290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7291   data: "plot-vpp-throughput-latency-3n-hsw"
7292   filter: "'NIC_Intel-X520-DA2' and
7293            '64B' and
7294            ('IP4BASE' or
7295             'POLICE_MARK' or
7296             'COPWHLIST' or
7297             ('NAT44' and 'BASE') or
7298             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7299            'NDRPDR' and
7300            '2T2C' and
7301            'IP4FWD' and
7302            not 'IPSEC' and
7303            not 'VHOST'"
7304   parameters:
7305   - "throughput"
7306   - "parent"
7307   - "tags"
7308   sort:
7309   - "IP4BASE"
7310   - "NAT44"
7311   - "POLICE_MARK"
7312   - "COPWHLIST"
7313   - "IACL"
7314   - "OACL"
7315   traces:
7316     hoverinfo: "x+y"
7317     boxpoints: "outliers"
7318     whiskerwidth: 0
7319   layout:
7320     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7321     layout: "plot-throughput"
7322
7323 -
7324   type: "plot"
7325   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7326   algorithm: "plot_performance_box"
7327   output-file-type: ".html"
7328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7329   data: "plot-vpp-throughput-latency-3n-hsw"
7330   filter: "'NIC_Intel-X520-DA2' and
7331            '64B' and
7332            ('IP4BASE' or
7333             'POLICE_MARK' or
7334             'COPWHLIST' or
7335             ('NAT44' and 'BASE') or
7336             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7337            'NDRPDR' and
7338            '2T2C' and
7339            'IP4FWD' and
7340            not 'IPSEC' and
7341            not 'VHOST'"
7342   parameters:
7343   - "throughput"
7344   - "parent"
7345   - "tags"
7346   sort:
7347   - "IP4BASE"
7348   - "NAT44"
7349   - "POLICE_MARK"
7350   - "COPWHLIST"
7351   - "IACL"
7352   - "OACL"
7353   traces:
7354     hoverinfo: "x+y"
7355     boxpoints: "outliers"
7356     whiskerwidth: 0
7357   layout:
7358     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7359     layout: "plot-throughput"
7360
7361 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7362 -
7363   type: "plot"
7364   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7365   algorithm: "plot_performance_box"
7366   output-file-type: ".html"
7367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7368   data: "plot-vpp-throughput-latency-3n-hsw"
7369   filter: "'NIC_Intel-X520-DA2' and
7370            '64B' and
7371            'NDRPDR' and
7372            '1T1C' and
7373            'IP4FWD' and
7374            'NAT44' and
7375            not 'IPSEC' and
7376            not 'VHOST'"
7377   parameters:
7378   - "throughput"
7379   - "parent"
7380   - "tags"
7381   sort:
7382   - "BASE"
7383   - "BASE"
7384   - "SRC_USER_10"
7385   - "SRC_USER_100"
7386   - "SRC_USER_1000"
7387   - "SRC_USER_2000"
7388   traces:
7389     hoverinfo: "x+y"
7390     boxpoints: "outliers"
7391     whiskerwidth: 0
7392   layout:
7393     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7394     layout: "plot-throughput"
7395
7396 -
7397   type: "plot"
7398   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7399   algorithm: "plot_performance_box"
7400   output-file-type: ".html"
7401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7402   data: "plot-vpp-throughput-latency-3n-hsw"
7403   filter: "'NIC_Intel-X520-DA2' and
7404            '64B' and
7405            'NDRPDR' and
7406            '1T1C' and
7407            'IP4FWD' and
7408            'NAT44' and
7409            not 'IPSEC' and
7410            not 'VHOST'"
7411   parameters:
7412   - "throughput"
7413   - "parent"
7414   - "tags"
7415   sort:
7416   - "BASE"
7417   - "BASE"
7418   - "SRC_USER_10"
7419   - "SRC_USER_100"
7420   - "SRC_USER_1000"
7421   - "SRC_USER_2000"
7422   traces:
7423     hoverinfo: "x+y"
7424     boxpoints: "outliers"
7425     whiskerwidth: 0
7426   layout:
7427     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7428     layout: "plot-throughput"
7429
7430 -
7431   type: "plot"
7432   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7433   algorithm: "plot_performance_box"
7434   output-file-type: ".html"
7435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7436   data: "plot-vpp-throughput-latency-3n-hsw"
7437   filter: "'NIC_Intel-X520-DA2' and
7438            '64B' and
7439            'NDRPDR' and
7440            '2T2C' and
7441            'IP4FWD' and
7442            'NAT44' and
7443            not 'IPSEC' and
7444            not 'VHOST'"
7445   parameters:
7446   - "throughput"
7447   - "parent"
7448   - "tags"
7449   sort:
7450   - "BASE"
7451   - "BASE"
7452   - "SRC_USER_10"
7453   - "SRC_USER_100"
7454   - "SRC_USER_1000"
7455   - "SRC_USER_2000"
7456   traces:
7457     hoverinfo: "x+y"
7458     boxpoints: "outliers"
7459     whiskerwidth: 0
7460   layout:
7461     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7462     layout: "plot-throughput"
7463
7464 -
7465   type: "plot"
7466   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7467   algorithm: "plot_performance_box"
7468   output-file-type: ".html"
7469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7470   data: "plot-vpp-throughput-latency-3n-hsw"
7471   filter: "'NIC_Intel-X520-DA2' and
7472            '64B' and
7473            'NDRPDR' and
7474            '2T2C' and
7475            'IP4FWD' and
7476            'NAT44' and
7477            not 'IPSEC' and
7478            not 'VHOST'"
7479   parameters:
7480   - "throughput"
7481   - "parent"
7482   - "tags"
7483   sort:
7484   - "BASE"
7485   - "BASE"
7486   - "SRC_USER_10"
7487   - "SRC_USER_100"
7488   - "SRC_USER_1000"
7489   - "SRC_USER_2000"
7490   traces:
7491     hoverinfo: "x+y"
7492     boxpoints: "outliers"
7493     whiskerwidth: 0
7494   layout:
7495     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7496     layout: "plot-throughput"
7497
7498 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
7499 -
7500   type: "plot"
7501   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7502   algorithm: "plot_performance_box"
7503   output-file-type: ".html"
7504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7505   data: "plot-vpp-throughput-latency-3n-hsw"
7506   filter: "'NIC_Intel-X520-DA2' and
7507            '64B' and
7508            'NDRPDR' and
7509            '1T1C' and
7510            'IP4FWD' and
7511            'IACL' and
7512            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7513            not 'IPSEC' and
7514            not 'VHOST'"
7515   parameters:
7516   - "throughput"
7517   - "parent"
7518   - "tags"
7519   sort:
7520   - "ACL_STATELESS"
7521   - "ACL_STATEFUL"
7522   - "ACL_STATELESS"
7523   - "ACL_STATEFUL"
7524   traces:
7525     hoverinfo: "x+y"
7526     boxpoints: "outliers"
7527     whiskerwidth: 0
7528   layout:
7529     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7530     layout: "plot-throughput"
7531
7532 -
7533   type: "plot"
7534   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7535   algorithm: "plot_performance_box"
7536   output-file-type: ".html"
7537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7538   data: "plot-vpp-throughput-latency-3n-hsw"
7539   filter: "'NIC_Intel-X520-DA2' and
7540            '64B' and
7541            'NDRPDR' and
7542            '1T1C' and
7543            'IP4FWD' and
7544            'IACL' and
7545            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7546            not 'IPSEC' and
7547            not 'VHOST'"
7548   parameters:
7549   - "throughput"
7550   - "parent"
7551   - "tags"
7552   sort:
7553   - "ACL_STATELESS"
7554   - "ACL_STATEFUL"
7555   - "ACL_STATELESS"
7556   - "ACL_STATEFUL"
7557   traces:
7558     hoverinfo: "x+y"
7559     boxpoints: "outliers"
7560     whiskerwidth: 0
7561   layout:
7562     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7563     layout: "plot-throughput"
7564
7565 -
7566   type: "plot"
7567   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7568   algorithm: "plot_performance_box"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7571   data: "plot-vpp-throughput-latency-3n-hsw"
7572   filter: "'NIC_Intel-X520-DA2' and
7573            '64B' and
7574            'NDRPDR' and
7575            '2T2C' and
7576            'IP4FWD' and
7577            'IACL' and
7578            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7579            not 'IPSEC' and
7580            not 'VHOST'"
7581   parameters:
7582   - "throughput"
7583   - "parent"
7584   - "tags"
7585   sort:
7586   - "ACL_STATELESS"
7587   - "ACL_STATEFUL"
7588   - "ACL_STATELESS"
7589   - "ACL_STATEFUL"
7590   traces:
7591     hoverinfo: "x+y"
7592     boxpoints: "outliers"
7593     whiskerwidth: 0
7594   layout:
7595     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7596     layout: "plot-throughput"
7597
7598 -
7599   type: "plot"
7600   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7601   algorithm: "plot_performance_box"
7602   output-file-type: ".html"
7603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7604   data: "plot-vpp-throughput-latency-3n-hsw"
7605   filter: "'NIC_Intel-X520-DA2' and
7606            '64B' and
7607            'NDRPDR' and
7608            '2T2C' and
7609            'IP4FWD' and
7610            'IACL' and
7611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7612            not 'IPSEC' and
7613            not 'VHOST'"
7614   parameters:
7615   - "throughput"
7616   - "parent"
7617   - "tags"
7618   sort:
7619   - "ACL_STATELESS"
7620   - "ACL_STATEFUL"
7621   - "ACL_STATELESS"
7622   - "ACL_STATEFUL"
7623   traces:
7624     hoverinfo: "x+y"
7625     boxpoints: "outliers"
7626     whiskerwidth: 0
7627   layout:
7628     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7629     layout: "plot-throughput"
7630
7631 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
7632 -
7633   type: "plot"
7634   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7635   algorithm: "plot_performance_box"
7636   output-file-type: ".html"
7637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7638   data: "plot-vpp-throughput-latency-3n-hsw"
7639   filter: "'NIC_Intel-X520-DA2' and
7640            '64B' and
7641            'NDRPDR' and
7642            '1T1C' and
7643            'IP4FWD' and
7644            'OACL' and
7645            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7646            not 'IPSEC' and
7647            not 'VHOST'"
7648   parameters:
7649   - "throughput"
7650   - "parent"
7651   - "tags"
7652   sort:
7653   - "ACL_STATELESS"
7654   - "ACL_STATEFUL"
7655   - "ACL_STATELESS"
7656   - "ACL_STATEFUL"
7657   traces:
7658     hoverinfo: "x+y"
7659     boxpoints: "outliers"
7660     whiskerwidth: 0
7661   layout:
7662     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7663     layout: "plot-throughput"
7664
7665 -
7666   type: "plot"
7667   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7668   algorithm: "plot_performance_box"
7669   output-file-type: ".html"
7670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7671   data: "plot-vpp-throughput-latency-3n-hsw"
7672   filter: "'NIC_Intel-X520-DA2' and
7673            '64B' and
7674            'NDRPDR' and
7675            '1T1C' and
7676            'IP4FWD' and
7677            'OACL' and
7678            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7679            not 'IPSEC' and
7680            not 'VHOST'"
7681   parameters:
7682   - "throughput"
7683   - "parent"
7684   - "tags"
7685   sort:
7686   - "ACL_STATELESS"
7687   - "ACL_STATEFUL"
7688   - "ACL_STATELESS"
7689   - "ACL_STATEFUL"
7690   traces:
7691     hoverinfo: "x+y"
7692     boxpoints: "outliers"
7693     whiskerwidth: 0
7694   layout:
7695     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7696     layout: "plot-throughput"
7697
7698 -
7699   type: "plot"
7700   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7701   algorithm: "plot_performance_box"
7702   output-file-type: ".html"
7703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7704   data: "plot-vpp-throughput-latency-3n-hsw"
7705   filter: "'NIC_Intel-X520-DA2' and
7706            '64B' and
7707            'NDRPDR' and
7708            '2T2C' and
7709            'IP4FWD' and
7710            'OACL' and
7711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7712            not 'IPSEC' and
7713            not 'VHOST'"
7714   parameters:
7715   - "throughput"
7716   - "parent"
7717   - "tags"
7718   sort:
7719   - "ACL_STATELESS"
7720   - "ACL_STATEFUL"
7721   - "ACL_STATELESS"
7722   - "ACL_STATEFUL"
7723   traces:
7724     hoverinfo: "x+y"
7725     boxpoints: "outliers"
7726     whiskerwidth: 0
7727   layout:
7728     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7729     layout: "plot-throughput"
7730
7731 -
7732   type: "plot"
7733   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7734   algorithm: "plot_performance_box"
7735   output-file-type: ".html"
7736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7737   data: "plot-vpp-throughput-latency-3n-hsw"
7738   filter: "'NIC_Intel-X520-DA2' and
7739            '64B' and
7740            'NDRPDR' and
7741            '2T2C' and
7742            'IP4FWD' and
7743            'OACL' and
7744            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7745            not 'IPSEC' and
7746            not 'VHOST'"
7747   parameters:
7748   - "throughput"
7749   - "parent"
7750   - "tags"
7751   sort:
7752   - "ACL_STATELESS"
7753   - "ACL_STATEFUL"
7754   - "ACL_STATELESS"
7755   - "ACL_STATEFUL"
7756   traces:
7757     hoverinfo: "x+y"
7758     boxpoints: "outliers"
7759     whiskerwidth: 0
7760   layout:
7761     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7762     layout: "plot-throughput"
7763
7764 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
7765 -
7766   type: "plot"
7767   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7768   algorithm: "plot_performance_box"
7769   output-file-type: ".html"
7770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7771   data: "plot-vpp-throughput-latency-3n-hsw"
7772   filter: "'NIC_Intel-X710' and
7773            '64B' and
7774            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7775            'NDRPDR' and
7776            '1T1C' and
7777            'IP4FWD' and
7778            not 'IPSEC' and
7779            not 'VHOST'"
7780   parameters:
7781   - "throughput"
7782   - "parent"
7783   - "tags"
7784   sort:
7785   - "IP4BASE"
7786   - "FIB_20K"
7787   - "FIB_200K"
7788   - "FIB_2M"
7789   traces:
7790     hoverinfo: "x+y"
7791     boxpoints: "outliers"
7792     whiskerwidth: 0
7793   layout:
7794     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7795     layout: "plot-throughput"
7796
7797 -
7798   type: "plot"
7799   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7800   algorithm: "plot_performance_box"
7801   output-file-type: ".html"
7802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7803   data: "plot-vpp-throughput-latency-3n-hsw"
7804   filter: "'NIC_Intel-X710' and
7805            '64B' and
7806            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7807            'NDRPDR' and
7808            '1T1C' and
7809            'IP4FWD' and
7810            not 'IPSEC' and
7811            not 'VHOST'"
7812   parameters:
7813   - "throughput"
7814   - "parent"
7815   - "tags"
7816   sort:
7817   - "IP4BASE"
7818   - "FIB_20K"
7819   - "FIB_200K"
7820   - "FIB_2M"
7821   traces:
7822     hoverinfo: "x+y"
7823     boxpoints: "outliers"
7824     whiskerwidth: 0
7825   layout:
7826     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7827     layout: "plot-throughput"
7828
7829 -
7830   type: "plot"
7831   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7832   algorithm: "plot_performance_box"
7833   output-file-type: ".html"
7834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7835   data: "plot-vpp-throughput-latency-3n-hsw"
7836   filter: "'NIC_Intel-X710' and
7837            '64B' and
7838            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7839            'NDRPDR' and
7840            '2T2C' and
7841            'IP4FWD' and
7842            not 'IPSEC' and
7843            not 'VHOST'"
7844   parameters:
7845   - "throughput"
7846   - "parent"
7847   - "tags"
7848   sort:
7849   - "IP4BASE"
7850   - "FIB_20K"
7851   - "FIB_200K"
7852   - "FIB_2M"
7853   traces:
7854     hoverinfo: "x+y"
7855     boxpoints: "outliers"
7856     whiskerwidth: 0
7857   layout:
7858     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7859     layout: "plot-throughput"
7860
7861 -
7862   type: "plot"
7863   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7864   algorithm: "plot_performance_box"
7865   output-file-type: ".html"
7866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7867   data: "plot-vpp-throughput-latency-3n-hsw"
7868   filter: "'NIC_Intel-X710' and
7869            '64B' and
7870            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7871            'NDRPDR' and
7872            '2T2C' and
7873            'IP4FWD' and
7874            not 'IPSEC' and
7875            not 'VHOST'"
7876   parameters:
7877   - "throughput"
7878   - "parent"
7879   - "tags"
7880   sort:
7881   - "IP4BASE"
7882   - "FIB_20K"
7883   - "FIB_200K"
7884   - "FIB_2M"
7885   traces:
7886     hoverinfo: "x+y"
7887     boxpoints: "outliers"
7888     whiskerwidth: 0
7889   layout:
7890     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7891     layout: "plot-throughput"
7892
7893 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
7894 -
7895   type: "plot"
7896   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7897   algorithm: "plot_performance_box"
7898   output-file-type: ".html"
7899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7900   data: "plot-vpp-throughput-latency-3n-hsw"
7901   filter: "'NIC_Intel-X710' and
7902            '64B' and
7903            ('IP4BASE' or
7904             'POLICE_MARK' or
7905             'COPWHLIST' or
7906             ('NAT44' and 'BASE') or
7907             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7908            'NDRPDR' and
7909            '1T1C' and
7910            'IP4FWD' and
7911            not 'IPSEC' and
7912            not 'VHOST'"
7913   parameters:
7914   - "throughput"
7915   - "parent"
7916   - "tags"
7917   sort:
7918   - "IP4BASE"
7919   - "NAT44"
7920   - "POLICE_MARK"
7921   - "COPWHLIST"
7922   - "IACL"
7923   - "OACL"
7924   traces:
7925     hoverinfo: "x+y"
7926     boxpoints: "outliers"
7927     whiskerwidth: 0
7928   layout:
7929     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7930     layout: "plot-throughput"
7931
7932 -
7933   type: "plot"
7934   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7935   algorithm: "plot_performance_box"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7938   data: "plot-vpp-throughput-latency-3n-hsw"
7939   filter: "'NIC_Intel-X710' and
7940            '64B' and
7941            ('IP4BASE' or
7942             'POLICE_MARK' or
7943             'COPWHLIST' or
7944             ('NAT44' and 'BASE') or
7945             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7946            'NDRPDR' and
7947            '1T1C' and
7948            'IP4FWD' and
7949            not 'IPSEC' and
7950            not 'VHOST'"
7951   parameters:
7952   - "throughput"
7953   - "parent"
7954   - "tags"
7955   sort:
7956   - "IP4BASE"
7957   - "NAT44"
7958   - "POLICE_MARK"
7959   - "COPWHLIST"
7960   - "IACL"
7961   - "OACL"
7962   traces:
7963     hoverinfo: "x+y"
7964     boxpoints: "outliers"
7965     whiskerwidth: 0
7966   layout:
7967     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7968     layout: "plot-throughput"
7969
7970 -
7971   type: "plot"
7972   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7973   algorithm: "plot_performance_box"
7974   output-file-type: ".html"
7975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7976   data: "plot-vpp-throughput-latency-3n-hsw"
7977   filter: "'NIC_Intel-X710' and
7978            '64B' and
7979            ('IP4BASE' or
7980             'POLICE_MARK' or
7981             'COPWHLIST' or
7982             ('NAT44' and 'BASE') or
7983             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7984            'NDRPDR' and
7985            '2T2C' and
7986            'IP4FWD' and
7987            not 'IPSEC' and
7988            not 'VHOST'"
7989   parameters:
7990   - "throughput"
7991   - "parent"
7992   - "tags"
7993   sort:
7994   - "IP4BASE"
7995   - "NAT44"
7996   - "POLICE_MARK"
7997   - "COPWHLIST"
7998   - "IACL"
7999   - "OACL"
8000   traces:
8001     hoverinfo: "x+y"
8002     boxpoints: "outliers"
8003     whiskerwidth: 0
8004   layout:
8005     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8006     layout: "plot-throughput"
8007
8008 -
8009   type: "plot"
8010   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8011   algorithm: "plot_performance_box"
8012   output-file-type: ".html"
8013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8014   data: "plot-vpp-throughput-latency-3n-hsw"
8015   filter: "'NIC_Intel-X710' and
8016            '64B' and
8017            ('IP4BASE' or
8018             'POLICE_MARK' or
8019             'COPWHLIST' or
8020             ('NAT44' and 'BASE') or
8021             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8022            'NDRPDR' and
8023            '2T2C' and
8024            'IP4FWD' and
8025            not 'IPSEC' and
8026            not 'VHOST'"
8027   parameters:
8028   - "throughput"
8029   - "parent"
8030   - "tags"
8031   sort:
8032   - "IP4BASE"
8033   - "NAT44"
8034   - "POLICE_MARK"
8035   - "COPWHLIST"
8036   - "IACL"
8037   - "OACL"
8038   traces:
8039     hoverinfo: "x+y"
8040     boxpoints: "outliers"
8041     whiskerwidth: 0
8042   layout:
8043     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8044     layout: "plot-throughput"
8045
8046 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
8047 -
8048   type: "plot"
8049   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8050   algorithm: "plot_performance_box"
8051   output-file-type: ".html"
8052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8053   data: "plot-vpp-throughput-latency-3n-skx"
8054   filter: "'NIC_Intel-X710' and
8055            '64B' and
8056            'NDRPDR' and
8057            '2T1C' and
8058            'IP4FWD' and
8059            'NAT44' and
8060            not 'IPSEC' and
8061            not 'VHOST'"
8062   parameters:
8063   - "throughput"
8064   - "parent"
8065   - "tags"
8066   sort:
8067   - "BASE"
8068   - "BASE"
8069   - "SRC_USER_10"
8070   - "SRC_USER_100"
8071   - "SRC_USER_1000"
8072   - "SRC_USER_2000"
8073   traces:
8074     hoverinfo: "x+y"
8075     boxpoints: "outliers"
8076     whiskerwidth: 0
8077   layout:
8078     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8079     layout: "plot-throughput"
8080
8081 -
8082   type: "plot"
8083   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8084   algorithm: "plot_performance_box"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8087   data: "plot-vpp-throughput-latency-3n-skx"
8088   filter: "'NIC_Intel-X710' and
8089            '64B' and
8090            'NDRPDR' and
8091            '2T1C' and
8092            'IP4FWD' and
8093            'NAT44' and
8094            not 'IPSEC' and
8095            not 'VHOST'"
8096   parameters:
8097   - "throughput"
8098   - "parent"
8099   - "tags"
8100   sort:
8101   - "BASE"
8102   - "BASE"
8103   - "SRC_USER_10"
8104   - "SRC_USER_100"
8105   - "SRC_USER_1000"
8106   - "SRC_USER_2000"
8107   traces:
8108     hoverinfo: "x+y"
8109     boxpoints: "outliers"
8110     whiskerwidth: 0
8111   layout:
8112     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8113     layout: "plot-throughput"
8114
8115 -
8116   type: "plot"
8117   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8118   algorithm: "plot_performance_box"
8119   output-file-type: ".html"
8120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8121   data: "plot-vpp-throughput-latency-3n-skx"
8122   filter: "'NIC_Intel-X710' and
8123            '64B' and
8124            'NDRPDR' and
8125            '4T2C' and
8126            'IP4FWD' and
8127            'NAT44' and
8128            not 'IPSEC' and
8129            not 'VHOST'"
8130   parameters:
8131   - "throughput"
8132   - "parent"
8133   - "tags"
8134   sort:
8135   - "BASE"
8136   - "BASE"
8137   - "SRC_USER_10"
8138   - "SRC_USER_100"
8139   - "SRC_USER_1000"
8140   - "SRC_USER_2000"
8141   traces:
8142     hoverinfo: "x+y"
8143     boxpoints: "outliers"
8144     whiskerwidth: 0
8145   layout:
8146     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8147     layout: "plot-throughput"
8148
8149 -
8150   type: "plot"
8151   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8152   algorithm: "plot_performance_box"
8153   output-file-type: ".html"
8154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8155   data: "plot-vpp-throughput-latency-3n-skx"
8156   filter: "'NIC_Intel-X710' and
8157            '64B' and
8158            'NDRPDR' and
8159            '4T2C' and
8160            'IP4FWD' and
8161            'NAT44' and
8162            not 'IPSEC' and
8163            not 'VHOST'"
8164   parameters:
8165   - "throughput"
8166   - "parent"
8167   - "tags"
8168   sort:
8169   - "BASE"
8170   - "BASE"
8171   - "SRC_USER_10"
8172   - "SRC_USER_100"
8173   - "SRC_USER_1000"
8174   - "SRC_USER_2000"
8175   traces:
8176     hoverinfo: "x+y"
8177     boxpoints: "outliers"
8178     whiskerwidth: 0
8179   layout:
8180     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8181     layout: "plot-throughput"
8182
8183 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8184 -
8185   type: "plot"
8186   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8187   algorithm: "plot_performance_box"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8190   data: "plot-vpp-throughput-latency-3n-skx"
8191   filter: "'NIC_Intel-X710' and
8192            '64B' and
8193            'NDRPDR' and
8194            '2T1C' and
8195            'IP4FWD' and
8196            'IACL' and
8197            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8198            not 'IPSEC' and
8199            not 'VHOST'"
8200   parameters:
8201   - "throughput"
8202   - "parent"
8203   - "tags"
8204   sort:
8205   - "ACL_STATELESS"
8206   - "ACL_STATEFUL"
8207   - "ACL_STATELESS"
8208   - "ACL_STATEFUL"
8209   traces:
8210     hoverinfo: "x+y"
8211     boxpoints: "outliers"
8212     whiskerwidth: 0
8213   layout:
8214     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8215     layout: "plot-throughput"
8216
8217 -
8218   type: "plot"
8219   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8220   algorithm: "plot_performance_box"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8223   data: "plot-vpp-throughput-latency-3n-skx"
8224   filter: "'NIC_Intel-X710' and
8225            '64B' and
8226            'NDRPDR' and
8227            '2T1C' and
8228            'IP4FWD' and
8229            'IACL' and
8230            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8231            not 'IPSEC' and
8232            not 'VHOST'"
8233   parameters:
8234   - "throughput"
8235   - "parent"
8236   - "tags"
8237   sort:
8238   - "ACL_STATELESS"
8239   - "ACL_STATEFUL"
8240   - "ACL_STATELESS"
8241   - "ACL_STATEFUL"
8242   traces:
8243     hoverinfo: "x+y"
8244     boxpoints: "outliers"
8245     whiskerwidth: 0
8246   layout:
8247     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8248     layout: "plot-throughput"
8249
8250 -
8251   type: "plot"
8252   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8253   algorithm: "plot_performance_box"
8254   output-file-type: ".html"
8255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8256   data: "plot-vpp-throughput-latency-3n-skx"
8257   filter: "'NIC_Intel-X710' and
8258            '64B' and
8259            'NDRPDR' and
8260            '4T2C' and
8261            'IP4FWD' and
8262            'IACL' and
8263            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8264            not 'IPSEC' and
8265            not 'VHOST'"
8266   parameters:
8267   - "throughput"
8268   - "parent"
8269   - "tags"
8270   sort:
8271   - "ACL_STATELESS"
8272   - "ACL_STATEFUL"
8273   - "ACL_STATELESS"
8274   - "ACL_STATEFUL"
8275   traces:
8276     hoverinfo: "x+y"
8277     boxpoints: "outliers"
8278     whiskerwidth: 0
8279   layout:
8280     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8281     layout: "plot-throughput"
8282
8283 -
8284   type: "plot"
8285   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8286   algorithm: "plot_performance_box"
8287   output-file-type: ".html"
8288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8289   data: "plot-vpp-throughput-latency-3n-skx"
8290   filter: "'NIC_Intel-X710' and
8291            '64B' and
8292            'NDRPDR' and
8293            '4T2C' and
8294            'IP4FWD' and
8295            'IACL' and
8296            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8297            not 'IPSEC' and
8298            not 'VHOST'"
8299   parameters:
8300   - "throughput"
8301   - "parent"
8302   - "tags"
8303   sort:
8304   - "ACL_STATELESS"
8305   - "ACL_STATEFUL"
8306   - "ACL_STATELESS"
8307   - "ACL_STATEFUL"
8308   traces:
8309     hoverinfo: "x+y"
8310     boxpoints: "outliers"
8311     whiskerwidth: 0
8312   layout:
8313     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8314     layout: "plot-throughput"
8315
8316 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8317 -
8318   type: "plot"
8319   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8320   algorithm: "plot_performance_box"
8321   output-file-type: ".html"
8322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8323   data: "plot-vpp-throughput-latency-3n-skx"
8324   filter: "'NIC_Intel-X710' and
8325            '64B' and
8326            'NDRPDR' and
8327            '2T1C' and
8328            'IP4FWD' and
8329            'OACL' and
8330            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8331            not 'IPSEC' and
8332            not 'VHOST'"
8333   parameters:
8334   - "throughput"
8335   - "parent"
8336   - "tags"
8337   sort:
8338   - "ACL_STATELESS"
8339   - "ACL_STATEFUL"
8340   - "ACL_STATELESS"
8341   - "ACL_STATEFUL"
8342   traces:
8343     hoverinfo: "x+y"
8344     boxpoints: "outliers"
8345     whiskerwidth: 0
8346   layout:
8347     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8348     layout: "plot-throughput"
8349
8350 -
8351   type: "plot"
8352   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8353   algorithm: "plot_performance_box"
8354   output-file-type: ".html"
8355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8356   data: "plot-vpp-throughput-latency-3n-skx"
8357   filter: "'NIC_Intel-X710' and
8358            '64B' and
8359            'NDRPDR' and
8360            '2T1C' and
8361            'IP4FWD' and
8362            'OACL' and
8363            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8364            not 'IPSEC' and
8365            not 'VHOST'"
8366   parameters:
8367   - "throughput"
8368   - "parent"
8369   - "tags"
8370   sort:
8371   - "ACL_STATELESS"
8372   - "ACL_STATEFUL"
8373   - "ACL_STATELESS"
8374   - "ACL_STATEFUL"
8375   traces:
8376     hoverinfo: "x+y"
8377     boxpoints: "outliers"
8378     whiskerwidth: 0
8379   layout:
8380     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8381     layout: "plot-throughput"
8382
8383 -
8384   type: "plot"
8385   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8386   algorithm: "plot_performance_box"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8389   data: "plot-vpp-throughput-latency-3n-skx"
8390   filter: "'NIC_Intel-X710' and
8391            '64B' and
8392            'NDRPDR' and
8393            '4T2C' and
8394            'IP4FWD' and
8395            'OACL' and
8396            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8397            not 'IPSEC' and
8398            not 'VHOST'"
8399   parameters:
8400   - "throughput"
8401   - "parent"
8402   - "tags"
8403   sort:
8404   - "ACL_STATELESS"
8405   - "ACL_STATEFUL"
8406   - "ACL_STATELESS"
8407   - "ACL_STATEFUL"
8408   traces:
8409     hoverinfo: "x+y"
8410     boxpoints: "outliers"
8411     whiskerwidth: 0
8412   layout:
8413     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8414     layout: "plot-throughput"
8415
8416 -
8417   type: "plot"
8418   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8419   algorithm: "plot_performance_box"
8420   output-file-type: ".html"
8421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8422   data: "plot-vpp-throughput-latency-3n-skx"
8423   filter: "'NIC_Intel-X710' and
8424            '64B' and
8425            'NDRPDR' and
8426            '4T2C' and
8427            'IP4FWD' and
8428            'OACL' and
8429            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8430            not 'IPSEC' and
8431            not 'VHOST'"
8432   parameters:
8433   - "throughput"
8434   - "parent"
8435   - "tags"
8436   sort:
8437   - "ACL_STATELESS"
8438   - "ACL_STATEFUL"
8439   - "ACL_STATELESS"
8440   - "ACL_STATEFUL"
8441   traces:
8442     hoverinfo: "x+y"
8443     boxpoints: "outliers"
8444     whiskerwidth: 0
8445   layout:
8446     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8447     layout: "plot-throughput"
8448
8449 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8450 -
8451   type: "plot"
8452   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8453   algorithm: "plot_performance_box"
8454   output-file-type: ".html"
8455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8456   data: "plot-vpp-throughput-latency-3n-hsw"
8457   filter: "'NIC_Intel-XL710' and
8458            '64B' and
8459            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8460            'NDRPDR' and
8461            '1T1C' and
8462            'IP4FWD' and
8463            not 'IPSEC' and
8464            not 'VHOST'"
8465   parameters:
8466   - "throughput"
8467   - "parent"
8468   - "tags"
8469   sort:
8470   - "IP4BASE"
8471   - "FIB_20K"
8472   - "FIB_200K"
8473   - "FIB_2M"
8474   traces:
8475     hoverinfo: "x+y"
8476     boxpoints: "outliers"
8477     whiskerwidth: 0
8478   layout:
8479     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8480     layout: "plot-throughput"
8481
8482 -
8483   type: "plot"
8484   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8485   algorithm: "plot_performance_box"
8486   output-file-type: ".html"
8487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8488   data: "plot-vpp-throughput-latency-3n-hsw"
8489   filter: "'NIC_Intel-XL710' and
8490            '64B' and
8491            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8492            'NDRPDR' and
8493            '1T1C' and
8494            'IP4FWD' and
8495            not 'IPSEC' and
8496            not 'VHOST'"
8497   parameters:
8498   - "throughput"
8499   - "parent"
8500   - "tags"
8501   sort:
8502   - "IP4BASE"
8503   - "FIB_20K"
8504   - "FIB_200K"
8505   - "FIB_2M"
8506   traces:
8507     hoverinfo: "x+y"
8508     boxpoints: "outliers"
8509     whiskerwidth: 0
8510   layout:
8511     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8512     layout: "plot-throughput"
8513
8514 -
8515   type: "plot"
8516   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8517   algorithm: "plot_performance_box"
8518   output-file-type: ".html"
8519   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8520   data: "plot-vpp-throughput-latency-3n-hsw"
8521   filter: "'NIC_Intel-XL710' and
8522            '64B' and
8523            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8524            'NDRPDR' and
8525            '2T2C' and
8526            'IP4FWD' and
8527            not 'IPSEC' and
8528            not 'VHOST'"
8529   parameters:
8530   - "throughput"
8531   - "parent"
8532   - "tags"
8533   sort:
8534   - "IP4BASE"
8535   - "FIB_20K"
8536   - "FIB_200K"
8537   - "FIB_2M"
8538   traces:
8539     hoverinfo: "x+y"
8540     boxpoints: "outliers"
8541     whiskerwidth: 0
8542   layout:
8543     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8544     layout: "plot-throughput"
8545
8546 -
8547   type: "plot"
8548   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8549   algorithm: "plot_performance_box"
8550   output-file-type: ".html"
8551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8552   data: "plot-vpp-throughput-latency-3n-hsw"
8553   filter: "'NIC_Intel-XL710' and
8554            '64B' and
8555            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8556            'NDRPDR' and
8557            '2T2C' and
8558            'IP4FWD' and
8559            not 'IPSEC' and
8560            not 'VHOST'"
8561   parameters:
8562   - "throughput"
8563   - "parent"
8564   - "tags"
8565   sort:
8566   - "IP4BASE"
8567   - "FIB_20K"
8568   - "FIB_200K"
8569   - "FIB_2M"
8570   traces:
8571     hoverinfo: "x+y"
8572     boxpoints: "outliers"
8573     whiskerwidth: 0
8574   layout:
8575     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8576     layout: "plot-throughput"
8577
8578 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8585   data: "plot-vpp-throughput-latency-3n-skx"
8586   filter: "'NIC_Intel-X710' and
8587            '64B' and
8588            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8589            'NDRPDR' and
8590            '2T1C' and
8591            'IP4FWD' and
8592            not 'IPSEC' and
8593            not 'VHOST'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   - "tags"
8598   sort:
8599   - "IP4BASE"
8600   - "FIB_20K"
8601   - "FIB_200K"
8602   - "FIB_2M"
8603   traces:
8604     hoverinfo: "x+y"
8605     boxpoints: "outliers"
8606     whiskerwidth: 0
8607   layout:
8608     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8609     layout: "plot-throughput"
8610
8611 -
8612   type: "plot"
8613   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8614   algorithm: "plot_performance_box"
8615   output-file-type: ".html"
8616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8617   data: "plot-vpp-throughput-latency-3n-skx"
8618   filter: "'NIC_Intel-X710' and
8619            '64B' and
8620            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8621            'NDRPDR' and
8622            '2T1C' and
8623            'IP4FWD' and
8624            not 'IPSEC' and
8625            not 'VHOST'"
8626   parameters:
8627   - "throughput"
8628   - "parent"
8629   - "tags"
8630   sort:
8631   - "IP4BASE"
8632   - "FIB_20K"
8633   - "FIB_200K"
8634   - "FIB_2M"
8635   traces:
8636     hoverinfo: "x+y"
8637     boxpoints: "outliers"
8638     whiskerwidth: 0
8639   layout:
8640     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8641     layout: "plot-throughput"
8642
8643 -
8644   type: "plot"
8645   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8646   algorithm: "plot_performance_box"
8647   output-file-type: ".html"
8648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8649   data: "plot-vpp-throughput-latency-3n-skx"
8650   filter: "'NIC_Intel-X710' and
8651            '64B' and
8652            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8653            'NDRPDR' and
8654            '4T2C' and
8655            'IP4FWD' and
8656            not 'IPSEC' and
8657            not 'VHOST'"
8658   parameters:
8659   - "throughput"
8660   - "parent"
8661   - "tags"
8662   sort:
8663   - "IP4BASE"
8664   - "FIB_20K"
8665   - "FIB_200K"
8666   - "FIB_2M"
8667   traces:
8668     hoverinfo: "x+y"
8669     boxpoints: "outliers"
8670     whiskerwidth: 0
8671   layout:
8672     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8673     layout: "plot-throughput"
8674
8675 -
8676   type: "plot"
8677   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8678   algorithm: "plot_performance_box"
8679   output-file-type: ".html"
8680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8681   data: "plot-vpp-throughput-latency-3n-skx"
8682   filter: "'NIC_Intel-X710' and
8683            '64B' and
8684            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8685            'NDRPDR' and
8686            '4T2C' and
8687            'IP4FWD' and
8688            not 'IPSEC' and
8689            not 'VHOST'"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   - "tags"
8694   sort:
8695   - "IP4BASE"
8696   - "FIB_20K"
8697   - "FIB_200K"
8698   - "FIB_2M"
8699   traces:
8700     hoverinfo: "x+y"
8701     boxpoints: "outliers"
8702     whiskerwidth: 0
8703   layout:
8704     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8705     layout: "plot-throughput"
8706
8707 # Packet Throughput - VPP IPv4 3n-skx-x710 features
8708 -
8709   type: "plot"
8710   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
8711   algorithm: "plot_performance_box"
8712   output-file-type: ".html"
8713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
8714   data: "plot-vpp-throughput-latency-3n-skx"
8715   filter: "'NIC_Intel-X710' and
8716            '64B' and
8717            ('IP4BASE' or
8718             'POLICE_MARK' or
8719             'COPWHLIST' or
8720             ('NAT44' and 'BASE') or
8721             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8722            'NDRPDR' and
8723            '2T1C' and
8724            'IP4FWD' and
8725            not 'IPSEC' and
8726            not 'VHOST'"
8727   parameters:
8728   - "throughput"
8729   - "parent"
8730   - "tags"
8731   sort:
8732   - "IP4BASE"
8733   - "NAT44"
8734   - "POLICE_MARK"
8735   - "COPWHLIST"
8736   - "IACL"
8737   - "OACL"
8738   traces:
8739     hoverinfo: "x+y"
8740     boxpoints: "outliers"
8741     whiskerwidth: 0
8742   layout:
8743     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
8744     layout: "plot-throughput"
8745
8746 -
8747   type: "plot"
8748   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
8749   algorithm: "plot_performance_box"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
8752   data: "plot-vpp-throughput-latency-3n-skx"
8753   filter: "'NIC_Intel-X710' and
8754            '64B' and
8755            ('IP4BASE' or
8756             'POLICE_MARK' or
8757             'COPWHLIST' or
8758             ('NAT44' and 'BASE') or
8759             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8760            'NDRPDR' and
8761            '2T1C' and
8762            'IP4FWD' and
8763            not 'IPSEC' and
8764            not 'VHOST'"
8765   parameters:
8766   - "throughput"
8767   - "parent"
8768   - "tags"
8769   sort:
8770   - "IP4BASE"
8771   - "NAT44"
8772   - "POLICE_MARK"
8773   - "COPWHLIST"
8774   - "IACL"
8775   - "OACL"
8776   traces:
8777     hoverinfo: "x+y"
8778     boxpoints: "outliers"
8779     whiskerwidth: 0
8780   layout:
8781     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
8782     layout: "plot-throughput"
8783
8784 -
8785   type: "plot"
8786   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
8787   algorithm: "plot_performance_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
8790   data: "plot-vpp-throughput-latency-3n-skx"
8791   filter: "'NIC_Intel-X710' and
8792            '64B' and
8793            ('IP4BASE' or
8794             'POLICE_MARK' or
8795             'COPWHLIST' or
8796             ('NAT44' and 'BASE') or
8797             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8798            'NDRPDR' and
8799            '4T2C' and
8800            'IP4FWD' and
8801            not 'IPSEC' and
8802            not 'VHOST'"
8803   parameters:
8804   - "throughput"
8805   - "parent"
8806   - "tags"
8807   sort:
8808   - "IP4BASE"
8809   - "NAT44"
8810   - "POLICE_MARK"
8811   - "COPWHLIST"
8812   - "IACL"
8813   - "OACL"
8814   traces:
8815     hoverinfo: "x+y"
8816     boxpoints: "outliers"
8817     whiskerwidth: 0
8818   layout:
8819     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
8820     layout: "plot-throughput"
8821
8822 -
8823   type: "plot"
8824   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
8825   algorithm: "plot_performance_box"
8826   output-file-type: ".html"
8827   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
8828   data: "plot-vpp-throughput-latency-3n-skx"
8829   filter: "'NIC_Intel-X710' and
8830            '64B' and
8831            ('IP4BASE' or
8832             'POLICE_MARK' or
8833             'COPWHLIST' or
8834             ('NAT44' and 'BASE') or
8835             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8836            'NDRPDR' and
8837            '4T2C' and
8838            'IP4FWD' and
8839            not 'IPSEC' and
8840            not 'VHOST'"
8841   parameters:
8842   - "throughput"
8843   - "parent"
8844   - "tags"
8845   sort:
8846   - "IP4BASE"
8847   - "NAT44"
8848   - "POLICE_MARK"
8849   - "COPWHLIST"
8850   - "IACL"
8851   - "OACL"
8852   traces:
8853     hoverinfo: "x+y"
8854     boxpoints: "outliers"
8855     whiskerwidth: 0
8856   layout:
8857     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
8858     layout: "plot-throughput"
8859
8860 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
8861 -
8862   type: "plot"
8863   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8864   algorithm: "plot_performance_box"
8865   output-file-type: ".html"
8866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8867   data: "plot-vpp-throughput-latency-3n-hsw"
8868   filter: "'NIC_Intel-X710' and
8869            '64B' and
8870            'NDRPDR' and
8871            '1T1C' and
8872            'IP4FWD' and
8873            'NAT44' and
8874            not 'IPSEC' and
8875            not 'VHOST'"
8876   parameters:
8877   - "throughput"
8878   - "parent"
8879   - "tags"
8880   sort:
8881   - "BASE"
8882   - "BASE"
8883   - "SRC_USER_10"
8884   - "SRC_USER_100"
8885   - "SRC_USER_1000"
8886   - "SRC_USER_2000"
8887   traces:
8888     hoverinfo: "x+y"
8889     boxpoints: "outliers"
8890     whiskerwidth: 0
8891   layout:
8892     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8893     layout: "plot-throughput"
8894
8895 -
8896   type: "plot"
8897   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8898   algorithm: "plot_performance_box"
8899   output-file-type: ".html"
8900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8901   data: "plot-vpp-throughput-latency-3n-hsw"
8902   filter: "'NIC_Intel-X710' and
8903            '64B' and
8904            'NDRPDR' and
8905            '1T1C' and
8906            'IP4FWD' and
8907            'NAT44' and
8908            not 'IPSEC' and
8909            not 'VHOST'"
8910   parameters:
8911   - "throughput"
8912   - "parent"
8913   - "tags"
8914   sort:
8915   - "BASE"
8916   - "BASE"
8917   - "SRC_USER_10"
8918   - "SRC_USER_100"
8919   - "SRC_USER_1000"
8920   - "SRC_USER_2000"
8921   traces:
8922     hoverinfo: "x+y"
8923     boxpoints: "outliers"
8924     whiskerwidth: 0
8925   layout:
8926     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8927     layout: "plot-throughput"
8928
8929 -
8930   type: "plot"
8931   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8932   algorithm: "plot_performance_box"
8933   output-file-type: ".html"
8934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8935   data: "plot-vpp-throughput-latency-3n-hsw"
8936   filter: "'NIC_Intel-X710' and
8937            '64B' and
8938            'NDRPDR' and
8939            '2T2C' and
8940            'IP4FWD' and
8941            'NAT44' and
8942            not 'IPSEC' and
8943            not 'VHOST'"
8944   parameters:
8945   - "throughput"
8946   - "parent"
8947   - "tags"
8948   sort:
8949   - "BASE"
8950   - "BASE"
8951   - "SRC_USER_10"
8952   - "SRC_USER_100"
8953   - "SRC_USER_1000"
8954   - "SRC_USER_2000"
8955   traces:
8956     hoverinfo: "x+y"
8957     boxpoints: "outliers"
8958     whiskerwidth: 0
8959   layout:
8960     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8961     layout: "plot-throughput"
8962
8963 -
8964   type: "plot"
8965   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8966   algorithm: "plot_performance_box"
8967   output-file-type: ".html"
8968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8969   data: "plot-vpp-throughput-latency-3n-hsw"
8970   filter: "'NIC_Intel-X710' and
8971            '64B' and
8972            'NDRPDR' and
8973            '2T2C' and
8974            'IP4FWD' and
8975            'NAT44' and
8976            not 'IPSEC' and
8977            not 'VHOST'"
8978   parameters:
8979   - "throughput"
8980   - "parent"
8981   - "tags"
8982   sort:
8983   - "BASE"
8984   - "BASE"
8985   - "SRC_USER_10"
8986   - "SRC_USER_100"
8987   - "SRC_USER_1000"
8988   - "SRC_USER_2000"
8989   traces:
8990     hoverinfo: "x+y"
8991     boxpoints: "outliers"
8992     whiskerwidth: 0
8993   layout:
8994     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8995     layout: "plot-throughput"
8996
8997 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
8998 -
8999   type: "plot"
9000   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9001   algorithm: "plot_performance_box"
9002   output-file-type: ".html"
9003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9004   data: "plot-vpp-throughput-latency-3n-hsw"
9005   filter: "'NIC_Intel-X710' and
9006            '64B' and
9007            'NDRPDR' and
9008            '1T1C' and
9009            'IP4FWD' and
9010            'IACL' and
9011            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9012            not 'IPSEC' and
9013            not 'VHOST'"
9014   parameters:
9015   - "throughput"
9016   - "parent"
9017   - "tags"
9018   sort:
9019   - "ACL_STATELESS"
9020   - "ACL_STATEFUL"
9021   - "ACL_STATELESS"
9022   - "ACL_STATEFUL"
9023   traces:
9024     hoverinfo: "x+y"
9025     boxpoints: "outliers"
9026     whiskerwidth: 0
9027   layout:
9028     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9029     layout: "plot-throughput"
9030
9031 -
9032   type: "plot"
9033   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9034   algorithm: "plot_performance_box"
9035   output-file-type: ".html"
9036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9037   data: "plot-vpp-throughput-latency-3n-hsw"
9038   filter: "'NIC_Intel-X710' and
9039            '64B' and
9040            'NDRPDR' and
9041            '1T1C' and
9042            'IP4FWD' and
9043            'IACL' and
9044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9045            not 'IPSEC' and
9046            not 'VHOST'"
9047   parameters:
9048   - "throughput"
9049   - "parent"
9050   - "tags"
9051   sort:
9052   - "ACL_STATELESS"
9053   - "ACL_STATEFUL"
9054   - "ACL_STATELESS"
9055   - "ACL_STATEFUL"
9056   traces:
9057     hoverinfo: "x+y"
9058     boxpoints: "outliers"
9059     whiskerwidth: 0
9060   layout:
9061     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9062     layout: "plot-throughput"
9063
9064 -
9065   type: "plot"
9066   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9067   algorithm: "plot_performance_box"
9068   output-file-type: ".html"
9069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9070   data: "plot-vpp-throughput-latency-3n-hsw"
9071   filter: "'NIC_Intel-X710' and
9072            '64B' and
9073            'NDRPDR' and
9074            '2T2C' and
9075            'IP4FWD' and
9076            'IACL' and
9077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9078            not 'IPSEC' and
9079            not 'VHOST'"
9080   parameters:
9081   - "throughput"
9082   - "parent"
9083   - "tags"
9084   sort:
9085   - "ACL_STATELESS"
9086   - "ACL_STATEFUL"
9087   - "ACL_STATELESS"
9088   - "ACL_STATEFUL"
9089   traces:
9090     hoverinfo: "x+y"
9091     boxpoints: "outliers"
9092     whiskerwidth: 0
9093   layout:
9094     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9095     layout: "plot-throughput"
9096
9097 -
9098   type: "plot"
9099   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9100   algorithm: "plot_performance_box"
9101   output-file-type: ".html"
9102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9103   data: "plot-vpp-throughput-latency-3n-hsw"
9104   filter: "'NIC_Intel-X710' and
9105            '64B' and
9106            'NDRPDR' and
9107            '2T2C' and
9108            'IP4FWD' and
9109            'IACL' and
9110            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9111            not 'IPSEC' and
9112            not 'VHOST'"
9113   parameters:
9114   - "throughput"
9115   - "parent"
9116   - "tags"
9117   sort:
9118   - "ACL_STATELESS"
9119   - "ACL_STATEFUL"
9120   - "ACL_STATELESS"
9121   - "ACL_STATEFUL"
9122   traces:
9123     hoverinfo: "x+y"
9124     boxpoints: "outliers"
9125     whiskerwidth: 0
9126   layout:
9127     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9128     layout: "plot-throughput"
9129
9130 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9131 -
9132   type: "plot"
9133   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9134   algorithm: "plot_performance_box"
9135   output-file-type: ".html"
9136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9137   data: "plot-vpp-throughput-latency-3n-hsw"
9138   filter: "'NIC_Intel-X710' and
9139            '64B' and
9140            'NDRPDR' and
9141            '1T1C' and
9142            'IP4FWD' and
9143            'OACL' and
9144            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9145            not 'IPSEC' and
9146            not 'VHOST'"
9147   parameters:
9148   - "throughput"
9149   - "parent"
9150   - "tags"
9151   sort:
9152   - "ACL_STATELESS"
9153   - "ACL_STATEFUL"
9154   - "ACL_STATELESS"
9155   - "ACL_STATEFUL"
9156   traces:
9157     hoverinfo: "x+y"
9158     boxpoints: "outliers"
9159     whiskerwidth: 0
9160   layout:
9161     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9162     layout: "plot-throughput"
9163
9164 -
9165   type: "plot"
9166   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9167   algorithm: "plot_performance_box"
9168   output-file-type: ".html"
9169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9170   data: "plot-vpp-throughput-latency-3n-hsw"
9171   filter: "'NIC_Intel-X710' and
9172            '64B' and
9173            'NDRPDR' and
9174            '1T1C' and
9175            'IP4FWD' and
9176            'OACL' and
9177            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9178            not 'IPSEC' and
9179            not 'VHOST'"
9180   parameters:
9181   - "throughput"
9182   - "parent"
9183   - "tags"
9184   sort:
9185   - "ACL_STATELESS"
9186   - "ACL_STATEFUL"
9187   - "ACL_STATELESS"
9188   - "ACL_STATEFUL"
9189   traces:
9190     hoverinfo: "x+y"
9191     boxpoints: "outliers"
9192     whiskerwidth: 0
9193   layout:
9194     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9195     layout: "plot-throughput"
9196
9197 -
9198   type: "plot"
9199   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9200   algorithm: "plot_performance_box"
9201   output-file-type: ".html"
9202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9203   data: "plot-vpp-throughput-latency-3n-hsw"
9204   filter: "'NIC_Intel-X710' and
9205            '64B' and
9206            'NDRPDR' and
9207            '2T2C' and
9208            'IP4FWD' and
9209            'OACL' and
9210            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9211            not 'IPSEC' and
9212            not 'VHOST'"
9213   parameters:
9214   - "throughput"
9215   - "parent"
9216   - "tags"
9217   sort:
9218   - "ACL_STATELESS"
9219   - "ACL_STATEFUL"
9220   - "ACL_STATELESS"
9221   - "ACL_STATEFUL"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9228     layout: "plot-throughput"
9229
9230 -
9231   type: "plot"
9232   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9233   algorithm: "plot_performance_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9236   data: "plot-vpp-throughput-latency-3n-hsw"
9237   filter: "'NIC_Intel-X710' and
9238            '64B' and
9239            'NDRPDR' and
9240            '2T2C' and
9241            'IP4FWD' and
9242            'OACL' and
9243            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9244            not 'IPSEC' and
9245            not 'VHOST'"
9246   parameters:
9247   - "throughput"
9248   - "parent"
9249   - "tags"
9250   sort:
9251   - "ACL_STATELESS"
9252   - "ACL_STATEFUL"
9253   - "ACL_STATELESS"
9254   - "ACL_STATEFUL"
9255   traces:
9256     hoverinfo: "x+y"
9257     boxpoints: "outliers"
9258     whiskerwidth: 0
9259   layout:
9260     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9261     layout: "plot-throughput"
9262
9263 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9264 -
9265   type: "plot"
9266   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9267   algorithm: "plot_performance_box"
9268   output-file-type: ".html"
9269   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9270   data: "plot-vpp-throughput-latency-2n-skx"
9271   filter: "'NIC_Intel-X710' and
9272            '64B' and
9273            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9274            'NDRPDR' and
9275            '2T1C' and
9276            'IP4FWD' and
9277            not 'IPSEC' and
9278            not 'VHOST'"
9279   parameters:
9280   - "throughput"
9281   - "parent"
9282   - "tags"
9283   sort:
9284   - "IP4BASE"
9285   - "FIB_20K"
9286   - "FIB_200K"
9287   - "FIB_2M"
9288   traces:
9289     hoverinfo: "x+y"
9290     boxpoints: "outliers"
9291     whiskerwidth: 0
9292   layout:
9293     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9294     layout: "plot-throughput"
9295
9296 -
9297   type: "plot"
9298   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9299   algorithm: "plot_performance_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9302   data: "plot-vpp-throughput-latency-2n-skx"
9303   filter: "'NIC_Intel-X710' and
9304            '64B' and
9305            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9306            'NDRPDR' and
9307            '2T1C' and
9308            'IP4FWD' and
9309            not 'IPSEC' and
9310            not 'VHOST'"
9311   parameters:
9312   - "throughput"
9313   - "parent"
9314   - "tags"
9315   sort:
9316   - "IP4BASE"
9317   - "FIB_20K"
9318   - "FIB_200K"
9319   - "FIB_2M"
9320   traces:
9321     hoverinfo: "x+y"
9322     boxpoints: "outliers"
9323     whiskerwidth: 0
9324   layout:
9325     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9326     layout: "plot-throughput"
9327
9328 -
9329   type: "plot"
9330   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9331   algorithm: "plot_performance_box"
9332   output-file-type: ".html"
9333   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9334   data: "plot-vpp-throughput-latency-2n-skx"
9335   filter: "'NIC_Intel-X710' and
9336            '64B' and
9337            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9338            'NDRPDR' and
9339            '4T2C' and
9340            'IP4FWD' and
9341            not 'IPSEC' and
9342            not 'VHOST'"
9343   parameters:
9344   - "throughput"
9345   - "parent"
9346   - "tags"
9347   sort:
9348   - "IP4BASE"
9349   - "FIB_20K"
9350   - "FIB_200K"
9351   - "FIB_2M"
9352   traces:
9353     hoverinfo: "x+y"
9354     boxpoints: "outliers"
9355     whiskerwidth: 0
9356   layout:
9357     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9358     layout: "plot-throughput"
9359
9360 -
9361   type: "plot"
9362   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9363   algorithm: "plot_performance_box"
9364   output-file-type: ".html"
9365   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9366   data: "plot-vpp-throughput-latency-2n-skx"
9367   filter: "'NIC_Intel-X710' and
9368            '64B' and
9369            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9370            'NDRPDR' and
9371            '4T2C' and
9372            'IP4FWD' and
9373            not 'IPSEC' and
9374            not 'VHOST'"
9375   parameters:
9376   - "throughput"
9377   - "parent"
9378   - "tags"
9379   sort:
9380   - "IP4BASE"
9381   - "FIB_20K"
9382   - "FIB_200K"
9383   - "FIB_2M"
9384   traces:
9385     hoverinfo: "x+y"
9386     boxpoints: "outliers"
9387     whiskerwidth: 0
9388   layout:
9389     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9390     layout: "plot-throughput"
9391
9392 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9393 -
9394   type: "plot"
9395   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9396   algorithm: "plot_performance_box"
9397   output-file-type: ".html"
9398   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9399   data: "plot-vpp-throughput-latency-2n-skx"
9400   filter: "'NIC_Intel-XXV710' and
9401            '64B' and
9402            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9403            'NDRPDR' and
9404            '2T1C' and
9405            'IP4FWD' and
9406            not 'IPSEC' and
9407            not 'VHOST'"
9408   parameters:
9409   - "throughput"
9410   - "parent"
9411   - "tags"
9412   sort:
9413   - "IP4BASE"
9414   - "FIB_20K"
9415   - "FIB_200K"
9416   - "FIB_2M"
9417   traces:
9418     hoverinfo: "x+y"
9419     boxpoints: "outliers"
9420     whiskerwidth: 0
9421   layout:
9422     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9423     layout: "plot-throughput"
9424
9425 -
9426   type: "plot"
9427   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9428   algorithm: "plot_performance_box"
9429   output-file-type: ".html"
9430   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9431   data: "plot-vpp-throughput-latency-2n-skx"
9432   filter: "'NIC_Intel-XXV710' and
9433            '64B' and
9434            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9435            'NDRPDR' and
9436            '2T1C' and
9437            'IP4FWD' and
9438            not 'IPSEC' and
9439            not 'VHOST'"
9440   parameters:
9441   - "throughput"
9442   - "parent"
9443   - "tags"
9444   sort:
9445   - "IP4BASE"
9446   - "FIB_20K"
9447   - "FIB_200K"
9448   - "FIB_2M"
9449   traces:
9450     hoverinfo: "x+y"
9451     boxpoints: "outliers"
9452     whiskerwidth: 0
9453   layout:
9454     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9455     layout: "plot-throughput"
9456
9457 -
9458   type: "plot"
9459   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9460   algorithm: "plot_performance_box"
9461   output-file-type: ".html"
9462   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9463   data: "plot-vpp-throughput-latency-2n-skx"
9464   filter: "'NIC_Intel-XXV710' and
9465            '64B' and
9466            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9467            'NDRPDR' and
9468            '4T2C' and
9469            'IP4FWD' and
9470            not 'IPSEC' and
9471            not 'VHOST'"
9472   parameters:
9473   - "throughput"
9474   - "parent"
9475   - "tags"
9476   sort:
9477   - "IP4BASE"
9478   - "FIB_20K"
9479   - "FIB_200K"
9480   - "FIB_2M"
9481   traces:
9482     hoverinfo: "x+y"
9483     boxpoints: "outliers"
9484     whiskerwidth: 0
9485   layout:
9486     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9487     layout: "plot-throughput"
9488
9489 -
9490   type: "plot"
9491   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9492   algorithm: "plot_performance_box"
9493   output-file-type: ".html"
9494   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9495   data: "plot-vpp-throughput-latency-2n-skx"
9496   filter: "'NIC_Intel-XXV710' and
9497            '64B' and
9498            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9499            'NDRPDR' and
9500            '4T2C' and
9501            'IP4FWD' and
9502            not 'IPSEC' and
9503            not 'VHOST'"
9504   parameters:
9505   - "throughput"
9506   - "parent"
9507   - "tags"
9508   sort:
9509   - "IP4BASE"
9510   - "FIB_20K"
9511   - "FIB_200K"
9512   - "FIB_2M"
9513   traces:
9514     hoverinfo: "x+y"
9515     boxpoints: "outliers"
9516     whiskerwidth: 0
9517   layout:
9518     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9519     layout: "plot-throughput"
9520
9521 ################################################################################
9522
9523 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
9524 -
9525   type: "plot"
9526   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9527   algorithm: "plot_performance_box"
9528   output-file-type: ".html"
9529   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9530   data: "plot-vpp-throughput-latency-3n-hsw"
9531   filter: "'NIC_Intel-X520-DA2' and
9532            '64B' and
9533            'ENCAP' and
9534            'NDRPDR' and
9535            '1T1C' and
9536            'VXLAN' and
9537            'L2BDMACLRN' and
9538            not 'VHOST' and
9539            not 'IPSECHW'"
9540   parameters:
9541   - "throughput"
9542   - "parent"
9543   - "tags"
9544   sort:
9545   - "not DOT1Q"
9546   - "VXLAN_1"
9547   - "VXLAN_10"
9548   - "VXLAN_100"
9549   - "VXLAN_1000"
9550   traces:
9551     hoverinfo: "x+y"
9552     boxpoints: "outliers"
9553     whiskerwidth: 0
9554   layout:
9555     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9556     layout: "plot-throughput"
9557
9558 -
9559   type: "plot"
9560   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9561   algorithm: "plot_performance_box"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9564   data: "plot-vpp-throughput-latency-3n-hsw"
9565   filter: "'NIC_Intel-X520-DA2' and
9566            '64B' and
9567            'ENCAP' and
9568            'NDRPDR' and
9569            '1T1C' and
9570            'VXLAN' and
9571            'L2BDMACLRN' and
9572            not 'VHOST' and
9573            not 'IPSECHW'"
9574   parameters:
9575   - "throughput"
9576   - "parent"
9577   - "tags"
9578   sort:
9579   - "not DOT1Q"
9580   - "VXLAN_1"
9581   - "VXLAN_10"
9582   - "VXLAN_100"
9583   - "VXLAN_1000"
9584   traces:
9585     hoverinfo: "x+y"
9586     boxpoints: "outliers"
9587     whiskerwidth: 0
9588   layout:
9589     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9590     layout: "plot-throughput"
9591
9592 -
9593   type: "plot"
9594   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9595   algorithm: "plot_performance_box"
9596   output-file-type: ".html"
9597   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9598   data: "plot-vpp-throughput-latency-3n-hsw"
9599   filter: "'NIC_Intel-X520-DA2' and
9600            '64B' and
9601            'ENCAP' and
9602            'NDRPDR' and
9603            '2T2C' and
9604            'VXLAN' and
9605            'L2BDMACLRN' and
9606            not 'VHOST' and
9607            not 'IPSECHW'"
9608   parameters:
9609   - "throughput"
9610   - "parent"
9611   - "tags"
9612   sort:
9613   - "not DOT1Q"
9614   - "VXLAN_1"
9615   - "VXLAN_10"
9616   - "VXLAN_100"
9617   - "VXLAN_1000"
9618   traces:
9619     hoverinfo: "x+y"
9620     boxpoints: "outliers"
9621     whiskerwidth: 0
9622   layout:
9623     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9624     layout: "plot-throughput"
9625
9626 -
9627   type: "plot"
9628   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9629   algorithm: "plot_performance_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9632   data: "plot-vpp-throughput-latency-3n-hsw"
9633   filter: "'NIC_Intel-X520-DA2' and
9634            '64B' and
9635            'ENCAP' and
9636            'NDRPDR' and
9637            '2T2C' and
9638            'VXLAN' and
9639            'L2BDMACLRN' and
9640            not 'VHOST' and
9641            not 'IPSECHW'"
9642   parameters:
9643   - "throughput"
9644   - "parent"
9645   - "tags"
9646   sort:
9647   - "not DOT1Q"
9648   - "VXLAN_1"
9649   - "VXLAN_10"
9650   - "VXLAN_100"
9651   - "VXLAN_1000"
9652   traces:
9653     hoverinfo: "x+y"
9654     boxpoints: "outliers"
9655     whiskerwidth: 0
9656   layout:
9657     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9658     layout: "plot-throughput"
9659
9660 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
9661 -
9662   type: "plot"
9663   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9664   algorithm: "plot_performance_box"
9665   output-file-type: ".html"
9666   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9667   data: "plot-vpp-throughput-latency-3n-hsw"
9668   filter: "'NIC_Intel-X520-DA2' and
9669            '64B' and
9670            'ENCAP' and
9671            'NDRPDR' and
9672            '1T1C' and
9673            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9674            not 'DOT1Q' and
9675            not 'VHOST' and
9676            not 'IPSECHW'"
9677   parameters:
9678   - "throughput"
9679   - "parent"
9680   - "tags"
9681   sort:
9682   - "L2BDMACLRN"
9683   - "L2XCFWD"
9684   - "LISP"
9685   traces:
9686     hoverinfo: "x+y"
9687     boxpoints: "outliers"
9688     whiskerwidth: 0
9689   layout:
9690     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9691     layout: "plot-throughput"
9692
9693 -
9694   type: "plot"
9695   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9696   algorithm: "plot_performance_box"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9699   data: "plot-vpp-throughput-latency-3n-hsw"
9700   filter: "'NIC_Intel-X520-DA2' and
9701            '64B' and
9702            'ENCAP' and
9703            'NDRPDR' and
9704            '2T2C' and
9705            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9706            not 'DOT1Q' and
9707            not 'VHOST' and
9708            not 'IPSECHW'"
9709   parameters:
9710   - "throughput"
9711   - "parent"
9712   - "tags"
9713   sort:
9714   - "L2BDMACLRN"
9715   - "L2XCFWD"
9716   - "LISP"
9717   traces:
9718     hoverinfo: "x+y"
9719     boxpoints: "outliers"
9720     whiskerwidth: 0
9721   layout:
9722     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9723     layout: "plot-throughput"
9724
9725 -
9726   type: "plot"
9727   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9728   algorithm: "plot_performance_box"
9729   output-file-type: ".html"
9730   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9731   data: "plot-vpp-throughput-latency-3n-hsw"
9732   filter: "'NIC_Intel-X520-DA2' and
9733            '64B' and
9734            'ENCAP' and
9735            'NDRPDR' and
9736            '1T1C' and
9737            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9738            not 'DOT1Q' and
9739            not 'VHOST' and
9740            not 'IPSECHW'"
9741   parameters:
9742   - "throughput"
9743   - "parent"
9744   - "tags"
9745   sort:
9746   - "L2BDMACLRN"
9747   - "L2XCFWD"
9748   - "LISP"
9749   traces:
9750     hoverinfo: "x+y"
9751     boxpoints: "outliers"
9752     whiskerwidth: 0
9753   layout:
9754     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9755     layout: "plot-throughput"
9756
9757 -
9758   type: "plot"
9759   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9760   algorithm: "plot_performance_box"
9761   output-file-type: ".html"
9762   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9763   data: "plot-vpp-throughput-latency-3n-hsw"
9764   filter: "'NIC_Intel-X520-DA2' and
9765            '64B' and
9766            'ENCAP' and
9767            'NDRPDR' and
9768            '2T2C' and
9769            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9770            not 'DOT1Q' and
9771            not 'VHOST' and
9772            not 'IPSECHW'"
9773   parameters:
9774   - "throughput"
9775   - "parent"
9776   - "tags"
9777   sort:
9778   - "L2BDMACLRN"
9779   - "L2XCFWD"
9780   - "LISP"
9781   traces:
9782     hoverinfo: "x+y"
9783     boxpoints: "outliers"
9784     whiskerwidth: 0
9785   layout:
9786     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9787     layout: "plot-throughput"
9788
9789 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
9790 -
9791   type: "plot"
9792   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9793   algorithm: "plot_performance_box"
9794   output-file-type: ".html"
9795   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9796   data: "plot-vpp-throughput-latency-3n-hsw"
9797   filter: "'NIC_Intel-X710' and
9798            '64B' and
9799            'ENCAP' and
9800            'NDRPDR' and
9801            '1T1C' and
9802            'VXLAN' and
9803            'L2BDMACLRN' and
9804            not 'VHOST' and
9805            not 'IPSECHW'"
9806   parameters:
9807   - "throughput"
9808   - "parent"
9809   - "tags"
9810   sort:
9811   - "not DOT1Q"
9812   - "VXLAN_1"
9813   - "VXLAN_10"
9814   - "VXLAN_100"
9815   - "VXLAN_1000"
9816   traces:
9817     hoverinfo: "x+y"
9818     boxpoints: "outliers"
9819     whiskerwidth: 0
9820   layout:
9821     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9822     layout: "plot-throughput"
9823
9824 -
9825   type: "plot"
9826   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9827   algorithm: "plot_performance_box"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9830   data: "plot-vpp-throughput-latency-3n-hsw"
9831   filter: "'NIC_Intel-X710' and
9832            '64B' and
9833            'ENCAP' and
9834            'NDRPDR' and
9835            '1T1C' and
9836            'VXLAN' and
9837            'L2BDMACLRN' and
9838            not 'VHOST' and
9839            not 'IPSECHW'"
9840   parameters:
9841   - "throughput"
9842   - "parent"
9843   - "tags"
9844   sort:
9845   - "not DOT1Q"
9846   - "VXLAN_1"
9847   - "VXLAN_10"
9848   - "VXLAN_100"
9849   - "VXLAN_1000"
9850   traces:
9851     hoverinfo: "x+y"
9852     boxpoints: "outliers"
9853     whiskerwidth: 0
9854   layout:
9855     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9856     layout: "plot-throughput"
9857
9858 -
9859   type: "plot"
9860   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9861   algorithm: "plot_performance_box"
9862   output-file-type: ".html"
9863   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9864   data: "plot-vpp-throughput-latency-3n-hsw"
9865   filter: "'NIC_Intel-X710' and
9866            '64B' and
9867            'ENCAP' and
9868            'NDRPDR' and
9869            '2T2C' and
9870            'VXLAN' and
9871            'L2BDMACLRN' and
9872            not 'VHOST' and
9873            not 'IPSECHW'"
9874   parameters:
9875   - "throughput"
9876   - "parent"
9877   - "tags"
9878   sort:
9879   - "not DOT1Q"
9880   - "VXLAN_1"
9881   - "VXLAN_10"
9882   - "VXLAN_100"
9883   - "VXLAN_1000"
9884   traces:
9885     hoverinfo: "x+y"
9886     boxpoints: "outliers"
9887     whiskerwidth: 0
9888   layout:
9889     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9890     layout: "plot-throughput"
9891
9892 -
9893   type: "plot"
9894   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9895   algorithm: "plot_performance_box"
9896   output-file-type: ".html"
9897   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9898   data: "plot-vpp-throughput-latency-3n-hsw"
9899   filter: "'NIC_Intel-X710' and
9900            '64B' and
9901            'ENCAP' and
9902            'NDRPDR' and
9903            '2T2C' and
9904            'VXLAN' and
9905            'L2BDMACLRN' and
9906            not 'VHOST' and
9907            not 'IPSECHW'"
9908   parameters:
9909   - "throughput"
9910   - "parent"
9911   - "tags"
9912   sort:
9913   - "not DOT1Q"
9914   - "VXLAN_1"
9915   - "VXLAN_10"
9916   - "VXLAN_100"
9917   - "VXLAN_1000"
9918   traces:
9919     hoverinfo: "x+y"
9920     boxpoints: "outliers"
9921     whiskerwidth: 0
9922   layout:
9923     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9924     layout: "plot-throughput"
9925
9926 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
9927 -
9928   type: "plot"
9929   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9930   algorithm: "plot_performance_box"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9933   data: "plot-vpp-throughput-latency-3n-hsw"
9934   filter: "'NIC_Intel-X710' and
9935            '64B' and
9936            'ENCAP' and
9937            'NDRPDR' and
9938            '1T1C' and
9939            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9940            not 'DOT1Q' and
9941            not 'VHOST' and
9942            not 'IPSECHW'"
9943   parameters:
9944   - "throughput"
9945   - "parent"
9946   - "tags"
9947   sort:
9948   - "L2BDMACLRN"
9949   - "L2XCFWD"
9950   - "LISP"
9951   traces:
9952     hoverinfo: "x+y"
9953     boxpoints: "outliers"
9954     whiskerwidth: 0
9955   layout:
9956     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9957     layout: "plot-throughput"
9958
9959 -
9960   type: "plot"
9961   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9962   algorithm: "plot_performance_box"
9963   output-file-type: ".html"
9964   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9965   data: "plot-vpp-throughput-latency-3n-hsw"
9966   filter: "'NIC_Intel-X710' and
9967            '64B' and
9968            'ENCAP' and
9969            'NDRPDR' and
9970            '2T2C' and
9971            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9972            not 'DOT1Q' and
9973            not 'VHOST' and
9974            not 'IPSECHW'"
9975   parameters:
9976   - "throughput"
9977   - "parent"
9978   - "tags"
9979   sort:
9980   - "L2BDMACLRN"
9981   - "L2XCFWD"
9982   - "LISP"
9983   traces:
9984     hoverinfo: "x+y"
9985     boxpoints: "outliers"
9986     whiskerwidth: 0
9987   layout:
9988     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9989     layout: "plot-throughput"
9990
9991 -
9992   type: "plot"
9993   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9994   algorithm: "plot_performance_box"
9995   output-file-type: ".html"
9996   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9997   data: "plot-vpp-throughput-latency-3n-hsw"
9998   filter: "'NIC_Intel-X710' and
9999            '64B' and
10000            'ENCAP' and
10001            'NDRPDR' and
10002            '1T1C' and
10003            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10004            not 'DOT1Q' and
10005            not 'VHOST' and
10006            not 'IPSECHW'"
10007   parameters:
10008   - "throughput"
10009   - "parent"
10010   - "tags"
10011   sort:
10012   - "L2BDMACLRN"
10013   - "L2XCFWD"
10014   - "LISP"
10015   traces:
10016     hoverinfo: "x+y"
10017     boxpoints: "outliers"
10018     whiskerwidth: 0
10019   layout:
10020     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10021     layout: "plot-throughput"
10022
10023 -
10024   type: "plot"
10025   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10026   algorithm: "plot_performance_box"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10029   data: "plot-vpp-throughput-latency-3n-hsw"
10030   filter: "'NIC_Intel-X710' and
10031            '64B' and
10032            'ENCAP' and
10033            'NDRPDR' and
10034            '2T2C' and
10035            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10036            not 'DOT1Q' and
10037            not 'VHOST' and
10038            not 'IPSECHW'"
10039   parameters:
10040   - "throughput"
10041   - "parent"
10042   - "tags"
10043   sort:
10044   - "L2BDMACLRN"
10045   - "L2XCFWD"
10046   - "LISP"
10047   traces:
10048     hoverinfo: "x+y"
10049     boxpoints: "outliers"
10050     whiskerwidth: 0
10051   layout:
10052     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10053     layout: "plot-throughput"
10054
10055 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
10056 -
10057   type: "plot"
10058   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10059   algorithm: "plot_performance_box"
10060   output-file-type: ".html"
10061   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10062   data: "plot-vpp-throughput-latency-3n-skx"
10063   filter: "'NIC_Intel-X710' and
10064            '64B' and
10065            'ENCAP' and
10066            'NDRPDR' and
10067            '2T1C' and
10068            'VXLAN' and
10069            'L2BDMACLRN' and
10070            not 'VHOST' and
10071            not 'IPSECHW'"
10072   parameters:
10073   - "throughput"
10074   - "parent"
10075   - "tags"
10076   sort:
10077   - "not DOT1Q"
10078   - "VXLAN_1"
10079   - "VXLAN_10"
10080   - "VXLAN_100"
10081   - "VXLAN_1000"
10082   traces:
10083     hoverinfo: "x+y"
10084     boxpoints: "outliers"
10085     whiskerwidth: 0
10086   layout:
10087     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10088     layout: "plot-throughput"
10089
10090 -
10091   type: "plot"
10092   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10093   algorithm: "plot_performance_box"
10094   output-file-type: ".html"
10095   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10096   data: "plot-vpp-throughput-latency-3n-skx"
10097   filter: "'NIC_Intel-X710' and
10098            '64B' and
10099            'ENCAP' and
10100            'NDRPDR' and
10101            '2T1C' and
10102            'VXLAN' and
10103            'L2BDMACLRN' and
10104            not 'VHOST' and
10105            not 'IPSECHW'"
10106   parameters:
10107   - "throughput"
10108   - "parent"
10109   - "tags"
10110   sort:
10111   - "not DOT1Q"
10112   - "VXLAN_1"
10113   - "VXLAN_10"
10114   - "VXLAN_100"
10115   - "VXLAN_1000"
10116   traces:
10117     hoverinfo: "x+y"
10118     boxpoints: "outliers"
10119     whiskerwidth: 0
10120   layout:
10121     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10122     layout: "plot-throughput"
10123
10124 -
10125   type: "plot"
10126   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10127   algorithm: "plot_performance_box"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10130   data: "plot-vpp-throughput-latency-3n-skx"
10131   filter: "'NIC_Intel-X710' and
10132            '64B' and
10133            'ENCAP' and
10134            'NDRPDR' and
10135            '4T2C' and
10136            'VXLAN' and
10137            'L2BDMACLRN' and
10138            not 'VHOST' and
10139            not 'IPSECHW'"
10140   parameters:
10141   - "throughput"
10142   - "parent"
10143   - "tags"
10144   sort:
10145   - "not DOT1Q"
10146   - "VXLAN_1"
10147   - "VXLAN_10"
10148   - "VXLAN_100"
10149   - "VXLAN_1000"
10150   traces:
10151     hoverinfo: "x+y"
10152     boxpoints: "outliers"
10153     whiskerwidth: 0
10154   layout:
10155     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10156     layout: "plot-throughput"
10157
10158 -
10159   type: "plot"
10160   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10161   algorithm: "plot_performance_box"
10162   output-file-type: ".html"
10163   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10164   data: "plot-vpp-throughput-latency-3n-skx"
10165   filter: "'NIC_Intel-X710' and
10166            '64B' and
10167            'ENCAP' and
10168            'NDRPDR' and
10169            '4T2C' and
10170            'VXLAN' and
10171            'L2BDMACLRN' and
10172            not 'VHOST' and
10173            not 'IPSECHW'"
10174   parameters:
10175   - "throughput"
10176   - "parent"
10177   - "tags"
10178   sort:
10179   - "not DOT1Q"
10180   - "VXLAN_1"
10181   - "VXLAN_10"
10182   - "VXLAN_100"
10183   - "VXLAN_1000"
10184   traces:
10185     hoverinfo: "x+y"
10186     boxpoints: "outliers"
10187     whiskerwidth: 0
10188   layout:
10189     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10190     layout: "plot-throughput"
10191
10192 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10193 -
10194   type: "plot"
10195   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10196   algorithm: "plot_performance_box"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10199   data: "plot-vpp-throughput-latency-3n-skx"
10200   filter: "'NIC_Intel-X710' and
10201            '64B' and
10202            'ENCAP' and
10203            'NDRPDR' and
10204            '2T1C' and
10205            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10206            not 'DOT1Q' and
10207            not 'VHOST' and
10208            not 'IPSECHW'"
10209   parameters:
10210   - "throughput"
10211   - "parent"
10212   - "tags"
10213   sort:
10214   - "L2BDMACLRN"
10215   - "L2XCFWD"
10216   - "LISP"
10217   traces:
10218     hoverinfo: "x+y"
10219     boxpoints: "outliers"
10220     whiskerwidth: 0
10221   layout:
10222     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10223     layout: "plot-throughput"
10224
10225 -
10226   type: "plot"
10227   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10228   algorithm: "plot_performance_box"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10231   data: "plot-vpp-throughput-latency-3n-skx"
10232   filter: "'NIC_Intel-X710' and
10233            '64B' and
10234            'ENCAP' and
10235            'NDRPDR' and
10236            '4T2C' and
10237            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10238            not 'DOT1Q' and
10239            not 'VHOST' and
10240            not 'IPSECHW'"
10241   parameters:
10242   - "throughput"
10243   - "parent"
10244   - "tags"
10245   sort:
10246   - "L2BDMACLRN"
10247   - "L2XCFWD"
10248   - "LISP"
10249   traces:
10250     hoverinfo: "x+y"
10251     boxpoints: "outliers"
10252     whiskerwidth: 0
10253   layout:
10254     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10255     layout: "plot-throughput"
10256
10257 -
10258   type: "plot"
10259   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10260   algorithm: "plot_performance_box"
10261   output-file-type: ".html"
10262   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10263   data: "plot-vpp-throughput-latency-3n-skx"
10264   filter: "'NIC_Intel-X710' and
10265            '64B' and
10266            'ENCAP' and
10267            'NDRPDR' and
10268            '2T1C' and
10269            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10270            not 'DOT1Q' and
10271            not 'VHOST' and
10272            not 'IPSECHW'"
10273   parameters:
10274   - "throughput"
10275   - "parent"
10276   - "tags"
10277   sort:
10278   - "L2BDMACLRN"
10279   - "L2XCFWD"
10280   - "LISP"
10281   traces:
10282     hoverinfo: "x+y"
10283     boxpoints: "outliers"
10284     whiskerwidth: 0
10285   layout:
10286     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10287     layout: "plot-throughput"
10288
10289 -
10290   type: "plot"
10291   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10292   algorithm: "plot_performance_box"
10293   output-file-type: ".html"
10294   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10295   data: "plot-vpp-throughput-latency-3n-skx"
10296   filter: "'NIC_Intel-X710' and
10297            '64B' and
10298            'ENCAP' and
10299            'NDRPDR' and
10300            '4T2C' and
10301            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10302            not 'DOT1Q' and
10303            not 'VHOST' and
10304            not 'IPSECHW'"
10305   parameters:
10306   - "throughput"
10307   - "parent"
10308   - "tags"
10309   sort:
10310   - "L2BDMACLRN"
10311   - "L2XCFWD"
10312   - "LISP"
10313   traces:
10314     hoverinfo: "x+y"
10315     boxpoints: "outliers"
10316     whiskerwidth: 0
10317   layout:
10318     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10319     layout: "plot-throughput"
10320
10321 ################################################################################
10322
10323 # Packet Throughput - VPP IPv6 3n-hsw-x520
10324 -
10325   type: "plot"
10326   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10327   algorithm: "plot_performance_box"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10330   data: "plot-vpp-throughput-latency-3n-hsw"
10331   filter: "'NIC_Intel-X520-DA2' and
10332            '78B' and
10333            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10334            'NDRPDR' and
10335            '1T1C' and
10336            'IP6FWD' and
10337            not 'SRv6' and
10338            not 'IPSEC' and
10339            not 'VHOST'"
10340   parameters:
10341   - "throughput"
10342   - "parent"
10343   - "tags"
10344   sort:
10345   - "IP6BASE"
10346   - "FIB_20K"
10347   - "FIB_200K"
10348   - "FIB_2M"
10349   traces:
10350     hoverinfo: "x+y"
10351     boxpoints: "outliers"
10352     whiskerwidth: 0
10353   layout:
10354     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10355     layout: "plot-throughput"
10356
10357 -
10358   type: "plot"
10359   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10360   algorithm: "plot_performance_box"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10363   data: "plot-vpp-throughput-latency-3n-hsw"
10364   filter: "'NIC_Intel-X520-DA2' and
10365            '78B' and
10366            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10367            'NDRPDR' and
10368            '1T1C' and
10369            'IP6FWD' and
10370            not 'SRv6' and
10371            not 'IPSEC' and
10372            not 'VHOST'"
10373   parameters:
10374   - "throughput"
10375   - "parent"
10376   - "tags"
10377   sort:
10378   - "IP6BASE"
10379   - "FIB_20K"
10380   - "FIB_200K"
10381   - "FIB_2M"
10382   traces:
10383     hoverinfo: "x+y"
10384     boxpoints: "outliers"
10385     whiskerwidth: 0
10386   layout:
10387     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10388     layout: "plot-throughput"
10389
10390 -
10391   type: "plot"
10392   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10393   algorithm: "plot_performance_box"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10396   data: "plot-vpp-throughput-latency-3n-hsw"
10397   filter: "'NIC_Intel-X520-DA2' and
10398            '78B' and
10399            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10400            'NDRPDR' and
10401            '2T2C' and
10402            'IP6FWD' and
10403            not 'SRv6' and
10404            not 'IPSEC' and
10405            not 'VHOST'"
10406   parameters:
10407   - "throughput"
10408   - "parent"
10409   - "tags"
10410   sort:
10411   - "IP6BASE"
10412   - "FIB_20K"
10413   - "FIB_200K"
10414   - "FIB_2M"
10415   traces:
10416     hoverinfo: "x+y"
10417     boxpoints: "outliers"
10418     whiskerwidth: 0
10419   layout:
10420     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10421     layout: "plot-throughput"
10422
10423 -
10424   type: "plot"
10425   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10426   algorithm: "plot_performance_box"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10429   data: "plot-vpp-throughput-latency-3n-hsw"
10430   filter: "'NIC_Intel-X520-DA2' and
10431            '78B' and
10432            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10433            'NDRPDR' and
10434            '2T2C' and
10435            'IP6FWD' and
10436            not 'SRv6' and
10437            not 'IPSEC' and
10438            not 'VHOST'"
10439   parameters:
10440   - "throughput"
10441   - "parent"
10442   - "tags"
10443   sort:
10444   - "IP6BASE"
10445   - "FIB_20K"
10446   - "FIB_200K"
10447   - "FIB_2M"
10448   traces:
10449     hoverinfo: "x+y"
10450     boxpoints: "outliers"
10451     whiskerwidth: 0
10452   layout:
10453     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10454     layout: "plot-throughput"
10455
10456 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
10457 -
10458   type: "plot"
10459   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10460   algorithm: "plot_performance_box"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10463   data: "plot-vpp-throughput-latency-3n-hsw"
10464   filter: "'NIC_Intel-X520-DA2' and
10465            '78B' and
10466            ('IP6BASE' or
10467             'POLICE_MARK' or
10468             'COPWHLIST' or
10469             'IACLDST') and
10470            'NDRPDR' and
10471            '1T1C' and
10472            'IP6FWD' and
10473            not 'SRv6' and
10474            not 'IPSEC' and
10475            not 'VHOST'"
10476   parameters:
10477   - "throughput"
10478   - "parent"
10479   - "tags"
10480   sort:
10481   - "IP6BASE"
10482   - "POLICE_MARK"
10483   - "COPWHLIST"
10484   - "IACLDST"
10485   traces:
10486     hoverinfo: "x+y"
10487     boxpoints: "outliers"
10488     whiskerwidth: 0
10489   layout:
10490     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10491     layout: "plot-throughput"
10492
10493 -
10494   type: "plot"
10495   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10496   algorithm: "plot_performance_box"
10497   output-file-type: ".html"
10498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10499   data: "plot-vpp-throughput-latency-3n-hsw"
10500   filter: "'NIC_Intel-X520-DA2' and
10501            '78B' and
10502            ('IP6BASE' or
10503             'POLICE_MARK' or
10504             'COPWHLIST' or
10505             'IACLDST') and
10506            'NDRPDR' and
10507            '2T2C' and
10508            'IP6FWD' and
10509            not 'SRv6' and
10510            not 'IPSEC' and
10511            not 'VHOST'"
10512   parameters:
10513   - "throughput"
10514   - "parent"
10515   - "tags"
10516   sort:
10517   - "IP6BASE"
10518   - "POLICE_MARK"
10519   - "COPWHLIST"
10520   - "IACLDST"
10521   traces:
10522     hoverinfo: "x+y"
10523     boxpoints: "outliers"
10524     whiskerwidth: 0
10525   layout:
10526     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10527     layout: "plot-throughput"
10528
10529 -
10530   type: "plot"
10531   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10532   algorithm: "plot_performance_box"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10535   data: "plot-vpp-throughput-latency-3n-hsw"
10536   filter: "'NIC_Intel-X520-DA2' and
10537            '78B' and
10538            ('IP6BASE' or
10539             'POLICE_MARK' or
10540             'COPWHLIST' or
10541             'IACLDST') and
10542            'NDRPDR' and
10543            '1T1C' and
10544            'IP6FWD' and
10545            not 'SRv6' and
10546            not 'IPSEC' and
10547            not 'VHOST'"
10548   parameters:
10549   - "throughput"
10550   - "parent"
10551   - "tags"
10552   sort:
10553   - "IP6BASE"
10554   - "POLICE_MARK"
10555   - "COPWHLIST"
10556   - "IACLDST"
10557   traces:
10558     hoverinfo: "x+y"
10559     boxpoints: "outliers"
10560     whiskerwidth: 0
10561   layout:
10562     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10563     layout: "plot-throughput"
10564
10565 -
10566   type: "plot"
10567   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10568   algorithm: "plot_performance_box"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10571   data: "plot-vpp-throughput-latency-3n-hsw"
10572   filter: "'NIC_Intel-X520-DA2' and
10573            '78B' and
10574            ('IP6BASE' or
10575             'POLICE_MARK' or
10576             'COPWHLIST' or
10577             'IACLDST') and
10578            'NDRPDR' and
10579            '2T2C' and
10580            'IP6FWD' and
10581            not 'SRv6' and
10582            not 'IPSEC' and
10583            not 'VHOST'"
10584   parameters:
10585   - "throughput"
10586   - "parent"
10587   - "tags"
10588   sort:
10589   - "IP6BASE"
10590   - "POLICE_MARK"
10591   - "COPWHLIST"
10592   - "IACLDST"
10593   traces:
10594     hoverinfo: "x+y"
10595     boxpoints: "outliers"
10596     whiskerwidth: 0
10597   layout:
10598     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10599     layout: "plot-throughput"
10600
10601 # Packet Throughput - VPP IPv6 3n-hsw-x710
10602 -
10603   type: "plot"
10604   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10605   algorithm: "plot_performance_box"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10608   data: "plot-vpp-throughput-latency-3n-hsw"
10609   filter: "'NIC_Intel-X710' and
10610            '78B' and
10611            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10612            'NDRPDR' and
10613            '1T1C' and
10614            'IP6FWD' and
10615            not 'SRv6' and
10616            not 'IPSEC' and
10617            not 'VHOST'"
10618   parameters:
10619   - "throughput"
10620   - "parent"
10621   - "tags"
10622   sort:
10623   - "IP6BASE"
10624   - "FIB_20K"
10625   - "FIB_200K"
10626   - "FIB_2M"
10627   traces:
10628     hoverinfo: "x+y"
10629     boxpoints: "outliers"
10630     whiskerwidth: 0
10631   layout:
10632     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10633     layout: "plot-throughput"
10634
10635 -
10636   type: "plot"
10637   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10638   algorithm: "plot_performance_box"
10639   output-file-type: ".html"
10640   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10641   data: "plot-vpp-throughput-latency-3n-hsw"
10642   filter: "'NIC_Intel-X710' and
10643            '78B' and
10644            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10645            'NDRPDR' and
10646            '1T1C' and
10647            'IP6FWD' and
10648            not 'SRv6' and
10649            not 'IPSEC' and
10650            not 'VHOST'"
10651   parameters:
10652   - "throughput"
10653   - "parent"
10654   - "tags"
10655   sort:
10656   - "IP6BASE"
10657   - "FIB_20K"
10658   - "FIB_200K"
10659   - "FIB_2M"
10660   traces:
10661     hoverinfo: "x+y"
10662     boxpoints: "outliers"
10663     whiskerwidth: 0
10664   layout:
10665     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10666     layout: "plot-throughput"
10667
10668 -
10669   type: "plot"
10670   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10671   algorithm: "plot_performance_box"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10674   data: "plot-vpp-throughput-latency-3n-hsw"
10675   filter: "'NIC_Intel-X710' and
10676            '78B' and
10677            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10678            'NDRPDR' and
10679            '2T2C' and
10680            'IP6FWD' and
10681            not 'SRv6' and
10682            not 'IPSEC' and
10683            not 'VHOST'"
10684   parameters:
10685   - "throughput"
10686   - "parent"
10687   - "tags"
10688   sort:
10689   - "IP6BASE"
10690   - "FIB_20K"
10691   - "FIB_200K"
10692   - "FIB_2M"
10693   traces:
10694     hoverinfo: "x+y"
10695     boxpoints: "outliers"
10696     whiskerwidth: 0
10697   layout:
10698     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10699     layout: "plot-throughput"
10700
10701 -
10702   type: "plot"
10703   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10704   algorithm: "plot_performance_box"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10707   data: "plot-vpp-throughput-latency-3n-hsw"
10708   filter: "'NIC_Intel-X710' and
10709            '78B' and
10710            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10711            'NDRPDR' and
10712            '2T2C' and
10713            'IP6FWD' and
10714            not 'SRv6' and
10715            not 'IPSEC' and
10716            not 'VHOST'"
10717   parameters:
10718   - "throughput"
10719   - "parent"
10720   - "tags"
10721   sort:
10722   - "IP6BASE"
10723   - "FIB_20K"
10724   - "FIB_200K"
10725   - "FIB_2M"
10726   traces:
10727     hoverinfo: "x+y"
10728     boxpoints: "outliers"
10729     whiskerwidth: 0
10730   layout:
10731     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10732     layout: "plot-throughput"
10733
10734 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
10735 -
10736   type: "plot"
10737   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10738   algorithm: "plot_performance_box"
10739   output-file-type: ".html"
10740   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10741   data: "plot-vpp-throughput-latency-3n-hsw"
10742   filter: "'NIC_Intel-X710' and
10743            '78B' and
10744            ('IP6BASE' or
10745             'POLICE_MARK' or
10746             'COPWHLIST' or
10747             'IACLDST') and
10748            'NDRPDR' and
10749            '1T1C' and
10750            'IP6FWD' and
10751            not 'SRv6' and
10752            not 'IPSEC' and
10753            not 'VHOST'"
10754   parameters:
10755   - "throughput"
10756   - "parent"
10757   - "tags"
10758   sort:
10759   - "IP6BASE"
10760   - "POLICE_MARK"
10761   - "COPWHLIST"
10762   - "IACLDST"
10763   traces:
10764     hoverinfo: "x+y"
10765     boxpoints: "outliers"
10766     whiskerwidth: 0
10767   layout:
10768     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10769     layout: "plot-throughput"
10770
10771 -
10772   type: "plot"
10773   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10774   algorithm: "plot_performance_box"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10777   data: "plot-vpp-throughput-latency-3n-hsw"
10778   filter: "'NIC_Intel-X710' and
10779            '78B' and
10780            ('IP6BASE' or
10781             'POLICE_MARK' or
10782             'COPWHLIST' or
10783             'IACLDST') and
10784            'NDRPDR' and
10785            '2T2C' and
10786            'IP6FWD' and
10787            not 'SRv6' and
10788            not 'IPSEC' and
10789            not 'VHOST'"
10790   parameters:
10791   - "throughput"
10792   - "parent"
10793   - "tags"
10794   sort:
10795   - "IP6BASE"
10796   - "POLICE_MARK"
10797   - "COPWHLIST"
10798   - "IACLDST"
10799   traces:
10800     hoverinfo: "x+y"
10801     boxpoints: "outliers"
10802     whiskerwidth: 0
10803   layout:
10804     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10805     layout: "plot-throughput"
10806
10807 -
10808   type: "plot"
10809   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10810   algorithm: "plot_performance_box"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10813   data: "plot-vpp-throughput-latency-3n-hsw"
10814   filter: "'NIC_Intel-X710' and
10815            '78B' and
10816            ('IP6BASE' or
10817             'POLICE_MARK' or
10818             'COPWHLIST' or
10819             'IACLDST') and
10820            'NDRPDR' and
10821            '1T1C' and
10822            'IP6FWD' and
10823            not 'SRv6' and
10824            not 'IPSEC' and
10825            not 'VHOST'"
10826   parameters:
10827   - "throughput"
10828   - "parent"
10829   - "tags"
10830   sort:
10831   - "IP6BASE"
10832   - "POLICE_MARK"
10833   - "COPWHLIST"
10834   - "IACLDST"
10835   traces:
10836     hoverinfo: "x+y"
10837     boxpoints: "outliers"
10838     whiskerwidth: 0
10839   layout:
10840     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10841     layout: "plot-throughput"
10842
10843 -
10844   type: "plot"
10845   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10846   algorithm: "plot_performance_box"
10847   output-file-type: ".html"
10848   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10849   data: "plot-vpp-throughput-latency-3n-hsw"
10850   filter: "'NIC_Intel-X710' and
10851            '78B' and
10852            ('IP6BASE' or
10853             'POLICE_MARK' or
10854             'COPWHLIST' or
10855             'IACLDST') and
10856            'NDRPDR' and
10857            '2T2C' and
10858            'IP6FWD' and
10859            not 'SRv6' and
10860            not 'IPSEC' and
10861            not 'VHOST'"
10862   parameters:
10863   - "throughput"
10864   - "parent"
10865   - "tags"
10866   sort:
10867   - "IP6BASE"
10868   - "POLICE_MARK"
10869   - "COPWHLIST"
10870   - "IACLDST"
10871   traces:
10872     hoverinfo: "x+y"
10873     boxpoints: "outliers"
10874     whiskerwidth: 0
10875   layout:
10876     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10877     layout: "plot-throughput"
10878
10879 # Packet Throughput - VPP IPv6 3n-hsw-xl710
10880 -
10881   type: "plot"
10882   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10883   algorithm: "plot_performance_box"
10884   output-file-type: ".html"
10885   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10886   data: "plot-vpp-throughput-latency-3n-hsw"
10887   filter: "'NIC_Intel-XL710' and
10888            '78B' and
10889            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10890            'NDRPDR' and
10891            '1T1C' and
10892            'IP6FWD' and
10893            not 'SRv6' and
10894            not 'IPSEC' and
10895            not 'VHOST'"
10896   parameters:
10897   - "throughput"
10898   - "parent"
10899   - "tags"
10900   sort:
10901   - "IP6BASE"
10902   - "FIB_20K"
10903   - "FIB_200K"
10904   - "FIB_2M"
10905   traces:
10906     hoverinfo: "x+y"
10907     boxpoints: "outliers"
10908     whiskerwidth: 0
10909   layout:
10910     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10911     layout: "plot-throughput"
10912
10913 -
10914   type: "plot"
10915   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10916   algorithm: "plot_performance_box"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10919   data: "plot-vpp-throughput-latency-3n-hsw"
10920   filter: "'NIC_Intel-XL710' and
10921            '78B' and
10922            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10923            'NDRPDR' and
10924            '1T1C' and
10925            'IP6FWD' and
10926            not 'SRv6' and
10927            not 'IPSEC' and
10928            not 'VHOST'"
10929   parameters:
10930   - "throughput"
10931   - "parent"
10932   - "tags"
10933   sort:
10934   - "IP6BASE"
10935   - "FIB_20K"
10936   - "FIB_200K"
10937   - "FIB_2M"
10938   traces:
10939     hoverinfo: "x+y"
10940     boxpoints: "outliers"
10941     whiskerwidth: 0
10942   layout:
10943     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10944     layout: "plot-throughput"
10945
10946 -
10947   type: "plot"
10948   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10949   algorithm: "plot_performance_box"
10950   output-file-type: ".html"
10951   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10952   data: "plot-vpp-throughput-latency-3n-hsw"
10953   filter: "'NIC_Intel-XL710' and
10954            '78B' and
10955            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10956            'NDRPDR' and
10957            '2T2C' and
10958            'IP6FWD' and
10959            not 'SRv6' and
10960            not 'IPSEC' and
10961            not 'VHOST'"
10962   parameters:
10963   - "throughput"
10964   - "parent"
10965   - "tags"
10966   sort:
10967   - "IP6BASE"
10968   - "FIB_20K"
10969   - "FIB_200K"
10970   - "FIB_2M"
10971   traces:
10972     hoverinfo: "x+y"
10973     boxpoints: "outliers"
10974     whiskerwidth: 0
10975   layout:
10976     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10977     layout: "plot-throughput"
10978
10979 -
10980   type: "plot"
10981   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10982   algorithm: "plot_performance_box"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10985   data: "plot-vpp-throughput-latency-3n-hsw"
10986   filter: "'NIC_Intel-XL710' and
10987            '78B' and
10988            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10989            'NDRPDR' and
10990            '2T2C' and
10991            'IP6FWD' and
10992            not 'SRv6' and
10993            not 'IPSEC' and
10994            not 'VHOST'"
10995   parameters:
10996   - "throughput"
10997   - "parent"
10998   - "tags"
10999   sort:
11000   - "IP6BASE"
11001   - "FIB_20K"
11002   - "FIB_200K"
11003   - "FIB_2M"
11004   traces:
11005     hoverinfo: "x+y"
11006     boxpoints: "outliers"
11007     whiskerwidth: 0
11008   layout:
11009     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11010     layout: "plot-throughput"
11011
11012 # Packet Throughput - VPP IPv6 3n-skx-x710
11013 -
11014   type: "plot"
11015   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11016   algorithm: "plot_performance_box"
11017   output-file-type: ".html"
11018   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11019   data: "plot-vpp-throughput-latency-3n-skx"
11020   filter: "'NIC_Intel-X710' and
11021            '78B' and
11022            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11023            'NDRPDR' and
11024            '2T1C' and
11025            'IP6FWD' and
11026            not 'SRv6' and
11027            not 'IPSEC' and
11028            not 'VHOST'"
11029   parameters:
11030   - "throughput"
11031   - "parent"
11032   - "tags"
11033   sort:
11034   - "IP6BASE"
11035   - "FIB_20K"
11036   - "FIB_200K"
11037   - "FIB_2M"
11038   traces:
11039     hoverinfo: "x+y"
11040     boxpoints: "outliers"
11041     whiskerwidth: 0
11042   layout:
11043     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11044     layout: "plot-throughput"
11045
11046 -
11047   type: "plot"
11048   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11049   algorithm: "plot_performance_box"
11050   output-file-type: ".html"
11051   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11052   data: "plot-vpp-throughput-latency-3n-skx"
11053   filter: "'NIC_Intel-X710' and
11054            '78B' and
11055            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11056            'NDRPDR' and
11057            '2T1C' and
11058            'IP6FWD' and
11059            not 'SRv6' and
11060            not 'IPSEC' and
11061            not 'VHOST'"
11062   parameters:
11063   - "throughput"
11064   - "parent"
11065   - "tags"
11066   sort:
11067   - "IP6BASE"
11068   - "FIB_20K"
11069   - "FIB_200K"
11070   - "FIB_2M"
11071   traces:
11072     hoverinfo: "x+y"
11073     boxpoints: "outliers"
11074     whiskerwidth: 0
11075   layout:
11076     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11077     layout: "plot-throughput"
11078
11079 -
11080   type: "plot"
11081   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11082   algorithm: "plot_performance_box"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11085   data: "plot-vpp-throughput-latency-3n-skx"
11086   filter: "'NIC_Intel-X710' and
11087            '78B' and
11088            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11089            'NDRPDR' and
11090            '4T2C' and
11091            'IP6FWD' and
11092            not 'SRv6' and
11093            not 'IPSEC' and
11094            not 'VHOST'"
11095   parameters:
11096   - "throughput"
11097   - "parent"
11098   - "tags"
11099   sort:
11100   - "IP6BASE"
11101   - "FIB_20K"
11102   - "FIB_200K"
11103   - "FIB_2M"
11104   traces:
11105     hoverinfo: "x+y"
11106     boxpoints: "outliers"
11107     whiskerwidth: 0
11108   layout:
11109     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11110     layout: "plot-throughput"
11111
11112 -
11113   type: "plot"
11114   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11115   algorithm: "plot_performance_box"
11116   output-file-type: ".html"
11117   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11118   data: "plot-vpp-throughput-latency-3n-skx"
11119   filter: "'NIC_Intel-X710' and
11120            '78B' and
11121            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11122            'NDRPDR' and
11123            '4T2C' and
11124            'IP6FWD' and
11125            not 'SRv6' and
11126            not 'IPSEC' and
11127            not 'VHOST'"
11128   parameters:
11129   - "throughput"
11130   - "parent"
11131   - "tags"
11132   sort:
11133   - "IP6BASE"
11134   - "FIB_20K"
11135   - "FIB_200K"
11136   - "FIB_2M"
11137   traces:
11138     hoverinfo: "x+y"
11139     boxpoints: "outliers"
11140     whiskerwidth: 0
11141   layout:
11142     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11143     layout: "plot-throughput"
11144
11145 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11146 -
11147   type: "plot"
11148   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11149   algorithm: "plot_performance_box"
11150   output-file-type: ".html"
11151   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11152   data: "plot-vpp-throughput-latency-3n-skx"
11153   filter: "'NIC_Intel-X710' and
11154            '78B' and
11155            ('IP6BASE' or
11156             'POLICE_MARK' or
11157             'COPWHLIST' or
11158             'IACLDST') and
11159            'NDRPDR' and
11160            '2T1C' and
11161            'IP6FWD' and
11162            not 'SRv6' and
11163            not 'IPSEC' and
11164            not 'VHOST'"
11165   parameters:
11166   - "throughput"
11167   - "parent"
11168   - "tags"
11169   sort:
11170   - "IP6BASE"
11171   - "POLICE_MARK"
11172   - "COPWHLIST"
11173   - "IACLDST"
11174   traces:
11175     hoverinfo: "x+y"
11176     boxpoints: "outliers"
11177     whiskerwidth: 0
11178   layout:
11179     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11180     layout: "plot-throughput"
11181
11182 -
11183   type: "plot"
11184   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11185   algorithm: "plot_performance_box"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11188   data: "plot-vpp-throughput-latency-3n-hsw"
11189   filter: "'NIC_Intel-X710' and
11190            '78B' and
11191            ('IP6BASE' or
11192             'POLICE_MARK' or
11193             'COPWHLIST' or
11194             'IACLDST') and
11195            'NDRPDR' and
11196            '4T2C' and
11197            'IP6FWD' and
11198            not 'SRv6' and
11199            not 'IPSEC' and
11200            not 'VHOST'"
11201   parameters:
11202   - "throughput"
11203   - "parent"
11204   - "tags"
11205   sort:
11206   - "IP6BASE"
11207   - "POLICE_MARK"
11208   - "COPWHLIST"
11209   - "IACLDST"
11210   traces:
11211     hoverinfo: "x+y"
11212     boxpoints: "outliers"
11213     whiskerwidth: 0
11214   layout:
11215     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11216     layout: "plot-throughput"
11217
11218 -
11219   type: "plot"
11220   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11221   algorithm: "plot_performance_box"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11224   data: "plot-vpp-throughput-latency-3n-skx"
11225   filter: "'NIC_Intel-X710' and
11226            '78B' and
11227            ('IP6BASE' or
11228             'POLICE_MARK' or
11229             'COPWHLIST' or
11230             'IACLDST') and
11231            'NDRPDR' and
11232            '2T1C' and
11233            'IP6FWD' and
11234            not 'SRv6' and
11235            not 'IPSEC' and
11236            not 'VHOST'"
11237   parameters:
11238   - "throughput"
11239   - "parent"
11240   - "tags"
11241   sort:
11242   - "IP6BASE"
11243   - "POLICE_MARK"
11244   - "COPWHLIST"
11245   - "IACLDST"
11246   traces:
11247     hoverinfo: "x+y"
11248     boxpoints: "outliers"
11249     whiskerwidth: 0
11250   layout:
11251     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11252     layout: "plot-throughput"
11253
11254 -
11255   type: "plot"
11256   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11257   algorithm: "plot_performance_box"
11258   output-file-type: ".html"
11259   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11260   data: "plot-vpp-throughput-latency-3n-skx"
11261   filter: "'NIC_Intel-X710' and
11262            '78B' and
11263            ('IP6BASE' or
11264             'POLICE_MARK' or
11265             'COPWHLIST' or
11266             'IACLDST') and
11267            'NDRPDR' and
11268            '4T2C' and
11269            'IP6FWD' and
11270            not 'SRv6' and
11271            not 'IPSEC' and
11272            not 'VHOST'"
11273   parameters:
11274   - "throughput"
11275   - "parent"
11276   - "tags"
11277   sort:
11278   - "IP6BASE"
11279   - "POLICE_MARK"
11280   - "COPWHLIST"
11281   - "IACLDST"
11282   traces:
11283     hoverinfo: "x+y"
11284     boxpoints: "outliers"
11285     whiskerwidth: 0
11286   layout:
11287     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11288     layout: "plot-throughput"
11289
11290 # Packet Throughput - VPP IPv6 2n-skx-x710
11291 -
11292   type: "plot"
11293   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11294   algorithm: "plot_performance_box"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11297   data: "plot-vpp-throughput-latency-2n-skx"
11298   filter: "'NIC_Intel-X710' and
11299            '78B' and
11300            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11301            'NDRPDR' and
11302            '2T1C' and
11303            'IP6FWD' and
11304            not 'SRv6' and
11305            not 'IPSEC' and
11306            not 'VHOST'"
11307   parameters:
11308   - "throughput"
11309   - "parent"
11310   - "tags"
11311   sort:
11312   - "IP6BASE"
11313   - "FIB_20K"
11314   - "FIB_200K"
11315   - "FIB_2M"
11316   traces:
11317     hoverinfo: "x+y"
11318     boxpoints: "outliers"
11319     whiskerwidth: 0
11320   layout:
11321     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11322     layout: "plot-throughput"
11323
11324 -
11325   type: "plot"
11326   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11327   algorithm: "plot_performance_box"
11328   output-file-type: ".html"
11329   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11330   data: "plot-vpp-throughput-latency-2n-skx"
11331   filter: "'NIC_Intel-X710' and
11332            '78B' and
11333            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11334            'NDRPDR' and
11335            '2T1C' and
11336            'IP6FWD' and
11337            not 'SRv6' and
11338            not 'IPSEC' and
11339            not 'VHOST'"
11340   parameters:
11341   - "throughput"
11342   - "parent"
11343   - "tags"
11344   sort:
11345   - "IP6BASE"
11346   - "FIB_20K"
11347   - "FIB_200K"
11348   - "FIB_2M"
11349   traces:
11350     hoverinfo: "x+y"
11351     boxpoints: "outliers"
11352     whiskerwidth: 0
11353   layout:
11354     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11355     layout: "plot-throughput"
11356
11357 -
11358   type: "plot"
11359   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11360   algorithm: "plot_performance_box"
11361   output-file-type: ".html"
11362   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11363   data: "plot-vpp-throughput-latency-2n-skx"
11364   filter: "'NIC_Intel-X710' and
11365            '78B' and
11366            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11367            'NDRPDR' and
11368            '4T2C' and
11369            'IP6FWD' and
11370            not 'SRv6' and
11371            not 'IPSEC' and
11372            not 'VHOST'"
11373   parameters:
11374   - "throughput"
11375   - "parent"
11376   - "tags"
11377   sort:
11378   - "IP6BASE"
11379   - "FIB_20K"
11380   - "FIB_200K"
11381   - "FIB_2M"
11382   traces:
11383     hoverinfo: "x+y"
11384     boxpoints: "outliers"
11385     whiskerwidth: 0
11386   layout:
11387     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11388     layout: "plot-throughput"
11389
11390 -
11391   type: "plot"
11392   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11393   algorithm: "plot_performance_box"
11394   output-file-type: ".html"
11395   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11396   data: "plot-vpp-throughput-latency-2n-skx"
11397   filter: "'NIC_Intel-X710' and
11398            '78B' and
11399            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11400            'NDRPDR' and
11401            '4T2C' and
11402            'IP6FWD' and
11403            not 'SRv6' and
11404            not 'IPSEC' and
11405            not 'VHOST'"
11406   parameters:
11407   - "throughput"
11408   - "parent"
11409   - "tags"
11410   sort:
11411   - "IP6BASE"
11412   - "FIB_20K"
11413   - "FIB_200K"
11414   - "FIB_2M"
11415   traces:
11416     hoverinfo: "x+y"
11417     boxpoints: "outliers"
11418     whiskerwidth: 0
11419   layout:
11420     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11421     layout: "plot-throughput"
11422
11423 # Packet Throughput - VPP IPv6 2n-skx-xxv710
11424 -
11425   type: "plot"
11426   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11427   algorithm: "plot_performance_box"
11428   output-file-type: ".html"
11429   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11430   data: "plot-vpp-throughput-latency-2n-skx"
11431   filter: "'NIC_Intel-XXV710' and
11432            '78B' and
11433            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11434            'NDRPDR' and
11435            '2T1C' and
11436            'IP6FWD' and
11437            not 'SRv6' and
11438            not 'IPSEC' and
11439            not 'VHOST'"
11440   parameters:
11441   - "throughput"
11442   - "parent"
11443   - "tags"
11444   sort:
11445   - "IP6BASE"
11446   - "FIB_20K"
11447   - "FIB_200K"
11448   - "FIB_2M"
11449   traces:
11450     hoverinfo: "x+y"
11451     boxpoints: "outliers"
11452     whiskerwidth: 0
11453   layout:
11454     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11455     layout: "plot-throughput"
11456
11457 -
11458   type: "plot"
11459   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11460   algorithm: "plot_performance_box"
11461   output-file-type: ".html"
11462   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11463   data: "plot-vpp-throughput-latency-2n-skx"
11464   filter: "'NIC_Intel-XXV710' and
11465            '78B' and
11466            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11467            'NDRPDR' and
11468            '2T1C' and
11469            'IP6FWD' and
11470            not 'SRv6' and
11471            not 'IPSEC' and
11472            not 'VHOST'"
11473   parameters:
11474   - "throughput"
11475   - "parent"
11476   - "tags"
11477   sort:
11478   - "IP6BASE"
11479   - "FIB_20K"
11480   - "FIB_200K"
11481   - "FIB_2M"
11482   traces:
11483     hoverinfo: "x+y"
11484     boxpoints: "outliers"
11485     whiskerwidth: 0
11486   layout:
11487     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11488     layout: "plot-throughput"
11489
11490 -
11491   type: "plot"
11492   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11493   algorithm: "plot_performance_box"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11496   data: "plot-vpp-throughput-latency-2n-skx"
11497   filter: "'NIC_Intel-XXV710' and
11498            '78B' and
11499            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11500            'NDRPDR' and
11501            '4T2C' and
11502            'IP6FWD' and
11503            not 'SRv6' and
11504            not 'IPSEC' and
11505            not 'VHOST'"
11506   parameters:
11507   - "throughput"
11508   - "parent"
11509   - "tags"
11510   sort:
11511   - "IP6BASE"
11512   - "FIB_20K"
11513   - "FIB_200K"
11514   - "FIB_2M"
11515   traces:
11516     hoverinfo: "x+y"
11517     boxpoints: "outliers"
11518     whiskerwidth: 0
11519   layout:
11520     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11521     layout: "plot-throughput"
11522
11523 -
11524   type: "plot"
11525   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11526   algorithm: "plot_performance_box"
11527   output-file-type: ".html"
11528   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11529   data: "plot-vpp-throughput-latency-2n-skx"
11530   filter: "'NIC_Intel-XXV710' and
11531            '78B' and
11532            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11533            'NDRPDR' and
11534            '4T2C' and
11535            'IP6FWD' and
11536            not 'SRv6' and
11537            not 'IPSEC' and
11538            not 'VHOST'"
11539   parameters:
11540   - "throughput"
11541   - "parent"
11542   - "tags"
11543   sort:
11544   - "IP6BASE"
11545   - "FIB_20K"
11546   - "FIB_200K"
11547   - "FIB_2M"
11548   traces:
11549     hoverinfo: "x+y"
11550     boxpoints: "outliers"
11551     whiskerwidth: 0
11552   layout:
11553     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11554     layout: "plot-throughput"
11555
11556 ################################################################################
11557
11558 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
11559 -
11560   type: "plot"
11561   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11562   algorithm: "plot_performance_box"
11563   output-file-type: ".html"
11564   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11565   data: "plot-vpp-throughput-latency-3n-hsw"
11566   filter: "'NIC_Intel-X520-DA2' and
11567            '78B' and
11568            'ENCAP' and
11569            'NDRPDR' and
11570            '1T1C' and
11571            'LISP' and
11572            not 'VHOST'"
11573   parameters:
11574   - "throughput"
11575   - "parent"
11576   - "tags"
11577   sort:
11578   - "IP4UNRLAY"
11579   - "IP6UNRLAY"
11580   traces:
11581     hoverinfo: "x+y"
11582     boxpoints: "outliers"
11583     whiskerwidth: 0
11584   layout:
11585     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11586     layout: "plot-throughput"
11587
11588 -
11589   type: "plot"
11590   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11591   algorithm: "plot_performance_box"
11592   output-file-type: ".html"
11593   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11594   data: "plot-vpp-throughput-latency-3n-hsw"
11595   filter: "'NIC_Intel-X520-DA2' and
11596            '78B' and
11597            'ENCAP' and
11598            'NDRPDR' and
11599            '1T1C' and
11600            'LISP' and
11601            not 'VHOST'"
11602   parameters:
11603   - "throughput"
11604   - "parent"
11605   - "tags"
11606   sort:
11607   - "IP4UNRLAY"
11608   - "IP6UNRLAY"
11609   traces:
11610     hoverinfo: "x+y"
11611     boxpoints: "outliers"
11612     whiskerwidth: 0
11613   layout:
11614     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11615     layout: "plot-throughput"
11616
11617 -
11618   type: "plot"
11619   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11620   algorithm: "plot_performance_box"
11621   output-file-type: ".html"
11622   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11623   data: "plot-vpp-throughput-latency-3n-hsw"
11624   filter: "'NIC_Intel-X520-DA2' and
11625            '78B' and
11626            'ENCAP' and
11627            'NDRPDR' and
11628            '2T2C' and
11629            'LISP' and
11630            not 'VHOST'"
11631   parameters:
11632   - "throughput"
11633   - "parent"
11634   - "tags"
11635   sort:
11636   - "IP4UNRLAY"
11637   - "IP6UNRLAY"
11638   traces:
11639     hoverinfo: "x+y"
11640     boxpoints: "outliers"
11641     whiskerwidth: 0
11642   layout:
11643     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11644     layout: "plot-throughput"
11645
11646 -
11647   type: "plot"
11648   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11649   algorithm: "plot_performance_box"
11650   output-file-type: ".html"
11651   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11652   data: "plot-vpp-throughput-latency-3n-hsw"
11653   filter: "'NIC_Intel-X520-DA2' and
11654            '78B' and
11655            'ENCAP' and
11656            'NDRPDR' and
11657            '2T2C' and
11658            'LISP' and
11659            not 'VHOST'"
11660   parameters:
11661   - "throughput"
11662   - "parent"
11663   - "tags"
11664   sort:
11665   - "IP4UNRLAY"
11666   - "IP6UNRLAY"
11667   traces:
11668     hoverinfo: "x+y"
11669     boxpoints: "outliers"
11670     whiskerwidth: 0
11671   layout:
11672     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11673     layout: "plot-throughput"
11674
11675 ################################################################################
11676
11677 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
11678 -
11679   type: "plot"
11680   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11681   algorithm: "plot_performance_box"
11682   output-file-type: ".html"
11683   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11684   data: "plot-vpp-throughput-latency-3n-hsw"
11685   filter: "'NIC_Intel-XL710' and
11686            '64B' and
11687            'IP4FWD' and
11688            'NDRPDR' and
11689            'BASE' and
11690            '1T1C' and
11691            'IPSECHW' and
11692            ('IPSECTRAN' or 'IPSECTUN') and
11693            not 'VHOST'"
11694   parameters:
11695   - "throughput"
11696   - "parent"
11697   - "tags"
11698   traces:
11699     hoverinfo: "x+y"
11700     boxpoints: "outliers"
11701     whiskerwidth: 0
11702   layout:
11703     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11704     layout: "plot-throughput"
11705
11706 -
11707   type: "plot"
11708   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11709   algorithm: "plot_performance_box"
11710   output-file-type: ".html"
11711   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11712   data: "plot-vpp-throughput-latency-3n-hsw"
11713   filter: "'NIC_Intel-XL710' and
11714            '64B' and
11715            'IP4FWD' and
11716            'NDRPDR' and
11717            'BASE' and
11718            '1T1C' and
11719            'IPSECHW' and
11720            ('IPSECTRAN' or 'IPSECTUN') and
11721            not 'VHOST'"
11722   parameters:
11723   - "throughput"
11724   - "parent"
11725   - "tags"
11726   traces:
11727     hoverinfo: "x+y"
11728     boxpoints: "outliers"
11729     whiskerwidth: 0
11730   layout:
11731     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11732     layout: "plot-throughput"
11733
11734 -
11735   type: "plot"
11736   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11737   algorithm: "plot_performance_box"
11738   output-file-type: ".html"
11739   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11740   data: "plot-vpp-throughput-latency-3n-hsw"
11741   filter: "'NIC_Intel-XL710' and
11742            '64B' and
11743            'IP4FWD' and
11744            'NDRPDR' and
11745            'BASE' and
11746            '2T2C' and
11747            'IPSECHW' and
11748            ('IPSECTRAN' or 'IPSECTUN') and
11749            not 'VHOST'"
11750   parameters:
11751   - "throughput"
11752   - "parent"
11753   - "tags"
11754   traces:
11755     hoverinfo: "x+y"
11756     boxpoints: "outliers"
11757     whiskerwidth: 0
11758   layout:
11759     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11760     layout: "plot-throughput"
11761
11762 -
11763   type: "plot"
11764   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11765   algorithm: "plot_performance_box"
11766   output-file-type: ".html"
11767   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11768   data: "plot-vpp-throughput-latency-3n-hsw"
11769   filter: "'NIC_Intel-XL710' and
11770            '64B' and
11771            'IP4FWD' and
11772            'NDRPDR' and
11773            'BASE' and
11774            '2T2C' and
11775            'IPSECHW' and
11776            ('IPSECTRAN' or 'IPSECTUN') and
11777            not 'VHOST'"
11778   parameters:
11779   - "throughput"
11780   - "parent"
11781   - "tags"
11782   traces:
11783     hoverinfo: "x+y"
11784     boxpoints: "outliers"
11785     whiskerwidth: 0
11786   layout:
11787     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11788     layout: "plot-throughput"
11789
11790 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
11791 -
11792   type: "plot"
11793   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11794   algorithm: "plot_performance_box"
11795   output-file-type: ".html"
11796   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11797   data: "plot-vpp-throughput-latency-3n-hsw"
11798   filter: "'NIC_Intel-XL710' and
11799            '64B' and
11800            'IP4FWD' and
11801            'NDRPDR' and
11802            'SCALE' and
11803            '1T1C' and
11804            'IPSECHW' and
11805            ('IPSECTRAN' or 'IPSECTUN') and
11806            not 'VHOST'"
11807   parameters:
11808   - "throughput"
11809   - "parent"
11810   - "tags"
11811   traces:
11812     hoverinfo: "x+y"
11813     boxpoints: "outliers"
11814     whiskerwidth: 0
11815   layout:
11816     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11817     layout: "plot-throughput"
11818
11819 -
11820   type: "plot"
11821   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11822   algorithm: "plot_performance_box"
11823   output-file-type: ".html"
11824   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11825   data: "plot-vpp-throughput-latency-3n-hsw"
11826   filter: "'NIC_Intel-XL710' and
11827            '64B' and
11828            'IP4FWD' and
11829            'NDRPDR' and
11830            'SCALE' and
11831            '1T1C' and
11832            'IPSECHW' and
11833            ('IPSECTRAN' or 'IPSECTUN') and
11834            not 'VHOST'"
11835   parameters:
11836   - "throughput"
11837   - "parent"
11838   - "tags"
11839   traces:
11840     hoverinfo: "x+y"
11841     boxpoints: "outliers"
11842     whiskerwidth: 0
11843   layout:
11844     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11845     layout: "plot-throughput"
11846
11847 -
11848   type: "plot"
11849   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11850   algorithm: "plot_performance_box"
11851   output-file-type: ".html"
11852   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11853   data: "plot-vpp-throughput-latency-3n-hsw"
11854   filter: "'NIC_Intel-XL710' and
11855            '64B' and
11856            'IP4FWD' and
11857            'NDRPDR' and
11858            'SCALE' and
11859            '2T2C' and
11860            'IPSECHW' and
11861            ('IPSECTRAN' or 'IPSECTUN') and
11862            not 'VHOST'"
11863   parameters:
11864   - "throughput"
11865   - "parent"
11866   - "tags"
11867   traces:
11868     hoverinfo: "x+y"
11869     boxpoints: "outliers"
11870     whiskerwidth: 0
11871   layout:
11872     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11873     layout: "plot-throughput"
11874
11875 -
11876   type: "plot"
11877   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11878   algorithm: "plot_performance_box"
11879   output-file-type: ".html"
11880   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11881   data: "plot-vpp-throughput-latency-3n-hsw"
11882   filter: "'NIC_Intel-XL710' and
11883            '64B' and
11884            'IP4FWD' and
11885            'NDRPDR' and
11886            'SCALE' and
11887            '2T2C' and
11888            'IPSECHW' and
11889            ('IPSECTRAN' or 'IPSECTUN') and
11890            not 'VHOST'"
11891   parameters:
11892   - "throughput"
11893   - "parent"
11894   - "tags"
11895   traces:
11896     hoverinfo: "x+y"
11897     boxpoints: "outliers"
11898     whiskerwidth: 0
11899   layout:
11900     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11901     layout: "plot-throughput"
11902
11903 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
11904 -
11905   type: "plot"
11906   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11907   algorithm: "plot_performance_box"
11908   output-file-type: ".html"
11909   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11910   data: "plot-vpp-throughput-latency-3n-hsw"
11911   filter: "'NIC_Intel-XL710' and
11912            '64B' and
11913            'IP4FWD' and
11914            'NDRPDR' and
11915            '1T1C' and
11916            'IPSECSW' and
11917            ('IPSECTRAN' or 'IPSECTUN') and
11918            not 'VHOST'"
11919   parameters:
11920   - "throughput"
11921   - "parent"
11922   - "tags"
11923   traces:
11924     hoverinfo: "x+y"
11925     boxpoints: "outliers"
11926     whiskerwidth: 0
11927   layout:
11928     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11929     layout: "plot-throughput"
11930
11931 -
11932   type: "plot"
11933   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11934   algorithm: "plot_performance_box"
11935   output-file-type: ".html"
11936   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11937   data: "plot-vpp-throughput-latency-3n-hsw"
11938   filter: "'NIC_Intel-XL710' and
11939            '64B' and
11940            'IP4FWD' and
11941            'NDRPDR' and
11942            '1T1C' and
11943            'IPSECSW' and
11944            ('IPSECTRAN' or 'IPSECTUN') and
11945            not 'VHOST'"
11946   parameters:
11947   - "throughput"
11948   - "parent"
11949   - "tags"
11950   traces:
11951     hoverinfo: "x+y"
11952     boxpoints: "outliers"
11953     whiskerwidth: 0
11954   layout:
11955     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11956     layout: "plot-throughput"
11957
11958 -
11959   type: "plot"
11960   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11961   algorithm: "plot_performance_box"
11962   output-file-type: ".html"
11963   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11964   data: "plot-vpp-throughput-latency-3n-hsw"
11965   filter: "'NIC_Intel-XL710' and
11966            '64B' and
11967            'IP4FWD' and
11968            'NDRPDR' and
11969            '2T2C' and
11970            'IPSECSW' and
11971            ('IPSECTRAN' or 'IPSECTUN') and
11972            not 'VHOST'"
11973   parameters:
11974   - "throughput"
11975   - "parent"
11976   - "tags"
11977   traces:
11978     hoverinfo: "x+y"
11979     boxpoints: "outliers"
11980     whiskerwidth: 0
11981   layout:
11982     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11983     layout: "plot-throughput"
11984
11985 -
11986   type: "plot"
11987   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11988   algorithm: "plot_performance_box"
11989   output-file-type: ".html"
11990   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11991   data: "plot-vpp-throughput-latency-3n-hsw"
11992   filter: "'NIC_Intel-XL710' and
11993            '64B' and
11994            'IP4FWD' and
11995            'NDRPDR' and
11996            '2T2C' and
11997            'IPSECSW' and
11998            ('IPSECTRAN' or 'IPSECTUN') and
11999            not 'VHOST'"
12000   parameters:
12001   - "throughput"
12002   - "parent"
12003   - "tags"
12004   traces:
12005     hoverinfo: "x+y"
12006     boxpoints: "outliers"
12007     whiskerwidth: 0
12008   layout:
12009     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12010     layout: "plot-throughput"
12011
12012 ################################################################################
12013
12014 # Packet Throughput - VPP SRv6 3n-hsw-x520
12015 -
12016   type: "plot"
12017   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12018   algorithm: "plot_performance_box"
12019   output-file-type: ".html"
12020   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12021   data: "plot-vpp-throughput-latency-3n-hsw"
12022   filter: "'NIC_Intel-X520-DA2' and
12023            '78B' and
12024            'FEATURE' and
12025            'NDRPDR' and
12026            '1T1C' and
12027            'IP6FWD' and
12028            'SRv6'"
12029   parameters:
12030   - "throughput"
12031   - "parent"
12032   - "tags"
12033   traces:
12034     hoverinfo: "x+y"
12035     boxpoints: "outliers"
12036     whiskerwidth: 0
12037   layout:
12038     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12039     layout: "plot-throughput"
12040
12041 -
12042   type: "plot"
12043   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12044   algorithm: "plot_performance_box"
12045   output-file-type: ".html"
12046   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12047   data: "plot-vpp-throughput-latency-3n-hsw"
12048   filter: "'NIC_Intel-X520-DA2' and
12049            '78B' and
12050            'FEATURE' and
12051            'NDRPDR' and
12052            '1T1C' and
12053            'IP6FWD' and
12054            'SRv6'"
12055   parameters:
12056   - "throughput"
12057   - "parent"
12058   - "tags"
12059   traces:
12060     hoverinfo: "x+y"
12061     boxpoints: "outliers"
12062     whiskerwidth: 0
12063   layout:
12064     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12065     layout: "plot-throughput"
12066
12067 -
12068   type: "plot"
12069   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12070   algorithm: "plot_performance_box"
12071   output-file-type: ".html"
12072   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12073   data: "plot-vpp-throughput-latency-3n-hsw"
12074   filter: "'NIC_Intel-X520-DA2' and
12075            '78B' and
12076            'FEATURE' and
12077            'NDRPDR' and
12078            '2T2C' and
12079            'IP6FWD' and
12080            'SRv6'"
12081   parameters:
12082   - "throughput"
12083   - "parent"
12084   - "tags"
12085   traces:
12086     hoverinfo: "x+y"
12087     boxpoints: "outliers"
12088     whiskerwidth: 0
12089   layout:
12090     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12091     layout: "plot-throughput"
12092
12093 -
12094   type: "plot"
12095   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12096   algorithm: "plot_performance_box"
12097   output-file-type: ".html"
12098   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12099   data: "plot-vpp-throughput-latency-3n-hsw"
12100   filter: "'NIC_Intel-X520-DA2' and
12101            '78B' and
12102            'FEATURE' and
12103            'NDRPDR' and
12104            '2T2C' and
12105            'IP6FWD' and
12106            'SRv6'"
12107   parameters:
12108   - "throughput"
12109   - "parent"
12110   - "tags"
12111   traces:
12112     hoverinfo: "x+y"
12113     boxpoints: "outliers"
12114     whiskerwidth: 0
12115   layout:
12116     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12117     layout: "plot-throughput"
12118
12119 ################################################################################
12120
12121 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12122 -
12123   type: "plot"
12124   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12125   algorithm: "plot_performance_box"
12126   output-file-type: ".html"
12127   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12128   data: "plot-vpp-throughput-latency-3n-hsw"
12129   filter: "'NIC_Intel-X520-DA2' and
12130            '64B' and
12131            'NDRPDR' and
12132            'ETH' and
12133            'IP4FWD' and
12134            '1T1C' and
12135            'VHOST_1024' and
12136            not 'VXLAN' and
12137            not 'DOT1Q'"
12138   parameters:
12139   - "throughput"
12140   - "parent"
12141   - "tags"
12142   sort:
12143   - "not CFS_OPT"
12144   - "1VM"
12145   - "2VM"
12146   traces:
12147     hoverinfo: "x+y"
12148     boxpoints: "outliers"
12149     whiskerwidth: 0
12150   layout:
12151     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12152     layout: "plot-throughput"
12153
12154 -
12155   type: "plot"
12156   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12157   algorithm: "plot_performance_box"
12158   output-file-type: ".html"
12159   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12160   data: "plot-vpp-throughput-latency-3n-hsw"
12161   filter: "'NIC_Intel-X520-DA2' and
12162            '64B' and
12163            'NDRPDR' and
12164            'ETH' and
12165            'IP4FWD' and
12166            '2T2C' and
12167            'VHOST_1024' and
12168            not 'VXLAN' and
12169            not 'DOT1Q'"
12170   parameters:
12171   - "throughput"
12172   - "parent"
12173   - "tags"
12174   sort:
12175   - "not CFS_OPT"
12176   - "1VM"
12177   - "2VM"
12178   traces:
12179     hoverinfo: "x+y"
12180     boxpoints: "outliers"
12181     whiskerwidth: 0
12182   layout:
12183     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12184     layout: "plot-throughput"
12185
12186 -
12187   type: "plot"
12188   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12189   algorithm: "plot_performance_box"
12190   output-file-type: ".html"
12191   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12192   data: "plot-vpp-throughput-latency-3n-hsw"
12193   filter: "'NIC_Intel-X520-DA2' and
12194            '64B' and
12195            'NDRPDR' and
12196            'ETH' and
12197            'IP4FWD' and
12198            '1T1C' and
12199            'VHOST_1024' and
12200            not 'VXLAN' and
12201            not 'DOT1Q'"
12202   parameters:
12203   - "throughput"
12204   - "parent"
12205   - "tags"
12206   sort:
12207   - "not CFS_OPT"
12208   - "1VM"
12209   - "2VM"
12210   traces:
12211     hoverinfo: "x+y"
12212     boxpoints: "outliers"
12213     whiskerwidth: 0
12214   layout:
12215     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12216     layout: "plot-throughput"
12217
12218 -
12219   type: "plot"
12220   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12221   algorithm: "plot_performance_box"
12222   output-file-type: ".html"
12223   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12224   data: "plot-vpp-throughput-latency-3n-hsw"
12225   filter: "'NIC_Intel-X520-DA2' and
12226            '64B' and
12227            'NDRPDR' and
12228            'ETH' and
12229            'IP4FWD' and
12230            '2T2C' and
12231            'VHOST_1024' and
12232            not 'VXLAN' and
12233            not 'DOT1Q'"
12234   parameters:
12235   - "throughput"
12236   - "parent"
12237   - "tags"
12238   sort:
12239   - "not CFS_OPT"
12240   - "1VM"
12241   - "2VM"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12248     layout: "plot-throughput"
12249
12250 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
12251 -
12252   type: "plot"
12253   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12254   algorithm: "plot_performance_box"
12255   output-file-type: ".html"
12256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12257   data: "plot-vpp-throughput-latency-3n-hsw"
12258   filter: "'NIC_Intel-X520-DA2' and
12259            '64B' and
12260            'NDRPDR' and
12261            ('ETH' or 'DOT1Q') and
12262            '1T1C' and
12263            'L2BDMACLRN' and
12264            'VHOST_1024' and
12265            not 'VXLAN' and
12266            not 'IP4FWD' and
12267            not '2VM'"
12268   parameters:
12269   - "throughput"
12270   - "parent"
12271   - "tags"
12272 #  sort:
12273 #  - "VM"  # "not CFS_OPT"
12274 #  - "CFS_OPT"
12275 #  - "FIB_10K"
12276 #  - "FIB_100K"
12277 #  - "FIB_1M"
12278   traces:
12279     hoverinfo: "x+y"
12280     boxpoints: "outliers"
12281     whiskerwidth: 0
12282   layout:
12283     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12284     layout: "plot-throughput"
12285
12286 -
12287   type: "plot"
12288   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12289   algorithm: "plot_performance_box"
12290   output-file-type: ".html"
12291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12292   data: "plot-vpp-throughput-latency-3n-hsw"
12293   filter: "'NIC_Intel-X520-DA2' and
12294            '64B' and
12295            'NDRPDR' and
12296            ('ETH' or 'DOT1Q') and
12297            '2T2C' and
12298            'L2BDMACLRN' and
12299            'VHOST_1024' and
12300            not 'VXLAN' and
12301            not 'IP4FWD' and
12302            not '2VM'"
12303   parameters:
12304   - "throughput"
12305   - "parent"
12306   - "tags"
12307 #  sort:
12308 #  - "VM"  # "not CFS_OPT"
12309 #  - "CFS_OPT"
12310 #  - "FIB_10K"
12311 #  - "FIB_100K"
12312 #  - "FIB_1M"
12313   traces:
12314     hoverinfo: "x+y"
12315     boxpoints: "outliers"
12316     whiskerwidth: 0
12317   layout:
12318     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12319     layout: "plot-throughput"
12320
12321 -
12322   type: "plot"
12323   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12324   algorithm: "plot_performance_box"
12325   output-file-type: ".html"
12326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12327   data: "plot-vpp-throughput-latency-3n-hsw"
12328   filter: "'NIC_Intel-X520-DA2' and
12329            '64B' and
12330            'NDRPDR' and
12331            ('ETH' or 'DOT1Q') and
12332            '1T1C' and
12333            'L2BDMACLRN' and
12334            'VHOST_1024' and
12335            not 'VXLAN' and
12336            not 'IP4FWD' and
12337            not '2VM'"
12338   parameters:
12339   - "throughput"
12340   - "parent"
12341   - "tags"
12342 #  sort:
12343 #  - "VM"  # "not CFS_OPT"
12344 #  - "CFS_OPT"
12345 #  - "FIB_10K"
12346 #  - "FIB_100K"
12347 #  - "FIB_1M"
12348   traces:
12349     hoverinfo: "x+y"
12350     boxpoints: "outliers"
12351     whiskerwidth: 0
12352   layout:
12353     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12354     layout: "plot-throughput"
12355
12356 -
12357   type: "plot"
12358   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12359   algorithm: "plot_performance_box"
12360   output-file-type: ".html"
12361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12362   data: "plot-vpp-throughput-latency-3n-hsw"
12363   filter: "'NIC_Intel-X520-DA2' and
12364            '64B' and
12365            'NDRPDR' and
12366            ('ETH' or 'DOT1Q') and
12367            '2T2C' and
12368            'L2BDMACLRN' and
12369            'VHOST_1024' and
12370            not 'VXLAN' and
12371            not 'IP4FWD' and
12372            not '2VM'"
12373   parameters:
12374   - "throughput"
12375   - "parent"
12376   - "tags"
12377 #  sort:
12378 #  - "VM"  # "not CFS_OPT"
12379 #  - "CFS_OPT"
12380 #  - "FIB_10K"
12381 #  - "FIB_100K"
12382 #  - "FIB_1M"
12383   traces:
12384     hoverinfo: "x+y"
12385     boxpoints: "outliers"
12386     whiskerwidth: 0
12387   layout:
12388     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12389     layout: "plot-throughput"
12390
12391 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
12392 -
12393   type: "plot"
12394   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12395   algorithm: "plot_performance_box"
12396   output-file-type: ".html"
12397   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12398   data: "plot-vpp-throughput-latency-3n-hsw"
12399   filter: "'NIC_Intel-X520-DA2' and
12400            '64B' and
12401            'NDRPDR' and
12402            ('ETH' or 'DOT1Q') and
12403            'BASE' and
12404            '1T1C' and
12405            ('L2BDMACLRN' or 'L2XCFWD') and
12406            'VHOST_1024' and
12407            not 'VXLAN' and
12408            not 'IP4FWD' and
12409            not '2VM'"
12410   parameters:
12411   - "throughput"
12412   - "parent"
12413   - "tags"
12414 #  sort:
12415 #  - "not CFS_OPT"
12416 #  - "L2XCFWD"
12417 #  - "not CFS_OPT"
12418 #  - "CFS_OPT"
12419   traces:
12420     hoverinfo: "x+y"
12421     boxpoints: "outliers"
12422     whiskerwidth: 0
12423   layout:
12424     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12425     layout: "plot-throughput"
12426
12427 -
12428   type: "plot"
12429   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12430   algorithm: "plot_performance_box"
12431   output-file-type: ".html"
12432   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12433   data: "plot-vpp-throughput-latency-3n-hsw"
12434   filter: "'NIC_Intel-X520-DA2' and
12435            '64B' and
12436            'NDRPDR' and
12437            ('ETH' or 'DOT1Q') and
12438            'BASE' and
12439            '1T1C' and
12440            ('L2BDMACLRN' or 'L2XCFWD') and
12441            'VHOST_1024' and
12442            not 'VXLAN' and
12443            not 'IP4FWD' and
12444            not '2VM'"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449 #  sort:
12450 #  - "not CFS_OPT"
12451 #  - "L2XCFWD"
12452 #  - "not CFS_OPT"
12453 #  - "CFS_OPT"
12454   traces:
12455     hoverinfo: "x+y"
12456     boxpoints: "outliers"
12457     whiskerwidth: 0
12458   layout:
12459     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12460     layout: "plot-throughput"
12461
12462 -
12463   type: "plot"
12464   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12465   algorithm: "plot_performance_box"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12468   data: "plot-vpp-throughput-latency-3n-hsw"
12469   filter: "'NIC_Intel-X520-DA2' and
12470            '64B' and
12471            'NDRPDR' and
12472            ('ETH' or 'DOT1Q') and
12473            'BASE' and
12474            '2T2C' and
12475            ('L2BDMACLRN' or 'L2XCFWD') and
12476            'VHOST_1024' and
12477            not 'VXLAN' and
12478            not 'IP4FWD' and
12479            not '2VM'"
12480   parameters:
12481   - "throughput"
12482   - "parent"
12483   - "tags"
12484 #  sort:
12485 #  - "not CFS_OPT"
12486 #  - "L2XCFWD"
12487 #  - "not CFS_OPT"
12488 #  - "CFS_OPT"
12489   traces:
12490     hoverinfo: "x+y"
12491     boxpoints: "outliers"
12492     whiskerwidth: 0
12493   layout:
12494     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12495     layout: "plot-throughput"
12496
12497 -
12498   type: "plot"
12499   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12500   algorithm: "plot_performance_box"
12501   output-file-type: ".html"
12502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12503   data: "plot-vpp-throughput-latency-3n-hsw"
12504   filter: "'NIC_Intel-X520-DA2' and
12505            '64B' and
12506            'NDRPDR' and
12507            ('ETH' or 'DOT1Q') and
12508            'BASE' and
12509            '2T2C' and
12510            ('L2BDMACLRN' or 'L2XCFWD') and
12511            'VHOST_1024' and
12512            not 'VXLAN' and
12513            not 'IP4FWD' and
12514            not '2VM'"
12515   parameters:
12516   - "throughput"
12517   - "parent"
12518   - "tags"
12519 #  sort:
12520 #  - "not CFS_OPT"
12521 #  - "L2XCFWD"
12522 #  - "not CFS_OPT"
12523 #  - "CFS_OPT"
12524   traces:
12525     hoverinfo: "x+y"
12526     boxpoints: "outliers"
12527     whiskerwidth: 0
12528   layout:
12529     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12530     layout: "plot-throughput"
12531
12532 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
12533 -
12534   type: "plot"
12535   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12536   algorithm: "plot_performance_box"
12537   output-file-type: ".html"
12538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12539   data: "plot-vpp-throughput-latency-3n-hsw"
12540   filter: "'NIC_Intel-X520-DA2' and
12541            '64B' and
12542            'NDRPDR' and
12543            ('ETH' or 'DOT1Q') and
12544            '1T1C' and
12545            ('L2BDMACLRN' or 'L2XCFWD') and
12546            'VHOST_1024' and
12547            not 'CFS_OPT' and
12548            not 'VXLAN' and
12549            not 'IP4FWD' and
12550            not 'LBOND'"
12551   parameters:
12552   - "throughput"
12553   - "parent"
12554   - "tags"
12555 #  sort:
12556 #  - "1VM"
12557 #  - "L2XCFWD"
12558 #  - "1VM"
12559 #  - "L2BDMACLRN"
12560   traces:
12561     hoverinfo: "x+y"
12562     boxpoints: "outliers"
12563     whiskerwidth: 0
12564   layout:
12565     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12566     layout: "plot-throughput"
12567
12568 -
12569   type: "plot"
12570   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12571   algorithm: "plot_performance_box"
12572   output-file-type: ".html"
12573   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12574   data: "plot-vpp-throughput-latency-3n-hsw"
12575   filter: "'NIC_Intel-X520-DA2' and
12576            '64B' and
12577            'NDRPDR' and
12578            ('ETH' or 'DOT1Q') and
12579            '1T1C' and
12580            ('L2BDMACLRN' or 'L2XCFWD') and
12581            'VHOST_1024' and
12582            not 'CFS_OPT' and
12583            not 'VXLAN' and
12584            not 'IP4FWD' and
12585            not 'LBOND'"
12586   parameters:
12587   - "throughput"
12588   - "parent"
12589   - "tags"
12590 #  sort:
12591 #  - "1VM"
12592 #  - "L2XCFWD"
12593 #  - "1VM"
12594 #  - "L2BDMACLRN"
12595   traces:
12596     hoverinfo: "x+y"
12597     boxpoints: "outliers"
12598     whiskerwidth: 0
12599   layout:
12600     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12601     layout: "plot-throughput"
12602
12603 -
12604   type: "plot"
12605   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12606   algorithm: "plot_performance_box"
12607   output-file-type: ".html"
12608   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12609   data: "plot-vpp-throughput-latency-3n-hsw"
12610   filter: "'NIC_Intel-X520-DA2' and
12611            '64B' and
12612            'NDRPDR' and
12613            ('ETH' or 'DOT1Q') and
12614            '2T2C' and
12615            ('L2BDMACLRN' or 'L2XCFWD') and
12616            'VHOST_1024' and
12617            not 'CFS_OPT' and
12618            not 'VXLAN' and
12619            not 'IP4FWD' and
12620            not 'LBOND'"
12621   parameters:
12622   - "throughput"
12623   - "parent"
12624   - "tags"
12625 #  sort:
12626 #  - "1VM"
12627 #  - "L2XCFWD"
12628 #  - "1VM"
12629 #  - "L2BDMACLRN"
12630   traces:
12631     hoverinfo: "x+y"
12632     boxpoints: "outliers"
12633     whiskerwidth: 0
12634   layout:
12635     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12636     layout: "plot-throughput"
12637
12638 -
12639   type: "plot"
12640   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12641   algorithm: "plot_performance_box"
12642   output-file-type: ".html"
12643   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12644   data: "plot-vpp-throughput-latency-3n-hsw"
12645   filter: "'NIC_Intel-X520-DA2' and
12646            '64B' and
12647            'NDRPDR' and
12648            ('ETH' or 'DOT1Q') and
12649            '2T2C' and
12650            ('L2BDMACLRN' or 'L2XCFWD') and
12651            'VHOST_1024' and
12652            not 'CFS_OPT' and
12653            not 'VXLAN' and
12654            not 'IP4FWD' and
12655            not 'LBOND'"
12656   parameters:
12657   - "throughput"
12658   - "parent"
12659   - "tags"
12660 #  sort:
12661 #  - "1VM"
12662 #  - "L2XCFWD"
12663 #  - "1VM"
12664 #  - "L2BDMACLRN"
12665   traces:
12666     hoverinfo: "x+y"
12667     boxpoints: "outliers"
12668     whiskerwidth: 0
12669   layout:
12670     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12671     layout: "plot-throughput"
12672
12673 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
12674 -
12675   type: "plot"
12676   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12677   algorithm: "plot_performance_box"
12678   output-file-type: ".html"
12679   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12680   data: "plot-vpp-throughput-latency-3n-hsw"
12681   filter: "'NIC_Intel-X710' and
12682            '64B' and
12683            'NDRPDR' and
12684            'ETH' and
12685            'IP4FWD' and
12686            '1T1C' and
12687            'VHOST_1024' and
12688            not 'VXLAN' and
12689            not 'DOT1Q'"
12690   parameters:
12691   - "throughput"
12692   - "parent"
12693   - "tags"
12694   sort:
12695   - "not CFS_OPT"
12696   - "1VM"
12697   - "2VM"
12698   traces:
12699     hoverinfo: "x+y"
12700     boxpoints: "outliers"
12701     whiskerwidth: 0
12702   layout:
12703     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12704     layout: "plot-throughput"
12705
12706 -
12707   type: "plot"
12708   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12709   algorithm: "plot_performance_box"
12710   output-file-type: ".html"
12711   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12712   data: "plot-vpp-throughput-latency-3n-hsw"
12713   filter: "'NIC_Intel-X710' and
12714            '64B' and
12715            'NDRPDR' and
12716            'ETH' and
12717            'IP4FWD' and
12718            '2T2C' and
12719            'VHOST_1024' and
12720            not 'VXLAN' and
12721            not 'DOT1Q'"
12722   parameters:
12723   - "throughput"
12724   - "parent"
12725   - "tags"
12726   sort:
12727   - "not CFS_OPT"
12728   - "1VM"
12729   - "2VM"
12730   traces:
12731     hoverinfo: "x+y"
12732     boxpoints: "outliers"
12733     whiskerwidth: 0
12734   layout:
12735     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12736     layout: "plot-throughput"
12737
12738 -
12739   type: "plot"
12740   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12741   algorithm: "plot_performance_box"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12744   data: "plot-vpp-throughput-latency-3n-hsw"
12745   filter: "'NIC_Intel-X710' and
12746            '64B' and
12747            'NDRPDR' and
12748            'ETH' and
12749            'IP4FWD' and
12750            '1T1C' and
12751            'VHOST_1024' and
12752            not 'VXLAN' and
12753            not 'DOT1Q'"
12754   parameters:
12755   - "throughput"
12756   - "parent"
12757   - "tags"
12758   sort:
12759   - "not CFS_OPT"
12760   - "1VM"
12761   - "2VM"
12762   traces:
12763     hoverinfo: "x+y"
12764     boxpoints: "outliers"
12765     whiskerwidth: 0
12766   layout:
12767     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12768     layout: "plot-throughput"
12769
12770 -
12771   type: "plot"
12772   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12773   algorithm: "plot_performance_box"
12774   output-file-type: ".html"
12775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12776   data: "plot-vpp-throughput-latency-3n-hsw"
12777   filter: "'NIC_Intel-X710' and
12778            '64B' and
12779            'NDRPDR' and
12780            'ETH' and
12781            'IP4FWD' and
12782            '2T2C' and
12783            'VHOST_1024' and
12784            not 'VXLAN' and
12785            not 'DOT1Q'"
12786   parameters:
12787   - "throughput"
12788   - "parent"
12789   - "tags"
12790   sort:
12791   - "not CFS_OPT"
12792   - "1VM"
12793   - "2VM"
12794   traces:
12795     hoverinfo: "x+y"
12796     boxpoints: "outliers"
12797     whiskerwidth: 0
12798   layout:
12799     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12800     layout: "plot-throughput"
12801
12802 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
12803 -
12804   type: "plot"
12805   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12806   algorithm: "plot_performance_box"
12807   output-file-type: ".html"
12808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12809   data: "plot-vpp-throughput-latency-3n-hsw"
12810   filter: "'NIC_Intel-X710' and
12811            '64B' and
12812            'NDRPDR' and
12813            ('ETH' or 'DOT1Q') and
12814            '1T1C' and
12815            'L2BDMACLRN' and
12816            'VHOST_1024' and
12817            not 'VXLAN' and
12818            not 'IP4FWD' and
12819            not '2VM'"
12820   parameters:
12821   - "throughput"
12822   - "parent"
12823   - "tags"
12824 #  sort:
12825 #  - "VM"  # "not CFS_OPT"
12826 #  - "CFS_OPT"
12827 #  - "FIB_10K"
12828 #  - "FIB_100K"
12829 #  - "FIB_1M"
12830   traces:
12831     hoverinfo: "x+y"
12832     boxpoints: "outliers"
12833     whiskerwidth: 0
12834   layout:
12835     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12836     layout: "plot-throughput"
12837
12838 -
12839   type: "plot"
12840   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12841   algorithm: "plot_performance_box"
12842   output-file-type: ".html"
12843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12844   data: "plot-vpp-throughput-latency-3n-hsw"
12845   filter: "'NIC_Intel-X710' and
12846            '64B' and
12847            'NDRPDR' and
12848            ('ETH' or 'DOT1Q') and
12849            '2T2C' and
12850            'L2BDMACLRN' and
12851            'VHOST_1024' and
12852            not 'VXLAN' and
12853            not 'IP4FWD' and
12854            not '2VM'"
12855   parameters:
12856   - "throughput"
12857   - "parent"
12858   - "tags"
12859 #  sort:
12860 #  - "VM"  # "not CFS_OPT"
12861 #  - "CFS_OPT"
12862 #  - "FIB_10K"
12863 #  - "FIB_100K"
12864 #  - "FIB_1M"
12865   traces:
12866     hoverinfo: "x+y"
12867     boxpoints: "outliers"
12868     whiskerwidth: 0
12869   layout:
12870     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12871     layout: "plot-throughput"
12872
12873 -
12874   type: "plot"
12875   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12876   algorithm: "plot_performance_box"
12877   output-file-type: ".html"
12878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12879   data: "plot-vpp-throughput-latency-3n-hsw"
12880   filter: "'NIC_Intel-X710' and
12881            '64B' and
12882            'NDRPDR' and
12883            ('ETH' or 'DOT1Q') and
12884            '1T1C' and
12885            'L2BDMACLRN' and
12886            'VHOST_1024' and
12887            not 'VXLAN' and
12888            not 'IP4FWD' and
12889            not '2VM'"
12890   parameters:
12891   - "throughput"
12892   - "parent"
12893   - "tags"
12894 #  sort:
12895 #  - "VM"  # "not CFS_OPT"
12896 #  - "CFS_OPT"
12897 #  - "FIB_10K"
12898 #  - "FIB_100K"
12899 #  - "FIB_1M"
12900   traces:
12901     hoverinfo: "x+y"
12902     boxpoints: "outliers"
12903     whiskerwidth: 0
12904   layout:
12905     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12906     layout: "plot-throughput"
12907
12908 -
12909   type: "plot"
12910   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12911   algorithm: "plot_performance_box"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12914   data: "plot-vpp-throughput-latency-3n-hsw"
12915   filter: "'NIC_Intel-X710' and
12916            '64B' and
12917            'NDRPDR' and
12918            ('ETH' or 'DOT1Q') and
12919            '2T2C' and
12920            'L2BDMACLRN' and
12921            'VHOST_1024' and
12922            not 'VXLAN' and
12923            not 'IP4FWD' and
12924            not '2VM'"
12925   parameters:
12926   - "throughput"
12927   - "parent"
12928   - "tags"
12929 #  sort:
12930 #  - "VM"  # "not CFS_OPT"
12931 #  - "CFS_OPT"
12932 #  - "FIB_10K"
12933 #  - "FIB_100K"
12934 #  - "FIB_1M"
12935   traces:
12936     hoverinfo: "x+y"
12937     boxpoints: "outliers"
12938     whiskerwidth: 0
12939   layout:
12940     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12941     layout: "plot-throughput"
12942
12943 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
12944 -
12945   type: "plot"
12946   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12947   algorithm: "plot_performance_box"
12948   output-file-type: ".html"
12949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12950   data: "plot-vpp-throughput-latency-3n-hsw"
12951   filter: "'NIC_Intel-X710' and
12952            '64B' and
12953            'NDRPDR' and
12954            ('ETH' or 'DOT1Q') and
12955            'BASE' and
12956            '1T1C' and
12957            ('L2BDMACLRN' or 'L2XCFWD') and
12958            'VHOST_1024' and
12959            not 'VXLAN' and
12960            not 'IP4FWD' and
12961            not '2VM'"
12962   parameters:
12963   - "throughput"
12964   - "parent"
12965   - "tags"
12966 #  sort:
12967 #  - "not CFS_OPT"
12968 #  - "L2XCFWD"
12969 #  - "not CFS_OPT"
12970 #  - "CFS_OPT"
12971   traces:
12972     hoverinfo: "x+y"
12973     boxpoints: "outliers"
12974     whiskerwidth: 0
12975   layout:
12976     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12977     layout: "plot-throughput"
12978
12979 -
12980   type: "plot"
12981   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12982   algorithm: "plot_performance_box"
12983   output-file-type: ".html"
12984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12985   data: "plot-vpp-throughput-latency-3n-hsw"
12986   filter: "'NIC_Intel-X710' and
12987            '64B' and
12988            'NDRPDR' and
12989            ('ETH' or 'DOT1Q') and
12990            'BASE' and
12991            '1T1C' and
12992            ('L2BDMACLRN' or 'L2XCFWD') and
12993            'VHOST_1024' and
12994            not 'VXLAN' and
12995            not 'IP4FWD' and
12996            not '2VM'"
12997   parameters:
12998   - "throughput"
12999   - "parent"
13000   - "tags"
13001 #  sort:
13002 #  - "not CFS_OPT"
13003 #  - "L2XCFWD"
13004 #  - "not CFS_OPT"
13005 #  - "CFS_OPT"
13006   traces:
13007     hoverinfo: "x+y"
13008     boxpoints: "outliers"
13009     whiskerwidth: 0
13010   layout:
13011     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13012     layout: "plot-throughput"
13013
13014 -
13015   type: "plot"
13016   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13017   algorithm: "plot_performance_box"
13018   output-file-type: ".html"
13019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13020   data: "plot-vpp-throughput-latency-3n-hsw"
13021   filter: "'NIC_Intel-X710' and
13022            '64B' and
13023            'NDRPDR' and
13024            ('ETH' or 'DOT1Q') and
13025            'BASE' and
13026            '2T2C' and
13027            ('L2BDMACLRN' or 'L2XCFWD') and
13028            'VHOST_1024' and
13029            not 'VXLAN' and
13030            not 'IP4FWD' and
13031            not '2VM'"
13032   parameters:
13033   - "throughput"
13034   - "parent"
13035   - "tags"
13036 #  sort:
13037 #  - "not CFS_OPT"
13038 #  - "L2XCFWD"
13039 #  - "not CFS_OPT"
13040 #  - "CFS_OPT"
13041   traces:
13042     hoverinfo: "x+y"
13043     boxpoints: "outliers"
13044     whiskerwidth: 0
13045   layout:
13046     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13047     layout: "plot-throughput"
13048
13049 -
13050   type: "plot"
13051   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13052   algorithm: "plot_performance_box"
13053   output-file-type: ".html"
13054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13055   data: "plot-vpp-throughput-latency-3n-hsw"
13056   filter: "'NIC_Intel-X710' and
13057            '64B' and
13058            'NDRPDR' and
13059            ('ETH' or 'DOT1Q') and
13060            'BASE' and
13061            '2T2C' and
13062            ('L2BDMACLRN' or 'L2XCFWD') and
13063            'VHOST_1024' and
13064            not 'VXLAN' and
13065            not 'IP4FWD' and
13066            not '2VM'"
13067   parameters:
13068   - "throughput"
13069   - "parent"
13070   - "tags"
13071 #  sort:
13072 #  - "not CFS_OPT"
13073 #  - "L2XCFWD"
13074 #  - "not CFS_OPT"
13075 #  - "CFS_OPT"
13076   traces:
13077     hoverinfo: "x+y"
13078     boxpoints: "outliers"
13079     whiskerwidth: 0
13080   layout:
13081     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13082     layout: "plot-throughput"
13083
13084 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
13085 -
13086   type: "plot"
13087   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13088   algorithm: "plot_performance_box"
13089   output-file-type: ".html"
13090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13091   data: "plot-vpp-throughput-latency-3n-hsw"
13092   filter: "'NIC_Intel-X710' and
13093            '64B' and
13094            'NDRPDR' and
13095            ('ETH' or 'DOT1Q') and
13096            '1T1C' and
13097            ('L2BDMACLRN' or 'L2XCFWD') and
13098            'VHOST_1024' and
13099            not 'CFS_OPT' and
13100            not 'VXLAN' and
13101            not 'IP4FWD' and
13102            not 'LBOND'"
13103   parameters:
13104   - "throughput"
13105   - "parent"
13106   - "tags"
13107 #  sort:
13108 #  - "1VM"
13109 #  - "L2XCFWD"
13110 #  - "1VM"
13111 #  - "L2BDMACLRN"
13112   traces:
13113     hoverinfo: "x+y"
13114     boxpoints: "outliers"
13115     whiskerwidth: 0
13116   layout:
13117     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13118     layout: "plot-throughput"
13119
13120 -
13121   type: "plot"
13122   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13123   algorithm: "plot_performance_box"
13124   output-file-type: ".html"
13125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13126   data: "plot-vpp-throughput-latency-3n-hsw"
13127   filter: "'NIC_Intel-X710' and
13128            '64B' and
13129            'NDRPDR' and
13130            ('ETH' or 'DOT1Q') and
13131            '1T1C' and
13132            ('L2BDMACLRN' or 'L2XCFWD') and
13133            'VHOST_1024' and
13134            not 'CFS_OPT' and
13135            not 'VXLAN' and
13136            not 'IP4FWD' and
13137            not 'LBOND'"
13138   parameters:
13139   - "throughput"
13140   - "parent"
13141   - "tags"
13142 #  sort:
13143 #  - "1VM"
13144 #  - "L2XCFWD"
13145 #  - "1VM"
13146 #  - "L2BDMACLRN"
13147   traces:
13148     hoverinfo: "x+y"
13149     boxpoints: "outliers"
13150     whiskerwidth: 0
13151   layout:
13152     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13153     layout: "plot-throughput"
13154
13155 -
13156   type: "plot"
13157   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13158   algorithm: "plot_performance_box"
13159   output-file-type: ".html"
13160   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13161   data: "plot-vpp-throughput-latency-3n-hsw"
13162   filter: "'NIC_Intel-X710' and
13163            '64B' and
13164            'NDRPDR' and
13165            ('ETH' or 'DOT1Q') and
13166            '2T2C' and
13167            ('L2BDMACLRN' or 'L2XCFWD') and
13168            'VHOST_1024' and
13169            not 'CFS_OPT' and
13170            not 'VXLAN' and
13171            not 'IP4FWD' and
13172            not 'LBOND'"
13173   parameters:
13174   - "throughput"
13175   - "parent"
13176   - "tags"
13177 #  sort:
13178 #  - "1VM"
13179 #  - "L2XCFWD"
13180 #  - "1VM"
13181 #  - "L2BDMACLRN"
13182   traces:
13183     hoverinfo: "x+y"
13184     boxpoints: "outliers"
13185     whiskerwidth: 0
13186   layout:
13187     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13188     layout: "plot-throughput"
13189
13190 -
13191   type: "plot"
13192   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13193   algorithm: "plot_performance_box"
13194   output-file-type: ".html"
13195   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13196   data: "plot-vpp-throughput-latency-3n-hsw"
13197   filter: "'NIC_Intel-X710' and
13198            '64B' and
13199            'NDRPDR' and
13200            ('ETH' or 'DOT1Q') and
13201            '2T2C' and
13202            ('L2BDMACLRN' or 'L2XCFWD') and
13203            'VHOST_1024' and
13204            not 'CFS_OPT' and
13205            not 'VXLAN' and
13206            not 'IP4FWD' and
13207            not 'LBOND'"
13208   parameters:
13209   - "throughput"
13210   - "parent"
13211   - "tags"
13212 #  sort:
13213 #  - "1VM"
13214 #  - "L2XCFWD"
13215 #  - "1VM"
13216 #  - "L2BDMACLRN"
13217   traces:
13218     hoverinfo: "x+y"
13219     boxpoints: "outliers"
13220     whiskerwidth: 0
13221   layout:
13222     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13223     layout: "plot-throughput"
13224
13225 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
13226 -
13227   type: "plot"
13228   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13229   algorithm: "plot_performance_box"
13230   output-file-type: ".html"
13231   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13232   data: "plot-vpp-throughput-latency-3n-hsw"
13233   filter: "'NIC_Intel-XL710' and
13234            '64B' and
13235            'NDRPDR' and
13236            'ETH' and
13237            'IP4FWD' and
13238            '1T1C' and
13239            'VHOST_1024' and
13240            not 'VXLAN' and
13241            not 'DOT1Q'"
13242   parameters:
13243   - "throughput"
13244   - "parent"
13245   - "tags"
13246   sort:
13247   - "not CFS_OPT"
13248   - "1VM"
13249   - "2VM"
13250   traces:
13251     hoverinfo: "x+y"
13252     boxpoints: "outliers"
13253     whiskerwidth: 0
13254   layout:
13255     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13256     layout: "plot-throughput"
13257
13258 -
13259   type: "plot"
13260   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13261   algorithm: "plot_performance_box"
13262   output-file-type: ".html"
13263   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13264   data: "plot-vpp-throughput-latency-3n-hsw"
13265   filter: "'NIC_Intel-XL710' and
13266            '64B' and
13267            'NDRPDR' and
13268            'ETH' and
13269            'IP4FWD' and
13270            '2T2C' and
13271            'VHOST_1024' and
13272            not 'VXLAN' and
13273            not 'DOT1Q'"
13274   parameters:
13275   - "throughput"
13276   - "parent"
13277   - "tags"
13278   sort:
13279   - "not CFS_OPT"
13280   - "1VM"
13281   - "2VM"
13282   traces:
13283     hoverinfo: "x+y"
13284     boxpoints: "outliers"
13285     whiskerwidth: 0
13286   layout:
13287     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13288     layout: "plot-throughput"
13289
13290 -
13291   type: "plot"
13292   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13293   algorithm: "plot_performance_box"
13294   output-file-type: ".html"
13295   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13296   data: "plot-vpp-throughput-latency-3n-hsw"
13297   filter: "'NIC_Intel-XL710' and
13298            '64B' and
13299            'NDRPDR' and
13300            'ETH' and
13301            'IP4FWD' and
13302            '1T1C' and
13303            'VHOST_1024' and
13304            not 'VXLAN' and
13305            not 'DOT1Q'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   sort:
13311   - "not CFS_OPT"
13312   - "1VM"
13313   - "2VM"
13314   traces:
13315     hoverinfo: "x+y"
13316     boxpoints: "outliers"
13317     whiskerwidth: 0
13318   layout:
13319     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13320     layout: "plot-throughput"
13321
13322 -
13323   type: "plot"
13324   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13325   algorithm: "plot_performance_box"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13328   data: "plot-vpp-throughput-latency-3n-hsw"
13329   filter: "'NIC_Intel-XL710' and
13330            '64B' and
13331            'NDRPDR' and
13332            'ETH' and
13333            'IP4FWD' and
13334            '2T2C' and
13335            'VHOST_1024' and
13336            not 'VXLAN' and
13337            not 'DOT1Q'"
13338   parameters:
13339   - "throughput"
13340   - "parent"
13341   - "tags"
13342   sort:
13343   - "not CFS_OPT"
13344   - "1VM"
13345   - "2VM"
13346   traces:
13347     hoverinfo: "x+y"
13348     boxpoints: "outliers"
13349     whiskerwidth: 0
13350   layout:
13351     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13352     layout: "plot-throughput"
13353
13354 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
13355 -
13356   type: "plot"
13357   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13358   algorithm: "plot_performance_box"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13361   data: "plot-vpp-throughput-latency-3n-hsw"
13362   filter: "'NIC_Intel-XL710' and
13363            '64B' and
13364            'NDRPDR' and
13365            ('ETH' or 'DOT1Q') and
13366            '1T1C' and
13367            'L2BDMACLRN' and
13368            'VHOST_1024' and
13369            not 'VXLAN' and
13370            not 'IP4FWD' and
13371            not '2VM'"
13372   parameters:
13373   - "throughput"
13374   - "parent"
13375   - "tags"
13376 #  sort:
13377 #  - "VM"  # "not CFS_OPT"
13378 #  - "CFS_OPT"
13379 #  - "FIB_10K"
13380 #  - "FIB_100K"
13381 #  - "FIB_1M"
13382   traces:
13383     hoverinfo: "x+y"
13384     boxpoints: "outliers"
13385     whiskerwidth: 0
13386   layout:
13387     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13388     layout: "plot-throughput"
13389
13390 -
13391   type: "plot"
13392   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13393   algorithm: "plot_performance_box"
13394   output-file-type: ".html"
13395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13396   data: "plot-vpp-throughput-latency-3n-hsw"
13397   filter: "'NIC_Intel-XL710' and
13398            '64B' and
13399            'NDRPDR' and
13400            ('ETH' or 'DOT1Q') and
13401            '2T2C' and
13402            'L2BDMACLRN' and
13403            'VHOST_1024' and
13404            not 'VXLAN' and
13405            not 'IP4FWD' and
13406            not '2VM'"
13407   parameters:
13408   - "throughput"
13409   - "parent"
13410   - "tags"
13411 #  sort:
13412 #  - "VM"  # "not CFS_OPT"
13413 #  - "CFS_OPT"
13414 #  - "FIB_10K"
13415 #  - "FIB_100K"
13416 #  - "FIB_1M"
13417   traces:
13418     hoverinfo: "x+y"
13419     boxpoints: "outliers"
13420     whiskerwidth: 0
13421   layout:
13422     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13423     layout: "plot-throughput"
13424
13425 -
13426   type: "plot"
13427   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13428   algorithm: "plot_performance_box"
13429   output-file-type: ".html"
13430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13431   data: "plot-vpp-throughput-latency-3n-hsw"
13432   filter: "'NIC_Intel-XL710' and
13433            '64B' and
13434            'NDRPDR' and
13435            ('ETH' or 'DOT1Q') and
13436            '1T1C' and
13437            'L2BDMACLRN' and
13438            'VHOST_1024' and
13439            not 'VXLAN' and
13440            not 'IP4FWD' and
13441            not '2VM'"
13442   parameters:
13443   - "throughput"
13444   - "parent"
13445   - "tags"
13446 #  sort:
13447 #  - "VM"  # "not CFS_OPT"
13448 #  - "CFS_OPT"
13449 #  - "FIB_10K"
13450 #  - "FIB_100K"
13451 #  - "FIB_1M"
13452   traces:
13453     hoverinfo: "x+y"
13454     boxpoints: "outliers"
13455     whiskerwidth: 0
13456   layout:
13457     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13458     layout: "plot-throughput"
13459
13460 -
13461   type: "plot"
13462   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13463   algorithm: "plot_performance_box"
13464   output-file-type: ".html"
13465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13466   data: "plot-vpp-throughput-latency-3n-hsw"
13467   filter: "'NIC_Intel-XL710' and
13468            '64B' and
13469            'NDRPDR' and
13470            ('ETH' or 'DOT1Q') and
13471            '2T2C' and
13472            'L2BDMACLRN' and
13473            'VHOST_1024' and
13474            not 'VXLAN' and
13475            not 'IP4FWD' and
13476            not '2VM'"
13477   parameters:
13478   - "throughput"
13479   - "parent"
13480   - "tags"
13481 #  sort:
13482 #  - "VM"  # "not CFS_OPT"
13483 #  - "CFS_OPT"
13484 #  - "FIB_10K"
13485 #  - "FIB_100K"
13486 #  - "FIB_1M"
13487   traces:
13488     hoverinfo: "x+y"
13489     boxpoints: "outliers"
13490     whiskerwidth: 0
13491   layout:
13492     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13493     layout: "plot-throughput"
13494
13495 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
13496 -
13497   type: "plot"
13498   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13499   algorithm: "plot_performance_box"
13500   output-file-type: ".html"
13501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13502   data: "plot-vpp-throughput-latency-3n-hsw"
13503   filter: "'NIC_Intel-XL710' and
13504            '64B' and
13505            'NDRPDR' and
13506            ('ETH' or 'DOT1Q') and
13507            'BASE' and
13508            '1T1C' and
13509            ('L2BDMACLRN' or 'L2XCFWD') and
13510            'VHOST_1024' and
13511            not 'VXLAN' and
13512            not 'IP4FWD' and
13513            not '2VM'"
13514   parameters:
13515   - "throughput"
13516   - "parent"
13517   - "tags"
13518 #  sort:
13519 #  - "not CFS_OPT"
13520 #  - "L2XCFWD"
13521 #  - "not CFS_OPT"
13522 #  - "CFS_OPT"
13523   traces:
13524     hoverinfo: "x+y"
13525     boxpoints: "outliers"
13526     whiskerwidth: 0
13527   layout:
13528     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13529     layout: "plot-throughput"
13530
13531 -
13532   type: "plot"
13533   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13534   algorithm: "plot_performance_box"
13535   output-file-type: ".html"
13536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13537   data: "plot-vpp-throughput-latency-3n-hsw"
13538   filter: "'NIC_Intel-XL710' and
13539            '64B' and
13540            'NDRPDR' and
13541            ('ETH' or 'DOT1Q') and
13542            'BASE' and
13543            '1T1C' and
13544            ('L2BDMACLRN' or 'L2XCFWD') and
13545            'VHOST_1024' and
13546            not 'VXLAN' and
13547            not 'IP4FWD' and
13548            not '2VM'"
13549   parameters:
13550   - "throughput"
13551   - "parent"
13552   - "tags"
13553 #  sort:
13554 #  - "not CFS_OPT"
13555 #  - "L2XCFWD"
13556 #  - "not CFS_OPT"
13557 #  - "CFS_OPT"
13558   traces:
13559     hoverinfo: "x+y"
13560     boxpoints: "outliers"
13561     whiskerwidth: 0
13562   layout:
13563     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13564     layout: "plot-throughput"
13565
13566 -
13567   type: "plot"
13568   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13569   algorithm: "plot_performance_box"
13570   output-file-type: ".html"
13571   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13572   data: "plot-vpp-throughput-latency-3n-hsw"
13573   filter: "'NIC_Intel-XL710' and
13574            '64B' and
13575            'NDRPDR' and
13576            ('ETH' or 'DOT1Q') and
13577            'BASE' and
13578            '2T2C' and
13579            ('L2BDMACLRN' or 'L2XCFWD') and
13580            'VHOST_1024' and
13581            not 'VXLAN' and
13582            not 'IP4FWD' and
13583            not '2VM'"
13584   parameters:
13585   - "throughput"
13586   - "parent"
13587   - "tags"
13588 #  sort:
13589 #  - "not CFS_OPT"
13590 #  - "L2XCFWD"
13591 #  - "not CFS_OPT"
13592 #  - "CFS_OPT"
13593   traces:
13594     hoverinfo: "x+y"
13595     boxpoints: "outliers"
13596     whiskerwidth: 0
13597   layout:
13598     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13599     layout: "plot-throughput"
13600
13601 -
13602   type: "plot"
13603   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13604   algorithm: "plot_performance_box"
13605   output-file-type: ".html"
13606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13607   data: "plot-vpp-throughput-latency-3n-hsw"
13608   filter: "'NIC_Intel-XL710' and
13609            '64B' and
13610            'NDRPDR' and
13611            ('ETH' or 'DOT1Q') and
13612            'BASE' and
13613            '2T2C' and
13614            ('L2BDMACLRN' or 'L2XCFWD') and
13615            'VHOST_1024' and
13616            not 'VXLAN' and
13617            not 'IP4FWD' and
13618            not '2VM'"
13619   parameters:
13620   - "throughput"
13621   - "parent"
13622   - "tags"
13623 #  sort:
13624 #  - "not CFS_OPT"
13625 #  - "L2XCFWD"
13626 #  - "not CFS_OPT"
13627 #  - "CFS_OPT"
13628   traces:
13629     hoverinfo: "x+y"
13630     boxpoints: "outliers"
13631     whiskerwidth: 0
13632   layout:
13633     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13634     layout: "plot-throughput"
13635
13636 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
13637 -
13638   type: "plot"
13639   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13640   algorithm: "plot_performance_box"
13641   output-file-type: ".html"
13642   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13643   data: "plot-vpp-throughput-latency-3n-hsw"
13644   filter: "'NIC_Intel-XL710' and
13645            '64B' and
13646            'NDRPDR' and
13647            ('ETH' or 'DOT1Q') and
13648            '1T1C' and
13649            ('L2BDMACLRN' or 'L2XCFWD') and
13650            'VHOST_1024' and
13651            not 'CFS_OPT' and
13652            not 'VXLAN' and
13653            not 'IP4FWD'"
13654   parameters:
13655   - "throughput"
13656   - "parent"
13657   - "tags"
13658 #  sort:
13659 #  - "1VM"
13660 #  - "L2XCFWD"
13661 #  - "1VM"
13662 #  - "L2BDMACLRN"
13663   traces:
13664     hoverinfo: "x+y"
13665     boxpoints: "outliers"
13666     whiskerwidth: 0
13667   layout:
13668     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13669     layout: "plot-throughput"
13670
13671 -
13672   type: "plot"
13673   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13674   algorithm: "plot_performance_box"
13675   output-file-type: ".html"
13676   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13677   data: "plot-vpp-throughput-latency-3n-hsw"
13678   filter: "'NIC_Intel-XL710' and
13679            '64B' and
13680            'NDRPDR' and
13681            ('ETH' or 'DOT1Q') and
13682            '1T1C' and
13683            ('L2BDMACLRN' or 'L2XCFWD') and
13684            'VHOST_1024' and
13685            not 'CFS_OPT' and
13686            not 'VXLAN' and
13687            not 'IP4FWD'"
13688   parameters:
13689   - "throughput"
13690   - "parent"
13691   - "tags"
13692 #  sort:
13693 #  - "1VM"
13694 #  - "L2XCFWD"
13695 #  - "1VM"
13696 #  - "L2BDMACLRN"
13697   traces:
13698     hoverinfo: "x+y"
13699     boxpoints: "outliers"
13700     whiskerwidth: 0
13701   layout:
13702     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13703     layout: "plot-throughput"
13704
13705 -
13706   type: "plot"
13707   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13708   algorithm: "plot_performance_box"
13709   output-file-type: ".html"
13710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13711   data: "plot-vpp-throughput-latency-3n-hsw"
13712   filter: "'NIC_Intel-XL710' and
13713            '64B' and
13714            'NDRPDR' and
13715            ('ETH' or 'DOT1Q') and
13716            '2T2C' and
13717            ('L2BDMACLRN' or 'L2XCFWD') and
13718            'VHOST_1024' and
13719            not 'CFS_OPT' and
13720            not 'VXLAN' and
13721            not 'IP4FWD'"
13722   parameters:
13723   - "throughput"
13724   - "parent"
13725   - "tags"
13726 #  sort:
13727 #  - "1VM"
13728 #  - "L2XCFWD"
13729 #  - "1VM"
13730 #  - "L2BDMACLRN"
13731   traces:
13732     hoverinfo: "x+y"
13733     boxpoints: "outliers"
13734     whiskerwidth: 0
13735   layout:
13736     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13737     layout: "plot-throughput"
13738
13739 -
13740   type: "plot"
13741   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13742   algorithm: "plot_performance_box"
13743   output-file-type: ".html"
13744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13745   data: "plot-vpp-throughput-latency-3n-hsw"
13746   filter: "'NIC_Intel-XL710' and
13747            '64B' and
13748            'NDRPDR' and
13749            ('ETH' or 'DOT1Q') and
13750            '2T2C' and
13751            ('L2BDMACLRN' or 'L2XCFWD') and
13752            'VHOST_1024' and
13753            not 'CFS_OPT' and
13754            not 'VXLAN' and
13755            not 'IP4FWD'"
13756   parameters:
13757   - "throughput"
13758   - "parent"
13759   - "tags"
13760 #  sort:
13761 #  - "1VM"
13762 #  - "L2XCFWD"
13763 #  - "1VM"
13764 #  - "L2BDMACLRN"
13765   traces:
13766     hoverinfo: "x+y"
13767     boxpoints: "outliers"
13768     whiskerwidth: 0
13769   layout:
13770     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13771     layout: "plot-throughput"
13772
13773 # Packet Throughput - VPP vhost ip4 3n-skx-x710
13774 -
13775   type: "plot"
13776   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13777   algorithm: "plot_performance_box"
13778   output-file-type: ".html"
13779   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13780   data: "plot-vpp-throughput-latency-3n-skx"
13781   filter: "'NIC_Intel-X710' and
13782            '64B' and
13783            'NDRPDR' and
13784            'ETH' and
13785            'IP4FWD' and
13786            '2T1C' and
13787            'VHOST_1024' and
13788            not 'VXLAN' and
13789            not 'DOT1Q'"
13790   parameters:
13791   - "throughput"
13792   - "parent"
13793   - "tags"
13794   sort:
13795   - "not CFS_OPT"
13796   - "1VM"
13797   - "2VM"
13798   traces:
13799     hoverinfo: "x+y"
13800     boxpoints: "outliers"
13801     whiskerwidth: 0
13802   layout:
13803     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13804     layout: "plot-throughput"
13805
13806 -
13807   type: "plot"
13808   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13809   algorithm: "plot_performance_box"
13810   output-file-type: ".html"
13811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13812   data: "plot-vpp-throughput-latency-3n-skx"
13813   filter: "'NIC_Intel-X710' and
13814            '64B' and
13815            'NDRPDR' and
13816            'ETH' and
13817            'IP4FWD' and
13818            '4T2C' and
13819            'VHOST_1024' and
13820            not 'VXLAN' and
13821            not 'DOT1Q'"
13822   parameters:
13823   - "throughput"
13824   - "parent"
13825   - "tags"
13826   sort:
13827   - "not CFS_OPT"
13828   - "1VM"
13829   - "2VM"
13830   traces:
13831     hoverinfo: "x+y"
13832     boxpoints: "outliers"
13833     whiskerwidth: 0
13834   layout:
13835     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13836     layout: "plot-throughput"
13837
13838 -
13839   type: "plot"
13840   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13841   algorithm: "plot_performance_box"
13842   output-file-type: ".html"
13843   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13844   data: "plot-vpp-throughput-latency-3n-skx"
13845   filter: "'NIC_Intel-X710' and
13846            '64B' and
13847            'NDRPDR' and
13848            'ETH' and
13849            'IP4FWD' and
13850            '2T1C' and
13851            'VHOST_1024' and
13852            not 'VXLAN' and
13853            not 'DOT1Q'"
13854   parameters:
13855   - "throughput"
13856   - "parent"
13857   - "tags"
13858   sort:
13859   - "not CFS_OPT"
13860   - "1VM"
13861   - "2VM"
13862   traces:
13863     hoverinfo: "x+y"
13864     boxpoints: "outliers"
13865     whiskerwidth: 0
13866   layout:
13867     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13868     layout: "plot-throughput"
13869
13870 -
13871   type: "plot"
13872   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13873   algorithm: "plot_performance_box"
13874   output-file-type: ".html"
13875   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13876   data: "plot-vpp-throughput-latency-3n-skx"
13877   filter: "'NIC_Intel-X710' and
13878            '64B' and
13879            'NDRPDR' and
13880            'ETH' and
13881            'IP4FWD' and
13882            '4T2C' and
13883            'VHOST_1024' and
13884            not 'VXLAN' and
13885            not 'DOT1Q'"
13886   parameters:
13887   - "throughput"
13888   - "parent"
13889   - "tags"
13890   sort:
13891   - "not CFS_OPT"
13892   - "1VM"
13893   - "2VM"
13894   traces:
13895     hoverinfo: "x+y"
13896     boxpoints: "outliers"
13897     whiskerwidth: 0
13898   layout:
13899     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13900     layout: "plot-throughput"
13901
13902 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
13903 -
13904   type: "plot"
13905   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13906   algorithm: "plot_performance_box"
13907   output-file-type: ".html"
13908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13909   data: "plot-vpp-throughput-latency-3n-skx"
13910   filter: "'NIC_Intel-X710' and
13911            '64B' and
13912            'NDRPDR' and
13913            ('ETH' or 'DOT1Q') and
13914            '2T1C' and
13915            'L2BDMACLRN' and
13916            'VHOST_1024' and
13917            not 'VXLAN' and
13918            not 'IP4FWD' and
13919            not '2VM'"
13920   parameters:
13921   - "throughput"
13922   - "parent"
13923   - "tags"
13924 #  sort:
13925 #  - "VM"  # "not CFS_OPT"
13926 #  - "CFS_OPT"
13927 #  - "FIB_10K"
13928 #  - "FIB_100K"
13929 #  - "FIB_1M"
13930   traces:
13931     hoverinfo: "x+y"
13932     boxpoints: "outliers"
13933     whiskerwidth: 0
13934   layout:
13935     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13936     layout: "plot-throughput"
13937
13938 -
13939   type: "plot"
13940   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13941   algorithm: "plot_performance_box"
13942   output-file-type: ".html"
13943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13944   data: "plot-vpp-throughput-latency-3n-skx"
13945   filter: "'NIC_Intel-X710' and
13946            '64B' and
13947            'NDRPDR' and
13948            ('ETH' or 'DOT1Q') and
13949            '4T2C' and
13950            'L2BDMACLRN' and
13951            'VHOST_1024' and
13952            not 'VXLAN' and
13953            not 'IP4FWD' and
13954            not '2VM'"
13955   parameters:
13956   - "throughput"
13957   - "parent"
13958   - "tags"
13959 #  sort:
13960 #  - "VM"  # "not CFS_OPT"
13961 #  - "CFS_OPT"
13962 #  - "FIB_10K"
13963 #  - "FIB_100K"
13964 #  - "FIB_1M"
13965   traces:
13966     hoverinfo: "x+y"
13967     boxpoints: "outliers"
13968     whiskerwidth: 0
13969   layout:
13970     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13971     layout: "plot-throughput"
13972
13973 -
13974   type: "plot"
13975   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13976   algorithm: "plot_performance_box"
13977   output-file-type: ".html"
13978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13979   data: "plot-vpp-throughput-latency-3n-skx"
13980   filter: "'NIC_Intel-X710' and
13981            '64B' and
13982            'NDRPDR' and
13983            ('ETH' or 'DOT1Q') and
13984            '2T1C' and
13985            'L2BDMACLRN' and
13986            'VHOST_1024' and
13987            not 'VXLAN' and
13988            not 'IP4FWD' and
13989            not '2VM'"
13990   parameters:
13991   - "throughput"
13992   - "parent"
13993   - "tags"
13994 #  sort:
13995 #  - "VM"  # "not CFS_OPT"
13996 #  - "CFS_OPT"
13997 #  - "FIB_10K"
13998 #  - "FIB_100K"
13999 #  - "FIB_1M"
14000   traces:
14001     hoverinfo: "x+y"
14002     boxpoints: "outliers"
14003     whiskerwidth: 0
14004   layout:
14005     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14006     layout: "plot-throughput"
14007
14008 -
14009   type: "plot"
14010   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14011   algorithm: "plot_performance_box"
14012   output-file-type: ".html"
14013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14014   data: "plot-vpp-throughput-latency-3n-skx"
14015   filter: "'NIC_Intel-X710' and
14016            '64B' and
14017            'NDRPDR' and
14018            ('ETH' or 'DOT1Q') and
14019            '4T2C' and
14020            'L2BDMACLRN' and
14021            'VHOST_1024' and
14022            not 'VXLAN' and
14023            not 'IP4FWD' and
14024            not '2VM'"
14025   parameters:
14026   - "throughput"
14027   - "parent"
14028   - "tags"
14029 #  sort:
14030 #  - "VM"  # "not CFS_OPT"
14031 #  - "CFS_OPT"
14032 #  - "FIB_10K"
14033 #  - "FIB_100K"
14034 #  - "FIB_1M"
14035   traces:
14036     hoverinfo: "x+y"
14037     boxpoints: "outliers"
14038     whiskerwidth: 0
14039   layout:
14040     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14041     layout: "plot-throughput"
14042
14043 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14044 -
14045   type: "plot"
14046   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14047   algorithm: "plot_performance_box"
14048   output-file-type: ".html"
14049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14050   data: "plot-vpp-throughput-latency-3n-skx"
14051   filter: "'NIC_Intel-X710' and
14052            '64B' and
14053            'NDRPDR' and
14054            ('ETH' or 'DOT1Q') and
14055            'BASE' and
14056            '2T1C' and
14057            ('L2BDMACLRN' or 'L2XCFWD') and
14058            'VHOST_1024' and
14059            not 'VXLAN' and
14060            not 'IP4FWD' and
14061            not '2VM' and
14062            not 'LBOND'"
14063   parameters:
14064   - "throughput"
14065   - "parent"
14066   - "tags"
14067 #  sort:
14068 #  - "not CFS_OPT"
14069 #  - "L2XCFWD"
14070 #  - "not CFS_OPT"
14071 #  - "CFS_OPT"
14072   traces:
14073     hoverinfo: "x+y"
14074     boxpoints: "outliers"
14075     whiskerwidth: 0
14076   layout:
14077     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14078     layout: "plot-throughput"
14079
14080 -
14081   type: "plot"
14082   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14083   algorithm: "plot_performance_box"
14084   output-file-type: ".html"
14085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14086   data: "plot-vpp-throughput-latency-3n-skx"
14087   filter: "'NIC_Intel-X710' and
14088            '64B' and
14089            'NDRPDR' and
14090            ('ETH' or 'DOT1Q') and
14091            'BASE' and
14092            '2T1C' and
14093            ('L2BDMACLRN' or 'L2XCFWD') and
14094            'VHOST_1024' and
14095            not 'VXLAN' and
14096            not 'IP4FWD' and
14097            not '2VM' and
14098            not 'LBOND'"
14099   parameters:
14100   - "throughput"
14101   - "parent"
14102   - "tags"
14103 #  sort:
14104 #  - "not CFS_OPT"
14105 #  - "L2XCFWD"
14106 #  - "not CFS_OPT"
14107 #  - "CFS_OPT"
14108   traces:
14109     hoverinfo: "x+y"
14110     boxpoints: "outliers"
14111     whiskerwidth: 0
14112   layout:
14113     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14114     layout: "plot-throughput"
14115
14116 -
14117   type: "plot"
14118   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14119   algorithm: "plot_performance_box"
14120   output-file-type: ".html"
14121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14122   data: "plot-vpp-throughput-latency-3n-skx"
14123   filter: "'NIC_Intel-X710' and
14124            '64B' and
14125            'NDRPDR' and
14126            ('ETH' or 'DOT1Q') and
14127            'BASE' and
14128            '4T2C' and
14129            ('L2BDMACLRN' or 'L2XCFWD') and
14130            'VHOST_1024' and
14131            not 'VXLAN' and
14132            not 'IP4FWD' and
14133            not '2VM' and
14134            not 'LBOND'"
14135   parameters:
14136   - "throughput"
14137   - "parent"
14138   - "tags"
14139 #  sort:
14140 #  - "not CFS_OPT"
14141 #  - "L2XCFWD"
14142 #  - "not CFS_OPT"
14143 #  - "CFS_OPT"
14144   traces:
14145     hoverinfo: "x+y"
14146     boxpoints: "outliers"
14147     whiskerwidth: 0
14148   layout:
14149     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14150     layout: "plot-throughput"
14151
14152 -
14153   type: "plot"
14154   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14155   algorithm: "plot_performance_box"
14156   output-file-type: ".html"
14157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14158   data: "plot-vpp-throughput-latency-3n-skx"
14159   filter: "'NIC_Intel-X710' and
14160            '64B' and
14161            'NDRPDR' and
14162            ('ETH' or 'DOT1Q') and
14163            'BASE' and
14164            '4T2C' and
14165            ('L2BDMACLRN' or 'L2XCFWD') and
14166            'VHOST_1024' and
14167            not 'VXLAN' and
14168            not 'IP4FWD' and
14169            not '2VM' and
14170            not 'LBOND'"
14171   parameters:
14172   - "throughput"
14173   - "parent"
14174   - "tags"
14175 #  sort:
14176 #  - "not CFS_OPT"
14177 #  - "L2XCFWD"
14178 #  - "not CFS_OPT"
14179 #  - "CFS_OPT"
14180   traces:
14181     hoverinfo: "x+y"
14182     boxpoints: "outliers"
14183     whiskerwidth: 0
14184   layout:
14185     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14186     layout: "plot-throughput"
14187
14188 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14189 -
14190   type: "plot"
14191   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14192   algorithm: "plot_performance_box"
14193   output-file-type: ".html"
14194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14195   data: "plot-vpp-throughput-latency-3n-skx"
14196   filter: "'NIC_Intel-X710' and
14197            '64B' and
14198            'NDRPDR' and
14199            ('ETH' or 'DOT1Q') and
14200            '2T1C' and
14201            ('L2BDMACLRN' or 'L2XCFWD') and
14202            'VHOST_1024' and
14203            not 'CFS_OPT' and
14204            not 'VXLAN' and
14205            not 'IP4FWD' and
14206            not 'LBOND'"
14207   parameters:
14208   - "throughput"
14209   - "parent"
14210   - "tags"
14211 #  sort:
14212 #  - "1VM"
14213 #  - "L2XCFWD"
14214 #  - "1VM"
14215 #  - "L2BDMACLRN"
14216   traces:
14217     hoverinfo: "x+y"
14218     boxpoints: "outliers"
14219     whiskerwidth: 0
14220   layout:
14221     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14222     layout: "plot-throughput"
14223
14224 -
14225   type: "plot"
14226   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14227   algorithm: "plot_performance_box"
14228   output-file-type: ".html"
14229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14230   data: "plot-vpp-throughput-latency-3n-skx"
14231   filter: "'NIC_Intel-X710' and
14232            '64B' and
14233            'NDRPDR' and
14234            ('ETH' or 'DOT1Q') and
14235            '2T1C' and
14236            ('L2BDMACLRN' or 'L2XCFWD') and
14237            'VHOST_1024' and
14238            not 'CFS_OPT' and
14239            not 'VXLAN' and
14240            not 'IP4FWD' and
14241            not 'LBOND'"
14242   parameters:
14243   - "throughput"
14244   - "parent"
14245   - "tags"
14246 #  sort:
14247 #  - "1VM"
14248 #  - "L2XCFWD"
14249 #  - "1VM"
14250 #  - "L2BDMACLRN"
14251   traces:
14252     hoverinfo: "x+y"
14253     boxpoints: "outliers"
14254     whiskerwidth: 0
14255   layout:
14256     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14257     layout: "plot-throughput"
14258
14259 -
14260   type: "plot"
14261   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14262   algorithm: "plot_performance_box"
14263   output-file-type: ".html"
14264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14265   data: "plot-vpp-throughput-latency-3n-skx"
14266   filter: "'NIC_Intel-X710' and
14267            '64B' and
14268            'NDRPDR' and
14269            ('ETH' or 'DOT1Q') and
14270            '4T2C' and
14271            ('L2BDMACLRN' or 'L2XCFWD') and
14272            'VHOST_1024' and
14273            not 'CFS_OPT' and
14274            not 'VXLAN' and
14275            not 'IP4FWD' and
14276            not 'LBOND'"
14277   parameters:
14278   - "throughput"
14279   - "parent"
14280   - "tags"
14281 #  sort:
14282 #  - "1VM"
14283 #  - "L2XCFWD"
14284 #  - "1VM"
14285 #  - "L2BDMACLRN"
14286   traces:
14287     hoverinfo: "x+y"
14288     boxpoints: "outliers"
14289     whiskerwidth: 0
14290   layout:
14291     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14292     layout: "plot-throughput"
14293
14294 -
14295   type: "plot"
14296   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14297   algorithm: "plot_performance_box"
14298   output-file-type: ".html"
14299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14300   data: "plot-vpp-throughput-latency-3n-skx"
14301   filter: "'NIC_Intel-X710' and
14302            '64B' and
14303            'NDRPDR' and
14304            ('ETH' or 'DOT1Q') and
14305            '4T2C' and
14306            ('L2BDMACLRN' or 'L2XCFWD') and
14307            'VHOST_1024' and
14308            not 'CFS_OPT' and
14309            not 'VXLAN' and
14310            not 'IP4FWD' and
14311            not 'LBOND'"
14312   parameters:
14313   - "throughput"
14314   - "parent"
14315   - "tags"
14316 #  sort:
14317 #  - "1VM"
14318 #  - "L2XCFWD"
14319 #  - "1VM"
14320 #  - "L2BDMACLRN"
14321   traces:
14322     hoverinfo: "x+y"
14323     boxpoints: "outliers"
14324     whiskerwidth: 0
14325   layout:
14326     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14327     layout: "plot-throughput"
14328
14329 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14330 -
14331   type: "plot"
14332   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14333   algorithm: "plot_performance_box"
14334   output-file-type: ".html"
14335   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14336   data: "plot-vpp-throughput-latency-2n-skx"
14337   filter: "'NIC_Intel-X710' and
14338            '64B' and
14339            'NDRPDR' and
14340            'ETH' and
14341            'IP4FWD' and
14342            '2T1C' and
14343            'VHOST_1024' and
14344            not 'VXLAN' and
14345            not 'DOT1Q'"
14346   parameters:
14347   - "throughput"
14348   - "parent"
14349   - "tags"
14350   sort:
14351   - "not CFS_OPT"
14352   - "1VM"
14353   - "2VM"
14354   traces:
14355     hoverinfo: "x+y"
14356     boxpoints: "outliers"
14357     whiskerwidth: 0
14358   layout:
14359     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14360     layout: "plot-throughput"
14361
14362 -
14363   type: "plot"
14364   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14365   algorithm: "plot_performance_box"
14366   output-file-type: ".html"
14367   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14368   data: "plot-vpp-throughput-latency-2n-skx"
14369   filter: "'NIC_Intel-X710' and
14370            '64B' and
14371            'NDRPDR' and
14372            'ETH' and
14373            'IP4FWD' and
14374            '4T2C' and
14375            'VHOST_1024' and
14376            not 'VXLAN' and
14377            not 'DOT1Q'"
14378   parameters:
14379   - "throughput"
14380   - "parent"
14381   - "tags"
14382   sort:
14383   - "not CFS_OPT"
14384   - "1VM"
14385   - "2VM"
14386   traces:
14387     hoverinfo: "x+y"
14388     boxpoints: "outliers"
14389     whiskerwidth: 0
14390   layout:
14391     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14392     layout: "plot-throughput"
14393
14394 -
14395   type: "plot"
14396   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14397   algorithm: "plot_performance_box"
14398   output-file-type: ".html"
14399   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14400   data: "plot-vpp-throughput-latency-2n-skx"
14401   filter: "'NIC_Intel-X710' and
14402            '64B' and
14403            'NDRPDR' and
14404            'ETH' and
14405            'IP4FWD' and
14406            '2T1C' and
14407            'VHOST_1024' and
14408            not 'VXLAN' and
14409            not 'DOT1Q'"
14410   parameters:
14411   - "throughput"
14412   - "parent"
14413   - "tags"
14414   sort:
14415   - "not CFS_OPT"
14416   - "1VM"
14417   - "2VM"
14418   traces:
14419     hoverinfo: "x+y"
14420     boxpoints: "outliers"
14421     whiskerwidth: 0
14422   layout:
14423     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14424     layout: "plot-throughput"
14425
14426 -
14427   type: "plot"
14428   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14429   algorithm: "plot_performance_box"
14430   output-file-type: ".html"
14431   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14432   data: "plot-vpp-throughput-latency-2n-skx"
14433   filter: "'NIC_Intel-X710' and
14434            '64B' and
14435            'NDRPDR' and
14436            'ETH' and
14437            'IP4FWD' and
14438            '4T2C' and
14439            'VHOST_1024' and
14440            not 'VXLAN' and
14441            not 'DOT1Q'"
14442   parameters:
14443   - "throughput"
14444   - "parent"
14445   - "tags"
14446   sort:
14447   - "not CFS_OPT"
14448   - "1VM"
14449   - "2VM"
14450   traces:
14451     hoverinfo: "x+y"
14452     boxpoints: "outliers"
14453     whiskerwidth: 0
14454   layout:
14455     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14456     layout: "plot-throughput"
14457
14458 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
14459 -
14460   type: "plot"
14461   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14462   algorithm: "plot_performance_box"
14463   output-file-type: ".html"
14464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14465   data: "plot-vpp-throughput-latency-2n-skx"
14466   filter: "'NIC_Intel-X710' and
14467            '64B' and
14468            'NDRPDR' and
14469            ('ETH' or 'DOT1Q') and
14470            '2T1C' and
14471            'L2BDMACLRN' and
14472            'VHOST_1024' and
14473            not 'VXLAN' and
14474            not 'IP4FWD' and
14475            not '2VM'"
14476   parameters:
14477   - "throughput"
14478   - "parent"
14479   - "tags"
14480 #  sort:
14481 #  - "VM"  # "not CFS_OPT"
14482 #  - "CFS_OPT"
14483 #  - "FIB_10K"
14484 #  - "FIB_100K"
14485 #  - "FIB_1M"
14486   traces:
14487     hoverinfo: "x+y"
14488     boxpoints: "outliers"
14489     whiskerwidth: 0
14490   layout:
14491     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14492     layout: "plot-throughput"
14493
14494 -
14495   type: "plot"
14496   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14497   algorithm: "plot_performance_box"
14498   output-file-type: ".html"
14499   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14500   data: "plot-vpp-throughput-latency-2n-skx"
14501   filter: "'NIC_Intel-X710' and
14502            '64B' and
14503            'NDRPDR' and
14504            ('ETH' or 'DOT1Q') and
14505            '4T2C' and
14506            'L2BDMACLRN' and
14507            'VHOST_1024' and
14508            not 'VXLAN' and
14509            not 'IP4FWD' and
14510            not '2VM'"
14511   parameters:
14512   - "throughput"
14513   - "parent"
14514   - "tags"
14515 #  sort:
14516 #  - "VM"  # "not CFS_OPT"
14517 #  - "CFS_OPT"
14518 #  - "FIB_10K"
14519 #  - "FIB_100K"
14520 #  - "FIB_1M"
14521   traces:
14522     hoverinfo: "x+y"
14523     boxpoints: "outliers"
14524     whiskerwidth: 0
14525   layout:
14526     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14527     layout: "plot-throughput"
14528
14529 -
14530   type: "plot"
14531   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14532   algorithm: "plot_performance_box"
14533   output-file-type: ".html"
14534   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14535   data: "plot-vpp-throughput-latency-2n-skx"
14536   filter: "'NIC_Intel-X710' and
14537            '64B' and
14538            'NDRPDR' and
14539            ('ETH' or 'DOT1Q') and
14540            '2T1C' and
14541            'L2BDMACLRN' and
14542            'VHOST_1024' and
14543            not 'VXLAN' and
14544            not 'IP4FWD' and
14545            not '2VM'"
14546   parameters:
14547   - "throughput"
14548   - "parent"
14549   - "tags"
14550 #  sort:
14551 #  - "VM"  # "not CFS_OPT"
14552 #  - "CFS_OPT"
14553 #  - "FIB_10K"
14554 #  - "FIB_100K"
14555 #  - "FIB_1M"
14556   traces:
14557     hoverinfo: "x+y"
14558     boxpoints: "outliers"
14559     whiskerwidth: 0
14560   layout:
14561     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14562     layout: "plot-throughput"
14563
14564 -
14565   type: "plot"
14566   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14567   algorithm: "plot_performance_box"
14568   output-file-type: ".html"
14569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14570   data: "plot-vpp-throughput-latency-2n-skx"
14571   filter: "'NIC_Intel-X710' and
14572            '64B' and
14573            'NDRPDR' and
14574            ('ETH' or 'DOT1Q') and
14575            '4T2C' and
14576            'L2BDMACLRN' and
14577            'VHOST_1024' and
14578            not 'VXLAN' and
14579            not 'IP4FWD' and
14580            not '2VM'"
14581   parameters:
14582   - "throughput"
14583   - "parent"
14584   - "tags"
14585 #  sort:
14586 #  - "VM"  # "not CFS_OPT"
14587 #  - "CFS_OPT"
14588 #  - "FIB_10K"
14589 #  - "FIB_100K"
14590 #  - "FIB_1M"
14591   traces:
14592     hoverinfo: "x+y"
14593     boxpoints: "outliers"
14594     whiskerwidth: 0
14595   layout:
14596     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14597     layout: "plot-throughput"
14598
14599 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
14600 -
14601   type: "plot"
14602   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14603   algorithm: "plot_performance_box"
14604   output-file-type: ".html"
14605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14606   data: "plot-vpp-throughput-latency-2n-skx"
14607   filter: "'NIC_Intel-X710' and
14608            '64B' and
14609            'NDRPDR' and
14610            ('ETH' or 'DOT1Q') and
14611            'BASE' and
14612            '2T1C' and
14613            ('L2BDMACLRN' or 'L2XCFWD') and
14614            'VHOST_1024' and
14615            not 'VXLAN' and
14616            not 'IP4FWD' and
14617            not '2VM'"
14618   parameters:
14619   - "throughput"
14620   - "parent"
14621   - "tags"
14622 #  sort:
14623 #  - "not CFS_OPT"
14624 #  - "L2XCFWD"
14625 #  - "not CFS_OPT"
14626 #  - "CFS_OPT"
14627   traces:
14628     hoverinfo: "x+y"
14629     boxpoints: "outliers"
14630     whiskerwidth: 0
14631   layout:
14632     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14633     layout: "plot-throughput"
14634
14635 -
14636   type: "plot"
14637   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14638   algorithm: "plot_performance_box"
14639   output-file-type: ".html"
14640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14641   data: "plot-vpp-throughput-latency-2n-skx"
14642   filter: "'NIC_Intel-X710' and
14643            '64B' and
14644            'NDRPDR' and
14645            ('ETH' or 'DOT1Q') and
14646            'BASE' and
14647            '2T1C' and
14648            ('L2BDMACLRN' or 'L2XCFWD') and
14649            'VHOST_1024' and
14650            not 'VXLAN' and
14651            not 'IP4FWD' and
14652            not '2VM'"
14653   parameters:
14654   - "throughput"
14655   - "parent"
14656   - "tags"
14657 #  sort:
14658 #  - "not CFS_OPT"
14659 #  - "L2XCFWD"
14660 #  - "not CFS_OPT"
14661 #  - "CFS_OPT"
14662   traces:
14663     hoverinfo: "x+y"
14664     boxpoints: "outliers"
14665     whiskerwidth: 0
14666   layout:
14667     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14668     layout: "plot-throughput"
14669
14670 -
14671   type: "plot"
14672   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14673   algorithm: "plot_performance_box"
14674   output-file-type: ".html"
14675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14676   data: "plot-vpp-throughput-latency-2n-skx"
14677   filter: "'NIC_Intel-X710' and
14678            '64B' and
14679            'NDRPDR' and
14680            ('ETH' or 'DOT1Q') and
14681            'BASE' and
14682            '4T2C' and
14683            ('L2BDMACLRN' or 'L2XCFWD') and
14684            'VHOST_1024' and
14685            not 'VXLAN' and
14686            not 'IP4FWD' and
14687            not '2VM'"
14688   parameters:
14689   - "throughput"
14690   - "parent"
14691   - "tags"
14692 #  sort:
14693 #  - "not CFS_OPT"
14694 #  - "L2XCFWD"
14695 #  - "not CFS_OPT"
14696 #  - "CFS_OPT"
14697   traces:
14698     hoverinfo: "x+y"
14699     boxpoints: "outliers"
14700     whiskerwidth: 0
14701   layout:
14702     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14703     layout: "plot-throughput"
14704
14705 -
14706   type: "plot"
14707   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14708   algorithm: "plot_performance_box"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14711   data: "plot-vpp-throughput-latency-2n-skx"
14712   filter: "'NIC_Intel-X710' and
14713            '64B' and
14714            'NDRPDR' and
14715            ('ETH' or 'DOT1Q') and
14716            'BASE' and
14717            '4T2C' and
14718            ('L2BDMACLRN' or 'L2XCFWD') and
14719            'VHOST_1024' and
14720            not 'VXLAN' and
14721            not 'IP4FWD' and
14722            not '2VM'"
14723   parameters:
14724   - "throughput"
14725   - "parent"
14726   - "tags"
14727 #  sort:
14728 #  - "not CFS_OPT"
14729 #  - "L2XCFWD"
14730 #  - "not CFS_OPT"
14731 #  - "CFS_OPT"
14732   traces:
14733     hoverinfo: "x+y"
14734     boxpoints: "outliers"
14735     whiskerwidth: 0
14736   layout:
14737     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14738     layout: "plot-throughput"
14739
14740 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
14741 -
14742   type: "plot"
14743   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14744   algorithm: "plot_performance_box"
14745   output-file-type: ".html"
14746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14747   data: "plot-vpp-throughput-latency-2n-skx"
14748   filter: "'NIC_Intel-X710' and
14749            '64B' and
14750            'NDRPDR' and
14751            ('ETH' or 'DOT1Q') and
14752            '2T1C' and
14753            ('L2BDMACLRN' or 'L2XCFWD') and
14754            'VHOST_1024' and
14755            not 'CFS_OPT' and
14756            not 'VXLAN' and
14757            not 'IP4FWD'"
14758   parameters:
14759   - "throughput"
14760   - "parent"
14761   - "tags"
14762 #  sort:
14763 #  - "1VM"
14764 #  - "L2XCFWD"
14765 #  - "1VM"
14766 #  - "L2BDMACLRN"
14767   traces:
14768     hoverinfo: "x+y"
14769     boxpoints: "outliers"
14770     whiskerwidth: 0
14771   layout:
14772     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14773     layout: "plot-throughput"
14774
14775 -
14776   type: "plot"
14777   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14778   algorithm: "plot_performance_box"
14779   output-file-type: ".html"
14780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14781   data: "plot-vpp-throughput-latency-2n-skx"
14782   filter: "'NIC_Intel-X710' and
14783            '64B' and
14784            'NDRPDR' and
14785            ('ETH' or 'DOT1Q') and
14786            '2T1C' and
14787            ('L2BDMACLRN' or 'L2XCFWD') and
14788            'VHOST_1024' and
14789            not 'CFS_OPT' and
14790            not 'VXLAN' and
14791            not 'IP4FWD'"
14792   parameters:
14793   - "throughput"
14794   - "parent"
14795   - "tags"
14796 #  sort:
14797 #  - "1VM"
14798 #  - "L2XCFWD"
14799 #  - "1VM"
14800 #  - "L2BDMACLRN"
14801   traces:
14802     hoverinfo: "x+y"
14803     boxpoints: "outliers"
14804     whiskerwidth: 0
14805   layout:
14806     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14807     layout: "plot-throughput"
14808
14809 -
14810   type: "plot"
14811   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14812   algorithm: "plot_performance_box"
14813   output-file-type: ".html"
14814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14815   data: "plot-vpp-throughput-latency-2n-skx"
14816   filter: "'NIC_Intel-X710' and
14817            '64B' and
14818            'NDRPDR' and
14819            ('ETH' or 'DOT1Q') and
14820            '4T2C' and
14821            ('L2BDMACLRN' or 'L2XCFWD') and
14822            'VHOST_1024' and
14823            not 'CFS_OPT' and
14824            not 'VXLAN' and
14825            not 'IP4FWD'"
14826   parameters:
14827   - "throughput"
14828   - "parent"
14829   - "tags"
14830 #  sort:
14831 #  - "1VM"
14832 #  - "L2XCFWD"
14833 #  - "1VM"
14834 #  - "L2BDMACLRN"
14835   traces:
14836     hoverinfo: "x+y"
14837     boxpoints: "outliers"
14838     whiskerwidth: 0
14839   layout:
14840     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14841     layout: "plot-throughput"
14842
14843 -
14844   type: "plot"
14845   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14846   algorithm: "plot_performance_box"
14847   output-file-type: ".html"
14848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14849   data: "plot-vpp-throughput-latency-2n-skx"
14850   filter: "'NIC_Intel-X710' and
14851            '64B' and
14852            'NDRPDR' and
14853            ('ETH' or 'DOT1Q') and
14854            '4T2C' and
14855            ('L2BDMACLRN' or 'L2XCFWD') and
14856            'VHOST_1024' and
14857            not 'CFS_OPT' and
14858            not 'VXLAN' and
14859            not 'IP4FWD'"
14860   parameters:
14861   - "throughput"
14862   - "parent"
14863   - "tags"
14864 #  sort:
14865 #  - "1VM"
14866 #  - "L2XCFWD"
14867 #  - "1VM"
14868 #  - "L2BDMACLRN"
14869   traces:
14870     hoverinfo: "x+y"
14871     boxpoints: "outliers"
14872     whiskerwidth: 0
14873   layout:
14874     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14875     layout: "plot-throughput"
14876
14877 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
14878 -
14879   type: "plot"
14880   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14881   algorithm: "plot_performance_box"
14882   output-file-type: ".html"
14883   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14884   data: "plot-vpp-throughput-latency-2n-skx"
14885   filter: "'NIC_Intel-XXV710' and
14886            '64B' and
14887            'NDRPDR' and
14888            'ETH' and
14889            'IP4FWD' and
14890            '2T1C' and
14891            'VHOST_1024' and
14892            not 'VXLAN' and
14893            not 'DOT1Q'"
14894   parameters:
14895   - "throughput"
14896   - "parent"
14897   - "tags"
14898   sort:
14899   - "not CFS_OPT"
14900   - "1VM"
14901   - "2VM"
14902   traces:
14903     hoverinfo: "x+y"
14904     boxpoints: "outliers"
14905     whiskerwidth: 0
14906   layout:
14907     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14908     layout: "plot-throughput"
14909
14910 -
14911   type: "plot"
14912   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14913   algorithm: "plot_performance_box"
14914   output-file-type: ".html"
14915   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14916   data: "plot-vpp-throughput-latency-2n-skx"
14917   filter: "'NIC_Intel-XXV710' and
14918            '64B' and
14919            'NDRPDR' and
14920            'ETH' and
14921            'IP4FWD' and
14922            '4T2C' and
14923            'VHOST_1024' and
14924            not 'VXLAN' and
14925            not 'DOT1Q'"
14926   parameters:
14927   - "throughput"
14928   - "parent"
14929   - "tags"
14930   sort:
14931   - "not CFS_OPT"
14932   - "1VM"
14933   - "2VM"
14934   traces:
14935     hoverinfo: "x+y"
14936     boxpoints: "outliers"
14937     whiskerwidth: 0
14938   layout:
14939     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14940     layout: "plot-throughput"
14941
14942 -
14943   type: "plot"
14944   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14945   algorithm: "plot_performance_box"
14946   output-file-type: ".html"
14947   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14948   data: "plot-vpp-throughput-latency-2n-skx"
14949   filter: "'NIC_Intel-XXV710' and
14950            '64B' and
14951            'NDRPDR' and
14952            'ETH' and
14953            'IP4FWD' and
14954            '2T1C' and
14955            'VHOST_1024' and
14956            not 'VXLAN' and
14957            not 'DOT1Q'"
14958   parameters:
14959   - "throughput"
14960   - "parent"
14961   - "tags"
14962   sort:
14963   - "not CFS_OPT"
14964   - "1VM"
14965   - "2VM"
14966   traces:
14967     hoverinfo: "x+y"
14968     boxpoints: "outliers"
14969     whiskerwidth: 0
14970   layout:
14971     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14972     layout: "plot-throughput"
14973
14974 -
14975   type: "plot"
14976   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14977   algorithm: "plot_performance_box"
14978   output-file-type: ".html"
14979   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14980   data: "plot-vpp-throughput-latency-2n-skx"
14981   filter: "'NIC_Intel-XXV710' and
14982            '64B' and
14983            'NDRPDR' and
14984            'ETH' and
14985            'IP4FWD' and
14986            '4T2C' and
14987            'VHOST_1024' and
14988            not 'VXLAN' and
14989            not 'DOT1Q'"
14990   parameters:
14991   - "throughput"
14992   - "parent"
14993   - "tags"
14994   sort:
14995   - "not CFS_OPT"
14996   - "1VM"
14997   - "2VM"
14998   traces:
14999     hoverinfo: "x+y"
15000     boxpoints: "outliers"
15001     whiskerwidth: 0
15002   layout:
15003     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15004     layout: "plot-throughput"
15005
15006 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
15007 -
15008   type: "plot"
15009   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15010   algorithm: "plot_performance_box"
15011   output-file-type: ".html"
15012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15013   data: "plot-vpp-throughput-latency-2n-skx"
15014   filter: "'NIC_Intel-XXV710' and
15015            '64B' and
15016            'NDRPDR' and
15017            ('ETH' or 'DOT1Q') and
15018            '2T1C' and
15019            'L2BDMACLRN' and
15020            'VHOST_1024' and
15021            not 'VXLAN' and
15022            not 'IP4FWD' and
15023            not '2VM'"
15024   parameters:
15025   - "throughput"
15026   - "parent"
15027   - "tags"
15028 #  sort:
15029 #  - "VM"  # "not CFS_OPT"
15030 #  - "CFS_OPT"
15031 #  - "FIB_10K"
15032 #  - "FIB_100K"
15033 #  - "FIB_1M"
15034   traces:
15035     hoverinfo: "x+y"
15036     boxpoints: "outliers"
15037     whiskerwidth: 0
15038   layout:
15039     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15040     layout: "plot-throughput"
15041
15042 -
15043   type: "plot"
15044   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15045   algorithm: "plot_performance_box"
15046   output-file-type: ".html"
15047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15048   data: "plot-vpp-throughput-latency-2n-skx"
15049   filter: "'NIC_Intel-XXV710' and
15050            '64B' and
15051            'NDRPDR' and
15052            ('ETH' or 'DOT1Q') and
15053            '4T2C' and
15054            'L2BDMACLRN' and
15055            'VHOST_1024' and
15056            not 'VXLAN' and
15057            not 'IP4FWD' and
15058            not '2VM'"
15059   parameters:
15060   - "throughput"
15061   - "parent"
15062   - "tags"
15063 #  sort:
15064 #  - "VM"  # "not CFS_OPT"
15065 #  - "CFS_OPT"
15066 #  - "FIB_10K"
15067 #  - "FIB_100K"
15068 #  - "FIB_1M"
15069   traces:
15070     hoverinfo: "x+y"
15071     boxpoints: "outliers"
15072     whiskerwidth: 0
15073   layout:
15074     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15075     layout: "plot-throughput"
15076
15077 -
15078   type: "plot"
15079   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15080   algorithm: "plot_performance_box"
15081   output-file-type: ".html"
15082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15083   data: "plot-vpp-throughput-latency-2n-skx"
15084   filter: "'NIC_Intel-XXV710' and
15085            '64B' and
15086            'NDRPDR' and
15087            ('ETH' or 'DOT1Q') and
15088            '2T1C' and
15089            'L2BDMACLRN' and
15090            'VHOST_1024' and
15091            not 'VXLAN' and
15092            not 'IP4FWD' and
15093            not '2VM'"
15094   parameters:
15095   - "throughput"
15096   - "parent"
15097   - "tags"
15098 #  sort:
15099 #  - "VM"  # "not CFS_OPT"
15100 #  - "CFS_OPT"
15101 #  - "FIB_10K"
15102 #  - "FIB_100K"
15103 #  - "FIB_1M"
15104   traces:
15105     hoverinfo: "x+y"
15106     boxpoints: "outliers"
15107     whiskerwidth: 0
15108   layout:
15109     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15110     layout: "plot-throughput"
15111
15112 -
15113   type: "plot"
15114   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15115   algorithm: "plot_performance_box"
15116   output-file-type: ".html"
15117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15118   data: "plot-vpp-throughput-latency-2n-skx"
15119   filter: "'NIC_Intel-XXV710' and
15120            '64B' and
15121            'NDRPDR' and
15122            ('ETH' or 'DOT1Q') and
15123            '4T2C' and
15124            'L2BDMACLRN' and
15125            'VHOST_1024' and
15126            not 'VXLAN' and
15127            not 'IP4FWD' and
15128            not '2VM'"
15129   parameters:
15130   - "throughput"
15131   - "parent"
15132   - "tags"
15133 #  sort:
15134 #  - "VM"  # "not CFS_OPT"
15135 #  - "CFS_OPT"
15136 #  - "FIB_10K"
15137 #  - "FIB_100K"
15138 #  - "FIB_1M"
15139   traces:
15140     hoverinfo: "x+y"
15141     boxpoints: "outliers"
15142     whiskerwidth: 0
15143   layout:
15144     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15145     layout: "plot-throughput"
15146
15147 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15148 -
15149   type: "plot"
15150   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15151   algorithm: "plot_performance_box"
15152   output-file-type: ".html"
15153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15154   data: "plot-vpp-throughput-latency-2n-skx"
15155   filter: "'NIC_Intel-XXV710' and
15156            '64B' and
15157            'NDRPDR' and
15158            ('ETH' or 'DOT1Q') and
15159            'BASE' and
15160            '2T1C' and
15161            ('L2BDMACLRN' or 'L2XCFWD') and
15162            'VHOST_1024' and
15163            not 'VXLAN' and
15164            not 'IP4FWD' and
15165            not '2VM'"
15166   parameters:
15167   - "throughput"
15168   - "parent"
15169   - "tags"
15170 #  sort:
15171 #  - "not CFS_OPT"
15172 #  - "L2XCFWD"
15173 #  - "not CFS_OPT"
15174 #  - "CFS_OPT"
15175   traces:
15176     hoverinfo: "x+y"
15177     boxpoints: "outliers"
15178     whiskerwidth: 0
15179   layout:
15180     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15181     layout: "plot-throughput"
15182
15183 -
15184   type: "plot"
15185   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15186   algorithm: "plot_performance_box"
15187   output-file-type: ".html"
15188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15189   data: "plot-vpp-throughput-latency-2n-skx"
15190   filter: "'NIC_Intel-XXV710' and
15191            '64B' and
15192            'NDRPDR' and
15193            ('ETH' or 'DOT1Q') and
15194            'BASE' and
15195            '2T1C' and
15196            ('L2BDMACLRN' or 'L2XCFWD') and
15197            'VHOST_1024' and
15198            not 'VXLAN' and
15199            not 'IP4FWD' and
15200            not '2VM'"
15201   parameters:
15202   - "throughput"
15203   - "parent"
15204   - "tags"
15205 #  sort:
15206 #  - "not CFS_OPT"
15207 #  - "L2XCFWD"
15208 #  - "not CFS_OPT"
15209 #  - "CFS_OPT"
15210   traces:
15211     hoverinfo: "x+y"
15212     boxpoints: "outliers"
15213     whiskerwidth: 0
15214   layout:
15215     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15216     layout: "plot-throughput"
15217
15218 -
15219   type: "plot"
15220   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15221   algorithm: "plot_performance_box"
15222   output-file-type: ".html"
15223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15224   data: "plot-vpp-throughput-latency-2n-skx"
15225   filter: "'NIC_Intel-XXV710' and
15226            '64B' and
15227            'NDRPDR' and
15228            ('ETH' or 'DOT1Q') and
15229            'BASE' and
15230            '4T2C' and
15231            ('L2BDMACLRN' or 'L2XCFWD') and
15232            'VHOST_1024' and
15233            not 'VXLAN' and
15234            not 'IP4FWD' and
15235            not '2VM'"
15236   parameters:
15237   - "throughput"
15238   - "parent"
15239   - "tags"
15240 #  sort:
15241 #  - "not CFS_OPT"
15242 #  - "L2XCFWD"
15243 #  - "not CFS_OPT"
15244 #  - "CFS_OPT"
15245   traces:
15246     hoverinfo: "x+y"
15247     boxpoints: "outliers"
15248     whiskerwidth: 0
15249   layout:
15250     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15251     layout: "plot-throughput"
15252
15253 -
15254   type: "plot"
15255   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15256   algorithm: "plot_performance_box"
15257   output-file-type: ".html"
15258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15259   data: "plot-vpp-throughput-latency-2n-skx"
15260   filter: "'NIC_Intel-XXV710' and
15261            '64B' and
15262            'NDRPDR' and
15263            ('ETH' or 'DOT1Q') and
15264            'BASE' and
15265            '4T2C' and
15266            ('L2BDMACLRN' or 'L2XCFWD') and
15267            'VHOST_1024' and
15268            not 'VXLAN' and
15269            not 'IP4FWD' and
15270            not '2VM'"
15271   parameters:
15272   - "throughput"
15273   - "parent"
15274   - "tags"
15275 #  sort:
15276 #  - "not CFS_OPT"
15277 #  - "L2XCFWD"
15278 #  - "not CFS_OPT"
15279 #  - "CFS_OPT"
15280   traces:
15281     hoverinfo: "x+y"
15282     boxpoints: "outliers"
15283     whiskerwidth: 0
15284   layout:
15285     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15286     layout: "plot-throughput"
15287
15288 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15289 -
15290   type: "plot"
15291   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15292   algorithm: "plot_performance_box"
15293   output-file-type: ".html"
15294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15295   data: "plot-vpp-throughput-latency-2n-skx"
15296   filter: "'NIC_Intel-XXV710' and
15297            '64B' and
15298            'NDRPDR' and
15299            ('ETH' or 'DOT1Q') and
15300            '2T1C' and
15301            ('L2BDMACLRN' or 'L2XCFWD') and
15302            'VHOST_1024' and
15303            not 'CFS_OPT' and
15304            not 'VXLAN' and
15305            not 'IP4FWD'"
15306   parameters:
15307   - "throughput"
15308   - "parent"
15309   - "tags"
15310 #  sort:
15311 #  - "1VM"
15312 #  - "L2XCFWD"
15313 #  - "1VM"
15314 #  - "L2BDMACLRN"
15315   traces:
15316     hoverinfo: "x+y"
15317     boxpoints: "outliers"
15318     whiskerwidth: 0
15319   layout:
15320     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15321     layout: "plot-throughput"
15322
15323 -
15324   type: "plot"
15325   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15326   algorithm: "plot_performance_box"
15327   output-file-type: ".html"
15328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15329   data: "plot-vpp-throughput-latency-2n-skx"
15330   filter: "'NIC_Intel-XXV710' and
15331            '64B' and
15332            'NDRPDR' and
15333            ('ETH' or 'DOT1Q') and
15334            '2T1C' and
15335            ('L2BDMACLRN' or 'L2XCFWD') and
15336            'VHOST_1024' and
15337            not 'CFS_OPT' and
15338            not 'VXLAN' and
15339            not 'IP4FWD'"
15340   parameters:
15341   - "throughput"
15342   - "parent"
15343   - "tags"
15344 #  sort:
15345 #  - "1VM"
15346 #  - "L2XCFWD"
15347 #  - "1VM"
15348 #  - "L2BDMACLRN"
15349   traces:
15350     hoverinfo: "x+y"
15351     boxpoints: "outliers"
15352     whiskerwidth: 0
15353   layout:
15354     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15355     layout: "plot-throughput"
15356
15357 -
15358   type: "plot"
15359   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15360   algorithm: "plot_performance_box"
15361   output-file-type: ".html"
15362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15363   data: "plot-vpp-throughput-latency-2n-skx"
15364   filter: "'NIC_Intel-XXV710' and
15365            '64B' and
15366            'NDRPDR' and
15367            ('ETH' or 'DOT1Q') and
15368            '4T2C' and
15369            ('L2BDMACLRN' or 'L2XCFWD') and
15370            'VHOST_1024' and
15371            not 'CFS_OPT' and
15372            not 'VXLAN' and
15373            not 'IP4FWD'"
15374   parameters:
15375   - "throughput"
15376   - "parent"
15377   - "tags"
15378 #  sort:
15379 #  - "1VM"
15380 #  - "L2XCFWD"
15381 #  - "1VM"
15382 #  - "L2BDMACLRN"
15383   traces:
15384     hoverinfo: "x+y"
15385     boxpoints: "outliers"
15386     whiskerwidth: 0
15387   layout:
15388     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15389     layout: "plot-throughput"
15390
15391 -
15392   type: "plot"
15393   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15394   algorithm: "plot_performance_box"
15395   output-file-type: ".html"
15396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15397   data: "plot-vpp-throughput-latency-2n-skx"
15398   filter: "'NIC_Intel-XXV710' and
15399            '64B' and
15400            'NDRPDR' and
15401            ('ETH' or 'DOT1Q') and
15402            '4T2C' and
15403            ('L2BDMACLRN' or 'L2XCFWD') and
15404            'VHOST_1024' and
15405            not 'CFS_OPT' and
15406            not 'VXLAN' and
15407            not 'IP4FWD'"
15408   parameters:
15409   - "throughput"
15410   - "parent"
15411   - "tags"
15412 #  sort:
15413 #  - "1VM"
15414 #  - "L2XCFWD"
15415 #  - "1VM"
15416 #  - "L2BDMACLRN"
15417   traces:
15418     hoverinfo: "x+y"
15419     boxpoints: "outliers"
15420     whiskerwidth: 0
15421   layout:
15422     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15423     layout: "plot-throughput"
15424
15425 ################################################################################
15426
15427 # Packet Throughput - VPP VTS 3n-hsw-x520
15428 -
15429   type: "plot"
15430   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15431   algorithm: "plot_performance_box"
15432   output-file-type: ".html"
15433   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15434   data: "plot-vpp-throughput-latency-3n-hsw"
15435   filter: "'NIC_Intel-X520-DA2' and
15436            '114B' and
15437            'NDRPDR' and
15438            '1T1C' and
15439            'VTS'"
15440   parameters:
15441   - "throughput"
15442   - "parent"
15443   - "tags"
15444   traces:
15445     hoverinfo: "x+y"
15446     boxpoints: "outliers"
15447     whiskerwidth: 0
15448   layout:
15449     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15450     layout: "plot-throughput"
15451
15452 -
15453   type: "plot"
15454   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15455   algorithm: "plot_performance_box"
15456   output-file-type: ".html"
15457   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15458   data: "plot-vpp-throughput-latency-3n-hsw"
15459   filter: "'NIC_Intel-X520-DA2' and
15460            '114B' and
15461            'NDRPDR' and
15462            '2T2C' and
15463            'VTS'"
15464   parameters:
15465   - "throughput"
15466   - "parent"
15467   - "tags"
15468   traces:
15469     hoverinfo: "x+y"
15470     boxpoints: "outliers"
15471     whiskerwidth: 0
15472   layout:
15473     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15474     layout: "plot-throughput"
15475
15476 -
15477   type: "plot"
15478   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15479   algorithm: "plot_performance_box"
15480   output-file-type: ".html"
15481   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15482   data: "plot-vpp-throughput-latency-3n-hsw"
15483   filter: "'NIC_Intel-X520-DA2' and
15484            '114B' and
15485            'NDRPDR' and
15486            '1T1C' and
15487            'VTS'"
15488   parameters:
15489   - "throughput"
15490   - "parent"
15491   - "tags"
15492   traces:
15493     hoverinfo: "x+y"
15494     boxpoints: "outliers"
15495     whiskerwidth: 0
15496   layout:
15497     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15498     layout: "plot-throughput"
15499
15500 -
15501   type: "plot"
15502   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15503   algorithm: "plot_performance_box"
15504   output-file-type: ".html"
15505   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15506   data: "plot-vpp-throughput-latency-3n-hsw"
15507   filter: "'NIC_Intel-X520-DA2' and
15508            '114B' and
15509            'NDRPDR' and
15510            '2T2C' and
15511            'VTS'"
15512   parameters:
15513   - "throughput"
15514   - "parent"
15515   - "tags"
15516   traces:
15517     hoverinfo: "x+y"
15518     boxpoints: "outliers"
15519     whiskerwidth: 0
15520   layout:
15521     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15522     layout: "plot-throughput"
15523
15524 ################################################################################
15525
15526 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15527 -
15528   type: "plot"
15529   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15530   algorithm: "plot_performance_box"
15531   output-file-type: ".html"
15532   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15533   data: "plot-dpdk-throughput-latency-3n-hsw"
15534   filter: "'NIC_Intel-X520-DA2' and
15535            '64B' and
15536            'BASE' and
15537            'NDRPDR' and
15538            '1T1C' and
15539            'IP4FWD'"
15540   parameters:
15541   - "throughput"
15542   - "parent"
15543   - "tags"
15544   traces:
15545     hoverinfo: "x+y"
15546     boxpoints: "outliers"
15547     whiskerwidth: 0
15548   layout:
15549     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15550     layout: "plot-throughput"
15551
15552 -
15553   type: "plot"
15554   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15555   algorithm: "plot_performance_box"
15556   output-file-type: ".html"
15557   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15558   data: "plot-dpdk-throughput-latency-3n-hsw"
15559   filter: "'NIC_Intel-X520-DA2' and
15560            '64B' and
15561            'BASE' and
15562            'NDRPDR' and
15563            '2T2C' and
15564            'IP4FWD'"
15565   parameters:
15566   - "throughput"
15567   - "parent"
15568   - "tags"
15569   traces:
15570     hoverinfo: "x+y"
15571     boxpoints: "outliers"
15572     whiskerwidth: 0
15573   layout:
15574     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15575     layout: "plot-throughput"
15576
15577 -
15578   type: "plot"
15579   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15580   algorithm: "plot_performance_box"
15581   output-file-type: ".html"
15582   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15583   data: "plot-dpdk-throughput-latency-3n-hsw"
15584   filter: "'NIC_Intel-X520-DA2' and
15585            '64B' and
15586            'BASE' and
15587            'NDRPDR' and
15588            '1T1C' and
15589            'IP4FWD'"
15590   parameters:
15591   - "throughput"
15592   - "parent"
15593   - "tags"
15594   traces:
15595     hoverinfo: "x+y"
15596     boxpoints: "outliers"
15597     whiskerwidth: 0
15598   layout:
15599     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15600     layout: "plot-throughput"
15601
15602 -
15603   type: "plot"
15604   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15605   algorithm: "plot_performance_box"
15606   output-file-type: ".html"
15607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15608   data: "plot-dpdk-throughput-latency-3n-hsw"
15609   filter: "'NIC_Intel-X520-DA2' and
15610            '64B' and
15611            'BASE' and
15612            'NDRPDR' and
15613            '2T2C' and
15614            'IP4FWD'"
15615   parameters:
15616   - "throughput"
15617   - "parent"
15618   - "tags"
15619   traces:
15620     hoverinfo: "x+y"
15621     boxpoints: "outliers"
15622     whiskerwidth: 0
15623   layout:
15624     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15625     layout: "plot-throughput"
15626
15627 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15628 -
15629   type: "plot"
15630   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15631   algorithm: "plot_performance_box"
15632   output-file-type: ".html"
15633   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15634   data: "plot-dpdk-throughput-latency-3n-hsw"
15635   filter: "'NIC_Intel-X710' and
15636            '64B' and
15637            'BASE' and
15638            'NDRPDR' and
15639            '1T1C' and
15640            'IP4FWD'"
15641   parameters:
15642   - "throughput"
15643   - "parent"
15644   - "tags"
15645   traces:
15646     hoverinfo: "x+y"
15647     boxpoints: "outliers"
15648     whiskerwidth: 0
15649   layout:
15650     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15651     layout: "plot-throughput"
15652
15653 -
15654   type: "plot"
15655   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15656   algorithm: "plot_performance_box"
15657   output-file-type: ".html"
15658   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15659   data: "plot-dpdk-throughput-latency-3n-hsw"
15660   filter: "'NIC_Intel-X710' and
15661            '64B' and
15662            'BASE' and
15663            'NDRPDR' and
15664            '2T2C' and
15665            'IP4FWD'"
15666   parameters:
15667   - "throughput"
15668   - "parent"
15669   - "tags"
15670   traces:
15671     hoverinfo: "x+y"
15672     boxpoints: "outliers"
15673     whiskerwidth: 0
15674   layout:
15675     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15676     layout: "plot-throughput"
15677
15678 -
15679   type: "plot"
15680   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15681   algorithm: "plot_performance_box"
15682   output-file-type: ".html"
15683   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15684   data: "plot-dpdk-throughput-latency-3n-hsw"
15685   filter: "'NIC_Intel-X710' and
15686            '64B' and
15687            'BASE' and
15688            'NDRPDR' and
15689            '1T1C' and
15690            'IP4FWD'"
15691   parameters:
15692   - "throughput"
15693   - "parent"
15694   - "tags"
15695   traces:
15696     hoverinfo: "x+y"
15697     boxpoints: "outliers"
15698     whiskerwidth: 0
15699   layout:
15700     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15701     layout: "plot-throughput"
15702
15703 -
15704   type: "plot"
15705   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15706   algorithm: "plot_performance_box"
15707   output-file-type: ".html"
15708   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15709   data: "plot-dpdk-throughput-latency-3n-hsw"
15710   filter: "'NIC_Intel-X710' and
15711            '64B' and
15712            'BASE' and
15713            'NDRPDR' and
15714            '2T2C' and
15715            'IP4FWD'"
15716   parameters:
15717   - "throughput"
15718   - "parent"
15719   - "tags"
15720   traces:
15721     hoverinfo: "x+y"
15722     boxpoints: "outliers"
15723     whiskerwidth: 0
15724   layout:
15725     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15726     layout: "plot-throughput"
15727
15728 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
15729 -
15730   type: "plot"
15731   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15732   algorithm: "plot_performance_box"
15733   output-file-type: ".html"
15734   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15735   data: "plot-dpdk-throughput-latency-3n-hsw"
15736   filter: "'NIC_Intel-XL710' and
15737            '64B' and
15738            'BASE' and
15739            'NDRPDR' and
15740            '1T1C' and
15741            'IP4FWD'"
15742   parameters:
15743   - "throughput"
15744   - "parent"
15745   - "tags"
15746   traces:
15747     hoverinfo: "x+y"
15748     boxpoints: "outliers"
15749     whiskerwidth: 0
15750   layout:
15751     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15752     layout: "plot-throughput"
15753
15754 -
15755   type: "plot"
15756   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15757   algorithm: "plot_performance_box"
15758   output-file-type: ".html"
15759   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15760   data: "plot-dpdk-throughput-latency-3n-hsw"
15761   filter: "'NIC_Intel-XL710' and
15762            '64B' and
15763            'BASE' and
15764            'NDRPDR' and
15765            '2T2C' and
15766            'IP4FWD'"
15767   parameters:
15768   - "throughput"
15769   - "parent"
15770   - "tags"
15771   traces:
15772     hoverinfo: "x+y"
15773     boxpoints: "outliers"
15774     whiskerwidth: 0
15775   layout:
15776     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15777     layout: "plot-throughput"
15778
15779 -
15780   type: "plot"
15781   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15782   algorithm: "plot_performance_box"
15783   output-file-type: ".html"
15784   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15785   data: "plot-dpdk-throughput-latency-3n-hsw"
15786   filter: "'NIC_Intel-XL710' and
15787            '64B' and
15788            'BASE' and
15789            'NDRPDR' and
15790            '1T1C' and
15791            'IP4FWD'"
15792   parameters:
15793   - "throughput"
15794   - "parent"
15795   - "tags"
15796   traces:
15797     hoverinfo: "x+y"
15798     boxpoints: "outliers"
15799     whiskerwidth: 0
15800   layout:
15801     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15802     layout: "plot-throughput"
15803
15804 -
15805   type: "plot"
15806   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15807   algorithm: "plot_performance_box"
15808   output-file-type: ".html"
15809   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15810   data: "plot-dpdk-throughput-latency-3n-hsw"
15811   filter: "'NIC_Intel-XL710' and
15812            '64B' and
15813            'BASE' and
15814            'NDRPDR' and
15815            '2T2C' and
15816            'IP4FWD'"
15817   parameters:
15818   - "throughput"
15819   - "parent"
15820   - "tags"
15821   traces:
15822     hoverinfo: "x+y"
15823     boxpoints: "outliers"
15824     whiskerwidth: 0
15825   layout:
15826     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15827     layout: "plot-throughput"
15828
15829 # Packet Throughput - DPDK l3fwd 3n-skx-x710
15830 -
15831   type: "plot"
15832   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15833   algorithm: "plot_performance_box"
15834   output-file-type: ".html"
15835   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15836   data: "plot-dpdk-throughput-latency-3n-skx"
15837   filter: "'NIC_Intel-X710' and
15838            '64B' and
15839            'BASE' and
15840            'NDRPDR' and
15841            '2T1C' and
15842            'IP4FWD'"
15843   parameters:
15844   - "throughput"
15845   - "parent"
15846   - "tags"
15847   traces:
15848     hoverinfo: "x+y"
15849     boxpoints: "outliers"
15850     whiskerwidth: 0
15851   layout:
15852     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15853     layout: "plot-throughput"
15854
15855 -
15856   type: "plot"
15857   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15858   algorithm: "plot_performance_box"
15859   output-file-type: ".html"
15860   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15861   data: "plot-dpdk-throughput-latency-3n-skx"
15862   filter: "'NIC_Intel-X710' and
15863            '64B' and
15864            'BASE' and
15865            'NDRPDR' and
15866            '4T2C' and
15867            'IP4FWD'"
15868   parameters:
15869   - "throughput"
15870   - "parent"
15871   - "tags"
15872   traces:
15873     hoverinfo: "x+y"
15874     boxpoints: "outliers"
15875     whiskerwidth: 0
15876   layout:
15877     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15878     layout: "plot-throughput"
15879
15880 -
15881   type: "plot"
15882   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15883   algorithm: "plot_performance_box"
15884   output-file-type: ".html"
15885   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15886   data: "plot-dpdk-throughput-latency-3n-skx"
15887   filter: "'NIC_Intel-X710' and
15888            '64B' and
15889            'BASE' and
15890            'NDRPDR' and
15891            '2T1C' and
15892            'IP4FWD'"
15893   parameters:
15894   - "throughput"
15895   - "parent"
15896   - "tags"
15897   traces:
15898     hoverinfo: "x+y"
15899     boxpoints: "outliers"
15900     whiskerwidth: 0
15901   layout:
15902     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15903     layout: "plot-throughput"
15904
15905 -
15906   type: "plot"
15907   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15908   algorithm: "plot_performance_box"
15909   output-file-type: ".html"
15910   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15911   data: "plot-dpdk-throughput-latency-3n-skx"
15912   filter: "'NIC_Intel-X710' and
15913            '64B' and
15914            'BASE' and
15915            'NDRPDR' and
15916            '4T2C' and
15917            'IP4FWD'"
15918   parameters:
15919   - "throughput"
15920   - "parent"
15921   - "tags"
15922   traces:
15923     hoverinfo: "x+y"
15924     boxpoints: "outliers"
15925     whiskerwidth: 0
15926   layout:
15927     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15928     layout: "plot-throughput"
15929
15930 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
15931 -
15932   type: "plot"
15933   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15934   algorithm: "plot_performance_box"
15935   output-file-type: ".html"
15936   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15937   data: "plot-dpdk-throughput-latency-3n-skx"
15938   filter: "'NIC_Intel-XXV710' and
15939            '64B' and
15940            'BASE' and
15941            'NDRPDR' and
15942            '2T1C' and
15943            'IP4FWD'"
15944   parameters:
15945   - "throughput"
15946   - "parent"
15947   - "tags"
15948   traces:
15949     hoverinfo: "x+y"
15950     boxpoints: "outliers"
15951     whiskerwidth: 0
15952   layout:
15953     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15954     layout: "plot-throughput"
15955
15956 -
15957   type: "plot"
15958   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15959   algorithm: "plot_performance_box"
15960   output-file-type: ".html"
15961   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15962   data: "plot-dpdk-throughput-latency-3n-skx"
15963   filter: "'NIC_Intel-XXV710' and
15964            '64B' and
15965            'BASE' and
15966            'NDRPDR' and
15967            '4T2C' and
15968            'IP4FWD'"
15969   parameters:
15970   - "throughput"
15971   - "parent"
15972   - "tags"
15973   traces:
15974     hoverinfo: "x+y"
15975     boxpoints: "outliers"
15976     whiskerwidth: 0
15977   layout:
15978     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15979     layout: "plot-throughput"
15980
15981 -
15982   type: "plot"
15983   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15984   algorithm: "plot_performance_box"
15985   output-file-type: ".html"
15986   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15987   data: "plot-dpdk-throughput-latency-3n-skx"
15988   filter: "'NIC_Intel-XXV710' and
15989            '64B' and
15990            'BASE' and
15991            'NDRPDR' and
15992            '2T1C' and
15993            'IP4FWD'"
15994   parameters:
15995   - "throughput"
15996   - "parent"
15997   - "tags"
15998   traces:
15999     hoverinfo: "x+y"
16000     boxpoints: "outliers"
16001     whiskerwidth: 0
16002   layout:
16003     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16004     layout: "plot-throughput"
16005
16006 -
16007   type: "plot"
16008   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16009   algorithm: "plot_performance_box"
16010   output-file-type: ".html"
16011   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16012   data: "plot-dpdk-throughput-latency-3n-skx"
16013   filter: "'NIC_Intel-XXV710' and
16014            '64B' and
16015            'BASE' and
16016            'NDRPDR' and
16017            '4T2C' and
16018            'IP4FWD'"
16019   parameters:
16020   - "throughput"
16021   - "parent"
16022   - "tags"
16023   traces:
16024     hoverinfo: "x+y"
16025     boxpoints: "outliers"
16026     whiskerwidth: 0
16027   layout:
16028     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16029     layout: "plot-throughput"
16030
16031 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16032 -
16033   type: "plot"
16034   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16035   algorithm: "plot_performance_box"
16036   output-file-type: ".html"
16037   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16038   data: "plot-dpdk-throughput-latency-2n-skx"
16039   filter: "'NIC_Intel-X710' and
16040            '64B' and
16041            'BASE' and
16042            'NDRPDR' and
16043            '2T1C' and
16044            'IP4FWD'"
16045   parameters:
16046   - "throughput"
16047   - "parent"
16048   - "tags"
16049   traces:
16050     hoverinfo: "x+y"
16051     boxpoints: "outliers"
16052     whiskerwidth: 0
16053   layout:
16054     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16055     layout: "plot-throughput"
16056
16057 -
16058   type: "plot"
16059   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16060   algorithm: "plot_performance_box"
16061   output-file-type: ".html"
16062   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16063   data: "plot-dpdk-throughput-latency-2n-skx"
16064   filter: "'NIC_Intel-X710' and
16065            '64B' and
16066            'BASE' and
16067            'NDRPDR' and
16068            '4T2C' and
16069            'IP4FWD'"
16070   parameters:
16071   - "throughput"
16072   - "parent"
16073   - "tags"
16074   traces:
16075     hoverinfo: "x+y"
16076     boxpoints: "outliers"
16077     whiskerwidth: 0
16078   layout:
16079     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16080     layout: "plot-throughput"
16081
16082 -
16083   type: "plot"
16084   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16085   algorithm: "plot_performance_box"
16086   output-file-type: ".html"
16087   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16088   data: "plot-dpdk-throughput-latency-2n-skx"
16089   filter: "'NIC_Intel-X710' and
16090            '64B' and
16091            'BASE' and
16092            'NDRPDR' and
16093            '2T1C' and
16094            'IP4FWD'"
16095   parameters:
16096   - "throughput"
16097   - "parent"
16098   - "tags"
16099   traces:
16100     hoverinfo: "x+y"
16101     boxpoints: "outliers"
16102     whiskerwidth: 0
16103   layout:
16104     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16105     layout: "plot-throughput"
16106
16107 -
16108   type: "plot"
16109   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16110   algorithm: "plot_performance_box"
16111   output-file-type: ".html"
16112   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16113   data: "plot-dpdk-throughput-latency-2n-skx"
16114   filter: "'NIC_Intel-X710' and
16115            '64B' and
16116            'BASE' and
16117            'NDRPDR' and
16118            '4T2C' and
16119            'IP4FWD'"
16120   parameters:
16121   - "throughput"
16122   - "parent"
16123   - "tags"
16124   traces:
16125     hoverinfo: "x+y"
16126     boxpoints: "outliers"
16127     whiskerwidth: 0
16128   layout:
16129     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16130     layout: "plot-throughput"
16131
16132 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16133 -
16134   type: "plot"
16135   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16136   algorithm: "plot_performance_box"
16137   output-file-type: ".html"
16138   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16139   data: "plot-dpdk-throughput-latency-2n-skx"
16140   filter: "'NIC_Intel-XXV710' and
16141            '64B' and
16142            'BASE' and
16143            'NDRPDR' and
16144            '2T1C' and
16145            'IP4FWD'"
16146   parameters:
16147   - "throughput"
16148   - "parent"
16149   - "tags"
16150   traces:
16151     hoverinfo: "x+y"
16152     boxpoints: "outliers"
16153     whiskerwidth: 0
16154   layout:
16155     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16156     layout: "plot-throughput"
16157
16158 -
16159   type: "plot"
16160   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16161   algorithm: "plot_performance_box"
16162   output-file-type: ".html"
16163   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16164   data: "plot-dpdk-throughput-latency-2n-skx"
16165   filter: "'NIC_Intel-XXV710' and
16166            '64B' and
16167            'BASE' and
16168            'NDRPDR' and
16169            '4T2C' and
16170            'IP4FWD'"
16171   parameters:
16172   - "throughput"
16173   - "parent"
16174   - "tags"
16175   traces:
16176     hoverinfo: "x+y"
16177     boxpoints: "outliers"
16178     whiskerwidth: 0
16179   layout:
16180     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16181     layout: "plot-throughput"
16182
16183 -
16184   type: "plot"
16185   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16186   algorithm: "plot_performance_box"
16187   output-file-type: ".html"
16188   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16189   data: "plot-dpdk-throughput-latency-2n-skx"
16190   filter: "'NIC_Intel-XXV710' and
16191            '64B' and
16192            'BASE' and
16193            'NDRPDR' and
16194            '2T1C' and
16195            'IP4FWD'"
16196   parameters:
16197   - "throughput"
16198   - "parent"
16199   - "tags"
16200   traces:
16201     hoverinfo: "x+y"
16202     boxpoints: "outliers"
16203     whiskerwidth: 0
16204   layout:
16205     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16206     layout: "plot-throughput"
16207
16208 -
16209   type: "plot"
16210   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16211   algorithm: "plot_performance_box"
16212   output-file-type: ".html"
16213   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16214   data: "plot-dpdk-throughput-latency-2n-skx"
16215   filter: "'NIC_Intel-XXV710' and
16216            '64B' and
16217            'BASE' and
16218            'NDRPDR' and
16219            '4T2C' and
16220            'IP4FWD'"
16221   parameters:
16222   - "throughput"
16223   - "parent"
16224   - "tags"
16225   traces:
16226     hoverinfo: "x+y"
16227     boxpoints: "outliers"
16228     whiskerwidth: 0
16229   layout:
16230     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16231     layout: "plot-throughput"
16232
16233 ################################################################################
16234
16235 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16236 -
16237   type: "plot"
16238   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16239   algorithm: "plot_performance_box"
16240   output-file-type: ".html"
16241   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16242   data: "plot-dpdk-throughput-latency-3n-hsw"
16243   filter: "'NIC_Intel-X520-DA2' and
16244            '64B' and
16245            'BASE' and
16246            'NDRPDR' and
16247            '1T1C' and
16248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16249   parameters:
16250   - "throughput"
16251   - "parent"
16252   - "tags"
16253   traces:
16254     hoverinfo: "x+y"
16255     boxpoints: "outliers"
16256     whiskerwidth: 0
16257   layout:
16258     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16259     layout: "plot-throughput"
16260
16261 -
16262   type: "plot"
16263   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16264   algorithm: "plot_performance_box"
16265   output-file-type: ".html"
16266   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16267   data: "plot-dpdk-throughput-latency-3n-hsw"
16268   filter: "'NIC_Intel-X520-DA2' and
16269            '64B' and
16270            'BASE' and
16271            'NDRPDR' and
16272            '2T2C' and
16273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16274   parameters:
16275   - "throughput"
16276   - "parent"
16277   - "tags"
16278   traces:
16279     hoverinfo: "x+y"
16280     boxpoints: "outliers"
16281     whiskerwidth: 0
16282   layout:
16283     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16284     layout: "plot-throughput"
16285
16286 -
16287   type: "plot"
16288   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16289   algorithm: "plot_performance_box"
16290   output-file-type: ".html"
16291   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16292   data: "plot-dpdk-throughput-latency-3n-hsw"
16293   filter: "'NIC_Intel-X520-DA2' and
16294            '64B' and
16295            'BASE' and
16296            'NDRPDR' and
16297            '1T1C' and
16298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16299   parameters:
16300   - "throughput"
16301   - "parent"
16302   - "tags"
16303   traces:
16304     hoverinfo: "x+y"
16305     boxpoints: "outliers"
16306     whiskerwidth: 0
16307   layout:
16308     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16309     layout: "plot-throughput"
16310
16311 -
16312   type: "plot"
16313   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16314   algorithm: "plot_performance_box"
16315   output-file-type: ".html"
16316   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16317   data: "plot-dpdk-throughput-latency-3n-hsw"
16318   filter: "'NIC_Intel-X520-DA2' and
16319            '64B' and
16320            'BASE' and
16321            'NDRPDR' and
16322            '2T2C' and
16323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16324   parameters:
16325   - "throughput"
16326   - "parent"
16327   - "tags"
16328   traces:
16329     hoverinfo: "x+y"
16330     boxpoints: "outliers"
16331     whiskerwidth: 0
16332   layout:
16333     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16334     layout: "plot-throughput"
16335
16336 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16337 -
16338   type: "plot"
16339   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16340   algorithm: "plot_performance_box"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16343   data: "plot-dpdk-throughput-latency-3n-hsw"
16344   filter: "'NIC_Intel-X710' and
16345            '64B' and
16346            'BASE' and
16347            'NDRPDR' and
16348            '1T1C' and
16349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16350   parameters:
16351   - "throughput"
16352   - "parent"
16353   - "tags"
16354   traces:
16355     hoverinfo: "x+y"
16356     boxpoints: "outliers"
16357     whiskerwidth: 0
16358   layout:
16359     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16360     layout: "plot-throughput"
16361
16362 -
16363   type: "plot"
16364   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16365   algorithm: "plot_performance_box"
16366   output-file-type: ".html"
16367   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16368   data: "plot-dpdk-throughput-latency-3n-hsw"
16369   filter: "'NIC_Intel-X710' and
16370            '64B' and
16371            'BASE' and
16372            'NDRPDR' and
16373            '2T2C' and
16374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16375   parameters:
16376   - "throughput"
16377   - "parent"
16378   - "tags"
16379   traces:
16380     hoverinfo: "x+y"
16381     boxpoints: "outliers"
16382     whiskerwidth: 0
16383   layout:
16384     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16385     layout: "plot-throughput"
16386
16387 -
16388   type: "plot"
16389   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16390   algorithm: "plot_performance_box"
16391   output-file-type: ".html"
16392   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16393   data: "plot-dpdk-throughput-latency-3n-hsw"
16394   filter: "'NIC_Intel-X710' and
16395            '64B' and
16396            'BASE' and
16397            'NDRPDR' and
16398            '1T1C' and
16399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16400   parameters:
16401   - "throughput"
16402   - "parent"
16403   - "tags"
16404   traces:
16405     hoverinfo: "x+y"
16406     boxpoints: "outliers"
16407     whiskerwidth: 0
16408   layout:
16409     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16410     layout: "plot-throughput"
16411
16412 -
16413   type: "plot"
16414   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16415   algorithm: "plot_performance_box"
16416   output-file-type: ".html"
16417   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16418   data: "plot-dpdk-throughput-latency-3n-hsw"
16419   filter: "'NIC_Intel-X710' and
16420            '64B' and
16421            'BASE' and
16422            'NDRPDR' and
16423            '2T2C' and
16424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16425   parameters:
16426   - "throughput"
16427   - "parent"
16428   - "tags"
16429   traces:
16430     hoverinfo: "x+y"
16431     boxpoints: "outliers"
16432     whiskerwidth: 0
16433   layout:
16434     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16435     layout: "plot-throughput"
16436
16437 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16438 -
16439   type: "plot"
16440   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16441   algorithm: "plot_performance_box"
16442   output-file-type: ".html"
16443   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16444   data: "plot-dpdk-throughput-latency-3n-hsw"
16445   filter: "'NIC_Intel-XL710' and
16446            '64B' and
16447            'BASE' and
16448            'NDRPDR' and
16449            '1T1C' and
16450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16451   parameters:
16452   - "throughput"
16453   - "parent"
16454   - "tags"
16455   traces:
16456     hoverinfo: "x+y"
16457     boxpoints: "outliers"
16458     whiskerwidth: 0
16459   layout:
16460     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16461     layout: "plot-throughput"
16462
16463 -
16464   type: "plot"
16465   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16466   algorithm: "plot_performance_box"
16467   output-file-type: ".html"
16468   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16469   data: "plot-dpdk-throughput-latency-3n-hsw"
16470   filter: "'NIC_Intel-XL710' and
16471            '64B' and
16472            'BASE' and
16473            'NDRPDR' and
16474            '2T2C' and
16475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16476   parameters:
16477   - "throughput"
16478   - "parent"
16479   - "tags"
16480   traces:
16481     hoverinfo: "x+y"
16482     boxpoints: "outliers"
16483     whiskerwidth: 0
16484   layout:
16485     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16486     layout: "plot-throughput"
16487
16488 -
16489   type: "plot"
16490   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16491   algorithm: "plot_performance_box"
16492   output-file-type: ".html"
16493   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16494   data: "plot-dpdk-throughput-latency-3n-hsw"
16495   filter: "'NIC_Intel-XL710' and
16496            '64B' and
16497            'BASE' and
16498            'NDRPDR' and
16499            '1T1C' and
16500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16501   parameters:
16502   - "throughput"
16503   - "parent"
16504   - "tags"
16505   traces:
16506     hoverinfo: "x+y"
16507     boxpoints: "outliers"
16508     whiskerwidth: 0
16509   layout:
16510     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16511     layout: "plot-throughput"
16512
16513 -
16514   type: "plot"
16515   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16516   algorithm: "plot_performance_box"
16517   output-file-type: ".html"
16518   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16519   data: "plot-dpdk-throughput-latency-3n-hsw"
16520   filter: "'NIC_Intel-XL710' and
16521            '64B' and
16522            'BASE' and
16523            'NDRPDR' and
16524            '2T2C' and
16525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16526   parameters:
16527   - "throughput"
16528   - "parent"
16529   - "tags"
16530   traces:
16531     hoverinfo: "x+y"
16532     boxpoints: "outliers"
16533     whiskerwidth: 0
16534   layout:
16535     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16536     layout: "plot-throughput"
16537
16538 # Packet Throughput - DPDK testpmd 3n-skx-x710
16539 -
16540   type: "plot"
16541   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16542   algorithm: "plot_performance_box"
16543   output-file-type: ".html"
16544   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16545   data: "plot-dpdk-throughput-latency-3n-skx"
16546   filter: "'NIC_Intel-X710' and
16547            '64B' and
16548            'BASE' and
16549            'NDRPDR' and
16550            '2T1C' and
16551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16552   parameters:
16553   - "throughput"
16554   - "parent"
16555   - "tags"
16556   traces:
16557     hoverinfo: "x+y"
16558     boxpoints: "outliers"
16559     whiskerwidth: 0
16560   layout:
16561     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16562     layout: "plot-throughput"
16563
16564 -
16565   type: "plot"
16566   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16567   algorithm: "plot_performance_box"
16568   output-file-type: ".html"
16569   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16570   data: "plot-dpdk-throughput-latency-3n-skx"
16571   filter: "'NIC_Intel-X710' and
16572            '64B' and
16573            'BASE' and
16574            'NDRPDR' and
16575            '4T2C' and
16576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16577   parameters:
16578   - "throughput"
16579   - "parent"
16580   - "tags"
16581   traces:
16582     hoverinfo: "x+y"
16583     boxpoints: "outliers"
16584     whiskerwidth: 0
16585   layout:
16586     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16587     layout: "plot-throughput"
16588
16589 -
16590   type: "plot"
16591   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16592   algorithm: "plot_performance_box"
16593   output-file-type: ".html"
16594   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16595   data: "plot-dpdk-throughput-latency-3n-skx"
16596   filter: "'NIC_Intel-X710' and
16597            '64B' and
16598            'BASE' and
16599            'NDRPDR' and
16600            '2T1C' and
16601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16602   parameters:
16603   - "throughput"
16604   - "parent"
16605   - "tags"
16606   traces:
16607     hoverinfo: "x+y"
16608     boxpoints: "outliers"
16609     whiskerwidth: 0
16610   layout:
16611     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16612     layout: "plot-throughput"
16613
16614 -
16615   type: "plot"
16616   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16617   algorithm: "plot_performance_box"
16618   output-file-type: ".html"
16619   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16620   data: "plot-dpdk-throughput-latency-3n-skx"
16621   filter: "'NIC_Intel-X710' and
16622            '64B' and
16623            'BASE' and
16624            'NDRPDR' and
16625            '4T2C' and
16626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16627   parameters:
16628   - "throughput"
16629   - "parent"
16630   - "tags"
16631   traces:
16632     hoverinfo: "x+y"
16633     boxpoints: "outliers"
16634     whiskerwidth: 0
16635   layout:
16636     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16637     layout: "plot-throughput"
16638
16639 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16640 -
16641   type: "plot"
16642   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16643   algorithm: "plot_performance_box"
16644   output-file-type: ".html"
16645   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16646   data: "plot-dpdk-throughput-latency-3n-skx"
16647   filter: "'NIC_Intel-XXV710' and
16648            '64B' and
16649            'BASE' and
16650            'NDRPDR' and
16651            '2T1C' and
16652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16653   parameters:
16654   - "throughput"
16655   - "parent"
16656   - "tags"
16657   traces:
16658     hoverinfo: "x+y"
16659     boxpoints: "outliers"
16660     whiskerwidth: 0
16661   layout:
16662     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16663     layout: "plot-throughput"
16664
16665 -
16666   type: "plot"
16667   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16668   algorithm: "plot_performance_box"
16669   output-file-type: ".html"
16670   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16671   data: "plot-dpdk-throughput-latency-3n-skx"
16672   filter: "'NIC_Intel-XXV710' and
16673            '64B' and
16674            'BASE' and
16675            'NDRPDR' and
16676            '4T2C' and
16677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16678   parameters:
16679   - "throughput"
16680   - "parent"
16681   - "tags"
16682   traces:
16683     hoverinfo: "x+y"
16684     boxpoints: "outliers"
16685     whiskerwidth: 0
16686   layout:
16687     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16688     layout: "plot-throughput"
16689
16690 -
16691   type: "plot"
16692   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16693   algorithm: "plot_performance_box"
16694   output-file-type: ".html"
16695   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16696   data: "plot-dpdk-throughput-latency-3n-skx"
16697   filter: "'NIC_Intel-XXV710' and
16698            '64B' and
16699            'BASE' and
16700            'NDRPDR' and
16701            '2T1C' and
16702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16703   parameters:
16704   - "throughput"
16705   - "parent"
16706   - "tags"
16707   traces:
16708     hoverinfo: "x+y"
16709     boxpoints: "outliers"
16710     whiskerwidth: 0
16711   layout:
16712     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16713     layout: "plot-throughput"
16714
16715 -
16716   type: "plot"
16717   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16718   algorithm: "plot_performance_box"
16719   output-file-type: ".html"
16720   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16721   data: "plot-dpdk-throughput-latency-3n-skx"
16722   filter: "'NIC_Intel-XXV710' and
16723            '64B' and
16724            'BASE' and
16725            'NDRPDR' and
16726            '4T2C' and
16727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16728   parameters:
16729   - "throughput"
16730   - "parent"
16731   - "tags"
16732   traces:
16733     hoverinfo: "x+y"
16734     boxpoints: "outliers"
16735     whiskerwidth: 0
16736   layout:
16737     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16738     layout: "plot-throughput"
16739
16740 # Packet Throughput - DPDK testpmd 2n-skx-x710
16741 -
16742   type: "plot"
16743   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16744   algorithm: "plot_performance_box"
16745   output-file-type: ".html"
16746   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16747   data: "plot-dpdk-throughput-latency-2n-skx"
16748   filter: "'NIC_Intel-X710' and
16749            '64B' and
16750            'BASE' and
16751            'NDRPDR' and
16752            '2T1C' and
16753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16754   parameters:
16755   - "throughput"
16756   - "parent"
16757   - "tags"
16758   traces:
16759     hoverinfo: "x+y"
16760     boxpoints: "outliers"
16761     whiskerwidth: 0
16762   layout:
16763     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16764     layout: "plot-throughput"
16765
16766 -
16767   type: "plot"
16768   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16769   algorithm: "plot_performance_box"
16770   output-file-type: ".html"
16771   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16772   data: "plot-dpdk-throughput-latency-2n-skx"
16773   filter: "'NIC_Intel-X710' and
16774            '64B' and
16775            'BASE' and
16776            'NDRPDR' and
16777            '4T2C' and
16778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16779   parameters:
16780   - "throughput"
16781   - "parent"
16782   - "tags"
16783   traces:
16784     hoverinfo: "x+y"
16785     boxpoints: "outliers"
16786     whiskerwidth: 0
16787   layout:
16788     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16789     layout: "plot-throughput"
16790
16791 -
16792   type: "plot"
16793   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16794   algorithm: "plot_performance_box"
16795   output-file-type: ".html"
16796   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16797   data: "plot-dpdk-throughput-latency-2n-skx"
16798   filter: "'NIC_Intel-X710' and
16799            '64B' and
16800            'BASE' and
16801            'NDRPDR' and
16802            '2T1C' and
16803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16804   parameters:
16805   - "throughput"
16806   - "parent"
16807   - "tags"
16808   traces:
16809     hoverinfo: "x+y"
16810     boxpoints: "outliers"
16811     whiskerwidth: 0
16812   layout:
16813     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16814     layout: "plot-throughput"
16815
16816 -
16817   type: "plot"
16818   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16819   algorithm: "plot_performance_box"
16820   output-file-type: ".html"
16821   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16822   data: "plot-dpdk-throughput-latency-2n-skx"
16823   filter: "'NIC_Intel-X710' and
16824            '64B' and
16825            'BASE' and
16826            'NDRPDR' and
16827            '4T2C' and
16828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16829   parameters:
16830   - "throughput"
16831   - "parent"
16832   - "tags"
16833   traces:
16834     hoverinfo: "x+y"
16835     boxpoints: "outliers"
16836     whiskerwidth: 0
16837   layout:
16838     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16839     layout: "plot-throughput"
16840
16841 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
16842 -
16843   type: "plot"
16844   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16845   algorithm: "plot_performance_box"
16846   output-file-type: ".html"
16847   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-2n-skx"
16849   filter: "'NIC_Intel-XXV710' and
16850            '64B' and
16851            'BASE' and
16852            'NDRPDR' and
16853            '2T1C' and
16854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16855   parameters:
16856   - "throughput"
16857   - "parent"
16858   - "tags"
16859   traces:
16860     hoverinfo: "x+y"
16861     boxpoints: "outliers"
16862     whiskerwidth: 0
16863   layout:
16864     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16865     layout: "plot-throughput"
16866
16867 -
16868   type: "plot"
16869   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16870   algorithm: "plot_performance_box"
16871   output-file-type: ".html"
16872   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16873   data: "plot-dpdk-throughput-latency-2n-skx"
16874   filter: "'NIC_Intel-XXV710' and
16875            '64B' and
16876            'BASE' and
16877            'NDRPDR' and
16878            '4T2C' and
16879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16880   parameters:
16881   - "throughput"
16882   - "parent"
16883   - "tags"
16884   traces:
16885     hoverinfo: "x+y"
16886     boxpoints: "outliers"
16887     whiskerwidth: 0
16888   layout:
16889     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16890     layout: "plot-throughput"
16891
16892 -
16893   type: "plot"
16894   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16895   algorithm: "plot_performance_box"
16896   output-file-type: ".html"
16897   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16898   data: "plot-dpdk-throughput-latency-2n-skx"
16899   filter: "'NIC_Intel-XXV710' and
16900            '64B' and
16901            'BASE' and
16902            'NDRPDR' and
16903            '2T1C' and
16904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16905   parameters:
16906   - "throughput"
16907   - "parent"
16908   - "tags"
16909   traces:
16910     hoverinfo: "x+y"
16911     boxpoints: "outliers"
16912     whiskerwidth: 0
16913   layout:
16914     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16915     layout: "plot-throughput"
16916
16917 -
16918   type: "plot"
16919   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16920   algorithm: "plot_performance_box"
16921   output-file-type: ".html"
16922   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16923   data: "plot-dpdk-throughput-latency-2n-skx"
16924   filter: "'NIC_Intel-XXV710' and
16925            '64B' and
16926            'BASE' and
16927            'NDRPDR' and
16928            '4T2C' and
16929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16930   parameters:
16931   - "throughput"
16932   - "parent"
16933   - "tags"
16934   traces:
16935     hoverinfo: "x+y"
16936     boxpoints: "outliers"
16937     whiskerwidth: 0
16938   layout:
16939     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16940     layout: "plot-throughput"
16941
16942 ################################################################################
16943
16944 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
16945 -
16946   type: "plot"
16947   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16948   algorithm: "plot_latency_error_bars"
16949   output-file-type: ".html"
16950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16951   data: "plot-vpp-throughput-latency-3n-hsw"
16952   filter: "'NIC_Intel-X520-DA2' and
16953            '64B' and
16954            ('BASE' or 'SCALE') and
16955            'NDRPDR' and
16956            'ETH' and
16957            '1T1C' and
16958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16959            not 'VHOST' and
16960            not 'MEMIF'"
16961   parameters:
16962   - "latency"
16963   - "parent"
16964   - "tags"
16965   sort:
16966   - "L2PATCH"
16967   - "L2XCBASE"
16968   - "BASE"
16969   - "FIB_10K"
16970   - "FIB_100K"
16971   - "FIB_1M"
16972   layout:
16973     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16974     layout: "plot-latency"
16975
16976 -
16977   type: "plot"
16978   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16979   algorithm: "plot_latency_error_bars"
16980   output-file-type: ".html"
16981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16982   data: "plot-vpp-throughput-latency-3n-hsw"
16983   filter: "'NIC_Intel-X520-DA2' and
16984            '64B' and
16985            ('BASE' or 'SCALE') and
16986            'NDRPDR' and
16987            'ETH' and
16988            '2T2C' and
16989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16990            not 'VHOST' and
16991            not 'MEMIF'"
16992   parameters:
16993   - "latency"
16994   - "parent"
16995   - "tags"
16996   sort:
16997   - "L2PATCH"
16998   - "L2XCBASE"
16999   - "BASE"
17000   - "FIB_10K"
17001   - "FIB_100K"
17002   - "FIB_1M"
17003   layout:
17004     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17005     layout: "plot-latency"
17006
17007 # Packet Latency - VPP L2 3n-hsw-x520 features
17008 -
17009   type: "plot"
17010   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17011   algorithm: "plot_latency_error_bars"
17012   output-file-type: ".html"
17013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17014   data: "plot-vpp-throughput-latency-3n-hsw"
17015   filter: "'NIC_Intel-X520-DA2' and
17016            '64B' and
17017            'NDRPDR' and
17018            '1T1C' and
17019            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17020            not 'ACL' and
17021            not 'VHOST' and
17022            not 'MEMIF'"
17023   parameters:
17024   - "latency"
17025   - "parent"
17026   - "tags"
17027   sort:
17028   - "L2XCBASE"    # l2xcbase
17029   - "L2BDBASE"    # l2bdbase
17030   - "L2XCFWD"     # dot1q-l2xcbase
17031   - "L2BDMACLRN"  # dot1q-l2bdbase
17032   layout:
17033     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17034     layout: "plot-latency"
17035
17036 -
17037   type: "plot"
17038   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17039   algorithm: "plot_latency_error_bars"
17040   output-file-type: ".html"
17041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17042   data: "plot-vpp-throughput-latency-3n-hsw"
17043   filter: "'NIC_Intel-X520-DA2' and
17044            '64B' and
17045            'NDRPDR' and
17046            '2T2C' 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-x520-64b-2t2c-features-ndr"
17062     layout: "plot-latency"
17063
17064 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17065 -
17066   type: "plot"
17067   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17068   algorithm: "plot_latency_error_bars"
17069   output-file-type: ".html"
17070   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17071   data: "plot-vpp-throughput-latency-3n-hsw"
17072   filter: "'NIC_Intel-X710' and
17073            '64B' and
17074            ('BASE' or 'SCALE') and
17075            'NDRPDR' and
17076            'ETH' and
17077            '1T1C' and
17078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17079            not 'VHOST' and
17080            not 'MEMIF'"
17081   parameters:
17082   - "latency"
17083   - "parent"
17084   - "tags"
17085   sort:
17086   - "L2PATCH"
17087   - "L2XCBASE"
17088   - "BASE"
17089   - "FIB_10K"
17090   - "FIB_100K"
17091   - "FIB_1M"
17092   layout:
17093     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17094     layout: "plot-latency"
17095
17096 -
17097   type: "plot"
17098   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17099   algorithm: "plot_latency_error_bars"
17100   output-file-type: ".html"
17101   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17102   data: "plot-vpp-throughput-latency-3n-hsw"
17103   filter: "'NIC_Intel-X710' and
17104            '64B' and
17105            ('BASE' or 'SCALE') and
17106            'NDRPDR' and
17107            'ETH' and
17108            '2T2C' and
17109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17110            not 'VHOST' and
17111            not 'MEMIF'"
17112   parameters:
17113   - "latency"
17114   - "parent"
17115   - "tags"
17116   sort:
17117   - "L2PATCH"
17118   - "L2XCBASE"
17119   - "BASE"
17120   - "FIB_10K"
17121   - "FIB_100K"
17122   - "FIB_1M"
17123   layout:
17124     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17125     layout: "plot-latency"
17126
17127 # Packet Latency - VPP L2 3n-hsw-x710 features
17128 -
17129   type: "plot"
17130   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17131   algorithm: "plot_latency_error_bars"
17132   output-file-type: ".html"
17133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17134   data: "plot-vpp-throughput-latency-3n-hsw"
17135   filter: "'NIC_Intel-X710' and
17136            '64B' and
17137            'NDRPDR' and
17138            '1T1C' and
17139            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17140            not 'ACL' and
17141            not 'VHOST' and
17142            not 'MEMIF'"
17143   parameters:
17144   - "latency"
17145   - "parent"
17146   - "tags"
17147   sort:
17148   - "L2XCBASE"    # l2xcbase
17149   - "L2BDBASE"    # l2bdbase
17150   - "L2XCFWD"     # dot1q-l2xcbase
17151   - "L2BDMACLRN"  # dot1q-l2bdbase
17152   layout:
17153     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17154     layout: "plot-latency"
17155
17156 -
17157   type: "plot"
17158   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17159   algorithm: "plot_latency_error_bars"
17160   output-file-type: ".html"
17161   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17162   data: "plot-vpp-throughput-latency-3n-hsw"
17163   filter: "'NIC_Intel-X710' and
17164            '64B' and
17165            'NDRPDR' and
17166            '2T2C' and
17167            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17168            not 'ACL' and
17169            not 'VHOST' and
17170            not 'MEMIF'"
17171   parameters:
17172   - "latency"
17173   - "parent"
17174   - "tags"
17175   sort:
17176   - "L2XCBASE"    # l2xcbase
17177   - "L2BDBASE"    # l2bdbase
17178   - "L2XCFWD"     # dot1q-l2xcbase
17179   - "L2BDMACLRN"  # dot1q-l2bdbase
17180   layout:
17181     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17182     layout: "plot-latency"
17183
17184 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17185 -
17186   type: "plot"
17187   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17188   algorithm: "plot_latency_error_bars"
17189   output-file-type: ".html"
17190   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17191   data: "plot-vpp-throughput-latency-3n-hsw"
17192   filter: "'NIC_Intel-XL710' and
17193            '64B' and
17194            ('BASE' or 'SCALE') and
17195            'NDRPDR' and
17196            'ETH' and
17197            '1T1C' and
17198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17199            not 'VHOST' and
17200            not 'MEMIF'"
17201   parameters:
17202   - "latency"
17203   - "parent"
17204   - "tags"
17205   sort:
17206   - "L2PATCH"
17207   - "L2XCBASE"
17208   - "BASE"
17209   - "FIB_10K"
17210   - "FIB_100K"
17211   - "FIB_1M"
17212   layout:
17213     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17214     layout: "plot-latency"
17215
17216 -
17217   type: "plot"
17218   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17219   algorithm: "plot_latency_error_bars"
17220   output-file-type: ".html"
17221   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17222   data: "plot-vpp-throughput-latency-3n-hsw"
17223   filter: "'NIC_Intel-XL710' and
17224            '64B' and
17225            ('BASE' or 'SCALE') and
17226            'NDRPDR' and
17227            'ETH' and
17228            '2T2C' and
17229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17230            not 'VHOST' and
17231            not 'MEMIF'"
17232   parameters:
17233   - "latency"
17234   - "parent"
17235   - "tags"
17236   sort:
17237   - "L2PATCH"
17238   - "L2XCBASE"
17239   - "BASE"
17240   - "FIB_10K"
17241   - "FIB_100K"
17242   - "FIB_1M"
17243   layout:
17244     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17245     layout: "plot-latency"
17246
17247 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17248 -
17249   type: "plot"
17250   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17251   algorithm: "plot_latency_error_bars"
17252   output-file-type: ".html"
17253   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17254   data: "plot-vpp-throughput-latency-3n-skx"
17255   filter: "'NIC_Intel-X710' and
17256            '64B' and
17257            ('BASE' or 'SCALE') and
17258            'NDRPDR' and
17259            'ETH' and
17260            '2T1C' and
17261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17262            not 'VHOST' and
17263            not 'MEMIF'"
17264   parameters:
17265   - "latency"
17266   - "parent"
17267   - "tags"
17268   sort:
17269   - "L2PATCH"
17270   - "L2XCBASE"
17271   - "BASE"
17272   - "FIB_10K"
17273   - "FIB_100K"
17274   - "FIB_1M"
17275   layout:
17276     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17277     layout: "plot-latency"
17278
17279 -
17280   type: "plot"
17281   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17282   algorithm: "plot_latency_error_bars"
17283   output-file-type: ".html"
17284   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17285   data: "plot-vpp-throughput-latency-3n-skx"
17286   filter: "'NIC_Intel-X710' and
17287            '64B' and
17288            ('BASE' or 'SCALE') and
17289            'NDRPDR' and
17290            'ETH' and
17291            '4T2C' and
17292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17293            not 'VHOST' and
17294            not 'MEMIF'"
17295   parameters:
17296   - "latency"
17297   - "parent"
17298   - "tags"
17299   sort:
17300   - "L2PATCH"
17301   - "L2XCBASE"
17302   - "BASE"
17303   - "FIB_10K"
17304   - "FIB_100K"
17305   - "FIB_1M"
17306   layout:
17307     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17308     layout: "plot-latency"
17309
17310 # Packet Latency - VPP L2 3n-skx-x710 features
17311 -
17312   type: "plot"
17313   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17314   algorithm: "plot_latency_error_bars"
17315   output-file-type: ".html"
17316   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17317   data: "plot-vpp-throughput-latency-3n-skx"
17318   filter: "'NIC_Intel-X710' and
17319            '64B' and
17320            'NDRPDR' and
17321            '2T1C' and
17322            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17323            not 'ACL' and
17324            not 'VHOST' and
17325            not 'MEMIF'"
17326   parameters:
17327   - "latency"
17328   - "parent"
17329   - "tags"
17330   sort:
17331   - "L2XCBASE"    # l2xcbase
17332   - "L2BDBASE"    # l2bdbase
17333   - "L2XCFWD"     # dot1q-l2xcbase
17334   - "L2BDMACLRN"  # dot1q-l2bdbase
17335   layout:
17336     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17337     layout: "plot-latency"
17338
17339 -
17340   type: "plot"
17341   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17342   algorithm: "plot_latency_error_bars"
17343   output-file-type: ".html"
17344   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17345   data: "plot-vpp-throughput-latency-3n-skx"
17346   filter: "'NIC_Intel-X710' and
17347            '64B' and
17348            'NDRPDR' and
17349            '4T2C' and
17350            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17351            not 'ACL' and
17352            not 'VHOST' and
17353            not 'MEMIF'"
17354   parameters:
17355   - "latency"
17356   - "parent"
17357   - "tags"
17358   sort:
17359   - "L2XCBASE"    # l2xcbase
17360   - "L2BDBASE"    # l2bdbase
17361   - "L2XCFWD"     # dot1q-l2xcbase
17362   - "L2BDMACLRN"  # dot1q-l2bdbase
17363   layout:
17364     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17365     layout: "plot-latency"
17366
17367 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17368 -
17369   type: "plot"
17370   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17371   algorithm: "plot_latency_error_bars"
17372   output-file-type: ".html"
17373   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17374   data: "plot-vpp-throughput-latency-3n-skx"
17375   filter: "'NIC_Intel-XXV710' and
17376            '64B' and
17377            ('BASE' or 'SCALE') and
17378            'NDRPDR' and
17379            'ETH' and
17380            '2T1C' and
17381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17382            not 'VHOST' and
17383            not 'MEMIF'"
17384   parameters:
17385   - "latency"
17386   - "parent"
17387   - "tags"
17388   sort:
17389   - "L2PATCH"
17390   - "L2XCBASE"
17391   - "BASE"
17392   - "FIB_10K"
17393   - "FIB_100K"
17394   - "FIB_1M"
17395   layout:
17396     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17397     layout: "plot-latency"
17398
17399 -
17400   type: "plot"
17401   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17402   algorithm: "plot_latency_error_bars"
17403   output-file-type: ".html"
17404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17405   data: "plot-vpp-throughput-latency-3n-skx"
17406   filter: "'NIC_Intel-XXV710' and
17407            '64B' and
17408            ('BASE' or 'SCALE') and
17409            'NDRPDR' and
17410            'ETH' and
17411            '4T2C' and
17412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17413            not 'VHOST' and
17414            not 'MEMIF'"
17415   parameters:
17416   - "latency"
17417   - "parent"
17418   - "tags"
17419   sort:
17420   - "L2PATCH"
17421   - "L2XCBASE"
17422   - "BASE"
17423   - "FIB_10K"
17424   - "FIB_100K"
17425   - "FIB_1M"
17426   layout:
17427     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17428     layout: "plot-latency"
17429
17430 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17431 -
17432   type: "plot"
17433   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17434   algorithm: "plot_latency_error_bars"
17435   output-file-type: ".html"
17436   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17437   data: "plot-vpp-throughput-latency-2n-skx"
17438   filter: "'NIC_Intel-X710' and
17439            '64B' and
17440            'ETH' and
17441            ('BASE' or 'SCALE') and
17442            'NDRPDR' and
17443            '2T1C' and
17444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17445            not 'VHOST' and
17446            not 'MEMIF'"
17447   parameters:
17448   - "latency"
17449   - "parent"
17450   - "tags"
17451   sort:
17452   - "L2PATCH"
17453   - "L2XCBASE"
17454   - "BASE"
17455   - "FIB_10K"
17456   - "FIB_100K"
17457   - "FIB_1M"
17458   layout:
17459     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17460     layout: "plot-latency"
17461
17462 -
17463   type: "plot"
17464   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17465   algorithm: "plot_latency_error_bars"
17466   output-file-type: ".html"
17467   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17468   data: "plot-vpp-throughput-latency-2n-skx"
17469   filter: "'NIC_Intel-X710' and
17470            '64B' and
17471            ('BASE' or 'SCALE') and
17472            'NDRPDR' and
17473            'ETH' and
17474            '4T2C' and
17475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17476            not 'VHOST' and
17477            not 'MEMIF'"
17478   parameters:
17479   - "latency"
17480   - "parent"
17481   - "tags"
17482   sort:
17483   - "L2PATCH"
17484   - "L2XCBASE"
17485   - "BASE"
17486   - "FIB_10K"
17487   - "FIB_100K"
17488   - "FIB_1M"
17489   layout:
17490     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17491     layout: "plot-latency"
17492
17493 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17494 -
17495   type: "plot"
17496   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17497   algorithm: "plot_latency_error_bars"
17498   output-file-type: ".html"
17499   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17500   data: "plot-vpp-throughput-latency-2n-skx"
17501   filter: "'NIC_Intel-XXV710' and
17502            '64B' and
17503            ('BASE' or 'SCALE') and
17504            'NDRPDR' and
17505            'ETH' and
17506            '2T1C' and
17507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17508            not 'VHOST' and
17509            not 'MEMIF'"
17510   parameters:
17511   - "latency"
17512   - "parent"
17513   - "tags"
17514   sort:
17515   - "L2PATCH"
17516   - "L2XCBASE"
17517   - "BASE"
17518   - "FIB_10K"
17519   - "FIB_100K"
17520   - "FIB_1M"
17521   layout:
17522     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17523     layout: "plot-latency"
17524
17525 -
17526   type: "plot"
17527   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17528   algorithm: "plot_latency_error_bars"
17529   output-file-type: ".html"
17530   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17531   data: "plot-vpp-throughput-latency-2n-skx"
17532   filter: "'NIC_Intel-XXV710' and
17533            '64B' and
17534            ('BASE' or 'SCALE') and
17535            'NDRPDR' and
17536            'ETH' and
17537            '4T2C' and
17538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17539            not 'VHOST' and
17540            not 'MEMIF'"
17541   parameters:
17542   - "latency"
17543   - "parent"
17544   - "tags"
17545   sort:
17546   - "L2PATCH"
17547   - "L2XCBASE"
17548   - "BASE"
17549   - "FIB_10K"
17550   - "FIB_100K"
17551   - "FIB_1M"
17552   layout:
17553     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17554     layout: "plot-latency"
17555
17556 ################################################################################
17557
17558 # Packet Latency - VPP Container Memif 3n-hsw-x520
17559 -
17560   type: "plot"
17561   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17562   algorithm: "plot_latency_error_bars"
17563   output-file-type: ".html"
17564   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17565   data: "plot-vpp-throughput-latency-3n-hsw"
17566   filter: "'NIC_Intel-X520-DA2' and
17567            '64B' and
17568            ('BASE' or 'SCALE') and
17569            'NDRPDR' and
17570            '1T1C' and
17571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17572            not 'VHOST' and
17573            'MEMIF'"
17574   parameters:
17575   - "latency"
17576   - "parent"
17577   - "tags"
17578   sort:
17579   - "L2XCFWD"
17580   - "L2XCFWD"
17581   - "L2XCFWD"
17582   - "L2BDMACLRN"
17583   - "L2BDMACLRN"
17584   - "L2BDMACLRN"
17585   layout:
17586     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17587     layout: "plot-latency"
17588
17589 -
17590   type: "plot"
17591   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-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-x520-64b-2t2c-base_and_scale-ndr-lat"
17595   data: "plot-vpp-throughput-latency-3n-hsw"
17596   filter: "'NIC_Intel-X520-DA2' and
17597            '64B' and
17598            ('BASE' or 'SCALE') and
17599            'NDRPDR' and
17600            '2T2C' 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-x520-64b-2t2c-base_and_scale-ndr"
17617     layout: "plot-latency"
17618
17619 # Packet Latency - VPP Container Memif 3n-hsw-x710
17620 -
17621   type: "plot"
17622   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17623   algorithm: "plot_latency_error_bars"
17624   output-file-type: ".html"
17625   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17626   data: "plot-vpp-throughput-latency-3n-hsw"
17627   filter: "'NIC_Intel-X710' and
17628            '64B' and
17629            ('BASE' or 'SCALE') and
17630            'NDRPDR' and
17631            '1T1C' and
17632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17633            not 'VHOST' and
17634            'MEMIF'"
17635   parameters:
17636   - "latency"
17637   - "parent"
17638   - "tags"
17639   sort:
17640   - "L2XCFWD"
17641   - "L2XCFWD"
17642   - "L2XCFWD"
17643   - "L2BDMACLRN"
17644   - "L2BDMACLRN"
17645   - "L2BDMACLRN"
17646   layout:
17647     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17648     layout: "plot-latency"
17649
17650 -
17651   type: "plot"
17652   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17653   algorithm: "plot_latency_error_bars"
17654   output-file-type: ".html"
17655   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17656   data: "plot-vpp-throughput-latency-3n-hsw"
17657   filter: "'NIC_Intel-X710' and
17658            '64B' and
17659            ('BASE' or 'SCALE') and
17660            'NDRPDR' and
17661            '2T2C' 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-hsw-x710-64b-2t2c-base_and_scale-ndr"
17678     layout: "plot-latency"
17679
17680 # Packet Latency - VPP Container Memif 3n-hsw-xl710
17681 -
17682   type: "plot"
17683   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17684   algorithm: "plot_latency_error_bars"
17685   output-file-type: ".html"
17686   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17687   data: "plot-vpp-throughput-latency-3n-hsw"
17688   filter: "'NIC_Intel-XL710' and
17689            '64B' and
17690            ('BASE' or 'SCALE') and
17691            'NDRPDR' and
17692            '1T1C' and
17693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17694            not 'VHOST' and
17695            'MEMIF'"
17696   parameters:
17697   - "latency"
17698   - "parent"
17699   - "tags"
17700   sort:
17701   - "L2XCFWD"
17702   - "L2XCFWD"
17703   - "L2XCFWD"
17704   - "L2BDMACLRN"
17705   - "L2BDMACLRN"
17706   - "L2BDMACLRN"
17707   layout:
17708     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17709     layout: "plot-latency"
17710
17711 -
17712   type: "plot"
17713   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17714   algorithm: "plot_latency_error_bars"
17715   output-file-type: ".html"
17716   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17717   data: "plot-vpp-throughput-latency-3n-hsw"
17718   filter: "'NIC_Intel-XL710' and
17719            '64B' and
17720            ('BASE' or 'SCALE') and
17721            'NDRPDR' and
17722            '2T2C' 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-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17739     layout: "plot-latency"
17740
17741 # Packet Latency - VPP Container Memif 3n-skx-x710
17742 -
17743   type: "plot"
17744   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17745   algorithm: "plot_latency_error_bars"
17746   output-file-type: ".html"
17747   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17748   data: "plot-vpp-throughput-latency-3n-skx"
17749   filter: "'NIC_Intel-X710' and
17750            '64B' and
17751            ('BASE' or 'SCALE') and
17752            'NDRPDR' and
17753            '2T1C' and
17754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17755            not 'VHOST' and
17756            'MEMIF'"
17757   parameters:
17758   - "latency"
17759   - "parent"
17760   - "tags"
17761   sort:
17762   - "L2XCFWD"
17763   - "L2XCFWD"
17764   - "L2XCFWD"
17765   - "L2BDMACLRN"
17766   - "L2BDMACLRN"
17767   - "L2BDMACLRN"
17768   layout:
17769     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17770     layout: "plot-latency"
17771
17772 -
17773   type: "plot"
17774   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17775   algorithm: "plot_latency_error_bars"
17776   output-file-type: ".html"
17777   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17778   data: "plot-vpp-throughput-latency-3n-skx"
17779   filter: "'NIC_Intel-X710' and
17780            '64B' and
17781            ('BASE' or 'SCALE') and
17782            'NDRPDR' and
17783            '4T2C' 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-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17800     layout: "plot-latency"
17801
17802 # Packet Latency - VPP Container Memif 2n-skx-x710
17803 -
17804   type: "plot"
17805   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17806   algorithm: "plot_latency_error_bars"
17807   output-file-type: ".html"
17808   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17809   data: "plot-vpp-throughput-latency-2n-skx"
17810   filter: "'NIC_Intel-X710' and
17811            '64B' and
17812            ('BASE' or 'SCALE') and
17813            'NDRPDR' and
17814            '2T1C' and
17815            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17816            not 'VHOST' and
17817            'MEMIF'"
17818   parameters:
17819   - "latency"
17820   - "parent"
17821   - "tags"
17822   sort:
17823   - "L2XCFWD"
17824   - "L2XCFWD"
17825   - "L2XCFWD"
17826   - "L2BDMACLRN"
17827   - "L2BDMACLRN"
17828   - "L2BDMACLRN"
17829   layout:
17830     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17831     layout: "plot-latency"
17832
17833 -
17834   type: "plot"
17835   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17836   algorithm: "plot_latency_error_bars"
17837   output-file-type: ".html"
17838   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17839   data: "plot-vpp-throughput-latency-2n-skx"
17840   filter: "'NIC_Intel-X710' and
17841            '64B' and
17842            ('BASE' or 'SCALE') and
17843            'NDRPDR' and
17844            '4T2C' and
17845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17846            not 'VHOST' and
17847            'MEMIF'"
17848   parameters:
17849   - "latency"
17850   - "parent"
17851   - "tags"
17852   sort:
17853   - "L2XCFWD"
17854   - "L2XCFWD"
17855   - "L2XCFWD"
17856   - "L2BDMACLRN"
17857   - "L2BDMACLRN"
17858   - "L2BDMACLRN"
17859   layout:
17860     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17861     layout: "plot-latency"
17862
17863 # Packet Latency - VPP Container Memif 2n-skx-xxv710
17864 -
17865   type: "plot"
17866   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17867   algorithm: "plot_latency_error_bars"
17868   output-file-type: ".html"
17869   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17870   data: "plot-vpp-throughput-latency-2n-skx"
17871   filter: "'NIC_Intel-XXV710' and
17872            '64B' and
17873            ('BASE' or 'SCALE') and
17874            'NDRPDR' and
17875            '2T1C' and
17876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17877            not 'VHOST' and
17878            'MEMIF'"
17879   parameters:
17880   - "latency"
17881   - "parent"
17882   - "tags"
17883   sort:
17884   - "L2XCFWD"
17885   - "L2XCFWD"
17886   - "L2XCFWD"
17887   - "L2BDMACLRN"
17888   - "L2BDMACLRN"
17889   - "L2BDMACLRN"
17890   layout:
17891     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17892     layout: "plot-latency"
17893
17894 -
17895   type: "plot"
17896   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17897   algorithm: "plot_latency_error_bars"
17898   output-file-type: ".html"
17899   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17900   data: "plot-vpp-throughput-latency-2n-skx"
17901   filter: "'NIC_Intel-XXV710' and
17902            '64B' and
17903            ('BASE' or 'SCALE') and
17904            'NDRPDR' and
17905            '4T2C' and
17906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17907            not 'VHOST' and
17908            'MEMIF'"
17909   parameters:
17910   - "latency"
17911   - "parent"
17912   - "tags"
17913   sort:
17914   - "L2XCFWD"
17915   - "L2XCFWD"
17916   - "L2XCFWD"
17917   - "L2BDMACLRN"
17918   - "L2BDMACLRN"
17919   - "L2BDMACLRN"
17920   layout:
17921     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17922     layout: "plot-latency"
17923
17924 ################################################################################
17925
17926 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
17927 -
17928   type: "plot"
17929   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17930   algorithm: "plot_latency_error_bars"
17931   output-file-type: ".html"
17932   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17933   data: "plot-ligato-throughput-latency-3n-hsw"
17934   filter: "'NIC_Intel-X520-DA2' and
17935            '64B' and
17936            ('BASE' or 'SCALE') and
17937            'NDRPDR' and
17938            '1T1C' and
17939            'L2XCFWD' and
17940            not 'VHOST' and
17941            'MEMIF'"
17942   parameters:
17943   - "latency"
17944   - "parent"
17945   - "tags"
17946   sort:
17947   - "1VNF"
17948   - "2VNF"
17949   - "4VNF"
17950   - "2VNF"
17951   - "4VNF"
17952   layout:
17953     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
17954     layout: "plot-latency"
17955
17956 -
17957   type: "plot"
17958   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17959   algorithm: "plot_latency_error_bars"
17960   output-file-type: ".html"
17961   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17962   data: "plot-ligato-throughput-latency-3n-hsw"
17963   filter: "'NIC_Intel-X520-DA2' and
17964            '64B' and
17965            ('BASE' or 'SCALE') and
17966            'NDRPDR' and
17967            '2T2C' and
17968            'L2XCFWD' and
17969            not 'VHOST' and
17970            'MEMIF'"
17971   parameters:
17972   - "latency"
17973   - "parent"
17974   - "tags"
17975   sort:
17976   - "1VNF"
17977   - "2VNF"
17978   - "4VNF"
17979   - "2VNF"
17980   - "4VNF"
17981   layout:
17982     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
17983     layout: "plot-latency"
17984
17985 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
17986 -
17987   type: "plot"
17988   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17989   algorithm: "plot_latency_error_bars"
17990   output-file-type: ".html"
17991   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17992   data: "plot-ligato-throughput-latency-3n-hsw"
17993   filter: "'NIC_Intel-X520-DA2' and
17994            '64B' and
17995            ('BASE' or 'SCALE') and
17996            'NDRPDR' and
17997            '1T1C' and
17998            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17999            not 'VHOST' and
18000            'MEMIF'"
18001   parameters:
18002   - "latency"
18003   - "parent"
18004   - "tags"
18005   sort:
18006   - "1VNF"
18007   - "2VNF"
18008   - "4VNF"
18009   - "2VNF"
18010   - "4VNF"
18011   layout:
18012     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18013     layout: "plot-latency"
18014
18015 -
18016   type: "plot"
18017   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18018   algorithm: "plot_latency_error_bars"
18019   output-file-type: ".html"
18020   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18021   data: "plot-ligato-throughput-latency-3n-hsw"
18022   filter: "'NIC_Intel-X520-DA2' and
18023            '64B' and
18024            ('BASE' or 'SCALE') and
18025            'NDRPDR' and
18026            '2T2C' and
18027            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18028            not 'VHOST' and
18029            'MEMIF'"
18030   parameters:
18031   - "latency"
18032   - "parent"
18033   - "tags"
18034   sort:
18035   - "1VNF"
18036   - "2VNF"
18037   - "4VNF"
18038   - "2VNF"
18039   - "4VNF"
18040   layout:
18041     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18042     layout: "plot-latency"
18043
18044 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18045 -
18046   type: "plot"
18047   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18048   algorithm: "plot_latency_error_bars"
18049   output-file-type: ".html"
18050   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18051   data: "plot-ligato-throughput-latency-3n-hsw"
18052   filter: "'NIC_Intel-X710' and
18053            '64B' and
18054            ('BASE' or 'SCALE') and
18055            'NDRPDR' and
18056            '1T1C' and
18057            'L2XCFWD' and
18058            not 'VHOST' and
18059            'MEMIF'"
18060   parameters:
18061   - "latency"
18062   - "parent"
18063   - "tags"
18064   sort:
18065   - "1VNF"
18066   - "2VNF"
18067   - "4VNF"
18068   - "2VNF"
18069   - "4VNF"
18070   layout:
18071     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18072     layout: "plot-latency"
18073
18074 -
18075   type: "plot"
18076   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18077   algorithm: "plot_latency_error_bars"
18078   output-file-type: ".html"
18079   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18080   data: "plot-ligato-throughput-latency-3n-hsw"
18081   filter: "'NIC_Intel-X710' and
18082            '64B' and
18083            ('BASE' or 'SCALE') and
18084            'NDRPDR' and
18085            '2T2C' and
18086            'L2XCFWD' and
18087            not 'VHOST' and
18088            'MEMIF'"
18089   parameters:
18090   - "latency"
18091   - "parent"
18092   - "tags"
18093   sort:
18094   - "1VNF"
18095   - "2VNF"
18096   - "4VNF"
18097   - "2VNF"
18098   - "4VNF"
18099   layout:
18100     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18101     layout: "plot-latency"
18102
18103 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18104 -
18105   type: "plot"
18106   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18107   algorithm: "plot_latency_error_bars"
18108   output-file-type: ".html"
18109   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18110   data: "plot-ligato-throughput-latency-3n-hsw"
18111   filter: "'NIC_Intel-X710' and
18112            '64B' and
18113            ('BASE' or 'SCALE') and
18114            'NDRPDR' and
18115            '1T1C' and
18116            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18117            not 'VHOST' and
18118            'MEMIF'"
18119   parameters:
18120   - "latency"
18121   - "parent"
18122   - "tags"
18123   sort:
18124   - "1VNF"
18125   - "2VNF"
18126   - "4VNF"
18127   - "2VNF"
18128   - "4VNF"
18129   layout:
18130     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18131     layout: "plot-latency"
18132
18133 -
18134   type: "plot"
18135   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18136   algorithm: "plot_latency_error_bars"
18137   output-file-type: ".html"
18138   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18139   data: "plot-ligato-throughput-latency-3n-hsw"
18140   filter: "'NIC_Intel-X710' and
18141            '64B' and
18142            ('BASE' or 'SCALE') and
18143            'NDRPDR' and
18144            '2T2C' and
18145            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18146            not 'VHOST' and
18147            'MEMIF'"
18148   parameters:
18149   - "latency"
18150   - "parent"
18151   - "tags"
18152   sort:
18153   - "1VNF"
18154   - "2VNF"
18155   - "4VNF"
18156   - "2VNF"
18157   - "4VNF"
18158   layout:
18159     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18160     layout: "plot-latency"
18161
18162 ################################################################################
18163
18164 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18165 -
18166   type: "plot"
18167   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18168   algorithm: "plot_latency_error_bars"
18169   output-file-type: ".html"
18170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18171   data: "plot-vpp-throughput-latency-3n-hsw"
18172   filter: "'NIC_Intel-X520-DA2' and
18173            '64B' and
18174            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18175            'NDRPDR' and
18176            '1T1C' and
18177            'IP4FWD' and
18178            not 'IPSEC' and
18179            not 'VHOST'"
18180   parameters:
18181   - "latency"
18182   - "parent"
18183   - "tags"
18184   sort:
18185   - "IP4BASE"
18186   - "FIB_20K"
18187   - "FIB_200K"
18188   - "FIB_2M"
18189   layout:
18190     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18191     layout: "plot-latency"
18192
18193 -
18194   type: "plot"
18195   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18196   algorithm: "plot_latency_error_bars"
18197   output-file-type: ".html"
18198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18199   data: "plot-vpp-throughput-latency-3n-hsw"
18200   filter: "'NIC_Intel-X520-DA2' and
18201            '64B' and
18202            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18203            'NDRPDR' and
18204            '2T2C' and
18205            'IP4FWD' and
18206            not 'IPSEC' and
18207            not 'VHOST'"
18208   parameters:
18209   - "latency"
18210   - "parent"
18211   - "tags"
18212   sort:
18213   - "IP4BASE"
18214   - "FIB_20K"
18215   - "FIB_200K"
18216   - "FIB_2M"
18217   layout:
18218     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18219     layout: "plot-latency"
18220
18221 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18222 -
18223   type: "plot"
18224   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18225   algorithm: "plot_latency_error_bars"
18226   output-file-type: ".html"
18227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18228   data: "plot-vpp-throughput-latency-3n-hsw"
18229   filter: "'NIC_Intel-X520-DA2' and
18230            '64B' and
18231            ('IP4BASE' or
18232             'POLICE_MARK' or
18233             'COPWHLIST' or
18234             ('NAT44' and 'BASE') or
18235             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18236            'NDRPDR' and
18237            '1T1C' and
18238            'IP4FWD' and
18239            not 'IPSEC' and
18240            not 'VHOST'"
18241   parameters:
18242   - "latency"
18243   - "parent"
18244   - "tags"
18245   sort:
18246   - "IP4BASE"
18247   - "NAT44"
18248   - "POLICE_MARK"
18249   - "COPWHLIST"
18250   - "IACL"
18251   - "OACL"
18252   layout:
18253     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18254     layout: "plot-latency"
18255
18256 -
18257   type: "plot"
18258   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18259   algorithm: "plot_latency_error_bars"
18260   output-file-type: ".html"
18261   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18262   data: "plot-vpp-throughput-latency-3n-hsw"
18263   filter: "'NIC_Intel-X520-DA2' and
18264            '64B' and
18265            ('IP4BASE' or
18266             'POLICE_MARK' or
18267             'COPWHLIST' or
18268             ('NAT44' and 'BASE') or
18269             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18270            'NDRPDR' and
18271            '2T2C' and
18272            'IP4FWD' and
18273            not 'IPSEC' and
18274            not 'VHOST'"
18275   parameters:
18276   - "latency"
18277   - "parent"
18278   - "tags"
18279   sort:
18280   - "IP4BASE"
18281   - "NAT44"
18282   - "POLICE_MARK"
18283   - "COPWHLIST"
18284   - "IACL"
18285   - "OACL"
18286   layout:
18287     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18288     layout: "plot-latency"
18289
18290 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18291 -
18292   type: "plot"
18293   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18294   algorithm: "plot_latency_error_bars"
18295   output-file-type: ".html"
18296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18297   data: "plot-vpp-throughput-latency-3n-hsw"
18298   filter: "'NIC_Intel-X520-DA2' and
18299            '64B' and
18300            'NDRPDR' and
18301            '1T1C' and
18302            'IP4FWD' and
18303            'NAT44' and
18304            not 'IPSEC' and
18305            not 'VHOST'"
18306   parameters:
18307   - "latency"
18308   - "parent"
18309   - "tags"
18310   sort:
18311   - "BASE"
18312   - "BASE"
18313   - "SRC_USER_10"
18314   - "SRC_USER_100"
18315   - "SRC_USER_1000"
18316   - "SRC_USER_2000"
18317   layout:
18318     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18319     layout: "plot-latency"
18320
18321 -
18322   type: "plot"
18323   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18324   algorithm: "plot_latency_error_bars"
18325   output-file-type: ".html"
18326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18327   data: "plot-vpp-throughput-latency-3n-hsw"
18328   filter: "'NIC_Intel-X520-DA2' and
18329            '64B' and
18330            'NDRPDR' and
18331            '2T2C' and
18332            'IP4FWD' and
18333            'NAT44' and
18334            not 'IPSEC' and
18335            not 'VHOST'"
18336   parameters:
18337   - "latency"
18338   - "parent"
18339   - "tags"
18340   sort:
18341   - "BASE"
18342   - "BASE"
18343   - "SRC_USER_10"
18344   - "SRC_USER_100"
18345   - "SRC_USER_1000"
18346   - "SRC_USER_2000"
18347   layout:
18348     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18349     layout: "plot-latency"
18350
18351 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18352 -
18353   type: "plot"
18354   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18355   algorithm: "plot_latency_error_bars"
18356   output-file-type: ".html"
18357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18358   data: "plot-vpp-throughput-latency-3n-hsw"
18359   filter: "'NIC_Intel-X520-DA2' and
18360            '64B' and
18361            'NDRPDR' and
18362            '1T1C' and
18363            'IP4FWD' and
18364            'IACL' and
18365            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18366            not 'IPSEC' and
18367            not 'VHOST'"
18368   parameters:
18369   - "latency"
18370   - "parent"
18371   - "tags"
18372   sort:
18373   - "ACL_STATELESS"
18374   - "ACL_STATEFUL"
18375   - "ACL_STATELESS"
18376   - "ACL_STATEFUL"
18377   layout:
18378     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18379     layout: "plot-latency"
18380
18381 -
18382   type: "plot"
18383   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18384   algorithm: "plot_latency_error_bars"
18385   output-file-type: ".html"
18386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18387   data: "plot-vpp-throughput-latency-3n-hsw"
18388   filter: "'NIC_Intel-X520-DA2' and
18389            '64B' and
18390            'NDRPDR' and
18391            '2T2C' and
18392            'IP4FWD' and
18393            'IACL' and
18394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18395            not 'IPSEC' and
18396            not 'VHOST'"
18397   parameters:
18398   - "latency"
18399   - "parent"
18400   - "tags"
18401   sort:
18402   - "ACL_STATELESS"
18403   - "ACL_STATEFUL"
18404   - "ACL_STATELESS"
18405   - "ACL_STATEFUL"
18406   layout:
18407     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18408     layout: "plot-latency"
18409
18410 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18411 -
18412   type: "plot"
18413   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18414   algorithm: "plot_latency_error_bars"
18415   output-file-type: ".html"
18416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18417   data: "plot-vpp-throughput-latency-3n-hsw"
18418   filter: "'NIC_Intel-X520-DA2' and
18419            '64B' and
18420            'NDRPDR' and
18421            '1T1C' and
18422            'IP4FWD' and
18423            'OACL' and
18424            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18425            not 'IPSEC' and
18426            not 'VHOST'"
18427   parameters:
18428   - "latency"
18429   - "parent"
18430   - "tags"
18431   sort:
18432   - "ACL_STATELESS"
18433   - "ACL_STATEFUL"
18434   - "ACL_STATELESS"
18435   - "ACL_STATEFUL"
18436   layout:
18437     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18438     layout: "plot-latency"
18439
18440 -
18441   type: "plot"
18442   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18443   algorithm: "plot_latency_error_bars"
18444   output-file-type: ".html"
18445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18446   data: "plot-vpp-throughput-latency-3n-hsw"
18447   filter: "'NIC_Intel-X520-DA2' and
18448            '64B' and
18449            'NDRPDR' and
18450            '2T2C' and
18451            'IP4FWD' and
18452            'OACL' and
18453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18454            not 'IPSEC' and
18455            not 'VHOST'"
18456   parameters:
18457   - "latency"
18458   - "parent"
18459   - "tags"
18460   sort:
18461   - "ACL_STATELESS"
18462   - "ACL_STATEFUL"
18463   - "ACL_STATELESS"
18464   - "ACL_STATEFUL"
18465   layout:
18466     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18467     layout: "plot-latency"
18468
18469 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18470 -
18471   type: "plot"
18472   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18473   algorithm: "plot_latency_error_bars"
18474   output-file-type: ".html"
18475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18476   data: "plot-vpp-throughput-latency-3n-hsw"
18477   filter: "'NIC_Intel-X710' and
18478            '64B' and
18479            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18480            'NDRPDR' and
18481            '1T1C' and
18482            'IP4FWD' and
18483            not 'IPSEC' and
18484            not 'VHOST'"
18485   parameters:
18486   - "latency"
18487   - "parent"
18488   - "tags"
18489   sort:
18490   - "IP4BASE"
18491   - "FIB_20K"
18492   - "FIB_200K"
18493   - "FIB_2M"
18494   layout:
18495     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18496     layout: "plot-latency"
18497
18498 -
18499   type: "plot"
18500   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18501   algorithm: "plot_latency_error_bars"
18502   output-file-type: ".html"
18503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18504   data: "plot-vpp-throughput-latency-3n-hsw"
18505   filter: "'NIC_Intel-X710' and
18506            '64B' and
18507            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18508            'NDRPDR' and
18509            '2T2C' and
18510            'IP4FWD' and
18511            not 'IPSEC' and
18512            not 'VHOST'"
18513   parameters:
18514   - "latency"
18515   - "parent"
18516   - "tags"
18517   sort:
18518   - "IP4BASE"
18519   - "FIB_20K"
18520   - "FIB_200K"
18521   - "FIB_2M"
18522   layout:
18523     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18524     layout: "plot-latency"
18525
18526 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18527 -
18528   type: "plot"
18529   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18530   algorithm: "plot_latency_error_bars"
18531   output-file-type: ".html"
18532   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18533   data: "plot-vpp-throughput-latency-3n-hsw"
18534   filter: "'NIC_Intel-X710' and
18535            '64B' and
18536            ('IP4BASE' or
18537             'POLICE_MARK' or
18538             'COPWHLIST' or
18539             ('NAT44' and 'BASE') or
18540             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18541            'NDRPDR' and
18542            '1T1C' and
18543            'IP4FWD' and
18544            not 'IPSEC' and
18545            not 'VHOST'"
18546   parameters:
18547   - "latency"
18548   - "parent"
18549   - "tags"
18550   sort:
18551   - "IP4BASE"
18552   - "NAT44"
18553   - "POLICE_MARK"
18554   - "COPWHLIST"
18555   - "IACL"
18556   - "OACL"
18557   layout:
18558     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18559     layout: "plot-latency"
18560
18561 -
18562   type: "plot"
18563   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18564   algorithm: "plot_latency_error_bars"
18565   output-file-type: ".html"
18566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18567   data: "plot-vpp-throughput-latency-3n-hsw"
18568   filter: "'NIC_Intel-X710' and
18569            '64B' and
18570            ('IP4BASE' or
18571             'POLICE_MARK' or
18572             'COPWHLIST' or
18573             ('NAT44' and 'BASE') or
18574             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18575            'NDRPDR' and
18576            '2T2C' and
18577            'IP4FWD' and
18578            not 'IPSEC' and
18579            not 'VHOST'"
18580   parameters:
18581   - "latency"
18582   - "parent"
18583   - "tags"
18584   sort:
18585   - "IP4BASE"
18586   - "NAT44"
18587   - "POLICE_MARK"
18588   - "COPWHLIST"
18589   - "IACL"
18590   - "OACL"
18591   layout:
18592     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18593     layout: "plot-latency"
18594
18595 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18596 -
18597   type: "plot"
18598   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18599   algorithm: "plot_latency_error_bars"
18600   output-file-type: ".html"
18601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18602   data: "plot-vpp-throughput-latency-3n-hsw"
18603   filter: "'NIC_Intel-X710' and
18604            '64B' and
18605            'NDRPDR' and
18606            '1T1C' and
18607            'IP4FWD' and
18608            'NAT44' and
18609            not 'IPSEC' and
18610            not 'VHOST'"
18611   parameters:
18612   - "latency"
18613   - "parent"
18614   - "tags"
18615   sort:
18616   - "BASE"
18617   - "BASE"
18618   - "SRC_USER_10"
18619   - "SRC_USER_100"
18620   - "SRC_USER_1000"
18621   - "SRC_USER_2000"
18622   layout:
18623     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18624     layout: "plot-latency"
18625
18626 -
18627   type: "plot"
18628   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18629   algorithm: "plot_latency_error_bars"
18630   output-file-type: ".html"
18631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18632   data: "plot-vpp-throughput-latency-3n-hsw"
18633   filter: "'NIC_Intel-X710' and
18634            '64B' and
18635            'NDRPDR' and
18636            '2T2C' and
18637            'IP4FWD' and
18638            'NAT44' and
18639            not 'IPSEC' and
18640            not 'VHOST'"
18641   parameters:
18642   - "latency"
18643   - "parent"
18644   - "tags"
18645   sort:
18646   - "BASE"
18647   - "BASE"
18648   - "SRC_USER_10"
18649   - "SRC_USER_100"
18650   - "SRC_USER_1000"
18651   - "SRC_USER_2000"
18652   layout:
18653     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
18654     layout: "plot-latency"
18655
18656 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
18657 -
18658   type: "plot"
18659   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18660   algorithm: "plot_latency_error_bars"
18661   output-file-type: ".html"
18662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18663   data: "plot-vpp-throughput-latency-3n-hsw"
18664   filter: "'NIC_Intel-X710' and
18665            '64B' and
18666            'NDRPDR' and
18667            '1T1C' and
18668            'IP4FWD' and
18669            'IACL' and
18670            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18671            not 'IPSEC' and
18672            not 'VHOST'"
18673   parameters:
18674   - "latency"
18675   - "parent"
18676   - "tags"
18677   sort:
18678   - "ACL_STATELESS"
18679   - "ACL_STATEFUL"
18680   - "ACL_STATELESS"
18681   - "ACL_STATEFUL"
18682   layout:
18683     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18684     layout: "plot-latency"
18685
18686 -
18687   type: "plot"
18688   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18689   algorithm: "plot_latency_error_bars"
18690   output-file-type: ".html"
18691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18692   data: "plot-vpp-throughput-latency-3n-hsw"
18693   filter: "'NIC_Intel-X710' and
18694            '64B' and
18695            'NDRPDR' and
18696            '2T2C' and
18697            'IP4FWD' and
18698            'IACL' and
18699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18700            not 'IPSEC' and
18701            not 'VHOST'"
18702   parameters:
18703   - "latency"
18704   - "parent"
18705   - "tags"
18706   sort:
18707   - "ACL_STATELESS"
18708   - "ACL_STATEFUL"
18709   - "ACL_STATELESS"
18710   - "ACL_STATEFUL"
18711   layout:
18712     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18713     layout: "plot-latency"
18714
18715 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
18716 -
18717   type: "plot"
18718   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18719   algorithm: "plot_latency_error_bars"
18720   output-file-type: ".html"
18721   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18722   data: "plot-vpp-throughput-latency-3n-hsw"
18723   filter: "'NIC_Intel-X710' and
18724            '64B' and
18725            'NDRPDR' and
18726            '1T1C' and
18727            'IP4FWD' and
18728            'OACL' and
18729            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18730            not 'IPSEC' and
18731            not 'VHOST'"
18732   parameters:
18733   - "latency"
18734   - "parent"
18735   - "tags"
18736   sort:
18737   - "ACL_STATELESS"
18738   - "ACL_STATEFUL"
18739   - "ACL_STATELESS"
18740   - "ACL_STATEFUL"
18741   layout:
18742     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
18743     layout: "plot-latency"
18744
18745 -
18746   type: "plot"
18747   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18748   algorithm: "plot_latency_error_bars"
18749   output-file-type: ".html"
18750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18751   data: "plot-vpp-throughput-latency-3n-hsw"
18752   filter: "'NIC_Intel-X710' and
18753            '64B' and
18754            'NDRPDR' and
18755            '2T2C' and
18756            'IP4FWD' and
18757            'OACL' and
18758            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18759            not 'IPSEC' and
18760            not 'VHOST'"
18761   parameters:
18762   - "latency"
18763   - "parent"
18764   - "tags"
18765   sort:
18766   - "ACL_STATELESS"
18767   - "ACL_STATEFUL"
18768   - "ACL_STATELESS"
18769   - "ACL_STATEFUL"
18770   layout:
18771     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
18772     layout: "plot-latency"
18773
18774 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
18775 -
18776   type: "plot"
18777   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18778   algorithm: "plot_latency_error_bars"
18779   output-file-type: ".html"
18780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18781   data: "plot-vpp-throughput-latency-3n-hsw"
18782   filter: "'NIC_Intel-XL710' and
18783            '64B' and
18784            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18785            'NDRPDR' and
18786            '1T1C' and
18787            'IP4FWD' and
18788            not 'IPSEC' and
18789            not 'VHOST'"
18790   parameters:
18791   - "latency"
18792   - "parent"
18793   - "tags"
18794   sort:
18795   - "IP4BASE"
18796   - "FIB_20K"
18797   - "FIB_200K"
18798   - "FIB_2M"
18799   layout:
18800     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18801     layout: "plot-latency"
18802
18803 -
18804   type: "plot"
18805   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18806   algorithm: "plot_latency_error_bars"
18807   output-file-type: ".html"
18808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18809   data: "plot-vpp-throughput-latency-3n-hsw"
18810   filter: "'NIC_Intel-XL710' and
18811            '64B' and
18812            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18813            'NDRPDR' and
18814            '2T2C' and
18815            'IP4FWD' and
18816            not 'IPSEC' and
18817            not 'VHOST'"
18818   parameters:
18819   - "latency"
18820   - "parent"
18821   - "tags"
18822   sort:
18823   - "IP4BASE"
18824   - "FIB_20K"
18825   - "FIB_200K"
18826   - "FIB_2M"
18827   layout:
18828     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18829     layout: "plot-latency"
18830
18831 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
18832 -
18833   type: "plot"
18834   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18835   algorithm: "plot_latency_error_bars"
18836   output-file-type: ".html"
18837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18838   data: "plot-vpp-throughput-latency-3n-skx"
18839   filter: "'NIC_Intel-X710' and
18840            '64B' and
18841            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18842            'NDRPDR' and
18843            '2T1C' and
18844            'IP4FWD' and
18845            not 'IPSEC' and
18846            not 'VHOST'"
18847   parameters:
18848   - "latency"
18849   - "parent"
18850   - "tags"
18851   sort:
18852   - "IP4BASE"
18853   - "FIB_20K"
18854   - "FIB_200K"
18855   - "FIB_2M"
18856   layout:
18857     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18858     layout: "plot-latency"
18859
18860 -
18861   type: "plot"
18862   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18863   algorithm: "plot_latency_error_bars"
18864   output-file-type: ".html"
18865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18866   data: "plot-vpp-throughput-latency-3n-skx"
18867   filter: "'NIC_Intel-X710' and
18868            '64B' and
18869            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18870            'NDRPDR' and
18871            '4T2C' and
18872            'IP4FWD' and
18873            not 'IPSEC' and
18874            not 'VHOST'"
18875   parameters:
18876   - "latency"
18877   - "parent"
18878   - "tags"
18879   sort:
18880   - "IP4BASE"
18881   - "FIB_20K"
18882   - "FIB_200K"
18883   - "FIB_2M"
18884   layout:
18885     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18886     layout: "plot-latency"
18887
18888 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18889 -
18890   type: "plot"
18891   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18892   algorithm: "plot_latency_error_bars"
18893   output-file-type: ".html"
18894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18895   data: "plot-vpp-throughput-latency-3n-skx"
18896   filter: "'NIC_Intel-X710' and
18897            '64B' and
18898            ('IP4BASE' or
18899             'POLICE_MARK' or
18900             'COPWHLIST' or
18901             ('NAT44' and 'BASE') or
18902             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18903            'NDRPDR' and
18904            '2T1C' and
18905            'IP4FWD' and
18906            not 'IPSEC' and
18907            not 'VHOST'"
18908   parameters:
18909   - "latency"
18910   - "parent"
18911   - "tags"
18912   sort:
18913   - "IP4BASE"
18914   - "NAT44"
18915   - "POLICE_MARK"
18916   - "COPWHLIST"
18917   - "IACL"
18918   - "OACL"
18919   layout:
18920     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
18921     layout: "plot-latency"
18922
18923 -
18924   type: "plot"
18925   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18926   algorithm: "plot_latency_error_bars"
18927   output-file-type: ".html"
18928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18929   data: "plot-vpp-throughput-latency-3n-skx"
18930   filter: "'NIC_Intel-X710' and
18931            '64B' and
18932            ('IP4BASE' or
18933             'POLICE_MARK' or
18934             'COPWHLIST' or
18935             ('NAT44' and 'BASE') or
18936             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18937            'NDRPDR' and
18938            '4T2C' and
18939            'IP4FWD' and
18940            not 'IPSEC' and
18941            not 'VHOST'"
18942   parameters:
18943   - "latency"
18944   - "parent"
18945   - "tags"
18946   sort:
18947   - "IP4BASE"
18948   - "NAT44"
18949   - "POLICE_MARK"
18950   - "COPWHLIST"
18951   - "IACL"
18952   - "OACL"
18953   layout:
18954     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
18955     layout: "plot-latency"
18956
18957 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
18958 -
18959   type: "plot"
18960   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18961   algorithm: "plot_latency_error_bars"
18962   output-file-type: ".html"
18963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18964   data: "plot-vpp-throughput-latency-3n-skx"
18965   filter: "'NIC_Intel-X710' and
18966            '64B' and
18967            'NDRPDR' and
18968            '2T1C' and
18969            'IP4FWD' and
18970            'NAT44' and
18971            not 'IPSEC' and
18972            not 'VHOST'"
18973   parameters:
18974   - "latency"
18975   - "parent"
18976   - "tags"
18977   sort:
18978   - "BASE"
18979   - "BASE"
18980   - "SRC_USER_10"
18981   - "SRC_USER_100"
18982   - "SRC_USER_1000"
18983   - "SRC_USER_2000"
18984   layout:
18985     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
18986     layout: "plot-latency"
18987
18988 -
18989   type: "plot"
18990   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18991   algorithm: "plot_latency_error_bars"
18992   output-file-type: ".html"
18993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18994   data: "plot-vpp-throughput-latency-3n-skx"
18995   filter: "'NIC_Intel-X710' and
18996            '64B' and
18997            'NDRPDR' and
18998            '4T2C' and
18999            'IP4FWD' and
19000            'NAT44' and
19001            not 'IPSEC' and
19002            not 'VHOST'"
19003   parameters:
19004   - "latency"
19005   - "parent"
19006   - "tags"
19007   sort:
19008   - "BASE"
19009   - "BASE"
19010   - "SRC_USER_10"
19011   - "SRC_USER_100"
19012   - "SRC_USER_1000"
19013   - "SRC_USER_2000"
19014   layout:
19015     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19016     layout: "plot-latency"
19017
19018 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19019 -
19020   type: "plot"
19021   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19022   algorithm: "plot_latency_error_bars"
19023   output-file-type: ".html"
19024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19025   data: "plot-vpp-throughput-latency-3n-skx"
19026   filter: "'NIC_Intel-X710' and
19027            '64B' and
19028            'NDRPDR' and
19029            '2T1C' and
19030            'IP4FWD' and
19031            'IACL' and
19032            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19033            not 'IPSEC' and
19034            not 'VHOST'"
19035   parameters:
19036   - "latency"
19037   - "parent"
19038   - "tags"
19039   sort:
19040   - "ACL_STATELESS"
19041   - "ACL_STATEFUL"
19042   - "ACL_STATELESS"
19043   - "ACL_STATEFUL"
19044   layout:
19045     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19046     layout: "plot-latency"
19047
19048 -
19049   type: "plot"
19050   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19051   algorithm: "plot_latency_error_bars"
19052   output-file-type: ".html"
19053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19054   data: "plot-vpp-throughput-latency-3n-skx"
19055   filter: "'NIC_Intel-X710' and
19056            '64B' and
19057            'NDRPDR' and
19058            '4T2C' and
19059            'IP4FWD' and
19060            'IACL' and
19061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19062            not 'IPSEC' and
19063            not 'VHOST'"
19064   parameters:
19065   - "latency"
19066   - "parent"
19067   - "tags"
19068   sort:
19069   - "ACL_STATELESS"
19070   - "ACL_STATEFUL"
19071   - "ACL_STATELESS"
19072   - "ACL_STATEFUL"
19073   layout:
19074     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19075     layout: "plot-latency"
19076
19077 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19078 -
19079   type: "plot"
19080   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19081   algorithm: "plot_latency_error_bars"
19082   output-file-type: ".html"
19083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19084   data: "plot-vpp-throughput-latency-3n-skx"
19085   filter: "'NIC_Intel-X710' and
19086            '64B' and
19087            'NDRPDR' and
19088            '2T1C' and
19089            'IP4FWD' and
19090            'OACL' and
19091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19092            not 'IPSEC' and
19093            not 'VHOST'"
19094   parameters:
19095   - "latency"
19096   - "parent"
19097   - "tags"
19098   sort:
19099   - "ACL_STATELESS"
19100   - "ACL_STATEFUL"
19101   - "ACL_STATELESS"
19102   - "ACL_STATEFUL"
19103   layout:
19104     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19105     layout: "plot-latency"
19106
19107 -
19108   type: "plot"
19109   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19110   algorithm: "plot_latency_error_bars"
19111   output-file-type: ".html"
19112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19113   data: "plot-vpp-throughput-latency-3n-skx"
19114   filter: "'NIC_Intel-X710' and
19115            '64B' and
19116            'NDRPDR' and
19117            '4T2C' and
19118            'IP4FWD' and
19119            'OACL' and
19120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19121            not 'IPSEC' and
19122            not 'VHOST'"
19123   parameters:
19124   - "latency"
19125   - "parent"
19126   - "tags"
19127   sort:
19128   - "ACL_STATELESS"
19129   - "ACL_STATEFUL"
19130   - "ACL_STATELESS"
19131   - "ACL_STATEFUL"
19132   layout:
19133     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19134     layout: "plot-latency"
19135
19136 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19137 -
19138   type: "plot"
19139   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19140   algorithm: "plot_latency_error_bars"
19141   output-file-type: ".html"
19142   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19143   data: "plot-vpp-throughput-latency-2n-skx"
19144   filter: "'NIC_Intel-X710' and
19145            '64B' and
19146            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19147            'NDRPDR' and
19148            '2T1C' and
19149            'IP4FWD' and
19150            not 'IPSEC' and
19151            not 'VHOST'"
19152   parameters:
19153   - "latency"
19154   - "parent"
19155   - "tags"
19156   sort:
19157   - "IP4BASE"
19158   - "FIB_20K"
19159   - "FIB_200K"
19160   - "FIB_2M"
19161   layout:
19162     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19163     layout: "plot-latency"
19164
19165 -
19166   type: "plot"
19167   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19168   algorithm: "plot_latency_error_bars"
19169   output-file-type: ".html"
19170   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19171   data: "plot-vpp-throughput-latency-2n-skx"
19172   filter: "'NIC_Intel-X710' and
19173            '64B' and
19174            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19175            'NDRPDR' and
19176            '4T2C' and
19177            'IP4FWD' and
19178            not 'IPSEC' and
19179            not 'VHOST'"
19180   parameters:
19181   - "latency"
19182   - "parent"
19183   - "tags"
19184   sort:
19185   - "IP4BASE"
19186   - "FIB_20K"
19187   - "FIB_200K"
19188   - "FIB_2M"
19189   layout:
19190     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19191     layout: "plot-latency"
19192
19193 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19194 -
19195   type: "plot"
19196   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19197   algorithm: "plot_latency_error_bars"
19198   output-file-type: ".html"
19199   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19200   data: "plot-vpp-throughput-latency-2n-skx"
19201   filter: "'NIC_Intel-XXV710' and
19202            '64B' and
19203            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19204            'NDRPDR' and
19205            '2T1C' and
19206            'IP4FWD' and
19207            not 'IPSEC' and
19208            not 'VHOST'"
19209   parameters:
19210   - "latency"
19211   - "parent"
19212   - "tags"
19213   sort:
19214   - "IP4BASE"
19215   - "FIB_20K"
19216   - "FIB_200K"
19217   - "FIB_2M"
19218   layout:
19219     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19220     layout: "plot-latency"
19221
19222 -
19223   type: "plot"
19224   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19225   algorithm: "plot_latency_error_bars"
19226   output-file-type: ".html"
19227   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19228   data: "plot-vpp-throughput-latency-2n-skx"
19229   filter: "'NIC_Intel-XXV710' and
19230            '64B' and
19231            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19232            'NDRPDR' and
19233            '4T2C' and
19234            'IP4FWD' and
19235            not 'IPSEC' and
19236            not 'VHOST'"
19237   parameters:
19238   - "latency"
19239   - "parent"
19240   - "tags"
19241   sort:
19242   - "IP4BASE"
19243   - "FIB_20K"
19244   - "FIB_200K"
19245   - "FIB_2M"
19246   layout:
19247     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19248     layout: "plot-latency"
19249
19250 ################################################################################
19251
19252 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
19253 -
19254   type: "plot"
19255   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19256   algorithm: "plot_latency_error_bars"
19257   output-file-type: ".html"
19258   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19259   data: "plot-vpp-throughput-latency-3n-hsw"
19260   filter: "'NIC_Intel-X520-DA2' and
19261            '64B' and
19262            'ENCAP' and
19263            'NDRPDR' and
19264            '1T1C' and
19265            'VXLAN' and
19266            'L2BDMACLRN' and
19267            not 'VHOST' and
19268            not 'IPSECHW'"
19269   parameters:
19270   - "latency"
19271   - "parent"
19272   - "tags"
19273   sort:
19274   - "not DOT1Q"
19275   - "VXLAN_1"
19276   - "VXLAN_10"
19277   - "VXLAN_100"
19278   - "VXLAN_1000"
19279   layout:
19280     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19281     layout: "plot-latency"
19282
19283 -
19284   type: "plot"
19285   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19286   algorithm: "plot_latency_error_bars"
19287   output-file-type: ".html"
19288   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19289   data: "plot-vpp-throughput-latency-3n-hsw"
19290   filter: "'NIC_Intel-X520-DA2' and
19291            '64B' and
19292            'ENCAP' and
19293            'NDRPDR' and
19294            '2T2C' and
19295            'VXLAN' and
19296            'L2BDMACLRN' and
19297            not 'VHOST' and
19298            not 'IPSECHW'"
19299   parameters:
19300   - "latency"
19301   - "parent"
19302   - "tags"
19303   sort:
19304   - "not DOT1Q"
19305   - "VXLAN_1"
19306   - "VXLAN_10"
19307   - "VXLAN_100"
19308   - "VXLAN_1000"
19309   layout:
19310     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19311     layout: "plot-latency"
19312
19313 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19314 -
19315   type: "plot"
19316   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19317   algorithm: "plot_latency_error_bars"
19318   output-file-type: ".html"
19319   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19320   data: "plot-vpp-throughput-latency-3n-hsw"
19321   filter: "'NIC_Intel-X520-DA2' and
19322            '64B' and
19323            'ENCAP' and
19324            'NDRPDR' and
19325            '1T1C' and
19326            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19327            not 'DOT1Q' and
19328            not 'VHOST' and
19329            not 'IPSECHW'"
19330   parameters:
19331   - "latency"
19332   - "parent"
19333   - "tags"
19334   sort:
19335   - "L2BDMACLRN"
19336   - "L2XCFWD"
19337   - "LISP"
19338   layout:
19339     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19340     layout: "plot-latency"
19341
19342 -
19343   type: "plot"
19344   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19345   algorithm: "plot_latency_error_bars"
19346   output-file-type: ".html"
19347   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19348   data: "plot-vpp-throughput-latency-3n-hsw"
19349   filter: "'NIC_Intel-X520-DA2' and
19350            '64B' and
19351            'ENCAP' and
19352            'NDRPDR' and
19353            '2T2C' and
19354            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19355            not 'DOT1Q' and
19356            not 'VHOST' and
19357            not 'IPSECHW'"
19358   parameters:
19359   - "latency"
19360   - "parent"
19361   - "tags"
19362   sort:
19363   - "L2BDMACLRN"
19364   - "L2XCFWD"
19365   - "LISP"
19366   layout:
19367     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19368     layout: "plot-latency"
19369
19370 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19371 -
19372   type: "plot"
19373   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19374   algorithm: "plot_latency_error_bars"
19375   output-file-type: ".html"
19376   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19377   data: "plot-vpp-throughput-latency-3n-hsw"
19378   filter: "'NIC_Intel-X710' and
19379            '64B' and
19380            'ENCAP' and
19381            'NDRPDR' and
19382            '1T1C' and
19383            'VXLAN' and
19384            'L2BDMACLRN' and
19385            not 'VHOST' and
19386            not 'IPSECHW'"
19387   parameters:
19388   - "latency"
19389   - "parent"
19390   - "tags"
19391   sort:
19392   - "not DOT1Q"
19393   - "VXLAN_1"
19394   - "VXLAN_10"
19395   - "VXLAN_100"
19396   - "VXLAN_1000"
19397   layout:
19398     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19399     layout: "plot-latency"
19400
19401 -
19402   type: "plot"
19403   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19404   algorithm: "plot_latency_error_bars"
19405   output-file-type: ".html"
19406   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19407   data: "plot-vpp-throughput-latency-3n-hsw"
19408   filter: "'NIC_Intel-X710' and
19409            '64B' and
19410            'ENCAP' and
19411            'NDRPDR' and
19412            '2T2C' and
19413            'VXLAN' and
19414            'L2BDMACLRN' and
19415            not 'VHOST' and
19416            not 'IPSECHW'"
19417   parameters:
19418   - "latency"
19419   - "parent"
19420   - "tags"
19421   sort:
19422   - "not DOT1Q"
19423   - "VXLAN_1"
19424   - "VXLAN_10"
19425   - "VXLAN_100"
19426   - "VXLAN_1000"
19427   layout:
19428     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19429     layout: "plot-latency"
19430
19431 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19432 -
19433   type: "plot"
19434   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19435   algorithm: "plot_latency_error_bars"
19436   output-file-type: ".html"
19437   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19438   data: "plot-vpp-throughput-latency-3n-hsw"
19439   filter: "'NIC_Intel-X710' and
19440            '64B' and
19441            'ENCAP' and
19442            'NDRPDR' and
19443            '1T1C' and
19444            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19445            not 'DOT1Q' and
19446            not 'VHOST' and
19447            not 'IPSECHW'"
19448   parameters:
19449   - "latency"
19450   - "parent"
19451   - "tags"
19452   sort:
19453   - "L2BDMACLRN"
19454   - "L2XCFWD"
19455   - "LISP"
19456   layout:
19457     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19458     layout: "plot-latency"
19459
19460 -
19461   type: "plot"
19462   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19463   algorithm: "plot_latency_error_bars"
19464   output-file-type: ".html"
19465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19466   data: "plot-vpp-throughput-latency-3n-hsw"
19467   filter: "'NIC_Intel-X710' and
19468            '64B' and
19469            'ENCAP' and
19470            'NDRPDR' and
19471            '2T2C' and
19472            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19473            not 'DOT1Q' and
19474            not 'VHOST' and
19475            not 'IPSECHW'"
19476   parameters:
19477   - "latency"
19478   - "parent"
19479   - "tags"
19480   sort:
19481   - "L2BDMACLRN"
19482   - "L2XCFWD"
19483   - "LISP"
19484   layout:
19485     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19486     layout: "plot-latency"
19487
19488 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19489 -
19490   type: "plot"
19491   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19492   algorithm: "plot_latency_error_bars"
19493   output-file-type: ".html"
19494   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19495   data: "plot-vpp-throughput-latency-3n-skx"
19496   filter: "'NIC_Intel-X710' and
19497            '64B' and
19498            'ENCAP' and
19499            'NDRPDR' and
19500            '2T1C' and
19501            'VXLAN' and
19502            'L2BDMACLRN' and
19503            not 'VHOST' and
19504            not 'IPSECHW'"
19505   parameters:
19506   - "latency"
19507   - "parent"
19508   - "tags"
19509   sort:
19510   - "not DOT1Q"
19511   - "VXLAN_1"
19512   - "VXLAN_10"
19513   - "VXLAN_100"
19514   - "VXLAN_1000"
19515   layout:
19516     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19517     layout: "plot-latency"
19518
19519 -
19520   type: "plot"
19521   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19522   algorithm: "plot_latency_error_bars"
19523   output-file-type: ".html"
19524   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19525   data: "plot-vpp-throughput-latency-3n-skx"
19526   filter: "'NIC_Intel-X710' and
19527            '64B' and
19528            'ENCAP' and
19529            'NDRPDR' and
19530            '4T2C' and
19531            'VXLAN' and
19532            'L2BDMACLRN' and
19533            not 'VHOST' and
19534            not 'IPSECHW'"
19535   parameters:
19536   - "latency"
19537   - "parent"
19538   - "tags"
19539   sort:
19540   - "not DOT1Q"
19541   - "VXLAN_1"
19542   - "VXLAN_10"
19543   - "VXLAN_100"
19544   - "VXLAN_1000"
19545   layout:
19546     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19547     layout: "plot-latency"
19548
19549 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19550 -
19551   type: "plot"
19552   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19553   algorithm: "plot_latency_error_bars"
19554   output-file-type: ".html"
19555   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19556   data: "plot-vpp-throughput-latency-3n-skx"
19557   filter: "'NIC_Intel-X710' and
19558            '64B' and
19559            'ENCAP' and
19560            'NDRPDR' and
19561            '2T1C' and
19562            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19563            not 'DOT1Q' and
19564            not 'VHOST' and
19565            not 'IPSECHW'"
19566   parameters:
19567   - "latency"
19568   - "parent"
19569   - "tags"
19570   sort:
19571   - "L2BDMACLRN"
19572   - "L2XCFWD"
19573   - "LISP"
19574   layout:
19575     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19576     layout: "plot-latency"
19577
19578 -
19579   type: "plot"
19580   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19581   algorithm: "plot_latency_error_bars"
19582   output-file-type: ".html"
19583   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19584   data: "plot-vpp-throughput-latency-3n-skx"
19585   filter: "'NIC_Intel-X710' and
19586            '64B' and
19587            'ENCAP' and
19588            'NDRPDR' and
19589            '4T2C' and
19590            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19591            not 'DOT1Q' and
19592            not 'VHOST' and
19593            not 'IPSECHW'"
19594   parameters:
19595   - "latency"
19596   - "parent"
19597   - "tags"
19598   sort:
19599   - "L2BDMACLRN"
19600   - "L2XCFWD"
19601   - "LISP"
19602   layout:
19603     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19604     layout: "plot-latency"
19605
19606 ################################################################################
19607
19608 # Packet Latency - VPP IPv6 3n-hsw-x520
19609 -
19610   type: "plot"
19611   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19612   algorithm: "plot_latency_error_bars"
19613   output-file-type: ".html"
19614   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19615   data: "plot-vpp-throughput-latency-3n-hsw"
19616   filter: "'NIC_Intel-X520-DA2' and
19617            '78B' and
19618            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19619            'NDRPDR' and
19620            '1T1C' and
19621            'IP6FWD' and
19622            not 'SRv6' and
19623            not 'IPSEC' and
19624            not 'VHOST'"
19625   parameters:
19626   - "latency"
19627   - "parent"
19628   - "tags"
19629   sort:
19630   - "IP6BASE"
19631   - "FIB_20K"
19632   - "FIB_200K"
19633   - "FIB_2M"
19634   layout:
19635     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19636     layout: "plot-latency"
19637
19638 -
19639   type: "plot"
19640   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19641   algorithm: "plot_latency_error_bars"
19642   output-file-type: ".html"
19643   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19644   data: "plot-vpp-throughput-latency-3n-hsw"
19645   filter: "'NIC_Intel-X520-DA2' and
19646            '78B' and
19647            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19648            'NDRPDR' and
19649            '2T2C' and
19650            'IP6FWD' and
19651            not 'SRv6' and
19652            not 'IPSEC' and
19653            not 'VHOST'"
19654   parameters:
19655   - "latency"
19656   - "parent"
19657   - "tags"
19658   sort:
19659   - "IP6BASE"
19660   - "FIB_20K"
19661   - "FIB_200K"
19662   - "FIB_2M"
19663   layout:
19664     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
19665     layout: "plot-latency"
19666
19667 # Packet Latency - VPP IPv6 3n-hsw-x710
19668 -
19669   type: "plot"
19670   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19671   algorithm: "plot_latency_error_bars"
19672   output-file-type: ".html"
19673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19674   data: "plot-vpp-throughput-latency-3n-hsw"
19675   filter: "'NIC_Intel-X710' and
19676            '78B' and
19677            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19678            'NDRPDR' and
19679            '1T1C' and
19680            'IP6FWD' and
19681            not 'SRv6' and
19682            not 'IPSEC' and
19683            not 'VHOST'"
19684   parameters:
19685   - "latency"
19686   - "parent"
19687   - "tags"
19688   sort:
19689   - "IP6BASE"
19690   - "FIB_20K"
19691   - "FIB_200K"
19692   - "FIB_2M"
19693   layout:
19694     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19695     layout: "plot-latency"
19696
19697 -
19698   type: "plot"
19699   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19700   algorithm: "plot_latency_error_bars"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19703   data: "plot-vpp-throughput-latency-3n-hsw"
19704   filter: "'NIC_Intel-X710' and
19705            '78B' and
19706            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19707            'NDRPDR' and
19708            '2T2C' and
19709            'IP6FWD' and
19710            not 'SRv6' and
19711            not 'IPSEC' and
19712            not 'VHOST'"
19713   parameters:
19714   - "latency"
19715   - "parent"
19716   - "tags"
19717   sort:
19718   - "IP6BASE"
19719   - "FIB_20K"
19720   - "FIB_200K"
19721   - "FIB_2M"
19722   layout:
19723     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19724     layout: "plot-latency"
19725
19726 # Packet Latency - VPP IPv6 3n-hsw-xl710
19727 -
19728   type: "plot"
19729   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19730   algorithm: "plot_latency_error_bars"
19731   output-file-type: ".html"
19732   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19733   data: "plot-vpp-throughput-latency-3n-hsw"
19734   filter: "'NIC_Intel-XL710' and
19735            '78B' and
19736            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19737            'NDRPDR' and
19738            '1T1C' and
19739            'IP6FWD' and
19740            not 'SRv6' and
19741            not 'IPSEC' and
19742            not 'VHOST'"
19743   parameters:
19744   - "latency"
19745   - "parent"
19746   - "tags"
19747   sort:
19748   - "IP6BASE"
19749   - "FIB_20K"
19750   - "FIB_200K"
19751   - "FIB_2M"
19752   layout:
19753     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
19754     layout: "plot-latency"
19755
19756 -
19757   type: "plot"
19758   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19759   algorithm: "plot_latency_error_bars"
19760   output-file-type: ".html"
19761   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19762   data: "plot-vpp-throughput-latency-3n-hsw"
19763   filter: "'NIC_Intel-XL710' and
19764            '78B' and
19765            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19766            'NDRPDR' and
19767            '2T2C' and
19768            'IP6FWD' and
19769            not 'SRv6' and
19770            not 'IPSEC' and
19771            not 'VHOST'"
19772   parameters:
19773   - "latency"
19774   - "parent"
19775   - "tags"
19776   sort:
19777   - "IP6BASE"
19778   - "FIB_20K"
19779   - "FIB_200K"
19780   - "FIB_2M"
19781   layout:
19782     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
19783     layout: "plot-latency"
19784
19785 # Packet Latency - VPP IPv6 3n-skx-x710
19786 -
19787   type: "plot"
19788   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19789   algorithm: "plot_latency_error_bars"
19790   output-file-type: ".html"
19791   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19792   data: "plot-vpp-throughput-latency-3n-skx"
19793   filter: "'NIC_Intel-X710' and
19794            '78B' and
19795            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19796            'NDRPDR' and
19797            '2T1C' and
19798            'IP6FWD' and
19799            not 'SRv6' and
19800            not 'IPSEC' and
19801            not 'VHOST'"
19802   parameters:
19803   - "latency"
19804   - "parent"
19805   - "tags"
19806   sort:
19807   - "IP6BASE"
19808   - "FIB_20K"
19809   - "FIB_200K"
19810   - "FIB_2M"
19811   layout:
19812     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
19813     layout: "plot-latency"
19814
19815 -
19816   type: "plot"
19817   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19818   algorithm: "plot_latency_error_bars"
19819   output-file-type: ".html"
19820   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19821   data: "plot-vpp-throughput-latency-3n-skx"
19822   filter: "'NIC_Intel-X710' and
19823            '78B' and
19824            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19825            'NDRPDR' and
19826            '4T2C' and
19827            'IP6FWD' and
19828            not 'SRv6' and
19829            not 'IPSEC' and
19830            not 'VHOST'"
19831   parameters:
19832   - "latency"
19833   - "parent"
19834   - "tags"
19835   sort:
19836   - "IP6BASE"
19837   - "FIB_20K"
19838   - "FIB_200K"
19839   - "FIB_2M"
19840   layout:
19841     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
19842     layout: "plot-latency"
19843
19844 # Packet Latency - VPP IPv6 2n-skx-x710
19845 -
19846   type: "plot"
19847   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19848   algorithm: "plot_latency_error_bars"
19849   output-file-type: ".html"
19850   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19851   data: "plot-vpp-throughput-latency-2n-skx"
19852   filter: "'NIC_Intel-X710' and
19853            '78B' and
19854            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19855            'NDRPDR' and
19856            '2T1C' and
19857            'IP6FWD' and
19858            not 'SRv6' and
19859            not 'IPSEC' and
19860            not 'VHOST'"
19861   parameters:
19862   - "latency"
19863   - "parent"
19864   - "tags"
19865   sort:
19866   - "IP6BASE"
19867   - "FIB_20K"
19868   - "FIB_200K"
19869   - "FIB_2M"
19870   layout:
19871     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
19872     layout: "plot-latency"
19873
19874 -
19875   type: "plot"
19876   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19877   algorithm: "plot_latency_error_bars"
19878   output-file-type: ".html"
19879   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19880   data: "plot-vpp-throughput-latency-2n-skx"
19881   filter: "'NIC_Intel-X710' and
19882            '78B' and
19883            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19884            'NDRPDR' and
19885            '4T2C' and
19886            'IP6FWD' and
19887            not 'SRv6' and
19888            not 'IPSEC' and
19889            not 'VHOST'"
19890   parameters:
19891   - "latency"
19892   - "parent"
19893   - "tags"
19894   sort:
19895   - "IP6BASE"
19896   - "FIB_20K"
19897   - "FIB_200K"
19898   - "FIB_2M"
19899   layout:
19900     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
19901     layout: "plot-latency"
19902
19903 # Packet Latency - VPP IPv6 2n-skx-xxv710
19904 -
19905   type: "plot"
19906   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19907   algorithm: "plot_latency_error_bars"
19908   output-file-type: ".html"
19909   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19910   data: "plot-vpp-throughput-latency-2n-skx"
19911   filter: "'NIC_Intel-XXV710' and
19912            '78B' and
19913            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19914            'NDRPDR' and
19915            '2T1C' and
19916            'IP6FWD' and
19917            not 'SRv6' and
19918            not 'IPSEC' and
19919            not 'VHOST'"
19920   parameters:
19921   - "latency"
19922   - "parent"
19923   - "tags"
19924   sort:
19925   - "IP6BASE"
19926   - "FIB_20K"
19927   - "FIB_200K"
19928   - "FIB_2M"
19929   layout:
19930     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
19931     layout: "plot-latency"
19932
19933 -
19934   type: "plot"
19935   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19936   algorithm: "plot_latency_error_bars"
19937   output-file-type: ".html"
19938   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19939   data: "plot-vpp-throughput-latency-2n-skx"
19940   filter: "'NIC_Intel-XXV710' and
19941            '78B' and
19942            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19943            'NDRPDR' and
19944            '4T2C' and
19945            'IP6FWD' and
19946            not 'SRv6' and
19947            not 'IPSEC' and
19948            not 'VHOST'"
19949   parameters:
19950   - "latency"
19951   - "parent"
19952   - "tags"
19953   sort:
19954   - "IP6BASE"
19955   - "FIB_20K"
19956   - "FIB_200K"
19957   - "FIB_2M"
19958   layout:
19959     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
19960     layout: "plot-latency"
19961
19962 ################################################################################
19963
19964 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
19965 -
19966   type: "plot"
19967   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19968   algorithm: "plot_latency_error_bars"
19969   output-file-type: ".html"
19970   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19971   data: "plot-vpp-throughput-latency-3n-hsw"
19972   filter: "'NIC_Intel-X520-DA2' and
19973            '78B' and
19974            'ENCAP' and
19975            'NDRPDR' and
19976            '1T1C' and
19977            'LISP' and
19978            not 'VHOST'"
19979   parameters:
19980   - "latency"
19981   - "parent"
19982   - "tags"
19983   sort:
19984   - "IP4UNRLAY"
19985   - "IP6UNRLAY"
19986   layout:
19987     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19988     layout: "plot-latency"
19989
19990 -
19991   type: "plot"
19992   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19993   algorithm: "plot_latency_error_bars"
19994   output-file-type: ".html"
19995   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19996   data: "plot-vpp-throughput-latency-3n-hsw"
19997   filter: "'NIC_Intel-X520-DA2' and
19998            '78B' and
19999            'ENCAP' and
20000            'NDRPDR' and
20001            '2T2C' and
20002            'LISP' and
20003            not 'VHOST'"
20004   parameters:
20005   - "latency"
20006   - "parent"
20007   - "tags"
20008   sort:
20009   - "IP4UNRLAY"
20010   - "IP6UNRLAY"
20011   layout:
20012     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20013     layout: "plot-latency"
20014
20015 ################################################################################
20016
20017 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20018 -
20019   type: "plot"
20020   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20021   algorithm: "plot_latency_error_bars"
20022   output-file-type: ".html"
20023   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20024   data: "plot-vpp-throughput-latency-3n-hsw"
20025   filter: "'NIC_Intel-XL710' and
20026            '64B' and
20027            'IP4FWD' and
20028            'NDRPDR' and
20029            'BASE' and
20030            '1T1C' and
20031            'IPSECHW' and
20032            ('IPSECTRAN' or 'IPSECTUN') and
20033            not 'VHOST'"
20034   parameters:
20035   - "latency"
20036   - "parent"
20037   - "tags"
20038   layout:
20039     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20040     layout: "plot-latency"
20041
20042 -
20043   type: "plot"
20044   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20045   algorithm: "plot_latency_error_bars"
20046   output-file-type: ".html"
20047   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20048   data: "plot-vpp-throughput-latency-3n-hsw"
20049   filter: "'NIC_Intel-XL710' and
20050            '64B' and
20051            'IP4FWD' and
20052            'NDRPDR' and
20053            'BASE' and
20054            '2T2C' and
20055            'IPSECHW' and
20056            ('IPSECTRAN' or 'IPSECTUN') and
20057            not 'VHOST'"
20058   parameters:
20059   - "latency"
20060   - "parent"
20061   - "tags"
20062   layout:
20063     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20064     layout: "plot-latency"
20065
20066 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20067 -
20068   type: "plot"
20069   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20070   algorithm: "plot_latency_error_bars"
20071   output-file-type: ".html"
20072   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20073   data: "plot-vpp-throughput-latency-3n-hsw"
20074   filter: "'NIC_Intel-XL710' and
20075            '64B' and
20076            'IP4FWD' and
20077            'NDRPDR' and
20078            'SCALE' and
20079            '1T1C' and
20080            'IPSECHW' and
20081            ('IPSECTRAN' or 'IPSECTUN') and
20082            not 'VHOST'"
20083   parameters:
20084   - "latency"
20085   - "parent"
20086   - "tags"
20087   layout:
20088     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20089     layout: "plot-latency"
20090
20091 -
20092   type: "plot"
20093   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20094   algorithm: "plot_latency_error_bars"
20095   output-file-type: ".html"
20096   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20097   data: "plot-vpp-throughput-latency-3n-hsw"
20098   filter: "'NIC_Intel-XL710' and
20099            '64B' and
20100            'IP4FWD' and
20101            'NDRPDR' and
20102            'SCALE' and
20103            '2T2C' and
20104            'IPSECHW' and
20105            ('IPSECTRAN' or 'IPSECTUN') and
20106            not 'VHOST'"
20107   parameters:
20108   - "latency"
20109   - "parent"
20110   - "tags"
20111   layout:
20112     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20113     layout: "plot-latency"
20114
20115 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20116 -
20117   type: "plot"
20118   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20119   algorithm: "plot_latency_error_bars"
20120   output-file-type: ".html"
20121   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20122   data: "plot-vpp-throughput-latency-3n-hsw"
20123   filter: "'NIC_Intel-XL710' and
20124            '64B' and
20125            'IP4FWD' and
20126            'NDRPDR' and
20127            '1T1C' and
20128            'IPSECSW' and
20129            ('IPSECTRAN' or 'IPSECTUN') and
20130            not 'VHOST'"
20131   parameters:
20132   - "latency"
20133   - "parent"
20134   - "tags"
20135   layout:
20136     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20137     layout: "plot-latency"
20138
20139 -
20140   type: "plot"
20141   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20142   algorithm: "plot_latency_error_bars"
20143   output-file-type: ".html"
20144   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20145   data: "plot-vpp-throughput-latency-3n-hsw"
20146   filter: "'NIC_Intel-XL710' and
20147            '64B' and
20148            'IP4FWD' and
20149            'NDRPDR' and
20150            '2T2C' and
20151            'IPSECSW' and
20152            ('IPSECTRAN' or 'IPSECTUN') and
20153            not 'VHOST'"
20154   parameters:
20155   - "latency"
20156   - "parent"
20157   - "tags"
20158   layout:
20159     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20160     layout: "plot-latency"
20161
20162 ################################################################################
20163
20164 # Packet Latency - VPP SRv6 3n-hsw-x520
20165 -
20166   type: "plot"
20167   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20168   algorithm: "plot_latency_error_bars"
20169   output-file-type: ".html"
20170   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20171   data: "plot-vpp-throughput-latency-3n-hsw"
20172   filter: "'NIC_Intel-X520-DA2' and
20173            '78B' and
20174            'FEATURE' and
20175            'NDRPDR' and
20176            '1T1C' and
20177            'IP6FWD' and
20178            'SRv6'"
20179   parameters:
20180   - "latency"
20181   - "parent"
20182   - "tags"
20183   layout:
20184     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20185     layout: "plot-latency"
20186
20187 -
20188   type: "plot"
20189   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20190   algorithm: "plot_latency_error_bars"
20191   output-file-type: ".html"
20192   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20193   data: "plot-vpp-throughput-latency-3n-hsw"
20194   filter: "'NIC_Intel-X520-DA2' and
20195            '78B' and
20196            'FEATURE' and
20197            'NDRPDR' and
20198            '2T2C' and
20199            'IP6FWD' and
20200            'SRv6'"
20201   parameters:
20202   - "latency"
20203   - "parent"
20204   - "tags"
20205   layout:
20206     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20207     layout: "plot-latency"
20208
20209 ################################################################################
20210
20211 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20212 -
20213   type: "plot"
20214   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20215   algorithm: "plot_latency_error_bars"
20216   output-file-type: ".html"
20217   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20218   data: "plot-vpp-throughput-latency-3n-hsw"
20219   filter: "'NIC_Intel-X520-DA2' and
20220            '64B' and
20221            'NDRPDR' and
20222            'ETH' and
20223            'IP4FWD' and
20224            '1T1C' and
20225            'VHOST_1024' and
20226            not 'VXLAN' and
20227            not 'DOT1Q'"
20228   parameters:
20229   - "latency"
20230   - "parent"
20231   - "tags"
20232   sort:
20233   - "not CFS_OPT"
20234   - "1VM"
20235   - "2VM"
20236   layout:
20237     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20238     layout: "plot-latency"
20239
20240 -
20241   type: "plot"
20242   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20243   algorithm: "plot_latency_error_bars"
20244   output-file-type: ".html"
20245   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-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' and
20251            'IP4FWD' and
20252            '2T2C' and
20253            'VHOST_1024' and
20254            not 'VXLAN' and
20255            not 'DOT1Q'"
20256   parameters:
20257   - "latency"
20258   - "parent"
20259   - "tags"
20260   sort:
20261   - "not CFS_OPT"
20262   - "1VM"
20263   - "2VM"
20264   layout:
20265     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20266     layout: "plot-latency"
20267
20268 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
20269 -
20270   type: "plot"
20271   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20272   algorithm: "plot_latency_error_bars"
20273   output-file-type: ".html"
20274   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20275   data: "plot-vpp-throughput-latency-3n-hsw"
20276   filter: "'NIC_Intel-X520-DA2' and
20277            '64B' and
20278            'NDRPDR' and
20279            ('ETH' or 'DOT1Q') and
20280            '1T1C' and
20281            'L2BDMACLRN' and
20282            'VHOST_1024' and
20283            not 'VXLAN' and
20284            not 'IP4FWD' and
20285            not '2VM'"
20286   parameters:
20287   - "latency"
20288   - "parent"
20289   - "tags"
20290 #  sort:
20291 #  - "VM"  # "not CFS_OPT"
20292 #  - "CFS_OPT"
20293 #  - "FIB_10K"
20294 #  - "FIB_100K"
20295 #  - "FIB_1M"
20296   layout:
20297     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20298     layout: "plot-latency"
20299
20300 -
20301   type: "plot"
20302   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20303   algorithm: "plot_latency_error_bars"
20304   output-file-type: ".html"
20305   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20306   data: "plot-vpp-throughput-latency-3n-hsw"
20307   filter: "'NIC_Intel-X520-DA2' and
20308            '64B' and
20309            'NDRPDR' and
20310            ('ETH' or 'DOT1Q') and
20311            '2T2C' and
20312            'L2BDMACLRN' and
20313            'VHOST_1024' and
20314            not 'VXLAN' and
20315            not 'IP4FWD' and
20316            not '2VM'"
20317   parameters:
20318   - "latency"
20319   - "parent"
20320   - "tags"
20321 #  sort:
20322 #  - "VM"  # "not CFS_OPT"
20323 #  - "CFS_OPT"
20324 #  - "FIB_10K"
20325 #  - "FIB_100K"
20326 #  - "FIB_1M"
20327   layout:
20328     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20329     layout: "plot-latency"
20330
20331 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20332 -
20333   type: "plot"
20334   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20335   algorithm: "plot_latency_error_bars"
20336   output-file-type: ".html"
20337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20338   data: "plot-vpp-throughput-latency-3n-hsw"
20339   filter: "'NIC_Intel-X520-DA2' and
20340            '64B' and
20341            'NDRPDR' and
20342            ('ETH' or 'DOT1Q') and
20343            'BASE' and
20344            '1T1C' and
20345            ('L2BDMACLRN' or 'L2XCFWD') and
20346            'VHOST_1024' and
20347            not 'VXLAN' and
20348            not 'IP4FWD' and
20349            not '2VM'"
20350   parameters:
20351   - "latency"
20352   - "parent"
20353   - "tags"
20354 #  sort:
20355 #  - "not CFS_OPT"
20356 #  - "L2XCFWD"
20357 #  - "not CFS_OPT"
20358 #  - "CFS_OPT"
20359   layout:
20360     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
20361     layout: "plot-latency"
20362
20363 -
20364   type: "plot"
20365   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20366   algorithm: "plot_latency_error_bars"
20367   output-file-type: ".html"
20368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20369   data: "plot-vpp-throughput-latency-3n-hsw"
20370   filter: "'NIC_Intel-X520-DA2' and
20371            '64B' and
20372            'NDRPDR' and
20373            ('ETH' or 'DOT1Q') and
20374            'BASE' and
20375            '2T2C' and
20376            ('L2BDMACLRN' or 'L2XCFWD') and
20377            'VHOST_1024' and
20378            not 'VXLAN' and
20379            not 'IP4FWD' and
20380            not '2VM'"
20381   parameters:
20382   - "latency"
20383   - "parent"
20384   - "tags"
20385 #  sort:
20386 #  - "not CFS_OPT"
20387 #  - "L2XCFWD"
20388 #  - "not CFS_OPT"
20389 #  - "CFS_OPT"
20390   layout:
20391     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
20392     layout: "plot-latency"
20393
20394 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20395 -
20396   type: "plot"
20397   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20398   algorithm: "plot_latency_error_bars"
20399   output-file-type: ".html"
20400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20401   data: "plot-vpp-throughput-latency-3n-hsw"
20402   filter: "'NIC_Intel-X520-DA2' and
20403            '64B' and
20404            'NDRPDR' and
20405            ('ETH' or 'DOT1Q') and
20406            '1T1C' and
20407            ('L2BDMACLRN' or 'L2XCFWD') and
20408            'VHOST_1024' and
20409            not 'CFS_OPT' and
20410            not 'VXLAN' and
20411            not 'IP4FWD' and
20412            not 'LBOND'"
20413   parameters:
20414   - "latency"
20415   - "parent"
20416   - "tags"
20417 #  sort:
20418 #  - "1VM"
20419 #  - "L2XCFWD"
20420 #  - "1VM"
20421 #  - "L2BDMACLRN"
20422   layout:
20423     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20424     layout: "plot-latency"
20425
20426 -
20427   type: "plot"
20428   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20429   algorithm: "plot_latency_error_bars"
20430   output-file-type: ".html"
20431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20432   data: "plot-vpp-throughput-latency-3n-hsw"
20433   filter: "'NIC_Intel-X520-DA2' and
20434            '64B' and
20435            'NDRPDR' and
20436            ('ETH' or 'DOT1Q') and
20437            '2T2C' and
20438            ('L2BDMACLRN' or 'L2XCFWD') and
20439            'VHOST_1024' and
20440            not 'CFS_OPT' and
20441            not 'VXLAN' and
20442            not 'IP4FWD' and
20443            not 'LBOND'"
20444   parameters:
20445   - "latency"
20446   - "parent"
20447   - "tags"
20448 #  sort:
20449 #  - "1VM"
20450 #  - "L2XCFWD"
20451 #  - "1VM"
20452 #  - "L2BDMACLRN"
20453   layout:
20454     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20455     layout: "plot-latency"
20456
20457 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20458 -
20459   type: "plot"
20460   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20461   algorithm: "plot_latency_error_bars"
20462   output-file-type: ".html"
20463   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20464   data: "plot-vpp-throughput-latency-3n-hsw"
20465   filter: "'NIC_Intel-X710' and
20466            '64B' and
20467            'NDRPDR' and
20468            'ETH' and
20469            'IP4FWD' and
20470            '1T1C' and
20471            'VHOST_1024' and
20472            not 'VXLAN' and
20473            not 'DOT1Q'"
20474   parameters:
20475   - "latency"
20476   - "parent"
20477   - "tags"
20478   sort:
20479   - "not CFS_OPT"
20480   - "1VM"
20481   - "2VM"
20482   layout:
20483     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20484     layout: "plot-latency"
20485
20486 -
20487   type: "plot"
20488   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20489   algorithm: "plot_latency_error_bars"
20490   output-file-type: ".html"
20491   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20492   data: "plot-vpp-throughput-latency-3n-hsw"
20493   filter: "'NIC_Intel-X710' and
20494            '64B' and
20495            'NDRPDR' and
20496            'ETH' and
20497            'IP4FWD' and
20498            '2T2C' and
20499            'VHOST_1024' and
20500            not 'VXLAN' and
20501            not 'DOT1Q'"
20502   parameters:
20503   - "latency"
20504   - "parent"
20505   - "tags"
20506   sort:
20507   - "not CFS_OPT"
20508   - "1VM"
20509   - "2VM"
20510   layout:
20511     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20512     layout: "plot-latency"
20513
20514 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
20515 -
20516   type: "plot"
20517   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20518   algorithm: "plot_latency_error_bars"
20519   output-file-type: ".html"
20520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20521   data: "plot-vpp-throughput-latency-3n-hsw"
20522   filter: "'NIC_Intel-X710' and
20523            '64B' and
20524            'NDRPDR' and
20525            ('ETH' or 'DOT1Q') and
20526            '1T1C' and
20527            'L2BDMACLRN' and
20528            'VHOST_1024' and
20529            not 'VXLAN' and
20530            not 'IP4FWD' and
20531            not '2VM'"
20532   parameters:
20533   - "latency"
20534   - "parent"
20535   - "tags"
20536 #  sort:
20537 #  - "VM"  # "not CFS_OPT"
20538 #  - "CFS_OPT"
20539 #  - "FIB_10K"
20540 #  - "FIB_100K"
20541 #  - "FIB_1M"
20542   layout:
20543     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20544     layout: "plot-latency"
20545
20546 -
20547   type: "plot"
20548   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20549   algorithm: "plot_latency_error_bars"
20550   output-file-type: ".html"
20551   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20552   data: "plot-vpp-throughput-latency-3n-hsw"
20553   filter: "'NIC_Intel-X710' and
20554            '64B' and
20555            'NDRPDR' and
20556            ('ETH' or 'DOT1Q') and
20557            '2T2C' and
20558            'L2BDMACLRN' and
20559            'VHOST_1024' and
20560            not 'VXLAN' and
20561            not 'IP4FWD' and
20562            not '2VM'"
20563   parameters:
20564   - "latency"
20565   - "parent"
20566   - "tags"
20567 #  sort:
20568 #  - "VM"  # "not CFS_OPT"
20569 #  - "CFS_OPT"
20570 #  - "FIB_10K"
20571 #  - "FIB_100K"
20572 #  - "FIB_1M"
20573   layout:
20574     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20575     layout: "plot-latency"
20576
20577 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20578 -
20579   type: "plot"
20580   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20581   algorithm: "plot_latency_error_bars"
20582   output-file-type: ".html"
20583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20584   data: "plot-vpp-throughput-latency-3n-hsw"
20585   filter: "'NIC_Intel-X710' and
20586            '64B' and
20587            'NDRPDR' and
20588            ('ETH' or 'DOT1Q') and
20589            'BASE' and
20590            '1T1C' and
20591            ('L2BDMACLRN' or 'L2XCFWD') and
20592            'VHOST_1024' and
20593            not 'VXLAN' and
20594            not 'IP4FWD' and
20595            not '2VM'"
20596   parameters:
20597   - "latency"
20598   - "parent"
20599   - "tags"
20600 #  sort:
20601 #  - "not CFS_OPT"
20602 #  - "L2XCFWD"
20603 #  - "not CFS_OPT"
20604 #  - "CFS_OPT"
20605   layout:
20606     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
20607     layout: "plot-latency"
20608
20609 -
20610   type: "plot"
20611   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20612   algorithm: "plot_latency_error_bars"
20613   output-file-type: ".html"
20614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20615   data: "plot-vpp-throughput-latency-3n-hsw"
20616   filter: "'NIC_Intel-X710' and
20617            '64B' and
20618            'NDRPDR' and
20619            ('ETH' or 'DOT1Q') and
20620            'BASE' and
20621            '2T2C' and
20622            ('L2BDMACLRN' or 'L2XCFWD') and
20623            'VHOST_1024' and
20624            not 'VXLAN' and
20625            not 'IP4FWD' and
20626            not '2VM'"
20627   parameters:
20628   - "latency"
20629   - "parent"
20630   - "tags"
20631 #  sort:
20632 #  - "not CFS_OPT"
20633 #  - "L2XCFWD"
20634 #  - "not CFS_OPT"
20635 #  - "CFS_OPT"
20636   layout:
20637     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
20638     layout: "plot-latency"
20639
20640 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20641 -
20642   type: "plot"
20643   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20644   algorithm: "plot_latency_error_bars"
20645   output-file-type: ".html"
20646   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20647   data: "plot-vpp-throughput-latency-3n-hsw"
20648   filter: "'NIC_Intel-X710' and
20649            '64B' and
20650            'NDRPDR' and
20651            ('ETH' or 'DOT1Q') and
20652            '1T1C' and
20653            ('L2BDMACLRN' or 'L2XCFWD') and
20654            'VHOST_1024' and
20655            not 'CFS_OPT' and
20656            not 'VXLAN' and
20657            not 'IP4FWD' and
20658            not 'LBOND'"
20659   parameters:
20660   - "latency"
20661   - "parent"
20662   - "tags"
20663 #  sort:
20664 #  - "1VM"
20665 #  - "L2XCFWD"
20666 #  - "1VM"
20667 #  - "L2BDMACLRN"
20668   layout:
20669     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
20670     layout: "plot-latency"
20671
20672 -
20673   type: "plot"
20674   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20675   algorithm: "plot_latency_error_bars"
20676   output-file-type: ".html"
20677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20678   data: "plot-vpp-throughput-latency-3n-hsw"
20679   filter: "'NIC_Intel-X710' and
20680            '64B' and
20681            'NDRPDR' and
20682            ('ETH' or 'DOT1Q') and
20683            '2T2C' and
20684            ('L2BDMACLRN' or 'L2XCFWD') and
20685            'VHOST_1024' and
20686            not 'CFS_OPT' and
20687            not 'VXLAN' and
20688            not 'IP4FWD' and
20689            not 'LBOND'"
20690   parameters:
20691   - "latency"
20692   - "parent"
20693   - "tags"
20694 #  sort:
20695 #  - "1VM"
20696 #  - "L2XCFWD"
20697 #  - "1VM"
20698 #  - "L2BDMACLRN"
20699   layout:
20700     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
20701     layout: "plot-latency"
20702
20703 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
20704 -
20705   type: "plot"
20706   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20707   algorithm: "plot_latency_error_bars"
20708   output-file-type: ".html"
20709   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20710   data: "plot-vpp-throughput-latency-3n-hsw"
20711   filter: "'NIC_Intel-XL710' and
20712            '64B' and
20713            'NDRPDR' and
20714            'ETH' and
20715            'IP4FWD' and
20716            '1T1C' and
20717            'VHOST_1024' and
20718            not 'VXLAN' and
20719            not 'DOT1Q'"
20720   parameters:
20721   - "latency"
20722   - "parent"
20723   - "tags"
20724   sort:
20725   - "not CFS_OPT"
20726   - "1VM"
20727   - "2VM"
20728   layout:
20729     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20730     layout: "plot-latency"
20731
20732 -
20733   type: "plot"
20734   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20735   algorithm: "plot_latency_error_bars"
20736   output-file-type: ".html"
20737   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20738   data: "plot-vpp-throughput-latency-3n-hsw"
20739   filter: "'NIC_Intel-XL710' and
20740            '64B' and
20741            'NDRPDR' and
20742            'ETH' and
20743            'IP4FWD' and
20744            '2T2C' and
20745            'VHOST_1024' and
20746            not 'VXLAN' and
20747            not 'DOT1Q'"
20748   parameters:
20749   - "latency"
20750   - "parent"
20751   - "tags"
20752   sort:
20753   - "not CFS_OPT"
20754   - "1VM"
20755   - "2VM"
20756   layout:
20757     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20758     layout: "plot-latency"
20759
20760 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
20761 -
20762   type: "plot"
20763   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20764   algorithm: "plot_latency_error_bars"
20765   output-file-type: ".html"
20766   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20767   data: "plot-vpp-throughput-latency-3n-hsw"
20768   filter: "'NIC_Intel-XL710' and
20769            '64B' and
20770            'NDRPDR' and
20771            ('ETH' or 'DOT1Q') and
20772            '1T1C' and
20773            'L2BDMACLRN' and
20774            'VHOST_1024' and
20775            not 'VXLAN' and
20776            not 'IP4FWD' and
20777            not '2VM'"
20778   parameters:
20779   - "latency"
20780   - "parent"
20781   - "tags"
20782 #  sort:
20783 #  - "VM"  # "not CFS_OPT"
20784 #  - "CFS_OPT"
20785 #  - "FIB_10K"
20786 #  - "FIB_100K"
20787 #  - "FIB_1M"
20788   layout:
20789     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20790     layout: "plot-latency"
20791
20792 -
20793   type: "plot"
20794   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20795   algorithm: "plot_latency_error_bars"
20796   output-file-type: ".html"
20797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20798   data: "plot-vpp-throughput-latency-3n-hsw"
20799   filter: "'NIC_Intel-XL710' and
20800            '64B' and
20801            'NDRPDR' and
20802            ('ETH' or 'DOT1Q') and
20803            '2T2C' and
20804            'L2BDMACLRN' and
20805            'VHOST_1024' and
20806            not 'VXLAN' and
20807            not 'IP4FWD' and
20808            not '2VM'"
20809   parameters:
20810   - "latency"
20811   - "parent"
20812   - "tags"
20813 #  sort:
20814 #  - "VM"  # "not CFS_OPT"
20815 #  - "CFS_OPT"
20816 #  - "FIB_10K"
20817 #  - "FIB_100K"
20818 #  - "FIB_1M"
20819   layout:
20820     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20821     layout: "plot-latency"
20822
20823 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
20824 -
20825   type: "plot"
20826   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20827   algorithm: "plot_latency_error_bars"
20828   output-file-type: ".html"
20829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20830   data: "plot-vpp-throughput-latency-3n-hsw"
20831   filter: "'NIC_Intel-XL710' and
20832            '64B' and
20833            'NDRPDR' and
20834            ('ETH' or 'DOT1Q') and
20835            'BASE' and
20836            '1T1C' and
20837            ('L2BDMACLRN' or 'L2XCFWD') and
20838            'VHOST_1024' and
20839            not 'VXLAN' and
20840            not 'IP4FWD' and
20841            not '2VM'"
20842   parameters:
20843   - "latency"
20844   - "parent"
20845   - "tags"
20846 #  sort:
20847 #  - "not CFS_OPT"
20848 #  - "L2XCFWD"
20849 #  - "not CFS_OPT"
20850 #  - "CFS_OPT"
20851   layout:
20852     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
20853     layout: "plot-latency"
20854
20855 -
20856   type: "plot"
20857   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20858   algorithm: "plot_latency_error_bars"
20859   output-file-type: ".html"
20860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20861   data: "plot-vpp-throughput-latency-3n-hsw"
20862   filter: "'NIC_Intel-XL710' and
20863            '64B' and
20864            'NDRPDR' and
20865            ('ETH' or 'DOT1Q') and
20866            'BASE' and
20867            '2T2C' and
20868            ('L2BDMACLRN' or 'L2XCFWD') and
20869            'VHOST_1024' and
20870            not 'VXLAN' and
20871            not 'IP4FWD' and
20872            not '2VM'"
20873   parameters:
20874   - "latency"
20875   - "parent"
20876   - "tags"
20877 #  sort:
20878 #  - "not CFS_OPT"
20879 #  - "L2XCFWD"
20880 #  - "not CFS_OPT"
20881 #  - "CFS_OPT"
20882   layout:
20883     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
20884     layout: "plot-latency"
20885
20886 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
20887 -
20888   type: "plot"
20889   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20890   algorithm: "plot_latency_error_bars"
20891   output-file-type: ".html"
20892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20893   data: "plot-vpp-throughput-latency-3n-hsw"
20894   filter: "'NIC_Intel-XL710' and
20895            '64B' and
20896            'NDRPDR' and
20897            ('ETH' or 'DOT1Q') and
20898            '1T1C' and
20899            ('L2BDMACLRN' or 'L2XCFWD') and
20900            'VHOST_1024' and
20901            not 'CFS_OPT' and
20902            not 'VXLAN' and
20903            not 'IP4FWD'"
20904   parameters:
20905   - "latency"
20906   - "parent"
20907   - "tags"
20908 #  sort:
20909 #  - "1VM"
20910 #  - "L2XCFWD"
20911 #  - "1VM"
20912 #  - "L2BDMACLRN"
20913   layout:
20914     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
20915     layout: "plot-latency"
20916
20917 -
20918   type: "plot"
20919   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20920   algorithm: "plot_latency_error_bars"
20921   output-file-type: ".html"
20922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20923   data: "plot-vpp-throughput-latency-3n-hsw"
20924   filter: "'NIC_Intel-XL710' and
20925            '64B' and
20926            'NDRPDR' and
20927            ('ETH' or 'DOT1Q') and
20928            '2T2C' and
20929            ('L2BDMACLRN' or 'L2XCFWD') and
20930            'VHOST_1024' and
20931            not 'CFS_OPT' and
20932            not 'VXLAN' and
20933            not 'IP4FWD'"
20934   parameters:
20935   - "latency"
20936   - "parent"
20937   - "tags"
20938 #  sort:
20939 #  - "1VM"
20940 #  - "L2XCFWD"
20941 #  - "1VM"
20942 #  - "L2BDMACLRN"
20943   layout:
20944     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
20945     layout: "plot-latency"
20946
20947 # Packet Latency - VPP vhost ip4 3n-skx-x710
20948 -
20949   type: "plot"
20950   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20954   data: "plot-vpp-throughput-latency-3n-skx"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            'NDRPDR' and
20958            'ETH' and
20959            'IP4FWD' and
20960            '2T1C' and
20961            'VHOST_1024' and
20962            not 'VXLAN' and
20963            not 'DOT1Q'"
20964   parameters:
20965   - "latency"
20966   - "parent"
20967   - "tags"
20968   sort:
20969   - "not CFS_OPT"
20970   - "1VM"
20971   - "2VM"
20972   layout:
20973     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20974     layout: "plot-latency"
20975
20976 -
20977   type: "plot"
20978   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20982   data: "plot-vpp-throughput-latency-3n-skx"
20983   filter: "'NIC_Intel-X710' and
20984            '64B' and
20985            'NDRPDR' and
20986            'ETH' and
20987            'IP4FWD' and
20988            '4T2C' and
20989            'VHOST_1024' and
20990            not 'VXLAN' and
20991            not 'DOT1Q'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "not CFS_OPT"
20998   - "1VM"
20999   - "2VM"
21000   layout:
21001     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21002     layout: "plot-latency"
21003
21004 # Packet Latency - VPP vhost l2sw 3n-skx-x710
21005 -
21006   type: "plot"
21007   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21008   algorithm: "plot_latency_error_bars"
21009   output-file-type: ".html"
21010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21011   data: "plot-vpp-throughput-latency-3n-skx"
21012   filter: "'NIC_Intel-X710' and
21013            '64B' and
21014            'NDRPDR' and
21015            ('ETH' or 'DOT1Q') and
21016            '2T1C' and
21017            'L2BDMACLRN' and
21018            'VHOST_1024' and
21019            not 'VXLAN' and
21020            not 'IP4FWD' and
21021            not '2VM'"
21022   parameters:
21023   - "latency"
21024   - "parent"
21025   - "tags"
21026 #  sort:
21027 #  - "VM"  # "not CFS_OPT"
21028 #  - "CFS_OPT"
21029 #  - "FIB_10K"
21030 #  - "FIB_100K"
21031 #  - "FIB_1M"
21032   layout:
21033     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21034     layout: "plot-latency"
21035
21036 -
21037   type: "plot"
21038   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21039   algorithm: "plot_latency_error_bars"
21040   output-file-type: ".html"
21041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21042   data: "plot-vpp-throughput-latency-3n-skx"
21043   filter: "'NIC_Intel-X710' and
21044            '64B' and
21045            'NDRPDR' and
21046            ('ETH' or 'DOT1Q') and
21047            '4T2C' and
21048            'L2BDMACLRN' and
21049            'VHOST_1024' and
21050            not 'VXLAN' and
21051            not 'IP4FWD' and
21052            not '2VM'"
21053   parameters:
21054   - "latency"
21055   - "parent"
21056   - "tags"
21057 #  sort:
21058 #  - "VM"  # "not CFS_OPT"
21059 #  - "CFS_OPT"
21060 #  - "FIB_10K"
21061 #  - "FIB_100K"
21062 #  - "FIB_1M"
21063   layout:
21064     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21065     layout: "plot-latency"
21066
21067 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21068 -
21069   type: "plot"
21070   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21071   algorithm: "plot_latency_error_bars"
21072   output-file-type: ".html"
21073   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21074   data: "plot-vpp-throughput-latency-3n-skx"
21075   filter: "'NIC_Intel-X710' and
21076            '64B' and
21077            'NDRPDR' and
21078            ('ETH' or 'DOT1Q') and
21079            'BASE' and
21080            '2T1C' and
21081            ('L2BDMACLRN' or 'L2XCFWD') and
21082            'VHOST_1024' and
21083            not 'VXLAN' and
21084            not 'IP4FWD' and
21085            not '2VM' and
21086            not 'LBOND'"
21087   parameters:
21088   - "latency"
21089   - "parent"
21090   - "tags"
21091 #  sort:
21092 #  - "not CFS_OPT"
21093 #  - "L2XCFWD"
21094 #  - "not CFS_OPT"
21095 #  - "CFS_OPT"
21096   layout:
21097     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21098     layout: "plot-latency"
21099
21100 -
21101   type: "plot"
21102   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21103   algorithm: "plot_latency_error_bars"
21104   output-file-type: ".html"
21105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21106   data: "plot-vpp-throughput-latency-3n-skx"
21107   filter: "'NIC_Intel-X710' and
21108            '64B' and
21109            'NDRPDR' and
21110            ('ETH' or 'DOT1Q') and
21111            'BASE' and
21112            '4T2C' and
21113            ('L2BDMACLRN' or 'L2XCFWD') and
21114            'VHOST_1024' and
21115            not 'VXLAN' and
21116            not 'IP4FWD' and
21117            not '2VM' and
21118            not 'LBOND'"
21119   parameters:
21120   - "latency"
21121   - "parent"
21122   - "tags"
21123 #  sort:
21124 #  - "not CFS_OPT"
21125 #  - "L2XCFWD"
21126 #  - "not CFS_OPT"
21127 #  - "CFS_OPT"
21128   layout:
21129     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21130     layout: "plot-latency"
21131
21132 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21133 -
21134   type: "plot"
21135   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21136   algorithm: "plot_latency_error_bars"
21137   output-file-type: ".html"
21138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21139   data: "plot-vpp-throughput-latency-3n-skx"
21140   filter: "'NIC_Intel-X710' and
21141            '64B' and
21142            'NDRPDR' and
21143            ('ETH' or 'DOT1Q') and
21144            '2T1C' and
21145            ('L2BDMACLRN' or 'L2XCFWD') and
21146            'VHOST_1024' and
21147            not 'CFS_OPT' and
21148            not 'VXLAN' and
21149            not 'IP4FWD' and
21150            not 'LBOND'"
21151   parameters:
21152   - "latency"
21153   - "parent"
21154   - "tags"
21155 #  sort:
21156 #  - "1VM"
21157 #  - "L2XCFWD"
21158 #  - "1VM"
21159 #  - "L2BDMACLRN"
21160   layout:
21161     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21162     layout: "plot-latency"
21163
21164 -
21165   type: "plot"
21166   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21167   algorithm: "plot_latency_error_bars"
21168   output-file-type: ".html"
21169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21170   data: "plot-vpp-throughput-latency-3n-skx"
21171   filter: "'NIC_Intel-X710' and
21172            '64B' and
21173            'NDRPDR' and
21174            ('ETH' or 'DOT1Q') and
21175            '4T2C' and
21176            ('L2BDMACLRN' or 'L2XCFWD') and
21177            'VHOST_1024' and
21178            not 'CFS_OPT' and
21179            not 'VXLAN' and
21180            not 'IP4FWD' and
21181            not 'LBOND'"
21182   parameters:
21183   - "latency"
21184   - "parent"
21185   - "tags"
21186 #  sort:
21187 #  - "1VM"
21188 #  - "L2XCFWD"
21189 #  - "1VM"
21190 #  - "L2BDMACLRN"
21191   layout:
21192     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21193     layout: "plot-latency"
21194
21195 # Packet Latency - VPP vhost ip4 2n-skx-x710
21196 -
21197   type: "plot"
21198   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21199   algorithm: "plot_latency_error_bars"
21200   output-file-type: ".html"
21201   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21202   data: "plot-vpp-throughput-latency-2n-skx"
21203   filter: "'NIC_Intel-X710' and
21204            '64B' and
21205            'NDRPDR' and
21206            'ETH' and
21207            'IP4FWD' and
21208            '2T1C' and
21209            'VHOST_1024' and
21210            not 'VXLAN' and
21211            not 'DOT1Q'"
21212   parameters:
21213   - "latency"
21214   - "parent"
21215   - "tags"
21216   sort:
21217   - "not CFS_OPT"
21218   - "1VM"
21219   - "2VM"
21220   layout:
21221     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21222     layout: "plot-latency"
21223
21224 -
21225   type: "plot"
21226   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21227   algorithm: "plot_latency_error_bars"
21228   output-file-type: ".html"
21229   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21230   data: "plot-vpp-throughput-latency-2n-skx"
21231   filter: "'NIC_Intel-X710' and
21232            '64B' and
21233            'NDRPDR' and
21234            'ETH' and
21235            'IP4FWD' and
21236            '4T2C' and
21237            'VHOST_1024' and
21238            not 'VXLAN' and
21239            not 'DOT1Q'"
21240   parameters:
21241   - "latency"
21242   - "parent"
21243   - "tags"
21244   sort:
21245   - "not CFS_OPT"
21246   - "1VM"
21247   - "2VM"
21248   layout:
21249     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21250     layout: "plot-latency"
21251
21252 # Packet Latency - VPP vhost l2sw 2n-skx-x710
21253 -
21254   type: "plot"
21255   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21256   algorithm: "plot_latency_error_bars"
21257   output-file-type: ".html"
21258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21259   data: "plot-vpp-throughput-latency-2n-skx"
21260   filter: "'NIC_Intel-X710' and
21261            '64B' and
21262            'NDRPDR' and
21263            ('ETH' or 'DOT1Q') and
21264            '2T1C' and
21265            'L2BDMACLRN' and
21266            'VHOST_1024' and
21267            not 'VXLAN' and
21268            not 'IP4FWD' and
21269            not '2VM'"
21270   parameters:
21271   - "latency"
21272   - "parent"
21273   - "tags"
21274 #  sort:
21275 #  - "VM"  # "not CFS_OPT"
21276 #  - "CFS_OPT"
21277 #  - "FIB_10K"
21278 #  - "FIB_100K"
21279 #  - "FIB_1M"
21280   layout:
21281     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21282     layout: "plot-latency"
21283
21284 -
21285   type: "plot"
21286   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21287   algorithm: "plot_latency_error_bars"
21288   output-file-type: ".html"
21289   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21290   data: "plot-vpp-throughput-latency-2n-skx"
21291   filter: "'NIC_Intel-X710' and
21292            '64B' and
21293            'NDRPDR' and
21294            ('ETH' or 'DOT1Q') and
21295            '4T2C' and
21296            'L2BDMACLRN' and
21297            'VHOST_1024' and
21298            not 'VXLAN' and
21299            not 'IP4FWD' and
21300            not '2VM'"
21301   parameters:
21302   - "latency"
21303   - "parent"
21304   - "tags"
21305 #  sort:
21306 #  - "VM"  # "not CFS_OPT"
21307 #  - "CFS_OPT"
21308 #  - "FIB_10K"
21309 #  - "FIB_100K"
21310 #  - "FIB_1M"
21311   layout:
21312     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21313     layout: "plot-latency"
21314
21315 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21316 -
21317   type: "plot"
21318   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21319   algorithm: "plot_latency_error_bars"
21320   output-file-type: ".html"
21321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21322   data: "plot-vpp-throughput-latency-2n-skx"
21323   filter: "'NIC_Intel-X710' and
21324            '64B' and
21325            'NDRPDR' and
21326            ('ETH' or 'DOT1Q') and
21327            'BASE' and
21328            '2T1C' and
21329            ('L2BDMACLRN' or 'L2XCFWD') and
21330            'VHOST_1024' and
21331            not 'VXLAN' and
21332            not 'IP4FWD' and
21333            not '2VM'"
21334   parameters:
21335   - "latency"
21336   - "parent"
21337   - "tags"
21338 #  sort:
21339 #  - "not CFS_OPT"
21340 #  - "L2XCFWD"
21341 #  - "not CFS_OPT"
21342 #  - "CFS_OPT"
21343   layout:
21344     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
21345     layout: "plot-latency"
21346
21347 -
21348   type: "plot"
21349   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21350   algorithm: "plot_latency_error_bars"
21351   output-file-type: ".html"
21352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21353   data: "plot-vpp-throughput-latency-2n-skx"
21354   filter: "'NIC_Intel-X710' and
21355            '64B' and
21356            'NDRPDR' and
21357            ('ETH' or 'DOT1Q') and
21358            'BASE' and
21359            '4T2C' and
21360            ('L2BDMACLRN' or 'L2XCFWD') and
21361            'VHOST_1024' and
21362            not 'VXLAN' and
21363            not 'IP4FWD' and
21364            not '2VM'"
21365   parameters:
21366   - "latency"
21367   - "parent"
21368   - "tags"
21369 #  sort:
21370 #  - "not CFS_OPT"
21371 #  - "L2XCFWD"
21372 #  - "not CFS_OPT"
21373 #  - "CFS_OPT"
21374   layout:
21375     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
21376     layout: "plot-latency"
21377
21378 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21379 -
21380   type: "plot"
21381   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21382   algorithm: "plot_latency_error_bars"
21383   output-file-type: ".html"
21384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21385   data: "plot-vpp-throughput-latency-2n-skx"
21386   filter: "'NIC_Intel-X710' and
21387            '64B' and
21388            'NDRPDR' and
21389            ('ETH' or 'DOT1Q') and
21390            '2T1C' and
21391            ('L2BDMACLRN' or 'L2XCFWD') and
21392            'VHOST_1024' and
21393            not 'CFS_OPT' and
21394            not 'VXLAN' and
21395            not 'IP4FWD'"
21396   parameters:
21397   - "latency"
21398   - "parent"
21399   - "tags"
21400 #  sort:
21401 #  - "1VM"
21402 #  - "L2XCFWD"
21403 #  - "1VM"
21404 #  - "L2BDMACLRN"
21405   layout:
21406     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21407     layout: "plot-latency"
21408
21409 -
21410   type: "plot"
21411   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21412   algorithm: "plot_latency_error_bars"
21413   output-file-type: ".html"
21414   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21415   data: "plot-vpp-throughput-latency-2n-skx"
21416   filter: "'NIC_Intel-X710' and
21417            '64B' and
21418            'NDRPDR' and
21419            ('ETH' or 'DOT1Q') and
21420            '4T2C' and
21421            ('L2BDMACLRN' or 'L2XCFWD') and
21422            'VHOST_1024' and
21423            not 'CFS_OPT' and
21424            not 'VXLAN' and
21425            not 'IP4FWD'"
21426   parameters:
21427   - "latency"
21428   - "parent"
21429   - "tags"
21430 #  sort:
21431 #  - "1VM"
21432 #  - "L2XCFWD"
21433 #  - "1VM"
21434 #  - "L2BDMACLRN"
21435   layout:
21436     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21437     layout: "plot-latency"
21438
21439 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21440 -
21441   type: "plot"
21442   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21443   algorithm: "plot_latency_error_bars"
21444   output-file-type: ".html"
21445   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21446   data: "plot-vpp-throughput-latency-2n-skx"
21447   filter: "'NIC_Intel-XXV710' and
21448            '64B' and
21449            'NDRPDR' and
21450            'ETH' and
21451            'IP4FWD' and
21452            '2T1C' and
21453            'VHOST_1024' and
21454            not 'VXLAN' and
21455            not 'DOT1Q'"
21456   parameters:
21457   - "latency"
21458   - "parent"
21459   - "tags"
21460   sort:
21461   - "not CFS_OPT"
21462   - "1VM"
21463   - "2VM"
21464   layout:
21465     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21466     layout: "plot-latency"
21467
21468 -
21469   type: "plot"
21470   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21471   algorithm: "plot_latency_error_bars"
21472   output-file-type: ".html"
21473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21474   data: "plot-vpp-throughput-latency-2n-skx"
21475   filter: "'NIC_Intel-XXV710' and
21476            '64B' and
21477            'NDRPDR' and
21478            'ETH' and
21479            'IP4FWD' and
21480            '4T2C' and
21481            'VHOST_1024' and
21482            not 'VXLAN' and
21483            not 'DOT1Q'"
21484   parameters:
21485   - "latency"
21486   - "parent"
21487   - "tags"
21488   sort:
21489   - "not CFS_OPT"
21490   - "1VM"
21491   - "2VM"
21492   layout:
21493     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21494     layout: "plot-latency"
21495
21496 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
21497 -
21498   type: "plot"
21499   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21500   algorithm: "plot_latency_error_bars"
21501   output-file-type: ".html"
21502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21503   data: "plot-vpp-throughput-latency-2n-skx"
21504   filter: "'NIC_Intel-XXV710' and
21505            '64B' and
21506            'NDRPDR' and
21507            ('ETH' or 'DOT1Q') and
21508            '2T1C' and
21509            'L2BDMACLRN' and
21510            'VHOST_1024' and
21511            not 'VXLAN' and
21512            not 'IP4FWD' and
21513            not '2VM'"
21514   parameters:
21515   - "latency"
21516   - "parent"
21517   - "tags"
21518 #  sort:
21519 #  - "VM"  # "not CFS_OPT"
21520 #  - "CFS_OPT"
21521 #  - "FIB_10K"
21522 #  - "FIB_100K"
21523 #  - "FIB_1M"
21524   layout:
21525     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21526     layout: "plot-latency"
21527
21528 -
21529   type: "plot"
21530   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21531   algorithm: "plot_latency_error_bars"
21532   output-file-type: ".html"
21533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21534   data: "plot-vpp-throughput-latency-2n-skx"
21535   filter: "'NIC_Intel-XXV710' and
21536            '64B' and
21537            'NDRPDR' and
21538            ('ETH' or 'DOT1Q') and
21539            '4T2C' and
21540            'L2BDMACLRN' and
21541            'VHOST_1024' and
21542            not 'VXLAN' and
21543            not 'IP4FWD' and
21544            not '2VM'"
21545   parameters:
21546   - "latency"
21547   - "parent"
21548   - "tags"
21549 #  sort:
21550 #  - "VM"  # "not CFS_OPT"
21551 #  - "CFS_OPT"
21552 #  - "FIB_10K"
21553 #  - "FIB_100K"
21554 #  - "FIB_1M"
21555   layout:
21556     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21557     layout: "plot-latency"
21558
21559 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21560 -
21561   type: "plot"
21562   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21563   algorithm: "plot_latency_error_bars"
21564   output-file-type: ".html"
21565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21566   data: "plot-vpp-throughput-latency-2n-skx"
21567   filter: "'NIC_Intel-XXV710' and
21568            '64B' and
21569            'NDRPDR' and
21570            ('ETH' or 'DOT1Q') and
21571            'BASE' and
21572            '2T1C' and
21573            ('L2BDMACLRN' or 'L2XCFWD') and
21574            'VHOST_1024' and
21575            not 'VXLAN' and
21576            not 'IP4FWD' and
21577            not '2VM'"
21578   parameters:
21579   - "latency"
21580   - "parent"
21581   - "tags"
21582 #  sort:
21583 #  - "not CFS_OPT"
21584 #  - "L2XCFWD"
21585 #  - "not CFS_OPT"
21586 #  - "CFS_OPT"
21587   layout:
21588     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
21589     layout: "plot-latency"
21590
21591 -
21592   type: "plot"
21593   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21594   algorithm: "plot_latency_error_bars"
21595   output-file-type: ".html"
21596   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21597   data: "plot-vpp-throughput-latency-2n-skx"
21598   filter: "'NIC_Intel-XXV710' and
21599            '64B' and
21600            'NDRPDR' and
21601            ('ETH' or 'DOT1Q') and
21602            'BASE' and
21603            '4T2C' and
21604            ('L2BDMACLRN' or 'L2XCFWD') and
21605            'VHOST_1024' and
21606            not 'VXLAN' and
21607            not 'IP4FWD' and
21608            not '2VM'"
21609   parameters:
21610   - "latency"
21611   - "parent"
21612   - "tags"
21613 #  sort:
21614 #  - "not CFS_OPT"
21615 #  - "L2XCFWD"
21616 #  - "not CFS_OPT"
21617 #  - "CFS_OPT"
21618   layout:
21619     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
21620     layout: "plot-latency"
21621
21622 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21623 -
21624   type: "plot"
21625   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21626   algorithm: "plot_latency_error_bars"
21627   output-file-type: ".html"
21628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21629   data: "plot-vpp-throughput-latency-2n-skx"
21630   filter: "'NIC_Intel-XXV710' and
21631            '64B' and
21632            'NDRPDR' and
21633            ('ETH' or 'DOT1Q') and
21634            '2T1C' and
21635            ('L2BDMACLRN' or 'L2XCFWD') and
21636            'VHOST_1024' and
21637            not 'CFS_OPT' and
21638            not 'VXLAN' and
21639            not 'IP4FWD'"
21640   parameters:
21641   - "latency"
21642   - "parent"
21643   - "tags"
21644 #  sort:
21645 #  - "1VM"
21646 #  - "L2XCFWD"
21647 #  - "1VM"
21648 #  - "L2BDMACLRN"
21649   layout:
21650     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21651     layout: "plot-latency"
21652
21653 -
21654   type: "plot"
21655   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21656   algorithm: "plot_latency_error_bars"
21657   output-file-type: ".html"
21658   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21659   data: "plot-vpp-throughput-latency-2n-skx"
21660   filter: "'NIC_Intel-XXV710' and
21661            '64B' and
21662            'NDRPDR' and
21663            ('ETH' or 'DOT1Q') and
21664            '4T2C' and
21665            ('L2BDMACLRN' or 'L2XCFWD') and
21666            'VHOST_1024' and
21667            not 'CFS_OPT' and
21668            not 'VXLAN' and
21669            not 'IP4FWD'"
21670   parameters:
21671   - "latency"
21672   - "parent"
21673   - "tags"
21674 #  sort:
21675 #  - "1VM"
21676 #  - "L2XCFWD"
21677 #  - "1VM"
21678 #  - "L2BDMACLRN"
21679   layout:
21680     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21681     layout: "plot-latency"
21682
21683 ################################################################################
21684
21685 # Packet Latency - VPP VTS 3n-hsw-x520
21686 -
21687   type: "plot"
21688   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21689   algorithm: "plot_latency_error_bars"
21690   output-file-type: ".html"
21691   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21692   data: "plot-vpp-throughput-latency-3n-hsw"
21693   filter: "'NIC_Intel-X520-DA2' and
21694            '114B' and
21695            'NDRPDR' and
21696            '1T1C' and
21697            'VTS'"
21698   parameters:
21699   - "latency"
21700   - "parent"
21701   - "tags"
21702   layout:
21703     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21704     layout: "plot-latency"
21705
21706 -
21707   type: "plot"
21708   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21709   algorithm: "plot_latency_error_bars"
21710   output-file-type: ".html"
21711   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21712   data: "plot-vpp-throughput-latency-3n-hsw"
21713   filter: "'NIC_Intel-X520-DA2' and
21714            '114B' and
21715            'NDRPDR' and
21716            '2T2C' and
21717            'VTS'"
21718   parameters:
21719   - "latency"
21720   - "parent"
21721   - "tags"
21722   layout:
21723     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21724     layout: "plot-latency"
21725
21726 ################################################################################
21727
21728 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21729 -
21730   type: "plot"
21731   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21732   algorithm: "plot_latency_error_bars"
21733   output-file-type: ".html"
21734   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21735   data: "plot-dpdk-throughput-latency-3n-hsw"
21736   filter: "'NIC_Intel-X520-DA2' and
21737            '64B' and
21738            'BASE' and
21739            'NDRPDR' and
21740            '1T1C' and
21741            'IP4FWD'"
21742   parameters:
21743   - "latency"
21744   - "parent"
21745   - "tags"
21746   layout:
21747     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21748     layout: "plot-latency"
21749
21750 -
21751   type: "plot"
21752   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21753   algorithm: "plot_latency_error_bars"
21754   output-file-type: ".html"
21755   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21756   data: "plot-dpdk-throughput-latency-3n-hsw"
21757   filter: "'NIC_Intel-X520-DA2' and
21758            '64B' and
21759            'BASE' and
21760            'NDRPDR' and
21761            '2T2C' and
21762            'IP4FWD'"
21763   parameters:
21764   - "latency"
21765   - "parent"
21766   - "tags"
21767   layout:
21768     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21769     layout: "plot-latency"
21770
21771 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21772 -
21773   type: "plot"
21774   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21775   algorithm: "plot_latency_error_bars"
21776   output-file-type: ".html"
21777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21778   data: "plot-dpdk-throughput-latency-3n-hsw"
21779   filter: "'NIC_Intel-X710' and
21780            '64B' and
21781            'BASE' and
21782            'NDRPDR' and
21783            '1T1C' and
21784            'IP4FWD'"
21785   parameters:
21786   - "latency"
21787   - "parent"
21788   - "tags"
21789   layout:
21790     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21791     layout: "plot-latency"
21792
21793 -
21794   type: "plot"
21795   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21796   algorithm: "plot_latency_error_bars"
21797   output-file-type: ".html"
21798   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21799   data: "plot-dpdk-throughput-latency-3n-hsw"
21800   filter: "'NIC_Intel-X710' and
21801            '64B' and
21802            'BASE' and
21803            'NDRPDR' and
21804            '2T2C' and
21805            'IP4FWD'"
21806   parameters:
21807   - "latency"
21808   - "parent"
21809   - "tags"
21810   layout:
21811     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21812     layout: "plot-latency"
21813
21814 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21815 -
21816   type: "plot"
21817   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21818   algorithm: "plot_latency_error_bars"
21819   output-file-type: ".html"
21820   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21821   data: "plot-dpdk-throughput-latency-3n-hsw"
21822   filter: "'NIC_Intel-XL710' and
21823            '64B' and
21824            'BASE' and
21825            'NDRPDR' and
21826            '1T1C' and
21827            'IP4FWD'"
21828   parameters:
21829   - "latency"
21830   - "parent"
21831   - "tags"
21832   layout:
21833     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21834     layout: "plot-latency"
21835
21836 -
21837   type: "plot"
21838   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21839   algorithm: "plot_latency_error_bars"
21840   output-file-type: ".html"
21841   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21842   data: "plot-dpdk-throughput-latency-3n-hsw"
21843   filter: "'NIC_Intel-XL710' and
21844            '64B' and
21845            'BASE' and
21846            'NDRPDR' and
21847            '2T2C' and
21848            'IP4FWD'"
21849   parameters:
21850   - "latency"
21851   - "parent"
21852   - "tags"
21853   layout:
21854     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21855     layout: "plot-latency"
21856
21857 # Packet Latency - DPDK l3fwd 3n-skx-x710
21858 -
21859   type: "plot"
21860   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21861   algorithm: "plot_latency_error_bars"
21862   output-file-type: ".html"
21863   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21864   data: "plot-dpdk-throughput-latency-3n-skx"
21865   filter: "'NIC_Intel-X710' and
21866            '64B' and
21867            'BASE' and
21868            'NDRPDR' and
21869            '2T1C' and
21870            'IP4FWD'"
21871   parameters:
21872   - "latency"
21873   - "parent"
21874   - "tags"
21875   layout:
21876     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21877     layout: "plot-latency"
21878
21879 -
21880   type: "plot"
21881   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21882   algorithm: "plot_latency_error_bars"
21883   output-file-type: ".html"
21884   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21885   data: "plot-dpdk-throughput-latency-3n-skx"
21886   filter: "'NIC_Intel-X710' and
21887            '64B' and
21888            'BASE' and
21889            'NDRPDR' and
21890            '4T2C' and
21891            'IP4FWD'"
21892   parameters:
21893   - "latency"
21894   - "parent"
21895   - "tags"
21896   layout:
21897     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21898     layout: "plot-latency"
21899
21900 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21901 -
21902   type: "plot"
21903   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21904   algorithm: "plot_latency_error_bars"
21905   output-file-type: ".html"
21906   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21907   data: "plot-dpdk-throughput-latency-3n-skx"
21908   filter: "'NIC_Intel-XXV710' and
21909            '64B' and
21910            'BASE' and
21911            'NDRPDR' and
21912            '2T1C' and
21913            'IP4FWD'"
21914   parameters:
21915   - "latency"
21916   - "parent"
21917   - "tags"
21918   layout:
21919     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21920     layout: "plot-latency"
21921
21922 -
21923   type: "plot"
21924   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21925   algorithm: "plot_latency_error_bars"
21926   output-file-type: ".html"
21927   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21928   data: "plot-dpdk-throughput-latency-3n-skx"
21929   filter: "'NIC_Intel-XXV710' and
21930            '64B' and
21931            'BASE' and
21932            'NDRPDR' and
21933            '4T2C' and
21934            'IP4FWD'"
21935   parameters:
21936   - "latency"
21937   - "parent"
21938   - "tags"
21939   layout:
21940     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21941     layout: "plot-latency"
21942
21943 # Packet Latency - DPDK l3fwd 2n-skx-x710
21944 -
21945   type: "plot"
21946   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21947   algorithm: "plot_latency_error_bars"
21948   output-file-type: ".html"
21949   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21950   data: "plot-dpdk-throughput-latency-2n-skx"
21951   filter: "'NIC_Intel-X710' and
21952            '64B' and
21953            'BASE' and
21954            'NDRPDR' and
21955            '2T1C' and
21956            'IP4FWD'"
21957   parameters:
21958   - "latency"
21959   - "parent"
21960   - "tags"
21961   layout:
21962     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21963     layout: "plot-latency"
21964
21965 -
21966   type: "plot"
21967   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21968   algorithm: "plot_latency_error_bars"
21969   output-file-type: ".html"
21970   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21971   data: "plot-dpdk-throughput-latency-2n-skx"
21972   filter: "'NIC_Intel-X710' and
21973            '64B' and
21974            'BASE' and
21975            'NDRPDR' and
21976            '4T2C' and
21977            'IP4FWD'"
21978   parameters:
21979   - "latency"
21980   - "parent"
21981   - "tags"
21982   layout:
21983     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21984     layout: "plot-latency"
21985
21986 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21987 -
21988   type: "plot"
21989   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21990   algorithm: "plot_latency_error_bars"
21991   output-file-type: ".html"
21992   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21993   data: "plot-dpdk-throughput-latency-2n-skx"
21994   filter: "'NIC_Intel-XXV710' and
21995            '64B' and
21996            'BASE' and
21997            'NDRPDR' and
21998            '2T1C' and
21999            'IP4FWD'"
22000   parameters:
22001   - "latency"
22002   - "parent"
22003   - "tags"
22004   layout:
22005     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22006     layout: "plot-latency"
22007
22008 -
22009   type: "plot"
22010   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22011   algorithm: "plot_latency_error_bars"
22012   output-file-type: ".html"
22013   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22014   data: "plot-dpdk-throughput-latency-2n-skx"
22015   filter: "'NIC_Intel-XXV710' and
22016            '64B' and
22017            'BASE' and
22018            'NDRPDR' and
22019            '4T2C' and
22020            'IP4FWD'"
22021   parameters:
22022   - "latency"
22023   - "parent"
22024   - "tags"
22025   layout:
22026     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22027     layout: "plot-latency"
22028
22029 ################################################################################
22030
22031 # Packet Latency - DPDK testpmd 3n-hsw-x520
22032 -
22033   type: "plot"
22034   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22035   algorithm: "plot_latency_error_bars"
22036   output-file-type: ".html"
22037   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22038   data: "plot-dpdk-throughput-latency-3n-hsw"
22039   filter: "'NIC_Intel-X520-DA2' and
22040            '64B' and
22041            'BASE' and
22042            'NDRPDR' and
22043            '1T1C' and
22044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22045   parameters:
22046   - "latency"
22047   - "parent"
22048   - "tags"
22049   layout:
22050     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22051     layout: "plot-latency"
22052
22053 -
22054   type: "plot"
22055   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22056   algorithm: "plot_latency_error_bars"
22057   output-file-type: ".html"
22058   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22059   data: "plot-dpdk-throughput-latency-3n-hsw"
22060   filter: "'NIC_Intel-X520-DA2' and
22061            '64B' and
22062            'BASE' and
22063            'NDRPDR' and
22064            '2T2C' and
22065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22066   parameters:
22067   - "latency"
22068   - "parent"
22069   - "tags"
22070   layout:
22071     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22072     layout: "plot-latency"
22073
22074 # Packet Latency - DPDK testpmd 3n-hsw-x710
22075 -
22076   type: "plot"
22077   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22078   algorithm: "plot_latency_error_bars"
22079   output-file-type: ".html"
22080   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22081   data: "plot-dpdk-throughput-latency-3n-hsw"
22082   filter: "'NIC_Intel-X710' and
22083            '64B' and
22084            'BASE' and
22085            'NDRPDR' and
22086            '1T1C' and
22087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22088   parameters:
22089   - "latency"
22090   - "parent"
22091   - "tags"
22092   layout:
22093     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22094     layout: "plot-latency"
22095
22096 -
22097   type: "plot"
22098   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22099   algorithm: "plot_latency_error_bars"
22100   output-file-type: ".html"
22101   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22102   data: "plot-dpdk-throughput-latency-3n-hsw"
22103   filter: "'NIC_Intel-X710' and
22104            '64B' and
22105            'BASE' and
22106            'NDRPDR' and
22107            '2T2C' and
22108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22109   parameters:
22110   - "latency"
22111   - "parent"
22112   - "tags"
22113   layout:
22114     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22115     layout: "plot-latency"
22116
22117 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22118 -
22119   type: "plot"
22120   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22121   algorithm: "plot_latency_error_bars"
22122   output-file-type: ".html"
22123   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22124   data: "plot-dpdk-throughput-latency-3n-hsw"
22125   filter: "'NIC_Intel-XL710' and
22126            '64B' and
22127            'BASE' and
22128            'NDRPDR' and
22129            '1T1C' and
22130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22131   parameters:
22132   - "latency"
22133   - "parent"
22134   - "tags"
22135   layout:
22136     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22137     layout: "plot-latency"
22138
22139 -
22140   type: "plot"
22141   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22142   algorithm: "plot_latency_error_bars"
22143   output-file-type: ".html"
22144   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22145   data: "plot-dpdk-throughput-latency-3n-hsw"
22146   filter: "'NIC_Intel-XL710' and
22147            '64B' and
22148            'BASE' and
22149            'NDRPDR' and
22150            '2T2C' and
22151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22152   parameters:
22153   - "latency"
22154   - "parent"
22155   - "tags"
22156   layout:
22157     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22158     layout: "plot-latency"
22159
22160 # Packet Latency - DPDK testpmd 3n-skx-x710
22161 -
22162   type: "plot"
22163   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22164   algorithm: "plot_latency_error_bars"
22165   output-file-type: ".html"
22166   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22167   data: "plot-dpdk-throughput-latency-3n-skx"
22168   filter: "'NIC_Intel-X710' and
22169            '64B' and
22170            'BASE' and
22171            'NDRPDR' and
22172            '2T1C' and
22173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22174   parameters:
22175   - "latency"
22176   - "parent"
22177   - "tags"
22178   layout:
22179     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22180     layout: "plot-latency"
22181
22182 -
22183   type: "plot"
22184   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22185   algorithm: "plot_latency_error_bars"
22186   output-file-type: ".html"
22187   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22188   data: "plot-dpdk-throughput-latency-3n-skx"
22189   filter: "'NIC_Intel-X710' and
22190            '64B' and
22191            'BASE' and
22192            'NDRPDR' and
22193            '4T2C' and
22194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22195   parameters:
22196   - "latency"
22197   - "parent"
22198   - "tags"
22199   layout:
22200     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22201     layout: "plot-latency"
22202
22203 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22204 -
22205   type: "plot"
22206   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22207   algorithm: "plot_latency_error_bars"
22208   output-file-type: ".html"
22209   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22210   data: "plot-dpdk-throughput-latency-3n-skx"
22211   filter: "'NIC_Intel-XXV710' and
22212            '64B' and
22213            'BASE' and
22214            'NDRPDR' and
22215            '2T1C' and
22216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22217   parameters:
22218   - "latency"
22219   - "parent"
22220   - "tags"
22221   layout:
22222     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22223     layout: "plot-latency"
22224
22225 -
22226   type: "plot"
22227   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22228   algorithm: "plot_latency_error_bars"
22229   output-file-type: ".html"
22230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22231   data: "plot-dpdk-throughput-latency-3n-skx"
22232   filter: "'NIC_Intel-XXV710' and
22233            '64B' and
22234            'BASE' and
22235            'NDRPDR' and
22236            '4T2C' and
22237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22238   parameters:
22239   - "latency"
22240   - "parent"
22241   - "tags"
22242   layout:
22243     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22244     layout: "plot-latency"
22245
22246 # Packet Latency - DPDK testpmd 2n-skx-x710
22247 -
22248   type: "plot"
22249   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22250   algorithm: "plot_latency_error_bars"
22251   output-file-type: ".html"
22252   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22253   data: "plot-dpdk-throughput-latency-2n-skx"
22254   filter: "'NIC_Intel-X710' and
22255            '64B' and
22256            'BASE' and
22257            'NDRPDR' and
22258            '2T1C' and
22259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22260   parameters:
22261   - "latency"
22262   - "parent"
22263   - "tags"
22264   layout:
22265     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22266     layout: "plot-latency"
22267
22268 -
22269   type: "plot"
22270   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22271   algorithm: "plot_latency_error_bars"
22272   output-file-type: ".html"
22273   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22274   data: "plot-dpdk-throughput-latency-2n-skx"
22275   filter: "'NIC_Intel-X710' and
22276            '64B' and
22277            'BASE' and
22278            'NDRPDR' and
22279            '4T2C' and
22280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22281   parameters:
22282   - "latency"
22283   - "parent"
22284   - "tags"
22285   layout:
22286     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22287     layout: "plot-latency"
22288
22289 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22290 -
22291   type: "plot"
22292   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22293   algorithm: "plot_latency_error_bars"
22294   output-file-type: ".html"
22295   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22296   data: "plot-dpdk-throughput-latency-2n-skx"
22297   filter: "'NIC_Intel-XXV710' and
22298            '64B' and
22299            'BASE' and
22300            'NDRPDR' and
22301            '2T1C' and
22302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22303   parameters:
22304   - "latency"
22305   - "parent"
22306   - "tags"
22307   layout:
22308     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22309     layout: "plot-latency"
22310
22311 -
22312   type: "plot"
22313   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22314   algorithm: "plot_latency_error_bars"
22315   output-file-type: ".html"
22316   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22317   data: "plot-dpdk-throughput-latency-2n-skx"
22318   filter: "'NIC_Intel-XXV710' and
22319            '64B' and
22320            'BASE' and
22321            'NDRPDR' and
22322            '4T2C' and
22323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22324   parameters:
22325   - "latency"
22326   - "parent"
22327   - "tags"
22328   layout:
22329     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22330     layout: "plot-latency"
22331
22332 ################################################################################
22333
22334 # Speedup - VPP Container Memif 3n-hsw-x520
22335 -
22336   type: "plot"
22337   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22338   algorithm: "plot_throughput_speedup_analysis"
22339   output-file-type: ".html"
22340   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22341   data: "plot-throughput-speedup-analysis-3n-hsw"
22342   filter: "'NIC_Intel-X520-DA2' and
22343            '64B' and
22344            ('BASE' or 'SCALE') and
22345            'NDRPDR' and
22346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22347            not 'VHOST' and
22348            'MEMIF'"
22349   parameters:
22350   - "throughput"
22351   - "parent"
22352   - "tags"
22353   sort:
22354   - "L2XCFWD"
22355   - "L2XCFWD"
22356   - "L2XCFWD"
22357   - "L2BDMACLRN"
22358   - "L2BDMACLRN"
22359   - "L2BDMACLRN"
22360   layout:
22361     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
22362     layout: "plot-throughput-speedup-analysis"
22363
22364 -
22365   type: "plot"
22366   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22367   algorithm: "plot_throughput_speedup_analysis"
22368   output-file-type: ".html"
22369   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22370   data: "plot-throughput-speedup-analysis-3n-hsw"
22371   filter: "'NIC_Intel-X520-DA2' and
22372            '64B' and
22373            ('BASE' or 'SCALE') and
22374            'NDRPDR' and
22375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22376            not 'VHOST' and
22377            'MEMIF'"
22378   parameters:
22379   - "throughput"
22380   - "parent"
22381   - "tags"
22382   sort:
22383   - "L2XCFWD"
22384   - "L2XCFWD"
22385   - "L2XCFWD"
22386   - "L2BDMACLRN"
22387   - "L2BDMACLRN"
22388   - "L2BDMACLRN"
22389   layout:
22390     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
22391     layout: "plot-throughput-speedup-analysis"
22392
22393 # Speedup - VPP Container Memif 3n-hsw-x710
22394 -
22395   type: "plot"
22396   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22397   algorithm: "plot_throughput_speedup_analysis"
22398   output-file-type: ".html"
22399   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22400   data: "plot-throughput-speedup-analysis-3n-hsw"
22401   filter: "'NIC_Intel-X710' and
22402            '64B' and
22403            ('BASE' or 'SCALE') and
22404            'NDRPDR' and
22405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22406            not 'VHOST' and
22407            'MEMIF'"
22408   parameters:
22409   - "throughput"
22410   - "parent"
22411   - "tags"
22412   sort:
22413   - "L2XCFWD"
22414   - "L2XCFWD"
22415   - "L2XCFWD"
22416   - "L2BDMACLRN"
22417   - "L2BDMACLRN"
22418   - "L2BDMACLRN"
22419   layout:
22420     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
22421     layout: "plot-throughput-speedup-analysis"
22422
22423 -
22424   type: "plot"
22425   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22426   algorithm: "plot_throughput_speedup_analysis"
22427   output-file-type: ".html"
22428   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22429   data: "plot-throughput-speedup-analysis-3n-hsw"
22430   filter: "'NIC_Intel-X710' and
22431            '64B' and
22432            ('BASE' or 'SCALE') and
22433            'NDRPDR' and
22434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22435            not 'VHOST' and
22436            'MEMIF'"
22437   parameters:
22438   - "throughput"
22439   - "parent"
22440   - "tags"
22441   sort:
22442   - "L2XCFWD"
22443   - "L2XCFWD"
22444   - "L2XCFWD"
22445   - "L2BDMACLRN"
22446   - "L2BDMACLRN"
22447   - "L2BDMACLRN"
22448   layout:
22449     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
22450     layout: "plot-throughput-speedup-analysis"
22451
22452 # Speedup - VPP Container Memif 3n-hsw-xl710
22453 -
22454   type: "plot"
22455   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22456   algorithm: "plot_throughput_speedup_analysis"
22457   output-file-type: ".html"
22458   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22459   data: "plot-throughput-speedup-analysis-3n-hsw"
22460   filter: "'NIC_Intel-XL710' and
22461            '64B' and
22462            ('BASE' or 'SCALE') and
22463            'NDRPDR' and
22464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22465            not 'VHOST' and
22466            'MEMIF'"
22467   parameters:
22468   - "throughput"
22469   - "parent"
22470   - "tags"
22471   sort:
22472   - "L2XCFWD"
22473   - "L2XCFWD"
22474   - "L2XCFWD"
22475   - "L2BDMACLRN"
22476   - "L2BDMACLRN"
22477   - "L2BDMACLRN"
22478   layout:
22479     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
22480     layout: "plot-throughput-speedup-analysis"
22481
22482 -
22483   type: "plot"
22484   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22485   algorithm: "plot_throughput_speedup_analysis"
22486   output-file-type: ".html"
22487   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22488   data: "plot-throughput-speedup-analysis-3n-hsw"
22489   filter: "'NIC_Intel-XL710' and
22490            '64B' and
22491            ('BASE' or 'SCALE') and
22492            'NDRPDR' and
22493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22494            not 'VHOST' and
22495            'MEMIF'"
22496   parameters:
22497   - "throughput"
22498   - "parent"
22499   - "tags"
22500   sort:
22501   - "L2XCFWD"
22502   - "L2XCFWD"
22503   - "L2XCFWD"
22504   - "L2BDMACLRN"
22505   - "L2BDMACLRN"
22506   - "L2BDMACLRN"
22507   layout:
22508     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
22509     layout: "plot-throughput-speedup-analysis"
22510
22511 # Speedup - VPP Container Memif 3n-skx-x710
22512 -
22513   type: "plot"
22514   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22515   algorithm: "plot_throughput_speedup_analysis"
22516   output-file-type: ".html"
22517   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22518   data: "plot-throughput-speedup-analysis-3n-skx"
22519   filter: "'NIC_Intel-X710' and
22520            '64B' and
22521            ('BASE' or 'SCALE') and
22522            'NDRPDR' and
22523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22524            not 'VHOST' and
22525            'MEMIF'"
22526   parameters:
22527   - "throughput"
22528   - "parent"
22529   - "tags"
22530   sort:
22531   - "L2XCFWD"
22532   - "L2XCFWD"
22533   - "L2XCFWD"
22534   - "L2BDMACLRN"
22535   - "L2BDMACLRN"
22536   - "L2BDMACLRN"
22537   layout:
22538     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
22539     layout: "plot-throughput-speedup-analysis"
22540
22541 -
22542   type: "plot"
22543   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22544   algorithm: "plot_throughput_speedup_analysis"
22545   output-file-type: ".html"
22546   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22547   data: "plot-throughput-speedup-analysis-3n-skx"
22548   filter: "'NIC_Intel-X710' and
22549            '64B' and
22550            ('BASE' or 'SCALE') and
22551            'NDRPDR' and
22552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22553            not 'VHOST' and
22554             'MEMIF'"
22555   parameters:
22556   - "throughput"
22557   - "parent"
22558   - "tags"
22559   sort:
22560   - "L2XCFWD"
22561   - "L2XCFWD"
22562   - "L2XCFWD"
22563   - "L2BDMACLRN"
22564   - "L2BDMACLRN"
22565   - "L2BDMACLRN"
22566   layout:
22567     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
22568     layout: "plot-throughput-speedup-analysis"
22569
22570 # Speedup - VPP Container Memif 2n-skx-x710
22571 -
22572   type: "plot"
22573   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22574   algorithm: "plot_throughput_speedup_analysis"
22575   output-file-type: ".html"
22576   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22577   data: "plot-throughput-speedup-analysis-2n-skx"
22578   filter: "'NIC_Intel-X710' and
22579            '64B' and
22580            ('BASE' or 'SCALE') and
22581            'NDRPDR' and
22582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22583            not 'VHOST' and
22584            'MEMIF'"
22585   parameters:
22586   - "throughput"
22587   - "parent"
22588   - "tags"
22589   sort:
22590   - "L2XCFWD"
22591   - "L2XCFWD"
22592   - "L2XCFWD"
22593   - "L2BDMACLRN"
22594   - "L2BDMACLRN"
22595   - "L2BDMACLRN"
22596   layout:
22597     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
22598     layout: "plot-throughput-speedup-analysis"
22599
22600 -
22601   type: "plot"
22602   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22603   algorithm: "plot_throughput_speedup_analysis"
22604   output-file-type: ".html"
22605   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22606   data: "plot-throughput-speedup-analysis-2n-skx"
22607   filter: "'NIC_Intel-X710' and
22608            '64B' and
22609            ('BASE' or 'SCALE') and
22610            'NDRPDR' and
22611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22612            not 'VHOST' and
22613             'MEMIF'"
22614   parameters:
22615   - "throughput"
22616   - "parent"
22617   - "tags"
22618   sort:
22619   - "L2XCFWD"
22620   - "L2XCFWD"
22621   - "L2XCFWD"
22622   - "L2BDMACLRN"
22623   - "L2BDMACLRN"
22624   - "L2BDMACLRN"
22625   layout:
22626     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
22627     layout: "plot-throughput-speedup-analysis"
22628
22629 # Speedup - VPP Container Memif 2n-skx-xxv710
22630 -
22631   type: "plot"
22632   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22633   algorithm: "plot_throughput_speedup_analysis"
22634   output-file-type: ".html"
22635   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22636   data: "plot-throughput-speedup-analysis-2n-skx"
22637   filter: "'NIC_Intel-XXV710' and
22638            '64B' and
22639            ('BASE' or 'SCALE') and
22640            'NDRPDR' and
22641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22642            not 'VHOST' and
22643            'MEMIF'"
22644   parameters:
22645   - "throughput"
22646   - "parent"
22647   - "tags"
22648   sort:
22649   - "L2XCFWD"
22650   - "L2XCFWD"
22651   - "L2XCFWD"
22652   - "L2BDMACLRN"
22653   - "L2BDMACLRN"
22654   - "L2BDMACLRN"
22655   layout:
22656     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
22657     layout: "plot-throughput-speedup-analysis"
22658
22659 -
22660   type: "plot"
22661   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22662   algorithm: "plot_throughput_speedup_analysis"
22663   output-file-type: ".html"
22664   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22665   data: "plot-throughput-speedup-analysis-2n-skx"
22666   filter: "'NIC_Intel-XXV710' and
22667            '64B' and
22668            ('BASE' or 'SCALE') and
22669            'NDRPDR' and
22670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22671            not 'VHOST' and
22672             'MEMIF'"
22673   parameters:
22674   - "throughput"
22675   - "parent"
22676   - "tags"
22677   sort:
22678   - "L2XCFWD"
22679   - "L2XCFWD"
22680   - "L2XCFWD"
22681   - "L2BDMACLRN"
22682   - "L2BDMACLRN"
22683   - "L2BDMACLRN"
22684   layout:
22685     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
22686     layout: "plot-throughput-speedup-analysis"
22687
22688 ################################################################################
22689
22690 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22691 -
22692   type: "plot"
22693   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22694   algorithm: "plot_throughput_speedup_analysis"
22695   output-file-type: ".html"
22696   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22697   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22698   filter: "'NIC_Intel-X520-DA2' and
22699            '64B' and
22700            ('BASE' or 'SCALE') and
22701            'NDRPDR' and
22702            'L2XCFWD' and
22703            not 'VHOST' and
22704            'MEMIF'"
22705   parameters:
22706   - "throughput"
22707   - "parent"
22708   - "tags"
22709   sort:
22710   - "1VNF"
22711   - "2VNF"
22712   - "4VNF"
22713   - "2VNF"
22714   - "4VNF"
22715   layout:
22716     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22717     layout: "plot-throughput-speedup-analysis"
22718
22719 -
22720   type: "plot"
22721   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22722   algorithm: "plot_throughput_speedup_analysis"
22723   output-file-type: ".html"
22724   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22725   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22726   filter: "'NIC_Intel-X520-DA2' and
22727            '64B' and
22728            ('BASE' or 'SCALE') and
22729            'NDRPDR' and
22730            'L2XCFWD' and
22731            not 'VHOST' and
22732            'MEMIF'"
22733   parameters:
22734   - "throughput"
22735   - "parent"
22736   - "tags"
22737   sort:
22738   - "1VNF"
22739   - "2VNF"
22740   - "4VNF"
22741   - "2VNF"
22742   - "4VNF"
22743   layout:
22744     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22745     layout: "plot-throughput-speedup-analysis"
22746
22747 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22748 -
22749   type: "plot"
22750   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22751   algorithm: "plot_throughput_speedup_analysis"
22752   output-file-type: ".html"
22753   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22754   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22755   filter: "'NIC_Intel-X520-DA2' and
22756            '64B' and
22757            ('BASE' or 'SCALE') and
22758            'NDRPDR' and
22759            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22760            not 'VHOST' and
22761            'MEMIF'"
22762   parameters:
22763   - "throughput"
22764   - "parent"
22765   - "tags"
22766   sort:
22767   - "1VNF"
22768   - "2VNF"
22769   - "4VNF"
22770   - "2VNF"
22771   - "4VNF"
22772   layout:
22773     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22774     layout: "plot-throughput-speedup-analysis"
22775
22776 -
22777   type: "plot"
22778   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22779   algorithm: "plot_throughput_speedup_analysis"
22780   output-file-type: ".html"
22781   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22782   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22783   filter: "'NIC_Intel-X520-DA2' and
22784            '64B' and
22785            ('BASE' or 'SCALE') and
22786            'NDRPDR' and
22787            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22788            not 'VHOST' and
22789            'MEMIF'"
22790   parameters:
22791   - "throughput"
22792   - "parent"
22793   - "tags"
22794   sort:
22795   - "1VNF"
22796   - "2VNF"
22797   - "4VNF"
22798   - "2VNF"
22799   - "4VNF"
22800   layout:
22801     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22802     layout: "plot-throughput-speedup-analysis"
22803
22804 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22805 -
22806   type: "plot"
22807   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22808   algorithm: "plot_throughput_speedup_analysis"
22809   output-file-type: ".html"
22810   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22811   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22812   filter: "'NIC_Intel-X710' and
22813            '64B' and
22814            ('BASE' or 'SCALE') and
22815            'NDRPDR' and
22816            'L2XCFWD' and
22817            not 'VHOST' and
22818            'MEMIF'"
22819   parameters:
22820   - "throughput"
22821   - "parent"
22822   - "tags"
22823   sort:
22824   - "1VNF"
22825   - "2VNF"
22826   - "4VNF"
22827   - "2VNF"
22828   - "4VNF"
22829   layout:
22830     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22831     layout: "plot-throughput-speedup-analysis"
22832
22833 -
22834   type: "plot"
22835   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22836   algorithm: "plot_throughput_speedup_analysis"
22837   output-file-type: ".html"
22838   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22839   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22840   filter: "'NIC_Intel-X710' and
22841            '64B' and
22842            ('BASE' or 'SCALE') and
22843            'NDRPDR' and
22844            'L2XCFWD' and
22845            not 'VHOST' and
22846            'MEMIF'"
22847   parameters:
22848   - "throughput"
22849   - "parent"
22850   - "tags"
22851   sort:
22852   - "1VNF"
22853   - "2VNF"
22854   - "4VNF"
22855   - "2VNF"
22856   - "4VNF"
22857   layout:
22858     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22859     layout: "plot-throughput-speedup-analysis"
22860
22861 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22862 -
22863   type: "plot"
22864   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22865   algorithm: "plot_throughput_speedup_analysis"
22866   output-file-type: ".html"
22867   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22868   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22869   filter: "'NIC_Intel-X710' and
22870            '64B' and
22871            ('BASE' or 'SCALE') and
22872            'NDRPDR' and
22873            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22874            not 'VHOST' and
22875            'MEMIF'"
22876   parameters:
22877   - "throughput"
22878   - "parent"
22879   - "tags"
22880   sort:
22881   - "1VNF"
22882   - "2VNF"
22883   - "4VNF"
22884   - "2VNF"
22885   - "4VNF"
22886   layout:
22887     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22888     layout: "plot-throughput-speedup-analysis"
22889
22890 -
22891   type: "plot"
22892   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22893   algorithm: "plot_throughput_speedup_analysis"
22894   output-file-type: ".html"
22895   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22896   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22897   filter: "'NIC_Intel-X710' and
22898            '64B' and
22899            ('BASE' or 'SCALE') and
22900            'NDRPDR' and
22901            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22902            not 'VHOST' and
22903            'MEMIF'"
22904   parameters:
22905   - "throughput"
22906   - "parent"
22907   - "tags"
22908   sort:
22909   - "1VNF"
22910   - "2VNF"
22911   - "4VNF"
22912   - "2VNF"
22913   - "4VNF"
22914   layout:
22915     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22916     layout: "plot-throughput-speedup-analysis"
22917
22918 ################################################################################
22919
22920 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22921 -
22922   type: "plot"
22923   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22924   algorithm: "plot_throughput_speedup_analysis"
22925   output-file-type: ".html"
22926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22927   data: "plot-throughput-speedup-analysis-3n-hsw"
22928   filter: "'NIC_Intel-X520-DA2' and
22929            '64B' and
22930            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') 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   - "FIB_20K"
22942   - "FIB_200K"
22943   - "FIB_2M"
22944   layout:
22945     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22946     layout: "plot-throughput-speedup-analysis"
22947
22948 -
22949   type: "plot"
22950   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22951   algorithm: "plot_throughput_speedup_analysis"
22952   output-file-type: ".html"
22953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22954   data: "plot-throughput-speedup-analysis-3n-hsw"
22955   filter: "'NIC_Intel-X520-DA2' and
22956            '64B' and
22957            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22958            'NDRPDR' and
22959            'IP4FWD' and
22960            not 'IPSEC' and
22961            not 'VHOST'"
22962   parameters:
22963   - "throughput"
22964   - "parent"
22965   - "tags"
22966   sort:
22967   - "IP4BASE"
22968   - "FIB_20K"
22969   - "FIB_200K"
22970   - "FIB_2M"
22971   layout:
22972     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22973     layout: "plot-throughput-speedup-analysis"
22974
22975 # Speedup - VPP IPv4 3n-hsw-x520 features
22976 -
22977   type: "plot"
22978   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22979   algorithm: "plot_throughput_speedup_analysis"
22980   output-file-type: ".html"
22981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22982   data: "plot-throughput-speedup-analysis-3n-hsw"
22983   filter: "'NIC_Intel-X520-DA2' and
22984            '64B' and
22985            ('IP4BASE' or
22986             'POLICE_MARK' or
22987             'COPWHLIST' or
22988             ('NAT44' and 'BASE') or
22989             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22990            'NDRPDR' and
22991            'IP4FWD' and
22992            not 'IPSEC' and
22993            not 'VHOST'"
22994   parameters:
22995   - "throughput"
22996   - "parent"
22997   - "tags"
22998   sort:
22999   - "IP4BASE"
23000   - "NAT44"
23001   - "POLICE_MARK"
23002   - "COPWHLIST"
23003   - "IACL"
23004   - "OACL"
23005   layout:
23006     title: "ip4-3n-hsw-x520-64b-features-ndr"
23007     layout: "plot-throughput-speedup-analysis"
23008
23009 -
23010   type: "plot"
23011   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23012   algorithm: "plot_throughput_speedup_analysis"
23013   output-file-type: ".html"
23014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23015   data: "plot-throughput-speedup-analysis-3n-hsw"
23016   filter: "'NIC_Intel-X520-DA2' and
23017            '64B' and
23018            ('IP4BASE' or
23019             'POLICE_MARK' or
23020             'COPWHLIST' or
23021             ('NAT44' and 'BASE') or
23022             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23023            'NDRPDR' and
23024            'IP4FWD' and
23025            not 'IPSEC' and
23026            not 'VHOST'"
23027   parameters:
23028   - "throughput"
23029   - "parent"
23030   - "tags"
23031   sort:
23032   - "IP4BASE"
23033   - "NAT44"
23034   - "POLICE_MARK"
23035   - "COPWHLIST"
23036   - "IACL"
23037   - "OACL"
23038   layout:
23039     title: "ip4-3n-hsw-x520-64b-features-pdr"
23040     layout: "plot-throughput-speedup-analysis"
23041
23042 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23043 -
23044   type: "plot"
23045   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23046   algorithm: "plot_throughput_speedup_analysis"
23047   output-file-type: ".html"
23048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23049   data: "plot-throughput-speedup-analysis-3n-hsw"
23050   filter: "'NIC_Intel-X520-DA2' and
23051            '64B' and
23052            'NDRPDR' and
23053            'IP4FWD' and
23054            'NAT44' and
23055            not 'IPSEC' and
23056            not 'VHOST'"
23057   parameters:
23058   - "throughput"
23059   - "parent"
23060   - "tags"
23061   sort:
23062   - "BASE"
23063   - "BASE"
23064   - "SRC_USER_10"
23065   - "SRC_USER_100"
23066   - "SRC_USER_1000"
23067   - "SRC_USER_2000"
23068   layout:
23069     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23070     layout: "plot-throughput-speedup-analysis"
23071
23072 -
23073   type: "plot"
23074   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23075   algorithm: "plot_throughput_speedup_analysis"
23076   output-file-type: ".html"
23077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23078   data: "plot-throughput-speedup-analysis-3n-hsw"
23079   filter: "'NIC_Intel-X520-DA2' and
23080            '64B' and
23081            'NDRPDR' and
23082            'IP4FWD' and
23083            'NAT44' and
23084            not 'IPSEC' and
23085            not 'VHOST'"
23086   parameters:
23087   - "throughput"
23088   - "parent"
23089   - "tags"
23090   sort:
23091   - "BASE"
23092   - "BASE"
23093   - "SRC_USER_10"
23094   - "SRC_USER_100"
23095   - "SRC_USER_1000"
23096   - "SRC_USER_2000"
23097   layout:
23098     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23099     layout: "plot-throughput-speedup-analysis"
23100
23101 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23102 -
23103   type: "plot"
23104   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23105   algorithm: "plot_throughput_speedup_analysis"
23106   output-file-type: ".html"
23107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23108   data: "plot-throughput-speedup-analysis-3n-hsw"
23109   filter: "'NIC_Intel-X520-DA2' and
23110            '64B' and
23111            'NDRPDR' and
23112            'IP4FWD' and
23113            'IACL' and
23114            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23115            not 'IPSEC' and
23116            not 'VHOST'"
23117   parameters:
23118   - "throughput"
23119   - "parent"
23120   - "tags"
23121   sort:
23122   - "ACL_STATELESS"
23123   - "ACL_STATEFUL"
23124   - "ACL_STATELESS"
23125   - "ACL_STATEFUL"
23126   layout:
23127     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23128     layout: "plot-throughput-speedup-analysis"
23129
23130 -
23131   type: "plot"
23132   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23133   algorithm: "plot_throughput_speedup_analysis"
23134   output-file-type: ".html"
23135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23136   data: "plot-throughput-speedup-analysis-3n-hsw"
23137   filter: "'NIC_Intel-X520-DA2' and
23138            '64B' and
23139            'NDRPDR' and
23140            'IP4FWD' and
23141            'IACL' and
23142            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23143            not 'IPSEC' and
23144            not 'VHOST'"
23145   parameters:
23146   - "throughput"
23147   - "parent"
23148   - "tags"
23149   sort:
23150   - "ACL_STATELESS"
23151   - "ACL_STATEFUL"
23152   - "ACL_STATELESS"
23153   - "ACL_STATEFUL"
23154   layout:
23155     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23156     layout: "plot-throughput-speedup-analysis"
23157
23158 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23159 -
23160   type: "plot"
23161   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23162   algorithm: "plot_throughput_speedup_analysis"
23163   output-file-type: ".html"
23164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23165   data: "plot-throughput-speedup-analysis-3n-hsw"
23166   filter: "'NIC_Intel-X520-DA2' and
23167            '64B' and
23168            'NDRPDR' and
23169            'IP4FWD' and
23170            'OACL' and
23171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23172            not 'IPSEC' and
23173            not 'VHOST'"
23174   parameters:
23175   - "throughput"
23176   - "parent"
23177   - "tags"
23178   sort:
23179   - "ACL_STATELESS"
23180   - "ACL_STATEFUL"
23181   - "ACL_STATELESS"
23182   - "ACL_STATEFUL"
23183   layout:
23184     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23185     layout: "plot-throughput-speedup-analysis"
23186
23187 -
23188   type: "plot"
23189   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23190   algorithm: "plot_throughput_speedup_analysis"
23191   output-file-type: ".html"
23192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23193   data: "plot-throughput-speedup-analysis-3n-hsw"
23194   filter: "'NIC_Intel-X520-DA2' and
23195            '64B' and
23196            'NDRPDR' and
23197            'IP4FWD' and
23198            'OACL' and
23199            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23200            not 'IPSEC' and
23201            not 'VHOST'"
23202   parameters:
23203   - "throughput"
23204   - "parent"
23205   - "tags"
23206   sort:
23207   - "ACL_STATELESS"
23208   - "ACL_STATEFUL"
23209   - "ACL_STATELESS"
23210   - "ACL_STATEFUL"
23211   layout:
23212     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23213     layout: "plot-throughput-speedup-analysis"
23214
23215 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23216 -
23217   type: "plot"
23218   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23219   algorithm: "plot_throughput_speedup_analysis"
23220   output-file-type: ".html"
23221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23222   data: "plot-throughput-speedup-analysis-3n-hsw"
23223   filter: "'NIC_Intel-X710' and
23224            '64B' and
23225            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') 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   - "FIB_20K"
23237   - "FIB_200K"
23238   - "FIB_2M"
23239   layout:
23240     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23241     layout: "plot-throughput-speedup-analysis"
23242
23243 -
23244   type: "plot"
23245   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23246   algorithm: "plot_throughput_speedup_analysis"
23247   output-file-type: ".html"
23248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23249   data: "plot-throughput-speedup-analysis-3n-hsw"
23250   filter: "'NIC_Intel-X710' and
23251            '64B' and
23252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23253            'NDRPDR' and
23254            'IP4FWD' and
23255            not 'IPSEC' and
23256            not 'VHOST'"
23257   parameters:
23258   - "throughput"
23259   - "parent"
23260   - "tags"
23261   sort:
23262   - "IP4BASE"
23263   - "FIB_20K"
23264   - "FIB_200K"
23265   - "FIB_2M"
23266   layout:
23267     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23268     layout: "plot-throughput-speedup-analysis"
23269
23270 # Speedup - VPP IPv4 3n-hsw-x710 features
23271 -
23272   type: "plot"
23273   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23274   algorithm: "plot_throughput_speedup_analysis"
23275   output-file-type: ".html"
23276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23277   data: "plot-throughput-speedup-analysis-3n-hsw"
23278   filter: "'NIC_Intel-X710' and
23279            '64B' and
23280            ('IP4BASE' or
23281             'POLICE_MARK' or
23282             'COPWHLIST' or
23283             ('NAT44' and 'BASE') or
23284             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23285            'NDRPDR' and
23286            'IP4FWD' and
23287            not 'IPSEC' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "IP4BASE"
23295   - "NAT44"
23296   - "POLICE_MARK"
23297   - "COPWHLIST"
23298   - "IACL"
23299   - "OACL"
23300   layout:
23301     title: "ip4-3n-hsw-x710-64b-features-ndr"
23302     layout: "plot-throughput-speedup-analysis"
23303
23304 -
23305   type: "plot"
23306   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23307   algorithm: "plot_throughput_speedup_analysis"
23308   output-file-type: ".html"
23309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23310   data: "plot-throughput-speedup-analysis-3n-hsw"
23311   filter: "'NIC_Intel-X710' and
23312            '64B' and
23313            ('IP4BASE' or
23314             'POLICE_MARK' or
23315             'COPWHLIST' or
23316             ('NAT44' and 'BASE') or
23317             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23318            'NDRPDR' and
23319            'IP4FWD' and
23320            not 'IPSEC' and
23321            not 'VHOST'"
23322   parameters:
23323   - "throughput"
23324   - "parent"
23325   - "tags"
23326   sort:
23327   - "IP4BASE"
23328   - "NAT44"
23329   - "POLICE_MARK"
23330   - "COPWHLIST"
23331   - "IACL"
23332   - "OACL"
23333   layout:
23334     title: "ip4-3n-hsw-x710-64b-features-pdr"
23335     layout: "plot-throughput-speedup-analysis"
23336
23337 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23338 -
23339   type: "plot"
23340   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23341   algorithm: "plot_throughput_speedup_analysis"
23342   output-file-type: ".html"
23343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23344   data: "plot-throughput-speedup-analysis-3n-hsw"
23345   filter: "'NIC_Intel-X710' and
23346            '64B' and
23347            'NDRPDR' and
23348            'IP4FWD' and
23349            'NAT44' and
23350            not 'IPSEC' and
23351            not 'VHOST'"
23352   parameters:
23353   - "throughput"
23354   - "parent"
23355   - "tags"
23356   sort:
23357   - "BASE"
23358   - "BASE"
23359   - "SRC_USER_10"
23360   - "SRC_USER_100"
23361   - "SRC_USER_1000"
23362   - "SRC_USER_2000"
23363   layout:
23364     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23365     layout: "plot-throughput-speedup-analysis"
23366
23367 -
23368   type: "plot"
23369   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23370   algorithm: "plot_throughput_speedup_analysis"
23371   output-file-type: ".html"
23372   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23373   data: "plot-throughput-speedup-analysis-3n-hsw"
23374   filter: "'NIC_Intel-X710' and
23375            '64B' and
23376            'NDRPDR' and
23377            'IP4FWD' and
23378            'NAT44' and
23379            not 'IPSEC' and
23380            not 'VHOST'"
23381   parameters:
23382   - "throughput"
23383   - "parent"
23384   - "tags"
23385   sort:
23386   - "BASE"
23387   - "BASE"
23388   - "SRC_USER_10"
23389   - "SRC_USER_100"
23390   - "SRC_USER_1000"
23391   - "SRC_USER_2000"
23392   layout:
23393     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23394     layout: "plot-throughput-speedup-analysis"
23395
23396 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23397 -
23398   type: "plot"
23399   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23400   algorithm: "plot_throughput_speedup_analysis"
23401   output-file-type: ".html"
23402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23403   data: "plot-throughput-speedup-analysis-3n-hsw"
23404   filter: "'NIC_Intel-X710' and
23405            '64B' and
23406            'NDRPDR' and
23407            'IP4FWD' and
23408            'IACL' and
23409            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23410            not 'IPSEC' and
23411            not 'VHOST'"
23412   parameters:
23413   - "throughput"
23414   - "parent"
23415   - "tags"
23416   sort:
23417   - "ACL_STATELESS"
23418   - "ACL_STATEFUL"
23419   - "ACL_STATELESS"
23420   - "ACL_STATEFUL"
23421   layout:
23422     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23423     layout: "plot-throughput-speedup-analysis"
23424
23425 -
23426   type: "plot"
23427   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23428   algorithm: "plot_throughput_speedup_analysis"
23429   output-file-type: ".html"
23430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23431   data: "plot-throughput-speedup-analysis-3n-hsw"
23432   filter: "'NIC_Intel-X710' and
23433            '64B' and
23434            'NDRPDR' and
23435            'IP4FWD' and
23436            'IACL' and
23437            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23438            not 'IPSEC' and
23439            not 'VHOST'"
23440   parameters:
23441   - "throughput"
23442   - "parent"
23443   - "tags"
23444   sort:
23445   - "ACL_STATELESS"
23446   - "ACL_STATEFUL"
23447   - "ACL_STATELESS"
23448   - "ACL_STATEFUL"
23449   layout:
23450     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23451     layout: "plot-throughput-speedup-analysis"
23452
23453 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
23454 -
23455   type: "plot"
23456   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23457   algorithm: "plot_throughput_speedup_analysis"
23458   output-file-type: ".html"
23459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23460   data: "plot-throughput-speedup-analysis-3n-hsw"
23461   filter: "'NIC_Intel-X710' and
23462            '64B' and
23463            'NDRPDR' and
23464            'IP4FWD' and
23465            'OACL' and
23466            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23467            not 'IPSEC' and
23468            not 'VHOST'"
23469   parameters:
23470   - "throughput"
23471   - "parent"
23472   - "tags"
23473   sort:
23474   - "ACL_STATELESS"
23475   - "ACL_STATEFUL"
23476   - "ACL_STATELESS"
23477   - "ACL_STATEFUL"
23478   layout:
23479     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
23480     layout: "plot-throughput-speedup-analysis"
23481
23482 -
23483   type: "plot"
23484   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23485   algorithm: "plot_throughput_speedup_analysis"
23486   output-file-type: ".html"
23487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23488   data: "plot-throughput-speedup-analysis-3n-hsw"
23489   filter: "'NIC_Intel-X710' and
23490            '64B' and
23491            'NDRPDR' and
23492            'IP4FWD' and
23493            'OACL' and
23494            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23495            not 'IPSEC' and
23496            not 'VHOST'"
23497   parameters:
23498   - "throughput"
23499   - "parent"
23500   - "tags"
23501   sort:
23502   - "ACL_STATELESS"
23503   - "ACL_STATEFUL"
23504   - "ACL_STATELESS"
23505   - "ACL_STATEFUL"
23506   layout:
23507     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
23508     layout: "plot-throughput-speedup-analysis"
23509
23510 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23511 -
23512   type: "plot"
23513   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23514   algorithm: "plot_throughput_speedup_analysis"
23515   output-file-type: ".html"
23516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23517   data: "plot-throughput-speedup-analysis-3n-hsw"
23518   filter: "'NIC_Intel-XL710' and
23519            '64B' and
23520            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23521            'NDRPDR' and
23522            'IP4FWD' and
23523            not 'IPSEC' and
23524            not 'VHOST'"
23525   parameters:
23526   - "throughput"
23527   - "parent"
23528   - "tags"
23529   sort:
23530   - "IP4BASE"
23531   - "FIB_20K"
23532   - "FIB_200K"
23533   - "FIB_2M"
23534   layout:
23535     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
23536     layout: "plot-throughput-speedup-analysis"
23537
23538 -
23539   type: "plot"
23540   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23541   algorithm: "plot_throughput_speedup_analysis"
23542   output-file-type: ".html"
23543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23544   data: "plot-throughput-speedup-analysis-3n-hsw"
23545   filter: "'NIC_Intel-XL710' and
23546            '64B' and
23547            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23548            'NDRPDR' and
23549            'IP4FWD' and
23550            not 'IPSEC' and
23551            not 'VHOST'"
23552   parameters:
23553   - "throughput"
23554   - "parent"
23555   - "tags"
23556   sort:
23557   - "IP4BASE"
23558   - "FIB_20K"
23559   - "FIB_200K"
23560   - "FIB_2M"
23561   layout:
23562     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
23563     layout: "plot-throughput-speedup-analysis"
23564
23565 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23566 -
23567   type: "plot"
23568   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23569   algorithm: "plot_throughput_speedup_analysis"
23570   output-file-type: ".html"
23571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23572   data: "plot-throughput-speedup-analysis-3n-skx"
23573   filter: "'NIC_Intel-X710' and
23574            '64B' and
23575            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') 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   - "FIB_20K"
23587   - "FIB_200K"
23588   - "FIB_2M"
23589   layout:
23590     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23591     layout: "plot-throughput-speedup-analysis"
23592
23593 -
23594   type: "plot"
23595   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23596   algorithm: "plot_throughput_speedup_analysis"
23597   output-file-type: ".html"
23598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23599   data: "plot-throughput-speedup-analysis-3n-skx"
23600   filter: "'NIC_Intel-X710' and
23601            '64B' and
23602            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23603            'NDRPDR' and
23604            'IP4FWD' and
23605            not 'IPSEC' and
23606            not 'VHOST'"
23607   parameters:
23608   - "throughput"
23609   - "parent"
23610   - "tags"
23611   sort:
23612   - "IP4BASE"
23613   - "FIB_20K"
23614   - "FIB_200K"
23615   - "FIB_2M"
23616   layout:
23617     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23618     layout: "plot-throughput-speedup-analysis"
23619
23620 # Speedup - VPP IPv4 3n-skx-x710 features
23621 -
23622   type: "plot"
23623   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23624   algorithm: "plot_throughput_speedup_analysis"
23625   output-file-type: ".html"
23626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23627   data: "plot-throughput-speedup-analysis-3n-skx"
23628   filter: "'NIC_Intel-X710' and
23629            '64B' and
23630            ('IP4BASE' or
23631             'POLICE_MARK' or
23632             'COPWHLIST' or
23633             ('NAT44' and 'BASE') or
23634             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23635            'NDRPDR' and
23636            'IP4FWD' and
23637            not 'IPSEC' and
23638            not 'VHOST'"
23639   parameters:
23640   - "throughput"
23641   - "parent"
23642   - "tags"
23643   sort:
23644   - "IP4BASE"
23645   - "NAT44"
23646   - "POLICE_MARK"
23647   - "COPWHLIST"
23648   - "IACL"
23649   - "OACL"
23650   layout:
23651     title: "ip4-3n-skx-x710-64b-features-ndr"
23652     layout: "plot-throughput-speedup-analysis"
23653
23654 -
23655   type: "plot"
23656   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23657   algorithm: "plot_throughput_speedup_analysis"
23658   output-file-type: ".html"
23659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23660   data: "plot-throughput-speedup-analysis-3n-skx"
23661   filter: "'NIC_Intel-X710' and
23662            '64B' and
23663            ('IP4BASE' or
23664             'POLICE_MARK' or
23665             'COPWHLIST' or
23666             ('NAT44' and 'BASE') or
23667             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23668            'NDRPDR' and
23669            'IP4FWD' and
23670            not 'IPSEC' and
23671            not 'VHOST'"
23672   parameters:
23673   - "throughput"
23674   - "parent"
23675   - "tags"
23676   sort:
23677   - "IP4BASE"
23678   - "NAT44"
23679   - "POLICE_MARK"
23680   - "COPWHLIST"
23681   - "IACL"
23682   - "OACL"
23683   layout:
23684     title: "ip4-3n-skx-x710-64b-features-pdr"
23685     layout: "plot-throughput-speedup-analysis"
23686
23687 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23688 -
23689   type: "plot"
23690   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23691   algorithm: "plot_throughput_speedup_analysis"
23692   output-file-type: ".html"
23693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23694   data: "plot-throughput-speedup-analysis-3n-skx"
23695   filter: "'NIC_Intel-X710' and
23696            '64B' and
23697            'NDRPDR' and
23698            'IP4FWD' and
23699            'NAT44' and
23700            not 'IPSEC' and
23701            not 'VHOST'"
23702   parameters:
23703   - "throughput"
23704   - "parent"
23705   - "tags"
23706   sort:
23707   - "BASE"
23708   - "BASE"
23709   - "SRC_USER_10"
23710   - "SRC_USER_100"
23711   - "SRC_USER_1000"
23712   - "SRC_USER_2000"
23713   layout:
23714     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23715     layout: "plot-throughput-speedup-analysis"
23716
23717 -
23718   type: "plot"
23719   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23720   algorithm: "plot_throughput_speedup_analysis"
23721   output-file-type: ".html"
23722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23723   data: "plot-throughput-speedup-analysis-3n-skx"
23724   filter: "'NIC_Intel-X710' and
23725            '64B' and
23726            'NDRPDR' and
23727            'IP4FWD' and
23728            'NAT44' and
23729            not 'IPSEC' and
23730            not 'VHOST'"
23731   parameters:
23732   - "throughput"
23733   - "parent"
23734   - "tags"
23735   sort:
23736   - "BASE"
23737   - "BASE"
23738   - "SRC_USER_10"
23739   - "SRC_USER_100"
23740   - "SRC_USER_1000"
23741   - "SRC_USER_2000"
23742   layout:
23743     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23744     layout: "plot-throughput-speedup-analysis"
23745
23746 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23747 -
23748   type: "plot"
23749   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23750   algorithm: "plot_throughput_speedup_analysis"
23751   output-file-type: ".html"
23752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23753   data: "plot-throughput-speedup-analysis-3n-skx"
23754   filter: "'NIC_Intel-X710' and
23755            '64B' and
23756            'NDRPDR' and
23757            'IP4FWD' and
23758            'IACL' and
23759            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23760            not 'IPSEC' and
23761            not 'VHOST'"
23762   parameters:
23763   - "throughput"
23764   - "parent"
23765   - "tags"
23766   sort:
23767   - "ACL_STATELESS"
23768   - "ACL_STATEFUL"
23769   - "ACL_STATELESS"
23770   - "ACL_STATEFUL"
23771   layout:
23772     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23773     layout: "plot-throughput-speedup-analysis"
23774
23775 -
23776   type: "plot"
23777   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23778   algorithm: "plot_throughput_speedup_analysis"
23779   output-file-type: ".html"
23780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23781   data: "plot-throughput-speedup-analysis-3n-skx"
23782   filter: "'NIC_Intel-X710' and
23783            '64B' and
23784            'NDRPDR' and
23785            'IP4FWD' and
23786            'IACL' and
23787            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23788            not 'IPSEC' and
23789            not 'VHOST'"
23790   parameters:
23791   - "throughput"
23792   - "parent"
23793   - "tags"
23794   sort:
23795   - "ACL_STATELESS"
23796   - "ACL_STATEFUL"
23797   - "ACL_STATELESS"
23798   - "ACL_STATEFUL"
23799   layout:
23800     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23801     layout: "plot-throughput-speedup-analysis"
23802
23803 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23804 -
23805   type: "plot"
23806   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23807   algorithm: "plot_throughput_speedup_analysis"
23808   output-file-type: ".html"
23809   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23810   data: "plot-throughput-speedup-analysis-3n-skx"
23811   filter: "'NIC_Intel-X710' and
23812            '64B' and
23813            'NDRPDR' and
23814            'IP4FWD' and
23815            'OACL' and
23816            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23817            not 'IPSEC' and
23818            not 'VHOST'"
23819   parameters:
23820   - "throughput"
23821   - "parent"
23822   - "tags"
23823   sort:
23824   - "ACL_STATELESS"
23825   - "ACL_STATEFUL"
23826   - "ACL_STATELESS"
23827   - "ACL_STATEFUL"
23828   layout:
23829     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23830     layout: "plot-throughput-speedup-analysis"
23831
23832 -
23833   type: "plot"
23834   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23835   algorithm: "plot_throughput_speedup_analysis"
23836   output-file-type: ".html"
23837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23838   data: "plot-throughput-speedup-analysis-3n-skx"
23839   filter: "'NIC_Intel-X710' and
23840            '64B' and
23841            'NDRPDR' and
23842            'IP4FWD' and
23843            'OACL' and
23844            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23845            not 'IPSEC' and
23846            not 'VHOST'"
23847   parameters:
23848   - "throughput"
23849   - "parent"
23850   - "tags"
23851   sort:
23852   - "ACL_STATELESS"
23853   - "ACL_STATEFUL"
23854   - "ACL_STATELESS"
23855   - "ACL_STATEFUL"
23856   layout:
23857     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23858     layout: "plot-throughput-speedup-analysis"
23859
23860 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23861 -
23862   type: "plot"
23863   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23864   algorithm: "plot_throughput_speedup_analysis"
23865   output-file-type: ".html"
23866   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23867   data: "plot-throughput-speedup-analysis-2n-skx"
23868   filter: "'NIC_Intel-X710' and
23869            '64B' and
23870            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23871            'NDRPDR' and
23872            'IP4FWD' and
23873            not 'IPSEC' and
23874            not 'VHOST'"
23875   parameters:
23876   - "throughput"
23877   - "parent"
23878   - "tags"
23879   sort:
23880   - "IP4BASE"
23881   - "FIB_20K"
23882   - "FIB_200K"
23883   - "FIB_2M"
23884   layout:
23885     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23886     layout: "plot-throughput-speedup-analysis"
23887
23888 -
23889   type: "plot"
23890   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23891   algorithm: "plot_throughput_speedup_analysis"
23892   output-file-type: ".html"
23893   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23894   data: "plot-throughput-speedup-analysis-2n-skx"
23895   filter: "'NIC_Intel-X710' and
23896            '64B' and
23897            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23898            'NDRPDR' and
23899            'IP4FWD' and
23900            not 'IPSEC' and
23901            not 'VHOST'"
23902   parameters:
23903   - "throughput"
23904   - "parent"
23905   - "tags"
23906   sort:
23907   - "IP4BASE"
23908   - "FIB_20K"
23909   - "FIB_200K"
23910   - "FIB_2M"
23911   layout:
23912     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23913     layout: "plot-throughput-speedup-analysis"
23914
23915 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23916 -
23917   type: "plot"
23918   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23919   algorithm: "plot_throughput_speedup_analysis"
23920   output-file-type: ".html"
23921   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23922   data: "plot-throughput-speedup-analysis-2n-skx"
23923   filter: "'NIC_Intel-XXV710' and
23924            '64B' and
23925            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23926            'NDRPDR' and
23927            'IP4FWD' and
23928            not 'IPSEC' and
23929            not 'VHOST'"
23930   parameters:
23931   - "throughput"
23932   - "parent"
23933   - "tags"
23934   sort:
23935   - "IP4BASE"
23936   - "FIB_20K"
23937   - "FIB_200K"
23938   - "FIB_2M"
23939   layout:
23940     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23941     layout: "plot-throughput-speedup-analysis"
23942
23943 -
23944   type: "plot"
23945   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23946   algorithm: "plot_throughput_speedup_analysis"
23947   output-file-type: ".html"
23948   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23949   data: "plot-throughput-speedup-analysis-2n-skx"
23950   filter: "'NIC_Intel-XXV710' and
23951            '64B' and
23952            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23953            'NDRPDR' and
23954            'IP4FWD' and
23955            not 'IPSEC' and
23956            not 'VHOST'"
23957   parameters:
23958   - "throughput"
23959   - "parent"
23960   - "tags"
23961   sort:
23962   - "IP4BASE"
23963   - "FIB_20K"
23964   - "FIB_200K"
23965   - "FIB_2M"
23966   layout:
23967     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23968     layout: "plot-throughput-speedup-analysis"
23969
23970 ################################################################################
23971
23972 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
23973 -
23974   type: "plot"
23975   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23976   algorithm: "plot_throughput_speedup_analysis"
23977   output-file-type: ".html"
23978   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23979   data: "plot-throughput-speedup-analysis-3n-hsw"
23980   filter: "'NIC_Intel-X520_DA2' and
23981            '64B' and
23982            'ENCAP' and
23983            'NDRPDR' and
23984            'VXLAN' and
23985            'L2BDMACLRN' and
23986            not 'VHOST' and
23987            not 'IPSECHW'"
23988   parameters:
23989   - "throughput"
23990   - "parent"
23991   - "tags"
23992   sort:
23993   - "not DOT1Q"
23994   - "VXLAN_1"
23995   - "VXLAN_10"
23996   - "VXLAN_100"
23997   - "VXLAN_1000"
23998   layout:
23999     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
24000     layout: "plot-throughput-speedup-analysis"
24001
24002 -
24003   type: "plot"
24004   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24005   algorithm: "plot_throughput_speedup_analysis"
24006   output-file-type: ".html"
24007   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24008   data: "plot-throughput-speedup-analysis-3n-hsw"
24009   filter: "'NIC_Intel-X520_DA2' and
24010            '64B' and
24011            'ENCAP' and
24012            'NDRPDR' and
24013            'VXLAN' and
24014            'L2BDMACLRN' and
24015            not 'VHOST' and
24016            not 'IPSECHW'"
24017   parameters:
24018   - "throughput"
24019   - "parent"
24020   - "tags"
24021   sort:
24022   - "not DOT1Q"
24023   - "VXLAN_1"
24024   - "VXLAN_10"
24025   - "VXLAN_100"
24026   - "VXLAN_1000"
24027   layout:
24028     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
24029     layout: "plot-throughput-speedup-analysis"
24030
24031 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24032 -
24033   type: "plot"
24034   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24035   algorithm: "plot_throughput_speedup_analysis"
24036   output-file-type: ".html"
24037   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24038   data: "plot-throughput-speedup-analysis-3n-hsw"
24039   filter: "'NIC_Intel-X520-DA2' and
24040            '64B' and
24041            'ENCAP' and
24042            'NDRPDR' and
24043            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24044            not 'DOT1Q' and
24045            not 'VHOST' and
24046            not 'IPSECHW'"
24047   parameters:
24048   - "throughput"
24049   - "parent"
24050   - "tags"
24051   sort:
24052   - "L2BDMACLRN"
24053   - "L2XCFWD"
24054   - "LISP"
24055   layout:
24056     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24057     layout: "plot-throughput-speedup-analysis"
24058
24059 -
24060   type: "plot"
24061   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24062   algorithm: "plot_throughput_speedup_analysis"
24063   output-file-type: ".html"
24064   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24065   data: "plot-throughput-speedup-analysis-3n-hsw"
24066   filter: "'NIC_Intel-X520-DA2' and
24067            '64B' and
24068            'ENCAP' and
24069            'NDRPDR' and
24070            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24071            not 'DOT1Q' and
24072            not 'VHOST' and
24073            not 'IPSECHW'"
24074   parameters:
24075   - "throughput"
24076   - "parent"
24077   - "tags"
24078   sort:
24079   - "L2BDMACLRN"
24080   - "L2XCFWD"
24081   - "LISP"
24082   layout:
24083     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24084     layout: "plot-throughput-speedup-analysis"
24085
24086 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24087 -
24088   type: "plot"
24089   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24090   algorithm: "plot_throughput_speedup_analysis"
24091   output-file-type: ".html"
24092   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24093   data: "plot-throughput-speedup-analysis-3n-hsw"
24094   filter: "'NIC_Intel-X710' and
24095            '64B' and
24096            'ENCAP' and
24097            'NDRPDR' and
24098            'VXLAN' and
24099            'L2BDMACLRN' and
24100            not 'VHOST' and
24101            not 'IPSECHW'"
24102   parameters:
24103   - "throughput"
24104   - "parent"
24105   - "tags"
24106   sort:
24107   - "not DOT1Q"
24108   - "VXLAN_1"
24109   - "VXLAN_10"
24110   - "VXLAN_100"
24111   - "VXLAN_1000"
24112   layout:
24113     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24114     layout: "plot-throughput-speedup-analysis"
24115
24116 -
24117   type: "plot"
24118   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24119   algorithm: "plot_throughput_speedup_analysis"
24120   output-file-type: ".html"
24121   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24122   data: "plot-throughput-speedup-analysis-3n-hsw"
24123   filter: "'NIC_Intel-X710' and
24124            '64B' and
24125            'ENCAP' and
24126            'NDRPDR' and
24127            'VXLAN' and
24128            'L2BDMACLRN' and
24129            not 'VHOST' and
24130            not 'IPSECHW'"
24131   parameters:
24132   - "throughput"
24133   - "parent"
24134   - "tags"
24135   sort:
24136   - "not DOT1Q"
24137   - "VXLAN_1"
24138   - "VXLAN_10"
24139   - "VXLAN_100"
24140   - "VXLAN_1000"
24141   layout:
24142     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24143     layout: "plot-throughput-speedup-analysis"
24144
24145 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24146 -
24147   type: "plot"
24148   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24149   algorithm: "plot_throughput_speedup_analysis"
24150   output-file-type: ".html"
24151   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24152   data: "plot-throughput-speedup-analysis-3n-hsw"
24153   filter: "'NIC_Intel-X710' and
24154            '64B' and
24155            'ENCAP' and
24156            'NDRPDR' and
24157            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24158            not 'DOT1Q' and
24159            not 'VHOST' and
24160            not 'IPSECHW'"
24161   parameters:
24162   - "throughput"
24163   - "parent"
24164   - "tags"
24165   sort:
24166   - "L2BDMACLRN"
24167   - "L2XCFWD"
24168   - "LISP"
24169   layout:
24170     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24171     layout: "plot-throughput-speedup-analysis"
24172
24173 -
24174   type: "plot"
24175   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24176   algorithm: "plot_throughput_speedup_analysis"
24177   output-file-type: ".html"
24178   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24179   data: "plot-throughput-speedup-analysis-3n-hsw"
24180   filter: "'NIC_Intel-X710' and
24181            '64B' and
24182            'ENCAP' and
24183            'NDRPDR' and
24184            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24185            not 'DOT1Q' and
24186            not 'VHOST' and
24187            not 'IPSECHW'"
24188   parameters:
24189   - "throughput"
24190   - "parent"
24191   - "tags"
24192   sort:
24193   - "L2BDMACLRN"
24194   - "L2XCFWD"
24195   - "LISP"
24196   layout:
24197     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24198     layout: "plot-throughput-speedup-analysis"
24199
24200 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24201 -
24202   type: "plot"
24203   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24204   algorithm: "plot_throughput_speedup_analysis"
24205   output-file-type: ".html"
24206   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24207   data: "plot-throughput-speedup-analysis-3n-skx"
24208   filter: "'NIC_Intel-X710' and
24209            '64B' and
24210            'ENCAP' and
24211            'NDRPDR' and
24212            'VXLAN' and
24213            'L2BDMACLRN' and
24214            not 'VHOST' and
24215            not 'IPSECHW'"
24216   parameters:
24217   - "throughput"
24218   - "parent"
24219   - "tags"
24220   sort:
24221   - "not DOT1Q"
24222   - "VXLAN_1"
24223   - "VXLAN_10"
24224   - "VXLAN_100"
24225   - "VXLAN_1000"
24226   layout:
24227     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24228     layout: "plot-throughput-speedup-analysis"
24229
24230 -
24231   type: "plot"
24232   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24233   algorithm: "plot_throughput_speedup_analysis"
24234   output-file-type: ".html"
24235   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24236   data: "plot-throughput-speedup-analysis-3n-skx"
24237   filter: "'NIC_Intel-X710' and
24238            '64B' and
24239            'ENCAP' and
24240            'NDRPDR' and
24241            'VXLAN' and
24242            'L2BDMACLRN' and
24243            not 'VHOST' and
24244            not 'IPSECHW'"
24245   parameters:
24246   - "throughput"
24247   - "parent"
24248   - "tags"
24249   sort:
24250   - "not DOT1Q"
24251   - "VXLAN_1"
24252   - "VXLAN_10"
24253   - "VXLAN_100"
24254   - "VXLAN_1000"
24255   layout:
24256     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24257     layout: "plot-throughput-speedup-analysis"
24258
24259 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24260 -
24261   type: "plot"
24262   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24263   algorithm: "plot_throughput_speedup_analysis"
24264   output-file-type: ".html"
24265   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24266   data: "plot-throughput-speedup-analysis-3n-skx"
24267   filter: "'NIC_Intel-X710' and
24268            '64B' and
24269            'ENCAP' and
24270            'NDRPDR' and
24271            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24272            not 'DOT1Q' and
24273            not 'VHOST' and
24274            not 'IPSECHW'"
24275   parameters:
24276   - "throughput"
24277   - "parent"
24278   - "tags"
24279   sort:
24280   - "L2BDMACLRN"
24281   - "L2XCFWD"
24282   - "LISP"
24283   layout:
24284     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24285     layout: "plot-throughput-speedup-analysis"
24286
24287 -
24288   type: "plot"
24289   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24290   algorithm: "plot_throughput_speedup_analysis"
24291   output-file-type: ".html"
24292   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24293   data: "plot-throughput-speedup-analysis-3n-skx"
24294   filter: "'NIC_Intel-X710' and
24295            '64B' and
24296            'ENCAP' and
24297            'NDRPDR' and
24298            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24299            not 'DOT1Q' and
24300            not 'VHOST' and
24301            not 'IPSECHW'"
24302   parameters:
24303   - "throughput"
24304   - "parent"
24305   - "tags"
24306   sort:
24307   - "L2BDMACLRN"
24308   - "L2XCFWD"
24309   - "LISP"
24310   layout:
24311     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24312     layout: "plot-throughput-speedup-analysis"
24313
24314 ################################################################################
24315
24316 # Speedup - VPP IPv6 3n-hsw-x520
24317 -
24318   type: "plot"
24319   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24320   algorithm: "plot_throughput_speedup_analysis"
24321   output-file-type: ".html"
24322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24323   data: "plot-throughput-speedup-analysis-3n-hsw"
24324   filter: "'NIC_Intel-X520-DA2' and
24325            '78B' and
24326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24327            'NDRPDR' and
24328            'IP6FWD' and
24329            not 'SRv6' and
24330            not 'IPSEC' and
24331            not 'VHOST'"
24332   parameters:
24333   - "throughput"
24334   - "parent"
24335   - "tags"
24336   sort:
24337   - "IP6BASE"
24338   - "FIB_20K"
24339   - "FIB_200K"
24340   - "FIB_2M"
24341   layout:
24342     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
24343     layout: "plot-throughput-speedup-analysis"
24344
24345 -
24346   type: "plot"
24347   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24348   algorithm: "plot_throughput_speedup_analysis"
24349   output-file-type: ".html"
24350   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24351   data: "plot-throughput-speedup-analysis-3n-hsw"
24352   filter: "'NIC_Intel-X520-DA2' 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-x520-78b-base_and_scale-pdr"
24371     layout: "plot-throughput-speedup-analysis"
24372
24373 # Speedup - VPP IPv6 3n-hsw-x520 features
24374 -
24375   type: "plot"
24376   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24377   algorithm: "plot_throughput_speedup_analysis"
24378   output-file-type: ".html"
24379   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24380   data: "plot-throughput-speedup-analysis-3n-hsw"
24381   filter: "'NIC_Intel-X520-DA2' and
24382            '78B' and
24383            ('IP6BASE' or
24384             'POLICE_MARK' or
24385             'COPWHLIST' or
24386             'IACLDST') and
24387            'NDRPDR' and
24388            'IP6FWD' and
24389            not 'SRv6' and
24390            not 'IPSEC' and
24391            not 'VHOST'"
24392   parameters:
24393   - "throughput"
24394   - "parent"
24395   - "tags"
24396   sort:
24397   - "IP6BASE"
24398   - "POLICE_MARK"
24399   - "COPWHLIST"
24400   - "IACLDST"
24401   layout:
24402     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
24403     layout: "plot-throughput-speedup-analysis"
24404
24405 -
24406   type: "plot"
24407   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24408   algorithm: "plot_throughput_speedup_analysis"
24409   output-file-type: ".html"
24410   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24411   data: "plot-throughput-speedup-analysis-3n-hsw"
24412   filter: "'NIC_Intel-X520-DA2' and
24413            '78B' and
24414            ('IP6BASE' or
24415             'POLICE_MARK' or
24416             'COPWHLIST' or
24417             'IACLDST') and
24418            'NDRPDR' and
24419            'IP6FWD' and
24420            not 'SRv6' and
24421            not 'IPSEC' and
24422            not 'VHOST'"
24423   parameters:
24424   - "throughput"
24425   - "parent"
24426   - "tags"
24427   sort:
24428   - "IP6BASE"
24429   - "POLICE_MARK"
24430   - "COPWHLIST"
24431   - "IACLDST"
24432   layout:
24433     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
24434     layout: "plot-throughput-speedup-analysis"
24435
24436 # Speedup - VPP IPv6 3n-hsw-x710
24437 -
24438   type: "plot"
24439   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24440   algorithm: "plot_throughput_speedup_analysis"
24441   output-file-type: ".html"
24442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24443   data: "plot-throughput-speedup-analysis-3n-hsw"
24444   filter: "'NIC_Intel-X710' and
24445            '78B' and
24446            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24447            'NDRPDR' and
24448            'IP6FWD' and
24449            not 'SRv6' and
24450            not 'IPSEC' and
24451            not 'VHOST'"
24452   parameters:
24453   - "throughput"
24454   - "parent"
24455   - "tags"
24456   sort:
24457   - "IP6BASE"
24458   - "FIB_20K"
24459   - "FIB_200K"
24460   - "FIB_2M"
24461   layout:
24462     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24463     layout: "plot-throughput-speedup-analysis"
24464
24465 -
24466   type: "plot"
24467   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24468   algorithm: "plot_throughput_speedup_analysis"
24469   output-file-type: ".html"
24470   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24471   data: "plot-throughput-speedup-analysis-3n-hsw"
24472   filter: "'NIC_Intel-X710' 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-x710-78b-base_and_scale-pdr"
24491     layout: "plot-throughput-speedup-analysis"
24492
24493 # Speedup - VPP IPv6 3n-hsw-x710 features
24494 -
24495   type: "plot"
24496   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24497   algorithm: "plot_throughput_speedup_analysis"
24498   output-file-type: ".html"
24499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24500   data: "plot-throughput-speedup-analysis-3n-hsw"
24501   filter: "'NIC_Intel-X710' and
24502            '78B' and
24503            ('IP6BASE' or
24504             'POLICE_MARK' or
24505             'COPWHLIST' or
24506             'IACLDST') and
24507            'NDRPDR' and
24508            'IP6FWD' and
24509            not 'SRv6' and
24510            not 'IPSEC' and
24511            not 'VHOST'"
24512   parameters:
24513   - "throughput"
24514   - "parent"
24515   - "tags"
24516   sort:
24517   - "IP6BASE"
24518   - "POLICE_MARK"
24519   - "COPWHLIST"
24520   - "IACLDST"
24521   layout:
24522     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24523     layout: "plot-throughput-speedup-analysis"
24524
24525 -
24526   type: "plot"
24527   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24528   algorithm: "plot_throughput_speedup_analysis"
24529   output-file-type: ".html"
24530   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24531   data: "plot-throughput-speedup-analysis-3n-hsw"
24532   filter: "'NIC_Intel-X710' and
24533            '78B' and
24534            ('IP6BASE' or
24535             'POLICE_MARK' or
24536             'COPWHLIST' or
24537             'IACLDST') and
24538            'NDRPDR' and
24539            'IP6FWD' and
24540            not 'SRv6' and
24541            not 'IPSEC' and
24542            not 'VHOST'"
24543   parameters:
24544   - "throughput"
24545   - "parent"
24546   - "tags"
24547   sort:
24548   - "IP6BASE"
24549   - "POLICE_MARK"
24550   - "COPWHLIST"
24551   - "IACLDST"
24552   layout:
24553     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24554     layout: "plot-throughput-speedup-analysis"
24555
24556 # Speedup - VPP IPv6 3n-hsw-xl710
24557 -
24558   type: "plot"
24559   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24560   algorithm: "plot_throughput_speedup_analysis"
24561   output-file-type: ".html"
24562   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24563   data: "plot-throughput-speedup-analysis-3n-hsw"
24564   filter: "'NIC_Intel-XL710' and
24565            '78B' and
24566            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24567            'NDRPDR' and
24568            'IP6FWD' and
24569            not 'SRv6' and
24570            not 'IPSEC' and
24571            not 'VHOST'"
24572   parameters:
24573   - "throughput"
24574   - "parent"
24575   - "tags"
24576   sort:
24577   - "IP6BASE"
24578   - "FIB_20K"
24579   - "FIB_200K"
24580   - "FIB_2M"
24581   layout:
24582     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
24583     layout: "plot-throughput-speedup-analysis"
24584
24585 -
24586   type: "plot"
24587   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24588   algorithm: "plot_throughput_speedup_analysis"
24589   output-file-type: ".html"
24590   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24591   data: "plot-throughput-speedup-analysis-3n-hsw"
24592   filter: "'NIC_Intel-XL710' and
24593            '78B' and
24594            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24595            'NDRPDR' and
24596            'IP6FWD' and
24597            not 'SRv6' and
24598            not 'IPSEC' and
24599            not 'VHOST'"
24600   parameters:
24601   - "throughput"
24602   - "parent"
24603   - "tags"
24604   sort:
24605   - "IP6BASE"
24606   - "FIB_20K"
24607   - "FIB_200K"
24608   - "FIB_2M"
24609   layout:
24610     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
24611     layout: "plot-throughput-speedup-analysis"
24612
24613 # Speedup - VPP IPv6 3n-skx-x710
24614 -
24615   type: "plot"
24616   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24617   algorithm: "plot_throughput_speedup_analysis"
24618   output-file-type: ".html"
24619   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24620   data: "plot-throughput-speedup-analysis-3n-skx"
24621   filter: "'NIC_Intel-X710' and
24622            '78B' and
24623            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24624            'NDRPDR' and
24625            'IP6FWD' and
24626            not 'SRv6' and
24627            not 'IPSEC' and
24628            not 'VHOST'"
24629   parameters:
24630   - "throughput"
24631   - "parent"
24632   - "tags"
24633   sort:
24634   - "IP6BASE"
24635   - "FIB_20K"
24636   - "FIB_200K"
24637   - "FIB_2M"
24638   layout:
24639     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24640     layout: "plot-throughput-speedup-analysis"
24641
24642 -
24643   type: "plot"
24644   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24645   algorithm: "plot_throughput_speedup_analysis"
24646   output-file-type: ".html"
24647   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24648   data: "plot-throughput-speedup-analysis-3n-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-3n-skx-x710-78b-base_and_scale-pdr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 # Speedup - VPP IPv6 3n-skx-x710 features
24671 -
24672   type: "plot"
24673   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24674   algorithm: "plot_throughput_speedup_analysis"
24675   output-file-type: ".html"
24676   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24677   data: "plot-throughput-speedup-analysis-3n-skx"
24678   filter: "'NIC_Intel-X710' and
24679            '78B' and
24680            ('IP6BASE' or
24681             'POLICE_MARK' or
24682             'COPWHLIST' or
24683             'IACLDST') and
24684            'NDRPDR' and
24685            'IP6FWD' and
24686            not 'SRv6' and
24687            not 'IPSEC' and
24688            not 'VHOST'"
24689   parameters:
24690   - "throughput"
24691   - "parent"
24692   - "tags"
24693   sort:
24694   - "IP6BASE"
24695   - "POLICE_MARK"
24696   - "COPWHLIST"
24697   - "IACLDST"
24698   layout:
24699     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24700     layout: "plot-throughput-speedup-analysis"
24701
24702 -
24703   type: "plot"
24704   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24705   algorithm: "plot_throughput_speedup_analysis"
24706   output-file-type: ".html"
24707   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24708   data: "plot-throughput-speedup-analysis-3n-skx"
24709   filter: "'NIC_Intel-X710' and
24710            '78B' and
24711            ('IP6BASE' or
24712             'POLICE_MARK' or
24713             'COPWHLIST' or
24714             'IACLDST') and
24715            'NDRPDR' and
24716            'IP6FWD' and
24717            not 'SRv6' and
24718            not 'IPSEC' and
24719            not 'VHOST'"
24720   parameters:
24721   - "throughput"
24722   - "parent"
24723   - "tags"
24724   sort:
24725   - "IP6BASE"
24726   - "POLICE_MARK"
24727   - "COPWHLIST"
24728   - "IACLDST"
24729   layout:
24730     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24731     layout: "plot-throughput-speedup-analysis"
24732
24733 # Speedup - VPP IPv6 2n-skx-x710
24734 -
24735   type: "plot"
24736   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24737   algorithm: "plot_throughput_speedup_analysis"
24738   output-file-type: ".html"
24739   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24740   data: "plot-throughput-speedup-analysis-2n-skx"
24741   filter: "'NIC_Intel-X710' and
24742            '78B' and
24743            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24744            'NDRPDR' and
24745            'IP6FWD' and
24746            not 'SRv6' and
24747            not 'IPSEC' and
24748            not 'VHOST'"
24749   parameters:
24750   - "throughput"
24751   - "parent"
24752   - "tags"
24753   sort:
24754   - "IP6BASE"
24755   - "FIB_20K"
24756   - "FIB_200K"
24757   - "FIB_2M"
24758   layout:
24759     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24760     layout: "plot-throughput-speedup-analysis"
24761
24762 -
24763   type: "plot"
24764   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24765   algorithm: "plot_throughput_speedup_analysis"
24766   output-file-type: ".html"
24767   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24768   data: "plot-throughput-speedup-analysis-2n-skx"
24769   filter: "'NIC_Intel-X710' and
24770            '78B' and
24771            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24772            'NDRPDR' and
24773            'IP6FWD' and
24774            not 'SRv6' and
24775            not 'IPSEC' and
24776            not 'VHOST'"
24777   parameters:
24778   - "throughput"
24779   - "parent"
24780   - "tags"
24781   sort:
24782   - "IP6BASE"
24783   - "FIB_20K"
24784   - "FIB_200K"
24785   - "FIB_2M"
24786   layout:
24787     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24788     layout: "plot-throughput-speedup-analysis"
24789
24790 # Speedup - VPP IPv6 2n-skx-xxv710
24791 -
24792   type: "plot"
24793   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24794   algorithm: "plot_throughput_speedup_analysis"
24795   output-file-type: ".html"
24796   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24797   data: "plot-throughput-speedup-analysis-2n-skx"
24798   filter: "'NIC_Intel-XXV710' and
24799            '78B' and
24800            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24801            'NDRPDR' and
24802            'IP6FWD' and
24803            not 'SRv6' and
24804            not 'IPSEC' and
24805            not 'VHOST'"
24806   parameters:
24807   - "throughput"
24808   - "parent"
24809   - "tags"
24810   sort:
24811   - "IP6BASE"
24812   - "FIB_20K"
24813   - "FIB_200K"
24814   - "FIB_2M"
24815   layout:
24816     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24817     layout: "plot-throughput-speedup-analysis"
24818
24819 -
24820   type: "plot"
24821   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24822   algorithm: "plot_throughput_speedup_analysis"
24823   output-file-type: ".html"
24824   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24825   data: "plot-throughput-speedup-analysis-2n-skx"
24826   filter: "'NIC_Intel-XXV710' and
24827            '78B' and
24828            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24829            'NDRPDR' and
24830            'IP6FWD' and
24831            not 'SRv6' and
24832            not 'IPSEC' and
24833            not 'VHOST'"
24834   parameters:
24835   - "throughput"
24836   - "parent"
24837   - "tags"
24838   sort:
24839   - "IP6BASE"
24840   - "FIB_20K"
24841   - "FIB_200K"
24842   - "FIB_2M"
24843   layout:
24844     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24845     layout: "plot-throughput-speedup-analysis"
24846
24847 ################################################################################
24848
24849 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24850 -
24851   type: "plot"
24852   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24853   algorithm: "plot_throughput_speedup_analysis"
24854   output-file-type: ".html"
24855   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24856   data: "plot-throughput-speedup-analysis-3n-hsw"
24857   filter: "'NIC_Intel-X520-DA2' and
24858            '78B' and
24859            'ENCAP' and
24860            'NDRPDR' and
24861            'LISP' and
24862            not 'VHOST'"
24863   parameters:
24864   - "throughput"
24865   - "parent"
24866   - "tags"
24867   sort:
24868   - "IP4UNRLAY"
24869   - "IP6UNRLAY"
24870   layout:
24871     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
24872     layout: "plot-throughput-speedup-analysis"
24873
24874 -
24875   type: "plot"
24876   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24877   algorithm: "plot_throughput_speedup_analysis"
24878   output-file-type: ".html"
24879   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24880   data: "plot-throughput-speedup-analysis-3n-hsw"
24881   filter: "'NIC_Intel-X520-DA2' and
24882            '78B' and
24883            'ENCAP' and
24884            'NDRPDR' and
24885            'LISP' and
24886            not 'VHOST'"
24887   parameters:
24888   - "throughput"
24889   - "parent"
24890   - "tags"
24891   sort:
24892   - "IP4UNRLAY"
24893   - "IP6UNRLAY"
24894   layout:
24895     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
24896     layout: "plot-throughput-speedup-analysis"
24897
24898 ################################################################################
24899
24900 # Speedup - VPP IPSec 3n-hsw-xl710 base
24901 -
24902   type: "plot"
24903   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24904   algorithm: "plot_throughput_speedup_analysis"
24905   output-file-type: ".html"
24906   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24907   data: "plot-throughput-speedup-analysis-3n-hsw"
24908   filter: "'NIC_Intel-XL710' and
24909            '64B' and
24910            'IP4FWD' and
24911            'NDRPDR' and
24912            'BASE' and
24913            'IPSECHW' and
24914            ('IPSECTRAN' or 'IPSECTUN') and
24915            not 'VHOST'"
24916   parameters:
24917   - "throughput"
24918   - "parent"
24919   - "tags"
24920   layout:
24921     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24922     layout: "plot-throughput-speedup-analysis"
24923
24924 -
24925   type: "plot"
24926   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24927   algorithm: "plot_throughput_speedup_analysis"
24928   output-file-type: ".html"
24929   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24930   data: "plot-throughput-speedup-analysis-3n-hsw"
24931   filter: "'NIC_Intel-XL710' and
24932            '64B' and
24933            'IP4FWD' and
24934            'NDRPDR' and
24935            'BASE' and
24936            'IPSECHW' 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-base-pdr"
24945     layout: "plot-throughput-speedup-analysis"
24946
24947 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24948 -
24949   type: "plot"
24950   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24951   algorithm: "plot_throughput_speedup_analysis"
24952   output-file-type: ".html"
24953   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24954   data: "plot-throughput-speedup-analysis-3n-hsw"
24955   filter: "'NIC_Intel-XL710' and
24956            '64B' and
24957            'IP4FWD' and
24958            'NDRPDR' and
24959            'SCALE' and
24960            'IPSECHW' and
24961            ('IPSECTRAN' or 'IPSECTUN') and
24962            not 'VHOST'"
24963   parameters:
24964   - "throughput"
24965   - "parent"
24966   - "tags"
24967   layout:
24968     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24969     layout: "plot-throughput-speedup-analysis"
24970
24971 -
24972   type: "plot"
24973   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24974   algorithm: "plot_throughput_speedup_analysis"
24975   output-file-type: ".html"
24976   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24977   data: "plot-throughput-speedup-analysis-3n-hsw"
24978   filter: "'NIC_Intel-XL710' and
24979            '64B' and
24980            'IP4FWD' and
24981            'NDRPDR' and
24982            'SCALE' and
24983            'IPSECHW' and
24984            ('IPSECTRAN' or 'IPSECTUN') and
24985            not 'VHOST'"
24986   parameters:
24987   - "throughput"
24988   - "parent"
24989   - "tags"
24990   layout:
24991     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24992     layout: "plot-throughput-speedup-analysis"
24993
24994 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24995 -
24996   type: "plot"
24997   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24998   algorithm: "plot_throughput_speedup_analysis"
24999   output-file-type: ".html"
25000   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25001   data: "plot-throughput-speedup-analysis-3n-hsw"
25002   filter: "'NIC_Intel-XL710' and
25003            '64B' and
25004            'IP4FWD' and
25005            'NDRPDR' and
25006            'IPSECSW' and
25007            ('IPSECTRAN' or 'IPSECTUN') and
25008            not 'VHOST'"
25009   parameters:
25010   - "throughput"
25011   - "parent"
25012   - "tags"
25013   layout:
25014     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25015     layout: "plot-throughput-speedup-analysis"
25016
25017 -
25018   type: "plot"
25019   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25020   algorithm: "plot_throughput_speedup_analysis"
25021   output-file-type: ".html"
25022   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25023   data: "plot-throughput-speedup-analysis-3n-hsw"
25024   filter: "'NIC_Intel-XL710' and
25025            '64B' and
25026            'IP4FWD' and
25027            'NDRPDR' and
25028            'IPSECSW' and
25029            ('IPSECTRAN' or 'IPSECTUN') and
25030            not 'VHOST'"
25031   parameters:
25032   - "throughput"
25033   - "parent"
25034   - "tags"
25035   layout:
25036     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25037     layout: "plot-throughput-speedup-analysis"
25038
25039 ################################################################################
25040
25041 # Speedup - VPP SRv6 3n-hsw-x520
25042 -
25043   type: "plot"
25044   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25045   algorithm: "plot_throughput_speedup_analysis"
25046   output-file-type: ".html"
25047   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25048   data: "plot-throughput-speedup-analysis-3n-hsw"
25049   filter: "'NIC_Intel-X520-DA2' and
25050            '78B' and
25051            'FEATURE' and
25052            'NDRPDR' and
25053            'IP6FWD' and
25054            'SRv6'"
25055   parameters:
25056   - "throughput"
25057   - "parent"
25058   - "tags"
25059   layout:
25060     title: "srv6-3n-hsw-x520-78b-features-ndr"
25061     layout: "plot-throughput-speedup-analysis"
25062
25063 -
25064   type: "plot"
25065   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25066   algorithm: "plot_throughput_speedup_analysis"
25067   output-file-type: ".html"
25068   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25069   data: "plot-throughput-speedup-analysis-3n-hsw"
25070   filter: "'NIC_Intel-X520-DA2' and
25071            '78B' and
25072            'FEATURE' and
25073            'NDRPDR' and
25074            'IP6FWD' and
25075            'SRv6'"
25076   parameters:
25077   - "throughput"
25078   - "parent"
25079   - "tags"
25080   layout:
25081     title: "srv6-3n-hsw-x520-78b-features-pdr"
25082     layout: "plot-throughput-speedup-analysis"
25083
25084 ################################################################################
25085
25086 # Speedup - VPP L2 3n-hsw-x520 base and scale
25087 -
25088   type: "plot"
25089   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25090   algorithm: "plot_throughput_speedup_analysis"
25091   output-file-type: ".html"
25092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25093   data: "plot-throughput-speedup-analysis-3n-hsw"
25094   filter: "'NIC_Intel-X520-DA2' and
25095            '64B' and
25096            ('BASE' or 'SCALE') and
25097            'NDRPDR' and
25098            'ETH' and
25099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25100            not 'VHOST' and
25101            not 'MEMIF'"
25102   parameters:
25103   - "throughput"
25104   - "parent"
25105   - "tags"
25106   sort:
25107   - "L2PATCH"
25108   - "L2XCBASE"
25109   - "BASE"
25110   - "FIB_10K"
25111   - "FIB_100K"
25112   - "FIB_1M"
25113   layout:
25114     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25115     layout: "plot-throughput-speedup-analysis"
25116
25117 -
25118   type: "plot"
25119   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25120   algorithm: "plot_throughput_speedup_analysis"
25121   output-file-type: ".html"
25122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25123   data: "plot-throughput-speedup-analysis-3n-hsw"
25124   filter: "'NIC_Intel-X520-DA2' and
25125            '64B' and
25126            ('BASE' or 'SCALE') and
25127            'NDRPDR' and
25128            'ETH' and
25129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25130            not 'VHOST' and
25131            not 'MEMIF'"
25132   parameters:
25133   - "throughput"
25134   - "parent"
25135   - "tags"
25136   sort:
25137   - "L2PATCH"
25138   - "L2XCBASE"
25139   - "BASE"
25140   - "FIB_10K"
25141   - "FIB_100K"
25142   - "FIB_1M"
25143   layout:
25144     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25145     layout: "plot-throughput-speedup-analysis"
25146
25147 # Speedup - VPP L2 3n-hsw-x520 features
25148 -
25149   type: "plot"
25150   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25151   algorithm: "plot_throughput_speedup_analysis"
25152   output-file-type: ".html"
25153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25154   data: "plot-throughput-speedup-analysis-3n-hsw"
25155   filter: "'NIC_Intel-X520-DA2' and
25156            '64B' and
25157            'NDRPDR' and
25158            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25159            not 'ACL' and
25160            not 'VHOST' and
25161            not 'MEMIF'"
25162   parameters:
25163   - "throughput"
25164   - "parent"
25165   - "tags"
25166   sort:
25167   - "L2XCBASE"    # l2xcbase
25168   - "L2BDBASE"    # l2bdbase
25169   - "L2XCFWD"     # dot1q-l2xcbase
25170   - "L2BDMACLRN"  # dot1q-l2bdbase
25171   layout:
25172     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25173     layout: "plot-throughput-speedup-analysis"
25174
25175 -
25176   type: "plot"
25177   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25178   algorithm: "plot_throughput_speedup_analysis"
25179   output-file-type: ".html"
25180   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25181   data: "plot-throughput-speedup-analysis-3n-hsw"
25182   filter: "'NIC_Intel-X520-DA2' and
25183            '64B' and
25184            'NDRPDR' and
25185            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25186            not 'ACL' and
25187            not 'VHOST' and
25188            not 'MEMIF'"
25189   parameters:
25190   - "throughput"
25191   - "parent"
25192   - "tags"
25193   sort:
25194   - "L2XCBASE"    # l2xcbase
25195   - "L2BDBASE"    # l2bdbase
25196   - "L2XCFWD"     # dot1q-l2xcbase
25197   - "L2BDMACLRN"  # dot1q-l2bdbase
25198   layout:
25199     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25200     layout: "plot-throughput-speedup-analysis"
25201
25202 # Speedup - VPP L2 3n-hsw-x710 base and scale
25203 -
25204   type: "plot"
25205   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25206   algorithm: "plot_throughput_speedup_analysis"
25207   output-file-type: ".html"
25208   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25209   data: "plot-throughput-speedup-analysis-3n-hsw"
25210   filter: "'NIC_Intel-X710' and
25211            '64B' and
25212            ('BASE' or 'SCALE') and
25213            'NDRPDR' and
25214            'ETH' and
25215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25216            not 'VHOST' and
25217            not 'MEMIF'"
25218   parameters:
25219   - "throughput"
25220   - "parent"
25221   - "tags"
25222   sort:
25223   - "L2PATCH"
25224   - "L2XCBASE"
25225   - "BASE"
25226   - "FIB_10K"
25227   - "FIB_100K"
25228   - "FIB_1M"
25229   layout:
25230     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25231     layout: "plot-throughput-speedup-analysis"
25232
25233 -
25234   type: "plot"
25235   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25236   algorithm: "plot_throughput_speedup_analysis"
25237   output-file-type: ".html"
25238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25239   data: "plot-throughput-speedup-analysis-3n-hsw"
25240   filter: "'NIC_Intel-X710' and
25241            '64B' and
25242            ('BASE' or 'SCALE') and
25243            'NDRPDR' and
25244            'ETH' and
25245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25246            not 'VHOST' and
25247            not 'MEMIF'"
25248   parameters:
25249   - "throughput"
25250   - "parent"
25251   - "tags"
25252   sort:
25253   - "L2PATCH"
25254   - "L2XCBASE"
25255   - "BASE"
25256   - "FIB_10K"
25257   - "FIB_100K"
25258   - "FIB_1M"
25259   layout:
25260     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25261     layout: "plot-throughput-speedup-analysis"
25262
25263 # Speedup - VPP L2 3n-hsw-x710 features
25264 -
25265   type: "plot"
25266   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25267   algorithm: "plot_throughput_speedup_analysis"
25268   output-file-type: ".html"
25269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25270   data: "plot-throughput-speedup-analysis-3n-hsw"
25271   filter: "'NIC_Intel-X710' and
25272            '64B' and
25273            'NDRPDR' and
25274            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25275            not 'ACL' and
25276            not 'VHOST' and
25277            not 'MEMIF'"
25278   parameters:
25279   - "throughput"
25280   - "parent"
25281   - "tags"
25282   sort:
25283   - "L2XCBASE"    # l2xcbase
25284   - "L2BDBASE"    # l2bdbase
25285   - "L2XCFWD"     # dot1q-l2xcbase
25286   - "L2BDMACLRN"  # dot1q-l2bdbase
25287   layout:
25288     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25289     layout: "plot-throughput-speedup-analysis"
25290
25291 -
25292   type: "plot"
25293   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25294   algorithm: "plot_throughput_speedup_analysis"
25295   output-file-type: ".html"
25296   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25297   data: "plot-throughput-speedup-analysis-3n-hsw"
25298   filter: "'NIC_Intel-X710' and
25299            '64B' and
25300            'NDRPDR' and
25301            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25302            not 'ACL' and
25303            not 'VHOST' and
25304            not 'MEMIF'"
25305   parameters:
25306   - "throughput"
25307   - "parent"
25308   - "tags"
25309   sort:
25310   - "L2XCBASE"    # l2xcbase
25311   - "L2BDBASE"    # l2bdbase
25312   - "L2XCFWD"     # dot1q-l2xcbase
25313   - "L2BDMACLRN"  # dot1q-l2bdbase
25314   layout:
25315     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25316     layout: "plot-throughput-speedup-analysis"
25317
25318 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25319 -
25320   type: "plot"
25321   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25322   algorithm: "plot_throughput_speedup_analysis"
25323   output-file-type: ".html"
25324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25325   data: "plot-throughput-speedup-analysis-3n-hsw"
25326   filter: "'NIC_Intel-XL710' and
25327            '64B' and
25328            ('BASE' or 'SCALE') and
25329            'NDRPDR' and
25330            'ETH' and
25331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25332            not 'VHOST' and
25333            not 'MEMIF'"
25334   parameters:
25335   - "throughput"
25336   - "parent"
25337   - "tags"
25338   sort:
25339   - "L2PATCH"
25340   - "L2XCBASE"
25341   - "BASE"
25342   - "FIB_10K"
25343   - "FIB_100K"
25344   - "FIB_1M"
25345   layout:
25346     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25347     layout: "plot-throughput-speedup-analysis"
25348
25349 -
25350   type: "plot"
25351   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25352   algorithm: "plot_throughput_speedup_analysis"
25353   output-file-type: ".html"
25354   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25355   data: "plot-throughput-speedup-analysis-3n-hsw"
25356   filter: "'NIC_Intel-XL710' and
25357            '64B' and
25358            ('BASE' or 'SCALE') and
25359            'NDRPDR' and
25360            'ETH' and
25361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25362            not 'VHOST' and
25363            not 'MEMIF'"
25364   parameters:
25365   - "throughput"
25366   - "parent"
25367   - "tags"
25368   sort:
25369   - "L2PATCH"
25370   - "L2XCBASE"
25371   - "BASE"
25372   - "FIB_10K"
25373   - "FIB_100K"
25374   - "FIB_1M"
25375   layout:
25376     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25377     layout: "plot-throughput-speedup-analysis"
25378
25379 # Speedup - VPP L2 3n-skx-x710 base and scale
25380 -
25381   type: "plot"
25382   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25383   algorithm: "plot_throughput_speedup_analysis"
25384   output-file-type: ".html"
25385   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25386   data: "plot-throughput-speedup-analysis-3n-skx"
25387   filter: "'NIC_Intel-X710' and
25388            '64B' and
25389            ('BASE' or 'SCALE') and
25390            'NDRPDR' and
25391            'ETH' and
25392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25393            not 'VHOST' and
25394            not 'MEMIF'"
25395   parameters:
25396   - "throughput"
25397   - "parent"
25398   - "tags"
25399   sort:
25400   - "L2PATCH"
25401   - "L2XCBASE"
25402   - "BASE"
25403   - "FIB_10K"
25404   - "FIB_100K"
25405   - "FIB_1M"
25406   layout:
25407     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25408     layout: "plot-throughput-speedup-analysis"
25409
25410 -
25411   type: "plot"
25412   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25413   algorithm: "plot_throughput_speedup_analysis"
25414   output-file-type: ".html"
25415   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25416   data: "plot-throughput-speedup-analysis-3n-skx"
25417   filter: "'NIC_Intel-X710' and
25418            '64B' and
25419            ('BASE' or 'SCALE') and
25420            'NDRPDR' and
25421            'ETH' and
25422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25423            not 'VHOST' and
25424            not 'MEMIF'"
25425   parameters:
25426   - "throughput"
25427   - "parent"
25428   - "tags"
25429   sort:
25430   - "L2PATCH"
25431   - "L2XCBASE"
25432   - "BASE"
25433   - "FIB_10K"
25434   - "FIB_100K"
25435   - "FIB_1M"
25436   layout:
25437     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25438     layout: "plot-throughput-speedup-analysis"
25439
25440 # Speedup - VPP L2 3n-skx-x710 features
25441 -
25442   type: "plot"
25443   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25444   algorithm: "plot_throughput_speedup_analysis"
25445   output-file-type: ".html"
25446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25447   data: "plot-throughput-speedup-analysis-3n-skx"
25448   filter: "'NIC_Intel-X710' and
25449            '64B' and
25450            'NDRPDR' and
25451            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25452            not 'ACL' and
25453            not 'VHOST' and
25454            not 'MEMIF'"
25455   parameters:
25456   - "throughput"
25457   - "parent"
25458   - "tags"
25459   sort:
25460   - "L2XCBASE"    # l2xcbase
25461   - "L2BDBASE"    # l2bdbase
25462   - "L2XCFWD"     # dot1q-l2xcbase
25463   - "L2BDMACLRN"  # dot1q-l2bdbase
25464   layout:
25465     title: "l2sw-3n-skx-x710-64b-features-ndr"
25466     layout: "plot-throughput-speedup-analysis"
25467
25468 -
25469   type: "plot"
25470   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25471   algorithm: "plot_throughput_speedup_analysis"
25472   output-file-type: ".html"
25473   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25474   data: "plot-throughput-speedup-analysis-3n-skx"
25475   filter: "'NIC_Intel-X710' and
25476            '64B' and
25477            'NDRPDR' and
25478            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25479            not 'ACL' and
25480            not 'VHOST' and
25481            not 'MEMIF'"
25482   parameters:
25483   - "throughput"
25484   - "parent"
25485   - "tags"
25486   sort:
25487   - "L2XCBASE"    # l2xcbase
25488   - "L2BDBASE"    # l2bdbase
25489   - "L2XCFWD"     # dot1q-l2xcbase
25490   - "L2BDMACLRN"  # dot1q-l2bdbase
25491   layout:
25492     title: "l2sw-3n-skx-x710-64b-features-pdr"
25493     layout: "plot-throughput-speedup-analysis"
25494
25495 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25496 -
25497   type: "plot"
25498   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25499   algorithm: "plot_throughput_speedup_analysis"
25500   output-file-type: ".html"
25501   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25502   data: "plot-throughput-speedup-analysis-3n-skx"
25503   filter: "'NIC_Intel-XXV710' and
25504            '64B' and
25505            ('BASE' or 'SCALE') and
25506            'NDRPDR' and
25507            'ETH' and
25508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25509            not 'VHOST' and
25510            not 'MEMIF'"
25511   parameters:
25512   - "throughput"
25513   - "parent"
25514   - "tags"
25515   sort:
25516   - "L2PATCH"
25517   - "L2XCBASE"
25518   - "BASE"
25519   - "FIB_10K"
25520   - "FIB_100K"
25521   - "FIB_1M"
25522   layout:
25523     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25524     layout: "plot-throughput-speedup-analysis"
25525
25526 -
25527   type: "plot"
25528   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25529   algorithm: "plot_throughput_speedup_analysis"
25530   output-file-type: ".html"
25531   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25532   data: "plot-throughput-speedup-analysis-3n-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-3n-skx-xxv710-64b-base_and_scale-pdr"
25554     layout: "plot-throughput-speedup-analysis"
25555
25556 # Speedup - VPP L2 2n-skx-x710 base and scale
25557 -
25558   type: "plot"
25559   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25560   algorithm: "plot_throughput_speedup_analysis"
25561   output-file-type: ".html"
25562   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25563   data: "plot-throughput-speedup-analysis-2n-skx"
25564   filter: "'NIC_Intel-X710' and
25565            '64B' and
25566            ('BASE' or 'SCALE') and
25567            'NDRPDR' and
25568            'ETH' and
25569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25570            not 'VHOST' and
25571            not 'MEMIF'"
25572   parameters:
25573   - "throughput"
25574   - "parent"
25575   - "tags"
25576   sort:
25577   - "L2PATCH"
25578   - "L2XCBASE"
25579   - "BASE"
25580   - "FIB_10K"
25581   - "FIB_100K"
25582   - "FIB_1M"
25583   layout:
25584     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25585     layout: "plot-throughput-speedup-analysis"
25586
25587 -
25588   type: "plot"
25589   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25590   algorithm: "plot_throughput_speedup_analysis"
25591   output-file-type: ".html"
25592   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25593   data: "plot-throughput-speedup-analysis-2n-skx"
25594   filter: "'NIC_Intel-X710' and
25595            '64B' and
25596            ('BASE' or 'SCALE') and
25597            'NDRPDR' and
25598            'ETH' and
25599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25600            not 'VHOST' and
25601            not 'MEMIF'"
25602   parameters:
25603   - "throughput"
25604   - "parent"
25605   - "tags"
25606   sort:
25607   - "L2PATCH"
25608   - "L2XCBASE"
25609   - "BASE"
25610   - "FIB_10K"
25611   - "FIB_100K"
25612   - "FIB_1M"
25613   layout:
25614     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25615     layout: "plot-throughput-speedup-analysis"
25616
25617 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25618 -
25619   type: "plot"
25620   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25621   algorithm: "plot_throughput_speedup_analysis"
25622   output-file-type: ".html"
25623   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25624   data: "plot-throughput-speedup-analysis-2n-skx"
25625   filter: "'NIC_Intel-XXV710' and
25626            '64B' and
25627            ('BASE' or 'SCALE') and
25628            'NDRPDR' and
25629            'ETH' and
25630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25631            not 'VHOST' and
25632            not 'MEMIF'"
25633   parameters:
25634   - "throughput"
25635   - "parent"
25636   - "tags"
25637   sort:
25638   - "L2PATCH"
25639   - "L2XCBASE"
25640   - "BASE"
25641   - "FIB_10K"
25642   - "FIB_100K"
25643   - "FIB_1M"
25644   layout:
25645     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25646     layout: "plot-throughput-speedup-analysis"
25647
25648 -
25649   type: "plot"
25650   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25651   algorithm: "plot_throughput_speedup_analysis"
25652   output-file-type: ".html"
25653   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25654   data: "plot-throughput-speedup-analysis-2n-skx"
25655   filter: "'NIC_Intel-XXV710' and
25656            '64B' and
25657            ('BASE' or 'SCALE') and
25658            'NDRPDR' and
25659            'ETH' and
25660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25661            not 'VHOST' and
25662            not 'MEMIF'"
25663   parameters:
25664   - "throughput"
25665   - "parent"
25666   - "tags"
25667   sort:
25668   - "L2PATCH"
25669   - "L2XCBASE"
25670   - "BASE"
25671   - "FIB_10K"
25672   - "FIB_100K"
25673   - "FIB_1M"
25674   layout:
25675     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25676     layout: "plot-throughput-speedup-analysis"
25677
25678 ################################################################################
25679
25680 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25681 -
25682   type: "plot"
25683   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25684   algorithm: "plot_throughput_speedup_analysis"
25685   output-file-type: ".html"
25686   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25687   data: "plot-throughput-speedup-analysis-3n-hsw"
25688   filter: "'NIC_Intel-X520-DA2' and
25689            '64B' and
25690            'NDRPDR' and
25691            'ETH' and
25692            'IP4FWD' and
25693            'VHOST_1024' and
25694            not 'VXLAN' and
25695            not 'DOT1Q'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700   sort:
25701   - "not CFS_OPT"
25702   - "1VM"
25703   - "2VM"
25704   layout:
25705     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25706     layout: "plot-throughput-speedup-analysis"
25707
25708 -
25709   type: "plot"
25710   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25711   algorithm: "plot_throughput_speedup_analysis"
25712   output-file-type: ".html"
25713   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25714   data: "plot-throughput-speedup-analysis-3n-hsw"
25715   filter: "'NIC_Intel-X520-DA2' and
25716            '64B' and
25717            'NDRPDR' and
25718            'ETH' and
25719            'IP4FWD' and
25720            'VHOST_1024' and
25721            not 'VXLAN' and
25722            not 'DOT1Q'"
25723   parameters:
25724   - "throughput"
25725   - "parent"
25726   - "tags"
25727   sort:
25728   - "not CFS_OPT"
25729   - "1VM"
25730   - "2VM"
25731   layout:
25732     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25733     layout: "plot-throughput-speedup-analysis"
25734
25735 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
25736 -
25737   type: "plot"
25738   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25739   algorithm: "plot_throughput_speedup_analysis"
25740   output-file-type: ".html"
25741   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25742   data: "plot-throughput-speedup-analysis-3n-hsw"
25743   filter: "'NIC_Intel-X520-DA2' and
25744            '64B' and
25745            'NDRPDR' and
25746            ('ETH' or 'DOT1Q') 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 #  - "VM"  # "not CFS_OPT"
25757 #  - "CFS_OPT"
25758 #  - "FIB_10K"
25759 #  - "FIB_100K"
25760 #  - "FIB_1M"
25761   layout:
25762     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25763     layout: "plot-throughput-speedup-analysis"
25764
25765 -
25766   type: "plot"
25767   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-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_and_scale-pdr-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' and
25777            'VHOST_1024' and
25778            not 'VXLAN' and
25779            not 'IP4FWD' and
25780            not '2VM'"
25781   parameters:
25782   - "throughput"
25783   - "parent"
25784   - "tags"
25785 #  sort:
25786 #  - "VM"  # "not CFS_OPT"
25787 #  - "CFS_OPT"
25788 #  - "FIB_10K"
25789 #  - "FIB_100K"
25790 #  - "FIB_1M"
25791   layout:
25792     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25793     layout: "plot-throughput-speedup-analysis"
25794
25795 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25796 -
25797   type: "plot"
25798   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25799   algorithm: "plot_throughput_speedup_analysis"
25800   output-file-type: ".html"
25801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25802   data: "plot-throughput-speedup-analysis-3n-hsw"
25803   filter: "'NIC_Intel-X520-DA2' and
25804            '64B' and
25805            'NDRPDR' and
25806            ('ETH' or 'DOT1Q') and
25807            'BASE' and
25808            ('L2BDMACLRN' or 'L2XCFWD') and
25809            'VHOST_1024' and
25810            not 'VXLAN' and
25811            not 'IP4FWD' and
25812            not '2VM'"
25813   parameters:
25814   - "throughput"
25815   - "parent"
25816   - "tags"
25817 #  sort:
25818 #  - "not CFS_OPT"
25819 #  - "L2XCFWD"
25820 #  - "not CFS_OPT"
25821 #  - "CFS_OPT"
25822   layout:
25823     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
25824     layout: "plot-throughput-speedup-analysis"
25825
25826 -
25827   type: "plot"
25828   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25829   algorithm: "plot_throughput_speedup_analysis"
25830   output-file-type: ".html"
25831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25832   data: "plot-throughput-speedup-analysis-3n-hsw"
25833   filter: "'NIC_Intel-X520-DA2' and
25834            '64B' and
25835            'NDRPDR' and
25836            ('ETH' or 'DOT1Q') and
25837            'BASE' and
25838            ('L2BDMACLRN' or 'L2XCFWD') and
25839            'VHOST_1024' and
25840            not 'VXLAN' and
25841            not 'IP4FWD' and
25842            not '2VM'"
25843   parameters:
25844   - "throughput"
25845   - "parent"
25846   - "tags"
25847 #  sort:
25848 #  - "not CFS_OPT"
25849 #  - "L2XCFWD"
25850 #  - "not CFS_OPT"
25851 #  - "CFS_OPT"
25852   layout:
25853     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
25854     layout: "plot-throughput-speedup-analysis"
25855
25856 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25857 -
25858   type: "plot"
25859   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25860   algorithm: "plot_throughput_speedup_analysis"
25861   output-file-type: ".html"
25862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25863   data: "plot-throughput-speedup-analysis-3n-hsw"
25864   filter: "'NIC_Intel-X520-DA2' and
25865            '64B' and
25866            'NDRPDR' and
25867            ('ETH' or 'DOT1Q') and
25868            ('L2BDMACLRN' or 'L2XCFWD') and
25869            'VHOST_1024' and
25870            not 'CFS_OPT' and
25871            not 'VXLAN' and
25872            not 'IP4FWD' and
25873            not 'LBOND'"
25874   parameters:
25875   - "throughput"
25876   - "parent"
25877   - "tags"
25878 #  sort:
25879 #  - "1VM"
25880 #  - "L2XCFWD"
25881 #  - "1VM"
25882 #  - "L2BDMACLRN"
25883   layout:
25884     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25885     layout: "plot-throughput-speedup-analysis"
25886
25887 -
25888   type: "plot"
25889   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25890   algorithm: "plot_throughput_speedup_analysis"
25891   output-file-type: ".html"
25892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25893   data: "plot-throughput-speedup-analysis-3n-hsw"
25894   filter: "'NIC_Intel-X520-DA2' and
25895            '64B' and
25896            'NDRPDR' and
25897            ('ETH' or 'DOT1Q') and
25898            ('L2BDMACLRN' or 'L2XCFWD') and
25899            'VHOST_1024' and
25900            not 'CFS_OPT' and
25901            not 'VXLAN' and
25902            not 'IP4FWD' and
25903            not 'LBOND'"
25904   parameters:
25905   - "throughput"
25906   - "parent"
25907   - "tags"
25908 #  sort:
25909 #  - "1VM"
25910 #  - "L2XCFWD"
25911 #  - "1VM"
25912 #  - "L2BDMACLRN"
25913   layout:
25914     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25915     layout: "plot-throughput-speedup-analysis"
25916
25917 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25918 -
25919   type: "plot"
25920   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25921   algorithm: "plot_throughput_speedup_analysis"
25922   output-file-type: ".html"
25923   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25924   data: "plot-throughput-speedup-analysis-3n-hsw"
25925   filter: "'NIC_Intel-X710' and
25926            '64B' and
25927            'NDRPDR' and
25928            'ETH' and
25929            'IP4FWD' and
25930            'VHOST_1024' and
25931            not 'VXLAN' and
25932            not 'DOT1Q'"
25933   parameters:
25934   - "throughput"
25935   - "parent"
25936   - "tags"
25937   sort:
25938   - "not CFS_OPT"
25939   - "1VM"
25940   - "2VM"
25941   layout:
25942     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25943     layout: "plot-throughput-speedup-analysis"
25944
25945 -
25946   type: "plot"
25947   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25948   algorithm: "plot_throughput_speedup_analysis"
25949   output-file-type: ".html"
25950   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25951   data: "plot-throughput-speedup-analysis-3n-hsw"
25952   filter: "'NIC_Intel-X710' and
25953            '64B' and
25954            'NDRPDR' and
25955            'ETH' and
25956            'IP4FWD' and
25957            'VHOST_1024' and
25958            not 'VXLAN' and
25959            not 'DOT1Q'"
25960   parameters:
25961   - "throughput"
25962   - "parent"
25963   - "tags"
25964   sort:
25965   - "not CFS_OPT"
25966   - "1VM"
25967   - "2VM"
25968   layout:
25969     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25970     layout: "plot-throughput-speedup-analysis"
25971
25972 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
25973 -
25974   type: "plot"
25975   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25976   algorithm: "plot_throughput_speedup_analysis"
25977   output-file-type: ".html"
25978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25979   data: "plot-throughput-speedup-analysis-3n-hsw"
25980   filter: "'NIC_Intel-X710' and
25981            '64B' and
25982            'NDRPDR' and
25983            ('ETH' or 'DOT1Q') and
25984            'L2BDMACLRN' 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 #  - "VM"  # "not CFS_OPT"
25995 #  - "CFS_OPT"
25996 #  - "FIB_10K"
25997 #  - "FIB_100K"
25998 #  - "FIB_1M"
25999   layout:
26000     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26001     layout: "plot-throughput-speedup-analysis"
26002
26003 -
26004   type: "plot"
26005   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-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_and_scale-pdr-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' and
26015            'VHOST_1024' and
26016            not 'VXLAN' and
26017            not 'IP4FWD' and
26018            not '2VM'"
26019   parameters:
26020   - "throughput"
26021   - "parent"
26022   - "tags"
26023 #  sort:
26024 #  - "VM"  # "not CFS_OPT"
26025 #  - "CFS_OPT"
26026 #  - "FIB_10K"
26027 #  - "FIB_100K"
26028 #  - "FIB_1M"
26029   layout:
26030     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26031     layout: "plot-throughput-speedup-analysis"
26032
26033 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26034 -
26035   type: "plot"
26036   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26037   algorithm: "plot_throughput_speedup_analysis"
26038   output-file-type: ".html"
26039   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26040   data: "plot-throughput-speedup-analysis-3n-hsw"
26041   filter: "'NIC_Intel-X710' and
26042            '64B' and
26043            'NDRPDR' and
26044            ('ETH' or 'DOT1Q') and
26045            'BASE' and
26046            ('L2BDMACLRN' or 'L2XCFWD') and
26047            'VHOST_1024' and
26048            not 'VXLAN' and
26049            not 'IP4FWD' and
26050            not '2VM'"
26051   parameters:
26052   - "throughput"
26053   - "parent"
26054   - "tags"
26055 #  sort:
26056 #  - "not CFS_OPT"
26057 #  - "L2XCFWD"
26058 #  - "not CFS_OPT"
26059 #  - "CFS_OPT"
26060   layout:
26061     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
26062     layout: "plot-throughput-speedup-analysis"
26063
26064 -
26065   type: "plot"
26066   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26067   algorithm: "plot_throughput_speedup_analysis"
26068   output-file-type: ".html"
26069   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26070   data: "plot-throughput-speedup-analysis-3n-hsw"
26071   filter: "'NIC_Intel-X710' and
26072            '64B' and
26073            'NDRPDR' and
26074            ('ETH' or 'DOT1Q') and
26075            'BASE' and
26076            ('L2BDMACLRN' or 'L2XCFWD') and
26077            'VHOST_1024' and
26078            not 'VXLAN' and
26079            not 'IP4FWD' and
26080            not '2VM'"
26081   parameters:
26082   - "throughput"
26083   - "parent"
26084   - "tags"
26085 #  sort:
26086 #  - "not CFS_OPT"
26087 #  - "L2XCFWD"
26088 #  - "not CFS_OPT"
26089 #  - "CFS_OPT"
26090   layout:
26091     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
26092     layout: "plot-throughput-speedup-analysis"
26093
26094 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26095 -
26096   type: "plot"
26097   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26098   algorithm: "plot_throughput_speedup_analysis"
26099   output-file-type: ".html"
26100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26101   data: "plot-throughput-speedup-analysis-3n-hsw"
26102   filter: "'NIC_Intel-X710' and
26103            '64B' and
26104            'NDRPDR' and
26105            ('ETH' or 'DOT1Q') and
26106            ('L2BDMACLRN' or 'L2XCFWD') and
26107            'VHOST_1024' and
26108            not 'CFS_OPT' and
26109            not 'VXLAN' and
26110            not 'IP4FWD' and
26111            not 'LBOND'"
26112   parameters:
26113   - "throughput"
26114   - "parent"
26115   - "tags"
26116 #  sort:
26117 #  - "1VM"
26118 #  - "L2XCFWD"
26119 #  - "1VM"
26120 #  - "L2BDMACLRN"
26121   layout:
26122     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
26123     layout: "plot-throughput-speedup-analysis"
26124
26125 -
26126   type: "plot"
26127   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26128   algorithm: "plot_throughput_speedup_analysis"
26129   output-file-type: ".html"
26130   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26131   data: "plot-throughput-speedup-analysis-3n-hsw"
26132   filter: "'NIC_Intel-X710' and
26133            '64B' and
26134            'NDRPDR' and
26135            ('ETH' or 'DOT1Q') and
26136            ('L2BDMACLRN' or 'L2XCFWD') and
26137            'VHOST_1024' and
26138            not 'CFS_OPT' and
26139            not 'VXLAN' and
26140            not 'IP4FWD' and
26141            not 'LBOND'"
26142   parameters:
26143   - "throughput"
26144   - "parent"
26145   - "tags"
26146 #  sort:
26147 #  - "1VM"
26148 #  - "L2XCFWD"
26149 #  - "1VM"
26150 #  - "L2BDMACLRN"
26151   layout:
26152     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
26153     layout: "plot-throughput-speedup-analysis"
26154
26155 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
26156 -
26157   type: "plot"
26158   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26159   algorithm: "plot_throughput_speedup_analysis"
26160   output-file-type: ".html"
26161   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26162   data: "plot-throughput-speedup-analysis-3n-hsw"
26163   filter: "'NIC_Intel-XL710' and
26164            '64B' and
26165            'NDRPDR' and
26166            'ETH' and
26167            'IP4FWD' and
26168            'VHOST_1024' and
26169            not 'VXLAN' and
26170            not 'DOT1Q'"
26171   parameters:
26172   - "throughput"
26173   - "parent"
26174   - "tags"
26175   sort:
26176   - "not CFS_OPT"
26177   - "1VM"
26178   - "2VM"
26179   layout:
26180     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26181     layout: "plot-throughput-speedup-analysis"
26182
26183 -
26184   type: "plot"
26185   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26186   algorithm: "plot_throughput_speedup_analysis"
26187   output-file-type: ".html"
26188   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26189   data: "plot-throughput-speedup-analysis-3n-hsw"
26190   filter: "'NIC_Intel-XL710' and
26191            '64B' and
26192            'NDRPDR' and
26193            'ETH' and
26194            'IP4FWD' and
26195            'VHOST_1024' and
26196            not 'VXLAN' and
26197            not 'DOT1Q'"
26198   parameters:
26199   - "throughput"
26200   - "parent"
26201   - "tags"
26202   sort:
26203   - "not CFS_OPT"
26204   - "1VM"
26205   - "2VM"
26206   layout:
26207     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26208     layout: "plot-throughput-speedup-analysis"
26209
26210 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
26211 -
26212   type: "plot"
26213   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26214   algorithm: "plot_throughput_speedup_analysis"
26215   output-file-type: ".html"
26216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26217   data: "plot-throughput-speedup-analysis-3n-hsw"
26218   filter: "'NIC_Intel-XL710' and
26219            '64B' and
26220            'NDRPDR' and
26221            ('ETH' or 'DOT1Q') and
26222            'L2BDMACLRN' 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 #  - "VM"  # "not CFS_OPT"
26233 #  - "CFS_OPT"
26234 #  - "FIB_10K"
26235 #  - "FIB_100K"
26236 #  - "FIB_1M"
26237   layout:
26238     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26239     layout: "plot-throughput-speedup-analysis"
26240
26241 -
26242   type: "plot"
26243   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-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_and_scale-pdr-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' and
26253            'VHOST_1024' and
26254            not 'VXLAN' and
26255            not 'IP4FWD' and
26256            not '2VM'"
26257   parameters:
26258   - "throughput"
26259   - "parent"
26260   - "tags"
26261 #  sort:
26262 #  - "VM"  # "not CFS_OPT"
26263 #  - "CFS_OPT"
26264 #  - "FIB_10K"
26265 #  - "FIB_100K"
26266 #  - "FIB_1M"
26267   layout:
26268     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26269     layout: "plot-throughput-speedup-analysis"
26270
26271 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
26272 -
26273   type: "plot"
26274   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26275   algorithm: "plot_throughput_speedup_analysis"
26276   output-file-type: ".html"
26277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26278   data: "plot-throughput-speedup-analysis-3n-hsw"
26279   filter: "'NIC_Intel-XL710' and
26280            '64B' and
26281            'NDRPDR' and
26282            ('ETH' or 'DOT1Q') and
26283            'BASE' and
26284            ('L2BDMACLRN' or 'L2XCFWD') and
26285            'VHOST_1024' and
26286            not 'VXLAN' and
26287            not 'IP4FWD' and
26288            not '2VM'"
26289   parameters:
26290   - "throughput"
26291   - "parent"
26292   - "tags"
26293 #  sort:
26294 #  - "not CFS_OPT"
26295 #  - "L2XCFWD"
26296 #  - "not CFS_OPT"
26297 #  - "CFS_OPT"
26298   layout:
26299     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
26300     layout: "plot-throughput-speedup-analysis"
26301
26302 -
26303   type: "plot"
26304   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26305   algorithm: "plot_throughput_speedup_analysis"
26306   output-file-type: ".html"
26307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26308   data: "plot-throughput-speedup-analysis-3n-hsw"
26309   filter: "'NIC_Intel-XL710' and
26310            '64B' and
26311            'NDRPDR' and
26312            ('ETH' or 'DOT1Q') and
26313            'BASE' and
26314            ('L2BDMACLRN' or 'L2XCFWD') and
26315            'VHOST_1024' and
26316            not 'VXLAN' and
26317            not 'IP4FWD' and
26318            not '2VM'"
26319   parameters:
26320   - "throughput"
26321   - "parent"
26322   - "tags"
26323 #  sort:
26324 #  - "not CFS_OPT"
26325 #  - "L2XCFWD"
26326 #  - "not CFS_OPT"
26327 #  - "CFS_OPT"
26328   layout:
26329     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
26330     layout: "plot-throughput-speedup-analysis"
26331
26332 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
26333 -
26334   type: "plot"
26335   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26336   algorithm: "plot_throughput_speedup_analysis"
26337   output-file-type: ".html"
26338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26339   data: "plot-throughput-speedup-analysis-3n-hsw"
26340   filter: "'NIC_Intel-XL710' and
26341            '64B' and
26342            'NDRPDR' and
26343            ('ETH' or 'DOT1Q') and
26344            ('L2BDMACLRN' or 'L2XCFWD') and
26345            'VHOST_1024' and
26346            not 'CFS_OPT' and
26347            not 'VXLAN' and
26348            not 'IP4FWD'"
26349   parameters:
26350   - "throughput"
26351   - "parent"
26352   - "tags"
26353 #  sort:
26354 #  - "1VM"
26355 #  - "L2XCFWD"
26356 #  - "1VM"
26357 #  - "L2BDMACLRN"
26358   layout:
26359     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
26360     layout: "plot-throughput-speedup-analysis"
26361
26362 -
26363   type: "plot"
26364   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26365   algorithm: "plot_throughput_speedup_analysis"
26366   output-file-type: ".html"
26367   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26368   data: "plot-throughput-speedup-analysis-3n-hsw"
26369   filter: "'NIC_Intel-XL710' and
26370            '64B' and
26371            'NDRPDR' and
26372            ('ETH' or 'DOT1Q') and
26373            ('L2BDMACLRN' or 'L2XCFWD') and
26374            'VHOST_1024' and
26375            not 'CFS_OPT' and
26376            not 'VXLAN' and
26377            not 'IP4FWD'"
26378   parameters:
26379   - "throughput"
26380   - "parent"
26381   - "tags"
26382 #  sort:
26383 #  - "1VM"
26384 #  - "L2XCFWD"
26385 #  - "1VM"
26386 #  - "L2BDMACLRN"
26387   layout:
26388     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
26389     layout: "plot-throughput-speedup-analysis"
26390
26391 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26392 -
26393   type: "plot"
26394   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26395   algorithm: "plot_throughput_speedup_analysis"
26396   output-file-type: ".html"
26397   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26398   data: "plot-throughput-speedup-analysis-3n-skx"
26399   filter: "'NIC_Intel-X710' and
26400            '64B' and
26401            'NDRPDR' and
26402            'ETH' and
26403            'IP4FWD' and
26404            'VHOST_1024' and
26405            not 'VXLAN' and
26406            not 'DOT1Q'"
26407   parameters:
26408   - "throughput"
26409   - "parent"
26410   - "tags"
26411   sort:
26412   - "not CFS_OPT"
26413   - "1VM"
26414   - "2VM"
26415   layout:
26416     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26417     layout: "plot-throughput-speedup-analysis"
26418
26419 -
26420   type: "plot"
26421   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26422   algorithm: "plot_throughput_speedup_analysis"
26423   output-file-type: ".html"
26424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26425   data: "plot-throughput-speedup-analysis-3n-skx"
26426   filter: "'NIC_Intel-X710' and
26427            '64B' and
26428            'NDRPDR' and
26429            'ETH' and
26430            'IP4FWD' and
26431            'VHOST_1024' and
26432            not 'VXLAN' and
26433            not 'DOT1Q'"
26434   parameters:
26435   - "throughput"
26436   - "parent"
26437   - "tags"
26438   sort:
26439   - "not CFS_OPT"
26440   - "1VM"
26441   - "2VM"
26442   layout:
26443     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26444     layout: "plot-throughput-speedup-analysis"
26445
26446 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
26447 -
26448   type: "plot"
26449   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-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_and_scale-ndr-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            'L2BDMACLRN' and
26459            'VHOST_1024' and
26460            not 'VXLAN' and
26461            not 'IP4FWD' and
26462            not '2VM'"
26463   parameters:
26464   - "throughput"
26465   - "parent"
26466   - "tags"
26467 #  sort:
26468 #  - "VM"  # "not CFS_OPT"
26469 #  - "CFS_OPT"
26470 #  - "FIB_10K"
26471 #  - "FIB_100K"
26472 #  - "FIB_1M"
26473   layout:
26474     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26475     layout: "plot-throughput-speedup-analysis"
26476
26477 -
26478   type: "plot"
26479   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26480   algorithm: "plot_throughput_speedup_analysis"
26481   output-file-type: ".html"
26482   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26483   data: "plot-throughput-speedup-analysis-3n-skx"
26484   filter: "'NIC_Intel-X710' and
26485            '64B' and
26486            'NDRPDR' and
26487            ('ETH' or 'DOT1Q') and
26488            'L2BDMACLRN' and
26489            'VHOST_1024' and
26490            not 'VXLAN' and
26491            not 'IP4FWD' and
26492            not '2VM'"
26493   parameters:
26494   - "throughput"
26495   - "parent"
26496   - "tags"
26497 #  sort:
26498 #  - "VM"  # "not CFS_OPT"
26499 #  - "CFS_OPT"
26500 #  - "FIB_10K"
26501 #  - "FIB_100K"
26502 #  - "FIB_1M"
26503   layout:
26504     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26505     layout: "plot-throughput-speedup-analysis"
26506
26507 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
26508 -
26509   type: "plot"
26510   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26511   algorithm: "plot_throughput_speedup_analysis"
26512   output-file-type: ".html"
26513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26514   data: "plot-throughput-speedup-analysis-3n-skx"
26515   filter: "'NIC_Intel-X710' and
26516            '64B' and
26517            'NDRPDR' and
26518            ('ETH' or 'DOT1Q') and
26519            'BASE' and
26520            ('L2BDMACLRN' or 'L2XCFWD') and
26521            'VHOST_1024' and
26522            not 'VXLAN' and
26523            not 'IP4FWD' and
26524            not '2VM' and
26525            not 'LBOND'"
26526   parameters:
26527   - "throughput"
26528   - "parent"
26529   - "tags"
26530 #  sort:
26531 #  - "not CFS_OPT"
26532 #  - "L2XCFWD"
26533 #  - "not CFS_OPT"
26534 #  - "CFS_OPT"
26535   layout:
26536     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
26537     layout: "plot-throughput-speedup-analysis"
26538
26539 -
26540   type: "plot"
26541   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26542   algorithm: "plot_throughput_speedup_analysis"
26543   output-file-type: ".html"
26544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26545   data: "plot-throughput-speedup-analysis-3n-skx"
26546   filter: "'NIC_Intel-X710' and
26547            '64B' and
26548            'NDRPDR' and
26549            ('ETH' or 'DOT1Q') and
26550            'BASE' and
26551            ('L2BDMACLRN' or 'L2XCFWD') and
26552            'VHOST_1024' and
26553            not 'VXLAN' and
26554            not 'IP4FWD' and
26555            not '2VM' and
26556            not 'LBOND'"
26557   parameters:
26558   - "throughput"
26559   - "parent"
26560   - "tags"
26561 #  sort:
26562 #  - "not CFS_OPT"
26563 #  - "L2XCFWD"
26564 #  - "not CFS_OPT"
26565 #  - "CFS_OPT"
26566   layout:
26567     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
26568     layout: "plot-throughput-speedup-analysis"
26569
26570 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
26571 -
26572   type: "plot"
26573   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26574   algorithm: "plot_throughput_speedup_analysis"
26575   output-file-type: ".html"
26576   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26577   data: "plot-throughput-speedup-analysis-3n-skx"
26578   filter: "'NIC_Intel-X710' and
26579            '64B' and
26580            'NDRPDR' and
26581            ('ETH' or 'DOT1Q') and
26582            ('L2BDMACLRN' or 'L2XCFWD') and
26583            'VHOST_1024' and
26584            not 'CFS_OPT' and
26585            not 'VXLAN' and
26586            not 'IP4FWD' and
26587            not 'LBOND'"
26588   parameters:
26589   - "throughput"
26590   - "parent"
26591   - "tags"
26592 #  sort:
26593 #  - "1VM"
26594 #  - "L2XCFWD"
26595 #  - "1VM"
26596 #  - "L2BDMACLRN"
26597   layout:
26598     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
26599     layout: "plot-throughput-speedup-analysis"
26600
26601 -
26602   type: "plot"
26603   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26604   algorithm: "plot_throughput_speedup_analysis"
26605   output-file-type: ".html"
26606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26607   data: "plot-throughput-speedup-analysis-3n-skx"
26608   filter: "'NIC_Intel-X710' and
26609            '64B' and
26610            'NDRPDR' and
26611            ('ETH' or 'DOT1Q') and
26612            ('L2BDMACLRN' or 'L2XCFWD') and
26613            'VHOST_1024' and
26614            not 'CFS_OPT' and
26615            not 'VXLAN' and
26616            not 'IP4FWD' and
26617            not 'LBOND'"
26618   parameters:
26619   - "throughput"
26620   - "parent"
26621   - "tags"
26622 #  sort:
26623 #  - "1VM"
26624 #  - "L2XCFWD"
26625 #  - "1VM"
26626 #  - "L2BDMACLRN"
26627   layout:
26628     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
26629     layout: "plot-throughput-speedup-analysis"
26630
26631 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26632 -
26633   type: "plot"
26634   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26635   algorithm: "plot_throughput_speedup_analysis"
26636   output-file-type: ".html"
26637   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26638   data: "plot-throughput-speedup-analysis-2n-skx"
26639   filter: "'NIC_Intel-X710' and
26640            '64B' and
26641            'NDRPDR' and
26642            'ETH' and
26643            'IP4FWD' and
26644            'VHOST_1024' and
26645            not 'VXLAN' and
26646            not 'DOT1Q'"
26647   parameters:
26648   - "throughput"
26649   - "parent"
26650   - "tags"
26651   sort:
26652   - "not CFS_OPT"
26653   - "1VM"
26654   - "2VM"
26655   layout:
26656     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26657     layout: "plot-throughput-speedup-analysis"
26658
26659 -
26660   type: "plot"
26661   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26662   algorithm: "plot_throughput_speedup_analysis"
26663   output-file-type: ".html"
26664   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26665   data: "plot-throughput-speedup-analysis-2n-skx"
26666   filter: "'NIC_Intel-X710' and
26667            '64B' and
26668            'NDRPDR' and
26669            'ETH' and
26670            'IP4FWD' and
26671            'VHOST_1024' and
26672            not 'VXLAN' and
26673            not 'DOT1Q'"
26674   parameters:
26675   - "throughput"
26676   - "parent"
26677   - "tags"
26678   sort:
26679   - "not CFS_OPT"
26680   - "1VM"
26681   - "2VM"
26682   layout:
26683     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26684     layout: "plot-throughput-speedup-analysis"
26685
26686 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
26687 -
26688   type: "plot"
26689   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26690   algorithm: "plot_throughput_speedup_analysis"
26691   output-file-type: ".html"
26692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26693   data: "plot-throughput-speedup-analysis-2n-skx"
26694   filter: "'NIC_Intel-X710' and
26695            '64B' and
26696            'NDRPDR' and
26697            ('ETH' or 'DOT1Q') and
26698            'L2BDMACLRN' 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 #  - "VM"  # "not CFS_OPT"
26709 #  - "CFS_OPT"
26710 #  - "FIB_10K"
26711 #  - "FIB_100K"
26712 #  - "FIB_1M"
26713   layout:
26714     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26715     layout: "plot-throughput-speedup-analysis"
26716
26717 -
26718   type: "plot"
26719   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-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_and_scale-pdr-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' and
26729            'VHOST_1024' and
26730            not 'VXLAN' and
26731            not 'IP4FWD' and
26732            not '2VM'"
26733   parameters:
26734   - "throughput"
26735   - "parent"
26736   - "tags"
26737 #  sort:
26738 #  - "VM"  # "not CFS_OPT"
26739 #  - "CFS_OPT"
26740 #  - "FIB_10K"
26741 #  - "FIB_100K"
26742 #  - "FIB_1M"
26743   layout:
26744     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26745     layout: "plot-throughput-speedup-analysis"
26746
26747 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26748 -
26749   type: "plot"
26750   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26751   algorithm: "plot_throughput_speedup_analysis"
26752   output-file-type: ".html"
26753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26754   data: "plot-throughput-speedup-analysis-2n-skx"
26755   filter: "'NIC_Intel-X710' and
26756            '64B' and
26757            'NDRPDR' and
26758            ('ETH' or 'DOT1Q') and
26759            'BASE' and
26760            ('L2BDMACLRN' or 'L2XCFWD') and
26761            'VHOST_1024' and
26762            not 'VXLAN' and
26763            not 'IP4FWD' and
26764            not '2VM'"
26765   parameters:
26766   - "throughput"
26767   - "parent"
26768   - "tags"
26769 #  sort:
26770 #  - "not CFS_OPT"
26771 #  - "L2XCFWD"
26772 #  - "not CFS_OPT"
26773 #  - "CFS_OPT"
26774   layout:
26775     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
26776     layout: "plot-throughput-speedup-analysis"
26777
26778 -
26779   type: "plot"
26780   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26781   algorithm: "plot_throughput_speedup_analysis"
26782   output-file-type: ".html"
26783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26784   data: "plot-throughput-speedup-analysis-2n-skx"
26785   filter: "'NIC_Intel-X710' and
26786            '64B' and
26787            'NDRPDR' and
26788            ('ETH' or 'DOT1Q') and
26789            'BASE' and
26790            ('L2BDMACLRN' or 'L2XCFWD') and
26791            'VHOST_1024' and
26792            not 'VXLAN' and
26793            not 'IP4FWD' and
26794            not '2VM'"
26795   parameters:
26796   - "throughput"
26797   - "parent"
26798   - "tags"
26799 #  sort:
26800 #  - "not CFS_OPT"
26801 #  - "L2XCFWD"
26802 #  - "not CFS_OPT"
26803 #  - "CFS_OPT"
26804   layout:
26805     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
26806     layout: "plot-throughput-speedup-analysis"
26807
26808 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26809 -
26810   type: "plot"
26811   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26812   algorithm: "plot_throughput_speedup_analysis"
26813   output-file-type: ".html"
26814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26815   data: "plot-throughput-speedup-analysis-2n-skx"
26816   filter: "'NIC_Intel-X710' and
26817            '64B' and
26818            'NDRPDR' and
26819            ('ETH' or 'DOT1Q') and
26820            ('L2BDMACLRN' or 'L2XCFWD') and
26821            'VHOST_1024' and
26822            not 'CFS_OPT' and
26823            not 'VXLAN' and
26824            not 'IP4FWD'"
26825   parameters:
26826   - "throughput"
26827   - "parent"
26828   - "tags"
26829 #  sort:
26830 #  - "1VM"
26831 #  - "L2XCFWD"
26832 #  - "1VM"
26833 #  - "L2BDMACLRN"
26834   layout:
26835     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26836     layout: "plot-throughput-speedup-analysis"
26837
26838 -
26839   type: "plot"
26840   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26841   algorithm: "plot_throughput_speedup_analysis"
26842   output-file-type: ".html"
26843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26844   data: "plot-throughput-speedup-analysis-2n-skx"
26845   filter: "'NIC_Intel-X710' and
26846            '64B' and
26847            'NDRPDR' and
26848            ('ETH' or 'DOT1Q') and
26849            ('L2BDMACLRN' or 'L2XCFWD') and
26850            'VHOST_1024' and
26851            not 'CFS_OPT' and
26852            not 'VXLAN' and
26853            not 'IP4FWD'"
26854   parameters:
26855   - "throughput"
26856   - "parent"
26857   - "tags"
26858 #  sort:
26859 #  - "1VM"
26860 #  - "L2XCFWD"
26861 #  - "1VM"
26862 #  - "L2BDMACLRN"
26863   layout:
26864     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26865     layout: "plot-throughput-speedup-analysis"
26866
26867 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26868 -
26869   type: "plot"
26870   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26871   algorithm: "plot_throughput_speedup_analysis"
26872   output-file-type: ".html"
26873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26874   data: "plot-throughput-speedup-analysis-2n-skx"
26875   filter: "'NIC_Intel-XXV710' and
26876            '64B' and
26877            'NDRPDR' and
26878            'ETH' and
26879            'IP4FWD' and
26880            'VHOST_1024' and
26881            not 'VXLAN' and
26882            not 'DOT1Q'"
26883   parameters:
26884   - "throughput"
26885   - "parent"
26886   - "tags"
26887   sort:
26888   - "not CFS_OPT"
26889   - "1VM"
26890   - "2VM"
26891   layout:
26892     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26893     layout: "plot-throughput-speedup-analysis"
26894
26895 -
26896   type: "plot"
26897   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26898   algorithm: "plot_throughput_speedup_analysis"
26899   output-file-type: ".html"
26900   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26901   data: "plot-throughput-speedup-analysis-2n-skx"
26902   filter: "'NIC_Intel-XXV710' and
26903            '64B' and
26904            'NDRPDR' and
26905            'ETH' and
26906            'IP4FWD' and
26907            'VHOST_1024' and
26908            not 'VXLAN' and
26909            not 'DOT1Q'"
26910   parameters:
26911   - "throughput"
26912   - "parent"
26913   - "tags"
26914   sort:
26915   - "not CFS_OPT"
26916   - "1VM"
26917   - "2VM"
26918   layout:
26919     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26920     layout: "plot-throughput-speedup-analysis"
26921
26922 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
26923 -
26924   type: "plot"
26925   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26926   algorithm: "plot_throughput_speedup_analysis"
26927   output-file-type: ".html"
26928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26929   data: "plot-throughput-speedup-analysis-2n-skx"
26930   filter: "'NIC_Intel-XXV710' and
26931            '64B' and
26932            'NDRPDR' and
26933            ('ETH' or 'DOT1Q') and
26934            'L2BDMACLRN' 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 #  - "VM"  # "not CFS_OPT"
26945 #  - "CFS_OPT"
26946 #  - "FIB_10K"
26947 #  - "FIB_100K"
26948 #  - "FIB_1M"
26949   layout:
26950     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26951     layout: "plot-throughput-speedup-analysis"
26952
26953 -
26954   type: "plot"
26955   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-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_and_scale-pdr-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' and
26965            'VHOST_1024' and
26966            not 'VXLAN' and
26967            not 'IP4FWD' and
26968            not '2VM'"
26969   parameters:
26970   - "throughput"
26971   - "parent"
26972   - "tags"
26973 #  sort:
26974 #  - "VM"  # "not CFS_OPT"
26975 #  - "CFS_OPT"
26976 #  - "FIB_10K"
26977 #  - "FIB_100K"
26978 #  - "FIB_1M"
26979   layout:
26980     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26981     layout: "plot-throughput-speedup-analysis"
26982
26983 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26984 -
26985   type: "plot"
26986   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26987   algorithm: "plot_throughput_speedup_analysis"
26988   output-file-type: ".html"
26989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26990   data: "plot-throughput-speedup-analysis-2n-skx"
26991   filter: "'NIC_Intel-XXV710' and
26992            '64B' and
26993            'NDRPDR' and
26994            ('ETH' or 'DOT1Q') and
26995            'BASE' and
26996            ('L2BDMACLRN' or 'L2XCFWD') and
26997            'VHOST_1024' and
26998            not 'VXLAN' and
26999            not 'IP4FWD' and
27000            not '2VM'"
27001   parameters:
27002   - "throughput"
27003   - "parent"
27004   - "tags"
27005 #  sort:
27006 #  - "not CFS_OPT"
27007 #  - "L2XCFWD"
27008 #  - "not CFS_OPT"
27009 #  - "CFS_OPT"
27010   layout:
27011     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
27012     layout: "plot-throughput-speedup-analysis"
27013
27014 -
27015   type: "plot"
27016   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27017   algorithm: "plot_throughput_speedup_analysis"
27018   output-file-type: ".html"
27019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27020   data: "plot-throughput-speedup-analysis-2n-skx"
27021   filter: "'NIC_Intel-XXV710' and
27022            '64B' and
27023            'NDRPDR' and
27024            ('ETH' or 'DOT1Q') and
27025            'BASE' and
27026            ('L2BDMACLRN' or 'L2XCFWD') and
27027            'VHOST_1024' and
27028            not 'VXLAN' and
27029            not 'IP4FWD' and
27030            not '2VM'"
27031   parameters:
27032   - "throughput"
27033   - "parent"
27034   - "tags"
27035 #  sort:
27036 #  - "not CFS_OPT"
27037 #  - "L2XCFWD"
27038 #  - "not CFS_OPT"
27039 #  - "CFS_OPT"
27040   layout:
27041     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
27042     layout: "plot-throughput-speedup-analysis"
27043
27044 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27045 -
27046   type: "plot"
27047   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27048   algorithm: "plot_throughput_speedup_analysis"
27049   output-file-type: ".html"
27050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27051   data: "plot-throughput-speedup-analysis-2n-skx"
27052   filter: "'NIC_Intel-XXV710' and
27053            '64B' and
27054            'NDRPDR' and
27055            ('ETH' or 'DOT1Q') and
27056            ('L2BDMACLRN' or 'L2XCFWD') and
27057            'VHOST_1024' and
27058            not 'CFS_OPT' and
27059            not 'VXLAN' and
27060            not 'IP4FWD'"
27061   parameters:
27062   - "throughput"
27063   - "parent"
27064   - "tags"
27065 #  sort:
27066 #  - "1VM"
27067 #  - "L2XCFWD"
27068 #  - "1VM"
27069 #  - "L2BDMACLRN"
27070   layout:
27071     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27072     layout: "plot-throughput-speedup-analysis"
27073
27074 -
27075   type: "plot"
27076   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27077   algorithm: "plot_throughput_speedup_analysis"
27078   output-file-type: ".html"
27079   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27080   data: "plot-throughput-speedup-analysis-2n-skx"
27081   filter: "'NIC_Intel-XXV710' and
27082            '64B' and
27083            'NDRPDR' and
27084            ('ETH' or 'DOT1Q') and
27085            ('L2BDMACLRN' or 'L2XCFWD') and
27086            'VHOST_1024' and
27087            not 'CFS_OPT' and
27088            not 'VXLAN' and
27089            not 'IP4FWD'"
27090   parameters:
27091   - "throughput"
27092   - "parent"
27093   - "tags"
27094 #  sort:
27095 #  - "1VM"
27096 #  - "L2XCFWD"
27097 #  - "1VM"
27098 #  - "L2BDMACLRN"
27099   layout:
27100     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27101     layout: "plot-throughput-speedup-analysis"
27102
27103 ################################################################################
27104
27105 # Speedup - VPP vts 3n-hsw-x520
27106 -
27107   type: "plot"
27108   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27109   algorithm: "plot_throughput_speedup_analysis"
27110   output-file-type: ".html"
27111   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27112   data: "plot-throughput-speedup-analysis-3n-hsw"
27113   filter: "'NIC_Intel-X520-DA2' and
27114            '114B' and
27115            'NDRPDR' and
27116            'VTS'"
27117   parameters:
27118   - "throughput"
27119   - "parent"
27120   - "tags"
27121   layout:
27122     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27123     layout: "plot-throughput-speedup-analysis"
27124
27125 -
27126   type: "plot"
27127   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27128   algorithm: "plot_throughput_speedup_analysis"
27129   output-file-type: ".html"
27130   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27131   data: "plot-throughput-speedup-analysis-3n-hsw"
27132   filter: "'NIC_Intel-X520-DA2' and
27133            '114B' and
27134            'NDRPDR' and
27135            'VTS'"
27136   parameters:
27137   - "throughput"
27138   - "parent"
27139   - "tags"
27140   layout:
27141     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27142     layout: "plot-throughput-speedup-analysis"