CSIT-1433: Add data sets to all tables
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     ###########################################################################
130     # Plots:
131
132     # 3n-hsw
133
134     plot-vpp-throughput-latency-3n-hsw:
135       # TODO: Add new data
136       csit-vpp-perf-verify-1901-3n-hsw:
137       - 10  # NDRPDR sel
138       - 18  # NDRPDR sel F
139       - 19  # NDRPDR sel
140       - 31  # NDRPDR sel
141       - 36  # NDRPDR sel
142       - 40  # NDRPDR sel
143       - 42  # NDRPDR sel
144
145     plot-throughput-speedup-analysis-3n-hsw:
146       # TODO: Add new data
147       csit-vpp-perf-verify-1901-3n-hsw:
148       - 10  # NDRPDR sel
149       - 18  # NDRPDR sel F
150       - 19  # NDRPDR sel
151       - 31  # NDRPDR sel
152       - 36  # NDRPDR sel
153       - 40  # NDRPDR sel
154       - 42  # NDRPDR sel
155
156     plot-vpp-http-server-performance:
157       # TODO: Replace with new data
158       # csit-vpp-perf-verify-1901-3n-hsw:
159       csit-vpp-perf-verify-1810-3n-hsw:
160       - 28  # WRK
161       - 29  # WRK
162       - 30  # WRK
163       - 31  # WRK
164       - 32  # WRK
165       - 33  # WRK
166       - 34  # WRK
167       - 35  # WRK
168       - 36  # WRK
169       - 37  # WRK
170
171     plot-ligato-throughput-latency-3n-hsw:
172       # TODO: Replace with new data
173       # csit-ligato-perf-verify-1901-3n-hsw:
174       csit-ligato-perf-verify-1810-3n-hsw:
175       - 5   # full
176       - 6   # sel
177       - 8   # sel
178       - 9   # sel
179       - 11  # sel
180       - 12  # sel
181       - 13  # sel
182       - 14  # sel
183       - 16  # sel
184       - 17  # sel
185       - 18  # sel
186
187     plot-ligato-throughput-speedup-analysis-3n-hsw:
188       # TODO: Replace with new data
189       # csit-ligato-perf-verify-1901-3n-hsw:
190       csit-ligato-perf-verify-1810-3n-hsw:
191       - 5   # full
192       - 6   # sel
193       - 8   # sel
194       - 9   # sel
195       - 11  # sel
196       - 12  # sel
197       - 13  # sel
198       - 14  # sel
199       - 16  # sel
200       - 17  # sel
201       - 18  # sel
202
203     plot-dpdk-throughput-latency-3n-hsw:
204       csit-dpdk-perf-verify-1901-3n-hsw:
205       - 13  # NDRPDR sel
206       - 14  # NDRPDR sel
207       - 16  # NDRPDR sel
208       - 17  # NDRPDR sel
209       - 18  # NDRPDR sel
210       - 19  # NDRPDR sel
211       - 20  # NDRPDR sel
212       - 21  # NDRPDR sel
213       - 22  # NDRPDR sel
214
215     # 3n-skx
216
217     plot-vpp-throughput-latency-3n-skx:
218       csit-vpp-perf-verify-1901-3n-skx:
219       - 18  # NDRPDR sel
220       - 19  # NDRPDR sel
221       - 20  # NDRPDR sel
222       - 28  # NDRPDR sel
223       - 31  # NDRPDR sel
224       - 33  # NDRPDR sel
225       - 36  # NDRPDR sel
226       - 38  # NDRPDR sel
227       - 47  # NDRPDR sel
228       - 48  # NDRPDR sel
229
230     plot-throughput-speedup-analysis-3n-skx:
231       csit-vpp-perf-verify-1901-3n-skx:
232       - 18  # NDRPDR sel
233       - 19  # NDRPDR sel
234       - 20  # NDRPDR sel
235       - 28  # NDRPDR sel
236       - 31  # NDRPDR sel
237       - 33  # NDRPDR sel
238       - 36  # NDRPDR sel
239       - 38  # NDRPDR sel
240       - 47  # NDRPDR sel
241       - 48  # NDRPDR sel
242
243     plot-dpdk-throughput-latency-3n-skx:
244       csit-dpdk-perf-verify-1901-3n-skx:
245       - 3   # NDRPDR sel
246       - 5   # NDRPDR sel
247       - 6   # NDRPDR sel
248       - 7   # NDRPDR sel
249       - 8   # NDRPDR sel
250       - 9   # NDRPDR sel
251       - 10  # NDRPDR sel
252       - 11  # NDRPDR sel
253       - 12  # NDRPDR sel
254       - 13  # NDRPDR sel
255
256     # 2n-skx
257
258     plot-vpp-throughput-latency-2n-skx:
259       csit-vpp-perf-verify-1901-2n-skx:
260       - 5   # NDRPDR sel
261       - 12  # NDRPDR sel
262       - 13  # NDRPDR sel
263       - 21  # NDRPDR sel
264       - 23  # NDRPDR sel
265       - 31  # NDRPDR sel
266       - 34  # NDRPDR sel
267       - 40  # NDRPDR sel
268       - 42  # NDRPDR sel
269       - 43  # NDRPDR sel
270
271     plot-throughput-speedup-analysis-2n-skx:
272       csit-vpp-perf-verify-1901-2n-skx:
273       - 5   # NDRPDR sel
274       - 12  # NDRPDR sel
275       - 13  # NDRPDR sel
276       - 21  # NDRPDR sel
277       - 23  # NDRPDR sel
278       - 31  # NDRPDR sel
279       - 34  # NDRPDR sel
280       - 40  # NDRPDR sel
281       - 42  # NDRPDR sel
282       - 43  # NDRPDR sel
283
284     plot-vpp-soak-2n-skx:
285       csit-vpp-perf-verify-1901-2n-skx:
286       - 45  # SOAK sel
287
288     plot-vpp-nfv-2n-skx:
289       # TODO: Add new data
290       csit-vpp-perf-verify-1901-2n-skx:
291       - 28  # NFV NDRPDR
292       - 29  # NFV NDRPDR
293       - 32  # NFV NDRPDR
294       - 39  # NFV NDRPDR
295       - 46  # NFV NDRPDR
296
297     plot-vpp-nfv-2n-skx-mrr:
298       # TODO: Add new data
299       csit-vpp-perf-verify-1901-2n-skx:
300       - 24  # NFV MRR
301       - 26  # NFV MRR
302       - 27  # NFV MRR
303       - 35  # NFV MRR
304       - 37  # NFV MRR
305
306     plot-dpdk-throughput-latency-2n-skx:
307       csit-dpdk-perf-verify-1901-2n-skx:
308       - 12  # NDRPDR sel
309       - 13  # NDRPDR sel
310       - 14  # NDRPDR sel
311       - 15  # NDRPDR sel
312       - 16  # NDRPDR sel
313       - 17  # NDRPDR sel
314       - 18  # NDRPDR sel
315       - 19  # NDRPDR sel
316       - 20  # NDRPDR sel
317       - 21  # NDRPDR sel
318
319     # 3rd party
320
321     # Denverton:
322     intel-dnv-vpp:
323       # TODO: Replace with new data
324       intel-dnv-vpp-release-1810:
325         - 1
326
327     ###########################################################################
328     # Simple tables (only one data set):
329
330     # NIC Comparisons
331
332     vpp-nic-comparison-3n-hsw:
333       # TODO: Add new data
334       csit-vpp-perf-verify-1901-3n-hsw:
335       - 10  # NDRPDR sel
336       - 18  # NDRPDR sel F
337       - 19  # NDRPDR sel
338       - 31  # NDRPDR sel
339       - 36  # NDRPDR sel
340       - 40  # NDRPDR sel
341       - 42  # NDRPDR sel
342
343     vpp-nic-comparison-3n-skx:
344       csit-vpp-perf-verify-1901-3n-skx:
345       - 18  # NDRPDR sel
346       - 19  # NDRPDR sel
347       - 20  # NDRPDR sel
348       - 28  # NDRPDR sel
349       - 31  # NDRPDR sel
350       - 33  # NDRPDR sel
351       - 36  # NDRPDR sel
352       - 38  # NDRPDR sel
353       - 47  # NDRPDR sel
354       - 48  # NDRPDR sel
355
356     vpp-nic-comparison-2n-skx:
357       csit-vpp-perf-verify-1901-2n-skx:
358       - 5   # NDRPDR sel
359       - 12  # NDRPDR sel
360       - 13  # NDRPDR sel
361       - 21  # NDRPDR sel
362       - 23  # NDRPDR sel
363       - 31  # NDRPDR sel
364       - 34  # NDRPDR sel
365       - 40  # NDRPDR sel
366       - 42  # NDRPDR sel
367       - 43  # NDRPDR sel
368
369     vpp-nic-comparison-3n-hsw-mrr:
370       csit-vpp-perf-verify-1901-3n-hsw:
371       - 35  # MRR sel
372
373     vpp-nic-comparison-3n-skx-mrr:
374       csit-vpp-perf-verify-1901-3n-skx:
375       - 32  # MRR sel
376
377     vpp-nic-comparison-2n-skx-mrr:
378       csit-vpp-perf-verify-1901-2n-skx:
379       - 22  # MRR sel
380
381     # Results
382
383     vpp-perf-results-3n-hsw:
384       # TODO: Add FULL data
385       csit-vpp-perf-verify-1901-3n-hsw:
386       - 38  # NDRPDR full
387       - 43  # NDRPDR full
388
389     vpp-perf-results-3n-skx:
390       csit-vpp-perf-verify-1901-3n-skx:
391       - 37  # NDRPDR full
392       - 39  # NDRPDR full
393       - 40  # NDRPDR full
394       - 49  # NDRPDR full
395
396     vpp-perf-results-2n-skx:
397       csit-vpp-perf-verify-1901-2n-skx:
398       - 25  # NDRPDR full
399       - 30  # NDRPDR full
400       - 33  # NDRPDR full
401       - 44  # NDRPDR full
402
403     vpp-mrr-results-3n-hsw:
404       csit-vpp-perf-verify-1901-3n-hsw:
405       - 35  # MRR sel
406
407     vpp-mrr-results-3n-skx:
408       csit-vpp-perf-verify-1901-3n-skx:
409       - 32  # MRR sel
410
411     vpp-mrr-results-2n-skx:
412       csit-vpp-perf-verify-1901-2n-skx:
413       - 22  # MRR sel
414
415     vpp-func-results-ubuntu:
416       csit-vpp-functional-1901-ubuntu1604-virl:
417       - 48
418
419     vpp-func-results-centos:
420       csit-vpp-functional-1901-centos7-virl:
421       - 50
422
423     vpp-device-results-ubuntu:
424       csit-vpp-device-1901-ubuntu1804-1n-skx:
425       - 49
426
427     # VPP Ligato
428     ligato-perf-results-3n-hsw:
429       # TODO: Replace with new data
430       # csit-ligato-perf-verify-1901-3n-hsw:
431       csit-ligato-perf-verify-1810-3n-hsw:
432       - 5   # full
433
434     dpdk-perf-results-3n-hsw:
435       csit-dpdk-perf-verify-1901-3n-hsw:
436       - 20  # NDRPDR sel
437
438     dpdk-perf-results-3n-skx:
439       csit-dpdk-perf-verify-1901-3n-skx:
440       - 13  # NDRPDR sel
441
442     dpdk-perf-results-2n-skx:
443       csit-dpdk-perf-verify-1901-2n-skx:
444       - 21  # NDRPDR sel
445
446     # HoneyComb Functional
447     hc-func-results:
448       csit-hc2vpp-verify-func-1901-ubuntu1604:
449       - 3
450
451     # NSH SFC Functional
452     nsh-func-results:
453       # TODO: Replace with new data
454       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
455       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
456       - 1
457
458     # DMM Functional
459     dmm-func-results:
460       csit-dmm-functional-1901-ubuntu1604-virl:
461       - 2
462
463     ###########################################################################
464     # Tables (more than one data set)
465
466     # Performance changes
467
468     vpp-performance-changes-3n-hsw-h1:
469       csit-vpp-perf-verify-1807-3n-hsw:
470         - 11  # NDRPDR full 1
471         - 22  # NDRPDR full 2
472         - 45  # NDRPDR full 3
473         - 46  # NDRPDR full 4
474         - 15  # NDRPDR sel
475         - 16  # NDRPDR sel
476         - 19  # NDRPDR sel
477         - 18  # NDRPDR sel
478         - 20  # NDRPDR sel
479         - 38  # NDRPDR sel
480         - 40  # NDRPDR sel
481         - 44  # NDRPDR sel
482         - 47  # NDRPDR sel
483     vpp-performance-changes-3n-hsw-ref:
484       csit-vpp-perf-verify-1810-3n-hsw:
485         - 8   # NDRPDR sel
486         - 12  # NDRPDR sel
487         - 14  # NDRPDR sel
488         - 18  # NDRPDR sel
489         - 23  # NDRPDR sel
490         - 25  # NDRPDR sel
491         - 38  # NDRPDR sel
492         - 39  # NDRPDR sel
493         - 41  # NDRPDR sel
494         - 42  # NDRPDR sel
495     vpp-performance-changes-3n-hsw-cmp:
496       # TODO Add new data
497       csit-vpp-perf-verify-1901-3n-hsw:
498         - 10  # NDRPDR sel
499         - 18  # NDRPDR sel F
500         - 19  # NDRPDR sel
501         - 31  # NDRPDR sel
502         - 36  # NDRPDR sel
503         - 40  # NDRPDR sel
504         - 42  # NDRPDR sel
505     vpp-performance-changes-3n-hsw:
506       - "vpp-performance-changes-3n-hsw-h1"
507       - "vpp-performance-changes-3n-hsw-ref"
508       - "vpp-performance-changes-3n-hsw-cmp"
509
510     vpp-performance-changes-3n-skx-h1:
511       csit-vpp-perf-verify-1807-3n-skx:
512         - 33  # NDRPDR sel
513         - 35  # NDRPDR sel
514         - 37  # NDRPDR sel
515         - 38  # NDRPDR sel
516         - 39  # NDRPDR sel
517         - 43  # NDRPDR sel
518         - 44  # NDRPDR sel
519         - 49  # NDRPDR sel
520         - 50  # NDRPDR sel
521         - 56  # NDRPDR sel
522     vpp-performance-changes-3n-skx-ref:
523       csit-vpp-perf-verify-1810-3n-skx:
524         - 10  # NDRPDR sel
525         - 14  # NDRPDR sel
526         - 15  # NDRPDR sel
527         - 16  # NDRPDR sel
528         - 17  # NDRPDR sel
529         - 19  # NDRPDR sel
530         - 20  # NDRPDR sel
531         - 21  # NDRPDR sel
532         - 22  # NDRPDR sel
533         - 25  # NDRPDR sel
534     vpp-performance-changes-3n-skx-cmp:
535       csit-vpp-perf-verify-1901-3n-skx:
536         - 18  # NDRPDR sel
537         - 19  # NDRPDR sel
538         - 20  # NDRPDR sel
539         - 28  # NDRPDR sel
540         - 31  # NDRPDR sel
541         - 33  # NDRPDR sel
542         - 36  # NDRPDR sel
543         - 38  # NDRPDR sel
544         - 47  # NDRPDR sel
545         - 48  # NDRPDR sel
546     vpp-performance-changes-3n-skx:
547       - "vpp-performance-changes-3n-skx-h1"
548       - "vpp-performance-changes-3n-skx-ref"
549       - "vpp-performance-changes-3n-skx-cmp"
550
551     vpp-performance-changes-2n-skx-h1:
552       csit-vpp-perf-verify-1807-2n-skx:
553         - 26  # NDRPDR sel
554         - 28  # NDRPDR sel
555         - 29  # NDRPDR sel
556         - 30  # NDRPDR sel
557         - 34  # NDRPDR sel
558         - 35  # NDRPDR sel
559         - 36  # NDRPDR sel
560         - 39  # NDRPDR sel
561         - 40  # NDRPDR sel
562         - 42  # NDRPDR sel
563     vpp-performance-changes-2n-skx-ref:
564       csit-vpp-perf-verify-1810-2n-skx:
565         - 9   # NDRPDR sel
566         - 13  # NDRPDR sel
567         - 14  # NDRPDR sel
568         - 19  # NDRPDR sel
569         - 20  # NDRPDR sel
570         - 21  # NDRPDR sel
571         - 22  # NDRPDR sel
572         - 23  # NDRPDR sel
573         - 24  # NDRPDR sel
574         - 27  # NDRPDR sel
575     vpp-performance-changes-2n-skx-cmp:
576       csit-vpp-perf-verify-1901-2n-skx:
577         - 5   # NDRPDR sel
578         - 12  # NDRPDR sel
579         - 13  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 23  # NDRPDR sel
582         - 31  # NDRPDR sel
583         - 34  # NDRPDR sel
584         - 40  # NDRPDR sel
585         - 42  # NDRPDR sel
586         - 43  # NDRPDR sel
587     vpp-performance-changes-2n-skx:
588       - "vpp-performance-changes-2n-skx-h1"
589       - "vpp-performance-changes-2n-skx-ref"
590       - "vpp-performance-changes-2n-skx-cmp"
591
592     vpp-performance-changes-3n-hsw-mrr-h1:
593       csit-vpp-perf-verify-1807-3n-hsw:
594         - 8   # MRR full
595         - 9   # MRR sel
596         - 21  # MRR sel
597         - 31  # MRR sel
598         - 33  # MRR sel
599         - 36  # MRR sel
600         - 41  # MRR sel
601         - 42  # MRR sel
602         - 48  # MRR sel
603     vpp-performance-changes-3n-hsw-mrr-ref:
604       csit-vpp-perf-verify-1810-3n-hsw:
605         - 9   # MRR sel
606     vpp-performance-changes-3n-hsw-mrr-cmp:
607       csit-vpp-perf-verify-1901-3n-hsw:
608         - 35  # MRR sel
609     vpp-performance-changes-3n-hsw-mrr:
610       - "vpp-performance-changes-3n-hsw-mrr-h1"
611       - "vpp-performance-changes-3n-hsw-mrr-ref"
612       - "vpp-performance-changes-3n-hsw-mrr-cmp"
613
614     vpp-performance-changes-3n-skx-mrr-h1:
615       csit-vpp-perf-verify-1807-3n-skx:
616         - 28  # MRR sel
617         - 32  # MRR sel
618         - 36  # MRR sel
619         - 42  # MRR sel
620         - 47  # MRR sel
621         - 48  # MRR sel
622         - 51  # MRR sel
623         - 52  # MRR sel
624         - 53  # MRR sel
625         - 54  # MRR sel
626     vpp-performance-changes-3n-skx-mrr-ref:
627       csit-vpp-perf-verify-1810-3n-skx:
628         - 9   # MRR sel
629         - 11  # MRR sel
630         - 12  # MRR sel
631         - 13  # MRR sel
632     vpp-performance-changes-3n-skx-mrr-cmp:
633       csit-vpp-perf-verify-1901-3n-skx:
634         - 32  # MRR sel
635     vpp-performance-changes-3n-skx-mrr:
636       - "vpp-performance-changes-3n-skx-mrr-h1"
637       - "vpp-performance-changes-3n-skx-mrr-ref"
638       - "vpp-performance-changes-3n-skx-mrr-cmp"
639
640     vpp-performance-changes-2n-skx-mrr-h1:
641       csit-vpp-perf-verify-1807-2n-skx:
642         - 31  # MRR sel
643         - 33  # MRR sel
644         - 37  # MRR sel
645         - 38  # MRR sel
646         - 41  # MRR sel
647         - 43  # MRR sel
648         - 44  # MRR sel
649         - 45  # MRR sel
650         - 46  # MRR sel
651         - 47  # MRR sel
652     vpp-performance-changes-2n-skx-mrr-ref:
653       csit-vpp-perf-verify-1810-2n-skx:
654         - 8   # MRR sel
655         - 10  # MRR sel
656         - 11  # MRR sel
657         - 12  # MRR sel
658     vpp-performance-changes-2n-skx-mrr-cmp:
659       csit-vpp-perf-verify-1901-2n-skx:
660         - 22  # MRR sel
661     vpp-performance-changes-2n-skx-mrr:
662       - "vpp-performance-changes-2n-skx-mrr-h1"
663       - "vpp-performance-changes-2n-skx-mrr-ref"
664       - "vpp-performance-changes-2n-skx-mrr-cmp"
665
666     dpdk-performance-changes-3n-hsw-h1:
667       csit-dpdk-perf-verify-1807-3n-hsw:
668         - 11
669         - 12  # full
670         - 14
671         - 15
672         - 16
673         - 17
674         - 20
675         - 21
676         - 22
677         - 23
678     dpdk-performance-changes-3n-hsw-ref:
679       csit-dpdk-perf-verify-1810-3n-hsw:
680         - 1   # NDRPDR sel
681         - 2   # NDRPDR sel
682         - 3   # NDRPDR sel
683         - 4   # NDRPDR sel
684         - 5   # NDRPDR sel
685         - 6   # NDRPDR sel
686         - 7   # NDRPDR sel
687         - 8   # NDRPDR sel
688         - 9   # NDRPDR sel
689         - 10  # NDRPDR sel
690     dpdk-performance-changes-3n-hsw-cmp:
691       csit-dpdk-perf-verify-1901-3n-hsw:
692         - 13  # NDRPDR sel
693         - 14  # NDRPDR sel
694         - 16  # NDRPDR sel
695         - 17  # NDRPDR sel
696         - 18  # NDRPDR sel
697         - 19  # NDRPDR sel
698         - 20  # NDRPDR sel
699         - 21  # NDRPDR sel
700         - 22  # NDRPDR sel
701     dpdk-performance-changes-3n-hsw:
702       - "dpdk-performance-changes-3n-hsw-h1"
703       - "dpdk-performance-changes-3n-hsw-ref"
704       - "dpdk-performance-changes-3n-hsw-cmp"
705
706     dpdk-performance-changes-3n-skx-h1:
707       csit-dpdk-perf-verify-1807-3n-skx:
708         - 1   # NDRPDR sel
709         - 2   # NDRPDR sel
710         - 3   # NDRPDR sel
711         - 6   # NDRPDR sel
712         - 7   # NDRPDR sel
713         - 8   # NDRPDR sel
714         - 9   # NDRPDR sel
715         - 10  # NDRPDR sel
716         - 11  # NDRPDR sel
717         - 12  # NDRPDR sel
718     dpdk-performance-changes-3n-skx-ref:
719       csit-dpdk-perf-verify-1810-3n-skx:
720         - 3   # NDRPDR sel
721         - 4   # NDRPDR sel
722         - 6   # NDRPDR sel
723         - 7   # NDRPDR sel
724         - 8   # NDRPDR sel
725         - 9   # NDRPDR sel
726         - 10  # NDRPDR sel
727         - 11  # NDRPDR sel
728         - 12  # NDRPDR sel
729         - 13  # NDRPDR sel
730     dpdk-performance-changes-3n-skx-cmp:
731       csit-dpdk-perf-verify-1901-3n-skx:
732         - 3   # NDRPDR sel
733         - 5   # NDRPDR sel
734         - 6   # NDRPDR sel
735         - 7   # NDRPDR sel
736         - 8   # NDRPDR sel
737         - 9   # NDRPDR sel
738         - 10  # NDRPDR sel
739         - 11  # NDRPDR sel
740         - 12  # NDRPDR sel
741         - 13  # NDRPDR sel
742     dpdk-performance-changes-3n-skx:
743       - "dpdk-performance-changes-3n-skx-h1"
744       - "dpdk-performance-changes-3n-skx-ref"
745       - "dpdk-performance-changes-3n-skx-cmp"
746
747     dpdk-performance-changes-2n-skx-ref:
748       csit-dpdk-perf-verify-1810-2n-skx:
749         - 3   # NDRPDR sel
750         - 4   # NDRPDR sel
751         - 5   # NDRPDR sel
752         - 7   # NDRPDR sel
753         - 8   # NDRPDR sel
754         - 9   # NDRPDR sel
755         - 10  # NDRPDR sel
756         - 11  # NDRPDR sel
757         - 12  # NDRPDR sel
758         - 13  # NDRPDR sel
759     dpdk-performance-changes-2n-skx-cmp:
760       csit-dpdk-perf-verify-1901-2n-skx:
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763         - 14  # NDRPDR sel
764         - 15  # NDRPDR sel
765         - 16  # NDRPDR sel
766         - 17  # NDRPDR sel
767         - 18  # NDRPDR sel
768         - 19  # NDRPDR sel
769         - 20  # NDRPDR sel
770         - 21  # NDRPDR sel
771     dpdk-performance-changes-2n-skx:
772       - "dpdk-performance-changes-2n-skx-ref"
773       - "dpdk-performance-changes-2n-skx-cmp"
774
775     # Compare testbeds
776
777     vpp-compare-testbeds-ref:
778       # TODO: Add new data
779       csit-vpp-perf-verify-1901-3n-hsw:
780         - 10  # NDRPDR sel
781         - 18  # NDRPDR sel F
782         - 19  # NDRPDR sel
783         - 31  # NDRPDR sel
784         - 36  # NDRPDR sel
785         - 40  # NDRPDR sel
786         - 42  # NDRPDR sel
787     vpp-compare-testbeds-cmp:
788       csit-vpp-perf-verify-1901-3n-skx:
789         - 18  # NDRPDR sel
790         - 19  # NDRPDR sel
791         - 20  # NDRPDR sel
792         - 28  # NDRPDR sel
793         - 31  # NDRPDR sel
794         - 33  # NDRPDR sel
795         - 36  # NDRPDR sel
796         - 38  # NDRPDR sel
797         - 47  # NDRPDR sel
798         - 48  # NDRPDR sel
799     vpp-compare-testbeds:
800       - "vpp-compare-testbeds-ref"
801       - "vpp-compare-testbeds-cmp"
802
803     vpp-compare-testbeds-mrr-ref:
804       csit-vpp-perf-verify-1901-3n-hsw:
805         - 35  # MRR sel
806     vpp-compare-testbeds-mrr-cmp:
807       csit-vpp-perf-verify-1901-3n-skx:
808         - 32  # MRR sel
809     vpp-compare-testbeds-mrr:
810       - "vpp-compare-testbeds-mrr-ref"
811       - "vpp-compare-testbeds-mrr-cmp"
812
813     dpdk-compare-testbeds-ref:
814       csit-dpdk-perf-verify-1901-3n-hsw:
815         - 13  # NDRPDR sel
816         - 14  # NDRPDR sel
817         - 16  # NDRPDR sel
818         - 17  # NDRPDR sel
819         - 18  # NDRPDR sel
820         - 19  # NDRPDR sel
821         - 20  # NDRPDR sel
822         - 21  # NDRPDR sel
823         - 22  # NDRPDR sel
824     dpdk-compare-testbeds-cmp:
825       csit-dpdk-perf-verify-1901-3n-skx:
826         - 3   # NDRPDR sel
827         - 5   # NDRPDR sel
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 11  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 13  # NDRPDR sel
836     dpdk-compare-testbeds:
837       - "dpdk-compare-testbeds-ref"
838       - "dpdk-compare-testbeds-cmp"
839
840     # Compare topologies
841
842     vpp-compare-topologies-ref:
843       csit-vpp-perf-verify-1901-3n-skx:
844         - 18  # NDRPDR sel
845         - 19  # NDRPDR sel
846         - 20  # NDRPDR sel
847         - 28  # NDRPDR sel
848         - 31  # NDRPDR sel
849         - 33  # NDRPDR sel
850         - 36  # NDRPDR sel
851         - 38  # NDRPDR sel
852         - 47  # NDRPDR sel
853         - 48  # NDRPDR sel
854     vpp-compare-topologies-cmp:
855       csit-vpp-perf-verify-1901-2n-skx:
856         - 5   # NDRPDR sel
857         - 12  # NDRPDR sel
858         - 13  # NDRPDR sel
859         - 21  # NDRPDR sel
860         - 23  # NDRPDR sel
861         - 31  # NDRPDR sel
862         - 34  # NDRPDR sel
863         - 40  # NDRPDR sel
864         - 42  # NDRPDR sel
865         - 43  # NDRPDR sel
866     vpp-compare-topologies:
867       - "vpp-compare-topologies-ref"
868       - "vpp-compare-topologies-cmp"
869
870     vpp-compare-topologies-mrr-ref:
871       csit-vpp-perf-verify-1901-3n-skx:
872         - 32  # MRR sel
873     vpp-compare-topologies-mrr-cmp:
874       csit-vpp-perf-verify-1901-2n-skx:
875         - 22  # MRR sel
876     vpp-compare-topologies-mrr:
877       - "vpp-compare-topologies-mrr-ref"
878       - "vpp-compare-topologies-mrr-cmp"
879
880     dpdk-compare-topologies-ref:
881       csit-dpdk-perf-verify-1901-3n-skx:
882         - 3   # NDRPDR sel
883         - 5   # NDRPDR sel
884         - 6   # NDRPDR sel
885         - 7   # NDRPDR sel
886         - 8   # NDRPDR sel
887         - 9   # NDRPDR sel
888         - 10  # NDRPDR sel
889         - 11  # NDRPDR sel
890         - 12  # NDRPDR sel
891         - 13  # NDRPDR sel
892     dpdk-compare-topologies-cmp:
893       csit-dpdk-perf-verify-1901-2n-skx:
894         - 12  # NDRPDR sel
895         - 13  # NDRPDR sel
896         - 14  # NDRPDR sel
897         - 15  # NDRPDR sel
898         - 16  # NDRPDR sel
899         - 17  # NDRPDR sel
900         - 18  # NDRPDR sel
901         - 19  # NDRPDR sel
902         - 20  # NDRPDR sel
903         - 21  # NDRPDR sel
904     dpdk-compare-topologies:
905       - "dpdk-compare-topologies-ref"
906       - "dpdk-compare-topologies-cmp"
907
908   plot-layouts:
909
910     plot-soak-throughput:
911       titlefont:
912         size: 18
913       xaxis:
914         title: "<b>Test Cases [Index]</b>"
915         titlefont:
916           size: 16
917         autorange: True
918         fixedrange: False
919         gridcolor: "rgb(230, 230, 230)"
920         linecolor: "rgb(220, 220, 220)"
921         linewidth: 1
922         showgrid: True
923         showline: True
924         showticklabels: True
925         tickcolor: "rgb(220, 220, 220)"
926         tickmode: "linear"
927         tickfont:
928           size: 16
929         zeroline: False
930       yaxis:
931         title: "<b>Packet Throughput [Mpps]</b>"
932         titlefont:
933           size: 16
934         gridcolor: "rgb(230, 230, 230)"
935         hoverformat: ".4s"
936         tickformat: ".3s"
937         linecolor: "rgb(220, 220, 220)"
938         linewidth: 1
939         showgrid: True
940         showline: True
941         showticklabels: True
942         tickcolor: "rgb(220, 220, 220)"
943         tickfont:
944           size: 16
945         zeroline: False
946         range: [0,50]
947       autosize: False
948       margin:
949         t: 50
950         b: 0
951         l: 80
952         r: 20
953       showlegend: True
954       legend:
955         orientation: "h"
956         font:
957           size: 16
958       width: 700
959       height: 900
960
961     plot-service-density:
962       titlefont:
963         size: 18
964       xaxis:
965         side: "top"
966         autorange: True
967         fixedrange: False
968         showgrid: False
969         showline: False
970         showticklabels: False
971         ticks: ""
972         ticklen: 0
973         tickwidth: 0
974         zeroline: False
975       yaxis:
976         autorange: "reversed"
977         showgrid: False
978         showline: False
979         showticklabels: False
980         ticks: ""
981         ticklen: 0
982         tickwidth: 0
983         zeroline: False
984       autosize: True
985       showlegend: False
986       width: 700
987       height: 700
988
989     plot-cps:
990       titlefont:
991         size: 18
992       xaxis:
993         title: "<b>Test Cases [Index]</b>"
994         titlefont:
995           size: 16
996         autorange: True
997         fixedrange: False
998         gridcolor: "rgb(230, 230, 230)"
999         linecolor: "rgb(220, 220, 220)"
1000         linewidth: 1
1001         showgrid: True
1002         showline: True
1003         showticklabels: True
1004         tickcolor: "rgb(220, 220, 220)"
1005         tickmode: "linear"
1006         tickfont:
1007           size: 16
1008         zeroline: False
1009       yaxis:
1010         title: "<b>Connections Per Second [cps]</b>"
1011         titlefont:
1012           size: 16
1013         gridcolor: "rgb(230, 230, 230)"
1014         hoverformat: ".4s"
1015         linecolor: "rgb(220, 220, 220)"
1016         linewidth: 1
1017         rangemode: "tozero"
1018         showgrid: True
1019         showline: True
1020         showticklabels: True
1021         tickcolor: "rgb(220, 220, 220)"
1022         tickformat: ".3s"
1023         tickfont:
1024           size: 16
1025         zeroline: False
1026       boxmode: "group"
1027       boxgroupgap: 0.5
1028       autosize: False
1029       margin:
1030         t: 50
1031         b: 20
1032         l: 80
1033         r: 20
1034       showlegend: True
1035       legend:
1036         orientation: "h"
1037         font:
1038           size: 16
1039       width: 700
1040       height: 800
1041
1042     plot-rps:
1043       titlefont:
1044         size: 18
1045       xaxis:
1046         title: "<b>Test Cases [Index]</b>"
1047         titlefont:
1048           size: 16
1049         autorange: True
1050         fixedrange: False
1051         gridcolor: "rgb(230, 230, 230)"
1052         linecolor: "rgb(220, 220, 220)"
1053         linewidth: 1
1054         showgrid: True
1055         showline: True
1056         showticklabels: True
1057         tickcolor: "rgb(220, 220, 220)"
1058         tickmode: "linear"
1059         tickfont:
1060           size: 16
1061         zeroline: False
1062       yaxis:
1063         title: "<b>Requests Per Second [rps]</b>"
1064         titlefont:
1065           size: 16
1066         gridcolor: "rgb(230, 230, 230)"
1067         hoverformat: ".4s"
1068         linecolor: "rgb(220, 220, 220)"
1069         linewidth: 1
1070         rangemode: "tozero"
1071         showgrid: True
1072         showline: True
1073         showticklabels: True
1074         tickcolor: "rgb(230, 230, 230)"
1075         tickformat: ".3s"
1076         tickfont:
1077           size: 16
1078         zeroline: False
1079       boxmode: "group"
1080       boxgroupgap: 0.5
1081       autosize: False
1082       margin:
1083         t: 50
1084         b: 20
1085         l: 80
1086         r: 20
1087       showlegend: True
1088       legend:
1089         orientation: "h"
1090         font:
1091           size: 16
1092       width: 700
1093       height: 800
1094
1095     plot-throughput:
1096       titlefont:
1097         size: 18
1098       xaxis:
1099         title: "<b>Test Cases [Index]</b>"
1100         titlefont:
1101           size: 16
1102         autorange: True
1103         fixedrange: False
1104         gridcolor: "rgb(230, 230, 230)"
1105         linecolor: "rgb(220, 220, 220)"
1106         linewidth: 1
1107         showgrid: True
1108         showline: True
1109         showticklabels: True
1110         tickcolor: "rgb(220, 220, 220)"
1111         tickmode: "linear"
1112         tickfont:
1113           size: 16
1114         zeroline: False
1115       yaxis:
1116         title: "<b>Packet Throughput [Mpps]</b>"
1117         titlefont:
1118           size: 16
1119         gridcolor: "rgb(230, 230, 230)"
1120         hoverformat: ".4s"
1121         tickformat: ".3s"
1122         linecolor: "rgb(220, 220, 220)"
1123         linewidth: 1
1124         showgrid: True
1125         showline: True
1126         showticklabels: True
1127         tickcolor: "rgb(220, 220, 220)"
1128         tickfont:
1129           size: 16
1130         zeroline: False
1131         range: [0,50]
1132       boxmode: "group"
1133       boxgroupgap: 0.5
1134       autosize: False
1135       margin:
1136         t: 50
1137         b: 0
1138         l: 80
1139         r: 20
1140       showlegend: True
1141       legend:
1142         orientation: "h"
1143         font:
1144           size: 16
1145       width: 700
1146       height: 900
1147
1148     plot-throughput-speedup-analysis:
1149       titlefont:
1150         size: 18
1151       xaxis:
1152         title: "<b>Number of Cores [Qty]</b>"
1153         titlefont:
1154           size: 16
1155         autorange: True
1156         fixedrange: False
1157         gridcolor: "rgb(230, 230, 230)"
1158         linecolor: "rgb(220, 220, 220)"
1159         linewidth: 1
1160         showgrid: True
1161         showline: True
1162         showticklabels: True
1163         tickcolor: "rgb(238, 238, 238)"
1164         tickmode: "linear"
1165         tickfont:
1166           size: 16
1167         zeroline: False
1168       yaxis:
1169         title: "<b>Packet Throughput [Mpps]</b>"
1170         titlefont:
1171           size: 16
1172         type: "linear"
1173         gridcolor: "rgb(230, 230, 230)"
1174         hoverformat: ".4s"
1175         linecolor: "rgb(220, 220, 220)"
1176         linewidth: 1
1177         showgrid: True
1178         showline: True
1179         showticklabels: True
1180         tickcolor: "rgb(220, 220, 220)"
1181         tickformat: ".4s"
1182         tickfont:
1183           size: 16
1184         zeroline: True
1185         rangemode: "tozero"
1186         range: [0,100]
1187       legend:
1188         orientation: "h"
1189         font:
1190           size: 16
1191         xanchor: "left"
1192         yanchor: "top"
1193         x: 0
1194         y: -0.2
1195         bgcolor: "rgba(255, 255, 255, 0)"
1196         bordercolor: "rgba(255, 255, 255, 0)"
1197         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1198       autosize: False
1199       margin:
1200           't': 50
1201           'b': 150
1202           'l': 85
1203           'r': 10
1204       showlegend: True
1205       width: 700
1206       height: 700
1207       hoverlabel:
1208         namelength: -1
1209       annotations: [
1210         {
1211           text: "_ _          __          ...",
1212           align: "left",
1213           showarrow: False,
1214           xref: "paper",
1215           yref: "paper",
1216           xanchor: "left",
1217           yanchor: "top",
1218           x: 0,
1219           y: -0.13,
1220           font: {
1221             family: "Consolas, Courier New",
1222             size: 15
1223           },
1224         },
1225         {
1226           text: "    Perfect     Measured     Limit",
1227           align: "left",
1228           showarrow: False,
1229           xref: "paper",
1230           yref: "paper",
1231           xanchor: "left",
1232           yanchor: "top",
1233           x: 0,
1234           y: -0.15,
1235           font: {
1236             family: "Consolas, Courier New",
1237             size: 15
1238           },
1239         },
1240       ]
1241
1242     plot-latency:
1243       titlefont:
1244         size: 18
1245       xaxis:
1246         title: "<b>Direction</b>"
1247         titlefont:
1248           size: 16
1249         autorange: True
1250         fixedrange: False
1251         gridcolor: "rgb(230, 230, 230)"
1252         linecolor: "rgb(220, 220, 220)"
1253         linewidth: 1
1254         showgrid: True
1255         showline: True
1256         showticklabels: False
1257         tickcolor: "rgb(220, 220, 220)"
1258         tickmode: "linear"
1259         tickfont:
1260           size: 16
1261         zeroline: False
1262       yaxis:
1263         title: "<b>Packet Latency [uSec]</b>"
1264         titlefont:
1265           size: 16
1266         type: "linear"
1267         gridcolor: "rgb(230, 230, 230)"
1268         hoverformat: ".4s"
1269         linecolor: "rgb(220, 220, 220)"
1270         linewidth: 1
1271         showgrid: True
1272         showline: True
1273         showticklabels: True
1274         tickcolor: "rgb(220, 220, 220)"
1275         tickformat: ".4s"
1276         tickfont:
1277           size: 16
1278         zeroline: True
1279         rangemode: "tozero"
1280       legend:
1281         orientation: "h"
1282         font:
1283           size: 16
1284         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1285       autosize: False
1286       margin:
1287           't': 50
1288           'b': 150
1289           'l': 80
1290           'r': 10
1291       showlegend: True
1292       width: 700
1293       height: 700
1294       hoverlabel:
1295         namelength: -1
1296
1297 -
1298   type: "static"
1299   src-path: "{DIR[RST]}"
1300   dst-path: "{DIR[WORKING,SRC]}"
1301
1302 -
1303   type: "input"
1304   general:
1305     file-name: "robot-plugin.zip"
1306     file-format: ".zip"
1307     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1308     extract: "robot-plugin/output.xml"
1309
1310   builds:
1311
1312     # TODO: Replace with 1901 data
1313     intel-dnv-vpp-release-1810:
1314     - 1
1315
1316     csit-vpp-perf-verify-1807-3n-hsw:
1317     - 8   # MRR full
1318     - 9   # MRR sel
1319     - 21  # MRR sel
1320     - 31  # MRR sel
1321     - 33  # MRR sel
1322     - 36  # MRR sel
1323     - 41  # MRR sel
1324     - 42  # MRR sel
1325     - 48  # MRR sel
1326     - 11  # NDRPDR full 1
1327     - 22  # NDRPDR full 2
1328     - 45  # NDRPDR full 3
1329     - 46  # NDRPDR full 4
1330     - 15  # NDRPDR sel
1331     - 16  # NDRPDR sel
1332     - 19  # NDRPDR sel
1333     - 18  # NDRPDR sel
1334     - 20  # NDRPDR sel
1335     - 38  # NDRPDR sel
1336     - 40  # NDRPDR sel
1337     - 44  # NDRPDR sel
1338     - 47  # NDRPDR sel
1339     csit-vpp-perf-verify-1810-3n-hsw:
1340     - 9   # MRR sel
1341     - 20  # NDRPDR full
1342     - 21  # NDRPDR full
1343     - 22  # NDRPDR full
1344     - 27  # NDRPDR full
1345     - 8   # NDRPDR sel
1346     - 12  # NDRPDR sel
1347     - 14  # NDRPDR sel
1348     - 18  # NDRPDR sel
1349     - 23  # NDRPDR sel
1350     - 25  # NDRPDR sel
1351     - 38  # NDRPDR sel
1352     - 39  # NDRPDR sel
1353     - 41  # NDRPDR sel
1354     - 42  # NDRPDR sel
1355     - 28  # WRK
1356     - 29  # WRK
1357     - 30  # WRK
1358     - 31  # WRK
1359     - 32  # WRK
1360     - 33  # WRK
1361     - 34  # WRK
1362     - 35  # WRK
1363     - 36  # WRK
1364     - 37  # WRK
1365     csit-vpp-perf-verify-1901-3n-hsw:
1366     - 35  # MRR sel
1367     - 38  # NDRPDR full
1368     - 43  # NDRPDR full
1369     - 10  # NDRPDR sel
1370     - 18  # NDRPDR sel F
1371     - 19  # NDRPDR sel
1372     - 31  # NDRPDR sel
1373     - 36  # NDRPDR sel
1374     - 40  # NDRPDR sel
1375     - 42  # NDRPDR sel
1376     csit-vpp-perf-verify-1807-3n-skx:
1377     - 31  # MRR full
1378     - 28  # MRR sel
1379     - 32  # MRR sel
1380     - 36  # MRR sel
1381     - 42  # MRR sel
1382     - 47  # MRR sel
1383     - 48  # MRR sel
1384     - 51  # MRR sel
1385     - 52  # MRR sel
1386     - 53  # MRR sel
1387     - 54  # MRR sel
1388     - 40  # NDRPDR full 1
1389     - 41  # NDRPDR full 2
1390     - 33  # NDRPDR sel
1391     - 35  # NDRPDR sel
1392     - 37  # NDRPDR sel
1393     - 38  # NDRPDR sel
1394     - 39  # NDRPDR sel
1395     - 43  # NDRPDR sel
1396     - 44  # NDRPDR sel
1397     - 49  # NDRPDR sel
1398     - 50  # NDRPDR sel
1399     - 56  # NDRPDR sel
1400     csit-vpp-perf-verify-1810-3n-skx:
1401     - 9   # MRR sel
1402     - 11  # MRR sel
1403     - 12  # MRR sel
1404     - 13  # MRR sel
1405     - 23  # NDRPDR full
1406     - 24  # NDRPDR full
1407     - 10  # NDRPDR sel
1408     - 14  # NDRPDR sel
1409     - 15  # NDRPDR sel
1410     - 16  # NDRPDR sel
1411     - 17  # NDRPDR sel
1412     - 19  # NDRPDR sel
1413     - 20  # NDRPDR sel
1414     - 21  # NDRPDR sel
1415     - 22  # NDRPDR sel
1416     - 25  # NDRPDR sel
1417     csit-vpp-perf-verify-1901-3n-skx:
1418     - 32  # MRR sel
1419     - 37  # NDRPDR full
1420     - 39  # NDRPDR full
1421     - 40  # NDRPDR full
1422     - 49  # NDRPDR full
1423     - 18  # NDRPDR sel
1424     - 19  # NDRPDR sel
1425     - 20  # NDRPDR sel
1426     - 28  # NDRPDR sel
1427     - 31  # NDRPDR sel
1428     - 33  # NDRPDR sel
1429     - 36  # NDRPDR sel
1430     - 38  # NDRPDR sel
1431     - 47  # NDRPDR sel
1432     - 48  # NDRPDR sel
1433     csit-vpp-perf-verify-1807-2n-skx:
1434     - 27  # MRR full
1435     - 31  # MRR sel
1436     - 33  # MRR sel
1437     - 37  # MRR sel
1438     - 38  # MRR sel
1439     - 41  # MRR sel
1440     - 43  # MRR sel
1441     - 44  # MRR sel
1442     - 45  # MRR sel
1443     - 46  # MRR sel
1444     - 47  # MRR sel
1445     - 32  # NDRPDR full
1446     - 26  # NDRPDR sel
1447     - 28  # NDRPDR sel
1448     - 29  # NDRPDR sel
1449     - 30  # NDRPDR sel
1450     - 34  # NDRPDR sel
1451     - 35  # NDRPDR sel
1452     - 36  # NDRPDR sel
1453     - 39  # NDRPDR sel
1454     - 40  # NDRPDR sel
1455     - 42  # NDRPDR sel
1456     csit-vpp-perf-verify-1810-2n-skx:
1457     - 8   # MRR sel
1458     - 10  # MRR sel
1459     - 11  # MRR sel
1460     - 12  # MRR sel
1461     - 25  # NDRPDR full
1462     - 26  # NDRPDR full
1463     - 9   # NDRPDR sel
1464     - 13  # NDRPDR sel
1465     - 14  # NDRPDR sel
1466     - 19  # NDRPDR sel
1467     - 20  # NDRPDR sel
1468     - 21  # NDRPDR sel
1469     - 22  # NDRPDR sel
1470     - 23  # NDRPDR sel
1471     - 24  # NDRPDR sel
1472     - 27  # NDRPDR sel
1473     csit-vpp-perf-verify-1901-2n-skx:
1474     - 22  # MRR sel
1475     - 25  # NDRPDR full
1476     - 30  # NDRPDR full
1477     - 33  # NDRPDR full
1478     - 44  # NDRPDR full
1479     - 5   # NDRPDR sel
1480     - 12  # NDRPDR sel
1481     - 13  # NDRPDR sel
1482     - 21  # NDRPDR sel
1483     - 23  # NDRPDR sel
1484     - 31  # NDRPDR sel
1485     - 34  # NDRPDR sel
1486     - 40  # NDRPDR sel
1487     - 42  # NDRPDR sel
1488     - 43  # NDRPDR sel
1489     - 24  # NFV MRR
1490     - 26  # NFV MRR
1491     - 27  # NFV MRR
1492     - 35  # NFV MRR
1493     - 37  # NFV MRR
1494     - 28  # NFV NDRPDR
1495     - 29  # NFV NDRPDR
1496     - 32  # NFV NDRPDR
1497     - 39  # NFV NDRPDR
1498     - 46  # NFV NDRPDR
1499     - 45  # SOAK
1500     csit-ligato-perf-verify-1810-3n-hsw:
1501     - 5   # full
1502     - 6   # sel
1503     - 8   # sel
1504     - 9   # sel
1505     - 11  # sel
1506     - 12  # sel
1507     - 13  # sel
1508     - 14  # sel
1509     - 16  # sel
1510     - 17  # sel
1511     - 18  # sel
1512     # TODO: Add new data
1513     # csit-ligato-perf-verify-1901-3n-hsw:
1514     csit-dpdk-perf-verify-1807-3n-hsw:
1515     - 11
1516     - 12  # full
1517     - 14
1518     - 15
1519     - 16
1520     - 17
1521     - 20
1522     - 21
1523     - 22
1524     - 23
1525     csit-dpdk-perf-verify-1810-3n-hsw:
1526     - 1   # NDRPDR sel
1527     - 2   # NDRPDR sel
1528     - 3   # NDRPDR sel
1529     - 4   # NDRPDR sel
1530     - 5   # NDRPDR sel
1531     - 6   # NDRPDR sel
1532     - 7   # NDRPDR sel
1533     - 8   # NDRPDR sel
1534     - 9   # NDRPDR sel
1535     - 10  # NDRPDR sel
1536     csit-dpdk-perf-verify-1901-3n-hsw:
1537     - 13  # NDRPDR sel
1538     - 14  # NDRPDR sel
1539     - 16  # NDRPDR sel
1540     - 17  # NDRPDR sel
1541     - 18  # NDRPDR sel
1542     - 19  # NDRPDR sel
1543     - 20  # NDRPDR sel
1544     - 21  # NDRPDR sel
1545     - 22  # NDRPDR sel
1546     csit-dpdk-perf-verify-1807-3n-skx:
1547     - 1   # NDRPDR sel
1548     - 2   # NDRPDR sel
1549     - 3   # NDRPDR sel
1550     - 6   # NDRPDR sel
1551     - 7   # NDRPDR sel
1552     - 8   # NDRPDR sel
1553     - 9   # NDRPDR sel
1554     - 10  # NDRPDR sel
1555     - 11  # NDRPDR sel
1556     - 12  # NDRPDR sel
1557     csit-dpdk-perf-verify-1810-3n-skx:
1558     - 3   # NDRPDR sel
1559     - 4   # NDRPDR sel
1560     - 6   # NDRPDR sel
1561     - 7   # NDRPDR sel
1562     - 8   # NDRPDR sel
1563     - 9   # NDRPDR sel
1564     - 10  # NDRPDR sel
1565     - 11  # NDRPDR sel
1566     - 12  # NDRPDR sel
1567     - 13  # NDRPDR sel
1568     csit-dpdk-perf-verify-1901-3n-skx:
1569     - 3   # NDRPDR sel
1570     - 5   # NDRPDR sel
1571     - 6   # NDRPDR sel
1572     - 7   # NDRPDR sel
1573     - 8   # NDRPDR sel
1574     - 9   # NDRPDR sel
1575     - 10  # NDRPDR sel
1576     - 11  # NDRPDR sel
1577     - 12  # NDRPDR sel
1578     - 13  # NDRPDR sel
1579     csit-dpdk-perf-verify-1810-2n-skx:
1580     - 3   # NDRPDR sel
1581     - 4   # NDRPDR sel
1582     - 5   # NDRPDR sel
1583     - 7   # NDRPDR sel
1584     - 8   # NDRPDR sel
1585     - 9   # NDRPDR sel
1586     - 10  # NDRPDR sel
1587     - 11  # NDRPDR sel
1588     - 12  # NDRPDR sel
1589     - 13  # NDRPDR sel
1590     csit-dpdk-perf-verify-1901-2n-skx:
1591     - 12  # NDRPDR sel
1592     - 13  # NDRPDR sel
1593     - 14  # NDRPDR sel
1594     - 15  # NDRPDR sel
1595     - 16  # NDRPDR sel
1596     - 17  # NDRPDR sel
1597     - 18  # NDRPDR sel
1598     - 19  # NDRPDR sel
1599     - 20  # NDRPDR sel
1600     - 21  # NDRPDR sel
1601     csit-vpp-functional-1901-ubuntu1604-virl:
1602     - 48
1603     csit-vpp-functional-1901-centos7-virl:
1604     - 50
1605     csit-vpp-device-1901-ubuntu1804-1n-skx:
1606     - 49
1607     # TODO: Replace with 1901 data
1608     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1609     - 1
1610     csit-dmm-functional-1901-ubuntu1604-virl:
1611     - 2
1612     csit-hc2vpp-verify-func-1901-ubuntu1604:
1613     - 3
1614
1615 -
1616   type: "output"
1617   output: "report"
1618   format:
1619     html:
1620     - full
1621     pdf:
1622     - minimal
1623
1624 ################################################################################
1625 ###                               T A B L E S                                ###
1626 ################################################################################
1627
1628
1629 # VPP Compare NICs 3n-hsw 1t1c ndr
1630 -
1631   type: "table"
1632   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1633   algorithm: "table_nics_comparison"
1634   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1635   reference:
1636     title: "Intel-x520"
1637     nic: "NIC_Intel-X520-DA2"
1638   compare:
1639     title: "Intel-x710"
1640     nic: "NIC_Intel-X710"
1641   data: "vpp-nic-comparison-3n-hsw"
1642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1643   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1644   parameters:
1645   - "name"
1646   - "parent"
1647   - "throughput"
1648   - "tags"
1649
1650 # VPP Compare NICs 3n-hsw 2t2c ndr
1651 -
1652   type: "table"
1653   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1654   algorithm: "table_nics_comparison"
1655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1656   reference:
1657     title: "Intel-x520"
1658     nic: "NIC_Intel-X520-DA2"
1659   compare:
1660     title: "Intel-x710"
1661     nic: "NIC_Intel-X710"
1662   data: "vpp-nic-comparison-3n-hsw"
1663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1664   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1665   parameters:
1666   - "name"
1667   - "parent"
1668   - "throughput"
1669   - "tags"
1670
1671 # VPP Compare NICs 3n-hsw 1t1c pdr
1672 -
1673   type: "table"
1674   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1675   algorithm: "table_nics_comparison"
1676   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1677   reference:
1678     title: "Intel-x520"
1679     nic: "NIC_Intel-X520-DA2"
1680   compare:
1681     title: "Intel-x710"
1682     nic: "NIC_Intel-X710"
1683   data: "vpp-nic-comparison-3n-hsw"
1684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1685   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1686   parameters:
1687   - "name"
1688   - "parent"
1689   - "throughput"
1690   - "tags"
1691
1692 # VPP Compare NICs 3n-hsw 2t2c pdr
1693 -
1694   type: "table"
1695   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1696   algorithm: "table_nics_comparison"
1697   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1698   reference:
1699     title: "Intel-x520"
1700     nic: "NIC_Intel-X520-DA2"
1701   compare:
1702     title: "Intel-x710"
1703     nic: "NIC_Intel-X710"
1704   data: "vpp-nic-comparison-3n-hsw"
1705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1706   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1707   parameters:
1708   - "name"
1709   - "parent"
1710   - "throughput"
1711   - "tags"
1712
1713 # VPP Compare NICs 3n-hsw 1t1c mrr
1714 -
1715   type: "table"
1716   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1717   algorithm: "table_nics_comparison"
1718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1719   reference:
1720     title: "Intel-x520"
1721     nic: "NIC_Intel-X520-DA2"
1722   compare:
1723     title: "Intel-x710"
1724     nic: "NIC_Intel-X710"
1725   data: "vpp-nic-comparison-3n-hsw-mrr"
1726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1727   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1728   parameters:
1729   - "name"
1730   - "parent"
1731   - "result"
1732   - "tags"
1733
1734 # VPP Compare NICs 3n-hsw 2t2c mrr
1735 -
1736   type: "table"
1737   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1738   algorithm: "table_nics_comparison"
1739   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1740   reference:
1741     title: "Intel-x520"
1742     nic: "NIC_Intel-X520-DA2"
1743   compare:
1744     title: "Intel-x710"
1745     nic: "NIC_Intel-X710"
1746   data: "vpp-nic-comparison-3n-hsw-mrr"
1747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1748   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1749   parameters:
1750   - "name"
1751   - "parent"
1752   - "result"
1753   - "tags"
1754
1755 # VPP Compare NICs 3n-hsw 4t4c mrr
1756 -
1757   type: "table"
1758   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1759   algorithm: "table_nics_comparison"
1760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1761   reference:
1762     title: "Intel-x520"
1763     nic: "NIC_Intel-X520-DA2"
1764   compare:
1765     title: "Intel-x710"
1766     nic: "NIC_Intel-X710"
1767   data: "vpp-nic-comparison-3n-hsw-mrr"
1768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1769   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1770   parameters:
1771   - "name"
1772   - "parent"
1773   - "result"
1774   - "tags"
1775
1776 # VPP Compare NICs 3n-skx 2t1c ndr
1777 -
1778   type: "table"
1779   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1780   algorithm: "table_nics_comparison"
1781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1782   reference:
1783     title: "Intel-x710"
1784     nic: "NIC_Intel-X710"
1785   compare:
1786     title: "Intel-xxv710"
1787     nic: "NIC_Intel-XXV710"
1788   data: "vpp-nic-comparison-3n-skx"
1789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1790   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1791   parameters:
1792   - "name"
1793   - "parent"
1794   - "throughput"
1795   - "tags"
1796
1797 # VPP Compare NICs 3n-skx 4t2c ndr
1798 -
1799   type: "table"
1800   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1801   algorithm: "table_nics_comparison"
1802   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1803   reference:
1804     title: "Intel-x710"
1805     nic: "NIC_Intel-X710"
1806   compare:
1807     title: "Intel-xxv710"
1808     nic: "NIC_Intel-XXV710"
1809   data: "vpp-nic-comparison-3n-skx"
1810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1811   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1812   parameters:
1813   - "name"
1814   - "parent"
1815   - "throughput"
1816   - "tags"
1817
1818 # VPP Compare NICs 3n-skx 2t1c pdr
1819 -
1820   type: "table"
1821   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1822   algorithm: "table_nics_comparison"
1823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1824   reference:
1825     title: "Intel-x710"
1826     nic: "NIC_Intel-X710"
1827   compare:
1828     title: "Intel-xxv710"
1829     nic: "NIC_Intel-XXV710"
1830   data: "vpp-nic-comparison-3n-skx"
1831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1832   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1833   parameters:
1834   - "name"
1835   - "parent"
1836   - "throughput"
1837   - "tags"
1838
1839  # VPP Compare NICs 3n-skx 4t2c pdr
1840 -
1841   type: "table"
1842   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1843   algorithm: "table_nics_comparison"
1844   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1845   reference:
1846     title: "Intel-x710"
1847     nic: "NIC_Intel-X710"
1848   compare:
1849     title: "Intel-xxv710"
1850     nic: "NIC_Intel-XXV710"
1851   data: "vpp-nic-comparison-3n-skx"
1852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1853   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "throughput"
1858   - "tags"
1859
1860 # VPP Compare NICs 3n-skx 2t1c mrr
1861 -
1862   type: "table"
1863   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx-mrr"
1873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1874   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "result"
1879   - "tags"
1880
1881 # VPP Compare NICs 3n-skx 4t2c mrr
1882 -
1883   type: "table"
1884   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1885   algorithm: "table_nics_comparison"
1886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1887   reference:
1888     title: "Intel-x710"
1889     nic: "NIC_Intel-X710"
1890   compare:
1891     title: "Intel-xxv710"
1892     nic: "NIC_Intel-XXV710"
1893   data: "vpp-nic-comparison-3n-skx-mrr"
1894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1895   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1896   parameters:
1897   - "name"
1898   - "parent"
1899   - "result"
1900   - "tags"
1901
1902  # VPP Compare NICs 3n-skx 8t4c mrr
1903 -
1904   type: "table"
1905   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1906   algorithm: "table_nics_comparison"
1907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1908   reference:
1909     title: "Intel-x710"
1910     nic: "NIC_Intel-X710"
1911   compare:
1912     title: "Intel-xxv710"
1913     nic: "NIC_Intel-XXV710"
1914   data: "vpp-nic-comparison-3n-skx-mrr"
1915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1916   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1917   parameters:
1918   - "name"
1919   - "parent"
1920   - "result"
1921   - "tags"
1922
1923 # VPP Compare NICs 2n-skx 2t1c ndr
1924 -
1925   type: "table"
1926   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1927   algorithm: "table_nics_comparison"
1928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1929   reference:
1930     title: "Intel-x710"
1931     nic: "NIC_Intel-X710"
1932   compare:
1933     title: "Intel-xxv710"
1934     nic: "NIC_Intel-XXV710"
1935   data: "vpp-nic-comparison-2n-skx"
1936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1937   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1938   parameters:
1939   - "name"
1940   - "parent"
1941   - "throughput"
1942   - "tags"
1943
1944 # VPP Compare NICs 2n-skx 4t2c ndr
1945 -
1946   type: "table"
1947   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1948   algorithm: "table_nics_comparison"
1949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1950   reference:
1951     title: "Intel-x710"
1952     nic: "NIC_Intel-X710"
1953   compare:
1954     title: "Intel-xxv710"
1955     nic: "NIC_Intel-XXV710"
1956   data: "vpp-nic-comparison-2n-skx"
1957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1958   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1959   parameters:
1960   - "name"
1961   - "parent"
1962   - "throughput"
1963   - "tags"
1964
1965  # VPP Compare NICs 2n-skx 2t1c pdr
1966 -
1967   type: "table"
1968   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1969   algorithm: "table_nics_comparison"
1970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1971   reference:
1972     title: "Intel-x710"
1973     nic: "NIC_Intel-X710"
1974   compare:
1975     title: "Intel-xxv710"
1976     nic: "NIC_Intel-XXV710"
1977   data: "vpp-nic-comparison-2n-skx"
1978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1979   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1980   parameters:
1981   - "name"
1982   - "parent"
1983   - "throughput"
1984   - "tags"
1985
1986 # VPP Compare NICs 2n-skx 4t2c pdr
1987 -
1988   type: "table"
1989   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1990   algorithm: "table_nics_comparison"
1991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1992   reference:
1993     title: "Intel-x710"
1994     nic: "NIC_Intel-X710"
1995   compare:
1996     title: "Intel-xxv710"
1997     nic: "NIC_Intel-XXV710"
1998   data: "vpp-nic-comparison-2n-skx"
1999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2000   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001   parameters:
2002   - "name"
2003   - "parent"
2004   - "throughput"
2005   - "tags"
2006
2007 # VPP Compare NICs 2n-skx 2t1c mrr
2008 -
2009   type: "table"
2010   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2011   algorithm: "table_nics_comparison"
2012   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2013   reference:
2014     title: "Intel-x710"
2015     nic: "NIC_Intel-X710"
2016   compare:
2017     title: "Intel-xxv710"
2018     nic: "NIC_Intel-XXV710"
2019   data: "vpp-nic-comparison-2n-skx-mrr"
2020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2021   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2022   parameters:
2023   - "name"
2024   - "parent"
2025   - "result"
2026   - "tags"
2027
2028 # VPP Compare NICs 2n-skx 4t2c mrr
2029 -
2030   type: "table"
2031   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2032   algorithm: "table_nics_comparison"
2033   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2034   reference:
2035     title: "Intel-x710"
2036     nic: "NIC_Intel-X710"
2037   compare:
2038     title: "Intel-xxv710"
2039     nic: "NIC_Intel-XXV710"
2040   data: "vpp-nic-comparison-2n-skx-mrr"
2041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2042   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2043   parameters:
2044   - "name"
2045   - "parent"
2046   - "result"
2047   - "tags"
2048
2049 # VPP Compare NICs 2n-skx 8t4c mrr
2050 -
2051   type: "table"
2052   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2053   algorithm: "table_nics_comparison"
2054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2055   reference:
2056     title: "Intel-x710"
2057     nic: "NIC_Intel-X710"
2058   compare:
2059     title: "Intel-xxv710"
2060     nic: "NIC_Intel-XXV710"
2061   data: "vpp-nic-comparison-2n-skx-mrr"
2062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2063   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2064   parameters:
2065   - "name"
2066   - "parent"
2067   - "result"
2068   - "tags"
2069
2070 ################################################################################
2071 # VPP
2072
2073 # VPP Performance Changes 3n-hsw 1t1c pdr
2074 -
2075   type: "table"
2076   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2077   algorithm: "table_performance_comparison"
2078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2079   history:
2080     -
2081       title: "rls1807"
2082       data: "vpp-performance-changes-3n-hsw-h1"
2083   reference:
2084     title: "rls1810"
2085     data: "vpp-performance-changes-3n-hsw-ref"
2086   compare:
2087     title: "rls1901"
2088     data: "vpp-performance-changes-3n-hsw-cmp"
2089   data: "vpp-performance-changes-3n-hsw"
2090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2091   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2092   parameters:
2093   - "name"
2094   - "parent"
2095   - "throughput"
2096
2097 # VPP Performance Changes 3n-hsw 2t2c pdr
2098 -
2099   type: "table"
2100   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2101   algorithm: "table_performance_comparison"
2102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2103   history:
2104     -
2105       title: "rls1807"
2106       data: "vpp-performance-changes-3n-hsw-h1"
2107   reference:
2108     title: "rls1810"
2109     data: "vpp-performance-changes-3n-hsw-ref"
2110   compare:
2111     title: "rls1901"
2112     data: "vpp-performance-changes-3n-hsw-cmp"
2113   data: "vpp-performance-changes-3n-hsw"
2114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2115   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2116   parameters:
2117   - "name"
2118   - "parent"
2119   - "throughput"
2120
2121 # VPP Performance Changes 3n-hsw 1t1c ndr
2122 -
2123   type: "table"
2124   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2125   algorithm: "table_performance_comparison"
2126   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2127   history:
2128     -
2129       title: "rls1807"
2130       data: "vpp-performance-changes-3n-hsw-h1"
2131   reference:
2132     title: "rls1810"
2133     data: "vpp-performance-changes-3n-hsw-ref"
2134   compare:
2135     title: "rls1901"
2136     data: "vpp-performance-changes-3n-hsw-cmp"
2137   data: "vpp-performance-changes-3n-hsw"
2138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2139   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2140   parameters:
2141   - "name"
2142   - "parent"
2143   - "throughput"
2144
2145 # VPP Performance Changes 3n-hsw 2t2c ndr
2146 -
2147   type: "table"
2148   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2149   algorithm: "table_performance_comparison"
2150   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2151   history:
2152     -
2153       title: "rls1807"
2154       data: "vpp-performance-changes-3n-hsw-h1"
2155   reference:
2156     title: "rls1810"
2157     data: "vpp-performance-changes-3n-hsw-ref"
2158   compare:
2159     title: "rls1901"
2160     data: "vpp-performance-changes-3n-hsw-cmp"
2161   data: "vpp-performance-changes-3n-hsw"
2162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2163   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2164   parameters:
2165   - "name"
2166   - "parent"
2167   - "throughput"
2168
2169 # VPP Performance Changes 3n-skx 2t1c pdr
2170 -
2171   type: "table"
2172   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2173   algorithm: "table_performance_comparison"
2174   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2175   history:
2176     -
2177       title: "rls1807"
2178       data: "vpp-performance-changes-3n-skx-h1"
2179   reference:
2180     title: "rls1810"
2181     data: "vpp-performance-changes-3n-skx-ref"
2182   compare:
2183     title: "rls1901"
2184     data: "vpp-performance-changes-3n-skx-cmp"
2185   data: "vpp-performance-changes-3n-skx"
2186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2187   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2188   parameters:
2189   - "name"
2190   - "parent"
2191   - "throughput"
2192
2193 # VPP Performance Changes 3n-skx 4t2c pdr
2194 -
2195   type: "table"
2196   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2197   algorithm: "table_performance_comparison"
2198   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2199   history:
2200     -
2201       title: "rls1807"
2202       data: "vpp-performance-changes-3n-skx-h1"
2203   reference:
2204     title: "rls1810"
2205     data: "vpp-performance-changes-3n-skx-ref"
2206   compare:
2207     title: "rls1901"
2208     data: "vpp-performance-changes-3n-skx-cmp"
2209   data: "vpp-performance-changes-3n-skx"
2210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2211   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2212   parameters:
2213   - "name"
2214   - "parent"
2215   - "throughput"
2216
2217 # VPP Performance Changes 3n-skx 2t1c ndr
2218 -
2219   type: "table"
2220   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2221   algorithm: "table_performance_comparison"
2222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2223   history:
2224     -
2225       title: "rls1807"
2226       data: "vpp-performance-changes-3n-skx-h1"
2227   reference:
2228     title: "rls1810"
2229     data: "vpp-performance-changes-3n-skx-ref"
2230   compare:
2231     title: "rls1901"
2232     data: "vpp-performance-changes-3n-skx-cmp"
2233   data: "vpp-performance-changes-3n-skx"
2234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2235   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2236   parameters:
2237   - "name"
2238   - "parent"
2239   - "throughput"
2240
2241 # VPP Performance Changes 3n-skx 4t2c ndr
2242 -
2243   type: "table"
2244   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2245   algorithm: "table_performance_comparison"
2246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2247   history:
2248     -
2249       title: "rls1807"
2250       data: "vpp-performance-changes-3n-skx-h1"
2251   reference:
2252     title: "rls1810"
2253     data: "vpp-performance-changes-3n-skx-ref"
2254   compare:
2255     title: "rls1901"
2256     data: "vpp-performance-changes-3n-skx-cmp"
2257   data: "vpp-performance-changes-3n-skx"
2258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2259   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2260   parameters:
2261   - "name"
2262   - "parent"
2263   - "throughput"
2264
2265 # VPP Performance Changes 2n-skx 2t1c pdr
2266 -
2267   type: "table"
2268   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2269   algorithm: "table_performance_comparison"
2270   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2271   history:
2272     -
2273       title: "rls1807"
2274       data: "vpp-performance-changes-2n-skx-h1"
2275   reference:
2276     title: "rls1810"
2277     data: "vpp-performance-changes-2n-skx-ref"
2278   compare:
2279     title: "rls1901"
2280     data: "vpp-performance-changes-2n-skx-cmp"
2281   data: "vpp-performance-changes-2n-skx"
2282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2283   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2284   parameters:
2285   - "name"
2286   - "parent"
2287   - "throughput"
2288
2289 # VPP Performance Changes 2n-skx 4t2c pdr
2290 -
2291   type: "table"
2292   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2293   algorithm: "table_performance_comparison"
2294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2295   history:
2296     - title: "rls1807"
2297       data: "vpp-performance-changes-2n-skx-h1"
2298   reference:
2299     title: "rls1810"
2300     data: "vpp-performance-changes-2n-skx-ref"
2301   compare:
2302     title: "rls1901"
2303     data: "vpp-performance-changes-2n-skx-cmp"
2304   data: "vpp-performance-changes-2n-skx"
2305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2306   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2307   parameters:
2308   - "name"
2309   - "parent"
2310   - "throughput"
2311
2312 # VPP Performance Changes 2n-skx 2t1c ndr
2313 -
2314   type: "table"
2315   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2316   algorithm: "table_performance_comparison"
2317   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2318   history:
2319     - title: "rls1807"
2320       data: "vpp-performance-changes-2n-skx-h1"
2321   reference:
2322     title: "rls1810"
2323     data: "vpp-performance-changes-2n-skx-ref"
2324   compare:
2325     title: "rls1901"
2326     data: "vpp-performance-changes-2n-skx-cmp"
2327   data: "vpp-performance-changes-2n-skx"
2328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2329   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2330   parameters:
2331   - "name"
2332   - "parent"
2333   - "throughput"
2334
2335 # VPP Performance Changes 2n-skx 4t2c ndr
2336 -
2337   type: "table"
2338   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2339   algorithm: "table_performance_comparison"
2340   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2341   history:
2342     - title: "rls1807"
2343       data: "vpp-performance-changes-2n-skx-h1"
2344   reference:
2345     title: "rls1810"
2346     data: "vpp-performance-changes-2n-skx-ref"
2347   compare:
2348     title: "rls1901"
2349     data: "vpp-performance-changes-2n-skx-cmp"
2350   data: "vpp-performance-changes-2n-skx"
2351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2352   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2353   parameters:
2354   - "name"
2355   - "parent"
2356   - "throughput"
2357
2358 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2359 -
2360   type: "table"
2361   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2362   algorithm: "table_performance_comparison"
2363   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2364   reference:
2365     title: "3-Node Hsw"
2366     data: "vpp-compare-testbeds-ref"
2367   compare:
2368     title: "3-Node Skx"
2369     data: "vpp-compare-testbeds-cmp"
2370   data: "vpp-compare-testbeds"
2371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2372   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2373   parameters:
2374   - "name"
2375   - "parent"
2376   - "throughput"
2377
2378 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2379 -
2380   type: "table"
2381   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2382   algorithm: "table_performance_comparison"
2383   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2384   reference:
2385     title: "3-Node Hsw"
2386     data: "vpp-compare-testbeds-ref"
2387   compare:
2388     title: "3-Node Skx"
2389     data: "vpp-compare-testbeds-cmp"
2390   data: "vpp-compare-testbeds"
2391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2392   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2393   parameters:
2394   - "name"
2395   - "parent"
2396   - "throughput"
2397
2398 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2399 -
2400   type: "table"
2401   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2402   algorithm: "table_performance_comparison"
2403   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2404   reference:
2405     title: "3-Node Hsw"
2406     data: "vpp-compare-testbeds-ref"
2407   compare:
2408     title: "3-Node Skx"
2409     data: "vpp-compare-testbeds-cmp"
2410   data: "vpp-compare-testbeds"
2411   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2412   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2413   parameters:
2414   - "name"
2415   - "parent"
2416   - "throughput"
2417
2418 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2419 -
2420   type: "table"
2421   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2422   algorithm: "table_performance_comparison"
2423   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2424   reference:
2425     title: "3-Node Hsw"
2426     data: "vpp-compare-testbeds-ref"
2427   compare:
2428     title: "3-Node Skx"
2429     data: "vpp-compare-testbeds-cmp"
2430   data: "vpp-compare-testbeds"
2431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2432   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2433   parameters:
2434   - "name"
2435   - "parent"
2436   - "throughput"
2437
2438 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2439 -
2440   type: "table"
2441   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2442   algorithm: "table_performance_comparison"
2443   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2444   reference:
2445     title: "3-Node Skx"
2446     data: "vpp-compare-topologies-ref"
2447   compare:
2448     title: "2-Node Skx"
2449     data: "vpp-compare-topologies-cmp"
2450   data: "vpp-compare-topologies"
2451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2452   filter: "'NDRPDR' and '1C'"
2453   parameters:
2454   - "name"
2455   - "parent"
2456   - "throughput"
2457
2458 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2459 -
2460   type: "table"
2461   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2462   algorithm: "table_performance_comparison"
2463   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2464   reference:
2465     title: "3-Node Skx"
2466     data: "vpp-compare-topologies-ref"
2467   compare:
2468     title: "2-Node Skx"
2469     data: "vpp-compare-topologies-cmp"
2470   data: "vpp-compare-topologies"
2471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'NDRPDR' and '2C'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2479 -
2480   type: "table"
2481   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2482   algorithm: "table_performance_comparison"
2483   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2484   reference:
2485     title: "3-Node Skx"
2486     data: "vpp-compare-topologies-ref"
2487   compare:
2488     title: "2-Node Skx"
2489     data: "vpp-compare-topologies-cmp"
2490   data: "vpp-compare-topologies"
2491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2492   filter: "'NDRPDR' and '1C'"
2493   parameters:
2494   - "name"
2495   - "parent"
2496   - "throughput"
2497
2498 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2499 -
2500   type: "table"
2501   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2502   algorithm: "table_performance_comparison"
2503   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2504   reference:
2505     title: "3-Node Skx"
2506     data: "vpp-compare-topologies-ref"
2507   compare:
2508     title: "2-Node Skx"
2509     data: "vpp-compare-topologies-cmp"
2510   data: "vpp-compare-topologies"
2511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2512   filter: "'NDRPDR' and '2C'"
2513   parameters:
2514   - "name"
2515   - "parent"
2516   - "throughput"
2517
2518 # VPP Performance Changes 3n-hsw 1t1c MRR
2519 -
2520   type: "table"
2521   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2522   algorithm: "table_performance_comparison"
2523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2524   history:
2525     -
2526       title: "rls1807"
2527       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2528   reference:
2529     title: "rls1810"
2530     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2531   compare:
2532     title: "rls1901"
2533     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2534   data: "vpp-performance-changes-3n-hsw-mrr"
2535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2536   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2537   parameters:
2538   - "name"
2539   - "parent"
2540   - "result"
2541
2542 # VPP Performance Changes 3n-hsw 2t2c MRR
2543 -
2544   type: "table"
2545   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2546   algorithm: "table_performance_comparison"
2547   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2548   history:
2549     -
2550       title: "rls1807"
2551       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2552   reference:
2553     title: "rls1810"
2554     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2555   compare:
2556     title: "rls1901"
2557     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2558   data: "vpp-performance-changes-3n-hsw-mrr"
2559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2560   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2561   parameters:
2562   - "name"
2563   - "parent"
2564   - "result"
2565
2566 # VPP Performance Changes 3n-hsw 4t4c MRR
2567 -
2568   type: "table"
2569   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2570   algorithm: "table_performance_comparison"
2571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2572   history:
2573     -
2574       title: "rls1807"
2575       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2576   reference:
2577     title: "rls1810"
2578     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2579   compare:
2580     title: "rls1901"
2581     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2582   data: "vpp-performance-changes-3n-hsw-mrr"
2583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2584   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2585   parameters:
2586   - "name"
2587   - "parent"
2588   - "result"
2589
2590 # VPP Performance Changes 3n-skx 2t1c MRR
2591 -
2592   type: "table"
2593   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2594   algorithm: "table_performance_comparison"
2595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2596   history:
2597     -
2598       title: "rls1807"
2599       data: "vpp-performance-changes-3n-skx-mrr-h1"
2600   reference:
2601     title: "rls1810"
2602     data: "vpp-performance-changes-3n-skx-mrr-ref"
2603   compare:
2604     title: "rls1901"
2605     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2606   data: "vpp-performance-changes-3n-skx-mrr"
2607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2608   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2609   parameters:
2610   - "name"
2611   - "parent"
2612   - "result"
2613
2614 # VPP Performance Changes 3n-skx 4t2c MRR
2615 -
2616   type: "table"
2617   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2618   algorithm: "table_performance_comparison"
2619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2620   history:
2621     -
2622       title: "rls1807"
2623       data: "vpp-performance-changes-3n-skx-mrr-h1"
2624   reference:
2625     title: "rls1810"
2626     data: "vpp-performance-changes-3n-skx-mrr-ref"
2627   compare:
2628     title: "rls1901"
2629     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2630   data: "vpp-performance-changes-3n-skx-mrr"
2631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2632   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2633   parameters:
2634   - "name"
2635   - "parent"
2636   - "result"
2637
2638 # VPP Performance Changes 3n-skx 8t4c MRR
2639 -
2640   type: "table"
2641   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2642   algorithm: "table_performance_comparison"
2643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2644   history:
2645     -
2646       title: "rls1807"
2647       data: "vpp-performance-changes-3n-skx-mrr-h1"
2648   reference:
2649     title: "rls1810"
2650     data: "vpp-performance-changes-3n-skx-mrr-ref"
2651   compare:
2652     title: "rls1901"
2653     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2654   data: "vpp-performance-changes-3n-skx-mrr"
2655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2656   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2657   parameters:
2658   - "name"
2659   - "parent"
2660   - "result"
2661
2662 # VPP Performance Changes 2n-skx 2t1c MRR
2663 -
2664   type: "table"
2665   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2666   algorithm: "table_performance_comparison"
2667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2668   history:
2669     -
2670       title: "rls1807"
2671       data: "vpp-performance-changes-2n-skx-mrr-h1"
2672   reference:
2673     title: "rls1810"
2674     data: "vpp-performance-changes-2n-skx-mrr-ref"
2675   compare:
2676     title: "rls1901"
2677     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2678   data: "vpp-performance-changes-2n-skx-mrr"
2679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2680   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "result"
2685
2686 # VPP Performance Changes 2n-skx 4t2c MRR
2687 -
2688   type: "table"
2689   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2690   algorithm: "table_performance_comparison"
2691   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2692   history:
2693     -
2694       title: "rls1807"
2695       data: "vpp-performance-changes-2n-skx-mrr-h1"
2696   reference:
2697     title: "rls1810"
2698     data: "vpp-performance-changes-2n-skx-mrr-ref"
2699   compare:
2700     title: "rls1901"
2701     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2702   data: "vpp-performance-changes-2n-skx-mrr"
2703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2704   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2705   parameters:
2706   - "name"
2707   - "parent"
2708   - "result"
2709
2710 # VPP Performance Changes 2n-skx 8t4c MRR
2711 -
2712   type: "table"
2713   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2714   algorithm: "table_performance_comparison"
2715   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2716   history:
2717     -
2718       title: "rls1807"
2719       data: "vpp-performance-changes-2n-skx-mrr-h1"
2720   reference:
2721     title: "rls1810"
2722     data: "vpp-performance-changes-2n-skx-mrr-ref"
2723   compare:
2724     title: "rls1901"
2725     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2726   data: "vpp-performance-changes-2n-skx-mrr"
2727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2728   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2729   parameters:
2730   - "name"
2731   - "parent"
2732   - "result"
2733
2734 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2735 -
2736   type: "table"
2737   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2738   algorithm: "table_performance_comparison"
2739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2740   reference:
2741     title: "3-Node Hsw"
2742     data: "vpp-compare-testbeds-mrr-ref"
2743   compare:
2744     title: "3-Node Skx"
2745     data: "vpp-compare-testbeds-mrr-cmp"
2746   data: "vpp-compare-testbeds-mrr"
2747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2748   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2749   parameters:
2750   - "name"
2751   - "parent"
2752   - "result"
2753
2754 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2755 -
2756   type: "table"
2757   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2758   algorithm: "table_performance_comparison"
2759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2760   reference:
2761     title: "3-Node Hsw"
2762     data: "vpp-compare-testbeds-mrr-ref"
2763   compare:
2764     title: "3-Node Skx"
2765     data: "vpp-compare-testbeds-mrr-cmp"
2766   data: "vpp-compare-testbeds-mrr"
2767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2768   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2769   parameters:
2770   - "name"
2771   - "parent"
2772   - "result"
2773
2774 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2775 -
2776   type: "table"
2777   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2778   algorithm: "table_performance_comparison"
2779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2780   reference:
2781     title: "3-Node Hsw"
2782     data: "vpp-compare-testbeds-mrr-ref"
2783   compare:
2784     title: "3-Node Skx"
2785     data: "vpp-compare-testbeds-mrr-cmp"
2786   data: "vpp-compare-testbeds-mrr"
2787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2788   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2789   parameters:
2790   - "name"
2791   - "parent"
2792   - "result"
2793
2794 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2795 -
2796   type: "table"
2797   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2798   algorithm: "table_performance_comparison"
2799   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2800   reference:
2801     title: "3-Node Skx"
2802     data: "vpp-compare-topologies-mrr-ref"
2803   compare:
2804     title: "2-Node Skx"
2805     data: "vpp-compare-topologies-mrr-cmp"
2806   data: "vpp-compare-topologies-mrr"
2807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2808   filter: "'MRR' and '1C'"
2809   parameters:
2810   - "name"
2811   - "parent"
2812   - "result"
2813
2814 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2815 -
2816   type: "table"
2817   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2818   algorithm: "table_performance_comparison"
2819   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2820   reference:
2821     title: "3-Node Skx"
2822     data: "vpp-compare-topologies-mrr-ref"
2823   compare:
2824     title: "2-Node Skx"
2825     data: "vpp-compare-topologies-mrr-cmp"
2826   data: "vpp-compare-topologies-mrr"
2827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2828   filter: "'MRR' and '2C'"
2829   parameters:
2830   - "name"
2831   - "parent"
2832   - "result"
2833
2834 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2835 -
2836   type: "table"
2837   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2838   algorithm: "table_performance_comparison"
2839   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2840   reference:
2841     title: "3-Node Skx"
2842     data: "vpp-compare-topologies-mrr-ref"
2843   compare:
2844     title: "2-Node Skx"
2845     data: "vpp-compare-topologies-mrr-cmp"
2846   data: "vpp-compare-topologies-mrr"
2847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2848   filter: "'MRR' and '4C'"
2849   parameters:
2850   - "name"
2851   - "parent"
2852   - "result"
2853
2854 # Detailed Test Results - VPP Performance Results 3n-hsw
2855 -
2856   type: "table"
2857   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2858   algorithm: "table_merged_details"
2859   output-file-ext: ".csv"
2860   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2861   columns:
2862   -
2863     title: "Name"
2864     data: "data name"
2865   -
2866     title: "Status"
2867     data: "data msg"
2868   rows: "generated"
2869   data: "vpp-perf-results-3n-hsw"
2870   filter: "not 'NDRCHK' and not 'PDRCHK'"
2871   parameters:
2872   - "name"
2873   - "parent"
2874   - "msg"
2875
2876 # Detailed Test Results - VPP Performance Results 3n-skx
2877 -
2878   type: "table"
2879   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2880   algorithm: "table_merged_details"
2881   output-file-ext: ".csv"
2882   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2883   columns:
2884   -
2885     title: "Name"
2886     data: "data name"
2887   -
2888     title: "Status"
2889     data: "data msg"
2890   rows: "generated"
2891   data: "vpp-perf-results-3n-skx"
2892   filter: "not 'NDRCHK' and not 'PDRCHK'"
2893   parameters:
2894   - "name"
2895   - "parent"
2896   - "msg"
2897
2898 # Detailed Test Results - VPP Performance Results 2n-skx
2899 -
2900   type: "table"
2901   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2902   algorithm: "table_merged_details"
2903   output-file-ext: ".csv"
2904   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2905   columns:
2906   -
2907     title: "Name"
2908     data: "data name"
2909   -
2910     title: "Status"
2911     data: "data msg"
2912   rows: "generated"
2913   data: "vpp-perf-results-2n-skx"
2914   filter: "not 'NDRCHK' and not 'PDRCHK'"
2915   parameters:
2916   - "name"
2917   - "parent"
2918   - "msg"
2919
2920 # Detailed Test Results - VPP Performance Results 2n-dnv
2921 -
2922   type: "table"
2923   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2924   algorithm: "table_details"
2925   output-file-ext: ".csv"
2926   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2927   columns:
2928   -
2929     title: "Name"
2930     data: "data name"
2931   -
2932     title: "Status"
2933     data: "data msg"
2934   rows: "generated"
2935   data: "intel-dnv-vpp"
2936   filter: "'NDRPDR'"
2937   parameters:
2938   - "name"
2939   - "parent"
2940   - "msg"
2941
2942 # Test configuration - VPP Performance Test Configs 3n-hsw
2943 -
2944   type: "table"
2945   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2946   algorithm: "table_merged_details"
2947   output-file-ext: ".csv"
2948   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2949   columns:
2950   -
2951     title: "Name"
2952     data: "data name"
2953   -
2954     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2955     data: "data vat-history"
2956   rows: "generated"
2957   data: "vpp-perf-results-3n-hsw"
2958   filter: "not 'NDRCHK' and not 'PDRCHK'"
2959   parameters:
2960   - "parent"
2961   - "name"
2962   - "vat-history"
2963
2964 # Test configuration - VPP Performance Test Configs 3n-skx
2965 -
2966   type: "table"
2967   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2968   algorithm: "table_merged_details"
2969   output-file-ext: ".csv"
2970   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2971   columns:
2972   -
2973     title: "Name"
2974     data: "data name"
2975   -
2976     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2977     data: "data vat-history"
2978   rows: "generated"
2979   data: "vpp-perf-results-3n-skx"
2980   filter: "not 'NDRCHK' and not 'PDRCHK'"
2981   parameters:
2982   - "parent"
2983   - "name"
2984   - "vat-history"
2985
2986 # Test configuration - VPP Performance Test Configs 2n-skx
2987 -
2988   type: "table"
2989   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2990   algorithm: "table_merged_details"
2991   output-file-ext: ".csv"
2992   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2993   columns:
2994   -
2995     title: "Name"
2996     data: "data name"
2997   -
2998     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2999     data: "data vat-history"
3000   rows: "generated"
3001   data: "vpp-perf-results-2n-skx"
3002   filter: "not 'NDRCHK' and not 'PDRCHK'"
3003   parameters:
3004   - "parent"
3005   - "name"
3006   - "vat-history"
3007
3008 # Test configuration - VPP Performance Test Configs 2n-dnv
3009 -
3010   type: "table"
3011   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3012   algorithm: "table_details"
3013   output-file-ext: ".csv"
3014   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3015   columns:
3016   -
3017     title: "Name"
3018     data: "data name"
3019   -
3020     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3021     data: "data vat-history"
3022   rows: "generated"
3023   data: "intel-dnv-vpp"
3024   filter: "'NDRPDR'"
3025   parameters:
3026   - "parent"
3027   - "name"
3028   - "vat-history"
3029
3030 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3031 -
3032   type: "table"
3033   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3034   algorithm: "table_merged_details"
3035   output-file-ext: ".csv"
3036   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3037   columns:
3038   -
3039     title: "Name"
3040     data: "data name"
3041   -
3042     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3043     data: "data show-run"
3044   rows: "generated"
3045   data: "vpp-perf-results-3n-hsw"
3046   filter: "not 'NDRCHK' and not 'PDRCHK'"
3047   parameters:
3048   - "parent"
3049   - "name"
3050   - "show-run"
3051
3052 # Test Operational Data - VPP Performance Operational Data 3n-skx
3053 -
3054   type: "table"
3055   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3056   algorithm: "table_merged_details"
3057   output-file-ext: ".csv"
3058   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3059   columns:
3060   -
3061     title: "Name"
3062     data: "data name"
3063   -
3064     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3065     data: "data show-run"
3066   rows: "generated"
3067   data: "vpp-perf-results-3n-skx"
3068   filter: "not 'NDRCHK' and not 'PDRCHK'"
3069   parameters:
3070   - "parent"
3071   - "name"
3072   - "show-run"
3073
3074 # Test Operational Data - VPP Performance Operational Data 2n-skx
3075 -
3076   type: "table"
3077   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3078   algorithm: "table_merged_details"
3079   output-file-ext: ".csv"
3080   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3081   columns:
3082   -
3083     title: "Name"
3084     data: "data name"
3085   -
3086     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3087     data: "data show-run"
3088   rows: "generated"
3089   data: "vpp-perf-results-2n-skx"
3090   filter: "not 'NDRCHK' and not 'PDRCHK'"
3091   parameters:
3092   - "parent"
3093   - "name"
3094   - "show-run"
3095
3096 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3097 -
3098   type: "table"
3099   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3100   algorithm: "table_details"
3101   output-file-ext: ".csv"
3102   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3103   columns:
3104   -
3105     title: "Name"
3106     data: "data name"
3107   -
3108     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3109     data: "data show-run"
3110   rows: "generated"
3111   data: "intel-dnv-vpp"
3112   filter: "'NDRPDR'"
3113   parameters:
3114   - "parent"
3115   - "name"
3116   - "show-run"
3117
3118 # Detailed Test Results - VPP MRR Results 3n-hsw
3119 -
3120   type: "table"
3121   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3122   algorithm: "table_details"
3123   output-file-ext: ".csv"
3124   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3125   columns:
3126   -
3127     title: "Name"
3128     data: "data name"
3129   -
3130     title: "Status"
3131     data: "data msg"
3132   rows: "generated"
3133   data: "vpp-mrr-results-3n-hsw"
3134   filter: "'MRR'"
3135   parameters:
3136   - "name"
3137   - "parent"
3138   - "msg"
3139
3140 # Detailed Test Results - VPP MRR Results 3n-skx
3141 -
3142   type: "table"
3143   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3144   algorithm: "table_details"
3145   output-file-ext: ".csv"
3146   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3147   columns:
3148   -
3149     title: "Name"
3150     data: "data name"
3151   -
3152     title: "Status"
3153     data: "data msg"
3154   rows: "generated"
3155   data: "vpp-mrr-results-3n-skx"
3156   filter: "'MRR'"
3157   parameters:
3158   - "name"
3159   - "parent"
3160   - "msg"
3161
3162 # Detailed Test Results - VPP MRR Results 2n-skx
3163 -
3164   type: "table"
3165   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3166   algorithm: "table_details"
3167   output-file-ext: ".csv"
3168   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3169   columns:
3170   -
3171     title: "Name"
3172     data: "data name"
3173   -
3174     title: "Status"
3175     data: "data msg"
3176   rows: "generated"
3177   data: "vpp-mrr-results-2n-skx"
3178   filter: "'MRR'"
3179   parameters:
3180   - "name"
3181   - "parent"
3182   - "msg"
3183
3184 # Detailed Test Results - VPP MRR Results 2n-dnv
3185 -
3186   type: "table"
3187   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3188   algorithm: "table_details"
3189   output-file-ext: ".csv"
3190   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3191   columns:
3192   -
3193     title: "Name"
3194     data: "data name"
3195   -
3196     title: "Status"
3197     data: "data msg"
3198   rows: "generated"
3199   data: "intel-dnv-vpp"
3200   filter: "'MRR'"
3201   parameters:
3202   - "name"
3203   - "parent"
3204   - "msg"
3205
3206 # Test configuration - VPP MRR Test Configs 3n-hsw
3207 -
3208   type: "table"
3209   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3210   algorithm: "table_details"
3211   output-file-ext: ".csv"
3212   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3213   columns:
3214   -
3215     title: "Name"
3216     data: "data name"
3217   -
3218     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3219     data: "data vat-history"
3220   rows: "generated"
3221   data: "vpp-mrr-results-3n-hsw"
3222   filter: "'MRR'"
3223   parameters:
3224   - "parent"
3225   - "name"
3226   - "vat-history"
3227
3228 # Test configuration - VPP MRR Test Configs 3n-skx
3229 -
3230   type: "table"
3231   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3232   algorithm: "table_details"
3233   output-file-ext: ".csv"
3234   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3235   columns:
3236   -
3237     title: "Name"
3238     data: "data name"
3239   -
3240     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3241     data: "data vat-history"
3242   rows: "generated"
3243   data: "vpp-mrr-results-3n-skx"
3244   filter: "'MRR'"
3245   parameters:
3246   - "parent"
3247   - "name"
3248   - "vat-history"
3249
3250 # Test configuration - VPP MRR Test Configs 2n-skx
3251 -
3252   type: "table"
3253   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3254   algorithm: "table_details"
3255   output-file-ext: ".csv"
3256   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3257   columns:
3258   -
3259     title: "Name"
3260     data: "data name"
3261   -
3262     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3263     data: "data vat-history"
3264   rows: "generated"
3265   data: "vpp-mrr-results-2n-skx"
3266   filter: "'MRR'"
3267   parameters:
3268   - "parent"
3269   - "name"
3270   - "vat-history"
3271
3272 # Test configuration - VPP MRR Test Configs 2n-dnv
3273 -
3274   type: "table"
3275   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3276   algorithm: "table_details"
3277   output-file-ext: ".csv"
3278   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3279   columns:
3280   -
3281     title: "Name"
3282     data: "data name"
3283   -
3284     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3285     data: "data vat-history"
3286   rows: "generated"
3287   data: "intel-dnv-vpp"
3288   filter: "'MRR'"
3289   parameters:
3290   - "parent"
3291   - "name"
3292   - "vat-history"
3293
3294 # Detailed Test Results - VPP Functional Results - Ubuntu
3295 -
3296   type: "table"
3297   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3298   algorithm: "table_details"
3299   output-file-ext: ".csv"
3300   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3301   columns:
3302   -
3303     title: "Name"
3304     data: "data name"
3305   -
3306     title: "Documentation"
3307     data: "data doc"
3308   -
3309     title: "Status"
3310     data: "data status"
3311   rows: "generated"
3312   data: "vpp-func-results-ubuntu"
3313   filter: "all"
3314   parameters:
3315   - "name"
3316   - "parent"
3317   - "doc"
3318   - "status"
3319
3320 # Detailed Test Results - VPP Functional Results - CentOS
3321 -
3322   type: "table"
3323   title: "Detailed Test Results - VPP Functional Results - CentOS"
3324   algorithm: "table_details"
3325   output-file-ext: ".csv"
3326   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3327   columns:
3328   -
3329     title: "Name"
3330     data: "data name"
3331   -
3332     title: "Documentation"
3333     data: "data doc"
3334   -
3335     title: "Status"
3336     data: "data status"
3337   rows: "generated"
3338   data:
3339     "vpp-func-results-centos"
3340   filter: "all"
3341   parameters:
3342   - "name"
3343   - "parent"
3344   - "doc"
3345   - "status"
3346
3347 # Test configuration - VPP Functional Test Configs - Ubuntu
3348 -
3349   type: "table"
3350   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3351   algorithm: "table_details"
3352   output-file-ext: ".csv"
3353   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3354   columns:
3355   -
3356     title: "Name"
3357     data: "data name"
3358   -
3359     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3360     data: "data vat-history"
3361   rows: "generated"
3362   data: "vpp-func-results-ubuntu"
3363   filter: "all"
3364   parameters:
3365   - "parent"
3366   - "name"
3367   - "vat-history"
3368
3369 # Test configuration - VPP Functional Test Configs - CentOS
3370 -
3371   type: "table"
3372   title: "Test configuration - VPP Functional Test Configs - CentOS"
3373   algorithm: "table_details"
3374   output-file-ext: ".csv"
3375   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3376   columns:
3377   -
3378     title: "Name"
3379     data: "data name"
3380   -
3381     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3382     data: "data vat-history"
3383   rows: "generated"
3384   data: "vpp-func-results-centos"
3385   filter: "all"
3386   parameters:
3387   - "parent"
3388   - "name"
3389   - "vat-history"
3390
3391 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3392 -
3393   type: "table"
3394   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3395   algorithm: "table_details"
3396   output-file-ext: ".csv"
3397   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3398   columns:
3399   -
3400     title: "Name"
3401     data: "data name"
3402   -
3403     title: "Status"
3404     data: "data msg"
3405   rows: "generated"
3406   data: "ligato-perf-results-3n-hsw"
3407   filter: "all"
3408   parameters:
3409   - "name"
3410   - "parent"
3411   - "msg"
3412
3413 # Detailed Test Results - VPP Device Results - Ubuntu
3414 -
3415   type: "table"
3416   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3417   algorithm: "table_details"
3418   output-file-ext: ".csv"
3419   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3420   columns:
3421   -
3422     title: "Name"
3423     data: "data name"
3424   -
3425     title: "Documentation"
3426     data: "data doc"
3427   -
3428     title: "Status"
3429     data: "data status"
3430   rows: "generated"
3431   data: "vpp-device-results-ubuntu"
3432   filter: "all"
3433   parameters:
3434   - "name"
3435   - "parent"
3436   - "doc"
3437   - "status"
3438
3439 # Test configuration - VPP Device Test Configs - Ubuntu
3440 -
3441   type: "table"
3442   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3443   algorithm: "table_details"
3444   output-file-ext: ".csv"
3445   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3446   columns:
3447   -
3448     title: "Name"
3449     data: "data name"
3450   -
3451     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3452     data: "data vat-history"
3453   rows: "generated"
3454   data: "vpp-device-results-ubuntu"
3455   filter: "all"
3456   parameters:
3457   - "parent"
3458   - "name"
3459   - "vat-history"
3460
3461 ################################################################################
3462
3463 # DPDK Performance Changes 3n-hsw 1t1c pdr
3464 -
3465   type: "table"
3466   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3467   algorithm: "table_performance_comparison"
3468   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3469   history:
3470     -
3471       title: "rls1807"
3472       data: "dpdk-performance-changes-3n-hsw-h1"
3473   reference:
3474     title: "rls1810"
3475     data: "dpdk-performance-changes-3n-hsw-ref"
3476   compare:
3477     title: "rls1901"
3478     data: "dpdk-performance-changes-3n-hsw-cmp"
3479   data: "dpdk-performance-changes-3n-hsw"
3480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3481   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3482   parameters:
3483   - "name"
3484   - "parent"
3485   - "throughput"
3486
3487 # DPDK Performance Changes 3n-hsw 2t2c pdr
3488 -
3489   type: "table"
3490   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3491   algorithm: "table_performance_comparison"
3492   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3493   history:
3494     -
3495       title: "rls1807"
3496       data: "dpdk-performance-changes-3n-hsw-h1"
3497   reference:
3498     title: "rls1810"
3499     data: "dpdk-performance-changes-3n-hsw-ref"
3500   compare:
3501     title: "rls1901"
3502     data: "dpdk-performance-changes-3n-hsw-cmp"
3503   data: "dpdk-performance-changes-3n-hsw"
3504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3505   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3506   parameters:
3507   - "name"
3508   - "parent"
3509   - "throughput"
3510
3511 # DPDK Performance Changes 3n-hsw 1t1c ndr
3512 -
3513   type: "table"
3514   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3515   algorithm: "table_performance_comparison"
3516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3517   history:
3518     -
3519       title: "rls1807"
3520       data: "dpdk-performance-changes-3n-hsw-h1"
3521   reference:
3522     title: "rls1810"
3523     data: "dpdk-performance-changes-3n-hsw-ref"
3524   compare:
3525     title: "rls1901"
3526     data: "dpdk-performance-changes-3n-hsw-cmp"
3527   data: "dpdk-performance-changes-3n-hsw"
3528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3530   parameters:
3531   - "name"
3532   - "parent"
3533   - "throughput"
3534
3535 # DPDK Performance Changes 3n-hsw 2t2c ndr
3536 -
3537   type: "table"
3538   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3539   algorithm: "table_performance_comparison"
3540   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3541   history:
3542     -
3543       title: "rls1807"
3544       data: "dpdk-performance-changes-3n-hsw-h1"
3545   reference:
3546     title: "rls1810"
3547     data: "dpdk-performance-changes-3n-hsw-ref"
3548   compare:
3549     title: "rls1901"
3550     data: "dpdk-performance-changes-3n-hsw-cmp"
3551   data: "dpdk-performance-changes-3n-hsw"
3552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3554   parameters:
3555   - "name"
3556   - "parent"
3557   - "throughput"
3558
3559 # DPDK Performance Changes 3n-skx 2t1c pdr
3560 -
3561   type: "table"
3562   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3563   algorithm: "table_performance_comparison"
3564   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3565   history:
3566     -
3567       title: "rls1807"
3568       data: "dpdk-performance-changes-3n-skx-h1"
3569   reference:
3570     title: "rls1810"
3571     data: "dpdk-performance-changes-3n-skx-ref"
3572   compare:
3573     title: "rls1901"
3574     data: "dpdk-performance-changes-3n-skx-cmp"
3575   data: "dpdk-performance-changes-3n-skx"
3576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3577   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3578   parameters:
3579   - "name"
3580   - "parent"
3581   - "throughput"
3582
3583 # DPDK Performance Changes 3n-skx 4t2c pdr
3584 -
3585   type: "table"
3586   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3587   algorithm: "table_performance_comparison"
3588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3589   history:
3590     -
3591       title: "rls1807"
3592       data: "dpdk-performance-changes-3n-skx-h1"
3593   reference:
3594     title: "rls1810"
3595     data: "dpdk-performance-changes-3n-skx-ref"
3596   compare:
3597     title: "rls1901"
3598     data: "dpdk-performance-changes-3n-skx-cmp"
3599   data: "dpdk-performance-changes-3n-skx"
3600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3601   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3602   parameters:
3603   - "name"
3604   - "parent"
3605   - "throughput"
3606
3607 # DPDK Performance Changes 3n-skx 2t1c ndr
3608 -
3609   type: "table"
3610   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3611   algorithm: "table_performance_comparison"
3612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3613   history:
3614     -
3615       title: "rls1807"
3616       data: "dpdk-performance-changes-3n-skx-h1"
3617   reference:
3618     title: "rls1810"
3619     data: "dpdk-performance-changes-3n-skx-ref"
3620   compare:
3621     title: "rls1901"
3622     data: "dpdk-performance-changes-3n-skx-cmp"
3623   data: "dpdk-performance-changes-3n-skx"
3624   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3625   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3626   parameters:
3627   - "name"
3628   - "parent"
3629   - "throughput"
3630
3631 # DPDK Performance Changes 3n-skx 4t2c ndr
3632 -
3633   type: "table"
3634   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3635   algorithm: "table_performance_comparison"
3636   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3637   history:
3638     -
3639       title: "rls1807"
3640       data: "dpdk-performance-changes-3n-skx-h1"
3641   reference:
3642     title: "rls1810"
3643     data: "dpdk-performance-changes-3n-skx-ref"
3644   compare:
3645     title: "rls1901"
3646     data: "dpdk-performance-changes-3n-skx-cmp"
3647   data: "dpdk-performance-changes-3n-skx"
3648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "throughput"
3654
3655 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3656 -
3657   type: "table"
3658   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3659   algorithm: "table_performance_comparison"
3660   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3661   reference:
3662     title: "3-Node Hsw"
3663     data: "dpdk-compare-testbeds-ref"
3664   compare:
3665     title: "3-Node Skx"
3666     data: "dpdk-compare-testbeds-cmp"
3667   data: "dpdk-compare-testbeds"
3668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3670   parameters:
3671   - "name"
3672   - "parent"
3673   - "throughput"
3674
3675 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3676 -
3677   type: "table"
3678   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3679   algorithm: "table_performance_comparison"
3680   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3681   reference:
3682     title: "3-Node Hsw"
3683     data: "dpdk-compare-testbeds-ref"
3684   compare:
3685     title: "3-Node Skx"
3686     data: "dpdk-compare-testbeds-cmp"
3687   data: "dpdk-compare-testbeds"
3688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "throughput"
3694
3695 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3696 -
3697   type: "table"
3698   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3699   algorithm: "table_performance_comparison"
3700   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3701   reference:
3702     title: "3-Node Skx"
3703     data: "dpdk-compare-topologies-ref"
3704   compare:
3705     title: "2-Node Skx"
3706     data: "dpdk-compare-topologies-cmp"
3707   data: "dpdk-compare-topologies"
3708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3710   parameters:
3711   - "name"
3712   - "parent"
3713   - "throughput"
3714
3715 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3716 -
3717   type: "table"
3718   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3719   algorithm: "table_performance_comparison"
3720   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3721   reference:
3722     title: "3-Node Skx"
3723     data: "dpdk-compare-topologies-ref"
3724   compare:
3725     title: "2-Node Skx"
3726     data: "dpdk-compare-topologies-cmp"
3727   data: "dpdk-compare-topologies"
3728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734
3735 # DPDK Performance Changes 2n-skx 2t1c pdr
3736 -
3737   type: "table"
3738   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3739   algorithm: "table_performance_comparison"
3740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3741   reference:
3742     title: "rls1810"
3743     data: "dpdk-performance-changes-2n-skx-ref"
3744   compare:
3745     title: "rls1901"
3746     data: "dpdk-performance-changes-2n-skx-cmp"
3747   data: "dpdk-performance-changes-2n-skx"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3750   parameters:
3751   - "name"
3752   - "parent"
3753   - "throughput"
3754
3755 # DPDK Performance Changes 2n-skx 4t2c pdr
3756 -
3757   type: "table"
3758   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3759   algorithm: "table_performance_comparison"
3760   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3761   reference:
3762     title: "rls1810"
3763     data: "dpdk-performance-changes-2n-skx-ref"
3764   compare:
3765     title: "rls1901"
3766     data: "dpdk-performance-changes-2n-skx-cmp"
3767   data: "dpdk-performance-changes-2n-skx"
3768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3769   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3770   parameters:
3771   - "name"
3772   - "parent"
3773   - "throughput"
3774
3775 # DPDK Performance Changes 2n-skx 2t1c ndr
3776 -
3777   type: "table"
3778   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3779   algorithm: "table_performance_comparison"
3780   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3781   reference:
3782     title: "rls1810"
3783     data: "dpdk-performance-changes-2n-skx-ref"
3784   compare:
3785     title: "rls1901"
3786     data: "dpdk-performance-changes-2n-skx-cmp"
3787   data: "dpdk-performance-changes-2n-skx"
3788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3790   parameters:
3791   - "name"
3792   - "parent"
3793   - "throughput"
3794
3795 # DPDK Performance Changes 2n-skx 4t2c ndr
3796 -
3797   type: "table"
3798   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3799   algorithm: "table_performance_comparison"
3800   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3801   reference:
3802     title: "rls1810"
3803     data: "dpdk-performance-changes-2n-skx-ref"
3804   compare:
3805     title: "rls1901"
3806     data: "dpdk-performance-changes-2n-skx-cmp"
3807   data: "dpdk-performance-changes-2n-skx"
3808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3810   parameters:
3811   - "name"
3812   - "parent"
3813   - "throughput"
3814
3815 # Detailed Test Results - DPDK Performance Results 3n-hsw
3816 -
3817   type: "table"
3818   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3819   algorithm: "table_details"
3820   output-file-ext: ".csv"
3821   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3822   columns:
3823   -
3824     title: "Name"
3825     data: "data name"
3826   -
3827     title: "Status"
3828     data: "data msg"
3829   rows: "generated"
3830   data: "dpdk-perf-results-3n-hsw"
3831   filter: "all"
3832   parameters:
3833   - "name"
3834   - "parent"
3835   - "msg"
3836
3837 # Detailed Test Results - DPDK Performance Results 3n-skx
3838 -
3839   type: "table"
3840   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3841   algorithm: "table_details"
3842   output-file-ext: ".csv"
3843   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3844   columns:
3845   -
3846     title: "Name"
3847     data: "data name"
3848   -
3849     title: "Status"
3850     data: "data msg"
3851   rows: "generated"
3852   data: "dpdk-perf-results-3n-skx"
3853   filter: "all"
3854   parameters:
3855   - "name"
3856   - "parent"
3857   - "msg"
3858
3859 # Detailed Test Results - DPDK Performance Results 2n-skx
3860 -
3861   type: "table"
3862   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3863   algorithm: "table_details"
3864   output-file-ext: ".csv"
3865   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3866   columns:
3867   -
3868     title: "Name"
3869     data: "data name"
3870   -
3871     title: "Status"
3872     data: "data msg"
3873   rows: "generated"
3874   data: "dpdk-perf-results-2n-skx"
3875   filter: "all"
3876   parameters:
3877   - "name"
3878   - "parent"
3879   - "msg"
3880
3881 ################################################################################
3882 # HoneyComb
3883 -
3884   type: "table"
3885   title: "Detailed Test Results - Honeycomb Functional Results"
3886   algorithm: "table_details"
3887   output-file-ext: ".csv"
3888   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3889   columns:
3890   -
3891     title: "Name"
3892     data: "data name"
3893   -
3894     title: "Documentation"
3895     data: "data doc"
3896   -
3897     title: "Status"
3898     data: "data status"
3899   rows: "generated"
3900   data:
3901     "hc-func-results"
3902   filter: "all"
3903   parameters:
3904   - "name"
3905   - "parent"
3906   - "doc"
3907   - "status"
3908
3909 ################################################################################
3910 # NSH SFC
3911 -
3912   type: "table"
3913   title: "Detailed Test Results - NSH SFC Functional Results"
3914   algorithm: "table_details"
3915   output-file-ext: ".csv"
3916   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3917   columns:
3918   -
3919     title: "Name"
3920     data: "data name"
3921   -
3922     title: "Documentation"
3923     data: "data doc"
3924   -
3925     title: "Status"
3926     data: "data status"
3927   rows: "generated"
3928   data:
3929     "nsh-func-results"
3930   filter: "all"
3931   parameters:
3932   - "name"
3933   - "parent"
3934   - "doc"
3935   - "status"
3936
3937 ################################################################################
3938 # DMM
3939 -
3940   type: "table"
3941   title: "Detailed Test Results - DMM Functional Results"
3942   algorithm: "table_details"
3943   output-file-ext: ".csv"
3944   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3945   columns:
3946   -
3947     title: "Name"
3948     data: "data name"
3949   -
3950     title: "Documentation"
3951     data: "data doc"
3952   -
3953     title: "Status"
3954     data: "data status"
3955   rows: "generated"
3956   data:
3957     "dmm-func-results"
3958   filter: "all"
3959   parameters:
3960   - "name"
3961   - "parent"
3962   - "doc"
3963   - "status"
3964
3965 ################################################################################
3966 ###                                F I L E S                                 ###
3967 ################################################################################
3968
3969 # VPP Performance Results 3n-hsw
3970 -
3971   type: "file"
3972   title: "VPP Performance Results 3n-hsw"
3973   algorithm: "file_test_results"
3974   output-file-ext: ".rst"
3975   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3976   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"
3977   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3978   data: "vpp-perf-results-3n-hsw"
3979   filter: "not 'NDRCHK' and not 'PDRCHK'"
3980   parameters:
3981   - "name"
3982   - "doc"
3983   - "level"
3984   - "parent"
3985   data-start-level: 3
3986
3987 # VPP Performance Results 3n-skx
3988 -
3989   type: "file"
3990   title: "VPP Performance Results 3n-skx"
3991   algorithm: "file_test_results"
3992   output-file-ext: ".rst"
3993   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3994   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"
3995   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3996   data: "vpp-perf-results-3n-skx"
3997   filter: "not 'NDRCHK' and not 'PDRCHK'"
3998   parameters:
3999   - "name"
4000   - "doc"
4001   - "level"
4002   - "parent"
4003   data-start-level: 3
4004
4005 # VPP Performance Results 2n-skx
4006 -
4007   type: "file"
4008   title: "VPP Performance Results 2n-skx"
4009   algorithm: "file_test_results"
4010   output-file-ext: ".rst"
4011   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4012   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"
4013   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4014   data: "vpp-perf-results-2n-skx"
4015   filter: "not 'NDRCHK' and not 'PDRCHK'"
4016   parameters:
4017   - "name"
4018   - "doc"
4019   - "level"
4020   - "parent"
4021   data-start-level: 3
4022
4023 # VPP Performance Results 2n-dnv
4024 -
4025   type: "file"
4026   title: "VPP Performance Results 2n-dnv"
4027   algorithm: "file_test_results"
4028   output-file-ext: ".rst"
4029   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4030   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"
4031   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4032   data: "intel-dnv-vpp"
4033   filter: "'NDRPDR'"
4034   parameters:
4035   - "name"
4036   - "doc"
4037   - "level"
4038   - "parent"
4039   data-start-level: 3
4040
4041 # VPP Performance Configuration 3n-hsw
4042 -
4043   type: "file"
4044   title: "VPP Performance Configuration 3n-hsw"
4045   algorithm: "file_test_results"
4046   output-file-ext: ".rst"
4047   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4048   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"
4049   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4050   data: "vpp-perf-results-3n-hsw"
4051   filter: "not 'NDRCHK' and not 'PDRCHK'"
4052   parameters:
4053   - "name"
4054   - "doc"
4055   - "level"
4056   - "parent"
4057   data-start-level: 3
4058
4059 # VPP Performance Configuration 3n-skx
4060 -
4061   type: "file"
4062   title: "VPP Performance Configuration 3n-skx"
4063   algorithm: "file_test_results"
4064   output-file-ext: ".rst"
4065   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4066   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"
4067   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4068   data: "vpp-perf-results-3n-skx"
4069   filter: "not 'NDRCHK' and not 'PDRCHK'"
4070   parameters:
4071   - "name"
4072   - "doc"
4073   - "level"
4074   - "parent"
4075   data-start-level: 3
4076
4077 # VPP Performance Configuration 2n-skx
4078 -
4079   type: "file"
4080   title: "VPP Performance Configuration 2n-skx"
4081   algorithm: "file_test_results"
4082   output-file-ext: ".rst"
4083   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4084   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"
4085   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4086   data: "vpp-perf-results-2n-skx"
4087   filter: "not 'NDRCHK' and not 'PDRCHK'"
4088   parameters:
4089   - "name"
4090   - "doc"
4091   - "level"
4092   - "parent"
4093   data-start-level: 3
4094
4095 # VPP Performance Configuration 2n-dnv
4096 -
4097   type: "file"
4098   title: "VPP Performance Configuration 2n-dnv"
4099   algorithm: "file_test_results"
4100   output-file-ext: ".rst"
4101   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4102   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"
4103   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4104   data: "intel-dnv-vpp"
4105   filter: "'NDRPDR'"
4106   parameters:
4107   - "name"
4108   - "doc"
4109   - "level"
4110   - "parent"
4111   data-start-level: 3
4112
4113 # VPP Performance Operational Data 3n-hsw
4114 -
4115   type: "file"
4116   title: "VPP Performance Operational Data 3n-hsw"
4117   algorithm: "file_test_results"
4118   output-file-ext: ".rst"
4119   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4120   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"
4121   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4122   data: "vpp-perf-results-3n-hsw"
4123   filter: "not 'NDRCHK' and not 'PDRCHK'"
4124   parameters:
4125   - "name"
4126   - "doc"
4127   - "level"
4128   - "parent"
4129   data-start-level: 3
4130
4131 # VPP Performance Operational Data 3n-skx
4132 -
4133   type: "file"
4134   title: "VPP Performance Operational Data 3n-skx"
4135   algorithm: "file_test_results"
4136   output-file-ext: ".rst"
4137   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4138   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"
4139   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4140   data: "vpp-perf-results-3n-skx"
4141   filter: "not 'NDRCHK' and not 'PDRCHK'"
4142   parameters:
4143   - "name"
4144   - "doc"
4145   - "level"
4146   - "parent"
4147   data-start-level: 3
4148
4149 # VPP Performance Operational Data 2n-skx
4150 -
4151   type: "file"
4152   title: "VPP Performance Operational Data 2n-skx"
4153   algorithm: "file_test_results"
4154   output-file-ext: ".rst"
4155   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4156   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"
4157   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4158   data: "vpp-perf-results-2n-skx"
4159   filter: "not 'NDRCHK' and not 'PDRCHK'"
4160   parameters:
4161   - "name"
4162   - "doc"
4163   - "level"
4164   - "parent"
4165   data-start-level: 3
4166
4167 # VPP Performance Operational Data 2n-dnv
4168 -
4169   type: "file"
4170   title: "VPP Performance Operational Data 2n-dnv"
4171   algorithm: "file_test_results"
4172   output-file-ext: ".rst"
4173   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4174   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"
4175   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4176   data: "intel-dnv-vpp"
4177   filter: "'NDRPDR'"
4178   parameters:
4179   - "name"
4180   - "doc"
4181   - "level"
4182   - "parent"
4183   data-start-level: 3
4184
4185 # VPP MRR Results 3n-hsw
4186 -
4187   type: "file"
4188   title: "VPP MRR Results 3n-hsw"
4189   algorithm: "file_test_results"
4190   output-file-ext: ".rst"
4191   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4192   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"
4193   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4194   data: "vpp-mrr-results-3n-hsw"
4195   filter: "'MRR'"
4196   parameters:
4197   - "name"
4198   - "doc"
4199   - "level"
4200   - "parent"
4201   data-start-level: 3
4202
4203 # VPP MRR Results 3n-skx
4204 -
4205   type: "file"
4206   title: "VPP MRR Results 3n-skx"
4207   algorithm: "file_test_results"
4208   output-file-ext: ".rst"
4209   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4210   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"
4211   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4212   data: "vpp-mrr-results-3n-skx"
4213   filter: "'MRR'"
4214   parameters:
4215   - "name"
4216   - "doc"
4217   - "level"
4218   - "parent"
4219   data-start-level: 3
4220
4221 # VPP MRR Results 2n-skx
4222 -
4223   type: "file"
4224   title: "VPP MRR Results 2n-skx"
4225   algorithm: "file_test_results"
4226   output-file-ext: ".rst"
4227   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4228   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"
4229   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4230   data: "vpp-mrr-results-2n-skx"
4231   filter: "all"
4232   parameters:
4233   - "name"
4234   - "doc"
4235   - "level"
4236   - "parent"
4237   data-start-level: 3
4238
4239 # VPP MRR Results 2n-dnv
4240 -
4241   type: "file"
4242   title: "VPP MRR Results 2n-dnv"
4243   algorithm: "file_test_results"
4244   output-file-ext: ".rst"
4245   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4246   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"
4247   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4248   data: "intel-dnv-vpp"
4249   filter: "'MRR'"
4250   parameters:
4251   - "name"
4252   - "doc"
4253   - "level"
4254   - "parent"
4255   data-start-level: 3
4256
4257 # VPP MRR Configuration 3n-hsw
4258 -
4259   type: "file"
4260   title: "VPP MRR Configuration 3n-hsw"
4261   algorithm: "file_test_results"
4262   output-file-ext: ".rst"
4263   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4264   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"
4265   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4266   data: "vpp-mrr-results-3n-hsw"
4267   filter: "'MRR'"
4268   parameters:
4269   - "name"
4270   - "doc"
4271   - "level"
4272   - "parent"
4273   data-start-level: 3
4274
4275 # VPP MRR Configuration 3n-skx
4276 -
4277   type: "file"
4278   title: "VPP MRR Configuration 3n-skx"
4279   algorithm: "file_test_results"
4280   output-file-ext: ".rst"
4281   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4282   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"
4283   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4284   data: "vpp-mrr-results-3n-skx"
4285   filter: "'MRR'"
4286   parameters:
4287   - "name"
4288   - "doc"
4289   - "level"
4290   - "parent"
4291   data-start-level: 3
4292
4293 # VPP MRR Configuration 2n-skx
4294 -
4295   type: "file"
4296   title: "VPP MRR Configuration 2n-skx"
4297   algorithm: "file_test_results"
4298   output-file-ext: ".rst"
4299   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4300   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"
4301   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4302   data: "vpp-mrr-results-2n-skx"
4303   filter: "'MRR'"
4304   parameters:
4305   - "name"
4306   - "doc"
4307   - "level"
4308   - "parent"
4309   data-start-level: 3
4310
4311 # VPP MRR Configuration 2n-dnv
4312 -
4313   type: "file"
4314   title: "VPP MRR Configuration 2n-dnv"
4315   algorithm: "file_test_results"
4316   output-file-ext: ".rst"
4317   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4318   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"
4319   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4320   data: "intel-dnv-vpp"
4321   filter: "'MRR'"
4322   parameters:
4323   - "name"
4324   - "doc"
4325   - "level"
4326   - "parent"
4327   data-start-level: 3
4328
4329 # VPP Functional Results - Ubuntu
4330 -
4331   type: "file"
4332   title: "VPP Functional Results - Ubuntu"
4333   algorithm: "file_test_results"
4334   output-file-ext: ".rst"
4335   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4336   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"
4337   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4338   data: "vpp-func-results-ubuntu"
4339   filter: "all"
4340   parameters:
4341   - "name"
4342   - "doc"
4343   - "level"
4344   - "parent"
4345   data-start-level: 3
4346
4347 # VPP Functional Results - CentOS
4348 -
4349   type: "file"
4350   title: "VPP Functional Results - CentOS"
4351   algorithm: "file_test_results"
4352   output-file-ext: ".rst"
4353   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4354   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"
4355   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4356   data:
4357     "vpp-func-results-centos"
4358   filter: "all"
4359   parameters:
4360   - "name"
4361   - "doc"
4362   - "level"
4363   - "parent"
4364   data-start-level: 3
4365
4366 # VPP Functional Configuration - Ubuntu
4367 -
4368   type: "file"
4369   title: "VPP Functional Configuration - Ubuntu"
4370   algorithm: "file_test_results"
4371   output-file-ext: ".rst"
4372   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4373   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"
4374   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4375   data: "vpp-func-results-ubuntu"
4376   filter: "all"
4377   parameters:
4378   - "name"
4379   - "doc"
4380   - "level"
4381   - "parent"
4382   data-start-level: 3
4383
4384 # VPP Functional Configuration - CentOS
4385 -
4386   type: "file"
4387   title: "VPP Functional Configuration - CentOS"
4388   algorithm: "file_test_results"
4389   output-file-ext: ".rst"
4390   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4391   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"
4392   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4393   data:
4394     "vpp-func-results-centos"
4395   filter: "all"
4396   parameters:
4397   - "name"
4398   - "doc"
4399   - "level"
4400   - "parent"
4401   data-start-level: 3
4402
4403 # VPP Device Results - Ubuntu
4404 -
4405   type: "file"
4406   title: "VPP Device Results - Ubuntu"
4407   algorithm: "file_test_results"
4408   output-file-ext: ".rst"
4409   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4410   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"
4411   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4412   data: "vpp-device-results-ubuntu"
4413   filter: "all"
4414   parameters:
4415   - "name"
4416   - "doc"
4417   - "level"
4418   - "parent"
4419   data-start-level: 2
4420
4421 # VPP Device Configuration - Ubuntu
4422 -
4423   type: "file"
4424   title: "VPP Device Configuration - Ubuntu"
4425   algorithm: "file_test_results"
4426   output-file-ext: ".rst"
4427   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4428   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"
4429   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4430   data: "vpp-device-results-ubuntu"
4431   filter: "all"
4432   parameters:
4433   - "name"
4434   - "doc"
4435   - "level"
4436   - "parent"
4437   data-start-level: 2
4438
4439 # Container Orchestrated Performance Results 3n-hsw
4440 -
4441   type: "file"
4442   title: "Container Orchestrated Performance Results 3n-hsw"
4443   algorithm: "file_test_results"
4444   output-file-ext: ".rst"
4445   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4446   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"
4447   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4448   data: "ligato-perf-results-3n-hsw"
4449   filter: "all"
4450   parameters:
4451   - "name"
4452   - "doc"
4453   - "level"
4454   - "parent"
4455   data-start-level: 3
4456
4457 # DPDK Performance Results 3n-hsw
4458 -
4459   type: "file"
4460   title: "DPDK Performance Results 3n-hsw"
4461   algorithm: "file_test_results"
4462   output-file-ext: ".rst"
4463   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4464   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"
4465   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4466   data: "dpdk-perf-results-3n-hsw"
4467   filter: "all"
4468   parameters:
4469   - "name"
4470   - "doc"
4471   - "level"
4472   - "parent"
4473   data-start-level: 3
4474
4475 # DPDK Performance Results 3n-skx
4476 -
4477   type: "file"
4478   title: "DPDK Performance Results 3n-skx"
4479   algorithm: "file_test_results"
4480   output-file-ext: ".rst"
4481   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4482   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"
4483   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4484   data: "dpdk-perf-results-3n-skx"
4485   filter: "all"
4486   parameters:
4487   - "name"
4488   - "doc"
4489   - "level"
4490   - "parent"
4491   data-start-level: 3
4492
4493 # DPDK Performance Results 2n-skx
4494 -
4495   type: "file"
4496   title: "DPDK Performance Results 2n-skx"
4497   algorithm: "file_test_results"
4498   output-file-ext: ".rst"
4499   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4500   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"
4501   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4502   data: "dpdk-perf-results-2n-skx"
4503   filter: "all"
4504   parameters:
4505   - "name"
4506   - "doc"
4507   - "level"
4508   - "parent"
4509   data-start-level: 3
4510
4511 # Honeycomb Functional Results
4512 -
4513   type: "file"
4514   title: "Honeycomb Functional Results"
4515   algorithm: "file_test_results"
4516   output-file-ext: ".rst"
4517   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4518   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"
4519   dir-tables: "{DIR[DTR,FUNC,HC]}"
4520   data:
4521     "hc-func-results"
4522   filter: "all"
4523   parameters:
4524   - "name"
4525   - "doc"
4526   - "level"
4527   - "parent"
4528   data-start-level: 3
4529
4530 # NSH SFC Functional Results
4531 -
4532   type: "file"
4533   title: "NSH SFC Functional Results"
4534   algorithm: "file_test_results"
4535   output-file-ext: ".rst"
4536   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4537   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"
4538   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4539   data:
4540     "nsh-func-results"
4541   filter: "all"
4542   parameters:
4543   - "name"
4544   - "doc"
4545   - "level"
4546   - "parent"
4547   data-start-level: 3
4548
4549 # DMM Functional Results
4550 -
4551   type: "file"
4552   title: "DMM Functional Results"
4553   algorithm: "file_test_results"
4554   output-file-ext: ".rst"
4555   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4556   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"
4557   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4558   data:
4559     "dmm-func-results"
4560   filter: "all"
4561   parameters:
4562   - "name"
4563   - "doc"
4564   - "level"
4565   - "parent"
4566   data-start-level: 3
4567
4568 ################################################################################
4569 ###                                P L O T S                                 ###
4570 ################################################################################
4571
4572 # Soak test - 30min Soak Test (PLRsearch), boxes
4573 -
4574   type: "plot"
4575   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4576   algorithm: "plot_soak_boxes"
4577   output-file-type: ".html"
4578   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4579   data: "plot-vpp-soak-2n-skx"
4580   filter: "'SOAK'"
4581   parameters:
4582   - "throughput"
4583   - "parent"
4584   - "tags"
4585   sort:
4586   - "L2PATCH"
4587 #  - "L2XCBASE"
4588 #  - "L2BDMACLRN"
4589 #  - "IP4FWD"
4590 #  - "IP6FWD"
4591   - "VHOST"
4592   layout:
4593     title: "30min Soak Test (PLRsearch)"
4594     layout: "plot-soak-throughput"
4595
4596 # Soak test - example, not used
4597 -
4598   type: "plot"
4599   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4600   algorithm: "plot_soak_bars"
4601   output-file-type: ".html"
4602   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4603   data: "plot-vpp-soak-2n-skx"
4604   filter: "'SOAK'"
4605   parameters:
4606   - "throughput"
4607   - "parent"
4608   - "tags"
4609   sort:
4610   - "L2PATCH"
4611 #  - "L2XCBASE"
4612 #  - "L2BDMACLRN"
4613 #  - "IP4FWD"
4614 #  - "IP6FWD"
4615   - "VHOST"
4616   layout:
4617     title: "30min Soak Test (PLRsearch)"
4618     layout: "plot-soak-throughput"
4619
4620 ################################################################################
4621 # Plots - NF Density - VSC
4622
4623 -
4624   type: "plot"
4625   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4626   algorithm: "plot_service_density_heatmap"
4627   output-file-type: ".html"
4628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4629   data: "plot-vpp-nfv-2n-skx-mrr"
4630   filter: "'NIC_Intel-X710' and
4631            'NF_DENSITY' and
4632            'VM' and
4633            'CHAIN' and
4634            '64B' and
4635            '2T1C' and
4636            'MRR'"
4637   parameters:
4638   - "result"
4639   - "name"
4640   - "tags"
4641   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4642   x-axis: "X = VNFs per Service Chain"
4643   y-axis: "Y = Number of Service Chains"
4644   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4645   layout:
4646     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4647     layout: "plot-service-density"
4648
4649 -
4650   type: "plot"
4651   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4652   algorithm: "plot_service_density_heatmap"
4653   output-file-type: ".html"
4654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4655   data: "plot-vpp-nfv-2n-skx-mrr"
4656   filter: "'NIC_Intel-X710' and
4657            'NF_DENSITY' and
4658            'VM' and
4659            'CHAIN' and
4660            '64B' and
4661            '4T2C' and
4662            'MRR'"
4663   parameters:
4664   - "result"
4665   - "name"
4666   - "tags"
4667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4668   x-axis: "X = VNFs per Service Chain"
4669   y-axis: "Y = Number of Service Chains"
4670   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4671   layout:
4672     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4673     layout: "plot-service-density"
4674
4675 -
4676   type: "plot"
4677   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4678   algorithm: "plot_service_density_heatmap"
4679   output-file-type: ".html"
4680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4681   data: "plot-vpp-nfv-2n-skx-mrr"
4682   filter: "'NIC_Intel-X710' and
4683            'NF_DENSITY' and
4684            'VM' and
4685            'CHAIN' and
4686            'IMIX' and
4687            '2T1C' and
4688            'MRR'"
4689   parameters:
4690   - "result"
4691   - "name"
4692   - "tags"
4693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4694   x-axis: "X = VNFs per Service Chain"
4695   y-axis: "Y = Number of Service Chains"
4696   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4697   layout:
4698     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4699     layout: "plot-service-density"
4700
4701 -
4702   type: "plot"
4703   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4704   algorithm: "plot_service_density_heatmap"
4705   output-file-type: ".html"
4706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4707   data: "plot-vpp-nfv-2n-skx-mrr"
4708   filter: "'NIC_Intel-X710' and
4709            'NF_DENSITY' and
4710            'VM' and
4711            'CHAIN' and
4712            'IMIX' and
4713            '4T2C' and
4714            'MRR'"
4715   parameters:
4716   - "result"
4717   - "name"
4718   - "tags"
4719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4720   x-axis: "X = VNFs per Service Chain"
4721   y-axis: "Y = Number of Service Chains"
4722   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4723   layout:
4724     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4725     layout: "plot-service-density"
4726
4727 -
4728   type: "plot"
4729   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4730   algorithm: "plot_service_density_heatmap"
4731   output-file-type: ".html"
4732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4733   data: "plot-vpp-nfv-2n-skx"
4734   filter: "'NIC_Intel-X710' and
4735            'NF_DENSITY' and
4736            'VM' and
4737            'CHAIN' and
4738            '64B' and
4739            '2T1C' and
4740            'NDRPDR'"
4741   parameters:
4742   - "throughput"
4743   - "name"
4744   - "tags"
4745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4746   x-axis: "X = VNFs per Service Chain"
4747   y-axis: "Y = Number of Service Chains"
4748   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4749   layout:
4750     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4751     layout: "plot-service-density"
4752
4753 -
4754   type: "plot"
4755   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4756   algorithm: "plot_service_density_heatmap"
4757   output-file-type: ".html"
4758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4759   data: "plot-vpp-nfv-2n-skx"
4760   filter: "'NIC_Intel-X710' and
4761            'NF_DENSITY' and
4762            'VM' and
4763            'CHAIN' and
4764            '64B' and
4765            '4T2C' and
4766            'NDRPDR'"
4767   parameters:
4768   - "throughput"
4769   - "name"
4770   - "tags"
4771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4772   x-axis: "X = VNFs per Service Chain"
4773   y-axis: "Y = Number of Service Chains"
4774   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4775   layout:
4776     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4777     layout: "plot-service-density"
4778
4779 -
4780   type: "plot"
4781   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4782   algorithm: "plot_service_density_heatmap"
4783   output-file-type: ".html"
4784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4785   data: "plot-vpp-nfv-2n-skx"
4786   filter: "'NIC_Intel-X710' and
4787            'NF_DENSITY' and
4788            'VM' and
4789            'CHAIN' and
4790            'IMIX' and
4791            '2T1C' and
4792            'NDRPDR'"
4793   parameters:
4794   - "throughput"
4795   - "name"
4796   - "tags"
4797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4798   x-axis: "X = VNFs per Service Chain"
4799   y-axis: "Y = Number of Service Chains"
4800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4801   layout:
4802     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4803     layout: "plot-service-density"
4804
4805 -
4806   type: "plot"
4807   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4808   algorithm: "plot_service_density_heatmap"
4809   output-file-type: ".html"
4810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4811   data: "plot-vpp-nfv-2n-skx"
4812   filter: "'NIC_Intel-X710' and
4813            'NF_DENSITY' and
4814            'VM' and
4815            'CHAIN' and
4816            'IMIX' and
4817            '4T2C' and
4818            'NDRPDR'"
4819   parameters:
4820   - "throughput"
4821   - "name"
4822   - "tags"
4823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4824   x-axis: "X = VNFs per Service Chain"
4825   y-axis: "Y = Number of Service Chains"
4826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4827   layout:
4828     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4829     layout: "plot-service-density"
4830
4831 -
4832   type: "plot"
4833   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4834   algorithm: "plot_service_density_heatmap"
4835   output-file-type: ".html"
4836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4837   data: "plot-vpp-nfv-2n-skx"
4838   filter: "'NIC_Intel-X710' and
4839            'NF_DENSITY' and
4840            'VM' and
4841            'CHAIN' and
4842            '64B' and
4843            '2T1C' and
4844            'NDRPDR'"
4845   parameters:
4846   - "throughput"
4847   - "name"
4848   - "tags"
4849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4850   x-axis: "X = VNFs per Service Chain"
4851   y-axis: "Y = Number of Service Chains"
4852   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4853   layout:
4854     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4855     layout: "plot-service-density"
4856
4857 -
4858   type: "plot"
4859   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4860   algorithm: "plot_service_density_heatmap"
4861   output-file-type: ".html"
4862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4863   data: "plot-vpp-nfv-2n-skx"
4864   filter: "'NIC_Intel-X710' and
4865            'NF_DENSITY' and
4866            'VM' and
4867            'CHAIN' and
4868            '64B' and
4869            '4T2C' and
4870            'NDRPDR'"
4871   parameters:
4872   - "throughput"
4873   - "name"
4874   - "tags"
4875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4876   x-axis: "X = VNFs per Service Chain"
4877   y-axis: "Y = Number of Service Chains"
4878   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4879   layout:
4880     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4881     layout: "plot-service-density"
4882
4883 -
4884   type: "plot"
4885   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4886   algorithm: "plot_service_density_heatmap"
4887   output-file-type: ".html"
4888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4889   data: "plot-vpp-nfv-2n-skx"
4890   filter: "'NIC_Intel-X710' and
4891            'NF_DENSITY' and
4892            'VM' and
4893            'CHAIN' and
4894            'IMIX' and
4895            '2T1C' and
4896            'NDRPDR'"
4897   parameters:
4898   - "throughput"
4899   - "name"
4900   - "tags"
4901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4902   x-axis: "X = VNFs per Service Chain"
4903   y-axis: "Y = Number of Service Chains"
4904   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4905   layout:
4906     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4907     layout: "plot-service-density"
4908
4909 -
4910   type: "plot"
4911   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4912   algorithm: "plot_service_density_heatmap"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4915   data: "plot-vpp-nfv-2n-skx"
4916   filter: "'NIC_Intel-X710' and
4917            'NF_DENSITY' and
4918            'VM' and
4919            'CHAIN' and
4920            'IMIX' and
4921            '4T2C' and
4922            'NDRPDR'"
4923   parameters:
4924   - "throughput"
4925   - "name"
4926   - "tags"
4927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4928   x-axis: "X = VNFs per Service Chain"
4929   y-axis: "Y = Number of Service Chains"
4930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4931   layout:
4932     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4933     layout: "plot-service-density"
4934
4935 ################################################################################
4936 # Plots - NF Density - CSC
4937
4938 -
4939   type: "plot"
4940   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4941   algorithm: "plot_service_density_heatmap"
4942   output-file-type: ".html"
4943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4944   data: "plot-vpp-nfv-2n-skx-mrr"
4945   filter: "'NIC_Intel-X710' and
4946            'NF_DENSITY' and
4947            'DOCKER' and
4948            'CHAIN' and
4949            '64B' and
4950            '2T1C' and
4951            'MRR'"
4952   parameters:
4953   - "result"
4954   - "name"
4955   - "tags"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   x-axis: "X = CNFs per Service Chain"
4958   y-axis: "Y = Number of Service Chains"
4959   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4960   layout:
4961     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4962     layout: "plot-service-density"
4963
4964 -
4965   type: "plot"
4966   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4967   algorithm: "plot_service_density_heatmap"
4968   output-file-type: ".html"
4969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4970   data: "plot-vpp-nfv-2n-skx-mrr"
4971   filter: "'NIC_Intel-X710' and
4972            'NF_DENSITY' and
4973            'DOCKER' and
4974            'CHAIN' and
4975            '64B' and
4976            '4T2C' and
4977            'MRR'"
4978   parameters:
4979   - "result"
4980   - "name"
4981   - "tags"
4982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4983   x-axis: "X = CNFs per Service Chain"
4984   y-axis: "Y = Number of Service Chains"
4985   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4986   layout:
4987     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4988     layout: "plot-service-density"
4989
4990 -
4991   type: "plot"
4992   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4993   algorithm: "plot_service_density_heatmap"
4994   output-file-type: ".html"
4995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4996   data: "plot-vpp-nfv-2n-skx-mrr"
4997   filter: "'NIC_Intel-X710' and
4998            'NF_DENSITY' and
4999            'DOCKER' and
5000            'CHAIN' and
5001            'IMIX' and
5002            '2T1C' and
5003            'MRR'"
5004   parameters:
5005   - "result"
5006   - "name"
5007   - "tags"
5008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5009   x-axis: "X = CNFs per Service Chain"
5010   y-axis: "Y = Number of Service Chains"
5011   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5012   layout:
5013     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5014     layout: "plot-service-density"
5015
5016 -
5017   type: "plot"
5018   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5019   algorithm: "plot_service_density_heatmap"
5020   output-file-type: ".html"
5021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5022   data: "plot-vpp-nfv-2n-skx-mrr"
5023   filter: "'NIC_Intel-X710' and
5024            'NF_DENSITY' and
5025            'DOCKER' and
5026            'CHAIN' and
5027            'IMIX' and
5028            '4T2C' and
5029            'MRR'"
5030   parameters:
5031   - "result"
5032   - "name"
5033   - "tags"
5034   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5035   x-axis: "X = CNFs per Service Chain"
5036   y-axis: "Y = Number of Service Chains"
5037   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5038   layout:
5039     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5040     layout: "plot-service-density"
5041
5042 -
5043   type: "plot"
5044   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5045   algorithm: "plot_service_density_heatmap"
5046   output-file-type: ".html"
5047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5048   data: "plot-vpp-nfv-2n-skx"
5049   filter: "'NIC_Intel-X710' and
5050            'NF_DENSITY' and
5051            'DOCKER' and
5052            'CHAIN' and
5053            '64B' and
5054            '2T1C' and
5055            'NDRPDR'"
5056   parameters:
5057   - "throughput"
5058   - "name"
5059   - "tags"
5060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5061   x-axis: "X = CNFs per Service Chain"
5062   y-axis: "Y = Number of Service Chains"
5063   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5064   layout:
5065     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5066     layout: "plot-service-density"
5067
5068 -
5069   type: "plot"
5070   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5071   algorithm: "plot_service_density_heatmap"
5072   output-file-type: ".html"
5073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5074   data: "plot-vpp-nfv-2n-skx"
5075   filter: "'NIC_Intel-X710' and
5076            'NF_DENSITY' and
5077            'DOCKER' and
5078            'CHAIN' and
5079            '64B' and
5080            '4T2C' and
5081            'NDRPDR'"
5082   parameters:
5083   - "throughput"
5084   - "name"
5085   - "tags"
5086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5087   x-axis: "X = CNFs per Service Chain"
5088   y-axis: "Y = Number of Service Chains"
5089   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5090   layout:
5091     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5092     layout: "plot-service-density"
5093
5094 -
5095   type: "plot"
5096   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5097   algorithm: "plot_service_density_heatmap"
5098   output-file-type: ".html"
5099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5100   data: "plot-vpp-nfv-2n-skx"
5101   filter: "'NIC_Intel-X710' and
5102            'NF_DENSITY' and
5103            'DOCKER' and
5104            'CHAIN' and
5105            'IMIX' and
5106            '2T1C' and
5107            'NDRPDR'"
5108   parameters:
5109   - "throughput"
5110   - "name"
5111   - "tags"
5112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5113   x-axis: "X = CNFs per Service Chain"
5114   y-axis: "Y = Number of Service Chains"
5115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5116   layout:
5117     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5118     layout: "plot-service-density"
5119
5120 -
5121   type: "plot"
5122   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5123   algorithm: "plot_service_density_heatmap"
5124   output-file-type: ".html"
5125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5126   data: "plot-vpp-nfv-2n-skx"
5127   filter: "'NIC_Intel-X710' and
5128            'NF_DENSITY' and
5129            'DOCKER' and
5130            'CHAIN' and
5131            'IMIX' and
5132            '4T2C' and
5133            'NDRPDR'"
5134   parameters:
5135   - "throughput"
5136   - "name"
5137   - "tags"
5138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5139   x-axis: "X = CNFs per Service Chain"
5140   y-axis: "Y = Number of Service Chains"
5141   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5142   layout:
5143     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5144     layout: "plot-service-density"
5145
5146 -
5147   type: "plot"
5148   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5149   algorithm: "plot_service_density_heatmap"
5150   output-file-type: ".html"
5151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5152   data: "plot-vpp-nfv-2n-skx"
5153   filter: "'NIC_Intel-X710' and
5154            'NF_DENSITY' and
5155            'DOCKER' and
5156            'CHAIN' and
5157            '64B' and
5158            '2T1C' and
5159            'NDRPDR'"
5160   parameters:
5161   - "throughput"
5162   - "name"
5163   - "tags"
5164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5165   x-axis: "X = CNFs per Service Chain"
5166   y-axis: "Y = Number of Service Chains"
5167   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5168   layout:
5169     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5170     layout: "plot-service-density"
5171
5172 -
5173   type: "plot"
5174   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5175   algorithm: "plot_service_density_heatmap"
5176   output-file-type: ".html"
5177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5178   data: "plot-vpp-nfv-2n-skx"
5179   filter: "'NIC_Intel-X710' and
5180            'NF_DENSITY' and
5181            'DOCKER' and
5182            'CHAIN' and
5183            '64B' and
5184            '4T2C' and
5185            'NDRPDR'"
5186   parameters:
5187   - "throughput"
5188   - "name"
5189   - "tags"
5190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5191   x-axis: "X = CNFs per Service Chain"
5192   y-axis: "Y = Number of Service Chains"
5193   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5194   layout:
5195     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5196     layout: "plot-service-density"
5197
5198 -
5199   type: "plot"
5200   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5201   algorithm: "plot_service_density_heatmap"
5202   output-file-type: ".html"
5203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5204   data: "plot-vpp-nfv-2n-skx"
5205   filter: "'NIC_Intel-X710' and
5206            'NF_DENSITY' and
5207            'DOCKER' and
5208            'CHAIN' and
5209            'IMIX' and
5210            '2T1C' and
5211            'NDRPDR'"
5212   parameters:
5213   - "throughput"
5214   - "name"
5215   - "tags"
5216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5217   x-axis: "X = CNFs per Service Chain"
5218   y-axis: "Y = Number of Service Chains"
5219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5220   layout:
5221     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5222     layout: "plot-service-density"
5223
5224 -
5225   type: "plot"
5226   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5227   algorithm: "plot_service_density_heatmap"
5228   output-file-type: ".html"
5229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5230   data: "plot-vpp-nfv-2n-skx"
5231   filter: "'NIC_Intel-X710' and
5232            'NF_DENSITY' and
5233            'DOCKER' and
5234            'CHAIN' and
5235            'IMIX' and
5236            '4T2C' and
5237            'NDRPDR'"
5238   parameters:
5239   - "throughput"
5240   - "name"
5241   - "tags"
5242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5243   x-axis: "X = CNFs per Service Chain"
5244   y-axis: "Y = Number of Service Chains"
5245   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5246   layout:
5247     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5248     layout: "plot-service-density"
5249
5250 ################################################################################
5251 # Plots - NF Density - CSP
5252
5253 -
5254   type: "plot"
5255   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5256   algorithm: "plot_service_density_heatmap"
5257   output-file-type: ".html"
5258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5259   data: "plot-vpp-nfv-2n-skx-mrr"
5260   filter: "'NIC_Intel-X710' and
5261            'NF_DENSITY' and
5262            'DOCKER' and
5263            'PIPELINE' and
5264            '64B' and
5265            '2T1C' and
5266            'MRR'"
5267   parameters:
5268   - "result"
5269   - "name"
5270   - "tags"
5271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5272   x-axis: "X = CNFs per Service Pipeline"
5273   y-axis: "Y = Number of Service Pipelines"
5274   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5275   layout:
5276     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5277     layout: "plot-service-density"
5278
5279 -
5280   type: "plot"
5281   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5282   algorithm: "plot_service_density_heatmap"
5283   output-file-type: ".html"
5284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5285   data: "plot-vpp-nfv-2n-skx-mrr"
5286   filter: "'NIC_Intel-X710' and
5287            'NF_DENSITY' and
5288            'DOCKER' and
5289            'PIPELINE' and
5290            '64B' and
5291            '4T2C' and
5292            'MRR'"
5293   parameters:
5294   - "result"
5295   - "name"
5296   - "tags"
5297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5298   x-axis: "X = CNFs per Service Pipeline"
5299   y-axis: "Y = Number of Service Pipelines"
5300   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5301   layout:
5302     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5303     layout: "plot-service-density"
5304
5305 -
5306   type: "plot"
5307   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5308   algorithm: "plot_service_density_heatmap"
5309   output-file-type: ".html"
5310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5311   data: "plot-vpp-nfv-2n-skx-mrr"
5312   filter: "'NIC_Intel-X710' and
5313            'NF_DENSITY' and
5314            'DOCKER' and
5315            'PIPELINE' and
5316            'IMIX' and
5317            '2T1C' and
5318            'MRR'"
5319   parameters:
5320   - "result"
5321   - "name"
5322   - "tags"
5323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5324   x-axis: "X = CNFs per Service Pipeline"
5325   y-axis: "Y = Number of Service Pipelines"
5326   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5327   layout:
5328     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5329     layout: "plot-service-density"
5330
5331 -
5332   type: "plot"
5333   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5334   algorithm: "plot_service_density_heatmap"
5335   output-file-type: ".html"
5336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5337   data: "plot-vpp-nfv-2n-skx-mrr"
5338   filter: "'NIC_Intel-X710' and
5339            'NF_DENSITY' and
5340            'DOCKER' and
5341            'PIPELINE' and
5342            'IMIX' and
5343            '4T2C' and
5344            'MRR'"
5345   parameters:
5346   - "result"
5347   - "name"
5348   - "tags"
5349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5350   x-axis: "X = CNFs per Service Pipeline"
5351   y-axis: "Y = Number of Service Pipelines"
5352   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5353   layout:
5354     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5355     layout: "plot-service-density"
5356
5357 -
5358   type: "plot"
5359   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5360   algorithm: "plot_service_density_heatmap"
5361   output-file-type: ".html"
5362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5363   data: "plot-vpp-nfv-2n-skx"
5364   filter: "'NIC_Intel-X710' and
5365            'NF_DENSITY' and
5366            'DOCKER' and
5367            'PIPELINE' and
5368            '64B' and
5369            '2T1C' and
5370            'NDRPDR'"
5371   parameters:
5372   - "throughput"
5373   - "name"
5374   - "tags"
5375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5376   x-axis: "X = CNFs per Service Pipeline"
5377   y-axis: "Y = Number of Service Pipelines"
5378   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5379   layout:
5380     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5381     layout: "plot-service-density"
5382
5383 -
5384   type: "plot"
5385   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5386   algorithm: "plot_service_density_heatmap"
5387   output-file-type: ".html"
5388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5389   data: "plot-vpp-nfv-2n-skx"
5390   filter: "'NIC_Intel-X710' and
5391            'NF_DENSITY' and
5392            'DOCKER' and
5393            'PIPELINE' and
5394            '64B' and
5395            '4T2C' and
5396            'NDRPDR'"
5397   parameters:
5398   - "throughput"
5399   - "name"
5400   - "tags"
5401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5402   x-axis: "X = CNFs per Service Pipeline"
5403   y-axis: "Y = Number of Service Pipelines"
5404   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5405   layout:
5406     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5407     layout: "plot-service-density"
5408
5409 -
5410   type: "plot"
5411   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5412   algorithm: "plot_service_density_heatmap"
5413   output-file-type: ".html"
5414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5415   data: "plot-vpp-nfv-2n-skx"
5416   filter: "'NIC_Intel-X710' and
5417            'NF_DENSITY' and
5418            'DOCKER' and
5419            'PIPELINE' and
5420            'IMIX' and
5421            '2T1C' and
5422            'NDRPDR'"
5423   parameters:
5424   - "throughput"
5425   - "name"
5426   - "tags"
5427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5428   x-axis: "X = CNFs per Service Pipeline"
5429   y-axis: "Y = Number of Service Pipelines"
5430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5431   layout:
5432     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5433     layout: "plot-service-density"
5434
5435 -
5436   type: "plot"
5437   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5438   algorithm: "plot_service_density_heatmap"
5439   output-file-type: ".html"
5440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5441   data: "plot-vpp-nfv-2n-skx"
5442   filter: "'NIC_Intel-X710' and
5443            'NF_DENSITY' and
5444            'DOCKER' and
5445            'PIPELINE' and
5446            'IMIX' and
5447            '4T2C' and
5448            'NDRPDR'"
5449   parameters:
5450   - "throughput"
5451   - "name"
5452   - "tags"
5453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5454   x-axis: "X = CNFs per Service Pipeline"
5455   y-axis: "Y = Number of Service Pipelines"
5456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5457   layout:
5458     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5459     layout: "plot-service-density"
5460
5461 -
5462   type: "plot"
5463   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5464   algorithm: "plot_service_density_heatmap"
5465   output-file-type: ".html"
5466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5467   data: "plot-vpp-nfv-2n-skx"
5468   filter: "'NIC_Intel-X710' and
5469            'NF_DENSITY' and
5470            'DOCKER' and
5471            'PIPELINE' and
5472            '64B' and
5473            '2T1C' and
5474            'NDRPDR'"
5475   parameters:
5476   - "throughput"
5477   - "name"
5478   - "tags"
5479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5480   x-axis: "X = CNFs per Service Pipeline"
5481   y-axis: "Y = Number of Service Pipelines"
5482   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5483   layout:
5484     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5485     layout: "plot-service-density"
5486
5487 -
5488   type: "plot"
5489   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5490   algorithm: "plot_service_density_heatmap"
5491   output-file-type: ".html"
5492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5493   data: "plot-vpp-nfv-2n-skx"
5494   filter: "'NIC_Intel-X710' and
5495            'NF_DENSITY' and
5496            'DOCKER' and
5497            'PIPELINE' and
5498            '64B' and
5499            '4T2C' and
5500            'NDRPDR'"
5501   parameters:
5502   - "throughput"
5503   - "name"
5504   - "tags"
5505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5506   x-axis: "X = CNFs per Service Pipeline"
5507   y-axis: "Y = Number of Service Pipelines"
5508   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5509   layout:
5510     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5511     layout: "plot-service-density"
5512
5513 -
5514   type: "plot"
5515   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5516   algorithm: "plot_service_density_heatmap"
5517   output-file-type: ".html"
5518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5519   data: "plot-vpp-nfv-2n-skx"
5520   filter: "'NIC_Intel-X710' and
5521            'NF_DENSITY' and
5522            'DOCKER' and
5523            'PIPELINE' and
5524            'IMIX' and
5525            '2T1C' and
5526            'NDRPDR'"
5527   parameters:
5528   - "throughput"
5529   - "name"
5530   - "tags"
5531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5532   x-axis: "X = CNFs per Service Pipeline"
5533   y-axis: "Y = Number of Service Pipelines"
5534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5535   layout:
5536     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5537     layout: "plot-service-density"
5538
5539 -
5540   type: "plot"
5541   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5542   algorithm: "plot_service_density_heatmap"
5543   output-file-type: ".html"
5544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5545   data: "plot-vpp-nfv-2n-skx"
5546   filter: "'NIC_Intel-X710' and
5547            'NF_DENSITY' and
5548            'DOCKER' and
5549            'PIPELINE' and
5550            'IMIX' and
5551            '4T2C' and
5552            'NDRPDR'"
5553   parameters:
5554   - "throughput"
5555   - "name"
5556   - "tags"
5557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5558   x-axis: "X = CNFs per Service Pipeline"
5559   y-axis: "Y = Number of Service Pipelines"
5560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5561   layout:
5562     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5563     layout: "plot-service-density"
5564
5565 ################################################################################
5566 # Plots VPP HTTP Server Performance
5567 -
5568   type: "plot"
5569   title: "VPP HTTP Server Performance"
5570   algorithm: "plot_http_server_performance_box"
5571   output-file-type: ".html"
5572   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5573   data:
5574     "plot-vpp-http-server-performance"
5575   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5576   # each tag is enclosed with ' (apostrophe).
5577   filter: "'HTTP' and 'TCP_CPS'"
5578   parameters:
5579   - "result"
5580   - "name"
5581   traces:
5582     hoverinfo: "x+y"
5583     boxpoints: "outliers"
5584     whiskerwidth: 0
5585   layout:
5586     title: "VPP HTTP Server Performance"
5587     layout:
5588       "plot-cps"
5589
5590 -
5591   type: "plot"
5592   title: "VPP HTTP Server Performance"
5593   algorithm: "plot_http_server_performance_box"
5594   output-file-type: ".html"
5595   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5596   data:
5597     "plot-vpp-http-server-performance"
5598   filter: "'HTTP' and 'TCP_RPS'"
5599   parameters:
5600   - "result"
5601   - "name"
5602   traces:
5603     hoverinfo: "x+y"
5604     boxpoints: "outliers"
5605     whiskerwidth: 0
5606   layout:
5607     title: "VPP HTTP Server Performance"
5608     layout:
5609       "plot-rps"
5610
5611 ################################################################################
5612
5613 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5614 -
5615   type: "plot"
5616   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5617   algorithm: "plot_performance_box"
5618   output-file-type: ".html"
5619   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5620   data: "plot-vpp-throughput-latency-3n-hsw"
5621   filter: "'NIC_Intel-X520-DA2' and
5622            '64B' and
5623            ('BASE' or 'SCALE') and
5624            'NDRPDR' and
5625            'ETH' and
5626            '1T1C' 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-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5647     layout: "plot-throughput"
5648
5649 -
5650   type: "plot"
5651   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5652   algorithm: "plot_performance_box"
5653   output-file-type: ".html"
5654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5655   data: "plot-vpp-throughput-latency-3n-hsw"
5656   filter: "'NIC_Intel-X520-DA2' and
5657            '64B' and
5658            ('BASE' or 'SCALE') and
5659            'NDRPDR' and
5660            'ETH' and
5661            '1T1C' 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-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5682     layout: "plot-throughput"
5683
5684 -
5685   type: "plot"
5686   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5687   algorithm: "plot_performance_box"
5688   output-file-type: ".html"
5689   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5690   data: "plot-vpp-throughput-latency-3n-hsw"
5691   filter: "'NIC_Intel-X520-DA2' and
5692            '64B' and
5693            ('BASE' or 'SCALE') and
5694            'NDRPDR' and
5695            'ETH' and
5696            '2T2C' 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-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5717     layout: "plot-throughput"
5718
5719 -
5720   type: "plot"
5721   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5722   algorithm: "plot_performance_box"
5723   output-file-type: ".html"
5724   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5725   data: "plot-vpp-throughput-latency-3n-hsw"
5726   filter: "'NIC_Intel-X520-DA2' and
5727            '64B' and
5728            ('BASE' or 'SCALE') and
5729            'NDRPDR' and
5730            'ETH' and
5731            '2T2C' and
5732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5733            not 'VHOST' and
5734            not 'MEMIF'"
5735   parameters:
5736   - "throughput"
5737   - "parent"
5738   - "tags"
5739   sort:
5740   - "L2PATCH"
5741   - "L2XCBASE"
5742   - "BASE"
5743   - "FIB_10K"
5744   - "FIB_100K"
5745   - "FIB_1M"
5746   traces:
5747     hoverinfo: "x+y"
5748     boxpoints: "outliers"
5749     whiskerwidth: 0
5750   layout:
5751     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5752     layout: "plot-throughput"
5753
5754 # Packet Throughput - VPP L2 3n-hsw-x520 features
5755 -
5756   type: "plot"
5757   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5758   algorithm: "plot_performance_box"
5759   output-file-type: ".html"
5760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5761   data: "plot-vpp-throughput-latency-3n-hsw"
5762   filter: "'NIC_Intel-X520-DA2' and
5763            '64B' and
5764            'NDRPDR' and
5765            '1T1C' and
5766            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5767            not 'ACL' and
5768            not 'VHOST' and
5769            not 'MEMIF'"
5770   parameters:
5771   - "throughput"
5772   - "parent"
5773   - "tags"
5774   sort:
5775   - "L2XCBASE"    # l2xcbase
5776   - "L2BDBASE"    # l2bdbase
5777   - "L2XCFWD"     # dot1q-l2xcbase
5778   - "L2BDMACLRN"  # dot1q-l2bdbase
5779   traces:
5780     hoverinfo: "x+y"
5781     boxpoints: "outliers"
5782     whiskerwidth: 0
5783   layout:
5784     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5785     layout: "plot-throughput"
5786
5787 -
5788   type: "plot"
5789   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5790   algorithm: "plot_performance_box"
5791   output-file-type: ".html"
5792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5793   data: "plot-vpp-throughput-latency-3n-hsw"
5794   filter: "'NIC_Intel-X520-DA2' and
5795            '64B' and
5796            'NDRPDR' and
5797            '1T1C' and
5798            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5799            not 'ACL' and
5800            not 'VHOST' and
5801            not 'MEMIF'"
5802   parameters:
5803   - "throughput"
5804   - "parent"
5805   - "tags"
5806   sort:
5807   - "L2XCBASE"    # l2xcbase
5808   - "L2BDBASE"    # l2bdbase
5809   - "L2XCFWD"     # dot1q-l2xcbase
5810   - "L2BDMACLRN"  # dot1q-l2bdbase
5811   traces:
5812     hoverinfo: "x+y"
5813     boxpoints: "outliers"
5814     whiskerwidth: 0
5815   layout:
5816     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5817     layout: "plot-throughput"
5818
5819 -
5820   type: "plot"
5821   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5822   algorithm: "plot_performance_box"
5823   output-file-type: ".html"
5824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5825   data: "plot-vpp-throughput-latency-3n-hsw"
5826   filter: "'NIC_Intel-X520-DA2' and
5827            '64B' and
5828            'NDRPDR' and
5829            '2T2C' and
5830            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5831            not 'ACL' and
5832            not 'VHOST' and
5833            not 'MEMIF'"
5834   parameters:
5835   - "throughput"
5836   - "parent"
5837   - "tags"
5838   sort:
5839   - "L2XCBASE"    # l2xcbase
5840   - "L2BDBASE"    # l2bdbase
5841   - "L2XCFWD"     # dot1q-l2xcbase
5842   - "L2BDMACLRN"  # dot1q-l2bdbase
5843   traces:
5844     hoverinfo: "x+y"
5845     boxpoints: "outliers"
5846     whiskerwidth: 0
5847   layout:
5848     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5849     layout: "plot-throughput"
5850
5851 -
5852   type: "plot"
5853   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5854   algorithm: "plot_performance_box"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5857   data: "plot-vpp-throughput-latency-3n-hsw"
5858   filter: "'NIC_Intel-X520-DA2' and
5859            '64B' and
5860            'NDRPDR' and
5861            '2T2C' and
5862            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5863            not 'ACL' and
5864            not 'VHOST' and
5865            not 'MEMIF'"
5866   parameters:
5867   - "throughput"
5868   - "parent"
5869   - "tags"
5870   sort:
5871   - "L2XCBASE"    # l2xcbase
5872   - "L2BDBASE"    # l2bdbase
5873   - "L2XCFWD"     # dot1q-l2xcbase
5874   - "L2BDMACLRN"  # dot1q-l2bdbase
5875   traces:
5876     hoverinfo: "x+y"
5877     boxpoints: "outliers"
5878     whiskerwidth: 0
5879   layout:
5880     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5881     layout: "plot-throughput"
5882
5883 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5884 -
5885   type: "plot"
5886   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5887   algorithm: "plot_performance_box"
5888   output-file-type: ".html"
5889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5890   data: "plot-vpp-throughput-latency-3n-hsw"
5891   filter: "'NIC_Intel-X710' and
5892            '64B' and
5893            ('BASE' or 'SCALE') and
5894            'NDRPDR' and
5895            'ETH' and
5896            '1T1C' and
5897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5898            not 'VHOST' and
5899            not 'MEMIF'"
5900   parameters:
5901   - "throughput"
5902   - "parent"
5903   - "tags"
5904   sort:
5905   - "L2XCFWD"
5906   - "L2PATCH"
5907   - "L2BDMACLRN"
5908   - "FIB_10K"
5909   - "FIB_100K"
5910   - "FIB_1M"
5911   traces:
5912     hoverinfo: "x+y"
5913     boxpoints: "outliers"
5914     whiskerwidth: 0
5915   layout:
5916     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5917     layout: "plot-throughput"
5918
5919 -
5920   type: "plot"
5921   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5922   algorithm: "plot_performance_box"
5923   output-file-type: ".html"
5924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5925   data: "plot-vpp-throughput-latency-3n-hsw"
5926   filter: "'NIC_Intel-X710' and
5927            '64B' and
5928            ('BASE' or 'SCALE') and
5929            'NDRPDR' and
5930            'ETH' and
5931            '1T1C' and
5932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5933            not 'VHOST' and
5934            not 'MEMIF'"
5935   parameters:
5936   - "throughput"
5937   - "parent"
5938   - "tags"
5939   sort:
5940   - "L2XCFWD"
5941   - "L2PATCH"
5942   - "L2BDMACLRN"
5943   - "FIB_10K"
5944   - "FIB_100K"
5945   - "FIB_1M"
5946   traces:
5947     hoverinfo: "x+y"
5948     boxpoints: "outliers"
5949     whiskerwidth: 0
5950   layout:
5951     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5952     layout: "plot-throughput"
5953
5954 -
5955   type: "plot"
5956   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5957   algorithm: "plot_performance_box"
5958   output-file-type: ".html"
5959   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5960   data: "plot-vpp-throughput-latency-3n-hsw"
5961   filter: "'NIC_Intel-X710' and
5962            '64B' and
5963            ('BASE' or 'SCALE') and
5964            'NDRPDR' and
5965            'ETH' and
5966            '2T2C' and
5967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5968            not 'VHOST' and
5969            not 'MEMIF'"
5970   parameters:
5971   - "throughput"
5972   - "parent"
5973   - "tags"
5974   sort:
5975   - "L2XCFWD"
5976   - "L2PATCH"
5977   - "L2BDMACLRN"
5978   - "FIB_10K"
5979   - "FIB_100K"
5980   - "FIB_1M"
5981   traces:
5982     hoverinfo: "x+y"
5983     boxpoints: "outliers"
5984     whiskerwidth: 0
5985   layout:
5986     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5987     layout: "plot-throughput"
5988
5989 -
5990   type: "plot"
5991   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5992   algorithm: "plot_performance_box"
5993   output-file-type: ".html"
5994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5995   data: "plot-vpp-throughput-latency-3n-hsw"
5996   filter: "'NIC_Intel-X710' and
5997            '64B' and
5998            ('BASE' or 'SCALE') and
5999            'NDRPDR' and
6000            'ETH' and
6001            '2T2C' and
6002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6003            not 'VHOST' and
6004            not 'MEMIF'"
6005   parameters:
6006   - "throughput"
6007   - "parent"
6008   - "tags"
6009   sort:
6010   - "L2XCFWD"
6011   - "L2PATCH"
6012   - "L2BDMACLRN"
6013   - "FIB_10K"
6014   - "FIB_100K"
6015   - "FIB_1M"
6016   traces:
6017     hoverinfo: "x+y"
6018     boxpoints: "outliers"
6019     whiskerwidth: 0
6020   layout:
6021     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6022     layout: "plot-throughput"
6023
6024 # Packet Throughput - VPP L2 3n-hsw-x710 features
6025 -
6026   type: "plot"
6027   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6028   algorithm: "plot_performance_box"
6029   output-file-type: ".html"
6030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6031   data: "plot-vpp-throughput-latency-3n-hsw"
6032   filter: "'NIC_Intel-X710' and
6033            '64B' and
6034            'NDRPDR' and
6035            '1T1C' and
6036            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6037            not 'ACL' and
6038            not 'VHOST' and
6039            not 'MEMIF'"
6040   parameters:
6041   - "throughput"
6042   - "parent"
6043   - "tags"
6044   sort:
6045   - "L2XCBASE"    # l2xcbase
6046   - "L2BDBASE"    # l2bdbase
6047   - "L2XCFWD"     # dot1q-l2xcbase
6048   - "L2BDMACLRN"  # dot1q-l2bdbase
6049   traces:
6050     hoverinfo: "x+y"
6051     boxpoints: "outliers"
6052     whiskerwidth: 0
6053   layout:
6054     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6055     layout: "plot-throughput"
6056
6057 -
6058   type: "plot"
6059   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6060   algorithm: "plot_performance_box"
6061   output-file-type: ".html"
6062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6063   data: "plot-vpp-throughput-latency-3n-hsw"
6064   filter: "'NIC_Intel-X710' and
6065            '64B' and
6066            'NDRPDR' and
6067            '1T1C' and
6068            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6069            not 'ACL' and
6070            not 'VHOST' and
6071            not 'MEMIF'"
6072   parameters:
6073   - "throughput"
6074   - "parent"
6075   - "tags"
6076   sort:
6077   - "L2XCBASE"    # l2xcbase
6078   - "L2BDBASE"    # l2bdbase
6079   - "L2XCFWD"     # dot1q-l2xcbase
6080   - "L2BDMACLRN"  # dot1q-l2bdbase
6081   traces:
6082     hoverinfo: "x+y"
6083     boxpoints: "outliers"
6084     whiskerwidth: 0
6085   layout:
6086     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6087     layout: "plot-throughput"
6088
6089 -
6090   type: "plot"
6091   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6092   algorithm: "plot_performance_box"
6093   output-file-type: ".html"
6094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6095   data: "plot-vpp-throughput-latency-3n-hsw"
6096   filter: "'NIC_Intel-X710' and
6097            '64B' and
6098            'NDRPDR' and
6099            '2T2C' and
6100            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6101            not 'ACL' and
6102            not 'VHOST' and
6103            not 'MEMIF'"
6104   parameters:
6105   - "throughput"
6106   - "parent"
6107   - "tags"
6108   sort:
6109   - "L2XCBASE"    # l2xcbase
6110   - "L2BDBASE"    # l2bdbase
6111   - "L2XCFWD"     # dot1q-l2xcbase
6112   - "L2BDMACLRN"  # dot1q-l2bdbase
6113   traces:
6114     hoverinfo: "x+y"
6115     boxpoints: "outliers"
6116     whiskerwidth: 0
6117   layout:
6118     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6119     layout: "plot-throughput"
6120
6121 -
6122   type: "plot"
6123   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6124   algorithm: "plot_performance_box"
6125   output-file-type: ".html"
6126   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6127   data: "plot-vpp-throughput-latency-3n-hsw"
6128   filter: "'NIC_Intel-X710' and
6129            '64B' and
6130            'NDRPDR' and
6131            '2T2C' and
6132            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6133            not 'ACL' and
6134            not 'VHOST' and
6135            not 'MEMIF'"
6136   parameters:
6137   - "throughput"
6138   - "parent"
6139   - "tags"
6140   sort:
6141   - "L2XCBASE"    # l2xcbase
6142   - "L2BDBASE"    # l2bdbase
6143   - "L2XCFWD"     # dot1q-l2xcbase
6144   - "L2BDMACLRN"  # dot1q-l2bdbase
6145   traces:
6146     hoverinfo: "x+y"
6147     boxpoints: "outliers"
6148     whiskerwidth: 0
6149   layout:
6150     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6151     layout: "plot-throughput"
6152
6153 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6154 -
6155   type: "plot"
6156   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6157   algorithm: "plot_performance_box"
6158   output-file-type: ".html"
6159   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6160   data: "plot-vpp-throughput-latency-3n-hsw"
6161   filter: "'NIC_Intel-XL710' and
6162            '64B' and
6163            ('BASE' or 'SCALE') and
6164            'NDRPDR' and
6165            'ETH' and
6166            '1T1C' and
6167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6168            not 'VHOST' and
6169            not 'MEMIF'"
6170   parameters:
6171   - "throughput"
6172   - "parent"
6173   - "tags"
6174   sort:
6175   - "L2PATCH"
6176   - "L2XCBASE"
6177   - "BASE"
6178   - "FIB_10K"
6179   - "FIB_100K"
6180   - "FIB_1M"
6181   traces:
6182     hoverinfo: "x+y"
6183     boxpoints: "outliers"
6184     whiskerwidth: 0
6185   layout:
6186     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6187     layout: "plot-throughput"
6188
6189 -
6190   type: "plot"
6191   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6192   algorithm: "plot_performance_box"
6193   output-file-type: ".html"
6194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6195   data: "plot-vpp-throughput-latency-3n-hsw"
6196   filter: "'NIC_Intel-XL710' and
6197            '64B' and
6198            ('BASE' or 'SCALE') and
6199            'NDRPDR' and
6200            'ETH' and
6201            '1T1C' and
6202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6203            not 'VHOST' and
6204            not 'MEMIF'"
6205   parameters:
6206   - "throughput"
6207   - "parent"
6208   - "tags"
6209   sort:
6210   - "L2PATCH"
6211   - "L2XCBASE"
6212   - "BASE"
6213   - "FIB_10K"
6214   - "FIB_100K"
6215   - "FIB_1M"
6216   traces:
6217     hoverinfo: "x+y"
6218     boxpoints: "outliers"
6219     whiskerwidth: 0
6220   layout:
6221     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6222     layout: "plot-throughput"
6223
6224 -
6225   type: "plot"
6226   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6227   algorithm: "plot_performance_box"
6228   output-file-type: ".html"
6229   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6230   data: "plot-vpp-throughput-latency-3n-hsw"
6231   filter: "'NIC_Intel-XL710' and
6232            '64B' and
6233            ('BASE' or 'SCALE') and
6234            'NDRPDR' and
6235            'ETH' and
6236            '2T2C' and
6237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6238            not 'VHOST' and
6239            not 'MEMIF'"
6240   parameters:
6241   - "throughput"
6242   - "parent"
6243   - "tags"
6244   sort:
6245   - "L2PATCH"
6246   - "L2XCBASE"
6247   - "BASE"
6248   - "FIB_10K"
6249   - "FIB_100K"
6250   - "FIB_1M"
6251   traces:
6252     hoverinfo: "x+y"
6253     boxpoints: "outliers"
6254     whiskerwidth: 0
6255   layout:
6256     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6257     layout: "plot-throughput"
6258
6259 -
6260   type: "plot"
6261   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6262   algorithm: "plot_performance_box"
6263   output-file-type: ".html"
6264   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6265   data: "plot-vpp-throughput-latency-3n-hsw"
6266   filter: "'NIC_Intel-XL710' and
6267            '64B' and
6268            ('BASE' or 'SCALE') and
6269            'NDRPDR' and
6270            'ETH' and
6271            '2T2C' and
6272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6273            not 'VHOST' and
6274            not 'MEMIF'"
6275   parameters:
6276   - "throughput"
6277   - "parent"
6278   - "tags"
6279   sort:
6280   - "L2PATCH"
6281   - "L2XCBASE"
6282   - "BASE"
6283   - "FIB_10K"
6284   - "FIB_100K"
6285   - "FIB_1M"
6286   traces:
6287     hoverinfo: "x+y"
6288     boxpoints: "outliers"
6289     whiskerwidth: 0
6290   layout:
6291     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6292     layout: "plot-throughput"
6293
6294 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6295 -
6296   type: "plot"
6297   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6298   algorithm: "plot_performance_box"
6299   output-file-type: ".html"
6300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6301   data: "plot-vpp-throughput-latency-3n-skx"
6302   filter: "'NIC_Intel-X710' and
6303            '64B' and
6304            ('BASE' or 'SCALE') and
6305            'NDRPDR' and
6306            'ETH' and
6307            '2T1C' and
6308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6309            not 'VHOST' and
6310            not 'MEMIF' and
6311            not 'DRV_AVF'"
6312   parameters:
6313   - "throughput"
6314   - "parent"
6315   - "tags"
6316   sort:
6317   - "L2PATCH"
6318   - "L2XCBASE"
6319   - "BASE"
6320   - "FIB_10K"
6321   - "FIB_100K"
6322   - "FIB_1M"
6323   traces:
6324     hoverinfo: "x+y"
6325     boxpoints: "outliers"
6326     whiskerwidth: 0
6327   layout:
6328     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6329     layout: "plot-throughput"
6330
6331 -
6332   type: "plot"
6333   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6334   algorithm: "plot_performance_box"
6335   output-file-type: ".html"
6336   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6337   data: "plot-vpp-throughput-latency-3n-skx"
6338   filter: "'NIC_Intel-X710' and
6339            '64B' and
6340            ('BASE' or 'SCALE') and
6341            'NDRPDR' and
6342            'ETH' and
6343            '2T1C' and
6344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6345            not 'VHOST' and
6346            not 'MEMIF' and
6347            not 'DRV_AVF'"
6348   parameters:
6349   - "throughput"
6350   - "parent"
6351   - "tags"
6352   sort:
6353   - "L2PATCH"
6354   - "L2XCBASE"
6355   - "BASE"
6356   - "FIB_10K"
6357   - "FIB_100K"
6358   - "FIB_1M"
6359   traces:
6360     hoverinfo: "x+y"
6361     boxpoints: "outliers"
6362     whiskerwidth: 0
6363   layout:
6364     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6365     layout: "plot-throughput"
6366
6367 -
6368   type: "plot"
6369   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6370   algorithm: "plot_performance_box"
6371   output-file-type: ".html"
6372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6373   data: "plot-vpp-throughput-latency-3n-skx"
6374   filter: "'NIC_Intel-X710' and
6375            '64B' and
6376            ('BASE' or 'SCALE') and
6377            'NDRPDR' and
6378            'ETH' and
6379            '4T2C' and
6380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6381            not 'VHOST' and
6382            not 'MEMIF' and
6383            not 'DRV_AVF'"
6384   parameters:
6385   - "throughput"
6386   - "parent"
6387   - "tags"
6388   sort:
6389   - "L2PATCH"
6390   - "L2XCBASE"
6391   - "BASE"
6392   - "FIB_10K"
6393   - "FIB_100K"
6394   - "FIB_1M"
6395   traces:
6396     hoverinfo: "x+y"
6397     boxpoints: "outliers"
6398     whiskerwidth: 0
6399   layout:
6400     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6401     layout: "plot-throughput"
6402
6403 -
6404   type: "plot"
6405   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6406   algorithm: "plot_performance_box"
6407   output-file-type: ".html"
6408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6409   data: "plot-vpp-throughput-latency-3n-skx"
6410   filter: "'NIC_Intel-X710' and
6411            '64B' and
6412            ('BASE' or 'SCALE') and
6413            'NDRPDR' and
6414            'ETH' and
6415            '4T2C' and
6416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6417            not 'VHOST' and
6418            not 'MEMIF' and
6419            not 'DRV_AVF'"
6420   parameters:
6421   - "throughput"
6422   - "parent"
6423   - "tags"
6424   sort:
6425   - "L2PATCH"
6426   - "L2XCBASE"
6427   - "BASE"
6428   - "FIB_10K"
6429   - "FIB_100K"
6430   - "FIB_1M"
6431   traces:
6432     hoverinfo: "x+y"
6433     boxpoints: "outliers"
6434     whiskerwidth: 0
6435   layout:
6436     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6437     layout: "plot-throughput"
6438
6439 # Packet Throughput - VPP L2 3n-skx-x710 features
6440 -
6441   type: "plot"
6442   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6443   algorithm: "plot_performance_box"
6444   output-file-type: ".html"
6445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6446   data: "plot-vpp-throughput-latency-3n-skx"
6447   filter: "'NIC_Intel-X710' and
6448            '64B' and
6449            'NDRPDR' and
6450            '2T1C' and
6451            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6452            not 'ACL' and
6453            not 'VHOST' and
6454            not 'MEMIF'"
6455   parameters:
6456   - "throughput"
6457   - "parent"
6458   - "tags"
6459   sort:
6460   - "L2XCBASE"    # l2xcbase
6461   - "L2BDBASE"    # l2bdbase
6462   - "L2XCFWD"     # dot1q-l2xcbase
6463   - "L2BDMACLRN"  # dot1q-l2bdbase
6464   traces:
6465     hoverinfo: "x+y"
6466     boxpoints: "outliers"
6467     whiskerwidth: 0
6468   layout:
6469     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6470     layout: "plot-throughput"
6471
6472 -
6473   type: "plot"
6474   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6475   algorithm: "plot_performance_box"
6476   output-file-type: ".html"
6477   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6478   data: "plot-vpp-throughput-latency-3n-skx"
6479   filter: "'NIC_Intel-X710' and
6480            '64B' and
6481            'NDRPDR' and
6482            '2T1C' and
6483            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6484            not 'ACL' and
6485            not 'VHOST' and
6486            not 'MEMIF'"
6487   parameters:
6488   - "throughput"
6489   - "parent"
6490   - "tags"
6491   sort:
6492   - "L2XCBASE"    # l2xcbase
6493   - "L2BDBASE"    # l2bdbase
6494   - "L2XCFWD"     # dot1q-l2xcbase
6495   - "L2BDMACLRN"  # dot1q-l2bdbase
6496   traces:
6497     hoverinfo: "x+y"
6498     boxpoints: "outliers"
6499     whiskerwidth: 0
6500   layout:
6501     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6502     layout: "plot-throughput"
6503
6504 -
6505   type: "plot"
6506   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6507   algorithm: "plot_performance_box"
6508   output-file-type: ".html"
6509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6510   data: "plot-vpp-throughput-latency-3n-skx"
6511   filter: "'NIC_Intel-X710' and
6512            '64B' and
6513            'NDRPDR' and
6514            '4T2C' and
6515            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6516            not 'ACL' and
6517            not 'VHOST' and
6518            not 'MEMIF'"
6519   parameters:
6520   - "throughput"
6521   - "parent"
6522   - "tags"
6523   sort:
6524   - "L2XCBASE"    # l2xcbase
6525   - "L2BDBASE"    # l2bdbase
6526   - "L2XCFWD"     # dot1q-l2xcbase
6527   - "L2BDMACLRN"  # dot1q-l2bdbase
6528   traces:
6529     hoverinfo: "x+y"
6530     boxpoints: "outliers"
6531     whiskerwidth: 0
6532   layout:
6533     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6534     layout: "plot-throughput"
6535
6536 -
6537   type: "plot"
6538   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6539   algorithm: "plot_performance_box"
6540   output-file-type: ".html"
6541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6542   data: "plot-vpp-throughput-latency-3n-skx"
6543   filter: "'NIC_Intel-X710' and
6544            '64B' and
6545            'NDRPDR' and
6546            '4T2C' and
6547            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6548            not 'ACL' and
6549            not 'VHOST' and
6550            not 'MEMIF'"
6551   parameters:
6552   - "throughput"
6553   - "parent"
6554   - "tags"
6555   sort:
6556   - "L2XCBASE"    # l2xcbase
6557   - "L2BDBASE"    # l2bdbase
6558   - "L2XCFWD"     # dot1q-l2xcbase
6559   - "L2BDMACLRN"  # dot1q-l2bdbase
6560   traces:
6561     hoverinfo: "x+y"
6562     boxpoints: "outliers"
6563     whiskerwidth: 0
6564   layout:
6565     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6566     layout: "plot-throughput"
6567
6568 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6569 -
6570   type: "plot"
6571   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6572   algorithm: "plot_performance_box"
6573   output-file-type: ".html"
6574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6575   data: "plot-vpp-throughput-latency-3n-skx"
6576   filter: "'NIC_Intel-XXV710' and
6577            '64B' and
6578            ('BASE' or 'SCALE') and
6579            'NDRPDR' and
6580            'ETH' and
6581            '2T1C' and
6582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6583            not 'VHOST' and
6584            not 'MEMIF' and
6585            not 'DRV_AVF'"
6586   parameters:
6587   - "throughput"
6588   - "parent"
6589   - "tags"
6590   sort:
6591   - "L2PATCH"
6592   - "L2XCBASE"
6593   - "BASE"
6594   - "FIB_10K"
6595   - "FIB_100K"
6596   - "FIB_1M"
6597   traces:
6598     hoverinfo: "x+y"
6599     boxpoints: "outliers"
6600     whiskerwidth: 0
6601   layout:
6602     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6603     layout: "plot-throughput"
6604
6605 -
6606   type: "plot"
6607   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6608   algorithm: "plot_performance_box"
6609   output-file-type: ".html"
6610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6611   data: "plot-vpp-throughput-latency-3n-skx"
6612   filter: "'NIC_Intel-XXV710' and
6613            '64B' and
6614            ('BASE' or 'SCALE') and
6615            'NDRPDR' and
6616            'ETH' and
6617            '2T1C' and
6618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6619            not 'VHOST' and
6620            not 'MEMIF' and
6621            not 'DRV_AVF'"
6622   parameters:
6623   - "throughput"
6624   - "parent"
6625   - "tags"
6626   sort:
6627   - "L2PATCH"
6628   - "L2XCBASE"
6629   - "BASE"
6630   - "FIB_10K"
6631   - "FIB_100K"
6632   - "FIB_1M"
6633   traces:
6634     hoverinfo: "x+y"
6635     boxpoints: "outliers"
6636     whiskerwidth: 0
6637   layout:
6638     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6639     layout: "plot-throughput"
6640
6641 -
6642   type: "plot"
6643   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6644   algorithm: "plot_performance_box"
6645   output-file-type: ".html"
6646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6647   data: "plot-vpp-throughput-latency-3n-skx"
6648   filter: "'NIC_Intel-XXV710' and
6649            '64B' and
6650            ('BASE' or 'SCALE') and
6651            'NDRPDR' and
6652            'ETH' and
6653            '4T2C' and
6654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6655            not 'VHOST' and
6656            not 'MEMIF' and
6657            not 'DRV_AVF'"
6658   parameters:
6659   - "throughput"
6660   - "parent"
6661   - "tags"
6662   sort:
6663   - "L2PATCH"
6664   - "L2XCBASE"
6665   - "BASE"
6666   - "FIB_10K"
6667   - "FIB_100K"
6668   - "FIB_1M"
6669   traces:
6670     hoverinfo: "x+y"
6671     boxpoints: "outliers"
6672     whiskerwidth: 0
6673   layout:
6674     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6675     layout: "plot-throughput"
6676
6677 -
6678   type: "plot"
6679   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6680   algorithm: "plot_performance_box"
6681   output-file-type: ".html"
6682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6683   data: "plot-vpp-throughput-latency-3n-skx"
6684   filter: "'NIC_Intel-XXV710' and
6685            '64B' and
6686            ('BASE' or 'SCALE') and
6687            'NDRPDR' and
6688            'ETH' and
6689            '4T2C' and
6690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6691            not 'VHOST' and
6692            not 'MEMIF' and
6693            not 'DRV_AVF'"
6694   parameters:
6695   - "throughput"
6696   - "parent"
6697   - "tags"
6698   sort:
6699   - "L2PATCH"
6700   - "L2XCBASE"
6701   - "BASE"
6702   - "FIB_10K"
6703   - "FIB_100K"
6704   - "FIB_1M"
6705   traces:
6706     hoverinfo: "x+y"
6707     boxpoints: "outliers"
6708     whiskerwidth: 0
6709   layout:
6710     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6711     layout: "plot-throughput"
6712
6713 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6714 -
6715   type: "plot"
6716   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6717   algorithm: "plot_performance_box"
6718   output-file-type: ".html"
6719   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6720   data: "plot-vpp-throughput-latency-2n-skx"
6721   filter: "'NIC_Intel-X710' and
6722            '64B' and
6723            ('BASE' or 'SCALE') and
6724            'NDRPDR' and
6725            'ETH' and
6726            '2T1C' and
6727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6728            not 'VHOST' and
6729            not 'MEMIF'"
6730   parameters:
6731   - "throughput"
6732   - "parent"
6733   - "tags"
6734   sort:
6735   - "L2PATCH"
6736   - "L2XCBASE"
6737   - "BASE"
6738   - "FIB_10K"
6739   - "FIB_100K"
6740   - "FIB_1M"
6741   traces:
6742     hoverinfo: "x+y"
6743     boxpoints: "outliers"
6744     whiskerwidth: 0
6745   layout:
6746     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6747     layout: "plot-throughput"
6748
6749 -
6750   type: "plot"
6751   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6752   algorithm: "plot_performance_box"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6755   data: "plot-vpp-throughput-latency-2n-skx"
6756   filter: "'NIC_Intel-X710' and
6757            '64B' and
6758            ('BASE' or 'SCALE') and
6759            'NDRPDR' and
6760            'ETH' and
6761            '2T1C' and
6762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6763            not 'VHOST' and
6764            not 'MEMIF'"
6765   parameters:
6766   - "throughput"
6767   - "parent"
6768   - "tags"
6769   sort:
6770   - "L2PATCH"
6771   - "L2XCBASE"
6772   - "BASE"
6773   - "FIB_10K"
6774   - "FIB_100K"
6775   - "FIB_1M"
6776   traces:
6777     hoverinfo: "x+y"
6778     boxpoints: "outliers"
6779     whiskerwidth: 0
6780   layout:
6781     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6782     layout: "plot-throughput"
6783
6784 -
6785   type: "plot"
6786   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6787   algorithm: "plot_performance_box"
6788   output-file-type: ".html"
6789   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6790   data: "plot-vpp-throughput-latency-2n-skx"
6791   filter: "'NIC_Intel-X710' and
6792            '64B' and
6793            ('BASE' or 'SCALE') and
6794            'NDRPDR' and
6795            'ETH' and
6796            '4T2C' and
6797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6798            not 'VHOST' and
6799            not 'MEMIF'"
6800   parameters:
6801   - "throughput"
6802   - "parent"
6803   - "tags"
6804   sort:
6805   - "L2PATCH"
6806   - "L2XCBASE"
6807   - "BASE"
6808   - "FIB_10K"
6809   - "FIB_100K"
6810   - "FIB_1M"
6811   traces:
6812     hoverinfo: "x+y"
6813     boxpoints: "outliers"
6814     whiskerwidth: 0
6815   layout:
6816     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6817     layout: "plot-throughput"
6818
6819 -
6820   type: "plot"
6821   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6822   algorithm: "plot_performance_box"
6823   output-file-type: ".html"
6824   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6825   data: "plot-vpp-throughput-latency-2n-skx"
6826   filter: "'NIC_Intel-X710' and
6827            '64B' and
6828            ('BASE' or 'SCALE') and
6829            'NDRPDR' and
6830            'ETH' and
6831            '4T2C' and
6832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6833            not 'VHOST' and
6834            not 'MEMIF'"
6835   parameters:
6836   - "throughput"
6837   - "parent"
6838   - "tags"
6839   sort:
6840   - "L2PATCH"
6841   - "L2XCBASE"
6842   - "BASE"
6843   - "FIB_10K"
6844   - "FIB_100K"
6845   - "FIB_1M"
6846   traces:
6847     hoverinfo: "x+y"
6848     boxpoints: "outliers"
6849     whiskerwidth: 0
6850   layout:
6851     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6852     layout: "plot-throughput"
6853
6854 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6855 -
6856   type: "plot"
6857   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6858   algorithm: "plot_performance_box"
6859   output-file-type: ".html"
6860   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6861   data: "plot-vpp-throughput-latency-2n-skx"
6862   filter: "'NIC_Intel-XXV710' and
6863            '64B' and
6864            ('BASE' or 'SCALE') and
6865            'NDRPDR' and
6866            'ETH' and
6867            '2T1C' and
6868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6869            not 'VHOST' and
6870            not 'MEMIF'"
6871   parameters:
6872   - "throughput"
6873   - "parent"
6874   - "tags"
6875   sort:
6876   - "L2PATCH"
6877   - "L2XCBASE"
6878   - "BASE"
6879   - "FIB_10K"
6880   - "FIB_100K"
6881   - "FIB_1M"
6882   traces:
6883     hoverinfo: "x+y"
6884     boxpoints: "outliers"
6885     whiskerwidth: 0
6886   layout:
6887     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6888     layout: "plot-throughput"
6889
6890 -
6891   type: "plot"
6892   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6893   algorithm: "plot_performance_box"
6894   output-file-type: ".html"
6895   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6896   data: "plot-vpp-throughput-latency-2n-skx"
6897   filter: "'NIC_Intel-XXV710' and
6898            '64B' and
6899            ('BASE' or 'SCALE') and
6900            'NDRPDR' and
6901            'ETH' and
6902            '2T1C' and
6903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6904            not 'VHOST' and
6905            not 'MEMIF'"
6906   parameters:
6907   - "throughput"
6908   - "parent"
6909   - "tags"
6910   sort:
6911   - "L2PATCH"
6912   - "L2XCBASE"
6913   - "BASE"
6914   - "FIB_10K"
6915   - "FIB_100K"
6916   - "FIB_1M"
6917   traces:
6918     hoverinfo: "x+y"
6919     boxpoints: "outliers"
6920     whiskerwidth: 0
6921   layout:
6922     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6923     layout: "plot-throughput"
6924
6925 -
6926   type: "plot"
6927   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6928   algorithm: "plot_performance_box"
6929   output-file-type: ".html"
6930   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6931   data: "plot-vpp-throughput-latency-2n-skx"
6932   filter: "'NIC_Intel-XXV710' and
6933            '64B' and
6934            ('BASE' or 'SCALE') and
6935            'NDRPDR' and
6936            'ETH' and
6937            '4T2C' and
6938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6939            not 'VHOST' and
6940            not 'MEMIF'"
6941   parameters:
6942   - "throughput"
6943   - "parent"
6944   - "tags"
6945   sort:
6946   - "L2PATCH"
6947   - "L2XCBASE"
6948   - "BASE"
6949   - "FIB_10K"
6950   - "FIB_100K"
6951   - "FIB_1M"
6952   traces:
6953     hoverinfo: "x+y"
6954     boxpoints: "outliers"
6955     whiskerwidth: 0
6956   layout:
6957     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6958     layout: "plot-throughput"
6959
6960 -
6961   type: "plot"
6962   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6963   algorithm: "plot_performance_box"
6964   output-file-type: ".html"
6965   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6966   data: "plot-vpp-throughput-latency-2n-skx"
6967   filter: "'NIC_Intel-XXV710' and
6968            '64B' and
6969            ('BASE' or 'SCALE') and
6970            'NDRPDR' and
6971            'ETH' and
6972            '4T2C' and
6973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6974            not 'VHOST' and
6975            not 'MEMIF'"
6976   parameters:
6977   - "throughput"
6978   - "parent"
6979   - "tags"
6980   sort:
6981   - "L2PATCH"
6982   - "L2XCBASE"
6983   - "BASE"
6984   - "FIB_10K"
6985   - "FIB_100K"
6986   - "FIB_1M"
6987   traces:
6988     hoverinfo: "x+y"
6989     boxpoints: "outliers"
6990     whiskerwidth: 0
6991   layout:
6992     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6993     layout: "plot-throughput"
6994
6995 # Packet Throughput - VPP L2 2n-dnv-x553 base
6996 -
6997   type: "plot"
6998   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6999   algorithm: "plot_performance_box"
7000   output-file-type: ".html"
7001   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7002   data: "intel-dnv-vpp"
7003   filter: "'NIC_Intel-X553' and
7004            '64B' and
7005            'BASE' and
7006            'NDRPDR' and
7007            'ETH' and
7008            '1T1C' and
7009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7010            not 'VHOST' and
7011            not 'MEMIF'"
7012   parameters:
7013   - "throughput"
7014   - "parent"
7015   - "tags"
7016   sort:
7017   - "L2XCBASE"
7018   - "L2BDMACLRN"
7019   - "L2PATCH"
7020   traces:
7021     hoverinfo: "x+y"
7022     boxpoints: "outliers"
7023     whiskerwidth: 0
7024   layout:
7025     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7026     layout: "plot-throughput"
7027
7028 -
7029   type: "plot"
7030   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7031   algorithm: "plot_performance_box"
7032   output-file-type: ".html"
7033   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7034   data: "intel-dnv-vpp"
7035   filter: "'NIC_Intel-X553' and
7036            '64B' and
7037            ('BASE' or 'SCALE') and
7038            'NDRPDR' and
7039            'ETH' and
7040            '1T1C' and
7041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7042            not 'VHOST' and
7043            not 'MEMIF'"
7044   parameters:
7045   - "throughput"
7046   - "parent"
7047   - "tags"
7048   sort:
7049   - "L2XCBASE"
7050   - "L2BDMACLRN"
7051   - "L2PATCH"
7052   traces:
7053     hoverinfo: "x+y"
7054     boxpoints: "outliers"
7055     whiskerwidth: 0
7056   layout:
7057     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7058     layout: "plot-throughput"
7059
7060 -
7061   type: "plot"
7062   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7063   algorithm: "plot_performance_box"
7064   output-file-type: ".html"
7065   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7066   data: "intel-dnv-vpp"
7067   filter: "'NIC_Intel-X553' and
7068            '64B' and
7069            ('BASE' or 'SCALE') and
7070            'NDRPDR' and
7071            'ETH' and
7072            '2T2C' and
7073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7074            not 'VHOST' and
7075            not 'MEMIF'"
7076   parameters:
7077   - "throughput"
7078   - "parent"
7079   - "tags"
7080   sort:
7081   - "L2XCBASE"
7082   - "L2BDMACLRN"
7083   - "L2PATCH"
7084   traces:
7085     hoverinfo: "x+y"
7086     boxpoints: "outliers"
7087     whiskerwidth: 0
7088   layout:
7089     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7090     layout: "plot-throughput"
7091
7092 -
7093   type: "plot"
7094   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7095   algorithm: "plot_performance_box"
7096   output-file-type: ".html"
7097   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7098   data: "intel-dnv-vpp"
7099   filter: "'NIC_Intel-X553' and
7100            '64B' and
7101            ('BASE' or 'SCALE') and
7102            'NDRPDR' and
7103            'ETH' and
7104            '2T2C' and
7105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7106            not 'VHOST' and
7107            not 'MEMIF'"
7108   parameters:
7109   - "throughput"
7110   - "parent"
7111   - "tags"
7112   sort:
7113   - "L2XCBASE"
7114   - "L2BDMACLRN"
7115   - "L2PATCH"
7116   traces:
7117     hoverinfo: "x+y"
7118     boxpoints: "outliers"
7119     whiskerwidth: 0
7120   layout:
7121     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7122     layout: "plot-throughput"
7123
7124 ################################################################################
7125
7126 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7127 -
7128   type: "plot"
7129   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7130   algorithm: "plot_performance_box"
7131   output-file-type: ".html"
7132   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7133   data: "plot-vpp-throughput-latency-3n-hsw"
7134   filter: "'NIC_Intel-X520-DA2' and
7135            '64B' and
7136            ('BASE' or 'SCALE') and
7137            'NDRPDR' and
7138            '1T1C' and
7139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7140            not 'VHOST' and
7141            'MEMIF'"
7142   parameters:
7143   - "throughput"
7144   - "parent"
7145   - "tags"
7146   sort:
7147   - "L2XCFWD"
7148   - "L2XCFWD"
7149   - "L2XCFWD"
7150   - "L2BDMACLRN"
7151   - "L2BDMACLRN"
7152   - "L2BDMACLRN"
7153   traces:
7154     hoverinfo: "x+y"
7155     boxpoints: "outliers"
7156     whiskerwidth: 0
7157   layout:
7158     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7159     layout: "plot-throughput"
7160
7161 -
7162   type: "plot"
7163   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7164   algorithm: "plot_performance_box"
7165   output-file-type: ".html"
7166   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7167   data: "plot-vpp-throughput-latency-3n-hsw"
7168   filter: "'NIC_Intel-X520-DA2' and
7169            '64B' and
7170            ('BASE' or 'SCALE') and
7171            'NDRPDR' and
7172            '1T1C' and
7173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7174            not 'VHOST' and
7175            'MEMIF'"
7176   parameters:
7177   - "throughput"
7178   - "parent"
7179   - "tags"
7180   sort:
7181   - "L2XCFWD"
7182   - "L2XCFWD"
7183   - "L2XCFWD"
7184   - "L2BDMACLRN"
7185   - "L2BDMACLRN"
7186   - "L2BDMACLRN"
7187   traces:
7188     hoverinfo: "x+y"
7189     boxpoints: "outliers"
7190     whiskerwidth: 0
7191   layout:
7192     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7193     layout: "plot-throughput"
7194
7195 -
7196   type: "plot"
7197   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7198   algorithm: "plot_performance_box"
7199   output-file-type: ".html"
7200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7201   data: "plot-vpp-throughput-latency-3n-hsw"
7202   filter: "'NIC_Intel-X520-DA2' and
7203            '64B' and
7204            ('BASE' or 'SCALE') and
7205            'NDRPDR' and
7206            '2T2C' and
7207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7208            not 'VHOST' and
7209            'MEMIF'"
7210   parameters:
7211   - "throughput"
7212   - "parent"
7213   - "tags"
7214   sort:
7215   - "L2XCFWD"
7216   - "L2XCFWD"
7217   - "L2XCFWD"
7218   - "L2BDMACLRN"
7219   - "L2BDMACLRN"
7220   - "L2BDMACLRN"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7227     layout: "plot-throughput"
7228
7229 -
7230   type: "plot"
7231   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7232   algorithm: "plot_performance_box"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7235   data: "plot-vpp-throughput-latency-3n-hsw"
7236   filter: "'NIC_Intel-X520-DA2' and
7237            '64B' and
7238            ('BASE' or 'SCALE') and
7239            'NDRPDR' and
7240            '2T2C' and
7241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7242            not 'VHOST' and
7243            'MEMIF'"
7244   parameters:
7245   - "throughput"
7246   - "parent"
7247   - "tags"
7248   sort:
7249   - "L2XCFWD"
7250   - "L2XCFWD"
7251   - "L2XCFWD"
7252   - "L2BDMACLRN"
7253   - "L2BDMACLRN"
7254   - "L2BDMACLRN"
7255   traces:
7256     hoverinfo: "x+y"
7257     boxpoints: "outliers"
7258     whiskerwidth: 0
7259   layout:
7260     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7261     layout: "plot-throughput"
7262
7263 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7264 -
7265   type: "plot"
7266   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7267   algorithm: "plot_performance_box"
7268   output-file-type: ".html"
7269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7270   data: "plot-vpp-throughput-latency-3n-hsw"
7271   filter: "'NIC_Intel-X710' and
7272            '64B' and
7273            ('BASE' or 'SCALE') and
7274            'NDRPDR' and
7275            '1T1C' and
7276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7277            not 'VHOST' and
7278            'MEMIF'"
7279   parameters:
7280   - "throughput"
7281   - "parent"
7282   - "tags"
7283   sort:
7284   - "L2XCFWD"
7285   - "L2XCFWD"
7286   - "L2XCFWD"
7287   - "L2BDMACLRN"
7288   - "L2BDMACLRN"
7289   - "L2BDMACLRN"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7296     layout: "plot-throughput"
7297
7298 -
7299   type: "plot"
7300   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7301   algorithm: "plot_performance_box"
7302   output-file-type: ".html"
7303   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7304   data: "plot-vpp-throughput-latency-3n-hsw"
7305   filter: "'NIC_Intel-X710' and
7306            '64B' and
7307            ('BASE' or 'SCALE') and
7308            'NDRPDR' and
7309            '1T1C' and
7310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7311            not 'VHOST' and
7312            'MEMIF'"
7313   parameters:
7314   - "throughput"
7315   - "parent"
7316   - "tags"
7317   sort:
7318   - "L2XCFWD"
7319   - "L2XCFWD"
7320   - "L2XCFWD"
7321   - "L2BDMACLRN"
7322   - "L2BDMACLRN"
7323   - "L2BDMACLRN"
7324   traces:
7325     hoverinfo: "x+y"
7326     boxpoints: "outliers"
7327     whiskerwidth: 0
7328   layout:
7329     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7330     layout: "plot-throughput"
7331
7332 -
7333   type: "plot"
7334   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7335   algorithm: "plot_performance_box"
7336   output-file-type: ".html"
7337   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7338   data: "plot-vpp-throughput-latency-3n-hsw"
7339   filter: "'NIC_Intel-X710' and
7340            '64B' and
7341            ('BASE' or 'SCALE') and
7342            'NDRPDR' and
7343            '2T2C' and
7344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7345            not 'VHOST' and
7346            'MEMIF'"
7347   parameters:
7348   - "throughput"
7349   - "parent"
7350   - "tags"
7351   sort:
7352   - "L2XCFWD"
7353   - "L2XCFWD"
7354   - "L2XCFWD"
7355   - "L2BDMACLRN"
7356   - "L2BDMACLRN"
7357   - "L2BDMACLRN"
7358   traces:
7359     hoverinfo: "x+y"
7360     boxpoints: "outliers"
7361     whiskerwidth: 0
7362   layout:
7363     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7364     layout: "plot-throughput"
7365
7366 -
7367   type: "plot"
7368   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7369   algorithm: "plot_performance_box"
7370   output-file-type: ".html"
7371   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7372   data: "plot-vpp-throughput-latency-3n-hsw"
7373   filter: "'NIC_Intel-X710' and
7374            '64B' and
7375            ('BASE' or 'SCALE') and
7376            'NDRPDR' and
7377            '2T2C' and
7378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7379            not 'VHOST' and
7380            'MEMIF'"
7381   parameters:
7382   - "throughput"
7383   - "parent"
7384   - "tags"
7385   sort:
7386   - "L2XCFWD"
7387   - "L2XCFWD"
7388   - "L2XCFWD"
7389   - "L2BDMACLRN"
7390   - "L2BDMACLRN"
7391   - "L2BDMACLRN"
7392   traces:
7393     hoverinfo: "x+y"
7394     boxpoints: "outliers"
7395     whiskerwidth: 0
7396   layout:
7397     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7398     layout: "plot-throughput"
7399
7400 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7401 -
7402   type: "plot"
7403   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7404   algorithm: "plot_performance_box"
7405   output-file-type: ".html"
7406   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7407   data: "plot-vpp-throughput-latency-3n-hsw"
7408   filter: "'NIC_Intel-XL710' and
7409            '64B' and
7410            ('BASE' or 'SCALE') and
7411            'NDRPDR' and
7412            '1T1C' and
7413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7414            not 'VHOST' and
7415            'MEMIF'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   - "tags"
7420   sort:
7421   - "L2XCFWD"
7422   - "L2XCFWD"
7423   - "L2XCFWD"
7424   - "L2BDMACLRN"
7425   - "L2BDMACLRN"
7426   - "L2BDMACLRN"
7427   traces:
7428     hoverinfo: "x+y"
7429     boxpoints: "outliers"
7430     whiskerwidth: 0
7431   layout:
7432     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7433     layout: "plot-throughput"
7434
7435 -
7436   type: "plot"
7437   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7438   algorithm: "plot_performance_box"
7439   output-file-type: ".html"
7440   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7441   data: "plot-vpp-throughput-latency-3n-hsw"
7442   filter: "'NIC_Intel-XL710' and
7443            '64B' and
7444            ('BASE' or 'SCALE') and
7445            'NDRPDR' and
7446            '1T1C' and
7447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7448            not 'VHOST' and
7449            'MEMIF'"
7450   parameters:
7451   - "throughput"
7452   - "parent"
7453   - "tags"
7454   sort:
7455   - "L2XCFWD"
7456   - "L2XCFWD"
7457   - "L2XCFWD"
7458   - "L2BDMACLRN"
7459   - "L2BDMACLRN"
7460   - "L2BDMACLRN"
7461   traces:
7462     hoverinfo: "x+y"
7463     boxpoints: "outliers"
7464     whiskerwidth: 0
7465   layout:
7466     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7467     layout: "plot-throughput"
7468
7469 -
7470   type: "plot"
7471   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7472   algorithm: "plot_performance_box"
7473   output-file-type: ".html"
7474   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7475   data: "plot-vpp-throughput-latency-3n-hsw"
7476   filter: "'NIC_Intel-XL710' and
7477            '64B' and
7478            ('BASE' or 'SCALE') and
7479            'NDRPDR' and
7480            '2T2C' and
7481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7482            not 'VHOST' and
7483            'MEMIF'"
7484   parameters:
7485   - "throughput"
7486   - "parent"
7487   - "tags"
7488   sort:
7489   - "L2XCFWD"
7490   - "L2XCFWD"
7491   - "L2XCFWD"
7492   - "L2BDMACLRN"
7493   - "L2BDMACLRN"
7494   - "L2BDMACLRN"
7495   traces:
7496     hoverinfo: "x+y"
7497     boxpoints: "outliers"
7498     whiskerwidth: 0
7499   layout:
7500     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7501     layout: "plot-throughput"
7502
7503 -
7504   type: "plot"
7505   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7506   algorithm: "plot_performance_box"
7507   output-file-type: ".html"
7508   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7509   data: "plot-vpp-throughput-latency-3n-hsw"
7510   filter: "'NIC_Intel-XL710' and
7511            '64B' and
7512            ('BASE' or 'SCALE') and
7513            'NDRPDR' and
7514            '2T2C' and
7515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7516            not 'VHOST' and
7517            'MEMIF'"
7518   parameters:
7519   - "throughput"
7520   - "parent"
7521   - "tags"
7522   sort:
7523   - "L2XCFWD"
7524   - "L2XCFWD"
7525   - "L2XCFWD"
7526   - "L2BDMACLRN"
7527   - "L2BDMACLRN"
7528   - "L2BDMACLRN"
7529   traces:
7530     hoverinfo: "x+y"
7531     boxpoints: "outliers"
7532     whiskerwidth: 0
7533   layout:
7534     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7535     layout: "plot-throughput"
7536
7537 # Packet Throughput - VPP Container Memif 3n-skx-x710
7538 -
7539   type: "plot"
7540   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7541   algorithm: "plot_performance_box"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7544   data: "plot-vpp-throughput-latency-3n-skx"
7545   filter: "'NIC_Intel-X710' and
7546            '64B' and
7547            ('BASE' or 'SCALE') and
7548            'NDRPDR' and
7549            '2T1C' and
7550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7551            not 'VHOST' and
7552            'MEMIF'"
7553   parameters:
7554   - "throughput"
7555   - "parent"
7556   - "tags"
7557   sort:
7558   - "L2XCFWD"
7559   - "L2XCFWD"
7560   - "L2XCFWD"
7561   - "L2BDMACLRN"
7562   - "L2BDMACLRN"
7563   - "L2BDMACLRN"
7564   traces:
7565     hoverinfo: "x+y"
7566     boxpoints: "outliers"
7567     whiskerwidth: 0
7568   layout:
7569     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7570     layout: "plot-throughput"
7571
7572 -
7573   type: "plot"
7574   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7575   algorithm: "plot_performance_box"
7576   output-file-type: ".html"
7577   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7578   data: "plot-vpp-throughput-latency-3n-skx"
7579   filter: "'NIC_Intel-X710' and
7580            '64B' and
7581            ('BASE' or 'SCALE') and
7582            'NDRPDR' and
7583            '2T1C' and
7584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7585            not 'VHOST' and
7586            'MEMIF'"
7587   parameters:
7588   - "throughput"
7589   - "parent"
7590   - "tags"
7591   sort:
7592   - "L2XCFWD"
7593   - "L2XCFWD"
7594   - "L2XCFWD"
7595   - "L2BDMACLRN"
7596   - "L2BDMACLRN"
7597   - "L2BDMACLRN"
7598   traces:
7599     hoverinfo: "x+y"
7600     boxpoints: "outliers"
7601     whiskerwidth: 0
7602   layout:
7603     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7604     layout: "plot-throughput"
7605
7606 -
7607   type: "plot"
7608   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7609   algorithm: "plot_performance_box"
7610   output-file-type: ".html"
7611   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7612   data: "plot-vpp-throughput-latency-3n-skx"
7613   filter: "'NIC_Intel-X710' and
7614            '64B' and
7615            ('BASE' or 'SCALE') and
7616            'NDRPDR' and
7617            '4T2C' and
7618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7619            not 'VHOST' and
7620            'MEMIF'"
7621   parameters:
7622   - "throughput"
7623   - "parent"
7624   - "tags"
7625   sort:
7626   - "L2XCFWD"
7627   - "L2XCFWD"
7628   - "L2XCFWD"
7629   - "L2BDMACLRN"
7630   - "L2BDMACLRN"
7631   - "L2BDMACLRN"
7632   traces:
7633     hoverinfo: "x+y"
7634     boxpoints: "outliers"
7635     whiskerwidth: 0
7636   layout:
7637     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7638     layout: "plot-throughput"
7639
7640 -
7641   type: "plot"
7642   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7643   algorithm: "plot_performance_box"
7644   output-file-type: ".html"
7645   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7646   data: "plot-vpp-throughput-latency-3n-skx"
7647   filter: "'NIC_Intel-X710' and
7648            '64B' and
7649            ('BASE' or 'SCALE') and
7650            'NDRPDR' and
7651            '4T2C' and
7652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7653            not 'VHOST' and
7654            'MEMIF'"
7655   parameters:
7656   - "throughput"
7657   - "parent"
7658   - "tags"
7659   sort:
7660   - "L2XCFWD"
7661   - "L2XCFWD"
7662   - "L2XCFWD"
7663   - "L2BDMACLRN"
7664   - "L2BDMACLRN"
7665   - "L2BDMACLRN"
7666   traces:
7667     hoverinfo: "x+y"
7668     boxpoints: "outliers"
7669     whiskerwidth: 0
7670   layout:
7671     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7672     layout: "plot-throughput"
7673
7674 # Packet Throughput - VPP Container Memif 2n-skx-x710
7675 -
7676   type: "plot"
7677   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7678   algorithm: "plot_performance_box"
7679   output-file-type: ".html"
7680   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7681   data: "plot-vpp-throughput-latency-2n-skx"
7682   filter: "'NIC_Intel-X710' and
7683            '64B' and
7684            ('BASE' or 'SCALE') and
7685            'NDRPDR' and
7686            '2T1C' and
7687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7688            not 'VHOST' and
7689            'MEMIF'"
7690   parameters:
7691   - "throughput"
7692   - "parent"
7693   - "tags"
7694   sort:
7695   - "L2XCFWD"
7696   - "L2XCFWD"
7697   - "L2XCFWD"
7698   - "L2BDMACLRN"
7699   - "L2BDMACLRN"
7700   - "L2BDMACLRN"
7701   traces:
7702     hoverinfo: "x+y"
7703     boxpoints: "outliers"
7704     whiskerwidth: 0
7705   layout:
7706     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7707     layout: "plot-throughput"
7708
7709 -
7710   type: "plot"
7711   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7712   algorithm: "plot_performance_box"
7713   output-file-type: ".html"
7714   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7715   data: "plot-vpp-throughput-latency-2n-skx"
7716   filter: "'NIC_Intel-X710' and
7717            '64B' and
7718            ('BASE' or 'SCALE') and
7719            'NDRPDR' and
7720            '2T1C' and
7721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7722            not 'VHOST' and
7723            'MEMIF'"
7724   parameters:
7725   - "throughput"
7726   - "parent"
7727   - "tags"
7728   sort:
7729   - "L2XCFWD"
7730   - "L2XCFWD"
7731   - "L2XCFWD"
7732   - "L2BDMACLRN"
7733   - "L2BDMACLRN"
7734   - "L2BDMACLRN"
7735   traces:
7736     hoverinfo: "x+y"
7737     boxpoints: "outliers"
7738     whiskerwidth: 0
7739   layout:
7740     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7741     layout: "plot-throughput"
7742
7743 -
7744   type: "plot"
7745   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7746   algorithm: "plot_performance_box"
7747   output-file-type: ".html"
7748   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7749   data: "plot-vpp-throughput-latency-2n-skx"
7750   filter: "'NIC_Intel-X710' and
7751            '64B' and
7752            ('BASE' or 'SCALE') and
7753            'NDRPDR' and
7754            '4T2C' and
7755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7756            not 'VHOST' and
7757            'MEMIF'"
7758   parameters:
7759   - "throughput"
7760   - "parent"
7761   - "tags"
7762   sort:
7763   - "L2XCFWD"
7764   - "L2XCFWD"
7765   - "L2XCFWD"
7766   - "L2BDMACLRN"
7767   - "L2BDMACLRN"
7768   - "L2BDMACLRN"
7769   traces:
7770     hoverinfo: "x+y"
7771     boxpoints: "outliers"
7772     whiskerwidth: 0
7773   layout:
7774     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7775     layout: "plot-throughput"
7776
7777 -
7778   type: "plot"
7779   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7780   algorithm: "plot_performance_box"
7781   output-file-type: ".html"
7782   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7783   data: "plot-vpp-throughput-latency-2n-skx"
7784   filter: "'NIC_Intel-X710' and
7785            '64B' and
7786            ('BASE' or 'SCALE') and
7787            'NDRPDR' and
7788            '4T2C' and
7789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7790            not 'VHOST' and
7791            'MEMIF'"
7792   parameters:
7793   - "throughput"
7794   - "parent"
7795   - "tags"
7796   sort:
7797   - "L2XCFWD"
7798   - "L2XCFWD"
7799   - "L2XCFWD"
7800   - "L2BDMACLRN"
7801   - "L2BDMACLRN"
7802   - "L2BDMACLRN"
7803   traces:
7804     hoverinfo: "x+y"
7805     boxpoints: "outliers"
7806     whiskerwidth: 0
7807   layout:
7808     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7809     layout: "plot-throughput"
7810
7811 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7812 -
7813   type: "plot"
7814   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7815   algorithm: "plot_performance_box"
7816   output-file-type: ".html"
7817   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7818   data: "plot-vpp-throughput-latency-2n-skx"
7819   filter: "'NIC_Intel-XXV710' and
7820            '64B' and
7821            ('BASE' or 'SCALE') and
7822            'NDRPDR' and
7823            '2T1C' and
7824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7825            not 'VHOST' and
7826            'MEMIF'"
7827   parameters:
7828   - "throughput"
7829   - "parent"
7830   - "tags"
7831   sort:
7832   - "L2XCFWD"
7833   - "L2XCFWD"
7834   - "L2XCFWD"
7835   - "L2BDMACLRN"
7836   - "L2BDMACLRN"
7837   - "L2BDMACLRN"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7844     layout: "plot-throughput"
7845
7846 -
7847   type: "plot"
7848   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7849   algorithm: "plot_performance_box"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7852   data: "plot-vpp-throughput-latency-2n-skx"
7853   filter: "'NIC_Intel-XXV710' and
7854            '64B' and
7855            ('BASE' or 'SCALE') and
7856            'NDRPDR' and
7857            '2T1C' and
7858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7859            not 'VHOST' and
7860            'MEMIF'"
7861   parameters:
7862   - "throughput"
7863   - "parent"
7864   - "tags"
7865   sort:
7866   - "L2XCFWD"
7867   - "L2XCFWD"
7868   - "L2XCFWD"
7869   - "L2BDMACLRN"
7870   - "L2BDMACLRN"
7871   - "L2BDMACLRN"
7872   traces:
7873     hoverinfo: "x+y"
7874     boxpoints: "outliers"
7875     whiskerwidth: 0
7876   layout:
7877     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7878     layout: "plot-throughput"
7879
7880 -
7881   type: "plot"
7882   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7883   algorithm: "plot_performance_box"
7884   output-file-type: ".html"
7885   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7886   data: "plot-vpp-throughput-latency-2n-skx"
7887   filter: "'NIC_Intel-XXV710' and
7888            '64B' and
7889            ('BASE' or 'SCALE') and
7890            'NDRPDR' and
7891            '4T2C' and
7892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7893            not 'VHOST' and
7894            'MEMIF'"
7895   parameters:
7896   - "throughput"
7897   - "parent"
7898   - "tags"
7899   sort:
7900   - "L2XCFWD"
7901   - "L2XCFWD"
7902   - "L2XCFWD"
7903   - "L2BDMACLRN"
7904   - "L2BDMACLRN"
7905   - "L2BDMACLRN"
7906   traces:
7907     hoverinfo: "x+y"
7908     boxpoints: "outliers"
7909     whiskerwidth: 0
7910   layout:
7911     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7912     layout: "plot-throughput"
7913
7914 -
7915   type: "plot"
7916   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7917   algorithm: "plot_performance_box"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7920   data: "plot-vpp-throughput-latency-2n-skx"
7921   filter: "'NIC_Intel-XXV710' and
7922            '64B' and
7923            ('BASE' or 'SCALE') and
7924            'NDRPDR' and
7925            '4T2C' and
7926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7927            not 'VHOST' and
7928            'MEMIF'"
7929   parameters:
7930   - "throughput"
7931   - "parent"
7932   - "tags"
7933   sort:
7934   - "L2XCFWD"
7935   - "L2XCFWD"
7936   - "L2XCFWD"
7937   - "L2BDMACLRN"
7938   - "L2BDMACLRN"
7939   - "L2BDMACLRN"
7940   traces:
7941     hoverinfo: "x+y"
7942     boxpoints: "outliers"
7943     whiskerwidth: 0
7944   layout:
7945     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7946     layout: "plot-throughput"
7947
7948 ################################################################################
7949
7950 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7951 -
7952   type: "plot"
7953   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7954   algorithm: "plot_performance_box"
7955   output-file-type: ".html"
7956   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7957   data: "plot-ligato-throughput-latency-3n-hsw"
7958   filter: "'NIC_Intel-X520-DA2' and
7959            '64B' and
7960            ('BASE' or 'SCALE') and
7961            'NDRPDR' and
7962            '1T1C' and
7963            'L2XCFWD' and
7964            not 'VHOST' and
7965            'MEMIF'"
7966   parameters:
7967   - "throughput"
7968   - "parent"
7969   - "tags"
7970   sort:
7971   - "1VNF"
7972   - "2VNF"
7973   - "4VNF"
7974   - "2VNF"
7975   - "4VNF"
7976   traces:
7977     hoverinfo: "x+y"
7978     boxpoints: "outliers"
7979     whiskerwidth: 0
7980   layout:
7981     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7982     layout: "plot-throughput"
7983
7984 -
7985   type: "plot"
7986   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7987   algorithm: "plot_performance_box"
7988   output-file-type: ".html"
7989   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7990   data: "plot-ligato-throughput-latency-3n-hsw"
7991   filter: "'NIC_Intel-X520-DA2' and
7992            '64B' and
7993            ('BASE' or 'SCALE') and
7994            'NDRPDR' and
7995            '1T1C' and
7996            'L2XCFWD' and
7997            not 'VHOST' and
7998            'MEMIF'"
7999   parameters:
8000   - "throughput"
8001   - "parent"
8002   - "tags"
8003   sort:
8004   - "1VNF"
8005   - "2VNF"
8006   - "4VNF"
8007   - "2VNF"
8008   - "4VNF"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8015     layout: "plot-throughput"
8016
8017 -
8018   type: "plot"
8019   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8023   data: "plot-ligato-throughput-latency-3n-hsw"
8024   filter: "'NIC_Intel-X520-DA2' and
8025            '64B' and
8026            ('BASE' or 'SCALE') and
8027            'NDRPDR' and
8028            '2T2C' and
8029            'L2XCFWD' and
8030            not 'VHOST' and
8031            'MEMIF'"
8032   parameters:
8033   - "throughput"
8034   - "parent"
8035   - "tags"
8036   sort:
8037   - "1VNF"
8038   - "2VNF"
8039   - "4VNF"
8040   - "2VNF"
8041   - "4VNF"
8042   traces:
8043     hoverinfo: "x+y"
8044     boxpoints: "outliers"
8045     whiskerwidth: 0
8046   layout:
8047     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8048     layout: "plot-throughput"
8049
8050 -
8051   type: "plot"
8052   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8053   algorithm: "plot_performance_box"
8054   output-file-type: ".html"
8055   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8056   data: "plot-ligato-throughput-latency-3n-hsw"
8057   filter: "'NIC_Intel-X520-DA2' and
8058            '64B' and
8059            ('BASE' or 'SCALE') and
8060            'NDRPDR' and
8061            '2T2C' and
8062            'L2XCFWD' and
8063            not 'VHOST' and
8064            'MEMIF'"
8065   parameters:
8066   - "throughput"
8067   - "parent"
8068   - "tags"
8069   sort:
8070   - "1VNF"
8071   - "2VNF"
8072   - "4VNF"
8073   - "2VNF"
8074   - "4VNF"
8075   traces:
8076     hoverinfo: "x+y"
8077     boxpoints: "outliers"
8078     whiskerwidth: 0
8079   layout:
8080     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8081     layout: "plot-throughput"
8082
8083 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8084 -
8085   type: "plot"
8086   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8087   algorithm: "plot_performance_box"
8088   output-file-type: ".html"
8089   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8090   data: "plot-ligato-throughput-latency-3n-hsw"
8091   filter: "'NIC_Intel-X520-DA2' and
8092            '64B' and
8093            ('BASE' or 'SCALE') and
8094            'NDRPDR' and
8095            '1T1C' and
8096            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8097            not 'VHOST' and
8098            'MEMIF'"
8099   parameters:
8100   - "throughput"
8101   - "parent"
8102   - "tags"
8103   sort:
8104   - "1VNF"
8105   - "2VNF"
8106   - "4VNF"
8107   - "2VNF"
8108   - "4VNF"
8109   traces:
8110     hoverinfo: "x+y"
8111     boxpoints: "outliers"
8112     whiskerwidth: 0
8113   layout:
8114     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8115     layout: "plot-throughput"
8116
8117 -
8118   type: "plot"
8119   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8120   algorithm: "plot_performance_box"
8121   output-file-type: ".html"
8122   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8123   data: "plot-ligato-throughput-latency-3n-hsw"
8124   filter: "'NIC_Intel-X520-DA2' and
8125            '64B' and
8126            ('BASE' or 'SCALE') and
8127            'NDRPDR' and
8128            '1T1C' and
8129            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8130            not 'VHOST' and
8131            'MEMIF'"
8132   parameters:
8133   - "throughput"
8134   - "parent"
8135   - "tags"
8136   sort:
8137   - "1VNF"
8138   - "2VNF"
8139   - "4VNF"
8140   - "2VNF"
8141   - "4VNF"
8142   traces:
8143     hoverinfo: "x+y"
8144     boxpoints: "outliers"
8145     whiskerwidth: 0
8146   layout:
8147     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8148     layout: "plot-throughput"
8149
8150 -
8151   type: "plot"
8152   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8153   algorithm: "plot_performance_box"
8154   output-file-type: ".html"
8155   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8156   data: "plot-ligato-throughput-latency-3n-hsw"
8157   filter: "'NIC_Intel-X520-DA2' and
8158            '64B' and
8159            ('BASE' or 'SCALE') and
8160            'NDRPDR' and
8161            '2T2C' and
8162            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8163            not 'VHOST' and
8164            'MEMIF'"
8165   parameters:
8166   - "throughput"
8167   - "parent"
8168   - "tags"
8169   sort:
8170   - "1VNF"
8171   - "2VNF"
8172   - "4VNF"
8173   - "2VNF"
8174   - "4VNF"
8175   traces:
8176     hoverinfo: "x+y"
8177     boxpoints: "outliers"
8178     whiskerwidth: 0
8179   layout:
8180     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8181     layout: "plot-throughput"
8182
8183 -
8184   type: "plot"
8185   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8186   algorithm: "plot_performance_box"
8187   output-file-type: ".html"
8188   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8189   data: "plot-ligato-throughput-latency-3n-hsw"
8190   filter: "'NIC_Intel-X520-DA2' and
8191            '64B' and
8192            ('BASE' or 'SCALE') and
8193            'NDRPDR' and
8194            '2T2C' and
8195            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8196            not 'VHOST' and
8197            'MEMIF'"
8198   parameters:
8199   - "throughput"
8200   - "parent"
8201   - "tags"
8202   sort:
8203   - "1VNF"
8204   - "2VNF"
8205   - "4VNF"
8206   - "2VNF"
8207   - "4VNF"
8208   traces:
8209     hoverinfo: "x+y"
8210     boxpoints: "outliers"
8211     whiskerwidth: 0
8212   layout:
8213     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8214     layout: "plot-throughput"
8215
8216 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8217 -
8218   type: "plot"
8219   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8220   algorithm: "plot_performance_box"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8223   data: "plot-ligato-throughput-latency-3n-hsw"
8224   filter: "'NIC_Intel-X710' and
8225            '64B' and
8226            ('BASE' or 'SCALE') and
8227            'NDRPDR' and
8228            '1T1C' and
8229            'L2XCFWD' and
8230            not 'VHOST' and
8231            'MEMIF'"
8232   parameters:
8233   - "throughput"
8234   - "parent"
8235   - "tags"
8236   sort:
8237   - "1VNF"
8238   - "2VNF"
8239   - "4VNF"
8240   - "2VNF"
8241   - "4VNF"
8242   traces:
8243     hoverinfo: "x+y"
8244     boxpoints: "outliers"
8245     whiskerwidth: 0
8246   layout:
8247     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8248     layout: "plot-throughput"
8249
8250 -
8251   type: "plot"
8252   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8253   algorithm: "plot_performance_box"
8254   output-file-type: ".html"
8255   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8256   data: "plot-ligato-throughput-latency-3n-hsw"
8257   filter: "'NIC_Intel-X710' and
8258            '64B' and
8259            ('BASE' or 'SCALE') and
8260            'NDRPDR' and
8261            '1T1C' and
8262            'L2XCFWD' and
8263            not 'VHOST' and
8264            'MEMIF'"
8265   parameters:
8266   - "throughput"
8267   - "parent"
8268   - "tags"
8269   sort:
8270   - "1VNF"
8271   - "2VNF"
8272   - "4VNF"
8273   - "2VNF"
8274   - "4VNF"
8275   traces:
8276     hoverinfo: "x+y"
8277     boxpoints: "outliers"
8278     whiskerwidth: 0
8279   layout:
8280     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8281     layout: "plot-throughput"
8282
8283 -
8284   type: "plot"
8285   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8286   algorithm: "plot_performance_box"
8287   output-file-type: ".html"
8288   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8289   data: "plot-ligato-throughput-latency-3n-hsw"
8290   filter: "'NIC_Intel-X710' and
8291            '64B' and
8292            ('BASE' or 'SCALE') and
8293            'NDRPDR' and
8294            '2T2C' and
8295            'L2XCFWD' and
8296            not 'VHOST' and
8297            'MEMIF'"
8298   parameters:
8299   - "throughput"
8300   - "parent"
8301   - "tags"
8302   sort:
8303   - "1VNF"
8304   - "2VNF"
8305   - "4VNF"
8306   - "2VNF"
8307   - "4VNF"
8308   traces:
8309     hoverinfo: "x+y"
8310     boxpoints: "outliers"
8311     whiskerwidth: 0
8312   layout:
8313     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8314     layout: "plot-throughput"
8315
8316 -
8317   type: "plot"
8318   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8322   data: "plot-ligato-throughput-latency-3n-hsw"
8323   filter: "'NIC_Intel-X710' and
8324            '64B' and
8325            ('BASE' or 'SCALE') and
8326            'NDRPDR' and
8327            '2T2C' and
8328            'L2XCFWD' and
8329            not 'VHOST' and
8330            'MEMIF'"
8331   parameters:
8332   - "throughput"
8333   - "parent"
8334   - "tags"
8335   sort:
8336   - "1VNF"
8337   - "2VNF"
8338   - "4VNF"
8339   - "2VNF"
8340   - "4VNF"
8341   traces:
8342     hoverinfo: "x+y"
8343     boxpoints: "outliers"
8344     whiskerwidth: 0
8345   layout:
8346     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8347     layout: "plot-throughput"
8348
8349 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8350 -
8351   type: "plot"
8352   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8353   algorithm: "plot_performance_box"
8354   output-file-type: ".html"
8355   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8356   data: "plot-ligato-throughput-latency-3n-hsw"
8357   filter: "'NIC_Intel-X710' and
8358            '64B' and
8359            ('BASE' or 'SCALE') and
8360            'NDRPDR' and
8361            '1T1C' and
8362            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8363            not 'VHOST' and
8364            'MEMIF'"
8365   parameters:
8366   - "throughput"
8367   - "parent"
8368   - "tags"
8369   sort:
8370   - "1VNF"
8371   - "2VNF"
8372   - "4VNF"
8373   - "2VNF"
8374   - "4VNF"
8375   traces:
8376     hoverinfo: "x+y"
8377     boxpoints: "outliers"
8378     whiskerwidth: 0
8379   layout:
8380     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8381     layout: "plot-throughput"
8382
8383 -
8384   type: "plot"
8385   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8386   algorithm: "plot_performance_box"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8389   data: "plot-ligato-throughput-latency-3n-hsw"
8390   filter: "'NIC_Intel-X710' and
8391            '64B' and
8392            ('BASE' or 'SCALE') and
8393            'NDRPDR' and
8394            '1T1C' and
8395            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8396            not 'VHOST' and
8397            'MEMIF'"
8398   parameters:
8399   - "throughput"
8400   - "parent"
8401   - "tags"
8402   sort:
8403   - "1VNF"
8404   - "2VNF"
8405   - "4VNF"
8406   - "2VNF"
8407   - "4VNF"
8408   traces:
8409     hoverinfo: "x+y"
8410     boxpoints: "outliers"
8411     whiskerwidth: 0
8412   layout:
8413     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8414     layout: "plot-throughput"
8415
8416 -
8417   type: "plot"
8418   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8419   algorithm: "plot_performance_box"
8420   output-file-type: ".html"
8421   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8422   data: "plot-ligato-throughput-latency-3n-hsw"
8423   filter: "'NIC_Intel-X710' and
8424            '64B' and
8425            ('BASE' or 'SCALE') and
8426            'NDRPDR' and
8427            '2T2C' and
8428            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8429            not 'VHOST' and
8430            'MEMIF'"
8431   parameters:
8432   - "throughput"
8433   - "parent"
8434   - "tags"
8435   sort:
8436   - "1VNF"
8437   - "2VNF"
8438   - "4VNF"
8439   - "2VNF"
8440   - "4VNF"
8441   traces:
8442     hoverinfo: "x+y"
8443     boxpoints: "outliers"
8444     whiskerwidth: 0
8445   layout:
8446     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8447     layout: "plot-throughput"
8448
8449 -
8450   type: "plot"
8451   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8452   algorithm: "plot_performance_box"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8455   data: "plot-ligato-throughput-latency-3n-hsw"
8456   filter: "'NIC_Intel-X710' and
8457            '64B' and
8458            ('BASE' or 'SCALE') and
8459            'NDRPDR' and
8460            '2T2C' and
8461            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8462            not 'VHOST' and
8463            'MEMIF'"
8464   parameters:
8465   - "throughput"
8466   - "parent"
8467   - "tags"
8468   sort:
8469   - "1VNF"
8470   - "2VNF"
8471   - "4VNF"
8472   - "2VNF"
8473   - "4VNF"
8474   traces:
8475     hoverinfo: "x+y"
8476     boxpoints: "outliers"
8477     whiskerwidth: 0
8478   layout:
8479     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8480     layout: "plot-throughput"
8481
8482 ################################################################################
8483
8484 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8485 -
8486   type: "plot"
8487   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8488   algorithm: "plot_performance_box"
8489   output-file-type: ".html"
8490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8491   data: "plot-vpp-throughput-latency-3n-hsw"
8492   filter: "'NIC_Intel-X520-DA2' and
8493            '64B' and
8494            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8495            'NDRPDR' and
8496            '1T1C' and
8497            'IP4FWD' and
8498            not 'IPSEC' and
8499            not 'VHOST'"
8500   parameters:
8501   - "throughput"
8502   - "parent"
8503   - "tags"
8504   sort:
8505   - "DOT1Q"
8506   - "IP4BASE"
8507   - "FIB_20k"
8508   - "FIB_200k"
8509   - "FIB_2M"
8510   traces:
8511     hoverinfo: "x+y"
8512     boxpoints: "outliers"
8513     whiskerwidth: 0
8514   layout:
8515     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8516     layout: "plot-throughput"
8517
8518 -
8519   type: "plot"
8520   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8521   algorithm: "plot_performance_box"
8522   output-file-type: ".html"
8523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8524   data: "plot-vpp-throughput-latency-3n-hsw"
8525   filter: "'NIC_Intel-X520-DA2' and
8526            '64B' and
8527            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8528            'NDRPDR' and
8529            '1T1C' and
8530            'IP4FWD' and
8531            not 'IPSEC' and
8532            not 'VHOST'"
8533   parameters:
8534   - "throughput"
8535   - "parent"
8536   - "tags"
8537   sort:
8538   - "DOT1Q"
8539   - "IP4BASE"
8540   - "FIB_20k"
8541   - "FIB_200k"
8542   - "FIB_2M"
8543   traces:
8544     hoverinfo: "x+y"
8545     boxpoints: "outliers"
8546     whiskerwidth: 0
8547   layout:
8548     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8549     layout: "plot-throughput"
8550
8551 -
8552   type: "plot"
8553   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8554   algorithm: "plot_performance_box"
8555   output-file-type: ".html"
8556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8557   data: "plot-vpp-throughput-latency-3n-hsw"
8558   filter: "'NIC_Intel-X520-DA2' and
8559            '64B' and
8560            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8561            'NDRPDR' and
8562            '2T2C' and
8563            'IP4FWD' and
8564            not 'IPSEC' and
8565            not 'VHOST'"
8566   parameters:
8567   - "throughput"
8568   - "parent"
8569   - "tags"
8570   sort:
8571   - "DOT1Q"
8572   - "IP4BASE"
8573   - "FIB_20k"
8574   - "FIB_200k"
8575   - "FIB_2M"
8576   traces:
8577     hoverinfo: "x+y"
8578     boxpoints: "outliers"
8579     whiskerwidth: 0
8580   layout:
8581     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8582     layout: "plot-throughput"
8583
8584 -
8585   type: "plot"
8586   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8587   algorithm: "plot_performance_box"
8588   output-file-type: ".html"
8589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8590   data: "plot-vpp-throughput-latency-3n-hsw"
8591   filter: "'NIC_Intel-X520-DA2' and
8592            '64B' and
8593            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8594            'NDRPDR' and
8595            '2T2C' and
8596            'IP4FWD' and
8597            not 'IPSEC' and
8598            not 'VHOST'"
8599   parameters:
8600   - "throughput"
8601   - "parent"
8602   - "tags"
8603   sort:
8604   - "DOT1Q"
8605   - "IP4BASE"
8606   - "FIB_20k"
8607   - "FIB_200k"
8608   - "FIB_2M"
8609   traces:
8610     hoverinfo: "x+y"
8611     boxpoints: "outliers"
8612     whiskerwidth: 0
8613   layout:
8614     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8615     layout: "plot-throughput"
8616
8617 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8618 -
8619   type: "plot"
8620   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8621   algorithm: "plot_performance_box"
8622   output-file-type: ".html"
8623   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8624   data: "plot-vpp-throughput-latency-3n-hsw"
8625   filter: "'NIC_Intel-X520-DA2' and
8626            '64B' and
8627            ('IP4BASE' or
8628             'POLICE_MARK' or
8629             'COPWHLIST' or
8630             ('NAT44' and 'BASE') or
8631             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8632            'NDRPDR' and
8633            '1T1C' and
8634            'IP4FWD' and
8635            not 'IPSEC' and
8636            not 'VHOST'"
8637   parameters:
8638   - "throughput"
8639   - "parent"
8640   - "tags"
8641   sort:
8642   - "DOT1Q"
8643   - "IP4BASE"
8644   - "NAT44"
8645   - "POLICE_MARK"
8646   - "COPWHLIST"
8647   - "IACL"
8648   - "OACL"
8649   traces:
8650     hoverinfo: "x+y"
8651     boxpoints: "outliers"
8652     whiskerwidth: 0
8653   layout:
8654     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8655     layout: "plot-throughput"
8656
8657 -
8658   type: "plot"
8659   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8660   algorithm: "plot_performance_box"
8661   output-file-type: ".html"
8662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8663   data: "plot-vpp-throughput-latency-3n-hsw"
8664   filter: "'NIC_Intel-X520-DA2' and
8665            '64B' and
8666            ('IP4BASE' or
8667             'POLICE_MARK' or
8668             'COPWHLIST' or
8669             ('NAT44' and 'BASE') or
8670             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8671            'NDRPDR' and
8672            '1T1C' and
8673            'IP4FWD' and
8674            not 'IPSEC' and
8675            not 'VHOST'"
8676   parameters:
8677   - "throughput"
8678   - "parent"
8679   - "tags"
8680   sort:
8681   - "DOT1Q"
8682   - "IP4BASE"
8683   - "NAT44"
8684   - "POLICE_MARK"
8685   - "COPWHLIST"
8686   - "IACL"
8687   - "OACL"
8688   traces:
8689     hoverinfo: "x+y"
8690     boxpoints: "outliers"
8691     whiskerwidth: 0
8692   layout:
8693     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8694     layout: "plot-throughput"
8695
8696 -
8697   type: "plot"
8698   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8699   algorithm: "plot_performance_box"
8700   output-file-type: ".html"
8701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8702   data: "plot-vpp-throughput-latency-3n-hsw"
8703   filter: "'NIC_Intel-X520-DA2' and
8704            '64B' and
8705            ('IP4BASE' or
8706             'POLICE_MARK' or
8707             'COPWHLIST' or
8708             ('NAT44' and 'BASE') or
8709             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8710            'NDRPDR' and
8711            '2T2C' and
8712            'IP4FWD' and
8713            not 'IPSEC' and
8714            not 'VHOST'"
8715   parameters:
8716   - "throughput"
8717   - "parent"
8718   - "tags"
8719   sort:
8720   - "DOT1Q"
8721   - "IP4BASE"
8722   - "NAT44"
8723   - "POLICE_MARK"
8724   - "COPWHLIST"
8725   - "IACL"
8726   - "OACL"
8727   traces:
8728     hoverinfo: "x+y"
8729     boxpoints: "outliers"
8730     whiskerwidth: 0
8731   layout:
8732     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8733     layout: "plot-throughput"
8734
8735 -
8736   type: "plot"
8737   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8738   algorithm: "plot_performance_box"
8739   output-file-type: ".html"
8740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8741   data: "plot-vpp-throughput-latency-3n-hsw"
8742   filter: "'NIC_Intel-X520-DA2' and
8743            '64B' and
8744            ('IP4BASE' or
8745             'POLICE_MARK' or
8746             'COPWHLIST' or
8747             ('NAT44' and 'BASE') or
8748             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8749            'NDRPDR' and
8750            '2T2C' and
8751            'IP4FWD' and
8752            not 'IPSEC' and
8753            not 'VHOST'"
8754   parameters:
8755   - "throughput"
8756   - "parent"
8757   - "tags"
8758   sort:
8759   - "DOT1Q"
8760   - "IP4BASE"
8761   - "NAT44"
8762   - "POLICE_MARK"
8763   - "COPWHLIST"
8764   - "IACL"
8765   - "OACL"
8766   traces:
8767     hoverinfo: "x+y"
8768     boxpoints: "outliers"
8769     whiskerwidth: 0
8770   layout:
8771     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8772     layout: "plot-throughput"
8773
8774 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8775 -
8776   type: "plot"
8777   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8778   algorithm: "plot_performance_box"
8779   output-file-type: ".html"
8780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8781   data: "plot-vpp-throughput-latency-3n-hsw"
8782   filter: "'NIC_Intel-X520-DA2' and
8783            '64B' and
8784            'NDRPDR' and
8785            '1T1C' and
8786            'IP4FWD' and
8787            'NAT44' and
8788            not 'IPSEC' and
8789            not 'VHOST'"
8790   parameters:
8791   - "throughput"
8792   - "parent"
8793   - "tags"
8794   sort:
8795   - "BASE"
8796   - "BASE"
8797   - "SRC_USER_10"
8798   - "SRC_USER_100"
8799   - "SRC_USER_1000"
8800   - "SRC_USER_2000"
8801   traces:
8802     hoverinfo: "x+y"
8803     boxpoints: "outliers"
8804     whiskerwidth: 0
8805   layout:
8806     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8807     layout: "plot-throughput"
8808
8809 -
8810   type: "plot"
8811   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8812   algorithm: "plot_performance_box"
8813   output-file-type: ".html"
8814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8815   data: "plot-vpp-throughput-latency-3n-hsw"
8816   filter: "'NIC_Intel-X520-DA2' and
8817            '64B' and
8818            'NDRPDR' and
8819            '1T1C' and
8820            'IP4FWD' and
8821            'NAT44' and
8822            not 'IPSEC' and
8823            not 'VHOST'"
8824   parameters:
8825   - "throughput"
8826   - "parent"
8827   - "tags"
8828   sort:
8829   - "BASE"
8830   - "BASE"
8831   - "SRC_USER_10"
8832   - "SRC_USER_100"
8833   - "SRC_USER_1000"
8834   - "SRC_USER_2000"
8835   traces:
8836     hoverinfo: "x+y"
8837     boxpoints: "outliers"
8838     whiskerwidth: 0
8839   layout:
8840     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8841     layout: "plot-throughput"
8842
8843 -
8844   type: "plot"
8845   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8846   algorithm: "plot_performance_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8849   data: "plot-vpp-throughput-latency-3n-hsw"
8850   filter: "'NIC_Intel-X520-DA2' and
8851            '64B' and
8852            'NDRPDR' and
8853            '2T2C' and
8854            'IP4FWD' and
8855            'NAT44' and
8856            not 'IPSEC' and
8857            not 'VHOST'"
8858   parameters:
8859   - "throughput"
8860   - "parent"
8861   - "tags"
8862   sort:
8863   - "BASE"
8864   - "BASE"
8865   - "SRC_USER_10"
8866   - "SRC_USER_100"
8867   - "SRC_USER_1000"
8868   - "SRC_USER_2000"
8869   traces:
8870     hoverinfo: "x+y"
8871     boxpoints: "outliers"
8872     whiskerwidth: 0
8873   layout:
8874     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8875     layout: "plot-throughput"
8876
8877 -
8878   type: "plot"
8879   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8880   algorithm: "plot_performance_box"
8881   output-file-type: ".html"
8882   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8883   data: "plot-vpp-throughput-latency-3n-hsw"
8884   filter: "'NIC_Intel-X520-DA2' and
8885            '64B' and
8886            'NDRPDR' and
8887            '2T2C' and
8888            'IP4FWD' and
8889            'NAT44' and
8890            not 'IPSEC' and
8891            not 'VHOST'"
8892   parameters:
8893   - "throughput"
8894   - "parent"
8895   - "tags"
8896   sort:
8897   - "BASE"
8898   - "BASE"
8899   - "SRC_USER_10"
8900   - "SRC_USER_100"
8901   - "SRC_USER_1000"
8902   - "SRC_USER_2000"
8903   traces:
8904     hoverinfo: "x+y"
8905     boxpoints: "outliers"
8906     whiskerwidth: 0
8907   layout:
8908     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8909     layout: "plot-throughput"
8910
8911 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8912 -
8913   type: "plot"
8914   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8915   algorithm: "plot_performance_box"
8916   output-file-type: ".html"
8917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8918   data: "plot-vpp-throughput-latency-3n-hsw"
8919   filter: "'NIC_Intel-X520-DA2' and
8920            '64B' and
8921            'NDRPDR' and
8922            '1T1C' and
8923            'IP4FWD' and
8924            'IACL' and
8925            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8926            not 'IPSEC' and
8927            not 'VHOST'"
8928   parameters:
8929   - "throughput"
8930   - "parent"
8931   - "tags"
8932   sort:
8933   - "ACL_STATELESS"
8934   - "ACL_STATEFUL"
8935   - "ACL_STATELESS"
8936   - "ACL_STATEFUL"
8937   traces:
8938     hoverinfo: "x+y"
8939     boxpoints: "outliers"
8940     whiskerwidth: 0
8941   layout:
8942     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8943     layout: "plot-throughput"
8944
8945 -
8946   type: "plot"
8947   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8948   algorithm: "plot_performance_box"
8949   output-file-type: ".html"
8950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8951   data: "plot-vpp-throughput-latency-3n-hsw"
8952   filter: "'NIC_Intel-X520-DA2' and
8953            '64B' and
8954            'NDRPDR' and
8955            '1T1C' and
8956            'IP4FWD' and
8957            'IACL' and
8958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8959            not 'IPSEC' and
8960            not 'VHOST'"
8961   parameters:
8962   - "throughput"
8963   - "parent"
8964   - "tags"
8965   sort:
8966   - "ACL_STATELESS"
8967   - "ACL_STATEFUL"
8968   - "ACL_STATELESS"
8969   - "ACL_STATEFUL"
8970   traces:
8971     hoverinfo: "x+y"
8972     boxpoints: "outliers"
8973     whiskerwidth: 0
8974   layout:
8975     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8976     layout: "plot-throughput"
8977
8978 -
8979   type: "plot"
8980   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8981   algorithm: "plot_performance_box"
8982   output-file-type: ".html"
8983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8984   data: "plot-vpp-throughput-latency-3n-hsw"
8985   filter: "'NIC_Intel-X520-DA2' and
8986            '64B' and
8987            'NDRPDR' and
8988            '2T2C' and
8989            'IP4FWD' and
8990            'IACL' and
8991            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8992            not 'IPSEC' and
8993            not 'VHOST'"
8994   parameters:
8995   - "throughput"
8996   - "parent"
8997   - "tags"
8998   sort:
8999   - "ACL_STATELESS"
9000   - "ACL_STATEFUL"
9001   - "ACL_STATELESS"
9002   - "ACL_STATEFUL"
9003   traces:
9004     hoverinfo: "x+y"
9005     boxpoints: "outliers"
9006     whiskerwidth: 0
9007   layout:
9008     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9009     layout: "plot-throughput"
9010
9011 -
9012   type: "plot"
9013   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9014   algorithm: "plot_performance_box"
9015   output-file-type: ".html"
9016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9017   data: "plot-vpp-throughput-latency-3n-hsw"
9018   filter: "'NIC_Intel-X520-DA2' and
9019            '64B' and
9020            'NDRPDR' and
9021            '2T2C' and
9022            'IP4FWD' and
9023            'IACL' and
9024            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9025            not 'IPSEC' and
9026            not 'VHOST'"
9027   parameters:
9028   - "throughput"
9029   - "parent"
9030   - "tags"
9031   sort:
9032   - "ACL_STATELESS"
9033   - "ACL_STATEFUL"
9034   - "ACL_STATELESS"
9035   - "ACL_STATEFUL"
9036   traces:
9037     hoverinfo: "x+y"
9038     boxpoints: "outliers"
9039     whiskerwidth: 0
9040   layout:
9041     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9042     layout: "plot-throughput"
9043
9044 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9045 -
9046   type: "plot"
9047   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9048   algorithm: "plot_performance_box"
9049   output-file-type: ".html"
9050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9051   data: "plot-vpp-throughput-latency-3n-hsw"
9052   filter: "'NIC_Intel-X520-DA2' and
9053            '64B' and
9054            'NDRPDR' and
9055            '1T1C' and
9056            'IP4FWD' and
9057            'OACL' and
9058            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9059            not 'IPSEC' and
9060            not 'VHOST'"
9061   parameters:
9062   - "throughput"
9063   - "parent"
9064   - "tags"
9065   sort:
9066   - "ACL_STATELESS"
9067   - "ACL_STATEFUL"
9068   - "ACL_STATELESS"
9069   - "ACL_STATEFUL"
9070   traces:
9071     hoverinfo: "x+y"
9072     boxpoints: "outliers"
9073     whiskerwidth: 0
9074   layout:
9075     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9076     layout: "plot-throughput"
9077
9078 -
9079   type: "plot"
9080   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9081   algorithm: "plot_performance_box"
9082   output-file-type: ".html"
9083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9084   data: "plot-vpp-throughput-latency-3n-hsw"
9085   filter: "'NIC_Intel-X520-DA2' and
9086            '64B' and
9087            'NDRPDR' and
9088            '1T1C' and
9089            'IP4FWD' and
9090            'OACL' and
9091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9092            not 'IPSEC' and
9093            not 'VHOST'"
9094   parameters:
9095   - "throughput"
9096   - "parent"
9097   - "tags"
9098   sort:
9099   - "ACL_STATELESS"
9100   - "ACL_STATEFUL"
9101   - "ACL_STATELESS"
9102   - "ACL_STATEFUL"
9103   traces:
9104     hoverinfo: "x+y"
9105     boxpoints: "outliers"
9106     whiskerwidth: 0
9107   layout:
9108     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9109     layout: "plot-throughput"
9110
9111 -
9112   type: "plot"
9113   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9114   algorithm: "plot_performance_box"
9115   output-file-type: ".html"
9116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9117   data: "plot-vpp-throughput-latency-3n-hsw"
9118   filter: "'NIC_Intel-X520-DA2' and
9119            '64B' and
9120            'NDRPDR' and
9121            '2T2C' and
9122            'IP4FWD' and
9123            'OACL' and
9124            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9125            not 'IPSEC' and
9126            not 'VHOST'"
9127   parameters:
9128   - "throughput"
9129   - "parent"
9130   - "tags"
9131   sort:
9132   - "ACL_STATELESS"
9133   - "ACL_STATEFUL"
9134   - "ACL_STATELESS"
9135   - "ACL_STATEFUL"
9136   traces:
9137     hoverinfo: "x+y"
9138     boxpoints: "outliers"
9139     whiskerwidth: 0
9140   layout:
9141     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9142     layout: "plot-throughput"
9143
9144 -
9145   type: "plot"
9146   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9147   algorithm: "plot_performance_box"
9148   output-file-type: ".html"
9149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9150   data: "plot-vpp-throughput-latency-3n-hsw"
9151   filter: "'NIC_Intel-X520-DA2' and
9152            '64B' and
9153            'NDRPDR' and
9154            '2T2C' and
9155            'IP4FWD' and
9156            'OACL' and
9157            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9158            not 'IPSEC' and
9159            not 'VHOST'"
9160   parameters:
9161   - "throughput"
9162   - "parent"
9163   - "tags"
9164   sort:
9165   - "ACL_STATELESS"
9166   - "ACL_STATEFUL"
9167   - "ACL_STATELESS"
9168   - "ACL_STATEFUL"
9169   traces:
9170     hoverinfo: "x+y"
9171     boxpoints: "outliers"
9172     whiskerwidth: 0
9173   layout:
9174     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9175     layout: "plot-throughput"
9176
9177 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9178 -
9179   type: "plot"
9180   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9181   algorithm: "plot_performance_box"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9184   data: "plot-vpp-throughput-latency-3n-hsw"
9185   filter: "'NIC_Intel-X710' and
9186            '64B' and
9187            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9188            'NDRPDR' and
9189            '1T1C' and
9190            'IP4FWD' and
9191            not 'IPSEC' and
9192            not 'VHOST'"
9193   parameters:
9194   - "throughput"
9195   - "parent"
9196   - "tags"
9197   sort:
9198   - "DOT1Q"
9199   - "IP4BASE"
9200   - "FIB_20K"
9201   - "FIB_200K"
9202   - "FIB_2M"
9203   traces:
9204     hoverinfo: "x+y"
9205     boxpoints: "outliers"
9206     whiskerwidth: 0
9207   layout:
9208     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9209     layout: "plot-throughput"
9210
9211 -
9212   type: "plot"
9213   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9214   algorithm: "plot_performance_box"
9215   output-file-type: ".html"
9216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9217   data: "plot-vpp-throughput-latency-3n-hsw"
9218   filter: "'NIC_Intel-X710' and
9219            '64B' and
9220            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9221            'NDRPDR' and
9222            '1T1C' and
9223            'IP4FWD' and
9224            not 'IPSEC' and
9225            not 'VHOST'"
9226   parameters:
9227   - "throughput"
9228   - "parent"
9229   - "tags"
9230   sort:
9231   - "DOT1Q"
9232   - "IP4BASE"
9233   - "FIB_20K"
9234   - "FIB_200K"
9235   - "FIB_2M"
9236   traces:
9237     hoverinfo: "x+y"
9238     boxpoints: "outliers"
9239     whiskerwidth: 0
9240   layout:
9241     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9242     layout: "plot-throughput"
9243
9244 -
9245   type: "plot"
9246   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9247   algorithm: "plot_performance_box"
9248   output-file-type: ".html"
9249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9250   data: "plot-vpp-throughput-latency-3n-hsw"
9251   filter: "'NIC_Intel-X710' and
9252            '64B' and
9253            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9254            'NDRPDR' and
9255            '2T2C' and
9256            'IP4FWD' and
9257            not 'IPSEC' and
9258            not 'VHOST'"
9259   parameters:
9260   - "throughput"
9261   - "parent"
9262   - "tags"
9263   sort:
9264   - "DOT1Q"
9265   - "IP4BASE"
9266   - "FIB_20K"
9267   - "FIB_200K"
9268   - "FIB_2M"
9269   traces:
9270     hoverinfo: "x+y"
9271     boxpoints: "outliers"
9272     whiskerwidth: 0
9273   layout:
9274     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9275     layout: "plot-throughput"
9276
9277 -
9278   type: "plot"
9279   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9280   algorithm: "plot_performance_box"
9281   output-file-type: ".html"
9282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9283   data: "plot-vpp-throughput-latency-3n-hsw"
9284   filter: "'NIC_Intel-X710' and
9285            '64B' and
9286            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9287            'NDRPDR' and
9288            '2T2C' and
9289            'IP4FWD' and
9290            not 'IPSEC' and
9291            not 'VHOST'"
9292   parameters:
9293   - "throughput"
9294   - "parent"
9295   - "tags"
9296   sort:
9297   - "DOT1Q"
9298   - "IP4BASE"
9299   - "FIB_20K"
9300   - "FIB_200K"
9301   - "FIB_2M"
9302   traces:
9303     hoverinfo: "x+y"
9304     boxpoints: "outliers"
9305     whiskerwidth: 0
9306   layout:
9307     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9308     layout: "plot-throughput"
9309
9310 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9311 -
9312   type: "plot"
9313   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9314   algorithm: "plot_performance_box"
9315   output-file-type: ".html"
9316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9317   data: "plot-vpp-throughput-latency-3n-hsw"
9318   filter: "'NIC_Intel-X710' and
9319            '64B' and
9320            ('IP4BASE' or
9321             'POLICE_MARK' or
9322             'COPWHLIST' or
9323             ('NAT44' and 'BASE') or
9324             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9325            'NDRPDR' and
9326            '1T1C' and
9327            'IP4FWD' and
9328            not 'IPSEC' and
9329            not 'VHOST'"
9330   parameters:
9331   - "throughput"
9332   - "parent"
9333   - "tags"
9334   sort:
9335   - "IP4BASE"
9336   - "NAT44"
9337   - "POLICE_MARK"
9338   - "COPWHLIST"
9339   - "IACL"
9340   - "OACL"
9341   traces:
9342     hoverinfo: "x+y"
9343     boxpoints: "outliers"
9344     whiskerwidth: 0
9345   layout:
9346     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9347     layout: "plot-throughput"
9348
9349 -
9350   type: "plot"
9351   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9352   algorithm: "plot_performance_box"
9353   output-file-type: ".html"
9354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9355   data: "plot-vpp-throughput-latency-3n-hsw"
9356   filter: "'NIC_Intel-X710' and
9357            '64B' and
9358            ('IP4BASE' or
9359             'POLICE_MARK' or
9360             'COPWHLIST' or
9361             ('NAT44' and 'BASE') or
9362             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9363            'NDRPDR' and
9364            '1T1C' and
9365            'IP4FWD' and
9366            not 'IPSEC' and
9367            not 'VHOST'"
9368   parameters:
9369   - "throughput"
9370   - "parent"
9371   - "tags"
9372   sort:
9373   - "IP4BASE"
9374   - "NAT44"
9375   - "POLICE_MARK"
9376   - "COPWHLIST"
9377   - "IACL"
9378   - "OACL"
9379   traces:
9380     hoverinfo: "x+y"
9381     boxpoints: "outliers"
9382     whiskerwidth: 0
9383   layout:
9384     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9385     layout: "plot-throughput"
9386
9387 -
9388   type: "plot"
9389   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9390   algorithm: "plot_performance_box"
9391   output-file-type: ".html"
9392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9393   data: "plot-vpp-throughput-latency-3n-hsw"
9394   filter: "'NIC_Intel-X710' and
9395            '64B' and
9396            ('IP4BASE' or
9397             'POLICE_MARK' or
9398             'COPWHLIST' or
9399             ('NAT44' and 'BASE') or
9400             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9401            'NDRPDR' and
9402            '2T2C' and
9403            'IP4FWD' and
9404            not 'IPSEC' and
9405            not 'VHOST'"
9406   parameters:
9407   - "throughput"
9408   - "parent"
9409   - "tags"
9410   sort:
9411   - "IP4BASE"
9412   - "NAT44"
9413   - "POLICE_MARK"
9414   - "COPWHLIST"
9415   - "IACL"
9416   - "OACL"
9417   traces:
9418     hoverinfo: "x+y"
9419     boxpoints: "outliers"
9420     whiskerwidth: 0
9421   layout:
9422     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9423     layout: "plot-throughput"
9424
9425 -
9426   type: "plot"
9427   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9428   algorithm: "plot_performance_box"
9429   output-file-type: ".html"
9430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9431   data: "plot-vpp-throughput-latency-3n-hsw"
9432   filter: "'NIC_Intel-X710' and
9433            '64B' and
9434            ('IP4BASE' or
9435             'POLICE_MARK' or
9436             'COPWHLIST' or
9437             ('NAT44' and 'BASE') or
9438             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9439            'NDRPDR' and
9440            '2T2C' and
9441            'IP4FWD' and
9442            not 'IPSEC' and
9443            not 'VHOST'"
9444   parameters:
9445   - "throughput"
9446   - "parent"
9447   - "tags"
9448   sort:
9449   - "IP4BASE"
9450   - "NAT44"
9451   - "POLICE_MARK"
9452   - "COPWHLIST"
9453   - "IACL"
9454   - "OACL"
9455   traces:
9456     hoverinfo: "x+y"
9457     boxpoints: "outliers"
9458     whiskerwidth: 0
9459   layout:
9460     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9461     layout: "plot-throughput"
9462
9463 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9464 -
9465   type: "plot"
9466   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9467   algorithm: "plot_performance_box"
9468   output-file-type: ".html"
9469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9470   data: "plot-vpp-throughput-latency-3n-skx"
9471   filter: "'NIC_Intel-X710' and
9472            '64B' and
9473            'NDRPDR' and
9474            '2T1C' and
9475            'IP4FWD' and
9476            'NAT44' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   - "tags"
9483   sort:
9484   - "BASE"
9485   - "BASE"
9486   - "SRC_USER_10"
9487   - "SRC_USER_100"
9488   - "SRC_USER_1000"
9489   - "SRC_USER_2000"
9490   traces:
9491     hoverinfo: "x+y"
9492     boxpoints: "outliers"
9493     whiskerwidth: 0
9494   layout:
9495     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9496     layout: "plot-throughput"
9497
9498 -
9499   type: "plot"
9500   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9501   algorithm: "plot_performance_box"
9502   output-file-type: ".html"
9503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9504   data: "plot-vpp-throughput-latency-3n-skx"
9505   filter: "'NIC_Intel-X710' and
9506            '64B' and
9507            'NDRPDR' and
9508            '2T1C' and
9509            'IP4FWD' and
9510            'NAT44' and
9511            not 'IPSEC' and
9512            not 'VHOST'"
9513   parameters:
9514   - "throughput"
9515   - "parent"
9516   - "tags"
9517   sort:
9518   - "BASE"
9519   - "BASE"
9520   - "SRC_USER_10"
9521   - "SRC_USER_100"
9522   - "SRC_USER_1000"
9523   - "SRC_USER_2000"
9524   traces:
9525     hoverinfo: "x+y"
9526     boxpoints: "outliers"
9527     whiskerwidth: 0
9528   layout:
9529     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9530     layout: "plot-throughput"
9531
9532 -
9533   type: "plot"
9534   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9535   algorithm: "plot_performance_box"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9538   data: "plot-vpp-throughput-latency-3n-skx"
9539   filter: "'NIC_Intel-X710' and
9540            '64B' and
9541            'NDRPDR' and
9542            '4T2C' and
9543            'IP4FWD' and
9544            'NAT44' and
9545            not 'IPSEC' and
9546            not 'VHOST'"
9547   parameters:
9548   - "throughput"
9549   - "parent"
9550   - "tags"
9551   sort:
9552   - "BASE"
9553   - "BASE"
9554   - "SRC_USER_10"
9555   - "SRC_USER_100"
9556   - "SRC_USER_1000"
9557   - "SRC_USER_2000"
9558   traces:
9559     hoverinfo: "x+y"
9560     boxpoints: "outliers"
9561     whiskerwidth: 0
9562   layout:
9563     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9564     layout: "plot-throughput"
9565
9566 -
9567   type: "plot"
9568   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9569   algorithm: "plot_performance_box"
9570   output-file-type: ".html"
9571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9572   data: "plot-vpp-throughput-latency-3n-skx"
9573   filter: "'NIC_Intel-X710' and
9574            '64B' and
9575            'NDRPDR' and
9576            '4T2C' and
9577            'IP4FWD' and
9578            'NAT44' and
9579            not 'IPSEC' and
9580            not 'VHOST'"
9581   parameters:
9582   - "throughput"
9583   - "parent"
9584   - "tags"
9585   sort:
9586   - "BASE"
9587   - "BASE"
9588   - "SRC_USER_10"
9589   - "SRC_USER_100"
9590   - "SRC_USER_1000"
9591   - "SRC_USER_2000"
9592   traces:
9593     hoverinfo: "x+y"
9594     boxpoints: "outliers"
9595     whiskerwidth: 0
9596   layout:
9597     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9598     layout: "plot-throughput"
9599
9600 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9601 -
9602   type: "plot"
9603   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9604   algorithm: "plot_performance_box"
9605   output-file-type: ".html"
9606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9607   data: "plot-vpp-throughput-latency-3n-skx"
9608   filter: "'NIC_Intel-X710' and
9609            '64B' and
9610            'NDRPDR' and
9611            '2T1C' and
9612            'IP4FWD' and
9613            'IACL' and
9614            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9615            not 'IPSEC' and
9616            not 'VHOST'"
9617   parameters:
9618   - "throughput"
9619   - "parent"
9620   - "tags"
9621   sort:
9622   - "ACL_STATELESS"
9623   - "ACL_STATEFUL"
9624   - "ACL_STATELESS"
9625   - "ACL_STATEFUL"
9626   traces:
9627     hoverinfo: "x+y"
9628     boxpoints: "outliers"
9629     whiskerwidth: 0
9630   layout:
9631     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9632     layout: "plot-throughput"
9633
9634 -
9635   type: "plot"
9636   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9637   algorithm: "plot_performance_box"
9638   output-file-type: ".html"
9639   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9640   data: "plot-vpp-throughput-latency-3n-skx"
9641   filter: "'NIC_Intel-X710' and
9642            '64B' and
9643            'NDRPDR' and
9644            '2T1C' and
9645            'IP4FWD' and
9646            'IACL' and
9647            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9648            not 'IPSEC' and
9649            not 'VHOST'"
9650   parameters:
9651   - "throughput"
9652   - "parent"
9653   - "tags"
9654   sort:
9655   - "ACL_STATELESS"
9656   - "ACL_STATEFUL"
9657   - "ACL_STATELESS"
9658   - "ACL_STATEFUL"
9659   traces:
9660     hoverinfo: "x+y"
9661     boxpoints: "outliers"
9662     whiskerwidth: 0
9663   layout:
9664     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9665     layout: "plot-throughput"
9666
9667 -
9668   type: "plot"
9669   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9670   algorithm: "plot_performance_box"
9671   output-file-type: ".html"
9672   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9673   data: "plot-vpp-throughput-latency-3n-skx"
9674   filter: "'NIC_Intel-X710' and
9675            '64B' and
9676            'NDRPDR' and
9677            '4T2C' and
9678            'IP4FWD' and
9679            'IACL' and
9680            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9681            not 'IPSEC' and
9682            not 'VHOST'"
9683   parameters:
9684   - "throughput"
9685   - "parent"
9686   - "tags"
9687   sort:
9688   - "ACL_STATELESS"
9689   - "ACL_STATEFUL"
9690   - "ACL_STATELESS"
9691   - "ACL_STATEFUL"
9692   traces:
9693     hoverinfo: "x+y"
9694     boxpoints: "outliers"
9695     whiskerwidth: 0
9696   layout:
9697     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9698     layout: "plot-throughput"
9699
9700 -
9701   type: "plot"
9702   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9703   algorithm: "plot_performance_box"
9704   output-file-type: ".html"
9705   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9706   data: "plot-vpp-throughput-latency-3n-skx"
9707   filter: "'NIC_Intel-X710' and
9708            '64B' and
9709            'NDRPDR' and
9710            '4T2C' and
9711            'IP4FWD' and
9712            'IACL' and
9713            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9714            not 'IPSEC' and
9715            not 'VHOST'"
9716   parameters:
9717   - "throughput"
9718   - "parent"
9719   - "tags"
9720   sort:
9721   - "ACL_STATELESS"
9722   - "ACL_STATEFUL"
9723   - "ACL_STATELESS"
9724   - "ACL_STATEFUL"
9725   traces:
9726     hoverinfo: "x+y"
9727     boxpoints: "outliers"
9728     whiskerwidth: 0
9729   layout:
9730     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9731     layout: "plot-throughput"
9732
9733 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9734 #-
9735 #  type: "plot"
9736 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9737 #  algorithm: "plot_performance_box"
9738 #  output-file-type: ".html"
9739 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9740 #  data: "plot-vpp-throughput-latency-3n-skx"
9741 #  filter: "'NIC_Intel-X710' and
9742 #           '64B' and
9743 #           'NDRPDR' and
9744 #           '2T1C' and
9745 #           'IP4FWD' and
9746 #           'OACL' and
9747 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9748 #           not 'IPSEC' and
9749 #           not 'VHOST'"
9750 #  parameters:
9751 #  - "throughput"
9752 #  - "parent"
9753 #  - "tags"
9754 #  sort:
9755 #  - "ACL_STATELESS"
9756 #  - "ACL_STATEFUL"
9757 #  - "ACL_STATELESS"
9758 #  - "ACL_STATEFUL"
9759 #  traces:
9760 #    hoverinfo: "x+y"
9761 #    boxpoints: "outliers"
9762 #    whiskerwidth: 0
9763 #  layout:
9764 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9765 #    layout: "plot-throughput"
9766 #
9767 #-
9768 #  type: "plot"
9769 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9770 #  algorithm: "plot_performance_box"
9771 #  output-file-type: ".html"
9772 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9773 #  data: "plot-vpp-throughput-latency-3n-skx"
9774 #  filter: "'NIC_Intel-X710' and
9775 #           '64B' and
9776 #           'NDRPDR' and
9777 #           '2T1C' and
9778 #           'IP4FWD' and
9779 #           'OACL' and
9780 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9781 #           not 'IPSEC' and
9782 #           not 'VHOST'"
9783 #  parameters:
9784 #  - "throughput"
9785 #  - "parent"
9786 #  - "tags"
9787 #  sort:
9788 #  - "ACL_STATELESS"
9789 #  - "ACL_STATEFUL"
9790 #  - "ACL_STATELESS"
9791 #  - "ACL_STATEFUL"
9792 #  traces:
9793 #    hoverinfo: "x+y"
9794 #    boxpoints: "outliers"
9795 #    whiskerwidth: 0
9796 #  layout:
9797 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9798 #    layout: "plot-throughput"
9799 #
9800 #-
9801 #  type: "plot"
9802 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9803 #  algorithm: "plot_performance_box"
9804 #  output-file-type: ".html"
9805 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9806 #  data: "plot-vpp-throughput-latency-3n-skx"
9807 #  filter: "'NIC_Intel-X710' and
9808 #           '64B' and
9809 #           'NDRPDR' and
9810 #           '4T2C' and
9811 #           'IP4FWD' and
9812 #           'OACL' and
9813 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9814 #           not 'IPSEC' and
9815 #           not 'VHOST'"
9816 #  parameters:
9817 #  - "throughput"
9818 #  - "parent"
9819 #  - "tags"
9820 #  sort:
9821 #  - "ACL_STATELESS"
9822 #  - "ACL_STATEFUL"
9823 #  - "ACL_STATELESS"
9824 #  - "ACL_STATEFUL"
9825 #  traces:
9826 #    hoverinfo: "x+y"
9827 #    boxpoints: "outliers"
9828 #    whiskerwidth: 0
9829 #  layout:
9830 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9831 #    layout: "plot-throughput"
9832 #
9833 #-
9834 #  type: "plot"
9835 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9836 #  algorithm: "plot_performance_box"
9837 #  output-file-type: ".html"
9838 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9839 #  data: "plot-vpp-throughput-latency-3n-skx"
9840 #  filter: "'NIC_Intel-X710' and
9841 #           '64B' and
9842 #           'NDRPDR' and
9843 #           '4T2C' and
9844 #           'IP4FWD' and
9845 #           'OACL' and
9846 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
9847 #           not 'IPSEC' and
9848 #           not 'VHOST'"
9849 #  parameters:
9850 #  - "throughput"
9851 #  - "parent"
9852 #  - "tags"
9853 #  sort:
9854 #  - "ACL_STATELESS"
9855 #  - "ACL_STATEFUL"
9856 #  - "ACL_STATELESS"
9857 #  - "ACL_STATEFUL"
9858 #  traces:
9859 #    hoverinfo: "x+y"
9860 #    boxpoints: "outliers"
9861 #    whiskerwidth: 0
9862 #  layout:
9863 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9864 #    layout: "plot-throughput"
9865
9866 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9867 -
9868   type: "plot"
9869   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9870   algorithm: "plot_performance_box"
9871   output-file-type: ".html"
9872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9873   data: "plot-vpp-throughput-latency-3n-hsw"
9874   filter: "'NIC_Intel-XL710' and
9875            '64B' and
9876            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9877            'NDRPDR' and
9878            '1T1C' and
9879            'IP4FWD' and
9880            not 'IPSEC' and
9881            not 'VHOST'"
9882   parameters:
9883   - "throughput"
9884   - "parent"
9885   - "tags"
9886   sort:
9887   - "IP4BASE"
9888   - "FIB_20K"
9889   - "FIB_200K"
9890   - "FIB_2M"
9891   traces:
9892     hoverinfo: "x+y"
9893     boxpoints: "outliers"
9894     whiskerwidth: 0
9895   layout:
9896     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9897     layout: "plot-throughput"
9898
9899 -
9900   type: "plot"
9901   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9902   algorithm: "plot_performance_box"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9905   data: "plot-vpp-throughput-latency-3n-hsw"
9906   filter: "'NIC_Intel-XL710' and
9907            '64B' and
9908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9909            'NDRPDR' and
9910            '1T1C' and
9911            'IP4FWD' and
9912            not 'IPSEC' and
9913            not 'VHOST'"
9914   parameters:
9915   - "throughput"
9916   - "parent"
9917   - "tags"
9918   sort:
9919   - "IP4BASE"
9920   - "FIB_20K"
9921   - "FIB_200K"
9922   - "FIB_2M"
9923   traces:
9924     hoverinfo: "x+y"
9925     boxpoints: "outliers"
9926     whiskerwidth: 0
9927   layout:
9928     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9929     layout: "plot-throughput"
9930
9931 -
9932   type: "plot"
9933   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9934   algorithm: "plot_performance_box"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9937   data: "plot-vpp-throughput-latency-3n-hsw"
9938   filter: "'NIC_Intel-XL710' and
9939            '64B' and
9940            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9941            'NDRPDR' and
9942            '2T2C' and
9943            'IP4FWD' and
9944            not 'IPSEC' and
9945            not 'VHOST'"
9946   parameters:
9947   - "throughput"
9948   - "parent"
9949   - "tags"
9950   sort:
9951   - "IP4BASE"
9952   - "FIB_20K"
9953   - "FIB_200K"
9954   - "FIB_2M"
9955   traces:
9956     hoverinfo: "x+y"
9957     boxpoints: "outliers"
9958     whiskerwidth: 0
9959   layout:
9960     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9961     layout: "plot-throughput"
9962
9963 -
9964   type: "plot"
9965   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9966   algorithm: "plot_performance_box"
9967   output-file-type: ".html"
9968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9969   data: "plot-vpp-throughput-latency-3n-hsw"
9970   filter: "'NIC_Intel-XL710' and
9971            '64B' and
9972            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9973            'NDRPDR' and
9974            '2T2C' and
9975            'IP4FWD' and
9976            not 'IPSEC' and
9977            not 'VHOST'"
9978   parameters:
9979   - "throughput"
9980   - "parent"
9981   - "tags"
9982   sort:
9983   - "IP4BASE"
9984   - "FIB_20K"
9985   - "FIB_200K"
9986   - "FIB_2M"
9987   traces:
9988     hoverinfo: "x+y"
9989     boxpoints: "outliers"
9990     whiskerwidth: 0
9991   layout:
9992     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9993     layout: "plot-throughput"
9994
9995 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9996 -
9997   type: "plot"
9998   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9999   algorithm: "plot_performance_box"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10002   data: "plot-vpp-throughput-latency-3n-skx"
10003   filter: "'NIC_Intel-X710' and
10004            '64B' and
10005            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10006            'NDRPDR' and
10007            '2T1C' and
10008            'IP4FWD' and
10009            not 'IPSEC' and
10010            not 'VHOST'"
10011   parameters:
10012   - "throughput"
10013   - "parent"
10014   - "tags"
10015   sort:
10016   - "IP4BASE"
10017   - "FIB_20K"
10018   - "FIB_200K"
10019   - "FIB_2M"
10020   traces:
10021     hoverinfo: "x+y"
10022     boxpoints: "outliers"
10023     whiskerwidth: 0
10024   layout:
10025     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10026     layout: "plot-throughput"
10027
10028 -
10029   type: "plot"
10030   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10031   algorithm: "plot_performance_box"
10032   output-file-type: ".html"
10033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10034   data: "plot-vpp-throughput-latency-3n-skx"
10035   filter: "'NIC_Intel-X710' and
10036            '64B' and
10037            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10038            'NDRPDR' and
10039            '2T1C' and
10040            'IP4FWD' and
10041            not 'IPSEC' and
10042            not 'VHOST'"
10043   parameters:
10044   - "throughput"
10045   - "parent"
10046   - "tags"
10047   sort:
10048   - "IP4BASE"
10049   - "FIB_20K"
10050   - "FIB_200K"
10051   - "FIB_2M"
10052   traces:
10053     hoverinfo: "x+y"
10054     boxpoints: "outliers"
10055     whiskerwidth: 0
10056   layout:
10057     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10058     layout: "plot-throughput"
10059
10060 -
10061   type: "plot"
10062   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10063   algorithm: "plot_performance_box"
10064   output-file-type: ".html"
10065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10066   data: "plot-vpp-throughput-latency-3n-skx"
10067   filter: "'NIC_Intel-X710' and
10068            '64B' and
10069            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10070            'NDRPDR' and
10071            '4T2C' and
10072            'IP4FWD' and
10073            not 'IPSEC' and
10074            not 'VHOST'"
10075   parameters:
10076   - "throughput"
10077   - "parent"
10078   - "tags"
10079   sort:
10080   - "IP4BASE"
10081   - "FIB_20K"
10082   - "FIB_200K"
10083   - "FIB_2M"
10084   traces:
10085     hoverinfo: "x+y"
10086     boxpoints: "outliers"
10087     whiskerwidth: 0
10088   layout:
10089     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10090     layout: "plot-throughput"
10091
10092 -
10093   type: "plot"
10094   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10095   algorithm: "plot_performance_box"
10096   output-file-type: ".html"
10097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10098   data: "plot-vpp-throughput-latency-3n-skx"
10099   filter: "'NIC_Intel-X710' and
10100            '64B' and
10101            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10102            'NDRPDR' and
10103            '4T2C' and
10104            'IP4FWD' and
10105            not 'IPSEC' and
10106            not 'VHOST'"
10107   parameters:
10108   - "throughput"
10109   - "parent"
10110   - "tags"
10111   sort:
10112   - "IP4BASE"
10113   - "FIB_20K"
10114   - "FIB_200K"
10115   - "FIB_2M"
10116   traces:
10117     hoverinfo: "x+y"
10118     boxpoints: "outliers"
10119     whiskerwidth: 0
10120   layout:
10121     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10122     layout: "plot-throughput"
10123
10124 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10125 -
10126   type: "plot"
10127   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10128   algorithm: "plot_performance_box"
10129   output-file-type: ".html"
10130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10131   data: "plot-vpp-throughput-latency-3n-skx"
10132   filter: "'NIC_Intel-X710' and
10133            '64B' and
10134            ('IP4BASE' or
10135             'POLICE_MARK' or
10136             'COPWHLIST' or
10137             ('NAT44' and 'BASE') or
10138             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10139            'NDRPDR' and
10140            '2T1C' and
10141            'IP4FWD' and
10142            not 'IPSEC' and
10143            not 'VHOST'"
10144   parameters:
10145   - "throughput"
10146   - "parent"
10147   - "tags"
10148   sort:
10149   - "IP4BASE"
10150   - "NAT44"
10151   - "POLICE_MARK"
10152   - "COPWHLIST"
10153   - "IACL"
10154   - "OACL"
10155   traces:
10156     hoverinfo: "x+y"
10157     boxpoints: "outliers"
10158     whiskerwidth: 0
10159   layout:
10160     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10161     layout: "plot-throughput"
10162
10163 -
10164   type: "plot"
10165   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10166   algorithm: "plot_performance_box"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10169   data: "plot-vpp-throughput-latency-3n-skx"
10170   filter: "'NIC_Intel-X710' and
10171            '64B' and
10172            ('IP4BASE' or
10173             'POLICE_MARK' or
10174             'COPWHLIST' or
10175             ('NAT44' and 'BASE') or
10176             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10177            'NDRPDR' and
10178            '2T1C' and
10179            'IP4FWD' and
10180            not 'IPSEC' and
10181            not 'VHOST'"
10182   parameters:
10183   - "throughput"
10184   - "parent"
10185   - "tags"
10186   sort:
10187   - "IP4BASE"
10188   - "NAT44"
10189   - "POLICE_MARK"
10190   - "COPWHLIST"
10191   - "IACL"
10192   - "OACL"
10193   traces:
10194     hoverinfo: "x+y"
10195     boxpoints: "outliers"
10196     whiskerwidth: 0
10197   layout:
10198     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10199     layout: "plot-throughput"
10200
10201 -
10202   type: "plot"
10203   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10204   algorithm: "plot_performance_box"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10207   data: "plot-vpp-throughput-latency-3n-skx"
10208   filter: "'NIC_Intel-X710' and
10209            '64B' and
10210            ('IP4BASE' or
10211             'POLICE_MARK' or
10212             'COPWHLIST' or
10213             ('NAT44' and 'BASE') or
10214             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10215            'NDRPDR' and
10216            '4T2C' and
10217            'IP4FWD' and
10218            not 'IPSEC' and
10219            not 'VHOST'"
10220   parameters:
10221   - "throughput"
10222   - "parent"
10223   - "tags"
10224   sort:
10225   - "IP4BASE"
10226   - "NAT44"
10227   - "POLICE_MARK"
10228   - "COPWHLIST"
10229   - "IACL"
10230   - "OACL"
10231   traces:
10232     hoverinfo: "x+y"
10233     boxpoints: "outliers"
10234     whiskerwidth: 0
10235   layout:
10236     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10237     layout: "plot-throughput"
10238
10239 -
10240   type: "plot"
10241   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10242   algorithm: "plot_performance_box"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10245   data: "plot-vpp-throughput-latency-3n-skx"
10246   filter: "'NIC_Intel-X710' and
10247            '64B' and
10248            ('IP4BASE' or
10249             'POLICE_MARK' or
10250             'COPWHLIST' or
10251             ('NAT44' and 'BASE') or
10252             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10253            'NDRPDR' and
10254            '4T2C' and
10255            'IP4FWD' and
10256            not 'IPSEC' and
10257            not 'VHOST'"
10258   parameters:
10259   - "throughput"
10260   - "parent"
10261   - "tags"
10262   sort:
10263   - "IP4BASE"
10264   - "NAT44"
10265   - "POLICE_MARK"
10266   - "COPWHLIST"
10267   - "IACL"
10268   - "OACL"
10269   traces:
10270     hoverinfo: "x+y"
10271     boxpoints: "outliers"
10272     whiskerwidth: 0
10273   layout:
10274     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10275     layout: "plot-throughput"
10276
10277 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10278 -
10279   type: "plot"
10280   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10281   algorithm: "plot_performance_box"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10284   data: "plot-vpp-throughput-latency-3n-hsw"
10285   filter: "'NIC_Intel-X710' and
10286            '64B' and
10287            'NDRPDR' and
10288            '1T1C' and
10289            'IP4FWD' and
10290            'NAT44' and
10291            not 'IPSEC' and
10292            not 'VHOST'"
10293   parameters:
10294   - "throughput"
10295   - "parent"
10296   - "tags"
10297   sort:
10298   - "BASE"
10299   - "BASE"
10300   - "SRC_USER_10"
10301   - "SRC_USER_100"
10302   - "SRC_USER_1000"
10303   - "SRC_USER_2000"
10304   traces:
10305     hoverinfo: "x+y"
10306     boxpoints: "outliers"
10307     whiskerwidth: 0
10308   layout:
10309     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10310     layout: "plot-throughput"
10311
10312 -
10313   type: "plot"
10314   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10315   algorithm: "plot_performance_box"
10316   output-file-type: ".html"
10317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10318   data: "plot-vpp-throughput-latency-3n-hsw"
10319   filter: "'NIC_Intel-X710' and
10320            '64B' and
10321            'NDRPDR' and
10322            '1T1C' and
10323            'IP4FWD' and
10324            'NAT44' and
10325            not 'IPSEC' and
10326            not 'VHOST'"
10327   parameters:
10328   - "throughput"
10329   - "parent"
10330   - "tags"
10331   sort:
10332   - "BASE"
10333   - "BASE"
10334   - "SRC_USER_10"
10335   - "SRC_USER_100"
10336   - "SRC_USER_1000"
10337   - "SRC_USER_2000"
10338   traces:
10339     hoverinfo: "x+y"
10340     boxpoints: "outliers"
10341     whiskerwidth: 0
10342   layout:
10343     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10344     layout: "plot-throughput"
10345
10346 -
10347   type: "plot"
10348   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10349   algorithm: "plot_performance_box"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10352   data: "plot-vpp-throughput-latency-3n-hsw"
10353   filter: "'NIC_Intel-X710' and
10354            '64B' and
10355            'NDRPDR' and
10356            '2T2C' and
10357            'IP4FWD' and
10358            'NAT44' and
10359            not 'IPSEC' and
10360            not 'VHOST'"
10361   parameters:
10362   - "throughput"
10363   - "parent"
10364   - "tags"
10365   sort:
10366   - "BASE"
10367   - "BASE"
10368   - "SRC_USER_10"
10369   - "SRC_USER_100"
10370   - "SRC_USER_1000"
10371   - "SRC_USER_2000"
10372   traces:
10373     hoverinfo: "x+y"
10374     boxpoints: "outliers"
10375     whiskerwidth: 0
10376   layout:
10377     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10378     layout: "plot-throughput"
10379
10380 -
10381   type: "plot"
10382   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10383   algorithm: "plot_performance_box"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10386   data: "plot-vpp-throughput-latency-3n-hsw"
10387   filter: "'NIC_Intel-X710' and
10388            '64B' and
10389            'NDRPDR' and
10390            '2T2C' and
10391            'IP4FWD' and
10392            'NAT44' and
10393            not 'IPSEC' and
10394            not 'VHOST'"
10395   parameters:
10396   - "throughput"
10397   - "parent"
10398   - "tags"
10399   sort:
10400   - "BASE"
10401   - "BASE"
10402   - "SRC_USER_10"
10403   - "SRC_USER_100"
10404   - "SRC_USER_1000"
10405   - "SRC_USER_2000"
10406   traces:
10407     hoverinfo: "x+y"
10408     boxpoints: "outliers"
10409     whiskerwidth: 0
10410   layout:
10411     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10412     layout: "plot-throughput"
10413
10414 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10415 -
10416   type: "plot"
10417   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10418   algorithm: "plot_performance_box"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10421   data: "plot-vpp-throughput-latency-3n-hsw"
10422   filter: "'NIC_Intel-X710' and
10423            '64B' and
10424            'NDRPDR' and
10425            '1T1C' and
10426            'IP4FWD' and
10427            'IACL' and
10428            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10429            not 'IPSEC' and
10430            not 'VHOST'"
10431   parameters:
10432   - "throughput"
10433   - "parent"
10434   - "tags"
10435   sort:
10436   - "ACL_STATELESS"
10437   - "ACL_STATEFUL"
10438   - "ACL_STATELESS"
10439   - "ACL_STATEFUL"
10440   traces:
10441     hoverinfo: "x+y"
10442     boxpoints: "outliers"
10443     whiskerwidth: 0
10444   layout:
10445     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10446     layout: "plot-throughput"
10447
10448 -
10449   type: "plot"
10450   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10451   algorithm: "plot_performance_box"
10452   output-file-type: ".html"
10453   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10454   data: "plot-vpp-throughput-latency-3n-hsw"
10455   filter: "'NIC_Intel-X710' and
10456            '64B' and
10457            'NDRPDR' and
10458            '1T1C' and
10459            'IP4FWD' and
10460            'IACL' and
10461            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10462            not 'IPSEC' and
10463            not 'VHOST'"
10464   parameters:
10465   - "throughput"
10466   - "parent"
10467   - "tags"
10468   sort:
10469   - "ACL_STATELESS"
10470   - "ACL_STATEFUL"
10471   - "ACL_STATELESS"
10472   - "ACL_STATEFUL"
10473   traces:
10474     hoverinfo: "x+y"
10475     boxpoints: "outliers"
10476     whiskerwidth: 0
10477   layout:
10478     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10479     layout: "plot-throughput"
10480
10481 -
10482   type: "plot"
10483   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10484   algorithm: "plot_performance_box"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10487   data: "plot-vpp-throughput-latency-3n-hsw"
10488   filter: "'NIC_Intel-X710' and
10489            '64B' and
10490            'NDRPDR' and
10491            '2T2C' and
10492            'IP4FWD' and
10493            'IACL' and
10494            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10495            not 'IPSEC' and
10496            not 'VHOST'"
10497   parameters:
10498   - "throughput"
10499   - "parent"
10500   - "tags"
10501   sort:
10502   - "ACL_STATELESS"
10503   - "ACL_STATEFUL"
10504   - "ACL_STATELESS"
10505   - "ACL_STATEFUL"
10506   traces:
10507     hoverinfo: "x+y"
10508     boxpoints: "outliers"
10509     whiskerwidth: 0
10510   layout:
10511     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10512     layout: "plot-throughput"
10513
10514 -
10515   type: "plot"
10516   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10517   algorithm: "plot_performance_box"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10520   data: "plot-vpp-throughput-latency-3n-hsw"
10521   filter: "'NIC_Intel-X710' and
10522            '64B' and
10523            'NDRPDR' and
10524            '2T2C' and
10525            'IP4FWD' and
10526            'IACL' and
10527            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10528            not 'IPSEC' and
10529            not 'VHOST'"
10530   parameters:
10531   - "throughput"
10532   - "parent"
10533   - "tags"
10534   sort:
10535   - "ACL_STATELESS"
10536   - "ACL_STATEFUL"
10537   - "ACL_STATELESS"
10538   - "ACL_STATEFUL"
10539   traces:
10540     hoverinfo: "x+y"
10541     boxpoints: "outliers"
10542     whiskerwidth: 0
10543   layout:
10544     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10545     layout: "plot-throughput"
10546
10547 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10548 #-
10549 #  type: "plot"
10550 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10551 #  algorithm: "plot_performance_box"
10552 #  output-file-type: ".html"
10553 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10554 #  data: "plot-vpp-throughput-latency-3n-hsw"
10555 #  filter: "'NIC_Intel-X710' and
10556 #           '64B' and
10557 #           'NDRPDR' and
10558 #           '1T1C' and
10559 #           'IP4FWD' and
10560 #           'OACL' and
10561 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10562 #           not 'IPSEC' and
10563 #           not 'VHOST'"
10564 #  parameters:
10565 #  - "throughput"
10566 #  - "parent"
10567 #  - "tags"
10568 #  sort:
10569 #  - "ACL_STATELESS"
10570 #  - "ACL_STATEFUL"
10571 #  - "ACL_STATELESS"
10572 #  - "ACL_STATEFUL"
10573 #  traces:
10574 #    hoverinfo: "x+y"
10575 #    boxpoints: "outliers"
10576 #    whiskerwidth: 0
10577 #  layout:
10578 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10579 #    layout: "plot-throughput"
10580 #
10581 #-
10582 #  type: "plot"
10583 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10584 #  algorithm: "plot_performance_box"
10585 #  output-file-type: ".html"
10586 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10587 #  data: "plot-vpp-throughput-latency-3n-hsw"
10588 #  filter: "'NIC_Intel-X710' and
10589 #           '64B' and
10590 #           'NDRPDR' and
10591 #           '1T1C' and
10592 #           'IP4FWD' and
10593 #           'OACL' and
10594 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10595 #           not 'IPSEC' and
10596 #           not 'VHOST'"
10597 #  parameters:
10598 #  - "throughput"
10599 #  - "parent"
10600 #  - "tags"
10601 #  sort:
10602 #  - "ACL_STATELESS"
10603 #  - "ACL_STATEFUL"
10604 #  - "ACL_STATELESS"
10605 #  - "ACL_STATEFUL"
10606 #  traces:
10607 #    hoverinfo: "x+y"
10608 #    boxpoints: "outliers"
10609 #    whiskerwidth: 0
10610 #  layout:
10611 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10612 #    layout: "plot-throughput"
10613 #
10614 #-
10615 #  type: "plot"
10616 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10617 #  algorithm: "plot_performance_box"
10618 #  output-file-type: ".html"
10619 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10620 #  data: "plot-vpp-throughput-latency-3n-hsw"
10621 #  filter: "'NIC_Intel-X710' and
10622 #           '64B' and
10623 #           'NDRPDR' and
10624 #           '2T2C' and
10625 #           'IP4FWD' and
10626 #           'OACL' and
10627 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10628 #           not 'IPSEC' and
10629 #           not 'VHOST'"
10630 #  parameters:
10631 #  - "throughput"
10632 #  - "parent"
10633 #  - "tags"
10634 #  sort:
10635 #  - "ACL_STATELESS"
10636 #  - "ACL_STATEFUL"
10637 #  - "ACL_STATELESS"
10638 #  - "ACL_STATEFUL"
10639 #  traces:
10640 #    hoverinfo: "x+y"
10641 #    boxpoints: "outliers"
10642 #    whiskerwidth: 0
10643 #  layout:
10644 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10645 #    layout: "plot-throughput"
10646 #
10647 #-
10648 #  type: "plot"
10649 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10650 #  algorithm: "plot_performance_box"
10651 #  output-file-type: ".html"
10652 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10653 #  data: "plot-vpp-throughput-latency-3n-hsw"
10654 #  filter: "'NIC_Intel-X710' and
10655 #           '64B' and
10656 #           'NDRPDR' and
10657 #           '2T2C' and
10658 #           'IP4FWD' and
10659 #           'OACL' and
10660 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10661 #           not 'IPSEC' and
10662 #           not 'VHOST'"
10663 #  parameters:
10664 #  - "throughput"
10665 #  - "parent"
10666 #  - "tags"
10667 #  sort:
10668 #  - "ACL_STATELESS"
10669 #  - "ACL_STATEFUL"
10670 #  - "ACL_STATELESS"
10671 #  - "ACL_STATEFUL"
10672 #  traces:
10673 #    hoverinfo: "x+y"
10674 #    boxpoints: "outliers"
10675 #    whiskerwidth: 0
10676 #  layout:
10677 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10678 #    layout: "plot-throughput"
10679
10680 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10681 -
10682   type: "plot"
10683   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10684   algorithm: "plot_performance_box"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10687   data: "plot-vpp-throughput-latency-2n-skx"
10688   filter: "'NIC_Intel-X710' and
10689            '64B' and
10690            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10691            'NDRPDR' and
10692            '2T1C' and
10693            'IP4FWD' and
10694            not 'IPSEC' and
10695            not 'VHOST'"
10696   parameters:
10697   - "throughput"
10698   - "parent"
10699   - "tags"
10700   sort:
10701   - "DOT1Q"
10702   - "IP4BASE"
10703   - "FIB_20k"
10704   - "FIB_200k"
10705   - "FIB_2M"
10706   traces:
10707     hoverinfo: "x+y"
10708     boxpoints: "outliers"
10709     whiskerwidth: 0
10710   layout:
10711     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10712     layout: "plot-throughput"
10713
10714 -
10715   type: "plot"
10716   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10717   algorithm: "plot_performance_box"
10718   output-file-type: ".html"
10719   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10720   data: "plot-vpp-throughput-latency-2n-skx"
10721   filter: "'NIC_Intel-X710' and
10722            '64B' and
10723            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10724            'NDRPDR' and
10725            '2T1C' and
10726            'IP4FWD' and
10727            not 'IPSEC' and
10728            not 'VHOST'"
10729   parameters:
10730   - "throughput"
10731   - "parent"
10732   - "tags"
10733   sort:
10734   - "DOT1Q"
10735   - "IP4BASE"
10736   - "FIB_20k"
10737   - "FIB_200k"
10738   - "FIB_2M"
10739   traces:
10740     hoverinfo: "x+y"
10741     boxpoints: "outliers"
10742     whiskerwidth: 0
10743   layout:
10744     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10745     layout: "plot-throughput"
10746
10747 -
10748   type: "plot"
10749   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10750   algorithm: "plot_performance_box"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10753   data: "plot-vpp-throughput-latency-2n-skx"
10754   filter: "'NIC_Intel-X710' and
10755            '64B' and
10756            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10757            'NDRPDR' and
10758            '4T2C' and
10759            'IP4FWD' and
10760            not 'IPSEC' and
10761            not 'VHOST'"
10762   parameters:
10763   - "throughput"
10764   - "parent"
10765   - "tags"
10766   sort:
10767   - "DOT1Q"
10768   - "IP4BASE"
10769   - "FIB_20k"
10770   - "FIB_200k"
10771   - "FIB_2M"
10772   traces:
10773     hoverinfo: "x+y"
10774     boxpoints: "outliers"
10775     whiskerwidth: 0
10776   layout:
10777     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10778     layout: "plot-throughput"
10779
10780 -
10781   type: "plot"
10782   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10783   algorithm: "plot_performance_box"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10786   data: "plot-vpp-throughput-latency-2n-skx"
10787   filter: "'NIC_Intel-X710' and
10788            '64B' and
10789            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10790            'NDRPDR' and
10791            '4T2C' and
10792            'IP4FWD' and
10793            not 'IPSEC' and
10794            not 'VHOST'"
10795   parameters:
10796   - "throughput"
10797   - "parent"
10798   - "tags"
10799   sort:
10800   - "DOT1Q"
10801   - "IP4BASE"
10802   - "FIB_20k"
10803   - "FIB_200k"
10804   - "FIB_2M"
10805   traces:
10806     hoverinfo: "x+y"
10807     boxpoints: "outliers"
10808     whiskerwidth: 0
10809   layout:
10810     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10811     layout: "plot-throughput"
10812
10813 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10814 -
10815   type: "plot"
10816   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10817   algorithm: "plot_performance_box"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10820   data: "plot-vpp-throughput-latency-2n-skx"
10821   filter: "'NIC_Intel-XXV710' and
10822            '64B' and
10823            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10824            'NDRPDR' and
10825            '2T1C' and
10826            'IP4FWD' and
10827            not 'IPSEC' and
10828            not 'VHOST'"
10829   parameters:
10830   - "throughput"
10831   - "parent"
10832   - "tags"
10833   sort:
10834   - "DOT1Q"
10835   - "IP4BASE"
10836   - "FIB_20k"
10837   - "FIB_200k"
10838   - "FIB_2M"
10839   traces:
10840     hoverinfo: "x+y"
10841     boxpoints: "outliers"
10842     whiskerwidth: 0
10843   layout:
10844     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10845     layout: "plot-throughput"
10846
10847 -
10848   type: "plot"
10849   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10850   algorithm: "plot_performance_box"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10853   data: "plot-vpp-throughput-latency-2n-skx"
10854   filter: "'NIC_Intel-XXV710' and
10855            '64B' and
10856            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10857            'NDRPDR' and
10858            '2T1C' and
10859            'IP4FWD' and
10860            not 'IPSEC' and
10861            not 'VHOST'"
10862   parameters:
10863   - "throughput"
10864   - "parent"
10865   - "tags"
10866   sort:
10867   - "DOT1Q"
10868   - "IP4BASE"
10869   - "FIB_20k"
10870   - "FIB_200k"
10871   - "FIB_2M"
10872   traces:
10873     hoverinfo: "x+y"
10874     boxpoints: "outliers"
10875     whiskerwidth: 0
10876   layout:
10877     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10878     layout: "plot-throughput"
10879
10880 -
10881   type: "plot"
10882   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10883   algorithm: "plot_performance_box"
10884   output-file-type: ".html"
10885   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10886   data: "plot-vpp-throughput-latency-2n-skx"
10887   filter: "'NIC_Intel-XXV710' and
10888            '64B' and
10889            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10890            'NDRPDR' and
10891            '4T2C' and
10892            'IP4FWD' and
10893            not 'IPSEC' and
10894            not 'VHOST'"
10895   parameters:
10896   - "throughput"
10897   - "parent"
10898   - "tags"
10899   sort:
10900   - "DOT1Q"
10901   - "IP4BASE"
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: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10911     layout: "plot-throughput"
10912
10913 -
10914   type: "plot"
10915   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10916   algorithm: "plot_performance_box"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10919   data: "plot-vpp-throughput-latency-2n-skx"
10920   filter: "'NIC_Intel-XXV710' and
10921            '64B' and
10922            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10923            'NDRPDR' and
10924            '4T2C' and
10925            'IP4FWD' and
10926            not 'IPSEC' and
10927            not 'VHOST'"
10928   parameters:
10929   - "throughput"
10930   - "parent"
10931   - "tags"
10932   sort:
10933   - "DOT1Q"
10934   - "IP4BASE"
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: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10944     layout: "plot-throughput"
10945
10946 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10947 -
10948   type: "plot"
10949   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10950   algorithm: "plot_performance_box"
10951   output-file-type: ".html"
10952   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10953   data: "intel-dnv-vpp"
10954   filter: "'NIC_Intel-X553' and
10955            '64B' and
10956            'IP4BASE' and
10957            'NDRPDR' and
10958            '1T1C' and
10959            'IP4FWD' and
10960            not 'IPSEC' and
10961            not 'VHOST'"
10962   parameters:
10963   - "throughput"
10964   - "parent"
10965   - "tags"
10966   sort:
10967   - "IP4BASE"
10968   traces:
10969     hoverinfo: "x+y"
10970     boxpoints: "outliers"
10971     whiskerwidth: 0
10972   layout:
10973     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10974     layout: "plot-throughput"
10975
10976 -
10977   type: "plot"
10978   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10979   algorithm: "plot_performance_box"
10980   output-file-type: ".html"
10981   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10982   data: "intel-dnv-vpp"
10983   filter: "'NIC_Intel-X553' and
10984            '64B' and
10985            'IP4BASE' and
10986            'NDRPDR' and
10987            '1T1C' and
10988            'IP4FWD' and
10989            not 'IPSEC' and
10990            not 'VHOST'"
10991   parameters:
10992   - "throughput"
10993   - "parent"
10994   - "tags"
10995   sort:
10996   - "IP4BASE"
10997   traces:
10998     hoverinfo: "x+y"
10999     boxpoints: "outliers"
11000     whiskerwidth: 0
11001   layout:
11002     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11003     layout: "plot-throughput"
11004
11005 -
11006   type: "plot"
11007   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11008   algorithm: "plot_performance_box"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11011   data: "intel-dnv-vpp"
11012   filter: "'NIC_Intel-X553' and
11013            '64B' and
11014            'IP4BASE' and
11015            'NDRPDR' and
11016            '2T2C' and
11017            'IP4FWD' and
11018            not 'IPSEC' and
11019            not 'VHOST'"
11020   parameters:
11021   - "throughput"
11022   - "parent"
11023   - "tags"
11024   sort:
11025   - "IP4BASE"
11026   traces:
11027     hoverinfo: "x+y"
11028     boxpoints: "outliers"
11029     whiskerwidth: 0
11030   layout:
11031     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11032     layout: "plot-throughput"
11033
11034 -
11035   type: "plot"
11036   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11037   algorithm: "plot_performance_box"
11038   output-file-type: ".html"
11039   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11040   data: "intel-dnv-vpp"
11041   filter: "'NIC_Intel-X553' and
11042            '64B' and
11043            'IP4BASE' and
11044            'NDRPDR' and
11045            '2T2C' and
11046            'IP4FWD' and
11047            not 'IPSEC' and
11048            not 'VHOST'"
11049   parameters:
11050   - "throughput"
11051   - "parent"
11052   - "tags"
11053   sort:
11054   - "IP4BASE"
11055   traces:
11056     hoverinfo: "x+y"
11057     boxpoints: "outliers"
11058     whiskerwidth: 0
11059   layout:
11060     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11061     layout: "plot-throughput"
11062
11063 ################################################################################
11064
11065 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11066 #-
11067 #  type: "plot"
11068 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11069 #  algorithm: "plot_performance_box"
11070 #  output-file-type: ".html"
11071 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11072 #  data: "plot-vpp-throughput-latency-3n-hsw"
11073 #  filter: "'NIC_Intel-X520-DA2' and
11074 #           '64B' and
11075 #           'ENCAP' and
11076 #           'NDRPDR' and
11077 #           '1T1C' and
11078 #           ('VXLAN' or 'LISP') and
11079 #           not 'VHOST' and
11080 #           not 'IPSECHW'"
11081 #  parameters:
11082 #  - "throughput"
11083 #  - "parent"
11084 #  - "tags"
11085 #  sort:
11086 #  - "not DOT1Q"
11087 #  - "VXLAN_1"
11088 #  - "VXLAN_10"
11089 #  - "VXLAN_100"
11090 #  - "VXLAN_1000"
11091 #  traces:
11092 #    hoverinfo: "x+y"
11093 #    boxpoints: "outliers"
11094 #    whiskerwidth: 0
11095 #  layout:
11096 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11097 #    layout: "plot-throughput"
11098 #
11099 #-
11100 #  type: "plot"
11101 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11102 #  algorithm: "plot_performance_box"
11103 #  output-file-type: ".html"
11104 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11105 #  data: "plot-vpp-throughput-latency-3n-hsw"
11106 #  filter: "'NIC_Intel-X520-DA2' and
11107 #           '64B' and
11108 #           'ENCAP' and
11109 #           'NDRPDR' and
11110 #           '1T1C' and
11111 #           ('VXLAN' or 'LISP') and
11112 #           not 'VHOST' and
11113 #           not 'IPSECHW'"
11114 #  parameters:
11115 #  - "throughput"
11116 #  - "parent"
11117 #  - "tags"
11118 #  sort:
11119 #  - "not DOT1Q"
11120 #  - "VXLAN_1"
11121 #  - "VXLAN_10"
11122 #  - "VXLAN_100"
11123 #  - "VXLAN_1000"
11124 #  traces:
11125 #    hoverinfo: "x+y"
11126 #    boxpoints: "outliers"
11127 #    whiskerwidth: 0
11128 #  layout:
11129 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11130 #    layout: "plot-throughput"
11131 #
11132 #-
11133 #  type: "plot"
11134 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11135 #  algorithm: "plot_performance_box"
11136 #  output-file-type: ".html"
11137 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11138 #  data: "plot-vpp-throughput-latency-3n-hsw"
11139 #  filter: "'NIC_Intel-X520-DA2' and
11140 #           '64B' and
11141 #           'ENCAP' and
11142 #           'NDRPDR' and
11143 #           '2T2C' and
11144 #           ('VXLAN' or 'LISP') and
11145 #           not 'VHOST' and
11146 #           not 'IPSECHW'"
11147 #  parameters:
11148 #  - "throughput"
11149 #  - "parent"
11150 #  - "tags"
11151 #  sort:
11152 #  - "not DOT1Q"
11153 #  - "VXLAN_1"
11154 #  - "VXLAN_10"
11155 #  - "VXLAN_100"
11156 #  - "VXLAN_1000"
11157 #  traces:
11158 #    hoverinfo: "x+y"
11159 #    boxpoints: "outliers"
11160 #    whiskerwidth: 0
11161 #  layout:
11162 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11163 #    layout: "plot-throughput"
11164 #
11165 #-
11166 #  type: "plot"
11167 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11168 #  algorithm: "plot_performance_box"
11169 #  output-file-type: ".html"
11170 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11171 #  data: "plot-vpp-throughput-latency-3n-hsw"
11172 #  filter: "'NIC_Intel-X520-DA2' and
11173 #           '64B' and
11174 #           'ENCAP' and
11175 #           'NDRPDR' and
11176 #           '2T2C' and
11177 #           ('VXLAN' or 'LISP') and
11178 #           not 'VHOST' and
11179 #           not 'IPSECHW'"
11180 #  parameters:
11181 #  - "throughput"
11182 #  - "parent"
11183 #  - "tags"
11184 #  sort:
11185 #  - "not DOT1Q"
11186 #  - "VXLAN_1"
11187 #  - "VXLAN_10"
11188 #  - "VXLAN_100"
11189 #  - "VXLAN_1000"
11190 #  traces:
11191 #    hoverinfo: "x+y"
11192 #    boxpoints: "outliers"
11193 #    whiskerwidth: 0
11194 #  layout:
11195 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11196 #    layout: "plot-throughput"
11197
11198 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11199 -
11200   type: "plot"
11201   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11202   algorithm: "plot_performance_box"
11203   output-file-type: ".html"
11204   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11205   data: "plot-vpp-throughput-latency-3n-hsw"
11206   filter: "'NIC_Intel-X520-DA2' and
11207            '64B' and
11208            'ENCAP' and
11209            'NDRPDR' and
11210            '1T1C' and
11211            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11212            not 'DOT1Q' and
11213            not 'VHOST' and
11214            not 'IPSECHW'"
11215   parameters:
11216   - "throughput"
11217   - "parent"
11218   - "tags"
11219   sort:
11220   - "L2BDMACLRN"
11221   - "L2XCFWD"
11222   - "LISP"
11223   traces:
11224     hoverinfo: "x+y"
11225     boxpoints: "outliers"
11226     whiskerwidth: 0
11227   layout:
11228     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11229     layout: "plot-throughput"
11230
11231 -
11232   type: "plot"
11233   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11234   algorithm: "plot_performance_box"
11235   output-file-type: ".html"
11236   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11237   data: "plot-vpp-throughput-latency-3n-hsw"
11238   filter: "'NIC_Intel-X520-DA2' and
11239            '64B' and
11240            'ENCAP' and
11241            'NDRPDR' and
11242            '2T2C' and
11243            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11244            not 'DOT1Q' and
11245            not 'VHOST' and
11246            not 'IPSECHW'"
11247   parameters:
11248   - "throughput"
11249   - "parent"
11250   - "tags"
11251   sort:
11252   - "L2BDMACLRN"
11253   - "L2XCFWD"
11254   - "LISP"
11255   traces:
11256     hoverinfo: "x+y"
11257     boxpoints: "outliers"
11258     whiskerwidth: 0
11259   layout:
11260     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11261     layout: "plot-throughput"
11262
11263 -
11264   type: "plot"
11265   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11266   algorithm: "plot_performance_box"
11267   output-file-type: ".html"
11268   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11269   data: "plot-vpp-throughput-latency-3n-hsw"
11270   filter: "'NIC_Intel-X520-DA2' and
11271            '64B' and
11272            'ENCAP' and
11273            'NDRPDR' and
11274            '1T1C' and
11275            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11276            not 'DOT1Q' and
11277            not 'VHOST' and
11278            not 'IPSECHW'"
11279   parameters:
11280   - "throughput"
11281   - "parent"
11282   - "tags"
11283   sort:
11284   - "L2BDMACLRN"
11285   - "L2XCFWD"
11286   - "LISP"
11287   traces:
11288     hoverinfo: "x+y"
11289     boxpoints: "outliers"
11290     whiskerwidth: 0
11291   layout:
11292     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11293     layout: "plot-throughput"
11294
11295 -
11296   type: "plot"
11297   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11298   algorithm: "plot_performance_box"
11299   output-file-type: ".html"
11300   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11301   data: "plot-vpp-throughput-latency-3n-hsw"
11302   filter: "'NIC_Intel-X520-DA2' and
11303            '64B' and
11304            'ENCAP' and
11305            'NDRPDR' and
11306            '2T2C' and
11307            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11308            not 'DOT1Q' and
11309            not 'VHOST' and
11310            not 'IPSECHW'"
11311   parameters:
11312   - "throughput"
11313   - "parent"
11314   - "tags"
11315   sort:
11316   - "L2BDMACLRN"
11317   - "L2XCFWD"
11318   - "LISP"
11319   traces:
11320     hoverinfo: "x+y"
11321     boxpoints: "outliers"
11322     whiskerwidth: 0
11323   layout:
11324     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11325     layout: "plot-throughput"
11326
11327 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11328 -
11329   type: "plot"
11330   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11331   algorithm: "plot_performance_box"
11332   output-file-type: ".html"
11333   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11334   data: "plot-vpp-throughput-latency-3n-hsw"
11335   filter: "'NIC_Intel-X710' and
11336            '64B' and
11337            'ENCAP' and
11338            'NDRPDR' and
11339            '1T1C' and
11340            ('VXLAN' or 'LISP') and
11341            not 'VHOST' and
11342            not 'IPSECHW'"
11343   parameters:
11344   - "throughput"
11345   - "parent"
11346   - "tags"
11347   sort:
11348   - "LISP"
11349   - "VXLAN_1"
11350   - "VXLAN_10"
11351   - "VXLAN_100"
11352   - "VXLAN_1000"
11353   traces:
11354     hoverinfo: "x+y"
11355     boxpoints: "outliers"
11356     whiskerwidth: 0
11357   layout:
11358     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11359     layout: "plot-throughput"
11360
11361 -
11362   type: "plot"
11363   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11364   algorithm: "plot_performance_box"
11365   output-file-type: ".html"
11366   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11367   data: "plot-vpp-throughput-latency-3n-hsw"
11368   filter: "'NIC_Intel-X710' and
11369            '64B' and
11370            'ENCAP' and
11371            'NDRPDR' and
11372            '1T1C' and
11373            ('VXLAN' or 'LISP') and
11374            not 'VHOST' and
11375            not 'IPSECHW'"
11376   parameters:
11377   - "throughput"
11378   - "parent"
11379   - "tags"
11380   sort:
11381   - "LISP"
11382   - "VXLAN_1"
11383   - "VXLAN_10"
11384   - "VXLAN_100"
11385   - "VXLAN_1000"
11386   traces:
11387     hoverinfo: "x+y"
11388     boxpoints: "outliers"
11389     whiskerwidth: 0
11390   layout:
11391     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11392     layout: "plot-throughput"
11393
11394 -
11395   type: "plot"
11396   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11397   algorithm: "plot_performance_box"
11398   output-file-type: ".html"
11399   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11400   data: "plot-vpp-throughput-latency-3n-hsw"
11401   filter: "'NIC_Intel-X710' and
11402            '64B' and
11403            'ENCAP' and
11404            'NDRPDR' and
11405            '2T2C' and
11406            ('VXLAN' or 'LISP') and
11407            not 'VHOST' and
11408            not 'IPSECHW'"
11409   parameters:
11410   - "throughput"
11411   - "parent"
11412   - "tags"
11413   sort:
11414   - "LISP"
11415   - "VXLAN_1"
11416   - "VXLAN_10"
11417   - "VXLAN_100"
11418   - "VXLAN_1000"
11419   traces:
11420     hoverinfo: "x+y"
11421     boxpoints: "outliers"
11422     whiskerwidth: 0
11423   layout:
11424     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11425     layout: "plot-throughput"
11426
11427 -
11428   type: "plot"
11429   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11430   algorithm: "plot_performance_box"
11431   output-file-type: ".html"
11432   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11433   data: "plot-vpp-throughput-latency-3n-hsw"
11434   filter: "'NIC_Intel-X710' and
11435            '64B' and
11436            'ENCAP' and
11437            'NDRPDR' and
11438            '2T2C' and
11439            ('VXLAN' or 'LISP') and
11440            not 'VHOST' and
11441            not 'IPSECHW'"
11442   parameters:
11443   - "throughput"
11444   - "parent"
11445   - "tags"
11446   sort:
11447   - "LISP"
11448   - "VXLAN_1"
11449   - "VXLAN_10"
11450   - "VXLAN_100"
11451   - "VXLAN_1000"
11452   traces:
11453     hoverinfo: "x+y"
11454     boxpoints: "outliers"
11455     whiskerwidth: 0
11456   layout:
11457     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11458     layout: "plot-throughput"
11459
11460 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11461 -
11462   type: "plot"
11463   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11464   algorithm: "plot_performance_box"
11465   output-file-type: ".html"
11466   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11467   data: "plot-vpp-throughput-latency-3n-hsw"
11468   filter: "'NIC_Intel-X710' and
11469            '64B' and
11470            'ENCAP' and
11471            'NDRPDR' and
11472            '1T1C' and
11473            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11474            not 'DOT1Q' and
11475            not 'VHOST' and
11476            not 'IPSECHW'"
11477   parameters:
11478   - "throughput"
11479   - "parent"
11480   - "tags"
11481   sort:
11482   - "L2BDMACLRN"
11483   - "L2XCFWD"
11484   - "LISP"
11485   traces:
11486     hoverinfo: "x+y"
11487     boxpoints: "outliers"
11488     whiskerwidth: 0
11489   layout:
11490     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11491     layout: "plot-throughput"
11492
11493 -
11494   type: "plot"
11495   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11496   algorithm: "plot_performance_box"
11497   output-file-type: ".html"
11498   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11499   data: "plot-vpp-throughput-latency-3n-hsw"
11500   filter: "'NIC_Intel-X710' and
11501            '64B' and
11502            'ENCAP' and
11503            'NDRPDR' and
11504            '2T2C' and
11505            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11506            not 'DOT1Q' and
11507            not 'VHOST' and
11508            not 'IPSECHW'"
11509   parameters:
11510   - "throughput"
11511   - "parent"
11512   - "tags"
11513   sort:
11514   - "L2BDMACLRN"
11515   - "L2XCFWD"
11516   - "LISP"
11517   traces:
11518     hoverinfo: "x+y"
11519     boxpoints: "outliers"
11520     whiskerwidth: 0
11521   layout:
11522     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11523     layout: "plot-throughput"
11524
11525 -
11526   type: "plot"
11527   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11528   algorithm: "plot_performance_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11531   data: "plot-vpp-throughput-latency-3n-hsw"
11532   filter: "'NIC_Intel-X710' and
11533            '64B' and
11534            'ENCAP' and
11535            'NDRPDR' and
11536            '1T1C' and
11537            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11538            not 'DOT1Q' and
11539            not 'VHOST' and
11540            not 'IPSECHW'"
11541   parameters:
11542   - "throughput"
11543   - "parent"
11544   - "tags"
11545   sort:
11546   - "L2BDMACLRN"
11547   - "L2XCFWD"
11548   - "LISP"
11549   traces:
11550     hoverinfo: "x+y"
11551     boxpoints: "outliers"
11552     whiskerwidth: 0
11553   layout:
11554     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11555     layout: "plot-throughput"
11556
11557 -
11558   type: "plot"
11559   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11560   algorithm: "plot_performance_box"
11561   output-file-type: ".html"
11562   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11563   data: "plot-vpp-throughput-latency-3n-hsw"
11564   filter: "'NIC_Intel-X710' and
11565            '64B' and
11566            'ENCAP' and
11567            'NDRPDR' and
11568            '2T2C' and
11569            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11570            not 'DOT1Q' and
11571            not 'VHOST' and
11572            not 'IPSECHW'"
11573   parameters:
11574   - "throughput"
11575   - "parent"
11576   - "tags"
11577   sort:
11578   - "L2BDMACLRN"
11579   - "L2XCFWD"
11580   - "LISP"
11581   traces:
11582     hoverinfo: "x+y"
11583     boxpoints: "outliers"
11584     whiskerwidth: 0
11585   layout:
11586     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11587     layout: "plot-throughput"
11588
11589 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11590 -
11591   type: "plot"
11592   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11593   algorithm: "plot_performance_box"
11594   output-file-type: ".html"
11595   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11596   data: "plot-vpp-throughput-latency-3n-skx"
11597   filter: "'NIC_Intel-X710' and
11598            '64B' and
11599            'ENCAP' and
11600            'NDRPDR' and
11601            '2T1C' and
11602            ('VXLAN' or 'LISP') and
11603            not 'VHOST' and
11604            not 'IPSECHW'"
11605   parameters:
11606   - "throughput"
11607   - "parent"
11608   - "tags"
11609   sort:
11610   - "LISP"
11611   - "VXLAN_1"
11612   - "VXLAN_10"
11613   - "VXLAN_100"
11614   - "VXLAN_1000"
11615   traces:
11616     hoverinfo: "x+y"
11617     boxpoints: "outliers"
11618     whiskerwidth: 0
11619   layout:
11620     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11621     layout: "plot-throughput"
11622
11623 -
11624   type: "plot"
11625   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11626   algorithm: "plot_performance_box"
11627   output-file-type: ".html"
11628   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11629   data: "plot-vpp-throughput-latency-3n-skx"
11630   filter: "'NIC_Intel-X710' and
11631            '64B' and
11632            'ENCAP' and
11633            'NDRPDR' and
11634            '2T1C' and
11635            ('VXLAN' or 'LISP') and
11636            not 'VHOST' and
11637            not 'IPSECHW'"
11638   parameters:
11639   - "throughput"
11640   - "parent"
11641   - "tags"
11642   sort:
11643   - "LISP"
11644   - "VXLAN_1"
11645   - "VXLAN_10"
11646   - "VXLAN_100"
11647   - "VXLAN_1000"
11648   traces:
11649     hoverinfo: "x+y"
11650     boxpoints: "outliers"
11651     whiskerwidth: 0
11652   layout:
11653     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11654     layout: "plot-throughput"
11655
11656 -
11657   type: "plot"
11658   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11659   algorithm: "plot_performance_box"
11660   output-file-type: ".html"
11661   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11662   data: "plot-vpp-throughput-latency-3n-skx"
11663   filter: "'NIC_Intel-X710' and
11664            '64B' and
11665            'ENCAP' and
11666            'NDRPDR' and
11667            '4T2C' and
11668            ('VXLAN' or 'LISP') and
11669            not 'VHOST' and
11670            not 'IPSECHW'"
11671   parameters:
11672   - "throughput"
11673   - "parent"
11674   - "tags"
11675   sort:
11676   - "LISP"
11677   - "VXLAN_1"
11678   - "VXLAN_10"
11679   - "VXLAN_100"
11680   - "VXLAN_1000"
11681   traces:
11682     hoverinfo: "x+y"
11683     boxpoints: "outliers"
11684     whiskerwidth: 0
11685   layout:
11686     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11687     layout: "plot-throughput"
11688
11689 -
11690   type: "plot"
11691   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11692   algorithm: "plot_performance_box"
11693   output-file-type: ".html"
11694   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11695   data: "plot-vpp-throughput-latency-3n-skx"
11696   filter: "'NIC_Intel-X710' and
11697            '64B' and
11698            'ENCAP' and
11699            'NDRPDR' and
11700            '4T2C' and
11701            ('VXLAN' or 'LISP') and
11702            not 'VHOST' and
11703            not 'IPSECHW'"
11704   parameters:
11705   - "throughput"
11706   - "parent"
11707   - "tags"
11708   sort:
11709   - "LISP"
11710   - "VXLAN_1"
11711   - "VXLAN_10"
11712   - "VXLAN_100"
11713   - "VXLAN_1000"
11714   traces:
11715     hoverinfo: "x+y"
11716     boxpoints: "outliers"
11717     whiskerwidth: 0
11718   layout:
11719     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11720     layout: "plot-throughput"
11721
11722 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11723 -
11724   type: "plot"
11725   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11726   algorithm: "plot_performance_box"
11727   output-file-type: ".html"
11728   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11729   data: "plot-vpp-throughput-latency-3n-skx"
11730   filter: "'NIC_Intel-X710' and
11731            '64B' and
11732            'ENCAP' and
11733            'NDRPDR' and
11734            '2T1C' and
11735            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11736            not 'DOT1Q' and
11737            not 'VHOST' and
11738            not 'IPSECHW'"
11739   parameters:
11740   - "throughput"
11741   - "parent"
11742   - "tags"
11743   sort:
11744   - "L2BDMACLRN"
11745   - "L2XCFWD"
11746   - "LISP"
11747   traces:
11748     hoverinfo: "x+y"
11749     boxpoints: "outliers"
11750     whiskerwidth: 0
11751   layout:
11752     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11753     layout: "plot-throughput"
11754
11755 -
11756   type: "plot"
11757   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11758   algorithm: "plot_performance_box"
11759   output-file-type: ".html"
11760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11761   data: "plot-vpp-throughput-latency-3n-skx"
11762   filter: "'NIC_Intel-X710' and
11763            '64B' and
11764            'ENCAP' and
11765            'NDRPDR' and
11766            '4T2C' and
11767            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11768            not 'DOT1Q' and
11769            not 'VHOST' and
11770            not 'IPSECHW'"
11771   parameters:
11772   - "throughput"
11773   - "parent"
11774   - "tags"
11775   sort:
11776   - "L2BDMACLRN"
11777   - "L2XCFWD"
11778   - "LISP"
11779   traces:
11780     hoverinfo: "x+y"
11781     boxpoints: "outliers"
11782     whiskerwidth: 0
11783   layout:
11784     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11785     layout: "plot-throughput"
11786
11787 -
11788   type: "plot"
11789   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11790   algorithm: "plot_performance_box"
11791   output-file-type: ".html"
11792   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11793   data: "plot-vpp-throughput-latency-3n-skx"
11794   filter: "'NIC_Intel-X710' and
11795            '64B' and
11796            'ENCAP' and
11797            'NDRPDR' and
11798            '2T1C' and
11799            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11800            not 'DOT1Q' and
11801            not 'VHOST' and
11802            not 'IPSECHW'"
11803   parameters:
11804   - "throughput"
11805   - "parent"
11806   - "tags"
11807   sort:
11808   - "L2BDMACLRN"
11809   - "L2XCFWD"
11810   - "LISP"
11811   traces:
11812     hoverinfo: "x+y"
11813     boxpoints: "outliers"
11814     whiskerwidth: 0
11815   layout:
11816     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11817     layout: "plot-throughput"
11818
11819 -
11820   type: "plot"
11821   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11822   algorithm: "plot_performance_box"
11823   output-file-type: ".html"
11824   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11825   data: "plot-vpp-throughput-latency-3n-skx"
11826   filter: "'NIC_Intel-X710' and
11827            '64B' and
11828            'ENCAP' and
11829            'NDRPDR' and
11830            '4T2C' and
11831            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11832            not 'DOT1Q' and
11833            not 'VHOST' and
11834            not 'IPSECHW'"
11835   parameters:
11836   - "throughput"
11837   - "parent"
11838   - "tags"
11839   sort:
11840   - "L2BDMACLRN"
11841   - "L2XCFWD"
11842   - "LISP"
11843   traces:
11844     hoverinfo: "x+y"
11845     boxpoints: "outliers"
11846     whiskerwidth: 0
11847   layout:
11848     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11849     layout: "plot-throughput"
11850
11851 ################################################################################
11852
11853 # Packet Throughput - VPP IPv6 3n-hsw-x520
11854 -
11855   type: "plot"
11856   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11857   algorithm: "plot_performance_box"
11858   output-file-type: ".html"
11859   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11860   data: "plot-vpp-throughput-latency-3n-hsw"
11861   filter: "'NIC_Intel-X520-DA2' and
11862            '78B' and
11863            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11864            'NDRPDR' and
11865            '1T1C' and
11866            'IP6FWD' and
11867            not 'SRv6' and
11868            not 'IPSEC' and
11869            not 'VHOST'"
11870   parameters:
11871   - "throughput"
11872   - "parent"
11873   - "tags"
11874   sort:
11875   - "IP6BASE"
11876   - "FIB_20K"
11877   - "FIB_200K"
11878   - "FIB_2M"
11879   traces:
11880     hoverinfo: "x+y"
11881     boxpoints: "outliers"
11882     whiskerwidth: 0
11883   layout:
11884     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11885     layout: "plot-throughput"
11886
11887 -
11888   type: "plot"
11889   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11890   algorithm: "plot_performance_box"
11891   output-file-type: ".html"
11892   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11893   data: "plot-vpp-throughput-latency-3n-hsw"
11894   filter: "'NIC_Intel-X520-DA2' and
11895            '78B' and
11896            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11897            'NDRPDR' and
11898            '1T1C' and
11899            'IP6FWD' and
11900            not 'SRv6' and
11901            not 'IPSEC' and
11902            not 'VHOST'"
11903   parameters:
11904   - "throughput"
11905   - "parent"
11906   - "tags"
11907   sort:
11908   - "IP6BASE"
11909   - "FIB_20K"
11910   - "FIB_200K"
11911   - "FIB_2M"
11912   traces:
11913     hoverinfo: "x+y"
11914     boxpoints: "outliers"
11915     whiskerwidth: 0
11916   layout:
11917     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11918     layout: "plot-throughput"
11919
11920 -
11921   type: "plot"
11922   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11923   algorithm: "plot_performance_box"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11926   data: "plot-vpp-throughput-latency-3n-hsw"
11927   filter: "'NIC_Intel-X520-DA2' and
11928            '78B' and
11929            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11930            'NDRPDR' and
11931            '2T2C' and
11932            'IP6FWD' and
11933            not 'SRv6' and
11934            not 'IPSEC' and
11935            not 'VHOST'"
11936   parameters:
11937   - "throughput"
11938   - "parent"
11939   - "tags"
11940   sort:
11941   - "IP6BASE"
11942   - "FIB_20K"
11943   - "FIB_200K"
11944   - "FIB_2M"
11945   traces:
11946     hoverinfo: "x+y"
11947     boxpoints: "outliers"
11948     whiskerwidth: 0
11949   layout:
11950     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11951     layout: "plot-throughput"
11952
11953 -
11954   type: "plot"
11955   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11956   algorithm: "plot_performance_box"
11957   output-file-type: ".html"
11958   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11959   data: "plot-vpp-throughput-latency-3n-hsw"
11960   filter: "'NIC_Intel-X520-DA2' and
11961            '78B' and
11962            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11963            'NDRPDR' and
11964            '2T2C' and
11965            'IP6FWD' and
11966            not 'SRv6' and
11967            not 'IPSEC' and
11968            not 'VHOST'"
11969   parameters:
11970   - "throughput"
11971   - "parent"
11972   - "tags"
11973   sort:
11974   - "IP6BASE"
11975   - "FIB_20K"
11976   - "FIB_200K"
11977   - "FIB_2M"
11978   traces:
11979     hoverinfo: "x+y"
11980     boxpoints: "outliers"
11981     whiskerwidth: 0
11982   layout:
11983     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11984     layout: "plot-throughput"
11985
11986 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11987 -
11988   type: "plot"
11989   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11990   algorithm: "plot_performance_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11993   data: "plot-vpp-throughput-latency-3n-hsw"
11994   filter: "'NIC_Intel-X520-DA2' and
11995            '78B' and
11996            ('IP6BASE' or
11997             'POLICE_MARK' or
11998             'COPWHLIST' or
11999             'IACLDST') and
12000            'NDRPDR' and
12001            '1T1C' and
12002            'IP6FWD' and
12003            not 'SRv6' and
12004            not 'IPSEC' and
12005            not 'VHOST'"
12006   parameters:
12007   - "throughput"
12008   - "parent"
12009   - "tags"
12010   sort:
12011   - "IP6BASE"
12012   - "POLICE_MARK"
12013   - "COPWHLIST"
12014   - "IACLDST"
12015   traces:
12016     hoverinfo: "x+y"
12017     boxpoints: "outliers"
12018     whiskerwidth: 0
12019   layout:
12020     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12021     layout: "plot-throughput"
12022
12023 -
12024   type: "plot"
12025   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12026   algorithm: "plot_performance_box"
12027   output-file-type: ".html"
12028   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12029   data: "plot-vpp-throughput-latency-3n-hsw"
12030   filter: "'NIC_Intel-X520-DA2' and
12031            '78B' and
12032            ('IP6BASE' or
12033             'POLICE_MARK' or
12034             'COPWHLIST' or
12035             'IACLDST') and
12036            'NDRPDR' and
12037            '2T2C' and
12038            'IP6FWD' and
12039            not 'SRv6' and
12040            not 'IPSEC' and
12041            not 'VHOST'"
12042   parameters:
12043   - "throughput"
12044   - "parent"
12045   - "tags"
12046   sort:
12047   - "IP6BASE"
12048   - "POLICE_MARK"
12049   - "COPWHLIST"
12050   - "IACLDST"
12051   traces:
12052     hoverinfo: "x+y"
12053     boxpoints: "outliers"
12054     whiskerwidth: 0
12055   layout:
12056     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12057     layout: "plot-throughput"
12058
12059 -
12060   type: "plot"
12061   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12062   algorithm: "plot_performance_box"
12063   output-file-type: ".html"
12064   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12065   data: "plot-vpp-throughput-latency-3n-hsw"
12066   filter: "'NIC_Intel-X520-DA2' and
12067            '78B' and
12068            ('IP6BASE' or
12069             'POLICE_MARK' or
12070             'COPWHLIST' or
12071             'IACLDST') and
12072            'NDRPDR' and
12073            '1T1C' and
12074            'IP6FWD' and
12075            not 'SRv6' and
12076            not 'IPSEC' and
12077            not 'VHOST'"
12078   parameters:
12079   - "throughput"
12080   - "parent"
12081   - "tags"
12082   sort:
12083   - "IP6BASE"
12084   - "POLICE_MARK"
12085   - "COPWHLIST"
12086   - "IACLDST"
12087   traces:
12088     hoverinfo: "x+y"
12089     boxpoints: "outliers"
12090     whiskerwidth: 0
12091   layout:
12092     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12093     layout: "plot-throughput"
12094
12095 -
12096   type: "plot"
12097   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12098   algorithm: "plot_performance_box"
12099   output-file-type: ".html"
12100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12101   data: "plot-vpp-throughput-latency-3n-hsw"
12102   filter: "'NIC_Intel-X520-DA2' and
12103            '78B' and
12104            ('IP6BASE' or
12105             'POLICE_MARK' or
12106             'COPWHLIST' or
12107             'IACLDST') and
12108            'NDRPDR' and
12109            '2T2C' and
12110            'IP6FWD' and
12111            not 'SRv6' and
12112            not 'IPSEC' and
12113            not 'VHOST'"
12114   parameters:
12115   - "throughput"
12116   - "parent"
12117   - "tags"
12118   sort:
12119   - "IP6BASE"
12120   - "POLICE_MARK"
12121   - "COPWHLIST"
12122   - "IACLDST"
12123   traces:
12124     hoverinfo: "x+y"
12125     boxpoints: "outliers"
12126     whiskerwidth: 0
12127   layout:
12128     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12129     layout: "plot-throughput"
12130
12131 # Packet Throughput - VPP IPv6 3n-hsw-x710
12132 -
12133   type: "plot"
12134   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12135   algorithm: "plot_performance_box"
12136   output-file-type: ".html"
12137   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12138   data: "plot-vpp-throughput-latency-3n-hsw"
12139   filter: "'NIC_Intel-X710' and
12140            '78B' and
12141            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12142            'NDRPDR' and
12143            '1T1C' and
12144            'IP6FWD' and
12145            not 'SRv6' and
12146            not 'IPSEC' and
12147            not 'VHOST'"
12148   parameters:
12149   - "throughput"
12150   - "parent"
12151   - "tags"
12152   sort:
12153   - "IP6BASE"
12154   - "FIB_20K"
12155   - "FIB_200K"
12156   - "FIB_2M"
12157   traces:
12158     hoverinfo: "x+y"
12159     boxpoints: "outliers"
12160     whiskerwidth: 0
12161   layout:
12162     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12163     layout: "plot-throughput"
12164
12165 -
12166   type: "plot"
12167   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12168   algorithm: "plot_performance_box"
12169   output-file-type: ".html"
12170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12171   data: "plot-vpp-throughput-latency-3n-hsw"
12172   filter: "'NIC_Intel-X710' and
12173            '78B' and
12174            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12175            'NDRPDR' and
12176            '1T1C' and
12177            'IP6FWD' and
12178            not 'SRv6' and
12179            not 'IPSEC' and
12180            not 'VHOST'"
12181   parameters:
12182   - "throughput"
12183   - "parent"
12184   - "tags"
12185   sort:
12186   - "IP6BASE"
12187   - "FIB_20K"
12188   - "FIB_200K"
12189   - "FIB_2M"
12190   traces:
12191     hoverinfo: "x+y"
12192     boxpoints: "outliers"
12193     whiskerwidth: 0
12194   layout:
12195     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12196     layout: "plot-throughput"
12197
12198 -
12199   type: "plot"
12200   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12201   algorithm: "plot_performance_box"
12202   output-file-type: ".html"
12203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12204   data: "plot-vpp-throughput-latency-3n-hsw"
12205   filter: "'NIC_Intel-X710' and
12206            '78B' and
12207            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12208            'NDRPDR' and
12209            '2T2C' and
12210            'IP6FWD' and
12211            not 'SRv6' and
12212            not 'IPSEC' and
12213            not 'VHOST'"
12214   parameters:
12215   - "throughput"
12216   - "parent"
12217   - "tags"
12218   sort:
12219   - "IP6BASE"
12220   - "FIB_20K"
12221   - "FIB_200K"
12222   - "FIB_2M"
12223   traces:
12224     hoverinfo: "x+y"
12225     boxpoints: "outliers"
12226     whiskerwidth: 0
12227   layout:
12228     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12229     layout: "plot-throughput"
12230
12231 -
12232   type: "plot"
12233   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12234   algorithm: "plot_performance_box"
12235   output-file-type: ".html"
12236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12237   data: "plot-vpp-throughput-latency-3n-hsw"
12238   filter: "'NIC_Intel-X710' and
12239            '78B' and
12240            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12241            'NDRPDR' and
12242            '2T2C' and
12243            'IP6FWD' and
12244            not 'SRv6' and
12245            not 'IPSEC' and
12246            not 'VHOST'"
12247   parameters:
12248   - "throughput"
12249   - "parent"
12250   - "tags"
12251   sort:
12252   - "IP6BASE"
12253   - "FIB_20K"
12254   - "FIB_200K"
12255   - "FIB_2M"
12256   traces:
12257     hoverinfo: "x+y"
12258     boxpoints: "outliers"
12259     whiskerwidth: 0
12260   layout:
12261     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12262     layout: "plot-throughput"
12263
12264 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12265 -
12266   type: "plot"
12267   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12268   algorithm: "plot_performance_box"
12269   output-file-type: ".html"
12270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12271   data: "plot-vpp-throughput-latency-3n-hsw"
12272   filter: "'NIC_Intel-X710' and
12273            '78B' and
12274            ('IP6BASE' or
12275             'POLICE_MARK' or
12276             'COPWHLIST' or
12277             'IACLDST') and
12278            'NDRPDR' and
12279            '1T1C' and
12280            'IP6FWD' and
12281            not 'SRv6' and
12282            not 'IPSEC' and
12283            not 'VHOST'"
12284   parameters:
12285   - "throughput"
12286   - "parent"
12287   - "tags"
12288   sort:
12289   - "IP6BASE"
12290   - "POLICE_MARK"
12291   - "COPWHLIST"
12292   - "IACLDST"
12293   traces:
12294     hoverinfo: "x+y"
12295     boxpoints: "outliers"
12296     whiskerwidth: 0
12297   layout:
12298     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12299     layout: "plot-throughput"
12300
12301 -
12302   type: "plot"
12303   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12304   algorithm: "plot_performance_box"
12305   output-file-type: ".html"
12306   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12307   data: "plot-vpp-throughput-latency-3n-hsw"
12308   filter: "'NIC_Intel-X710' and
12309            '78B' and
12310            ('IP6BASE' or
12311             'POLICE_MARK' or
12312             'COPWHLIST' or
12313             'IACLDST') and
12314            'NDRPDR' and
12315            '2T2C' and
12316            'IP6FWD' and
12317            not 'SRv6' and
12318            not 'IPSEC' and
12319            not 'VHOST'"
12320   parameters:
12321   - "throughput"
12322   - "parent"
12323   - "tags"
12324   sort:
12325   - "IP6BASE"
12326   - "POLICE_MARK"
12327   - "COPWHLIST"
12328   - "IACLDST"
12329   traces:
12330     hoverinfo: "x+y"
12331     boxpoints: "outliers"
12332     whiskerwidth: 0
12333   layout:
12334     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12335     layout: "plot-throughput"
12336
12337 -
12338   type: "plot"
12339   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12340   algorithm: "plot_performance_box"
12341   output-file-type: ".html"
12342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12343   data: "plot-vpp-throughput-latency-3n-hsw"
12344   filter: "'NIC_Intel-X710' and
12345            '78B' and
12346            ('IP6BASE' or
12347             'POLICE_MARK' or
12348             'COPWHLIST' or
12349             'IACLDST') and
12350            'NDRPDR' and
12351            '1T1C' and
12352            'IP6FWD' and
12353            not 'SRv6' and
12354            not 'IPSEC' and
12355            not 'VHOST'"
12356   parameters:
12357   - "throughput"
12358   - "parent"
12359   - "tags"
12360   sort:
12361   - "IP6BASE"
12362   - "POLICE_MARK"
12363   - "COPWHLIST"
12364   - "IACLDST"
12365   traces:
12366     hoverinfo: "x+y"
12367     boxpoints: "outliers"
12368     whiskerwidth: 0
12369   layout:
12370     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12371     layout: "plot-throughput"
12372
12373 -
12374   type: "plot"
12375   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12376   algorithm: "plot_performance_box"
12377   output-file-type: ".html"
12378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12379   data: "plot-vpp-throughput-latency-3n-hsw"
12380   filter: "'NIC_Intel-X710' and
12381            '78B' and
12382            ('IP6BASE' or
12383             'POLICE_MARK' or
12384             'COPWHLIST' or
12385             'IACLDST') and
12386            'NDRPDR' and
12387            '2T2C' and
12388            'IP6FWD' and
12389            not 'SRv6' and
12390            not 'IPSEC' and
12391            not 'VHOST'"
12392   parameters:
12393   - "throughput"
12394   - "parent"
12395   - "tags"
12396   sort:
12397   - "IP6BASE"
12398   - "POLICE_MARK"
12399   - "COPWHLIST"
12400   - "IACLDST"
12401   traces:
12402     hoverinfo: "x+y"
12403     boxpoints: "outliers"
12404     whiskerwidth: 0
12405   layout:
12406     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12407     layout: "plot-throughput"
12408
12409 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12410 -
12411   type: "plot"
12412   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12413   algorithm: "plot_performance_box"
12414   output-file-type: ".html"
12415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12416   data: "plot-vpp-throughput-latency-3n-hsw"
12417   filter: "'NIC_Intel-XL710' and
12418            '78B' and
12419            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12420            'NDRPDR' and
12421            '1T1C' and
12422            'IP6FWD' and
12423            not 'SRv6' and
12424            not 'IPSEC' and
12425            not 'VHOST'"
12426   parameters:
12427   - "throughput"
12428   - "parent"
12429   - "tags"
12430   sort:
12431   - "IP6BASE"
12432   - "FIB_20K"
12433   - "FIB_200K"
12434   - "FIB_2M"
12435   traces:
12436     hoverinfo: "x+y"
12437     boxpoints: "outliers"
12438     whiskerwidth: 0
12439   layout:
12440     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12441     layout: "plot-throughput"
12442
12443 -
12444   type: "plot"
12445   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12446   algorithm: "plot_performance_box"
12447   output-file-type: ".html"
12448   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12449   data: "plot-vpp-throughput-latency-3n-hsw"
12450   filter: "'NIC_Intel-XL710' and
12451            '78B' and
12452            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12453            'NDRPDR' and
12454            '1T1C' and
12455            'IP6FWD' and
12456            not 'SRv6' and
12457            not 'IPSEC' and
12458            not 'VHOST'"
12459   parameters:
12460   - "throughput"
12461   - "parent"
12462   - "tags"
12463   sort:
12464   - "IP6BASE"
12465   - "FIB_20K"
12466   - "FIB_200K"
12467   - "FIB_2M"
12468   traces:
12469     hoverinfo: "x+y"
12470     boxpoints: "outliers"
12471     whiskerwidth: 0
12472   layout:
12473     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12474     layout: "plot-throughput"
12475
12476 -
12477   type: "plot"
12478   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12479   algorithm: "plot_performance_box"
12480   output-file-type: ".html"
12481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12482   data: "plot-vpp-throughput-latency-3n-hsw"
12483   filter: "'NIC_Intel-XL710' and
12484            '78B' and
12485            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12486            'NDRPDR' and
12487            '2T2C' and
12488            'IP6FWD' and
12489            not 'SRv6' and
12490            not 'IPSEC' and
12491            not 'VHOST'"
12492   parameters:
12493   - "throughput"
12494   - "parent"
12495   - "tags"
12496   sort:
12497   - "IP6BASE"
12498   - "FIB_20K"
12499   - "FIB_200K"
12500   - "FIB_2M"
12501   traces:
12502     hoverinfo: "x+y"
12503     boxpoints: "outliers"
12504     whiskerwidth: 0
12505   layout:
12506     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12507     layout: "plot-throughput"
12508
12509 -
12510   type: "plot"
12511   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12512   algorithm: "plot_performance_box"
12513   output-file-type: ".html"
12514   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12515   data: "plot-vpp-throughput-latency-3n-hsw"
12516   filter: "'NIC_Intel-XL710' and
12517            '78B' and
12518            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12519            'NDRPDR' and
12520            '2T2C' and
12521            'IP6FWD' and
12522            not 'SRv6' and
12523            not 'IPSEC' and
12524            not 'VHOST'"
12525   parameters:
12526   - "throughput"
12527   - "parent"
12528   - "tags"
12529   sort:
12530   - "IP6BASE"
12531   - "FIB_20K"
12532   - "FIB_200K"
12533   - "FIB_2M"
12534   traces:
12535     hoverinfo: "x+y"
12536     boxpoints: "outliers"
12537     whiskerwidth: 0
12538   layout:
12539     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12540     layout: "plot-throughput"
12541
12542 # Packet Throughput - VPP IPv6 3n-skx-x710
12543 -
12544   type: "plot"
12545   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12546   algorithm: "plot_performance_box"
12547   output-file-type: ".html"
12548   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12549   data: "plot-vpp-throughput-latency-3n-skx"
12550   filter: "'NIC_Intel-X710' and
12551            '78B' and
12552            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12553            'NDRPDR' and
12554            '2T1C' and
12555            'IP6FWD' and
12556            not 'SRv6' and
12557            not 'IPSEC' and
12558            not 'VHOST'"
12559   parameters:
12560   - "throughput"
12561   - "parent"
12562   - "tags"
12563   sort:
12564   - "IP6BASE"
12565   - "FIB_20k"
12566   - "FIB_200k"
12567   - "FIB_2M"
12568   traces:
12569     hoverinfo: "x+y"
12570     boxpoints: "outliers"
12571     whiskerwidth: 0
12572   layout:
12573     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12574     layout: "plot-throughput"
12575
12576 -
12577   type: "plot"
12578   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12579   algorithm: "plot_performance_box"
12580   output-file-type: ".html"
12581   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12582   data: "plot-vpp-throughput-latency-3n-skx"
12583   filter: "'NIC_Intel-X710' and
12584            '78B' and
12585            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12586            'NDRPDR' and
12587            '2T1C' and
12588            'IP6FWD' and
12589            not 'SRv6' and
12590            not 'IPSEC' and
12591            not 'VHOST'"
12592   parameters:
12593   - "throughput"
12594   - "parent"
12595   - "tags"
12596   sort:
12597   - "IP6BASE"
12598   - "FIB_20k"
12599   - "FIB_200k"
12600   - "FIB_2M"
12601   traces:
12602     hoverinfo: "x+y"
12603     boxpoints: "outliers"
12604     whiskerwidth: 0
12605   layout:
12606     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12607     layout: "plot-throughput"
12608
12609 -
12610   type: "plot"
12611   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12612   algorithm: "plot_performance_box"
12613   output-file-type: ".html"
12614   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12615   data: "plot-vpp-throughput-latency-3n-skx"
12616   filter: "'NIC_Intel-X710' and
12617            '78B' and
12618            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12619            'NDRPDR' and
12620            '4T2C' and
12621            'IP6FWD' and
12622            not 'SRv6' and
12623            not 'IPSEC' and
12624            not 'VHOST'"
12625   parameters:
12626   - "throughput"
12627   - "parent"
12628   - "tags"
12629   sort:
12630   - "IP6BASE"
12631   - "FIB_20k"
12632   - "FIB_200k"
12633   - "FIB_2M"
12634   traces:
12635     hoverinfo: "x+y"
12636     boxpoints: "outliers"
12637     whiskerwidth: 0
12638   layout:
12639     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12640     layout: "plot-throughput"
12641
12642 -
12643   type: "plot"
12644   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12645   algorithm: "plot_performance_box"
12646   output-file-type: ".html"
12647   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12648   data: "plot-vpp-throughput-latency-3n-skx"
12649   filter: "'NIC_Intel-X710' and
12650            '78B' and
12651            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12652            'NDRPDR' and
12653            '4T2C' and
12654            'IP6FWD' and
12655            not 'SRv6' and
12656            not 'IPSEC' and
12657            not 'VHOST'"
12658   parameters:
12659   - "throughput"
12660   - "parent"
12661   - "tags"
12662   sort:
12663   - "IP6BASE"
12664   - "FIB_20k"
12665   - "FIB_200k"
12666   - "FIB_2M"
12667   traces:
12668     hoverinfo: "x+y"
12669     boxpoints: "outliers"
12670     whiskerwidth: 0
12671   layout:
12672     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12673     layout: "plot-throughput"
12674
12675 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12676 -
12677   type: "plot"
12678   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12679   algorithm: "plot_performance_box"
12680   output-file-type: ".html"
12681   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12682   data: "plot-vpp-throughput-latency-3n-skx"
12683   filter: "'NIC_Intel-X710' and
12684            '78B' and
12685            ('IP6BASE' or
12686             'POLICE_MARK' or
12687             'COPWHLIST' or
12688             'IACLDST') and
12689            'NDRPDR' and
12690            '2T1C' and
12691            'IP6FWD' and
12692            not 'SRv6' and
12693            not 'IPSEC' and
12694            not 'VHOST'"
12695   parameters:
12696   - "throughput"
12697   - "parent"
12698   - "tags"
12699   sort:
12700   - "IP6BASE"
12701   - "POLICE_MARK"
12702   - "COPWHLIST"
12703   - "IACLDST"
12704   traces:
12705     hoverinfo: "x+y"
12706     boxpoints: "outliers"
12707     whiskerwidth: 0
12708   layout:
12709     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12710     layout: "plot-throughput"
12711
12712 -
12713   type: "plot"
12714   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12715   algorithm: "plot_performance_box"
12716   output-file-type: ".html"
12717   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12718   data: "plot-vpp-throughput-latency-3n-skx"
12719   filter: "'NIC_Intel-X710' and
12720            '78B' and
12721            ('IP6BASE' or
12722             'POLICE_MARK' or
12723             'COPWHLIST' or
12724             'IACLDST') and
12725            'NDRPDR' and
12726            '4T2C' and
12727            'IP6FWD' and
12728            not 'SRv6' and
12729            not 'IPSEC' and
12730            not 'VHOST'"
12731   parameters:
12732   - "throughput"
12733   - "parent"
12734   - "tags"
12735   sort:
12736   - "IP6BASE"
12737   - "POLICE_MARK"
12738   - "COPWHLIST"
12739   - "IACLDST"
12740   traces:
12741     hoverinfo: "x+y"
12742     boxpoints: "outliers"
12743     whiskerwidth: 0
12744   layout:
12745     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12746     layout: "plot-throughput"
12747
12748 -
12749   type: "plot"
12750   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12751   algorithm: "plot_performance_box"
12752   output-file-type: ".html"
12753   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12754   data: "plot-vpp-throughput-latency-3n-skx"
12755   filter: "'NIC_Intel-X710' and
12756            '78B' and
12757            ('IP6BASE' or
12758             'POLICE_MARK' or
12759             'COPWHLIST' or
12760             'IACLDST') and
12761            'NDRPDR' and
12762            '2T1C' and
12763            'IP6FWD' and
12764            not 'SRv6' and
12765            not 'IPSEC' and
12766            not 'VHOST'"
12767   parameters:
12768   - "throughput"
12769   - "parent"
12770   - "tags"
12771   sort:
12772   - "IP6BASE"
12773   - "POLICE_MARK"
12774   - "COPWHLIST"
12775   - "IACLDST"
12776   traces:
12777     hoverinfo: "x+y"
12778     boxpoints: "outliers"
12779     whiskerwidth: 0
12780   layout:
12781     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12782     layout: "plot-throughput"
12783
12784 -
12785   type: "plot"
12786   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12787   algorithm: "plot_performance_box"
12788   output-file-type: ".html"
12789   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12790   data: "plot-vpp-throughput-latency-3n-skx"
12791   filter: "'NIC_Intel-X710' and
12792            '78B' and
12793            ('IP6BASE' or
12794             'POLICE_MARK' or
12795             'COPWHLIST' or
12796             'IACLDST') and
12797            'NDRPDR' and
12798            '4T2C' and
12799            'IP6FWD' and
12800            not 'SRv6' and
12801            not 'IPSEC' and
12802            not 'VHOST'"
12803   parameters:
12804   - "throughput"
12805   - "parent"
12806   - "tags"
12807   sort:
12808   - "IP6BASE"
12809   - "POLICE_MARK"
12810   - "COPWHLIST"
12811   - "IACLDST"
12812   traces:
12813     hoverinfo: "x+y"
12814     boxpoints: "outliers"
12815     whiskerwidth: 0
12816   layout:
12817     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12818     layout: "plot-throughput"
12819
12820 # Packet Throughput - VPP IPv6 2n-skx-x710
12821 -
12822   type: "plot"
12823   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12824   algorithm: "plot_performance_box"
12825   output-file-type: ".html"
12826   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12827   data: "plot-vpp-throughput-latency-2n-skx"
12828   filter: "'NIC_Intel-X710' and
12829            '78B' and
12830            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12831            'NDRPDR' and
12832            '2T1C' and
12833            'IP6FWD' and
12834            not 'SRv6' and
12835            not 'IPSEC' and
12836            not 'VHOST'"
12837   parameters:
12838   - "throughput"
12839   - "parent"
12840   - "tags"
12841   sort:
12842   - "IP6BASE"
12843   - "FIB_20k"
12844   - "FIB_200k"
12845   - "FIB_2M"
12846   traces:
12847     hoverinfo: "x+y"
12848     boxpoints: "outliers"
12849     whiskerwidth: 0
12850   layout:
12851     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12852     layout: "plot-throughput"
12853
12854 -
12855   type: "plot"
12856   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12857   algorithm: "plot_performance_box"
12858   output-file-type: ".html"
12859   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12860   data: "plot-vpp-throughput-latency-2n-skx"
12861   filter: "'NIC_Intel-X710' and
12862            '78B' and
12863            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12864            'NDRPDR' and
12865            '2T1C' and
12866            'IP6FWD' and
12867            not 'SRv6' and
12868            not 'IPSEC' and
12869            not 'VHOST'"
12870   parameters:
12871   - "throughput"
12872   - "parent"
12873   - "tags"
12874   sort:
12875   - "IP6BASE"
12876   - "FIB_20k"
12877   - "FIB_200k"
12878   - "FIB_2M"
12879   traces:
12880     hoverinfo: "x+y"
12881     boxpoints: "outliers"
12882     whiskerwidth: 0
12883   layout:
12884     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12885     layout: "plot-throughput"
12886
12887 -
12888   type: "plot"
12889   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12890   algorithm: "plot_performance_box"
12891   output-file-type: ".html"
12892   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12893   data: "plot-vpp-throughput-latency-2n-skx"
12894   filter: "'NIC_Intel-X710' and
12895            '78B' and
12896            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12897            'NDRPDR' and
12898            '4T2C' and
12899            'IP6FWD' and
12900            not 'SRv6' and
12901            not 'IPSEC' and
12902            not 'VHOST'"
12903   parameters:
12904   - "throughput"
12905   - "parent"
12906   - "tags"
12907   sort:
12908   - "IP6BASE"
12909   - "FIB_20k"
12910   - "FIB_200k"
12911   - "FIB_2M"
12912   traces:
12913     hoverinfo: "x+y"
12914     boxpoints: "outliers"
12915     whiskerwidth: 0
12916   layout:
12917     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12918     layout: "plot-throughput"
12919
12920 -
12921   type: "plot"
12922   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12923   algorithm: "plot_performance_box"
12924   output-file-type: ".html"
12925   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12926   data: "plot-vpp-throughput-latency-2n-skx"
12927   filter: "'NIC_Intel-X710' and
12928            '78B' and
12929            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12930            'NDRPDR' and
12931            '4T2C' and
12932            'IP6FWD' and
12933            not 'SRv6' and
12934            not 'IPSEC' and
12935            not 'VHOST'"
12936   parameters:
12937   - "throughput"
12938   - "parent"
12939   - "tags"
12940   sort:
12941   - "IP6BASE"
12942   - "FIB_20k"
12943   - "FIB_200k"
12944   - "FIB_2M"
12945   traces:
12946     hoverinfo: "x+y"
12947     boxpoints: "outliers"
12948     whiskerwidth: 0
12949   layout:
12950     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12951     layout: "plot-throughput"
12952
12953 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12954 -
12955   type: "plot"
12956   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12957   algorithm: "plot_performance_box"
12958   output-file-type: ".html"
12959   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12960   data: "plot-vpp-throughput-latency-2n-skx"
12961   filter: "'NIC_Intel-XXV710' and
12962            '78B' and
12963            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12964            'NDRPDR' and
12965            '2T1C' and
12966            'IP6FWD' and
12967            not 'SRv6' and
12968            not 'IPSEC' and
12969            not 'VHOST'"
12970   parameters:
12971   - "throughput"
12972   - "parent"
12973   - "tags"
12974   sort:
12975   - "IP6BASE"
12976   - "FIB_20k"
12977   - "FIB_200k"
12978   - "FIB_2M"
12979   traces:
12980     hoverinfo: "x+y"
12981     boxpoints: "outliers"
12982     whiskerwidth: 0
12983   layout:
12984     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12985     layout: "plot-throughput"
12986
12987 -
12988   type: "plot"
12989   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12990   algorithm: "plot_performance_box"
12991   output-file-type: ".html"
12992   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12993   data: "plot-vpp-throughput-latency-2n-skx"
12994   filter: "'NIC_Intel-XXV710' and
12995            '78B' and
12996            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12997            'NDRPDR' and
12998            '2T1C' and
12999            'IP6FWD' and
13000            not 'SRv6' and
13001            not 'IPSEC' and
13002            not 'VHOST'"
13003   parameters:
13004   - "throughput"
13005   - "parent"
13006   - "tags"
13007   sort:
13008   - "IP6BASE"
13009   - "FIB_20k"
13010   - "FIB_200k"
13011   - "FIB_2M"
13012   traces:
13013     hoverinfo: "x+y"
13014     boxpoints: "outliers"
13015     whiskerwidth: 0
13016   layout:
13017     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13018     layout: "plot-throughput"
13019
13020 -
13021   type: "plot"
13022   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13023   algorithm: "plot_performance_box"
13024   output-file-type: ".html"
13025   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13026   data: "plot-vpp-throughput-latency-2n-skx"
13027   filter: "'NIC_Intel-XXV710' and
13028            '78B' and
13029            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13030            'NDRPDR' and
13031            '4T2C' and
13032            'IP6FWD' and
13033            not 'SRv6' and
13034            not 'IPSEC' and
13035            not 'VHOST'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   sort:
13041   - "IP6BASE"
13042   - "FIB_20k"
13043   - "FIB_200k"
13044   - "FIB_2M"
13045   traces:
13046     hoverinfo: "x+y"
13047     boxpoints: "outliers"
13048     whiskerwidth: 0
13049   layout:
13050     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13051     layout: "plot-throughput"
13052
13053 -
13054   type: "plot"
13055   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13056   algorithm: "plot_performance_box"
13057   output-file-type: ".html"
13058   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13059   data: "plot-vpp-throughput-latency-2n-skx"
13060   filter: "'NIC_Intel-XXV710' and
13061            '78B' and
13062            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13063            'NDRPDR' and
13064            '4T2C' and
13065            'IP6FWD' and
13066            not 'SRv6' and
13067            not 'IPSEC' and
13068            not 'VHOST'"
13069   parameters:
13070   - "throughput"
13071   - "parent"
13072   - "tags"
13073   sort:
13074   - "IP6BASE"
13075   - "FIB_20k"
13076   - "FIB_200k"
13077   - "FIB_2M"
13078   traces:
13079     hoverinfo: "x+y"
13080     boxpoints: "outliers"
13081     whiskerwidth: 0
13082   layout:
13083     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13084     layout: "plot-throughput"
13085
13086 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13087 -
13088   type: "plot"
13089   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13090   algorithm: "plot_performance_box"
13091   output-file-type: ".html"
13092   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13093   data: "intel-dnv-vpp"
13094   filter: "'NIC_Intel-X553' and
13095            '78B' and
13096            'IP6BASE' and
13097            'NDRPDR' and
13098            '1T1C' and
13099            'IP6FWD' and
13100            not 'SRv6' and
13101            not 'IPSEC' and
13102            not 'VHOST'"
13103   parameters:
13104   - "throughput"
13105   - "parent"
13106   - "tags"
13107   sort:
13108   - "IP6BASE"
13109   traces:
13110     hoverinfo: "x+y"
13111     boxpoints: "outliers"
13112     whiskerwidth: 0
13113   layout:
13114     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13115     layout: "plot-throughput"
13116
13117 -
13118   type: "plot"
13119   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13120   algorithm: "plot_performance_box"
13121   output-file-type: ".html"
13122   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13123   data: "intel-dnv-vpp"
13124   filter: "'NIC_Intel-X553' and
13125            '78B' and
13126            'IP6BASE' and
13127            'NDRPDR' and
13128            '1T1C' and
13129            'IP6FWD' and
13130            not 'SRv6' and
13131            not 'IPSEC' and
13132            not 'VHOST'"
13133   parameters:
13134   - "throughput"
13135   - "parent"
13136   - "tags"
13137   sort:
13138   - "IP6BASE"
13139   traces:
13140     hoverinfo: "x+y"
13141     boxpoints: "outliers"
13142     whiskerwidth: 0
13143   layout:
13144     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13145     layout: "plot-throughput"
13146
13147 -
13148   type: "plot"
13149   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13150   algorithm: "plot_performance_box"
13151   output-file-type: ".html"
13152   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13153   data: "intel-dnv-vpp"
13154   filter: "'NIC_Intel-X553' and
13155            '78B' and
13156            'IP6BASE' and
13157            'NDRPDR' and
13158            '2T2C' and
13159            'IP6FWD' and
13160            not 'SRv6' and
13161            not 'IPSEC' and
13162            not 'VHOST'"
13163   parameters:
13164   - "throughput"
13165   - "parent"
13166   - "tags"
13167   sort:
13168   - "IP6BASE"
13169   traces:
13170     hoverinfo: "x+y"
13171     boxpoints: "outliers"
13172     whiskerwidth: 0
13173   layout:
13174     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13175     layout: "plot-throughput"
13176
13177 -
13178   type: "plot"
13179   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13180   algorithm: "plot_performance_box"
13181   output-file-type: ".html"
13182   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13183   data: "intel-dnv-vpp"
13184   filter: "'NIC_Intel-X553' and
13185            '78B' and
13186            'IP6BASE' and
13187            'NDRPDR' and
13188            '2T2C' and
13189            'IP6FWD' and
13190            not 'SRv6' and
13191            not 'IPSEC' and
13192            not 'VHOST'"
13193   parameters:
13194   - "throughput"
13195   - "parent"
13196   - "tags"
13197   sort:
13198   - "IP6BASE"
13199   traces:
13200     hoverinfo: "x+y"
13201     boxpoints: "outliers"
13202     whiskerwidth: 0
13203   layout:
13204     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13205     layout: "plot-throughput"
13206
13207 ################################################################################
13208
13209 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13210 -
13211   type: "plot"
13212   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13213   algorithm: "plot_performance_box"
13214   output-file-type: ".html"
13215   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13216   data: "plot-vpp-throughput-latency-3n-hsw"
13217   filter: "'NIC_Intel-X520-DA2' and
13218            '78B' and
13219            'ENCAP' and
13220            'NDRPDR' and
13221            '1T1C' and
13222            'LISP' and
13223            not 'VHOST'"
13224   parameters:
13225   - "throughput"
13226   - "parent"
13227   - "tags"
13228   sort:
13229   - "IP4UNRLAY"
13230   - "IP6UNRLAY"
13231   traces:
13232     hoverinfo: "x+y"
13233     boxpoints: "outliers"
13234     whiskerwidth: 0
13235   layout:
13236     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13237     layout: "plot-throughput"
13238
13239 -
13240   type: "plot"
13241   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13242   algorithm: "plot_performance_box"
13243   output-file-type: ".html"
13244   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13245   data: "plot-vpp-throughput-latency-3n-hsw"
13246   filter: "'NIC_Intel-X520-DA2' and
13247            '78B' and
13248            'ENCAP' and
13249            'NDRPDR' and
13250            '1T1C' and
13251            'LISP' and
13252            not 'VHOST'"
13253   parameters:
13254   - "throughput"
13255   - "parent"
13256   - "tags"
13257   sort:
13258   - "IP4UNRLAY"
13259   - "IP6UNRLAY"
13260   traces:
13261     hoverinfo: "x+y"
13262     boxpoints: "outliers"
13263     whiskerwidth: 0
13264   layout:
13265     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13266     layout: "plot-throughput"
13267
13268 -
13269   type: "plot"
13270   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13271   algorithm: "plot_performance_box"
13272   output-file-type: ".html"
13273   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13274   data: "plot-vpp-throughput-latency-3n-hsw"
13275   filter: "'NIC_Intel-X520-DA2' and
13276            '78B' and
13277            'ENCAP' and
13278            'NDRPDR' and
13279            '2T2C' and
13280            'LISP' and
13281            not 'VHOST'"
13282   parameters:
13283   - "throughput"
13284   - "parent"
13285   - "tags"
13286   sort:
13287   - "IP4UNRLAY"
13288   - "IP6UNRLAY"
13289   traces:
13290     hoverinfo: "x+y"
13291     boxpoints: "outliers"
13292     whiskerwidth: 0
13293   layout:
13294     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13295     layout: "plot-throughput"
13296
13297 -
13298   type: "plot"
13299   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13300   algorithm: "plot_performance_box"
13301   output-file-type: ".html"
13302   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13303   data: "plot-vpp-throughput-latency-3n-hsw"
13304   filter: "'NIC_Intel-X520-DA2' and
13305            '78B' and
13306            'ENCAP' and
13307            'NDRPDR' and
13308            '2T2C' and
13309            'LISP' and
13310            not 'VHOST'"
13311   parameters:
13312   - "throughput"
13313   - "parent"
13314   - "tags"
13315   sort:
13316   - "IP4UNRLAY"
13317   - "IP6UNRLAY"
13318   traces:
13319     hoverinfo: "x+y"
13320     boxpoints: "outliers"
13321     whiskerwidth: 0
13322   layout:
13323     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13324     layout: "plot-throughput"
13325
13326 ################################################################################
13327
13328 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13329 -
13330   type: "plot"
13331   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13332   algorithm: "plot_performance_box"
13333   output-file-type: ".html"
13334   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13335   data: "plot-vpp-throughput-latency-3n-hsw"
13336   filter: "'NIC_Intel-XL710' and
13337            '64B' and
13338            'IP4FWD' and
13339            'NDRPDR' and
13340            'BASE' and
13341            '1T1C' and
13342            'IPSECHW' and
13343            ('IPSECTRAN' or 'IPSECTUN') and
13344            not 'VHOST'"
13345   parameters:
13346   - "throughput"
13347   - "parent"
13348   - "tags"
13349   traces:
13350     hoverinfo: "x+y"
13351     boxpoints: "outliers"
13352     whiskerwidth: 0
13353   layout:
13354     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13355     layout: "plot-throughput"
13356
13357 -
13358   type: "plot"
13359   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13360   algorithm: "plot_performance_box"
13361   output-file-type: ".html"
13362   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13363   data: "plot-vpp-throughput-latency-3n-hsw"
13364   filter: "'NIC_Intel-XL710' and
13365            '64B' and
13366            'IP4FWD' and
13367            'NDRPDR' and
13368            'BASE' and
13369            '1T1C' and
13370            'IPSECHW' and
13371            ('IPSECTRAN' or 'IPSECTUN') and
13372            not 'VHOST'"
13373   parameters:
13374   - "throughput"
13375   - "parent"
13376   - "tags"
13377   traces:
13378     hoverinfo: "x+y"
13379     boxpoints: "outliers"
13380     whiskerwidth: 0
13381   layout:
13382     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13383     layout: "plot-throughput"
13384
13385 -
13386   type: "plot"
13387   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13388   algorithm: "plot_performance_box"
13389   output-file-type: ".html"
13390   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13391   data: "plot-vpp-throughput-latency-3n-hsw"
13392   filter: "'NIC_Intel-XL710' and
13393            '64B' and
13394            'IP4FWD' and
13395            'NDRPDR' and
13396            'BASE' and
13397            '2T2C' and
13398            'IPSECHW' and
13399            ('IPSECTRAN' or 'IPSECTUN') and
13400            not 'VHOST'"
13401   parameters:
13402   - "throughput"
13403   - "parent"
13404   - "tags"
13405   traces:
13406     hoverinfo: "x+y"
13407     boxpoints: "outliers"
13408     whiskerwidth: 0
13409   layout:
13410     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13411     layout: "plot-throughput"
13412
13413 -
13414   type: "plot"
13415   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13416   algorithm: "plot_performance_box"
13417   output-file-type: ".html"
13418   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13419   data: "plot-vpp-throughput-latency-3n-hsw"
13420   filter: "'NIC_Intel-XL710' and
13421            '64B' and
13422            'IP4FWD' and
13423            'NDRPDR' and
13424            'BASE' and
13425            '2T2C' and
13426            'IPSECHW' and
13427            ('IPSECTRAN' or 'IPSECTUN') and
13428            not 'VHOST'"
13429   parameters:
13430   - "throughput"
13431   - "parent"
13432   - "tags"
13433   traces:
13434     hoverinfo: "x+y"
13435     boxpoints: "outliers"
13436     whiskerwidth: 0
13437   layout:
13438     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13439     layout: "plot-throughput"
13440
13441 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13442 -
13443   type: "plot"
13444   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13445   algorithm: "plot_performance_box"
13446   output-file-type: ".html"
13447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13448   data: "plot-vpp-throughput-latency-3n-hsw"
13449   filter: "'NIC_Intel-XL710' and
13450            '64B' and
13451            'IP4FWD' and
13452            'NDRPDR' and
13453            'SCALE' and
13454            '1T1C' and
13455            'IPSECHW' and
13456            ('IPSECTRAN' or 'IPSECTUN') and
13457            not 'VHOST'"
13458   parameters:
13459   - "throughput"
13460   - "parent"
13461   - "tags"
13462   traces:
13463     hoverinfo: "x+y"
13464     boxpoints: "outliers"
13465     whiskerwidth: 0
13466   layout:
13467     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13468     layout: "plot-throughput"
13469
13470 -
13471   type: "plot"
13472   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13473   algorithm: "plot_performance_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13476   data: "plot-vpp-throughput-latency-3n-hsw"
13477   filter: "'NIC_Intel-XL710' and
13478            '64B' and
13479            'IP4FWD' and
13480            'NDRPDR' and
13481            'SCALE' and
13482            '1T1C' and
13483            'IPSECHW' and
13484            ('IPSECTRAN' or 'IPSECTUN') and
13485            not 'VHOST'"
13486   parameters:
13487   - "throughput"
13488   - "parent"
13489   - "tags"
13490   traces:
13491     hoverinfo: "x+y"
13492     boxpoints: "outliers"
13493     whiskerwidth: 0
13494   layout:
13495     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13496     layout: "plot-throughput"
13497
13498 -
13499   type: "plot"
13500   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13501   algorithm: "plot_performance_box"
13502   output-file-type: ".html"
13503   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13504   data: "plot-vpp-throughput-latency-3n-hsw"
13505   filter: "'NIC_Intel-XL710' and
13506            '64B' and
13507            'IP4FWD' and
13508            'NDRPDR' and
13509            'SCALE' and
13510            '2T2C' and
13511            'IPSECHW' and
13512            ('IPSECTRAN' or 'IPSECTUN') and
13513            not 'VHOST'"
13514   parameters:
13515   - "throughput"
13516   - "parent"
13517   - "tags"
13518   traces:
13519     hoverinfo: "x+y"
13520     boxpoints: "outliers"
13521     whiskerwidth: 0
13522   layout:
13523     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13524     layout: "plot-throughput"
13525
13526 -
13527   type: "plot"
13528   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13529   algorithm: "plot_performance_box"
13530   output-file-type: ".html"
13531   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13532   data: "plot-vpp-throughput-latency-3n-hsw"
13533   filter: "'NIC_Intel-XL710' and
13534            '64B' and
13535            'IP4FWD' and
13536            'NDRPDR' and
13537            'SCALE' and
13538            '2T2C' and
13539            'IPSECHW' and
13540            ('IPSECTRAN' or 'IPSECTUN') and
13541            not 'VHOST'"
13542   parameters:
13543   - "throughput"
13544   - "parent"
13545   - "tags"
13546   traces:
13547     hoverinfo: "x+y"
13548     boxpoints: "outliers"
13549     whiskerwidth: 0
13550   layout:
13551     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13552     layout: "plot-throughput"
13553
13554 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13555 -
13556   type: "plot"
13557   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13558   algorithm: "plot_performance_box"
13559   output-file-type: ".html"
13560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13561   data: "plot-vpp-throughput-latency-3n-hsw"
13562   filter: "'NIC_Intel-XL710' and
13563            '64B' and
13564            'IP4FWD' and
13565            'NDRPDR' and
13566            '1T1C' and
13567            'IPSECSW' and
13568            ('IPSECTRAN' or 'IPSECTUN') and
13569            not 'VHOST'"
13570   parameters:
13571   - "throughput"
13572   - "parent"
13573   - "tags"
13574   traces:
13575     hoverinfo: "x+y"
13576     boxpoints: "outliers"
13577     whiskerwidth: 0
13578   layout:
13579     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13580     layout: "plot-throughput"
13581
13582 -
13583   type: "plot"
13584   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13585   algorithm: "plot_performance_box"
13586   output-file-type: ".html"
13587   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13588   data: "plot-vpp-throughput-latency-3n-hsw"
13589   filter: "'NIC_Intel-XL710' and
13590            '64B' and
13591            'IP4FWD' and
13592            'NDRPDR' and
13593            '1T1C' and
13594            'IPSECSW' and
13595            ('IPSECTRAN' or 'IPSECTUN') and
13596            not 'VHOST'"
13597   parameters:
13598   - "throughput"
13599   - "parent"
13600   - "tags"
13601   traces:
13602     hoverinfo: "x+y"
13603     boxpoints: "outliers"
13604     whiskerwidth: 0
13605   layout:
13606     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13607     layout: "plot-throughput"
13608
13609 -
13610   type: "plot"
13611   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13612   algorithm: "plot_performance_box"
13613   output-file-type: ".html"
13614   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13615   data: "plot-vpp-throughput-latency-3n-hsw"
13616   filter: "'NIC_Intel-XL710' and
13617            '64B' and
13618            'IP4FWD' and
13619            'NDRPDR' and
13620            '2T2C' and
13621            'IPSECSW' and
13622            ('IPSECTRAN' or 'IPSECTUN') and
13623            not 'VHOST'"
13624   parameters:
13625   - "throughput"
13626   - "parent"
13627   - "tags"
13628   traces:
13629     hoverinfo: "x+y"
13630     boxpoints: "outliers"
13631     whiskerwidth: 0
13632   layout:
13633     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13634     layout: "plot-throughput"
13635
13636 -
13637   type: "plot"
13638   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13639   algorithm: "plot_performance_box"
13640   output-file-type: ".html"
13641   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13642   data: "plot-vpp-throughput-latency-3n-hsw"
13643   filter: "'NIC_Intel-XL710' and
13644            '64B' and
13645            'IP4FWD' and
13646            'NDRPDR' and
13647            '2T2C' and
13648            'IPSECSW' and
13649            ('IPSECTRAN' or 'IPSECTUN') and
13650            not 'VHOST'"
13651   parameters:
13652   - "throughput"
13653   - "parent"
13654   - "tags"
13655   traces:
13656     hoverinfo: "x+y"
13657     boxpoints: "outliers"
13658     whiskerwidth: 0
13659   layout:
13660     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13661     layout: "plot-throughput"
13662
13663 ################################################################################
13664
13665 # Packet Throughput - VPP SRv6 3n-hsw-x520
13666 -
13667   type: "plot"
13668   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13669   algorithm: "plot_performance_box"
13670   output-file-type: ".html"
13671   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13672   data: "plot-vpp-throughput-latency-3n-hsw"
13673   filter: "'NIC_Intel-X520-DA2' and
13674            '78B' and
13675            'FEATURE' and
13676            'NDRPDR' and
13677            '1T1C' and
13678            'IP6FWD' and
13679            'SRv6'"
13680   parameters:
13681   - "throughput"
13682   - "parent"
13683   - "tags"
13684   traces:
13685     hoverinfo: "x+y"
13686     boxpoints: "outliers"
13687     whiskerwidth: 0
13688   layout:
13689     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13690     layout: "plot-throughput"
13691
13692 -
13693   type: "plot"
13694   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13695   algorithm: "plot_performance_box"
13696   output-file-type: ".html"
13697   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13698   data: "plot-vpp-throughput-latency-3n-hsw"
13699   filter: "'NIC_Intel-X520-DA2' and
13700            '78B' and
13701            'FEATURE' and
13702            'NDRPDR' and
13703            '1T1C' and
13704            'IP6FWD' and
13705            'SRv6'"
13706   parameters:
13707   - "throughput"
13708   - "parent"
13709   - "tags"
13710   traces:
13711     hoverinfo: "x+y"
13712     boxpoints: "outliers"
13713     whiskerwidth: 0
13714   layout:
13715     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13716     layout: "plot-throughput"
13717
13718 -
13719   type: "plot"
13720   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13721   algorithm: "plot_performance_box"
13722   output-file-type: ".html"
13723   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13724   data: "plot-vpp-throughput-latency-3n-hsw"
13725   filter: "'NIC_Intel-X520-DA2' and
13726            '78B' and
13727            'FEATURE' and
13728            'NDRPDR' and
13729            '2T2C' and
13730            'IP6FWD' and
13731            'SRv6'"
13732   parameters:
13733   - "throughput"
13734   - "parent"
13735   - "tags"
13736   traces:
13737     hoverinfo: "x+y"
13738     boxpoints: "outliers"
13739     whiskerwidth: 0
13740   layout:
13741     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13742     layout: "plot-throughput"
13743
13744 -
13745   type: "plot"
13746   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13747   algorithm: "plot_performance_box"
13748   output-file-type: ".html"
13749   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13750   data: "plot-vpp-throughput-latency-3n-hsw"
13751   filter: "'NIC_Intel-X520-DA2' and
13752            '78B' and
13753            'FEATURE' and
13754            'NDRPDR' and
13755            '2T2C' and
13756            'IP6FWD' and
13757            'SRv6'"
13758   parameters:
13759   - "throughput"
13760   - "parent"
13761   - "tags"
13762   traces:
13763     hoverinfo: "x+y"
13764     boxpoints: "outliers"
13765     whiskerwidth: 0
13766   layout:
13767     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13768     layout: "plot-throughput"
13769
13770 ################################################################################
13771
13772 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13773 -
13774   type: "plot"
13775   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13776   algorithm: "plot_performance_box"
13777   output-file-type: ".html"
13778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13779   data: "plot-vpp-throughput-latency-3n-hsw"
13780   filter: "'NIC_Intel-X520-DA2' and
13781            '64B' and
13782            'NDRPDR' and
13783            'ETH' and
13784            'IP4FWD' and
13785            '1T1C' and
13786            'VHOST_1024' and
13787            not 'VXLAN' and
13788            not 'DOT1Q'"
13789   parameters:
13790   - "throughput"
13791   - "parent"
13792   - "tags"
13793   sort:
13794   - "not CFS_OPT"
13795   - "1VM"
13796   - "2VM"
13797   traces:
13798     hoverinfo: "x+y"
13799     boxpoints: "outliers"
13800     whiskerwidth: 0
13801   layout:
13802     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13803     layout: "plot-throughput"
13804
13805 -
13806   type: "plot"
13807   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13808   algorithm: "plot_performance_box"
13809   output-file-type: ".html"
13810   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13811   data: "plot-vpp-throughput-latency-3n-hsw"
13812   filter: "'NIC_Intel-X520-DA2' and
13813            '64B' and
13814            'NDRPDR' and
13815            'ETH' and
13816            'IP4FWD' and
13817            '2T2C' and
13818            'VHOST_1024' and
13819            not 'VXLAN' and
13820            not 'DOT1Q'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825   sort:
13826   - "not CFS_OPT"
13827   - "1VM"
13828   - "2VM"
13829   traces:
13830     hoverinfo: "x+y"
13831     boxpoints: "outliers"
13832     whiskerwidth: 0
13833   layout:
13834     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13835     layout: "plot-throughput"
13836
13837 -
13838   type: "plot"
13839   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13840   algorithm: "plot_performance_box"
13841   output-file-type: ".html"
13842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13843   data: "plot-vpp-throughput-latency-3n-hsw"
13844   filter: "'NIC_Intel-X520-DA2' and
13845            '64B' and
13846            'NDRPDR' and
13847            'ETH' and
13848            'IP4FWD' and
13849            '1T1C' and
13850            'VHOST_1024' and
13851            not 'VXLAN' and
13852            not 'DOT1Q'"
13853   parameters:
13854   - "throughput"
13855   - "parent"
13856   - "tags"
13857   sort:
13858   - "not CFS_OPT"
13859   - "1VM"
13860   - "2VM"
13861   traces:
13862     hoverinfo: "x+y"
13863     boxpoints: "outliers"
13864     whiskerwidth: 0
13865   layout:
13866     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13867     layout: "plot-throughput"
13868
13869 -
13870   type: "plot"
13871   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13872   algorithm: "plot_performance_box"
13873   output-file-type: ".html"
13874   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13875   data: "plot-vpp-throughput-latency-3n-hsw"
13876   filter: "'NIC_Intel-X520-DA2' and
13877            '64B' and
13878            'NDRPDR' and
13879            'ETH' and
13880            'IP4FWD' and
13881            '2T2C' and
13882            'VHOST_1024' and
13883            not 'VXLAN' and
13884            not 'DOT1Q'"
13885   parameters:
13886   - "throughput"
13887   - "parent"
13888   - "tags"
13889   sort:
13890   - "not CFS_OPT"
13891   - "1VM"
13892   - "2VM"
13893   traces:
13894     hoverinfo: "x+y"
13895     boxpoints: "outliers"
13896     whiskerwidth: 0
13897   layout:
13898     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13899     layout: "plot-throughput"
13900
13901 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13902 -
13903   type: "plot"
13904   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13905   algorithm: "plot_performance_box"
13906   output-file-type: ".html"
13907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13908   data: "plot-vpp-throughput-latency-3n-hsw"
13909   filter: "'NIC_Intel-X520-DA2' and
13910            '64B' and
13911            'NDRPDR' and
13912            ('ETH' or 'DOT1Q') and
13913            '1T1C' and
13914            'L2BDMACLRN' and
13915            'VHOST_1024' and
13916            not 'VXLAN' and
13917            not 'IP4FWD' and
13918            not '2VM'"
13919   parameters:
13920   - "throughput"
13921   - "parent"
13922   - "tags"
13923 #  sort:
13924 #  - "VM"  # "not CFS_OPT"
13925 #  - "CFS_OPT"
13926 #  - "FIB_10K"
13927 #  - "FIB_100K"
13928 #  - "FIB_1M"
13929   traces:
13930     hoverinfo: "x+y"
13931     boxpoints: "outliers"
13932     whiskerwidth: 0
13933   layout:
13934     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13935     layout: "plot-throughput"
13936
13937 -
13938   type: "plot"
13939   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13940   algorithm: "plot_performance_box"
13941   output-file-type: ".html"
13942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13943   data: "plot-vpp-throughput-latency-3n-hsw"
13944   filter: "'NIC_Intel-X520-DA2' and
13945            '64B' and
13946            'NDRPDR' and
13947            ('ETH' or 'DOT1Q') and
13948            '2T2C' and
13949            'L2BDMACLRN' and
13950            'VHOST_1024' and
13951            not 'VXLAN' and
13952            not 'IP4FWD' and
13953            not '2VM'"
13954   parameters:
13955   - "throughput"
13956   - "parent"
13957   - "tags"
13958 #  sort:
13959 #  - "VM"  # "not CFS_OPT"
13960 #  - "CFS_OPT"
13961 #  - "FIB_10K"
13962 #  - "FIB_100K"
13963 #  - "FIB_1M"
13964   traces:
13965     hoverinfo: "x+y"
13966     boxpoints: "outliers"
13967     whiskerwidth: 0
13968   layout:
13969     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13970     layout: "plot-throughput"
13971
13972 -
13973   type: "plot"
13974   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13975   algorithm: "plot_performance_box"
13976   output-file-type: ".html"
13977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13978   data: "plot-vpp-throughput-latency-3n-hsw"
13979   filter: "'NIC_Intel-X520-DA2' and
13980            '64B' and
13981            'NDRPDR' and
13982            ('ETH' or 'DOT1Q') and
13983            '1T1C' and
13984            'L2BDMACLRN' and
13985            'VHOST_1024' and
13986            not 'VXLAN' and
13987            not 'IP4FWD' and
13988            not '2VM'"
13989   parameters:
13990   - "throughput"
13991   - "parent"
13992   - "tags"
13993 #  sort:
13994 #  - "VM"  # "not CFS_OPT"
13995 #  - "CFS_OPT"
13996 #  - "FIB_10K"
13997 #  - "FIB_100K"
13998 #  - "FIB_1M"
13999   traces:
14000     hoverinfo: "x+y"
14001     boxpoints: "outliers"
14002     whiskerwidth: 0
14003   layout:
14004     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14005     layout: "plot-throughput"
14006
14007 -
14008   type: "plot"
14009   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14010   algorithm: "plot_performance_box"
14011   output-file-type: ".html"
14012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14013   data: "plot-vpp-throughput-latency-3n-hsw"
14014   filter: "'NIC_Intel-X520-DA2' and
14015            '64B' and
14016            'NDRPDR' and
14017            ('ETH' or 'DOT1Q') and
14018            '2T2C' and
14019            'L2BDMACLRN' and
14020            'VHOST_1024' and
14021            not 'VXLAN' and
14022            not 'IP4FWD' and
14023            not '2VM'"
14024   parameters:
14025   - "throughput"
14026   - "parent"
14027   - "tags"
14028 #  sort:
14029 #  - "VM"  # "not CFS_OPT"
14030 #  - "CFS_OPT"
14031 #  - "FIB_10K"
14032 #  - "FIB_100K"
14033 #  - "FIB_1M"
14034   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14040     layout: "plot-throughput"
14041
14042 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14043 -
14044   type: "plot"
14045   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14046   algorithm: "plot_performance_box"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14049   data: "plot-vpp-throughput-latency-3n-hsw"
14050   filter: "'NIC_Intel-X520-DA2' and
14051            '64B' and
14052            'NDRPDR' and
14053            ('ETH' or 'DOT1Q') and
14054            'BASE' and
14055            '1T1C' and
14056            ('L2BDMACLRN' or 'L2XCFWD') and
14057            'VHOST_1024' and
14058            not 'VXLAN' and
14059            not 'IP4FWD' and
14060            not '2VM'"
14061   parameters:
14062   - "throughput"
14063   - "parent"
14064   - "tags"
14065 #  sort:
14066 #  - "not CFS_OPT"
14067 #  - "L2XCFWD"
14068 #  - "not CFS_OPT"
14069 #  - "CFS_OPT"
14070   traces:
14071     hoverinfo: "x+y"
14072     boxpoints: "outliers"
14073     whiskerwidth: 0
14074   layout:
14075     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14076     layout: "plot-throughput"
14077
14078 -
14079   type: "plot"
14080   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14081   algorithm: "plot_performance_box"
14082   output-file-type: ".html"
14083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14084   data: "plot-vpp-throughput-latency-3n-hsw"
14085   filter: "'NIC_Intel-X520-DA2' and
14086            '64B' and
14087            'NDRPDR' and
14088            ('ETH' or 'DOT1Q') and
14089            'BASE' and
14090            '1T1C' and
14091            ('L2BDMACLRN' or 'L2XCFWD') and
14092            'VHOST_1024' and
14093            not 'VXLAN' and
14094            not 'IP4FWD' and
14095            not '2VM'"
14096   parameters:
14097   - "throughput"
14098   - "parent"
14099   - "tags"
14100 #  sort:
14101 #  - "not CFS_OPT"
14102 #  - "L2XCFWD"
14103 #  - "not CFS_OPT"
14104 #  - "CFS_OPT"
14105   traces:
14106     hoverinfo: "x+y"
14107     boxpoints: "outliers"
14108     whiskerwidth: 0
14109   layout:
14110     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14111     layout: "plot-throughput"
14112
14113 -
14114   type: "plot"
14115   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14116   algorithm: "plot_performance_box"
14117   output-file-type: ".html"
14118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14119   data: "plot-vpp-throughput-latency-3n-hsw"
14120   filter: "'NIC_Intel-X520-DA2' and
14121            '64B' and
14122            'NDRPDR' and
14123            ('ETH' or 'DOT1Q') and
14124            'BASE' and
14125            '2T2C' and
14126            ('L2BDMACLRN' or 'L2XCFWD') and
14127            'VHOST_1024' and
14128            not 'VXLAN' and
14129            not 'IP4FWD' and
14130            not '2VM'"
14131   parameters:
14132   - "throughput"
14133   - "parent"
14134   - "tags"
14135 #  sort:
14136 #  - "not CFS_OPT"
14137 #  - "L2XCFWD"
14138 #  - "not CFS_OPT"
14139 #  - "CFS_OPT"
14140   traces:
14141     hoverinfo: "x+y"
14142     boxpoints: "outliers"
14143     whiskerwidth: 0
14144   layout:
14145     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14146     layout: "plot-throughput"
14147
14148 -
14149   type: "plot"
14150   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14151   algorithm: "plot_performance_box"
14152   output-file-type: ".html"
14153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14154   data: "plot-vpp-throughput-latency-3n-hsw"
14155   filter: "'NIC_Intel-X520-DA2' and
14156            '64B' and
14157            'NDRPDR' and
14158            ('ETH' or 'DOT1Q') and
14159            'BASE' and
14160            '2T2C' and
14161            ('L2BDMACLRN' or 'L2XCFWD') and
14162            'VHOST_1024' and
14163            not 'VXLAN' and
14164            not 'IP4FWD' and
14165            not '2VM'"
14166   parameters:
14167   - "throughput"
14168   - "parent"
14169   - "tags"
14170 #  sort:
14171 #  - "not CFS_OPT"
14172 #  - "L2XCFWD"
14173 #  - "not CFS_OPT"
14174 #  - "CFS_OPT"
14175   traces:
14176     hoverinfo: "x+y"
14177     boxpoints: "outliers"
14178     whiskerwidth: 0
14179   layout:
14180     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14181     layout: "plot-throughput"
14182
14183 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14184 -
14185   type: "plot"
14186   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14187   algorithm: "plot_performance_box"
14188   output-file-type: ".html"
14189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14190   data: "plot-vpp-throughput-latency-3n-hsw"
14191   filter: "'NIC_Intel-X520-DA2' and
14192            '64B' and
14193            'NDRPDR' and
14194            ('ETH' or 'DOT1Q') and
14195            '1T1C' and
14196            ('L2BDMACLRN' or 'L2XCFWD') and
14197            'VHOST_1024' and
14198            not 'CFS_OPT' and
14199            not 'VXLAN' and
14200            not 'IP4FWD' and
14201            not 'LBOND'"
14202   parameters:
14203   - "throughput"
14204   - "parent"
14205   - "tags"
14206 #  sort:
14207 #  - "1VM"
14208 #  - "L2XCFWD"
14209 #  - "1VM"
14210 #  - "L2BDMACLRN"
14211   traces:
14212     hoverinfo: "x+y"
14213     boxpoints: "outliers"
14214     whiskerwidth: 0
14215   layout:
14216     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14217     layout: "plot-throughput"
14218
14219 -
14220   type: "plot"
14221   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14222   algorithm: "plot_performance_box"
14223   output-file-type: ".html"
14224   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14225   data: "plot-vpp-throughput-latency-3n-hsw"
14226   filter: "'NIC_Intel-X520-DA2' and
14227            '64B' and
14228            'NDRPDR' and
14229            ('ETH' or 'DOT1Q') and
14230            '1T1C' and
14231            ('L2BDMACLRN' or 'L2XCFWD') and
14232            'VHOST_1024' and
14233            not 'CFS_OPT' and
14234            not 'VXLAN' and
14235            not 'IP4FWD' and
14236            not 'LBOND'"
14237   parameters:
14238   - "throughput"
14239   - "parent"
14240   - "tags"
14241 #  sort:
14242 #  - "1VM"
14243 #  - "L2XCFWD"
14244 #  - "1VM"
14245 #  - "L2BDMACLRN"
14246   traces:
14247     hoverinfo: "x+y"
14248     boxpoints: "outliers"
14249     whiskerwidth: 0
14250   layout:
14251     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14252     layout: "plot-throughput"
14253
14254 -
14255   type: "plot"
14256   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14257   algorithm: "plot_performance_box"
14258   output-file-type: ".html"
14259   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14260   data: "plot-vpp-throughput-latency-3n-hsw"
14261   filter: "'NIC_Intel-X520-DA2' and
14262            '64B' and
14263            'NDRPDR' and
14264            ('ETH' or 'DOT1Q') and
14265            '2T2C' and
14266            ('L2BDMACLRN' or 'L2XCFWD') and
14267            'VHOST_1024' and
14268            not 'CFS_OPT' and
14269            not 'VXLAN' and
14270            not 'IP4FWD' and
14271            not 'LBOND'"
14272   parameters:
14273   - "throughput"
14274   - "parent"
14275   - "tags"
14276 #  sort:
14277 #  - "1VM"
14278 #  - "L2XCFWD"
14279 #  - "1VM"
14280 #  - "L2BDMACLRN"
14281   traces:
14282     hoverinfo: "x+y"
14283     boxpoints: "outliers"
14284     whiskerwidth: 0
14285   layout:
14286     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14287     layout: "plot-throughput"
14288
14289 -
14290   type: "plot"
14291   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14292   algorithm: "plot_performance_box"
14293   output-file-type: ".html"
14294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14295   data: "plot-vpp-throughput-latency-3n-hsw"
14296   filter: "'NIC_Intel-X520-DA2' and
14297            '64B' and
14298            'NDRPDR' and
14299            ('ETH' or 'DOT1Q') and
14300            '2T2C' and
14301            ('L2BDMACLRN' or 'L2XCFWD') and
14302            'VHOST_1024' and
14303            not 'CFS_OPT' and
14304            not 'VXLAN' and
14305            not 'IP4FWD' and
14306            not 'LBOND'"
14307   parameters:
14308   - "throughput"
14309   - "parent"
14310   - "tags"
14311 #  sort:
14312 #  - "1VM"
14313 #  - "L2XCFWD"
14314 #  - "1VM"
14315 #  - "L2BDMACLRN"
14316   traces:
14317     hoverinfo: "x+y"
14318     boxpoints: "outliers"
14319     whiskerwidth: 0
14320   layout:
14321     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14322     layout: "plot-throughput"
14323
14324 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14325 -
14326   type: "plot"
14327   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14328   algorithm: "plot_performance_box"
14329   output-file-type: ".html"
14330   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14331   data: "plot-vpp-throughput-latency-3n-hsw"
14332   filter: "'NIC_Intel-X710' and
14333            '64B' and
14334            'NDRPDR' and
14335            'ETH' and
14336            'IP4FWD' and
14337            '1T1C' and
14338            'VHOST_1024' and
14339            not 'VXLAN' and
14340            not 'DOT1Q'"
14341   parameters:
14342   - "throughput"
14343   - "parent"
14344   - "tags"
14345   sort:
14346   - "not CFS_OPT"
14347   - "1VM"
14348   - "2VM"
14349   traces:
14350     hoverinfo: "x+y"
14351     boxpoints: "outliers"
14352     whiskerwidth: 0
14353   layout:
14354     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14355     layout: "plot-throughput"
14356
14357 -
14358   type: "plot"
14359   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14360   algorithm: "plot_performance_box"
14361   output-file-type: ".html"
14362   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14363   data: "plot-vpp-throughput-latency-3n-hsw"
14364   filter: "'NIC_Intel-X710' and
14365            '64B' and
14366            'NDRPDR' and
14367            'ETH' and
14368            'IP4FWD' and
14369            '2T2C' and
14370            'VHOST_1024' and
14371            not 'VXLAN' and
14372            not 'DOT1Q'"
14373   parameters:
14374   - "throughput"
14375   - "parent"
14376   - "tags"
14377   sort:
14378   - "not CFS_OPT"
14379   - "1VM"
14380   - "2VM"
14381   traces:
14382     hoverinfo: "x+y"
14383     boxpoints: "outliers"
14384     whiskerwidth: 0
14385   layout:
14386     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14387     layout: "plot-throughput"
14388
14389 -
14390   type: "plot"
14391   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14392   algorithm: "plot_performance_box"
14393   output-file-type: ".html"
14394   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14395   data: "plot-vpp-throughput-latency-3n-hsw"
14396   filter: "'NIC_Intel-X710' and
14397            '64B' and
14398            'NDRPDR' and
14399            'ETH' and
14400            'IP4FWD' and
14401            '1T1C' and
14402            'VHOST_1024' and
14403            not 'VXLAN' and
14404            not 'DOT1Q'"
14405   parameters:
14406   - "throughput"
14407   - "parent"
14408   - "tags"
14409   sort:
14410   - "not CFS_OPT"
14411   - "1VM"
14412   - "2VM"
14413   traces:
14414     hoverinfo: "x+y"
14415     boxpoints: "outliers"
14416     whiskerwidth: 0
14417   layout:
14418     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14419     layout: "plot-throughput"
14420
14421 -
14422   type: "plot"
14423   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14424   algorithm: "plot_performance_box"
14425   output-file-type: ".html"
14426   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14427   data: "plot-vpp-throughput-latency-3n-hsw"
14428   filter: "'NIC_Intel-X710' and
14429            '64B' and
14430            'NDRPDR' and
14431            'ETH' and
14432            'IP4FWD' and
14433            '2T2C' and
14434            'VHOST_1024' and
14435            not 'VXLAN' and
14436            not 'DOT1Q'"
14437   parameters:
14438   - "throughput"
14439   - "parent"
14440   - "tags"
14441   sort:
14442   - "not CFS_OPT"
14443   - "1VM"
14444   - "2VM"
14445   traces:
14446     hoverinfo: "x+y"
14447     boxpoints: "outliers"
14448     whiskerwidth: 0
14449   layout:
14450     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14451     layout: "plot-throughput"
14452
14453 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14454 -
14455   type: "plot"
14456   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14457   algorithm: "plot_performance_box"
14458   output-file-type: ".html"
14459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14460   data: "plot-vpp-throughput-latency-3n-hsw"
14461   filter: "'NIC_Intel-X710' and
14462            '64B' and
14463            'NDRPDR' and
14464            ('ETH' or 'DOT1Q') and
14465            '1T1C' and
14466            'L2BDMACLRN' and
14467            'VHOST_1024' and
14468            not 'VXLAN' and
14469            not 'IP4FWD' and
14470            not '2VM'"
14471   parameters:
14472   - "throughput"
14473   - "parent"
14474   - "tags"
14475 #  sort:
14476 #  - "VM"  # "not CFS_OPT"
14477 #  - "CFS_OPT"
14478 #  - "FIB_10K"
14479 #  - "FIB_100K"
14480 #  - "FIB_1M"
14481   traces:
14482     hoverinfo: "x+y"
14483     boxpoints: "outliers"
14484     whiskerwidth: 0
14485   layout:
14486     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14487     layout: "plot-throughput"
14488
14489 -
14490   type: "plot"
14491   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14492   algorithm: "plot_performance_box"
14493   output-file-type: ".html"
14494   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14495   data: "plot-vpp-throughput-latency-3n-hsw"
14496   filter: "'NIC_Intel-X710' and
14497            '64B' and
14498            'NDRPDR' and
14499            ('ETH' or 'DOT1Q') and
14500            '2T2C' and
14501            'L2BDMACLRN' and
14502            'VHOST_1024' and
14503            not 'VXLAN' and
14504            not 'IP4FWD' and
14505            not '2VM'"
14506   parameters:
14507   - "throughput"
14508   - "parent"
14509   - "tags"
14510 #  sort:
14511 #  - "VM"  # "not CFS_OPT"
14512 #  - "CFS_OPT"
14513 #  - "FIB_10K"
14514 #  - "FIB_100K"
14515 #  - "FIB_1M"
14516   traces:
14517     hoverinfo: "x+y"
14518     boxpoints: "outliers"
14519     whiskerwidth: 0
14520   layout:
14521     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14522     layout: "plot-throughput"
14523
14524 -
14525   type: "plot"
14526   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14527   algorithm: "plot_performance_box"
14528   output-file-type: ".html"
14529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14530   data: "plot-vpp-throughput-latency-3n-hsw"
14531   filter: "'NIC_Intel-X710' and
14532            '64B' and
14533            'NDRPDR' and
14534            ('ETH' or 'DOT1Q') and
14535            '1T1C' and
14536            'L2BDMACLRN' and
14537            'VHOST_1024' and
14538            not 'VXLAN' and
14539            not 'IP4FWD' and
14540            not '2VM'"
14541   parameters:
14542   - "throughput"
14543   - "parent"
14544   - "tags"
14545 #  sort:
14546 #  - "VM"  # "not CFS_OPT"
14547 #  - "CFS_OPT"
14548 #  - "FIB_10K"
14549 #  - "FIB_100K"
14550 #  - "FIB_1M"
14551   traces:
14552     hoverinfo: "x+y"
14553     boxpoints: "outliers"
14554     whiskerwidth: 0
14555   layout:
14556     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14557     layout: "plot-throughput"
14558
14559 -
14560   type: "plot"
14561   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14562   algorithm: "plot_performance_box"
14563   output-file-type: ".html"
14564   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14565   data: "plot-vpp-throughput-latency-3n-hsw"
14566   filter: "'NIC_Intel-X710' and
14567            '64B' and
14568            'NDRPDR' and
14569            ('ETH' or 'DOT1Q') and
14570            '2T2C' and
14571            'L2BDMACLRN' and
14572            'VHOST_1024' and
14573            not 'VXLAN' and
14574            not 'IP4FWD' and
14575            not '2VM'"
14576   parameters:
14577   - "throughput"
14578   - "parent"
14579   - "tags"
14580 #  sort:
14581 #  - "VM"  # "not CFS_OPT"
14582 #  - "CFS_OPT"
14583 #  - "FIB_10K"
14584 #  - "FIB_100K"
14585 #  - "FIB_1M"
14586   traces:
14587     hoverinfo: "x+y"
14588     boxpoints: "outliers"
14589     whiskerwidth: 0
14590   layout:
14591     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14592     layout: "plot-throughput"
14593
14594 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14595 -
14596   type: "plot"
14597   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14598   algorithm: "plot_performance_box"
14599   output-file-type: ".html"
14600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14601   data: "plot-vpp-throughput-latency-3n-hsw"
14602   filter: "'NIC_Intel-X710' and
14603            '64B' and
14604            'NDRPDR' and
14605            ('ETH' or 'DOT1Q') and
14606            'BASE' and
14607            '1T1C' and
14608            ('L2BDMACLRN' or 'L2XCFWD') and
14609            'VHOST_1024' and
14610            not 'VXLAN' and
14611            not 'IP4FWD' and
14612            not '2VM'"
14613   parameters:
14614   - "throughput"
14615   - "parent"
14616   - "tags"
14617 #  sort:
14618 #  - "not CFS_OPT"
14619 #  - "L2XCFWD"
14620 #  - "not CFS_OPT"
14621 #  - "CFS_OPT"
14622   traces:
14623     hoverinfo: "x+y"
14624     boxpoints: "outliers"
14625     whiskerwidth: 0
14626   layout:
14627     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14628     layout: "plot-throughput"
14629
14630 -
14631   type: "plot"
14632   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14633   algorithm: "plot_performance_box"
14634   output-file-type: ".html"
14635   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14636   data: "plot-vpp-throughput-latency-3n-hsw"
14637   filter: "'NIC_Intel-X710' and
14638            '64B' and
14639            'NDRPDR' and
14640            ('ETH' or 'DOT1Q') and
14641            'BASE' and
14642            '1T1C' and
14643            ('L2BDMACLRN' or 'L2XCFWD') and
14644            'VHOST_1024' and
14645            not 'VXLAN' and
14646            not 'IP4FWD' and
14647            not '2VM'"
14648   parameters:
14649   - "throughput"
14650   - "parent"
14651   - "tags"
14652 #  sort:
14653 #  - "not CFS_OPT"
14654 #  - "L2XCFWD"
14655 #  - "not CFS_OPT"
14656 #  - "CFS_OPT"
14657   traces:
14658     hoverinfo: "x+y"
14659     boxpoints: "outliers"
14660     whiskerwidth: 0
14661   layout:
14662     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14663     layout: "plot-throughput"
14664
14665 -
14666   type: "plot"
14667   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14668   algorithm: "plot_performance_box"
14669   output-file-type: ".html"
14670   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14671   data: "plot-vpp-throughput-latency-3n-hsw"
14672   filter: "'NIC_Intel-X710' and
14673            '64B' and
14674            'NDRPDR' and
14675            ('ETH' or 'DOT1Q') and
14676            'BASE' and
14677            '2T2C' and
14678            ('L2BDMACLRN' or 'L2XCFWD') and
14679            'VHOST_1024' and
14680            not 'VXLAN' and
14681            not 'IP4FWD' and
14682            not '2VM'"
14683   parameters:
14684   - "throughput"
14685   - "parent"
14686   - "tags"
14687 #  sort:
14688 #  - "not CFS_OPT"
14689 #  - "L2XCFWD"
14690 #  - "not CFS_OPT"
14691 #  - "CFS_OPT"
14692   traces:
14693     hoverinfo: "x+y"
14694     boxpoints: "outliers"
14695     whiskerwidth: 0
14696   layout:
14697     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14698     layout: "plot-throughput"
14699
14700 -
14701   type: "plot"
14702   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14703   algorithm: "plot_performance_box"
14704   output-file-type: ".html"
14705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14706   data: "plot-vpp-throughput-latency-3n-hsw"
14707   filter: "'NIC_Intel-X710' and
14708            '64B' and
14709            'NDRPDR' and
14710            ('ETH' or 'DOT1Q') and
14711            'BASE' and
14712            '2T2C' and
14713            ('L2BDMACLRN' or 'L2XCFWD') and
14714            'VHOST_1024' and
14715            not 'VXLAN' and
14716            not 'IP4FWD' and
14717            not '2VM'"
14718   parameters:
14719   - "throughput"
14720   - "parent"
14721   - "tags"
14722 #  sort:
14723 #  - "not CFS_OPT"
14724 #  - "L2XCFWD"
14725 #  - "not CFS_OPT"
14726 #  - "CFS_OPT"
14727   traces:
14728     hoverinfo: "x+y"
14729     boxpoints: "outliers"
14730     whiskerwidth: 0
14731   layout:
14732     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14733     layout: "plot-throughput"
14734
14735 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14736 -
14737   type: "plot"
14738   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14739   algorithm: "plot_performance_box"
14740   output-file-type: ".html"
14741   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14742   data: "plot-vpp-throughput-latency-3n-hsw"
14743   filter: "'NIC_Intel-X710' and
14744            '64B' and
14745            'NDRPDR' and
14746            ('ETH' or 'DOT1Q') and
14747            '1T1C' and
14748            ('L2BDMACLRN' or 'L2XCFWD') and
14749            'VHOST_1024' and
14750            not 'CFS_OPT' and
14751            not 'VXLAN' and
14752            not 'IP4FWD' and
14753            not 'LBOND'"
14754   parameters:
14755   - "throughput"
14756   - "parent"
14757   - "tags"
14758 #  sort:
14759 #  - "1VM"
14760 #  - "L2XCFWD"
14761 #  - "1VM"
14762 #  - "L2BDMACLRN"
14763   traces:
14764     hoverinfo: "x+y"
14765     boxpoints: "outliers"
14766     whiskerwidth: 0
14767   layout:
14768     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14769     layout: "plot-throughput"
14770
14771 -
14772   type: "plot"
14773   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14774   algorithm: "plot_performance_box"
14775   output-file-type: ".html"
14776   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14777   data: "plot-vpp-throughput-latency-3n-hsw"
14778   filter: "'NIC_Intel-X710' and
14779            '64B' and
14780            'NDRPDR' and
14781            ('ETH' or 'DOT1Q') and
14782            '1T1C' and
14783            ('L2BDMACLRN' or 'L2XCFWD') and
14784            'VHOST_1024' and
14785            not 'CFS_OPT' and
14786            not 'VXLAN' and
14787            not 'IP4FWD' and
14788            not 'LBOND'"
14789   parameters:
14790   - "throughput"
14791   - "parent"
14792   - "tags"
14793 #  sort:
14794 #  - "1VM"
14795 #  - "L2XCFWD"
14796 #  - "1VM"
14797 #  - "L2BDMACLRN"
14798   traces:
14799     hoverinfo: "x+y"
14800     boxpoints: "outliers"
14801     whiskerwidth: 0
14802   layout:
14803     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14804     layout: "plot-throughput"
14805
14806 -
14807   type: "plot"
14808   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14809   algorithm: "plot_performance_box"
14810   output-file-type: ".html"
14811   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14812   data: "plot-vpp-throughput-latency-3n-hsw"
14813   filter: "'NIC_Intel-X710' and
14814            '64B' and
14815            'NDRPDR' and
14816            ('ETH' or 'DOT1Q') and
14817            '2T2C' and
14818            ('L2BDMACLRN' or 'L2XCFWD') and
14819            'VHOST_1024' and
14820            not 'CFS_OPT' and
14821            not 'VXLAN' and
14822            not 'IP4FWD' and
14823            not 'LBOND'"
14824   parameters:
14825   - "throughput"
14826   - "parent"
14827   - "tags"
14828 #  sort:
14829 #  - "1VM"
14830 #  - "L2XCFWD"
14831 #  - "1VM"
14832 #  - "L2BDMACLRN"
14833   traces:
14834     hoverinfo: "x+y"
14835     boxpoints: "outliers"
14836     whiskerwidth: 0
14837   layout:
14838     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14839     layout: "plot-throughput"
14840
14841 -
14842   type: "plot"
14843   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14844   algorithm: "plot_performance_box"
14845   output-file-type: ".html"
14846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14847   data: "plot-vpp-throughput-latency-3n-hsw"
14848   filter: "'NIC_Intel-X710' and
14849            '64B' and
14850            'NDRPDR' and
14851            ('ETH' or 'DOT1Q') and
14852            '2T2C' and
14853            ('L2BDMACLRN' or 'L2XCFWD') and
14854            'VHOST_1024' and
14855            not 'CFS_OPT' and
14856            not 'VXLAN' and
14857            not 'IP4FWD' and
14858            not 'LBOND'"
14859   parameters:
14860   - "throughput"
14861   - "parent"
14862   - "tags"
14863 #  sort:
14864 #  - "1VM"
14865 #  - "L2XCFWD"
14866 #  - "1VM"
14867 #  - "L2BDMACLRN"
14868   traces:
14869     hoverinfo: "x+y"
14870     boxpoints: "outliers"
14871     whiskerwidth: 0
14872   layout:
14873     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14874     layout: "plot-throughput"
14875
14876 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14877 -
14878   type: "plot"
14879   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14880   algorithm: "plot_performance_box"
14881   output-file-type: ".html"
14882   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14883   data: "plot-vpp-throughput-latency-3n-hsw"
14884   filter: "'NIC_Intel-XL710' and
14885            '64B' and
14886            'NDRPDR' and
14887            'ETH' and
14888            'IP4FWD' and
14889            '1T1C' and
14890            'VHOST_1024' and
14891            not 'VXLAN' and
14892            not 'DOT1Q'"
14893   parameters:
14894   - "throughput"
14895   - "parent"
14896   - "tags"
14897   sort:
14898   - "not CFS_OPT"
14899   - "1VM"
14900   - "2VM"
14901   traces:
14902     hoverinfo: "x+y"
14903     boxpoints: "outliers"
14904     whiskerwidth: 0
14905   layout:
14906     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14907     layout: "plot-throughput"
14908
14909 -
14910   type: "plot"
14911   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14912   algorithm: "plot_performance_box"
14913   output-file-type: ".html"
14914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14915   data: "plot-vpp-throughput-latency-3n-hsw"
14916   filter: "'NIC_Intel-XL710' and
14917            '64B' and
14918            'NDRPDR' and
14919            'ETH' and
14920            'IP4FWD' and
14921            '2T2C' and
14922            'VHOST_1024' and
14923            not 'VXLAN' and
14924            not 'DOT1Q'"
14925   parameters:
14926   - "throughput"
14927   - "parent"
14928   - "tags"
14929   sort:
14930   - "not CFS_OPT"
14931   - "1VM"
14932   - "2VM"
14933   traces:
14934     hoverinfo: "x+y"
14935     boxpoints: "outliers"
14936     whiskerwidth: 0
14937   layout:
14938     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14939     layout: "plot-throughput"
14940
14941 -
14942   type: "plot"
14943   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14944   algorithm: "plot_performance_box"
14945   output-file-type: ".html"
14946   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14947   data: "plot-vpp-throughput-latency-3n-hsw"
14948   filter: "'NIC_Intel-XL710' and
14949            '64B' and
14950            'NDRPDR' and
14951            'ETH' and
14952            'IP4FWD' and
14953            '1T1C' and
14954            'VHOST_1024' and
14955            not 'VXLAN' and
14956            not 'DOT1Q'"
14957   parameters:
14958   - "throughput"
14959   - "parent"
14960   - "tags"
14961   sort:
14962   - "not CFS_OPT"
14963   - "1VM"
14964   - "2VM"
14965   traces:
14966     hoverinfo: "x+y"
14967     boxpoints: "outliers"
14968     whiskerwidth: 0
14969   layout:
14970     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14971     layout: "plot-throughput"
14972
14973 -
14974   type: "plot"
14975   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14976   algorithm: "plot_performance_box"
14977   output-file-type: ".html"
14978   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14979   data: "plot-vpp-throughput-latency-3n-hsw"
14980   filter: "'NIC_Intel-XL710' and
14981            '64B' and
14982            'NDRPDR' and
14983            'ETH' and
14984            'IP4FWD' and
14985            '2T2C' and
14986            'VHOST_1024' and
14987            not 'VXLAN' and
14988            not 'DOT1Q'"
14989   parameters:
14990   - "throughput"
14991   - "parent"
14992   - "tags"
14993   sort:
14994   - "not CFS_OPT"
14995   - "1VM"
14996   - "2VM"
14997   traces:
14998     hoverinfo: "x+y"
14999     boxpoints: "outliers"
15000     whiskerwidth: 0
15001   layout:
15002     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15003     layout: "plot-throughput"
15004
15005 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15006 -
15007   type: "plot"
15008   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15009   algorithm: "plot_performance_box"
15010   output-file-type: ".html"
15011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15012   data: "plot-vpp-throughput-latency-3n-hsw"
15013   filter: "'NIC_Intel-XL710' and
15014            '64B' and
15015            'NDRPDR' and
15016            ('ETH' or 'DOT1Q') and
15017            '1T1C' and
15018            'L2BDMACLRN' and
15019            'VHOST_1024' and
15020            not 'VXLAN' and
15021            not 'IP4FWD' and
15022            not '2VM'"
15023   parameters:
15024   - "throughput"
15025   - "parent"
15026   - "tags"
15027 #  sort:
15028 #  - "VM"  # "not CFS_OPT"
15029 #  - "CFS_OPT"
15030 #  - "FIB_10K"
15031 #  - "FIB_100K"
15032 #  - "FIB_1M"
15033   traces:
15034     hoverinfo: "x+y"
15035     boxpoints: "outliers"
15036     whiskerwidth: 0
15037   layout:
15038     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15039     layout: "plot-throughput"
15040
15041 -
15042   type: "plot"
15043   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15047   data: "plot-vpp-throughput-latency-3n-hsw"
15048   filter: "'NIC_Intel-XL710' and
15049            '64B' and
15050            'NDRPDR' and
15051            ('ETH' or 'DOT1Q') and
15052            '2T2C' and
15053            'L2BDMACLRN' and
15054            'VHOST_1024' and
15055            not 'VXLAN' and
15056            not 'IP4FWD' and
15057            not '2VM'"
15058   parameters:
15059   - "throughput"
15060   - "parent"
15061   - "tags"
15062 #  sort:
15063 #  - "VM"  # "not CFS_OPT"
15064 #  - "CFS_OPT"
15065 #  - "FIB_10K"
15066 #  - "FIB_100K"
15067 #  - "FIB_1M"
15068   traces:
15069     hoverinfo: "x+y"
15070     boxpoints: "outliers"
15071     whiskerwidth: 0
15072   layout:
15073     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15074     layout: "plot-throughput"
15075
15076 -
15077   type: "plot"
15078   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15079   algorithm: "plot_performance_box"
15080   output-file-type: ".html"
15081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15082   data: "plot-vpp-throughput-latency-3n-hsw"
15083   filter: "'NIC_Intel-XL710' and
15084            '64B' and
15085            'NDRPDR' and
15086            ('ETH' or 'DOT1Q') and
15087            '1T1C' and
15088            'L2BDMACLRN' and
15089            'VHOST_1024' and
15090            not 'VXLAN' and
15091            not 'IP4FWD' and
15092            not '2VM'"
15093   parameters:
15094   - "throughput"
15095   - "parent"
15096   - "tags"
15097 #  sort:
15098 #  - "VM"  # "not CFS_OPT"
15099 #  - "CFS_OPT"
15100 #  - "FIB_10K"
15101 #  - "FIB_100K"
15102 #  - "FIB_1M"
15103   traces:
15104     hoverinfo: "x+y"
15105     boxpoints: "outliers"
15106     whiskerwidth: 0
15107   layout:
15108     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15109     layout: "plot-throughput"
15110
15111 -
15112   type: "plot"
15113   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15114   algorithm: "plot_performance_box"
15115   output-file-type: ".html"
15116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15117   data: "plot-vpp-throughput-latency-3n-hsw"
15118   filter: "'NIC_Intel-XL710' and
15119            '64B' and
15120            'NDRPDR' and
15121            ('ETH' or 'DOT1Q') and
15122            '2T2C' and
15123            'L2BDMACLRN' and
15124            'VHOST_1024' and
15125            not 'VXLAN' and
15126            not 'IP4FWD' and
15127            not '2VM'"
15128   parameters:
15129   - "throughput"
15130   - "parent"
15131   - "tags"
15132 #  sort:
15133 #  - "VM"  # "not CFS_OPT"
15134 #  - "CFS_OPT"
15135 #  - "FIB_10K"
15136 #  - "FIB_100K"
15137 #  - "FIB_1M"
15138   traces:
15139     hoverinfo: "x+y"
15140     boxpoints: "outliers"
15141     whiskerwidth: 0
15142   layout:
15143     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15144     layout: "plot-throughput"
15145
15146 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15147 -
15148   type: "plot"
15149   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15150   algorithm: "plot_performance_box"
15151   output-file-type: ".html"
15152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15153   data: "plot-vpp-throughput-latency-3n-hsw"
15154   filter: "'NIC_Intel-XL710' and
15155            '64B' and
15156            'NDRPDR' and
15157            ('ETH' or 'DOT1Q') and
15158            'BASE' and
15159            '1T1C' and
15160            ('L2BDMACLRN' or 'L2XCFWD') and
15161            'VHOST_1024' and
15162            not 'VXLAN' and
15163            not 'IP4FWD' and
15164            not '2VM'"
15165   parameters:
15166   - "throughput"
15167   - "parent"
15168   - "tags"
15169 #  sort:
15170 #  - "not CFS_OPT"
15171 #  - "L2XCFWD"
15172 #  - "not CFS_OPT"
15173 #  - "CFS_OPT"
15174   traces:
15175     hoverinfo: "x+y"
15176     boxpoints: "outliers"
15177     whiskerwidth: 0
15178   layout:
15179     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15180     layout: "plot-throughput"
15181
15182 -
15183   type: "plot"
15184   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15185   algorithm: "plot_performance_box"
15186   output-file-type: ".html"
15187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15188   data: "plot-vpp-throughput-latency-3n-hsw"
15189   filter: "'NIC_Intel-XL710' and
15190            '64B' and
15191            'NDRPDR' and
15192            ('ETH' or 'DOT1Q') and
15193            'BASE' and
15194            '1T1C' and
15195            ('L2BDMACLRN' or 'L2XCFWD') and
15196            'VHOST_1024' and
15197            not 'VXLAN' and
15198            not 'IP4FWD' and
15199            not '2VM'"
15200   parameters:
15201   - "throughput"
15202   - "parent"
15203   - "tags"
15204 #  sort:
15205 #  - "not CFS_OPT"
15206 #  - "L2XCFWD"
15207 #  - "not CFS_OPT"
15208 #  - "CFS_OPT"
15209   traces:
15210     hoverinfo: "x+y"
15211     boxpoints: "outliers"
15212     whiskerwidth: 0
15213   layout:
15214     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15215     layout: "plot-throughput"
15216
15217 -
15218   type: "plot"
15219   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15220   algorithm: "plot_performance_box"
15221   output-file-type: ".html"
15222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15223   data: "plot-vpp-throughput-latency-3n-hsw"
15224   filter: "'NIC_Intel-XL710' and
15225            '64B' and
15226            'NDRPDR' and
15227            ('ETH' or 'DOT1Q') and
15228            'BASE' and
15229            '2T2C' and
15230            ('L2BDMACLRN' or 'L2XCFWD') and
15231            'VHOST_1024' and
15232            not 'VXLAN' and
15233            not 'IP4FWD' and
15234            not '2VM'"
15235   parameters:
15236   - "throughput"
15237   - "parent"
15238   - "tags"
15239 #  sort:
15240 #  - "not CFS_OPT"
15241 #  - "L2XCFWD"
15242 #  - "not CFS_OPT"
15243 #  - "CFS_OPT"
15244   traces:
15245     hoverinfo: "x+y"
15246     boxpoints: "outliers"
15247     whiskerwidth: 0
15248   layout:
15249     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15250     layout: "plot-throughput"
15251
15252 -
15253   type: "plot"
15254   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15255   algorithm: "plot_performance_box"
15256   output-file-type: ".html"
15257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15258   data: "plot-vpp-throughput-latency-3n-hsw"
15259   filter: "'NIC_Intel-XL710' and
15260            '64B' and
15261            'NDRPDR' and
15262            ('ETH' or 'DOT1Q') and
15263            'BASE' and
15264            '2T2C' and
15265            ('L2BDMACLRN' or 'L2XCFWD') and
15266            'VHOST_1024' and
15267            not 'VXLAN' and
15268            not 'IP4FWD' and
15269            not '2VM'"
15270   parameters:
15271   - "throughput"
15272   - "parent"
15273   - "tags"
15274 #  sort:
15275 #  - "not CFS_OPT"
15276 #  - "L2XCFWD"
15277 #  - "not CFS_OPT"
15278 #  - "CFS_OPT"
15279   traces:
15280     hoverinfo: "x+y"
15281     boxpoints: "outliers"
15282     whiskerwidth: 0
15283   layout:
15284     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15285     layout: "plot-throughput"
15286
15287 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15288 -
15289   type: "plot"
15290   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15291   algorithm: "plot_performance_box"
15292   output-file-type: ".html"
15293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15294   data: "plot-vpp-throughput-latency-3n-hsw"
15295   filter: "'NIC_Intel-XL710' and
15296            '64B' and
15297            'NDRPDR' and
15298            ('ETH' or 'DOT1Q') and
15299            '1T1C' and
15300            ('L2BDMACLRN' or 'L2XCFWD') and
15301            'VHOST_1024' and
15302            not 'CFS_OPT' and
15303            not 'VXLAN' and
15304            not 'IP4FWD'"
15305   parameters:
15306   - "throughput"
15307   - "parent"
15308   - "tags"
15309 #  sort:
15310 #  - "1VM"
15311 #  - "L2XCFWD"
15312 #  - "1VM"
15313 #  - "L2BDMACLRN"
15314   traces:
15315     hoverinfo: "x+y"
15316     boxpoints: "outliers"
15317     whiskerwidth: 0
15318   layout:
15319     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15320     layout: "plot-throughput"
15321
15322 -
15323   type: "plot"
15324   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15325   algorithm: "plot_performance_box"
15326   output-file-type: ".html"
15327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15328   data: "plot-vpp-throughput-latency-3n-hsw"
15329   filter: "'NIC_Intel-XL710' and
15330            '64B' and
15331            'NDRPDR' and
15332            ('ETH' or 'DOT1Q') and
15333            '1T1C' and
15334            ('L2BDMACLRN' or 'L2XCFWD') and
15335            'VHOST_1024' and
15336            not 'CFS_OPT' and
15337            not 'VXLAN' and
15338            not 'IP4FWD'"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343 #  sort:
15344 #  - "1VM"
15345 #  - "L2XCFWD"
15346 #  - "1VM"
15347 #  - "L2BDMACLRN"
15348   traces:
15349     hoverinfo: "x+y"
15350     boxpoints: "outliers"
15351     whiskerwidth: 0
15352   layout:
15353     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15354     layout: "plot-throughput"
15355
15356 -
15357   type: "plot"
15358   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15359   algorithm: "plot_performance_box"
15360   output-file-type: ".html"
15361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15362   data: "plot-vpp-throughput-latency-3n-hsw"
15363   filter: "'NIC_Intel-XL710' and
15364            '64B' and
15365            'NDRPDR' and
15366            ('ETH' or 'DOT1Q') and
15367            '2T2C' and
15368            ('L2BDMACLRN' or 'L2XCFWD') and
15369            'VHOST_1024' and
15370            not 'CFS_OPT' and
15371            not 'VXLAN' and
15372            not 'IP4FWD'"
15373   parameters:
15374   - "throughput"
15375   - "parent"
15376   - "tags"
15377 #  sort:
15378 #  - "1VM"
15379 #  - "L2XCFWD"
15380 #  - "1VM"
15381 #  - "L2BDMACLRN"
15382   traces:
15383     hoverinfo: "x+y"
15384     boxpoints: "outliers"
15385     whiskerwidth: 0
15386   layout:
15387     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15388     layout: "plot-throughput"
15389
15390 -
15391   type: "plot"
15392   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15393   algorithm: "plot_performance_box"
15394   output-file-type: ".html"
15395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15396   data: "plot-vpp-throughput-latency-3n-hsw"
15397   filter: "'NIC_Intel-XL710' and
15398            '64B' and
15399            'NDRPDR' and
15400            ('ETH' or 'DOT1Q') and
15401            '2T2C' and
15402            ('L2BDMACLRN' or 'L2XCFWD') and
15403            'VHOST_1024' and
15404            not 'CFS_OPT' and
15405            not 'VXLAN' and
15406            not 'IP4FWD'"
15407   parameters:
15408   - "throughput"
15409   - "parent"
15410   - "tags"
15411 #  sort:
15412 #  - "1VM"
15413 #  - "L2XCFWD"
15414 #  - "1VM"
15415 #  - "L2BDMACLRN"
15416   traces:
15417     hoverinfo: "x+y"
15418     boxpoints: "outliers"
15419     whiskerwidth: 0
15420   layout:
15421     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15422     layout: "plot-throughput"
15423
15424 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15425 -
15426   type: "plot"
15427   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15428   algorithm: "plot_performance_box"
15429   output-file-type: ".html"
15430   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15431   data: "plot-vpp-throughput-latency-3n-skx"
15432   filter: "'NIC_Intel-X710' and
15433            '64B' and
15434            'NDRPDR' and
15435            'ETH' and
15436            'IP4FWD' and
15437            '2T1C' and
15438            'VHOST_1024' and
15439            not 'VXLAN' and
15440            not 'DOT1Q'"
15441   parameters:
15442   - "throughput"
15443   - "parent"
15444   - "tags"
15445   sort:
15446   - "not CFS_OPT"
15447   - "1VM"
15448   - "2VM"
15449   traces:
15450     hoverinfo: "x+y"
15451     boxpoints: "outliers"
15452     whiskerwidth: 0
15453   layout:
15454     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15455     layout: "plot-throughput"
15456
15457 -
15458   type: "plot"
15459   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15460   algorithm: "plot_performance_box"
15461   output-file-type: ".html"
15462   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15463   data: "plot-vpp-throughput-latency-3n-skx"
15464   filter: "'NIC_Intel-X710' and
15465            '64B' and
15466            'NDRPDR' and
15467            'ETH' and
15468            'IP4FWD' and
15469            '4T2C' and
15470            'VHOST_1024' and
15471            not 'VXLAN' and
15472            not 'DOT1Q'"
15473   parameters:
15474   - "throughput"
15475   - "parent"
15476   - "tags"
15477   sort:
15478   - "not CFS_OPT"
15479   - "1VM"
15480   - "2VM"
15481   traces:
15482     hoverinfo: "x+y"
15483     boxpoints: "outliers"
15484     whiskerwidth: 0
15485   layout:
15486     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15487     layout: "plot-throughput"
15488
15489 -
15490   type: "plot"
15491   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15492   algorithm: "plot_performance_box"
15493   output-file-type: ".html"
15494   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15495   data: "plot-vpp-throughput-latency-3n-skx"
15496   filter: "'NIC_Intel-X710' and
15497            '64B' and
15498            'NDRPDR' and
15499            'ETH' and
15500            'IP4FWD' and
15501            '2T1C' and
15502            'VHOST_1024' and
15503            not 'VXLAN' and
15504            not 'DOT1Q'"
15505   parameters:
15506   - "throughput"
15507   - "parent"
15508   - "tags"
15509   sort:
15510   - "not CFS_OPT"
15511   - "1VM"
15512   - "2VM"
15513   traces:
15514     hoverinfo: "x+y"
15515     boxpoints: "outliers"
15516     whiskerwidth: 0
15517   layout:
15518     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15519     layout: "plot-throughput"
15520
15521 -
15522   type: "plot"
15523   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15524   algorithm: "plot_performance_box"
15525   output-file-type: ".html"
15526   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15527   data: "plot-vpp-throughput-latency-3n-skx"
15528   filter: "'NIC_Intel-X710' and
15529            '64B' and
15530            'NDRPDR' and
15531            'ETH' and
15532            'IP4FWD' and
15533            '4T2C' and
15534            'VHOST_1024' and
15535            not 'VXLAN' and
15536            not 'DOT1Q'"
15537   parameters:
15538   - "throughput"
15539   - "parent"
15540   - "tags"
15541   sort:
15542   - "not CFS_OPT"
15543   - "1VM"
15544   - "2VM"
15545   traces:
15546     hoverinfo: "x+y"
15547     boxpoints: "outliers"
15548     whiskerwidth: 0
15549   layout:
15550     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15551     layout: "plot-throughput"
15552
15553 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15554 -
15555   type: "plot"
15556   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15557   algorithm: "plot_performance_box"
15558   output-file-type: ".html"
15559   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15560   data: "plot-vpp-throughput-latency-3n-skx"
15561   filter: "'NIC_Intel-X710' and
15562            '64B' and
15563            'NDRPDR' and
15564            ('ETH' or 'DOT1Q') and
15565            '2T1C' and
15566            'L2BDMACLRN' and
15567            'VHOST_1024' and
15568            not 'VXLAN' and
15569            not 'IP4FWD' and
15570            not '2VM'"
15571   parameters:
15572   - "throughput"
15573   - "parent"
15574   - "tags"
15575 #  sort:
15576 #  - "VM"  # "not CFS_OPT"
15577 #  - "CFS_OPT"
15578 #  - "FIB_10K"
15579 #  - "FIB_100K"
15580 #  - "FIB_1M"
15581   traces:
15582     hoverinfo: "x+y"
15583     boxpoints: "outliers"
15584     whiskerwidth: 0
15585   layout:
15586     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15587     layout: "plot-throughput"
15588
15589 -
15590   type: "plot"
15591   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15592   algorithm: "plot_performance_box"
15593   output-file-type: ".html"
15594   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15595   data: "plot-vpp-throughput-latency-3n-skx"
15596   filter: "'NIC_Intel-X710' and
15597            '64B' and
15598            'NDRPDR' and
15599            ('ETH' or 'DOT1Q') and
15600            '4T2C' and
15601            'L2BDMACLRN' and
15602            'VHOST_1024' and
15603            not 'VXLAN' and
15604            not 'IP4FWD' and
15605            not '2VM'"
15606   parameters:
15607   - "throughput"
15608   - "parent"
15609   - "tags"
15610 #  sort:
15611 #  - "VM"  # "not CFS_OPT"
15612 #  - "CFS_OPT"
15613 #  - "FIB_10K"
15614 #  - "FIB_100K"
15615 #  - "FIB_1M"
15616   traces:
15617     hoverinfo: "x+y"
15618     boxpoints: "outliers"
15619     whiskerwidth: 0
15620   layout:
15621     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15622     layout: "plot-throughput"
15623
15624 -
15625   type: "plot"
15626   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15627   algorithm: "plot_performance_box"
15628   output-file-type: ".html"
15629   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15630   data: "plot-vpp-throughput-latency-3n-skx"
15631   filter: "'NIC_Intel-X710' and
15632            '64B' and
15633            'NDRPDR' and
15634            ('ETH' or 'DOT1Q') and
15635            '2T1C' and
15636            'L2BDMACLRN' and
15637            'VHOST_1024' and
15638            not 'VXLAN' and
15639            not 'IP4FWD' and
15640            not '2VM'"
15641   parameters:
15642   - "throughput"
15643   - "parent"
15644   - "tags"
15645 #  sort:
15646 #  - "VM"  # "not CFS_OPT"
15647 #  - "CFS_OPT"
15648 #  - "FIB_10K"
15649 #  - "FIB_100K"
15650 #  - "FIB_1M"
15651   traces:
15652     hoverinfo: "x+y"
15653     boxpoints: "outliers"
15654     whiskerwidth: 0
15655   layout:
15656     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15657     layout: "plot-throughput"
15658
15659 -
15660   type: "plot"
15661   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15662   algorithm: "plot_performance_box"
15663   output-file-type: ".html"
15664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15665   data: "plot-vpp-throughput-latency-3n-skx"
15666   filter: "'NIC_Intel-X710' and
15667            '64B' and
15668            'NDRPDR' and
15669            ('ETH' or 'DOT1Q') and
15670            '4T2C' and
15671            'L2BDMACLRN' and
15672            'VHOST_1024' and
15673            not 'VXLAN' and
15674            not 'IP4FWD' and
15675            not '2VM'"
15676   parameters:
15677   - "throughput"
15678   - "parent"
15679   - "tags"
15680 #  sort:
15681 #  - "VM"  # "not CFS_OPT"
15682 #  - "CFS_OPT"
15683 #  - "FIB_10K"
15684 #  - "FIB_100K"
15685 #  - "FIB_1M"
15686   traces:
15687     hoverinfo: "x+y"
15688     boxpoints: "outliers"
15689     whiskerwidth: 0
15690   layout:
15691     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15692     layout: "plot-throughput"
15693
15694 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15695 -
15696   type: "plot"
15697   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15698   algorithm: "plot_performance_box"
15699   output-file-type: ".html"
15700   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15701   data: "plot-vpp-throughput-latency-3n-skx"
15702   filter: "'NIC_Intel-X710' and
15703            '64B' and
15704            'NDRPDR' and
15705            ('ETH' or 'DOT1Q') and
15706            'BASE' and
15707            '2T1C' and
15708            ('L2BDMACLRN' or 'L2XCFWD') and
15709            'VHOST_1024' and
15710            not 'VXLAN' and
15711            not 'IP4FWD' and
15712            not '2VM' and
15713            not 'LBOND'"
15714   parameters:
15715   - "throughput"
15716   - "parent"
15717   - "tags"
15718 #  sort:
15719 #  - "not CFS_OPT"
15720 #  - "L2XCFWD"
15721 #  - "not CFS_OPT"
15722 #  - "CFS_OPT"
15723   traces:
15724     hoverinfo: "x+y"
15725     boxpoints: "outliers"
15726     whiskerwidth: 0
15727   layout:
15728     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15729     layout: "plot-throughput"
15730
15731 -
15732   type: "plot"
15733   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15734   algorithm: "plot_performance_box"
15735   output-file-type: ".html"
15736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15737   data: "plot-vpp-throughput-latency-3n-skx"
15738   filter: "'NIC_Intel-X710' and
15739            '64B' and
15740            'NDRPDR' and
15741            ('ETH' or 'DOT1Q') and
15742            'BASE' and
15743            '2T1C' and
15744            ('L2BDMACLRN' or 'L2XCFWD') and
15745            'VHOST_1024' and
15746            not 'VXLAN' and
15747            not 'IP4FWD' and
15748            not '2VM' and
15749            not 'LBOND'"
15750   parameters:
15751   - "throughput"
15752   - "parent"
15753   - "tags"
15754 #  sort:
15755 #  - "not CFS_OPT"
15756 #  - "L2XCFWD"
15757 #  - "not CFS_OPT"
15758 #  - "CFS_OPT"
15759   traces:
15760     hoverinfo: "x+y"
15761     boxpoints: "outliers"
15762     whiskerwidth: 0
15763   layout:
15764     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15765     layout: "plot-throughput"
15766
15767 -
15768   type: "plot"
15769   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15770   algorithm: "plot_performance_box"
15771   output-file-type: ".html"
15772   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15773   data: "plot-vpp-throughput-latency-3n-skx"
15774   filter: "'NIC_Intel-X710' and
15775            '64B' and
15776            'NDRPDR' and
15777            ('ETH' or 'DOT1Q') and
15778            'BASE' and
15779            '4T2C' and
15780            ('L2BDMACLRN' or 'L2XCFWD') and
15781            'VHOST_1024' and
15782            not 'VXLAN' and
15783            not 'IP4FWD' and
15784            not '2VM' and
15785            not 'LBOND'"
15786   parameters:
15787   - "throughput"
15788   - "parent"
15789   - "tags"
15790 #  sort:
15791 #  - "not CFS_OPT"
15792 #  - "L2XCFWD"
15793 #  - "not CFS_OPT"
15794 #  - "CFS_OPT"
15795   traces:
15796     hoverinfo: "x+y"
15797     boxpoints: "outliers"
15798     whiskerwidth: 0
15799   layout:
15800     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15801     layout: "plot-throughput"
15802
15803 -
15804   type: "plot"
15805   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15806   algorithm: "plot_performance_box"
15807   output-file-type: ".html"
15808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15809   data: "plot-vpp-throughput-latency-3n-skx"
15810   filter: "'NIC_Intel-X710' and
15811            '64B' and
15812            'NDRPDR' and
15813            ('ETH' or 'DOT1Q') and
15814            'BASE' and
15815            '4T2C' and
15816            ('L2BDMACLRN' or 'L2XCFWD') and
15817            'VHOST_1024' and
15818            not 'VXLAN' and
15819            not 'IP4FWD' and
15820            not '2VM' and
15821            not 'LBOND'"
15822   parameters:
15823   - "throughput"
15824   - "parent"
15825   - "tags"
15826 #  sort:
15827 #  - "not CFS_OPT"
15828 #  - "L2XCFWD"
15829 #  - "not CFS_OPT"
15830 #  - "CFS_OPT"
15831   traces:
15832     hoverinfo: "x+y"
15833     boxpoints: "outliers"
15834     whiskerwidth: 0
15835   layout:
15836     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15837     layout: "plot-throughput"
15838
15839 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15840 -
15841   type: "plot"
15842   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15843   algorithm: "plot_performance_box"
15844   output-file-type: ".html"
15845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15846   data: "plot-vpp-throughput-latency-3n-skx"
15847   filter: "'NIC_Intel-X710' and
15848            '64B' and
15849            'NDRPDR' and
15850            ('ETH' or 'DOT1Q') and
15851            '2T1C' and
15852            ('L2BDMACLRN' or 'L2XCFWD') and
15853            'VHOST_1024' and
15854            not 'CFS_OPT' and
15855            not 'VXLAN' and
15856            not 'IP4FWD' and
15857            not 'LBOND'"
15858   parameters:
15859   - "throughput"
15860   - "parent"
15861   - "tags"
15862 #  sort:
15863 #  - "1VM"
15864 #  - "L2XCFWD"
15865 #  - "1VM"
15866 #  - "L2BDMACLRN"
15867   traces:
15868     hoverinfo: "x+y"
15869     boxpoints: "outliers"
15870     whiskerwidth: 0
15871   layout:
15872     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15873     layout: "plot-throughput"
15874
15875 -
15876   type: "plot"
15877   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15878   algorithm: "plot_performance_box"
15879   output-file-type: ".html"
15880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15881   data: "plot-vpp-throughput-latency-3n-skx"
15882   filter: "'NIC_Intel-X710' and
15883            '64B' and
15884            'NDRPDR' and
15885            ('ETH' or 'DOT1Q') and
15886            '2T1C' and
15887            ('L2BDMACLRN' or 'L2XCFWD') and
15888            'VHOST_1024' and
15889            not 'CFS_OPT' and
15890            not 'VXLAN' and
15891            not 'IP4FWD' and
15892            not 'LBOND'"
15893   parameters:
15894   - "throughput"
15895   - "parent"
15896   - "tags"
15897 #  sort:
15898 #  - "1VM"
15899 #  - "L2XCFWD"
15900 #  - "1VM"
15901 #  - "L2BDMACLRN"
15902   traces:
15903     hoverinfo: "x+y"
15904     boxpoints: "outliers"
15905     whiskerwidth: 0
15906   layout:
15907     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15908     layout: "plot-throughput"
15909
15910 -
15911   type: "plot"
15912   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15913   algorithm: "plot_performance_box"
15914   output-file-type: ".html"
15915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15916   data: "plot-vpp-throughput-latency-3n-skx"
15917   filter: "'NIC_Intel-X710' and
15918            '64B' and
15919            'NDRPDR' and
15920            ('ETH' or 'DOT1Q') and
15921            '4T2C' and
15922            ('L2BDMACLRN' or 'L2XCFWD') and
15923            'VHOST_1024' and
15924            not 'CFS_OPT' and
15925            not 'VXLAN' and
15926            not 'IP4FWD' and
15927            not 'LBOND'"
15928   parameters:
15929   - "throughput"
15930   - "parent"
15931   - "tags"
15932 #  sort:
15933 #  - "1VM"
15934 #  - "L2XCFWD"
15935 #  - "1VM"
15936 #  - "L2BDMACLRN"
15937   traces:
15938     hoverinfo: "x+y"
15939     boxpoints: "outliers"
15940     whiskerwidth: 0
15941   layout:
15942     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15943     layout: "plot-throughput"
15944
15945 -
15946   type: "plot"
15947   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15948   algorithm: "plot_performance_box"
15949   output-file-type: ".html"
15950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15951   data: "plot-vpp-throughput-latency-3n-skx"
15952   filter: "'NIC_Intel-X710' and
15953            '64B' and
15954            'NDRPDR' and
15955            ('ETH' or 'DOT1Q') and
15956            '4T2C' and
15957            ('L2BDMACLRN' or 'L2XCFWD') and
15958            'VHOST_1024' and
15959            not 'CFS_OPT' and
15960            not 'VXLAN' and
15961            not 'IP4FWD' and
15962            not 'LBOND'"
15963   parameters:
15964   - "throughput"
15965   - "parent"
15966   - "tags"
15967 #  sort:
15968 #  - "1VM"
15969 #  - "L2XCFWD"
15970 #  - "1VM"
15971 #  - "L2BDMACLRN"
15972   traces:
15973     hoverinfo: "x+y"
15974     boxpoints: "outliers"
15975     whiskerwidth: 0
15976   layout:
15977     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15978     layout: "plot-throughput"
15979
15980 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15981 -
15982   type: "plot"
15983   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15984   algorithm: "plot_performance_box"
15985   output-file-type: ".html"
15986   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15987   data: "plot-vpp-throughput-latency-2n-skx"
15988   filter: "'NIC_Intel-X710' and
15989            '64B' and
15990            'NDRPDR' and
15991            'ETH' and
15992            'IP4FWD' and
15993            '2T1C' and
15994            'VHOST_1024' and
15995            not 'VXLAN' and
15996            not 'NF_DENSITY' and
15997            not 'DOT1Q'"
15998   parameters:
15999   - "throughput"
16000   - "parent"
16001   - "tags"
16002   sort:
16003   - "not CFS_OPT"
16004   - "1VM"
16005   - "2VM"
16006   traces:
16007     hoverinfo: "x+y"
16008     boxpoints: "outliers"
16009     whiskerwidth: 0
16010   layout:
16011     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16012     layout: "plot-throughput"
16013
16014 -
16015   type: "plot"
16016   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16017   algorithm: "plot_performance_box"
16018   output-file-type: ".html"
16019   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16020   data: "plot-vpp-throughput-latency-2n-skx"
16021   filter: "'NIC_Intel-X710' and
16022            '64B' and
16023            'NDRPDR' and
16024            'ETH' and
16025            'IP4FWD' and
16026            '4T2C' and
16027            'VHOST_1024' and
16028            not 'VXLAN' and
16029            not 'NF_DENSITY' and
16030            not 'DOT1Q'"
16031   parameters:
16032   - "throughput"
16033   - "parent"
16034   - "tags"
16035   sort:
16036   - "not CFS_OPT"
16037   - "1VM"
16038   - "2VM"
16039   traces:
16040     hoverinfo: "x+y"
16041     boxpoints: "outliers"
16042     whiskerwidth: 0
16043   layout:
16044     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16045     layout: "plot-throughput"
16046
16047 -
16048   type: "plot"
16049   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16050   algorithm: "plot_performance_box"
16051   output-file-type: ".html"
16052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16053   data: "plot-vpp-throughput-latency-2n-skx"
16054   filter: "'NIC_Intel-X710' and
16055            '64B' and
16056            'NDRPDR' and
16057            'ETH' and
16058            'IP4FWD' and
16059            '2T1C' and
16060            'VHOST_1024' and
16061            not 'VXLAN' and
16062            not 'NF_DENSITY' and
16063            not 'DOT1Q'"
16064   parameters:
16065   - "throughput"
16066   - "parent"
16067   - "tags"
16068   sort:
16069   - "not CFS_OPT"
16070   - "1VM"
16071   - "2VM"
16072   traces:
16073     hoverinfo: "x+y"
16074     boxpoints: "outliers"
16075     whiskerwidth: 0
16076   layout:
16077     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16078     layout: "plot-throughput"
16079
16080 -
16081   type: "plot"
16082   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16083   algorithm: "plot_performance_box"
16084   output-file-type: ".html"
16085   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16086   data: "plot-vpp-throughput-latency-2n-skx"
16087   filter: "'NIC_Intel-X710' and
16088            '64B' and
16089            'NDRPDR' and
16090            'ETH' and
16091            'IP4FWD' and
16092            '4T2C' and
16093            'VHOST_1024' and
16094            not 'VXLAN' and
16095            not 'NF_DENSITY' and
16096            not 'DOT1Q'"
16097   parameters:
16098   - "throughput"
16099   - "parent"
16100   - "tags"
16101   sort:
16102   - "not CFS_OPT"
16103   - "1VM"
16104   - "2VM"
16105   traces:
16106     hoverinfo: "x+y"
16107     boxpoints: "outliers"
16108     whiskerwidth: 0
16109   layout:
16110     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16111     layout: "plot-throughput"
16112
16113 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16114 -
16115   type: "plot"
16116   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16117   algorithm: "plot_performance_box"
16118   output-file-type: ".html"
16119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16120   data: "plot-vpp-throughput-latency-2n-skx"
16121   filter: "'NIC_Intel-X710' and
16122            '64B' and
16123            'NDRPDR' and
16124            ('ETH' or 'DOT1Q') and
16125            '2T1C' and
16126            'L2BDMACLRN' and
16127            'VHOST_1024' and
16128            not 'VXLAN' and
16129            not 'NF_DENSITY' and
16130            not 'IP4FWD' and
16131            not '2VM'"
16132   parameters:
16133   - "throughput"
16134   - "parent"
16135   - "tags"
16136 #  sort:
16137 #  - "VM"  # "not CFS_OPT"
16138 #  - "CFS_OPT"
16139 #  - "FIB_10K"
16140 #  - "FIB_100K"
16141 #  - "FIB_1M"
16142   traces:
16143     hoverinfo: "x+y"
16144     boxpoints: "outliers"
16145     whiskerwidth: 0
16146   layout:
16147     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16148     layout: "plot-throughput"
16149
16150 -
16151   type: "plot"
16152   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16153   algorithm: "plot_performance_box"
16154   output-file-type: ".html"
16155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16156   data: "plot-vpp-throughput-latency-2n-skx"
16157   filter: "'NIC_Intel-X710' and
16158            '64B' and
16159            'NDRPDR' and
16160            ('ETH' or 'DOT1Q') and
16161            '4T2C' and
16162            'L2BDMACLRN' and
16163            'VHOST_1024' and
16164            not 'VXLAN' and
16165            not 'NF_DENSITY' and
16166            not 'IP4FWD' and
16167            not '2VM'"
16168   parameters:
16169   - "throughput"
16170   - "parent"
16171   - "tags"
16172 #  sort:
16173 #  - "VM"  # "not CFS_OPT"
16174 #  - "CFS_OPT"
16175 #  - "FIB_10K"
16176 #  - "FIB_100K"
16177 #  - "FIB_1M"
16178   traces:
16179     hoverinfo: "x+y"
16180     boxpoints: "outliers"
16181     whiskerwidth: 0
16182   layout:
16183     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16184     layout: "plot-throughput"
16185
16186 -
16187   type: "plot"
16188   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16189   algorithm: "plot_performance_box"
16190   output-file-type: ".html"
16191   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16192   data: "plot-vpp-throughput-latency-2n-skx"
16193   filter: "'NIC_Intel-X710' and
16194            '64B' and
16195            'NDRPDR' and
16196            ('ETH' or 'DOT1Q') and
16197            '2T1C' and
16198            'L2BDMACLRN' and
16199            'VHOST_1024' and
16200            not 'VXLAN' and
16201            not 'NF_DENSITY' and
16202            not 'IP4FWD' and
16203            not '2VM'"
16204   parameters:
16205   - "throughput"
16206   - "parent"
16207   - "tags"
16208 #  sort:
16209 #  - "VM"  # "not CFS_OPT"
16210 #  - "CFS_OPT"
16211 #  - "FIB_10K"
16212 #  - "FIB_100K"
16213 #  - "FIB_1M"
16214   traces:
16215     hoverinfo: "x+y"
16216     boxpoints: "outliers"
16217     whiskerwidth: 0
16218   layout:
16219     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16220     layout: "plot-throughput"
16221
16222 -
16223   type: "plot"
16224   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16225   algorithm: "plot_performance_box"
16226   output-file-type: ".html"
16227   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16228   data: "plot-vpp-throughput-latency-2n-skx"
16229   filter: "'NIC_Intel-X710' and
16230            '64B' and
16231            'NDRPDR' and
16232            ('ETH' or 'DOT1Q') and
16233            '4T2C' and
16234            'L2BDMACLRN' and
16235            'VHOST_1024' and
16236            not 'VXLAN' and
16237            not 'NF_DENSITY' and
16238            not 'IP4FWD' and
16239            not '2VM'"
16240   parameters:
16241   - "throughput"
16242   - "parent"
16243   - "tags"
16244 #  sort:
16245 #  - "VM"  # "not CFS_OPT"
16246 #  - "CFS_OPT"
16247 #  - "FIB_10K"
16248 #  - "FIB_100K"
16249 #  - "FIB_1M"
16250   traces:
16251     hoverinfo: "x+y"
16252     boxpoints: "outliers"
16253     whiskerwidth: 0
16254   layout:
16255     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16256     layout: "plot-throughput"
16257
16258 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16259 -
16260   type: "plot"
16261   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16262   algorithm: "plot_performance_box"
16263   output-file-type: ".html"
16264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16265   data: "plot-vpp-throughput-latency-2n-skx"
16266   filter: "'NIC_Intel-X710' and
16267            '64B' and
16268            'NDRPDR' and
16269            ('ETH' or 'DOT1Q') and
16270            'BASE' and
16271            '2T1C' and
16272            ('L2BDMACLRN' or 'L2XCFWD') and
16273            'VHOST_1024' and
16274            not 'VXLAN' and
16275            not 'NF_DENSITY' and
16276            not 'IP4FWD' and
16277            not '2VM'"
16278   parameters:
16279   - "throughput"
16280   - "parent"
16281   - "tags"
16282 #  sort:
16283 #  - "not CFS_OPT"
16284 #  - "L2XCFWD"
16285 #  - "not CFS_OPT"
16286 #  - "CFS_OPT"
16287   traces:
16288     hoverinfo: "x+y"
16289     boxpoints: "outliers"
16290     whiskerwidth: 0
16291   layout:
16292     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16293     layout: "plot-throughput"
16294
16295 -
16296   type: "plot"
16297   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16298   algorithm: "plot_performance_box"
16299   output-file-type: ".html"
16300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16301   data: "plot-vpp-throughput-latency-2n-skx"
16302   filter: "'NIC_Intel-X710' and
16303            '64B' and
16304            'NDRPDR' and
16305            ('ETH' or 'DOT1Q') and
16306            'BASE' and
16307            '2T1C' and
16308            ('L2BDMACLRN' or 'L2XCFWD') and
16309            'VHOST_1024' and
16310            not 'VXLAN' and
16311            not 'NF_DENSITY' and
16312            not 'IP4FWD' and
16313            not '2VM'"
16314   parameters:
16315   - "throughput"
16316   - "parent"
16317   - "tags"
16318 #  sort:
16319 #  - "not CFS_OPT"
16320 #  - "L2XCFWD"
16321 #  - "not CFS_OPT"
16322 #  - "CFS_OPT"
16323   traces:
16324     hoverinfo: "x+y"
16325     boxpoints: "outliers"
16326     whiskerwidth: 0
16327   layout:
16328     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16329     layout: "plot-throughput"
16330
16331 -
16332   type: "plot"
16333   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16334   algorithm: "plot_performance_box"
16335   output-file-type: ".html"
16336   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16337   data: "plot-vpp-throughput-latency-2n-skx"
16338   filter: "'NIC_Intel-X710' and
16339            '64B' and
16340            'NDRPDR' and
16341            ('ETH' or 'DOT1Q') and
16342            'BASE' and
16343            '4T2C' and
16344            ('L2BDMACLRN' or 'L2XCFWD') and
16345            'VHOST_1024' and
16346            not 'VXLAN' and
16347            not 'NF_DENSITY' and
16348            not 'IP4FWD' and
16349            not '2VM'"
16350   parameters:
16351   - "throughput"
16352   - "parent"
16353   - "tags"
16354 #  sort:
16355 #  - "not CFS_OPT"
16356 #  - "L2XCFWD"
16357 #  - "not CFS_OPT"
16358 #  - "CFS_OPT"
16359   traces:
16360     hoverinfo: "x+y"
16361     boxpoints: "outliers"
16362     whiskerwidth: 0
16363   layout:
16364     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16365     layout: "plot-throughput"
16366
16367 -
16368   type: "plot"
16369   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16370   algorithm: "plot_performance_box"
16371   output-file-type: ".html"
16372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16373   data: "plot-vpp-throughput-latency-2n-skx"
16374   filter: "'NIC_Intel-X710' and
16375            '64B' and
16376            'NDRPDR' and
16377            ('ETH' or 'DOT1Q') and
16378            'BASE' and
16379            '4T2C' and
16380            ('L2BDMACLRN' or 'L2XCFWD') and
16381            'VHOST_1024' and
16382            not 'VXLAN' and
16383            not 'NF_DENSITY' and
16384            not 'IP4FWD' and
16385            not '2VM'"
16386   parameters:
16387   - "throughput"
16388   - "parent"
16389   - "tags"
16390 #  sort:
16391 #  - "not CFS_OPT"
16392 #  - "L2XCFWD"
16393 #  - "not CFS_OPT"
16394 #  - "CFS_OPT"
16395   traces:
16396     hoverinfo: "x+y"
16397     boxpoints: "outliers"
16398     whiskerwidth: 0
16399   layout:
16400     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16401     layout: "plot-throughput"
16402
16403 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16404 -
16405   type: "plot"
16406   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16407   algorithm: "plot_performance_box"
16408   output-file-type: ".html"
16409   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16410   data: "plot-vpp-throughput-latency-2n-skx"
16411   filter: "'NIC_Intel-X710' and
16412            '64B' and
16413            'NDRPDR' and
16414            ('ETH' or 'DOT1Q') and
16415            '2T1C' and
16416            ('L2BDMACLRN' or 'L2XCFWD') and
16417            'VHOST_1024' and
16418            not 'CFS_OPT' and
16419            not 'VXLAN' and
16420            not 'NF_DENSITY' and
16421            not 'IP4FWD'"
16422   parameters:
16423   - "throughput"
16424   - "parent"
16425   - "tags"
16426 #  sort:
16427 #  - "1VM"
16428 #  - "L2XCFWD"
16429 #  - "1VM"
16430 #  - "L2BDMACLRN"
16431   traces:
16432     hoverinfo: "x+y"
16433     boxpoints: "outliers"
16434     whiskerwidth: 0
16435   layout:
16436     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16437     layout: "plot-throughput"
16438
16439 -
16440   type: "plot"
16441   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16442   algorithm: "plot_performance_box"
16443   output-file-type: ".html"
16444   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16445   data: "plot-vpp-throughput-latency-2n-skx"
16446   filter: "'NIC_Intel-X710' and
16447            '64B' and
16448            'NDRPDR' and
16449            ('ETH' or 'DOT1Q') and
16450            '2T1C' and
16451            ('L2BDMACLRN' or 'L2XCFWD') and
16452            'VHOST_1024' and
16453            not 'CFS_OPT' and
16454            not 'VXLAN' and
16455            not 'NF_DENSITY' and
16456            not 'IP4FWD'"
16457   parameters:
16458   - "throughput"
16459   - "parent"
16460   - "tags"
16461 #  sort:
16462 #  - "1VM"
16463 #  - "L2XCFWD"
16464 #  - "1VM"
16465 #  - "L2BDMACLRN"
16466   traces:
16467     hoverinfo: "x+y"
16468     boxpoints: "outliers"
16469     whiskerwidth: 0
16470   layout:
16471     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16472     layout: "plot-throughput"
16473
16474 -
16475   type: "plot"
16476   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16477   algorithm: "plot_performance_box"
16478   output-file-type: ".html"
16479   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16480   data: "plot-vpp-throughput-latency-2n-skx"
16481   filter: "'NIC_Intel-X710' and
16482            '64B' and
16483            'NDRPDR' and
16484            ('ETH' or 'DOT1Q') and
16485            '4T2C' and
16486            ('L2BDMACLRN' or 'L2XCFWD') and
16487            'VHOST_1024' and
16488            not 'CFS_OPT' and
16489            not 'VXLAN' and
16490            not 'NF_DENSITY' and
16491            not 'IP4FWD'"
16492   parameters:
16493   - "throughput"
16494   - "parent"
16495   - "tags"
16496 #  sort:
16497 #  - "1VM"
16498 #  - "L2XCFWD"
16499 #  - "1VM"
16500 #  - "L2BDMACLRN"
16501   traces:
16502     hoverinfo: "x+y"
16503     boxpoints: "outliers"
16504     whiskerwidth: 0
16505   layout:
16506     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16507     layout: "plot-throughput"
16508
16509 -
16510   type: "plot"
16511   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16512   algorithm: "plot_performance_box"
16513   output-file-type: ".html"
16514   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16515   data: "plot-vpp-throughput-latency-2n-skx"
16516   filter: "'NIC_Intel-X710' and
16517            '64B' and
16518            'NDRPDR' and
16519            ('ETH' or 'DOT1Q') and
16520            '4T2C' and
16521            ('L2BDMACLRN' or 'L2XCFWD') and
16522            'VHOST_1024' and
16523            not 'CFS_OPT' and
16524            not 'VXLAN' and
16525            not 'NF_DENSITY' and
16526            not 'IP4FWD'"
16527   parameters:
16528   - "throughput"
16529   - "parent"
16530   - "tags"
16531 #  sort:
16532 #  - "1VM"
16533 #  - "L2XCFWD"
16534 #  - "1VM"
16535 #  - "L2BDMACLRN"
16536   traces:
16537     hoverinfo: "x+y"
16538     boxpoints: "outliers"
16539     whiskerwidth: 0
16540   layout:
16541     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16542     layout: "plot-throughput"
16543
16544 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16545 -
16546   type: "plot"
16547   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16548   algorithm: "plot_performance_box"
16549   output-file-type: ".html"
16550   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16551   data: "plot-vpp-throughput-latency-2n-skx"
16552   filter: "'NIC_Intel-XXV710' and
16553            '64B' and
16554            'NDRPDR' and
16555            'ETH' and
16556            'IP4FWD' and
16557            '2T1C' and
16558            'VHOST_1024' and
16559            not 'VXLAN' and
16560            not 'DOT1Q'"
16561   parameters:
16562   - "throughput"
16563   - "parent"
16564   - "tags"
16565   sort:
16566   - "not CFS_OPT"
16567   - "1VM"
16568   - "2VM"
16569   traces:
16570     hoverinfo: "x+y"
16571     boxpoints: "outliers"
16572     whiskerwidth: 0
16573   layout:
16574     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16575     layout: "plot-throughput"
16576
16577 -
16578   type: "plot"
16579   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16580   algorithm: "plot_performance_box"
16581   output-file-type: ".html"
16582   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16583   data: "plot-vpp-throughput-latency-2n-skx"
16584   filter: "'NIC_Intel-XXV710' and
16585            '64B' and
16586            'NDRPDR' and
16587            'ETH' and
16588            'IP4FWD' and
16589            '4T2C' and
16590            'VHOST_1024' and
16591            not 'VXLAN' and
16592            not 'DOT1Q'"
16593   parameters:
16594   - "throughput"
16595   - "parent"
16596   - "tags"
16597   sort:
16598   - "not CFS_OPT"
16599   - "1VM"
16600   - "2VM"
16601   traces:
16602     hoverinfo: "x+y"
16603     boxpoints: "outliers"
16604     whiskerwidth: 0
16605   layout:
16606     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16607     layout: "plot-throughput"
16608
16609 -
16610   type: "plot"
16611   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16612   algorithm: "plot_performance_box"
16613   output-file-type: ".html"
16614   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16615   data: "plot-vpp-throughput-latency-2n-skx"
16616   filter: "'NIC_Intel-XXV710' and
16617            '64B' and
16618            'NDRPDR' and
16619            'ETH' and
16620            'IP4FWD' and
16621            '2T1C' and
16622            'VHOST_1024' and
16623            not 'VXLAN' and
16624            not 'DOT1Q'"
16625   parameters:
16626   - "throughput"
16627   - "parent"
16628   - "tags"
16629   sort:
16630   - "not CFS_OPT"
16631   - "1VM"
16632   - "2VM"
16633   traces:
16634     hoverinfo: "x+y"
16635     boxpoints: "outliers"
16636     whiskerwidth: 0
16637   layout:
16638     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16639     layout: "plot-throughput"
16640
16641 -
16642   type: "plot"
16643   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16644   algorithm: "plot_performance_box"
16645   output-file-type: ".html"
16646   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16647   data: "plot-vpp-throughput-latency-2n-skx"
16648   filter: "'NIC_Intel-XXV710' and
16649            '64B' and
16650            'NDRPDR' and
16651            'ETH' and
16652            'IP4FWD' and
16653            '4T2C' and
16654            'VHOST_1024' and
16655            not 'VXLAN' and
16656            not 'DOT1Q'"
16657   parameters:
16658   - "throughput"
16659   - "parent"
16660   - "tags"
16661   sort:
16662   - "not CFS_OPT"
16663   - "1VM"
16664   - "2VM"
16665   traces:
16666     hoverinfo: "x+y"
16667     boxpoints: "outliers"
16668     whiskerwidth: 0
16669   layout:
16670     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16671     layout: "plot-throughput"
16672
16673 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16674 -
16675   type: "plot"
16676   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16677   algorithm: "plot_performance_box"
16678   output-file-type: ".html"
16679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16680   data: "plot-vpp-throughput-latency-2n-skx"
16681   filter: "'NIC_Intel-XXV710' and
16682            '64B' and
16683            'NDRPDR' and
16684            ('ETH' or 'DOT1Q') and
16685            '2T1C' and
16686            'L2BDMACLRN' and
16687            'VHOST_1024' and
16688            not 'VXLAN' and
16689            not 'IP4FWD' and
16690            not '2VM'"
16691   parameters:
16692   - "throughput"
16693   - "parent"
16694   - "tags"
16695 #  sort:
16696 #  - "VM"  # "not CFS_OPT"
16697 #  - "CFS_OPT"
16698 #  - "FIB_10K"
16699 #  - "FIB_100K"
16700 #  - "FIB_1M"
16701   traces:
16702     hoverinfo: "x+y"
16703     boxpoints: "outliers"
16704     whiskerwidth: 0
16705   layout:
16706     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16707     layout: "plot-throughput"
16708
16709 -
16710   type: "plot"
16711   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16712   algorithm: "plot_performance_box"
16713   output-file-type: ".html"
16714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16715   data: "plot-vpp-throughput-latency-2n-skx"
16716   filter: "'NIC_Intel-XXV710' and
16717            '64B' and
16718            'NDRPDR' and
16719            ('ETH' or 'DOT1Q') and
16720            '4T2C' and
16721            'L2BDMACLRN' and
16722            'VHOST_1024' and
16723            not 'VXLAN' and
16724            not 'IP4FWD' and
16725            not '2VM'"
16726   parameters:
16727   - "throughput"
16728   - "parent"
16729   - "tags"
16730 #  sort:
16731 #  - "VM"  # "not CFS_OPT"
16732 #  - "CFS_OPT"
16733 #  - "FIB_10K"
16734 #  - "FIB_100K"
16735 #  - "FIB_1M"
16736   traces:
16737     hoverinfo: "x+y"
16738     boxpoints: "outliers"
16739     whiskerwidth: 0
16740   layout:
16741     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16742     layout: "plot-throughput"
16743
16744 -
16745   type: "plot"
16746   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16747   algorithm: "plot_performance_box"
16748   output-file-type: ".html"
16749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16750   data: "plot-vpp-throughput-latency-2n-skx"
16751   filter: "'NIC_Intel-XXV710' and
16752            '64B' and
16753            'NDRPDR' and
16754            ('ETH' or 'DOT1Q') and
16755            '2T1C' and
16756            'L2BDMACLRN' and
16757            'VHOST_1024' and
16758            not 'VXLAN' and
16759            not 'IP4FWD' and
16760            not '2VM'"
16761   parameters:
16762   - "throughput"
16763   - "parent"
16764   - "tags"
16765 #  sort:
16766 #  - "VM"  # "not CFS_OPT"
16767 #  - "CFS_OPT"
16768 #  - "FIB_10K"
16769 #  - "FIB_100K"
16770 #  - "FIB_1M"
16771   traces:
16772     hoverinfo: "x+y"
16773     boxpoints: "outliers"
16774     whiskerwidth: 0
16775   layout:
16776     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16777     layout: "plot-throughput"
16778
16779 -
16780   type: "plot"
16781   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16782   algorithm: "plot_performance_box"
16783   output-file-type: ".html"
16784   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16785   data: "plot-vpp-throughput-latency-2n-skx"
16786   filter: "'NIC_Intel-XXV710' and
16787            '64B' and
16788            'NDRPDR' and
16789            ('ETH' or 'DOT1Q') and
16790            '4T2C' and
16791            'L2BDMACLRN' and
16792            'VHOST_1024' and
16793            not 'VXLAN' and
16794            not 'IP4FWD' and
16795            not '2VM'"
16796   parameters:
16797   - "throughput"
16798   - "parent"
16799   - "tags"
16800 #  sort:
16801 #  - "VM"  # "not CFS_OPT"
16802 #  - "CFS_OPT"
16803 #  - "FIB_10K"
16804 #  - "FIB_100K"
16805 #  - "FIB_1M"
16806   traces:
16807     hoverinfo: "x+y"
16808     boxpoints: "outliers"
16809     whiskerwidth: 0
16810   layout:
16811     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16812     layout: "plot-throughput"
16813
16814 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16815 -
16816   type: "plot"
16817   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16818   algorithm: "plot_performance_box"
16819   output-file-type: ".html"
16820   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16821   data: "plot-vpp-throughput-latency-2n-skx"
16822   filter: "'NIC_Intel-XXV710' and
16823            '64B' and
16824            'NDRPDR' and
16825            ('ETH' or 'DOT1Q') and
16826            'BASE' and
16827            '2T1C' and
16828            ('L2BDMACLRN' or 'L2XCFWD') and
16829            'VHOST_1024' and
16830            not 'VXLAN' and
16831            not 'IP4FWD' and
16832            not '2VM'"
16833   parameters:
16834   - "throughput"
16835   - "parent"
16836   - "tags"
16837 #  sort:
16838 #  - "not CFS_OPT"
16839 #  - "L2XCFWD"
16840 #  - "not CFS_OPT"
16841 #  - "CFS_OPT"
16842   traces:
16843     hoverinfo: "x+y"
16844     boxpoints: "outliers"
16845     whiskerwidth: 0
16846   layout:
16847     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16848     layout: "plot-throughput"
16849
16850 -
16851   type: "plot"
16852   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16853   algorithm: "plot_performance_box"
16854   output-file-type: ".html"
16855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16856   data: "plot-vpp-throughput-latency-2n-skx"
16857   filter: "'NIC_Intel-XXV710' and
16858            '64B' and
16859            'NDRPDR' and
16860            ('ETH' or 'DOT1Q') and
16861            'BASE' and
16862            '2T1C' and
16863            ('L2BDMACLRN' or 'L2XCFWD') and
16864            'VHOST_1024' and
16865            not 'VXLAN' and
16866            not 'IP4FWD' and
16867            not '2VM'"
16868   parameters:
16869   - "throughput"
16870   - "parent"
16871   - "tags"
16872 #  sort:
16873 #  - "not CFS_OPT"
16874 #  - "L2XCFWD"
16875 #  - "not CFS_OPT"
16876 #  - "CFS_OPT"
16877   traces:
16878     hoverinfo: "x+y"
16879     boxpoints: "outliers"
16880     whiskerwidth: 0
16881   layout:
16882     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16883     layout: "plot-throughput"
16884
16885 -
16886   type: "plot"
16887   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16888   algorithm: "plot_performance_box"
16889   output-file-type: ".html"
16890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16891   data: "plot-vpp-throughput-latency-2n-skx"
16892   filter: "'NIC_Intel-XXV710' and
16893            '64B' and
16894            'NDRPDR' and
16895            ('ETH' or 'DOT1Q') and
16896            'BASE' and
16897            '4T2C' and
16898            ('L2BDMACLRN' or 'L2XCFWD') and
16899            'VHOST_1024' and
16900            not 'VXLAN' and
16901            not 'IP4FWD' and
16902            not '2VM'"
16903   parameters:
16904   - "throughput"
16905   - "parent"
16906   - "tags"
16907 #  sort:
16908 #  - "not CFS_OPT"
16909 #  - "L2XCFWD"
16910 #  - "not CFS_OPT"
16911 #  - "CFS_OPT"
16912   traces:
16913     hoverinfo: "x+y"
16914     boxpoints: "outliers"
16915     whiskerwidth: 0
16916   layout:
16917     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16918     layout: "plot-throughput"
16919
16920 -
16921   type: "plot"
16922   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16923   algorithm: "plot_performance_box"
16924   output-file-type: ".html"
16925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16926   data: "plot-vpp-throughput-latency-2n-skx"
16927   filter: "'NIC_Intel-XXV710' and
16928            '64B' and
16929            'NDRPDR' and
16930            ('ETH' or 'DOT1Q') and
16931            'BASE' and
16932            '4T2C' and
16933            ('L2BDMACLRN' or 'L2XCFWD') and
16934            'VHOST_1024' and
16935            not 'VXLAN' and
16936            not 'IP4FWD' and
16937            not '2VM'"
16938   parameters:
16939   - "throughput"
16940   - "parent"
16941   - "tags"
16942 #  sort:
16943 #  - "not CFS_OPT"
16944 #  - "L2XCFWD"
16945 #  - "not CFS_OPT"
16946 #  - "CFS_OPT"
16947   traces:
16948     hoverinfo: "x+y"
16949     boxpoints: "outliers"
16950     whiskerwidth: 0
16951   layout:
16952     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16953     layout: "plot-throughput"
16954
16955 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16956 -
16957   type: "plot"
16958   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16959   algorithm: "plot_performance_box"
16960   output-file-type: ".html"
16961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16962   data: "plot-vpp-throughput-latency-2n-skx"
16963   filter: "'NIC_Intel-XXV710' and
16964            '64B' and
16965            'NDRPDR' and
16966            ('ETH' or 'DOT1Q') and
16967            '2T1C' and
16968            ('L2BDMACLRN' or 'L2XCFWD') and
16969            'VHOST_1024' and
16970            not 'CFS_OPT' and
16971            not 'VXLAN' and
16972            not 'IP4FWD'"
16973   parameters:
16974   - "throughput"
16975   - "parent"
16976   - "tags"
16977 #  sort:
16978 #  - "1VM"
16979 #  - "L2XCFWD"
16980 #  - "1VM"
16981 #  - "L2BDMACLRN"
16982   traces:
16983     hoverinfo: "x+y"
16984     boxpoints: "outliers"
16985     whiskerwidth: 0
16986   layout:
16987     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16988     layout: "plot-throughput"
16989
16990 -
16991   type: "plot"
16992   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16993   algorithm: "plot_performance_box"
16994   output-file-type: ".html"
16995   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16996   data: "plot-vpp-throughput-latency-2n-skx"
16997   filter: "'NIC_Intel-XXV710' and
16998            '64B' and
16999            'NDRPDR' and
17000            ('ETH' or 'DOT1Q') and
17001            '2T1C' and
17002            ('L2BDMACLRN' or 'L2XCFWD') and
17003            'VHOST_1024' and
17004            not 'CFS_OPT' and
17005            not 'VXLAN' and
17006            not 'IP4FWD'"
17007   parameters:
17008   - "throughput"
17009   - "parent"
17010   - "tags"
17011 #  sort:
17012 #  - "1VM"
17013 #  - "L2XCFWD"
17014 #  - "1VM"
17015 #  - "L2BDMACLRN"
17016   traces:
17017     hoverinfo: "x+y"
17018     boxpoints: "outliers"
17019     whiskerwidth: 0
17020   layout:
17021     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17022     layout: "plot-throughput"
17023
17024 -
17025   type: "plot"
17026   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17027   algorithm: "plot_performance_box"
17028   output-file-type: ".html"
17029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17030   data: "plot-vpp-throughput-latency-2n-skx"
17031   filter: "'NIC_Intel-XXV710' and
17032            '64B' and
17033            'NDRPDR' and
17034            ('ETH' or 'DOT1Q') and
17035            '4T2C' and
17036            ('L2BDMACLRN' or 'L2XCFWD') and
17037            'VHOST_1024' and
17038            not 'CFS_OPT' and
17039            not 'VXLAN' and
17040            not 'IP4FWD'"
17041   parameters:
17042   - "throughput"
17043   - "parent"
17044   - "tags"
17045 #  sort:
17046 #  - "1VM"
17047 #  - "L2XCFWD"
17048 #  - "1VM"
17049 #  - "L2BDMACLRN"
17050   traces:
17051     hoverinfo: "x+y"
17052     boxpoints: "outliers"
17053     whiskerwidth: 0
17054   layout:
17055     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17056     layout: "plot-throughput"
17057
17058 -
17059   type: "plot"
17060   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17061   algorithm: "plot_performance_box"
17062   output-file-type: ".html"
17063   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17064   data: "plot-vpp-throughput-latency-2n-skx"
17065   filter: "'NIC_Intel-XXV710' and
17066            '64B' and
17067            'NDRPDR' and
17068            ('ETH' or 'DOT1Q') and
17069            '4T2C' and
17070            ('L2BDMACLRN' or 'L2XCFWD') and
17071            'VHOST_1024' and
17072            not 'CFS_OPT' and
17073            not 'VXLAN' and
17074            not 'IP4FWD'"
17075   parameters:
17076   - "throughput"
17077   - "parent"
17078   - "tags"
17079 #  sort:
17080 #  - "1VM"
17081 #  - "L2XCFWD"
17082 #  - "1VM"
17083 #  - "L2BDMACLRN"
17084   traces:
17085     hoverinfo: "x+y"
17086     boxpoints: "outliers"
17087     whiskerwidth: 0
17088   layout:
17089     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17090     layout: "plot-throughput"
17091
17092 ################################################################################
17093
17094 # Packet Throughput - VPP VTS 3n-hsw-x520
17095 -
17096   type: "plot"
17097   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17098   algorithm: "plot_performance_box"
17099   output-file-type: ".html"
17100   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17101   data: "plot-vpp-throughput-latency-3n-hsw"
17102   filter: "'NIC_Intel-X520-DA2' and
17103            '114B' and
17104            'NDRPDR' and
17105            '1T1C' and
17106            'VTS'"
17107   parameters:
17108   - "throughput"
17109   - "parent"
17110   - "tags"
17111   traces:
17112     hoverinfo: "x+y"
17113     boxpoints: "outliers"
17114     whiskerwidth: 0
17115   layout:
17116     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17117     layout: "plot-throughput"
17118
17119 -
17120   type: "plot"
17121   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17122   algorithm: "plot_performance_box"
17123   output-file-type: ".html"
17124   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17125   data: "plot-vpp-throughput-latency-3n-hsw"
17126   filter: "'NIC_Intel-X520-DA2' and
17127            '114B' and
17128            'NDRPDR' and
17129            '2T2C' and
17130            'VTS'"
17131   parameters:
17132   - "throughput"
17133   - "parent"
17134   - "tags"
17135   traces:
17136     hoverinfo: "x+y"
17137     boxpoints: "outliers"
17138     whiskerwidth: 0
17139   layout:
17140     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17141     layout: "plot-throughput"
17142
17143 -
17144   type: "plot"
17145   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17146   algorithm: "plot_performance_box"
17147   output-file-type: ".html"
17148   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17149   data: "plot-vpp-throughput-latency-3n-hsw"
17150   filter: "'NIC_Intel-X520-DA2' and
17151            '114B' and
17152            'NDRPDR' and
17153            '1T1C' and
17154            'VTS'"
17155   parameters:
17156   - "throughput"
17157   - "parent"
17158   - "tags"
17159   traces:
17160     hoverinfo: "x+y"
17161     boxpoints: "outliers"
17162     whiskerwidth: 0
17163   layout:
17164     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17165     layout: "plot-throughput"
17166
17167 -
17168   type: "plot"
17169   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17170   algorithm: "plot_performance_box"
17171   output-file-type: ".html"
17172   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17173   data: "plot-vpp-throughput-latency-3n-hsw"
17174   filter: "'NIC_Intel-X520-DA2' and
17175            '114B' and
17176            'NDRPDR' and
17177            '2T2C' and
17178            'VTS'"
17179   parameters:
17180   - "throughput"
17181   - "parent"
17182   - "tags"
17183   traces:
17184     hoverinfo: "x+y"
17185     boxpoints: "outliers"
17186     whiskerwidth: 0
17187   layout:
17188     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17189     layout: "plot-throughput"
17190
17191 ################################################################################
17192
17193 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17194 -
17195   type: "plot"
17196   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17197   algorithm: "plot_performance_box"
17198   output-file-type: ".html"
17199   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17200   data: "plot-dpdk-throughput-latency-3n-hsw"
17201   filter: "'NIC_Intel-X520-DA2' and
17202            '64B' and
17203            'BASE' and
17204            'NDRPDR' and
17205            '1T1C' and
17206            'IP4FWD'"
17207   parameters:
17208   - "throughput"
17209   - "parent"
17210   - "tags"
17211   traces:
17212     hoverinfo: "x+y"
17213     boxpoints: "outliers"
17214     whiskerwidth: 0
17215   layout:
17216     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17217     layout: "plot-throughput"
17218
17219 -
17220   type: "plot"
17221   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17222   algorithm: "plot_performance_box"
17223   output-file-type: ".html"
17224   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17225   data: "plot-dpdk-throughput-latency-3n-hsw"
17226   filter: "'NIC_Intel-X520-DA2' and
17227            '64B' and
17228            'BASE' and
17229            'NDRPDR' and
17230            '2T2C' and
17231            'IP4FWD'"
17232   parameters:
17233   - "throughput"
17234   - "parent"
17235   - "tags"
17236   traces:
17237     hoverinfo: "x+y"
17238     boxpoints: "outliers"
17239     whiskerwidth: 0
17240   layout:
17241     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17242     layout: "plot-throughput"
17243
17244 -
17245   type: "plot"
17246   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17247   algorithm: "plot_performance_box"
17248   output-file-type: ".html"
17249   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17250   data: "plot-dpdk-throughput-latency-3n-hsw"
17251   filter: "'NIC_Intel-X520-DA2' and
17252            '64B' and
17253            'BASE' and
17254            'NDRPDR' and
17255            '1T1C' and
17256            'IP4FWD'"
17257   parameters:
17258   - "throughput"
17259   - "parent"
17260   - "tags"
17261   traces:
17262     hoverinfo: "x+y"
17263     boxpoints: "outliers"
17264     whiskerwidth: 0
17265   layout:
17266     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17267     layout: "plot-throughput"
17268
17269 -
17270   type: "plot"
17271   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17272   algorithm: "plot_performance_box"
17273   output-file-type: ".html"
17274   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17275   data: "plot-dpdk-throughput-latency-3n-hsw"
17276   filter: "'NIC_Intel-X520-DA2' and
17277            '64B' and
17278            'BASE' and
17279            'NDRPDR' and
17280            '2T2C' and
17281            'IP4FWD'"
17282   parameters:
17283   - "throughput"
17284   - "parent"
17285   - "tags"
17286   traces:
17287     hoverinfo: "x+y"
17288     boxpoints: "outliers"
17289     whiskerwidth: 0
17290   layout:
17291     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17292     layout: "plot-throughput"
17293
17294 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17295 -
17296   type: "plot"
17297   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17298   algorithm: "plot_performance_box"
17299   output-file-type: ".html"
17300   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17301   data: "plot-dpdk-throughput-latency-3n-hsw"
17302   filter: "'NIC_Intel-X710' and
17303            '64B' and
17304            'BASE' and
17305            'NDRPDR' and
17306            '1T1C' and
17307            'IP4FWD'"
17308   parameters:
17309   - "throughput"
17310   - "parent"
17311   - "tags"
17312   traces:
17313     hoverinfo: "x+y"
17314     boxpoints: "outliers"
17315     whiskerwidth: 0
17316   layout:
17317     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17318     layout: "plot-throughput"
17319
17320 -
17321   type: "plot"
17322   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17323   algorithm: "plot_performance_box"
17324   output-file-type: ".html"
17325   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17326   data: "plot-dpdk-throughput-latency-3n-hsw"
17327   filter: "'NIC_Intel-X710' and
17328            '64B' and
17329            'BASE' and
17330            'NDRPDR' and
17331            '2T2C' and
17332            'IP4FWD'"
17333   parameters:
17334   - "throughput"
17335   - "parent"
17336   - "tags"
17337   traces:
17338     hoverinfo: "x+y"
17339     boxpoints: "outliers"
17340     whiskerwidth: 0
17341   layout:
17342     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17343     layout: "plot-throughput"
17344
17345 -
17346   type: "plot"
17347   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17348   algorithm: "plot_performance_box"
17349   output-file-type: ".html"
17350   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17351   data: "plot-dpdk-throughput-latency-3n-hsw"
17352   filter: "'NIC_Intel-X710' and
17353            '64B' and
17354            'BASE' and
17355            'NDRPDR' and
17356            '1T1C' and
17357            'IP4FWD'"
17358   parameters:
17359   - "throughput"
17360   - "parent"
17361   - "tags"
17362   traces:
17363     hoverinfo: "x+y"
17364     boxpoints: "outliers"
17365     whiskerwidth: 0
17366   layout:
17367     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17368     layout: "plot-throughput"
17369
17370 -
17371   type: "plot"
17372   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17373   algorithm: "plot_performance_box"
17374   output-file-type: ".html"
17375   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17376   data: "plot-dpdk-throughput-latency-3n-hsw"
17377   filter: "'NIC_Intel-X710' and
17378            '64B' and
17379            'BASE' and
17380            'NDRPDR' and
17381            '2T2C' and
17382            'IP4FWD'"
17383   parameters:
17384   - "throughput"
17385   - "parent"
17386   - "tags"
17387   traces:
17388     hoverinfo: "x+y"
17389     boxpoints: "outliers"
17390     whiskerwidth: 0
17391   layout:
17392     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17393     layout: "plot-throughput"
17394
17395 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17396 -
17397   type: "plot"
17398   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17399   algorithm: "plot_performance_box"
17400   output-file-type: ".html"
17401   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17402   data: "plot-dpdk-throughput-latency-3n-hsw"
17403   filter: "'NIC_Intel-XL710' and
17404            '64B' and
17405            'BASE' and
17406            'NDRPDR' and
17407            '1T1C' and
17408            'IP4FWD'"
17409   parameters:
17410   - "throughput"
17411   - "parent"
17412   - "tags"
17413   traces:
17414     hoverinfo: "x+y"
17415     boxpoints: "outliers"
17416     whiskerwidth: 0
17417   layout:
17418     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17419     layout: "plot-throughput"
17420
17421 -
17422   type: "plot"
17423   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17424   algorithm: "plot_performance_box"
17425   output-file-type: ".html"
17426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17427   data: "plot-dpdk-throughput-latency-3n-hsw"
17428   filter: "'NIC_Intel-XL710' and
17429            '64B' and
17430            'BASE' and
17431            'NDRPDR' and
17432            '2T2C' and
17433            'IP4FWD'"
17434   parameters:
17435   - "throughput"
17436   - "parent"
17437   - "tags"
17438   traces:
17439     hoverinfo: "x+y"
17440     boxpoints: "outliers"
17441     whiskerwidth: 0
17442   layout:
17443     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17444     layout: "plot-throughput"
17445
17446 -
17447   type: "plot"
17448   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17449   algorithm: "plot_performance_box"
17450   output-file-type: ".html"
17451   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17452   data: "plot-dpdk-throughput-latency-3n-hsw"
17453   filter: "'NIC_Intel-XL710' and
17454            '64B' and
17455            'BASE' and
17456            'NDRPDR' and
17457            '1T1C' and
17458            'IP4FWD'"
17459   parameters:
17460   - "throughput"
17461   - "parent"
17462   - "tags"
17463   traces:
17464     hoverinfo: "x+y"
17465     boxpoints: "outliers"
17466     whiskerwidth: 0
17467   layout:
17468     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17469     layout: "plot-throughput"
17470
17471 -
17472   type: "plot"
17473   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17474   algorithm: "plot_performance_box"
17475   output-file-type: ".html"
17476   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17477   data: "plot-dpdk-throughput-latency-3n-hsw"
17478   filter: "'NIC_Intel-XL710' and
17479            '64B' and
17480            'BASE' and
17481            'NDRPDR' and
17482            '2T2C' and
17483            'IP4FWD'"
17484   parameters:
17485   - "throughput"
17486   - "parent"
17487   - "tags"
17488   traces:
17489     hoverinfo: "x+y"
17490     boxpoints: "outliers"
17491     whiskerwidth: 0
17492   layout:
17493     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17494     layout: "plot-throughput"
17495
17496 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17497 -
17498   type: "plot"
17499   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17500   algorithm: "plot_performance_box"
17501   output-file-type: ".html"
17502   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17503   data: "plot-dpdk-throughput-latency-3n-skx"
17504   filter: "'NIC_Intel-X710' and
17505            '64B' and
17506            'BASE' and
17507            'NDRPDR' and
17508            '2T1C' and
17509            'IP4FWD'"
17510   parameters:
17511   - "throughput"
17512   - "parent"
17513   - "tags"
17514   traces:
17515     hoverinfo: "x+y"
17516     boxpoints: "outliers"
17517     whiskerwidth: 0
17518   layout:
17519     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17520     layout: "plot-throughput"
17521
17522 -
17523   type: "plot"
17524   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17525   algorithm: "plot_performance_box"
17526   output-file-type: ".html"
17527   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17528   data: "plot-dpdk-throughput-latency-3n-skx"
17529   filter: "'NIC_Intel-X710' and
17530            '64B' and
17531            'BASE' and
17532            'NDRPDR' and
17533            '4T2C' and
17534            'IP4FWD'"
17535   parameters:
17536   - "throughput"
17537   - "parent"
17538   - "tags"
17539   traces:
17540     hoverinfo: "x+y"
17541     boxpoints: "outliers"
17542     whiskerwidth: 0
17543   layout:
17544     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17545     layout: "plot-throughput"
17546
17547 -
17548   type: "plot"
17549   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17550   algorithm: "plot_performance_box"
17551   output-file-type: ".html"
17552   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17553   data: "plot-dpdk-throughput-latency-3n-skx"
17554   filter: "'NIC_Intel-X710' and
17555            '64B' and
17556            'BASE' and
17557            'NDRPDR' and
17558            '2T1C' and
17559            'IP4FWD'"
17560   parameters:
17561   - "throughput"
17562   - "parent"
17563   - "tags"
17564   traces:
17565     hoverinfo: "x+y"
17566     boxpoints: "outliers"
17567     whiskerwidth: 0
17568   layout:
17569     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17570     layout: "plot-throughput"
17571
17572 -
17573   type: "plot"
17574   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17575   algorithm: "plot_performance_box"
17576   output-file-type: ".html"
17577   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17578   data: "plot-dpdk-throughput-latency-3n-skx"
17579   filter: "'NIC_Intel-X710' and
17580            '64B' and
17581            'BASE' and
17582            'NDRPDR' and
17583            '4T2C' and
17584            'IP4FWD'"
17585   parameters:
17586   - "throughput"
17587   - "parent"
17588   - "tags"
17589   traces:
17590     hoverinfo: "x+y"
17591     boxpoints: "outliers"
17592     whiskerwidth: 0
17593   layout:
17594     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17595     layout: "plot-throughput"
17596
17597 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17598 -
17599   type: "plot"
17600   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17601   algorithm: "plot_performance_box"
17602   output-file-type: ".html"
17603   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17604   data: "plot-dpdk-throughput-latency-3n-skx"
17605   filter: "'NIC_Intel-XXV710' and
17606            '64B' and
17607            'BASE' and
17608            'NDRPDR' and
17609            '2T1C' and
17610            'IP4FWD'"
17611   parameters:
17612   - "throughput"
17613   - "parent"
17614   - "tags"
17615   traces:
17616     hoverinfo: "x+y"
17617     boxpoints: "outliers"
17618     whiskerwidth: 0
17619   layout:
17620     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17621     layout: "plot-throughput"
17622
17623 -
17624   type: "plot"
17625   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17626   algorithm: "plot_performance_box"
17627   output-file-type: ".html"
17628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17629   data: "plot-dpdk-throughput-latency-3n-skx"
17630   filter: "'NIC_Intel-XXV710' and
17631            '64B' and
17632            'BASE' and
17633            'NDRPDR' and
17634            '4T2C' and
17635            'IP4FWD'"
17636   parameters:
17637   - "throughput"
17638   - "parent"
17639   - "tags"
17640   traces:
17641     hoverinfo: "x+y"
17642     boxpoints: "outliers"
17643     whiskerwidth: 0
17644   layout:
17645     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17646     layout: "plot-throughput"
17647
17648 -
17649   type: "plot"
17650   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17651   algorithm: "plot_performance_box"
17652   output-file-type: ".html"
17653   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17654   data: "plot-dpdk-throughput-latency-3n-skx"
17655   filter: "'NIC_Intel-XXV710' and
17656            '64B' and
17657            'BASE' and
17658            'NDRPDR' and
17659            '2T1C' and
17660            'IP4FWD'"
17661   parameters:
17662   - "throughput"
17663   - "parent"
17664   - "tags"
17665   traces:
17666     hoverinfo: "x+y"
17667     boxpoints: "outliers"
17668     whiskerwidth: 0
17669   layout:
17670     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17671     layout: "plot-throughput"
17672
17673 -
17674   type: "plot"
17675   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17676   algorithm: "plot_performance_box"
17677   output-file-type: ".html"
17678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17679   data: "plot-dpdk-throughput-latency-3n-skx"
17680   filter: "'NIC_Intel-XXV710' and
17681            '64B' and
17682            'BASE' and
17683            'NDRPDR' and
17684            '4T2C' and
17685            'IP4FWD'"
17686   parameters:
17687   - "throughput"
17688   - "parent"
17689   - "tags"
17690   traces:
17691     hoverinfo: "x+y"
17692     boxpoints: "outliers"
17693     whiskerwidth: 0
17694   layout:
17695     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17696     layout: "plot-throughput"
17697
17698 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17699 -
17700   type: "plot"
17701   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17702   algorithm: "plot_performance_box"
17703   output-file-type: ".html"
17704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17705   data: "plot-dpdk-throughput-latency-2n-skx"
17706   filter: "'NIC_Intel-X710' and
17707            '64B' and
17708            'BASE' and
17709            'NDRPDR' and
17710            '2T1C' and
17711            'IP4FWD'"
17712   parameters:
17713   - "throughput"
17714   - "parent"
17715   - "tags"
17716   traces:
17717     hoverinfo: "x+y"
17718     boxpoints: "outliers"
17719     whiskerwidth: 0
17720   layout:
17721     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17722     layout: "plot-throughput"
17723
17724 -
17725   type: "plot"
17726   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17727   algorithm: "plot_performance_box"
17728   output-file-type: ".html"
17729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17730   data: "plot-dpdk-throughput-latency-2n-skx"
17731   filter: "'NIC_Intel-X710' and
17732            '64B' and
17733            'BASE' and
17734            'NDRPDR' and
17735            '4T2C' and
17736            'IP4FWD'"
17737   parameters:
17738   - "throughput"
17739   - "parent"
17740   - "tags"
17741   traces:
17742     hoverinfo: "x+y"
17743     boxpoints: "outliers"
17744     whiskerwidth: 0
17745   layout:
17746     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17747     layout: "plot-throughput"
17748
17749 -
17750   type: "plot"
17751   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17752   algorithm: "plot_performance_box"
17753   output-file-type: ".html"
17754   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17755   data: "plot-dpdk-throughput-latency-2n-skx"
17756   filter: "'NIC_Intel-X710' and
17757            '64B' and
17758            'BASE' and
17759            'NDRPDR' and
17760            '2T1C' and
17761            'IP4FWD'"
17762   parameters:
17763   - "throughput"
17764   - "parent"
17765   - "tags"
17766   traces:
17767     hoverinfo: "x+y"
17768     boxpoints: "outliers"
17769     whiskerwidth: 0
17770   layout:
17771     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17772     layout: "plot-throughput"
17773
17774 -
17775   type: "plot"
17776   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17777   algorithm: "plot_performance_box"
17778   output-file-type: ".html"
17779   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17780   data: "plot-dpdk-throughput-latency-2n-skx"
17781   filter: "'NIC_Intel-X710' and
17782            '64B' and
17783            'BASE' and
17784            'NDRPDR' and
17785            '4T2C' and
17786            'IP4FWD'"
17787   parameters:
17788   - "throughput"
17789   - "parent"
17790   - "tags"
17791   traces:
17792     hoverinfo: "x+y"
17793     boxpoints: "outliers"
17794     whiskerwidth: 0
17795   layout:
17796     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17797     layout: "plot-throughput"
17798
17799 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17800 -
17801   type: "plot"
17802   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17803   algorithm: "plot_performance_box"
17804   output-file-type: ".html"
17805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17806   data: "plot-dpdk-throughput-latency-2n-skx"
17807   filter: "'NIC_Intel-XXV710' and
17808            '64B' and
17809            'BASE' and
17810            'NDRPDR' and
17811            '2T1C' and
17812            'IP4FWD'"
17813   parameters:
17814   - "throughput"
17815   - "parent"
17816   - "tags"
17817   traces:
17818     hoverinfo: "x+y"
17819     boxpoints: "outliers"
17820     whiskerwidth: 0
17821   layout:
17822     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17823     layout: "plot-throughput"
17824
17825 -
17826   type: "plot"
17827   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17828   algorithm: "plot_performance_box"
17829   output-file-type: ".html"
17830   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17831   data: "plot-dpdk-throughput-latency-2n-skx"
17832   filter: "'NIC_Intel-XXV710' and
17833            '64B' and
17834            'BASE' and
17835            'NDRPDR' and
17836            '4T2C' and
17837            'IP4FWD'"
17838   parameters:
17839   - "throughput"
17840   - "parent"
17841   - "tags"
17842   traces:
17843     hoverinfo: "x+y"
17844     boxpoints: "outliers"
17845     whiskerwidth: 0
17846   layout:
17847     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17848     layout: "plot-throughput"
17849
17850 -
17851   type: "plot"
17852   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17853   algorithm: "plot_performance_box"
17854   output-file-type: ".html"
17855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17856   data: "plot-dpdk-throughput-latency-2n-skx"
17857   filter: "'NIC_Intel-XXV710' and
17858            '64B' and
17859            'BASE' and
17860            'NDRPDR' and
17861            '2T1C' and
17862            'IP4FWD'"
17863   parameters:
17864   - "throughput"
17865   - "parent"
17866   - "tags"
17867   traces:
17868     hoverinfo: "x+y"
17869     boxpoints: "outliers"
17870     whiskerwidth: 0
17871   layout:
17872     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17873     layout: "plot-throughput"
17874
17875 -
17876   type: "plot"
17877   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17878   algorithm: "plot_performance_box"
17879   output-file-type: ".html"
17880   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17881   data: "plot-dpdk-throughput-latency-2n-skx"
17882   filter: "'NIC_Intel-XXV710' and
17883            '64B' and
17884            'BASE' and
17885            'NDRPDR' and
17886            '4T2C' and
17887            'IP4FWD'"
17888   parameters:
17889   - "throughput"
17890   - "parent"
17891   - "tags"
17892   traces:
17893     hoverinfo: "x+y"
17894     boxpoints: "outliers"
17895     whiskerwidth: 0
17896   layout:
17897     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17898     layout: "plot-throughput"
17899
17900 ################################################################################
17901
17902 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17903 -
17904   type: "plot"
17905   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17906   algorithm: "plot_performance_box"
17907   output-file-type: ".html"
17908   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17909   data: "plot-dpdk-throughput-latency-3n-hsw"
17910   filter: "'NIC_Intel-X520-DA2' and
17911            '64B' and
17912            'BASE' and
17913            'NDRPDR' and
17914            '1T1C' and
17915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17916   parameters:
17917   - "throughput"
17918   - "parent"
17919   - "tags"
17920   traces:
17921     hoverinfo: "x+y"
17922     boxpoints: "outliers"
17923     whiskerwidth: 0
17924   layout:
17925     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17926     layout: "plot-throughput"
17927
17928 -
17929   type: "plot"
17930   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17931   algorithm: "plot_performance_box"
17932   output-file-type: ".html"
17933   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17934   data: "plot-dpdk-throughput-latency-3n-hsw"
17935   filter: "'NIC_Intel-X520-DA2' and
17936            '64B' and
17937            'BASE' and
17938            'NDRPDR' and
17939            '2T2C' and
17940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17941   parameters:
17942   - "throughput"
17943   - "parent"
17944   - "tags"
17945   traces:
17946     hoverinfo: "x+y"
17947     boxpoints: "outliers"
17948     whiskerwidth: 0
17949   layout:
17950     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17951     layout: "plot-throughput"
17952
17953 -
17954   type: "plot"
17955   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17956   algorithm: "plot_performance_box"
17957   output-file-type: ".html"
17958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17959   data: "plot-dpdk-throughput-latency-3n-hsw"
17960   filter: "'NIC_Intel-X520-DA2' and
17961            '64B' and
17962            'BASE' and
17963            'NDRPDR' and
17964            '1T1C' and
17965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17966   parameters:
17967   - "throughput"
17968   - "parent"
17969   - "tags"
17970   traces:
17971     hoverinfo: "x+y"
17972     boxpoints: "outliers"
17973     whiskerwidth: 0
17974   layout:
17975     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17976     layout: "plot-throughput"
17977
17978 -
17979   type: "plot"
17980   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17981   algorithm: "plot_performance_box"
17982   output-file-type: ".html"
17983   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17984   data: "plot-dpdk-throughput-latency-3n-hsw"
17985   filter: "'NIC_Intel-X520-DA2' and
17986            '64B' and
17987            'BASE' and
17988            'NDRPDR' and
17989            '2T2C' and
17990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17991   parameters:
17992   - "throughput"
17993   - "parent"
17994   - "tags"
17995   traces:
17996     hoverinfo: "x+y"
17997     boxpoints: "outliers"
17998     whiskerwidth: 0
17999   layout:
18000     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18001     layout: "plot-throughput"
18002
18003 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18004 -
18005   type: "plot"
18006   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18007   algorithm: "plot_performance_box"
18008   output-file-type: ".html"
18009   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18010   data: "plot-dpdk-throughput-latency-3n-hsw"
18011   filter: "'NIC_Intel-X710' and
18012            '64B' and
18013            'BASE' and
18014            'NDRPDR' and
18015            '1T1C' and
18016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18017   parameters:
18018   - "throughput"
18019   - "parent"
18020   - "tags"
18021   traces:
18022     hoverinfo: "x+y"
18023     boxpoints: "outliers"
18024     whiskerwidth: 0
18025   layout:
18026     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18027     layout: "plot-throughput"
18028
18029 -
18030   type: "plot"
18031   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18032   algorithm: "plot_performance_box"
18033   output-file-type: ".html"
18034   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18035   data: "plot-dpdk-throughput-latency-3n-hsw"
18036   filter: "'NIC_Intel-X710' and
18037            '64B' and
18038            'BASE' and
18039            'NDRPDR' and
18040            '2T2C' and
18041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18042   parameters:
18043   - "throughput"
18044   - "parent"
18045   - "tags"
18046   traces:
18047     hoverinfo: "x+y"
18048     boxpoints: "outliers"
18049     whiskerwidth: 0
18050   layout:
18051     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18052     layout: "plot-throughput"
18053
18054 -
18055   type: "plot"
18056   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18057   algorithm: "plot_performance_box"
18058   output-file-type: ".html"
18059   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18060   data: "plot-dpdk-throughput-latency-3n-hsw"
18061   filter: "'NIC_Intel-X710' and
18062            '64B' and
18063            'BASE' and
18064            'NDRPDR' and
18065            '1T1C' and
18066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18067   parameters:
18068   - "throughput"
18069   - "parent"
18070   - "tags"
18071   traces:
18072     hoverinfo: "x+y"
18073     boxpoints: "outliers"
18074     whiskerwidth: 0
18075   layout:
18076     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18077     layout: "plot-throughput"
18078
18079 -
18080   type: "plot"
18081   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18082   algorithm: "plot_performance_box"
18083   output-file-type: ".html"
18084   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18085   data: "plot-dpdk-throughput-latency-3n-hsw"
18086   filter: "'NIC_Intel-X710' and
18087            '64B' and
18088            'BASE' and
18089            'NDRPDR' and
18090            '2T2C' and
18091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18092   parameters:
18093   - "throughput"
18094   - "parent"
18095   - "tags"
18096   traces:
18097     hoverinfo: "x+y"
18098     boxpoints: "outliers"
18099     whiskerwidth: 0
18100   layout:
18101     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18102     layout: "plot-throughput"
18103
18104 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18105 -
18106   type: "plot"
18107   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18108   algorithm: "plot_performance_box"
18109   output-file-type: ".html"
18110   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18111   data: "plot-dpdk-throughput-latency-3n-hsw"
18112   filter: "'NIC_Intel-XL710' and
18113            '64B' and
18114            'BASE' and
18115            'NDRPDR' and
18116            '1T1C' and
18117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18118   parameters:
18119   - "throughput"
18120   - "parent"
18121   - "tags"
18122   traces:
18123     hoverinfo: "x+y"
18124     boxpoints: "outliers"
18125     whiskerwidth: 0
18126   layout:
18127     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18128     layout: "plot-throughput"
18129
18130 -
18131   type: "plot"
18132   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18133   algorithm: "plot_performance_box"
18134   output-file-type: ".html"
18135   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18136   data: "plot-dpdk-throughput-latency-3n-hsw"
18137   filter: "'NIC_Intel-XL710' and
18138            '64B' and
18139            'BASE' and
18140            'NDRPDR' and
18141            '2T2C' and
18142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18143   parameters:
18144   - "throughput"
18145   - "parent"
18146   - "tags"
18147   traces:
18148     hoverinfo: "x+y"
18149     boxpoints: "outliers"
18150     whiskerwidth: 0
18151   layout:
18152     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18153     layout: "plot-throughput"
18154
18155 -
18156   type: "plot"
18157   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18158   algorithm: "plot_performance_box"
18159   output-file-type: ".html"
18160   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18161   data: "plot-dpdk-throughput-latency-3n-hsw"
18162   filter: "'NIC_Intel-XL710' and
18163            '64B' and
18164            'BASE' and
18165            'NDRPDR' and
18166            '1T1C' and
18167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18168   parameters:
18169   - "throughput"
18170   - "parent"
18171   - "tags"
18172   traces:
18173     hoverinfo: "x+y"
18174     boxpoints: "outliers"
18175     whiskerwidth: 0
18176   layout:
18177     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18178     layout: "plot-throughput"
18179
18180 -
18181   type: "plot"
18182   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18183   algorithm: "plot_performance_box"
18184   output-file-type: ".html"
18185   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18186   data: "plot-dpdk-throughput-latency-3n-hsw"
18187   filter: "'NIC_Intel-XL710' and
18188            '64B' and
18189            'BASE' and
18190            'NDRPDR' and
18191            '2T2C' and
18192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18193   parameters:
18194   - "throughput"
18195   - "parent"
18196   - "tags"
18197   traces:
18198     hoverinfo: "x+y"
18199     boxpoints: "outliers"
18200     whiskerwidth: 0
18201   layout:
18202     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18203     layout: "plot-throughput"
18204
18205 # Packet Throughput - DPDK testpmd 3n-skx-x710
18206 -
18207   type: "plot"
18208   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18209   algorithm: "plot_performance_box"
18210   output-file-type: ".html"
18211   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18212   data: "plot-dpdk-throughput-latency-3n-skx"
18213   filter: "'NIC_Intel-X710' and
18214            '64B' and
18215            'BASE' and
18216            'NDRPDR' and
18217            '2T1C' and
18218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18219   parameters:
18220   - "throughput"
18221   - "parent"
18222   - "tags"
18223   traces:
18224     hoverinfo: "x+y"
18225     boxpoints: "outliers"
18226     whiskerwidth: 0
18227   layout:
18228     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18229     layout: "plot-throughput"
18230
18231 -
18232   type: "plot"
18233   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18234   algorithm: "plot_performance_box"
18235   output-file-type: ".html"
18236   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18237   data: "plot-dpdk-throughput-latency-3n-skx"
18238   filter: "'NIC_Intel-X710' and
18239            '64B' and
18240            'BASE' and
18241            'NDRPDR' and
18242            '4T2C' and
18243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18244   parameters:
18245   - "throughput"
18246   - "parent"
18247   - "tags"
18248   traces:
18249     hoverinfo: "x+y"
18250     boxpoints: "outliers"
18251     whiskerwidth: 0
18252   layout:
18253     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18254     layout: "plot-throughput"
18255
18256 -
18257   type: "plot"
18258   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18259   algorithm: "plot_performance_box"
18260   output-file-type: ".html"
18261   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18262   data: "plot-dpdk-throughput-latency-3n-skx"
18263   filter: "'NIC_Intel-X710' and
18264            '64B' and
18265            'BASE' and
18266            'NDRPDR' and
18267            '2T1C' and
18268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18269   parameters:
18270   - "throughput"
18271   - "parent"
18272   - "tags"
18273   traces:
18274     hoverinfo: "x+y"
18275     boxpoints: "outliers"
18276     whiskerwidth: 0
18277   layout:
18278     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18279     layout: "plot-throughput"
18280
18281 -
18282   type: "plot"
18283   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18284   algorithm: "plot_performance_box"
18285   output-file-type: ".html"
18286   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18287   data: "plot-dpdk-throughput-latency-3n-skx"
18288   filter: "'NIC_Intel-X710' and
18289            '64B' and
18290            'BASE' and
18291            'NDRPDR' and
18292            '4T2C' and
18293            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18294   parameters:
18295   - "throughput"
18296   - "parent"
18297   - "tags"
18298   traces:
18299     hoverinfo: "x+y"
18300     boxpoints: "outliers"
18301     whiskerwidth: 0
18302   layout:
18303     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18304     layout: "plot-throughput"
18305
18306 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18307 -
18308   type: "plot"
18309   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18310   algorithm: "plot_performance_box"
18311   output-file-type: ".html"
18312   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18313   data: "plot-dpdk-throughput-latency-3n-skx"
18314   filter: "'NIC_Intel-XXV710' and
18315            '64B' and
18316            'BASE' and
18317            'NDRPDR' and
18318            '2T1C' and
18319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18320   parameters:
18321   - "throughput"
18322   - "parent"
18323   - "tags"
18324   traces:
18325     hoverinfo: "x+y"
18326     boxpoints: "outliers"
18327     whiskerwidth: 0
18328   layout:
18329     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18330     layout: "plot-throughput"
18331
18332 -
18333   type: "plot"
18334   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18335   algorithm: "plot_performance_box"
18336   output-file-type: ".html"
18337   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18338   data: "plot-dpdk-throughput-latency-3n-skx"
18339   filter: "'NIC_Intel-XXV710' and
18340            '64B' and
18341            'BASE' and
18342            'NDRPDR' and
18343            '4T2C' and
18344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18345   parameters:
18346   - "throughput"
18347   - "parent"
18348   - "tags"
18349   traces:
18350     hoverinfo: "x+y"
18351     boxpoints: "outliers"
18352     whiskerwidth: 0
18353   layout:
18354     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18355     layout: "plot-throughput"
18356
18357 -
18358   type: "plot"
18359   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18360   algorithm: "plot_performance_box"
18361   output-file-type: ".html"
18362   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18363   data: "plot-dpdk-throughput-latency-3n-skx"
18364   filter: "'NIC_Intel-XXV710' and
18365            '64B' and
18366            'BASE' and
18367            'NDRPDR' and
18368            '2T1C' and
18369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18370   parameters:
18371   - "throughput"
18372   - "parent"
18373   - "tags"
18374   traces:
18375     hoverinfo: "x+y"
18376     boxpoints: "outliers"
18377     whiskerwidth: 0
18378   layout:
18379     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18380     layout: "plot-throughput"
18381
18382 -
18383   type: "plot"
18384   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18385   algorithm: "plot_performance_box"
18386   output-file-type: ".html"
18387   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18388   data: "plot-dpdk-throughput-latency-3n-skx"
18389   filter: "'NIC_Intel-XXV710' and
18390            '64B' and
18391            'BASE' and
18392            'NDRPDR' and
18393            '4T2C' and
18394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18395   parameters:
18396   - "throughput"
18397   - "parent"
18398   - "tags"
18399   traces:
18400     hoverinfo: "x+y"
18401     boxpoints: "outliers"
18402     whiskerwidth: 0
18403   layout:
18404     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18405     layout: "plot-throughput"
18406
18407 # Packet Throughput - DPDK testpmd 2n-skx-x710
18408 -
18409   type: "plot"
18410   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18411   algorithm: "plot_performance_box"
18412   output-file-type: ".html"
18413   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18414   data: "plot-dpdk-throughput-latency-2n-skx"
18415   filter: "'NIC_Intel-X710' and
18416            '64B' and
18417            'BASE' and
18418            'NDRPDR' and
18419            '2T1C' and
18420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18421   parameters:
18422   - "throughput"
18423   - "parent"
18424   - "tags"
18425   traces:
18426     hoverinfo: "x+y"
18427     boxpoints: "outliers"
18428     whiskerwidth: 0
18429   layout:
18430     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18431     layout: "plot-throughput"
18432
18433 -
18434   type: "plot"
18435   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18436   algorithm: "plot_performance_box"
18437   output-file-type: ".html"
18438   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18439   data: "plot-dpdk-throughput-latency-2n-skx"
18440   filter: "'NIC_Intel-X710' and
18441            '64B' and
18442            'BASE' and
18443            'NDRPDR' and
18444            '4T2C' and
18445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18446   parameters:
18447   - "throughput"
18448   - "parent"
18449   - "tags"
18450   traces:
18451     hoverinfo: "x+y"
18452     boxpoints: "outliers"
18453     whiskerwidth: 0
18454   layout:
18455     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18456     layout: "plot-throughput"
18457
18458 -
18459   type: "plot"
18460   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18461   algorithm: "plot_performance_box"
18462   output-file-type: ".html"
18463   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18464   data: "plot-dpdk-throughput-latency-2n-skx"
18465   filter: "'NIC_Intel-X710' and
18466            '64B' and
18467            'BASE' and
18468            'NDRPDR' and
18469            '2T1C' and
18470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18471   parameters:
18472   - "throughput"
18473   - "parent"
18474   - "tags"
18475   traces:
18476     hoverinfo: "x+y"
18477     boxpoints: "outliers"
18478     whiskerwidth: 0
18479   layout:
18480     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18481     layout: "plot-throughput"
18482
18483 -
18484   type: "plot"
18485   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18486   algorithm: "plot_performance_box"
18487   output-file-type: ".html"
18488   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18489   data: "plot-dpdk-throughput-latency-2n-skx"
18490   filter: "'NIC_Intel-X710' and
18491            '64B' and
18492            'BASE' and
18493            'NDRPDR' and
18494            '4T2C' and
18495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18496   parameters:
18497   - "throughput"
18498   - "parent"
18499   - "tags"
18500   traces:
18501     hoverinfo: "x+y"
18502     boxpoints: "outliers"
18503     whiskerwidth: 0
18504   layout:
18505     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18506     layout: "plot-throughput"
18507
18508 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18509 -
18510   type: "plot"
18511   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18512   algorithm: "plot_performance_box"
18513   output-file-type: ".html"
18514   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18515   data: "plot-dpdk-throughput-latency-2n-skx"
18516   filter: "'NIC_Intel-XXV710' and
18517            '64B' and
18518            'BASE' and
18519            'NDRPDR' and
18520            '2T1C' and
18521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18522   parameters:
18523   - "throughput"
18524   - "parent"
18525   - "tags"
18526   traces:
18527     hoverinfo: "x+y"
18528     boxpoints: "outliers"
18529     whiskerwidth: 0
18530   layout:
18531     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18532     layout: "plot-throughput"
18533
18534 -
18535   type: "plot"
18536   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18537   algorithm: "plot_performance_box"
18538   output-file-type: ".html"
18539   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18540   data: "plot-dpdk-throughput-latency-2n-skx"
18541   filter: "'NIC_Intel-XXV710' and
18542            '64B' and
18543            'BASE' and
18544            'NDRPDR' and
18545            '4T2C' and
18546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18547   parameters:
18548   - "throughput"
18549   - "parent"
18550   - "tags"
18551   traces:
18552     hoverinfo: "x+y"
18553     boxpoints: "outliers"
18554     whiskerwidth: 0
18555   layout:
18556     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18557     layout: "plot-throughput"
18558
18559 -
18560   type: "plot"
18561   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18562   algorithm: "plot_performance_box"
18563   output-file-type: ".html"
18564   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18565   data: "plot-dpdk-throughput-latency-2n-skx"
18566   filter: "'NIC_Intel-XXV710' and
18567            '64B' and
18568            'BASE' and
18569            'NDRPDR' and
18570            '2T1C' and
18571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18572   parameters:
18573   - "throughput"
18574   - "parent"
18575   - "tags"
18576   traces:
18577     hoverinfo: "x+y"
18578     boxpoints: "outliers"
18579     whiskerwidth: 0
18580   layout:
18581     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18582     layout: "plot-throughput"
18583
18584 -
18585   type: "plot"
18586   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18587   algorithm: "plot_performance_box"
18588   output-file-type: ".html"
18589   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18590   data: "plot-dpdk-throughput-latency-2n-skx"
18591   filter: "'NIC_Intel-XXV710' and
18592            '64B' and
18593            'BASE' and
18594            'NDRPDR' and
18595            '4T2C' and
18596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18597   parameters:
18598   - "throughput"
18599   - "parent"
18600   - "tags"
18601   traces:
18602     hoverinfo: "x+y"
18603     boxpoints: "outliers"
18604     whiskerwidth: 0
18605   layout:
18606     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18607     layout: "plot-throughput"
18608
18609 ################################################################################
18610
18611 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18612 -
18613   type: "plot"
18614   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18615   algorithm: "plot_latency_error_bars"
18616   output-file-type: ".html"
18617   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18618   data: "plot-vpp-throughput-latency-3n-hsw"
18619   filter: "'NIC_Intel-X520-DA2' and
18620            '64B' and
18621            ('BASE' or 'SCALE') and
18622            'NDRPDR' and
18623            'ETH' and
18624            '1T1C' and
18625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18626            not 'VHOST' and
18627            not 'MEMIF'"
18628   parameters:
18629   - "latency"
18630   - "parent"
18631   - "tags"
18632   sort:
18633   - "L2XCFWD"
18634   - "L2PATCH"
18635   - "L2BDMACLRN"
18636   - "FIB_10K"
18637   - "FIB_100K"
18638   - "FIB_1M"
18639   layout:
18640     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18641     layout: "plot-latency"
18642
18643 -
18644   type: "plot"
18645   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18646   algorithm: "plot_latency_error_bars"
18647   output-file-type: ".html"
18648   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18649   data: "plot-vpp-throughput-latency-3n-hsw"
18650   filter: "'NIC_Intel-X520-DA2' and
18651            '64B' and
18652            ('BASE' or 'SCALE') and
18653            'NDRPDR' and
18654            'ETH' and
18655            '2T2C' and
18656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18657            not 'VHOST' and
18658            not 'MEMIF'"
18659   parameters:
18660   - "latency"
18661   - "parent"
18662   - "tags"
18663   sort:
18664   - "L2XCFWD"
18665   - "L2PATCH"
18666   - "L2BDMACLRN"
18667   - "FIB_10K"
18668   - "FIB_100K"
18669   - "FIB_1M"
18670   layout:
18671     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18672     layout: "plot-latency"
18673
18674 # Packet Latency - VPP L2 3n-hsw-x520 features
18675 -
18676   type: "plot"
18677   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18678   algorithm: "plot_latency_error_bars"
18679   output-file-type: ".html"
18680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18681   data: "plot-vpp-throughput-latency-3n-hsw"
18682   filter: "'NIC_Intel-X520-DA2' and
18683            '64B' and
18684            'NDRPDR' and
18685            '1T1C' and
18686            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18687            not 'ACL' and
18688            not 'VHOST' and
18689            not 'MEMIF'"
18690   parameters:
18691   - "latency"
18692   - "parent"
18693   - "tags"
18694   sort:
18695   - "L2XCBASE"    # l2xcbase
18696   - "L2BDBASE"    # l2bdbase
18697   - "L2XCFWD"     # dot1q-l2xcbase
18698   - "L2BDMACLRN"  # dot1q-l2bdbase
18699   layout:
18700     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18701     layout: "plot-latency"
18702
18703 -
18704   type: "plot"
18705   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18706   algorithm: "plot_latency_error_bars"
18707   output-file-type: ".html"
18708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18709   data: "plot-vpp-throughput-latency-3n-hsw"
18710   filter: "'NIC_Intel-X520-DA2' and
18711            '64B' and
18712            'NDRPDR' and
18713            '2T2C' and
18714            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18715            not 'ACL' and
18716            not 'VHOST' and
18717            not 'MEMIF'"
18718   parameters:
18719   - "latency"
18720   - "parent"
18721   - "tags"
18722   sort:
18723   - "L2XCBASE"    # l2xcbase
18724   - "L2BDBASE"    # l2bdbase
18725   - "L2XCFWD"     # dot1q-l2xcbase
18726   - "L2BDMACLRN"  # dot1q-l2bdbase
18727   layout:
18728     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18729     layout: "plot-latency"
18730
18731 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18732 -
18733   type: "plot"
18734   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18735   algorithm: "plot_latency_error_bars"
18736   output-file-type: ".html"
18737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18738   data: "plot-vpp-throughput-latency-3n-hsw"
18739   filter: "'NIC_Intel-X710' and
18740            '64B' and
18741            ('BASE' or 'SCALE') and
18742            'NDRPDR' and
18743            'ETH' and
18744            '1T1C' and
18745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18746            not 'VHOST' and
18747            not 'MEMIF'"
18748   parameters:
18749   - "latency"
18750   - "parent"
18751   - "tags"
18752   sort:
18753   - "L2PATCH"
18754   - "L2XCBASE"
18755   - "BASE"
18756   - "FIB_10K"
18757   - "FIB_100K"
18758   - "FIB_1M"
18759   layout:
18760     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18761     layout: "plot-latency"
18762
18763 -
18764   type: "plot"
18765   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18766   algorithm: "plot_latency_error_bars"
18767   output-file-type: ".html"
18768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18769   data: "plot-vpp-throughput-latency-3n-hsw"
18770   filter: "'NIC_Intel-X710' and
18771            '64B' and
18772            ('BASE' or 'SCALE') and
18773            'NDRPDR' and
18774            'ETH' and
18775            '2T2C' and
18776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18777            not 'VHOST' and
18778            not 'MEMIF'"
18779   parameters:
18780   - "latency"
18781   - "parent"
18782   - "tags"
18783   sort:
18784   - "L2PATCH"
18785   - "L2XCBASE"
18786   - "BASE"
18787   - "FIB_10K"
18788   - "FIB_100K"
18789   - "FIB_1M"
18790   layout:
18791     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18792     layout: "plot-latency"
18793
18794 # Packet Latency - VPP L2 3n-hsw-x710 features
18795 -
18796   type: "plot"
18797   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18798   algorithm: "plot_latency_error_bars"
18799   output-file-type: ".html"
18800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18801   data: "plot-vpp-throughput-latency-3n-hsw"
18802   filter: "'NIC_Intel-X710' and
18803            '64B' and
18804            'NDRPDR' and
18805            '1T1C' and
18806            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18807            not 'ACL' and
18808            not 'VHOST' and
18809            not 'MEMIF'"
18810   parameters:
18811   - "latency"
18812   - "parent"
18813   - "tags"
18814   sort:
18815   - "L2XCBASE"    # l2xcbase
18816   - "L2BDBASE"    # l2bdbase
18817   - "L2XCFWD"     # dot1q-l2xcbase
18818   - "L2BDMACLRN"  # dot1q-l2bdbase
18819   layout:
18820     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18821     layout: "plot-latency"
18822
18823 -
18824   type: "plot"
18825   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18826   algorithm: "plot_latency_error_bars"
18827   output-file-type: ".html"
18828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18829   data: "plot-vpp-throughput-latency-3n-hsw"
18830   filter: "'NIC_Intel-X710' and
18831            '64B' and
18832            'NDRPDR' and
18833            '2T2C' and
18834            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18835            not 'ACL' and
18836            not 'VHOST' and
18837            not 'MEMIF'"
18838   parameters:
18839   - "latency"
18840   - "parent"
18841   - "tags"
18842   sort:
18843   - "L2XCBASE"    # l2xcbase
18844   - "L2BDBASE"    # l2bdbase
18845   - "L2XCFWD"     # dot1q-l2xcbase
18846   - "L2BDMACLRN"  # dot1q-l2bdbase
18847   layout:
18848     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18849     layout: "plot-latency"
18850
18851 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18852 -
18853   type: "plot"
18854   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18855   algorithm: "plot_latency_error_bars"
18856   output-file-type: ".html"
18857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18858   data: "plot-vpp-throughput-latency-3n-hsw"
18859   filter: "'NIC_Intel-XL710' and
18860            '64B' and
18861            ('BASE' or 'SCALE') and
18862            'NDRPDR' and
18863            'ETH' and
18864            '1T1C' and
18865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18866            not 'VHOST' and
18867            not 'MEMIF'"
18868   parameters:
18869   - "latency"
18870   - "parent"
18871   - "tags"
18872   sort:
18873   - "L2PATCH"
18874   - "L2XCBASE"
18875   - "BASE"
18876   - "FIB_10K"
18877   - "FIB_100K"
18878   - "FIB_1M"
18879   layout:
18880     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18881     layout: "plot-latency"
18882
18883 -
18884   type: "plot"
18885   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18886   algorithm: "plot_latency_error_bars"
18887   output-file-type: ".html"
18888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18889   data: "plot-vpp-throughput-latency-3n-hsw"
18890   filter: "'NIC_Intel-XL710' and
18891            '64B' and
18892            ('BASE' or 'SCALE') and
18893            'NDRPDR' and
18894            'ETH' and
18895            '2T2C' and
18896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18897            not 'VHOST' and
18898            not 'MEMIF'"
18899   parameters:
18900   - "latency"
18901   - "parent"
18902   - "tags"
18903   sort:
18904   - "L2PATCH"
18905   - "L2XCBASE"
18906   - "BASE"
18907   - "FIB_10K"
18908   - "FIB_100K"
18909   - "FIB_1M"
18910   layout:
18911     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18912     layout: "plot-latency"
18913
18914 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18915 -
18916   type: "plot"
18917   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18918   algorithm: "plot_latency_error_bars"
18919   output-file-type: ".html"
18920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18921   data: "plot-vpp-throughput-latency-3n-skx"
18922   filter: "'NIC_Intel-X710' and
18923            '64B' and
18924            ('BASE' or 'SCALE') and
18925            'NDRPDR' and
18926            'ETH' and
18927            '2T1C' and
18928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18929            not 'VHOST' and
18930            not 'MEMIF' and
18931            not 'DRV_AVF'"
18932   parameters:
18933   - "latency"
18934   - "parent"
18935   - "tags"
18936   sort:
18937   - "L2PATCH"
18938   - "L2XCBASE"
18939   - "BASE"
18940   - "FIB_10K"
18941   - "FIB_100K"
18942   - "FIB_1M"
18943   layout:
18944     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18945     layout: "plot-latency"
18946
18947 -
18948   type: "plot"
18949   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18950   algorithm: "plot_latency_error_bars"
18951   output-file-type: ".html"
18952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18953   data: "plot-vpp-throughput-latency-3n-skx"
18954   filter: "'NIC_Intel-X710' and
18955            '64B' and
18956            ('BASE' or 'SCALE') and
18957            'NDRPDR' and
18958            'ETH' and
18959            '4T2C' and
18960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18961            not 'VHOST' and
18962            not 'MEMIF' and
18963            not 'DRV_AVF'"
18964   parameters:
18965   - "latency"
18966   - "parent"
18967   - "tags"
18968   sort:
18969   - "L2PATCH"
18970   - "L2XCBASE"
18971   - "BASE"
18972   - "FIB_10K"
18973   - "FIB_100K"
18974   - "FIB_1M"
18975   layout:
18976     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18977     layout: "plot-latency"
18978
18979 # Packet Latency - VPP L2 3n-skx-x710 features
18980 -
18981   type: "plot"
18982   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18983   algorithm: "plot_latency_error_bars"
18984   output-file-type: ".html"
18985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18986   data: "plot-vpp-throughput-latency-3n-skx"
18987   filter: "'NIC_Intel-X710' and
18988            '64B' and
18989            'NDRPDR' and
18990            '2T1C' and
18991            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18992            not 'ACL' and
18993            not 'VHOST' and
18994            not 'MEMIF'"
18995   parameters:
18996   - "latency"
18997   - "parent"
18998   - "tags"
18999   sort:
19000   - "L2XCBASE"    # l2xcbase
19001   - "L2BDBASE"    # l2bdbase
19002   - "L2XCFWD"     # dot1q-l2xcbase
19003   - "L2BDMACLRN"  # dot1q-l2bdbase
19004   layout:
19005     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19006     layout: "plot-latency"
19007
19008 -
19009   type: "plot"
19010   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19011   algorithm: "plot_latency_error_bars"
19012   output-file-type: ".html"
19013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19014   data: "plot-vpp-throughput-latency-3n-skx"
19015   filter: "'NIC_Intel-X710' and
19016            '64B' and
19017            'NDRPDR' and
19018            '4T2C' and
19019            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19020            not 'ACL' and
19021            not 'VHOST' and
19022            not 'MEMIF'"
19023   parameters:
19024   - "latency"
19025   - "parent"
19026   - "tags"
19027   sort:
19028   - "L2XCBASE"    # l2xcbase
19029   - "L2BDBASE"    # l2bdbase
19030   - "L2XCFWD"     # dot1q-l2xcbase
19031   - "L2BDMACLRN"  # dot1q-l2bdbase
19032   layout:
19033     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19034     layout: "plot-latency"
19035
19036 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19037 -
19038   type: "plot"
19039   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19040   algorithm: "plot_latency_error_bars"
19041   output-file-type: ".html"
19042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19043   data: "plot-vpp-throughput-latency-3n-skx"
19044   filter: "'NIC_Intel-XXV710' and
19045            '64B' and
19046            ('BASE' or 'SCALE') and
19047            'NDRPDR' and
19048            'ETH' and
19049            '2T1C' and
19050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19051            not 'VHOST' and
19052            not 'MEMIF' and
19053            not 'DRV_AVF'"
19054   parameters:
19055   - "latency"
19056   - "parent"
19057   - "tags"
19058   sort:
19059   - "L2PATCH"
19060   - "L2XCBASE"
19061   - "BASE"
19062   - "FIB_10K"
19063   - "FIB_100K"
19064   - "FIB_1M"
19065   layout:
19066     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19067     layout: "plot-latency"
19068
19069 -
19070   type: "plot"
19071   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19072   algorithm: "plot_latency_error_bars"
19073   output-file-type: ".html"
19074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19075   data: "plot-vpp-throughput-latency-3n-skx"
19076   filter: "'NIC_Intel-XXV710' and
19077            '64B' and
19078            ('BASE' or 'SCALE') and
19079            'NDRPDR' and
19080            'ETH' and
19081            '4T2C' and
19082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19083            not 'VHOST' and
19084            not 'MEMIF' and
19085            not 'DRV_AVF'"
19086   parameters:
19087   - "latency"
19088   - "parent"
19089   - "tags"
19090   sort:
19091   - "L2PATCH"
19092   - "L2XCBASE"
19093   - "BASE"
19094   - "FIB_10K"
19095   - "FIB_100K"
19096   - "FIB_1M"
19097   layout:
19098     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19099     layout: "plot-latency"
19100
19101 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19102 -
19103   type: "plot"
19104   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19105   algorithm: "plot_latency_error_bars"
19106   output-file-type: ".html"
19107   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19108   data: "plot-vpp-throughput-latency-2n-skx"
19109   filter: "'NIC_Intel-X710' and
19110            '64B' and
19111            'ETH' and
19112            ('BASE' or 'SCALE') and
19113            'NDRPDR' and
19114            '2T1C' and
19115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19116            not 'VHOST' and
19117            not 'MEMIF'"
19118   parameters:
19119   - "latency"
19120   - "parent"
19121   - "tags"
19122   sort:
19123   - "L2PATCH"
19124   - "L2XCBASE"
19125   - "BASE"
19126   - "FIB_10K"
19127   - "FIB_100K"
19128   - "FIB_1M"
19129   layout:
19130     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19131     layout: "plot-latency"
19132
19133 -
19134   type: "plot"
19135   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19136   algorithm: "plot_latency_error_bars"
19137   output-file-type: ".html"
19138   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19139   data: "plot-vpp-throughput-latency-2n-skx"
19140   filter: "'NIC_Intel-X710' and
19141            '64B' and
19142            ('BASE' or 'SCALE') and
19143            'NDRPDR' and
19144            'ETH' and
19145            '4T2C' and
19146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19147            not 'VHOST' and
19148            not 'MEMIF'"
19149   parameters:
19150   - "latency"
19151   - "parent"
19152   - "tags"
19153   sort:
19154   - "L2PATCH"
19155   - "L2XCBASE"
19156   - "BASE"
19157   - "FIB_10K"
19158   - "FIB_100K"
19159   - "FIB_1M"
19160   layout:
19161     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19162     layout: "plot-latency"
19163
19164 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19165 -
19166   type: "plot"
19167   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19168   algorithm: "plot_latency_error_bars"
19169   output-file-type: ".html"
19170   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19171   data: "plot-vpp-throughput-latency-2n-skx"
19172   filter: "'NIC_Intel-XXV710' and
19173            '64B' and
19174            ('BASE' or 'SCALE') and
19175            'NDRPDR' and
19176            'ETH' and
19177            '2T1C' and
19178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19179            not 'VHOST' and
19180            not 'MEMIF'"
19181   parameters:
19182   - "latency"
19183   - "parent"
19184   - "tags"
19185   sort:
19186   - "L2PATCH"
19187   - "L2XCBASE"
19188   - "BASE"
19189   - "FIB_10K"
19190   - "FIB_100K"
19191   - "FIB_1M"
19192   layout:
19193     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19194     layout: "plot-latency"
19195
19196 -
19197   type: "plot"
19198   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19199   algorithm: "plot_latency_error_bars"
19200   output-file-type: ".html"
19201   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19202   data: "plot-vpp-throughput-latency-2n-skx"
19203   filter: "'NIC_Intel-XXV710' and
19204            '64B' and
19205            ('BASE' or 'SCALE') and
19206            'NDRPDR' and
19207            'ETH' and
19208            '4T2C' and
19209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19210            not 'VHOST' and
19211            not 'MEMIF'"
19212   parameters:
19213   - "latency"
19214   - "parent"
19215   - "tags"
19216   sort:
19217   - "L2PATCH"
19218   - "L2XCBASE"
19219   - "BASE"
19220   - "FIB_10K"
19221   - "FIB_100K"
19222   - "FIB_1M"
19223   layout:
19224     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19225     layout: "plot-latency"
19226
19227 ################################################################################
19228
19229 # Packet Latency - VPP Container Memif 3n-hsw-x520
19230 -
19231   type: "plot"
19232   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19233   algorithm: "plot_latency_error_bars"
19234   output-file-type: ".html"
19235   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19236   data: "plot-vpp-throughput-latency-3n-hsw"
19237   filter: "'NIC_Intel-X520-DA2' and
19238            '64B' and
19239            ('BASE' or 'SCALE') and
19240            'NDRPDR' and
19241            '1T1C' and
19242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19243            not 'VHOST' and
19244            'MEMIF'"
19245   parameters:
19246   - "latency"
19247   - "parent"
19248   - "tags"
19249   sort:
19250   - "L2XCFWD"
19251   - "L2XCFWD"
19252   - "L2XCFWD"
19253   - "L2BDMACLRN"
19254   - "L2BDMACLRN"
19255   - "L2BDMACLRN"
19256   layout:
19257     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19258     layout: "plot-latency"
19259
19260 -
19261   type: "plot"
19262   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19263   algorithm: "plot_latency_error_bars"
19264   output-file-type: ".html"
19265   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19266   data: "plot-vpp-throughput-latency-3n-hsw"
19267   filter: "'NIC_Intel-X520-DA2' and
19268            '64B' and
19269            ('BASE' or 'SCALE') and
19270            'NDRPDR' and
19271            '2T2C' and
19272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19273            not 'VHOST' and
19274            'MEMIF'"
19275   parameters:
19276   - "latency"
19277   - "parent"
19278   - "tags"
19279   sort:
19280   - "L2XCFWD"
19281   - "L2XCFWD"
19282   - "L2XCFWD"
19283   - "L2BDMACLRN"
19284   - "L2BDMACLRN"
19285   - "L2BDMACLRN"
19286   layout:
19287     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19288     layout: "plot-latency"
19289
19290 # Packet Latency - VPP Container Memif 3n-hsw-x710
19291 -
19292   type: "plot"
19293   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19294   algorithm: "plot_latency_error_bars"
19295   output-file-type: ".html"
19296   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19297   data: "plot-vpp-throughput-latency-3n-hsw"
19298   filter: "'NIC_Intel-X710' and
19299            '64B' and
19300            ('BASE' or 'SCALE') and
19301            'NDRPDR' and
19302            '1T1C' and
19303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19304            not 'VHOST' and
19305            'MEMIF'"
19306   parameters:
19307   - "latency"
19308   - "parent"
19309   - "tags"
19310   sort:
19311   - "L2XCFWD"
19312   - "L2XCFWD"
19313   - "L2XCFWD"
19314   - "L2BDMACLRN"
19315   - "L2BDMACLRN"
19316   - "L2BDMACLRN"
19317   layout:
19318     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19319     layout: "plot-latency"
19320
19321 -
19322   type: "plot"
19323   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19324   algorithm: "plot_latency_error_bars"
19325   output-file-type: ".html"
19326   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19327   data: "plot-vpp-throughput-latency-3n-hsw"
19328   filter: "'NIC_Intel-X710' and
19329            '64B' and
19330            ('BASE' or 'SCALE') and
19331            'NDRPDR' and
19332            '2T2C' and
19333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19334            not 'VHOST' and
19335            'MEMIF'"
19336   parameters:
19337   - "latency"
19338   - "parent"
19339   - "tags"
19340   sort:
19341   - "L2XCFWD"
19342   - "L2XCFWD"
19343   - "L2XCFWD"
19344   - "L2BDMACLRN"
19345   - "L2BDMACLRN"
19346   - "L2BDMACLRN"
19347   layout:
19348     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19349     layout: "plot-latency"
19350
19351 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19352 -
19353   type: "plot"
19354   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19355   algorithm: "plot_latency_error_bars"
19356   output-file-type: ".html"
19357   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19358   data: "plot-vpp-throughput-latency-3n-hsw"
19359   filter: "'NIC_Intel-XL710' and
19360            '64B' and
19361            ('BASE' or 'SCALE') and
19362            'NDRPDR' and
19363            '1T1C' and
19364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19365            not 'VHOST' and
19366            'MEMIF'"
19367   parameters:
19368   - "latency"
19369   - "parent"
19370   - "tags"
19371   sort:
19372   - "L2XCFWD"
19373   - "L2XCFWD"
19374   - "L2XCFWD"
19375   - "L2BDMACLRN"
19376   - "L2BDMACLRN"
19377   - "L2BDMACLRN"
19378   layout:
19379     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19380     layout: "plot-latency"
19381
19382 -
19383   type: "plot"
19384   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19385   algorithm: "plot_latency_error_bars"
19386   output-file-type: ".html"
19387   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19388   data: "plot-vpp-throughput-latency-3n-hsw"
19389   filter: "'NIC_Intel-XL710' and
19390            '64B' and
19391            ('BASE' or 'SCALE') and
19392            'NDRPDR' and
19393            '2T2C' and
19394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19395            not 'VHOST' and
19396            'MEMIF'"
19397   parameters:
19398   - "latency"
19399   - "parent"
19400   - "tags"
19401   sort:
19402   - "L2XCFWD"
19403   - "L2XCFWD"
19404   - "L2XCFWD"
19405   - "L2BDMACLRN"
19406   - "L2BDMACLRN"
19407   - "L2BDMACLRN"
19408   layout:
19409     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19410     layout: "plot-latency"
19411
19412 # Packet Latency - VPP Container Memif 3n-skx-x710
19413 -
19414   type: "plot"
19415   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19416   algorithm: "plot_latency_error_bars"
19417   output-file-type: ".html"
19418   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19419   data: "plot-vpp-throughput-latency-3n-skx"
19420   filter: "'NIC_Intel-X710' and
19421            '64B' and
19422            ('BASE' or 'SCALE') and
19423            'NDRPDR' and
19424            '2T1C' and
19425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19426            not 'VHOST' and
19427            'MEMIF'"
19428   parameters:
19429   - "latency"
19430   - "parent"
19431   - "tags"
19432   sort:
19433   - "L2XCFWD"
19434   - "L2XCFWD"
19435   - "L2XCFWD"
19436   - "L2BDMACLRN"
19437   - "L2BDMACLRN"
19438   - "L2BDMACLRN"
19439   layout:
19440     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19441     layout: "plot-latency"
19442
19443 -
19444   type: "plot"
19445   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19446   algorithm: "plot_latency_error_bars"
19447   output-file-type: ".html"
19448   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19449   data: "plot-vpp-throughput-latency-3n-skx"
19450   filter: "'NIC_Intel-X710' and
19451            '64B' and
19452            ('BASE' or 'SCALE') and
19453            'NDRPDR' and
19454            '4T2C' and
19455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19456            not 'VHOST' and
19457            'MEMIF'"
19458   parameters:
19459   - "latency"
19460   - "parent"
19461   - "tags"
19462   sort:
19463   - "L2XCFWD"
19464   - "L2XCFWD"
19465   - "L2XCFWD"
19466   - "L2BDMACLRN"
19467   - "L2BDMACLRN"
19468   - "L2BDMACLRN"
19469   layout:
19470     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19471     layout: "plot-latency"
19472
19473 # Packet Latency - VPP Container Memif 2n-skx-x710
19474 -
19475   type: "plot"
19476   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19477   algorithm: "plot_latency_error_bars"
19478   output-file-type: ".html"
19479   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19480   data: "plot-vpp-throughput-latency-2n-skx"
19481   filter: "'NIC_Intel-X710' and
19482            '64B' and
19483            ('BASE' or 'SCALE') and
19484            'NDRPDR' and
19485            '2T1C' and
19486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19487            not 'VHOST' and
19488            'MEMIF'"
19489   parameters:
19490   - "latency"
19491   - "parent"
19492   - "tags"
19493   sort:
19494   - "L2XCFWD"
19495   - "L2XCFWD"
19496   - "L2XCFWD"
19497   - "L2BDMACLRN"
19498   - "L2BDMACLRN"
19499   - "L2BDMACLRN"
19500   layout:
19501     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19502     layout: "plot-latency"
19503
19504 -
19505   type: "plot"
19506   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19507   algorithm: "plot_latency_error_bars"
19508   output-file-type: ".html"
19509   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19510   data: "plot-vpp-throughput-latency-2n-skx"
19511   filter: "'NIC_Intel-X710' and
19512            '64B' and
19513            ('BASE' or 'SCALE') and
19514            'NDRPDR' and
19515            '4T2C' and
19516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19517            not 'VHOST' and
19518            'MEMIF'"
19519   parameters:
19520   - "latency"
19521   - "parent"
19522   - "tags"
19523   sort:
19524   - "L2XCFWD"
19525   - "L2XCFWD"
19526   - "L2XCFWD"
19527   - "L2BDMACLRN"
19528   - "L2BDMACLRN"
19529   - "L2BDMACLRN"
19530   layout:
19531     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19532     layout: "plot-latency"
19533
19534 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19535 -
19536   type: "plot"
19537   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19538   algorithm: "plot_latency_error_bars"
19539   output-file-type: ".html"
19540   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19541   data: "plot-vpp-throughput-latency-2n-skx"
19542   filter: "'NIC_Intel-XXV710' and
19543            '64B' and
19544            ('BASE' or 'SCALE') and
19545            'NDRPDR' and
19546            '2T1C' and
19547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19548            not 'VHOST' and
19549            'MEMIF'"
19550   parameters:
19551   - "latency"
19552   - "parent"
19553   - "tags"
19554   sort:
19555   - "L2XCFWD"
19556   - "L2XCFWD"
19557   - "L2XCFWD"
19558   - "L2BDMACLRN"
19559   - "L2BDMACLRN"
19560   - "L2BDMACLRN"
19561   layout:
19562     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19563     layout: "plot-latency"
19564
19565 -
19566   type: "plot"
19567   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19568   algorithm: "plot_latency_error_bars"
19569   output-file-type: ".html"
19570   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19571   data: "plot-vpp-throughput-latency-2n-skx"
19572   filter: "'NIC_Intel-XXV710' and
19573            '64B' and
19574            ('BASE' or 'SCALE') and
19575            'NDRPDR' and
19576            '4T2C' and
19577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19578            not 'VHOST' and
19579            'MEMIF'"
19580   parameters:
19581   - "latency"
19582   - "parent"
19583   - "tags"
19584   sort:
19585   - "L2XCFWD"
19586   - "L2XCFWD"
19587   - "L2XCFWD"
19588   - "L2BDMACLRN"
19589   - "L2BDMACLRN"
19590   - "L2BDMACLRN"
19591   layout:
19592     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19593     layout: "plot-latency"
19594
19595 ################################################################################
19596
19597 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19598 -
19599   type: "plot"
19600   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19601   algorithm: "plot_latency_error_bars"
19602   output-file-type: ".html"
19603   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19604   data: "plot-ligato-throughput-latency-3n-hsw"
19605   filter: "'NIC_Intel-X520-DA2' and
19606            '64B' and
19607            ('BASE' or 'SCALE') and
19608            'NDRPDR' and
19609            '1T1C' and
19610            'L2XCFWD' and
19611            not 'VHOST' and
19612            'MEMIF'"
19613   parameters:
19614   - "latency"
19615   - "parent"
19616   - "tags"
19617   sort:
19618   - "1VNF"
19619   - "2VNF"
19620   - "4VNF"
19621   - "2VNF"
19622   - "4VNF"
19623   layout:
19624     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19625     layout: "plot-latency"
19626
19627 -
19628   type: "plot"
19629   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19630   algorithm: "plot_latency_error_bars"
19631   output-file-type: ".html"
19632   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19633   data: "plot-ligato-throughput-latency-3n-hsw"
19634   filter: "'NIC_Intel-X520-DA2' and
19635            '64B' and
19636            ('BASE' or 'SCALE') and
19637            'NDRPDR' and
19638            '2T2C' and
19639            'L2XCFWD' and
19640            not 'VHOST' and
19641            'MEMIF'"
19642   parameters:
19643   - "latency"
19644   - "parent"
19645   - "tags"
19646   sort:
19647   - "1VNF"
19648   - "2VNF"
19649   - "4VNF"
19650   - "2VNF"
19651   - "4VNF"
19652   layout:
19653     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19654     layout: "plot-latency"
19655
19656 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19657 -
19658   type: "plot"
19659   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19660   algorithm: "plot_latency_error_bars"
19661   output-file-type: ".html"
19662   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19663   data: "plot-ligato-throughput-latency-3n-hsw"
19664   filter: "'NIC_Intel-X520-DA2' and
19665            '64B' and
19666            ('BASE' or 'SCALE') and
19667            'NDRPDR' and
19668            '1T1C' and
19669            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19670            not 'VHOST' and
19671            'MEMIF'"
19672   parameters:
19673   - "latency"
19674   - "parent"
19675   - "tags"
19676   sort:
19677   - "1VNF"
19678   - "2VNF"
19679   - "4VNF"
19680   - "2VNF"
19681   - "4VNF"
19682   layout:
19683     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19684     layout: "plot-latency"
19685
19686 -
19687   type: "plot"
19688   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19689   algorithm: "plot_latency_error_bars"
19690   output-file-type: ".html"
19691   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19692   data: "plot-ligato-throughput-latency-3n-hsw"
19693   filter: "'NIC_Intel-X520-DA2' and
19694            '64B' and
19695            ('BASE' or 'SCALE') and
19696            'NDRPDR' and
19697            '2T2C' and
19698            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19699            not 'VHOST' and
19700            'MEMIF'"
19701   parameters:
19702   - "latency"
19703   - "parent"
19704   - "tags"
19705   sort:
19706   - "1VNF"
19707   - "2VNF"
19708   - "4VNF"
19709   - "2VNF"
19710   - "4VNF"
19711   layout:
19712     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19713     layout: "plot-latency"
19714
19715 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19716 -
19717   type: "plot"
19718   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19719   algorithm: "plot_latency_error_bars"
19720   output-file-type: ".html"
19721   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19722   data: "plot-ligato-throughput-latency-3n-hsw"
19723   filter: "'NIC_Intel-X710' and
19724            '64B' and
19725            ('BASE' or 'SCALE') and
19726            'NDRPDR' and
19727            '1T1C' and
19728            'L2XCFWD' and
19729            not 'VHOST' and
19730            'MEMIF'"
19731   parameters:
19732   - "latency"
19733   - "parent"
19734   - "tags"
19735   sort:
19736   - "1VNF"
19737   - "2VNF"
19738   - "4VNF"
19739   - "2VNF"
19740   - "4VNF"
19741   layout:
19742     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19743     layout: "plot-latency"
19744
19745 -
19746   type: "plot"
19747   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19748   algorithm: "plot_latency_error_bars"
19749   output-file-type: ".html"
19750   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19751   data: "plot-ligato-throughput-latency-3n-hsw"
19752   filter: "'NIC_Intel-X710' and
19753            '64B' and
19754            ('BASE' or 'SCALE') and
19755            'NDRPDR' and
19756            '2T2C' and
19757            'L2XCFWD' and
19758            not 'VHOST' and
19759            'MEMIF'"
19760   parameters:
19761   - "latency"
19762   - "parent"
19763   - "tags"
19764   sort:
19765   - "1VNF"
19766   - "2VNF"
19767   - "4VNF"
19768   - "2VNF"
19769   - "4VNF"
19770   layout:
19771     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19772     layout: "plot-latency"
19773
19774 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19775 -
19776   type: "plot"
19777   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19778   algorithm: "plot_latency_error_bars"
19779   output-file-type: ".html"
19780   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19781   data: "plot-ligato-throughput-latency-3n-hsw"
19782   filter: "'NIC_Intel-X710' and
19783            '64B' and
19784            ('BASE' or 'SCALE') and
19785            'NDRPDR' and
19786            '1T1C' and
19787            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19788            not 'VHOST' and
19789            'MEMIF'"
19790   parameters:
19791   - "latency"
19792   - "parent"
19793   - "tags"
19794   sort:
19795   - "1VNF"
19796   - "2VNF"
19797   - "4VNF"
19798   - "2VNF"
19799   - "4VNF"
19800   layout:
19801     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19802     layout: "plot-latency"
19803
19804 -
19805   type: "plot"
19806   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19807   algorithm: "plot_latency_error_bars"
19808   output-file-type: ".html"
19809   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19810   data: "plot-ligato-throughput-latency-3n-hsw"
19811   filter: "'NIC_Intel-X710' and
19812            '64B' and
19813            ('BASE' or 'SCALE') and
19814            'NDRPDR' and
19815            '2T2C' and
19816            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19817            not 'VHOST' and
19818            'MEMIF'"
19819   parameters:
19820   - "latency"
19821   - "parent"
19822   - "tags"
19823   sort:
19824   - "1VNF"
19825   - "2VNF"
19826   - "4VNF"
19827   - "2VNF"
19828   - "4VNF"
19829   layout:
19830     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19831     layout: "plot-latency"
19832
19833 ################################################################################
19834
19835 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19836 -
19837   type: "plot"
19838   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19839   algorithm: "plot_latency_error_bars"
19840   output-file-type: ".html"
19841   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19842   data: "plot-vpp-throughput-latency-3n-hsw"
19843   filter: "'NIC_Intel-X520-DA2' and
19844            '64B' and
19845            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19846            'NDRPDR' and
19847            '1T1C' and
19848            'IP4FWD' and
19849            not 'IPSEC' and
19850            not 'VHOST'"
19851   parameters:
19852   - "latency"
19853   - "parent"
19854   - "tags"
19855   sort:
19856   - "DOT1Q"
19857   - "IP4BASE"
19858   - "FIB_20k"
19859   - "FIB_200k"
19860   - "FIB_2M"
19861   layout:
19862     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19863     layout: "plot-latency"
19864
19865 -
19866   type: "plot"
19867   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19868   algorithm: "plot_latency_error_bars"
19869   output-file-type: ".html"
19870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19871   data: "plot-vpp-throughput-latency-3n-hsw"
19872   filter: "'NIC_Intel-X520-DA2' and
19873            '64B' and
19874            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19875            'NDRPDR' and
19876            '2T2C' and
19877            'IP4FWD' and
19878            not 'IPSEC' and
19879            not 'VHOST'"
19880   parameters:
19881   - "latency"
19882   - "parent"
19883   - "tags"
19884   sort:
19885   - "DOT1Q"
19886   - "IP4BASE"
19887   - "FIB_20k"
19888   - "FIB_200k"
19889   - "FIB_2M"
19890   layout:
19891     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19892     layout: "plot-latency"
19893
19894 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19895 -
19896   type: "plot"
19897   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19898   algorithm: "plot_latency_error_bars"
19899   output-file-type: ".html"
19900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19901   data: "plot-vpp-throughput-latency-3n-hsw"
19902   filter: "'NIC_Intel-X520-DA2' and
19903            '64B' and
19904            ('IP4BASE' or
19905             'POLICE_MARK' or
19906             'COPWHLIST' or
19907             ('NAT44' and 'BASE') or
19908             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19909            'NDRPDR' and
19910            '1T1C' and
19911            'IP4FWD' and
19912            not 'IPSEC' and
19913            not 'VHOST'"
19914   parameters:
19915   - "latency"
19916   - "parent"
19917   - "tags"
19918   sort:
19919   - "DOT1Q"
19920   - "IP4BASE"
19921   - "NAT44"
19922   - "POLICE_MARK"
19923   - "COPWHLIST"
19924   - "IACL"
19925   - "OACL"
19926   layout:
19927     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19928     layout: "plot-latency"
19929
19930 -
19931   type: "plot"
19932   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19933   algorithm: "plot_latency_error_bars"
19934   output-file-type: ".html"
19935   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19936   data: "plot-vpp-throughput-latency-3n-hsw"
19937   filter: "'NIC_Intel-X520-DA2' and
19938            '64B' and
19939            ('IP4BASE' or
19940             'POLICE_MARK' or
19941             'COPWHLIST' or
19942             ('NAT44' and 'BASE') or
19943             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19944            'NDRPDR' and
19945            '2T2C' and
19946            'IP4FWD' and
19947            not 'IPSEC' and
19948            not 'VHOST'"
19949   parameters:
19950   - "latency"
19951   - "parent"
19952   - "tags"
19953   sort:
19954   - "DOT1Q"
19955   - "IP4BASE"
19956   - "NAT44"
19957   - "POLICE_MARK"
19958   - "COPWHLIST"
19959   - "IACL"
19960   - "OACL"
19961   layout:
19962     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19963     layout: "plot-latency"
19964
19965 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19966 -
19967   type: "plot"
19968   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19969   algorithm: "plot_latency_error_bars"
19970   output-file-type: ".html"
19971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19972   data: "plot-vpp-throughput-latency-3n-hsw"
19973   filter: "'NIC_Intel-X520-DA2' and
19974            '64B' and
19975            'NDRPDR' and
19976            '1T1C' and
19977            'IP4FWD' and
19978            'NAT44' and
19979            not 'IPSEC' and
19980            not 'VHOST'"
19981   parameters:
19982   - "latency"
19983   - "parent"
19984   - "tags"
19985   sort:
19986   - "BASE"
19987   - "BASE"
19988   - "SRC_USER_10"
19989   - "SRC_USER_100"
19990   - "SRC_USER_1000"
19991   - "SRC_USER_2000"
19992   layout:
19993     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19994     layout: "plot-latency"
19995
19996 -
19997   type: "plot"
19998   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19999   algorithm: "plot_latency_error_bars"
20000   output-file-type: ".html"
20001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20002   data: "plot-vpp-throughput-latency-3n-hsw"
20003   filter: "'NIC_Intel-X520-DA2' and
20004            '64B' and
20005            'NDRPDR' and
20006            '2T2C' and
20007            'IP4FWD' and
20008            'NAT44' and
20009            not 'IPSEC' and
20010            not 'VHOST'"
20011   parameters:
20012   - "latency"
20013   - "parent"
20014   - "tags"
20015   sort:
20016   - "BASE"
20017   - "BASE"
20018   - "SRC_USER_10"
20019   - "SRC_USER_100"
20020   - "SRC_USER_1000"
20021   - "SRC_USER_2000"
20022   layout:
20023     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20024     layout: "plot-latency"
20025
20026 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20027 -
20028   type: "plot"
20029   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20030   algorithm: "plot_latency_error_bars"
20031   output-file-type: ".html"
20032   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20033   data: "plot-vpp-throughput-latency-3n-hsw"
20034   filter: "'NIC_Intel-X520-DA2' and
20035            '64B' and
20036            'NDRPDR' and
20037            '1T1C' and
20038            'IP4FWD' and
20039            'IACL' and
20040            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20041            not 'IPSEC' and
20042            not 'VHOST'"
20043   parameters:
20044   - "latency"
20045   - "parent"
20046   - "tags"
20047   sort:
20048   - "ACL_STATELESS"
20049   - "ACL_STATEFUL"
20050   - "ACL_STATELESS"
20051   - "ACL_STATEFUL"
20052   layout:
20053     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20054     layout: "plot-latency"
20055
20056 -
20057   type: "plot"
20058   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20059   algorithm: "plot_latency_error_bars"
20060   output-file-type: ".html"
20061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20062   data: "plot-vpp-throughput-latency-3n-hsw"
20063   filter: "'NIC_Intel-X520-DA2' and
20064            '64B' and
20065            'NDRPDR' and
20066            '2T2C' and
20067            'IP4FWD' and
20068            'IACL' and
20069            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20070            not 'IPSEC' and
20071            not 'VHOST'"
20072   parameters:
20073   - "latency"
20074   - "parent"
20075   - "tags"
20076   sort:
20077   - "ACL_STATELESS"
20078   - "ACL_STATEFUL"
20079   - "ACL_STATELESS"
20080   - "ACL_STATEFUL"
20081   layout:
20082     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20083     layout: "plot-latency"
20084
20085 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20086 -
20087   type: "plot"
20088   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20089   algorithm: "plot_latency_error_bars"
20090   output-file-type: ".html"
20091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20092   data: "plot-vpp-throughput-latency-3n-hsw"
20093   filter: "'NIC_Intel-X520-DA2' and
20094            '64B' and
20095            'NDRPDR' and
20096            '1T1C' and
20097            'IP4FWD' and
20098            'OACL' and
20099            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20100            not 'IPSEC' and
20101            not 'VHOST'"
20102   parameters:
20103   - "latency"
20104   - "parent"
20105   - "tags"
20106   sort:
20107   - "ACL_STATELESS"
20108   - "ACL_STATEFUL"
20109   - "ACL_STATELESS"
20110   - "ACL_STATEFUL"
20111   layout:
20112     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20113     layout: "plot-latency"
20114
20115 -
20116   type: "plot"
20117   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20121   data: "plot-vpp-throughput-latency-3n-hsw"
20122   filter: "'NIC_Intel-X520-DA2' and
20123            '64B' and
20124            'NDRPDR' and
20125            '2T2C' and
20126            'IP4FWD' and
20127            'OACL' and
20128            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20129            not 'IPSEC' and
20130            not 'VHOST'"
20131   parameters:
20132   - "latency"
20133   - "parent"
20134   - "tags"
20135   sort:
20136   - "ACL_STATELESS"
20137   - "ACL_STATEFUL"
20138   - "ACL_STATELESS"
20139   - "ACL_STATEFUL"
20140   layout:
20141     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20142     layout: "plot-latency"
20143
20144 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20145 -
20146   type: "plot"
20147   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20148   algorithm: "plot_latency_error_bars"
20149   output-file-type: ".html"
20150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20151   data: "plot-vpp-throughput-latency-3n-hsw"
20152   filter: "'NIC_Intel-X710' and
20153            '64B' and
20154            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20155            'NDRPDR' and
20156            '1T1C' and
20157            'IP4FWD' and
20158            not 'IPSEC' and
20159            not 'VHOST'"
20160   parameters:
20161   - "latency"
20162   - "parent"
20163   - "tags"
20164   sort:
20165   - "DOT1Q"
20166   - "IP4BASE"
20167   - "FIB_20K"
20168   - "FIB_200K"
20169   - "FIB_2M"
20170   layout:
20171     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20172     layout: "plot-latency"
20173
20174 -
20175   type: "plot"
20176   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20177   algorithm: "plot_latency_error_bars"
20178   output-file-type: ".html"
20179   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20180   data: "plot-vpp-throughput-latency-3n-hsw"
20181   filter: "'NIC_Intel-X710' and
20182            '64B' and
20183            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20184            'NDRPDR' and
20185            '2T2C' and
20186            'IP4FWD' and
20187            not 'IPSEC' and
20188            not 'VHOST'"
20189   parameters:
20190   - "latency"
20191   - "parent"
20192   - "tags"
20193   sort:
20194   - "DOT1Q"
20195   - "IP4BASE"
20196   - "FIB_20K"
20197   - "FIB_200K"
20198   - "FIB_2M"
20199   layout:
20200     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20201     layout: "plot-latency"
20202
20203 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20204 -
20205   type: "plot"
20206   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20207   algorithm: "plot_latency_error_bars"
20208   output-file-type: ".html"
20209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20210   data: "plot-vpp-throughput-latency-3n-hsw"
20211   filter: "'NIC_Intel-X710' and
20212            '64B' and
20213            ('IP4BASE' or
20214             'POLICE_MARK' or
20215             'COPWHLIST' or
20216             ('NAT44' and 'BASE') or
20217             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20218            'NDRPDR' and
20219            '1T1C' and
20220            'IP4FWD' and
20221            not 'IPSEC' and
20222            not 'VHOST'"
20223   parameters:
20224   - "latency"
20225   - "parent"
20226   - "tags"
20227   sort:
20228   - "IP4BASE"
20229   - "NAT44"
20230   - "POLICE_MARK"
20231   - "COPWHLIST"
20232   - "IACL"
20233   - "OACL"
20234   layout:
20235     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20236     layout: "plot-latency"
20237
20238 -
20239   type: "plot"
20240   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20241   algorithm: "plot_latency_error_bars"
20242   output-file-type: ".html"
20243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20244   data: "plot-vpp-throughput-latency-3n-hsw"
20245   filter: "'NIC_Intel-X710' and
20246            '64B' and
20247            ('IP4BASE' or
20248             'POLICE_MARK' or
20249             'COPWHLIST' or
20250             ('NAT44' and 'BASE') or
20251             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20252            'NDRPDR' and
20253            '2T2C' and
20254            'IP4FWD' and
20255            not 'IPSEC' and
20256            not 'VHOST'"
20257   parameters:
20258   - "latency"
20259   - "parent"
20260   - "tags"
20261   sort:
20262   - "IP4BASE"
20263   - "NAT44"
20264   - "POLICE_MARK"
20265   - "COPWHLIST"
20266   - "IACL"
20267   - "OACL"
20268   layout:
20269     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20270     layout: "plot-latency"
20271
20272 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20273 -
20274   type: "plot"
20275   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20276   algorithm: "plot_latency_error_bars"
20277   output-file-type: ".html"
20278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20279   data: "plot-vpp-throughput-latency-3n-hsw"
20280   filter: "'NIC_Intel-X710' and
20281            '64B' and
20282            'NDRPDR' and
20283            '1T1C' and
20284            'IP4FWD' and
20285            'NAT44' and
20286            not 'IPSEC' and
20287            not 'VHOST'"
20288   parameters:
20289   - "latency"
20290   - "parent"
20291   - "tags"
20292   sort:
20293   - "BASE"
20294   - "BASE"
20295   - "SRC_USER_10"
20296   - "SRC_USER_100"
20297   - "SRC_USER_1000"
20298   - "SRC_USER_2000"
20299   layout:
20300     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20301     layout: "plot-latency"
20302
20303 -
20304   type: "plot"
20305   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20306   algorithm: "plot_latency_error_bars"
20307   output-file-type: ".html"
20308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20309   data: "plot-vpp-throughput-latency-3n-hsw"
20310   filter: "'NIC_Intel-X710' and
20311            '64B' and
20312            'NDRPDR' and
20313            '2T2C' and
20314            'IP4FWD' and
20315            'NAT44' and
20316            not 'IPSEC' and
20317            not 'VHOST'"
20318   parameters:
20319   - "latency"
20320   - "parent"
20321   - "tags"
20322   sort:
20323   - "BASE"
20324   - "BASE"
20325   - "SRC_USER_10"
20326   - "SRC_USER_100"
20327   - "SRC_USER_1000"
20328   - "SRC_USER_2000"
20329   layout:
20330     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20331     layout: "plot-latency"
20332
20333 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20334 -
20335   type: "plot"
20336   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20337   algorithm: "plot_latency_error_bars"
20338   output-file-type: ".html"
20339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20340   data: "plot-vpp-throughput-latency-3n-hsw"
20341   filter: "'NIC_Intel-X710' and
20342            '64B' and
20343            'NDRPDR' and
20344            '1T1C' and
20345            'IP4FWD' and
20346            'IACL' and
20347            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20348            not 'IPSEC' and
20349            not 'VHOST'"
20350   parameters:
20351   - "latency"
20352   - "parent"
20353   - "tags"
20354   sort:
20355   - "ACL_STATELESS"
20356   - "ACL_STATEFUL"
20357   - "ACL_STATELESS"
20358   - "ACL_STATEFUL"
20359   layout:
20360     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20361     layout: "plot-latency"
20362
20363 -
20364   type: "plot"
20365   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20366   algorithm: "plot_latency_error_bars"
20367   output-file-type: ".html"
20368   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20369   data: "plot-vpp-throughput-latency-3n-hsw"
20370   filter: "'NIC_Intel-X710' and
20371            '64B' and
20372            'NDRPDR' and
20373            '2T2C' and
20374            'IP4FWD' and
20375            'IACL' and
20376            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20377            not 'IPSEC' and
20378            not 'VHOST'"
20379   parameters:
20380   - "latency"
20381   - "parent"
20382   - "tags"
20383   sort:
20384   - "ACL_STATELESS"
20385   - "ACL_STATEFUL"
20386   - "ACL_STATELESS"
20387   - "ACL_STATEFUL"
20388   layout:
20389     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20390     layout: "plot-latency"
20391
20392 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20393 #-
20394 #  type: "plot"
20395 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20396 #  algorithm: "plot_latency_error_bars"
20397 #  output-file-type: ".html"
20398 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20399 #  data: "plot-vpp-throughput-latency-3n-hsw"
20400 #  filter: "'NIC_Intel-X710' and
20401 #           '64B' and
20402 #           'NDRPDR' and
20403 #           '1T1C' and
20404 #           'IP4FWD' and
20405 #           'OACL' and
20406 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20407 #           not 'IPSEC' and
20408 #           not 'VHOST'"
20409 #  parameters:
20410 #  - "latency"
20411 #  - "parent"
20412 #  - "tags"
20413 #  sort:
20414 #  - "ACL_STATELESS"
20415 #  - "ACL_STATEFUL"
20416 #  - "ACL_STATELESS"
20417 #  - "ACL_STATEFUL"
20418 #  layout:
20419 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20420 #    layout: "plot-latency"
20421 #
20422 #-
20423 #  type: "plot"
20424 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20425 #  algorithm: "plot_latency_error_bars"
20426 #  output-file-type: ".html"
20427 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20428 #  data: "plot-vpp-throughput-latency-3n-hsw"
20429 #  filter: "'NIC_Intel-X710' and
20430 #           '64B' and
20431 #           'NDRPDR' and
20432 #           '2T2C' and
20433 #           'IP4FWD' and
20434 #           'OACL' and
20435 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20436 #           not 'IPSEC' and
20437 #           not 'VHOST'"
20438 #  parameters:
20439 #  - "latency"
20440 #  - "parent"
20441 #  - "tags"
20442 #  sort:
20443 #  - "ACL_STATELESS"
20444 #  - "ACL_STATEFUL"
20445 #  - "ACL_STATELESS"
20446 #  - "ACL_STATEFUL"
20447 #  layout:
20448 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20449 #    layout: "plot-latency"
20450
20451 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20452 -
20453   type: "plot"
20454   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20455   algorithm: "plot_latency_error_bars"
20456   output-file-type: ".html"
20457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20458   data: "plot-vpp-throughput-latency-3n-hsw"
20459   filter: "'NIC_Intel-XL710' and
20460            '64B' and
20461            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20462            'NDRPDR' and
20463            '1T1C' and
20464            'IP4FWD' and
20465            not 'IPSEC' and
20466            not 'VHOST'"
20467   parameters:
20468   - "latency"
20469   - "parent"
20470   - "tags"
20471   sort:
20472   - "IP4BASE"
20473   - "FIB_20K"
20474   - "FIB_200K"
20475   - "FIB_2M"
20476   layout:
20477     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20478     layout: "plot-latency"
20479
20480 -
20481   type: "plot"
20482   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20483   algorithm: "plot_latency_error_bars"
20484   output-file-type: ".html"
20485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20486   data: "plot-vpp-throughput-latency-3n-hsw"
20487   filter: "'NIC_Intel-XL710' and
20488            '64B' and
20489            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20490            'NDRPDR' and
20491            '2T2C' and
20492            'IP4FWD' and
20493            not 'IPSEC' and
20494            not 'VHOST'"
20495   parameters:
20496   - "latency"
20497   - "parent"
20498   - "tags"
20499   sort:
20500   - "IP4BASE"
20501   - "FIB_20K"
20502   - "FIB_200K"
20503   - "FIB_2M"
20504   layout:
20505     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20506     layout: "plot-latency"
20507
20508 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20509 -
20510   type: "plot"
20511   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20512   algorithm: "plot_latency_error_bars"
20513   output-file-type: ".html"
20514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20515   data: "plot-vpp-throughput-latency-3n-skx"
20516   filter: "'NIC_Intel-X710' and
20517            '64B' and
20518            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20519            'NDRPDR' and
20520            '2T1C' and
20521            'IP4FWD' and
20522            not 'IPSEC' and
20523            not 'VHOST'"
20524   parameters:
20525   - "latency"
20526   - "parent"
20527   - "tags"
20528   sort:
20529   - "IP4BASE"
20530   - "FIB_20K"
20531   - "FIB_200K"
20532   - "FIB_2M"
20533   layout:
20534     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20535     layout: "plot-latency"
20536
20537 -
20538   type: "plot"
20539   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20540   algorithm: "plot_latency_error_bars"
20541   output-file-type: ".html"
20542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20543   data: "plot-vpp-throughput-latency-3n-skx"
20544   filter: "'NIC_Intel-X710' and
20545            '64B' and
20546            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20547            'NDRPDR' and
20548            '4T2C' and
20549            'IP4FWD' and
20550            not 'IPSEC' and
20551            not 'VHOST'"
20552   parameters:
20553   - "latency"
20554   - "parent"
20555   - "tags"
20556   sort:
20557   - "IP4BASE"
20558   - "FIB_20K"
20559   - "FIB_200K"
20560   - "FIB_2M"
20561   layout:
20562     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20563     layout: "plot-latency"
20564
20565 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20566 -
20567   type: "plot"
20568   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20569   algorithm: "plot_latency_error_bars"
20570   output-file-type: ".html"
20571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20572   data: "plot-vpp-throughput-latency-3n-skx"
20573   filter: "'NIC_Intel-X710' and
20574            '64B' and
20575            ('IP4BASE' or
20576             'POLICE_MARK' or
20577             'COPWHLIST' or
20578             ('NAT44' and 'BASE') or
20579             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20580            'NDRPDR' and
20581            '2T1C' and
20582            'IP4FWD' and
20583            not 'IPSEC' and
20584            not 'VHOST'"
20585   parameters:
20586   - "latency"
20587   - "parent"
20588   - "tags"
20589   sort:
20590   - "IP4BASE"
20591   - "NAT44"
20592   - "POLICE_MARK"
20593   - "COPWHLIST"
20594   - "IACL"
20595   - "OACL"
20596   layout:
20597     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20598     layout: "plot-latency"
20599
20600 -
20601   type: "plot"
20602   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20603   algorithm: "plot_latency_error_bars"
20604   output-file-type: ".html"
20605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20606   data: "plot-vpp-throughput-latency-3n-skx"
20607   filter: "'NIC_Intel-X710' and
20608            '64B' and
20609            ('IP4BASE' or
20610             'POLICE_MARK' or
20611             'COPWHLIST' or
20612             ('NAT44' and 'BASE') or
20613             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20614            'NDRPDR' and
20615            '4T2C' and
20616            'IP4FWD' and
20617            not 'IPSEC' and
20618            not 'VHOST'"
20619   parameters:
20620   - "latency"
20621   - "parent"
20622   - "tags"
20623   sort:
20624   - "IP4BASE"
20625   - "NAT44"
20626   - "POLICE_MARK"
20627   - "COPWHLIST"
20628   - "IACL"
20629   - "OACL"
20630   layout:
20631     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20632     layout: "plot-latency"
20633
20634 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20635 -
20636   type: "plot"
20637   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20638   algorithm: "plot_latency_error_bars"
20639   output-file-type: ".html"
20640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20641   data: "plot-vpp-throughput-latency-3n-skx"
20642   filter: "'NIC_Intel-X710' and
20643            '64B' and
20644            'NDRPDR' and
20645            '2T1C' and
20646            'IP4FWD' and
20647            'NAT44' and
20648            not 'IPSEC' and
20649            not 'VHOST'"
20650   parameters:
20651   - "latency"
20652   - "parent"
20653   - "tags"
20654   sort:
20655   - "BASE"
20656   - "BASE"
20657   - "SRC_USER_10"
20658   - "SRC_USER_100"
20659   - "SRC_USER_1000"
20660   - "SRC_USER_2000"
20661   layout:
20662     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20663     layout: "plot-latency"
20664
20665 -
20666   type: "plot"
20667   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20668   algorithm: "plot_latency_error_bars"
20669   output-file-type: ".html"
20670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20671   data: "plot-vpp-throughput-latency-3n-skx"
20672   filter: "'NIC_Intel-X710' and
20673            '64B' and
20674            'NDRPDR' and
20675            '4T2C' and
20676            'IP4FWD' and
20677            'NAT44' and
20678            not 'IPSEC' and
20679            not 'VHOST'"
20680   parameters:
20681   - "latency"
20682   - "parent"
20683   - "tags"
20684   sort:
20685   - "BASE"
20686   - "BASE"
20687   - "SRC_USER_10"
20688   - "SRC_USER_100"
20689   - "SRC_USER_1000"
20690   - "SRC_USER_2000"
20691   layout:
20692     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20693     layout: "plot-latency"
20694
20695 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20696 -
20697   type: "plot"
20698   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20699   algorithm: "plot_latency_error_bars"
20700   output-file-type: ".html"
20701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20702   data: "plot-vpp-throughput-latency-3n-skx"
20703   filter: "'NIC_Intel-X710' and
20704            '64B' and
20705            'NDRPDR' and
20706            '2T1C' and
20707            'IP4FWD' and
20708            'IACL' and
20709            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20710            not 'IPSEC' and
20711            not 'VHOST'"
20712   parameters:
20713   - "latency"
20714   - "parent"
20715   - "tags"
20716   sort:
20717   - "ACL_STATELESS"
20718   - "ACL_STATEFUL"
20719   - "ACL_STATELESS"
20720   - "ACL_STATEFUL"
20721   layout:
20722     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20723     layout: "plot-latency"
20724
20725 -
20726   type: "plot"
20727   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20728   algorithm: "plot_latency_error_bars"
20729   output-file-type: ".html"
20730   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20731   data: "plot-vpp-throughput-latency-3n-skx"
20732   filter: "'NIC_Intel-X710' and
20733            '64B' and
20734            'NDRPDR' and
20735            '4T2C' and
20736            'IP4FWD' and
20737            'IACL' and
20738            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20739            not 'IPSEC' and
20740            not 'VHOST'"
20741   parameters:
20742   - "latency"
20743   - "parent"
20744   - "tags"
20745   sort:
20746   - "ACL_STATELESS"
20747   - "ACL_STATEFUL"
20748   - "ACL_STATELESS"
20749   - "ACL_STATEFUL"
20750   layout:
20751     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20752     layout: "plot-latency"
20753
20754 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20755 #-
20756 #  type: "plot"
20757 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20758 #  algorithm: "plot_latency_error_bars"
20759 #  output-file-type: ".html"
20760 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20761 #  data: "plot-vpp-throughput-latency-3n-skx"
20762 #  filter: "'NIC_Intel-X710' and
20763 #           '64B' and
20764 #           'NDRPDR' and
20765 #           '2T1C' and
20766 #           'IP4FWD' and
20767 #           'OACL' and
20768 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20769 #           not 'IPSEC' and
20770 #           not 'VHOST'"
20771 #  parameters:
20772 #  - "latency"
20773 #  - "parent"
20774 #  - "tags"
20775 #  sort:
20776 #  - "ACL_STATELESS"
20777 #  - "ACL_STATEFUL"
20778 #  - "ACL_STATELESS"
20779 #  - "ACL_STATEFUL"
20780 #  layout:
20781 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20782 #    layout: "plot-latency"
20783 #
20784 #-
20785 #  type: "plot"
20786 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20787 #  algorithm: "plot_latency_error_bars"
20788 #  output-file-type: ".html"
20789 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20790 #  data: "plot-vpp-throughput-latency-3n-skx"
20791 #  filter: "'NIC_Intel-X710' and
20792 #           '64B' and
20793 #           'NDRPDR' and
20794 #           '4T2C' and
20795 #           'IP4FWD' and
20796 #           'OACL' and
20797 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
20798 #           not 'IPSEC' and
20799 #           not 'VHOST'"
20800 #  parameters:
20801 #  - "latency"
20802 #  - "parent"
20803 #  - "tags"
20804 #  sort:
20805 #  - "ACL_STATELESS"
20806 #  - "ACL_STATEFUL"
20807 #  - "ACL_STATELESS"
20808 #  - "ACL_STATEFUL"
20809 #  layout:
20810 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20811 #    layout: "plot-latency"
20812
20813 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20814 -
20815   type: "plot"
20816   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20817   algorithm: "plot_latency_error_bars"
20818   output-file-type: ".html"
20819   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20820   data: "plot-vpp-throughput-latency-2n-skx"
20821   filter: "'NIC_Intel-X710' and
20822            '64B' and
20823            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20824            'NDRPDR' and
20825            '2T1C' and
20826            'IP4FWD' and
20827            not 'IPSEC' and
20828            not 'VHOST'"
20829   parameters:
20830   - "latency"
20831   - "parent"
20832   - "tags"
20833   sort:
20834   - "DOT1Q"
20835   - "IP4BASE"
20836   - "FIB_20k"
20837   - "FIB_200k"
20838   - "FIB_2M"
20839   layout:
20840     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20841     layout: "plot-latency"
20842
20843 -
20844   type: "plot"
20845   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20846   algorithm: "plot_latency_error_bars"
20847   output-file-type: ".html"
20848   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20849   data: "plot-vpp-throughput-latency-2n-skx"
20850   filter: "'NIC_Intel-X710' and
20851            '64B' and
20852            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20853            'NDRPDR' and
20854            '4T2C' and
20855            'IP4FWD' and
20856            not 'IPSEC' and
20857            not 'VHOST'"
20858   parameters:
20859   - "latency"
20860   - "parent"
20861   - "tags"
20862   sort:
20863   - "DOT1Q"
20864   - "IP4BASE"
20865   - "FIB_20k"
20866   - "FIB_200k"
20867   - "FIB_2M"
20868   layout:
20869     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20870     layout: "plot-latency"
20871
20872 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20873 -
20874   type: "plot"
20875   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20876   algorithm: "plot_latency_error_bars"
20877   output-file-type: ".html"
20878   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20879   data: "plot-vpp-throughput-latency-2n-skx"
20880   filter: "'NIC_Intel-XXV710' and
20881            '64B' and
20882            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20883            'NDRPDR' and
20884            '2T1C' and
20885            'IP4FWD' and
20886            not 'IPSEC' and
20887            not 'VHOST'"
20888   parameters:
20889   - "latency"
20890   - "parent"
20891   - "tags"
20892   sort:
20893   - "DOT1Q"
20894   - "IP4BASE"
20895   - "FIB_20k"
20896   - "FIB_200k"
20897   - "FIB_2M"
20898   layout:
20899     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20900     layout: "plot-latency"
20901
20902 -
20903   type: "plot"
20904   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20905   algorithm: "plot_latency_error_bars"
20906   output-file-type: ".html"
20907   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20908   data: "plot-vpp-throughput-latency-2n-skx"
20909   filter: "'NIC_Intel-XXV710' and
20910            '64B' and
20911            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20912            'NDRPDR' and
20913            '4T2C' and
20914            'IP4FWD' and
20915            not 'IPSEC' and
20916            not 'VHOST'"
20917   parameters:
20918   - "latency"
20919   - "parent"
20920   - "tags"
20921   sort:
20922   - "DOT1Q"
20923   - "IP4BASE"
20924   - "FIB_20k"
20925   - "FIB_200k"
20926   - "FIB_2M"
20927   layout:
20928     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20929     layout: "plot-latency"
20930
20931 ################################################################################
20932
20933 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20934 #-
20935 #  type: "plot"
20936 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20937 #  algorithm: "plot_latency_error_bars"
20938 #  output-file-type: ".html"
20939 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20940 #  data: "plot-vpp-throughput-latency-3n-hsw"
20941 #  filter: "'NIC_Intel-X520-DA2' and
20942 #           '64B' and
20943 #           'ENCAP' and
20944 #           'NDRPDR' and
20945 #           '1T1C' and
20946 #           ('VXLAN' or 'LISP') and
20947 #           not 'VHOST' and
20948 #           not 'IPSECHW'"
20949 #  parameters:
20950 #  - "latency"
20951 #  - "parent"
20952 #  - "tags"
20953 #  sort:
20954 #  - "not DOT1Q"
20955 #  - "VXLAN_1"
20956 #  - "VXLAN_10"
20957 #  - "VXLAN_100"
20958 #  - "VXLAN_1000"
20959 #  layout:
20960 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20961 #    layout: "plot-latency"
20962 #
20963 #-
20964 #  type: "plot"
20965 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20966 #  algorithm: "plot_latency_error_bars"
20967 #  output-file-type: ".html"
20968 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20969 #  data: "plot-vpp-throughput-latency-3n-hsw"
20970 #  filter: "'NIC_Intel-X520-DA2' and
20971 #           '64B' and
20972 #           'ENCAP' and
20973 #           'NDRPDR' and
20974 #           '2T2C' and
20975 #           ('VXLAN' or 'LISP') and
20976 #           not 'VHOST' and
20977 #           not 'IPSECHW'"
20978 #  parameters:
20979 #  - "latency"
20980 #  - "parent"
20981 #  - "tags"
20982 #  sort:
20983 #  - "not DOT1Q"
20984 #  - "VXLAN_1"
20985 #  - "VXLAN_10"
20986 #  - "VXLAN_100"
20987 #  - "VXLAN_1000"
20988 #  layout:
20989 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20990 #    layout: "plot-latency"
20991
20992 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20993 -
20994   type: "plot"
20995   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20996   algorithm: "plot_latency_error_bars"
20997   output-file-type: ".html"
20998   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20999   data: "plot-vpp-throughput-latency-3n-hsw"
21000   filter: "'NIC_Intel-X520-DA2' and
21001            '64B' and
21002            'ENCAP' and
21003            'NDRPDR' and
21004            '1T1C' and
21005            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21006            not 'DOT1Q' and
21007            not 'VHOST' and
21008            not 'IPSECHW'"
21009   parameters:
21010   - "latency"
21011   - "parent"
21012   - "tags"
21013 #  sort:
21014 #  - "L2BDMACLRN"
21015 #  - "L2XCFWD"
21016 #  - "LISP"
21017   layout:
21018     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21019     layout: "plot-latency"
21020
21021 -
21022   type: "plot"
21023   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21024   algorithm: "plot_latency_error_bars"
21025   output-file-type: ".html"
21026   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21027   data: "plot-vpp-throughput-latency-3n-hsw"
21028   filter: "'NIC_Intel-X520-DA2' and
21029            '64B' and
21030            'ENCAP' and
21031            'NDRPDR' and
21032            '2T2C' and
21033            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21034            not 'DOT1Q' and
21035            not 'VHOST' and
21036            not 'IPSECHW'"
21037   parameters:
21038   - "latency"
21039   - "parent"
21040   - "tags"
21041   sort:
21042   - "L2BDMACLRN"
21043   - "L2XCFWD"
21044   - "LISP"
21045   layout:
21046     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21047     layout: "plot-latency"
21048
21049 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21050 -
21051   type: "plot"
21052   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21053   algorithm: "plot_latency_error_bars"
21054   output-file-type: ".html"
21055   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21056   data: "plot-vpp-throughput-latency-3n-hsw"
21057   filter: "'NIC_Intel-X710' and
21058            '64B' and
21059            'ENCAP' and
21060            'NDRPDR' and
21061            '1T1C' and
21062            ('VXLAN' or 'LISP') and
21063            not 'VHOST' and
21064            not 'IPSECHW'"
21065   parameters:
21066   - "latency"
21067   - "parent"
21068   - "tags"
21069   sort:
21070   - "LISP"
21071   - "VXLAN_1"
21072   - "VXLAN_10"
21073   - "VXLAN_100"
21074   - "VXLAN_1000"
21075   layout:
21076     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21077     layout: "plot-latency"
21078
21079 -
21080   type: "plot"
21081   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21082   algorithm: "plot_latency_error_bars"
21083   output-file-type: ".html"
21084   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21085   data: "plot-vpp-throughput-latency-3n-hsw"
21086   filter: "'NIC_Intel-X710' and
21087            '64B' and
21088            'ENCAP' and
21089            'NDRPDR' and
21090            '2T2C' and
21091            ('VXLAN' or 'LISP') and
21092            not 'VHOST' and
21093            not 'IPSECHW'"
21094   parameters:
21095   - "latency"
21096   - "parent"
21097   - "tags"
21098   sort:
21099   - "LISP"
21100   - "VXLAN_1"
21101   - "VXLAN_10"
21102   - "VXLAN_100"
21103   - "VXLAN_1000"
21104   layout:
21105     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21106     layout: "plot-latency"
21107
21108 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21109 -
21110   type: "plot"
21111   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21112   algorithm: "plot_latency_error_bars"
21113   output-file-type: ".html"
21114   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21115   data: "plot-vpp-throughput-latency-3n-hsw"
21116   filter: "'NIC_Intel-X710' and
21117            '64B' and
21118            'ENCAP' and
21119            'NDRPDR' and
21120            '1T1C' and
21121            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21122            not 'DOT1Q' and
21123            not 'VHOST' and
21124            not 'IPSECHW'"
21125   parameters:
21126   - "latency"
21127   - "parent"
21128   - "tags"
21129   sort:
21130   - "L2BDMACLRN"
21131   - "L2XCFWD"
21132   - "LISP"
21133   layout:
21134     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21135     layout: "plot-latency"
21136
21137 -
21138   type: "plot"
21139   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21140   algorithm: "plot_latency_error_bars"
21141   output-file-type: ".html"
21142   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21143   data: "plot-vpp-throughput-latency-3n-hsw"
21144   filter: "'NIC_Intel-X710' and
21145            '64B' and
21146            'ENCAP' and
21147            'NDRPDR' and
21148            '2T2C' and
21149            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21150            not 'DOT1Q' and
21151            not 'VHOST' and
21152            not 'IPSECHW'"
21153   parameters:
21154   - "latency"
21155   - "parent"
21156   - "tags"
21157   sort:
21158   - "L2BDMACLRN"
21159   - "L2XCFWD"
21160   - "LISP"
21161   layout:
21162     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21163     layout: "plot-latency"
21164
21165 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21166 -
21167   type: "plot"
21168   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21169   algorithm: "plot_latency_error_bars"
21170   output-file-type: ".html"
21171   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21172   data: "plot-vpp-throughput-latency-3n-skx"
21173   filter: "'NIC_Intel-X710' and
21174            '64B' and
21175            'ENCAP' and
21176            'NDRPDR' and
21177            '2T1C' and
21178            ('VXLAN' or 'LISP') and
21179            not 'VHOST' and
21180            not 'IPSECHW'"
21181   parameters:
21182   - "latency"
21183   - "parent"
21184   - "tags"
21185   sort:
21186   - "LISP"
21187   - "VXLAN_1"
21188   - "VXLAN_10"
21189   - "VXLAN_100"
21190   - "VXLAN_1000"
21191   layout:
21192     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21193     layout: "plot-latency"
21194
21195 -
21196   type: "plot"
21197   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21198   algorithm: "plot_latency_error_bars"
21199   output-file-type: ".html"
21200   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21201   data: "plot-vpp-throughput-latency-3n-skx"
21202   filter: "'NIC_Intel-X710' and
21203            '64B' and
21204            'ENCAP' and
21205            'NDRPDR' and
21206            '4T2C' and
21207            ('VXLAN' or 'LISP') and
21208            not 'VHOST' and
21209            not 'IPSECHW'"
21210   parameters:
21211   - "latency"
21212   - "parent"
21213   - "tags"
21214   sort:
21215   - "LISP"
21216   - "VXLAN_1"
21217   - "VXLAN_10"
21218   - "VXLAN_100"
21219   - "VXLAN_1000"
21220   layout:
21221     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21222     layout: "plot-latency"
21223
21224 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21225 -
21226   type: "plot"
21227   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21228   algorithm: "plot_latency_error_bars"
21229   output-file-type: ".html"
21230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21231   data: "plot-vpp-throughput-latency-3n-skx"
21232   filter: "'NIC_Intel-X710' and
21233            '64B' and
21234            'ENCAP' and
21235            'NDRPDR' and
21236            '2T1C' and
21237            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21238            not 'DOT1Q' and
21239            not 'VHOST' and
21240            not 'IPSECHW'"
21241   parameters:
21242   - "latency"
21243   - "parent"
21244   - "tags"
21245   sort:
21246   - "L2BDMACLRN"
21247   - "L2XCFWD"
21248   - "LISP"
21249   layout:
21250     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21251     layout: "plot-latency"
21252
21253 -
21254   type: "plot"
21255   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21256   algorithm: "plot_latency_error_bars"
21257   output-file-type: ".html"
21258   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21259   data: "plot-vpp-throughput-latency-3n-skx"
21260   filter: "'NIC_Intel-X710' and
21261            '64B' and
21262            'ENCAP' and
21263            'NDRPDR' and
21264            '4T2C' and
21265            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21266            not 'DOT1Q' and
21267            not 'VHOST' and
21268            not 'IPSECHW'"
21269   parameters:
21270   - "latency"
21271   - "parent"
21272   - "tags"
21273   sort:
21274   - "L2BDMACLRN"
21275   - "L2XCFWD"
21276   - "LISP"
21277   layout:
21278     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21279     layout: "plot-latency"
21280
21281 ################################################################################
21282
21283 # Packet Latency - VPP IPv6 3n-hsw-x520
21284 -
21285   type: "plot"
21286   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21287   algorithm: "plot_latency_error_bars"
21288   output-file-type: ".html"
21289   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21290   data: "plot-vpp-throughput-latency-3n-hsw"
21291   filter: "'NIC_Intel-X520-DA2' and
21292            '78B' and
21293            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21294            'NDRPDR' and
21295            '1T1C' and
21296            'IP6FWD' and
21297            not 'SRv6' and
21298            not 'IPSEC' and
21299            not 'VHOST'"
21300   parameters:
21301   - "latency"
21302   - "parent"
21303   - "tags"
21304   sort:
21305   - "IP6BASE"
21306   - "FIB_20K"
21307   - "FIB_200K"
21308   - "FIB_2M"
21309   layout:
21310     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21311     layout: "plot-latency"
21312
21313 -
21314   type: "plot"
21315   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21316   algorithm: "plot_latency_error_bars"
21317   output-file-type: ".html"
21318   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21319   data: "plot-vpp-throughput-latency-3n-hsw"
21320   filter: "'NIC_Intel-X520-DA2' and
21321            '78B' and
21322            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21323            'NDRPDR' and
21324            '2T2C' and
21325            'IP6FWD' and
21326            not 'SRv6' and
21327            not 'IPSEC' and
21328            not 'VHOST'"
21329   parameters:
21330   - "latency"
21331   - "parent"
21332   - "tags"
21333   sort:
21334   - "IP6BASE"
21335   - "FIB_20K"
21336   - "FIB_200K"
21337   - "FIB_2M"
21338   layout:
21339     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21340     layout: "plot-latency"
21341
21342 # Packet Latency - VPP IPv6 3n-hsw-x710
21343 -
21344   type: "plot"
21345   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21346   algorithm: "plot_latency_error_bars"
21347   output-file-type: ".html"
21348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21349   data: "plot-vpp-throughput-latency-3n-hsw"
21350   filter: "'NIC_Intel-X710' and
21351            '78B' and
21352            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21353            'NDRPDR' and
21354            '1T1C' and
21355            'IP6FWD' and
21356            not 'SRv6' and
21357            not 'IPSEC' and
21358            not 'VHOST'"
21359   parameters:
21360   - "latency"
21361   - "parent"
21362   - "tags"
21363   sort:
21364   - "IP6BASE"
21365   - "FIB_20K"
21366   - "FIB_200K"
21367   - "FIB_2M"
21368   layout:
21369     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21370     layout: "plot-latency"
21371
21372 -
21373   type: "plot"
21374   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21375   algorithm: "plot_latency_error_bars"
21376   output-file-type: ".html"
21377   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21378   data: "plot-vpp-throughput-latency-3n-hsw"
21379   filter: "'NIC_Intel-X710' and
21380            '78B' and
21381            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21382            'NDRPDR' and
21383            '2T2C' and
21384            'IP6FWD' and
21385            not 'SRv6' and
21386            not 'IPSEC' and
21387            not 'VHOST'"
21388   parameters:
21389   - "latency"
21390   - "parent"
21391   - "tags"
21392   sort:
21393   - "IP6BASE"
21394   - "FIB_20K"
21395   - "FIB_200K"
21396   - "FIB_2M"
21397   layout:
21398     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21399     layout: "plot-latency"
21400
21401 # Packet Latency - VPP IPv6 3n-hsw-xl710
21402 -
21403   type: "plot"
21404   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21405   algorithm: "plot_latency_error_bars"
21406   output-file-type: ".html"
21407   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21408   data: "plot-vpp-throughput-latency-3n-hsw"
21409   filter: "'NIC_Intel-XL710' and
21410            '78B' and
21411            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21412            'NDRPDR' and
21413            '1T1C' and
21414            'IP6FWD' and
21415            not 'SRv6' and
21416            not 'IPSEC' and
21417            not 'VHOST'"
21418   parameters:
21419   - "latency"
21420   - "parent"
21421   - "tags"
21422   sort:
21423   - "IP6BASE"
21424   - "FIB_20K"
21425   - "FIB_200K"
21426   - "FIB_2M"
21427   layout:
21428     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21429     layout: "plot-latency"
21430
21431 -
21432   type: "plot"
21433   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21434   algorithm: "plot_latency_error_bars"
21435   output-file-type: ".html"
21436   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21437   data: "plot-vpp-throughput-latency-3n-hsw"
21438   filter: "'NIC_Intel-XL710' and
21439            '78B' and
21440            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21441            'NDRPDR' and
21442            '2T2C' and
21443            'IP6FWD' and
21444            not 'SRv6' and
21445            not 'IPSEC' and
21446            not 'VHOST'"
21447   parameters:
21448   - "latency"
21449   - "parent"
21450   - "tags"
21451   sort:
21452   - "IP6BASE"
21453   - "FIB_20K"
21454   - "FIB_200K"
21455   - "FIB_2M"
21456   layout:
21457     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21458     layout: "plot-latency"
21459
21460 # Packet Latency - VPP IPv6 3n-skx-x710
21461 -
21462   type: "plot"
21463   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21464   algorithm: "plot_latency_error_bars"
21465   output-file-type: ".html"
21466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21467   data: "plot-vpp-throughput-latency-3n-skx"
21468   filter: "'NIC_Intel-X710' and
21469            '78B' and
21470            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21471            'NDRPDR' and
21472            '2T1C' and
21473            'IP6FWD' and
21474            not 'SRv6' and
21475            not 'IPSEC' and
21476            not 'VHOST'"
21477   parameters:
21478   - "latency"
21479   - "parent"
21480   - "tags"
21481   sort:
21482   - "IP6BASE"
21483   - "FIB_20K"
21484   - "FIB_200K"
21485   - "FIB_2M"
21486   layout:
21487     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21488     layout: "plot-latency"
21489
21490 -
21491   type: "plot"
21492   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21493   algorithm: "plot_latency_error_bars"
21494   output-file-type: ".html"
21495   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21496   data: "plot-vpp-throughput-latency-3n-skx"
21497   filter: "'NIC_Intel-X710' and
21498            '78B' and
21499            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21500            'NDRPDR' and
21501            '4T2C' and
21502            'IP6FWD' and
21503            not 'SRv6' and
21504            not 'IPSEC' and
21505            not 'VHOST'"
21506   parameters:
21507   - "latency"
21508   - "parent"
21509   - "tags"
21510   sort:
21511   - "IP6BASE"
21512   - "FIB_20K"
21513   - "FIB_200K"
21514   - "FIB_2M"
21515   layout:
21516     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21517     layout: "plot-latency"
21518
21519 # Packet Latency - VPP IPv6 2n-skx-x710
21520 -
21521   type: "plot"
21522   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21523   algorithm: "plot_latency_error_bars"
21524   output-file-type: ".html"
21525   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21526   data: "plot-vpp-throughput-latency-2n-skx"
21527   filter: "'NIC_Intel-X710' and
21528            '78B' and
21529            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21530            'NDRPDR' and
21531            '2T1C' and
21532            'IP6FWD' and
21533            not 'SRv6' and
21534            not 'IPSEC' and
21535            not 'VHOST'"
21536   parameters:
21537   - "latency"
21538   - "parent"
21539   - "tags"
21540   sort:
21541   - "IP6BASE"
21542   - "FIB_20k"
21543   - "FIB_200k"
21544   - "FIB_2M"
21545   layout:
21546     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21547     layout: "plot-latency"
21548
21549 -
21550   type: "plot"
21551   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21552   algorithm: "plot_latency_error_bars"
21553   output-file-type: ".html"
21554   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21555   data: "plot-vpp-throughput-latency-2n-skx"
21556   filter: "'NIC_Intel-X710' and
21557            '78B' and
21558            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21559            'NDRPDR' and
21560            '4T2C' and
21561            'IP6FWD' and
21562            not 'SRv6' and
21563            not 'IPSEC' and
21564            not 'VHOST'"
21565   parameters:
21566   - "latency"
21567   - "parent"
21568   - "tags"
21569   sort:
21570   - "IP6BASE"
21571   - "FIB_20k"
21572   - "FIB_200k"
21573   - "FIB_2M"
21574   layout:
21575     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21576     layout: "plot-latency"
21577
21578 # Packet Latency - VPP IPv6 2n-skx-xxv710
21579 -
21580   type: "plot"
21581   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21582   algorithm: "plot_latency_error_bars"
21583   output-file-type: ".html"
21584   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21585   data: "plot-vpp-throughput-latency-2n-skx"
21586   filter: "'NIC_Intel-XXV710' and
21587            '78B' and
21588            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21589            'NDRPDR' and
21590            '2T1C' and
21591            'IP6FWD' and
21592            not 'SRv6' and
21593            not 'IPSEC' and
21594            not 'VHOST'"
21595   parameters:
21596   - "latency"
21597   - "parent"
21598   - "tags"
21599   sort:
21600   - "IP6BASE"
21601   - "FIB_20k"
21602   - "FIB_200k"
21603   - "FIB_2M"
21604   layout:
21605     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21606     layout: "plot-latency"
21607
21608 -
21609   type: "plot"
21610   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21611   algorithm: "plot_latency_error_bars"
21612   output-file-type: ".html"
21613   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21614   data: "plot-vpp-throughput-latency-2n-skx"
21615   filter: "'NIC_Intel-XXV710' and
21616            '78B' and
21617            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21618            'NDRPDR' and
21619            '4T2C' and
21620            'IP6FWD' and
21621            not 'SRv6' and
21622            not 'IPSEC' and
21623            not 'VHOST'"
21624   parameters:
21625   - "latency"
21626   - "parent"
21627   - "tags"
21628   sort:
21629   - "IP6BASE"
21630   - "FIB_20k"
21631   - "FIB_200k"
21632   - "FIB_2M"
21633   layout:
21634     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21635     layout: "plot-latency"
21636
21637 ################################################################################
21638
21639 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21640 -
21641   type: "plot"
21642   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21643   algorithm: "plot_latency_error_bars"
21644   output-file-type: ".html"
21645   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21646   data: "plot-vpp-throughput-latency-3n-hsw"
21647   filter: "'NIC_Intel-X520-DA2' and
21648            '78B' and
21649            'ENCAP' and
21650            'NDRPDR' and
21651            '1T1C' and
21652            'LISP' and
21653            not 'VHOST'"
21654   parameters:
21655   - "latency"
21656   - "parent"
21657   - "tags"
21658   sort:
21659   - "IP4UNRLAY"
21660   - "IP6UNRLAY"
21661   layout:
21662     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21663     layout: "plot-latency"
21664
21665 -
21666   type: "plot"
21667   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21668   algorithm: "plot_latency_error_bars"
21669   output-file-type: ".html"
21670   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21671   data: "plot-vpp-throughput-latency-3n-hsw"
21672   filter: "'NIC_Intel-X520-DA2' and
21673            '78B' and
21674            'ENCAP' and
21675            'NDRPDR' and
21676            '2T2C' and
21677            'LISP' and
21678            not 'VHOST'"
21679   parameters:
21680   - "latency"
21681   - "parent"
21682   - "tags"
21683   sort:
21684   - "IP4UNRLAY"
21685   - "IP6UNRLAY"
21686   layout:
21687     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21688     layout: "plot-latency"
21689
21690 ################################################################################
21691
21692 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21693 -
21694   type: "plot"
21695   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21696   algorithm: "plot_latency_error_bars"
21697   output-file-type: ".html"
21698   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21699   data: "plot-vpp-throughput-latency-3n-hsw"
21700   filter: "'NIC_Intel-XL710' and
21701            '64B' and
21702            'IP4FWD' and
21703            'NDRPDR' and
21704            'BASE' and
21705            '1T1C' and
21706            'IPSECHW' and
21707            ('IPSECTRAN' or 'IPSECTUN') and
21708            not 'VHOST'"
21709   parameters:
21710   - "latency"
21711   - "parent"
21712   - "tags"
21713   layout:
21714     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21715     layout: "plot-latency"
21716
21717 -
21718   type: "plot"
21719   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21720   algorithm: "plot_latency_error_bars"
21721   output-file-type: ".html"
21722   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21723   data: "plot-vpp-throughput-latency-3n-hsw"
21724   filter: "'NIC_Intel-XL710' and
21725            '64B' and
21726            'IP4FWD' and
21727            'NDRPDR' and
21728            'BASE' and
21729            '2T2C' and
21730            'IPSECHW' and
21731            ('IPSECTRAN' or 'IPSECTUN') and
21732            not 'VHOST'"
21733   parameters:
21734   - "latency"
21735   - "parent"
21736   - "tags"
21737   layout:
21738     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21739     layout: "plot-latency"
21740
21741 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21742 -
21743   type: "plot"
21744   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21745   algorithm: "plot_latency_error_bars"
21746   output-file-type: ".html"
21747   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21748   data: "plot-vpp-throughput-latency-3n-hsw"
21749   filter: "'NIC_Intel-XL710' and
21750            '64B' and
21751            'IP4FWD' and
21752            'NDRPDR' and
21753            'SCALE' and
21754            '1T1C' and
21755            'IPSECHW' and
21756            ('IPSECTRAN' or 'IPSECTUN') and
21757            not 'VHOST'"
21758   parameters:
21759   - "latency"
21760   - "parent"
21761   - "tags"
21762   layout:
21763     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21764     layout: "plot-latency"
21765
21766 -
21767   type: "plot"
21768   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21769   algorithm: "plot_latency_error_bars"
21770   output-file-type: ".html"
21771   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21772   data: "plot-vpp-throughput-latency-3n-hsw"
21773   filter: "'NIC_Intel-XL710' and
21774            '64B' and
21775            'IP4FWD' and
21776            'NDRPDR' and
21777            'SCALE' and
21778            '2T2C' and
21779            'IPSECHW' and
21780            ('IPSECTRAN' or 'IPSECTUN') and
21781            not 'VHOST'"
21782   parameters:
21783   - "latency"
21784   - "parent"
21785   - "tags"
21786   layout:
21787     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21788     layout: "plot-latency"
21789
21790 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21791 -
21792   type: "plot"
21793   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21794   algorithm: "plot_latency_error_bars"
21795   output-file-type: ".html"
21796   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21797   data: "plot-vpp-throughput-latency-3n-hsw"
21798   filter: "'NIC_Intel-XL710' and
21799            '64B' and
21800            'IP4FWD' and
21801            'NDRPDR' and
21802            '1T1C' and
21803            'IPSECSW' and
21804            ('IPSECTRAN' or 'IPSECTUN') and
21805            not 'VHOST'"
21806   parameters:
21807   - "latency"
21808   - "parent"
21809   - "tags"
21810   layout:
21811     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21812     layout: "plot-latency"
21813
21814 -
21815   type: "plot"
21816   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21817   algorithm: "plot_latency_error_bars"
21818   output-file-type: ".html"
21819   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21820   data: "plot-vpp-throughput-latency-3n-hsw"
21821   filter: "'NIC_Intel-XL710' and
21822            '64B' and
21823            'IP4FWD' and
21824            'NDRPDR' and
21825            '2T2C' and
21826            'IPSECSW' and
21827            ('IPSECTRAN' or 'IPSECTUN') and
21828            not 'VHOST'"
21829   parameters:
21830   - "latency"
21831   - "parent"
21832   - "tags"
21833   layout:
21834     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21835     layout: "plot-latency"
21836
21837 ################################################################################
21838
21839 # Packet Latency - VPP SRv6 3n-hsw-x520
21840 -
21841   type: "plot"
21842   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21843   algorithm: "plot_latency_error_bars"
21844   output-file-type: ".html"
21845   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21846   data: "plot-vpp-throughput-latency-3n-hsw"
21847   filter: "'NIC_Intel-X520-DA2' and
21848            '78B' and
21849            'FEATURE' and
21850            'NDRPDR' and
21851            '1T1C' and
21852            'IP6FWD' and
21853            'SRv6'"
21854   parameters:
21855   - "latency"
21856   - "parent"
21857   - "tags"
21858   layout:
21859     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21860     layout: "plot-latency"
21861
21862 -
21863   type: "plot"
21864   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21865   algorithm: "plot_latency_error_bars"
21866   output-file-type: ".html"
21867   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21868   data: "plot-vpp-throughput-latency-3n-hsw"
21869   filter: "'NIC_Intel-X520-DA2' and
21870            '78B' and
21871            'FEATURE' and
21872            'NDRPDR' and
21873            '2T2C' and
21874            'IP6FWD' and
21875            'SRv6'"
21876   parameters:
21877   - "latency"
21878   - "parent"
21879   - "tags"
21880   layout:
21881     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21882     layout: "plot-latency"
21883
21884 ################################################################################
21885
21886 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21887 -
21888   type: "plot"
21889   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21890   algorithm: "plot_latency_error_bars"
21891   output-file-type: ".html"
21892   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21893   data: "plot-vpp-throughput-latency-3n-hsw"
21894   filter: "'NIC_Intel-X520-DA2' and
21895            '64B' and
21896            'NDRPDR' and
21897            'ETH' and
21898            'IP4FWD' and
21899            '1T1C' and
21900            'VHOST_1024' and
21901            not 'VXLAN' and
21902            not 'DOT1Q'"
21903   parameters:
21904   - "latency"
21905   - "parent"
21906   - "tags"
21907   sort:
21908   - "not CFS_OPT"
21909   - "1VM"
21910   - "2VM"
21911   layout:
21912     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21913     layout: "plot-latency"
21914
21915 -
21916   type: "plot"
21917   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21918   algorithm: "plot_latency_error_bars"
21919   output-file-type: ".html"
21920   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21921   data: "plot-vpp-throughput-latency-3n-hsw"
21922   filter: "'NIC_Intel-X520-DA2' and
21923            '64B' and
21924            'NDRPDR' and
21925            'ETH' and
21926            'IP4FWD' and
21927            '2T2C' and
21928            'VHOST_1024' and
21929            not 'VXLAN' and
21930            not 'DOT1Q'"
21931   parameters:
21932   - "latency"
21933   - "parent"
21934   - "tags"
21935   sort:
21936   - "not CFS_OPT"
21937   - "1VM"
21938   - "2VM"
21939   layout:
21940     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21941     layout: "plot-latency"
21942
21943 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21944 -
21945   type: "plot"
21946   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21947   algorithm: "plot_latency_error_bars"
21948   output-file-type: ".html"
21949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21950   data: "plot-vpp-throughput-latency-3n-hsw"
21951   filter: "'NIC_Intel-X520-DA2' and
21952            '64B' and
21953            'NDRPDR' and
21954            ('ETH' or 'DOT1Q') and
21955            '1T1C' and
21956            'L2BDMACLRN' and
21957            'VHOST_1024' and
21958            not 'VXLAN' and
21959            not 'IP4FWD' and
21960            not '2VM'"
21961   parameters:
21962   - "latency"
21963   - "parent"
21964   - "tags"
21965 #  sort:
21966 #  - "VM"  # "not CFS_OPT"
21967 #  - "CFS_OPT"
21968 #  - "FIB_10K"
21969 #  - "FIB_100K"
21970 #  - "FIB_1M"
21971   layout:
21972     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21973     layout: "plot-latency"
21974
21975 -
21976   type: "plot"
21977   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21978   algorithm: "plot_latency_error_bars"
21979   output-file-type: ".html"
21980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21981   data: "plot-vpp-throughput-latency-3n-hsw"
21982   filter: "'NIC_Intel-X520-DA2' and
21983            '64B' and
21984            'NDRPDR' and
21985            ('ETH' or 'DOT1Q') and
21986            '2T2C' and
21987            'L2BDMACLRN' and
21988            'VHOST_1024' and
21989            not 'VXLAN' and
21990            not 'IP4FWD' and
21991            not '2VM'"
21992   parameters:
21993   - "latency"
21994   - "parent"
21995   - "tags"
21996 #  sort:
21997 #  - "VM"  # "not CFS_OPT"
21998 #  - "CFS_OPT"
21999 #  - "FIB_10K"
22000 #  - "FIB_100K"
22001 #  - "FIB_1M"
22002   layout:
22003     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22004     layout: "plot-latency"
22005
22006 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22007 -
22008   type: "plot"
22009   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22010   algorithm: "plot_latency_error_bars"
22011   output-file-type: ".html"
22012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22013   data: "plot-vpp-throughput-latency-3n-hsw"
22014   filter: "'NIC_Intel-X520-DA2' and
22015            '64B' and
22016            'NDRPDR' and
22017            ('ETH' or 'DOT1Q') and
22018            'BASE' and
22019            '1T1C' and
22020            ('L2BDMACLRN' or 'L2XCFWD') and
22021            'VHOST_1024' and
22022            not 'VXLAN' and
22023            not 'IP4FWD' and
22024            not '2VM'"
22025   parameters:
22026   - "latency"
22027   - "parent"
22028   - "tags"
22029 #  sort:
22030 #  - "not CFS_OPT"
22031 #  - "L2XCFWD"
22032 #  - "not CFS_OPT"
22033 #  - "CFS_OPT"
22034   layout:
22035     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22036     layout: "plot-latency"
22037
22038 -
22039   type: "plot"
22040   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22041   algorithm: "plot_latency_error_bars"
22042   output-file-type: ".html"
22043   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22044   data: "plot-vpp-throughput-latency-3n-hsw"
22045   filter: "'NIC_Intel-X520-DA2' and
22046            '64B' and
22047            'NDRPDR' and
22048            ('ETH' or 'DOT1Q') and
22049            'BASE' and
22050            '2T2C' and
22051            ('L2BDMACLRN' or 'L2XCFWD') and
22052            'VHOST_1024' and
22053            not 'VXLAN' and
22054            not 'IP4FWD' and
22055            not '2VM'"
22056   parameters:
22057   - "latency"
22058   - "parent"
22059   - "tags"
22060 #  sort:
22061 #  - "not CFS_OPT"
22062 #  - "L2XCFWD"
22063 #  - "not CFS_OPT"
22064 #  - "CFS_OPT"
22065   layout:
22066     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22067     layout: "plot-latency"
22068
22069 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22070 -
22071   type: "plot"
22072   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22073   algorithm: "plot_latency_error_bars"
22074   output-file-type: ".html"
22075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22076   data: "plot-vpp-throughput-latency-3n-hsw"
22077   filter: "'NIC_Intel-X520-DA2' and
22078            '64B' and
22079            'NDRPDR' and
22080            ('ETH' or 'DOT1Q') and
22081            '1T1C' and
22082            ('L2BDMACLRN' or 'L2XCFWD') and
22083            'VHOST_1024' and
22084            not 'CFS_OPT' and
22085            not 'VXLAN' and
22086            not 'IP4FWD' and
22087            not 'LBOND'"
22088   parameters:
22089   - "latency"
22090   - "parent"
22091   - "tags"
22092 #  sort:
22093 #  - "1VM"
22094 #  - "L2XCFWD"
22095 #  - "1VM"
22096 #  - "L2BDMACLRN"
22097   layout:
22098     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22099     layout: "plot-latency"
22100
22101 -
22102   type: "plot"
22103   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22104   algorithm: "plot_latency_error_bars"
22105   output-file-type: ".html"
22106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22107   data: "plot-vpp-throughput-latency-3n-hsw"
22108   filter: "'NIC_Intel-X520-DA2' and
22109            '64B' and
22110            'NDRPDR' and
22111            ('ETH' or 'DOT1Q') and
22112            '2T2C' and
22113            ('L2BDMACLRN' or 'L2XCFWD') and
22114            'VHOST_1024' and
22115            not 'CFS_OPT' and
22116            not 'VXLAN' and
22117            not 'IP4FWD' and
22118            not 'LBOND'"
22119   parameters:
22120   - "latency"
22121   - "parent"
22122   - "tags"
22123 #  sort:
22124 #  - "1VM"
22125 #  - "L2XCFWD"
22126 #  - "1VM"
22127 #  - "L2BDMACLRN"
22128   layout:
22129     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22130     layout: "plot-latency"
22131
22132 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22133 -
22134   type: "plot"
22135   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22136   algorithm: "plot_latency_error_bars"
22137   output-file-type: ".html"
22138   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22139   data: "plot-vpp-throughput-latency-3n-hsw"
22140   filter: "'NIC_Intel-X710' and
22141            '64B' and
22142            'NDRPDR' and
22143            'ETH' and
22144            'IP4FWD' and
22145            '1T1C' and
22146            'VHOST_1024' and
22147            not 'VXLAN' and
22148            not 'DOT1Q'"
22149   parameters:
22150   - "latency"
22151   - "parent"
22152   - "tags"
22153   sort:
22154   - "not CFS_OPT"
22155   - "1VM"
22156   - "2VM"
22157   layout:
22158     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22159     layout: "plot-latency"
22160
22161 -
22162   type: "plot"
22163   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22164   algorithm: "plot_latency_error_bars"
22165   output-file-type: ".html"
22166   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22167   data: "plot-vpp-throughput-latency-3n-hsw"
22168   filter: "'NIC_Intel-X710' and
22169            '64B' and
22170            'NDRPDR' and
22171            'ETH' and
22172            'IP4FWD' and
22173            '2T2C' and
22174            'VHOST_1024' and
22175            not 'VXLAN' and
22176            not 'DOT1Q'"
22177   parameters:
22178   - "latency"
22179   - "parent"
22180   - "tags"
22181   sort:
22182   - "not CFS_OPT"
22183   - "1VM"
22184   - "2VM"
22185   layout:
22186     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22187     layout: "plot-latency"
22188
22189 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22190 -
22191   type: "plot"
22192   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22193   algorithm: "plot_latency_error_bars"
22194   output-file-type: ".html"
22195   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22196   data: "plot-vpp-throughput-latency-3n-hsw"
22197   filter: "'NIC_Intel-X710' and
22198            '64B' and
22199            'NDRPDR' and
22200            ('ETH' or 'DOT1Q') and
22201            '1T1C' and
22202            'L2BDMACLRN' and
22203            'VHOST_1024' and
22204            not 'VXLAN' and
22205            not 'IP4FWD' and
22206            not '2VM'"
22207   parameters:
22208   - "latency"
22209   - "parent"
22210   - "tags"
22211 #  sort:
22212 #  - "VM"  # "not CFS_OPT"
22213 #  - "CFS_OPT"
22214 #  - "FIB_10K"
22215 #  - "FIB_100K"
22216 #  - "FIB_1M"
22217   layout:
22218     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22219     layout: "plot-latency"
22220
22221 -
22222   type: "plot"
22223   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22224   algorithm: "plot_latency_error_bars"
22225   output-file-type: ".html"
22226   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22227   data: "plot-vpp-throughput-latency-3n-hsw"
22228   filter: "'NIC_Intel-X710' and
22229            '64B' and
22230            'NDRPDR' and
22231            ('ETH' or 'DOT1Q') and
22232            '2T2C' and
22233            'L2BDMACLRN' and
22234            'VHOST_1024' and
22235            not 'VXLAN' and
22236            not 'IP4FWD' and
22237            not '2VM'"
22238   parameters:
22239   - "latency"
22240   - "parent"
22241   - "tags"
22242 #  sort:
22243 #  - "VM"  # "not CFS_OPT"
22244 #  - "CFS_OPT"
22245 #  - "FIB_10K"
22246 #  - "FIB_100K"
22247 #  - "FIB_1M"
22248   layout:
22249     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22250     layout: "plot-latency"
22251
22252 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22253 -
22254   type: "plot"
22255   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22256   algorithm: "plot_latency_error_bars"
22257   output-file-type: ".html"
22258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22259   data: "plot-vpp-throughput-latency-3n-hsw"
22260   filter: "'NIC_Intel-X710' and
22261            '64B' and
22262            'NDRPDR' and
22263            ('ETH' or 'DOT1Q') and
22264            'BASE' and
22265            '1T1C' and
22266            ('L2BDMACLRN' or 'L2XCFWD') and
22267            'VHOST_1024' and
22268            not 'VXLAN' and
22269            not 'IP4FWD' and
22270            not '2VM'"
22271   parameters:
22272   - "latency"
22273   - "parent"
22274   - "tags"
22275 #  sort:
22276 #  - "not CFS_OPT"
22277 #  - "L2XCFWD"
22278 #  - "not CFS_OPT"
22279 #  - "CFS_OPT"
22280   layout:
22281     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22282     layout: "plot-latency"
22283
22284 -
22285   type: "plot"
22286   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22287   algorithm: "plot_latency_error_bars"
22288   output-file-type: ".html"
22289   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22290   data: "plot-vpp-throughput-latency-3n-hsw"
22291   filter: "'NIC_Intel-X710' and
22292            '64B' and
22293            'NDRPDR' and
22294            ('ETH' or 'DOT1Q') and
22295            'BASE' and
22296            '2T2C' and
22297            ('L2BDMACLRN' or 'L2XCFWD') and
22298            'VHOST_1024' and
22299            not 'VXLAN' and
22300            not 'IP4FWD' and
22301            not '2VM'"
22302   parameters:
22303   - "latency"
22304   - "parent"
22305   - "tags"
22306 #  sort:
22307 #  - "not CFS_OPT"
22308 #  - "L2XCFWD"
22309 #  - "not CFS_OPT"
22310 #  - "CFS_OPT"
22311   layout:
22312     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22313     layout: "plot-latency"
22314
22315 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22316 -
22317   type: "plot"
22318   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22319   algorithm: "plot_latency_error_bars"
22320   output-file-type: ".html"
22321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22322   data: "plot-vpp-throughput-latency-3n-hsw"
22323   filter: "'NIC_Intel-X710' and
22324            '64B' and
22325            'NDRPDR' and
22326            ('ETH' or 'DOT1Q') and
22327            '1T1C' and
22328            ('L2BDMACLRN' or 'L2XCFWD') and
22329            'VHOST_1024' and
22330            not 'CFS_OPT' and
22331            not 'VXLAN' and
22332            not 'IP4FWD' and
22333            not 'LBOND'"
22334   parameters:
22335   - "latency"
22336   - "parent"
22337   - "tags"
22338 #  sort:
22339 #  - "1VM"
22340 #  - "L2XCFWD"
22341 #  - "1VM"
22342 #  - "L2BDMACLRN"
22343   layout:
22344     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22345     layout: "plot-latency"
22346
22347 -
22348   type: "plot"
22349   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22350   algorithm: "plot_latency_error_bars"
22351   output-file-type: ".html"
22352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22353   data: "plot-vpp-throughput-latency-3n-hsw"
22354   filter: "'NIC_Intel-X710' and
22355            '64B' and
22356            'NDRPDR' and
22357            ('ETH' or 'DOT1Q') and
22358            '2T2C' and
22359            ('L2BDMACLRN' or 'L2XCFWD') and
22360            'VHOST_1024' and
22361            not 'CFS_OPT' and
22362            not 'VXLAN' and
22363            not 'IP4FWD' and
22364            not 'LBOND'"
22365   parameters:
22366   - "latency"
22367   - "parent"
22368   - "tags"
22369 #  sort:
22370 #  - "1VM"
22371 #  - "L2XCFWD"
22372 #  - "1VM"
22373 #  - "L2BDMACLRN"
22374   layout:
22375     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22376     layout: "plot-latency"
22377
22378 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22379 -
22380   type: "plot"
22381   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22382   algorithm: "plot_latency_error_bars"
22383   output-file-type: ".html"
22384   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22385   data: "plot-vpp-throughput-latency-3n-hsw"
22386   filter: "'NIC_Intel-XL710' and
22387            '64B' and
22388            'NDRPDR' and
22389            'ETH' and
22390            'IP4FWD' and
22391            '1T1C' and
22392            'VHOST_1024' and
22393            not 'VXLAN' and
22394            not 'DOT1Q'"
22395   parameters:
22396   - "latency"
22397   - "parent"
22398   - "tags"
22399   sort:
22400   - "not CFS_OPT"
22401   - "1VM"
22402   - "2VM"
22403   layout:
22404     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22405     layout: "plot-latency"
22406
22407 -
22408   type: "plot"
22409   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22410   algorithm: "plot_latency_error_bars"
22411   output-file-type: ".html"
22412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22413   data: "plot-vpp-throughput-latency-3n-hsw"
22414   filter: "'NIC_Intel-XL710' and
22415            '64B' and
22416            'NDRPDR' and
22417            'ETH' and
22418            'IP4FWD' and
22419            '2T2C' and
22420            'VHOST_1024' and
22421            not 'VXLAN' and
22422            not 'DOT1Q'"
22423   parameters:
22424   - "latency"
22425   - "parent"
22426   - "tags"
22427   sort:
22428   - "not CFS_OPT"
22429   - "1VM"
22430   - "2VM"
22431   layout:
22432     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22433     layout: "plot-latency"
22434
22435 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22436 -
22437   type: "plot"
22438   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22439   algorithm: "plot_latency_error_bars"
22440   output-file-type: ".html"
22441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22442   data: "plot-vpp-throughput-latency-3n-hsw"
22443   filter: "'NIC_Intel-XL710' and
22444            '64B' and
22445            'NDRPDR' and
22446            ('ETH' or 'DOT1Q') and
22447            '1T1C' and
22448            'L2BDMACLRN' and
22449            'VHOST_1024' and
22450            not 'VXLAN' and
22451            not 'IP4FWD' and
22452            not '2VM'"
22453   parameters:
22454   - "latency"
22455   - "parent"
22456   - "tags"
22457 #  sort:
22458 #  - "VM"  # "not CFS_OPT"
22459 #  - "CFS_OPT"
22460 #  - "FIB_10K"
22461 #  - "FIB_100K"
22462 #  - "FIB_1M"
22463   layout:
22464     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22465     layout: "plot-latency"
22466
22467 -
22468   type: "plot"
22469   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22470   algorithm: "plot_latency_error_bars"
22471   output-file-type: ".html"
22472   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22473   data: "plot-vpp-throughput-latency-3n-hsw"
22474   filter: "'NIC_Intel-XL710' and
22475            '64B' and
22476            'NDRPDR' and
22477            ('ETH' or 'DOT1Q') and
22478            '2T2C' and
22479            'L2BDMACLRN' and
22480            'VHOST_1024' and
22481            not 'VXLAN' and
22482            not 'IP4FWD' and
22483            not '2VM'"
22484   parameters:
22485   - "latency"
22486   - "parent"
22487   - "tags"
22488 #  sort:
22489 #  - "VM"  # "not CFS_OPT"
22490 #  - "CFS_OPT"
22491 #  - "FIB_10K"
22492 #  - "FIB_100K"
22493 #  - "FIB_1M"
22494   layout:
22495     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22496     layout: "plot-latency"
22497
22498 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22499 -
22500   type: "plot"
22501   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22502   algorithm: "plot_latency_error_bars"
22503   output-file-type: ".html"
22504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22505   data: "plot-vpp-throughput-latency-3n-hsw"
22506   filter: "'NIC_Intel-XL710' and
22507            '64B' and
22508            'NDRPDR' and
22509            ('ETH' or 'DOT1Q') and
22510            'BASE' and
22511            '1T1C' and
22512            ('L2BDMACLRN' or 'L2XCFWD') and
22513            'VHOST_1024' and
22514            not 'VXLAN' and
22515            not 'IP4FWD' and
22516            not '2VM'"
22517   parameters:
22518   - "latency"
22519   - "parent"
22520   - "tags"
22521 #  sort:
22522 #  - "not CFS_OPT"
22523 #  - "L2XCFWD"
22524 #  - "not CFS_OPT"
22525 #  - "CFS_OPT"
22526   layout:
22527     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22528     layout: "plot-latency"
22529
22530 -
22531   type: "plot"
22532   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22533   algorithm: "plot_latency_error_bars"
22534   output-file-type: ".html"
22535   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22536   data: "plot-vpp-throughput-latency-3n-hsw"
22537   filter: "'NIC_Intel-XL710' and
22538            '64B' and
22539            'NDRPDR' and
22540            ('ETH' or 'DOT1Q') and
22541            'BASE' and
22542            '2T2C' and
22543            ('L2BDMACLRN' or 'L2XCFWD') and
22544            'VHOST_1024' and
22545            not 'VXLAN' and
22546            not 'IP4FWD' and
22547            not '2VM'"
22548   parameters:
22549   - "latency"
22550   - "parent"
22551   - "tags"
22552 #  sort:
22553 #  - "not CFS_OPT"
22554 #  - "L2XCFWD"
22555 #  - "not CFS_OPT"
22556 #  - "CFS_OPT"
22557   layout:
22558     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22559     layout: "plot-latency"
22560
22561 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22562 -
22563   type: "plot"
22564   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22565   algorithm: "plot_latency_error_bars"
22566   output-file-type: ".html"
22567   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22568   data: "plot-vpp-throughput-latency-3n-hsw"
22569   filter: "'NIC_Intel-XL710' and
22570            '64B' and
22571            'NDRPDR' and
22572            ('ETH' or 'DOT1Q') and
22573            '1T1C' and
22574            ('L2BDMACLRN' or 'L2XCFWD') and
22575            'VHOST_1024' and
22576            not 'CFS_OPT' and
22577            not 'VXLAN' and
22578            not 'IP4FWD'"
22579   parameters:
22580   - "latency"
22581   - "parent"
22582   - "tags"
22583 #  sort:
22584 #  - "1VM"
22585 #  - "L2XCFWD"
22586 #  - "1VM"
22587 #  - "L2BDMACLRN"
22588   layout:
22589     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22590     layout: "plot-latency"
22591
22592 -
22593   type: "plot"
22594   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22595   algorithm: "plot_latency_error_bars"
22596   output-file-type: ".html"
22597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22598   data: "plot-vpp-throughput-latency-3n-hsw"
22599   filter: "'NIC_Intel-XL710' and
22600            '64B' and
22601            'NDRPDR' and
22602            ('ETH' or 'DOT1Q') and
22603            '2T2C' and
22604            ('L2BDMACLRN' or 'L2XCFWD') and
22605            'VHOST_1024' and
22606            not 'CFS_OPT' and
22607            not 'VXLAN' and
22608            not 'IP4FWD'"
22609   parameters:
22610   - "latency"
22611   - "parent"
22612   - "tags"
22613 #  sort:
22614 #  - "1VM"
22615 #  - "L2XCFWD"
22616 #  - "1VM"
22617 #  - "L2BDMACLRN"
22618   layout:
22619     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22620     layout: "plot-latency"
22621
22622 # Packet Latency - VPP vhost ip4 3n-skx-x710
22623 -
22624   type: "plot"
22625   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22626   algorithm: "plot_latency_error_bars"
22627   output-file-type: ".html"
22628   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22629   data: "plot-vpp-throughput-latency-3n-skx"
22630   filter: "'NIC_Intel-X710' and
22631            '64B' and
22632            'NDRPDR' and
22633            'ETH' and
22634            'IP4FWD' and
22635            '2T1C' and
22636            'VHOST_1024' and
22637            not 'VXLAN' and
22638            not 'DOT1Q'"
22639   parameters:
22640   - "latency"
22641   - "parent"
22642   - "tags"
22643   sort:
22644   - "not CFS_OPT"
22645   - "1VM"
22646   - "2VM"
22647   layout:
22648     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22649     layout: "plot-latency"
22650
22651 -
22652   type: "plot"
22653   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22654   algorithm: "plot_latency_error_bars"
22655   output-file-type: ".html"
22656   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22657   data: "plot-vpp-throughput-latency-3n-skx"
22658   filter: "'NIC_Intel-X710' and
22659            '64B' and
22660            'NDRPDR' and
22661            'ETH' and
22662            'IP4FWD' and
22663            '4T2C' and
22664            'VHOST_1024' and
22665            not 'VXLAN' and
22666            not 'DOT1Q'"
22667   parameters:
22668   - "latency"
22669   - "parent"
22670   - "tags"
22671   sort:
22672   - "not CFS_OPT"
22673   - "1VM"
22674   - "2VM"
22675   layout:
22676     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22677     layout: "plot-latency"
22678
22679 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22680 -
22681   type: "plot"
22682   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22683   algorithm: "plot_latency_error_bars"
22684   output-file-type: ".html"
22685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22686   data: "plot-vpp-throughput-latency-3n-skx"
22687   filter: "'NIC_Intel-X710' and
22688            '64B' and
22689            'NDRPDR' and
22690            ('ETH' or 'DOT1Q') and
22691            '2T1C' and
22692            'L2BDMACLRN' and
22693            'VHOST_1024' and
22694            not 'VXLAN' and
22695            not 'IP4FWD' and
22696            not '2VM'"
22697   parameters:
22698   - "latency"
22699   - "parent"
22700   - "tags"
22701 #  sort:
22702 #  - "VM"  # "not CFS_OPT"
22703 #  - "CFS_OPT"
22704 #  - "FIB_10K"
22705 #  - "FIB_100K"
22706 #  - "FIB_1M"
22707   layout:
22708     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22709     layout: "plot-latency"
22710
22711 -
22712   type: "plot"
22713   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22714   algorithm: "plot_latency_error_bars"
22715   output-file-type: ".html"
22716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22717   data: "plot-vpp-throughput-latency-3n-skx"
22718   filter: "'NIC_Intel-X710' and
22719            '64B' and
22720            'NDRPDR' and
22721            ('ETH' or 'DOT1Q') and
22722            '4T2C' and
22723            'L2BDMACLRN' and
22724            'VHOST_1024' and
22725            not 'VXLAN' and
22726            not 'IP4FWD' and
22727            not '2VM'"
22728   parameters:
22729   - "latency"
22730   - "parent"
22731   - "tags"
22732 #  sort:
22733 #  - "VM"  # "not CFS_OPT"
22734 #  - "CFS_OPT"
22735 #  - "FIB_10K"
22736 #  - "FIB_100K"
22737 #  - "FIB_1M"
22738   layout:
22739     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22740     layout: "plot-latency"
22741
22742 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22743 -
22744   type: "plot"
22745   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22746   algorithm: "plot_latency_error_bars"
22747   output-file-type: ".html"
22748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22749   data: "plot-vpp-throughput-latency-3n-skx"
22750   filter: "'NIC_Intel-X710' and
22751            '64B' and
22752            'NDRPDR' and
22753            ('ETH' or 'DOT1Q') and
22754            'BASE' and
22755            '2T1C' and
22756            ('L2BDMACLRN' or 'L2XCFWD') and
22757            'VHOST_1024' and
22758            not 'VXLAN' and
22759            not 'IP4FWD' and
22760            not '2VM' and
22761            not 'LBOND'"
22762   parameters:
22763   - "latency"
22764   - "parent"
22765   - "tags"
22766 #  sort:
22767 #  - "not CFS_OPT"
22768 #  - "L2XCFWD"
22769 #  - "not CFS_OPT"
22770 #  - "CFS_OPT"
22771   layout:
22772     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22773     layout: "plot-latency"
22774
22775 -
22776   type: "plot"
22777   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22778   algorithm: "plot_latency_error_bars"
22779   output-file-type: ".html"
22780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22781   data: "plot-vpp-throughput-latency-3n-skx"
22782   filter: "'NIC_Intel-X710' and
22783            '64B' and
22784            'NDRPDR' and
22785            ('ETH' or 'DOT1Q') and
22786            'BASE' and
22787            '4T2C' and
22788            ('L2BDMACLRN' or 'L2XCFWD') and
22789            'VHOST_1024' and
22790            not 'VXLAN' and
22791            not 'IP4FWD' and
22792            not '2VM' and
22793            not 'LBOND'"
22794   parameters:
22795   - "latency"
22796   - "parent"
22797   - "tags"
22798 #  sort:
22799 #  - "not CFS_OPT"
22800 #  - "L2XCFWD"
22801 #  - "not CFS_OPT"
22802 #  - "CFS_OPT"
22803   layout:
22804     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22805     layout: "plot-latency"
22806
22807 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22808 -
22809   type: "plot"
22810   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22811   algorithm: "plot_latency_error_bars"
22812   output-file-type: ".html"
22813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22814   data: "plot-vpp-throughput-latency-3n-skx"
22815   filter: "'NIC_Intel-X710' and
22816            '64B' and
22817            'NDRPDR' and
22818            ('ETH' or 'DOT1Q') and
22819            '2T1C' and
22820            ('L2BDMACLRN' or 'L2XCFWD') and
22821            'VHOST_1024' and
22822            not 'CFS_OPT' and
22823            not 'VXLAN' and
22824            not 'IP4FWD' and
22825            not 'LBOND'"
22826   parameters:
22827   - "latency"
22828   - "parent"
22829   - "tags"
22830 #  sort:
22831 #  - "1VM"
22832 #  - "L2XCFWD"
22833 #  - "1VM"
22834 #  - "L2BDMACLRN"
22835   layout:
22836     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22837     layout: "plot-latency"
22838
22839 -
22840   type: "plot"
22841   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22842   algorithm: "plot_latency_error_bars"
22843   output-file-type: ".html"
22844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22845   data: "plot-vpp-throughput-latency-3n-skx"
22846   filter: "'NIC_Intel-X710' and
22847            '64B' and
22848            'NDRPDR' and
22849            ('ETH' or 'DOT1Q') and
22850            '4T2C' and
22851            ('L2BDMACLRN' or 'L2XCFWD') and
22852            'VHOST_1024' and
22853            not 'CFS_OPT' and
22854            not 'VXLAN' and
22855            not 'IP4FWD' and
22856            not 'LBOND'"
22857   parameters:
22858   - "latency"
22859   - "parent"
22860   - "tags"
22861 #  sort:
22862 #  - "1VM"
22863 #  - "L2XCFWD"
22864 #  - "1VM"
22865 #  - "L2BDMACLRN"
22866   layout:
22867     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22868     layout: "plot-latency"
22869
22870 # Packet Latency - VPP vhost ip4 2n-skx-x710
22871 -
22872   type: "plot"
22873   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22874   algorithm: "plot_latency_error_bars"
22875   output-file-type: ".html"
22876   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22877   data: "plot-vpp-throughput-latency-2n-skx"
22878   filter: "'NIC_Intel-X710' and
22879            '64B' and
22880            'NDRPDR' and
22881            'ETH' and
22882            'IP4FWD' and
22883            '2T1C' and
22884            'VHOST_1024' and
22885            not 'VXLAN' and
22886            not 'NF_DENSITY' and
22887            not 'DOT1Q'"
22888   parameters:
22889   - "latency"
22890   - "parent"
22891   - "tags"
22892   sort:
22893   - "not CFS_OPT"
22894   - "1VM"
22895   - "2VM"
22896   layout:
22897     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22898     layout: "plot-latency"
22899
22900 -
22901   type: "plot"
22902   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22903   algorithm: "plot_latency_error_bars"
22904   output-file-type: ".html"
22905   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22906   data: "plot-vpp-throughput-latency-2n-skx"
22907   filter: "'NIC_Intel-X710' and
22908            '64B' and
22909            'NDRPDR' and
22910            'ETH' and
22911            'IP4FWD' and
22912            '4T2C' and
22913            'VHOST_1024' and
22914            not 'VXLAN' and
22915            not 'NF_DENSITY' and
22916            not 'DOT1Q'"
22917   parameters:
22918   - "latency"
22919   - "parent"
22920   - "tags"
22921   sort:
22922   - "not CFS_OPT"
22923   - "1VM"
22924   - "2VM"
22925   layout:
22926     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22927     layout: "plot-latency"
22928
22929 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22930 -
22931   type: "plot"
22932   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22933   algorithm: "plot_latency_error_bars"
22934   output-file-type: ".html"
22935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22936   data: "plot-vpp-throughput-latency-2n-skx"
22937   filter: "'NIC_Intel-X710' and
22938            '64B' and
22939            'NDRPDR' and
22940            ('ETH' or 'DOT1Q') and
22941            '2T1C' and
22942            'L2BDMACLRN' and
22943            'VHOST_1024' and
22944            not 'VXLAN' and
22945            not 'IP4FWD' and
22946            not 'NF_DENSITY' and
22947            not '2VM'"
22948   parameters:
22949   - "latency"
22950   - "parent"
22951   - "tags"
22952 #  sort:
22953 #  - "VM"  # "not CFS_OPT"
22954 #  - "CFS_OPT"
22955 #  - "FIB_10K"
22956 #  - "FIB_100K"
22957 #  - "FIB_1M"
22958   layout:
22959     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22960     layout: "plot-latency"
22961
22962 -
22963   type: "plot"
22964   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22965   algorithm: "plot_latency_error_bars"
22966   output-file-type: ".html"
22967   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22968   data: "plot-vpp-throughput-latency-2n-skx"
22969   filter: "'NIC_Intel-X710' and
22970            '64B' and
22971            'NDRPDR' and
22972            ('ETH' or 'DOT1Q') and
22973            '4T2C' and
22974            'L2BDMACLRN' and
22975            'VHOST_1024' and
22976            not 'VXLAN' and
22977            not 'NF_DENSITY' and
22978            not 'IP4FWD' and
22979            not '2VM'"
22980   parameters:
22981   - "latency"
22982   - "parent"
22983   - "tags"
22984 #  sort:
22985 #  - "VM"  # "not CFS_OPT"
22986 #  - "CFS_OPT"
22987 #  - "FIB_10K"
22988 #  - "FIB_100K"
22989 #  - "FIB_1M"
22990   layout:
22991     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22992     layout: "plot-latency"
22993
22994 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22995 -
22996   type: "plot"
22997   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22998   algorithm: "plot_latency_error_bars"
22999   output-file-type: ".html"
23000   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23001   data: "plot-vpp-throughput-latency-2n-skx"
23002   filter: "'NIC_Intel-X710' and
23003            '64B' and
23004            'NDRPDR' and
23005            ('ETH' or 'DOT1Q') and
23006            'BASE' and
23007            '2T1C' and
23008            ('L2BDMACLRN' or 'L2XCFWD') and
23009            'VHOST_1024' and
23010            not 'VXLAN' and
23011            not 'NF_DENSITY' and
23012            not 'IP4FWD' and
23013            not '2VM'"
23014   parameters:
23015   - "latency"
23016   - "parent"
23017   - "tags"
23018 #  sort:
23019 #  - "not CFS_OPT"
23020 #  - "L2XCFWD"
23021 #  - "not CFS_OPT"
23022 #  - "CFS_OPT"
23023   layout:
23024     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23025     layout: "plot-latency"
23026
23027 -
23028   type: "plot"
23029   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23030   algorithm: "plot_latency_error_bars"
23031   output-file-type: ".html"
23032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23033   data: "plot-vpp-throughput-latency-2n-skx"
23034   filter: "'NIC_Intel-X710' and
23035            '64B' and
23036            'NDRPDR' and
23037            ('ETH' or 'DOT1Q') and
23038            'BASE' and
23039            '4T2C' and
23040            ('L2BDMACLRN' or 'L2XCFWD') and
23041            'VHOST_1024' and
23042            not 'VXLAN' and
23043            not 'NF_DENSITY' and
23044            not 'IP4FWD' and
23045            not '2VM'"
23046   parameters:
23047   - "latency"
23048   - "parent"
23049   - "tags"
23050 #  sort:
23051 #  - "not CFS_OPT"
23052 #  - "L2XCFWD"
23053 #  - "not CFS_OPT"
23054 #  - "CFS_OPT"
23055   layout:
23056     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23057     layout: "plot-latency"
23058
23059 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23060 -
23061   type: "plot"
23062   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23063   algorithm: "plot_latency_error_bars"
23064   output-file-type: ".html"
23065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23066   data: "plot-vpp-throughput-latency-2n-skx"
23067   filter: "'NIC_Intel-X710' and
23068            '64B' and
23069            'NDRPDR' and
23070            ('ETH' or 'DOT1Q') and
23071            '2T1C' and
23072            ('L2BDMACLRN' or 'L2XCFWD') and
23073            'VHOST_1024' and
23074            not 'CFS_OPT' and
23075            not 'VXLAN' and
23076            not 'NF_DENSITY' and
23077            not 'IP4FWD'"
23078   parameters:
23079   - "latency"
23080   - "parent"
23081   - "tags"
23082 #  sort:
23083 #  - "1VM"
23084 #  - "L2XCFWD"
23085 #  - "1VM"
23086 #  - "L2BDMACLRN"
23087   layout:
23088     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23089     layout: "plot-latency"
23090
23091 -
23092   type: "plot"
23093   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23094   algorithm: "plot_latency_error_bars"
23095   output-file-type: ".html"
23096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23097   data: "plot-vpp-throughput-latency-2n-skx"
23098   filter: "'NIC_Intel-X710' and
23099            '64B' and
23100            'NDRPDR' and
23101            ('ETH' or 'DOT1Q') and
23102            '4T2C' and
23103            ('L2BDMACLRN' or 'L2XCFWD') and
23104            'VHOST_1024' and
23105            not 'CFS_OPT' and
23106            not 'VXLAN' and
23107            not 'NF_DENSITY' and
23108            not 'IP4FWD'"
23109   parameters:
23110   - "latency"
23111   - "parent"
23112   - "tags"
23113 #  sort:
23114 #  - "1VM"
23115 #  - "L2XCFWD"
23116 #  - "1VM"
23117 #  - "L2BDMACLRN"
23118   layout:
23119     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23120     layout: "plot-latency"
23121
23122 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23123 -
23124   type: "plot"
23125   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23126   algorithm: "plot_latency_error_bars"
23127   output-file-type: ".html"
23128   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23129   data: "plot-vpp-throughput-latency-2n-skx"
23130   filter: "'NIC_Intel-XXV710' and
23131            '64B' and
23132            'NDRPDR' and
23133            'ETH' and
23134            'IP4FWD' and
23135            '2T1C' and
23136            'VHOST_1024' and
23137            not 'VXLAN' and
23138            not 'DOT1Q'"
23139   parameters:
23140   - "latency"
23141   - "parent"
23142   - "tags"
23143   sort:
23144   - "not CFS_OPT"
23145   - "1VM"
23146   - "2VM"
23147   layout:
23148     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23149     layout: "plot-latency"
23150
23151 -
23152   type: "plot"
23153   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23154   algorithm: "plot_latency_error_bars"
23155   output-file-type: ".html"
23156   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23157   data: "plot-vpp-throughput-latency-2n-skx"
23158   filter: "'NIC_Intel-XXV710' and
23159            '64B' and
23160            'NDRPDR' and
23161            'ETH' and
23162            'IP4FWD' and
23163            '4T2C' and
23164            'VHOST_1024' and
23165            not 'VXLAN' and
23166            not 'DOT1Q'"
23167   parameters:
23168   - "latency"
23169   - "parent"
23170   - "tags"
23171   sort:
23172   - "not CFS_OPT"
23173   - "1VM"
23174   - "2VM"
23175   layout:
23176     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23177     layout: "plot-latency"
23178
23179 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23180 -
23181   type: "plot"
23182   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23183   algorithm: "plot_latency_error_bars"
23184   output-file-type: ".html"
23185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23186   data: "plot-vpp-throughput-latency-2n-skx"
23187   filter: "'NIC_Intel-XXV710' and
23188            '64B' and
23189            'NDRPDR' and
23190            ('ETH' or 'DOT1Q') and
23191            '2T1C' and
23192            'L2BDMACLRN' and
23193            'VHOST_1024' and
23194            not 'VXLAN' and
23195            not 'IP4FWD' and
23196            not '2VM'"
23197   parameters:
23198   - "latency"
23199   - "parent"
23200   - "tags"
23201 #  sort:
23202 #  - "VM"  # "not CFS_OPT"
23203 #  - "CFS_OPT"
23204 #  - "FIB_10K"
23205 #  - "FIB_100K"
23206 #  - "FIB_1M"
23207   layout:
23208     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23209     layout: "plot-latency"
23210
23211 -
23212   type: "plot"
23213   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23214   algorithm: "plot_latency_error_bars"
23215   output-file-type: ".html"
23216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23217   data: "plot-vpp-throughput-latency-2n-skx"
23218   filter: "'NIC_Intel-XXV710' and
23219            '64B' and
23220            'NDRPDR' and
23221            ('ETH' or 'DOT1Q') and
23222            '4T2C' and
23223            'L2BDMACLRN' and
23224            'VHOST_1024' and
23225            not 'VXLAN' and
23226            not 'IP4FWD' and
23227            not '2VM'"
23228   parameters:
23229   - "latency"
23230   - "parent"
23231   - "tags"
23232 #  sort:
23233 #  - "VM"  # "not CFS_OPT"
23234 #  - "CFS_OPT"
23235 #  - "FIB_10K"
23236 #  - "FIB_100K"
23237 #  - "FIB_1M"
23238   layout:
23239     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23240     layout: "plot-latency"
23241
23242 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23243 -
23244   type: "plot"
23245   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23246   algorithm: "plot_latency_error_bars"
23247   output-file-type: ".html"
23248   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23249   data: "plot-vpp-throughput-latency-2n-skx"
23250   filter: "'NIC_Intel-XXV710' and
23251            '64B' and
23252            'NDRPDR' and
23253            ('ETH' or 'DOT1Q') and
23254            'BASE' and
23255            '2T1C' and
23256            ('L2BDMACLRN' or 'L2XCFWD') and
23257            'VHOST_1024' and
23258            not 'VXLAN' and
23259            not 'IP4FWD' and
23260            not '2VM'"
23261   parameters:
23262   - "latency"
23263   - "parent"
23264   - "tags"
23265 #  sort:
23266 #  - "not CFS_OPT"
23267 #  - "L2XCFWD"
23268 #  - "not CFS_OPT"
23269 #  - "CFS_OPT"
23270   layout:
23271     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23272     layout: "plot-latency"
23273
23274 -
23275   type: "plot"
23276   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23277   algorithm: "plot_latency_error_bars"
23278   output-file-type: ".html"
23279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23280   data: "plot-vpp-throughput-latency-2n-skx"
23281   filter: "'NIC_Intel-XXV710' and
23282            '64B' and
23283            'NDRPDR' and
23284            ('ETH' or 'DOT1Q') and
23285            'BASE' and
23286            '4T2C' and
23287            ('L2BDMACLRN' or 'L2XCFWD') and
23288            'VHOST_1024' and
23289            not 'VXLAN' and
23290            not 'IP4FWD' and
23291            not '2VM'"
23292   parameters:
23293   - "latency"
23294   - "parent"
23295   - "tags"
23296 #  sort:
23297 #  - "not CFS_OPT"
23298 #  - "L2XCFWD"
23299 #  - "not CFS_OPT"
23300 #  - "CFS_OPT"
23301   layout:
23302     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23303     layout: "plot-latency"
23304
23305 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23306 -
23307   type: "plot"
23308   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23309   algorithm: "plot_latency_error_bars"
23310   output-file-type: ".html"
23311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23312   data: "plot-vpp-throughput-latency-2n-skx"
23313   filter: "'NIC_Intel-XXV710' and
23314            '64B' and
23315            'NDRPDR' and
23316            ('ETH' or 'DOT1Q') and
23317            '2T1C' and
23318            ('L2BDMACLRN' or 'L2XCFWD') and
23319            'VHOST_1024' and
23320            not 'CFS_OPT' and
23321            not 'VXLAN' and
23322            not 'IP4FWD'"
23323   parameters:
23324   - "latency"
23325   - "parent"
23326   - "tags"
23327 #  sort:
23328 #  - "1VM"
23329 #  - "L2XCFWD"
23330 #  - "1VM"
23331 #  - "L2BDMACLRN"
23332   layout:
23333     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23334     layout: "plot-latency"
23335
23336 -
23337   type: "plot"
23338   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23339   algorithm: "plot_latency_error_bars"
23340   output-file-type: ".html"
23341   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23342   data: "plot-vpp-throughput-latency-2n-skx"
23343   filter: "'NIC_Intel-XXV710' and
23344            '64B' and
23345            'NDRPDR' and
23346            ('ETH' or 'DOT1Q') and
23347            '4T2C' and
23348            ('L2BDMACLRN' or 'L2XCFWD') and
23349            'VHOST_1024' and
23350            not 'CFS_OPT' and
23351            not 'VXLAN' and
23352            not 'IP4FWD'"
23353   parameters:
23354   - "latency"
23355   - "parent"
23356   - "tags"
23357 #  sort:
23358 #  - "1VM"
23359 #  - "L2XCFWD"
23360 #  - "1VM"
23361 #  - "L2BDMACLRN"
23362   layout:
23363     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23364     layout: "plot-latency"
23365
23366 ################################################################################
23367
23368 # Packet Latency - VPP VTS 3n-hsw-x520
23369 -
23370   type: "plot"
23371   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23372   algorithm: "plot_latency_error_bars"
23373   output-file-type: ".html"
23374   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23375   data: "plot-vpp-throughput-latency-3n-hsw"
23376   filter: "'NIC_Intel-X520-DA2' and
23377            '114B' and
23378            'NDRPDR' and
23379            '1T1C' and
23380            'VTS'"
23381   parameters:
23382   - "latency"
23383   - "parent"
23384   - "tags"
23385   layout:
23386     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23387     layout: "plot-latency"
23388
23389 -
23390   type: "plot"
23391   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23392   algorithm: "plot_latency_error_bars"
23393   output-file-type: ".html"
23394   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23395   data: "plot-vpp-throughput-latency-3n-hsw"
23396   filter: "'NIC_Intel-X520-DA2' and
23397            '114B' and
23398            'NDRPDR' and
23399            '2T2C' and
23400            'VTS'"
23401   parameters:
23402   - "latency"
23403   - "parent"
23404   - "tags"
23405   layout:
23406     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23407     layout: "plot-latency"
23408
23409 ################################################################################
23410
23411 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23412 -
23413   type: "plot"
23414   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23415   algorithm: "plot_latency_error_bars"
23416   output-file-type: ".html"
23417   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23418   data: "plot-dpdk-throughput-latency-3n-hsw"
23419   filter: "'NIC_Intel-X520-DA2' and
23420            '64B' and
23421            'BASE' and
23422            'NDRPDR' and
23423            '1T1C' and
23424            'IP4FWD'"
23425   parameters:
23426   - "latency"
23427   - "parent"
23428   - "tags"
23429   layout:
23430     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23431     layout: "plot-latency"
23432
23433 -
23434   type: "plot"
23435   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23436   algorithm: "plot_latency_error_bars"
23437   output-file-type: ".html"
23438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23439   data: "plot-dpdk-throughput-latency-3n-hsw"
23440   filter: "'NIC_Intel-X520-DA2' and
23441            '64B' and
23442            'BASE' and
23443            'NDRPDR' and
23444            '2T2C' and
23445            'IP4FWD'"
23446   parameters:
23447   - "latency"
23448   - "parent"
23449   - "tags"
23450   layout:
23451     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23452     layout: "plot-latency"
23453
23454 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23455 -
23456   type: "plot"
23457   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23458   algorithm: "plot_latency_error_bars"
23459   output-file-type: ".html"
23460   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23461   data: "plot-dpdk-throughput-latency-3n-hsw"
23462   filter: "'NIC_Intel-X710' and
23463            '64B' and
23464            'BASE' and
23465            'NDRPDR' and
23466            '1T1C' and
23467            'IP4FWD'"
23468   parameters:
23469   - "latency"
23470   - "parent"
23471   - "tags"
23472   layout:
23473     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23474     layout: "plot-latency"
23475
23476 -
23477   type: "plot"
23478   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23479   algorithm: "plot_latency_error_bars"
23480   output-file-type: ".html"
23481   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23482   data: "plot-dpdk-throughput-latency-3n-hsw"
23483   filter: "'NIC_Intel-X710' and
23484            '64B' and
23485            'BASE' and
23486            'NDRPDR' and
23487            '2T2C' and
23488            'IP4FWD'"
23489   parameters:
23490   - "latency"
23491   - "parent"
23492   - "tags"
23493   layout:
23494     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23495     layout: "plot-latency"
23496
23497 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23498 -
23499   type: "plot"
23500   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23501   algorithm: "plot_latency_error_bars"
23502   output-file-type: ".html"
23503   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23504   data: "plot-dpdk-throughput-latency-3n-hsw"
23505   filter: "'NIC_Intel-XL710' and
23506            '64B' and
23507            'BASE' and
23508            'NDRPDR' and
23509            '1T1C' and
23510            'IP4FWD'"
23511   parameters:
23512   - "latency"
23513   - "parent"
23514   - "tags"
23515   layout:
23516     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23517     layout: "plot-latency"
23518
23519 -
23520   type: "plot"
23521   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23522   algorithm: "plot_latency_error_bars"
23523   output-file-type: ".html"
23524   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23525   data: "plot-dpdk-throughput-latency-3n-hsw"
23526   filter: "'NIC_Intel-XL710' and
23527            '64B' and
23528            'BASE' and
23529            'NDRPDR' and
23530            '2T2C' and
23531            'IP4FWD'"
23532   parameters:
23533   - "latency"
23534   - "parent"
23535   - "tags"
23536   layout:
23537     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23538     layout: "plot-latency"
23539
23540 # Packet Latency - DPDK l3fwd 3n-skx-x710
23541 -
23542   type: "plot"
23543   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23544   algorithm: "plot_latency_error_bars"
23545   output-file-type: ".html"
23546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23547   data: "plot-dpdk-throughput-latency-3n-skx"
23548   filter: "'NIC_Intel-X710' and
23549            '64B' and
23550            'BASE' and
23551            'NDRPDR' and
23552            '2T1C' and
23553            'IP4FWD'"
23554   parameters:
23555   - "latency"
23556   - "parent"
23557   - "tags"
23558   layout:
23559     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23560     layout: "plot-latency"
23561
23562 -
23563   type: "plot"
23564   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23565   algorithm: "plot_latency_error_bars"
23566   output-file-type: ".html"
23567   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23568   data: "plot-dpdk-throughput-latency-3n-skx"
23569   filter: "'NIC_Intel-X710' and
23570            '64B' and
23571            'BASE' and
23572            'NDRPDR' and
23573            '4T2C' and
23574            'IP4FWD'"
23575   parameters:
23576   - "latency"
23577   - "parent"
23578   - "tags"
23579   layout:
23580     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23581     layout: "plot-latency"
23582
23583 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23584 -
23585   type: "plot"
23586   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23587   algorithm: "plot_latency_error_bars"
23588   output-file-type: ".html"
23589   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23590   data: "plot-dpdk-throughput-latency-3n-skx"
23591   filter: "'NIC_Intel-XXV710' and
23592            '64B' and
23593            'BASE' and
23594            'NDRPDR' and
23595            '2T1C' and
23596            'IP4FWD'"
23597   parameters:
23598   - "latency"
23599   - "parent"
23600   - "tags"
23601   layout:
23602     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23603     layout: "plot-latency"
23604
23605 -
23606   type: "plot"
23607   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23608   algorithm: "plot_latency_error_bars"
23609   output-file-type: ".html"
23610   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23611   data: "plot-dpdk-throughput-latency-3n-skx"
23612   filter: "'NIC_Intel-XXV710' and
23613            '64B' and
23614            'BASE' and
23615            'NDRPDR' and
23616            '4T2C' and
23617            'IP4FWD'"
23618   parameters:
23619   - "latency"
23620   - "parent"
23621   - "tags"
23622   layout:
23623     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23624     layout: "plot-latency"
23625
23626 # Packet Latency - DPDK l3fwd 2n-skx-x710
23627 -
23628   type: "plot"
23629   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23630   algorithm: "plot_latency_error_bars"
23631   output-file-type: ".html"
23632   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23633   data: "plot-dpdk-throughput-latency-2n-skx"
23634   filter: "'NIC_Intel-X710' and
23635            '64B' and
23636            'BASE' and
23637            'NDRPDR' and
23638            '2T1C' and
23639            'IP4FWD'"
23640   parameters:
23641   - "latency"
23642   - "parent"
23643   - "tags"
23644   layout:
23645     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23646     layout: "plot-latency"
23647
23648 -
23649   type: "plot"
23650   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23651   algorithm: "plot_latency_error_bars"
23652   output-file-type: ".html"
23653   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23654   data: "plot-dpdk-throughput-latency-2n-skx"
23655   filter: "'NIC_Intel-X710' and
23656            '64B' and
23657            'BASE' and
23658            'NDRPDR' and
23659            '4T2C' and
23660            'IP4FWD'"
23661   parameters:
23662   - "latency"
23663   - "parent"
23664   - "tags"
23665   layout:
23666     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23667     layout: "plot-latency"
23668
23669 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23670 -
23671   type: "plot"
23672   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23673   algorithm: "plot_latency_error_bars"
23674   output-file-type: ".html"
23675   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23676   data: "plot-dpdk-throughput-latency-2n-skx"
23677   filter: "'NIC_Intel-XXV710' and
23678            '64B' and
23679            'BASE' and
23680            'NDRPDR' and
23681            '2T1C' and
23682            'IP4FWD'"
23683   parameters:
23684   - "latency"
23685   - "parent"
23686   - "tags"
23687   layout:
23688     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23689     layout: "plot-latency"
23690
23691 -
23692   type: "plot"
23693   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23694   algorithm: "plot_latency_error_bars"
23695   output-file-type: ".html"
23696   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23697   data: "plot-dpdk-throughput-latency-2n-skx"
23698   filter: "'NIC_Intel-XXV710' and
23699            '64B' and
23700            'BASE' and
23701            'NDRPDR' and
23702            '4T2C' and
23703            'IP4FWD'"
23704   parameters:
23705   - "latency"
23706   - "parent"
23707   - "tags"
23708   layout:
23709     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23710     layout: "plot-latency"
23711
23712 ################################################################################
23713
23714 # Packet Latency - DPDK testpmd 3n-hsw-x520
23715 -
23716   type: "plot"
23717   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23718   algorithm: "plot_latency_error_bars"
23719   output-file-type: ".html"
23720   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23721   data: "plot-dpdk-throughput-latency-3n-hsw"
23722   filter: "'NIC_Intel-X520-DA2' and
23723            '64B' and
23724            'BASE' and
23725            'NDRPDR' and
23726            '1T1C' and
23727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23728   parameters:
23729   - "latency"
23730   - "parent"
23731   - "tags"
23732   layout:
23733     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23734     layout: "plot-latency"
23735
23736 -
23737   type: "plot"
23738   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23739   algorithm: "plot_latency_error_bars"
23740   output-file-type: ".html"
23741   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23742   data: "plot-dpdk-throughput-latency-3n-hsw"
23743   filter: "'NIC_Intel-X520-DA2' and
23744            '64B' and
23745            'BASE' and
23746            'NDRPDR' and
23747            '2T2C' and
23748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23749   parameters:
23750   - "latency"
23751   - "parent"
23752   - "tags"
23753   layout:
23754     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23755     layout: "plot-latency"
23756
23757 # Packet Latency - DPDK testpmd 3n-hsw-x710
23758 -
23759   type: "plot"
23760   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23761   algorithm: "plot_latency_error_bars"
23762   output-file-type: ".html"
23763   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23764   data: "plot-dpdk-throughput-latency-3n-hsw"
23765   filter: "'NIC_Intel-X710' and
23766            '64B' and
23767            'BASE' and
23768            'NDRPDR' and
23769            '1T1C' and
23770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23771   parameters:
23772   - "latency"
23773   - "parent"
23774   - "tags"
23775   layout:
23776     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23777     layout: "plot-latency"
23778
23779 -
23780   type: "plot"
23781   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23782   algorithm: "plot_latency_error_bars"
23783   output-file-type: ".html"
23784   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23785   data: "plot-dpdk-throughput-latency-3n-hsw"
23786   filter: "'NIC_Intel-X710' and
23787            '64B' and
23788            'BASE' and
23789            'NDRPDR' and
23790            '2T2C' and
23791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23792   parameters:
23793   - "latency"
23794   - "parent"
23795   - "tags"
23796   layout:
23797     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23798     layout: "plot-latency"
23799
23800 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23801 -
23802   type: "plot"
23803   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23804   algorithm: "plot_latency_error_bars"
23805   output-file-type: ".html"
23806   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23807   data: "plot-dpdk-throughput-latency-3n-hsw"
23808   filter: "'NIC_Intel-XL710' and
23809            '64B' and
23810            'BASE' and
23811            'NDRPDR' and
23812            '1T1C' and
23813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23814   parameters:
23815   - "latency"
23816   - "parent"
23817   - "tags"
23818   layout:
23819     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23820     layout: "plot-latency"
23821
23822 -
23823   type: "plot"
23824   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23825   algorithm: "plot_latency_error_bars"
23826   output-file-type: ".html"
23827   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23828   data: "plot-dpdk-throughput-latency-3n-hsw"
23829   filter: "'NIC_Intel-XL710' and
23830            '64B' and
23831            'BASE' and
23832            'NDRPDR' and
23833            '2T2C' and
23834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23835   parameters:
23836   - "latency"
23837   - "parent"
23838   - "tags"
23839   layout:
23840     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23841     layout: "plot-latency"
23842
23843 # Packet Latency - DPDK testpmd 3n-skx-x710
23844 -
23845   type: "plot"
23846   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23847   algorithm: "plot_latency_error_bars"
23848   output-file-type: ".html"
23849   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23850   data: "plot-dpdk-throughput-latency-3n-skx"
23851   filter: "'NIC_Intel-X710' and
23852            '64B' and
23853            'BASE' and
23854            'NDRPDR' and
23855            '2T1C' and
23856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23857   parameters:
23858   - "latency"
23859   - "parent"
23860   - "tags"
23861   layout:
23862     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23863     layout: "plot-latency"
23864
23865 -
23866   type: "plot"
23867   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23868   algorithm: "plot_latency_error_bars"
23869   output-file-type: ".html"
23870   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23871   data: "plot-dpdk-throughput-latency-3n-skx"
23872   filter: "'NIC_Intel-X710' and
23873            '64B' and
23874            'BASE' and
23875            'NDRPDR' and
23876            '4T2C' and
23877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23878   parameters:
23879   - "latency"
23880   - "parent"
23881   - "tags"
23882   layout:
23883     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23884     layout: "plot-latency"
23885
23886 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23887 -
23888   type: "plot"
23889   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23890   algorithm: "plot_latency_error_bars"
23891   output-file-type: ".html"
23892   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23893   data: "plot-dpdk-throughput-latency-3n-skx"
23894   filter: "'NIC_Intel-XXV710' and
23895            '64B' and
23896            'BASE' and
23897            'NDRPDR' and
23898            '2T1C' and
23899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23900   parameters:
23901   - "latency"
23902   - "parent"
23903   - "tags"
23904   layout:
23905     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23906     layout: "plot-latency"
23907
23908 -
23909   type: "plot"
23910   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23911   algorithm: "plot_latency_error_bars"
23912   output-file-type: ".html"
23913   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23914   data: "plot-dpdk-throughput-latency-3n-skx"
23915   filter: "'NIC_Intel-XXV710' and
23916            '64B' and
23917            'BASE' and
23918            'NDRPDR' and
23919            '4T2C' and
23920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23921   parameters:
23922   - "latency"
23923   - "parent"
23924   - "tags"
23925   layout:
23926     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23927     layout: "plot-latency"
23928
23929 # Packet Latency - DPDK testpmd 2n-skx-x710
23930 -
23931   type: "plot"
23932   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23933   algorithm: "plot_latency_error_bars"
23934   output-file-type: ".html"
23935   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23936   data: "plot-dpdk-throughput-latency-2n-skx"
23937   filter: "'NIC_Intel-X710' and
23938            '64B' and
23939            'BASE' and
23940            'NDRPDR' and
23941            '2T1C' and
23942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23943   parameters:
23944   - "latency"
23945   - "parent"
23946   - "tags"
23947   layout:
23948     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23949     layout: "plot-latency"
23950
23951 -
23952   type: "plot"
23953   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23954   algorithm: "plot_latency_error_bars"
23955   output-file-type: ".html"
23956   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23957   data: "plot-dpdk-throughput-latency-2n-skx"
23958   filter: "'NIC_Intel-X710' and
23959            '64B' and
23960            'BASE' and
23961            'NDRPDR' and
23962            '4T2C' and
23963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23964   parameters:
23965   - "latency"
23966   - "parent"
23967   - "tags"
23968   layout:
23969     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23970     layout: "plot-latency"
23971
23972 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23973 -
23974   type: "plot"
23975   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23976   algorithm: "plot_latency_error_bars"
23977   output-file-type: ".html"
23978   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23979   data: "plot-dpdk-throughput-latency-2n-skx"
23980   filter: "'NIC_Intel-XXV710' and
23981            '64B' and
23982            'BASE' and
23983            'NDRPDR' and
23984            '2T1C' and
23985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23986   parameters:
23987   - "latency"
23988   - "parent"
23989   - "tags"
23990   layout:
23991     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23992     layout: "plot-latency"
23993
23994 -
23995   type: "plot"
23996   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23997   algorithm: "plot_latency_error_bars"
23998   output-file-type: ".html"
23999   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24000   data: "plot-dpdk-throughput-latency-2n-skx"
24001   filter: "'NIC_Intel-XXV710' and
24002            '64B' and
24003            'BASE' and
24004            'NDRPDR' and
24005            '4T2C' and
24006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24007   parameters:
24008   - "latency"
24009   - "parent"
24010   - "tags"
24011   layout:
24012     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24013     layout: "plot-latency"
24014
24015 ################################################################################
24016
24017 # Speedup - VPP Container Memif 3n-hsw-x520
24018 -
24019   type: "plot"
24020   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24021   algorithm: "plot_throughput_speedup_analysis"
24022   output-file-type: ".html"
24023   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24024   data: "plot-throughput-speedup-analysis-3n-hsw"
24025   filter: "'NIC_Intel-X520-DA2' and
24026            '64B' and
24027            ('BASE' or 'SCALE') and
24028            'NDRPDR' and
24029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24030            not 'VHOST' and
24031            'MEMIF'"
24032   parameters:
24033   - "throughput"
24034   - "parent"
24035   - "tags"
24036   sort:
24037   - "L2XCFWD"
24038   - "L2XCFWD"
24039   - "L2XCFWD"
24040   - "L2BDMACLRN"
24041   - "L2BDMACLRN"
24042   - "L2BDMACLRN"
24043   layout:
24044     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24045     layout: "plot-throughput-speedup-analysis"
24046
24047 -
24048   type: "plot"
24049   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24050   algorithm: "plot_throughput_speedup_analysis"
24051   output-file-type: ".html"
24052   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24053   data: "plot-throughput-speedup-analysis-3n-hsw"
24054   filter: "'NIC_Intel-X520-DA2' and
24055            '64B' and
24056            ('BASE' or 'SCALE') and
24057            'NDRPDR' and
24058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24059            not 'VHOST' and
24060            'MEMIF'"
24061   parameters:
24062   - "throughput"
24063   - "parent"
24064   - "tags"
24065   sort:
24066   - "L2XCFWD"
24067   - "L2XCFWD"
24068   - "L2XCFWD"
24069   - "L2BDMACLRN"
24070   - "L2BDMACLRN"
24071   - "L2BDMACLRN"
24072   layout:
24073     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24074     layout: "plot-throughput-speedup-analysis"
24075
24076 # Speedup - VPP Container Memif 3n-hsw-x710
24077 -
24078   type: "plot"
24079   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24080   algorithm: "plot_throughput_speedup_analysis"
24081   output-file-type: ".html"
24082   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24083   data: "plot-throughput-speedup-analysis-3n-hsw"
24084   filter: "'NIC_Intel-X710' and
24085            '64B' and
24086            ('BASE' or 'SCALE') and
24087            'NDRPDR' and
24088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24089            not 'VHOST' and
24090            'MEMIF'"
24091   parameters:
24092   - "throughput"
24093   - "parent"
24094   - "tags"
24095   sort:
24096   - "L2XCFWD"
24097   - "L2XCFWD"
24098   - "L2XCFWD"
24099   - "L2BDMACLRN"
24100   - "L2BDMACLRN"
24101   - "L2BDMACLRN"
24102   layout:
24103     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24104     layout: "plot-throughput-speedup-analysis"
24105
24106 -
24107   type: "plot"
24108   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24109   algorithm: "plot_throughput_speedup_analysis"
24110   output-file-type: ".html"
24111   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24112   data: "plot-throughput-speedup-analysis-3n-hsw"
24113   filter: "'NIC_Intel-X710' and
24114            '64B' and
24115            ('BASE' or 'SCALE') and
24116            'NDRPDR' and
24117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24118            not 'VHOST' and
24119            'MEMIF'"
24120   parameters:
24121   - "throughput"
24122   - "parent"
24123   - "tags"
24124   sort:
24125   - "L2XCFWD"
24126   - "L2XCFWD"
24127   - "L2XCFWD"
24128   - "L2BDMACLRN"
24129   - "L2BDMACLRN"
24130   - "L2BDMACLRN"
24131   layout:
24132     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24133     layout: "plot-throughput-speedup-analysis"
24134
24135 # Speedup - VPP Container Memif 3n-hsw-xl710
24136 -
24137   type: "plot"
24138   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24139   algorithm: "plot_throughput_speedup_analysis"
24140   output-file-type: ".html"
24141   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24142   data: "plot-throughput-speedup-analysis-3n-hsw"
24143   filter: "'NIC_Intel-XL710' and
24144            '64B' and
24145            ('BASE' or 'SCALE') and
24146            'NDRPDR' and
24147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24148            not 'VHOST' and
24149            'MEMIF'"
24150   parameters:
24151   - "throughput"
24152   - "parent"
24153   - "tags"
24154   sort:
24155   - "L2XCFWD"
24156   - "L2XCFWD"
24157   - "L2XCFWD"
24158   - "L2BDMACLRN"
24159   - "L2BDMACLRN"
24160   - "L2BDMACLRN"
24161   layout:
24162     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24163     layout: "plot-throughput-speedup-analysis"
24164
24165 -
24166   type: "plot"
24167   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24168   algorithm: "plot_throughput_speedup_analysis"
24169   output-file-type: ".html"
24170   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24171   data: "plot-throughput-speedup-analysis-3n-hsw"
24172   filter: "'NIC_Intel-XL710' and
24173            '64B' and
24174            ('BASE' or 'SCALE') and
24175            'NDRPDR' and
24176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24177            not 'VHOST' and
24178            'MEMIF'"
24179   parameters:
24180   - "throughput"
24181   - "parent"
24182   - "tags"
24183   sort:
24184   - "L2XCFWD"
24185   - "L2XCFWD"
24186   - "L2XCFWD"
24187   - "L2BDMACLRN"
24188   - "L2BDMACLRN"
24189   - "L2BDMACLRN"
24190   layout:
24191     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24192     layout: "plot-throughput-speedup-analysis"
24193
24194 # Speedup - VPP Container Memif 3n-skx-x710
24195 -
24196   type: "plot"
24197   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24198   algorithm: "plot_throughput_speedup_analysis"
24199   output-file-type: ".html"
24200   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24201   data: "plot-throughput-speedup-analysis-3n-skx"
24202   filter: "'NIC_Intel-X710' and
24203            '64B' and
24204            ('BASE' or 'SCALE') and
24205            'NDRPDR' and
24206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24207            not 'VHOST' and
24208            'MEMIF'"
24209   parameters:
24210   - "throughput"
24211   - "parent"
24212   - "tags"
24213   sort:
24214   - "L2XCFWD"
24215   - "L2XCFWD"
24216   - "L2XCFWD"
24217   - "L2BDMACLRN"
24218   - "L2BDMACLRN"
24219   - "L2BDMACLRN"
24220   layout:
24221     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24222     layout: "plot-throughput-speedup-analysis"
24223
24224 -
24225   type: "plot"
24226   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24227   algorithm: "plot_throughput_speedup_analysis"
24228   output-file-type: ".html"
24229   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24230   data: "plot-throughput-speedup-analysis-3n-skx"
24231   filter: "'NIC_Intel-X710' and
24232            '64B' and
24233            ('BASE' or 'SCALE') and
24234            'NDRPDR' and
24235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24236            not 'VHOST' and
24237            'MEMIF'"
24238   parameters:
24239   - "throughput"
24240   - "parent"
24241   - "tags"
24242   sort:
24243   - "L2XCFWD"
24244   - "L2XCFWD"
24245   - "L2XCFWD"
24246   - "L2BDMACLRN"
24247   - "L2BDMACLRN"
24248   - "L2BDMACLRN"
24249   layout:
24250     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24251     layout: "plot-throughput-speedup-analysis"
24252
24253 # Speedup - VPP Container Memif 2n-skx-x710
24254 -
24255   type: "plot"
24256   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24257   algorithm: "plot_throughput_speedup_analysis"
24258   output-file-type: ".html"
24259   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24260   data: "plot-throughput-speedup-analysis-2n-skx"
24261   filter: "'NIC_Intel-X710' and
24262            '64B' and
24263            ('BASE' or 'SCALE') and
24264            'NDRPDR' and
24265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24266            not 'VHOST' and
24267            not 'NF_DENSITY' and
24268            'MEMIF'"
24269   parameters:
24270   - "throughput"
24271   - "parent"
24272   - "tags"
24273   sort:
24274   - "L2XCFWD"
24275   - "L2XCFWD"
24276   - "L2XCFWD"
24277   - "L2BDMACLRN"
24278   - "L2BDMACLRN"
24279   - "L2BDMACLRN"
24280   layout:
24281     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24282     layout: "plot-throughput-speedup-analysis"
24283
24284 -
24285   type: "plot"
24286   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24287   algorithm: "plot_throughput_speedup_analysis"
24288   output-file-type: ".html"
24289   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24290   data: "plot-throughput-speedup-analysis-2n-skx"
24291   filter: "'NIC_Intel-X710' and
24292            '64B' and
24293            ('BASE' or 'SCALE') and
24294            'NDRPDR' and
24295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24296            not 'VHOST' and
24297            not 'NF_DENSITY' and
24298            'MEMIF'"
24299   parameters:
24300   - "throughput"
24301   - "parent"
24302   - "tags"
24303   sort:
24304   - "L2XCFWD"
24305   - "L2XCFWD"
24306   - "L2XCFWD"
24307   - "L2BDMACLRN"
24308   - "L2BDMACLRN"
24309   - "L2BDMACLRN"
24310   layout:
24311     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24312     layout: "plot-throughput-speedup-analysis"
24313
24314 # Speedup - VPP Container Memif 2n-skx-xxv710
24315 -
24316   type: "plot"
24317   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24318   algorithm: "plot_throughput_speedup_analysis"
24319   output-file-type: ".html"
24320   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24321   data: "plot-throughput-speedup-analysis-2n-skx"
24322   filter: "'NIC_Intel-XXV710' and
24323            '64B' and
24324            ('BASE' or 'SCALE') and
24325            'NDRPDR' and
24326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24327            not 'VHOST' and
24328            'MEMIF'"
24329   parameters:
24330   - "throughput"
24331   - "parent"
24332   - "tags"
24333   sort:
24334   - "L2XCFWD"
24335   - "L2XCFWD"
24336   - "L2XCFWD"
24337   - "L2BDMACLRN"
24338   - "L2BDMACLRN"
24339   - "L2BDMACLRN"
24340   layout:
24341     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24342     layout: "plot-throughput-speedup-analysis"
24343
24344 -
24345   type: "plot"
24346   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24347   algorithm: "plot_throughput_speedup_analysis"
24348   output-file-type: ".html"
24349   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24350   data: "plot-throughput-speedup-analysis-2n-skx"
24351   filter: "'NIC_Intel-XXV710' and
24352            '64B' and
24353            ('BASE' or 'SCALE') and
24354            'NDRPDR' and
24355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24356            not 'VHOST' and
24357            'MEMIF'"
24358   parameters:
24359   - "throughput"
24360   - "parent"
24361   - "tags"
24362   sort:
24363   - "L2XCFWD"
24364   - "L2XCFWD"
24365   - "L2XCFWD"
24366   - "L2BDMACLRN"
24367   - "L2BDMACLRN"
24368   - "L2BDMACLRN"
24369   layout:
24370     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24371     layout: "plot-throughput-speedup-analysis"
24372
24373 ################################################################################
24374
24375 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24376 -
24377   type: "plot"
24378   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24379   algorithm: "plot_throughput_speedup_analysis"
24380   output-file-type: ".html"
24381   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24382   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24383   filter: "'NIC_Intel-X520-DA2' and
24384            '64B' and
24385            ('BASE' or 'SCALE') and
24386            'NDRPDR' and
24387            'L2XCFWD' and
24388            not 'VHOST' and
24389            'MEMIF'"
24390   parameters:
24391   - "throughput"
24392   - "parent"
24393   - "tags"
24394   sort:
24395   - "1VNF"
24396   - "2VNF"
24397   - "4VNF"
24398   - "2VNF"
24399   - "4VNF"
24400   layout:
24401     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24402     layout: "plot-throughput-speedup-analysis"
24403
24404 -
24405   type: "plot"
24406   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24407   algorithm: "plot_throughput_speedup_analysis"
24408   output-file-type: ".html"
24409   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24410   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24411   filter: "'NIC_Intel-X520-DA2' and
24412            '64B' and
24413            ('BASE' or 'SCALE') and
24414            'NDRPDR' and
24415            'L2XCFWD' and
24416            not 'VHOST' and
24417            'MEMIF'"
24418   parameters:
24419   - "throughput"
24420   - "parent"
24421   - "tags"
24422   sort:
24423   - "1VNF"
24424   - "2VNF"
24425   - "4VNF"
24426   - "2VNF"
24427   - "4VNF"
24428   layout:
24429     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24430     layout: "plot-throughput-speedup-analysis"
24431
24432 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24433 -
24434   type: "plot"
24435   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24436   algorithm: "plot_throughput_speedup_analysis"
24437   output-file-type: ".html"
24438   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24439   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24440   filter: "'NIC_Intel-X520-DA2' and
24441            '64B' and
24442            ('BASE' or 'SCALE') and
24443            'NDRPDR' and
24444            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24445            not 'VHOST' and
24446            'MEMIF'"
24447   parameters:
24448   - "throughput"
24449   - "parent"
24450   - "tags"
24451   sort:
24452   - "1VNF"
24453   - "2VNF"
24454   - "4VNF"
24455   - "2VNF"
24456   - "4VNF"
24457   layout:
24458     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24459     layout: "plot-throughput-speedup-analysis"
24460
24461 -
24462   type: "plot"
24463   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24464   algorithm: "plot_throughput_speedup_analysis"
24465   output-file-type: ".html"
24466   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24467   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24468   filter: "'NIC_Intel-X520-DA2' and
24469            '64B' and
24470            ('BASE' or 'SCALE') and
24471            'NDRPDR' and
24472            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24473            not 'VHOST' and
24474            'MEMIF'"
24475   parameters:
24476   - "throughput"
24477   - "parent"
24478   - "tags"
24479   sort:
24480   - "1VNF"
24481   - "2VNF"
24482   - "4VNF"
24483   - "2VNF"
24484   - "4VNF"
24485   layout:
24486     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24487     layout: "plot-throughput-speedup-analysis"
24488
24489 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24490 -
24491   type: "plot"
24492   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24493   algorithm: "plot_throughput_speedup_analysis"
24494   output-file-type: ".html"
24495   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24496   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24497   filter: "'NIC_Intel-X710' and
24498            '64B' and
24499            ('BASE' or 'SCALE') and
24500            'NDRPDR' and
24501            'L2XCFWD' and
24502            not 'VHOST' and
24503            'MEMIF'"
24504   parameters:
24505   - "throughput"
24506   - "parent"
24507   - "tags"
24508   sort:
24509   - "1VNF"
24510   - "2VNF"
24511   - "4VNF"
24512   - "2VNF"
24513   - "4VNF"
24514   layout:
24515     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24516     layout: "plot-throughput-speedup-analysis"
24517
24518 -
24519   type: "plot"
24520   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24521   algorithm: "plot_throughput_speedup_analysis"
24522   output-file-type: ".html"
24523   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24524   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24525   filter: "'NIC_Intel-X710' and
24526            '64B' and
24527            ('BASE' or 'SCALE') and
24528            'NDRPDR' and
24529            'L2XCFWD' and
24530            not 'VHOST' and
24531            'MEMIF'"
24532   parameters:
24533   - "throughput"
24534   - "parent"
24535   - "tags"
24536   sort:
24537   - "1VNF"
24538   - "2VNF"
24539   - "4VNF"
24540   - "2VNF"
24541   - "4VNF"
24542   layout:
24543     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24544     layout: "plot-throughput-speedup-analysis"
24545
24546 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24547 -
24548   type: "plot"
24549   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24550   algorithm: "plot_throughput_speedup_analysis"
24551   output-file-type: ".html"
24552   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24553   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24554   filter: "'NIC_Intel-X710' and
24555            '64B' and
24556            ('BASE' or 'SCALE') and
24557            'NDRPDR' and
24558            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24559            not 'VHOST' and
24560            'MEMIF'"
24561   parameters:
24562   - "throughput"
24563   - "parent"
24564   - "tags"
24565   sort:
24566   - "1VNF"
24567   - "2VNF"
24568   - "4VNF"
24569   - "2VNF"
24570   - "4VNF"
24571   layout:
24572     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24573     layout: "plot-throughput-speedup-analysis"
24574
24575 -
24576   type: "plot"
24577   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24578   algorithm: "plot_throughput_speedup_analysis"
24579   output-file-type: ".html"
24580   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24581   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24582   filter: "'NIC_Intel-X710' and
24583            '64B' and
24584            ('BASE' or 'SCALE') and
24585            'NDRPDR' and
24586            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24587            not 'VHOST' and
24588            'MEMIF'"
24589   parameters:
24590   - "throughput"
24591   - "parent"
24592   - "tags"
24593   sort:
24594   - "1VNF"
24595   - "2VNF"
24596   - "4VNF"
24597   - "2VNF"
24598   - "4VNF"
24599   layout:
24600     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24601     layout: "plot-throughput-speedup-analysis"
24602
24603 ################################################################################
24604
24605 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24606 -
24607   type: "plot"
24608   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24609   algorithm: "plot_throughput_speedup_analysis"
24610   output-file-type: ".html"
24611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24612   data: "plot-throughput-speedup-analysis-3n-hsw"
24613   filter: "'NIC_Intel-X520-DA2' and
24614            '64B' and
24615            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24616            'NDRPDR' and
24617            'IP4FWD' and
24618            not 'IPSEC' and
24619            not 'VHOST'"
24620   parameters:
24621   - "throughput"
24622   - "parent"
24623   - "tags"
24624   sort:
24625   - "DOT1Q"
24626   - "IP4BASE"
24627   - "FIB_20k"
24628   - "FIB_200k"
24629   - "FIB_2M"
24630   layout:
24631     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24632     layout: "plot-throughput-speedup-analysis"
24633
24634 -
24635   type: "plot"
24636   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24637   algorithm: "plot_throughput_speedup_analysis"
24638   output-file-type: ".html"
24639   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24640   data: "plot-throughput-speedup-analysis-3n-hsw"
24641   filter: "'NIC_Intel-X520-DA2' and
24642            '64B' and
24643            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24644            'NDRPDR' and
24645            'IP4FWD' and
24646            not 'IPSEC' and
24647            not 'VHOST'"
24648   parameters:
24649   - "throughput"
24650   - "parent"
24651   - "tags"
24652   sort:
24653   - "DOT1Q"
24654   - "IP4BASE"
24655   - "FIB_20k"
24656   - "FIB_200k"
24657   - "FIB_2M"
24658   layout:
24659     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24660     layout: "plot-throughput-speedup-analysis"
24661
24662 # Speedup - VPP IPv4 3n-hsw-x520 features
24663 -
24664   type: "plot"
24665   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24666   algorithm: "plot_throughput_speedup_analysis"
24667   output-file-type: ".html"
24668   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24669   data: "plot-throughput-speedup-analysis-3n-hsw"
24670   filter: "'NIC_Intel-X520-DA2' and
24671            '64B' and
24672            ('IP4BASE' or
24673             'POLICE_MARK' or
24674             'COPWHLIST' or
24675             ('NAT44' and 'BASE') or
24676             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24677            'NDRPDR' and
24678            'IP4FWD' and
24679            not 'IPSEC' and
24680            not 'VHOST'"
24681   parameters:
24682   - "throughput"
24683   - "parent"
24684   - "tags"
24685   sort:
24686   - "DOT1Q"
24687   - "IP4BASE"
24688   - "NAT44"
24689   - "POLICE_MARK"
24690   - "COPWHLIST"
24691   - "IACL"
24692   - "OACL"
24693   layout:
24694     title: "ip4-3n-hsw-x520-64b-features-ndr"
24695     layout: "plot-throughput-speedup-analysis"
24696
24697 -
24698   type: "plot"
24699   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24700   algorithm: "plot_throughput_speedup_analysis"
24701   output-file-type: ".html"
24702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24703   data: "plot-throughput-speedup-analysis-3n-hsw"
24704   filter: "'NIC_Intel-X520-DA2' and
24705            '64B' and
24706            ('IP4BASE' or
24707             'POLICE_MARK' or
24708             'COPWHLIST' or
24709             ('NAT44' and 'BASE') or
24710             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24711            'NDRPDR' and
24712            'IP4FWD' and
24713            not 'IPSEC' and
24714            not 'VHOST'"
24715   parameters:
24716   - "throughput"
24717   - "parent"
24718   - "tags"
24719   sort:
24720   - "DOT1Q"
24721   - "IP4BASE"
24722   - "NAT44"
24723   - "POLICE_MARK"
24724   - "COPWHLIST"
24725   - "IACL"
24726   - "OACL"
24727   layout:
24728     title: "ip4-3n-hsw-x520-64b-features-pdr"
24729     layout: "plot-throughput-speedup-analysis"
24730
24731 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24732 -
24733   type: "plot"
24734   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24735   algorithm: "plot_throughput_speedup_analysis"
24736   output-file-type: ".html"
24737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24738   data: "plot-throughput-speedup-analysis-3n-hsw"
24739   filter: "'NIC_Intel-X520-DA2' and
24740            '64B' and
24741            'NDRPDR' and
24742            'IP4FWD' and
24743            'NAT44' and
24744            not 'IPSEC' and
24745            not 'VHOST'"
24746   parameters:
24747   - "throughput"
24748   - "parent"
24749   - "tags"
24750   sort:
24751   - "BASE"
24752   - "BASE"
24753   - "SRC_USER_10"
24754   - "SRC_USER_100"
24755   - "SRC_USER_1000"
24756   - "SRC_USER_2000"
24757   layout:
24758     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24759     layout: "plot-throughput-speedup-analysis"
24760
24761 -
24762   type: "plot"
24763   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24764   algorithm: "plot_throughput_speedup_analysis"
24765   output-file-type: ".html"
24766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24767   data: "plot-throughput-speedup-analysis-3n-hsw"
24768   filter: "'NIC_Intel-X520-DA2' and
24769            '64B' and
24770            'NDRPDR' and
24771            'IP4FWD' and
24772            'NAT44' and
24773            not 'IPSEC' and
24774            not 'VHOST'"
24775   parameters:
24776   - "throughput"
24777   - "parent"
24778   - "tags"
24779   sort:
24780   - "BASE"
24781   - "BASE"
24782   - "SRC_USER_10"
24783   - "SRC_USER_100"
24784   - "SRC_USER_1000"
24785   - "SRC_USER_2000"
24786   layout:
24787     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24788     layout: "plot-throughput-speedup-analysis"
24789
24790 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24791 -
24792   type: "plot"
24793   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24794   algorithm: "plot_throughput_speedup_analysis"
24795   output-file-type: ".html"
24796   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24797   data: "plot-throughput-speedup-analysis-3n-hsw"
24798   filter: "'NIC_Intel-X520-DA2' and
24799            '64B' and
24800            'NDRPDR' and
24801            'IP4FWD' and
24802            'IACL' and
24803            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24804            not 'IPSEC' and
24805            not 'VHOST'"
24806   parameters:
24807   - "throughput"
24808   - "parent"
24809   - "tags"
24810   sort:
24811   - "ACL_STATELESS"
24812   - "ACL_STATEFUL"
24813   - "ACL_STATELESS"
24814   - "ACL_STATEFUL"
24815   layout:
24816     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24817     layout: "plot-throughput-speedup-analysis"
24818
24819 -
24820   type: "plot"
24821   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24822   algorithm: "plot_throughput_speedup_analysis"
24823   output-file-type: ".html"
24824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24825   data: "plot-throughput-speedup-analysis-3n-hsw"
24826   filter: "'NIC_Intel-X520-DA2' and
24827            '64B' and
24828            'NDRPDR' and
24829            'IP4FWD' and
24830            'IACL' and
24831            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24832            not 'IPSEC' and
24833            not 'VHOST'"
24834   parameters:
24835   - "throughput"
24836   - "parent"
24837   - "tags"
24838   sort:
24839   - "ACL_STATELESS"
24840   - "ACL_STATEFUL"
24841   - "ACL_STATELESS"
24842   - "ACL_STATEFUL"
24843   layout:
24844     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24845     layout: "plot-throughput-speedup-analysis"
24846
24847 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24848 -
24849   type: "plot"
24850   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24851   algorithm: "plot_throughput_speedup_analysis"
24852   output-file-type: ".html"
24853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24854   data: "plot-throughput-speedup-analysis-3n-hsw"
24855   filter: "'NIC_Intel-X520-DA2' and
24856            '64B' and
24857            'NDRPDR' and
24858            'IP4FWD' and
24859            'OACL' and
24860            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24861            not 'IPSEC' and
24862            not 'VHOST'"
24863   parameters:
24864   - "throughput"
24865   - "parent"
24866   - "tags"
24867   sort:
24868   - "ACL_STATELESS"
24869   - "ACL_STATEFUL"
24870   - "ACL_STATELESS"
24871   - "ACL_STATEFUL"
24872   layout:
24873     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24874     layout: "plot-throughput-speedup-analysis"
24875
24876 -
24877   type: "plot"
24878   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24879   algorithm: "plot_throughput_speedup_analysis"
24880   output-file-type: ".html"
24881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24882   data: "plot-throughput-speedup-analysis-3n-hsw"
24883   filter: "'NIC_Intel-X520-DA2' and
24884            '64B' and
24885            'NDRPDR' and
24886            'IP4FWD' and
24887            'OACL' and
24888            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24889            not 'IPSEC' and
24890            not 'VHOST'"
24891   parameters:
24892   - "throughput"
24893   - "parent"
24894   - "tags"
24895   sort:
24896   - "ACL_STATELESS"
24897   - "ACL_STATEFUL"
24898   - "ACL_STATELESS"
24899   - "ACL_STATEFUL"
24900   layout:
24901     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24902     layout: "plot-throughput-speedup-analysis"
24903
24904 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24905 -
24906   type: "plot"
24907   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24908   algorithm: "plot_throughput_speedup_analysis"
24909   output-file-type: ".html"
24910   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24911   data: "plot-throughput-speedup-analysis-3n-hsw"
24912   filter: "'NIC_Intel-X710' and
24913            '64B' and
24914            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24915            'NDRPDR' and
24916            'IP4FWD' and
24917            not 'IPSEC' and
24918            not 'VHOST'"
24919   parameters:
24920   - "throughput"
24921   - "parent"
24922   - "tags"
24923   sort:
24924   - "DOT1Q"
24925   - "IP4BASE"
24926   - "FIB_20K"
24927   - "FIB_200K"
24928   - "FIB_2M"
24929   layout:
24930     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24931     layout: "plot-throughput-speedup-analysis"
24932
24933 -
24934   type: "plot"
24935   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24936   algorithm: "plot_throughput_speedup_analysis"
24937   output-file-type: ".html"
24938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24939   data: "plot-throughput-speedup-analysis-3n-hsw"
24940   filter: "'NIC_Intel-X710' and
24941            '64B' and
24942            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24943            'NDRPDR' and
24944            'IP4FWD' and
24945            not 'IPSEC' and
24946            not 'VHOST'"
24947   parameters:
24948   - "throughput"
24949   - "parent"
24950   - "tags"
24951   sort:
24952   - "DOT1Q"
24953   - "IP4BASE"
24954   - "FIB_20K"
24955   - "FIB_200K"
24956   - "FIB_2M"
24957   layout:
24958     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24959     layout: "plot-throughput-speedup-analysis"
24960
24961 # Speedup - VPP IPv4 3n-hsw-x710 features
24962 -
24963   type: "plot"
24964   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24965   algorithm: "plot_throughput_speedup_analysis"
24966   output-file-type: ".html"
24967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24968   data: "plot-throughput-speedup-analysis-3n-hsw"
24969   filter: "'NIC_Intel-X710' and
24970            '64B' and
24971            ('IP4BASE' or
24972             'POLICE_MARK' or
24973             'COPWHLIST' or
24974             ('NAT44' and 'BASE') or
24975             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24976            'NDRPDR' and
24977            'IP4FWD' and
24978            not 'IPSEC' and
24979            not 'VHOST'"
24980   parameters:
24981   - "throughput"
24982   - "parent"
24983   - "tags"
24984   sort:
24985   - "IP4BASE"
24986   - "NAT44"
24987   - "POLICE_MARK"
24988   - "COPWHLIST"
24989   - "IACL"
24990   - "OACL"
24991   layout:
24992     title: "ip4-3n-hsw-x710-64b-features-ndr"
24993     layout: "plot-throughput-speedup-analysis"
24994
24995 -
24996   type: "plot"
24997   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24998   algorithm: "plot_throughput_speedup_analysis"
24999   output-file-type: ".html"
25000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25001   data: "plot-throughput-speedup-analysis-3n-hsw"
25002   filter: "'NIC_Intel-X710' and
25003            '64B' and
25004            ('IP4BASE' or
25005             'POLICE_MARK' or
25006             'COPWHLIST' or
25007             ('NAT44' and 'BASE') or
25008             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25009            'NDRPDR' and
25010            'IP4FWD' and
25011            not 'IPSEC' and
25012            not 'VHOST'"
25013   parameters:
25014   - "throughput"
25015   - "parent"
25016   - "tags"
25017   sort:
25018   - "IP4BASE"
25019   - "NAT44"
25020   - "POLICE_MARK"
25021   - "COPWHLIST"
25022   - "IACL"
25023   - "OACL"
25024   layout:
25025     title: "ip4-3n-hsw-x710-64b-features-pdr"
25026     layout: "plot-throughput-speedup-analysis"
25027
25028 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25029 -
25030   type: "plot"
25031   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25032   algorithm: "plot_throughput_speedup_analysis"
25033   output-file-type: ".html"
25034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25035   data: "plot-throughput-speedup-analysis-3n-hsw"
25036   filter: "'NIC_Intel-X710' and
25037            '64B' and
25038            'NDRPDR' and
25039            'IP4FWD' and
25040            'NAT44' and
25041            not 'IPSEC' and
25042            not 'VHOST'"
25043   parameters:
25044   - "throughput"
25045   - "parent"
25046   - "tags"
25047   sort:
25048   - "BASE"
25049   - "BASE"
25050   - "SRC_USER_10"
25051   - "SRC_USER_100"
25052   - "SRC_USER_1000"
25053   - "SRC_USER_2000"
25054   layout:
25055     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25056     layout: "plot-throughput-speedup-analysis"
25057
25058 -
25059   type: "plot"
25060   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25061   algorithm: "plot_throughput_speedup_analysis"
25062   output-file-type: ".html"
25063   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25064   data: "plot-throughput-speedup-analysis-3n-hsw"
25065   filter: "'NIC_Intel-X710' and
25066            '64B' and
25067            'NDRPDR' and
25068            'IP4FWD' and
25069            'NAT44' and
25070            not 'IPSEC' and
25071            not 'VHOST'"
25072   parameters:
25073   - "throughput"
25074   - "parent"
25075   - "tags"
25076   sort:
25077   - "BASE"
25078   - "BASE"
25079   - "SRC_USER_10"
25080   - "SRC_USER_100"
25081   - "SRC_USER_1000"
25082   - "SRC_USER_2000"
25083   layout:
25084     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25085     layout: "plot-throughput-speedup-analysis"
25086
25087 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25088 -
25089   type: "plot"
25090   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25091   algorithm: "plot_throughput_speedup_analysis"
25092   output-file-type: ".html"
25093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25094   data: "plot-throughput-speedup-analysis-3n-hsw"
25095   filter: "'NIC_Intel-X710' and
25096            '64B' and
25097            'NDRPDR' and
25098            'IP4FWD' and
25099            'IACL' and
25100            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25101            not 'IPSEC' and
25102            not 'VHOST'"
25103   parameters:
25104   - "throughput"
25105   - "parent"
25106   - "tags"
25107   sort:
25108   - "ACL_STATELESS"
25109   - "ACL_STATEFUL"
25110   - "ACL_STATELESS"
25111   - "ACL_STATEFUL"
25112   layout:
25113     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25114     layout: "plot-throughput-speedup-analysis"
25115
25116 -
25117   type: "plot"
25118   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25119   algorithm: "plot_throughput_speedup_analysis"
25120   output-file-type: ".html"
25121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25122   data: "plot-throughput-speedup-analysis-3n-hsw"
25123   filter: "'NIC_Intel-X710' and
25124            '64B' and
25125            'NDRPDR' and
25126            'IP4FWD' and
25127            'IACL' and
25128            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25129            not 'IPSEC' and
25130            not 'VHOST'"
25131   parameters:
25132   - "throughput"
25133   - "parent"
25134   - "tags"
25135   sort:
25136   - "ACL_STATELESS"
25137   - "ACL_STATEFUL"
25138   - "ACL_STATELESS"
25139   - "ACL_STATEFUL"
25140   layout:
25141     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25142     layout: "plot-throughput-speedup-analysis"
25143
25144 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
25145 #-
25146 #  type: "plot"
25147 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25148 #  algorithm: "plot_throughput_speedup_analysis"
25149 #  output-file-type: ".html"
25150 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25151 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25152 #  filter: "'NIC_Intel-X710' and
25153 #           '64B' and
25154 #           'NDRPDR' and
25155 #           'IP4FWD' and
25156 #           'OACL' and
25157 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25158 #           not 'IPSEC' and
25159 #           not 'VHOST'"
25160 #  parameters:
25161 #  - "throughput"
25162 #  - "parent"
25163 #  - "tags"
25164 #  sort:
25165 #  - "ACL_STATELESS"
25166 #  - "ACL_STATEFUL"
25167 #  - "ACL_STATELESS"
25168 #  - "ACL_STATEFUL"
25169 #  layout:
25170 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25171 #    layout: "plot-throughput-speedup-analysis"
25172 #
25173 #-
25174 #  type: "plot"
25175 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25176 #  algorithm: "plot_throughput_speedup_analysis"
25177 #  output-file-type: ".html"
25178 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25179 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25180 #  filter: "'NIC_Intel-X710' and
25181 #           '64B' and
25182 #           'NDRPDR' and
25183 #           'IP4FWD' and
25184 #           'OACL' and
25185 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
25186 #           not 'IPSEC' and
25187 #           not 'VHOST'"
25188 #  parameters:
25189 #  - "throughput"
25190 #  - "parent"
25191 #  - "tags"
25192 #  sort:
25193 #  - "ACL_STATELESS"
25194 #  - "ACL_STATEFUL"
25195 #  - "ACL_STATELESS"
25196 #  - "ACL_STATEFUL"
25197 #  layout:
25198 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25199 #    layout: "plot-throughput-speedup-analysis"
25200
25201 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25202 -
25203   type: "plot"
25204   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25205   algorithm: "plot_throughput_speedup_analysis"
25206   output-file-type: ".html"
25207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25208   data: "plot-throughput-speedup-analysis-3n-hsw"
25209   filter: "'NIC_Intel-XL710' and
25210            '64B' and
25211            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25212            'NDRPDR' and
25213            'IP4FWD' and
25214            not 'IPSEC' and
25215            not 'VHOST'"
25216   parameters:
25217   - "throughput"
25218   - "parent"
25219   - "tags"
25220   sort:
25221   - "IP4BASE"
25222   - "FIB_20K"
25223   - "FIB_200K"
25224   - "FIB_2M"
25225   layout:
25226     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25227     layout: "plot-throughput-speedup-analysis"
25228
25229 -
25230   type: "plot"
25231   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25232   algorithm: "plot_throughput_speedup_analysis"
25233   output-file-type: ".html"
25234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25235   data: "plot-throughput-speedup-analysis-3n-hsw"
25236   filter: "'NIC_Intel-XL710' and
25237            '64B' and
25238            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25239            'NDRPDR' and
25240            'IP4FWD' and
25241            not 'IPSEC' and
25242            not 'VHOST'"
25243   parameters:
25244   - "throughput"
25245   - "parent"
25246   - "tags"
25247   sort:
25248   - "IP4BASE"
25249   - "FIB_20K"
25250   - "FIB_200K"
25251   - "FIB_2M"
25252   layout:
25253     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25254     layout: "plot-throughput-speedup-analysis"
25255
25256 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25257 -
25258   type: "plot"
25259   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25263   data: "plot-throughput-speedup-analysis-3n-skx"
25264   filter: "'NIC_Intel-X710' and
25265            '64B' and
25266            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25267            'NDRPDR' and
25268            'IP4FWD' and
25269            not 'IPSEC' and
25270            not 'VHOST'"
25271   parameters:
25272   - "throughput"
25273   - "parent"
25274   - "tags"
25275   sort:
25276   - "IP4BASE"
25277   - "FIB_20K"
25278   - "FIB_200K"
25279   - "FIB_2M"
25280   layout:
25281     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25282     layout: "plot-throughput-speedup-analysis"
25283
25284 -
25285   type: "plot"
25286   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25287   algorithm: "plot_throughput_speedup_analysis"
25288   output-file-type: ".html"
25289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25290   data: "plot-throughput-speedup-analysis-3n-skx"
25291   filter: "'NIC_Intel-X710' and
25292            '64B' and
25293            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25294            'NDRPDR' and
25295            'IP4FWD' and
25296            not 'IPSEC' and
25297            not 'VHOST'"
25298   parameters:
25299   - "throughput"
25300   - "parent"
25301   - "tags"
25302   sort:
25303   - "IP4BASE"
25304   - "FIB_20K"
25305   - "FIB_200K"
25306   - "FIB_2M"
25307   layout:
25308     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25309     layout: "plot-throughput-speedup-analysis"
25310
25311 # Speedup - VPP IPv4 3n-skx-x710 features
25312 -
25313   type: "plot"
25314   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25315   algorithm: "plot_throughput_speedup_analysis"
25316   output-file-type: ".html"
25317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25318   data: "plot-throughput-speedup-analysis-3n-skx"
25319   filter: "'NIC_Intel-X710' and
25320            '64B' and
25321            ('IP4BASE' or
25322             'POLICE_MARK' or
25323             'COPWHLIST' or
25324             ('NAT44' and 'BASE') or
25325             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25326            'NDRPDR' and
25327            'IP4FWD' and
25328            not 'IPSEC' and
25329            not 'VHOST'"
25330   parameters:
25331   - "throughput"
25332   - "parent"
25333   - "tags"
25334   sort:
25335   - "IP4BASE"
25336   - "NAT44"
25337   - "POLICE_MARK"
25338   - "COPWHLIST"
25339   - "IACL"
25340   - "OACL"
25341   layout:
25342     title: "ip4-3n-skx-x710-64b-features-ndr"
25343     layout: "plot-throughput-speedup-analysis"
25344
25345 -
25346   type: "plot"
25347   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25348   algorithm: "plot_throughput_speedup_analysis"
25349   output-file-type: ".html"
25350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25351   data: "plot-throughput-speedup-analysis-3n-skx"
25352   filter: "'NIC_Intel-X710' and
25353            '64B' and
25354            ('IP4BASE' or
25355             'POLICE_MARK' or
25356             'COPWHLIST' or
25357             ('NAT44' and 'BASE') or
25358             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25359            'NDRPDR' and
25360            'IP4FWD' and
25361            not 'IPSEC' and
25362            not 'VHOST'"
25363   parameters:
25364   - "throughput"
25365   - "parent"
25366   - "tags"
25367   sort:
25368   - "IP4BASE"
25369   - "NAT44"
25370   - "POLICE_MARK"
25371   - "COPWHLIST"
25372   - "IACL"
25373   - "OACL"
25374   layout:
25375     title: "ip4-3n-skx-x710-64b-features-pdr"
25376     layout: "plot-throughput-speedup-analysis"
25377
25378 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25379 -
25380   type: "plot"
25381   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25382   algorithm: "plot_throughput_speedup_analysis"
25383   output-file-type: ".html"
25384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25385   data: "plot-throughput-speedup-analysis-3n-skx"
25386   filter: "'NIC_Intel-X710' and
25387            '64B' and
25388            'NDRPDR' and
25389            'IP4FWD' and
25390            'NAT44' and
25391            not 'IPSEC' and
25392            not 'VHOST'"
25393   parameters:
25394   - "throughput"
25395   - "parent"
25396   - "tags"
25397   sort:
25398   - "BASE"
25399   - "BASE"
25400   - "SRC_USER_10"
25401   - "SRC_USER_100"
25402   - "SRC_USER_1000"
25403   - "SRC_USER_2000"
25404   layout:
25405     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25406     layout: "plot-throughput-speedup-analysis"
25407
25408 -
25409   type: "plot"
25410   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25411   algorithm: "plot_throughput_speedup_analysis"
25412   output-file-type: ".html"
25413   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25414   data: "plot-throughput-speedup-analysis-3n-skx"
25415   filter: "'NIC_Intel-X710' and
25416            '64B' and
25417            'NDRPDR' and
25418            'IP4FWD' and
25419            'NAT44' and
25420            not 'IPSEC' and
25421            not 'VHOST'"
25422   parameters:
25423   - "throughput"
25424   - "parent"
25425   - "tags"
25426   sort:
25427   - "BASE"
25428   - "BASE"
25429   - "SRC_USER_10"
25430   - "SRC_USER_100"
25431   - "SRC_USER_1000"
25432   - "SRC_USER_2000"
25433   layout:
25434     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25435     layout: "plot-throughput-speedup-analysis"
25436
25437 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25438 -
25439   type: "plot"
25440   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25441   algorithm: "plot_throughput_speedup_analysis"
25442   output-file-type: ".html"
25443   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25444   data: "plot-throughput-speedup-analysis-3n-skx"
25445   filter: "'NIC_Intel-X710' and
25446            '64B' and
25447            'NDRPDR' and
25448            'IP4FWD' and
25449            'IACL' and
25450            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25451            not 'IPSEC' and
25452            not 'VHOST'"
25453   parameters:
25454   - "throughput"
25455   - "parent"
25456   - "tags"
25457   sort:
25458   - "ACL_STATELESS"
25459   - "ACL_STATEFUL"
25460   - "ACL_STATELESS"
25461   - "ACL_STATEFUL"
25462   layout:
25463     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25464     layout: "plot-throughput-speedup-analysis"
25465
25466 -
25467   type: "plot"
25468   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25469   algorithm: "plot_throughput_speedup_analysis"
25470   output-file-type: ".html"
25471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25472   data: "plot-throughput-speedup-analysis-3n-skx"
25473   filter: "'NIC_Intel-X710' and
25474            '64B' and
25475            'NDRPDR' and
25476            'IP4FWD' and
25477            'IACL' and
25478            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25479            not 'IPSEC' and
25480            not 'VHOST'"
25481   parameters:
25482   - "throughput"
25483   - "parent"
25484   - "tags"
25485   sort:
25486   - "ACL_STATELESS"
25487   - "ACL_STATEFUL"
25488   - "ACL_STATELESS"
25489   - "ACL_STATEFUL"
25490   layout:
25491     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25492     layout: "plot-throughput-speedup-analysis"
25493
25494 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25495 -
25496   type: "plot"
25497   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25498   algorithm: "plot_throughput_speedup_analysis"
25499   output-file-type: ".html"
25500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25501   data: "plot-throughput-speedup-analysis-3n-skx"
25502   filter: "'NIC_Intel-X710' and
25503            '64B' and
25504            'NDRPDR' and
25505            'IP4FWD' and
25506            'OACL' and
25507            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25508            not 'IPSEC' and
25509            not 'VHOST'"
25510   parameters:
25511   - "throughput"
25512   - "parent"
25513   - "tags"
25514   sort:
25515   - "ACL_STATELESS"
25516   - "ACL_STATEFUL"
25517   - "ACL_STATELESS"
25518   - "ACL_STATEFUL"
25519   layout:
25520     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25521     layout: "plot-throughput-speedup-analysis"
25522
25523 -
25524   type: "plot"
25525   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25526   algorithm: "plot_throughput_speedup_analysis"
25527   output-file-type: ".html"
25528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25529   data: "plot-throughput-speedup-analysis-3n-skx"
25530   filter: "'NIC_Intel-X710' and
25531            '64B' and
25532            'NDRPDR' and
25533            'IP4FWD' and
25534            'OACL' and
25535            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25536            not 'IPSEC' and
25537            not 'VHOST'"
25538   parameters:
25539   - "throughput"
25540   - "parent"
25541   - "tags"
25542   sort:
25543   - "ACL_STATELESS"
25544   - "ACL_STATEFUL"
25545   - "ACL_STATELESS"
25546   - "ACL_STATEFUL"
25547   layout:
25548     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25549     layout: "plot-throughput-speedup-analysis"
25550
25551 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25552 -
25553   type: "plot"
25554   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25555   algorithm: "plot_throughput_speedup_analysis"
25556   output-file-type: ".html"
25557   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25558   data: "plot-throughput-speedup-analysis-2n-skx"
25559   filter: "'NIC_Intel-X710' and
25560            '64B' and
25561            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25562            'NDRPDR' and
25563            'IP4FWD' and
25564            not 'IPSEC' and
25565            not 'VHOST'"
25566   parameters:
25567   - "throughput"
25568   - "parent"
25569   - "tags"
25570   sort:
25571   - "DOT1Q"
25572   - "IP4BASE"
25573   - "FIB_20k"
25574   - "FIB_200k"
25575   - "FIB_2M"
25576   layout:
25577     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25578     layout: "plot-throughput-speedup-analysis"
25579
25580 -
25581   type: "plot"
25582   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25583   algorithm: "plot_throughput_speedup_analysis"
25584   output-file-type: ".html"
25585   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25586   data: "plot-throughput-speedup-analysis-2n-skx"
25587   filter: "'NIC_Intel-X710' and
25588            '64B' and
25589            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25590            'NDRPDR' and
25591            'IP4FWD' and
25592            not 'IPSEC' and
25593            not 'VHOST'"
25594   parameters:
25595   - "throughput"
25596   - "parent"
25597   - "tags"
25598   sort:
25599   - "DOT1Q"
25600   - "IP4BASE"
25601   - "FIB_20k"
25602   - "FIB_200k"
25603   - "FIB_2M"
25604   layout:
25605     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25606     layout: "plot-throughput-speedup-analysis"
25607
25608 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25609 -
25610   type: "plot"
25611   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25612   algorithm: "plot_throughput_speedup_analysis"
25613   output-file-type: ".html"
25614   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25615   data: "plot-throughput-speedup-analysis-2n-skx"
25616   filter: "'NIC_Intel-XXV710' and
25617            '64B' and
25618            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25619            'NDRPDR' and
25620            'IP4FWD' and
25621            not 'IPSEC' and
25622            not 'VHOST'"
25623   parameters:
25624   - "throughput"
25625   - "parent"
25626   - "tags"
25627   sort:
25628   - "DOT1Q"
25629   - "IP4BASE"
25630   - "FIB_20k"
25631   - "FIB_200k"
25632   - "FIB_2M"
25633   layout:
25634     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25635     layout: "plot-throughput-speedup-analysis"
25636
25637 -
25638   type: "plot"
25639   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25640   algorithm: "plot_throughput_speedup_analysis"
25641   output-file-type: ".html"
25642   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25643   data: "plot-throughput-speedup-analysis-2n-skx"
25644   filter: "'NIC_Intel-XXV710' and
25645            '64B' and
25646            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25647            'NDRPDR' and
25648            'IP4FWD' and
25649            not 'IPSEC' and
25650            not 'VHOST'"
25651   parameters:
25652   - "throughput"
25653   - "parent"
25654   - "tags"
25655   sort:
25656   - "DOT1Q"
25657   - "IP4BASE"
25658   - "FIB_20k"
25659   - "FIB_200k"
25660   - "FIB_2M"
25661   layout:
25662     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25663     layout: "plot-throughput-speedup-analysis"
25664
25665 # Speedup - VPP IPv4 2n-dnv-x553 base
25666 -
25667   type: "plot"
25668   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25669   algorithm: "plot_throughput_speedup_analysis"
25670   output-file-type: ".html"
25671   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25672   data: "intel-dnv-vpp"
25673   filter: "'NIC_Intel-X553' and
25674            '64B' and
25675            'IP4BASE' and
25676            'NDRPDR' and
25677            'IP4FWD' and
25678            not 'IPSEC' and
25679            not 'VHOST'"
25680   parameters:
25681   - "throughput"
25682   - "parent"
25683   - "tags"
25684   sort:
25685   - "IP4BASE"
25686   layout:
25687     title: "ip4-2n-dnv-x553-64b-base-ndr"
25688     layout: "plot-throughput-speedup-analysis"
25689
25690 -
25691   type: "plot"
25692   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25693   algorithm: "plot_throughput_speedup_analysis"
25694   output-file-type: ".html"
25695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25696   data: "intel-dnv-vpp"
25697   filter: "'NIC_Intel-X553' and
25698            '64B' and
25699            'IP4BASE' and
25700            'NDRPDR' and
25701            'IP4FWD' and
25702            not 'IPSEC' and
25703            not 'VHOST'"
25704   parameters:
25705   - "throughput"
25706   - "parent"
25707   - "tags"
25708   sort:
25709   - "IP4BASE"
25710   layout:
25711     title: "ip4-2n-dnv-x553-64b-base-pdr"
25712     layout: "plot-throughput-speedup-analysis"
25713
25714 ################################################################################
25715
25716 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25717 #-
25718 #  type: "plot"
25719 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25720 #  algorithm: "plot_throughput_speedup_analysis"
25721 #  output-file-type: ".html"
25722 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25723 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25724 #  filter: "'NIC_Intel-X520_DA2' and
25725 #           '64B' and
25726 #           'ENCAP' and
25727 #           'NDRPDR' and
25728 #           ('VXLAN' or 'LISP') and
25729 #           not 'VHOST' and
25730 #           not 'IPSECHW'"
25731 #  parameters:
25732 #  - "throughput"
25733 #  - "parent"
25734 #  - "tags"
25735 #  sort:
25736 #  - "not DOT1Q"
25737 #  - "VXLAN_1"
25738 #  - "VXLAN_10"
25739 #  - "VXLAN_100"
25740 #  - "VXLAN_1000"
25741 #  layout:
25742 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25743 #    layout: "plot-throughput-speedup-analysis"
25744 #
25745 #-
25746 #  type: "plot"
25747 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25748 #  algorithm: "plot_throughput_speedup_analysis"
25749 #  output-file-type: ".html"
25750 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25751 #  data: "plot-throughput-speedup-analysis-3n-hsw"
25752 #  filter: "'NIC_Intel-X520_DA2' and
25753 #           '64B' and
25754 #           'ENCAP' and
25755 #           'NDRPDR' and
25756 #           ('VXLAN' or 'LISP') and
25757 #           not 'VHOST' and
25758 #           not 'IPSECHW'"
25759 #  parameters:
25760 #  - "throughput"
25761 #  - "parent"
25762 #  - "tags"
25763 #  sort:
25764 #  - "not DOT1Q"
25765 #  - "VXLAN_1"
25766 #  - "VXLAN_10"
25767 #  - "VXLAN_100"
25768 #  - "VXLAN_1000"
25769 #  layout:
25770 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25771 #    layout: "plot-throughput-speedup-analysis"
25772
25773 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25774 -
25775   type: "plot"
25776   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25777   algorithm: "plot_throughput_speedup_analysis"
25778   output-file-type: ".html"
25779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25780   data: "plot-throughput-speedup-analysis-3n-hsw"
25781   filter: "'NIC_Intel-X520-DA2' and
25782            '64B' and
25783            'ENCAP' and
25784            'NDRPDR' and
25785            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25786            not 'DOT1Q' and
25787            not 'VHOST' and
25788            not 'IPSECHW'"
25789   parameters:
25790   - "throughput"
25791   - "parent"
25792   - "tags"
25793   sort:
25794   - "L2BDMACLRN"
25795   - "L2XCFWD"
25796   - "LISP"
25797   layout:
25798     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25799     layout: "plot-throughput-speedup-analysis"
25800
25801 -
25802   type: "plot"
25803   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25804   algorithm: "plot_throughput_speedup_analysis"
25805   output-file-type: ".html"
25806   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25807   data: "plot-throughput-speedup-analysis-3n-hsw"
25808   filter: "'NIC_Intel-X520-DA2' and
25809            '64B' and
25810            'ENCAP' and
25811            'NDRPDR' and
25812            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25813            not 'DOT1Q' and
25814            not 'VHOST' and
25815            not 'IPSECHW'"
25816   parameters:
25817   - "throughput"
25818   - "parent"
25819   - "tags"
25820   sort:
25821   - "L2BDMACLRN"
25822   - "L2XCFWD"
25823   - "LISP"
25824   layout:
25825     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25826     layout: "plot-throughput-speedup-analysis"
25827
25828 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25829 -
25830   type: "plot"
25831   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25832   algorithm: "plot_throughput_speedup_analysis"
25833   output-file-type: ".html"
25834   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25835   data: "plot-throughput-speedup-analysis-3n-hsw"
25836   filter: "'NIC_Intel-X710' and
25837            '64B' and
25838            'ENCAP' and
25839            'NDRPDR' and
25840            ('VXLAN' or 'LISP') and
25841            not 'VHOST' and
25842            not 'IPSECHW'"
25843   parameters:
25844   - "throughput"
25845   - "parent"
25846   - "tags"
25847   sort:
25848   - "LISP"
25849   - "VXLAN_1"
25850   - "VXLAN_10"
25851   - "VXLAN_100"
25852   - "VXLAN_1000"
25853   layout:
25854     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25855     layout: "plot-throughput-speedup-analysis"
25856
25857 -
25858   type: "plot"
25859   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25860   algorithm: "plot_throughput_speedup_analysis"
25861   output-file-type: ".html"
25862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25863   data: "plot-throughput-speedup-analysis-3n-hsw"
25864   filter: "'NIC_Intel-X710' and
25865            '64B' and
25866            'ENCAP' and
25867            'NDRPDR' and
25868            ('VXLAN' or 'LISP') and
25869            not 'VHOST' and
25870            not 'IPSECHW'"
25871   parameters:
25872   - "throughput"
25873   - "parent"
25874   - "tags"
25875   sort:
25876   - "LISP"
25877   - "VXLAN_1"
25878   - "VXLAN_10"
25879   - "VXLAN_100"
25880   - "VXLAN_1000"
25881   layout:
25882     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25883     layout: "plot-throughput-speedup-analysis"
25884
25885 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25886 -
25887   type: "plot"
25888   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25889   algorithm: "plot_throughput_speedup_analysis"
25890   output-file-type: ".html"
25891   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25892   data: "plot-throughput-speedup-analysis-3n-hsw"
25893   filter: "'NIC_Intel-X710' and
25894            '64B' and
25895            'ENCAP' and
25896            'NDRPDR' and
25897            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25898            not 'DOT1Q' and
25899            not 'VHOST' and
25900            not 'IPSECHW'"
25901   parameters:
25902   - "throughput"
25903   - "parent"
25904   - "tags"
25905   sort:
25906   - "L2BDMACLRN"
25907   - "L2XCFWD"
25908   - "LISP"
25909   layout:
25910     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25911     layout: "plot-throughput-speedup-analysis"
25912
25913 -
25914   type: "plot"
25915   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25916   algorithm: "plot_throughput_speedup_analysis"
25917   output-file-type: ".html"
25918   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25919   data: "plot-throughput-speedup-analysis-3n-hsw"
25920   filter: "'NIC_Intel-X710' and
25921            '64B' and
25922            'ENCAP' and
25923            'NDRPDR' and
25924            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25925            not 'DOT1Q' and
25926            not 'VHOST' and
25927            not 'IPSECHW'"
25928   parameters:
25929   - "throughput"
25930   - "parent"
25931   - "tags"
25932   sort:
25933   - "L2BDMACLRN"
25934   - "L2XCFWD"
25935   - "LISP"
25936   layout:
25937     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25938     layout: "plot-throughput-speedup-analysis"
25939
25940 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25941 -
25942   type: "plot"
25943   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25944   algorithm: "plot_throughput_speedup_analysis"
25945   output-file-type: ".html"
25946   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25947   data: "plot-throughput-speedup-analysis-3n-skx"
25948   filter: "'NIC_Intel-X710' and
25949            '64B' and
25950            'ENCAP' and
25951            'NDRPDR' and
25952            'VXLAN' and
25953            'L2BDMACLRN' and
25954            not 'VHOST' and
25955            not 'IPSECHW'"
25956   parameters:
25957   - "throughput"
25958   - "parent"
25959   - "tags"
25960   sort:
25961   - "LISP"
25962   - "VXLAN_1"
25963   - "VXLAN_10"
25964   - "VXLAN_100"
25965   - "VXLAN_1000"
25966   layout:
25967     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25968     layout: "plot-throughput-speedup-analysis"
25969
25970 -
25971   type: "plot"
25972   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25973   algorithm: "plot_throughput_speedup_analysis"
25974   output-file-type: ".html"
25975   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25976   data: "plot-throughput-speedup-analysis-3n-skx"
25977   filter: "'NIC_Intel-X710' and
25978            '64B' and
25979            'ENCAP' and
25980            'NDRPDR' and
25981            'VXLAN' and
25982            'L2BDMACLRN' and
25983            not 'VHOST' and
25984            not 'IPSECHW'"
25985   parameters:
25986   - "throughput"
25987   - "parent"
25988   - "tags"
25989   sort:
25990   - "LISP"
25991   - "VXLAN_1"
25992   - "VXLAN_10"
25993   - "VXLAN_100"
25994   - "VXLAN_1000"
25995   layout:
25996     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25997     layout: "plot-throughput-speedup-analysis"
25998
25999 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26000 -
26001   type: "plot"
26002   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26003   algorithm: "plot_throughput_speedup_analysis"
26004   output-file-type: ".html"
26005   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26006   data: "plot-throughput-speedup-analysis-3n-skx"
26007   filter: "'NIC_Intel-X710' and
26008            '64B' and
26009            'ENCAP' and
26010            'NDRPDR' and
26011            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26012            not 'DOT1Q' and
26013            not 'VHOST' and
26014            not 'IPSECHW'"
26015   parameters:
26016   - "throughput"
26017   - "parent"
26018   - "tags"
26019   sort:
26020   - "L2BDMACLRN"
26021   - "L2XCFWD"
26022   - "LISP"
26023   layout:
26024     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26025     layout: "plot-throughput-speedup-analysis"
26026
26027 -
26028   type: "plot"
26029   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26030   algorithm: "plot_throughput_speedup_analysis"
26031   output-file-type: ".html"
26032   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26033   data: "plot-throughput-speedup-analysis-3n-skx"
26034   filter: "'NIC_Intel-X710' and
26035            '64B' and
26036            'ENCAP' and
26037            'NDRPDR' and
26038            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26039            not 'DOT1Q' and
26040            not 'VHOST' and
26041            not 'IPSECHW'"
26042   parameters:
26043   - "throughput"
26044   - "parent"
26045   - "tags"
26046   sort:
26047   - "L2BDMACLRN"
26048   - "L2XCFWD"
26049   - "LISP"
26050   layout:
26051     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26052     layout: "plot-throughput-speedup-analysis"
26053
26054 ################################################################################
26055
26056 # Speedup - VPP IPv6 3n-hsw-x520
26057 -
26058   type: "plot"
26059   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26060   algorithm: "plot_throughput_speedup_analysis"
26061   output-file-type: ".html"
26062   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26063   data: "plot-throughput-speedup-analysis-3n-hsw"
26064   filter: "'NIC_Intel-X520-DA2' and
26065            '78B' and
26066            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26067            'NDRPDR' and
26068            'IP6FWD' and
26069            not 'SRv6' and
26070            not 'IPSEC' and
26071            not 'VHOST'"
26072   parameters:
26073   - "throughput"
26074   - "parent"
26075   - "tags"
26076   sort:
26077   - "IP6BASE"
26078   - "FIB_20K"
26079   - "FIB_200K"
26080   - "FIB_2M"
26081   layout:
26082     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26083     layout: "plot-throughput-speedup-analysis"
26084
26085 -
26086   type: "plot"
26087   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26088   algorithm: "plot_throughput_speedup_analysis"
26089   output-file-type: ".html"
26090   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26091   data: "plot-throughput-speedup-analysis-3n-hsw"
26092   filter: "'NIC_Intel-X520-DA2' and
26093            '78B' and
26094            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26095            'NDRPDR' and
26096            'IP6FWD' and
26097            not 'SRv6' and
26098            not 'IPSEC' and
26099            not 'VHOST'"
26100   parameters:
26101   - "throughput"
26102   - "parent"
26103   - "tags"
26104   sort:
26105   - "IP6BASE"
26106   - "FIB_20K"
26107   - "FIB_200K"
26108   - "FIB_2M"
26109   layout:
26110     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26111     layout: "plot-throughput-speedup-analysis"
26112
26113 # Speedup - VPP IPv6 3n-hsw-x520 features
26114 -
26115   type: "plot"
26116   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26117   algorithm: "plot_throughput_speedup_analysis"
26118   output-file-type: ".html"
26119   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26120   data: "plot-throughput-speedup-analysis-3n-hsw"
26121   filter: "'NIC_Intel-X520-DA2' and
26122            '78B' and
26123            ('IP6BASE' or
26124             'POLICE_MARK' or
26125             'COPWHLIST' or
26126             'IACLDST') and
26127            'NDRPDR' and
26128            'IP6FWD' and
26129            not 'SRv6' and
26130            not 'IPSEC' and
26131            not 'VHOST'"
26132   parameters:
26133   - "throughput"
26134   - "parent"
26135   - "tags"
26136   sort:
26137   - "IP6BASE"
26138   - "POLICE_MARK"
26139   - "COPWHLIST"
26140   - "IACLDST"
26141   layout:
26142     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26143     layout: "plot-throughput-speedup-analysis"
26144
26145 -
26146   type: "plot"
26147   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26148   algorithm: "plot_throughput_speedup_analysis"
26149   output-file-type: ".html"
26150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26151   data: "plot-throughput-speedup-analysis-3n-hsw"
26152   filter: "'NIC_Intel-X520-DA2' and
26153            '78B' and
26154            ('IP6BASE' or
26155             'POLICE_MARK' or
26156             'COPWHLIST' or
26157             'IACLDST') and
26158            'NDRPDR' and
26159            'IP6FWD' and
26160            not 'SRv6' and
26161            not 'IPSEC' and
26162            not 'VHOST'"
26163   parameters:
26164   - "throughput"
26165   - "parent"
26166   - "tags"
26167   sort:
26168   - "IP6BASE"
26169   - "POLICE_MARK"
26170   - "COPWHLIST"
26171   - "IACLDST"
26172   layout:
26173     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26174     layout: "plot-throughput-speedup-analysis"
26175
26176 # Speedup - VPP IPv6 3n-hsw-x710
26177 -
26178   type: "plot"
26179   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26180   algorithm: "plot_throughput_speedup_analysis"
26181   output-file-type: ".html"
26182   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26183   data: "plot-throughput-speedup-analysis-3n-hsw"
26184   filter: "'NIC_Intel-X710' and
26185            '78B' and
26186            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26187            'NDRPDR' and
26188            'IP6FWD' and
26189            not 'SRv6' and
26190            not 'IPSEC' and
26191            not 'VHOST'"
26192   parameters:
26193   - "throughput"
26194   - "parent"
26195   - "tags"
26196   sort:
26197   - "IP6BASE"
26198   - "FIB_20K"
26199   - "FIB_200K"
26200   - "FIB_2M"
26201   layout:
26202     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26203     layout: "plot-throughput-speedup-analysis"
26204
26205 -
26206   type: "plot"
26207   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26208   algorithm: "plot_throughput_speedup_analysis"
26209   output-file-type: ".html"
26210   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26211   data: "plot-throughput-speedup-analysis-3n-hsw"
26212   filter: "'NIC_Intel-X710' and
26213            '78B' and
26214            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26215            'NDRPDR' and
26216            'IP6FWD' and
26217            not 'SRv6' and
26218            not 'IPSEC' and
26219            not 'VHOST'"
26220   parameters:
26221   - "throughput"
26222   - "parent"
26223   - "tags"
26224   sort:
26225   - "IP6BASE"
26226   - "FIB_20K"
26227   - "FIB_200K"
26228   - "FIB_2M"
26229   layout:
26230     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26231     layout: "plot-throughput-speedup-analysis"
26232
26233 # Speedup - VPP IPv6 3n-hsw-x710 features
26234 -
26235   type: "plot"
26236   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26237   algorithm: "plot_throughput_speedup_analysis"
26238   output-file-type: ".html"
26239   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26240   data: "plot-throughput-speedup-analysis-3n-hsw"
26241   filter: "'NIC_Intel-X710' and
26242            '78B' and
26243            ('IP6BASE' or
26244             'POLICE_MARK' or
26245             'COPWHLIST' or
26246             'IACLDST') and
26247            'NDRPDR' and
26248            'IP6FWD' and
26249            not 'SRv6' and
26250            not 'IPSEC' and
26251            not 'VHOST'"
26252   parameters:
26253   - "throughput"
26254   - "parent"
26255   - "tags"
26256   sort:
26257   - "IP6BASE"
26258   - "POLICE_MARK"
26259   - "COPWHLIST"
26260   - "IACLDST"
26261   layout:
26262     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26263     layout: "plot-throughput-speedup-analysis"
26264
26265 -
26266   type: "plot"
26267   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26268   algorithm: "plot_throughput_speedup_analysis"
26269   output-file-type: ".html"
26270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26271   data: "plot-throughput-speedup-analysis-3n-hsw"
26272   filter: "'NIC_Intel-X710' and
26273            '78B' and
26274            ('IP6BASE' or
26275             'POLICE_MARK' or
26276             'COPWHLIST' or
26277             'IACLDST') and
26278            'NDRPDR' and
26279            'IP6FWD' and
26280            not 'SRv6' and
26281            not 'IPSEC' and
26282            not 'VHOST'"
26283   parameters:
26284   - "throughput"
26285   - "parent"
26286   - "tags"
26287   sort:
26288   - "IP6BASE"
26289   - "POLICE_MARK"
26290   - "COPWHLIST"
26291   - "IACLDST"
26292   layout:
26293     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26294     layout: "plot-throughput-speedup-analysis"
26295
26296 # Speedup - VPP IPv6 3n-hsw-xl710
26297 -
26298   type: "plot"
26299   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26300   algorithm: "plot_throughput_speedup_analysis"
26301   output-file-type: ".html"
26302   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26303   data: "plot-throughput-speedup-analysis-3n-hsw"
26304   filter: "'NIC_Intel-XL710' and
26305            '78B' and
26306            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26307            'NDRPDR' and
26308            'IP6FWD' and
26309            not 'SRv6' and
26310            not 'IPSEC' and
26311            not 'VHOST'"
26312   parameters:
26313   - "throughput"
26314   - "parent"
26315   - "tags"
26316   sort:
26317   - "IP6BASE"
26318   - "FIB_20K"
26319   - "FIB_200K"
26320   - "FIB_2M"
26321   layout:
26322     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26323     layout: "plot-throughput-speedup-analysis"
26324
26325 -
26326   type: "plot"
26327   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26328   algorithm: "plot_throughput_speedup_analysis"
26329   output-file-type: ".html"
26330   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26331   data: "plot-throughput-speedup-analysis-3n-hsw"
26332   filter: "'NIC_Intel-XL710' and
26333            '78B' and
26334            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26335            'NDRPDR' and
26336            'IP6FWD' and
26337            not 'SRv6' and
26338            not 'IPSEC' and
26339            not 'VHOST'"
26340   parameters:
26341   - "throughput"
26342   - "parent"
26343   - "tags"
26344   sort:
26345   - "IP6BASE"
26346   - "FIB_20K"
26347   - "FIB_200K"
26348   - "FIB_2M"
26349   layout:
26350     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26351     layout: "plot-throughput-speedup-analysis"
26352
26353 # Speedup - VPP IPv6 3n-skx-x710
26354 -
26355   type: "plot"
26356   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26357   algorithm: "plot_throughput_speedup_analysis"
26358   output-file-type: ".html"
26359   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26360   data: "plot-throughput-speedup-analysis-3n-skx"
26361   filter: "'NIC_Intel-X710' and
26362            '78B' and
26363            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26364            'NDRPDR' and
26365            'IP6FWD' and
26366            not 'SRv6' and
26367            not 'IPSEC' and
26368            not 'VHOST'"
26369   parameters:
26370   - "throughput"
26371   - "parent"
26372   - "tags"
26373   sort:
26374   - "IP6BASE"
26375   - "FIB_20K"
26376   - "FIB_200K"
26377   - "FIB_2M"
26378   layout:
26379     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26380     layout: "plot-throughput-speedup-analysis"
26381
26382 -
26383   type: "plot"
26384   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26385   algorithm: "plot_throughput_speedup_analysis"
26386   output-file-type: ".html"
26387   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26388   data: "plot-throughput-speedup-analysis-3n-skx"
26389   filter: "'NIC_Intel-X710' and
26390            '78B' and
26391            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26392            'NDRPDR' and
26393            'IP6FWD' and
26394            not 'SRv6' and
26395            not 'IPSEC' and
26396            not 'VHOST'"
26397   parameters:
26398   - "throughput"
26399   - "parent"
26400   - "tags"
26401   sort:
26402   - "IP6BASE"
26403   - "FIB_20K"
26404   - "FIB_200K"
26405   - "FIB_2M"
26406   layout:
26407     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26408     layout: "plot-throughput-speedup-analysis"
26409
26410 # Speedup - VPP IPv6 3n-skx-x710 features
26411 -
26412   type: "plot"
26413   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26414   algorithm: "plot_throughput_speedup_analysis"
26415   output-file-type: ".html"
26416   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
26417   data: "plot-throughput-speedup-analysis-3n-skx"
26418   filter: "'NIC_Intel-X710' and
26419            '78B' and
26420            ('IP6BASE' or
26421             'POLICE_MARK' or
26422             'COPWHLIST' or
26423             'IACLDST') and
26424            'NDRPDR' and
26425            'IP6FWD' and
26426            not 'SRv6' and
26427            not 'IPSEC' and
26428            not 'VHOST'"
26429   parameters:
26430   - "throughput"
26431   - "parent"
26432   - "tags"
26433   sort:
26434   - "IP6BASE"
26435   - "POLICE_MARK"
26436   - "COPWHLIST"
26437   - "IACLDST"
26438   layout:
26439     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
26440     layout: "plot-throughput-speedup-analysis"
26441
26442 -
26443   type: "plot"
26444   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26445   algorithm: "plot_throughput_speedup_analysis"
26446   output-file-type: ".html"
26447   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
26448   data: "plot-throughput-speedup-analysis-3n-skx"
26449   filter: "'NIC_Intel-X710' and
26450            '78B' and
26451            ('IP6BASE' or
26452             'POLICE_MARK' or
26453             'COPWHLIST' or
26454             'IACLDST') and
26455            'NDRPDR' and
26456            'IP6FWD' and
26457            not 'SRv6' and
26458            not 'IPSEC' and
26459            not 'VHOST'"
26460   parameters:
26461   - "throughput"
26462   - "parent"
26463   - "tags"
26464   sort:
26465   - "IP6BASE"
26466   - "POLICE_MARK"
26467   - "COPWHLIST"
26468   - "IACLDST"
26469   layout:
26470     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
26471     layout: "plot-throughput-speedup-analysis"
26472
26473 # Speedup - VPP IPv6 2n-skx-x710
26474 -
26475   type: "plot"
26476   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26477   algorithm: "plot_throughput_speedup_analysis"
26478   output-file-type: ".html"
26479   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26480   data: "plot-throughput-speedup-analysis-2n-skx"
26481   filter: "'NIC_Intel-X710' and
26482            '78B' and
26483            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26484            'NDRPDR' and
26485            'IP6FWD' and
26486            not 'SRv6' and
26487            not 'IPSEC' and
26488            not 'VHOST'"
26489   parameters:
26490   - "throughput"
26491   - "parent"
26492   - "tags"
26493   sort:
26494   - "IP6BASE"
26495   - "FIB_20k"
26496   - "FIB_200k"
26497   - "FIB_2M"
26498   layout:
26499     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26500     layout: "plot-throughput-speedup-analysis"
26501
26502 -
26503   type: "plot"
26504   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26505   algorithm: "plot_throughput_speedup_analysis"
26506   output-file-type: ".html"
26507   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26508   data: "plot-throughput-speedup-analysis-2n-skx"
26509   filter: "'NIC_Intel-X710' and
26510            '78B' and
26511            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26512            'NDRPDR' and
26513            'IP6FWD' and
26514            not 'SRv6' and
26515            not 'IPSEC' and
26516            not 'VHOST'"
26517   parameters:
26518   - "throughput"
26519   - "parent"
26520   - "tags"
26521   sort:
26522   - "IP6BASE"
26523   - "FIB_20k"
26524   - "FIB_200k"
26525   - "FIB_2M"
26526   layout:
26527     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26528     layout: "plot-throughput-speedup-analysis"
26529
26530 # Speedup - VPP IPv6 2n-skx-xxv710
26531 -
26532   type: "plot"
26533   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26534   algorithm: "plot_throughput_speedup_analysis"
26535   output-file-type: ".html"
26536   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26537   data: "plot-throughput-speedup-analysis-2n-skx"
26538   filter: "'NIC_Intel-XXV710' and
26539            '78B' and
26540            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26541            'NDRPDR' and
26542            'IP6FWD' and
26543            not 'SRv6' and
26544            not 'IPSEC' and
26545            not 'VHOST'"
26546   parameters:
26547   - "throughput"
26548   - "parent"
26549   - "tags"
26550   sort:
26551   - "IP6BASE"
26552   - "FIB_20k"
26553   - "FIB_200k"
26554   - "FIB_2M"
26555   layout:
26556     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26557     layout: "plot-throughput-speedup-analysis"
26558
26559 -
26560   type: "plot"
26561   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26562   algorithm: "plot_throughput_speedup_analysis"
26563   output-file-type: ".html"
26564   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26565   data: "plot-throughput-speedup-analysis-2n-skx"
26566   filter: "'NIC_Intel-XXV710' and
26567            '78B' and
26568            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26569            'NDRPDR' and
26570            'IP6FWD' and
26571            not 'SRv6' and
26572            not 'IPSEC' and
26573            not 'VHOST'"
26574   parameters:
26575   - "throughput"
26576   - "parent"
26577   - "tags"
26578   sort:
26579   - "IP6BASE"
26580   - "FIB_20k"
26581   - "FIB_200k"
26582   - "FIB_2M"
26583   layout:
26584     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26585     layout: "plot-throughput-speedup-analysis"
26586
26587 # Speedup - VPP IPv6 2n-dnv-x553 base
26588 -
26589   type: "plot"
26590   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26591   algorithm: "plot_throughput_speedup_analysis"
26592   output-file-type: ".html"
26593   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26594   data: "intel-dnv-vpp"
26595   filter: "'NIC_Intel-X553' and
26596            '78B' and
26597            'IP6BASE' and
26598            'NDRPDR' and
26599            'IP6FWD' and
26600            not 'SRv6' and
26601            not 'IPSEC' and
26602            not 'VHOST'"
26603   parameters:
26604   - "throughput"
26605   - "parent"
26606   - "tags"
26607   sort:
26608   - "IP6BASE"
26609   layout:
26610     title: "ip6-2n-dnv-x553-78b-base-ndr"
26611     layout: "plot-throughput-speedup-analysis"
26612
26613 -
26614   type: "plot"
26615   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26616   algorithm: "plot_throughput_speedup_analysis"
26617   output-file-type: ".html"
26618   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26619   data: "intel-dnv-vpp"
26620   filter: "'NIC_Intel-X553' and
26621            '78B' and
26622            'IP6BASE' and
26623            'NDRPDR' and
26624            'IP6FWD' and
26625            not 'SRv6' and
26626            not 'IPSEC' and
26627            not 'VHOST'"
26628   parameters:
26629   - "throughput"
26630   - "parent"
26631   - "tags"
26632   sort:
26633   - "IP6BASE"
26634   layout:
26635     title: "ip6-2n-dnv-x553-78b-base-pdr"
26636     layout: "plot-throughput-speedup-analysis"
26637
26638 ################################################################################
26639
26640 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26641 -
26642   type: "plot"
26643   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26644   algorithm: "plot_throughput_speedup_analysis"
26645   output-file-type: ".html"
26646   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26647   data: "plot-throughput-speedup-analysis-3n-hsw"
26648   filter: "'NIC_Intel-X520-DA2' and
26649            '78B' and
26650            'ENCAP' and
26651            'NDRPDR' and
26652            'LISP' and
26653            not 'VHOST'"
26654   parameters:
26655   - "throughput"
26656   - "parent"
26657   - "tags"
26658   sort:
26659   - "IP4UNRLAY"
26660   - "IP6UNRLAY"
26661   layout:
26662     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26663     layout: "plot-throughput-speedup-analysis"
26664
26665 -
26666   type: "plot"
26667   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26668   algorithm: "plot_throughput_speedup_analysis"
26669   output-file-type: ".html"
26670   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26671   data: "plot-throughput-speedup-analysis-3n-hsw"
26672   filter: "'NIC_Intel-X520-DA2' and
26673            '78B' and
26674            'ENCAP' and
26675            'NDRPDR' and
26676            'LISP' and
26677            not 'VHOST'"
26678   parameters:
26679   - "throughput"
26680   - "parent"
26681   - "tags"
26682   sort:
26683   - "IP4UNRLAY"
26684   - "IP6UNRLAY"
26685   layout:
26686     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26687     layout: "plot-throughput-speedup-analysis"
26688
26689 ################################################################################
26690
26691 # Speedup - VPP IPSec 3n-hsw-xl710 base
26692 -
26693   type: "plot"
26694   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26695   algorithm: "plot_throughput_speedup_analysis"
26696   output-file-type: ".html"
26697   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26698   data: "plot-throughput-speedup-analysis-3n-hsw"
26699   filter: "'NIC_Intel-XL710' and
26700            '64B' and
26701            'IP4FWD' and
26702            'NDRPDR' and
26703            'BASE' and
26704            'IPSECHW' and
26705            ('IPSECTRAN' or 'IPSECTUN') and
26706            not 'VHOST'"
26707   parameters:
26708   - "throughput"
26709   - "parent"
26710   - "tags"
26711   layout:
26712     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26713     layout: "plot-throughput-speedup-analysis"
26714
26715 -
26716   type: "plot"
26717   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26718   algorithm: "plot_throughput_speedup_analysis"
26719   output-file-type: ".html"
26720   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26721   data: "plot-throughput-speedup-analysis-3n-hsw"
26722   filter: "'NIC_Intel-XL710' and
26723            '64B' and
26724            'IP4FWD' and
26725            'NDRPDR' and
26726            'BASE' and
26727            'IPSECHW' and
26728            ('IPSECTRAN' or 'IPSECTUN') and
26729            not 'VHOST'"
26730   parameters:
26731   - "throughput"
26732   - "parent"
26733   - "tags"
26734   layout:
26735     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26736     layout: "plot-throughput-speedup-analysis"
26737
26738 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26739 -
26740   type: "plot"
26741   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26742   algorithm: "plot_throughput_speedup_analysis"
26743   output-file-type: ".html"
26744   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26745   data: "plot-throughput-speedup-analysis-3n-hsw"
26746   filter: "'NIC_Intel-XL710' and
26747            '64B' and
26748            'IP4FWD' and
26749            'NDRPDR' and
26750            'SCALE' and
26751            'IPSECHW' and
26752            ('IPSECTRAN' or 'IPSECTUN') and
26753            not 'VHOST'"
26754   parameters:
26755   - "throughput"
26756   - "parent"
26757   - "tags"
26758   layout:
26759     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26760     layout: "plot-throughput-speedup-analysis"
26761
26762 -
26763   type: "plot"
26764   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26765   algorithm: "plot_throughput_speedup_analysis"
26766   output-file-type: ".html"
26767   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26768   data: "plot-throughput-speedup-analysis-3n-hsw"
26769   filter: "'NIC_Intel-XL710' and
26770            '64B' and
26771            'IP4FWD' and
26772            'NDRPDR' and
26773            'SCALE' and
26774            'IPSECHW' and
26775            ('IPSECTRAN' or 'IPSECTUN') and
26776            not 'VHOST'"
26777   parameters:
26778   - "throughput"
26779   - "parent"
26780   - "tags"
26781   layout:
26782     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26783     layout: "plot-throughput-speedup-analysis"
26784
26785 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26786 -
26787   type: "plot"
26788   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26789   algorithm: "plot_throughput_speedup_analysis"
26790   output-file-type: ".html"
26791   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26792   data: "plot-throughput-speedup-analysis-3n-hsw"
26793   filter: "'NIC_Intel-XL710' and
26794            '64B' and
26795            'IP4FWD' and
26796            'NDRPDR' and
26797            'IPSECSW' and
26798            ('IPSECTRAN' or 'IPSECTUN') and
26799            not 'VHOST'"
26800   parameters:
26801   - "throughput"
26802   - "parent"
26803   - "tags"
26804   layout:
26805     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26806     layout: "plot-throughput-speedup-analysis"
26807
26808 -
26809   type: "plot"
26810   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26811   algorithm: "plot_throughput_speedup_analysis"
26812   output-file-type: ".html"
26813   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26814   data: "plot-throughput-speedup-analysis-3n-hsw"
26815   filter: "'NIC_Intel-XL710' and
26816            '64B' and
26817            'IP4FWD' and
26818            'NDRPDR' and
26819            'IPSECSW' and
26820            ('IPSECTRAN' or 'IPSECTUN') and
26821            not 'VHOST'"
26822   parameters:
26823   - "throughput"
26824   - "parent"
26825   - "tags"
26826   layout:
26827     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26828     layout: "plot-throughput-speedup-analysis"
26829
26830 ################################################################################
26831
26832 # Speedup - VPP SRv6 3n-hsw-x520
26833 -
26834   type: "plot"
26835   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26836   algorithm: "plot_throughput_speedup_analysis"
26837   output-file-type: ".html"
26838   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26839   data: "plot-throughput-speedup-analysis-3n-hsw"
26840   filter: "'NIC_Intel-X520-DA2' and
26841            '78B' and
26842            'FEATURE' and
26843            'NDRPDR' and
26844            'IP6FWD' and
26845            'SRv6'"
26846   parameters:
26847   - "throughput"
26848   - "parent"
26849   - "tags"
26850   layout:
26851     title: "srv6-3n-hsw-x520-78b-features-ndr"
26852     layout: "plot-throughput-speedup-analysis"
26853
26854 -
26855   type: "plot"
26856   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26857   algorithm: "plot_throughput_speedup_analysis"
26858   output-file-type: ".html"
26859   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26860   data: "plot-throughput-speedup-analysis-3n-hsw"
26861   filter: "'NIC_Intel-X520-DA2' and
26862            '78B' and
26863            'FEATURE' and
26864            'NDRPDR' and
26865            'IP6FWD' and
26866            'SRv6'"
26867   parameters:
26868   - "throughput"
26869   - "parent"
26870   - "tags"
26871   layout:
26872     title: "srv6-3n-hsw-x520-78b-features-pdr"
26873     layout: "plot-throughput-speedup-analysis"
26874
26875 ################################################################################
26876
26877 # Speedup - VPP L2 3n-hsw-x520 base and scale
26878 -
26879   type: "plot"
26880   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26881   algorithm: "plot_throughput_speedup_analysis"
26882   output-file-type: ".html"
26883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26884   data: "plot-throughput-speedup-analysis-3n-hsw"
26885   filter: "'NIC_Intel-X520-DA2' and
26886            '64B' and
26887            ('BASE' or 'SCALE') and
26888            'NDRPDR' and
26889            'ETH' and
26890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26891            not 'VHOST' and
26892            not 'MEMIF'"
26893   parameters:
26894   - "throughput"
26895   - "parent"
26896   - "tags"
26897   sort:
26898   - "L2XCFWD"
26899   - "L2PATCH"
26900   - "L2BDMACLRN"
26901   - "FIB_10K"
26902   - "FIB_100K"
26903   - "FIB_1M"
26904   layout:
26905     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26906     layout: "plot-throughput-speedup-analysis"
26907
26908 -
26909   type: "plot"
26910   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26911   algorithm: "plot_throughput_speedup_analysis"
26912   output-file-type: ".html"
26913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26914   data: "plot-throughput-speedup-analysis-3n-hsw"
26915   filter: "'NIC_Intel-X520-DA2' and
26916            '64B' and
26917            ('BASE' or 'SCALE') and
26918            'NDRPDR' and
26919            'ETH' and
26920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26921            not 'VHOST' and
26922            not 'MEMIF'"
26923   parameters:
26924   - "throughput"
26925   - "parent"
26926   - "tags"
26927   sort:
26928   - "L2XCFWD"
26929   - "L2PATCH"
26930   - "L2BDMACLRN"
26931   - "FIB_10K"
26932   - "FIB_100K"
26933   - "FIB_1M"
26934   layout:
26935     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26936     layout: "plot-throughput-speedup-analysis"
26937
26938 # Speedup - VPP L2 3n-hsw-x520 features
26939 -
26940   type: "plot"
26941   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26942   algorithm: "plot_throughput_speedup_analysis"
26943   output-file-type: ".html"
26944   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26945   data: "plot-throughput-speedup-analysis-3n-hsw"
26946   filter: "'NIC_Intel-X520-DA2' and
26947            '64B' and
26948            'NDRPDR' and
26949            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26950            not 'ACL' and
26951            not 'VHOST' and
26952            not 'MEMIF'"
26953   parameters:
26954   - "throughput"
26955   - "parent"
26956   - "tags"
26957   sort:
26958   - "L2XCBASE"    # l2xcbase
26959   - "L2BDBASE"    # l2bdbase
26960   - "L2XCFWD"     # dot1q-l2xcbase
26961   - "L2BDMACLRN"  # dot1q-l2bdbase
26962   layout:
26963     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26964     layout: "plot-throughput-speedup-analysis"
26965
26966 -
26967   type: "plot"
26968   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26969   algorithm: "plot_throughput_speedup_analysis"
26970   output-file-type: ".html"
26971   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26972   data: "plot-throughput-speedup-analysis-3n-hsw"
26973   filter: "'NIC_Intel-X520-DA2' and
26974            '64B' and
26975            'NDRPDR' and
26976            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26977            not 'ACL' and
26978            not 'VHOST' and
26979            not 'MEMIF'"
26980   parameters:
26981   - "throughput"
26982   - "parent"
26983   - "tags"
26984   sort:
26985   - "L2XCBASE"    # l2xcbase
26986   - "L2BDBASE"    # l2bdbase
26987   - "L2XCFWD"     # dot1q-l2xcbase
26988   - "L2BDMACLRN"  # dot1q-l2bdbase
26989   layout:
26990     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26991     layout: "plot-throughput-speedup-analysis"
26992
26993 # Speedup - VPP L2 3n-hsw-x710 base and scale
26994 -
26995   type: "plot"
26996   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26997   algorithm: "plot_throughput_speedup_analysis"
26998   output-file-type: ".html"
26999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27000   data: "plot-throughput-speedup-analysis-3n-hsw"
27001   filter: "'NIC_Intel-X710' and
27002            '64B' and
27003            ('BASE' or 'SCALE') and
27004            'NDRPDR' and
27005            'ETH' and
27006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27007            not 'VHOST' and
27008            not 'MEMIF' and
27009            not 'DRV_AVF'"
27010   parameters:
27011   - "throughput"
27012   - "parent"
27013   - "tags"
27014   sort:
27015   - "L2PATCH"
27016   - "L2XCBASE"
27017   - "BASE"
27018   - "FIB_10K"
27019   - "FIB_100K"
27020   - "FIB_1M"
27021   layout:
27022     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27023     layout: "plot-throughput-speedup-analysis"
27024
27025 -
27026   type: "plot"
27027   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27028   algorithm: "plot_throughput_speedup_analysis"
27029   output-file-type: ".html"
27030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27031   data: "plot-throughput-speedup-analysis-3n-hsw"
27032   filter: "'NIC_Intel-X710' and
27033            '64B' and
27034            ('BASE' or 'SCALE') and
27035            'NDRPDR' and
27036            'ETH' and
27037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27038            not 'VHOST' and
27039            not 'MEMIF' and
27040            not 'DRV_AVF'"
27041   parameters:
27042   - "throughput"
27043   - "parent"
27044   - "tags"
27045   sort:
27046   - "L2PATCH"
27047   - "L2XCBASE"
27048   - "BASE"
27049   - "FIB_10K"
27050   - "FIB_100K"
27051   - "FIB_1M"
27052   layout:
27053     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27054     layout: "plot-throughput-speedup-analysis"
27055
27056 # Speedup - VPP L2 3n-hsw-x710 features
27057 -
27058   type: "plot"
27059   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27060   algorithm: "plot_throughput_speedup_analysis"
27061   output-file-type: ".html"
27062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27063   data: "plot-throughput-speedup-analysis-3n-hsw"
27064   filter: "'NIC_Intel-X710' and
27065            '64B' and
27066            'NDRPDR' and
27067            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27068            not 'ACL' and
27069            not 'VHOST' and
27070            not 'MEMIF'"
27071   parameters:
27072   - "throughput"
27073   - "parent"
27074   - "tags"
27075   sort:
27076   - "L2XCBASE"    # l2xcbase
27077   - "L2BDBASE"    # l2bdbase
27078   - "L2XCFWD"     # dot1q-l2xcbase
27079   - "L2BDMACLRN"  # dot1q-l2bdbase
27080   layout:
27081     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27082     layout: "plot-throughput-speedup-analysis"
27083
27084 -
27085   type: "plot"
27086   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27087   algorithm: "plot_throughput_speedup_analysis"
27088   output-file-type: ".html"
27089   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27090   data: "plot-throughput-speedup-analysis-3n-hsw"
27091   filter: "'NIC_Intel-X710' and
27092            '64B' and
27093            'NDRPDR' and
27094            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27095            not 'ACL' and
27096            not 'VHOST' and
27097            not 'MEMIF'"
27098   parameters:
27099   - "throughput"
27100   - "parent"
27101   - "tags"
27102   sort:
27103   - "L2XCBASE"    # l2xcbase
27104   - "L2BDBASE"    # l2bdbase
27105   - "L2XCFWD"     # dot1q-l2xcbase
27106   - "L2BDMACLRN"  # dot1q-l2bdbase
27107   layout:
27108     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27109     layout: "plot-throughput-speedup-analysis"
27110
27111 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27112 -
27113   type: "plot"
27114   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27115   algorithm: "plot_throughput_speedup_analysis"
27116   output-file-type: ".html"
27117   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27118   data: "plot-throughput-speedup-analysis-3n-hsw"
27119   filter: "'NIC_Intel-XL710' and
27120            '64B' and
27121            ('BASE' or 'SCALE') and
27122            'NDRPDR' and
27123            'ETH' and
27124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27125            not 'VHOST' and
27126            not 'MEMIF'"
27127   parameters:
27128   - "throughput"
27129   - "parent"
27130   - "tags"
27131   sort:
27132   - "L2PATCH"
27133   - "L2XCBASE"
27134   - "BASE"
27135   - "FIB_10K"
27136   - "FIB_100K"
27137   - "FIB_1M"
27138   layout:
27139     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27140     layout: "plot-throughput-speedup-analysis"
27141
27142 -
27143   type: "plot"
27144   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27145   algorithm: "plot_throughput_speedup_analysis"
27146   output-file-type: ".html"
27147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27148   data: "plot-throughput-speedup-analysis-3n-hsw"
27149   filter: "'NIC_Intel-XL710' and
27150            '64B' and
27151            ('BASE' or 'SCALE') and
27152            'NDRPDR' and
27153            'ETH' and
27154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27155            not 'VHOST' and
27156            not 'MEMIF'"
27157   parameters:
27158   - "throughput"
27159   - "parent"
27160   - "tags"
27161   sort:
27162   - "L2PATCH"
27163   - "L2XCBASE"
27164   - "BASE"
27165   - "FIB_10K"
27166   - "FIB_100K"
27167   - "FIB_1M"
27168   layout:
27169     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27170     layout: "plot-throughput-speedup-analysis"
27171
27172 # Speedup - VPP L2 3n-skx-x710 base and scale
27173 -
27174   type: "plot"
27175   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27176   algorithm: "plot_throughput_speedup_analysis"
27177   output-file-type: ".html"
27178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27179   data: "plot-throughput-speedup-analysis-3n-skx"
27180   filter: "'NIC_Intel-X710' and
27181            '64B' and
27182            ('BASE' or 'SCALE') and
27183            'NDRPDR' and
27184            'ETH' and
27185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27186            not 'VHOST' and
27187            not 'DRV_AVF' and
27188            not 'MEMIF'"
27189   parameters:
27190   - "throughput"
27191   - "parent"
27192   - "tags"
27193   sort:
27194   - "L2PATCH"
27195   - "L2XCBASE"
27196   - "BASE"
27197   - "FIB_10K"
27198   - "FIB_100K"
27199   - "FIB_1M"
27200   layout:
27201     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27202     layout: "plot-throughput-speedup-analysis"
27203
27204 -
27205   type: "plot"
27206   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27207   algorithm: "plot_throughput_speedup_analysis"
27208   output-file-type: ".html"
27209   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27210   data: "plot-throughput-speedup-analysis-3n-skx"
27211   filter: "'NIC_Intel-X710' and
27212            '64B' and
27213            ('BASE' or 'SCALE') and
27214            'NDRPDR' and
27215            'ETH' and
27216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27217            not 'VHOST' and
27218            not 'DRV_AVF' and
27219            not 'MEMIF'"
27220   parameters:
27221   - "throughput"
27222   - "parent"
27223   - "tags"
27224   sort:
27225   - "L2PATCH"
27226   - "L2XCBASE"
27227   - "BASE"
27228   - "FIB_10K"
27229   - "FIB_100K"
27230   - "FIB_1M"
27231   layout:
27232     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27233     layout: "plot-throughput-speedup-analysis"
27234
27235 # Speedup - VPP L2 3n-skx-x710 features
27236 -
27237   type: "plot"
27238   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27239   algorithm: "plot_throughput_speedup_analysis"
27240   output-file-type: ".html"
27241   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27242   data: "plot-throughput-speedup-analysis-3n-skx"
27243   filter: "'NIC_Intel-X710' and
27244            '64B' and
27245            'NDRPDR' and
27246            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27247            not 'ACL' and
27248            not 'VHOST' and
27249            not 'MEMIF'"
27250   parameters:
27251   - "throughput"
27252   - "parent"
27253   - "tags"
27254   sort:
27255   - "L2XCBASE"    # l2xcbase
27256   - "L2BDBASE"    # l2bdbase
27257   - "L2XCFWD"     # dot1q-l2xcbase
27258   - "L2BDMACLRN"  # dot1q-l2bdbase
27259   layout:
27260     title: "l2sw-3n-skx-x710-64b-features-ndr"
27261     layout: "plot-throughput-speedup-analysis"
27262
27263 -
27264   type: "plot"
27265   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27266   algorithm: "plot_throughput_speedup_analysis"
27267   output-file-type: ".html"
27268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27269   data: "plot-throughput-speedup-analysis-3n-skx"
27270   filter: "'NIC_Intel-X710' and
27271            '64B' and
27272            'NDRPDR' and
27273            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27274            not 'ACL' and
27275            not 'VHOST' and
27276            not 'MEMIF'"
27277   parameters:
27278   - "throughput"
27279   - "parent"
27280   - "tags"
27281   sort:
27282   - "L2XCBASE"    # l2xcbase
27283   - "L2BDBASE"    # l2bdbase
27284   - "L2XCFWD"     # dot1q-l2xcbase
27285   - "L2BDMACLRN"  # dot1q-l2bdbase
27286   layout:
27287     title: "l2sw-3n-skx-x710-64b-features-pdr"
27288     layout: "plot-throughput-speedup-analysis"
27289
27290 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27291 -
27292   type: "plot"
27293   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27294   algorithm: "plot_throughput_speedup_analysis"
27295   output-file-type: ".html"
27296   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27297   data: "plot-throughput-speedup-analysis-3n-skx"
27298   filter: "'NIC_Intel-XXV710' and
27299            '64B' and
27300            ('BASE' or 'SCALE') and
27301            'NDRPDR' and
27302            'ETH' and
27303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27304            not 'VHOST' and
27305            not 'MEMIF' and
27306            not 'DRV_AVF'"
27307   parameters:
27308   - "throughput"
27309   - "parent"
27310   - "tags"
27311   sort:
27312   - "L2PATCH"
27313   - "L2XCBASE"
27314   - "BASE"
27315   - "FIB_10K"
27316   - "FIB_100K"
27317   - "FIB_1M"
27318   layout:
27319     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27320     layout: "plot-throughput-speedup-analysis"
27321
27322 -
27323   type: "plot"
27324   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27325   algorithm: "plot_throughput_speedup_analysis"
27326   output-file-type: ".html"
27327   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27328   data: "plot-throughput-speedup-analysis-3n-skx"
27329   filter: "'NIC_Intel-XXV710' and
27330            '64B' and
27331            ('BASE' or 'SCALE') and
27332            'NDRPDR' and
27333            'ETH' and
27334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27335            not 'VHOST' and
27336            not 'MEMIF' and
27337            not 'DRV_AVF'"
27338   parameters:
27339   - "throughput"
27340   - "parent"
27341   - "tags"
27342   sort:
27343   - "L2PATCH"
27344   - "L2XCBASE"
27345   - "BASE"
27346   - "FIB_10K"
27347   - "FIB_100K"
27348   - "FIB_1M"
27349   layout:
27350     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27351     layout: "plot-throughput-speedup-analysis"
27352
27353 # Speedup - VPP L2 2n-skx-x710 base and scale
27354 -
27355   type: "plot"
27356   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27357   algorithm: "plot_throughput_speedup_analysis"
27358   output-file-type: ".html"
27359   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27360   data: "plot-throughput-speedup-analysis-2n-skx"
27361   filter: "'NIC_Intel-X710' and
27362            '64B' and
27363            ('BASE' or 'SCALE') and
27364            'NDRPDR' and
27365            'ETH' and
27366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27367            not 'VHOST' and
27368            not 'MEMIF'"
27369   parameters:
27370   - "throughput"
27371   - "parent"
27372   - "tags"
27373   sort:
27374   - "L2PATCH"
27375   - "L2XCBASE"
27376   - "BASE"
27377   - "FIB_10K"
27378   - "FIB_100K"
27379   - "FIB_1M"
27380   layout:
27381     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27382     layout: "plot-throughput-speedup-analysis"
27383
27384 -
27385   type: "plot"
27386   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27387   algorithm: "plot_throughput_speedup_analysis"
27388   output-file-type: ".html"
27389   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27390   data: "plot-throughput-speedup-analysis-2n-skx"
27391   filter: "'NIC_Intel-X710' and
27392            '64B' and
27393            ('BASE' or 'SCALE') and
27394            'NDRPDR' and
27395            'ETH' and
27396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27397            not 'VHOST' and
27398            not 'MEMIF'"
27399   parameters:
27400   - "throughput"
27401   - "parent"
27402   - "tags"
27403   sort:
27404   - "L2PATCH"
27405   - "L2XCBASE"
27406   - "BASE"
27407   - "FIB_10K"
27408   - "FIB_100K"
27409   - "FIB_1M"
27410   layout:
27411     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27412     layout: "plot-throughput-speedup-analysis"
27413
27414 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27415 -
27416   type: "plot"
27417   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27418   algorithm: "plot_throughput_speedup_analysis"
27419   output-file-type: ".html"
27420   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27421   data: "plot-throughput-speedup-analysis-2n-skx"
27422   filter: "'NIC_Intel-XXV710' and
27423            '64B' and
27424            ('BASE' or 'SCALE') and
27425            'NDRPDR' and
27426            'ETH' and
27427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27428            not 'VHOST' and
27429            not 'MEMIF'"
27430   parameters:
27431   - "throughput"
27432   - "parent"
27433   - "tags"
27434   sort:
27435   - "L2PATCH"
27436   - "L2XCBASE"
27437   - "BASE"
27438   - "FIB_10K"
27439   - "FIB_100K"
27440   - "FIB_1M"
27441   layout:
27442     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27443     layout: "plot-throughput-speedup-analysis"
27444
27445 -
27446   type: "plot"
27447   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27448   algorithm: "plot_throughput_speedup_analysis"
27449   output-file-type: ".html"
27450   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27451   data: "plot-throughput-speedup-analysis-2n-skx"
27452   filter: "'NIC_Intel-XXV710' and
27453            '64B' and
27454            ('BASE' or 'SCALE') and
27455            'NDRPDR' and
27456            'ETH' and
27457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27458            not 'VHOST' and
27459            not 'MEMIF'"
27460   parameters:
27461   - "throughput"
27462   - "parent"
27463   - "tags"
27464   sort:
27465   - "L2PATCH"
27466   - "L2XCBASE"
27467   - "BASE"
27468   - "FIB_10K"
27469   - "FIB_100K"
27470   - "FIB_1M"
27471   layout:
27472     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27473     layout: "plot-throughput-speedup-analysis"
27474
27475 # Speedup - VPP L2 2n-dnv-x553 base
27476 -
27477   type: "plot"
27478   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27479   algorithm: "plot_throughput_speedup_analysis"
27480   output-file-type: ".html"
27481   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27482   data: "intel-dnv-vpp"
27483   filter: "'NIC_Intel-X553' and
27484            '64B' and
27485            ('BASE' or 'SCALE') and
27486            'NDRPDR' and
27487            'ETH' and
27488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27489            not 'VHOST' and
27490            not 'MEMIF'"
27491   parameters:
27492   - "throughput"
27493   - "parent"
27494   - "tags"
27495   sort:
27496   - "L2XCBASE"
27497   - "L2BDMACLRN"
27498   - "L2PATCH"
27499   layout:
27500     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27501     layout: "plot-throughput-speedup-analysis"
27502
27503 -
27504   type: "plot"
27505   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27506   algorithm: "plot_throughput_speedup_analysis"
27507   output-file-type: ".html"
27508   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27509   data: "intel-dnv-vpp"
27510   filter: "'NIC_Intel-X553' and
27511            '64B' and
27512            ('BASE' or 'SCALE') and
27513            'NDRPDR' and
27514            'ETH' and
27515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27516            not 'VHOST' and
27517            not 'MEMIF'"
27518   parameters:
27519   - "throughput"
27520   - "parent"
27521   - "tags"
27522   sort:
27523   - "L2XCBASE"
27524   - "L2BDMACLRN"
27525   - "L2PATCH"
27526   layout:
27527     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27528     layout: "plot-throughput-speedup-analysis"
27529
27530 ################################################################################
27531
27532 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27533 -
27534   type: "plot"
27535   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27536   algorithm: "plot_throughput_speedup_analysis"
27537   output-file-type: ".html"
27538   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27539   data: "plot-throughput-speedup-analysis-3n-hsw"
27540   filter: "'NIC_Intel-X520-DA2' and
27541            '64B' and
27542            'NDRPDR' and
27543            'ETH' and
27544            'IP4FWD' and
27545            'VHOST_1024' and
27546            not 'VXLAN' and
27547            not 'DOT1Q'"
27548   parameters:
27549   - "throughput"
27550   - "parent"
27551   - "tags"
27552   sort:
27553   - "not CFS_OPT"
27554   - "1VM"
27555   - "2VM"
27556   layout:
27557     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27558     layout: "plot-throughput-speedup-analysis"
27559
27560 -
27561   type: "plot"
27562   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27563   algorithm: "plot_throughput_speedup_analysis"
27564   output-file-type: ".html"
27565   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27566   data: "plot-throughput-speedup-analysis-3n-hsw"
27567   filter: "'NIC_Intel-X520-DA2' and
27568            '64B' and
27569            'NDRPDR' and
27570            'ETH' and
27571            'IP4FWD' and
27572            'VHOST_1024' and
27573            not 'VXLAN' and
27574            not 'DOT1Q'"
27575   parameters:
27576   - "throughput"
27577   - "parent"
27578   - "tags"
27579   sort:
27580   - "not CFS_OPT"
27581   - "1VM"
27582   - "2VM"
27583   layout:
27584     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27585     layout: "plot-throughput-speedup-analysis"
27586
27587 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27588 -
27589   type: "plot"
27590   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27591   algorithm: "plot_throughput_speedup_analysis"
27592   output-file-type: ".html"
27593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27594   data: "plot-throughput-speedup-analysis-3n-hsw"
27595   filter: "'NIC_Intel-X520-DA2' and
27596            '64B' and
27597            'NDRPDR' and
27598            ('ETH' or 'DOT1Q') and
27599            'VHOST_1024' and
27600            not 'VXLAN' and
27601            not 'IP4FWD' and
27602            not '2VM'"
27603   parameters:
27604   - "throughput"
27605   - "parent"
27606   - "tags"
27607 #  sort:
27608 #  - "VM"  # "not CFS_OPT"
27609 #  - "CFS_OPT"
27610 #  - "FIB_10K"
27611 #  - "FIB_100K"
27612 #  - "FIB_1M"
27613   layout:
27614     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27615     layout: "plot-throughput-speedup-analysis"
27616
27617 -
27618   type: "plot"
27619   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27620   algorithm: "plot_throughput_speedup_analysis"
27621   output-file-type: ".html"
27622   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27623   data: "plot-throughput-speedup-analysis-3n-hsw"
27624   filter: "'NIC_Intel-X520-DA2' and
27625            '64B' and
27626            'NDRPDR' and
27627            ('ETH' or 'DOT1Q') and
27628            'L2BDMACLRN' and
27629            'VHOST_1024' and
27630            not 'VXLAN' and
27631            not 'IP4FWD' and
27632            not '2VM'"
27633   parameters:
27634   - "throughput"
27635   - "parent"
27636   - "tags"
27637 #  sort:
27638 #  - "VM"  # "not CFS_OPT"
27639 #  - "CFS_OPT"
27640 #  - "FIB_10K"
27641 #  - "FIB_100K"
27642 #  - "FIB_1M"
27643   layout:
27644     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27645     layout: "plot-throughput-speedup-analysis"
27646
27647 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27648 -
27649   type: "plot"
27650   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27651   algorithm: "plot_throughput_speedup_analysis"
27652   output-file-type: ".html"
27653   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27654   data: "plot-throughput-speedup-analysis-3n-hsw"
27655   filter: "'NIC_Intel-X520-DA2' and
27656            '64B' and
27657            'NDRPDR' and
27658            ('ETH' or 'DOT1Q') and
27659            'BASE' and
27660            ('L2BDMACLRN' or 'L2XCFWD') and
27661            'VHOST_1024' and
27662            not 'VXLAN' and
27663            not 'IP4FWD' and
27664            not '2VM'"
27665   parameters:
27666   - "throughput"
27667   - "parent"
27668   - "tags"
27669 #  sort:
27670 #  - "not CFS_OPT"
27671 #  - "L2XCFWD"
27672 #  - "not CFS_OPT"
27673 #  - "CFS_OPT"
27674   layout:
27675     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27676     layout: "plot-throughput-speedup-analysis"
27677
27678 -
27679   type: "plot"
27680   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27681   algorithm: "plot_throughput_speedup_analysis"
27682   output-file-type: ".html"
27683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27684   data: "plot-throughput-speedup-analysis-3n-hsw"
27685   filter: "'NIC_Intel-X520-DA2' and
27686            '64B' and
27687            'NDRPDR' and
27688            ('ETH' or 'DOT1Q') and
27689            'BASE' and
27690            ('L2BDMACLRN' or 'L2XCFWD') and
27691            'VHOST_1024' and
27692            not 'VXLAN' and
27693            not 'IP4FWD' and
27694            not '2VM'"
27695   parameters:
27696   - "throughput"
27697   - "parent"
27698   - "tags"
27699 #  sort:
27700 #  - "not CFS_OPT"
27701 #  - "L2XCFWD"
27702 #  - "not CFS_OPT"
27703 #  - "CFS_OPT"
27704   layout:
27705     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27706     layout: "plot-throughput-speedup-analysis"
27707
27708 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27709 -
27710   type: "plot"
27711   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27712   algorithm: "plot_throughput_speedup_analysis"
27713   output-file-type: ".html"
27714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27715   data: "plot-throughput-speedup-analysis-3n-hsw"
27716   filter: "'NIC_Intel-X520-DA2' and
27717            '64B' and
27718            'NDRPDR' and
27719            ('ETH' or 'DOT1Q') and
27720            ('L2BDMACLRN' or 'L2XCFWD') and
27721            'VHOST_1024' and
27722            not 'CFS_OPT' and
27723            not 'VXLAN' and
27724            not 'IP4FWD' and
27725            not 'LBOND'"
27726   parameters:
27727   - "throughput"
27728   - "parent"
27729   - "tags"
27730 #  sort:
27731 #  - "1VM"
27732 #  - "L2XCFWD"
27733 #  - "1VM"
27734 #  - "L2BDMACLRN"
27735   layout:
27736     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27737     layout: "plot-throughput-speedup-analysis"
27738
27739 -
27740   type: "plot"
27741   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27742   algorithm: "plot_throughput_speedup_analysis"
27743   output-file-type: ".html"
27744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27745   data: "plot-throughput-speedup-analysis-3n-hsw"
27746   filter: "'NIC_Intel-X520-DA2' and
27747            '64B' and
27748            'NDRPDR' and
27749            ('ETH' or 'DOT1Q') and
27750            ('L2BDMACLRN' or 'L2XCFWD') and
27751            'VHOST_1024' and
27752            not 'CFS_OPT' and
27753            not 'VXLAN' and
27754            not 'IP4FWD' and
27755            not 'LBOND'"
27756   parameters:
27757   - "throughput"
27758   - "parent"
27759   - "tags"
27760 #  sort:
27761 #  - "1VM"
27762 #  - "L2XCFWD"
27763 #  - "1VM"
27764 #  - "L2BDMACLRN"
27765   layout:
27766     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27767     layout: "plot-throughput-speedup-analysis"
27768
27769 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27770 -
27771   type: "plot"
27772   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27773   algorithm: "plot_throughput_speedup_analysis"
27774   output-file-type: ".html"
27775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27776   data: "plot-throughput-speedup-analysis-3n-hsw"
27777   filter: "'NIC_Intel-X710' and
27778            '64B' and
27779            'NDRPDR' and
27780            'ETH' and
27781            'IP4FWD' and
27782            'VHOST_1024' and
27783            not 'VXLAN' and
27784            not 'DOT1Q'"
27785   parameters:
27786   - "throughput"
27787   - "parent"
27788   - "tags"
27789   sort:
27790   - "not CFS_OPT"
27791   - "1VM"
27792   - "2VM"
27793   layout:
27794     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27795     layout: "plot-throughput-speedup-analysis"
27796
27797 -
27798   type: "plot"
27799   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27800   algorithm: "plot_throughput_speedup_analysis"
27801   output-file-type: ".html"
27802   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27803   data: "plot-throughput-speedup-analysis-3n-hsw"
27804   filter: "'NIC_Intel-X710' and
27805            '64B' and
27806            'NDRPDR' and
27807            'ETH' and
27808            'IP4FWD' and
27809            'VHOST_1024' and
27810            not 'VXLAN' and
27811            not 'DOT1Q'"
27812   parameters:
27813   - "throughput"
27814   - "parent"
27815   - "tags"
27816   sort:
27817   - "not CFS_OPT"
27818   - "1VM"
27819   - "2VM"
27820   layout:
27821     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27822     layout: "plot-throughput-speedup-analysis"
27823
27824 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27825 -
27826   type: "plot"
27827   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27828   algorithm: "plot_throughput_speedup_analysis"
27829   output-file-type: ".html"
27830   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27831   data: "plot-throughput-speedup-analysis-3n-hsw"
27832   filter: "'NIC_Intel-X710' and
27833            '64B' and
27834            'NDRPDR' and
27835            ('ETH' or 'DOT1Q') and
27836            'L2BDMACLRN' and
27837            'VHOST_1024' and
27838            not 'VXLAN' and
27839            not 'IP4FWD' and
27840            not '2VM'"
27841   parameters:
27842   - "throughput"
27843   - "parent"
27844   - "tags"
27845 #  sort:
27846 #  - "VM"  # "not CFS_OPT"
27847 #  - "CFS_OPT"
27848 #  - "FIB_10K"
27849 #  - "FIB_100K"
27850 #  - "FIB_1M"
27851   layout:
27852     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27853     layout: "plot-throughput-speedup-analysis"
27854
27855 -
27856   type: "plot"
27857   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27858   algorithm: "plot_throughput_speedup_analysis"
27859   output-file-type: ".html"
27860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27861   data: "plot-throughput-speedup-analysis-3n-hsw"
27862   filter: "'NIC_Intel-X710' and
27863            '64B' and
27864            'NDRPDR' and
27865            ('ETH' or 'DOT1Q') and
27866            'L2BDMACLRN' and
27867            'VHOST_1024' and
27868            not 'VXLAN' and
27869            not 'IP4FWD' and
27870            not '2VM'"
27871   parameters:
27872   - "throughput"
27873   - "parent"
27874   - "tags"
27875 #  sort:
27876 #  - "VM"  # "not CFS_OPT"
27877 #  - "CFS_OPT"
27878 #  - "FIB_10K"
27879 #  - "FIB_100K"
27880 #  - "FIB_1M"
27881   layout:
27882     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27883     layout: "plot-throughput-speedup-analysis"
27884
27885 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27886 -
27887   type: "plot"
27888   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27889   algorithm: "plot_throughput_speedup_analysis"
27890   output-file-type: ".html"
27891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27892   data: "plot-throughput-speedup-analysis-3n-hsw"
27893   filter: "'NIC_Intel-X710' and
27894            '64B' and
27895            'NDRPDR' and
27896            ('ETH' or 'DOT1Q') and
27897            'BASE' and
27898            ('L2BDMACLRN' or 'L2XCFWD') and
27899            'VHOST_1024' and
27900            not 'VXLAN' and
27901            not 'IP4FWD' and
27902            not '2VM'"
27903   parameters:
27904   - "throughput"
27905   - "parent"
27906   - "tags"
27907 #  sort:
27908 #  - "not CFS_OPT"
27909 #  - "L2XCFWD"
27910 #  - "not CFS_OPT"
27911 #  - "CFS_OPT"
27912   layout:
27913     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27914     layout: "plot-throughput-speedup-analysis"
27915
27916 -
27917   type: "plot"
27918   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27919   algorithm: "plot_throughput_speedup_analysis"
27920   output-file-type: ".html"
27921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27922   data: "plot-throughput-speedup-analysis-3n-hsw"
27923   filter: "'NIC_Intel-X710' and
27924            '64B' and
27925            'NDRPDR' and
27926            ('ETH' or 'DOT1Q') and
27927            'BASE' and
27928            ('L2BDMACLRN' or 'L2XCFWD') and
27929            'VHOST_1024' and
27930            not 'VXLAN' and
27931            not 'IP4FWD' and
27932            not '2VM'"
27933   parameters:
27934   - "throughput"
27935   - "parent"
27936   - "tags"
27937 #  sort:
27938 #  - "not CFS_OPT"
27939 #  - "L2XCFWD"
27940 #  - "not CFS_OPT"
27941 #  - "CFS_OPT"
27942   layout:
27943     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27944     layout: "plot-throughput-speedup-analysis"
27945
27946 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27947 -
27948   type: "plot"
27949   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27950   algorithm: "plot_throughput_speedup_analysis"
27951   output-file-type: ".html"
27952   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27953   data: "plot-throughput-speedup-analysis-3n-hsw"
27954   filter: "'NIC_Intel-X710' and
27955            '64B' and
27956            'NDRPDR' and
27957            ('ETH' or 'DOT1Q') and
27958            ('L2BDMACLRN' or 'L2XCFWD') and
27959            'VHOST_1024' and
27960            not 'CFS_OPT' and
27961            not 'VXLAN' and
27962            not 'IP4FWD' and
27963            not 'LBOND'"
27964   parameters:
27965   - "throughput"
27966   - "parent"
27967   - "tags"
27968 #  sort:
27969 #  - "1VM"
27970 #  - "L2XCFWD"
27971 #  - "1VM"
27972 #  - "L2BDMACLRN"
27973   layout:
27974     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27975     layout: "plot-throughput-speedup-analysis"
27976
27977 -
27978   type: "plot"
27979   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27980   algorithm: "plot_throughput_speedup_analysis"
27981   output-file-type: ".html"
27982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27983   data: "plot-throughput-speedup-analysis-3n-hsw"
27984   filter: "'NIC_Intel-X710' and
27985            '64B' and
27986            'NDRPDR' and
27987            ('ETH' or 'DOT1Q') and
27988            ('L2BDMACLRN' or 'L2XCFWD') and
27989            'VHOST_1024' and
27990            not 'CFS_OPT' and
27991            not 'VXLAN' and
27992            not 'IP4FWD' and
27993            not 'LBOND'"
27994   parameters:
27995   - "throughput"
27996   - "parent"
27997   - "tags"
27998 #  sort:
27999 #  - "1VM"
28000 #  - "L2XCFWD"
28001 #  - "1VM"
28002 #  - "L2BDMACLRN"
28003   layout:
28004     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28005     layout: "plot-throughput-speedup-analysis"
28006
28007 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28008 -
28009   type: "plot"
28010   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28011   algorithm: "plot_throughput_speedup_analysis"
28012   output-file-type: ".html"
28013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28014   data: "plot-throughput-speedup-analysis-3n-hsw"
28015   filter: "'NIC_Intel-XL710' and
28016            '64B' and
28017            'NDRPDR' and
28018            'ETH' and
28019            'IP4FWD' and
28020            'VHOST_1024' and
28021            not 'VXLAN' and
28022            not 'DOT1Q'"
28023   parameters:
28024   - "throughput"
28025   - "parent"
28026   - "tags"
28027   sort:
28028   - "not CFS_OPT"
28029   - "1VM"
28030   - "2VM"
28031   layout:
28032     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28033     layout: "plot-throughput-speedup-analysis"
28034
28035 -
28036   type: "plot"
28037   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28038   algorithm: "plot_throughput_speedup_analysis"
28039   output-file-type: ".html"
28040   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28041   data: "plot-throughput-speedup-analysis-3n-hsw"
28042   filter: "'NIC_Intel-XL710' and
28043            '64B' and
28044            'NDRPDR' and
28045            'ETH' and
28046            'IP4FWD' and
28047            'VHOST_1024' and
28048            not 'VXLAN' and
28049            not 'DOT1Q'"
28050   parameters:
28051   - "throughput"
28052   - "parent"
28053   - "tags"
28054   sort:
28055   - "not CFS_OPT"
28056   - "1VM"
28057   - "2VM"
28058   layout:
28059     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28060     layout: "plot-throughput-speedup-analysis"
28061
28062 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28063 -
28064   type: "plot"
28065   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28066   algorithm: "plot_throughput_speedup_analysis"
28067   output-file-type: ".html"
28068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28069   data: "plot-throughput-speedup-analysis-3n-hsw"
28070   filter: "'NIC_Intel-XL710' and
28071            '64B' and
28072            'NDRPDR' and
28073            ('ETH' or 'DOT1Q') and
28074            'L2BDMACLRN' and
28075            'VHOST_1024' and
28076            not 'VXLAN' and
28077            not 'IP4FWD' and
28078            not '2VM'"
28079   parameters:
28080   - "throughput"
28081   - "parent"
28082   - "tags"
28083 #  sort:
28084 #  - "VM"  # "not CFS_OPT"
28085 #  - "CFS_OPT"
28086 #  - "FIB_10K"
28087 #  - "FIB_100K"
28088 #  - "FIB_1M"
28089   layout:
28090     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28091     layout: "plot-throughput-speedup-analysis"
28092
28093 -
28094   type: "plot"
28095   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28096   algorithm: "plot_throughput_speedup_analysis"
28097   output-file-type: ".html"
28098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28099   data: "plot-throughput-speedup-analysis-3n-hsw"
28100   filter: "'NIC_Intel-XL710' and
28101            '64B' and
28102            'NDRPDR' and
28103            ('ETH' or 'DOT1Q') and
28104            'L2BDMACLRN' and
28105            'VHOST_1024' and
28106            not 'VXLAN' and
28107            not 'IP4FWD' and
28108            not '2VM'"
28109   parameters:
28110   - "throughput"
28111   - "parent"
28112   - "tags"
28113 #  sort:
28114 #  - "VM"  # "not CFS_OPT"
28115 #  - "CFS_OPT"
28116 #  - "FIB_10K"
28117 #  - "FIB_100K"
28118 #  - "FIB_1M"
28119   layout:
28120     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28121     layout: "plot-throughput-speedup-analysis"
28122
28123 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28124 -
28125   type: "plot"
28126   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28127   algorithm: "plot_throughput_speedup_analysis"
28128   output-file-type: ".html"
28129   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28130   data: "plot-throughput-speedup-analysis-3n-hsw"
28131   filter: "'NIC_Intel-XL710' and
28132            '64B' and
28133            'NDRPDR' and
28134            ('ETH' or 'DOT1Q') and
28135            'BASE' and
28136            ('L2BDMACLRN' or 'L2XCFWD') and
28137            'VHOST_1024' and
28138            not 'VXLAN' and
28139            not 'IP4FWD' and
28140            not '2VM'"
28141   parameters:
28142   - "throughput"
28143   - "parent"
28144   - "tags"
28145 #  sort:
28146 #  - "not CFS_OPT"
28147 #  - "L2XCFWD"
28148 #  - "not CFS_OPT"
28149 #  - "CFS_OPT"
28150   layout:
28151     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28152     layout: "plot-throughput-speedup-analysis"
28153
28154 -
28155   type: "plot"
28156   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28157   algorithm: "plot_throughput_speedup_analysis"
28158   output-file-type: ".html"
28159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28160   data: "plot-throughput-speedup-analysis-3n-hsw"
28161   filter: "'NIC_Intel-XL710' and
28162            '64B' and
28163            'NDRPDR' and
28164            ('ETH' or 'DOT1Q') and
28165            'BASE' and
28166            ('L2BDMACLRN' or 'L2XCFWD') and
28167            'VHOST_1024' and
28168            not 'VXLAN' and
28169            not 'IP4FWD' and
28170            not '2VM'"
28171   parameters:
28172   - "throughput"
28173   - "parent"
28174   - "tags"
28175 #  sort:
28176 #  - "not CFS_OPT"
28177 #  - "L2XCFWD"
28178 #  - "not CFS_OPT"
28179 #  - "CFS_OPT"
28180   layout:
28181     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28182     layout: "plot-throughput-speedup-analysis"
28183
28184 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28185 -
28186   type: "plot"
28187   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28188   algorithm: "plot_throughput_speedup_analysis"
28189   output-file-type: ".html"
28190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28191   data: "plot-throughput-speedup-analysis-3n-hsw"
28192   filter: "'NIC_Intel-XL710' and
28193            '64B' and
28194            'NDRPDR' and
28195            ('ETH' or 'DOT1Q') and
28196            ('L2BDMACLRN' or 'L2XCFWD') and
28197            'VHOST_1024' and
28198            not 'CFS_OPT' and
28199            not 'VXLAN' and
28200            not 'IP4FWD'"
28201   parameters:
28202   - "throughput"
28203   - "parent"
28204   - "tags"
28205 #  sort:
28206 #  - "1VM"
28207 #  - "L2XCFWD"
28208 #  - "1VM"
28209 #  - "L2BDMACLRN"
28210   layout:
28211     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28212     layout: "plot-throughput-speedup-analysis"
28213
28214 -
28215   type: "plot"
28216   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28217   algorithm: "plot_throughput_speedup_analysis"
28218   output-file-type: ".html"
28219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28220   data: "plot-throughput-speedup-analysis-3n-hsw"
28221   filter: "'NIC_Intel-XL710' and
28222            '64B' and
28223            'NDRPDR' and
28224            ('ETH' or 'DOT1Q') and
28225            ('L2BDMACLRN' or 'L2XCFWD') and
28226            'VHOST_1024' and
28227            not 'CFS_OPT' and
28228            not 'VXLAN' and
28229            not 'IP4FWD'"
28230   parameters:
28231   - "throughput"
28232   - "parent"
28233   - "tags"
28234 #  sort:
28235 #  - "1VM"
28236 #  - "L2XCFWD"
28237 #  - "1VM"
28238 #  - "L2BDMACLRN"
28239   layout:
28240     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28241     layout: "plot-throughput-speedup-analysis"
28242
28243 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28244 -
28245   type: "plot"
28246   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28247   algorithm: "plot_throughput_speedup_analysis"
28248   output-file-type: ".html"
28249   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28250   data: "plot-throughput-speedup-analysis-3n-skx"
28251   filter: "'NIC_Intel-X710' and
28252            '64B' and
28253            'NDRPDR' and
28254            'ETH' and
28255            'IP4FWD' and
28256            'VHOST_1024' and
28257            not 'VXLAN' and
28258            not 'DOT1Q'"
28259   parameters:
28260   - "throughput"
28261   - "parent"
28262   - "tags"
28263   sort:
28264   - "not CFS_OPT"
28265   - "1VM"
28266   - "2VM"
28267   layout:
28268     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28269     layout: "plot-throughput-speedup-analysis"
28270
28271 -
28272   type: "plot"
28273   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28274   algorithm: "plot_throughput_speedup_analysis"
28275   output-file-type: ".html"
28276   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28277   data: "plot-throughput-speedup-analysis-3n-skx"
28278   filter: "'NIC_Intel-X710' and
28279            '64B' and
28280            'NDRPDR' and
28281            'ETH' and
28282            'IP4FWD' and
28283            'VHOST_1024' and
28284            not 'VXLAN' and
28285            not 'DOT1Q'"
28286   parameters:
28287   - "throughput"
28288   - "parent"
28289   - "tags"
28290   sort:
28291   - "not CFS_OPT"
28292   - "1VM"
28293   - "2VM"
28294   layout:
28295     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28296     layout: "plot-throughput-speedup-analysis"
28297
28298 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28299 -
28300   type: "plot"
28301   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28302   algorithm: "plot_throughput_speedup_analysis"
28303   output-file-type: ".html"
28304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28305   data: "plot-throughput-speedup-analysis-3n-skx"
28306   filter: "'NIC_Intel-X710' and
28307            '64B' and
28308            'NDRPDR' and
28309            ('ETH' or 'DOT1Q') and
28310            'L2BDMACLRN' and
28311            'VHOST_1024' and
28312            not 'VXLAN' and
28313            not 'IP4FWD' and
28314            not '2VM'"
28315   parameters:
28316   - "throughput"
28317   - "parent"
28318   - "tags"
28319 #  sort:
28320 #  - "VM"  # "not CFS_OPT"
28321 #  - "CFS_OPT"
28322 #  - "FIB_10K"
28323 #  - "FIB_100K"
28324 #  - "FIB_1M"
28325   layout:
28326     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28327     layout: "plot-throughput-speedup-analysis"
28328
28329 -
28330   type: "plot"
28331   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28332   algorithm: "plot_throughput_speedup_analysis"
28333   output-file-type: ".html"
28334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28335   data: "plot-throughput-speedup-analysis-3n-skx"
28336   filter: "'NIC_Intel-X710' and
28337            '64B' and
28338            'NDRPDR' and
28339            ('ETH' or 'DOT1Q') and
28340            'L2BDMACLRN' and
28341            'VHOST_1024' and
28342            not 'VXLAN' and
28343            not 'IP4FWD' and
28344            not '2VM'"
28345   parameters:
28346   - "throughput"
28347   - "parent"
28348   - "tags"
28349 #  sort:
28350 #  - "VM"  # "not CFS_OPT"
28351 #  - "CFS_OPT"
28352 #  - "FIB_10K"
28353 #  - "FIB_100K"
28354 #  - "FIB_1M"
28355   layout:
28356     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28357     layout: "plot-throughput-speedup-analysis"
28358
28359 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28360 -
28361   type: "plot"
28362   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28363   algorithm: "plot_throughput_speedup_analysis"
28364   output-file-type: ".html"
28365   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28366   data: "plot-throughput-speedup-analysis-3n-skx"
28367   filter: "'NIC_Intel-X710' and
28368            '64B' and
28369            'NDRPDR' and
28370            ('ETH' or 'DOT1Q') and
28371            'BASE' and
28372            ('L2BDMACLRN' or 'L2XCFWD') and
28373            'VHOST_1024' and
28374            not 'VXLAN' and
28375            not 'IP4FWD' and
28376            not '2VM' and
28377            not 'LBOND'"
28378   parameters:
28379   - "throughput"
28380   - "parent"
28381   - "tags"
28382 #  sort:
28383 #  - "not CFS_OPT"
28384 #  - "L2XCFWD"
28385 #  - "not CFS_OPT"
28386 #  - "CFS_OPT"
28387   layout:
28388     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28389     layout: "plot-throughput-speedup-analysis"
28390
28391 -
28392   type: "plot"
28393   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28394   algorithm: "plot_throughput_speedup_analysis"
28395   output-file-type: ".html"
28396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28397   data: "plot-throughput-speedup-analysis-3n-skx"
28398   filter: "'NIC_Intel-X710' and
28399            '64B' and
28400            'NDRPDR' and
28401            ('ETH' or 'DOT1Q') and
28402            'BASE' and
28403            ('L2BDMACLRN' or 'L2XCFWD') and
28404            'VHOST_1024' and
28405            not 'VXLAN' and
28406            not 'IP4FWD' and
28407            not '2VM' and
28408            not 'LBOND'"
28409   parameters:
28410   - "throughput"
28411   - "parent"
28412   - "tags"
28413 #  sort:
28414 #  - "not CFS_OPT"
28415 #  - "L2XCFWD"
28416 #  - "not CFS_OPT"
28417 #  - "CFS_OPT"
28418   layout:
28419     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28420     layout: "plot-throughput-speedup-analysis"
28421
28422 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28423 -
28424   type: "plot"
28425   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28426   algorithm: "plot_throughput_speedup_analysis"
28427   output-file-type: ".html"
28428   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28429   data: "plot-throughput-speedup-analysis-3n-skx"
28430   filter: "'NIC_Intel-X710' and
28431            '64B' and
28432            'NDRPDR' and
28433            ('ETH' or 'DOT1Q') and
28434            ('L2BDMACLRN' or 'L2XCFWD') and
28435            'VHOST_1024' and
28436            not 'CFS_OPT' and
28437            not 'VXLAN' and
28438            not 'IP4FWD' and
28439            not 'LBOND'"
28440   parameters:
28441   - "throughput"
28442   - "parent"
28443   - "tags"
28444 #  sort:
28445 #  - "1VM"
28446 #  - "L2XCFWD"
28447 #  - "1VM"
28448 #  - "L2BDMACLRN"
28449   layout:
28450     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28451     layout: "plot-throughput-speedup-analysis"
28452
28453 -
28454   type: "plot"
28455   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28456   algorithm: "plot_throughput_speedup_analysis"
28457   output-file-type: ".html"
28458   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28459   data: "plot-throughput-speedup-analysis-3n-skx"
28460   filter: "'NIC_Intel-X710' and
28461            '64B' and
28462            'NDRPDR' and
28463            ('ETH' or 'DOT1Q') and
28464            ('L2BDMACLRN' or 'L2XCFWD') and
28465            'VHOST_1024' and
28466            not 'CFS_OPT' and
28467            not 'VXLAN' and
28468            not 'IP4FWD' and
28469            not 'LBOND'"
28470   parameters:
28471   - "throughput"
28472   - "parent"
28473   - "tags"
28474 #  sort:
28475 #  - "1VM"
28476 #  - "L2XCFWD"
28477 #  - "1VM"
28478 #  - "L2BDMACLRN"
28479   layout:
28480     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28481     layout: "plot-throughput-speedup-analysis"
28482
28483 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28484 -
28485   type: "plot"
28486   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28487   algorithm: "plot_throughput_speedup_analysis"
28488   output-file-type: ".html"
28489   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28490   data: "plot-throughput-speedup-analysis-2n-skx"
28491   filter: "'NIC_Intel-X710' and
28492            '64B' and
28493            'NDRPDR' and
28494            'ETH' and
28495            'IP4FWD' and
28496            'VHOST_1024' and
28497            not 'VXLAN' and
28498            not 'NF_DENSITY' and
28499            not 'DOT1Q'"
28500   parameters:
28501   - "throughput"
28502   - "parent"
28503   - "tags"
28504   sort:
28505   - "not CFS_OPT"
28506   - "1VM"
28507   - "2VM"
28508   layout:
28509     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28510     layout: "plot-throughput-speedup-analysis"
28511
28512 -
28513   type: "plot"
28514   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28515   algorithm: "plot_throughput_speedup_analysis"
28516   output-file-type: ".html"
28517   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28518   data: "plot-throughput-speedup-analysis-2n-skx"
28519   filter: "'NIC_Intel-X710' and
28520            '64B' and
28521            'NDRPDR' and
28522            'ETH' and
28523            'IP4FWD' and
28524            'VHOST_1024' and
28525            not 'VXLAN' and
28526            not 'NF_DENSITY' and
28527            not 'DOT1Q'"
28528   parameters:
28529   - "throughput"
28530   - "parent"
28531   - "tags"
28532   sort:
28533   - "not CFS_OPT"
28534   - "1VM"
28535   - "2VM"
28536   layout:
28537     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28538     layout: "plot-throughput-speedup-analysis"
28539
28540 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28541 -
28542   type: "plot"
28543   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28544   algorithm: "plot_throughput_speedup_analysis"
28545   output-file-type: ".html"
28546   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28547   data: "plot-throughput-speedup-analysis-2n-skx"
28548   filter: "'NIC_Intel-X710' and
28549            '64B' and
28550            'NDRPDR' and
28551            ('ETH' or 'DOT1Q') and
28552            'L2BDMACLRN' and
28553            'VHOST_1024' and
28554            not 'VXLAN' and
28555            not 'NF_DENSITY' and
28556            not 'IP4FWD' and
28557            not '2VM'"
28558   parameters:
28559   - "throughput"
28560   - "parent"
28561   - "tags"
28562 #  sort:
28563 #  - "VM"  # "not CFS_OPT"
28564 #  - "CFS_OPT"
28565 #  - "FIB_10K"
28566 #  - "FIB_100K"
28567 #  - "FIB_1M"
28568   layout:
28569     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28570     layout: "plot-throughput-speedup-analysis"
28571
28572 -
28573   type: "plot"
28574   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28575   algorithm: "plot_throughput_speedup_analysis"
28576   output-file-type: ".html"
28577   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28578   data: "plot-throughput-speedup-analysis-2n-skx"
28579   filter: "'NIC_Intel-X710' and
28580            '64B' and
28581            'NDRPDR' and
28582            ('ETH' or 'DOT1Q') and
28583            'L2BDMACLRN' and
28584            'VHOST_1024' and
28585            not 'VXLAN' and
28586            not 'NF_DENSITY' and
28587            not 'IP4FWD' and
28588            not '2VM'"
28589   parameters:
28590   - "throughput"
28591   - "parent"
28592   - "tags"
28593 #  sort:
28594 #  - "VM"  # "not CFS_OPT"
28595 #  - "CFS_OPT"
28596 #  - "FIB_10K"
28597 #  - "FIB_100K"
28598 #  - "FIB_1M"
28599   layout:
28600     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28601     layout: "plot-throughput-speedup-analysis"
28602
28603 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28604 -
28605   type: "plot"
28606   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28607   algorithm: "plot_throughput_speedup_analysis"
28608   output-file-type: ".html"
28609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28610   data: "plot-throughput-speedup-analysis-2n-skx"
28611   filter: "'NIC_Intel-X710' and
28612            '64B' and
28613            'NDRPDR' and
28614            ('ETH' or 'DOT1Q') and
28615            'BASE' and
28616            ('L2BDMACLRN' or 'L2XCFWD') and
28617            'VHOST_1024' and
28618            not 'VXLAN' and
28619            not 'NF_DENSITY' and
28620            not 'IP4FWD' and
28621            not '2VM'"
28622   parameters:
28623   - "throughput"
28624   - "parent"
28625   - "tags"
28626 #  sort:
28627 #  - "not CFS_OPT"
28628 #  - "L2XCFWD"
28629 #  - "not CFS_OPT"
28630 #  - "CFS_OPT"
28631   layout:
28632     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28633     layout: "plot-throughput-speedup-analysis"
28634
28635 -
28636   type: "plot"
28637   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28638   algorithm: "plot_throughput_speedup_analysis"
28639   output-file-type: ".html"
28640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28641   data: "plot-throughput-speedup-analysis-2n-skx"
28642   filter: "'NIC_Intel-X710' and
28643            '64B' and
28644            'NDRPDR' and
28645            ('ETH' or 'DOT1Q') and
28646            'BASE' and
28647            ('L2BDMACLRN' or 'L2XCFWD') and
28648            'VHOST_1024' and
28649            not 'VXLAN' and
28650            not 'NF_DENSITY' and
28651            not 'IP4FWD' and
28652            not '2VM'"
28653   parameters:
28654   - "throughput"
28655   - "parent"
28656   - "tags"
28657 #  sort:
28658 #  - "not CFS_OPT"
28659 #  - "L2XCFWD"
28660 #  - "not CFS_OPT"
28661 #  - "CFS_OPT"
28662   layout:
28663     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28664     layout: "plot-throughput-speedup-analysis"
28665
28666 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28667 -
28668   type: "plot"
28669   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28670   algorithm: "plot_throughput_speedup_analysis"
28671   output-file-type: ".html"
28672   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28673   data: "plot-throughput-speedup-analysis-2n-skx"
28674   filter: "'NIC_Intel-X710' and
28675            '64B' and
28676            'NDRPDR' and
28677            ('ETH' or 'DOT1Q') and
28678            ('L2BDMACLRN' or 'L2XCFWD') and
28679            'VHOST_1024' and
28680            not 'CFS_OPT' and
28681            not 'VXLAN' and
28682            not 'NF_DENSITY' and
28683            not 'IP4FWD'"
28684   parameters:
28685   - "throughput"
28686   - "parent"
28687   - "tags"
28688 #  sort:
28689 #  - "1VM"
28690 #  - "L2XCFWD"
28691 #  - "1VM"
28692 #  - "L2BDMACLRN"
28693   layout:
28694     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28695     layout: "plot-throughput-speedup-analysis"
28696
28697 -
28698   type: "plot"
28699   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28700   algorithm: "plot_throughput_speedup_analysis"
28701   output-file-type: ".html"
28702   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28703   data: "plot-throughput-speedup-analysis-2n-skx"
28704   filter: "'NIC_Intel-X710' and
28705            '64B' and
28706            'NDRPDR' and
28707            ('ETH' or 'DOT1Q') and
28708            ('L2BDMACLRN' or 'L2XCFWD') and
28709            'VHOST_1024' and
28710            not 'CFS_OPT' and
28711            not 'VXLAN' and
28712            not 'NF_DENSITY' and
28713            not 'IP4FWD'"
28714   parameters:
28715   - "throughput"
28716   - "parent"
28717   - "tags"
28718 #  sort:
28719 #  - "1VM"
28720 #  - "L2XCFWD"
28721 #  - "1VM"
28722 #  - "L2BDMACLRN"
28723   layout:
28724     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28725     layout: "plot-throughput-speedup-analysis"
28726
28727 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28728 -
28729   type: "plot"
28730   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28731   algorithm: "plot_throughput_speedup_analysis"
28732   output-file-type: ".html"
28733   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28734   data: "plot-throughput-speedup-analysis-2n-skx"
28735   filter: "'NIC_Intel-XXV710' and
28736            '64B' and
28737            'NDRPDR' and
28738            'ETH' and
28739            'IP4FWD' and
28740            'VHOST_1024' and
28741            not 'VXLAN' and
28742            not 'DOT1Q'"
28743   parameters:
28744   - "throughput"
28745   - "parent"
28746   - "tags"
28747   sort:
28748   - "not CFS_OPT"
28749   - "1VM"
28750   - "2VM"
28751   layout:
28752     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28753     layout: "plot-throughput-speedup-analysis"
28754
28755 -
28756   type: "plot"
28757   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28758   algorithm: "plot_throughput_speedup_analysis"
28759   output-file-type: ".html"
28760   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28761   data: "plot-throughput-speedup-analysis-2n-skx"
28762   filter: "'NIC_Intel-XXV710' and
28763            '64B' and
28764            'NDRPDR' and
28765            'ETH' and
28766            'IP4FWD' and
28767            'VHOST_1024' and
28768            not 'VXLAN' and
28769            not 'DOT1Q'"
28770   parameters:
28771   - "throughput"
28772   - "parent"
28773   - "tags"
28774   sort:
28775   - "not CFS_OPT"
28776   - "1VM"
28777   - "2VM"
28778   layout:
28779     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28780     layout: "plot-throughput-speedup-analysis"
28781
28782 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28783 -
28784   type: "plot"
28785   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28786   algorithm: "plot_throughput_speedup_analysis"
28787   output-file-type: ".html"
28788   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28789   data: "plot-throughput-speedup-analysis-2n-skx"
28790   filter: "'NIC_Intel-XXV710' and
28791            '64B' and
28792            'NDRPDR' and
28793            ('ETH' or 'DOT1Q') and
28794            'L2BDMACLRN' and
28795            'VHOST_1024' and
28796            not 'VXLAN' and
28797            not 'IP4FWD' and
28798            not '2VM'"
28799   parameters:
28800   - "throughput"
28801   - "parent"
28802   - "tags"
28803 #  sort:
28804 #  - "VM"  # "not CFS_OPT"
28805 #  - "CFS_OPT"
28806 #  - "FIB_10K"
28807 #  - "FIB_100K"
28808 #  - "FIB_1M"
28809   layout:
28810     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28811     layout: "plot-throughput-speedup-analysis"
28812
28813 -
28814   type: "plot"
28815   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28816   algorithm: "plot_throughput_speedup_analysis"
28817   output-file-type: ".html"
28818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28819   data: "plot-throughput-speedup-analysis-2n-skx"
28820   filter: "'NIC_Intel-XXV710' and
28821            '64B' and
28822            'NDRPDR' and
28823            ('ETH' or 'DOT1Q') and
28824            'L2BDMACLRN' and
28825            'VHOST_1024' and
28826            not 'VXLAN' and
28827            not 'IP4FWD' and
28828            not '2VM'"
28829   parameters:
28830   - "throughput"
28831   - "parent"
28832   - "tags"
28833 #  sort:
28834 #  - "VM"  # "not CFS_OPT"
28835 #  - "CFS_OPT"
28836 #  - "FIB_10K"
28837 #  - "FIB_100K"
28838 #  - "FIB_1M"
28839   layout:
28840     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28841     layout: "plot-throughput-speedup-analysis"
28842
28843 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28844 -
28845   type: "plot"
28846   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28847   algorithm: "plot_throughput_speedup_analysis"
28848   output-file-type: ".html"
28849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28850   data: "plot-throughput-speedup-analysis-2n-skx"
28851   filter: "'NIC_Intel-XXV710' and
28852            '64B' and
28853            'NDRPDR' and
28854            ('ETH' or 'DOT1Q') and
28855            'BASE' and
28856            ('L2BDMACLRN' or 'L2XCFWD') and
28857            'VHOST_1024' and
28858            not 'VXLAN' and
28859            not 'IP4FWD' and
28860            not '2VM'"
28861   parameters:
28862   - "throughput"
28863   - "parent"
28864   - "tags"
28865 #  sort:
28866 #  - "not CFS_OPT"
28867 #  - "L2XCFWD"
28868 #  - "not CFS_OPT"
28869 #  - "CFS_OPT"
28870   layout:
28871     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28872     layout: "plot-throughput-speedup-analysis"
28873
28874 -
28875   type: "plot"
28876   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28877   algorithm: "plot_throughput_speedup_analysis"
28878   output-file-type: ".html"
28879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28880   data: "plot-throughput-speedup-analysis-2n-skx"
28881   filter: "'NIC_Intel-XXV710' and
28882            '64B' and
28883            'NDRPDR' and
28884            ('ETH' or 'DOT1Q') and
28885            'BASE' and
28886            ('L2BDMACLRN' or 'L2XCFWD') and
28887            'VHOST_1024' and
28888            not 'VXLAN' and
28889            not 'IP4FWD' and
28890            not '2VM'"
28891   parameters:
28892   - "throughput"
28893   - "parent"
28894   - "tags"
28895 #  sort:
28896 #  - "not CFS_OPT"
28897 #  - "L2XCFWD"
28898 #  - "not CFS_OPT"
28899 #  - "CFS_OPT"
28900   layout:
28901     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28902     layout: "plot-throughput-speedup-analysis"
28903
28904 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28905 -
28906   type: "plot"
28907   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28908   algorithm: "plot_throughput_speedup_analysis"
28909   output-file-type: ".html"
28910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28911   data: "plot-throughput-speedup-analysis-2n-skx"
28912   filter: "'NIC_Intel-XXV710' and
28913            '64B' and
28914            'NDRPDR' and
28915            ('ETH' or 'DOT1Q') and
28916            ('L2BDMACLRN' or 'L2XCFWD') and
28917            'VHOST_1024' and
28918            not 'CFS_OPT' and
28919            not 'VXLAN' and
28920            not 'IP4FWD'"
28921   parameters:
28922   - "throughput"
28923   - "parent"
28924   - "tags"
28925 #  sort:
28926 #  - "1VM"
28927 #  - "L2XCFWD"
28928 #  - "1VM"
28929 #  - "L2BDMACLRN"
28930   layout:
28931     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28932     layout: "plot-throughput-speedup-analysis"
28933
28934 -
28935   type: "plot"
28936   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28937   algorithm: "plot_throughput_speedup_analysis"
28938   output-file-type: ".html"
28939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28940   data: "plot-throughput-speedup-analysis-2n-skx"
28941   filter: "'NIC_Intel-XXV710' and
28942            '64B' and
28943            'NDRPDR' and
28944            ('ETH' or 'DOT1Q') and
28945            ('L2BDMACLRN' or 'L2XCFWD') and
28946            'VHOST_1024' and
28947            not 'CFS_OPT' and
28948            not 'VXLAN' and
28949            not 'IP4FWD'"
28950   parameters:
28951   - "throughput"
28952   - "parent"
28953   - "tags"
28954 #  sort:
28955 #  - "1VM"
28956 #  - "L2XCFWD"
28957 #  - "1VM"
28958 #  - "L2BDMACLRN"
28959   layout:
28960     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28961     layout: "plot-throughput-speedup-analysis"
28962
28963 ################################################################################
28964
28965 # Speedup - VPP vts 3n-hsw-x520
28966 -
28967   type: "plot"
28968   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28969   algorithm: "plot_throughput_speedup_analysis"
28970   output-file-type: ".html"
28971   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28972   data: "plot-throughput-speedup-analysis-3n-hsw"
28973   filter: "'NIC_Intel-X520-DA2' and
28974            '114B' and
28975            'NDRPDR' and
28976            'VTS'"
28977   parameters:
28978   - "throughput"
28979   - "parent"
28980   - "tags"
28981   layout:
28982     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28983     layout: "plot-throughput-speedup-analysis"
28984
28985 -
28986   type: "plot"
28987   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28988   algorithm: "plot_throughput_speedup_analysis"
28989   output-file-type: ".html"
28990   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28991   data: "plot-throughput-speedup-analysis-3n-hsw"
28992   filter: "'NIC_Intel-X520-DA2' and
28993            '114B' and
28994            'NDRPDR' and
28995            'VTS'"
28996   parameters:
28997   - "throughput"
28998   - "parent"
28999   - "tags"
29000   layout:
29001     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29002     layout: "plot-throughput-speedup-analysis"