CSIT-1351: Add Denverton results to report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,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       x710: 35800000
113       xxv710: 35800000
114       xl710: 35800000
115
116     link:
117       10ge: 14880952.38
118       25ge: 37202380.95
119       40ge: 59523809.52
120       100ge: 148809523.81
121
122     pci:
123       pci-g3-x8: 74404761.90
124       pci-g3-x16: 148809523.81
125
126   data-sets:
127
128     # Denverton:
129     intel-dnv-vpp:
130       intel-dnv-vpp-release-1810:
131       - 1
132
133     # VPP Performance
134     vpp-performance-changes-3n-hsw:
135       csit-vpp-perf-1804-all:
136       - 21  # sel
137       - 22  # sel
138       - 23  # sel
139       - 24  # sel
140       - 27  # sel
141       - 28  # sel
142       - 29  # sel
143       - 30  # sel
144       - 31  # sel
145       - 35  # sel
146       csit-vpp-perf-verify-1807-3n-hsw:
147       - 11  # NDRPDR full 1
148       - 22  # NDRPDR full 2
149       - 45  # NDRPDR full 3
150       - 46  # NDRPDR full 4
151       - 15  # NDRPDR sel
152       - 16  # NDRPDR sel
153       - 19  # NDRPDR sel
154       - 18  # NDRPDR sel
155       - 20  # NDRPDR sel
156       - 38  # NDRPDR sel
157       - 40  # NDRPDR sel
158       - 44  # NDRPDR sel
159       - 47  # NDRPDR sel
160       csit-vpp-perf-verify-1810-3n-hsw:
161       - 8   # NDRPDR sel
162       - 12  # NDRPDR sel
163       - 14  # NDRPDR sel
164       - 18  # NDRPDR sel
165       - 23  # NDRPDR sel
166       - 25  # NDRPDR sel
167       - 38  # NDRPDR sel
168       - 39  # NDRPDR sel
169       - 41  # NDRPDR sel
170       - 42  # NDRPDR sel
171
172     vpp-performance-changes-3n-skx:
173       csit-vpp-perf-verify-1807-3n-skx:
174       - 33  # NDRPDR sel
175       - 35  # NDRPDR sel
176       - 37  # NDRPDR sel
177       - 38  # NDRPDR sel
178       - 39  # NDRPDR sel
179       - 43  # NDRPDR sel
180       - 44  # NDRPDR sel
181       - 49  # NDRPDR sel
182       - 50  # NDRPDR sel
183       - 56  # NDRPDR sel
184       csit-vpp-perf-verify-1810-3n-skx:
185       - 10  # NDRPDR sel
186       - 14  # NDRPDR sel
187       - 15  # NDRPDR sel
188       - 16  # NDRPDR sel
189       - 17  # NDRPDR sel
190       - 19  # NDRPDR sel
191       - 20  # NDRPDR sel
192       - 21  # NDRPDR sel
193       - 22  # NDRPDR sel
194       - 25  # NDRPDR sel
195
196     vpp-performance-changes-2n-skx:
197       csit-vpp-perf-verify-1807-2n-skx:
198       - 26  # NDRPDR sel
199       - 28  # NDRPDR sel
200       - 29  # NDRPDR sel
201       - 30  # NDRPDR sel
202       - 34  # NDRPDR sel
203       - 35  # NDRPDR sel
204       - 36  # NDRPDR sel
205       - 39  # NDRPDR sel
206       - 40  # NDRPDR sel
207       - 42  # NDRPDR sel
208       csit-vpp-perf-verify-1810-2n-skx:
209       - 9   # NDRPDR sel
210       - 13  # NDRPDR sel
211       - 14  # NDRPDR sel
212       - 19  # NDRPDR sel
213       - 20  # NDRPDR sel
214       - 21  # NDRPDR sel
215       - 22  # NDRPDR sel
216       - 23  # NDRPDR sel
217       - 24  # NDRPDR sel
218       - 27  # NDRPDR sel
219
220     vpp-compare-testbeds:
221       csit-vpp-perf-verify-1810-3n-hsw:
222       - 8   # NDRPDR sel
223       - 12  # NDRPDR sel
224       - 14  # NDRPDR sel
225       - 18  # NDRPDR sel
226       - 23  # NDRPDR sel
227       - 25  # NDRPDR sel
228       - 38  # NDRPDR sel
229       - 39  # NDRPDR sel
230       - 41  # NDRPDR sel
231       - 42  # NDRPDR sel
232       csit-vpp-perf-verify-1810-3n-skx:
233       - 24  # NDRPDR full
234       - 10  # NDRPDR sel
235       - 14  # NDRPDR sel
236       - 15  # NDRPDR sel
237       - 16  # NDRPDR sel
238       - 17  # NDRPDR sel
239       - 19  # NDRPDR sel
240       - 20  # NDRPDR sel
241       - 21  # NDRPDR sel
242       - 22  # NDRPDR sel
243       - 25  # NDRPDR sel
244
245     vpp-compare-testbeds-mrr:
246       csit-vpp-perf-verify-1810-3n-hsw:
247       - 9   # MRR sel
248       csit-vpp-perf-verify-1810-3n-skx:
249       - 9   # MRR sel
250       - 11  # MRR sel
251       - 12  # MRR sel
252       - 13  # MRR sel
253
254     vpp-compare-topologies:
255       csit-vpp-perf-verify-1810-3n-skx:
256       - 10  # NDRPDR sel
257       - 14  # NDRPDR sel
258       - 15  # NDRPDR sel
259       - 16  # NDRPDR sel
260       - 17  # NDRPDR sel
261       - 19  # NDRPDR sel
262       - 20  # NDRPDR sel
263       - 21  # NDRPDR sel
264       - 22  # NDRPDR sel
265       - 25  # NDRPDR sel
266       csit-vpp-perf-verify-1810-2n-skx:
267       - 9   # NDRPDR sel
268       - 13  # NDRPDR sel
269       - 14  # NDRPDR sel
270       - 19  # NDRPDR sel
271       - 20  # NDRPDR sel
272       - 21  # NDRPDR sel
273       - 22  # NDRPDR sel
274       - 23  # NDRPDR sel
275       - 24  # NDRPDR sel
276       - 27  # NDRPDR sel
277
278     vpp-compare-topologies-mrr:
279       csit-vpp-perf-verify-1810-3n-skx:
280       - 9   # MRR sel
281       - 11  # MRR sel
282       - 12  # MRR sel
283       - 13  # MRR sel
284       csit-vpp-perf-verify-1810-2n-skx:
285       - 8   # MRR sel
286       - 10  # MRR sel
287       - 11  # MRR sel
288       - 12  # MRR sel
289
290     vpp-performance-changes-3n-hsw-mrr:
291       csit-vpp-perf-check-1804:
292       - 6   # mrr - sel
293       - 13  # mrr - sel
294       - 14  # mrr - sel
295       - 15  # mrr - sel
296       - 16  # mrr - sel
297       - 17  # mrr - sel
298       - 19  # mrr - sel
299       - 20  # mrr - sel
300       - 21  # mrr - sel
301       - 22  # mrr - sel
302       csit-vpp-perf-verify-1807-3n-hsw:
303       - 8   # MRR full
304       - 9   # MRR sel
305       - 21  # MRR sel
306       - 31  # MRR sel
307       - 33  # MRR sel
308       - 36  # MRR sel
309       - 41  # MRR sel
310       - 42  # MRR sel
311       - 48  # MRR sel
312       csit-vpp-perf-verify-1810-3n-hsw:
313       - 9   # MRR sel
314
315     vpp-performance-changes-3n-skx-mrr:
316       csit-vpp-perf-verify-1807-3n-skx:
317       - 28  # MRR sel
318       - 32  # MRR sel
319       - 36  # MRR sel
320       - 42  # MRR sel
321       - 47  # MRR sel
322       - 48  # MRR sel
323       - 51  # MRR sel
324       - 52  # MRR sel
325       - 53  # MRR sel
326       - 54  # MRR sel
327       csit-vpp-perf-verify-1810-3n-skx:
328       - 9   # MRR sel
329       - 11  # MRR sel
330       - 12  # MRR sel
331       - 13  # MRR sel
332
333     vpp-performance-changes-2n-skx-mrr:
334       csit-vpp-perf-verify-1807-2n-skx:
335       - 31  # MRR sel
336       - 33  # MRR sel
337       - 37  # MRR sel
338       - 38  # MRR sel
339       - 41  # MRR sel
340       - 43  # MRR sel
341       - 44  # MRR sel
342       - 45  # MRR sel
343       - 46  # MRR sel
344       - 47  # MRR sel
345       csit-vpp-perf-verify-1810-2n-skx:
346       - 8   # MRR sel
347       - 10  # MRR sel
348       - 11  # MRR sel
349       - 12  # MRR sel
350
351     vpp-perf-results-3n-hsw:
352       csit-vpp-perf-verify-1810-3n-hsw:
353       - 20  # NDRPDR full
354       - 21  # NDRPDR full
355       - 22  # NDRPDR full
356       - 27  # NDRPDR full
357
358     vpp-perf-results-3n-skx:
359       csit-vpp-perf-verify-1810-3n-skx:
360       - 23  # NDRPDR full
361       - 24  # NDRPDR full
362
363     vpp-perf-results-2n-skx:
364       csit-vpp-perf-verify-1810-2n-skx:
365       - 25  # NDRPDR full
366       - 26  # NDRPDR full
367
368     vpp-mrr-results-3n-hsw:
369       csit-vpp-perf-verify-1810-3n-hsw:
370       - 9   # MRR sel
371
372     vpp-mrr-results-3n-skx:
373       csit-vpp-perf-verify-1810-3n-skx:
374       - 9   # MRR sel
375
376     vpp-mrr-results-2n-skx:
377       csit-vpp-perf-verify-1810-2n-skx:
378       - 8   # MRR sel
379
380     plot-throughput-speedup-analysis-3n-hsw:
381       csit-vpp-perf-verify-1810-3n-hsw:
382       - 8   # NDRPDR sel
383       - 12  # NDRPDR sel
384       - 14  # NDRPDR sel
385       - 18  # NDRPDR sel
386       - 23  # NDRPDR sel
387       - 25  # NDRPDR sel
388       - 38  # NDRPDR sel
389       - 39  # NDRPDR sel
390       - 41  # NDRPDR sel
391       - 42  # NDRPDR sel
392
393     plot-throughput-speedup-analysis-3n-skx:
394       csit-vpp-perf-verify-1810-3n-skx:
395       - 24  # NDRPDR full
396       - 10  # NDRPDR sel
397       - 14  # NDRPDR sel
398       - 15  # NDRPDR sel
399       - 16  # NDRPDR sel
400       - 17  # NDRPDR sel
401       - 19  # NDRPDR sel
402       - 20  # NDRPDR sel
403       - 21  # NDRPDR sel
404       - 22  # NDRPDR sel
405       - 25  # NDRPDR sel
406
407     plot-throughput-speedup-analysis-2n-skx:
408       csit-vpp-perf-verify-1810-2n-skx:
409       - 9   # NDRPDR sel
410       - 13  # NDRPDR sel
411       - 14  # NDRPDR sel
412       - 19  # NDRPDR sel
413       - 20  # NDRPDR sel
414       - 21  # NDRPDR sel
415       - 22  # NDRPDR sel
416       - 23  # NDRPDR sel
417       - 24  # NDRPDR sel
418       - 27  # NDRPDR sel
419
420     plot-vpp-throughput-latency-3n-hsw:
421       csit-vpp-perf-verify-1810-3n-hsw:
422       - 8   # NDRPDR sel
423       - 12  # NDRPDR sel
424       - 14  # NDRPDR sel
425       - 18  # NDRPDR sel
426       - 23  # NDRPDR sel
427       - 25  # NDRPDR sel
428       - 38  # NDRPDR sel
429       - 39  # NDRPDR sel
430       - 41  # NDRPDR sel
431       - 42  # NDRPDR sel
432
433     plot-vpp-throughput-latency-3n-skx:
434       csit-vpp-perf-verify-1810-3n-skx:
435       - 24  # NDRPDR full
436       - 10  # NDRPDR sel
437       - 14  # NDRPDR sel
438       - 15  # NDRPDR sel
439       - 16  # NDRPDR sel
440       - 17  # NDRPDR sel
441       - 19  # NDRPDR sel
442       - 20  # NDRPDR sel
443       - 21  # NDRPDR sel
444       - 22  # NDRPDR sel
445       - 25  # NDRPDR sel
446
447     plot-vpp-throughput-latency-2n-skx:
448       csit-vpp-perf-verify-1810-2n-skx:
449       - 9   # NDRPDR sel
450       - 13  # NDRPDR sel
451       - 14  # NDRPDR sel
452       - 19  # NDRPDR sel
453       - 20  # NDRPDR sel
454       - 21  # NDRPDR sel
455       - 22  # NDRPDR sel
456       - 23  # NDRPDR sel
457       - 24  # NDRPDR sel
458       - 27  # NDRPDR sel
459
460     plot-vpp-http-server-performance:
461       csit-vpp-perf-verify-1810-3n-hsw:
462       - 28  # WRK
463       - 29  # WRK
464       - 30  # WRK
465       - 31  # WRK
466       - 32  # WRK
467       - 33  # WRK
468       - 34  # WRK
469       - 35  # WRK
470       - 36  # WRK
471       - 37  # WRK
472
473     # VPP Functional
474     vpp-func-results-ubuntu:
475       csit-vpp-functional-1810-ubuntu1604-virl:
476       - 44
477
478     vpp-func-results-centos:
479       csit-vpp-functional-1810-centos7-virl:
480       - 44
481
482     vpp-device-results-ubuntu:
483       csit-vpp-device-1810-ubuntu1804-1n-skx:
484       - 2
485
486     # VPP Ligato
487     ligato-perf-results-3n-hsw:
488       csit-ligato-perf-verify-1810-3n-hsw:
489       - 5   # full
490
491     plot-ligato-throughput-speedup-analysis-3n-hsw:
492       csit-ligato-perf-verify-1810-3n-hsw:
493       - 5   # full
494       - 6   # sel
495       - 8   # sel
496       - 9   # sel
497       - 11  # sel
498       - 12  # sel
499       - 13  # sel
500       - 14  # sel
501       - 16  # sel
502       - 17  # sel
503       - 18  # sel
504
505     plot-ligato-throughput-latency-3n-hsw:
506       csit-ligato-perf-verify-1810-3n-hsw:
507       - 5   # full
508       - 6   # sel
509       - 8   # sel
510       - 9   # sel
511       - 11  # sel
512       - 12  # sel
513       - 13  # sel
514       - 14  # sel
515       - 16  # sel
516       - 17  # sel
517       - 18  # sel
518
519     # DPDK Performance
520     dpdk-performance-changes-3n-hsw:
521       csit-dpdk-perf-1804-all:
522       - 4
523       - 5
524       - 6
525       - 7
526       - 8
527       - 9
528       - 10
529       - 11
530       - 12
531       - 13
532       csit-dpdk-perf-verify-1807-3n-hsw:
533       - 11
534       - 12  # full
535       - 14
536       - 15
537       - 16
538       - 17
539       - 20
540       - 21
541       - 22
542       - 23
543       csit-dpdk-perf-verify-1810-3n-hsw:
544       - 1   # NDRPDR sel
545       - 2   # NDRPDR sel
546       - 3   # NDRPDR sel
547       - 4   # NDRPDR sel
548       - 5   # NDRPDR sel
549       - 6   # NDRPDR sel
550       - 7   # NDRPDR sel
551       - 8   # NDRPDR sel
552       - 9   # NDRPDR sel
553       - 10  # NDRPDR sel
554
555     dpdk-performance-changes-3n-skx:
556       csit-dpdk-perf-verify-1807-3n-skx:
557       - 1   # NDRPDR sel
558       - 2   # NDRPDR sel
559       - 3   # NDRPDR sel
560       - 6   # NDRPDR sel
561       - 7   # NDRPDR sel
562       - 8   # NDRPDR sel
563       - 9   # NDRPDR sel
564       - 10  # NDRPDR sel
565       - 11  # NDRPDR sel
566       - 12  # NDRPDR sel
567       csit-dpdk-perf-verify-1810-3n-skx:
568       - 3   # NDRPDR sel
569       - 4   # NDRPDR sel
570       - 6   # NDRPDR sel
571       - 7   # NDRPDR sel
572       - 8   # NDRPDR sel
573       - 9   # NDRPDR sel
574       - 10  # NDRPDR sel
575       - 11  # NDRPDR sel
576       - 12  # NDRPDR sel
577       - 13  # NDRPDR sel
578
579     dpdk-compare-testbeds:
580       csit-dpdk-perf-verify-1810-3n-skx:
581       - 3   # NDRPDR sel
582       - 4   # NDRPDR sel
583       - 6   # NDRPDR sel
584       - 7   # NDRPDR sel
585       - 8   # NDRPDR sel
586       - 9   # NDRPDR sel
587       - 10  # NDRPDR sel
588       - 11  # NDRPDR sel
589       - 12  # NDRPDR sel
590       - 13  # NDRPDR sel
591       csit-dpdk-perf-verify-1810-3n-hsw:
592       - 1   # NDRPDR sel
593       - 2   # NDRPDR sel
594       - 3   # NDRPDR sel
595       - 4   # NDRPDR sel
596       - 5   # NDRPDR sel
597       - 6   # NDRPDR sel
598       - 7   # NDRPDR sel
599       - 8   # NDRPDR sel
600       - 9   # NDRPDR sel
601       - 10  # NDRPDR sel
602
603     dpdk-compare-topologies:
604       csit-dpdk-perf-verify-1810-3n-skx:
605       - 3   # NDRPDR sel
606       - 4   # NDRPDR sel
607       - 6   # NDRPDR sel
608       - 7   # NDRPDR sel
609       - 8   # NDRPDR sel
610       - 9   # NDRPDR sel
611       - 10  # NDRPDR sel
612       - 11  # NDRPDR sel
613       - 12  # NDRPDR sel
614       - 13  # NDRPDR sel
615       csit-dpdk-perf-verify-1810-2n-skx:
616       - 3   # NDRPDR sel
617       - 4   # NDRPDR sel
618       - 5   # NDRPDR sel
619       - 7   # NDRPDR sel
620       - 8   # NDRPDR sel
621       - 9   # NDRPDR sel
622       - 10  # NDRPDR sel
623       - 11  # NDRPDR sel
624       - 12  # NDRPDR sel
625       - 13  # NDRPDR sel
626
627     dpdk-perf-results-3n-hsw:
628       csit-dpdk-perf-verify-1810-3n-hsw:
629       - 1
630
631     dpdk-perf-results-3n-skx:
632       csit-dpdk-perf-verify-1810-3n-skx:
633       - 3   # NDRPDR sel
634
635     dpdk-perf-results-2n-skx:
636       csit-dpdk-perf-verify-1810-2n-skx:
637       - 3
638
639     plot-dpdk-throughput-latency-3n-hsw:
640       csit-dpdk-perf-verify-1810-3n-hsw:
641       - 1   # NDRPDR sel
642       - 2   # NDRPDR sel
643       - 3   # NDRPDR sel
644       - 4   # NDRPDR sel
645       - 5   # NDRPDR sel
646       - 6   # NDRPDR sel
647       - 7   # NDRPDR sel
648       - 8   # NDRPDR sel
649       - 9   # NDRPDR sel
650       - 10  # NDRPDR sel
651
652     plot-dpdk-throughput-latency-3n-skx:
653       csit-dpdk-perf-verify-1810-3n-skx:
654       - 3   # NDRPDR sel
655       - 4   # NDRPDR sel
656       - 6   # NDRPDR sel
657       - 7   # NDRPDR sel
658       - 8   # NDRPDR sel
659       - 9   # NDRPDR sel
660       - 10  # NDRPDR sel
661       - 11  # NDRPDR sel
662       - 12  # NDRPDR sel
663       - 13  # NDRPDR sel
664
665     plot-dpdk-throughput-latency-2n-skx:
666       csit-dpdk-perf-verify-1810-2n-skx:
667       - 3   # NDRPDR sel
668       - 4   # NDRPDR sel
669       - 5   # NDRPDR sel
670       - 7   # NDRPDR sel
671       - 8   # NDRPDR sel
672       - 9   # NDRPDR sel
673       - 10  # NDRPDR sel
674       - 11  # NDRPDR sel
675       - 12  # NDRPDR sel
676       - 13  # NDRPDR sel
677
678     # HoneyComb Functional
679     hc-func-results:
680       csit-hc2vpp-verify-func-1810-ubuntu1604:
681       - 3
682
683     # NSH SFC Functional
684     nsh-func-results:
685       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
686       - 1
687
688     # DMM Functional
689     dmm-func-results:
690       csit-dmm-functional-1810-ubuntu1604-virl:
691       - 1
692
693   plot-layouts:
694
695     plot-cps:
696       titlefont:
697         size: 18
698       xaxis:
699         title: "<b>Test Cases [Index]</b>"
700         titlefont:
701           size: 16
702         autorange: True
703         fixedrange: False
704         gridcolor: "rgb(230, 230, 230)"
705         linecolor: "rgb(220, 220, 220)"
706         linewidth: 1
707         showgrid: True
708         showline: True
709         showticklabels: True
710         tickcolor: "rgb(220, 220, 220)"
711         tickmode: "linear"
712         tickfont:
713           size: 16
714         zeroline: False
715       yaxis:
716         title: "<b>Connections Per Second [cps]</b>"
717         titlefont:
718           size: 16
719         gridcolor: "rgb(230, 230, 230)"
720         hoverformat: ".4s"
721         linecolor: "rgb(220, 220, 220)"
722         linewidth: 1
723         rangemode: "tozero"
724         showgrid: True
725         showline: True
726         showticklabels: True
727         tickcolor: "rgb(220, 220, 220)"
728         tickformat: ".3s"
729         tickfont:
730           size: 16
731         zeroline: False
732       boxmode: "group"
733       boxgroupgap: 0.5
734       autosize: False
735       margin:
736         t: 50
737         b: 20
738         l: 80
739         r: 20
740       showlegend: True
741       legend:
742         orientation: "h"
743         font:
744           size: 16
745       width: 700
746       height: 800
747
748     plot-rps:
749       titlefont:
750         size: 18
751       xaxis:
752         title: "<b>Test Cases [Index]</b>"
753         titlefont:
754           size: 16
755         autorange: True
756         fixedrange: False
757         gridcolor: "rgb(230, 230, 230)"
758         linecolor: "rgb(220, 220, 220)"
759         linewidth: 1
760         showgrid: True
761         showline: True
762         showticklabels: True
763         tickcolor: "rgb(220, 220, 220)"
764         tickmode: "linear"
765         tickfont:
766           size: 16
767         zeroline: False
768       yaxis:
769         title: "<b>Requests Per Second [rps]</b>"
770         titlefont:
771           size: 16
772         gridcolor: "rgb(230, 230, 230)"
773         hoverformat: ".4s"
774         linecolor: "rgb(220, 220, 220)"
775         linewidth: 1
776         rangemode: "tozero"
777         showgrid: True
778         showline: True
779         showticklabels: True
780         tickcolor: "rgb(230, 230, 230)"
781         tickformat: ".3s"
782         tickfont:
783           size: 16
784         zeroline: False
785       boxmode: "group"
786       boxgroupgap: 0.5
787       autosize: False
788       margin:
789         t: 50
790         b: 20
791         l: 80
792         r: 20
793       showlegend: True
794       legend:
795         orientation: "h"
796         font:
797           size: 16
798       width: 700
799       height: 800
800
801     plot-throughput:
802       titlefont:
803         size: 18
804       xaxis:
805         title: "<b>Test Cases [Index]</b>"
806         titlefont:
807           size: 16
808         autorange: True
809         fixedrange: False
810         gridcolor: "rgb(230, 230, 230)"
811         linecolor: "rgb(220, 220, 220)"
812         linewidth: 1
813         showgrid: True
814         showline: True
815         showticklabels: True
816         tickcolor: "rgb(220, 220, 220)"
817         tickmode: "linear"
818         tickfont:
819           size: 16
820         zeroline: False
821       yaxis:
822         title: "<b>Packet Throughput [Mpps]</b>"
823         titlefont:
824           size: 16
825         gridcolor: "rgb(230, 230, 230)"
826         hoverformat: ".4s"
827         tickformat: ".3s"
828         linecolor: "rgb(220, 220, 220)"
829         linewidth: 1
830         showgrid: True
831         showline: True
832         showticklabels: True
833         tickcolor: "rgb(220, 220, 220)"
834         tickfont:
835           size: 16
836         zeroline: False
837         range: [0,50]
838       boxmode: "group"
839       boxgroupgap: 0.5
840       autosize: False
841       margin:
842         t: 50
843         b: 20
844         l: 80
845         r: 20
846       showlegend: True
847       legend:
848         orientation: "h"
849         font:
850           size: 16
851       width: 700
852       height: 900
853
854     plot-throughput-speedup-analysis:
855       titlefont:
856         size: 18
857       xaxis:
858         title: "<b>Number of Cores [Qty]</b>"
859         titlefont:
860           size: 16
861         autorange: True
862         fixedrange: False
863         gridcolor: "rgb(230, 230, 230)"
864         linecolor: "rgb(220, 220, 220)"
865         linewidth: 1
866         showgrid: True
867         showline: True
868         showticklabels: True
869         tickcolor: "rgb(238, 238, 238)"
870         tickmode: "linear"
871         tickfont:
872           size: 16
873         zeroline: False
874       yaxis:
875         title: "<b>Packet Throughput [Mpps]</b>"
876         titlefont:
877           size: 16
878         type: "linear"
879         gridcolor: "rgb(230, 230, 230)"
880         hoverformat: ".4s"
881         linecolor: "rgb(220, 220, 220)"
882         linewidth: 1
883         showgrid: True
884         showline: True
885         showticklabels: True
886         tickcolor: "rgb(220, 220, 220)"
887         tickformat: ".4s"
888         tickfont:
889           size: 16
890         zeroline: True
891         rangemode: "tozero"
892         # range: [0,100]
893       legend:
894         orientation: "h"
895         font:
896           size: 16
897         xanchor: "left"
898         yanchor: "top"
899         x: 0
900         y: -0.2
901         bgcolor: "rgba(255, 255, 255, 0)"
902         bordercolor: "rgba(255, 255, 255, 0)"
903         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
904       autosize: False
905       margin:
906           't': 50
907           'b': 150
908           'l': 85
909           'r': 10
910       showlegend: True
911       width: 700
912       height: 700
913       hoverlabel:
914         namelength: -1
915       annotations: [
916         {
917           text: "_ _          __          ...",
918           align: "left",
919           showarrow: False,
920           xref: "paper",
921           yref: "paper",
922           xanchor: "left",
923           yanchor: "top",
924           x: 0,
925           y: -0.13,
926           font: {
927             family: "Consolas, Courier New",
928             size: 15
929           },
930         },
931         {
932           text: "    Perfect     Measured     Limit",
933           align: "left",
934           showarrow: False,
935           xref: "paper",
936           yref: "paper",
937           xanchor: "left",
938           yanchor: "top",
939           x: 0,
940           y: -0.15,
941           font: {
942             family: "Consolas, Courier New",
943             size: 15
944           },
945         },
946       ]
947
948     plot-latency:
949       titlefont:
950         size: 18
951       xaxis:
952         title: "<b>Direction</b>"
953         titlefont:
954           size: 16
955         autorange: True
956         fixedrange: False
957         gridcolor: "rgb(230, 230, 230)"
958         linecolor: "rgb(220, 220, 220)"
959         linewidth: 1
960         showgrid: True
961         showline: True
962         showticklabels: False
963         tickcolor: "rgb(220, 220, 220)"
964         tickmode: "linear"
965         tickfont:
966           size: 16
967         zeroline: False
968       yaxis:
969         title: "<b>Packet Latency [uSec]</b>"
970         titlefont:
971           size: 16
972         type: "linear"
973         gridcolor: "rgb(230, 230, 230)"
974         hoverformat: ".4s"
975         linecolor: "rgb(220, 220, 220)"
976         linewidth: 1
977         showgrid: True
978         showline: True
979         showticklabels: True
980         tickcolor: "rgb(220, 220, 220)"
981         tickformat: ".4s"
982         tickfont:
983           size: 16
984         zeroline: True
985         rangemode: "tozero"
986       legend:
987         orientation: "h"
988         font:
989           size: 16
990         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
991       autosize: False
992       margin:
993           't': 50
994           'b': 150
995           'l': 80
996           'r': 10
997       showlegend: True
998       width: 700
999       height: 700
1000       hoverlabel:
1001         namelength: -1
1002
1003 -
1004   type: "static"
1005   src-path: "{DIR[RST]}"
1006   dst-path: "{DIR[WORKING,SRC]}"
1007
1008 -
1009   type: "input"
1010   general:
1011     file-name: "robot-plugin.zip"
1012     file-format: ".zip"
1013     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1014     extract: "robot-plugin/output.xml"
1015
1016   builds:
1017
1018     intel-dnv-vpp-release-1810:
1019     - 1
1020
1021     csit-vpp-perf-1804-all:
1022     - 21  # sel
1023     - 22  # sel
1024     - 23  # sel
1025     - 24  # sel
1026     - 27  # sel
1027     - 28  # sel
1028     - 29  # sel
1029     - 30  # sel
1030     - 31  # sel
1031     - 35  # sel
1032     csit-vpp-perf-verify-1807-3n-hsw:
1033     - 8   # MRR full
1034     - 9   # MRR sel
1035     - 21  # MRR sel
1036     - 31  # MRR sel
1037     - 33  # MRR sel
1038     - 36  # MRR sel
1039     - 41  # MRR sel
1040     - 42  # MRR sel
1041     - 48  # MRR sel
1042     - 11  # NDRPDR full 1
1043     - 22  # NDRPDR full 2
1044     - 45  # NDRPDR full 3
1045     - 46  # NDRPDR full 4
1046     - 15  # NDRPDR sel
1047     - 16  # NDRPDR sel
1048     - 19  # NDRPDR sel
1049     - 18  # NDRPDR sel
1050     - 20  # NDRPDR sel
1051     - 38  # NDRPDR sel
1052     - 40  # NDRPDR sel
1053     - 44  # NDRPDR sel
1054     - 47  # NDRPDR sel
1055     - 24  # WRK
1056     - 25  # WRK
1057     - 23  # WRK
1058     - 26  # WRK
1059     - 27  # WRK
1060     - 28  # WRK
1061     - 29  # WRK
1062     - 30  # WRK
1063     - 32  # WRK
1064     - 35  # WRK
1065     csit-vpp-perf-verify-1810-3n-hsw:
1066     - 9   # MRR sel
1067     - 20  # NDRPDR full
1068     - 21  # NDRPDR full
1069     - 22  # NDRPDR full
1070     - 27  # NDRPDR full
1071     - 8   # NDRPDR sel
1072     - 12  # NDRPDR sel
1073     - 14  # NDRPDR sel
1074     - 18  # NDRPDR sel
1075     - 23  # NDRPDR sel
1076     - 25  # NDRPDR sel
1077     - 38  # NDRPDR sel
1078     - 39  # NDRPDR sel
1079     - 41  # NDRPDR sel
1080     - 42  # NDRPDR sel
1081     - 28  # WRK
1082     - 29  # WRK
1083     - 30  # WRK
1084     - 31  # WRK
1085     - 32  # WRK
1086     - 33  # WRK
1087     - 34  # WRK
1088     - 35  # WRK
1089     - 36  # WRK
1090     - 37  # WRK
1091     csit-vpp-perf-verify-1807-3n-skx:
1092     - 31  # MRR full
1093     - 28  # MRR sel
1094     - 32  # MRR sel
1095     - 36  # MRR sel
1096     - 42  # MRR sel
1097     - 47  # MRR sel
1098     - 48  # MRR sel
1099     - 51  # MRR sel
1100     - 52  # MRR sel
1101     - 53  # MRR sel
1102     - 54  # MRR sel
1103     - 40  # NDRPDR full 1
1104     - 41  # NDRPDR full 2
1105     - 33  # NDRPDR sel
1106     - 35  # NDRPDR sel
1107     - 37  # NDRPDR sel
1108     - 38  # NDRPDR sel
1109     - 39  # NDRPDR sel
1110     - 43  # NDRPDR sel
1111     - 44  # NDRPDR sel
1112     - 49  # NDRPDR sel
1113     - 50  # NDRPDR sel
1114     - 56  # NDRPDR sel
1115     csit-vpp-perf-verify-1810-3n-skx:
1116     - 9   # MRR sel
1117     - 11  # MRR sel
1118     - 12  # MRR sel
1119     - 13  # MRR sel
1120     - 23  # NDRPDR full
1121     - 24  # NDRPDR full
1122     - 10  # NDRPDR sel
1123     - 14  # NDRPDR sel
1124     - 15  # NDRPDR sel
1125     - 16  # NDRPDR sel
1126     - 17  # NDRPDR sel
1127     - 19  # NDRPDR sel
1128     - 20  # NDRPDR sel
1129     - 21  # NDRPDR sel
1130     - 22  # NDRPDR sel
1131     - 25  # NDRPDR sel
1132     csit-vpp-perf-verify-1807-2n-skx:
1133     - 27  # MRR full
1134     - 31  # MRR sel
1135     - 33  # MRR sel
1136     - 37  # MRR sel
1137     - 38  # MRR sel
1138     - 41  # MRR sel
1139     - 43  # MRR sel
1140     - 44  # MRR sel
1141     - 45  # MRR sel
1142     - 46  # MRR sel
1143     - 47  # MRR sel
1144     - 32  # NDRPDR full
1145     - 26  # NDRPDR sel
1146     - 28  # NDRPDR sel
1147     - 29  # NDRPDR sel
1148     - 30  # NDRPDR sel
1149     - 34  # NDRPDR sel
1150     - 35  # NDRPDR sel
1151     - 36  # NDRPDR sel
1152     - 39  # NDRPDR sel
1153     - 40  # NDRPDR sel
1154     - 42  # NDRPDR sel
1155     csit-vpp-perf-verify-1810-2n-skx:
1156     - 8   # MRR sel
1157     - 10  # MRR sel
1158     - 11  # MRR sel
1159     - 12  # MRR sel
1160     - 25  # NDRPDR full
1161     - 26  # NDRPDR full
1162     - 9   # NDRPDR sel
1163     - 13  # NDRPDR sel
1164     - 14  # NDRPDR sel
1165     - 19  # NDRPDR sel
1166     - 20  # NDRPDR sel
1167     - 21  # NDRPDR sel
1168     - 22  # NDRPDR sel
1169     - 23  # NDRPDR sel
1170     - 24  # NDRPDR sel
1171     - 27  # NDRPDR sel
1172     csit-vpp-perf-check-1804:
1173     - 5   # mrr - full
1174     - 6   # mrr - sel
1175     - 13  # mrr - sel
1176     - 14  # mrr - sel
1177     - 15  # mrr - sel
1178     - 16  # mrr - sel
1179     - 17  # mrr - sel
1180     - 19  # mrr - sel
1181     - 20  # mrr - sel
1182     - 21  # mrr - sel
1183     - 22  # mrr - sel
1184     csit-ligato-perf-verify-1810-3n-hsw:
1185     - 5   # full
1186     - 6   # sel
1187     - 8   # sel
1188     - 9   # sel
1189     - 11  # sel
1190     - 12  # sel
1191     - 13  # sel
1192     - 14  # sel
1193     - 16  # sel
1194     - 17  # sel
1195     - 18  # sel
1196     csit-dpdk-perf-1804-all:
1197     - 4
1198     - 5
1199     - 6
1200     - 7
1201     - 8
1202     - 9
1203     - 10
1204     - 11
1205     - 12
1206     - 13
1207     csit-dpdk-perf-verify-1807-3n-hsw:
1208     - 11
1209     - 12  # full
1210     - 14
1211     - 15
1212     - 16
1213     - 17
1214     - 20
1215     - 21
1216     - 22
1217     - 23
1218     csit-dpdk-perf-verify-1810-3n-hsw:
1219     - 1   # NDRPDR sel
1220     - 2   # NDRPDR sel
1221     - 3   # NDRPDR sel
1222     - 4   # NDRPDR sel
1223     - 5   # NDRPDR sel
1224     - 6   # NDRPDR sel
1225     - 7   # NDRPDR sel
1226     - 8   # NDRPDR sel
1227     - 9   # NDRPDR sel
1228     - 10  # NDRPDR sel
1229     csit-dpdk-perf-verify-1807-3n-skx:
1230     - 1   # NDRPDR sel
1231     - 2   # NDRPDR sel
1232     - 3   # NDRPDR sel
1233     - 6   # NDRPDR sel
1234     - 7   # NDRPDR sel
1235     - 8   # NDRPDR sel
1236     - 9   # NDRPDR sel
1237     - 10  # NDRPDR sel
1238     - 11  # NDRPDR sel
1239     - 12  # NDRPDR sel
1240     csit-dpdk-perf-verify-1810-3n-skx:
1241     - 3   # NDRPDR sel
1242     - 4   # NDRPDR sel
1243     - 6   # NDRPDR sel
1244     - 7   # NDRPDR sel
1245     - 8   # NDRPDR sel
1246     - 9   # NDRPDR sel
1247     - 10  # NDRPDR sel
1248     - 11  # NDRPDR sel
1249     - 12  # NDRPDR sel
1250     - 13  # NDRPDR sel
1251     csit-dpdk-perf-verify-1810-2n-skx:
1252     - 3   # NDRPDR sel
1253     - 4   # NDRPDR sel
1254     - 5   # NDRPDR sel
1255     - 7   # NDRPDR sel
1256     - 8   # NDRPDR sel
1257     - 9   # NDRPDR sel
1258     - 10  # NDRPDR sel
1259     - 11  # NDRPDR sel
1260     - 12  # NDRPDR sel
1261     - 13  # NDRPDR sel
1262
1263     csit-vpp-functional-1810-ubuntu1604-virl:
1264     - 44
1265     csit-vpp-functional-1810-centos7-virl:
1266     - 44
1267     csit-vpp-device-1810-ubuntu1804-1n-skx:
1268     - 2
1269     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1270     - 1
1271     csit-dmm-functional-1810-ubuntu1604-virl:
1272     - 1
1273     csit-hc2vpp-verify-func-1810-ubuntu1604:
1274     - 3
1275
1276 -
1277   type: "output"
1278   output: "report"
1279   format:
1280     html:
1281     - full
1282     pdf:
1283     - minimal
1284
1285 ################################################################################
1286 ###                               T A B L E S                                ###
1287 ################################################################################
1288
1289 ################################################################################
1290 # VPP
1291
1292 # VPP Performance Changes 3n-hsw 1t1c pdr 
1293 -
1294   type: "table"
1295   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1296   algorithm: "table_performance_comparison"
1297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1298   history:
1299     -
1300       title: "rls1804"
1301       data:
1302         csit-vpp-perf-1804-all:
1303         - 21  # sel
1304         - 22  # sel
1305         - 23  # sel
1306         - 24  # sel
1307         - 27  # sel
1308         - 28  # sel
1309         - 29  # sel
1310         - 30  # sel
1311         - 31  # sel
1312         - 35  # sel
1313   reference:
1314     title: "rls1807"
1315     data:
1316       csit-vpp-perf-verify-1807-3n-hsw:
1317       - 11  # NDRPDR full 1
1318       - 22  # NDRPDR full 2
1319       - 45  # NDRPDR full 3
1320       - 46  # NDRPDR full 4
1321       - 15  # NDRPDR sel
1322       - 16  # NDRPDR sel
1323       - 19  # NDRPDR sel
1324       - 18  # NDRPDR sel
1325       - 20  # NDRPDR sel
1326       - 38  # NDRPDR sel
1327       - 40  # NDRPDR sel
1328       - 44  # NDRPDR sel
1329       - 47  # NDRPDR sel
1330   compare:
1331     title: "rls1810"
1332     data:
1333       csit-vpp-perf-verify-1810-3n-hsw:
1334       - 8   # NDRPDR sel
1335       - 12  # NDRPDR sel
1336       - 14  # NDRPDR sel
1337       - 18  # NDRPDR sel
1338       - 23  # NDRPDR sel
1339       - 25  # NDRPDR sel
1340       - 38  # NDRPDR sel
1341       - 39  # NDRPDR sel
1342       - 41  # NDRPDR sel
1343       - 42  # NDRPDR sel
1344   data: "vpp-performance-changes-3n-hsw"
1345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1346   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1347   parameters:
1348   - "name"
1349   - "parent"
1350   - "throughput"
1351
1352 # VPP Performance Changes 3n-hsw 2t2c pdr
1353 -
1354   type: "table"
1355   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1356   algorithm: "table_performance_comparison"
1357   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1358   history:
1359     -
1360       title: "rls1804"
1361       data:
1362         csit-vpp-perf-1804-all:
1363         - 21  # sel
1364         - 22  # sel
1365         - 23  # sel
1366         - 24  # sel
1367         - 27  # sel
1368         - 28  # sel
1369         - 29  # sel
1370         - 30  # sel
1371         - 31  # sel
1372         - 35  # sel
1373   reference:
1374     title: "rls1807"
1375     data:
1376       csit-vpp-perf-verify-1807-3n-hsw:
1377       - 11  # NDRPDR full 1
1378       - 22  # NDRPDR full 2
1379       - 45  # NDRPDR full 3
1380       - 46  # NDRPDR full 4
1381       - 15  # NDRPDR sel
1382       - 16  # NDRPDR sel
1383       - 19  # NDRPDR sel
1384       - 18  # NDRPDR sel
1385       - 20  # NDRPDR sel
1386       - 38  # NDRPDR sel
1387       - 40  # NDRPDR sel
1388       - 44  # NDRPDR sel
1389       - 47  # NDRPDR sel
1390   compare:
1391     title: "rls1810"
1392     data:
1393       csit-vpp-perf-verify-1810-3n-hsw:
1394       - 8   # NDRPDR sel
1395       - 12  # NDRPDR sel
1396       - 14  # NDRPDR sel
1397       - 18  # NDRPDR sel
1398       - 23  # NDRPDR sel
1399       - 25  # NDRPDR sel
1400       - 38  # NDRPDR sel
1401       - 39  # NDRPDR sel
1402       - 41  # NDRPDR sel
1403       - 42  # NDRPDR sel
1404   data: "vpp-performance-changes-3n-hsw"
1405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1406   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1407   parameters:
1408   - "name"
1409   - "parent"
1410   - "throughput"
1411
1412 # VPP Performance Changes 3n-hsw 1t1c ndr
1413 -
1414   type: "table"
1415   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1416   algorithm: "table_performance_comparison"
1417   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1418   history:
1419     -
1420       title: "rls1804"
1421       data:
1422         csit-vpp-perf-1804-all:
1423         - 21  # sel
1424         - 22  # sel
1425         - 23  # sel
1426         - 24  # sel
1427         - 27  # sel
1428         - 28  # sel
1429         - 29  # sel
1430         - 30  # sel
1431         - 31  # sel
1432         - 35  # sel
1433   reference:
1434     title: "rls1807"
1435     data:
1436       csit-vpp-perf-verify-1807-3n-hsw:
1437       - 11  # NDRPDR full 1
1438       - 22  # NDRPDR full 2
1439       - 45  # NDRPDR full 3
1440       - 46  # NDRPDR full 4
1441       - 15  # NDRPDR sel
1442       - 16  # NDRPDR sel
1443       - 19  # NDRPDR sel
1444       - 18  # NDRPDR sel
1445       - 20  # NDRPDR sel
1446       - 38  # NDRPDR sel
1447       - 40  # NDRPDR sel
1448       - 44  # NDRPDR sel
1449       - 47  # NDRPDR sel
1450   compare:
1451     title: "rls1810"
1452     data:
1453       csit-vpp-perf-verify-1810-3n-hsw:
1454       - 8   # NDRPDR sel
1455       - 12  # NDRPDR sel
1456       - 14  # NDRPDR sel
1457       - 18  # NDRPDR sel
1458       - 23  # NDRPDR sel
1459       - 25  # NDRPDR sel
1460       - 38  # NDRPDR sel
1461       - 39  # NDRPDR sel
1462       - 41  # NDRPDR sel
1463       - 42  # NDRPDR sel
1464   data: "vpp-performance-changes-3n-hsw"
1465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1466   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1467   parameters:
1468   - "name"
1469   - "parent"
1470   - "throughput"
1471
1472 # VPP Performance Changes 3n-hsw 2t2c ndr
1473 -
1474   type: "table"
1475   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1476   algorithm: "table_performance_comparison"
1477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1478   history:
1479     -
1480       title: "rls1804"
1481       data:
1482         csit-vpp-perf-1804-all:
1483         - 21  # sel
1484         - 22  # sel
1485         - 23  # sel
1486         - 24  # sel
1487         - 27  # sel
1488         - 28  # sel
1489         - 29  # sel
1490         - 30  # sel
1491         - 31  # sel
1492         - 35  # sel
1493   reference:
1494     title: "rls1807"
1495     data:
1496       csit-vpp-perf-verify-1807-3n-hsw:
1497       - 11  # NDRPDR full 1
1498       - 22  # NDRPDR full 2
1499       - 45  # NDRPDR full 3
1500       - 46  # NDRPDR full 4
1501       - 15  # NDRPDR sel
1502       - 16  # NDRPDR sel
1503       - 19  # NDRPDR sel
1504       - 18  # NDRPDR sel
1505       - 20  # NDRPDR sel
1506       - 38  # NDRPDR sel
1507       - 40  # NDRPDR sel
1508       - 44  # NDRPDR sel
1509       - 47  # NDRPDR sel
1510   compare:
1511     title: "rls1810"
1512     data:
1513       csit-vpp-perf-verify-1810-3n-hsw:
1514       - 8   # NDRPDR sel
1515       - 12  # NDRPDR sel
1516       - 14  # NDRPDR sel
1517       - 18  # NDRPDR sel
1518       - 23  # NDRPDR sel
1519       - 25  # NDRPDR sel
1520       - 38  # NDRPDR sel
1521       - 39  # NDRPDR sel
1522       - 41  # NDRPDR sel
1523       - 42  # NDRPDR sel
1524   data: "vpp-performance-changes-3n-hsw"
1525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1526   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1527   parameters:
1528   - "name"
1529   - "parent"
1530   - "throughput"
1531
1532 # VPP Performance Changes 3n-skx 2t1c pdr 
1533 -
1534   type: "table"
1535   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1536   algorithm: "table_performance_comparison"
1537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1538   reference:
1539     title: "rls1807"
1540     data:
1541       csit-vpp-perf-verify-1807-3n-skx:
1542       - 33  # NDRPDR sel
1543       - 35  # NDRPDR sel
1544       - 37  # NDRPDR sel
1545       - 38  # NDRPDR sel
1546       - 39  # NDRPDR sel
1547       - 43  # NDRPDR sel
1548       - 44  # NDRPDR sel
1549       - 49  # NDRPDR sel
1550       - 50  # NDRPDR sel
1551       - 56  # NDRPDR sel
1552   compare:
1553     title: "rls1810"
1554     data:
1555       csit-vpp-perf-verify-1810-3n-skx:
1556       - 10  # NDRPDR sel
1557       - 14  # NDRPDR sel
1558       - 15  # NDRPDR sel
1559       - 16  # NDRPDR sel
1560       - 17  # NDRPDR sel
1561       - 19  # NDRPDR sel
1562       - 20  # NDRPDR sel
1563       - 21  # NDRPDR sel
1564       - 22  # NDRPDR sel
1565       - 25  # NDRPDR sel
1566   data: "vpp-performance-changes-3n-skx"
1567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1568   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1569   parameters:
1570   - "name"
1571   - "parent"
1572   - "throughput"
1573
1574 # VPP Performance Changes 3n-skx 4t2c pdr
1575 -
1576   type: "table"
1577   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1578   algorithm: "table_performance_comparison"
1579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1580   reference:
1581     title: "rls1807"
1582     data:
1583       csit-vpp-perf-verify-1807-3n-skx:
1584       - 33  # NDRPDR sel
1585       - 35  # NDRPDR sel
1586       - 37  # NDRPDR sel
1587       - 38  # NDRPDR sel
1588       - 39  # NDRPDR sel
1589       - 43  # NDRPDR sel
1590       - 44  # NDRPDR sel
1591       - 49  # NDRPDR sel
1592       - 50  # NDRPDR sel
1593       - 56  # NDRPDR sel
1594   compare:
1595     title: "rls1810"
1596     data:
1597       csit-vpp-perf-verify-1810-3n-skx:
1598       - 10  # NDRPDR sel
1599       - 14  # NDRPDR sel
1600       - 15  # NDRPDR sel
1601       - 16  # NDRPDR sel
1602       - 17  # NDRPDR sel
1603       - 19  # NDRPDR sel
1604       - 20  # NDRPDR sel
1605       - 21  # NDRPDR sel
1606       - 22  # NDRPDR sel
1607       - 25  # NDRPDR sel
1608   data: "vpp-performance-changes-3n-skx"
1609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1610   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1611   parameters:
1612   - "name"
1613   - "parent"
1614   - "throughput"
1615
1616 # VPP Performance Changes 3n-skx 2t1c ndr
1617 -
1618   type: "table"
1619   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1620   algorithm: "table_performance_comparison"
1621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1622   reference:
1623     title: "rls1807"
1624     data:
1625       csit-vpp-perf-verify-1807-3n-skx:
1626       - 33  # NDRPDR sel
1627       - 35  # NDRPDR sel
1628       - 37  # NDRPDR sel
1629       - 38  # NDRPDR sel
1630       - 39  # NDRPDR sel
1631       - 43  # NDRPDR sel
1632       - 44  # NDRPDR sel
1633       - 49  # NDRPDR sel
1634       - 50  # NDRPDR sel
1635       - 56  # NDRPDR sel
1636   compare:
1637     title: "rls1810"
1638     data:
1639       csit-vpp-perf-verify-1810-3n-skx:
1640       - 10  # NDRPDR sel
1641       - 14  # NDRPDR sel
1642       - 15  # NDRPDR sel
1643       - 16  # NDRPDR sel
1644       - 17  # NDRPDR sel
1645       - 19  # NDRPDR sel
1646       - 20  # NDRPDR sel
1647       - 21  # NDRPDR sel
1648       - 22  # NDRPDR sel
1649       - 25  # NDRPDR sel
1650   data: "vpp-performance-changes-3n-skx"
1651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1652   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1653   parameters:
1654   - "name"
1655   - "parent"
1656   - "throughput"
1657
1658 # VPP Performance Changes 3n-skx 4t2c ndr
1659 -
1660   type: "table"
1661   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1662   algorithm: "table_performance_comparison"
1663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1664   reference:
1665     title: "rls1807"
1666     data:
1667       csit-vpp-perf-verify-1807-3n-skx:
1668       - 33  # NDRPDR sel
1669       - 35  # NDRPDR sel
1670       - 37  # NDRPDR sel
1671       - 38  # NDRPDR sel
1672       - 39  # NDRPDR sel
1673       - 43  # NDRPDR sel
1674       - 44  # NDRPDR sel
1675       - 49  # NDRPDR sel
1676       - 50  # NDRPDR sel
1677       - 56  # NDRPDR sel
1678   compare:
1679     title: "rls1810"
1680     data:
1681       csit-vpp-perf-verify-1810-3n-skx:
1682       - 10  # NDRPDR sel
1683       - 14  # NDRPDR sel
1684       - 15  # NDRPDR sel
1685       - 16  # NDRPDR sel
1686       - 17  # NDRPDR sel
1687       - 19  # NDRPDR sel
1688       - 20  # NDRPDR sel
1689       - 21  # NDRPDR sel
1690       - 22  # NDRPDR sel
1691       - 25  # NDRPDR sel
1692   data: "vpp-performance-changes-3n-skx"
1693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1695   parameters:
1696   - "name"
1697   - "parent"
1698   - "throughput"
1699
1700 # VPP Performance Changes 2n-skx 2t1c pdr 
1701 -
1702   type: "table"
1703   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1704   algorithm: "table_performance_comparison"
1705   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1706   reference:
1707     title: "rls1807"
1708     data:
1709       csit-vpp-perf-verify-1807-2n-skx:
1710       - 26  # NDRPDR sel
1711       - 28  # NDRPDR sel
1712       - 29  # NDRPDR sel
1713       - 30  # NDRPDR sel
1714       - 34  # NDRPDR sel
1715       - 35  # NDRPDR sel
1716       - 36  # NDRPDR sel
1717       - 39  # NDRPDR sel
1718       - 40  # NDRPDR sel
1719       - 42  # NDRPDR sel
1720   compare:
1721     title: "rls1810"
1722     data:
1723       csit-vpp-perf-verify-1810-2n-skx:
1724       - 9   # NDRPDR sel
1725       - 13  # NDRPDR sel
1726       - 14  # NDRPDR sel
1727       - 19  # NDRPDR sel
1728       - 20  # NDRPDR sel
1729       - 21  # NDRPDR sel
1730       - 22  # NDRPDR sel
1731       - 23  # NDRPDR sel
1732       - 24  # NDRPDR sel
1733       - 27  # NDRPDR sel
1734   data: "vpp-performance-changes-2n-skx"
1735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1736   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1737   parameters:
1738   - "name"
1739   - "parent"
1740   - "throughput"
1741
1742 # VPP Performance Changes 2n-skx 4t2c pdr
1743 -
1744   type: "table"
1745   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1746   algorithm: "table_performance_comparison"
1747   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1748   reference:
1749     title: "rls1807"
1750     data:
1751       csit-vpp-perf-verify-1807-2n-skx:
1752       - 26  # NDRPDR sel
1753       - 28  # NDRPDR sel
1754       - 29  # NDRPDR sel
1755       - 30  # NDRPDR sel
1756       - 34  # NDRPDR sel
1757       - 35  # NDRPDR sel
1758       - 36  # NDRPDR sel
1759       - 39  # NDRPDR sel
1760       - 40  # NDRPDR sel
1761       - 42  # NDRPDR sel
1762   compare:
1763     title: "rls1810"
1764     data:
1765       csit-vpp-perf-verify-1810-2n-skx:
1766       - 9   # NDRPDR sel
1767       - 13  # NDRPDR sel
1768       - 14  # NDRPDR sel
1769       - 19  # NDRPDR sel
1770       - 20  # NDRPDR sel
1771       - 21  # NDRPDR sel
1772       - 22  # NDRPDR sel
1773       - 23  # NDRPDR sel
1774       - 24  # NDRPDR sel
1775       - 27  # NDRPDR sel
1776   data: "vpp-performance-changes-2n-skx"
1777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1778   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1779   parameters:
1780   - "name"
1781   - "parent"
1782   - "throughput"
1783
1784 # VPP Performance Changes 2n-skx 2t1c ndr
1785 -
1786   type: "table"
1787   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1788   algorithm: "table_performance_comparison"
1789   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1790   reference:
1791     title: "rls1807"
1792     data:
1793       csit-vpp-perf-verify-1807-2n-skx:
1794       - 26  # NDRPDR sel
1795       - 28  # NDRPDR sel
1796       - 29  # NDRPDR sel
1797       - 30  # NDRPDR sel
1798       - 34  # NDRPDR sel
1799       - 35  # NDRPDR sel
1800       - 36  # NDRPDR sel
1801       - 39  # NDRPDR sel
1802       - 40  # NDRPDR sel
1803       - 42  # NDRPDR sel
1804   compare:
1805     title: "rls1810"
1806     data:
1807       csit-vpp-perf-verify-1810-2n-skx:
1808       - 9   # NDRPDR sel
1809       - 13  # NDRPDR sel
1810       - 14  # NDRPDR sel
1811       - 19  # NDRPDR sel
1812       - 20  # NDRPDR sel
1813       - 21  # NDRPDR sel
1814       - 22  # NDRPDR sel
1815       - 23  # NDRPDR sel
1816       - 24  # NDRPDR sel
1817       - 27  # NDRPDR sel
1818   data: "vpp-performance-changes-2n-skx"
1819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1820   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1821   parameters:
1822   - "name"
1823   - "parent"
1824   - "throughput"
1825
1826 # VPP Performance Changes 2n-skx 4t2c ndr
1827 -
1828   type: "table"
1829   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1830   algorithm: "table_performance_comparison"
1831   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1832   reference:
1833     title: "rls1807"
1834     data:
1835       csit-vpp-perf-verify-1807-2n-skx:
1836       - 26  # NDRPDR sel
1837       - 28  # NDRPDR sel
1838       - 29  # NDRPDR sel
1839       - 30  # NDRPDR sel
1840       - 34  # NDRPDR sel
1841       - 35  # NDRPDR sel
1842       - 36  # NDRPDR sel
1843       - 39  # NDRPDR sel
1844       - 40  # NDRPDR sel
1845       - 42  # NDRPDR sel
1846   compare:
1847     title: "rls1810"
1848     data:
1849       csit-vpp-perf-verify-1810-2n-skx:
1850       - 9   # NDRPDR sel
1851       - 13  # NDRPDR sel
1852       - 14  # NDRPDR sel
1853       - 19  # NDRPDR sel
1854       - 20  # NDRPDR sel
1855       - 21  # NDRPDR sel
1856       - 22  # NDRPDR sel
1857       - 23  # NDRPDR sel
1858       - 24  # NDRPDR sel
1859       - 27  # NDRPDR sel
1860   data: "vpp-performance-changes-2n-skx"
1861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1862   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1863   parameters:
1864   - "name"
1865   - "parent"
1866   - "throughput"
1867
1868 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1869 -
1870   type: "table"
1871   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1872   algorithm: "table_performance_comparison"
1873   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1874   reference:
1875     title: "3-Node Hsw"
1876     data:
1877       csit-vpp-perf-verify-1810-3n-hsw:
1878       - 8   # NDRPDR sel
1879       - 12  # NDRPDR sel
1880       - 14  # NDRPDR sel
1881       - 18  # NDRPDR sel
1882       - 23  # NDRPDR sel
1883       - 25  # NDRPDR sel
1884       - 38  # NDRPDR sel
1885       - 39  # NDRPDR sel
1886       - 41  # NDRPDR sel
1887       - 42  # NDRPDR sel
1888   compare:
1889     title: "3-Node Skx"
1890     data:
1891       csit-vpp-perf-verify-1810-3n-skx:
1892       - 10  # NDRPDR sel
1893       - 14  # NDRPDR sel
1894       - 15  # NDRPDR sel
1895       - 16  # NDRPDR sel
1896       - 17  # NDRPDR sel
1897       - 19  # NDRPDR sel
1898       - 20  # NDRPDR sel
1899       - 21  # NDRPDR sel
1900       - 22  # NDRPDR sel
1901       - 25  # NDRPDR sel
1902   data: "vpp-compare-testbeds"
1903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1904   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1905   parameters:
1906   - "name"
1907   - "parent"
1908   - "throughput"
1909
1910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1911 -
1912   type: "table"
1913   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1914   algorithm: "table_performance_comparison"
1915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1916   reference:
1917     title: "3-Node Hsw"
1918     data:
1919       csit-vpp-perf-verify-1810-3n-hsw:
1920       - 8   # NDRPDR sel
1921       - 12  # NDRPDR sel
1922       - 14  # NDRPDR sel
1923       - 18  # NDRPDR sel
1924       - 23  # NDRPDR sel
1925       - 25  # NDRPDR sel
1926       - 38  # NDRPDR sel
1927       - 39  # NDRPDR sel
1928       - 41  # NDRPDR sel
1929       - 42  # NDRPDR sel
1930   compare:
1931     title: "3-Node Skx"
1932     data:
1933       csit-vpp-perf-verify-1810-3n-skx:
1934       - 10  # NDRPDR sel
1935       - 14  # NDRPDR sel
1936       - 15  # NDRPDR sel
1937       - 16  # NDRPDR sel
1938       - 17  # NDRPDR sel
1939       - 19  # NDRPDR sel
1940       - 20  # NDRPDR sel
1941       - 21  # NDRPDR sel
1942       - 22  # NDRPDR sel
1943       - 25  # NDRPDR sel
1944   data: "vpp-compare-testbeds"
1945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1946   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1947   parameters:
1948   - "name"
1949   - "parent"
1950   - "throughput"
1951
1952 # VPP Comparison Across Topologies 3n-skx to 2n-skx ndr
1953 -
1954   type: "table"
1955   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx ndr"
1956   algorithm: "table_performance_comparison"
1957   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
1958   reference:
1959     title: "3-Node Skx"
1960     data:
1961       csit-vpp-perf-verify-1810-3n-skx:
1962       - 10  # NDRPDR sel
1963       - 14  # NDRPDR sel
1964       - 15  # NDRPDR sel
1965       - 16  # NDRPDR sel
1966       - 17  # NDRPDR sel
1967       - 19  # NDRPDR sel
1968       - 20  # NDRPDR sel
1969       - 21  # NDRPDR sel
1970       - 22  # NDRPDR sel
1971       - 25  # NDRPDR sel
1972   compare:
1973     title: "2-Node Skx"
1974     data:
1975       csit-vpp-perf-verify-1810-2n-skx:
1976       - 9   # NDRPDR sel
1977       - 13  # NDRPDR sel
1978       - 14  # NDRPDR sel
1979       - 19  # NDRPDR sel
1980       - 20  # NDRPDR sel
1981       - 21  # NDRPDR sel
1982       - 22  # NDRPDR sel
1983       - 23  # NDRPDR sel
1984       - 24  # NDRPDR sel
1985       - 27  # NDRPDR sel
1986   data: "vpp-compare-topologies"
1987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1988   filter: "'NDRPDR'"
1989   parameters:
1990   - "name"
1991   - "parent"
1992   - "throughput"
1993
1994 # VPP Comparison Across Topologies 3n-skx to 2n-skx pdr
1995 -
1996   type: "table"
1997   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx pdr"
1998   algorithm: "table_performance_comparison"
1999   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
2000   reference:
2001     title: "3-Node Skx"
2002     data:
2003       csit-vpp-perf-verify-1810-3n-skx:
2004       - 10  # NDRPDR sel
2005       - 14  # NDRPDR sel
2006       - 15  # NDRPDR sel
2007       - 16  # NDRPDR sel
2008       - 17  # NDRPDR sel
2009       - 19  # NDRPDR sel
2010       - 20  # NDRPDR sel
2011       - 21  # NDRPDR sel
2012       - 22  # NDRPDR sel
2013       - 25  # NDRPDR sel
2014   compare:
2015     title: "2-Node Skx"
2016     data:
2017       csit-vpp-perf-verify-1810-2n-skx:
2018       - 9   # NDRPDR sel
2019       - 13  # NDRPDR sel
2020       - 14  # NDRPDR sel
2021       - 19  # NDRPDR sel
2022       - 20  # NDRPDR sel
2023       - 21  # NDRPDR sel
2024       - 22  # NDRPDR sel
2025       - 23  # NDRPDR sel
2026       - 24  # NDRPDR sel
2027       - 27  # NDRPDR sel
2028   data: "vpp-compare-topologies"
2029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2030   filter: "'NDRPDR'"
2031   parameters:
2032   - "name"
2033   - "parent"
2034   - "throughput"
2035
2036 # VPP Performance Changes 3n-hsw 1t1c MRR
2037 -
2038   type: "table"
2039   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2040   algorithm: "table_performance_comparison"
2041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2042   history:
2043     -
2044       title: "rls1804"
2045       data:
2046         csit-vpp-perf-check-1804:
2047         - 6   # mrr - sel
2048         - 13  # mrr - sel
2049         - 14  # mrr - sel
2050         - 15  # mrr - sel
2051         - 16  # mrr - sel
2052         - 17  # mrr - sel
2053         - 19  # mrr - sel
2054         - 20  # mrr - sel
2055         - 21  # mrr - sel
2056         - 22  # mrr - sel
2057   reference:
2058     title: "rls1807"
2059     data:
2060       csit-vpp-perf-verify-1807-3n-hsw:
2061       - 8   # MRR full
2062       - 9   # MRR sel
2063       - 21  # MRR sel
2064       - 31  # MRR sel
2065       - 33  # MRR sel
2066       - 36  # MRR sel
2067       - 41  # MRR sel
2068       - 42  # MRR sel
2069       - 48  # MRR sel
2070   compare:
2071     title: "rls1810"
2072     data:
2073       csit-vpp-perf-verify-1810-3n-hsw:
2074       - 9   # MRR sel
2075   data: "vpp-performance-changes-3n-hsw-mrr"
2076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2077   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2078   parameters:
2079   - "name"
2080   - "parent"
2081   - "result"
2082
2083 # VPP Performance Changes 3n-hsw 2t2c MRR
2084 -
2085   type: "table"
2086   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2087   algorithm: "table_performance_comparison"
2088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2089   history:
2090     -
2091       title: "rls1804"
2092       data:
2093         csit-vpp-perf-check-1804:
2094         - 6   # mrr - sel
2095         - 13  # mrr - sel
2096         - 14  # mrr - sel
2097         - 15  # mrr - sel
2098         - 16  # mrr - sel
2099         - 17  # mrr - sel
2100         - 19  # mrr - sel
2101         - 20  # mrr - sel
2102         - 21  # mrr - sel
2103         - 22  # mrr - sel
2104   reference:
2105     title: "rls1807"
2106     data:
2107       csit-vpp-perf-verify-1807-3n-hsw:
2108       - 8   # MRR full
2109       - 9   # MRR sel
2110       - 21  # MRR sel
2111       - 31  # MRR sel
2112       - 33  # MRR sel
2113       - 36  # MRR sel
2114       - 41  # MRR sel
2115       - 42  # MRR sel
2116       - 48  # MRR sel
2117   compare:
2118     title: "rls1810"
2119     data:
2120       csit-vpp-perf-verify-1810-3n-hsw:
2121       - 9   # MRR sel
2122   data: "vpp-performance-changes-3n-hsw-mrr"
2123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2124   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2125   parameters:
2126   - "name"
2127   - "parent"
2128   - "result"
2129
2130 # VPP Performance Changes 3n-hsw 4t4c MRR
2131 -
2132   type: "table"
2133   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2134   algorithm: "table_performance_comparison"
2135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2136   history:
2137     -
2138       title: "rls1804"
2139       data:
2140         csit-vpp-perf-check-1804:
2141         - 6   # mrr - sel
2142         - 13  # mrr - sel
2143         - 14  # mrr - sel
2144         - 15  # mrr - sel
2145         - 16  # mrr - sel
2146         - 17  # mrr - sel
2147         - 19  # mrr - sel
2148         - 20  # mrr - sel
2149         - 21  # mrr - sel
2150         - 22  # mrr - sel
2151   reference:
2152     title: "rls1807"
2153     data:
2154       csit-vpp-perf-verify-1807-3n-hsw:
2155       - 8   # MRR full
2156       - 9   # MRR sel
2157       - 21  # MRR sel
2158       - 31  # MRR sel
2159       - 33  # MRR sel
2160       - 36  # MRR sel
2161       - 41  # MRR sel
2162       - 42  # MRR sel
2163       - 48  # MRR sel
2164   compare:
2165     title: "rls1810"
2166     data:
2167       csit-vpp-perf-verify-1810-3n-hsw:
2168       - 9   # MRR sel
2169   data: "vpp-performance-changes-3n-hsw-mrr"
2170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2171   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2172   parameters:
2173   - "name"
2174   - "parent"
2175   - "result"
2176
2177 # VPP Performance Changes 3n-skx 2t1c MRR
2178 -
2179   type: "table"
2180   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2181   algorithm: "table_performance_comparison"
2182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2183   reference:
2184     title: "rls1807"
2185     data:
2186       csit-vpp-perf-verify-1807-3n-skx:
2187       - 28  # MRR sel
2188       - 32  # MRR sel
2189       - 36  # MRR sel
2190       - 42  # MRR sel
2191       - 47  # MRR sel
2192       - 48  # MRR sel
2193       - 51  # MRR sel
2194       - 52  # MRR sel
2195       - 53  # MRR sel
2196   compare:
2197     title: "rls1810"
2198     data:
2199       csit-vpp-perf-verify-1810-3n-skx:
2200       - 9   # MRR sel
2201       - 11  # MRR sel
2202       - 12  # MRR sel
2203       - 13  # MRR sel
2204   data: "vpp-performance-changes-3n-skx-mrr"
2205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2206   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2207   parameters:
2208   - "name"
2209   - "parent"
2210   - "result"
2211
2212 # VPP Performance Changes 3n-skx 4t2c MRR
2213 -
2214   type: "table"
2215   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2216   algorithm: "table_performance_comparison"
2217   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2218   reference:
2219     title: "rls1807"
2220     data:
2221       csit-vpp-perf-verify-1807-3n-skx:
2222       - 28  # MRR sel
2223       - 32  # MRR sel
2224       - 36  # MRR sel
2225       - 42  # MRR sel
2226       - 47  # MRR sel
2227       - 48  # MRR sel
2228       - 51  # MRR sel
2229       - 52  # MRR sel
2230       - 53  # MRR sel
2231   compare:
2232     title: "rls1810"
2233     data:
2234       csit-vpp-perf-verify-1810-3n-skx:
2235       - 9   # MRR sel
2236       - 11  # MRR sel
2237       - 12  # MRR sel
2238       - 13  # MRR sel
2239   data: "vpp-performance-changes-3n-skx-mrr"
2240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2241   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2242   parameters:
2243   - "name"
2244   - "parent"
2245   - "result"
2246
2247 # VPP Performance Changes 3n-skx 8t4c MRR
2248 -
2249   type: "table"
2250   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2251   algorithm: "table_performance_comparison"
2252   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2253   reference:
2254     title: "rls1807"
2255     data:
2256       csit-vpp-perf-verify-1807-3n-skx:
2257       - 28  # MRR sel
2258       - 32  # MRR sel
2259       - 36  # MRR sel
2260       - 42  # MRR sel
2261       - 47  # MRR sel
2262       - 48  # MRR sel
2263       - 51  # MRR sel
2264       - 52  # MRR sel
2265       - 53  # MRR sel
2266   compare:
2267     title: "rls1810"
2268     data:
2269       csit-vpp-perf-verify-1810-3n-skx:
2270       - 9   # MRR sel
2271       - 11  # MRR sel
2272       - 12  # MRR sel
2273       - 13  # MRR sel
2274   data: "vpp-performance-changes-3n-skx-mrr"
2275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2276   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2277   parameters:
2278   - "name"
2279   - "parent"
2280   - "result"
2281
2282 # VPP Performance Changes 2n-skx 2t1c MRR
2283 -
2284   type: "table"
2285   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2286   algorithm: "table_performance_comparison"
2287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2288   reference:
2289     title: "rls1807"
2290     data:
2291       csit-vpp-perf-verify-1807-2n-skx:
2292       - 31  # MRR sel
2293       - 33  # MRR sel
2294       - 37  # MRR sel
2295       - 38  # MRR sel
2296       - 41  # MRR sel
2297       - 43  # MRR sel
2298       - 44  # MRR sel
2299       - 45  # MRR sel
2300       - 46  # MRR sel
2301       - 47  # MRR sel
2302   compare:
2303     title: "rls1810"
2304     data:
2305       csit-vpp-perf-verify-1810-2n-skx:
2306       - 8   # MRR sel
2307       - 10  # MRR sel
2308       - 11  # MRR sel
2309       - 12  # MRR sel
2310   data: "vpp-performance-changes-2n-skx-mrr"
2311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2312   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2313   parameters:
2314   - "name"
2315   - "parent"
2316   - "result"
2317
2318 # VPP Performance Changes 2n-skx 4t2c MRR
2319 -
2320   type: "table"
2321   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2322   algorithm: "table_performance_comparison"
2323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2324   reference:
2325     title: "rls1807"
2326     data:
2327       csit-vpp-perf-verify-1807-2n-skx:
2328       - 31  # MRR sel
2329       - 33  # MRR sel
2330       - 37  # MRR sel
2331       - 38  # MRR sel
2332       - 41  # MRR sel
2333       - 43  # MRR sel
2334       - 44  # MRR sel
2335       - 45  # MRR sel
2336       - 46  # MRR sel
2337       - 47  # MRR sel
2338   compare:
2339     title: "rls1810"
2340     data:
2341       csit-vpp-perf-verify-1810-2n-skx:
2342       - 8   # MRR sel
2343       - 10  # MRR sel
2344       - 11  # MRR sel
2345       - 12  # MRR sel
2346   data: "vpp-performance-changes-2n-skx-mrr"
2347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2348   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2349   parameters:
2350   - "name"
2351   - "parent"
2352   - "result"
2353
2354 # VPP Performance Changes 2n-skx 8t4c MRR
2355 -
2356   type: "table"
2357   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2358   algorithm: "table_performance_comparison"
2359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2360   reference:
2361     title: "rls1807"
2362     data:
2363       csit-vpp-perf-verify-1807-2n-skx:
2364       - 31  # MRR sel
2365       - 33  # MRR sel
2366       - 37  # MRR sel
2367       - 38  # MRR sel
2368       - 41  # MRR sel
2369       - 43  # MRR sel
2370       - 44  # MRR sel
2371       - 45  # MRR sel
2372       - 46  # MRR sel
2373       - 47  # MRR sel
2374   compare:
2375     title: "rls1810"
2376     data:
2377       csit-vpp-perf-verify-1810-2n-skx:
2378       - 8   # MRR sel
2379       - 10  # MRR sel
2380       - 11  # MRR sel
2381       - 12  # MRR sel
2382   data: "vpp-performance-changes-2n-skx-mrr"
2383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2384   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "result"
2389
2390 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2391 -
2392   type: "table"
2393   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2394   algorithm: "table_performance_comparison"
2395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2396   reference:
2397     title: "3-Node Hsw"
2398     data:
2399       csit-vpp-perf-verify-1810-3n-hsw:
2400       - 9   # MRR sel
2401   compare:
2402     title: "3-Node Skx"
2403     data:
2404       csit-vpp-perf-verify-1810-3n-skx:
2405       - 9   # MRR sel
2406       - 11  # MRR sel
2407       - 12  # MRR sel
2408       - 13  # MRR sel
2409   data: "vpp-compare-testbeds-mrr"
2410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2411   filter: "'NIC_Intel-X710' and 'MRR'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "result"
2416
2417 # VPP Comparison Across Topologies 3n-skx to 2n-skx mrr
2418 -
2419   type: "table"
2420   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx mrr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-mrr"
2423   reference:
2424     title: "3-Node Skx"
2425     data:
2426       csit-vpp-perf-verify-1810-3n-skx:
2427       - 9   # MRR sel
2428       - 11  # MRR sel
2429       - 12  # MRR sel
2430       - 13  # MRR sel
2431   compare:
2432     title: "2-Node Skx"
2433     data:
2434       csit-vpp-perf-verify-1810-2n-skx:
2435       - 8   # MRR sel
2436       - 10  # MRR sel
2437       - 11  # MRR sel
2438       - 12  # MRR sel
2439   data: "vpp-compare-topologies-mrr"
2440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2441   filter: "'MRR'"
2442   parameters:
2443   - "name"
2444   - "parent"
2445   - "result"
2446
2447 # Detailed Test Results - VPP Performance Results 3n-hsw
2448 -
2449   type: "table"
2450   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2451   algorithm: "table_merged_details"
2452   output-file-ext: ".csv"
2453   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2454   columns:
2455   -
2456     title: "Name"
2457     data: "data name"
2458   -
2459     title: "Status"
2460     data: "data msg"
2461   rows: "generated"
2462   data: "vpp-perf-results-3n-hsw"
2463   filter: "not 'NDRCHK' and not 'PDRCHK'"
2464   parameters:
2465   - "name"
2466   - "parent"
2467   - "msg"
2468
2469 # Detailed Test Results - VPP Performance Results 3n-skx
2470 -
2471   type: "table"
2472   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2473   algorithm: "table_merged_details"
2474   output-file-ext: ".csv"
2475   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2476   columns:
2477   -
2478     title: "Name"
2479     data: "data name"
2480   -
2481     title: "Status"
2482     data: "data msg"
2483   rows: "generated"
2484   data: "vpp-perf-results-3n-skx"
2485   filter: "not 'NDRCHK' and not 'PDRCHK'"
2486   parameters:
2487   - "name"
2488   - "parent"
2489   - "msg"
2490
2491 # Detailed Test Results - VPP Performance Results 2n-skx
2492 -
2493   type: "table"
2494   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2495   algorithm: "table_merged_details"
2496   output-file-ext: ".csv"
2497   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2498   columns:
2499   -
2500     title: "Name"
2501     data: "data name"
2502   -
2503     title: "Status"
2504     data: "data msg"
2505   rows: "generated"
2506   data: "vpp-perf-results-2n-skx"
2507   filter: "not 'NDRCHK' and not 'PDRCHK'"
2508   parameters:
2509   - "name"
2510   - "parent"
2511   - "msg"
2512
2513 # Detailed Test Results - VPP Performance Results 2n-dnv
2514 -
2515   type: "table"
2516   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2517   algorithm: "table_details"
2518   output-file-ext: ".csv"
2519   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2520   columns:
2521   -
2522     title: "Name"
2523     data: "data name"
2524   -
2525     title: "Status"
2526     data: "data msg"
2527   rows: "generated"
2528   data: "intel-dnv-vpp"
2529   filter: "'NDRPDR'"
2530   parameters:
2531   - "name"
2532   - "parent"
2533   - "msg"
2534
2535 # Test configuration - VPP Performance Test Configs 3n-hsw
2536 -
2537   type: "table"
2538   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2539   algorithm: "table_merged_details"
2540   output-file-ext: ".csv"
2541   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2542   columns:
2543   -
2544     title: "Name"
2545     data: "data name"
2546   -
2547     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2548     data: "data vat-history"
2549   rows: "generated"
2550   data: "vpp-perf-results-3n-hsw"
2551   filter: "not 'NDRCHK' and not 'PDRCHK'"
2552   parameters:
2553   - "parent"
2554   - "name"
2555   - "vat-history"
2556
2557 # Test configuration - VPP Performance Test Configs 3n-skx
2558 -
2559   type: "table"
2560   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2561   algorithm: "table_merged_details"
2562   output-file-ext: ".csv"
2563   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2564   columns:
2565   -
2566     title: "Name"
2567     data: "data name"
2568   -
2569     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2570     data: "data vat-history"
2571   rows: "generated"
2572   data: "vpp-perf-results-3n-skx"
2573   filter: "not 'NDRCHK' and not 'PDRCHK'"
2574   parameters:
2575   - "parent"
2576   - "name"
2577   - "vat-history"
2578
2579 # Test configuration - VPP Performance Test Configs 2n-skx
2580 -
2581   type: "table"
2582   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2583   algorithm: "table_merged_details"
2584   output-file-ext: ".csv"
2585   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2586   columns:
2587   -
2588     title: "Name"
2589     data: "data name"
2590   -
2591     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2592     data: "data vat-history"
2593   rows: "generated"
2594   data: "vpp-perf-results-2n-skx"
2595   filter: "not 'NDRCHK' and not 'PDRCHK'"
2596   parameters:
2597   - "parent"
2598   - "name"
2599   - "vat-history"
2600
2601 # Test configuration - VPP Performance Test Configs 2n-dnv
2602 -
2603   type: "table"
2604   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2605   algorithm: "table_details"
2606   output-file-ext: ".csv"
2607   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2608   columns:
2609   -
2610     title: "Name"
2611     data: "data name"
2612   -
2613     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2614     data: "data vat-history"
2615   rows: "generated"
2616   data: "intel-dnv-vpp"
2617   filter: "'NDRPDR'"
2618   parameters:
2619   - "parent"
2620   - "name"
2621   - "vat-history"
2622
2623 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2624 -
2625   type: "table"
2626   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2627   algorithm: "table_merged_details"
2628   output-file-ext: ".csv"
2629   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2630   columns:
2631   -
2632     title: "Name"
2633     data: "data name"
2634   -
2635     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2636     data: "data show-run"
2637   rows: "generated"
2638   data: "vpp-perf-results-3n-hsw"
2639   filter: "not 'NDRCHK' and not 'PDRCHK'"
2640   parameters:
2641   - "parent"
2642   - "name"
2643   - "show-run"
2644
2645 # Test Operational Data - VPP Performance Operational Data 3n-skx
2646 -
2647   type: "table"
2648   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2649   algorithm: "table_merged_details"
2650   output-file-ext: ".csv"
2651   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2652   columns:
2653   -
2654     title: "Name"
2655     data: "data name"
2656   -
2657     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2658     data: "data show-run"
2659   rows: "generated"
2660   data: "vpp-perf-results-3n-skx"
2661   filter: "not 'NDRCHK' and not 'PDRCHK'"
2662   parameters:
2663   - "parent"
2664   - "name"
2665   - "show-run"
2666
2667 # Test Operational Data - VPP Performance Operational Data 2n-skx
2668 -
2669   type: "table"
2670   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2671   algorithm: "table_merged_details"
2672   output-file-ext: ".csv"
2673   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2674   columns:
2675   -
2676     title: "Name"
2677     data: "data name"
2678   -
2679     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2680     data: "data show-run"
2681   rows: "generated"
2682   data: "vpp-perf-results-2n-skx"
2683   filter: "not 'NDRCHK' and not 'PDRCHK'"
2684   parameters:
2685   - "parent"
2686   - "name"
2687   - "show-run"
2688
2689 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2690 -
2691   type: "table"
2692   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2693   algorithm: "table_details"
2694   output-file-ext: ".csv"
2695   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2696   columns:
2697   -
2698     title: "Name"
2699     data: "data name"
2700   -
2701     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2702     data: "data show-run"
2703   rows: "generated"
2704   data: "intel-dnv-vpp"
2705   filter: "'NDRPDR'"
2706   parameters:
2707   - "parent"
2708   - "name"
2709   - "show-run"
2710
2711 # Detailed Test Results - VPP MRR Results 3n-hsw
2712 -
2713   type: "table"
2714   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2715   algorithm: "table_details"
2716   output-file-ext: ".csv"
2717   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2718   columns:
2719   -
2720     title: "Name"
2721     data: "data name"
2722   -
2723     title: "Status"
2724     data: "data msg"
2725   rows: "generated"
2726   data: "vpp-mrr-results-3n-hsw"
2727   filter: "'MRR'"
2728   parameters:
2729   - "name"
2730   - "parent"
2731   - "msg"
2732
2733 # Detailed Test Results - VPP MRR Results 3n-skx
2734 -
2735   type: "table"
2736   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2737   algorithm: "table_details"
2738   output-file-ext: ".csv"
2739   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2740   columns:
2741   -
2742     title: "Name"
2743     data: "data name"
2744   -
2745     title: "Status"
2746     data: "data msg"
2747   rows: "generated"
2748   data: "vpp-mrr-results-3n-skx"
2749   filter: "'MRR'"
2750   parameters:
2751   - "name"
2752   - "parent"
2753   - "msg"
2754
2755 # Detailed Test Results - VPP MRR Results 2n-skx
2756 -
2757   type: "table"
2758   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2759   algorithm: "table_details"
2760   output-file-ext: ".csv"
2761   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2762   columns:
2763   -
2764     title: "Name"
2765     data: "data name"
2766   -
2767     title: "Status"
2768     data: "data msg"
2769   rows: "generated"
2770   data: "vpp-mrr-results-2n-skx"
2771   filter: "'MRR'"
2772   parameters:
2773   - "name"
2774   - "parent"
2775   - "msg"
2776
2777 # Detailed Test Results - VPP MRR Results 2n-dnv
2778 -
2779   type: "table"
2780   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2781   algorithm: "table_details"
2782   output-file-ext: ".csv"
2783   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2784   columns:
2785   -
2786     title: "Name"
2787     data: "data name"
2788   -
2789     title: "Status"
2790     data: "data msg"
2791   rows: "generated"
2792   data: "intel-dnv-vpp"
2793   filter: "'MRR'"
2794   parameters:
2795   - "name"
2796   - "parent"
2797   - "msg"
2798
2799 # Test configuration - VPP MRR Test Configs 3n-hsw
2800 -
2801   type: "table"
2802   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2803   algorithm: "table_details"
2804   output-file-ext: ".csv"
2805   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2806   columns:
2807   -
2808     title: "Name"
2809     data: "data name"
2810   -
2811     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2812     data: "data vat-history"
2813   rows: "generated"
2814   data: "vpp-mrr-results-3n-hsw"
2815   filter: "'MRR'"
2816   parameters:
2817   - "parent"
2818   - "name"
2819   - "vat-history"
2820
2821 # Test configuration - VPP MRR Test Configs 3n-skx
2822 -
2823   type: "table"
2824   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2825   algorithm: "table_details"
2826   output-file-ext: ".csv"
2827   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2828   columns:
2829   -
2830     title: "Name"
2831     data: "data name"
2832   -
2833     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2834     data: "data vat-history"
2835   rows: "generated"
2836   data: "vpp-mrr-results-3n-skx"
2837   filter: "'MRR'"
2838   parameters:
2839   - "parent"
2840   - "name"
2841   - "vat-history"
2842
2843 # Test configuration - VPP MRR Test Configs 2n-skx
2844 -
2845   type: "table"
2846   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2847   algorithm: "table_details"
2848   output-file-ext: ".csv"
2849   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2850   columns:
2851   -
2852     title: "Name"
2853     data: "data name"
2854   -
2855     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2856     data: "data vat-history"
2857   rows: "generated"
2858   data: "vpp-mrr-results-2n-skx"
2859   filter: "'MRR'"
2860   parameters:
2861   - "parent"
2862   - "name"
2863   - "vat-history"
2864
2865 # Test configuration - VPP MRR Test Configs 2n-dnv
2866 -
2867   type: "table"
2868   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2869   algorithm: "table_details"
2870   output-file-ext: ".csv"
2871   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2872   columns:
2873   -
2874     title: "Name"
2875     data: "data name"
2876   -
2877     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2878     data: "data vat-history"
2879   rows: "generated"
2880   data: "intel-dnv-vpp"
2881   filter: "'MRR'"
2882   parameters:
2883   - "parent"
2884   - "name"
2885   - "vat-history"
2886
2887 # Detailed Test Results - VPP Functional Results - Ubuntu
2888 -
2889   type: "table"
2890   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2891   algorithm: "table_details"
2892   output-file-ext: ".csv"
2893   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2894   columns:
2895   -
2896     title: "Name"
2897     data: "data name"
2898   -
2899     title: "Documentation"
2900     data: "data doc"
2901   -
2902     title: "Status"
2903     data: "data status"
2904   rows: "generated"
2905   data: "vpp-func-results-ubuntu"
2906   filter: "all"
2907   parameters:
2908   - "name"
2909   - "parent"
2910   - "doc"
2911   - "status"
2912
2913 # Detailed Test Results - VPP Functional Results - CentOS
2914 -
2915   type: "table"
2916   title: "Detailed Test Results - VPP Functional Results - CentOS"
2917   algorithm: "table_details"
2918   output-file-ext: ".csv"
2919   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2920   columns:
2921   -
2922     title: "Name"
2923     data: "data name"
2924   -
2925     title: "Documentation"
2926     data: "data doc"
2927   -
2928     title: "Status"
2929     data: "data status"
2930   rows: "generated"
2931   data:
2932     "vpp-func-results-centos"
2933   filter: "all"
2934   parameters:
2935   - "name"
2936   - "parent"
2937   - "doc"
2938   - "status"
2939
2940 # Test configuration - VPP Functional Test Configs - Ubuntu
2941 -
2942   type: "table"
2943   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2944   algorithm: "table_details"
2945   output-file-ext: ".csv"
2946   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2947   columns:
2948   -
2949     title: "Name"
2950     data: "data name"
2951   -
2952     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2953     data: "data vat-history"
2954   rows: "generated"
2955   data: "vpp-func-results-ubuntu"
2956   filter: "all"
2957   parameters:
2958   - "parent"
2959   - "name"
2960   - "vat-history"
2961
2962 # Test configuration - VPP Functional Test Configs - CentOS
2963 -
2964   type: "table"
2965   title: "Test configuration - VPP Functional Test Configs - CentOS"
2966   algorithm: "table_details"
2967   output-file-ext: ".csv"
2968   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2969   columns:
2970   -
2971     title: "Name"
2972     data: "data name"
2973   -
2974     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2975     data: "data vat-history"
2976   rows: "generated"
2977   data: "vpp-func-results-centos"
2978   filter: "all"
2979   parameters:
2980   - "parent"
2981   - "name"
2982   - "vat-history"
2983
2984 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2985 -
2986   type: "table"
2987   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2988   algorithm: "table_details"
2989   output-file-ext: ".csv"
2990   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2991   columns:
2992   -
2993     title: "Name"
2994     data: "data name"
2995   -
2996     title: "Status"
2997     data: "data msg"
2998   rows: "generated"
2999   data: "ligato-perf-results-3n-hsw"
3000   filter: "all"
3001   parameters:
3002   - "name"
3003   - "parent"
3004   - "msg"
3005
3006 # Detailed Test Results - VPP Device Results - Ubuntu
3007 -
3008   type: "table"
3009   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3010   algorithm: "table_details"
3011   output-file-ext: ".csv"
3012   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3013   columns:
3014   -
3015     title: "Name"
3016     data: "data name"
3017   -
3018     title: "Documentation"
3019     data: "data doc"
3020   -
3021     title: "Status"
3022     data: "data status"
3023   rows: "generated"
3024   data: "vpp-device-results-ubuntu"
3025   filter: "all"
3026   parameters:
3027   - "name"
3028   - "parent"
3029   - "doc"
3030   - "status"
3031
3032 # Test configuration - VPP Device Test Configs - Ubuntu
3033 -
3034   type: "table"
3035   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3036   algorithm: "table_details"
3037   output-file-ext: ".csv"
3038   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3039   columns:
3040   -
3041     title: "Name"
3042     data: "data name"
3043   -
3044     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3045     data: "data vat-history"
3046   rows: "generated"
3047   data: "vpp-device-results-ubuntu"
3048   filter: "all"
3049   parameters:
3050   - "parent"
3051   - "name"
3052   - "vat-history"
3053
3054 ################################################################################
3055
3056 # DPDK Performance Changes 3n-hsw 1t1c pdr
3057 -
3058   type: "table"
3059   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3060   algorithm: "table_performance_comparison"
3061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3062   history:
3063     -
3064       title: "rls1804"
3065       data:
3066         csit-dpdk-perf-1804-all:
3067         - 4
3068         - 5
3069         - 6
3070         - 7
3071         - 8
3072         - 9
3073         - 10
3074         - 11
3075         - 12
3076         - 13
3077   reference:
3078     title: "rls1807"
3079     data:
3080       csit-dpdk-perf-verify-1807-3n-hsw:
3081       - 11
3082       - 12  # full
3083       - 14
3084       - 15
3085       - 16
3086       - 17
3087       - 20
3088       - 21
3089       - 22
3090       - 23
3091   compare:
3092     title: "rls1810"
3093     data:
3094       csit-dpdk-perf-verify-1810-3n-hsw:
3095       - 1   # NDRPDR sel
3096       - 2   # NDRPDR sel
3097       - 3   # NDRPDR sel
3098       - 4   # NDRPDR sel
3099       - 5   # NDRPDR sel
3100       - 6   # NDRPDR sel
3101       - 7   # NDRPDR sel
3102       - 8   # NDRPDR sel
3103       - 9   # NDRPDR sel
3104       - 10  # NDRPDR sel
3105   data: "dpdk-performance-changes-3n-hsw"
3106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3107   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3108   parameters:
3109   - "name"
3110   - "parent"
3111   - "throughput"
3112
3113 # DPDK Performance Changes 3n-hsw 2t2c pdr
3114 -
3115   type: "table"
3116   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3117   algorithm: "table_performance_comparison"
3118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3119   history:
3120     -
3121       title: "rls1804"
3122       data:
3123         csit-dpdk-perf-1804-all:
3124         - 4
3125         - 5
3126         - 6
3127         - 7
3128         - 8
3129         - 9
3130         - 10
3131         - 11
3132         - 12
3133         - 13
3134   reference:
3135     title: "rls1807"
3136     data:
3137       csit-dpdk-perf-verify-1807-3n-hsw:
3138       - 11
3139       - 12  # full
3140       - 14
3141       - 15
3142       - 16
3143       - 17
3144       - 20
3145       - 21
3146       - 22
3147       - 23
3148   compare:
3149     title: "rls1810"
3150     data:
3151       csit-dpdk-perf-verify-1810-3n-hsw:
3152       - 1   # NDRPDR sel
3153       - 2   # NDRPDR sel
3154       - 3   # NDRPDR sel
3155       - 4   # NDRPDR sel
3156       - 5   # NDRPDR sel
3157       - 6   # NDRPDR sel
3158       - 7   # NDRPDR sel
3159       - 8   # NDRPDR sel
3160       - 9   # NDRPDR sel
3161       - 10  # NDRPDR sel
3162   data: "dpdk-performance-changes-3n-hsw"
3163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3164   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "throughput"
3169
3170 # DPDK Performance Changes 3n-hsw 1t1c ndr
3171 -
3172   type: "table"
3173   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3174   algorithm: "table_performance_comparison"
3175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3176   history:
3177     -
3178       title: "rls1804"
3179       data:
3180         csit-dpdk-perf-1804-all:
3181         - 4
3182         - 5
3183         - 6
3184         - 7
3185         - 8
3186         - 9
3187         - 10
3188         - 11
3189         - 12
3190         - 13
3191   reference:
3192     title: "rls1807"
3193     data:
3194       csit-dpdk-perf-verify-1807-3n-hsw:
3195       - 11
3196       - 12  # full
3197       - 14
3198       - 15
3199       - 16
3200       - 17
3201       - 20
3202       - 21
3203       - 22
3204       - 23
3205   compare:
3206     title: "rls1810"
3207     data:
3208       csit-dpdk-perf-verify-1810-3n-hsw:
3209       - 1   # NDRPDR sel
3210       - 2   # NDRPDR sel
3211       - 3   # NDRPDR sel
3212       - 4   # NDRPDR sel
3213       - 5   # NDRPDR sel
3214       - 6   # NDRPDR sel
3215       - 7   # NDRPDR sel
3216       - 8   # NDRPDR sel
3217       - 9   # NDRPDR sel
3218       - 10  # NDRPDR sel
3219   data: "dpdk-performance-changes-3n-hsw"
3220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "throughput"
3226
3227 # DPDK Performance Changes 3n-hsw 2t2c ndr
3228 -
3229   type: "table"
3230   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3231   algorithm: "table_performance_comparison"
3232   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3233   history:
3234     -
3235       title: "rls1804"
3236       data:
3237         csit-dpdk-perf-1804-all:
3238         - 4
3239         - 5
3240         - 6
3241         - 7
3242         - 8
3243         - 9
3244         - 10
3245         - 11
3246         - 12
3247         - 13
3248   reference:
3249     title: "rls1807"
3250     data:
3251       csit-dpdk-perf-verify-1807-3n-hsw:
3252       - 11
3253       - 12  # full
3254       - 14
3255       - 15
3256       - 16
3257       - 17
3258       - 20
3259       - 21
3260       - 22
3261       - 23
3262   compare:
3263     title: "rls1810"
3264     data:
3265       csit-dpdk-perf-verify-1810-3n-hsw:
3266       - 1   # NDRPDR sel
3267       - 2   # NDRPDR sel
3268       - 3   # NDRPDR sel
3269       - 4   # NDRPDR sel
3270       - 5   # NDRPDR sel
3271       - 6   # NDRPDR sel
3272       - 7   # NDRPDR sel
3273       - 8   # NDRPDR sel
3274       - 9   # NDRPDR sel
3275       - 10  # NDRPDR sel
3276   data: "dpdk-performance-changes-3n-hsw"
3277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3278   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3279   parameters:
3280   - "name"
3281   - "parent"
3282   - "throughput"
3283
3284 # DPDK Performance Changes 3n-skx 2t1c pdr
3285 -
3286   type: "table"
3287   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3288   algorithm: "table_performance_comparison"
3289   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3290   reference:
3291     title: "rls1807"
3292     data:
3293       csit-dpdk-perf-verify-1807-3n-skx:
3294       - 1   # NDRPDR sel
3295       - 2   # NDRPDR sel
3296       - 3   # NDRPDR sel
3297       - 6   # NDRPDR sel
3298       - 7   # NDRPDR sel
3299       - 8   # NDRPDR sel
3300       - 9   # NDRPDR sel
3301       - 10  # NDRPDR sel
3302       - 11  # NDRPDR sel
3303       - 12  # NDRPDR sel
3304   compare:
3305     title: "rls1810"
3306     data:
3307       csit-dpdk-perf-verify-1810-3n-skx:
3308       - 3   # NDRPDR sel
3309       - 4   # NDRPDR sel
3310       - 6   # NDRPDR sel
3311       - 7   # NDRPDR sel
3312       - 8   # NDRPDR sel
3313       - 9   # NDRPDR sel
3314       - 10  # NDRPDR sel
3315       - 11  # NDRPDR sel
3316       - 12  # NDRPDR sel
3317       - 13  # NDRPDR sel
3318   data: "dpdk-performance-changes-3n-skx"
3319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3320   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3321   parameters:
3322   - "name"
3323   - "parent"
3324   - "throughput"
3325
3326 # DPDK Performance Changes 3n-skx 4t2c pdr
3327 -
3328   type: "table"
3329   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3330   algorithm: "table_performance_comparison"
3331   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3332   reference:
3333     title: "rls1807"
3334     data:
3335       csit-dpdk-perf-verify-1807-3n-skx:
3336       - 1   # NDRPDR sel
3337       - 2   # NDRPDR sel
3338       - 3   # NDRPDR sel
3339       - 6   # NDRPDR sel
3340       - 7   # NDRPDR sel
3341       - 8   # NDRPDR sel
3342       - 9   # NDRPDR sel
3343       - 10  # NDRPDR sel
3344       - 11  # NDRPDR sel
3345       - 12  # NDRPDR sel
3346   compare:
3347     title: "rls1810"
3348     data:
3349       csit-dpdk-perf-verify-1810-3n-skx:
3350       - 3   # NDRPDR sel
3351       - 4   # NDRPDR sel
3352       - 6   # NDRPDR sel
3353       - 7   # NDRPDR sel
3354       - 8   # NDRPDR sel
3355       - 9   # NDRPDR sel
3356       - 10  # NDRPDR sel
3357       - 11  # NDRPDR sel
3358       - 12  # NDRPDR sel
3359       - 13  # NDRPDR sel
3360   data: "dpdk-performance-changes-3n-skx"
3361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3362   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3363   parameters:
3364   - "name"
3365   - "parent"
3366   - "throughput"
3367
3368 # DPDK Performance Changes 3n-skx 2t1c ndr
3369 -
3370   type: "table"
3371   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3372   algorithm: "table_performance_comparison"
3373   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3374   reference:
3375     title: "rls1807"
3376     data:
3377       csit-dpdk-perf-verify-1807-3n-skx:
3378       - 1   # NDRPDR sel
3379       - 2   # NDRPDR sel
3380       - 3   # NDRPDR sel
3381       - 6   # NDRPDR sel
3382       - 7   # NDRPDR sel
3383       - 8   # NDRPDR sel
3384       - 9   # NDRPDR sel
3385       - 10  # NDRPDR sel
3386       - 11  # NDRPDR sel
3387       - 12  # NDRPDR sel
3388   compare:
3389     title: "rls1810"
3390     data:
3391       csit-dpdk-perf-verify-1810-3n-skx:
3392       - 3   # NDRPDR sel
3393       - 4   # NDRPDR sel
3394       - 6   # NDRPDR sel
3395       - 7   # NDRPDR sel
3396       - 8   # NDRPDR sel
3397       - 9   # NDRPDR sel
3398       - 10  # NDRPDR sel
3399       - 11  # NDRPDR sel
3400       - 12  # NDRPDR sel
3401       - 13  # NDRPDR sel
3402   data: "dpdk-performance-changes-3n-skx"
3403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3404   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3405   parameters:
3406   - "name"
3407   - "parent"
3408   - "throughput"
3409
3410 # DPDK Performance Changes 3n-skx 4t2c ndr
3411 -
3412   type: "table"
3413   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3414   algorithm: "table_performance_comparison"
3415   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3416   reference:
3417     title: "rls1807"
3418     data:
3419       csit-dpdk-perf-verify-1807-3n-skx:
3420       - 1   # NDRPDR sel
3421       - 2   # NDRPDR sel
3422       - 3   # NDRPDR sel
3423       - 6   # NDRPDR sel
3424       - 7   # NDRPDR sel
3425       - 8   # NDRPDR sel
3426       - 9   # NDRPDR sel
3427       - 10  # NDRPDR sel
3428       - 11  # NDRPDR sel
3429       - 12  # NDRPDR sel
3430   compare:
3431     title: "rls1810"
3432     data:
3433       csit-dpdk-perf-verify-1810-3n-skx:
3434       - 3   # NDRPDR sel
3435       - 4   # NDRPDR sel
3436       - 6   # NDRPDR sel
3437       - 7   # NDRPDR sel
3438       - 8   # NDRPDR sel
3439       - 9   # NDRPDR sel
3440       - 10  # NDRPDR sel
3441       - 11  # NDRPDR sel
3442       - 12  # NDRPDR sel
3443       - 13  # NDRPDR sel
3444   data: "dpdk-performance-changes-3n-skx"
3445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3446   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3447   parameters:
3448   - "name"
3449   - "parent"
3450   - "throughput"
3451
3452 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3453 -
3454   type: "table"
3455   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3456   algorithm: "table_performance_comparison"
3457   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3458   reference:
3459     title: "3-Node Hsw"
3460     data:
3461       csit-dpdk-perf-verify-1810-3n-hsw:
3462       - 1   # NDRPDR sel
3463       - 2   # NDRPDR sel
3464       - 3   # NDRPDR sel
3465       - 4   # NDRPDR sel
3466       - 5   # NDRPDR sel
3467       - 6   # NDRPDR sel
3468       - 7   # NDRPDR sel
3469       - 8   # NDRPDR sel
3470       - 9   # NDRPDR sel
3471       - 10  # NDRPDR sel
3472   compare:
3473     title: "3-Node Skx"
3474     data:
3475       csit-dpdk-perf-verify-1810-3n-skx:
3476       - 3   # NDRPDR sel
3477       - 4   # NDRPDR sel
3478       - 6   # NDRPDR sel
3479       - 7   # NDRPDR sel
3480       - 8   # NDRPDR sel
3481       - 9   # NDRPDR sel
3482       - 10  # NDRPDR sel
3483       - 11  # NDRPDR sel
3484       - 12  # NDRPDR sel
3485       - 13  # NDRPDR sel
3486   data: "dpdk-compare-testbeds"
3487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3489   parameters:
3490   - "name"
3491   - "parent"
3492   - "throughput"
3493
3494 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3495 -
3496   type: "table"
3497   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3498   algorithm: "table_performance_comparison"
3499   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3500   reference:
3501     title: "3-Node Skx"
3502     data:
3503       csit-dpdk-perf-verify-1810-3n-skx:
3504       - 3   # NDRPDR sel
3505       - 4   # NDRPDR sel
3506       - 6   # NDRPDR sel
3507       - 7   # NDRPDR sel
3508       - 8   # NDRPDR sel
3509       - 9   # NDRPDR sel
3510       - 10  # NDRPDR sel
3511       - 11  # NDRPDR sel
3512       - 12  # NDRPDR sel
3513       - 13  # NDRPDR sel
3514   compare:
3515     title: "2-Node Skx"
3516     data:
3517       csit-dpdk-perf-verify-1810-2n-skx:
3518       - 3   # NDRPDR sel
3519       - 4   # NDRPDR sel
3520       - 5   # NDRPDR sel
3521       - 7   # NDRPDR sel
3522       - 8   # NDRPDR sel
3523       - 9   # NDRPDR sel
3524       - 10  # NDRPDR sel
3525       - 11  # NDRPDR sel
3526       - 12  # NDRPDR sel
3527       - 13  # NDRPDR sel
3528   data: "dpdk-compare-topologies"
3529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "throughput"
3535
3536 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3537 -
3538   type: "table"
3539   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3540   algorithm: "table_performance_comparison"
3541   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3542   reference:
3543     title: "3-Node Skx"
3544     data:
3545       csit-dpdk-perf-verify-1810-3n-skx:
3546       - 3   # NDRPDR sel
3547       - 4   # NDRPDR sel
3548       - 6   # NDRPDR sel
3549       - 7   # NDRPDR sel
3550       - 8   # NDRPDR sel
3551       - 9   # NDRPDR sel
3552       - 10  # NDRPDR sel
3553       - 11  # NDRPDR sel
3554       - 12  # NDRPDR sel
3555       - 13  # NDRPDR sel
3556   compare:
3557     title: "2-Node Skx"
3558     data:
3559       csit-dpdk-perf-verify-1810-2n-skx:
3560       - 3   # NDRPDR sel
3561       - 4   # NDRPDR sel
3562       - 5   # NDRPDR sel
3563       - 7   # NDRPDR sel
3564       - 8   # NDRPDR sel
3565       - 9   # NDRPDR sel
3566       - 10  # NDRPDR sel
3567       - 11  # NDRPDR sel
3568       - 12  # NDRPDR sel
3569       - 13  # NDRPDR sel
3570   data: "dpdk-compare-topologies"
3571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3579 -
3580   type: "table"
3581   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3582   algorithm: "table_performance_comparison"
3583   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3584   reference:
3585     title: "3-Node Hsw"
3586     data:
3587       csit-dpdk-perf-verify-1810-3n-hsw:
3588       - 1   # NDRPDR sel
3589       - 2   # NDRPDR sel
3590       - 3   # NDRPDR sel
3591       - 4   # NDRPDR sel
3592       - 5   # NDRPDR sel
3593       - 6   # NDRPDR sel
3594       - 7   # NDRPDR sel
3595       - 8   # NDRPDR sel
3596       - 9   # NDRPDR sel
3597       - 10  # NDRPDR sel
3598   compare:
3599     title: "3-Node Skx"
3600     data:
3601       csit-dpdk-perf-verify-1810-3n-skx:
3602       - 3   # NDRPDR sel
3603       - 4   # NDRPDR sel
3604       - 6   # NDRPDR sel
3605       - 7   # NDRPDR sel
3606       - 8   # NDRPDR sel
3607       - 9   # NDRPDR sel
3608       - 10  # NDRPDR sel
3609       - 11  # NDRPDR sel
3610       - 12  # NDRPDR sel
3611       - 13  # NDRPDR sel
3612   data: "dpdk-compare-testbeds"
3613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3614   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3615   parameters:
3616   - "name"
3617   - "parent"
3618   - "throughput"
3619
3620 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3621 # NOTE: Not used in 18.10
3622 #-
3623 #  type: "table"
3624 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3625 #  algorithm: "table_performance_comparison"
3626 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3627 #  reference:
3628 #    title: "3-Node Hsw"
3629 #    data:
3630 #      csit-dpdk-perf-verify-1807-3n-hsw:
3631 #      - 11
3632 #      - 12  # full
3633 #      - 14
3634 #      - 15
3635 #      - 16
3636 #      - 17
3637 #      - 20
3638 #      - 21
3639 #      - 22
3640 #      - 23
3641 #  compare:
3642 #    title: "3-Node Skx"
3643 #    data:
3644 #      csit-dpdk-perf-verify-1807-3n-skx:
3645 #      - 1
3646 #      - 2
3647 #      - 3
3648 #      - 6
3649 #      - 7
3650 #      - 8
3651 #      - 9
3652 #      - 10
3653 #      - 11
3654 #      - 12
3655 #  data: "dpdk-compare-testbeds"
3656 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3657 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3658 #  parameters:
3659 #  - "name"
3660 #  - "parent"
3661 #  - "result"
3662
3663 # Detailed Test Results - DPDK Performance Results 3n-hsw
3664 -
3665   type: "table"
3666   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3667   algorithm: "table_details"
3668   output-file-ext: ".csv"
3669   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3670   columns:
3671   -
3672     title: "Name"
3673     data: "data name"
3674   -
3675     title: "Status"
3676     data: "data msg"
3677   rows: "generated"
3678   data: "dpdk-perf-results-3n-hsw"
3679   filter: "all"
3680   parameters:
3681   - "name"
3682   - "parent"
3683   - "msg"
3684
3685 # Detailed Test Results - DPDK Performance Results 3n-skx
3686 -
3687   type: "table"
3688   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3689   algorithm: "table_details"
3690   output-file-ext: ".csv"
3691   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3692   columns:
3693   -
3694     title: "Name"
3695     data: "data name"
3696   -
3697     title: "Status"
3698     data: "data msg"
3699   rows: "generated"
3700   data: "dpdk-perf-results-3n-skx"
3701   filter: "all"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "msg"
3706
3707 # Detailed Test Results - DPDK Performance Results 2n-skx
3708 -
3709   type: "table"
3710   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3711   algorithm: "table_details"
3712   output-file-ext: ".csv"
3713   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3714   columns:
3715   -
3716     title: "Name"
3717     data: "data name"
3718   -
3719     title: "Status"
3720     data: "data msg"
3721   rows: "generated"
3722   data: "dpdk-perf-results-2n-skx"
3723   filter: "all"
3724   parameters:
3725   - "name"
3726   - "parent"
3727   - "msg"
3728
3729 ################################################################################
3730 # HoneyComb
3731 -
3732   type: "table"
3733   title: "Detailed Test Results - Honeycomb Functional Results"
3734   algorithm: "table_details"
3735   output-file-ext: ".csv"
3736   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3737   columns:
3738   -
3739     title: "Name"
3740     data: "data name"
3741   -
3742     title: "Documentation"
3743     data: "data doc"
3744   -
3745     title: "Status"
3746     data: "data status"
3747   rows: "generated"
3748   data:
3749     "hc-func-results"
3750   filter: "all"
3751   parameters:
3752   - "name"
3753   - "parent"
3754   - "doc"
3755   - "status"
3756
3757 ################################################################################
3758 # NSH SFC
3759 -
3760   type: "table"
3761   title: "Detailed Test Results - NSH SFC Functional Results"
3762   algorithm: "table_details"
3763   output-file-ext: ".csv"
3764   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3765   columns:
3766   -
3767     title: "Name"
3768     data: "data name"
3769   -
3770     title: "Documentation"
3771     data: "data doc"
3772   -
3773     title: "Status"
3774     data: "data status"
3775   rows: "generated"
3776   data:
3777     "nsh-func-results"
3778   filter: "all"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "doc"
3783   - "status"
3784
3785 ################################################################################
3786 # DMM
3787 -
3788   type: "table"
3789   title: "Detailed Test Results - DMM Functional Results"
3790   algorithm: "table_details"
3791   output-file-ext: ".csv"
3792   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3793   columns:
3794   -
3795     title: "Name"
3796     data: "data name"
3797   -
3798     title: "Documentation"
3799     data: "data doc"
3800   -
3801     title: "Status"
3802     data: "data status"
3803   rows: "generated"
3804   data:
3805     "dmm-func-results"
3806   filter: "all"
3807   parameters:
3808   - "name"
3809   - "parent"
3810   - "doc"
3811   - "status"
3812
3813 ################################################################################
3814 ###                                F I L E S                                 ###
3815 ################################################################################
3816
3817 # VPP Performance Results 3n-hsw
3818 -
3819   type: "file"
3820   title: "VPP Performance Results 3n-hsw"
3821   algorithm: "file_test_results"
3822   output-file-ext: ".rst"
3823   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3824   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"
3825   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3826   data: "vpp-perf-results-3n-hsw"
3827   filter: "not 'NDRCHK' and not 'PDRCHK'"
3828   parameters:
3829   - "name"
3830   - "doc"
3831   - "level"
3832   - "parent"
3833   data-start-level: 3
3834
3835 # VPP Performance Results 3n-skx
3836 -
3837   type: "file"
3838   title: "VPP Performance Results 3n-skx"
3839   algorithm: "file_test_results"
3840   output-file-ext: ".rst"
3841   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3842   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"
3843   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3844   data: "vpp-perf-results-3n-skx"
3845   filter: "not 'NDRCHK' and not 'PDRCHK'"
3846   parameters:
3847   - "name"
3848   - "doc"
3849   - "level"
3850   - "parent"
3851   data-start-level: 3
3852
3853 # VPP Performance Results 2n-skx
3854 -
3855   type: "file"
3856   title: "VPP Performance Results 2n-skx"
3857   algorithm: "file_test_results"
3858   output-file-ext: ".rst"
3859   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3860   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"
3861   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3862   data: "vpp-perf-results-2n-skx"
3863   filter: "not 'NDRCHK' and not 'PDRCHK'"
3864   parameters:
3865   - "name"
3866   - "doc"
3867   - "level"
3868   - "parent"
3869   data-start-level: 3
3870
3871 # VPP Performance Results 2n-dnv
3872 -
3873   type: "file"
3874   title: "VPP Performance Results 2n-dnv"
3875   algorithm: "file_test_results"
3876   output-file-ext: ".rst"
3877   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3878   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"
3879   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3880   data: "intel-dnv-vpp"
3881   filter: "'NDRPDR'"
3882   parameters:
3883   - "name"
3884   - "doc"
3885   - "level"
3886   - "parent"
3887   data-start-level: 3
3888
3889 # VPP Performance Configuration 3n-hsw
3890 -
3891   type: "file"
3892   title: "VPP Performance Configuration 3n-hsw"
3893   algorithm: "file_test_results"
3894   output-file-ext: ".rst"
3895   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3896   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"
3897   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3898   data: "vpp-perf-results-3n-hsw"
3899   filter: "not 'NDRCHK' and not 'PDRCHK'"
3900   parameters:
3901   - "name"
3902   - "doc"
3903   - "level"
3904   - "parent"
3905   data-start-level: 3
3906
3907 # VPP Performance Configuration 3n-skx
3908 -
3909   type: "file"
3910   title: "VPP Performance Configuration 3n-skx"
3911   algorithm: "file_test_results"
3912   output-file-ext: ".rst"
3913   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3914   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"
3915   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3916   data: "vpp-perf-results-3n-skx"
3917   filter: "not 'NDRCHK' and not 'PDRCHK'"
3918   parameters:
3919   - "name"
3920   - "doc"
3921   - "level"
3922   - "parent"
3923   data-start-level: 3
3924
3925 # VPP Performance Configuration 2n-skx
3926 -
3927   type: "file"
3928   title: "VPP Performance Configuration 2n-skx"
3929   algorithm: "file_test_results"
3930   output-file-ext: ".rst"
3931   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3932   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"
3933   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3934   data: "vpp-perf-results-2n-skx"
3935   filter: "not 'NDRCHK' and not 'PDRCHK'"
3936   parameters:
3937   - "name"
3938   - "doc"
3939   - "level"
3940   - "parent"
3941   data-start-level: 3
3942
3943 # VPP Performance Configuration 2n-dnv
3944 -
3945   type: "file"
3946   title: "VPP Performance Configuration 2n-dnv"
3947   algorithm: "file_test_results"
3948   output-file-ext: ".rst"
3949   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3950   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"
3951   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3952   data: "intel-dnv-vpp"
3953   filter: "'NDRPDR'"
3954   parameters:
3955   - "name"
3956   - "doc"
3957   - "level"
3958   - "parent"
3959   data-start-level: 3
3960
3961 # VPP Performance Operational Data 3n-hsw
3962 -
3963   type: "file"
3964   title: "VPP Performance Operational Data 3n-hsw"
3965   algorithm: "file_test_results"
3966   output-file-ext: ".rst"
3967   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3968   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"
3969   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3970   data: "vpp-perf-results-3n-hsw"
3971   filter: "not 'NDRCHK' and not 'PDRCHK'"
3972   parameters:
3973   - "name"
3974   - "doc"
3975   - "level"
3976   - "parent"
3977   data-start-level: 3
3978
3979 # VPP Performance Operational Data 3n-skx
3980 -
3981   type: "file"
3982   title: "VPP Performance Operational Data 3n-skx"
3983   algorithm: "file_test_results"
3984   output-file-ext: ".rst"
3985   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3986   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"
3987   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3988   data: "vpp-perf-results-3n-skx"
3989   filter: "not 'NDRCHK' and not 'PDRCHK'"
3990   parameters:
3991   - "name"
3992   - "doc"
3993   - "level"
3994   - "parent"
3995   data-start-level: 3
3996
3997 # VPP Performance Operational Data 2n-skx
3998 -
3999   type: "file"
4000   title: "VPP Performance Operational Data 2n-skx"
4001   algorithm: "file_test_results"
4002   output-file-ext: ".rst"
4003   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4004   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"
4005   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4006   data: "vpp-perf-results-2n-skx"
4007   filter: "not 'NDRCHK' and not 'PDRCHK'"
4008   parameters:
4009   - "name"
4010   - "doc"
4011   - "level"
4012   - "parent"
4013   data-start-level: 3
4014
4015 # VPP Performance Operational Data 2n-dnv
4016 -
4017   type: "file"
4018   title: "VPP Performance Operational Data 2n-dnv"
4019   algorithm: "file_test_results"
4020   output-file-ext: ".rst"
4021   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4022   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"
4023   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4024   data: "intel-dnv-vpp"
4025   filter: "'NDRPDR'"
4026   parameters:
4027   - "name"
4028   - "doc"
4029   - "level"
4030   - "parent"
4031   data-start-level: 3
4032
4033 # VPP MRR Results 3n-hsw
4034 -
4035   type: "file"
4036   title: "VPP MRR Results 3n-hsw"
4037   algorithm: "file_test_results"
4038   output-file-ext: ".rst"
4039   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4040   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"
4041   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4042   data: "vpp-mrr-results-3n-hsw"
4043   filter: "'MRR'"
4044   parameters:
4045   - "name"
4046   - "doc"
4047   - "level"
4048   - "parent"
4049   data-start-level: 3
4050
4051 # VPP MRR Results 3n-skx
4052 -
4053   type: "file"
4054   title: "VPP MRR Results 3n-skx"
4055   algorithm: "file_test_results"
4056   output-file-ext: ".rst"
4057   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4058   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"
4059   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4060   data: "vpp-mrr-results-3n-skx"
4061   filter: "'MRR'"
4062   parameters:
4063   - "name"
4064   - "doc"
4065   - "level"
4066   - "parent"
4067   data-start-level: 3
4068
4069 # VPP MRR Results 2n-skx
4070 -
4071   type: "file"
4072   title: "VPP MRR Results 2n-skx"
4073   algorithm: "file_test_results"
4074   output-file-ext: ".rst"
4075   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4076   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"
4077   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4078   data: "vpp-mrr-results-2n-skx"
4079   filter: "all"
4080   parameters:
4081   - "name"
4082   - "doc"
4083   - "level"
4084   - "parent"
4085   data-start-level: 3
4086
4087 # VPP MRR Results 2n-dnv
4088 -
4089   type: "file"
4090   title: "VPP MRR Results 2n-dnv"
4091   algorithm: "file_test_results"
4092   output-file-ext: ".rst"
4093   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4094   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"
4095   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4096   data: "intel-dnv-vpp"
4097   filter: "'MRR'"
4098   parameters:
4099   - "name"
4100   - "doc"
4101   - "level"
4102   - "parent"
4103   data-start-level: 3
4104
4105 # VPP MRR Configuration 3n-hsw
4106 -
4107   type: "file"
4108   title: "VPP MRR Configuration 3n-hsw"
4109   algorithm: "file_test_results"
4110   output-file-ext: ".rst"
4111   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4112   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"
4113   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4114   data: "vpp-mrr-results-3n-hsw"
4115   filter: "'MRR'"
4116   parameters:
4117   - "name"
4118   - "doc"
4119   - "level"
4120   - "parent"
4121   data-start-level: 3
4122
4123 # VPP MRR Configuration 3n-skx
4124 -
4125   type: "file"
4126   title: "VPP MRR Configuration 3n-skx"
4127   algorithm: "file_test_results"
4128   output-file-ext: ".rst"
4129   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4130   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"
4131   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4132   data: "vpp-mrr-results-3n-skx"
4133   filter: "'MRR'"
4134   parameters:
4135   - "name"
4136   - "doc"
4137   - "level"
4138   - "parent"
4139   data-start-level: 3
4140
4141 # VPP MRR Configuration 2n-skx
4142 -
4143   type: "file"
4144   title: "VPP MRR Configuration 2n-skx"
4145   algorithm: "file_test_results"
4146   output-file-ext: ".rst"
4147   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4148   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"
4149   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4150   data: "vpp-mrr-results-2n-skx"
4151   filter: "'MRR'"
4152   parameters:
4153   - "name"
4154   - "doc"
4155   - "level"
4156   - "parent"
4157   data-start-level: 3
4158
4159 # VPP MRR Configuration 2n-dnv
4160 -
4161   type: "file"
4162   title: "VPP MRR Configuration 2n-dnv"
4163   algorithm: "file_test_results"
4164   output-file-ext: ".rst"
4165   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4166   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"
4167   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4168   data: "intel-dnv-vpp"
4169   filter: "'MRR'"
4170   parameters:
4171   - "name"
4172   - "doc"
4173   - "level"
4174   - "parent"
4175   data-start-level: 3
4176
4177 # VPP Functional Results - Ubuntu
4178 -
4179   type: "file"
4180   title: "VPP Functional Results - Ubuntu"
4181   algorithm: "file_test_results"
4182   output-file-ext: ".rst"
4183   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4184   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"
4185   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4186   data: "vpp-func-results-ubuntu"
4187   filter: "all"
4188   parameters:
4189   - "name"
4190   - "doc"
4191   - "level"
4192   - "parent"
4193   data-start-level: 3
4194
4195 # VPP Functional Results - CentOS
4196 -
4197   type: "file"
4198   title: "VPP Functional Results - CentOS"
4199   algorithm: "file_test_results"
4200   output-file-ext: ".rst"
4201   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4202   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"
4203   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4204   data:
4205     "vpp-func-results-centos"
4206   filter: "all"
4207   parameters:
4208   - "name"
4209   - "doc"
4210   - "level"
4211   - "parent"
4212   data-start-level: 3
4213
4214 # VPP Functional Configuration - Ubuntu
4215 -
4216   type: "file"
4217   title: "VPP Functional Configuration - Ubuntu"
4218   algorithm: "file_test_results"
4219   output-file-ext: ".rst"
4220   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4221   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"
4222   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4223   data: "vpp-func-results-ubuntu"
4224   filter: "all"
4225   parameters:
4226   - "name"
4227   - "doc"
4228   - "level"
4229   - "parent"
4230   data-start-level: 3
4231
4232 # VPP Functional Configuration - CentOS
4233 -
4234   type: "file"
4235   title: "VPP Functional Configuration - CentOS"
4236   algorithm: "file_test_results"
4237   output-file-ext: ".rst"
4238   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4239   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"
4240   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4241   data:
4242     "vpp-func-results-centos"
4243   filter: "all"
4244   parameters:
4245   - "name"
4246   - "doc"
4247   - "level"
4248   - "parent"
4249   data-start-level: 3
4250
4251 # VPP Device Results - Ubuntu
4252 -
4253   type: "file"
4254   title: "VPP Device Results - Ubuntu"
4255   algorithm: "file_test_results"
4256   output-file-ext: ".rst"
4257   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4258   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"
4259   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4260   data: "vpp-device-results-ubuntu"
4261   filter: "all"
4262   parameters:
4263   - "name"
4264   - "doc"
4265   - "level"
4266   - "parent"
4267   data-start-level: 2
4268
4269 # VPP Device Configuration - Ubuntu
4270 -
4271   type: "file"
4272   title: "VPP Device Configuration - Ubuntu"
4273   algorithm: "file_test_results"
4274   output-file-ext: ".rst"
4275   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4276   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"
4277   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4278   data: "vpp-device-results-ubuntu"
4279   filter: "all"
4280   parameters:
4281   - "name"
4282   - "doc"
4283   - "level"
4284   - "parent"
4285   data-start-level: 2
4286
4287 # Container Orchestrated Performance Results 3n-hsw
4288 -
4289   type: "file"
4290   title: "Container Orchestrated Performance Results 3n-hsw"
4291   algorithm: "file_test_results"
4292   output-file-ext: ".rst"
4293   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4294   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"
4295   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4296   data: "ligato-perf-results-3n-hsw"
4297   filter: "all"
4298   parameters:
4299   - "name"
4300   - "doc"
4301   - "level"
4302   - "parent"
4303   data-start-level: 3
4304
4305 # DPDK Performance Results 3n-hsw
4306 -
4307   type: "file"
4308   title: "DPDK Performance Results 3n-hsw"
4309   algorithm: "file_test_results"
4310   output-file-ext: ".rst"
4311   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4312   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"
4313   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4314   data: "dpdk-perf-results-3n-hsw"
4315   filter: "all"
4316   parameters:
4317   - "name"
4318   - "doc"
4319   - "level"
4320   - "parent"
4321   data-start-level: 3
4322
4323 # DPDK Performance Results 3n-skx
4324 -
4325   type: "file"
4326   title: "DPDK Performance Results 3n-skx"
4327   algorithm: "file_test_results"
4328   output-file-ext: ".rst"
4329   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4330   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"
4331   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4332   data: "dpdk-perf-results-3n-skx"
4333   filter: "all"
4334   parameters:
4335   - "name"
4336   - "doc"
4337   - "level"
4338   - "parent"
4339   data-start-level: 3
4340
4341 # DPDK Performance Results 2n-skx
4342 -
4343   type: "file"
4344   title: "DPDK Performance Results 2n-skx"
4345   algorithm: "file_test_results"
4346   output-file-ext: ".rst"
4347   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4348   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"
4349   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4350   data: "dpdk-perf-results-2n-skx"
4351   filter: "all"
4352   parameters:
4353   - "name"
4354   - "doc"
4355   - "level"
4356   - "parent"
4357   data-start-level: 3
4358
4359 # Honeycomb Functional Results
4360 -
4361   type: "file"
4362   title: "Honeycomb Functional Results"
4363   algorithm: "file_test_results"
4364   output-file-ext: ".rst"
4365   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4366   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"
4367   dir-tables: "{DIR[DTR,FUNC,HC]}"
4368   data:
4369     "hc-func-results"
4370   filter: "all"
4371   parameters:
4372   - "name"
4373   - "doc"
4374   - "level"
4375   - "parent"
4376   data-start-level: 3
4377
4378 # NSH SFC Functional Results
4379 -
4380   type: "file"
4381   title: "NSH SFC Functional Results"
4382   algorithm: "file_test_results"
4383   output-file-ext: ".rst"
4384   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4385   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"
4386   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4387   data:
4388     "nsh-func-results"
4389   filter: "all"
4390   parameters:
4391   - "name"
4392   - "doc"
4393   - "level"
4394   - "parent"
4395   data-start-level: 3
4396
4397 # DMM Functional Results
4398 -
4399   type: "file"
4400   title: "DMM Functional Results"
4401   algorithm: "file_test_results"
4402   output-file-ext: ".rst"
4403   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4404   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"
4405   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4406   data:
4407     "dmm-func-results"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 3
4415
4416 ################################################################################
4417 ###                                P L O T S                                 ###
4418 ################################################################################
4419
4420 ################################################################################
4421 # Plots VPP HTTP Server Performance
4422 -
4423   type: "plot"
4424   title: "VPP HTTP Server Performance"
4425   algorithm: "plot_http_server_performance_box"
4426   output-file-type: ".html"
4427   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4428   data:
4429     "plot-vpp-http-server-performance"
4430   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4431   # each tag is enclosed with ' (apostrophe).
4432   filter: "'HTTP' and 'TCP_CPS'"
4433   parameters:
4434   - "result"
4435   - "name"
4436   traces:
4437     hoverinfo: "x+y"
4438     boxpoints: "outliers"
4439     whiskerwidth: 0
4440   layout:
4441     title: "VPP HTTP Server Performance"
4442     layout:
4443       "plot-cps"
4444
4445 -
4446   type: "plot"
4447   title: "VPP HTTP Server Performance"
4448   algorithm: "plot_http_server_performance_box"
4449   output-file-type: ".html"
4450   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4451   data:
4452     "plot-vpp-http-server-performance"
4453   filter: "'HTTP' and 'TCP_RPS'"
4454   parameters:
4455   - "result"
4456   - "name"
4457   traces:
4458     hoverinfo: "x+y"
4459     boxpoints: "outliers"
4460     whiskerwidth: 0
4461   layout:
4462     title: "VPP HTTP Server Performance"
4463     layout:
4464       "plot-rps"
4465
4466 ################################################################################
4467
4468 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4469 -
4470   type: "plot"
4471   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4472   algorithm: "plot_performance_box"
4473   output-file-type: ".html"
4474   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4475   data: "plot-vpp-throughput-latency-3n-hsw"
4476   filter: "'NIC_Intel-X520-DA2' and
4477            '64B' and
4478            ('BASE' or 'SCALE') and
4479            'NDRPDR' and
4480            'ETH' and
4481            '1T1C' and
4482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4483            not 'VHOST' and
4484            not 'MEMIF'"
4485   parameters:
4486   - "throughput"
4487   - "parent"
4488   - "tags"
4489   sort:
4490   - "L2PATCH"
4491   - "L2XCBASE"
4492   - "BASE"
4493   - "FIB_10K"
4494   - "FIB_100K"
4495   - "FIB_1M"
4496   traces:
4497     hoverinfo: "x+y"
4498     boxpoints: "outliers"
4499     whiskerwidth: 0
4500   layout:
4501     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4502     layout: "plot-throughput"
4503
4504 -
4505   type: "plot"
4506   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4507   algorithm: "plot_performance_box"
4508   output-file-type: ".html"
4509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4510   data: "plot-vpp-throughput-latency-3n-hsw"
4511   filter: "'NIC_Intel-X520-DA2' and
4512            '64B' and
4513            ('BASE' or 'SCALE') and
4514            'NDRPDR' and
4515            'ETH' and
4516            '1T1C' and
4517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4518            not 'VHOST' and
4519            not 'MEMIF'"
4520   parameters:
4521   - "throughput"
4522   - "parent"
4523   - "tags"
4524   sort:
4525   - "L2PATCH"
4526   - "L2XCBASE"
4527   - "BASE"
4528   - "FIB_10K"
4529   - "FIB_100K"
4530   - "FIB_1M"
4531   traces:
4532     hoverinfo: "x+y"
4533     boxpoints: "outliers"
4534     whiskerwidth: 0
4535   layout:
4536     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4537     layout: "plot-throughput"
4538
4539 -
4540   type: "plot"
4541   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4542   algorithm: "plot_performance_box"
4543   output-file-type: ".html"
4544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4545   data: "plot-vpp-throughput-latency-3n-hsw"
4546   filter: "'NIC_Intel-X520-DA2' and
4547            '64B' and
4548            ('BASE' or 'SCALE') and
4549            'NDRPDR' and
4550            'ETH' and
4551            '2T2C' and
4552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4553            not 'VHOST' and
4554            not 'MEMIF'"
4555   parameters:
4556   - "throughput"
4557   - "parent"
4558   - "tags"
4559   sort:
4560   - "L2PATCH"
4561   - "L2XCBASE"
4562   - "BASE"
4563   - "FIB_10K"
4564   - "FIB_100K"
4565   - "FIB_1M"
4566   traces:
4567     hoverinfo: "x+y"
4568     boxpoints: "outliers"
4569     whiskerwidth: 0
4570   layout:
4571     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4572     layout: "plot-throughput"
4573
4574 -
4575   type: "plot"
4576   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4577   algorithm: "plot_performance_box"
4578   output-file-type: ".html"
4579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4580   data: "plot-vpp-throughput-latency-3n-hsw"
4581   filter: "'NIC_Intel-X520-DA2' and
4582            '64B' and
4583            ('BASE' or 'SCALE') and
4584            'NDRPDR' and
4585            'ETH' and
4586            '2T2C' and
4587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4588            not 'VHOST' and
4589            not 'MEMIF'"
4590   parameters:
4591   - "throughput"
4592   - "parent"
4593   - "tags"
4594   sort:
4595   - "L2PATCH"
4596   - "L2XCBASE"
4597   - "BASE"
4598   - "FIB_10K"
4599   - "FIB_100K"
4600   - "FIB_1M"
4601   traces:
4602     hoverinfo: "x+y"
4603     boxpoints: "outliers"
4604     whiskerwidth: 0
4605   layout:
4606     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4607     layout: "plot-throughput"
4608
4609 # Packet Throughput - VPP L2 3n-hsw-x520 features
4610 -
4611   type: "plot"
4612   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4613   algorithm: "plot_performance_box"
4614   output-file-type: ".html"
4615   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4616   data: "plot-vpp-throughput-latency-3n-hsw"
4617   filter: "'NIC_Intel-X520-DA2' and
4618            '64B' and
4619            'NDRPDR' and
4620            '1T1C' and
4621            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4622            not 'ACL' and
4623            not 'VHOST' and
4624            not 'MEMIF'"
4625   parameters:
4626   - "throughput"
4627   - "parent"
4628   - "tags"
4629   sort:
4630   - "L2XCBASE"    # l2xcbase
4631   - "L2BDBASE"    # l2bdbase
4632   - "L2XCFWD"     # dot1q-l2xcbase
4633   - "L2BDMACLRN"  # dot1q-l2bdbase
4634   traces:
4635     hoverinfo: "x+y"
4636     boxpoints: "outliers"
4637     whiskerwidth: 0
4638   layout:
4639     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4640     layout: "plot-throughput"
4641
4642 -
4643   type: "plot"
4644   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4645   algorithm: "plot_performance_box"
4646   output-file-type: ".html"
4647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4648   data: "plot-vpp-throughput-latency-3n-hsw"
4649   filter: "'NIC_Intel-X520-DA2' and
4650            '64B' and
4651            'NDRPDR' and
4652            '1T1C' and
4653            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4654            not 'ACL' and
4655            not 'VHOST' and
4656            not 'MEMIF'"
4657   parameters:
4658   - "throughput"
4659   - "parent"
4660   - "tags"
4661   sort:
4662   - "L2XCBASE"    # l2xcbase
4663   - "L2BDBASE"    # l2bdbase
4664   - "L2XCFWD"     # dot1q-l2xcbase
4665   - "L2BDMACLRN"  # dot1q-l2bdbase
4666   traces:
4667     hoverinfo: "x+y"
4668     boxpoints: "outliers"
4669     whiskerwidth: 0
4670   layout:
4671     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4672     layout: "plot-throughput"
4673
4674 -
4675   type: "plot"
4676   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4677   algorithm: "plot_performance_box"
4678   output-file-type: ".html"
4679   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4680   data: "plot-vpp-throughput-latency-3n-hsw"
4681   filter: "'NIC_Intel-X520-DA2' and
4682            '64B' and
4683            'NDRPDR' and
4684            '2T2C' and
4685            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4686            not 'ACL' and
4687            not 'VHOST' and
4688            not 'MEMIF'"
4689   parameters:
4690   - "throughput"
4691   - "parent"
4692   - "tags"
4693   sort:
4694   - "L2XCBASE"    # l2xcbase
4695   - "L2BDBASE"    # l2bdbase
4696   - "L2XCFWD"     # dot1q-l2xcbase
4697   - "L2BDMACLRN"  # dot1q-l2bdbase
4698   traces:
4699     hoverinfo: "x+y"
4700     boxpoints: "outliers"
4701     whiskerwidth: 0
4702   layout:
4703     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4704     layout: "plot-throughput"
4705
4706 -
4707   type: "plot"
4708   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4709   algorithm: "plot_performance_box"
4710   output-file-type: ".html"
4711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4712   data: "plot-vpp-throughput-latency-3n-hsw"
4713   filter: "'NIC_Intel-X520-DA2' and
4714            '64B' and
4715            'NDRPDR' and
4716            '2T2C' and
4717            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4718            not 'ACL' and
4719            not 'VHOST' and
4720            not 'MEMIF'"
4721   parameters:
4722   - "throughput"
4723   - "parent"
4724   - "tags"
4725   sort:
4726   - "L2XCBASE"    # l2xcbase
4727   - "L2BDBASE"    # l2bdbase
4728   - "L2XCFWD"     # dot1q-l2xcbase
4729   - "L2BDMACLRN"  # dot1q-l2bdbase
4730   traces:
4731     hoverinfo: "x+y"
4732     boxpoints: "outliers"
4733     whiskerwidth: 0
4734   layout:
4735     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4736     layout: "plot-throughput"
4737
4738 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
4739 -
4740   type: "plot"
4741   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4742   algorithm: "plot_performance_box"
4743   output-file-type: ".html"
4744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4745   data: "plot-vpp-throughput-latency-3n-hsw"
4746   filter: "'NIC_Intel-X710' and
4747            '64B' and
4748            ('BASE' or 'SCALE') and
4749            'NDRPDR' and
4750            'ETH' and
4751            '1T1C' and
4752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4753            not 'VHOST' and
4754            not 'MEMIF'"
4755   parameters:
4756   - "throughput"
4757   - "parent"
4758   - "tags"
4759   sort:
4760   - "L2PATCH"
4761   - "L2XCBASE"
4762   - "BASE"
4763   - "FIB_10K"
4764   - "FIB_100K"
4765   - "FIB_1M"
4766   traces:
4767     hoverinfo: "x+y"
4768     boxpoints: "outliers"
4769     whiskerwidth: 0
4770   layout:
4771     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4772     layout: "plot-throughput"
4773
4774 -
4775   type: "plot"
4776   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4777   algorithm: "plot_performance_box"
4778   output-file-type: ".html"
4779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4780   data: "plot-vpp-throughput-latency-3n-hsw"
4781   filter: "'NIC_Intel-X710' and
4782            '64B' and
4783            ('BASE' or 'SCALE') and
4784            'NDRPDR' and
4785            'ETH' and
4786            '1T1C' and
4787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4788            not 'VHOST' and
4789            not 'MEMIF'"
4790   parameters:
4791   - "throughput"
4792   - "parent"
4793   - "tags"
4794   sort:
4795   - "L2PATCH"
4796   - "L2XCBASE"
4797   - "BASE"
4798   - "FIB_10K"
4799   - "FIB_100K"
4800   - "FIB_1M"
4801   traces:
4802     hoverinfo: "x+y"
4803     boxpoints: "outliers"
4804     whiskerwidth: 0
4805   layout:
4806     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4807     layout: "plot-throughput"
4808
4809 -
4810   type: "plot"
4811   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4812   algorithm: "plot_performance_box"
4813   output-file-type: ".html"
4814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4815   data: "plot-vpp-throughput-latency-3n-hsw"
4816   filter: "'NIC_Intel-X710' and
4817            '64B' and
4818            ('BASE' or 'SCALE') and
4819            'NDRPDR' and
4820            'ETH' and
4821            '2T2C' and
4822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4823            not 'VHOST' and
4824            not 'MEMIF'"
4825   parameters:
4826   - "throughput"
4827   - "parent"
4828   - "tags"
4829   sort:
4830   - "L2PATCH"
4831   - "L2XCBASE"
4832   - "BASE"
4833   - "FIB_10K"
4834   - "FIB_100K"
4835   - "FIB_1M"
4836   traces:
4837     hoverinfo: "x+y"
4838     boxpoints: "outliers"
4839     whiskerwidth: 0
4840   layout:
4841     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4842     layout: "plot-throughput"
4843
4844 -
4845   type: "plot"
4846   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4847   algorithm: "plot_performance_box"
4848   output-file-type: ".html"
4849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4850   data: "plot-vpp-throughput-latency-3n-hsw"
4851   filter: "'NIC_Intel-X710' and
4852            '64B' and
4853            ('BASE' or 'SCALE') and
4854            'NDRPDR' and
4855            'ETH' and
4856            '2T2C' and
4857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4858            not 'VHOST' and
4859            not 'MEMIF'"
4860   parameters:
4861   - "throughput"
4862   - "parent"
4863   - "tags"
4864   sort:
4865   - "L2PATCH"
4866   - "L2XCBASE"
4867   - "BASE"
4868   - "FIB_10K"
4869   - "FIB_100K"
4870   - "FIB_1M"
4871   traces:
4872     hoverinfo: "x+y"
4873     boxpoints: "outliers"
4874     whiskerwidth: 0
4875   layout:
4876     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4877     layout: "plot-throughput"
4878
4879 # Packet Throughput - VPP L2 3n-hsw-x710 features
4880 -
4881   type: "plot"
4882   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4883   algorithm: "plot_performance_box"
4884   output-file-type: ".html"
4885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4886   data: "plot-vpp-throughput-latency-3n-hsw"
4887   filter: "'NIC_Intel-X710' and
4888            '64B' and
4889            'NDRPDR' and
4890            '1T1C' and
4891            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4892            not 'ACL' and
4893            not 'VHOST' and
4894            not 'MEMIF'"
4895   parameters:
4896   - "throughput"
4897   - "parent"
4898   - "tags"
4899   sort:
4900   - "L2XCBASE"    # l2xcbase
4901   - "L2BDBASE"    # l2bdbase
4902   - "L2XCFWD"     # dot1q-l2xcbase
4903   - "L2BDMACLRN"  # dot1q-l2bdbase
4904   traces:
4905     hoverinfo: "x+y"
4906     boxpoints: "outliers"
4907     whiskerwidth: 0
4908   layout:
4909     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4910     layout: "plot-throughput"
4911
4912 -
4913   type: "plot"
4914   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4915   algorithm: "plot_performance_box"
4916   output-file-type: ".html"
4917   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4918   data: "plot-vpp-throughput-latency-3n-hsw"
4919   filter: "'NIC_Intel-X710' and
4920            '64B' and
4921            'NDRPDR' and
4922            '1T1C' and
4923            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4924            not 'ACL' and
4925            not 'VHOST' and
4926            not 'MEMIF'"
4927   parameters:
4928   - "throughput"
4929   - "parent"
4930   - "tags"
4931   sort:
4932   - "L2XCBASE"    # l2xcbase
4933   - "L2BDBASE"    # l2bdbase
4934   - "L2XCFWD"     # dot1q-l2xcbase
4935   - "L2BDMACLRN"  # dot1q-l2bdbase
4936   traces:
4937     hoverinfo: "x+y"
4938     boxpoints: "outliers"
4939     whiskerwidth: 0
4940   layout:
4941     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4942     layout: "plot-throughput"
4943
4944 -
4945   type: "plot"
4946   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4947   algorithm: "plot_performance_box"
4948   output-file-type: ".html"
4949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4950   data: "plot-vpp-throughput-latency-3n-hsw"
4951   filter: "'NIC_Intel-X710' and
4952            '64B' and
4953            'NDRPDR' and
4954            '2T2C' and
4955            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4956            not 'ACL' and
4957            not 'VHOST' and
4958            not 'MEMIF'"
4959   parameters:
4960   - "throughput"
4961   - "parent"
4962   - "tags"
4963   sort:
4964   - "L2XCBASE"    # l2xcbase
4965   - "L2BDBASE"    # l2bdbase
4966   - "L2XCFWD"     # dot1q-l2xcbase
4967   - "L2BDMACLRN"  # dot1q-l2bdbase
4968   traces:
4969     hoverinfo: "x+y"
4970     boxpoints: "outliers"
4971     whiskerwidth: 0
4972   layout:
4973     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4974     layout: "plot-throughput"
4975
4976 -
4977   type: "plot"
4978   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4979   algorithm: "plot_performance_box"
4980   output-file-type: ".html"
4981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4982   data: "plot-vpp-throughput-latency-3n-hsw"
4983   filter: "'NIC_Intel-X710' and
4984            '64B' and
4985            'NDRPDR' and
4986            '2T2C' and
4987            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4988            not 'ACL' and
4989            not 'VHOST' and
4990            not 'MEMIF'"
4991   parameters:
4992   - "throughput"
4993   - "parent"
4994   - "tags"
4995   sort:
4996   - "L2XCBASE"    # l2xcbase
4997   - "L2BDBASE"    # l2bdbase
4998   - "L2XCFWD"     # dot1q-l2xcbase
4999   - "L2BDMACLRN"  # dot1q-l2bdbase
5000   traces:
5001     hoverinfo: "x+y"
5002     boxpoints: "outliers"
5003     whiskerwidth: 0
5004   layout:
5005     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5006     layout: "plot-throughput"
5007
5008 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5009 -
5010   type: "plot"
5011   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5012   algorithm: "plot_performance_box"
5013   output-file-type: ".html"
5014   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5015   data: "plot-vpp-throughput-latency-3n-hsw"
5016   filter: "'NIC_Intel-XL710' and
5017            '64B' and
5018            ('BASE' or 'SCALE') and
5019            'NDRPDR' and
5020            'ETH' and
5021            '1T1C' and
5022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5023            not 'VHOST' and
5024            not 'MEMIF'"
5025   parameters:
5026   - "throughput"
5027   - "parent"
5028   - "tags"
5029   sort:
5030   - "L2PATCH"
5031   - "L2XCBASE"
5032   - "BASE"
5033   - "FIB_10K"
5034   - "FIB_100K"
5035   - "FIB_1M"
5036   traces:
5037     hoverinfo: "x+y"
5038     boxpoints: "outliers"
5039     whiskerwidth: 0
5040   layout:
5041     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5042     layout: "plot-throughput"
5043
5044 -
5045   type: "plot"
5046   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5047   algorithm: "plot_performance_box"
5048   output-file-type: ".html"
5049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5050   data: "plot-vpp-throughput-latency-3n-hsw"
5051   filter: "'NIC_Intel-XL710' and
5052            '64B' and
5053            ('BASE' or 'SCALE') and
5054            'NDRPDR' and
5055            'ETH' and
5056            '1T1C' and
5057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5058            not 'VHOST' and
5059            not 'MEMIF'"
5060   parameters:
5061   - "throughput"
5062   - "parent"
5063   - "tags"
5064   sort:
5065   - "L2PATCH"
5066   - "L2XCBASE"
5067   - "BASE"
5068   - "FIB_10K"
5069   - "FIB_100K"
5070   - "FIB_1M"
5071   traces:
5072     hoverinfo: "x+y"
5073     boxpoints: "outliers"
5074     whiskerwidth: 0
5075   layout:
5076     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5077     layout: "plot-throughput"
5078
5079 -
5080   type: "plot"
5081   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5082   algorithm: "plot_performance_box"
5083   output-file-type: ".html"
5084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5085   data: "plot-vpp-throughput-latency-3n-hsw"
5086   filter: "'NIC_Intel-XL710' and
5087            '64B' and
5088            ('BASE' or 'SCALE') and
5089            'NDRPDR' and
5090            'ETH' and
5091            '2T2C' and
5092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5093            not 'VHOST' and
5094            not 'MEMIF'"
5095   parameters:
5096   - "throughput"
5097   - "parent"
5098   - "tags"
5099   sort:
5100   - "L2PATCH"
5101   - "L2XCBASE"
5102   - "BASE"
5103   - "FIB_10K"
5104   - "FIB_100K"
5105   - "FIB_1M"
5106   traces:
5107     hoverinfo: "x+y"
5108     boxpoints: "outliers"
5109     whiskerwidth: 0
5110   layout:
5111     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5112     layout: "plot-throughput"
5113
5114 -
5115   type: "plot"
5116   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5117   algorithm: "plot_performance_box"
5118   output-file-type: ".html"
5119   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5120   data: "plot-vpp-throughput-latency-3n-hsw"
5121   filter: "'NIC_Intel-XL710' and
5122            '64B' and
5123            ('BASE' or 'SCALE') and
5124            'NDRPDR' and
5125            'ETH' and
5126            '2T2C' and
5127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5128            not 'VHOST' and
5129            not 'MEMIF'"
5130   parameters:
5131   - "throughput"
5132   - "parent"
5133   - "tags"
5134   sort:
5135   - "L2PATCH"
5136   - "L2XCBASE"
5137   - "BASE"
5138   - "FIB_10K"
5139   - "FIB_100K"
5140   - "FIB_1M"
5141   traces:
5142     hoverinfo: "x+y"
5143     boxpoints: "outliers"
5144     whiskerwidth: 0
5145   layout:
5146     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5147     layout: "plot-throughput"
5148
5149 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5150 -
5151   type: "plot"
5152   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5153   algorithm: "plot_performance_box"
5154   output-file-type: ".html"
5155   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5156   data: "plot-vpp-throughput-latency-3n-skx"
5157   filter: "'NIC_Intel-X710' and
5158            '64B' and
5159            ('BASE' or 'SCALE') and
5160            'NDRPDR' and
5161            'ETH' and
5162            '2T1C' and
5163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5164            not 'VHOST' and
5165            not 'MEMIF'"
5166   parameters:
5167   - "throughput"
5168   - "parent"
5169   - "tags"
5170   sort:
5171   - "L2PATCH"
5172   - "L2XCBASE"
5173   - "BASE"
5174   - "FIB_10K"
5175   - "FIB_100K"
5176   - "FIB_1M"
5177   traces:
5178     hoverinfo: "x+y"
5179     boxpoints: "outliers"
5180     whiskerwidth: 0
5181   layout:
5182     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5183     layout: "plot-throughput"
5184
5185 -
5186   type: "plot"
5187   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5188   algorithm: "plot_performance_box"
5189   output-file-type: ".html"
5190   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5191   data: "plot-vpp-throughput-latency-3n-skx"
5192   filter: "'NIC_Intel-X710' and
5193            '64B' and
5194            ('BASE' or 'SCALE') and
5195            'NDRPDR' and
5196            'ETH' and
5197            '2T1C' and
5198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5199            not 'VHOST' and
5200            not 'MEMIF'"
5201   parameters:
5202   - "throughput"
5203   - "parent"
5204   - "tags"
5205   sort:
5206   - "L2PATCH"
5207   - "L2XCBASE"
5208   - "BASE"
5209   - "FIB_10K"
5210   - "FIB_100K"
5211   - "FIB_1M"
5212   traces:
5213     hoverinfo: "x+y"
5214     boxpoints: "outliers"
5215     whiskerwidth: 0
5216   layout:
5217     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5218     layout: "plot-throughput"
5219
5220 -
5221   type: "plot"
5222   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5223   algorithm: "plot_performance_box"
5224   output-file-type: ".html"
5225   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5226   data: "plot-vpp-throughput-latency-3n-skx"
5227   filter: "'NIC_Intel-X710' and
5228            '64B' and
5229            ('BASE' or 'SCALE') and
5230            'NDRPDR' and
5231            'ETH' and
5232            '4T2C' and
5233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5234            not 'VHOST' and
5235            not 'MEMIF'"
5236   parameters:
5237   - "throughput"
5238   - "parent"
5239   - "tags"
5240   sort:
5241   - "L2PATCH"
5242   - "L2XCBASE"
5243   - "BASE"
5244   - "FIB_10K"
5245   - "FIB_100K"
5246   - "FIB_1M"
5247   traces:
5248     hoverinfo: "x+y"
5249     boxpoints: "outliers"
5250     whiskerwidth: 0
5251   layout:
5252     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5253     layout: "plot-throughput"
5254
5255 -
5256   type: "plot"
5257   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5258   algorithm: "plot_performance_box"
5259   output-file-type: ".html"
5260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5261   data: "plot-vpp-throughput-latency-3n-skx"
5262   filter: "'NIC_Intel-X710' and
5263            '64B' and
5264            ('BASE' or 'SCALE') and
5265            'NDRPDR' and
5266            'ETH' and
5267            '4T2C' and
5268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5269            not 'VHOST' and
5270            not 'MEMIF'"
5271   parameters:
5272   - "throughput"
5273   - "parent"
5274   - "tags"
5275   sort:
5276   - "L2PATCH"
5277   - "L2XCBASE"
5278   - "BASE"
5279   - "FIB_10K"
5280   - "FIB_100K"
5281   - "FIB_1M"
5282   traces:
5283     hoverinfo: "x+y"
5284     boxpoints: "outliers"
5285     whiskerwidth: 0
5286   layout:
5287     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5288     layout: "plot-throughput"
5289
5290 # Packet Throughput - VPP L2 3n-skx-x710 features
5291 -
5292   type: "plot"
5293   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5294   algorithm: "plot_performance_box"
5295   output-file-type: ".html"
5296   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5297   data: "plot-vpp-throughput-latency-3n-skx"
5298   filter: "'NIC_Intel-X710' and
5299            '64B' and
5300            'NDRPDR' and
5301            '2T1C' and
5302            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5303            not 'ACL' and
5304            not 'VHOST' and
5305            not 'MEMIF'"
5306   parameters:
5307   - "throughput"
5308   - "parent"
5309   - "tags"
5310   sort:
5311   - "L2XCBASE"    # l2xcbase
5312   - "L2BDBASE"    # l2bdbase
5313   - "L2XCFWD"     # dot1q-l2xcbase
5314   - "L2BDMACLRN"  # dot1q-l2bdbase
5315   traces:
5316     hoverinfo: "x+y"
5317     boxpoints: "outliers"
5318     whiskerwidth: 0
5319   layout:
5320     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5321     layout: "plot-throughput"
5322
5323 -
5324   type: "plot"
5325   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5326   algorithm: "plot_performance_box"
5327   output-file-type: ".html"
5328   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5329   data: "plot-vpp-throughput-latency-3n-skx"
5330   filter: "'NIC_Intel-X710' and
5331            '64B' and
5332            'NDRPDR' and
5333            '2T1C' and
5334            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5335            not 'ACL' and
5336            not 'VHOST' and
5337            not 'MEMIF'"
5338   parameters:
5339   - "throughput"
5340   - "parent"
5341   - "tags"
5342   sort:
5343   - "L2XCBASE"    # l2xcbase
5344   - "L2BDBASE"    # l2bdbase
5345   - "L2XCFWD"     # dot1q-l2xcbase
5346   - "L2BDMACLRN"  # dot1q-l2bdbase
5347   traces:
5348     hoverinfo: "x+y"
5349     boxpoints: "outliers"
5350     whiskerwidth: 0
5351   layout:
5352     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5353     layout: "plot-throughput"
5354
5355 -
5356   type: "plot"
5357   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5358   algorithm: "plot_performance_box"
5359   output-file-type: ".html"
5360   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5361   data: "plot-vpp-throughput-latency-3n-skx"
5362   filter: "'NIC_Intel-X710' and
5363            '64B' and
5364            'NDRPDR' and
5365            '4T2C' and
5366            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5367            not 'ACL' and
5368            not 'VHOST' and
5369            not 'MEMIF'"
5370   parameters:
5371   - "throughput"
5372   - "parent"
5373   - "tags"
5374   sort:
5375   - "L2XCBASE"    # l2xcbase
5376   - "L2BDBASE"    # l2bdbase
5377   - "L2XCFWD"     # dot1q-l2xcbase
5378   - "L2BDMACLRN"  # dot1q-l2bdbase
5379   traces:
5380     hoverinfo: "x+y"
5381     boxpoints: "outliers"
5382     whiskerwidth: 0
5383   layout:
5384     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5385     layout: "plot-throughput"
5386
5387 -
5388   type: "plot"
5389   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5390   algorithm: "plot_performance_box"
5391   output-file-type: ".html"
5392   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5393   data: "plot-vpp-throughput-latency-3n-skx"
5394   filter: "'NIC_Intel-X710' and
5395            '64B' and
5396            'NDRPDR' and
5397            '4T2C' and
5398            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5399            not 'ACL' and
5400            not 'VHOST' and
5401            not 'MEMIF'"
5402   parameters:
5403   - "throughput"
5404   - "parent"
5405   - "tags"
5406   sort:
5407   - "L2XCBASE"    # l2xcbase
5408   - "L2BDBASE"    # l2bdbase
5409   - "L2XCFWD"     # dot1q-l2xcbase
5410   - "L2BDMACLRN"  # dot1q-l2bdbase
5411   traces:
5412     hoverinfo: "x+y"
5413     boxpoints: "outliers"
5414     whiskerwidth: 0
5415   layout:
5416     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5417     layout: "plot-throughput"
5418
5419 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5420 -
5421   type: "plot"
5422   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5423   algorithm: "plot_performance_box"
5424   output-file-type: ".html"
5425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5426   data: "plot-vpp-throughput-latency-3n-skx"
5427   filter: "'NIC_Intel-XXV710' and
5428            '64B' and
5429            ('BASE' or 'SCALE') and
5430            'NDRPDR' and
5431            'ETH' and
5432            '2T1C' and
5433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5434            not 'VHOST' and
5435            not 'MEMIF'"
5436   parameters:
5437   - "throughput"
5438   - "parent"
5439   - "tags"
5440   sort:
5441   - "L2PATCH"
5442   - "L2XCBASE"
5443   - "BASE"
5444   - "FIB_10K"
5445   - "FIB_100K"
5446   - "FIB_1M"
5447   traces:
5448     hoverinfo: "x+y"
5449     boxpoints: "outliers"
5450     whiskerwidth: 0
5451   layout:
5452     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5453     layout: "plot-throughput"
5454
5455 -
5456   type: "plot"
5457   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5458   algorithm: "plot_performance_box"
5459   output-file-type: ".html"
5460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5461   data: "plot-vpp-throughput-latency-3n-skx"
5462   filter: "'NIC_Intel-XXV710' and
5463            '64B' and
5464            ('BASE' or 'SCALE') and
5465            'NDRPDR' and
5466            'ETH' and
5467            '2T1C' and
5468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5469            not 'VHOST' and
5470            not 'MEMIF'"
5471   parameters:
5472   - "throughput"
5473   - "parent"
5474   - "tags"
5475   sort:
5476   - "L2PATCH"
5477   - "L2XCBASE"
5478   - "BASE"
5479   - "FIB_10K"
5480   - "FIB_100K"
5481   - "FIB_1M"
5482   traces:
5483     hoverinfo: "x+y"
5484     boxpoints: "outliers"
5485     whiskerwidth: 0
5486   layout:
5487     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5488     layout: "plot-throughput"
5489
5490 -
5491   type: "plot"
5492   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5493   algorithm: "plot_performance_box"
5494   output-file-type: ".html"
5495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5496   data: "plot-vpp-throughput-latency-3n-skx"
5497   filter: "'NIC_Intel-XXV710' and
5498            '64B' and
5499            ('BASE' or 'SCALE') and
5500            'NDRPDR' and
5501            'ETH' and
5502            '4T2C' and
5503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5504            not 'VHOST' and
5505            not 'MEMIF'"
5506   parameters:
5507   - "throughput"
5508   - "parent"
5509   - "tags"
5510   sort:
5511   - "L2PATCH"
5512   - "L2XCBASE"
5513   - "BASE"
5514   - "FIB_10K"
5515   - "FIB_100K"
5516   - "FIB_1M"
5517   traces:
5518     hoverinfo: "x+y"
5519     boxpoints: "outliers"
5520     whiskerwidth: 0
5521   layout:
5522     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5523     layout: "plot-throughput"
5524
5525 -
5526   type: "plot"
5527   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5528   algorithm: "plot_performance_box"
5529   output-file-type: ".html"
5530   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5531   data: "plot-vpp-throughput-latency-3n-skx"
5532   filter: "'NIC_Intel-XXV710' and
5533            '64B' and
5534            ('BASE' or 'SCALE') and
5535            'NDRPDR' and
5536            'ETH' and
5537            '4T2C' and
5538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5539            not 'VHOST' and
5540            not 'MEMIF'"
5541   parameters:
5542   - "throughput"
5543   - "parent"
5544   - "tags"
5545   sort:
5546   - "L2PATCH"
5547   - "L2XCBASE"
5548   - "BASE"
5549   - "FIB_10K"
5550   - "FIB_100K"
5551   - "FIB_1M"
5552   traces:
5553     hoverinfo: "x+y"
5554     boxpoints: "outliers"
5555     whiskerwidth: 0
5556   layout:
5557     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5558     layout: "plot-throughput"
5559
5560 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5561 -
5562   type: "plot"
5563   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5564   algorithm: "plot_performance_box"
5565   output-file-type: ".html"
5566   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5567   data: "plot-vpp-throughput-latency-2n-skx"
5568   filter: "'NIC_Intel-X710' and
5569            '64B' and
5570            ('BASE' or 'SCALE') and
5571            'NDRPDR' and
5572            'ETH' and
5573            '2T1C' and
5574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5575            not 'VHOST' and
5576            not 'MEMIF'"
5577   parameters:
5578   - "throughput"
5579   - "parent"
5580   - "tags"
5581   sort:
5582   - "L2PATCH"
5583   - "L2XCBASE"
5584   - "BASE"
5585   - "FIB_10K"
5586   - "FIB_100K"
5587   - "FIB_1M"
5588   traces:
5589     hoverinfo: "x+y"
5590     boxpoints: "outliers"
5591     whiskerwidth: 0
5592   layout:
5593     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5594     layout: "plot-throughput"
5595
5596 -
5597   type: "plot"
5598   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5599   algorithm: "plot_performance_box"
5600   output-file-type: ".html"
5601   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5602   data: "plot-vpp-throughput-latency-2n-skx"
5603   filter: "'NIC_Intel-X710' and
5604            '64B' and
5605            ('BASE' or 'SCALE') and
5606            'NDRPDR' and
5607            'ETH' and
5608            '2T1C' and
5609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5610            not 'VHOST' and
5611            not 'MEMIF'"
5612   parameters:
5613   - "throughput"
5614   - "parent"
5615   - "tags"
5616   sort:
5617   - "L2PATCH"
5618   - "L2XCBASE"
5619   - "BASE"
5620   - "FIB_10K"
5621   - "FIB_100K"
5622   - "FIB_1M"
5623   traces:
5624     hoverinfo: "x+y"
5625     boxpoints: "outliers"
5626     whiskerwidth: 0
5627   layout:
5628     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5629     layout: "plot-throughput"
5630
5631 -
5632   type: "plot"
5633   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5634   algorithm: "plot_performance_box"
5635   output-file-type: ".html"
5636   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5637   data: "plot-vpp-throughput-latency-2n-skx"
5638   filter: "'NIC_Intel-X710' and
5639            '64B' and
5640            ('BASE' or 'SCALE') and
5641            'NDRPDR' and
5642            'ETH' and
5643            '4T2C' and
5644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5645            not 'VHOST' and
5646            not 'MEMIF'"
5647   parameters:
5648   - "throughput"
5649   - "parent"
5650   - "tags"
5651   sort:
5652   - "L2PATCH"
5653   - "L2XCBASE"
5654   - "BASE"
5655   - "FIB_10K"
5656   - "FIB_100K"
5657   - "FIB_1M"
5658   traces:
5659     hoverinfo: "x+y"
5660     boxpoints: "outliers"
5661     whiskerwidth: 0
5662   layout:
5663     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5664     layout: "plot-throughput"
5665
5666 -
5667   type: "plot"
5668   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5669   algorithm: "plot_performance_box"
5670   output-file-type: ".html"
5671   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5672   data: "plot-vpp-throughput-latency-2n-skx"
5673   filter: "'NIC_Intel-X710' and
5674            '64B' and
5675            ('BASE' or 'SCALE') and
5676            'NDRPDR' and
5677            'ETH' and
5678            '4T2C' and
5679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5680            not 'VHOST' and
5681            not 'MEMIF'"
5682   parameters:
5683   - "throughput"
5684   - "parent"
5685   - "tags"
5686   sort:
5687   - "L2PATCH"
5688   - "L2XCBASE"
5689   - "BASE"
5690   - "FIB_10K"
5691   - "FIB_100K"
5692   - "FIB_1M"
5693   traces:
5694     hoverinfo: "x+y"
5695     boxpoints: "outliers"
5696     whiskerwidth: 0
5697   layout:
5698     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5699     layout: "plot-throughput"
5700
5701 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5702 -
5703   type: "plot"
5704   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5705   algorithm: "plot_performance_box"
5706   output-file-type: ".html"
5707   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5708   data: "plot-vpp-throughput-latency-2n-skx"
5709   filter: "'NIC_Intel-XXV710' and
5710            '64B' and
5711            ('BASE' or 'SCALE') and
5712            'NDRPDR' and
5713            'ETH' and
5714            '2T1C' and
5715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5716            not 'VHOST' and
5717            not 'MEMIF'"
5718   parameters:
5719   - "throughput"
5720   - "parent"
5721   - "tags"
5722   sort:
5723   - "L2PATCH"
5724   - "L2XCBASE"
5725   - "BASE"
5726   - "FIB_10K"
5727   - "FIB_100K"
5728   - "FIB_1M"
5729   traces:
5730     hoverinfo: "x+y"
5731     boxpoints: "outliers"
5732     whiskerwidth: 0
5733   layout:
5734     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5735     layout: "plot-throughput"
5736
5737 -
5738   type: "plot"
5739   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5740   algorithm: "plot_performance_box"
5741   output-file-type: ".html"
5742   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5743   data: "plot-vpp-throughput-latency-2n-skx"
5744   filter: "'NIC_Intel-XXV710' and
5745            '64B' and
5746            ('BASE' or 'SCALE') and
5747            'NDRPDR' and
5748            'ETH' and
5749            '2T1C' and
5750            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5751            not 'VHOST' and
5752            not 'MEMIF'"
5753   parameters:
5754   - "throughput"
5755   - "parent"
5756   - "tags"
5757   sort:
5758   - "L2PATCH"
5759   - "L2XCBASE"
5760   - "BASE"
5761   - "FIB_10K"
5762   - "FIB_100K"
5763   - "FIB_1M"
5764   traces:
5765     hoverinfo: "x+y"
5766     boxpoints: "outliers"
5767     whiskerwidth: 0
5768   layout:
5769     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5770     layout: "plot-throughput"
5771
5772 -
5773   type: "plot"
5774   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5775   algorithm: "plot_performance_box"
5776   output-file-type: ".html"
5777   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5778   data: "plot-vpp-throughput-latency-2n-skx"
5779   filter: "'NIC_Intel-XXV710' and
5780            '64B' and
5781            ('BASE' or 'SCALE') and
5782            'NDRPDR' and
5783            'ETH' and
5784            '4T2C' and
5785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5786            not 'VHOST' and
5787            not 'MEMIF'"
5788   parameters:
5789   - "throughput"
5790   - "parent"
5791   - "tags"
5792   sort:
5793   - "L2PATCH"
5794   - "L2XCBASE"
5795   - "BASE"
5796   - "FIB_10K"
5797   - "FIB_100K"
5798   - "FIB_1M"
5799   traces:
5800     hoverinfo: "x+y"
5801     boxpoints: "outliers"
5802     whiskerwidth: 0
5803   layout:
5804     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5805     layout: "plot-throughput"
5806
5807 -
5808   type: "plot"
5809   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5810   algorithm: "plot_performance_box"
5811   output-file-type: ".html"
5812   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5813   data: "plot-vpp-throughput-latency-2n-skx"
5814   filter: "'NIC_Intel-XXV710' and
5815            '64B' and
5816            ('BASE' or 'SCALE') and
5817            'NDRPDR' and
5818            'ETH' and
5819            '4T2C' and
5820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5821            not 'VHOST' and
5822            not 'MEMIF'"
5823   parameters:
5824   - "throughput"
5825   - "parent"
5826   - "tags"
5827   sort:
5828   - "L2PATCH"
5829   - "L2XCBASE"
5830   - "BASE"
5831   - "FIB_10K"
5832   - "FIB_100K"
5833   - "FIB_1M"
5834   traces:
5835     hoverinfo: "x+y"
5836     boxpoints: "outliers"
5837     whiskerwidth: 0
5838   layout:
5839     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5840     layout: "plot-throughput"
5841
5842 # Packet Throughput - VPP L2 2n-dnv-x553 base
5843 -
5844   type: "plot"
5845   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
5846   algorithm: "plot_performance_box"
5847   output-file-type: ".html"
5848   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
5849   data: "intel-dnv-vpp"
5850   filter: "'NIC_Intel-X553' and
5851            '64B' and
5852            'BASE' and
5853            'NDRPDR' and
5854            'ETH' and
5855            '1T1C' and
5856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5857            not 'VHOST' and
5858            not 'MEMIF'"
5859   parameters:
5860   - "throughput"
5861   - "parent"
5862   - "tags"
5863   sort:
5864   - "L2XCBASE"
5865   - "L2BDMACLRN"
5866   - "L2PATCH"
5867   traces:
5868     hoverinfo: "x+y"
5869     boxpoints: "outliers"
5870     whiskerwidth: 0
5871   layout:
5872     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
5873     layout: "plot-throughput"
5874
5875 -
5876   type: "plot"
5877   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
5878   algorithm: "plot_performance_box"
5879   output-file-type: ".html"
5880   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
5881   data: "intel-dnv-vpp"
5882   filter: "'NIC_Intel-X553' and
5883            '64B' and
5884            ('BASE' or 'SCALE') and
5885            'NDRPDR' and
5886            'ETH' and
5887            '1T1C' and
5888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5889            not 'VHOST' and
5890            not 'MEMIF'"
5891   parameters:
5892   - "throughput"
5893   - "parent"
5894   - "tags"
5895   sort:
5896   - "L2XCBASE"
5897   - "L2BDMACLRN"
5898   - "L2PATCH"
5899   traces:
5900     hoverinfo: "x+y"
5901     boxpoints: "outliers"
5902     whiskerwidth: 0
5903   layout:
5904     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
5905     layout: "plot-throughput"
5906
5907 -
5908   type: "plot"
5909   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
5910   algorithm: "plot_performance_box"
5911   output-file-type: ".html"
5912   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
5913   data: "intel-dnv-vpp"
5914   filter: "'NIC_Intel-X553' and
5915            '64B' and
5916            ('BASE' or 'SCALE') and
5917            'NDRPDR' and
5918            'ETH' and
5919            '2T2C' and
5920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5921            not 'VHOST' and
5922            not 'MEMIF'"
5923   parameters:
5924   - "throughput"
5925   - "parent"
5926   - "tags"
5927   sort:
5928   - "L2XCBASE"
5929   - "L2BDMACLRN"
5930   - "L2PATCH"
5931   traces:
5932     hoverinfo: "x+y"
5933     boxpoints: "outliers"
5934     whiskerwidth: 0
5935   layout:
5936     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
5937     layout: "plot-throughput"
5938
5939 -
5940   type: "plot"
5941   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
5942   algorithm: "plot_performance_box"
5943   output-file-type: ".html"
5944   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
5945   data: "intel-dnv-vpp"
5946   filter: "'NIC_Intel-X553' and
5947            '64B' and
5948            ('BASE' or 'SCALE') and
5949            'NDRPDR' and
5950            'ETH' and
5951            '2T2C' and
5952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5953            not 'VHOST' and
5954            not 'MEMIF'"
5955   parameters:
5956   - "throughput"
5957   - "parent"
5958   - "tags"
5959   sort:
5960   - "L2XCBASE"
5961   - "L2BDMACLRN"
5962   - "L2PATCH"
5963   traces:
5964     hoverinfo: "x+y"
5965     boxpoints: "outliers"
5966     whiskerwidth: 0
5967   layout:
5968     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
5969     layout: "plot-throughput"
5970
5971 ################################################################################
5972
5973 # Packet Throughput - VPP Container Memif 3n-hsw-x520
5974 -
5975   type: "plot"
5976   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5977   algorithm: "plot_performance_box"
5978   output-file-type: ".html"
5979   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5980   data: "plot-vpp-throughput-latency-3n-hsw"
5981   filter: "'NIC_Intel-X520-DA2' and
5982            '64B' and
5983            ('BASE' or 'SCALE') and
5984            'NDRPDR' and
5985            '1T1C' and
5986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5987            not 'VHOST' and
5988            'MEMIF'"
5989   parameters:
5990   - "throughput"
5991   - "parent"
5992   - "tags"
5993   sort:
5994   - "L2XCFWD"
5995   - "L2XCFWD"
5996   - "L2XCFWD"
5997   - "L2BDMACLRN"
5998   - "L2BDMACLRN"
5999   - "L2BDMACLRN"
6000   traces:
6001     hoverinfo: "x+y"
6002     boxpoints: "outliers"
6003     whiskerwidth: 0
6004   layout:
6005     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6006     layout: "plot-throughput"
6007
6008 -
6009   type: "plot"
6010   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6011   algorithm: "plot_performance_box"
6012   output-file-type: ".html"
6013   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6014   data: "plot-vpp-throughput-latency-3n-hsw"
6015   filter: "'NIC_Intel-X520-DA2' and
6016            '64B' and
6017            ('BASE' or 'SCALE') and
6018            'NDRPDR' and
6019            '1T1C' and
6020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6021            not 'VHOST' and
6022            'MEMIF'"
6023   parameters:
6024   - "throughput"
6025   - "parent"
6026   - "tags"
6027   sort:
6028   - "L2XCFWD"
6029   - "L2XCFWD"
6030   - "L2XCFWD"
6031   - "L2BDMACLRN"
6032   - "L2BDMACLRN"
6033   - "L2BDMACLRN"
6034   traces:
6035     hoverinfo: "x+y"
6036     boxpoints: "outliers"
6037     whiskerwidth: 0
6038   layout:
6039     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6040     layout: "plot-throughput"
6041
6042 -
6043   type: "plot"
6044   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6045   algorithm: "plot_performance_box"
6046   output-file-type: ".html"
6047   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6048   data: "plot-vpp-throughput-latency-3n-hsw"
6049   filter: "'NIC_Intel-X520-DA2' and
6050            '64B' and
6051            ('BASE' or 'SCALE') and
6052            'NDRPDR' and
6053            '2T2C' and
6054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6055            not 'VHOST' and
6056            'MEMIF'"
6057   parameters:
6058   - "throughput"
6059   - "parent"
6060   - "tags"
6061   sort:
6062   - "L2XCFWD"
6063   - "L2XCFWD"
6064   - "L2XCFWD"
6065   - "L2BDMACLRN"
6066   - "L2BDMACLRN"
6067   - "L2BDMACLRN"
6068   traces:
6069     hoverinfo: "x+y"
6070     boxpoints: "outliers"
6071     whiskerwidth: 0
6072   layout:
6073     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6074     layout: "plot-throughput"
6075
6076 -
6077   type: "plot"
6078   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6079   algorithm: "plot_performance_box"
6080   output-file-type: ".html"
6081   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6082   data: "plot-vpp-throughput-latency-3n-hsw"
6083   filter: "'NIC_Intel-X520-DA2' and
6084            '64B' and
6085            ('BASE' or 'SCALE') and
6086            'NDRPDR' and
6087            '2T2C' and
6088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6089            not 'VHOST' and
6090            'MEMIF'"
6091   parameters:
6092   - "throughput"
6093   - "parent"
6094   - "tags"
6095   sort:
6096   - "L2XCFWD"
6097   - "L2XCFWD"
6098   - "L2XCFWD"
6099   - "L2BDMACLRN"
6100   - "L2BDMACLRN"
6101   - "L2BDMACLRN"
6102   traces:
6103     hoverinfo: "x+y"
6104     boxpoints: "outliers"
6105     whiskerwidth: 0
6106   layout:
6107     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6108     layout: "plot-throughput"
6109
6110 # Packet Throughput - VPP Container Memif 3n-hsw-x710
6111 -
6112   type: "plot"
6113   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6114   algorithm: "plot_performance_box"
6115   output-file-type: ".html"
6116   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6117   data: "plot-vpp-throughput-latency-3n-hsw"
6118   filter: "'NIC_Intel-X710' and
6119            '64B' and
6120            ('BASE' or 'SCALE') and
6121            'NDRPDR' and
6122            '1T1C' and
6123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6124            not 'VHOST' and
6125            'MEMIF'"
6126   parameters:
6127   - "throughput"
6128   - "parent"
6129   - "tags"
6130   sort:
6131   - "L2XCFWD"
6132   - "L2XCFWD"
6133   - "L2XCFWD"
6134   - "L2BDMACLRN"
6135   - "L2BDMACLRN"
6136   - "L2BDMACLRN"
6137   traces:
6138     hoverinfo: "x+y"
6139     boxpoints: "outliers"
6140     whiskerwidth: 0
6141   layout:
6142     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6143     layout: "plot-throughput"
6144
6145 -
6146   type: "plot"
6147   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6148   algorithm: "plot_performance_box"
6149   output-file-type: ".html"
6150   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6151   data: "plot-vpp-throughput-latency-3n-hsw"
6152   filter: "'NIC_Intel-X710' and
6153            '64B' and
6154            ('BASE' or 'SCALE') and
6155            'NDRPDR' and
6156            '1T1C' and
6157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6158            not 'VHOST' and
6159            'MEMIF'"
6160   parameters:
6161   - "throughput"
6162   - "parent"
6163   - "tags"
6164   sort:
6165   - "L2XCFWD"
6166   - "L2XCFWD"
6167   - "L2XCFWD"
6168   - "L2BDMACLRN"
6169   - "L2BDMACLRN"
6170   - "L2BDMACLRN"
6171   traces:
6172     hoverinfo: "x+y"
6173     boxpoints: "outliers"
6174     whiskerwidth: 0
6175   layout:
6176     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6177     layout: "plot-throughput"
6178
6179 -
6180   type: "plot"
6181   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6182   algorithm: "plot_performance_box"
6183   output-file-type: ".html"
6184   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6185   data: "plot-vpp-throughput-latency-3n-hsw"
6186   filter: "'NIC_Intel-X710' and
6187            '64B' and
6188            ('BASE' or 'SCALE') and
6189            'NDRPDR' and
6190            '2T2C' and
6191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6192            not 'VHOST' and
6193            'MEMIF'"
6194   parameters:
6195   - "throughput"
6196   - "parent"
6197   - "tags"
6198   sort:
6199   - "L2XCFWD"
6200   - "L2XCFWD"
6201   - "L2XCFWD"
6202   - "L2BDMACLRN"
6203   - "L2BDMACLRN"
6204   - "L2BDMACLRN"
6205   traces:
6206     hoverinfo: "x+y"
6207     boxpoints: "outliers"
6208     whiskerwidth: 0
6209   layout:
6210     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6211     layout: "plot-throughput"
6212
6213 -
6214   type: "plot"
6215   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6216   algorithm: "plot_performance_box"
6217   output-file-type: ".html"
6218   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6219   data: "plot-vpp-throughput-latency-3n-hsw"
6220   filter: "'NIC_Intel-X710' and
6221            '64B' and
6222            ('BASE' or 'SCALE') and
6223            'NDRPDR' and
6224            '2T2C' and
6225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6226            not 'VHOST' and
6227            'MEMIF'"
6228   parameters:
6229   - "throughput"
6230   - "parent"
6231   - "tags"
6232   sort:
6233   - "L2XCFWD"
6234   - "L2XCFWD"
6235   - "L2XCFWD"
6236   - "L2BDMACLRN"
6237   - "L2BDMACLRN"
6238   - "L2BDMACLRN"
6239   traces:
6240     hoverinfo: "x+y"
6241     boxpoints: "outliers"
6242     whiskerwidth: 0
6243   layout:
6244     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6245     layout: "plot-throughput"
6246
6247 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
6248 -
6249   type: "plot"
6250   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6251   algorithm: "plot_performance_box"
6252   output-file-type: ".html"
6253   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6254   data: "plot-vpp-throughput-latency-3n-hsw"
6255   filter: "'NIC_Intel-XL710' and
6256            '64B' and
6257            ('BASE' or 'SCALE') and
6258            'NDRPDR' and
6259            '1T1C' and
6260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6261            not 'VHOST' and
6262            'MEMIF'"
6263   parameters:
6264   - "throughput"
6265   - "parent"
6266   - "tags"
6267   sort:
6268   - "L2XCFWD"
6269   - "L2XCFWD"
6270   - "L2XCFWD"
6271   - "L2BDMACLRN"
6272   - "L2BDMACLRN"
6273   - "L2BDMACLRN"
6274   traces:
6275     hoverinfo: "x+y"
6276     boxpoints: "outliers"
6277     whiskerwidth: 0
6278   layout:
6279     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6280     layout: "plot-throughput"
6281
6282 -
6283   type: "plot"
6284   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6285   algorithm: "plot_performance_box"
6286   output-file-type: ".html"
6287   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6288   data: "plot-vpp-throughput-latency-3n-hsw"
6289   filter: "'NIC_Intel-XL710' and
6290            '64B' and
6291            ('BASE' or 'SCALE') and
6292            'NDRPDR' and
6293            '1T1C' and
6294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6295            not 'VHOST' and
6296            'MEMIF'"
6297   parameters:
6298   - "throughput"
6299   - "parent"
6300   - "tags"
6301   sort:
6302   - "L2XCFWD"
6303   - "L2XCFWD"
6304   - "L2XCFWD"
6305   - "L2BDMACLRN"
6306   - "L2BDMACLRN"
6307   - "L2BDMACLRN"
6308   traces:
6309     hoverinfo: "x+y"
6310     boxpoints: "outliers"
6311     whiskerwidth: 0
6312   layout:
6313     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6314     layout: "plot-throughput"
6315
6316 -
6317   type: "plot"
6318   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6319   algorithm: "plot_performance_box"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6322   data: "plot-vpp-throughput-latency-3n-hsw"
6323   filter: "'NIC_Intel-XL710' and
6324            '64B' and
6325            ('BASE' or 'SCALE') and
6326            'NDRPDR' and
6327            '2T2C' and
6328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6329            not 'VHOST' and
6330            'MEMIF'"
6331   parameters:
6332   - "throughput"
6333   - "parent"
6334   - "tags"
6335   sort:
6336   - "L2XCFWD"
6337   - "L2XCFWD"
6338   - "L2XCFWD"
6339   - "L2BDMACLRN"
6340   - "L2BDMACLRN"
6341   - "L2BDMACLRN"
6342   traces:
6343     hoverinfo: "x+y"
6344     boxpoints: "outliers"
6345     whiskerwidth: 0
6346   layout:
6347     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6348     layout: "plot-throughput"
6349
6350 -
6351   type: "plot"
6352   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6353   algorithm: "plot_performance_box"
6354   output-file-type: ".html"
6355   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6356   data: "plot-vpp-throughput-latency-3n-hsw"
6357   filter: "'NIC_Intel-XL710' and
6358            '64B' and
6359            ('BASE' or 'SCALE') and
6360            'NDRPDR' and
6361            '2T2C' and
6362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6363            not 'VHOST' and
6364            'MEMIF'"
6365   parameters:
6366   - "throughput"
6367   - "parent"
6368   - "tags"
6369   sort:
6370   - "L2XCFWD"
6371   - "L2XCFWD"
6372   - "L2XCFWD"
6373   - "L2BDMACLRN"
6374   - "L2BDMACLRN"
6375   - "L2BDMACLRN"
6376   traces:
6377     hoverinfo: "x+y"
6378     boxpoints: "outliers"
6379     whiskerwidth: 0
6380   layout:
6381     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6382     layout: "plot-throughput"
6383
6384 # Packet Throughput - VPP Container Memif 3n-skx-x710
6385 -
6386   type: "plot"
6387   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6388   algorithm: "plot_performance_box"
6389   output-file-type: ".html"
6390   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6391   data: "plot-vpp-throughput-latency-3n-skx"
6392   filter: "'NIC_Intel-X710' and
6393            '64B' and
6394            ('BASE' or 'SCALE') and
6395            'NDRPDR' and
6396            '2T1C' and
6397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6398            not 'VHOST' and
6399            'MEMIF'"
6400   parameters:
6401   - "throughput"
6402   - "parent"
6403   - "tags"
6404   sort:
6405   - "L2XCFWD"
6406   - "L2XCFWD"
6407   - "L2XCFWD"
6408   - "L2BDMACLRN"
6409   - "L2BDMACLRN"
6410   - "L2BDMACLRN"
6411   traces:
6412     hoverinfo: "x+y"
6413     boxpoints: "outliers"
6414     whiskerwidth: 0
6415   layout:
6416     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6417     layout: "plot-throughput"
6418
6419 -
6420   type: "plot"
6421   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6422   algorithm: "plot_performance_box"
6423   output-file-type: ".html"
6424   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6425   data: "plot-vpp-throughput-latency-3n-skx"
6426   filter: "'NIC_Intel-X710' and
6427            '64B' and
6428            ('BASE' or 'SCALE') and
6429            'NDRPDR' and
6430            '2T1C' and
6431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6432            not 'VHOST' and
6433            'MEMIF'"
6434   parameters:
6435   - "throughput"
6436   - "parent"
6437   - "tags"
6438   sort:
6439   - "L2XCFWD"
6440   - "L2XCFWD"
6441   - "L2XCFWD"
6442   - "L2BDMACLRN"
6443   - "L2BDMACLRN"
6444   - "L2BDMACLRN"
6445   traces:
6446     hoverinfo: "x+y"
6447     boxpoints: "outliers"
6448     whiskerwidth: 0
6449   layout:
6450     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6451     layout: "plot-throughput"
6452
6453 -
6454   type: "plot"
6455   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6456   algorithm: "plot_performance_box"
6457   output-file-type: ".html"
6458   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6459   data: "plot-vpp-throughput-latency-3n-skx"
6460   filter: "'NIC_Intel-X710' and
6461            '64B' and
6462            ('BASE' or 'SCALE') and
6463            'NDRPDR' and
6464            '4T2C' and
6465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6466            not 'VHOST' and
6467            'MEMIF'"
6468   parameters:
6469   - "throughput"
6470   - "parent"
6471   - "tags"
6472   sort:
6473   - "L2XCFWD"
6474   - "L2XCFWD"
6475   - "L2XCFWD"
6476   - "L2BDMACLRN"
6477   - "L2BDMACLRN"
6478   - "L2BDMACLRN"
6479   traces:
6480     hoverinfo: "x+y"
6481     boxpoints: "outliers"
6482     whiskerwidth: 0
6483   layout:
6484     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6485     layout: "plot-throughput"
6486
6487 -
6488   type: "plot"
6489   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6493   data: "plot-vpp-throughput-latency-3n-skx"
6494   filter: "'NIC_Intel-X710' and
6495            '64B' and
6496            ('BASE' or 'SCALE') and
6497            'NDRPDR' and
6498            '4T2C' and
6499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6500            not 'VHOST' and
6501            'MEMIF'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   - "tags"
6506   sort:
6507   - "L2XCFWD"
6508   - "L2XCFWD"
6509   - "L2XCFWD"
6510   - "L2BDMACLRN"
6511   - "L2BDMACLRN"
6512   - "L2BDMACLRN"
6513   traces:
6514     hoverinfo: "x+y"
6515     boxpoints: "outliers"
6516     whiskerwidth: 0
6517   layout:
6518     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6519     layout: "plot-throughput"
6520
6521 # Packet Throughput - VPP Container Memif 2n-skx-x710
6522 -
6523   type: "plot"
6524   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6525   algorithm: "plot_performance_box"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6528   data: "plot-vpp-throughput-latency-2n-skx"
6529   filter: "'NIC_Intel-X710' and
6530            '64B' and
6531            ('BASE' or 'SCALE') and
6532            'NDRPDR' and
6533            '2T1C' and
6534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6535            not 'VHOST' and
6536            'MEMIF'"
6537   parameters:
6538   - "throughput"
6539   - "parent"
6540   - "tags"
6541   sort:
6542   - "L2XCFWD"
6543   - "L2XCFWD"
6544   - "L2XCFWD"
6545   - "L2BDMACLRN"
6546   - "L2BDMACLRN"
6547   - "L2BDMACLRN"
6548   traces:
6549     hoverinfo: "x+y"
6550     boxpoints: "outliers"
6551     whiskerwidth: 0
6552   layout:
6553     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6554     layout: "plot-throughput"
6555
6556 -
6557   type: "plot"
6558   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6559   algorithm: "plot_performance_box"
6560   output-file-type: ".html"
6561   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6562   data: "plot-vpp-throughput-latency-2n-skx"
6563   filter: "'NIC_Intel-X710' and
6564            '64B' and
6565            ('BASE' or 'SCALE') and
6566            'NDRPDR' and
6567            '2T1C' and
6568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6569            not 'VHOST' and
6570            'MEMIF'"
6571   parameters:
6572   - "throughput"
6573   - "parent"
6574   - "tags"
6575   sort:
6576   - "L2XCFWD"
6577   - "L2XCFWD"
6578   - "L2XCFWD"
6579   - "L2BDMACLRN"
6580   - "L2BDMACLRN"
6581   - "L2BDMACLRN"
6582   traces:
6583     hoverinfo: "x+y"
6584     boxpoints: "outliers"
6585     whiskerwidth: 0
6586   layout:
6587     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6588     layout: "plot-throughput"
6589
6590 -
6591   type: "plot"
6592   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6593   algorithm: "plot_performance_box"
6594   output-file-type: ".html"
6595   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6596   data: "plot-vpp-throughput-latency-2n-skx"
6597   filter: "'NIC_Intel-X710' and
6598            '64B' and
6599            ('BASE' or 'SCALE') and
6600            'NDRPDR' and
6601            '4T2C' and
6602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6603            not 'VHOST' and
6604            'MEMIF'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   - "tags"
6609   sort:
6610   - "L2XCFWD"
6611   - "L2XCFWD"
6612   - "L2XCFWD"
6613   - "L2BDMACLRN"
6614   - "L2BDMACLRN"
6615   - "L2BDMACLRN"
6616   traces:
6617     hoverinfo: "x+y"
6618     boxpoints: "outliers"
6619     whiskerwidth: 0
6620   layout:
6621     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6622     layout: "plot-throughput"
6623
6624 -
6625   type: "plot"
6626   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6627   algorithm: "plot_performance_box"
6628   output-file-type: ".html"
6629   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6630   data: "plot-vpp-throughput-latency-2n-skx"
6631   filter: "'NIC_Intel-X710' and
6632            '64B' and
6633            ('BASE' or 'SCALE') and
6634            'NDRPDR' and
6635            '4T2C' and
6636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6637            not 'VHOST' and
6638            'MEMIF'"
6639   parameters:
6640   - "throughput"
6641   - "parent"
6642   - "tags"
6643   sort:
6644   - "L2XCFWD"
6645   - "L2XCFWD"
6646   - "L2XCFWD"
6647   - "L2BDMACLRN"
6648   - "L2BDMACLRN"
6649   - "L2BDMACLRN"
6650   traces:
6651     hoverinfo: "x+y"
6652     boxpoints: "outliers"
6653     whiskerwidth: 0
6654   layout:
6655     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6656     layout: "plot-throughput"
6657
6658 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6659 -
6660   type: "plot"
6661   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6662   algorithm: "plot_performance_box"
6663   output-file-type: ".html"
6664   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6665   data: "plot-vpp-throughput-latency-2n-skx"
6666   filter: "'NIC_Intel-XXV710' and
6667            '64B' and
6668            ('BASE' or 'SCALE') and
6669            'NDRPDR' and
6670            '2T1C' and
6671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6672            not 'VHOST' and
6673            'MEMIF'"
6674   parameters:
6675   - "throughput"
6676   - "parent"
6677   - "tags"
6678   sort:
6679   - "L2XCFWD"
6680   - "L2XCFWD"
6681   - "L2XCFWD"
6682   - "L2BDMACLRN"
6683   - "L2BDMACLRN"
6684   - "L2BDMACLRN"
6685   traces:
6686     hoverinfo: "x+y"
6687     boxpoints: "outliers"
6688     whiskerwidth: 0
6689   layout:
6690     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6691     layout: "plot-throughput"
6692
6693 -
6694   type: "plot"
6695   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6696   algorithm: "plot_performance_box"
6697   output-file-type: ".html"
6698   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6699   data: "plot-vpp-throughput-latency-2n-skx"
6700   filter: "'NIC_Intel-XXV710' and
6701            '64B' and
6702            ('BASE' or 'SCALE') and
6703            'NDRPDR' and
6704            '2T1C' and
6705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6706            not 'VHOST' and
6707            'MEMIF'"
6708   parameters:
6709   - "throughput"
6710   - "parent"
6711   - "tags"
6712   sort:
6713   - "L2XCFWD"
6714   - "L2XCFWD"
6715   - "L2XCFWD"
6716   - "L2BDMACLRN"
6717   - "L2BDMACLRN"
6718   - "L2BDMACLRN"
6719   traces:
6720     hoverinfo: "x+y"
6721     boxpoints: "outliers"
6722     whiskerwidth: 0
6723   layout:
6724     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6725     layout: "plot-throughput"
6726
6727 -
6728   type: "plot"
6729   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6730   algorithm: "plot_performance_box"
6731   output-file-type: ".html"
6732   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6733   data: "plot-vpp-throughput-latency-2n-skx"
6734   filter: "'NIC_Intel-XXV710' and
6735            '64B' and
6736            ('BASE' or 'SCALE') and
6737            'NDRPDR' and
6738            '4T2C' and
6739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6740            not 'VHOST' and
6741            'MEMIF'"
6742   parameters:
6743   - "throughput"
6744   - "parent"
6745   - "tags"
6746   sort:
6747   - "L2XCFWD"
6748   - "L2XCFWD"
6749   - "L2XCFWD"
6750   - "L2BDMACLRN"
6751   - "L2BDMACLRN"
6752   - "L2BDMACLRN"
6753   traces:
6754     hoverinfo: "x+y"
6755     boxpoints: "outliers"
6756     whiskerwidth: 0
6757   layout:
6758     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6759     layout: "plot-throughput"
6760
6761 -
6762   type: "plot"
6763   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6764   algorithm: "plot_performance_box"
6765   output-file-type: ".html"
6766   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6767   data: "plot-vpp-throughput-latency-2n-skx"
6768   filter: "'NIC_Intel-XXV710' and
6769            '64B' and
6770            ('BASE' or 'SCALE') and
6771            'NDRPDR' and
6772            '4T2C' and
6773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6774            not 'VHOST' and
6775            'MEMIF'"
6776   parameters:
6777   - "throughput"
6778   - "parent"
6779   - "tags"
6780   sort:
6781   - "L2XCFWD"
6782   - "L2XCFWD"
6783   - "L2XCFWD"
6784   - "L2BDMACLRN"
6785   - "L2BDMACLRN"
6786   - "L2BDMACLRN"
6787   traces:
6788     hoverinfo: "x+y"
6789     boxpoints: "outliers"
6790     whiskerwidth: 0
6791   layout:
6792     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6793     layout: "plot-throughput"
6794
6795 ################################################################################
6796
6797 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
6798 -
6799   type: "plot"
6800   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6801   algorithm: "plot_performance_box"
6802   output-file-type: ".html"
6803   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6804   data: "plot-ligato-throughput-latency-3n-hsw"
6805   filter: "'NIC_Intel-X520-DA2' and
6806            '64B' and
6807            ('BASE' or 'SCALE') and
6808            'NDRPDR' and
6809            '1T1C' and
6810            'L2XCFWD' and
6811            not 'VHOST' and
6812            'MEMIF'"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   - "tags"
6817   sort:
6818   - "1VNF"
6819   - "2VNF"
6820   - "4VNF"
6821   - "2VNF"
6822   - "4VNF"
6823   traces:
6824     hoverinfo: "x+y"
6825     boxpoints: "outliers"
6826     whiskerwidth: 0
6827   layout:
6828     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6829     layout: "plot-throughput"
6830
6831 -
6832   type: "plot"
6833   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6834   algorithm: "plot_performance_box"
6835   output-file-type: ".html"
6836   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6837   data: "plot-ligato-throughput-latency-3n-hsw"
6838   filter: "'NIC_Intel-X520-DA2' and
6839            '64B' and
6840            ('BASE' or 'SCALE') and
6841            'NDRPDR' and
6842            '1T1C' and
6843            'L2XCFWD' and
6844            not 'VHOST' and
6845            'MEMIF'"
6846   parameters:
6847   - "throughput"
6848   - "parent"
6849   - "tags"
6850   sort:
6851   - "1VNF"
6852   - "2VNF"
6853   - "4VNF"
6854   - "2VNF"
6855   - "4VNF"
6856   traces:
6857     hoverinfo: "x+y"
6858     boxpoints: "outliers"
6859     whiskerwidth: 0
6860   layout:
6861     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6862     layout: "plot-throughput"
6863
6864 -
6865   type: "plot"
6866   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6867   algorithm: "plot_performance_box"
6868   output-file-type: ".html"
6869   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6870   data: "plot-ligato-throughput-latency-3n-hsw"
6871   filter: "'NIC_Intel-X520-DA2' and
6872            '64B' and
6873            ('BASE' or 'SCALE') and
6874            'NDRPDR' and
6875            '2T2C' and
6876            'L2XCFWD' and
6877            not 'VHOST' and
6878            'MEMIF'"
6879   parameters:
6880   - "throughput"
6881   - "parent"
6882   - "tags"
6883   sort:
6884   - "1VNF"
6885   - "2VNF"
6886   - "4VNF"
6887   - "2VNF"
6888   - "4VNF"
6889   traces:
6890     hoverinfo: "x+y"
6891     boxpoints: "outliers"
6892     whiskerwidth: 0
6893   layout:
6894     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6895     layout: "plot-throughput"
6896
6897 -
6898   type: "plot"
6899   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6900   algorithm: "plot_performance_box"
6901   output-file-type: ".html"
6902   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6903   data: "plot-ligato-throughput-latency-3n-hsw"
6904   filter: "'NIC_Intel-X520-DA2' and
6905            '64B' and
6906            ('BASE' or 'SCALE') and
6907            'NDRPDR' and
6908            '2T2C' and
6909            'L2XCFWD' and
6910            not 'VHOST' and
6911            'MEMIF'"
6912   parameters:
6913   - "throughput"
6914   - "parent"
6915   - "tags"
6916   sort:
6917   - "1VNF"
6918   - "2VNF"
6919   - "4VNF"
6920   - "2VNF"
6921   - "4VNF"
6922   traces:
6923     hoverinfo: "x+y"
6924     boxpoints: "outliers"
6925     whiskerwidth: 0
6926   layout:
6927     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6928     layout: "plot-throughput"
6929
6930 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
6931 -
6932   type: "plot"
6933   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6934   algorithm: "plot_performance_box"
6935   output-file-type: ".html"
6936   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6937   data: "plot-ligato-throughput-latency-3n-hsw"
6938   filter: "'NIC_Intel-X520-DA2' and
6939            '64B' and
6940            ('BASE' or 'SCALE') and
6941            'NDRPDR' and
6942            '1T1C' and
6943            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6944            not 'VHOST' and
6945            'MEMIF'"
6946   parameters:
6947   - "throughput"
6948   - "parent"
6949   - "tags"
6950   sort:
6951   - "1VNF"
6952   - "2VNF"
6953   - "4VNF"
6954   - "2VNF"
6955   - "4VNF"
6956   traces:
6957     hoverinfo: "x+y"
6958     boxpoints: "outliers"
6959     whiskerwidth: 0
6960   layout:
6961     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6962     layout: "plot-throughput"
6963
6964 -
6965   type: "plot"
6966   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6967   algorithm: "plot_performance_box"
6968   output-file-type: ".html"
6969   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6970   data: "plot-ligato-throughput-latency-3n-hsw"
6971   filter: "'NIC_Intel-X520-DA2' and
6972            '64B' and
6973            ('BASE' or 'SCALE') and
6974            'NDRPDR' and
6975            '1T1C' and
6976            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6977            not 'VHOST' and
6978            'MEMIF'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   - "tags"
6983   sort:
6984   - "1VNF"
6985   - "2VNF"
6986   - "4VNF"
6987   - "2VNF"
6988   - "4VNF"
6989   traces:
6990     hoverinfo: "x+y"
6991     boxpoints: "outliers"
6992     whiskerwidth: 0
6993   layout:
6994     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6995     layout: "plot-throughput"
6996
6997 -
6998   type: "plot"
6999   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7000   algorithm: "plot_performance_box"
7001   output-file-type: ".html"
7002   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7003   data: "plot-ligato-throughput-latency-3n-hsw"
7004   filter: "'NIC_Intel-X520-DA2' and
7005            '64B' and
7006            ('BASE' or 'SCALE') and
7007            'NDRPDR' and
7008            '2T2C' and
7009            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7010            not 'VHOST' and
7011            'MEMIF'"
7012   parameters:
7013   - "throughput"
7014   - "parent"
7015   - "tags"
7016   sort:
7017   - "1VNF"
7018   - "2VNF"
7019   - "4VNF"
7020   - "2VNF"
7021   - "4VNF"
7022   traces:
7023     hoverinfo: "x+y"
7024     boxpoints: "outliers"
7025     whiskerwidth: 0
7026   layout:
7027     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7028     layout: "plot-throughput"
7029
7030 -
7031   type: "plot"
7032   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7033   algorithm: "plot_performance_box"
7034   output-file-type: ".html"
7035   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7036   data: "plot-ligato-throughput-latency-3n-hsw"
7037   filter: "'NIC_Intel-X520-DA2' and
7038            '64B' and
7039            ('BASE' or 'SCALE') and
7040            'NDRPDR' and
7041            '2T2C' and
7042            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7043            not 'VHOST' and
7044            'MEMIF'"
7045   parameters:
7046   - "throughput"
7047   - "parent"
7048   - "tags"
7049   sort:
7050   - "1VNF"
7051   - "2VNF"
7052   - "4VNF"
7053   - "2VNF"
7054   - "4VNF"
7055   traces:
7056     hoverinfo: "x+y"
7057     boxpoints: "outliers"
7058     whiskerwidth: 0
7059   layout:
7060     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7061     layout: "plot-throughput"
7062
7063 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
7064 -
7065   type: "plot"
7066   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7067   algorithm: "plot_performance_box"
7068   output-file-type: ".html"
7069   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7070   data: "plot-ligato-throughput-latency-3n-hsw"
7071   filter: "'NIC_Intel-X710' and
7072            '64B' and
7073            ('BASE' or 'SCALE') and
7074            'NDRPDR' and
7075            '1T1C' and
7076            'L2XCFWD' and
7077            not 'VHOST' and
7078            'MEMIF'"
7079   parameters:
7080   - "throughput"
7081   - "parent"
7082   - "tags"
7083   sort:
7084   - "1VNF"
7085   - "2VNF"
7086   - "4VNF"
7087   - "2VNF"
7088   - "4VNF"
7089   traces:
7090     hoverinfo: "x+y"
7091     boxpoints: "outliers"
7092     whiskerwidth: 0
7093   layout:
7094     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7095     layout: "plot-throughput"
7096
7097 -
7098   type: "plot"
7099   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7100   algorithm: "plot_performance_box"
7101   output-file-type: ".html"
7102   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7103   data: "plot-ligato-throughput-latency-3n-hsw"
7104   filter: "'NIC_Intel-X710' and
7105            '64B' and
7106            ('BASE' or 'SCALE') and
7107            'NDRPDR' and
7108            '1T1C' and
7109            'L2XCFWD' and
7110            not 'VHOST' and
7111            'MEMIF'"
7112   parameters:
7113   - "throughput"
7114   - "parent"
7115   - "tags"
7116   sort:
7117   - "1VNF"
7118   - "2VNF"
7119   - "4VNF"
7120   - "2VNF"
7121   - "4VNF"
7122   traces:
7123     hoverinfo: "x+y"
7124     boxpoints: "outliers"
7125     whiskerwidth: 0
7126   layout:
7127     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7128     layout: "plot-throughput"
7129
7130 -
7131   type: "plot"
7132   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7136   data: "plot-ligato-throughput-latency-3n-hsw"
7137   filter: "'NIC_Intel-X710' and
7138            '64B' and
7139            ('BASE' or 'SCALE') and
7140            'NDRPDR' and
7141            '2T2C' and
7142            'L2XCFWD' and
7143            not 'VHOST' and
7144            'MEMIF'"
7145   parameters:
7146   - "throughput"
7147   - "parent"
7148   - "tags"
7149   sort:
7150   - "1VNF"
7151   - "2VNF"
7152   - "4VNF"
7153   - "2VNF"
7154   - "4VNF"
7155   traces:
7156     hoverinfo: "x+y"
7157     boxpoints: "outliers"
7158     whiskerwidth: 0
7159   layout:
7160     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7161     layout: "plot-throughput"
7162
7163 -
7164   type: "plot"
7165   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7166   algorithm: "plot_performance_box"
7167   output-file-type: ".html"
7168   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7169   data: "plot-ligato-throughput-latency-3n-hsw"
7170   filter: "'NIC_Intel-X710' and
7171            '64B' and
7172            ('BASE' or 'SCALE') and
7173            'NDRPDR' and
7174            '2T2C' and
7175            'L2XCFWD' and
7176            not 'VHOST' and
7177            'MEMIF'"
7178   parameters:
7179   - "throughput"
7180   - "parent"
7181   - "tags"
7182   sort:
7183   - "1VNF"
7184   - "2VNF"
7185   - "4VNF"
7186   - "2VNF"
7187   - "4VNF"
7188   traces:
7189     hoverinfo: "x+y"
7190     boxpoints: "outliers"
7191     whiskerwidth: 0
7192   layout:
7193     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7194     layout: "plot-throughput"
7195
7196 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
7197 -
7198   type: "plot"
7199   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7200   algorithm: "plot_performance_box"
7201   output-file-type: ".html"
7202   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7203   data: "plot-ligato-throughput-latency-3n-hsw"
7204   filter: "'NIC_Intel-X710' and
7205            '64B' and
7206            ('BASE' or 'SCALE') and
7207            'NDRPDR' and
7208            '1T1C' and
7209            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7210            not 'VHOST' and
7211            'MEMIF'"
7212   parameters:
7213   - "throughput"
7214   - "parent"
7215   - "tags"
7216   sort:
7217   - "1VNF"
7218   - "2VNF"
7219   - "4VNF"
7220   - "2VNF"
7221   - "4VNF"
7222   traces:
7223     hoverinfo: "x+y"
7224     boxpoints: "outliers"
7225     whiskerwidth: 0
7226   layout:
7227     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7228     layout: "plot-throughput"
7229
7230 -
7231   type: "plot"
7232   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7233   algorithm: "plot_performance_box"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7236   data: "plot-ligato-throughput-latency-3n-hsw"
7237   filter: "'NIC_Intel-X710' and
7238            '64B' and
7239            ('BASE' or 'SCALE') and
7240            'NDRPDR' and
7241            '1T1C' and
7242            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7243            not 'VHOST' and
7244            'MEMIF'"
7245   parameters:
7246   - "throughput"
7247   - "parent"
7248   - "tags"
7249   sort:
7250   - "1VNF"
7251   - "2VNF"
7252   - "4VNF"
7253   - "2VNF"
7254   - "4VNF"
7255   traces:
7256     hoverinfo: "x+y"
7257     boxpoints: "outliers"
7258     whiskerwidth: 0
7259   layout:
7260     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7261     layout: "plot-throughput"
7262
7263 -
7264   type: "plot"
7265   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7266   algorithm: "plot_performance_box"
7267   output-file-type: ".html"
7268   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7269   data: "plot-ligato-throughput-latency-3n-hsw"
7270   filter: "'NIC_Intel-X710' and
7271            '64B' and
7272            ('BASE' or 'SCALE') and
7273            'NDRPDR' and
7274            '2T2C' and
7275            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7276            not 'VHOST' and
7277            'MEMIF'"
7278   parameters:
7279   - "throughput"
7280   - "parent"
7281   - "tags"
7282   sort:
7283   - "1VNF"
7284   - "2VNF"
7285   - "4VNF"
7286   - "2VNF"
7287   - "4VNF"
7288   traces:
7289     hoverinfo: "x+y"
7290     boxpoints: "outliers"
7291     whiskerwidth: 0
7292   layout:
7293     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7294     layout: "plot-throughput"
7295
7296 -
7297   type: "plot"
7298   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7299   algorithm: "plot_performance_box"
7300   output-file-type: ".html"
7301   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7302   data: "plot-ligato-throughput-latency-3n-hsw"
7303   filter: "'NIC_Intel-X710' and
7304            '64B' and
7305            ('BASE' or 'SCALE') and
7306            'NDRPDR' and
7307            '2T2C' and
7308            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7309            not 'VHOST' and
7310            'MEMIF'"
7311   parameters:
7312   - "throughput"
7313   - "parent"
7314   - "tags"
7315   sort:
7316   - "1VNF"
7317   - "2VNF"
7318   - "4VNF"
7319   - "2VNF"
7320   - "4VNF"
7321   traces:
7322     hoverinfo: "x+y"
7323     boxpoints: "outliers"
7324     whiskerwidth: 0
7325   layout:
7326     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7327     layout: "plot-throughput"
7328
7329 ################################################################################
7330
7331 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
7332 -
7333   type: "plot"
7334   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7335   algorithm: "plot_performance_box"
7336   output-file-type: ".html"
7337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7338   data: "plot-vpp-throughput-latency-3n-hsw"
7339   filter: "'NIC_Intel-X520-DA2' and
7340            '64B' and
7341            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7342            'NDRPDR' and
7343            '1T1C' and
7344            'IP4FWD' and
7345            not 'IPSEC' and
7346            not 'VHOST'"
7347   parameters:
7348   - "throughput"
7349   - "parent"
7350   - "tags"
7351   sort:
7352   - "IP4BASE"
7353   - "FIB_20K"
7354   - "FIB_200K"
7355   - "FIB_2M"
7356   traces:
7357     hoverinfo: "x+y"
7358     boxpoints: "outliers"
7359     whiskerwidth: 0
7360   layout:
7361     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7362     layout: "plot-throughput"
7363
7364 -
7365   type: "plot"
7366   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7367   algorithm: "plot_performance_box"
7368   output-file-type: ".html"
7369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7370   data: "plot-vpp-throughput-latency-3n-hsw"
7371   filter: "'NIC_Intel-X520-DA2' and
7372            '64B' and
7373            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7374            'NDRPDR' and
7375            '1T1C' and
7376            'IP4FWD' and
7377            not 'IPSEC' and
7378            not 'VHOST'"
7379   parameters:
7380   - "throughput"
7381   - "parent"
7382   - "tags"
7383   sort:
7384   - "IP4BASE"
7385   - "FIB_20K"
7386   - "FIB_200K"
7387   - "FIB_2M"
7388   traces:
7389     hoverinfo: "x+y"
7390     boxpoints: "outliers"
7391     whiskerwidth: 0
7392   layout:
7393     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7394     layout: "plot-throughput"
7395
7396 -
7397   type: "plot"
7398   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7399   algorithm: "plot_performance_box"
7400   output-file-type: ".html"
7401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7402   data: "plot-vpp-throughput-latency-3n-hsw"
7403   filter: "'NIC_Intel-X520-DA2' and
7404            '64B' and
7405            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7406            'NDRPDR' and
7407            '2T2C' and
7408            'IP4FWD' and
7409            not 'IPSEC' and
7410            not 'VHOST'"
7411   parameters:
7412   - "throughput"
7413   - "parent"
7414   - "tags"
7415   sort:
7416   - "IP4BASE"
7417   - "FIB_20K"
7418   - "FIB_200K"
7419   - "FIB_2M"
7420   traces:
7421     hoverinfo: "x+y"
7422     boxpoints: "outliers"
7423     whiskerwidth: 0
7424   layout:
7425     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7426     layout: "plot-throughput"
7427
7428 -
7429   type: "plot"
7430   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7431   algorithm: "plot_performance_box"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7434   data: "plot-vpp-throughput-latency-3n-hsw"
7435   filter: "'NIC_Intel-X520-DA2' and
7436            '64B' and
7437            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7438            'NDRPDR' and
7439            '2T2C' and
7440            'IP4FWD' and
7441            not 'IPSEC' and
7442            not 'VHOST'"
7443   parameters:
7444   - "throughput"
7445   - "parent"
7446   - "tags"
7447   sort:
7448   - "IP4BASE"
7449   - "FIB_20K"
7450   - "FIB_200K"
7451   - "FIB_2M"
7452   traces:
7453     hoverinfo: "x+y"
7454     boxpoints: "outliers"
7455     whiskerwidth: 0
7456   layout:
7457     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7458     layout: "plot-throughput"
7459
7460 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7461 -
7462   type: "plot"
7463   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7464   algorithm: "plot_performance_box"
7465   output-file-type: ".html"
7466   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7467   data: "plot-vpp-throughput-latency-3n-hsw"
7468   filter: "'NIC_Intel-X520-DA2' and
7469            '64B' and
7470            ('IP4BASE' or
7471             'POLICE_MARK' or
7472             'COPWHLIST' or
7473             ('NAT44' and 'BASE') or
7474             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7475            'NDRPDR' and
7476            '1T1C' and
7477            'IP4FWD' and
7478            not 'IPSEC' and
7479            not 'VHOST'"
7480   parameters:
7481   - "throughput"
7482   - "parent"
7483   - "tags"
7484   sort:
7485   - "IP4BASE"
7486   - "NAT44"
7487   - "POLICE_MARK"
7488   - "COPWHLIST"
7489   - "IACL"
7490   - "OACL"
7491   traces:
7492     hoverinfo: "x+y"
7493     boxpoints: "outliers"
7494     whiskerwidth: 0
7495   layout:
7496     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7497     layout: "plot-throughput"
7498
7499 -
7500   type: "plot"
7501   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7502   algorithm: "plot_performance_box"
7503   output-file-type: ".html"
7504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7505   data: "plot-vpp-throughput-latency-3n-hsw"
7506   filter: "'NIC_Intel-X520-DA2' and
7507            '64B' and
7508            ('IP4BASE' or
7509             'POLICE_MARK' or
7510             'COPWHLIST' or
7511             ('NAT44' and 'BASE') or
7512             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7513            'NDRPDR' and
7514            '1T1C' and
7515            'IP4FWD' and
7516            not 'IPSEC' and
7517            not 'VHOST'"
7518   parameters:
7519   - "throughput"
7520   - "parent"
7521   - "tags"
7522   sort:
7523   - "IP4BASE"
7524   - "NAT44"
7525   - "POLICE_MARK"
7526   - "COPWHLIST"
7527   - "IACL"
7528   - "OACL"
7529   traces:
7530     hoverinfo: "x+y"
7531     boxpoints: "outliers"
7532     whiskerwidth: 0
7533   layout:
7534     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7535     layout: "plot-throughput"
7536
7537 -
7538   type: "plot"
7539   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7540   algorithm: "plot_performance_box"
7541   output-file-type: ".html"
7542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7543   data: "plot-vpp-throughput-latency-3n-hsw"
7544   filter: "'NIC_Intel-X520-DA2' and
7545            '64B' and
7546            ('IP4BASE' or
7547             'POLICE_MARK' or
7548             'COPWHLIST' or
7549             ('NAT44' and 'BASE') or
7550             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7551            'NDRPDR' and
7552            '2T2C' and
7553            'IP4FWD' and
7554            not 'IPSEC' and
7555            not 'VHOST'"
7556   parameters:
7557   - "throughput"
7558   - "parent"
7559   - "tags"
7560   sort:
7561   - "IP4BASE"
7562   - "NAT44"
7563   - "POLICE_MARK"
7564   - "COPWHLIST"
7565   - "IACL"
7566   - "OACL"
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7573     layout: "plot-throughput"
7574
7575 -
7576   type: "plot"
7577   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7581   data: "plot-vpp-throughput-latency-3n-hsw"
7582   filter: "'NIC_Intel-X520-DA2' and
7583            '64B' and
7584            ('IP4BASE' or
7585             'POLICE_MARK' or
7586             'COPWHLIST' or
7587             ('NAT44' and 'BASE') or
7588             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7589            'NDRPDR' and
7590            '2T2C' and
7591            'IP4FWD' and
7592            not 'IPSEC' and
7593            not 'VHOST'"
7594   parameters:
7595   - "throughput"
7596   - "parent"
7597   - "tags"
7598   sort:
7599   - "IP4BASE"
7600   - "NAT44"
7601   - "POLICE_MARK"
7602   - "COPWHLIST"
7603   - "IACL"
7604   - "OACL"
7605   traces:
7606     hoverinfo: "x+y"
7607     boxpoints: "outliers"
7608     whiskerwidth: 0
7609   layout:
7610     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7611     layout: "plot-throughput"
7612
7613 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7614 -
7615   type: "plot"
7616   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7617   algorithm: "plot_performance_box"
7618   output-file-type: ".html"
7619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7620   data: "plot-vpp-throughput-latency-3n-hsw"
7621   filter: "'NIC_Intel-X520-DA2' and
7622            '64B' and
7623            'NDRPDR' and
7624            '1T1C' and
7625            'IP4FWD' and
7626            'NAT44' and
7627            not 'IPSEC' and
7628            not 'VHOST'"
7629   parameters:
7630   - "throughput"
7631   - "parent"
7632   - "tags"
7633   sort:
7634   - "BASE"
7635   - "BASE"
7636   - "SRC_USER_10"
7637   - "SRC_USER_100"
7638   - "SRC_USER_1000"
7639   - "SRC_USER_2000"
7640   traces:
7641     hoverinfo: "x+y"
7642     boxpoints: "outliers"
7643     whiskerwidth: 0
7644   layout:
7645     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7646     layout: "plot-throughput"
7647
7648 -
7649   type: "plot"
7650   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7651   algorithm: "plot_performance_box"
7652   output-file-type: ".html"
7653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7654   data: "plot-vpp-throughput-latency-3n-hsw"
7655   filter: "'NIC_Intel-X520-DA2' and
7656            '64B' and
7657            'NDRPDR' and
7658            '1T1C' and
7659            'IP4FWD' and
7660            'NAT44' and
7661            not 'IPSEC' and
7662            not 'VHOST'"
7663   parameters:
7664   - "throughput"
7665   - "parent"
7666   - "tags"
7667   sort:
7668   - "BASE"
7669   - "BASE"
7670   - "SRC_USER_10"
7671   - "SRC_USER_100"
7672   - "SRC_USER_1000"
7673   - "SRC_USER_2000"
7674   traces:
7675     hoverinfo: "x+y"
7676     boxpoints: "outliers"
7677     whiskerwidth: 0
7678   layout:
7679     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7680     layout: "plot-throughput"
7681
7682 -
7683   type: "plot"
7684   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7685   algorithm: "plot_performance_box"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7688   data: "plot-vpp-throughput-latency-3n-hsw"
7689   filter: "'NIC_Intel-X520-DA2' and
7690            '64B' and
7691            'NDRPDR' and
7692            '2T2C' and
7693            'IP4FWD' and
7694            'NAT44' and
7695            not 'IPSEC' and
7696            not 'VHOST'"
7697   parameters:
7698   - "throughput"
7699   - "parent"
7700   - "tags"
7701   sort:
7702   - "BASE"
7703   - "BASE"
7704   - "SRC_USER_10"
7705   - "SRC_USER_100"
7706   - "SRC_USER_1000"
7707   - "SRC_USER_2000"
7708   traces:
7709     hoverinfo: "x+y"
7710     boxpoints: "outliers"
7711     whiskerwidth: 0
7712   layout:
7713     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7714     layout: "plot-throughput"
7715
7716 -
7717   type: "plot"
7718   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7719   algorithm: "plot_performance_box"
7720   output-file-type: ".html"
7721   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7722   data: "plot-vpp-throughput-latency-3n-hsw"
7723   filter: "'NIC_Intel-X520-DA2' and
7724            '64B' and
7725            'NDRPDR' and
7726            '2T2C' and
7727            'IP4FWD' and
7728            'NAT44' and
7729            not 'IPSEC' and
7730            not 'VHOST'"
7731   parameters:
7732   - "throughput"
7733   - "parent"
7734   - "tags"
7735   sort:
7736   - "BASE"
7737   - "BASE"
7738   - "SRC_USER_10"
7739   - "SRC_USER_100"
7740   - "SRC_USER_1000"
7741   - "SRC_USER_2000"
7742   traces:
7743     hoverinfo: "x+y"
7744     boxpoints: "outliers"
7745     whiskerwidth: 0
7746   layout:
7747     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7748     layout: "plot-throughput"
7749
7750 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
7751 -
7752   type: "plot"
7753   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7754   algorithm: "plot_performance_box"
7755   output-file-type: ".html"
7756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7757   data: "plot-vpp-throughput-latency-3n-hsw"
7758   filter: "'NIC_Intel-X520-DA2' and
7759            '64B' and
7760            'NDRPDR' and
7761            '1T1C' and
7762            'IP4FWD' and
7763            'IACL' and
7764            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7765            not 'IPSEC' and
7766            not 'VHOST'"
7767   parameters:
7768   - "throughput"
7769   - "parent"
7770   - "tags"
7771   sort:
7772   - "ACL_STATELESS"
7773   - "ACL_STATEFUL"
7774   - "ACL_STATELESS"
7775   - "ACL_STATEFUL"
7776   traces:
7777     hoverinfo: "x+y"
7778     boxpoints: "outliers"
7779     whiskerwidth: 0
7780   layout:
7781     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7782     layout: "plot-throughput"
7783
7784 -
7785   type: "plot"
7786   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7787   algorithm: "plot_performance_box"
7788   output-file-type: ".html"
7789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7790   data: "plot-vpp-throughput-latency-3n-hsw"
7791   filter: "'NIC_Intel-X520-DA2' and
7792            '64B' and
7793            'NDRPDR' and
7794            '1T1C' and
7795            'IP4FWD' and
7796            'IACL' and
7797            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7798            not 'IPSEC' and
7799            not 'VHOST'"
7800   parameters:
7801   - "throughput"
7802   - "parent"
7803   - "tags"
7804   sort:
7805   - "ACL_STATELESS"
7806   - "ACL_STATEFUL"
7807   - "ACL_STATELESS"
7808   - "ACL_STATEFUL"
7809   traces:
7810     hoverinfo: "x+y"
7811     boxpoints: "outliers"
7812     whiskerwidth: 0
7813   layout:
7814     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7815     layout: "plot-throughput"
7816
7817 -
7818   type: "plot"
7819   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7820   algorithm: "plot_performance_box"
7821   output-file-type: ".html"
7822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7823   data: "plot-vpp-throughput-latency-3n-hsw"
7824   filter: "'NIC_Intel-X520-DA2' and
7825            '64B' and
7826            'NDRPDR' and
7827            '2T2C' and
7828            'IP4FWD' and
7829            'IACL' and
7830            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7831            not 'IPSEC' and
7832            not 'VHOST'"
7833   parameters:
7834   - "throughput"
7835   - "parent"
7836   - "tags"
7837   sort:
7838   - "ACL_STATELESS"
7839   - "ACL_STATEFUL"
7840   - "ACL_STATELESS"
7841   - "ACL_STATEFUL"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7848     layout: "plot-throughput"
7849
7850 -
7851   type: "plot"
7852   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7853   algorithm: "plot_performance_box"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7856   data: "plot-vpp-throughput-latency-3n-hsw"
7857   filter: "'NIC_Intel-X520-DA2' and
7858            '64B' and
7859            'NDRPDR' and
7860            '2T2C' and
7861            'IP4FWD' and
7862            'IACL' and
7863            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7864            not 'IPSEC' and
7865            not 'VHOST'"
7866   parameters:
7867   - "throughput"
7868   - "parent"
7869   - "tags"
7870   sort:
7871   - "ACL_STATELESS"
7872   - "ACL_STATEFUL"
7873   - "ACL_STATELESS"
7874   - "ACL_STATEFUL"
7875   traces:
7876     hoverinfo: "x+y"
7877     boxpoints: "outliers"
7878     whiskerwidth: 0
7879   layout:
7880     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7881     layout: "plot-throughput"
7882
7883 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
7884 -
7885   type: "plot"
7886   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7887   algorithm: "plot_performance_box"
7888   output-file-type: ".html"
7889   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7890   data: "plot-vpp-throughput-latency-3n-hsw"
7891   filter: "'NIC_Intel-X520-DA2' and
7892            '64B' and
7893            'NDRPDR' and
7894            '1T1C' and
7895            'IP4FWD' and
7896            'OACL' and
7897            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7898            not 'IPSEC' and
7899            not 'VHOST'"
7900   parameters:
7901   - "throughput"
7902   - "parent"
7903   - "tags"
7904   sort:
7905   - "ACL_STATELESS"
7906   - "ACL_STATEFUL"
7907   - "ACL_STATELESS"
7908   - "ACL_STATEFUL"
7909   traces:
7910     hoverinfo: "x+y"
7911     boxpoints: "outliers"
7912     whiskerwidth: 0
7913   layout:
7914     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7915     layout: "plot-throughput"
7916
7917 -
7918   type: "plot"
7919   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7920   algorithm: "plot_performance_box"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7923   data: "plot-vpp-throughput-latency-3n-hsw"
7924   filter: "'NIC_Intel-X520-DA2' and
7925            '64B' and
7926            'NDRPDR' and
7927            '1T1C' and
7928            'IP4FWD' and
7929            'OACL' and
7930            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7931            not 'IPSEC' and
7932            not 'VHOST'"
7933   parameters:
7934   - "throughput"
7935   - "parent"
7936   - "tags"
7937   sort:
7938   - "ACL_STATELESS"
7939   - "ACL_STATEFUL"
7940   - "ACL_STATELESS"
7941   - "ACL_STATEFUL"
7942   traces:
7943     hoverinfo: "x+y"
7944     boxpoints: "outliers"
7945     whiskerwidth: 0
7946   layout:
7947     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7948     layout: "plot-throughput"
7949
7950 -
7951   type: "plot"
7952   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7953   algorithm: "plot_performance_box"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7956   data: "plot-vpp-throughput-latency-3n-hsw"
7957   filter: "'NIC_Intel-X520-DA2' and
7958            '64B' and
7959            'NDRPDR' and
7960            '2T2C' and
7961            'IP4FWD' and
7962            'OACL' and
7963            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7964            not 'IPSEC' and
7965            not 'VHOST'"
7966   parameters:
7967   - "throughput"
7968   - "parent"
7969   - "tags"
7970   sort:
7971   - "ACL_STATELESS"
7972   - "ACL_STATEFUL"
7973   - "ACL_STATELESS"
7974   - "ACL_STATEFUL"
7975   traces:
7976     hoverinfo: "x+y"
7977     boxpoints: "outliers"
7978     whiskerwidth: 0
7979   layout:
7980     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7981     layout: "plot-throughput"
7982
7983 -
7984   type: "plot"
7985   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7989   data: "plot-vpp-throughput-latency-3n-hsw"
7990   filter: "'NIC_Intel-X520-DA2' and
7991            '64B' and
7992            'NDRPDR' and
7993            '2T2C' and
7994            'IP4FWD' and
7995            'OACL' and
7996            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7997            not 'IPSEC' and
7998            not 'VHOST'"
7999   parameters:
8000   - "throughput"
8001   - "parent"
8002   - "tags"
8003   sort:
8004   - "ACL_STATELESS"
8005   - "ACL_STATEFUL"
8006   - "ACL_STATELESS"
8007   - "ACL_STATEFUL"
8008   traces:
8009     hoverinfo: "x+y"
8010     boxpoints: "outliers"
8011     whiskerwidth: 0
8012   layout:
8013     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8014     layout: "plot-throughput"
8015
8016 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
8017 -
8018   type: "plot"
8019   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8023   data: "plot-vpp-throughput-latency-3n-hsw"
8024   filter: "'NIC_Intel-X710' and
8025            '64B' and
8026            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8027            'NDRPDR' and
8028            '1T1C' and
8029            'IP4FWD' and
8030            not 'IPSEC' and
8031            not 'VHOST'"
8032   parameters:
8033   - "throughput"
8034   - "parent"
8035   - "tags"
8036   sort:
8037   - "IP4BASE"
8038   - "FIB_20K"
8039   - "FIB_200K"
8040   - "FIB_2M"
8041   traces:
8042     hoverinfo: "x+y"
8043     boxpoints: "outliers"
8044     whiskerwidth: 0
8045   layout:
8046     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8047     layout: "plot-throughput"
8048
8049 -
8050   type: "plot"
8051   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8055   data: "plot-vpp-throughput-latency-3n-hsw"
8056   filter: "'NIC_Intel-X710' and
8057            '64B' and
8058            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8059            'NDRPDR' and
8060            '1T1C' and
8061            'IP4FWD' and
8062            not 'IPSEC' and
8063            not 'VHOST'"
8064   parameters:
8065   - "throughput"
8066   - "parent"
8067   - "tags"
8068   sort:
8069   - "IP4BASE"
8070   - "FIB_20K"
8071   - "FIB_200K"
8072   - "FIB_2M"
8073   traces:
8074     hoverinfo: "x+y"
8075     boxpoints: "outliers"
8076     whiskerwidth: 0
8077   layout:
8078     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8079     layout: "plot-throughput"
8080
8081 -
8082   type: "plot"
8083   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8084   algorithm: "plot_performance_box"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8087   data: "plot-vpp-throughput-latency-3n-hsw"
8088   filter: "'NIC_Intel-X710' and
8089            '64B' and
8090            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8091            'NDRPDR' and
8092            '2T2C' and
8093            'IP4FWD' and
8094            not 'IPSEC' and
8095            not 'VHOST'"
8096   parameters:
8097   - "throughput"
8098   - "parent"
8099   - "tags"
8100   sort:
8101   - "IP4BASE"
8102   - "FIB_20K"
8103   - "FIB_200K"
8104   - "FIB_2M"
8105   traces:
8106     hoverinfo: "x+y"
8107     boxpoints: "outliers"
8108     whiskerwidth: 0
8109   layout:
8110     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8111     layout: "plot-throughput"
8112
8113 -
8114   type: "plot"
8115   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8116   algorithm: "plot_performance_box"
8117   output-file-type: ".html"
8118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8119   data: "plot-vpp-throughput-latency-3n-hsw"
8120   filter: "'NIC_Intel-X710' and
8121            '64B' and
8122            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8123            'NDRPDR' and
8124            '2T2C' and
8125            'IP4FWD' and
8126            not 'IPSEC' and
8127            not 'VHOST'"
8128   parameters:
8129   - "throughput"
8130   - "parent"
8131   - "tags"
8132   sort:
8133   - "IP4BASE"
8134   - "FIB_20K"
8135   - "FIB_200K"
8136   - "FIB_2M"
8137   traces:
8138     hoverinfo: "x+y"
8139     boxpoints: "outliers"
8140     whiskerwidth: 0
8141   layout:
8142     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8143     layout: "plot-throughput"
8144
8145 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
8146 -
8147   type: "plot"
8148   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8149   algorithm: "plot_performance_box"
8150   output-file-type: ".html"
8151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8152   data: "plot-vpp-throughput-latency-3n-hsw"
8153   filter: "'NIC_Intel-X710' and
8154            '64B' and
8155            ('IP4BASE' or
8156             'POLICE_MARK' or
8157             'COPWHLIST' or
8158             ('NAT44' and 'BASE') or
8159             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8160            'NDRPDR' and
8161            '1T1C' and
8162            'IP4FWD' and
8163            not 'IPSEC' and
8164            not 'VHOST'"
8165   parameters:
8166   - "throughput"
8167   - "parent"
8168   - "tags"
8169   sort:
8170   - "IP4BASE"
8171   - "NAT44"
8172   - "POLICE_MARK"
8173   - "COPWHLIST"
8174   - "IACL"
8175   - "OACL"
8176   traces:
8177     hoverinfo: "x+y"
8178     boxpoints: "outliers"
8179     whiskerwidth: 0
8180   layout:
8181     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8182     layout: "plot-throughput"
8183
8184 -
8185   type: "plot"
8186   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8187   algorithm: "plot_performance_box"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8190   data: "plot-vpp-throughput-latency-3n-hsw"
8191   filter: "'NIC_Intel-X710' and
8192            '64B' and
8193            ('IP4BASE' or
8194             'POLICE_MARK' or
8195             'COPWHLIST' or
8196             ('NAT44' and 'BASE') or
8197             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8198            'NDRPDR' and
8199            '1T1C' and
8200            'IP4FWD' and
8201            not 'IPSEC' and
8202            not 'VHOST'"
8203   parameters:
8204   - "throughput"
8205   - "parent"
8206   - "tags"
8207   sort:
8208   - "IP4BASE"
8209   - "NAT44"
8210   - "POLICE_MARK"
8211   - "COPWHLIST"
8212   - "IACL"
8213   - "OACL"
8214   traces:
8215     hoverinfo: "x+y"
8216     boxpoints: "outliers"
8217     whiskerwidth: 0
8218   layout:
8219     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8220     layout: "plot-throughput"
8221
8222 -
8223   type: "plot"
8224   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8225   algorithm: "plot_performance_box"
8226   output-file-type: ".html"
8227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8228   data: "plot-vpp-throughput-latency-3n-hsw"
8229   filter: "'NIC_Intel-X710' and
8230            '64B' and
8231            ('IP4BASE' or
8232             'POLICE_MARK' or
8233             'COPWHLIST' or
8234             ('NAT44' and 'BASE') or
8235             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8236            'NDRPDR' and
8237            '2T2C' and
8238            'IP4FWD' and
8239            not 'IPSEC' and
8240            not 'VHOST'"
8241   parameters:
8242   - "throughput"
8243   - "parent"
8244   - "tags"
8245   sort:
8246   - "IP4BASE"
8247   - "NAT44"
8248   - "POLICE_MARK"
8249   - "COPWHLIST"
8250   - "IACL"
8251   - "OACL"
8252   traces:
8253     hoverinfo: "x+y"
8254     boxpoints: "outliers"
8255     whiskerwidth: 0
8256   layout:
8257     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8258     layout: "plot-throughput"
8259
8260 -
8261   type: "plot"
8262   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8263   algorithm: "plot_performance_box"
8264   output-file-type: ".html"
8265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8266   data: "plot-vpp-throughput-latency-3n-hsw"
8267   filter: "'NIC_Intel-X710' and
8268            '64B' and
8269            ('IP4BASE' or
8270             'POLICE_MARK' or
8271             'COPWHLIST' or
8272             ('NAT44' and 'BASE') or
8273             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8274            'NDRPDR' and
8275            '2T2C' and
8276            'IP4FWD' and
8277            not 'IPSEC' and
8278            not 'VHOST'"
8279   parameters:
8280   - "throughput"
8281   - "parent"
8282   - "tags"
8283   sort:
8284   - "IP4BASE"
8285   - "NAT44"
8286   - "POLICE_MARK"
8287   - "COPWHLIST"
8288   - "IACL"
8289   - "OACL"
8290   traces:
8291     hoverinfo: "x+y"
8292     boxpoints: "outliers"
8293     whiskerwidth: 0
8294   layout:
8295     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8296     layout: "plot-throughput"
8297
8298 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
8299 -
8300   type: "plot"
8301   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8302   algorithm: "plot_performance_box"
8303   output-file-type: ".html"
8304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8305   data: "plot-vpp-throughput-latency-3n-skx"
8306   filter: "'NIC_Intel-X710' and
8307            '64B' and
8308            'NDRPDR' and
8309            '2T1C' and
8310            'IP4FWD' and
8311            'NAT44' and
8312            not 'IPSEC' and
8313            not 'VHOST'"
8314   parameters:
8315   - "throughput"
8316   - "parent"
8317   - "tags"
8318   sort:
8319   - "BASE"
8320   - "BASE"
8321   - "SRC_USER_10"
8322   - "SRC_USER_100"
8323   - "SRC_USER_1000"
8324   - "SRC_USER_2000"
8325   traces:
8326     hoverinfo: "x+y"
8327     boxpoints: "outliers"
8328     whiskerwidth: 0
8329   layout:
8330     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8331     layout: "plot-throughput"
8332
8333 -
8334   type: "plot"
8335   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8336   algorithm: "plot_performance_box"
8337   output-file-type: ".html"
8338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8339   data: "plot-vpp-throughput-latency-3n-skx"
8340   filter: "'NIC_Intel-X710' and
8341            '64B' and
8342            'NDRPDR' and
8343            '2T1C' and
8344            'IP4FWD' and
8345            'NAT44' and
8346            not 'IPSEC' and
8347            not 'VHOST'"
8348   parameters:
8349   - "throughput"
8350   - "parent"
8351   - "tags"
8352   sort:
8353   - "BASE"
8354   - "BASE"
8355   - "SRC_USER_10"
8356   - "SRC_USER_100"
8357   - "SRC_USER_1000"
8358   - "SRC_USER_2000"
8359   traces:
8360     hoverinfo: "x+y"
8361     boxpoints: "outliers"
8362     whiskerwidth: 0
8363   layout:
8364     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8365     layout: "plot-throughput"
8366
8367 -
8368   type: "plot"
8369   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8370   algorithm: "plot_performance_box"
8371   output-file-type: ".html"
8372   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8373   data: "plot-vpp-throughput-latency-3n-skx"
8374   filter: "'NIC_Intel-X710' and
8375            '64B' and
8376            'NDRPDR' and
8377            '4T2C' and
8378            'IP4FWD' and
8379            'NAT44' and
8380            not 'IPSEC' and
8381            not 'VHOST'"
8382   parameters:
8383   - "throughput"
8384   - "parent"
8385   - "tags"
8386   sort:
8387   - "BASE"
8388   - "BASE"
8389   - "SRC_USER_10"
8390   - "SRC_USER_100"
8391   - "SRC_USER_1000"
8392   - "SRC_USER_2000"
8393   traces:
8394     hoverinfo: "x+y"
8395     boxpoints: "outliers"
8396     whiskerwidth: 0
8397   layout:
8398     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8399     layout: "plot-throughput"
8400
8401 -
8402   type: "plot"
8403   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8404   algorithm: "plot_performance_box"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8407   data: "plot-vpp-throughput-latency-3n-skx"
8408   filter: "'NIC_Intel-X710' and
8409            '64B' and
8410            'NDRPDR' and
8411            '4T2C' and
8412            'IP4FWD' and
8413            'NAT44' and
8414            not 'IPSEC' and
8415            not 'VHOST'"
8416   parameters:
8417   - "throughput"
8418   - "parent"
8419   - "tags"
8420   sort:
8421   - "BASE"
8422   - "BASE"
8423   - "SRC_USER_10"
8424   - "SRC_USER_100"
8425   - "SRC_USER_1000"
8426   - "SRC_USER_2000"
8427   traces:
8428     hoverinfo: "x+y"
8429     boxpoints: "outliers"
8430     whiskerwidth: 0
8431   layout:
8432     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8433     layout: "plot-throughput"
8434
8435 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8436 -
8437   type: "plot"
8438   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8439   algorithm: "plot_performance_box"
8440   output-file-type: ".html"
8441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8442   data: "plot-vpp-throughput-latency-3n-skx"
8443   filter: "'NIC_Intel-X710' and
8444            '64B' and
8445            'NDRPDR' and
8446            '2T1C' and
8447            'IP4FWD' and
8448            'IACL' and
8449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8450            not 'IPSEC' and
8451            not 'VHOST'"
8452   parameters:
8453   - "throughput"
8454   - "parent"
8455   - "tags"
8456   sort:
8457   - "ACL_STATELESS"
8458   - "ACL_STATEFUL"
8459   - "ACL_STATELESS"
8460   - "ACL_STATEFUL"
8461   traces:
8462     hoverinfo: "x+y"
8463     boxpoints: "outliers"
8464     whiskerwidth: 0
8465   layout:
8466     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8467     layout: "plot-throughput"
8468
8469 -
8470   type: "plot"
8471   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8472   algorithm: "plot_performance_box"
8473   output-file-type: ".html"
8474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8475   data: "plot-vpp-throughput-latency-3n-skx"
8476   filter: "'NIC_Intel-X710' and
8477            '64B' and
8478            'NDRPDR' and
8479            '2T1C' and
8480            'IP4FWD' and
8481            'IACL' and
8482            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8483            not 'IPSEC' and
8484            not 'VHOST'"
8485   parameters:
8486   - "throughput"
8487   - "parent"
8488   - "tags"
8489   sort:
8490   - "ACL_STATELESS"
8491   - "ACL_STATEFUL"
8492   - "ACL_STATELESS"
8493   - "ACL_STATEFUL"
8494   traces:
8495     hoverinfo: "x+y"
8496     boxpoints: "outliers"
8497     whiskerwidth: 0
8498   layout:
8499     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8500     layout: "plot-throughput"
8501
8502 -
8503   type: "plot"
8504   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8505   algorithm: "plot_performance_box"
8506   output-file-type: ".html"
8507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8508   data: "plot-vpp-throughput-latency-3n-skx"
8509   filter: "'NIC_Intel-X710' and
8510            '64B' and
8511            'NDRPDR' and
8512            '4T2C' and
8513            'IP4FWD' and
8514            'IACL' and
8515            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8516            not 'IPSEC' and
8517            not 'VHOST'"
8518   parameters:
8519   - "throughput"
8520   - "parent"
8521   - "tags"
8522   sort:
8523   - "ACL_STATELESS"
8524   - "ACL_STATEFUL"
8525   - "ACL_STATELESS"
8526   - "ACL_STATEFUL"
8527   traces:
8528     hoverinfo: "x+y"
8529     boxpoints: "outliers"
8530     whiskerwidth: 0
8531   layout:
8532     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8533     layout: "plot-throughput"
8534
8535 -
8536   type: "plot"
8537   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8538   algorithm: "plot_performance_box"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8541   data: "plot-vpp-throughput-latency-3n-skx"
8542   filter: "'NIC_Intel-X710' and
8543            '64B' and
8544            'NDRPDR' and
8545            '4T2C' and
8546            'IP4FWD' and
8547            'IACL' and
8548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8549            not 'IPSEC' and
8550            not 'VHOST'"
8551   parameters:
8552   - "throughput"
8553   - "parent"
8554   - "tags"
8555   sort:
8556   - "ACL_STATELESS"
8557   - "ACL_STATEFUL"
8558   - "ACL_STATELESS"
8559   - "ACL_STATEFUL"
8560   traces:
8561     hoverinfo: "x+y"
8562     boxpoints: "outliers"
8563     whiskerwidth: 0
8564   layout:
8565     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8566     layout: "plot-throughput"
8567
8568 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8569 -
8570   type: "plot"
8571   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8572   algorithm: "plot_performance_box"
8573   output-file-type: ".html"
8574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8575   data: "plot-vpp-throughput-latency-3n-skx"
8576   filter: "'NIC_Intel-X710' and
8577            '64B' and
8578            'NDRPDR' and
8579            '2T1C' and
8580            'IP4FWD' and
8581            'OACL' and
8582            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8583            not 'IPSEC' and
8584            not 'VHOST'"
8585   parameters:
8586   - "throughput"
8587   - "parent"
8588   - "tags"
8589   sort:
8590   - "ACL_STATELESS"
8591   - "ACL_STATEFUL"
8592   - "ACL_STATELESS"
8593   - "ACL_STATEFUL"
8594   traces:
8595     hoverinfo: "x+y"
8596     boxpoints: "outliers"
8597     whiskerwidth: 0
8598   layout:
8599     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8600     layout: "plot-throughput"
8601
8602 -
8603   type: "plot"
8604   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8605   algorithm: "plot_performance_box"
8606   output-file-type: ".html"
8607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8608   data: "plot-vpp-throughput-latency-3n-skx"
8609   filter: "'NIC_Intel-X710' and
8610            '64B' and
8611            'NDRPDR' and
8612            '2T1C' and
8613            'IP4FWD' and
8614            'OACL' and
8615            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8616            not 'IPSEC' and
8617            not 'VHOST'"
8618   parameters:
8619   - "throughput"
8620   - "parent"
8621   - "tags"
8622   sort:
8623   - "ACL_STATELESS"
8624   - "ACL_STATEFUL"
8625   - "ACL_STATELESS"
8626   - "ACL_STATEFUL"
8627   traces:
8628     hoverinfo: "x+y"
8629     boxpoints: "outliers"
8630     whiskerwidth: 0
8631   layout:
8632     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8633     layout: "plot-throughput"
8634
8635 -
8636   type: "plot"
8637   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8638   algorithm: "plot_performance_box"
8639   output-file-type: ".html"
8640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8641   data: "plot-vpp-throughput-latency-3n-skx"
8642   filter: "'NIC_Intel-X710' and
8643            '64B' and
8644            'NDRPDR' and
8645            '4T2C' and
8646            'IP4FWD' and
8647            'OACL' and
8648            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8649            not 'IPSEC' and
8650            not 'VHOST'"
8651   parameters:
8652   - "throughput"
8653   - "parent"
8654   - "tags"
8655   sort:
8656   - "ACL_STATELESS"
8657   - "ACL_STATEFUL"
8658   - "ACL_STATELESS"
8659   - "ACL_STATEFUL"
8660   traces:
8661     hoverinfo: "x+y"
8662     boxpoints: "outliers"
8663     whiskerwidth: 0
8664   layout:
8665     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8666     layout: "plot-throughput"
8667
8668 -
8669   type: "plot"
8670   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8671   algorithm: "plot_performance_box"
8672   output-file-type: ".html"
8673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8674   data: "plot-vpp-throughput-latency-3n-skx"
8675   filter: "'NIC_Intel-X710' and
8676            '64B' and
8677            'NDRPDR' and
8678            '4T2C' and
8679            'IP4FWD' and
8680            'OACL' and
8681            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8682            not 'IPSEC' and
8683            not 'VHOST'"
8684   parameters:
8685   - "throughput"
8686   - "parent"
8687   - "tags"
8688   sort:
8689   - "ACL_STATELESS"
8690   - "ACL_STATEFUL"
8691   - "ACL_STATELESS"
8692   - "ACL_STATEFUL"
8693   traces:
8694     hoverinfo: "x+y"
8695     boxpoints: "outliers"
8696     whiskerwidth: 0
8697   layout:
8698     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8699     layout: "plot-throughput"
8700
8701 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8702 -
8703   type: "plot"
8704   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8705   algorithm: "plot_performance_box"
8706   output-file-type: ".html"
8707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8708   data: "plot-vpp-throughput-latency-3n-hsw"
8709   filter: "'NIC_Intel-XL710' and
8710            '64B' and
8711            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8712            'NDRPDR' and
8713            '1T1C' and
8714            'IP4FWD' and
8715            not 'IPSEC' and
8716            not 'VHOST'"
8717   parameters:
8718   - "throughput"
8719   - "parent"
8720   - "tags"
8721   sort:
8722   - "IP4BASE"
8723   - "FIB_20K"
8724   - "FIB_200K"
8725   - "FIB_2M"
8726   traces:
8727     hoverinfo: "x+y"
8728     boxpoints: "outliers"
8729     whiskerwidth: 0
8730   layout:
8731     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8732     layout: "plot-throughput"
8733
8734 -
8735   type: "plot"
8736   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8737   algorithm: "plot_performance_box"
8738   output-file-type: ".html"
8739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8740   data: "plot-vpp-throughput-latency-3n-hsw"
8741   filter: "'NIC_Intel-XL710' and
8742            '64B' and
8743            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8744            'NDRPDR' and
8745            '1T1C' and
8746            'IP4FWD' and
8747            not 'IPSEC' and
8748            not 'VHOST'"
8749   parameters:
8750   - "throughput"
8751   - "parent"
8752   - "tags"
8753   sort:
8754   - "IP4BASE"
8755   - "FIB_20K"
8756   - "FIB_200K"
8757   - "FIB_2M"
8758   traces:
8759     hoverinfo: "x+y"
8760     boxpoints: "outliers"
8761     whiskerwidth: 0
8762   layout:
8763     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8764     layout: "plot-throughput"
8765
8766 -
8767   type: "plot"
8768   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8769   algorithm: "plot_performance_box"
8770   output-file-type: ".html"
8771   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8772   data: "plot-vpp-throughput-latency-3n-hsw"
8773   filter: "'NIC_Intel-XL710' and
8774            '64B' and
8775            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8776            'NDRPDR' and
8777            '2T2C' and
8778            'IP4FWD' and
8779            not 'IPSEC' and
8780            not 'VHOST'"
8781   parameters:
8782   - "throughput"
8783   - "parent"
8784   - "tags"
8785   sort:
8786   - "IP4BASE"
8787   - "FIB_20K"
8788   - "FIB_200K"
8789   - "FIB_2M"
8790   traces:
8791     hoverinfo: "x+y"
8792     boxpoints: "outliers"
8793     whiskerwidth: 0
8794   layout:
8795     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8796     layout: "plot-throughput"
8797
8798 -
8799   type: "plot"
8800   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8801   algorithm: "plot_performance_box"
8802   output-file-type: ".html"
8803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8804   data: "plot-vpp-throughput-latency-3n-hsw"
8805   filter: "'NIC_Intel-XL710' and
8806            '64B' and
8807            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8808            'NDRPDR' and
8809            '2T2C' and
8810            'IP4FWD' and
8811            not 'IPSEC' and
8812            not 'VHOST'"
8813   parameters:
8814   - "throughput"
8815   - "parent"
8816   - "tags"
8817   sort:
8818   - "IP4BASE"
8819   - "FIB_20K"
8820   - "FIB_200K"
8821   - "FIB_2M"
8822   traces:
8823     hoverinfo: "x+y"
8824     boxpoints: "outliers"
8825     whiskerwidth: 0
8826   layout:
8827     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8828     layout: "plot-throughput"
8829
8830 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
8831 -
8832   type: "plot"
8833   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8834   algorithm: "plot_performance_box"
8835   output-file-type: ".html"
8836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8837   data: "plot-vpp-throughput-latency-3n-skx"
8838   filter: "'NIC_Intel-X710' and
8839            '64B' and
8840            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8841            'NDRPDR' and
8842            '2T1C' and
8843            'IP4FWD' and
8844            not 'IPSEC' and
8845            not 'VHOST'"
8846   parameters:
8847   - "throughput"
8848   - "parent"
8849   - "tags"
8850   sort:
8851   - "IP4BASE"
8852   - "FIB_20K"
8853   - "FIB_200K"
8854   - "FIB_2M"
8855   traces:
8856     hoverinfo: "x+y"
8857     boxpoints: "outliers"
8858     whiskerwidth: 0
8859   layout:
8860     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8861     layout: "plot-throughput"
8862
8863 -
8864   type: "plot"
8865   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8866   algorithm: "plot_performance_box"
8867   output-file-type: ".html"
8868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8869   data: "plot-vpp-throughput-latency-3n-skx"
8870   filter: "'NIC_Intel-X710' and
8871            '64B' and
8872            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8873            'NDRPDR' and
8874            '2T1C' and
8875            'IP4FWD' and
8876            not 'IPSEC' and
8877            not 'VHOST'"
8878   parameters:
8879   - "throughput"
8880   - "parent"
8881   - "tags"
8882   sort:
8883   - "IP4BASE"
8884   - "FIB_20K"
8885   - "FIB_200K"
8886   - "FIB_2M"
8887   traces:
8888     hoverinfo: "x+y"
8889     boxpoints: "outliers"
8890     whiskerwidth: 0
8891   layout:
8892     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8893     layout: "plot-throughput"
8894
8895 -
8896   type: "plot"
8897   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8898   algorithm: "plot_performance_box"
8899   output-file-type: ".html"
8900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8901   data: "plot-vpp-throughput-latency-3n-skx"
8902   filter: "'NIC_Intel-X710' and
8903            '64B' and
8904            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8905            'NDRPDR' and
8906            '4T2C' and
8907            'IP4FWD' and
8908            not 'IPSEC' and
8909            not 'VHOST'"
8910   parameters:
8911   - "throughput"
8912   - "parent"
8913   - "tags"
8914   sort:
8915   - "IP4BASE"
8916   - "FIB_20K"
8917   - "FIB_200K"
8918   - "FIB_2M"
8919   traces:
8920     hoverinfo: "x+y"
8921     boxpoints: "outliers"
8922     whiskerwidth: 0
8923   layout:
8924     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8925     layout: "plot-throughput"
8926
8927 -
8928   type: "plot"
8929   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8930   algorithm: "plot_performance_box"
8931   output-file-type: ".html"
8932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8933   data: "plot-vpp-throughput-latency-3n-skx"
8934   filter: "'NIC_Intel-X710' and
8935            '64B' and
8936            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8937            'NDRPDR' and
8938            '4T2C' and
8939            'IP4FWD' and
8940            not 'IPSEC' and
8941            not 'VHOST'"
8942   parameters:
8943   - "throughput"
8944   - "parent"
8945   - "tags"
8946   sort:
8947   - "IP4BASE"
8948   - "FIB_20K"
8949   - "FIB_200K"
8950   - "FIB_2M"
8951   traces:
8952     hoverinfo: "x+y"
8953     boxpoints: "outliers"
8954     whiskerwidth: 0
8955   layout:
8956     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8957     layout: "plot-throughput"
8958
8959 # Packet Throughput - VPP IPv4 3n-skx-x710 features
8960 -
8961   type: "plot"
8962   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
8963   algorithm: "plot_performance_box"
8964   output-file-type: ".html"
8965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
8966   data: "plot-vpp-throughput-latency-3n-skx"
8967   filter: "'NIC_Intel-X710' and
8968            '64B' and
8969            ('IP4BASE' or
8970             'POLICE_MARK' or
8971             'COPWHLIST' or
8972             ('NAT44' and 'BASE') or
8973             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8974            'NDRPDR' and
8975            '2T1C' and
8976            'IP4FWD' and
8977            not 'IPSEC' and
8978            not 'VHOST'"
8979   parameters:
8980   - "throughput"
8981   - "parent"
8982   - "tags"
8983   sort:
8984   - "IP4BASE"
8985   - "NAT44"
8986   - "POLICE_MARK"
8987   - "COPWHLIST"
8988   - "IACL"
8989   - "OACL"
8990   traces:
8991     hoverinfo: "x+y"
8992     boxpoints: "outliers"
8993     whiskerwidth: 0
8994   layout:
8995     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
8996     layout: "plot-throughput"
8997
8998 -
8999   type: "plot"
9000   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9001   algorithm: "plot_performance_box"
9002   output-file-type: ".html"
9003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9004   data: "plot-vpp-throughput-latency-3n-skx"
9005   filter: "'NIC_Intel-X710' and
9006            '64B' and
9007            ('IP4BASE' or
9008             'POLICE_MARK' or
9009             'COPWHLIST' or
9010             ('NAT44' and 'BASE') or
9011             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9012            'NDRPDR' and
9013            '2T1C' and
9014            'IP4FWD' and
9015            not 'IPSEC' and
9016            not 'VHOST'"
9017   parameters:
9018   - "throughput"
9019   - "parent"
9020   - "tags"
9021   sort:
9022   - "IP4BASE"
9023   - "NAT44"
9024   - "POLICE_MARK"
9025   - "COPWHLIST"
9026   - "IACL"
9027   - "OACL"
9028   traces:
9029     hoverinfo: "x+y"
9030     boxpoints: "outliers"
9031     whiskerwidth: 0
9032   layout:
9033     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
9034     layout: "plot-throughput"
9035
9036 -
9037   type: "plot"
9038   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
9039   algorithm: "plot_performance_box"
9040   output-file-type: ".html"
9041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
9042   data: "plot-vpp-throughput-latency-3n-skx"
9043   filter: "'NIC_Intel-X710' and
9044            '64B' and
9045            ('IP4BASE' or
9046             'POLICE_MARK' or
9047             'COPWHLIST' or
9048             ('NAT44' and 'BASE') or
9049             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9050            'NDRPDR' and
9051            '4T2C' and
9052            'IP4FWD' and
9053            not 'IPSEC' and
9054            not 'VHOST'"
9055   parameters:
9056   - "throughput"
9057   - "parent"
9058   - "tags"
9059   sort:
9060   - "IP4BASE"
9061   - "NAT44"
9062   - "POLICE_MARK"
9063   - "COPWHLIST"
9064   - "IACL"
9065   - "OACL"
9066   traces:
9067     hoverinfo: "x+y"
9068     boxpoints: "outliers"
9069     whiskerwidth: 0
9070   layout:
9071     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
9072     layout: "plot-throughput"
9073
9074 -
9075   type: "plot"
9076   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
9077   algorithm: "plot_performance_box"
9078   output-file-type: ".html"
9079   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
9080   data: "plot-vpp-throughput-latency-3n-skx"
9081   filter: "'NIC_Intel-X710' and
9082            '64B' and
9083            ('IP4BASE' or
9084             'POLICE_MARK' or
9085             'COPWHLIST' or
9086             ('NAT44' and 'BASE') or
9087             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9088            'NDRPDR' and
9089            '4T2C' and
9090            'IP4FWD' and
9091            not 'IPSEC' and
9092            not 'VHOST'"
9093   parameters:
9094   - "throughput"
9095   - "parent"
9096   - "tags"
9097   sort:
9098   - "IP4BASE"
9099   - "NAT44"
9100   - "POLICE_MARK"
9101   - "COPWHLIST"
9102   - "IACL"
9103   - "OACL"
9104   traces:
9105     hoverinfo: "x+y"
9106     boxpoints: "outliers"
9107     whiskerwidth: 0
9108   layout:
9109     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
9110     layout: "plot-throughput"
9111
9112 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
9113 -
9114   type: "plot"
9115   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9116   algorithm: "plot_performance_box"
9117   output-file-type: ".html"
9118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9119   data: "plot-vpp-throughput-latency-3n-hsw"
9120   filter: "'NIC_Intel-X710' and
9121            '64B' and
9122            'NDRPDR' and
9123            '1T1C' and
9124            'IP4FWD' and
9125            'NAT44' and
9126            not 'IPSEC' and
9127            not 'VHOST'"
9128   parameters:
9129   - "throughput"
9130   - "parent"
9131   - "tags"
9132   sort:
9133   - "BASE"
9134   - "BASE"
9135   - "SRC_USER_10"
9136   - "SRC_USER_100"
9137   - "SRC_USER_1000"
9138   - "SRC_USER_2000"
9139   traces:
9140     hoverinfo: "x+y"
9141     boxpoints: "outliers"
9142     whiskerwidth: 0
9143   layout:
9144     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9145     layout: "plot-throughput"
9146
9147 -
9148   type: "plot"
9149   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9150   algorithm: "plot_performance_box"
9151   output-file-type: ".html"
9152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9153   data: "plot-vpp-throughput-latency-3n-hsw"
9154   filter: "'NIC_Intel-X710' and
9155            '64B' and
9156            'NDRPDR' and
9157            '1T1C' and
9158            'IP4FWD' and
9159            'NAT44' and
9160            not 'IPSEC' and
9161            not 'VHOST'"
9162   parameters:
9163   - "throughput"
9164   - "parent"
9165   - "tags"
9166   sort:
9167   - "BASE"
9168   - "BASE"
9169   - "SRC_USER_10"
9170   - "SRC_USER_100"
9171   - "SRC_USER_1000"
9172   - "SRC_USER_2000"
9173   traces:
9174     hoverinfo: "x+y"
9175     boxpoints: "outliers"
9176     whiskerwidth: 0
9177   layout:
9178     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9179     layout: "plot-throughput"
9180
9181 -
9182   type: "plot"
9183   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9184   algorithm: "plot_performance_box"
9185   output-file-type: ".html"
9186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9187   data: "plot-vpp-throughput-latency-3n-hsw"
9188   filter: "'NIC_Intel-X710' and
9189            '64B' and
9190            'NDRPDR' and
9191            '2T2C' and
9192            'IP4FWD' and
9193            'NAT44' and
9194            not 'IPSEC' and
9195            not 'VHOST'"
9196   parameters:
9197   - "throughput"
9198   - "parent"
9199   - "tags"
9200   sort:
9201   - "BASE"
9202   - "BASE"
9203   - "SRC_USER_10"
9204   - "SRC_USER_100"
9205   - "SRC_USER_1000"
9206   - "SRC_USER_2000"
9207   traces:
9208     hoverinfo: "x+y"
9209     boxpoints: "outliers"
9210     whiskerwidth: 0
9211   layout:
9212     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9213     layout: "plot-throughput"
9214
9215 -
9216   type: "plot"
9217   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9218   algorithm: "plot_performance_box"
9219   output-file-type: ".html"
9220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9221   data: "plot-vpp-throughput-latency-3n-hsw"
9222   filter: "'NIC_Intel-X710' and
9223            '64B' and
9224            'NDRPDR' and
9225            '2T2C' and
9226            'IP4FWD' and
9227            'NAT44' and
9228            not 'IPSEC' and
9229            not 'VHOST'"
9230   parameters:
9231   - "throughput"
9232   - "parent"
9233   - "tags"
9234   sort:
9235   - "BASE"
9236   - "BASE"
9237   - "SRC_USER_10"
9238   - "SRC_USER_100"
9239   - "SRC_USER_1000"
9240   - "SRC_USER_2000"
9241   traces:
9242     hoverinfo: "x+y"
9243     boxpoints: "outliers"
9244     whiskerwidth: 0
9245   layout:
9246     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9247     layout: "plot-throughput"
9248
9249 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
9250 -
9251   type: "plot"
9252   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9253   algorithm: "plot_performance_box"
9254   output-file-type: ".html"
9255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9256   data: "plot-vpp-throughput-latency-3n-hsw"
9257   filter: "'NIC_Intel-X710' and
9258            '64B' and
9259            'NDRPDR' and
9260            '1T1C' and
9261            'IP4FWD' and
9262            'IACL' and
9263            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9264            not 'IPSEC' and
9265            not 'VHOST'"
9266   parameters:
9267   - "throughput"
9268   - "parent"
9269   - "tags"
9270   sort:
9271   - "ACL_STATELESS"
9272   - "ACL_STATEFUL"
9273   - "ACL_STATELESS"
9274   - "ACL_STATEFUL"
9275   traces:
9276     hoverinfo: "x+y"
9277     boxpoints: "outliers"
9278     whiskerwidth: 0
9279   layout:
9280     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9281     layout: "plot-throughput"
9282
9283 -
9284   type: "plot"
9285   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9286   algorithm: "plot_performance_box"
9287   output-file-type: ".html"
9288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9289   data: "plot-vpp-throughput-latency-3n-hsw"
9290   filter: "'NIC_Intel-X710' and
9291            '64B' and
9292            'NDRPDR' and
9293            '1T1C' and
9294            'IP4FWD' and
9295            'IACL' and
9296            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9297            not 'IPSEC' and
9298            not 'VHOST'"
9299   parameters:
9300   - "throughput"
9301   - "parent"
9302   - "tags"
9303   sort:
9304   - "ACL_STATELESS"
9305   - "ACL_STATEFUL"
9306   - "ACL_STATELESS"
9307   - "ACL_STATEFUL"
9308   traces:
9309     hoverinfo: "x+y"
9310     boxpoints: "outliers"
9311     whiskerwidth: 0
9312   layout:
9313     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9314     layout: "plot-throughput"
9315
9316 -
9317   type: "plot"
9318   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9319   algorithm: "plot_performance_box"
9320   output-file-type: ".html"
9321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9322   data: "plot-vpp-throughput-latency-3n-hsw"
9323   filter: "'NIC_Intel-X710' and
9324            '64B' and
9325            'NDRPDR' and
9326            '2T2C' and
9327            'IP4FWD' and
9328            'IACL' and
9329            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9330            not 'IPSEC' and
9331            not 'VHOST'"
9332   parameters:
9333   - "throughput"
9334   - "parent"
9335   - "tags"
9336   sort:
9337   - "ACL_STATELESS"
9338   - "ACL_STATEFUL"
9339   - "ACL_STATELESS"
9340   - "ACL_STATEFUL"
9341   traces:
9342     hoverinfo: "x+y"
9343     boxpoints: "outliers"
9344     whiskerwidth: 0
9345   layout:
9346     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9347     layout: "plot-throughput"
9348
9349 -
9350   type: "plot"
9351   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9352   algorithm: "plot_performance_box"
9353   output-file-type: ".html"
9354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9355   data: "plot-vpp-throughput-latency-3n-hsw"
9356   filter: "'NIC_Intel-X710' and
9357            '64B' and
9358            'NDRPDR' and
9359            '2T2C' and
9360            'IP4FWD' and
9361            'IACL' and
9362            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9363            not 'IPSEC' and
9364            not 'VHOST'"
9365   parameters:
9366   - "throughput"
9367   - "parent"
9368   - "tags"
9369   sort:
9370   - "ACL_STATELESS"
9371   - "ACL_STATEFUL"
9372   - "ACL_STATELESS"
9373   - "ACL_STATEFUL"
9374   traces:
9375     hoverinfo: "x+y"
9376     boxpoints: "outliers"
9377     whiskerwidth: 0
9378   layout:
9379     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9380     layout: "plot-throughput"
9381
9382 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9383 -
9384   type: "plot"
9385   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9386   algorithm: "plot_performance_box"
9387   output-file-type: ".html"
9388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9389   data: "plot-vpp-throughput-latency-3n-hsw"
9390   filter: "'NIC_Intel-X710' and
9391            '64B' and
9392            'NDRPDR' and
9393            '1T1C' and
9394            'IP4FWD' and
9395            'OACL' and
9396            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9397            not 'IPSEC' and
9398            not 'VHOST'"
9399   parameters:
9400   - "throughput"
9401   - "parent"
9402   - "tags"
9403   sort:
9404   - "ACL_STATELESS"
9405   - "ACL_STATEFUL"
9406   - "ACL_STATELESS"
9407   - "ACL_STATEFUL"
9408   traces:
9409     hoverinfo: "x+y"
9410     boxpoints: "outliers"
9411     whiskerwidth: 0
9412   layout:
9413     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9414     layout: "plot-throughput"
9415
9416 -
9417   type: "plot"
9418   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9419   algorithm: "plot_performance_box"
9420   output-file-type: ".html"
9421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9422   data: "plot-vpp-throughput-latency-3n-hsw"
9423   filter: "'NIC_Intel-X710' and
9424            '64B' and
9425            'NDRPDR' and
9426            '1T1C' and
9427            'IP4FWD' and
9428            'OACL' and
9429            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9430            not 'IPSEC' and
9431            not 'VHOST'"
9432   parameters:
9433   - "throughput"
9434   - "parent"
9435   - "tags"
9436   sort:
9437   - "ACL_STATELESS"
9438   - "ACL_STATEFUL"
9439   - "ACL_STATELESS"
9440   - "ACL_STATEFUL"
9441   traces:
9442     hoverinfo: "x+y"
9443     boxpoints: "outliers"
9444     whiskerwidth: 0
9445   layout:
9446     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9447     layout: "plot-throughput"
9448
9449 -
9450   type: "plot"
9451   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9452   algorithm: "plot_performance_box"
9453   output-file-type: ".html"
9454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9455   data: "plot-vpp-throughput-latency-3n-hsw"
9456   filter: "'NIC_Intel-X710' and
9457            '64B' and
9458            'NDRPDR' and
9459            '2T2C' and
9460            'IP4FWD' and
9461            'OACL' and
9462            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9463            not 'IPSEC' and
9464            not 'VHOST'"
9465   parameters:
9466   - "throughput"
9467   - "parent"
9468   - "tags"
9469   sort:
9470   - "ACL_STATELESS"
9471   - "ACL_STATEFUL"
9472   - "ACL_STATELESS"
9473   - "ACL_STATEFUL"
9474   traces:
9475     hoverinfo: "x+y"
9476     boxpoints: "outliers"
9477     whiskerwidth: 0
9478   layout:
9479     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9480     layout: "plot-throughput"
9481
9482 -
9483   type: "plot"
9484   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9485   algorithm: "plot_performance_box"
9486   output-file-type: ".html"
9487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9488   data: "plot-vpp-throughput-latency-3n-hsw"
9489   filter: "'NIC_Intel-X710' and
9490            '64B' and
9491            'NDRPDR' and
9492            '2T2C' and
9493            'IP4FWD' and
9494            'OACL' and
9495            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9496            not 'IPSEC' and
9497            not 'VHOST'"
9498   parameters:
9499   - "throughput"
9500   - "parent"
9501   - "tags"
9502   sort:
9503   - "ACL_STATELESS"
9504   - "ACL_STATEFUL"
9505   - "ACL_STATELESS"
9506   - "ACL_STATEFUL"
9507   traces:
9508     hoverinfo: "x+y"
9509     boxpoints: "outliers"
9510     whiskerwidth: 0
9511   layout:
9512     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9513     layout: "plot-throughput"
9514
9515 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9516 -
9517   type: "plot"
9518   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9519   algorithm: "plot_performance_box"
9520   output-file-type: ".html"
9521   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9522   data: "plot-vpp-throughput-latency-2n-skx"
9523   filter: "'NIC_Intel-X710' and
9524            '64B' and
9525            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9526            'NDRPDR' and
9527            '2T1C' and
9528            'IP4FWD' and
9529            not 'IPSEC' and
9530            not 'VHOST'"
9531   parameters:
9532   - "throughput"
9533   - "parent"
9534   - "tags"
9535   sort:
9536   - "IP4BASE"
9537   - "FIB_20K"
9538   - "FIB_200K"
9539   - "FIB_2M"
9540   traces:
9541     hoverinfo: "x+y"
9542     boxpoints: "outliers"
9543     whiskerwidth: 0
9544   layout:
9545     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9546     layout: "plot-throughput"
9547
9548 -
9549   type: "plot"
9550   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9551   algorithm: "plot_performance_box"
9552   output-file-type: ".html"
9553   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9554   data: "plot-vpp-throughput-latency-2n-skx"
9555   filter: "'NIC_Intel-X710' and
9556            '64B' and
9557            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9558            'NDRPDR' and
9559            '2T1C' and
9560            'IP4FWD' and
9561            not 'IPSEC' and
9562            not 'VHOST'"
9563   parameters:
9564   - "throughput"
9565   - "parent"
9566   - "tags"
9567   sort:
9568   - "IP4BASE"
9569   - "FIB_20K"
9570   - "FIB_200K"
9571   - "FIB_2M"
9572   traces:
9573     hoverinfo: "x+y"
9574     boxpoints: "outliers"
9575     whiskerwidth: 0
9576   layout:
9577     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9578     layout: "plot-throughput"
9579
9580 -
9581   type: "plot"
9582   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9583   algorithm: "plot_performance_box"
9584   output-file-type: ".html"
9585   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9586   data: "plot-vpp-throughput-latency-2n-skx"
9587   filter: "'NIC_Intel-X710' and
9588            '64B' and
9589            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9590            'NDRPDR' and
9591            '4T2C' and
9592            'IP4FWD' and
9593            not 'IPSEC' and
9594            not 'VHOST'"
9595   parameters:
9596   - "throughput"
9597   - "parent"
9598   - "tags"
9599   sort:
9600   - "IP4BASE"
9601   - "FIB_20K"
9602   - "FIB_200K"
9603   - "FIB_2M"
9604   traces:
9605     hoverinfo: "x+y"
9606     boxpoints: "outliers"
9607     whiskerwidth: 0
9608   layout:
9609     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9610     layout: "plot-throughput"
9611
9612 -
9613   type: "plot"
9614   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9615   algorithm: "plot_performance_box"
9616   output-file-type: ".html"
9617   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9618   data: "plot-vpp-throughput-latency-2n-skx"
9619   filter: "'NIC_Intel-X710' and
9620            '64B' and
9621            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9622            'NDRPDR' and
9623            '4T2C' and
9624            'IP4FWD' and
9625            not 'IPSEC' and
9626            not 'VHOST'"
9627   parameters:
9628   - "throughput"
9629   - "parent"
9630   - "tags"
9631   sort:
9632   - "IP4BASE"
9633   - "FIB_20K"
9634   - "FIB_200K"
9635   - "FIB_2M"
9636   traces:
9637     hoverinfo: "x+y"
9638     boxpoints: "outliers"
9639     whiskerwidth: 0
9640   layout:
9641     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9642     layout: "plot-throughput"
9643
9644 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9645 -
9646   type: "plot"
9647   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9648   algorithm: "plot_performance_box"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9651   data: "plot-vpp-throughput-latency-2n-skx"
9652   filter: "'NIC_Intel-XXV710' and
9653            '64B' and
9654            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9655            'NDRPDR' and
9656            '2T1C' and
9657            'IP4FWD' and
9658            not 'IPSEC' and
9659            not 'VHOST'"
9660   parameters:
9661   - "throughput"
9662   - "parent"
9663   - "tags"
9664   sort:
9665   - "IP4BASE"
9666   - "FIB_20K"
9667   - "FIB_200K"
9668   - "FIB_2M"
9669   traces:
9670     hoverinfo: "x+y"
9671     boxpoints: "outliers"
9672     whiskerwidth: 0
9673   layout:
9674     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9675     layout: "plot-throughput"
9676
9677 -
9678   type: "plot"
9679   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9680   algorithm: "plot_performance_box"
9681   output-file-type: ".html"
9682   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9683   data: "plot-vpp-throughput-latency-2n-skx"
9684   filter: "'NIC_Intel-XXV710' and
9685            '64B' and
9686            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9687            'NDRPDR' and
9688            '2T1C' and
9689            'IP4FWD' and
9690            not 'IPSEC' and
9691            not 'VHOST'"
9692   parameters:
9693   - "throughput"
9694   - "parent"
9695   - "tags"
9696   sort:
9697   - "IP4BASE"
9698   - "FIB_20K"
9699   - "FIB_200K"
9700   - "FIB_2M"
9701   traces:
9702     hoverinfo: "x+y"
9703     boxpoints: "outliers"
9704     whiskerwidth: 0
9705   layout:
9706     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9707     layout: "plot-throughput"
9708
9709 -
9710   type: "plot"
9711   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9712   algorithm: "plot_performance_box"
9713   output-file-type: ".html"
9714   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9715   data: "plot-vpp-throughput-latency-2n-skx"
9716   filter: "'NIC_Intel-XXV710' and
9717            '64B' and
9718            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9719            'NDRPDR' and
9720            '4T2C' and
9721            'IP4FWD' and
9722            not 'IPSEC' and
9723            not 'VHOST'"
9724   parameters:
9725   - "throughput"
9726   - "parent"
9727   - "tags"
9728   sort:
9729   - "IP4BASE"
9730   - "FIB_20K"
9731   - "FIB_200K"
9732   - "FIB_2M"
9733   traces:
9734     hoverinfo: "x+y"
9735     boxpoints: "outliers"
9736     whiskerwidth: 0
9737   layout:
9738     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9739     layout: "plot-throughput"
9740
9741 -
9742   type: "plot"
9743   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9744   algorithm: "plot_performance_box"
9745   output-file-type: ".html"
9746   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9747   data: "plot-vpp-throughput-latency-2n-skx"
9748   filter: "'NIC_Intel-XXV710' and
9749            '64B' and
9750            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9751            'NDRPDR' and
9752            '4T2C' and
9753            'IP4FWD' and
9754            not 'IPSEC' and
9755            not 'VHOST'"
9756   parameters:
9757   - "throughput"
9758   - "parent"
9759   - "tags"
9760   sort:
9761   - "IP4BASE"
9762   - "FIB_20K"
9763   - "FIB_200K"
9764   - "FIB_2M"
9765   traces:
9766     hoverinfo: "x+y"
9767     boxpoints: "outliers"
9768     whiskerwidth: 0
9769   layout:
9770     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9771     layout: "plot-throughput"
9772
9773 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
9774 -
9775   type: "plot"
9776   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
9777   algorithm: "plot_performance_box"
9778   output-file-type: ".html"
9779   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
9780   data: "intel-dnv-vpp"
9781   filter: "'NIC_Intel-X553' and
9782            '64B' and
9783            'IP4BASE' and
9784            'NDRPDR' and
9785            '1T1C' and
9786            'IP4FWD' and
9787            not 'IPSEC' and
9788            not 'VHOST'"
9789   parameters:
9790   - "throughput"
9791   - "parent"
9792   - "tags"
9793   sort:
9794   - "IP4BASE"
9795   traces:
9796     hoverinfo: "x+y"
9797     boxpoints: "outliers"
9798     whiskerwidth: 0
9799   layout:
9800     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
9801     layout: "plot-throughput"
9802
9803 -
9804   type: "plot"
9805   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
9806   algorithm: "plot_performance_box"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
9809   data: "intel-dnv-vpp"
9810   filter: "'NIC_Intel-X553' and
9811            '64B' and
9812            'IP4BASE' and
9813            'NDRPDR' and
9814            '1T1C' and
9815            'IP4FWD' and
9816            not 'IPSEC' and
9817            not 'VHOST'"
9818   parameters:
9819   - "throughput"
9820   - "parent"
9821   - "tags"
9822   sort:
9823   - "IP4BASE"
9824   traces:
9825     hoverinfo: "x+y"
9826     boxpoints: "outliers"
9827     whiskerwidth: 0
9828   layout:
9829     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
9830     layout: "plot-throughput"
9831
9832 -
9833   type: "plot"
9834   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
9835   algorithm: "plot_performance_box"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
9838   data: "intel-dnv-vpp"
9839   filter: "'NIC_Intel-X553' and
9840            '64B' and
9841            'IP4BASE' and
9842            'NDRPDR' and
9843            '2T2C' and
9844            'IP4FWD' and
9845            not 'IPSEC' and
9846            not 'VHOST'"
9847   parameters:
9848   - "throughput"
9849   - "parent"
9850   - "tags"
9851   sort:
9852   - "IP4BASE"
9853   traces:
9854     hoverinfo: "x+y"
9855     boxpoints: "outliers"
9856     whiskerwidth: 0
9857   layout:
9858     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
9859     layout: "plot-throughput"
9860
9861 -
9862   type: "plot"
9863   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
9864   algorithm: "plot_performance_box"
9865   output-file-type: ".html"
9866   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
9867   data: "intel-dnv-vpp"
9868   filter: "'NIC_Intel-X553' and
9869            '64B' and
9870            'IP4BASE' and
9871            'NDRPDR' and
9872            '2T2C' and
9873            'IP4FWD' and
9874            not 'IPSEC' and
9875            not 'VHOST'"
9876   parameters:
9877   - "throughput"
9878   - "parent"
9879   - "tags"
9880   sort:
9881   - "IP4BASE"
9882   traces:
9883     hoverinfo: "x+y"
9884     boxpoints: "outliers"
9885     whiskerwidth: 0
9886   layout:
9887     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
9888     layout: "plot-throughput"
9889
9890 ################################################################################
9891
9892 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
9893 -
9894   type: "plot"
9895   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9896   algorithm: "plot_performance_box"
9897   output-file-type: ".html"
9898   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9899   data: "plot-vpp-throughput-latency-3n-hsw"
9900   filter: "'NIC_Intel-X520-DA2' and
9901            '64B' and
9902            'ENCAP' and
9903            'NDRPDR' and
9904            '1T1C' and
9905            'VXLAN' and
9906            'L2BDMACLRN' and
9907            not 'VHOST' and
9908            not 'IPSECHW'"
9909   parameters:
9910   - "throughput"
9911   - "parent"
9912   - "tags"
9913   sort:
9914   - "not DOT1Q"
9915   - "VXLAN_1"
9916   - "VXLAN_10"
9917   - "VXLAN_100"
9918   - "VXLAN_1000"
9919   traces:
9920     hoverinfo: "x+y"
9921     boxpoints: "outliers"
9922     whiskerwidth: 0
9923   layout:
9924     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9925     layout: "plot-throughput"
9926
9927 -
9928   type: "plot"
9929   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9930   algorithm: "plot_performance_box"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9933   data: "plot-vpp-throughput-latency-3n-hsw"
9934   filter: "'NIC_Intel-X520-DA2' and
9935            '64B' and
9936            'ENCAP' and
9937            'NDRPDR' and
9938            '1T1C' and
9939            'VXLAN' and
9940            'L2BDMACLRN' and
9941            not 'VHOST' and
9942            not 'IPSECHW'"
9943   parameters:
9944   - "throughput"
9945   - "parent"
9946   - "tags"
9947   sort:
9948   - "not DOT1Q"
9949   - "VXLAN_1"
9950   - "VXLAN_10"
9951   - "VXLAN_100"
9952   - "VXLAN_1000"
9953   traces:
9954     hoverinfo: "x+y"
9955     boxpoints: "outliers"
9956     whiskerwidth: 0
9957   layout:
9958     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9959     layout: "plot-throughput"
9960
9961 -
9962   type: "plot"
9963   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9964   algorithm: "plot_performance_box"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9967   data: "plot-vpp-throughput-latency-3n-hsw"
9968   filter: "'NIC_Intel-X520-DA2' and
9969            '64B' and
9970            'ENCAP' and
9971            'NDRPDR' and
9972            '2T2C' and
9973            'VXLAN' and
9974            'L2BDMACLRN' and
9975            not 'VHOST' and
9976            not 'IPSECHW'"
9977   parameters:
9978   - "throughput"
9979   - "parent"
9980   - "tags"
9981   sort:
9982   - "not DOT1Q"
9983   - "VXLAN_1"
9984   - "VXLAN_10"
9985   - "VXLAN_100"
9986   - "VXLAN_1000"
9987   traces:
9988     hoverinfo: "x+y"
9989     boxpoints: "outliers"
9990     whiskerwidth: 0
9991   layout:
9992     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9993     layout: "plot-throughput"
9994
9995 -
9996   type: "plot"
9997   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9998   algorithm: "plot_performance_box"
9999   output-file-type: ".html"
10000   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10001   data: "plot-vpp-throughput-latency-3n-hsw"
10002   filter: "'NIC_Intel-X520-DA2' and
10003            '64B' and
10004            'ENCAP' and
10005            'NDRPDR' and
10006            '2T2C' and
10007            'VXLAN' and
10008            'L2BDMACLRN' and
10009            not 'VHOST' and
10010            not 'IPSECHW'"
10011   parameters:
10012   - "throughput"
10013   - "parent"
10014   - "tags"
10015   sort:
10016   - "not DOT1Q"
10017   - "VXLAN_1"
10018   - "VXLAN_10"
10019   - "VXLAN_100"
10020   - "VXLAN_1000"
10021   traces:
10022     hoverinfo: "x+y"
10023     boxpoints: "outliers"
10024     whiskerwidth: 0
10025   layout:
10026     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10027     layout: "plot-throughput"
10028
10029 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10030 -
10031   type: "plot"
10032   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10033   algorithm: "plot_performance_box"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10036   data: "plot-vpp-throughput-latency-3n-hsw"
10037   filter: "'NIC_Intel-X520-DA2' and
10038            '64B' and
10039            'ENCAP' and
10040            'NDRPDR' and
10041            '1T1C' and
10042            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10043            not 'DOT1Q' and
10044            not 'VHOST' and
10045            not 'IPSECHW'"
10046   parameters:
10047   - "throughput"
10048   - "parent"
10049   - "tags"
10050   sort:
10051   - "L2BDMACLRN"
10052   - "L2XCFWD"
10053   - "LISP"
10054   traces:
10055     hoverinfo: "x+y"
10056     boxpoints: "outliers"
10057     whiskerwidth: 0
10058   layout:
10059     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10060     layout: "plot-throughput"
10061
10062 -
10063   type: "plot"
10064   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10065   algorithm: "plot_performance_box"
10066   output-file-type: ".html"
10067   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10068   data: "plot-vpp-throughput-latency-3n-hsw"
10069   filter: "'NIC_Intel-X520-DA2' and
10070            '64B' and
10071            'ENCAP' and
10072            'NDRPDR' and
10073            '2T2C' and
10074            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10075            not 'DOT1Q' and
10076            not 'VHOST' and
10077            not 'IPSECHW'"
10078   parameters:
10079   - "throughput"
10080   - "parent"
10081   - "tags"
10082   sort:
10083   - "L2BDMACLRN"
10084   - "L2XCFWD"
10085   - "LISP"
10086   traces:
10087     hoverinfo: "x+y"
10088     boxpoints: "outliers"
10089     whiskerwidth: 0
10090   layout:
10091     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10092     layout: "plot-throughput"
10093
10094 -
10095   type: "plot"
10096   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10097   algorithm: "plot_performance_box"
10098   output-file-type: ".html"
10099   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10100   data: "plot-vpp-throughput-latency-3n-hsw"
10101   filter: "'NIC_Intel-X520-DA2' and
10102            '64B' and
10103            'ENCAP' and
10104            'NDRPDR' and
10105            '1T1C' and
10106            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10107            not 'DOT1Q' and
10108            not 'VHOST' and
10109            not 'IPSECHW'"
10110   parameters:
10111   - "throughput"
10112   - "parent"
10113   - "tags"
10114   sort:
10115   - "L2BDMACLRN"
10116   - "L2XCFWD"
10117   - "LISP"
10118   traces:
10119     hoverinfo: "x+y"
10120     boxpoints: "outliers"
10121     whiskerwidth: 0
10122   layout:
10123     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10124     layout: "plot-throughput"
10125
10126 -
10127   type: "plot"
10128   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10129   algorithm: "plot_performance_box"
10130   output-file-type: ".html"
10131   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10132   data: "plot-vpp-throughput-latency-3n-hsw"
10133   filter: "'NIC_Intel-X520-DA2' and
10134            '64B' and
10135            'ENCAP' and
10136            'NDRPDR' and
10137            '2T2C' and
10138            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10139            not 'DOT1Q' and
10140            not 'VHOST' and
10141            not 'IPSECHW'"
10142   parameters:
10143   - "throughput"
10144   - "parent"
10145   - "tags"
10146   sort:
10147   - "L2BDMACLRN"
10148   - "L2XCFWD"
10149   - "LISP"
10150   traces:
10151     hoverinfo: "x+y"
10152     boxpoints: "outliers"
10153     whiskerwidth: 0
10154   layout:
10155     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10156     layout: "plot-throughput"
10157
10158 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
10159 -
10160   type: "plot"
10161   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10162   algorithm: "plot_performance_box"
10163   output-file-type: ".html"
10164   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10165   data: "plot-vpp-throughput-latency-3n-hsw"
10166   filter: "'NIC_Intel-X710' and
10167            '64B' and
10168            'ENCAP' and
10169            'NDRPDR' and
10170            '1T1C' and
10171            'VXLAN' and
10172            'L2BDMACLRN' and
10173            not 'VHOST' and
10174            not 'IPSECHW'"
10175   parameters:
10176   - "throughput"
10177   - "parent"
10178   - "tags"
10179   sort:
10180   - "not DOT1Q"
10181   - "VXLAN_1"
10182   - "VXLAN_10"
10183   - "VXLAN_100"
10184   - "VXLAN_1000"
10185   traces:
10186     hoverinfo: "x+y"
10187     boxpoints: "outliers"
10188     whiskerwidth: 0
10189   layout:
10190     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10191     layout: "plot-throughput"
10192
10193 -
10194   type: "plot"
10195   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10196   algorithm: "plot_performance_box"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10199   data: "plot-vpp-throughput-latency-3n-hsw"
10200   filter: "'NIC_Intel-X710' and
10201            '64B' and
10202            'ENCAP' and
10203            'NDRPDR' and
10204            '1T1C' and
10205            'VXLAN' and
10206            'L2BDMACLRN' and
10207            not 'VHOST' and
10208            not 'IPSECHW'"
10209   parameters:
10210   - "throughput"
10211   - "parent"
10212   - "tags"
10213   sort:
10214   - "not DOT1Q"
10215   - "VXLAN_1"
10216   - "VXLAN_10"
10217   - "VXLAN_100"
10218   - "VXLAN_1000"
10219   traces:
10220     hoverinfo: "x+y"
10221     boxpoints: "outliers"
10222     whiskerwidth: 0
10223   layout:
10224     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10225     layout: "plot-throughput"
10226
10227 -
10228   type: "plot"
10229   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10230   algorithm: "plot_performance_box"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10233   data: "plot-vpp-throughput-latency-3n-hsw"
10234   filter: "'NIC_Intel-X710' and
10235            '64B' and
10236            'ENCAP' and
10237            'NDRPDR' and
10238            '2T2C' and
10239            'VXLAN' and
10240            'L2BDMACLRN' and
10241            not 'VHOST' and
10242            not 'IPSECHW'"
10243   parameters:
10244   - "throughput"
10245   - "parent"
10246   - "tags"
10247   sort:
10248   - "not DOT1Q"
10249   - "VXLAN_1"
10250   - "VXLAN_10"
10251   - "VXLAN_100"
10252   - "VXLAN_1000"
10253   traces:
10254     hoverinfo: "x+y"
10255     boxpoints: "outliers"
10256     whiskerwidth: 0
10257   layout:
10258     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10259     layout: "plot-throughput"
10260
10261 -
10262   type: "plot"
10263   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10264   algorithm: "plot_performance_box"
10265   output-file-type: ".html"
10266   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10267   data: "plot-vpp-throughput-latency-3n-hsw"
10268   filter: "'NIC_Intel-X710' and
10269            '64B' and
10270            'ENCAP' and
10271            'NDRPDR' and
10272            '2T2C' and
10273            'VXLAN' and
10274            'L2BDMACLRN' and
10275            not 'VHOST' and
10276            not 'IPSECHW'"
10277   parameters:
10278   - "throughput"
10279   - "parent"
10280   - "tags"
10281   sort:
10282   - "not DOT1Q"
10283   - "VXLAN_1"
10284   - "VXLAN_10"
10285   - "VXLAN_100"
10286   - "VXLAN_1000"
10287   traces:
10288     hoverinfo: "x+y"
10289     boxpoints: "outliers"
10290     whiskerwidth: 0
10291   layout:
10292     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10293     layout: "plot-throughput"
10294
10295 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
10296 -
10297   type: "plot"
10298   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10299   algorithm: "plot_performance_box"
10300   output-file-type: ".html"
10301   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10302   data: "plot-vpp-throughput-latency-3n-hsw"
10303   filter: "'NIC_Intel-X710' and
10304            '64B' and
10305            'ENCAP' and
10306            'NDRPDR' and
10307            '1T1C' and
10308            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10309            not 'DOT1Q' and
10310            not 'VHOST' and
10311            not 'IPSECHW'"
10312   parameters:
10313   - "throughput"
10314   - "parent"
10315   - "tags"
10316   sort:
10317   - "L2BDMACLRN"
10318   - "L2XCFWD"
10319   - "LISP"
10320   traces:
10321     hoverinfo: "x+y"
10322     boxpoints: "outliers"
10323     whiskerwidth: 0
10324   layout:
10325     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10326     layout: "plot-throughput"
10327
10328 -
10329   type: "plot"
10330   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10331   algorithm: "plot_performance_box"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10334   data: "plot-vpp-throughput-latency-3n-hsw"
10335   filter: "'NIC_Intel-X710' and
10336            '64B' and
10337            'ENCAP' and
10338            'NDRPDR' and
10339            '2T2C' and
10340            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10341            not 'DOT1Q' and
10342            not 'VHOST' and
10343            not 'IPSECHW'"
10344   parameters:
10345   - "throughput"
10346   - "parent"
10347   - "tags"
10348   sort:
10349   - "L2BDMACLRN"
10350   - "L2XCFWD"
10351   - "LISP"
10352   traces:
10353     hoverinfo: "x+y"
10354     boxpoints: "outliers"
10355     whiskerwidth: 0
10356   layout:
10357     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10358     layout: "plot-throughput"
10359
10360 -
10361   type: "plot"
10362   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10363   algorithm: "plot_performance_box"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10366   data: "plot-vpp-throughput-latency-3n-hsw"
10367   filter: "'NIC_Intel-X710' and
10368            '64B' and
10369            'ENCAP' and
10370            'NDRPDR' and
10371            '1T1C' and
10372            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10373            not 'DOT1Q' and
10374            not 'VHOST' and
10375            not 'IPSECHW'"
10376   parameters:
10377   - "throughput"
10378   - "parent"
10379   - "tags"
10380   sort:
10381   - "L2BDMACLRN"
10382   - "L2XCFWD"
10383   - "LISP"
10384   traces:
10385     hoverinfo: "x+y"
10386     boxpoints: "outliers"
10387     whiskerwidth: 0
10388   layout:
10389     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10390     layout: "plot-throughput"
10391
10392 -
10393   type: "plot"
10394   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10395   algorithm: "plot_performance_box"
10396   output-file-type: ".html"
10397   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10398   data: "plot-vpp-throughput-latency-3n-hsw"
10399   filter: "'NIC_Intel-X710' and
10400            '64B' and
10401            'ENCAP' and
10402            'NDRPDR' and
10403            '2T2C' and
10404            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10405            not 'DOT1Q' and
10406            not 'VHOST' and
10407            not 'IPSECHW'"
10408   parameters:
10409   - "throughput"
10410   - "parent"
10411   - "tags"
10412   sort:
10413   - "L2BDMACLRN"
10414   - "L2XCFWD"
10415   - "LISP"
10416   traces:
10417     hoverinfo: "x+y"
10418     boxpoints: "outliers"
10419     whiskerwidth: 0
10420   layout:
10421     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10422     layout: "plot-throughput"
10423
10424 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
10425 -
10426   type: "plot"
10427   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10428   algorithm: "plot_performance_box"
10429   output-file-type: ".html"
10430   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10431   data: "plot-vpp-throughput-latency-3n-skx"
10432   filter: "'NIC_Intel-X710' and
10433            '64B' and
10434            'ENCAP' and
10435            'NDRPDR' and
10436            '2T1C' and
10437            'VXLAN' and
10438            'L2BDMACLRN' and
10439            not 'VHOST' and
10440            not 'IPSECHW'"
10441   parameters:
10442   - "throughput"
10443   - "parent"
10444   - "tags"
10445   sort:
10446   - "not DOT1Q"
10447   - "VXLAN_1"
10448   - "VXLAN_10"
10449   - "VXLAN_100"
10450   - "VXLAN_1000"
10451   traces:
10452     hoverinfo: "x+y"
10453     boxpoints: "outliers"
10454     whiskerwidth: 0
10455   layout:
10456     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10457     layout: "plot-throughput"
10458
10459 -
10460   type: "plot"
10461   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10462   algorithm: "plot_performance_box"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10465   data: "plot-vpp-throughput-latency-3n-skx"
10466   filter: "'NIC_Intel-X710' and
10467            '64B' and
10468            'ENCAP' and
10469            'NDRPDR' and
10470            '2T1C' and
10471            'VXLAN' and
10472            'L2BDMACLRN' and
10473            not 'VHOST' and
10474            not 'IPSECHW'"
10475   parameters:
10476   - "throughput"
10477   - "parent"
10478   - "tags"
10479   sort:
10480   - "not DOT1Q"
10481   - "VXLAN_1"
10482   - "VXLAN_10"
10483   - "VXLAN_100"
10484   - "VXLAN_1000"
10485   traces:
10486     hoverinfo: "x+y"
10487     boxpoints: "outliers"
10488     whiskerwidth: 0
10489   layout:
10490     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10491     layout: "plot-throughput"
10492
10493 -
10494   type: "plot"
10495   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10496   algorithm: "plot_performance_box"
10497   output-file-type: ".html"
10498   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10499   data: "plot-vpp-throughput-latency-3n-skx"
10500   filter: "'NIC_Intel-X710' and
10501            '64B' and
10502            'ENCAP' and
10503            'NDRPDR' and
10504            '4T2C' and
10505            'VXLAN' and
10506            'L2BDMACLRN' and
10507            not 'VHOST' and
10508            not 'IPSECHW'"
10509   parameters:
10510   - "throughput"
10511   - "parent"
10512   - "tags"
10513   sort:
10514   - "not DOT1Q"
10515   - "VXLAN_1"
10516   - "VXLAN_10"
10517   - "VXLAN_100"
10518   - "VXLAN_1000"
10519   traces:
10520     hoverinfo: "x+y"
10521     boxpoints: "outliers"
10522     whiskerwidth: 0
10523   layout:
10524     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10525     layout: "plot-throughput"
10526
10527 -
10528   type: "plot"
10529   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10530   algorithm: "plot_performance_box"
10531   output-file-type: ".html"
10532   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10533   data: "plot-vpp-throughput-latency-3n-skx"
10534   filter: "'NIC_Intel-X710' and
10535            '64B' and
10536            'ENCAP' and
10537            'NDRPDR' and
10538            '4T2C' and
10539            'VXLAN' and
10540            'L2BDMACLRN' and
10541            not 'VHOST' and
10542            not 'IPSECHW'"
10543   parameters:
10544   - "throughput"
10545   - "parent"
10546   - "tags"
10547   sort:
10548   - "not DOT1Q"
10549   - "VXLAN_1"
10550   - "VXLAN_10"
10551   - "VXLAN_100"
10552   - "VXLAN_1000"
10553   traces:
10554     hoverinfo: "x+y"
10555     boxpoints: "outliers"
10556     whiskerwidth: 0
10557   layout:
10558     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10559     layout: "plot-throughput"
10560
10561 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10562 -
10563   type: "plot"
10564   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10565   algorithm: "plot_performance_box"
10566   output-file-type: ".html"
10567   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10568   data: "plot-vpp-throughput-latency-3n-skx"
10569   filter: "'NIC_Intel-X710' and
10570            '64B' and
10571            'ENCAP' and
10572            'NDRPDR' and
10573            '2T1C' and
10574            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10575            not 'DOT1Q' and
10576            not 'VHOST' and
10577            not 'IPSECHW'"
10578   parameters:
10579   - "throughput"
10580   - "parent"
10581   - "tags"
10582   sort:
10583   - "L2BDMACLRN"
10584   - "L2XCFWD"
10585   - "LISP"
10586   traces:
10587     hoverinfo: "x+y"
10588     boxpoints: "outliers"
10589     whiskerwidth: 0
10590   layout:
10591     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10592     layout: "plot-throughput"
10593
10594 -
10595   type: "plot"
10596   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10597   algorithm: "plot_performance_box"
10598   output-file-type: ".html"
10599   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10600   data: "plot-vpp-throughput-latency-3n-skx"
10601   filter: "'NIC_Intel-X710' and
10602            '64B' and
10603            'ENCAP' and
10604            'NDRPDR' and
10605            '4T2C' and
10606            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10607            not 'DOT1Q' and
10608            not 'VHOST' and
10609            not 'IPSECHW'"
10610   parameters:
10611   - "throughput"
10612   - "parent"
10613   - "tags"
10614   sort:
10615   - "L2BDMACLRN"
10616   - "L2XCFWD"
10617   - "LISP"
10618   traces:
10619     hoverinfo: "x+y"
10620     boxpoints: "outliers"
10621     whiskerwidth: 0
10622   layout:
10623     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10624     layout: "plot-throughput"
10625
10626 -
10627   type: "plot"
10628   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10629   algorithm: "plot_performance_box"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10632   data: "plot-vpp-throughput-latency-3n-skx"
10633   filter: "'NIC_Intel-X710' and
10634            '64B' and
10635            'ENCAP' and
10636            'NDRPDR' and
10637            '2T1C' and
10638            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10639            not 'DOT1Q' and
10640            not 'VHOST' and
10641            not 'IPSECHW'"
10642   parameters:
10643   - "throughput"
10644   - "parent"
10645   - "tags"
10646   sort:
10647   - "L2BDMACLRN"
10648   - "L2XCFWD"
10649   - "LISP"
10650   traces:
10651     hoverinfo: "x+y"
10652     boxpoints: "outliers"
10653     whiskerwidth: 0
10654   layout:
10655     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10656     layout: "plot-throughput"
10657
10658 -
10659   type: "plot"
10660   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10661   algorithm: "plot_performance_box"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10664   data: "plot-vpp-throughput-latency-3n-skx"
10665   filter: "'NIC_Intel-X710' and
10666            '64B' and
10667            'ENCAP' and
10668            'NDRPDR' and
10669            '4T2C' and
10670            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10671            not 'DOT1Q' and
10672            not 'VHOST' and
10673            not 'IPSECHW'"
10674   parameters:
10675   - "throughput"
10676   - "parent"
10677   - "tags"
10678   sort:
10679   - "L2BDMACLRN"
10680   - "L2XCFWD"
10681   - "LISP"
10682   traces:
10683     hoverinfo: "x+y"
10684     boxpoints: "outliers"
10685     whiskerwidth: 0
10686   layout:
10687     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10688     layout: "plot-throughput"
10689
10690 ################################################################################
10691
10692 # Packet Throughput - VPP IPv6 3n-hsw-x520
10693 -
10694   type: "plot"
10695   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10696   algorithm: "plot_performance_box"
10697   output-file-type: ".html"
10698   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10699   data: "plot-vpp-throughput-latency-3n-hsw"
10700   filter: "'NIC_Intel-X520-DA2' and
10701            '78B' and
10702            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10703            'NDRPDR' and
10704            '1T1C' and
10705            'IP6FWD' and
10706            not 'SRv6' and
10707            not 'IPSEC' and
10708            not 'VHOST'"
10709   parameters:
10710   - "throughput"
10711   - "parent"
10712   - "tags"
10713   sort:
10714   - "IP6BASE"
10715   - "FIB_20K"
10716   - "FIB_200K"
10717   - "FIB_2M"
10718   traces:
10719     hoverinfo: "x+y"
10720     boxpoints: "outliers"
10721     whiskerwidth: 0
10722   layout:
10723     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10724     layout: "plot-throughput"
10725
10726 -
10727   type: "plot"
10728   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10729   algorithm: "plot_performance_box"
10730   output-file-type: ".html"
10731   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10732   data: "plot-vpp-throughput-latency-3n-hsw"
10733   filter: "'NIC_Intel-X520-DA2' and
10734            '78B' and
10735            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10736            'NDRPDR' and
10737            '1T1C' and
10738            'IP6FWD' and
10739            not 'SRv6' and
10740            not 'IPSEC' and
10741            not 'VHOST'"
10742   parameters:
10743   - "throughput"
10744   - "parent"
10745   - "tags"
10746   sort:
10747   - "IP6BASE"
10748   - "FIB_20K"
10749   - "FIB_200K"
10750   - "FIB_2M"
10751   traces:
10752     hoverinfo: "x+y"
10753     boxpoints: "outliers"
10754     whiskerwidth: 0
10755   layout:
10756     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10757     layout: "plot-throughput"
10758
10759 -
10760   type: "plot"
10761   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10762   algorithm: "plot_performance_box"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10765   data: "plot-vpp-throughput-latency-3n-hsw"
10766   filter: "'NIC_Intel-X520-DA2' and
10767            '78B' and
10768            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10769            'NDRPDR' and
10770            '2T2C' and
10771            'IP6FWD' and
10772            not 'SRv6' and
10773            not 'IPSEC' and
10774            not 'VHOST'"
10775   parameters:
10776   - "throughput"
10777   - "parent"
10778   - "tags"
10779   sort:
10780   - "IP6BASE"
10781   - "FIB_20K"
10782   - "FIB_200K"
10783   - "FIB_2M"
10784   traces:
10785     hoverinfo: "x+y"
10786     boxpoints: "outliers"
10787     whiskerwidth: 0
10788   layout:
10789     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10790     layout: "plot-throughput"
10791
10792 -
10793   type: "plot"
10794   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10795   algorithm: "plot_performance_box"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10798   data: "plot-vpp-throughput-latency-3n-hsw"
10799   filter: "'NIC_Intel-X520-DA2' and
10800            '78B' and
10801            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10802            'NDRPDR' and
10803            '2T2C' and
10804            'IP6FWD' and
10805            not 'SRv6' and
10806            not 'IPSEC' and
10807            not 'VHOST'"
10808   parameters:
10809   - "throughput"
10810   - "parent"
10811   - "tags"
10812   sort:
10813   - "IP6BASE"
10814   - "FIB_20K"
10815   - "FIB_200K"
10816   - "FIB_2M"
10817   traces:
10818     hoverinfo: "x+y"
10819     boxpoints: "outliers"
10820     whiskerwidth: 0
10821   layout:
10822     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10823     layout: "plot-throughput"
10824
10825 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
10826 -
10827   type: "plot"
10828   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10829   algorithm: "plot_performance_box"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10832   data: "plot-vpp-throughput-latency-3n-hsw"
10833   filter: "'NIC_Intel-X520-DA2' and
10834            '78B' and
10835            ('IP6BASE' or
10836             'POLICE_MARK' or
10837             'COPWHLIST' or
10838             'IACLDST') and
10839            'NDRPDR' and
10840            '1T1C' and
10841            'IP6FWD' and
10842            not 'SRv6' and
10843            not 'IPSEC' and
10844            not 'VHOST'"
10845   parameters:
10846   - "throughput"
10847   - "parent"
10848   - "tags"
10849   sort:
10850   - "IP6BASE"
10851   - "POLICE_MARK"
10852   - "COPWHLIST"
10853   - "IACLDST"
10854   traces:
10855     hoverinfo: "x+y"
10856     boxpoints: "outliers"
10857     whiskerwidth: 0
10858   layout:
10859     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10860     layout: "plot-throughput"
10861
10862 -
10863   type: "plot"
10864   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10865   algorithm: "plot_performance_box"
10866   output-file-type: ".html"
10867   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10868   data: "plot-vpp-throughput-latency-3n-hsw"
10869   filter: "'NIC_Intel-X520-DA2' and
10870            '78B' and
10871            ('IP6BASE' or
10872             'POLICE_MARK' or
10873             'COPWHLIST' or
10874             'IACLDST') and
10875            'NDRPDR' and
10876            '2T2C' and
10877            'IP6FWD' and
10878            not 'SRv6' and
10879            not 'IPSEC' and
10880            not 'VHOST'"
10881   parameters:
10882   - "throughput"
10883   - "parent"
10884   - "tags"
10885   sort:
10886   - "IP6BASE"
10887   - "POLICE_MARK"
10888   - "COPWHLIST"
10889   - "IACLDST"
10890   traces:
10891     hoverinfo: "x+y"
10892     boxpoints: "outliers"
10893     whiskerwidth: 0
10894   layout:
10895     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10896     layout: "plot-throughput"
10897
10898 -
10899   type: "plot"
10900   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10901   algorithm: "plot_performance_box"
10902   output-file-type: ".html"
10903   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10904   data: "plot-vpp-throughput-latency-3n-hsw"
10905   filter: "'NIC_Intel-X520-DA2' and
10906            '78B' and
10907            ('IP6BASE' or
10908             'POLICE_MARK' or
10909             'COPWHLIST' or
10910             'IACLDST') and
10911            'NDRPDR' and
10912            '1T1C' and
10913            'IP6FWD' and
10914            not 'SRv6' and
10915            not 'IPSEC' and
10916            not 'VHOST'"
10917   parameters:
10918   - "throughput"
10919   - "parent"
10920   - "tags"
10921   sort:
10922   - "IP6BASE"
10923   - "POLICE_MARK"
10924   - "COPWHLIST"
10925   - "IACLDST"
10926   traces:
10927     hoverinfo: "x+y"
10928     boxpoints: "outliers"
10929     whiskerwidth: 0
10930   layout:
10931     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10932     layout: "plot-throughput"
10933
10934 -
10935   type: "plot"
10936   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10937   algorithm: "plot_performance_box"
10938   output-file-type: ".html"
10939   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10940   data: "plot-vpp-throughput-latency-3n-hsw"
10941   filter: "'NIC_Intel-X520-DA2' and
10942            '78B' and
10943            ('IP6BASE' or
10944             'POLICE_MARK' or
10945             'COPWHLIST' or
10946             'IACLDST') and
10947            'NDRPDR' and
10948            '2T2C' and
10949            'IP6FWD' and
10950            not 'SRv6' and
10951            not 'IPSEC' and
10952            not 'VHOST'"
10953   parameters:
10954   - "throughput"
10955   - "parent"
10956   - "tags"
10957   sort:
10958   - "IP6BASE"
10959   - "POLICE_MARK"
10960   - "COPWHLIST"
10961   - "IACLDST"
10962   traces:
10963     hoverinfo: "x+y"
10964     boxpoints: "outliers"
10965     whiskerwidth: 0
10966   layout:
10967     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10968     layout: "plot-throughput"
10969
10970 # Packet Throughput - VPP IPv6 3n-hsw-x710
10971 -
10972   type: "plot"
10973   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10974   algorithm: "plot_performance_box"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10977   data: "plot-vpp-throughput-latency-3n-hsw"
10978   filter: "'NIC_Intel-X710' and
10979            '78B' and
10980            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10981            'NDRPDR' and
10982            '1T1C' and
10983            'IP6FWD' and
10984            not 'SRv6' and
10985            not 'IPSEC' and
10986            not 'VHOST'"
10987   parameters:
10988   - "throughput"
10989   - "parent"
10990   - "tags"
10991   sort:
10992   - "IP6BASE"
10993   - "FIB_20K"
10994   - "FIB_200K"
10995   - "FIB_2M"
10996   traces:
10997     hoverinfo: "x+y"
10998     boxpoints: "outliers"
10999     whiskerwidth: 0
11000   layout:
11001     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11002     layout: "plot-throughput"
11003
11004 -
11005   type: "plot"
11006   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11007   algorithm: "plot_performance_box"
11008   output-file-type: ".html"
11009   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11010   data: "plot-vpp-throughput-latency-3n-hsw"
11011   filter: "'NIC_Intel-X710' and
11012            '78B' and
11013            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11014            'NDRPDR' and
11015            '1T1C' and
11016            'IP6FWD' and
11017            not 'SRv6' and
11018            not 'IPSEC' and
11019            not 'VHOST'"
11020   parameters:
11021   - "throughput"
11022   - "parent"
11023   - "tags"
11024   sort:
11025   - "IP6BASE"
11026   - "FIB_20K"
11027   - "FIB_200K"
11028   - "FIB_2M"
11029   traces:
11030     hoverinfo: "x+y"
11031     boxpoints: "outliers"
11032     whiskerwidth: 0
11033   layout:
11034     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11035     layout: "plot-throughput"
11036
11037 -
11038   type: "plot"
11039   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11040   algorithm: "plot_performance_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11043   data: "plot-vpp-throughput-latency-3n-hsw"
11044   filter: "'NIC_Intel-X710' and
11045            '78B' and
11046            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11047            'NDRPDR' and
11048            '2T2C' and
11049            'IP6FWD' and
11050            not 'SRv6' and
11051            not 'IPSEC' and
11052            not 'VHOST'"
11053   parameters:
11054   - "throughput"
11055   - "parent"
11056   - "tags"
11057   sort:
11058   - "IP6BASE"
11059   - "FIB_20K"
11060   - "FIB_200K"
11061   - "FIB_2M"
11062   traces:
11063     hoverinfo: "x+y"
11064     boxpoints: "outliers"
11065     whiskerwidth: 0
11066   layout:
11067     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11068     layout: "plot-throughput"
11069
11070 -
11071   type: "plot"
11072   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11073   algorithm: "plot_performance_box"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11076   data: "plot-vpp-throughput-latency-3n-hsw"
11077   filter: "'NIC_Intel-X710' and
11078            '78B' and
11079            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11080            'NDRPDR' and
11081            '2T2C' and
11082            'IP6FWD' and
11083            not 'SRv6' and
11084            not 'IPSEC' and
11085            not 'VHOST'"
11086   parameters:
11087   - "throughput"
11088   - "parent"
11089   - "tags"
11090   sort:
11091   - "IP6BASE"
11092   - "FIB_20K"
11093   - "FIB_200K"
11094   - "FIB_2M"
11095   traces:
11096     hoverinfo: "x+y"
11097     boxpoints: "outliers"
11098     whiskerwidth: 0
11099   layout:
11100     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11101     layout: "plot-throughput"
11102
11103 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11104 -
11105   type: "plot"
11106   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11107   algorithm: "plot_performance_box"
11108   output-file-type: ".html"
11109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11110   data: "plot-vpp-throughput-latency-3n-hsw"
11111   filter: "'NIC_Intel-X710' and
11112            '78B' and
11113            ('IP6BASE' or
11114             'POLICE_MARK' or
11115             'COPWHLIST' or
11116             'IACLDST') and
11117            'NDRPDR' and
11118            '1T1C' and
11119            'IP6FWD' and
11120            not 'SRv6' and
11121            not 'IPSEC' and
11122            not 'VHOST'"
11123   parameters:
11124   - "throughput"
11125   - "parent"
11126   - "tags"
11127   sort:
11128   - "IP6BASE"
11129   - "POLICE_MARK"
11130   - "COPWHLIST"
11131   - "IACLDST"
11132   traces:
11133     hoverinfo: "x+y"
11134     boxpoints: "outliers"
11135     whiskerwidth: 0
11136   layout:
11137     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11138     layout: "plot-throughput"
11139
11140 -
11141   type: "plot"
11142   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11143   algorithm: "plot_performance_box"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11146   data: "plot-vpp-throughput-latency-3n-hsw"
11147   filter: "'NIC_Intel-X710' and
11148            '78B' and
11149            ('IP6BASE' or
11150             'POLICE_MARK' or
11151             'COPWHLIST' or
11152             'IACLDST') and
11153            'NDRPDR' and
11154            '2T2C' and
11155            'IP6FWD' and
11156            not 'SRv6' and
11157            not 'IPSEC' and
11158            not 'VHOST'"
11159   parameters:
11160   - "throughput"
11161   - "parent"
11162   - "tags"
11163   sort:
11164   - "IP6BASE"
11165   - "POLICE_MARK"
11166   - "COPWHLIST"
11167   - "IACLDST"
11168   traces:
11169     hoverinfo: "x+y"
11170     boxpoints: "outliers"
11171     whiskerwidth: 0
11172   layout:
11173     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11174     layout: "plot-throughput"
11175
11176 -
11177   type: "plot"
11178   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11179   algorithm: "plot_performance_box"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11182   data: "plot-vpp-throughput-latency-3n-hsw"
11183   filter: "'NIC_Intel-X710' and
11184            '78B' and
11185            ('IP6BASE' or
11186             'POLICE_MARK' or
11187             'COPWHLIST' or
11188             'IACLDST') and
11189            'NDRPDR' and
11190            '1T1C' and
11191            'IP6FWD' and
11192            not 'SRv6' and
11193            not 'IPSEC' and
11194            not 'VHOST'"
11195   parameters:
11196   - "throughput"
11197   - "parent"
11198   - "tags"
11199   sort:
11200   - "IP6BASE"
11201   - "POLICE_MARK"
11202   - "COPWHLIST"
11203   - "IACLDST"
11204   traces:
11205     hoverinfo: "x+y"
11206     boxpoints: "outliers"
11207     whiskerwidth: 0
11208   layout:
11209     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11210     layout: "plot-throughput"
11211
11212 -
11213   type: "plot"
11214   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11215   algorithm: "plot_performance_box"
11216   output-file-type: ".html"
11217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11218   data: "plot-vpp-throughput-latency-3n-hsw"
11219   filter: "'NIC_Intel-X710' and
11220            '78B' and
11221            ('IP6BASE' or
11222             'POLICE_MARK' or
11223             'COPWHLIST' or
11224             'IACLDST') and
11225            'NDRPDR' and
11226            '2T2C' and
11227            'IP6FWD' and
11228            not 'SRv6' and
11229            not 'IPSEC' and
11230            not 'VHOST'"
11231   parameters:
11232   - "throughput"
11233   - "parent"
11234   - "tags"
11235   sort:
11236   - "IP6BASE"
11237   - "POLICE_MARK"
11238   - "COPWHLIST"
11239   - "IACLDST"
11240   traces:
11241     hoverinfo: "x+y"
11242     boxpoints: "outliers"
11243     whiskerwidth: 0
11244   layout:
11245     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11246     layout: "plot-throughput"
11247
11248 # Packet Throughput - VPP IPv6 3n-hsw-xl710
11249 -
11250   type: "plot"
11251   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11252   algorithm: "plot_performance_box"
11253   output-file-type: ".html"
11254   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11255   data: "plot-vpp-throughput-latency-3n-hsw"
11256   filter: "'NIC_Intel-XL710' and
11257            '78B' and
11258            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11259            'NDRPDR' and
11260            '1T1C' and
11261            'IP6FWD' and
11262            not 'SRv6' and
11263            not 'IPSEC' and
11264            not 'VHOST'"
11265   parameters:
11266   - "throughput"
11267   - "parent"
11268   - "tags"
11269   sort:
11270   - "IP6BASE"
11271   - "FIB_20K"
11272   - "FIB_200K"
11273   - "FIB_2M"
11274   traces:
11275     hoverinfo: "x+y"
11276     boxpoints: "outliers"
11277     whiskerwidth: 0
11278   layout:
11279     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11280     layout: "plot-throughput"
11281
11282 -
11283   type: "plot"
11284   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11285   algorithm: "plot_performance_box"
11286   output-file-type: ".html"
11287   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11288   data: "plot-vpp-throughput-latency-3n-hsw"
11289   filter: "'NIC_Intel-XL710' and
11290            '78B' and
11291            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11292            'NDRPDR' and
11293            '1T1C' and
11294            'IP6FWD' and
11295            not 'SRv6' and
11296            not 'IPSEC' and
11297            not 'VHOST'"
11298   parameters:
11299   - "throughput"
11300   - "parent"
11301   - "tags"
11302   sort:
11303   - "IP6BASE"
11304   - "FIB_20K"
11305   - "FIB_200K"
11306   - "FIB_2M"
11307   traces:
11308     hoverinfo: "x+y"
11309     boxpoints: "outliers"
11310     whiskerwidth: 0
11311   layout:
11312     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11313     layout: "plot-throughput"
11314
11315 -
11316   type: "plot"
11317   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11318   algorithm: "plot_performance_box"
11319   output-file-type: ".html"
11320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11321   data: "plot-vpp-throughput-latency-3n-hsw"
11322   filter: "'NIC_Intel-XL710' and
11323            '78B' and
11324            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11325            'NDRPDR' and
11326            '2T2C' and
11327            'IP6FWD' and
11328            not 'SRv6' and
11329            not 'IPSEC' and
11330            not 'VHOST'"
11331   parameters:
11332   - "throughput"
11333   - "parent"
11334   - "tags"
11335   sort:
11336   - "IP6BASE"
11337   - "FIB_20K"
11338   - "FIB_200K"
11339   - "FIB_2M"
11340   traces:
11341     hoverinfo: "x+y"
11342     boxpoints: "outliers"
11343     whiskerwidth: 0
11344   layout:
11345     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11346     layout: "plot-throughput"
11347
11348 -
11349   type: "plot"
11350   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11351   algorithm: "plot_performance_box"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11354   data: "plot-vpp-throughput-latency-3n-hsw"
11355   filter: "'NIC_Intel-XL710' and
11356            '78B' and
11357            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11358            'NDRPDR' and
11359            '2T2C' and
11360            'IP6FWD' and
11361            not 'SRv6' and
11362            not 'IPSEC' and
11363            not 'VHOST'"
11364   parameters:
11365   - "throughput"
11366   - "parent"
11367   - "tags"
11368   sort:
11369   - "IP6BASE"
11370   - "FIB_20K"
11371   - "FIB_200K"
11372   - "FIB_2M"
11373   traces:
11374     hoverinfo: "x+y"
11375     boxpoints: "outliers"
11376     whiskerwidth: 0
11377   layout:
11378     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11379     layout: "plot-throughput"
11380
11381 # Packet Throughput - VPP IPv6 3n-skx-x710
11382 -
11383   type: "plot"
11384   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11385   algorithm: "plot_performance_box"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11388   data: "plot-vpp-throughput-latency-3n-skx"
11389   filter: "'NIC_Intel-X710' and
11390            '78B' and
11391            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11392            'NDRPDR' and
11393            '2T1C' and
11394            'IP6FWD' and
11395            not 'SRv6' and
11396            not 'IPSEC' and
11397            not 'VHOST'"
11398   parameters:
11399   - "throughput"
11400   - "parent"
11401   - "tags"
11402   sort:
11403   - "IP6BASE"
11404   - "FIB_20K"
11405   - "FIB_200K"
11406   - "FIB_2M"
11407   traces:
11408     hoverinfo: "x+y"
11409     boxpoints: "outliers"
11410     whiskerwidth: 0
11411   layout:
11412     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11413     layout: "plot-throughput"
11414
11415 -
11416   type: "plot"
11417   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11418   algorithm: "plot_performance_box"
11419   output-file-type: ".html"
11420   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11421   data: "plot-vpp-throughput-latency-3n-skx"
11422   filter: "'NIC_Intel-X710' and
11423            '78B' and
11424            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11425            'NDRPDR' and
11426            '2T1C' and
11427            'IP6FWD' and
11428            not 'SRv6' and
11429            not 'IPSEC' and
11430            not 'VHOST'"
11431   parameters:
11432   - "throughput"
11433   - "parent"
11434   - "tags"
11435   sort:
11436   - "IP6BASE"
11437   - "FIB_20K"
11438   - "FIB_200K"
11439   - "FIB_2M"
11440   traces:
11441     hoverinfo: "x+y"
11442     boxpoints: "outliers"
11443     whiskerwidth: 0
11444   layout:
11445     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11446     layout: "plot-throughput"
11447
11448 -
11449   type: "plot"
11450   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11451   algorithm: "plot_performance_box"
11452   output-file-type: ".html"
11453   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11454   data: "plot-vpp-throughput-latency-3n-skx"
11455   filter: "'NIC_Intel-X710' and
11456            '78B' and
11457            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11458            'NDRPDR' and
11459            '4T2C' and
11460            'IP6FWD' and
11461            not 'SRv6' and
11462            not 'IPSEC' and
11463            not 'VHOST'"
11464   parameters:
11465   - "throughput"
11466   - "parent"
11467   - "tags"
11468   sort:
11469   - "IP6BASE"
11470   - "FIB_20K"
11471   - "FIB_200K"
11472   - "FIB_2M"
11473   traces:
11474     hoverinfo: "x+y"
11475     boxpoints: "outliers"
11476     whiskerwidth: 0
11477   layout:
11478     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11479     layout: "plot-throughput"
11480
11481 -
11482   type: "plot"
11483   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11484   algorithm: "plot_performance_box"
11485   output-file-type: ".html"
11486   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11487   data: "plot-vpp-throughput-latency-3n-skx"
11488   filter: "'NIC_Intel-X710' and
11489            '78B' and
11490            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11491            'NDRPDR' and
11492            '4T2C' and
11493            'IP6FWD' and
11494            not 'SRv6' and
11495            not 'IPSEC' and
11496            not 'VHOST'"
11497   parameters:
11498   - "throughput"
11499   - "parent"
11500   - "tags"
11501   sort:
11502   - "IP6BASE"
11503   - "FIB_20K"
11504   - "FIB_200K"
11505   - "FIB_2M"
11506   traces:
11507     hoverinfo: "x+y"
11508     boxpoints: "outliers"
11509     whiskerwidth: 0
11510   layout:
11511     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11512     layout: "plot-throughput"
11513
11514 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11515 -
11516   type: "plot"
11517   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11518   algorithm: "plot_performance_box"
11519   output-file-type: ".html"
11520   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11521   data: "plot-vpp-throughput-latency-3n-skx"
11522   filter: "'NIC_Intel-X710' and
11523            '78B' and
11524            ('IP6BASE' or
11525             'POLICE_MARK' or
11526             'COPWHLIST' or
11527             'IACLDST') and
11528            'NDRPDR' and
11529            '2T1C' and
11530            'IP6FWD' and
11531            not 'SRv6' and
11532            not 'IPSEC' and
11533            not 'VHOST'"
11534   parameters:
11535   - "throughput"
11536   - "parent"
11537   - "tags"
11538   sort:
11539   - "IP6BASE"
11540   - "POLICE_MARK"
11541   - "COPWHLIST"
11542   - "IACLDST"
11543   traces:
11544     hoverinfo: "x+y"
11545     boxpoints: "outliers"
11546     whiskerwidth: 0
11547   layout:
11548     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11549     layout: "plot-throughput"
11550
11551 -
11552   type: "plot"
11553   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11554   algorithm: "plot_performance_box"
11555   output-file-type: ".html"
11556   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11557   data: "plot-vpp-throughput-latency-3n-hsw"
11558   filter: "'NIC_Intel-X710' and
11559            '78B' and
11560            ('IP6BASE' or
11561             'POLICE_MARK' or
11562             'COPWHLIST' or
11563             'IACLDST') and
11564            'NDRPDR' and
11565            '4T2C' and
11566            'IP6FWD' and
11567            not 'SRv6' and
11568            not 'IPSEC' and
11569            not 'VHOST'"
11570   parameters:
11571   - "throughput"
11572   - "parent"
11573   - "tags"
11574   sort:
11575   - "IP6BASE"
11576   - "POLICE_MARK"
11577   - "COPWHLIST"
11578   - "IACLDST"
11579   traces:
11580     hoverinfo: "x+y"
11581     boxpoints: "outliers"
11582     whiskerwidth: 0
11583   layout:
11584     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11585     layout: "plot-throughput"
11586
11587 -
11588   type: "plot"
11589   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11590   algorithm: "plot_performance_box"
11591   output-file-type: ".html"
11592   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11593   data: "plot-vpp-throughput-latency-3n-skx"
11594   filter: "'NIC_Intel-X710' and
11595            '78B' and
11596            ('IP6BASE' or
11597             'POLICE_MARK' or
11598             'COPWHLIST' or
11599             'IACLDST') and
11600            'NDRPDR' and
11601            '2T1C' and
11602            'IP6FWD' and
11603            not 'SRv6' and
11604            not 'IPSEC' and
11605            not 'VHOST'"
11606   parameters:
11607   - "throughput"
11608   - "parent"
11609   - "tags"
11610   sort:
11611   - "IP6BASE"
11612   - "POLICE_MARK"
11613   - "COPWHLIST"
11614   - "IACLDST"
11615   traces:
11616     hoverinfo: "x+y"
11617     boxpoints: "outliers"
11618     whiskerwidth: 0
11619   layout:
11620     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11621     layout: "plot-throughput"
11622
11623 -
11624   type: "plot"
11625   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11626   algorithm: "plot_performance_box"
11627   output-file-type: ".html"
11628   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11629   data: "plot-vpp-throughput-latency-3n-skx"
11630   filter: "'NIC_Intel-X710' and
11631            '78B' and
11632            ('IP6BASE' or
11633             'POLICE_MARK' or
11634             'COPWHLIST' or
11635             'IACLDST') and
11636            'NDRPDR' and
11637            '4T2C' and
11638            'IP6FWD' and
11639            not 'SRv6' and
11640            not 'IPSEC' and
11641            not 'VHOST'"
11642   parameters:
11643   - "throughput"
11644   - "parent"
11645   - "tags"
11646   sort:
11647   - "IP6BASE"
11648   - "POLICE_MARK"
11649   - "COPWHLIST"
11650   - "IACLDST"
11651   traces:
11652     hoverinfo: "x+y"
11653     boxpoints: "outliers"
11654     whiskerwidth: 0
11655   layout:
11656     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11657     layout: "plot-throughput"
11658
11659 # Packet Throughput - VPP IPv6 2n-skx-x710
11660 -
11661   type: "plot"
11662   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11663   algorithm: "plot_performance_box"
11664   output-file-type: ".html"
11665   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11666   data: "plot-vpp-throughput-latency-2n-skx"
11667   filter: "'NIC_Intel-X710' and
11668            '78B' and
11669            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11670            'NDRPDR' and
11671            '2T1C' and
11672            'IP6FWD' and
11673            not 'SRv6' and
11674            not 'IPSEC' and
11675            not 'VHOST'"
11676   parameters:
11677   - "throughput"
11678   - "parent"
11679   - "tags"
11680   sort:
11681   - "IP6BASE"
11682   - "FIB_20K"
11683   - "FIB_200K"
11684   - "FIB_2M"
11685   traces:
11686     hoverinfo: "x+y"
11687     boxpoints: "outliers"
11688     whiskerwidth: 0
11689   layout:
11690     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11691     layout: "plot-throughput"
11692
11693 -
11694   type: "plot"
11695   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11696   algorithm: "plot_performance_box"
11697   output-file-type: ".html"
11698   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11699   data: "plot-vpp-throughput-latency-2n-skx"
11700   filter: "'NIC_Intel-X710' and
11701            '78B' and
11702            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11703            'NDRPDR' and
11704            '2T1C' and
11705            'IP6FWD' and
11706            not 'SRv6' and
11707            not 'IPSEC' and
11708            not 'VHOST'"
11709   parameters:
11710   - "throughput"
11711   - "parent"
11712   - "tags"
11713   sort:
11714   - "IP6BASE"
11715   - "FIB_20K"
11716   - "FIB_200K"
11717   - "FIB_2M"
11718   traces:
11719     hoverinfo: "x+y"
11720     boxpoints: "outliers"
11721     whiskerwidth: 0
11722   layout:
11723     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11724     layout: "plot-throughput"
11725
11726 -
11727   type: "plot"
11728   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11729   algorithm: "plot_performance_box"
11730   output-file-type: ".html"
11731   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11732   data: "plot-vpp-throughput-latency-2n-skx"
11733   filter: "'NIC_Intel-X710' and
11734            '78B' and
11735            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11736            'NDRPDR' and
11737            '4T2C' and
11738            'IP6FWD' and
11739            not 'SRv6' and
11740            not 'IPSEC' and
11741            not 'VHOST'"
11742   parameters:
11743   - "throughput"
11744   - "parent"
11745   - "tags"
11746   sort:
11747   - "IP6BASE"
11748   - "FIB_20K"
11749   - "FIB_200K"
11750   - "FIB_2M"
11751   traces:
11752     hoverinfo: "x+y"
11753     boxpoints: "outliers"
11754     whiskerwidth: 0
11755   layout:
11756     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11757     layout: "plot-throughput"
11758
11759 -
11760   type: "plot"
11761   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11762   algorithm: "plot_performance_box"
11763   output-file-type: ".html"
11764   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11765   data: "plot-vpp-throughput-latency-2n-skx"
11766   filter: "'NIC_Intel-X710' and
11767            '78B' and
11768            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11769            'NDRPDR' and
11770            '4T2C' and
11771            'IP6FWD' and
11772            not 'SRv6' and
11773            not 'IPSEC' and
11774            not 'VHOST'"
11775   parameters:
11776   - "throughput"
11777   - "parent"
11778   - "tags"
11779   sort:
11780   - "IP6BASE"
11781   - "FIB_20K"
11782   - "FIB_200K"
11783   - "FIB_2M"
11784   traces:
11785     hoverinfo: "x+y"
11786     boxpoints: "outliers"
11787     whiskerwidth: 0
11788   layout:
11789     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11790     layout: "plot-throughput"
11791
11792 # Packet Throughput - VPP IPv6 2n-skx-xxv710
11793 -
11794   type: "plot"
11795   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11796   algorithm: "plot_performance_box"
11797   output-file-type: ".html"
11798   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11799   data: "plot-vpp-throughput-latency-2n-skx"
11800   filter: "'NIC_Intel-XXV710' and
11801            '78B' and
11802            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11803            'NDRPDR' and
11804            '2T1C' and
11805            'IP6FWD' and
11806            not 'SRv6' and
11807            not 'IPSEC' and
11808            not 'VHOST'"
11809   parameters:
11810   - "throughput"
11811   - "parent"
11812   - "tags"
11813   sort:
11814   - "IP6BASE"
11815   - "FIB_20K"
11816   - "FIB_200K"
11817   - "FIB_2M"
11818   traces:
11819     hoverinfo: "x+y"
11820     boxpoints: "outliers"
11821     whiskerwidth: 0
11822   layout:
11823     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11824     layout: "plot-throughput"
11825
11826 -
11827   type: "plot"
11828   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11829   algorithm: "plot_performance_box"
11830   output-file-type: ".html"
11831   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11832   data: "plot-vpp-throughput-latency-2n-skx"
11833   filter: "'NIC_Intel-XXV710' and
11834            '78B' and
11835            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11836            'NDRPDR' and
11837            '2T1C' and
11838            'IP6FWD' and
11839            not 'SRv6' and
11840            not 'IPSEC' and
11841            not 'VHOST'"
11842   parameters:
11843   - "throughput"
11844   - "parent"
11845   - "tags"
11846   sort:
11847   - "IP6BASE"
11848   - "FIB_20K"
11849   - "FIB_200K"
11850   - "FIB_2M"
11851   traces:
11852     hoverinfo: "x+y"
11853     boxpoints: "outliers"
11854     whiskerwidth: 0
11855   layout:
11856     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11857     layout: "plot-throughput"
11858
11859 -
11860   type: "plot"
11861   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11862   algorithm: "plot_performance_box"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11865   data: "plot-vpp-throughput-latency-2n-skx"
11866   filter: "'NIC_Intel-XXV710' and
11867            '78B' and
11868            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11869            'NDRPDR' and
11870            '4T2C' and
11871            'IP6FWD' and
11872            not 'SRv6' and
11873            not 'IPSEC' and
11874            not 'VHOST'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   sort:
11880   - "IP6BASE"
11881   - "FIB_20K"
11882   - "FIB_200K"
11883   - "FIB_2M"
11884   traces:
11885     hoverinfo: "x+y"
11886     boxpoints: "outliers"
11887     whiskerwidth: 0
11888   layout:
11889     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11890     layout: "plot-throughput"
11891
11892 -
11893   type: "plot"
11894   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11895   algorithm: "plot_performance_box"
11896   output-file-type: ".html"
11897   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11898   data: "plot-vpp-throughput-latency-2n-skx"
11899   filter: "'NIC_Intel-XXV710' and
11900            '78B' and
11901            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11902            'NDRPDR' and
11903            '4T2C' and
11904            'IP6FWD' and
11905            not 'SRv6' and
11906            not 'IPSEC' and
11907            not 'VHOST'"
11908   parameters:
11909   - "throughput"
11910   - "parent"
11911   - "tags"
11912   sort:
11913   - "IP6BASE"
11914   - "FIB_20K"
11915   - "FIB_200K"
11916   - "FIB_2M"
11917   traces:
11918     hoverinfo: "x+y"
11919     boxpoints: "outliers"
11920     whiskerwidth: 0
11921   layout:
11922     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11923     layout: "plot-throughput"
11924
11925 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
11926 -
11927   type: "plot"
11928   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
11929   algorithm: "plot_performance_box"
11930   output-file-type: ".html"
11931   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
11932   data: "intel-dnv-vpp"
11933   filter: "'NIC_Intel-X553' and
11934            '78B' and
11935            'IP6BASE' and
11936            'NDRPDR' and
11937            '1T1C' and
11938            'IP6FWD' and
11939            not 'SRv6' and
11940            not 'IPSEC' and
11941            not 'VHOST'"
11942   parameters:
11943   - "throughput"
11944   - "parent"
11945   - "tags"
11946   sort:
11947   - "IP6BASE"
11948   traces:
11949     hoverinfo: "x+y"
11950     boxpoints: "outliers"
11951     whiskerwidth: 0
11952   layout:
11953     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
11954     layout: "plot-throughput"
11955
11956 -
11957   type: "plot"
11958   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
11959   algorithm: "plot_performance_box"
11960   output-file-type: ".html"
11961   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
11962   data: "intel-dnv-vpp"
11963   filter: "'NIC_Intel-X553' and
11964            '78B' and
11965            'IP6BASE' and
11966            'NDRPDR' and
11967            '1T1C' and
11968            'IP6FWD' and
11969            not 'SRv6' and
11970            not 'IPSEC' and
11971            not 'VHOST'"
11972   parameters:
11973   - "throughput"
11974   - "parent"
11975   - "tags"
11976   sort:
11977   - "IP6BASE"
11978   traces:
11979     hoverinfo: "x+y"
11980     boxpoints: "outliers"
11981     whiskerwidth: 0
11982   layout:
11983     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
11984     layout: "plot-throughput"
11985
11986 -
11987   type: "plot"
11988   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
11989   algorithm: "plot_performance_box"
11990   output-file-type: ".html"
11991   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
11992   data: "intel-dnv-vpp"
11993   filter: "'NIC_Intel-X553' and
11994            '78B' and
11995            'IP6BASE' and
11996            'NDRPDR' and
11997            '2T2C' and
11998            'IP6FWD' and
11999            not 'SRv6' and
12000            not 'IPSEC' and
12001            not 'VHOST'"
12002   parameters:
12003   - "throughput"
12004   - "parent"
12005   - "tags"
12006   sort:
12007   - "IP6BASE"
12008   traces:
12009     hoverinfo: "x+y"
12010     boxpoints: "outliers"
12011     whiskerwidth: 0
12012   layout:
12013     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12014     layout: "plot-throughput"
12015
12016 -
12017   type: "plot"
12018   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12019   algorithm: "plot_performance_box"
12020   output-file-type: ".html"
12021   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12022   data: "intel-dnv-vpp"
12023   filter: "'NIC_Intel-X553' and
12024            '78B' and
12025            'IP6BASE' and
12026            'NDRPDR' and
12027            '2T2C' and
12028            'IP6FWD' and
12029            not 'SRv6' and
12030            not 'IPSEC' and
12031            not 'VHOST'"
12032   parameters:
12033   - "throughput"
12034   - "parent"
12035   - "tags"
12036   sort:
12037   - "IP6BASE"
12038   traces:
12039     hoverinfo: "x+y"
12040     boxpoints: "outliers"
12041     whiskerwidth: 0
12042   layout:
12043     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12044     layout: "plot-throughput"
12045
12046 ################################################################################
12047
12048 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12049 -
12050   type: "plot"
12051   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12052   algorithm: "plot_performance_box"
12053   output-file-type: ".html"
12054   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12055   data: "plot-vpp-throughput-latency-3n-hsw"
12056   filter: "'NIC_Intel-X520-DA2' and
12057            '78B' and
12058            'ENCAP' and
12059            'NDRPDR' and
12060            '1T1C' and
12061            'LISP' and
12062            not 'VHOST'"
12063   parameters:
12064   - "throughput"
12065   - "parent"
12066   - "tags"
12067   sort:
12068   - "IP4UNRLAY"
12069   - "IP6UNRLAY"
12070   traces:
12071     hoverinfo: "x+y"
12072     boxpoints: "outliers"
12073     whiskerwidth: 0
12074   layout:
12075     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12076     layout: "plot-throughput"
12077
12078 -
12079   type: "plot"
12080   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12081   algorithm: "plot_performance_box"
12082   output-file-type: ".html"
12083   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12084   data: "plot-vpp-throughput-latency-3n-hsw"
12085   filter: "'NIC_Intel-X520-DA2' and
12086            '78B' and
12087            'ENCAP' and
12088            'NDRPDR' and
12089            '1T1C' and
12090            'LISP' and
12091            not 'VHOST'"
12092   parameters:
12093   - "throughput"
12094   - "parent"
12095   - "tags"
12096   sort:
12097   - "IP4UNRLAY"
12098   - "IP6UNRLAY"
12099   traces:
12100     hoverinfo: "x+y"
12101     boxpoints: "outliers"
12102     whiskerwidth: 0
12103   layout:
12104     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12105     layout: "plot-throughput"
12106
12107 -
12108   type: "plot"
12109   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12110   algorithm: "plot_performance_box"
12111   output-file-type: ".html"
12112   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12113   data: "plot-vpp-throughput-latency-3n-hsw"
12114   filter: "'NIC_Intel-X520-DA2' and
12115            '78B' and
12116            'ENCAP' and
12117            'NDRPDR' and
12118            '2T2C' and
12119            'LISP' and
12120            not 'VHOST'"
12121   parameters:
12122   - "throughput"
12123   - "parent"
12124   - "tags"
12125   sort:
12126   - "IP4UNRLAY"
12127   - "IP6UNRLAY"
12128   traces:
12129     hoverinfo: "x+y"
12130     boxpoints: "outliers"
12131     whiskerwidth: 0
12132   layout:
12133     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12134     layout: "plot-throughput"
12135
12136 -
12137   type: "plot"
12138   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12139   algorithm: "plot_performance_box"
12140   output-file-type: ".html"
12141   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12142   data: "plot-vpp-throughput-latency-3n-hsw"
12143   filter: "'NIC_Intel-X520-DA2' and
12144            '78B' and
12145            'ENCAP' and
12146            'NDRPDR' and
12147            '2T2C' and
12148            'LISP' and
12149            not 'VHOST'"
12150   parameters:
12151   - "throughput"
12152   - "parent"
12153   - "tags"
12154   sort:
12155   - "IP4UNRLAY"
12156   - "IP6UNRLAY"
12157   traces:
12158     hoverinfo: "x+y"
12159     boxpoints: "outliers"
12160     whiskerwidth: 0
12161   layout:
12162     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12163     layout: "plot-throughput"
12164
12165 ################################################################################
12166
12167 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
12168 -
12169   type: "plot"
12170   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12171   algorithm: "plot_performance_box"
12172   output-file-type: ".html"
12173   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12174   data: "plot-vpp-throughput-latency-3n-hsw"
12175   filter: "'NIC_Intel-XL710' and
12176            '64B' and
12177            'IP4FWD' and
12178            'NDRPDR' and
12179            'BASE' and
12180            '1T1C' and
12181            'IPSECHW' and
12182            ('IPSECTRAN' or 'IPSECTUN') and
12183            not 'VHOST'"
12184   parameters:
12185   - "throughput"
12186   - "parent"
12187   - "tags"
12188   traces:
12189     hoverinfo: "x+y"
12190     boxpoints: "outliers"
12191     whiskerwidth: 0
12192   layout:
12193     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12194     layout: "plot-throughput"
12195
12196 -
12197   type: "plot"
12198   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12199   algorithm: "plot_performance_box"
12200   output-file-type: ".html"
12201   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12202   data: "plot-vpp-throughput-latency-3n-hsw"
12203   filter: "'NIC_Intel-XL710' and
12204            '64B' and
12205            'IP4FWD' and
12206            'NDRPDR' and
12207            'BASE' and
12208            '1T1C' and
12209            'IPSECHW' and
12210            ('IPSECTRAN' or 'IPSECTUN') and
12211            not 'VHOST'"
12212   parameters:
12213   - "throughput"
12214   - "parent"
12215   - "tags"
12216   traces:
12217     hoverinfo: "x+y"
12218     boxpoints: "outliers"
12219     whiskerwidth: 0
12220   layout:
12221     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12222     layout: "plot-throughput"
12223
12224 -
12225   type: "plot"
12226   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12227   algorithm: "plot_performance_box"
12228   output-file-type: ".html"
12229   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12230   data: "plot-vpp-throughput-latency-3n-hsw"
12231   filter: "'NIC_Intel-XL710' and
12232            '64B' and
12233            'IP4FWD' and
12234            'NDRPDR' and
12235            'BASE' and
12236            '2T2C' and
12237            'IPSECHW' and
12238            ('IPSECTRAN' or 'IPSECTUN') and
12239            not 'VHOST'"
12240   parameters:
12241   - "throughput"
12242   - "parent"
12243   - "tags"
12244   traces:
12245     hoverinfo: "x+y"
12246     boxpoints: "outliers"
12247     whiskerwidth: 0
12248   layout:
12249     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12250     layout: "plot-throughput"
12251
12252 -
12253   type: "plot"
12254   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12255   algorithm: "plot_performance_box"
12256   output-file-type: ".html"
12257   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12258   data: "plot-vpp-throughput-latency-3n-hsw"
12259   filter: "'NIC_Intel-XL710' and
12260            '64B' and
12261            'IP4FWD' and
12262            'NDRPDR' and
12263            'BASE' and
12264            '2T2C' and
12265            'IPSECHW' and
12266            ('IPSECTRAN' or 'IPSECTUN') and
12267            not 'VHOST'"
12268   parameters:
12269   - "throughput"
12270   - "parent"
12271   - "tags"
12272   traces:
12273     hoverinfo: "x+y"
12274     boxpoints: "outliers"
12275     whiskerwidth: 0
12276   layout:
12277     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12278     layout: "plot-throughput"
12279
12280 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
12281 -
12282   type: "plot"
12283   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12284   algorithm: "plot_performance_box"
12285   output-file-type: ".html"
12286   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12287   data: "plot-vpp-throughput-latency-3n-hsw"
12288   filter: "'NIC_Intel-XL710' and
12289            '64B' and
12290            'IP4FWD' and
12291            'NDRPDR' and
12292            'SCALE' and
12293            '1T1C' and
12294            'IPSECHW' and
12295            ('IPSECTRAN' or 'IPSECTUN') and
12296            not 'VHOST'"
12297   parameters:
12298   - "throughput"
12299   - "parent"
12300   - "tags"
12301   traces:
12302     hoverinfo: "x+y"
12303     boxpoints: "outliers"
12304     whiskerwidth: 0
12305   layout:
12306     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12307     layout: "plot-throughput"
12308
12309 -
12310   type: "plot"
12311   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12312   algorithm: "plot_performance_box"
12313   output-file-type: ".html"
12314   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12315   data: "plot-vpp-throughput-latency-3n-hsw"
12316   filter: "'NIC_Intel-XL710' and
12317            '64B' and
12318            'IP4FWD' and
12319            'NDRPDR' and
12320            'SCALE' and
12321            '1T1C' and
12322            'IPSECHW' and
12323            ('IPSECTRAN' or 'IPSECTUN') and
12324            not 'VHOST'"
12325   parameters:
12326   - "throughput"
12327   - "parent"
12328   - "tags"
12329   traces:
12330     hoverinfo: "x+y"
12331     boxpoints: "outliers"
12332     whiskerwidth: 0
12333   layout:
12334     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12335     layout: "plot-throughput"
12336
12337 -
12338   type: "plot"
12339   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12340   algorithm: "plot_performance_box"
12341   output-file-type: ".html"
12342   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12343   data: "plot-vpp-throughput-latency-3n-hsw"
12344   filter: "'NIC_Intel-XL710' and
12345            '64B' and
12346            'IP4FWD' and
12347            'NDRPDR' and
12348            'SCALE' and
12349            '2T2C' and
12350            'IPSECHW' and
12351            ('IPSECTRAN' or 'IPSECTUN') and
12352            not 'VHOST'"
12353   parameters:
12354   - "throughput"
12355   - "parent"
12356   - "tags"
12357   traces:
12358     hoverinfo: "x+y"
12359     boxpoints: "outliers"
12360     whiskerwidth: 0
12361   layout:
12362     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12363     layout: "plot-throughput"
12364
12365 -
12366   type: "plot"
12367   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12368   algorithm: "plot_performance_box"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12371   data: "plot-vpp-throughput-latency-3n-hsw"
12372   filter: "'NIC_Intel-XL710' and
12373            '64B' and
12374            'IP4FWD' and
12375            'NDRPDR' and
12376            'SCALE' and
12377            '2T2C' and
12378            'IPSECHW' and
12379            ('IPSECTRAN' or 'IPSECTUN') and
12380            not 'VHOST'"
12381   parameters:
12382   - "throughput"
12383   - "parent"
12384   - "tags"
12385   traces:
12386     hoverinfo: "x+y"
12387     boxpoints: "outliers"
12388     whiskerwidth: 0
12389   layout:
12390     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12391     layout: "plot-throughput"
12392
12393 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
12394 -
12395   type: "plot"
12396   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12397   algorithm: "plot_performance_box"
12398   output-file-type: ".html"
12399   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12400   data: "plot-vpp-throughput-latency-3n-hsw"
12401   filter: "'NIC_Intel-XL710' and
12402            '64B' and
12403            'IP4FWD' and
12404            'NDRPDR' and
12405            '1T1C' and
12406            'IPSECSW' and
12407            ('IPSECTRAN' or 'IPSECTUN') and
12408            not 'VHOST'"
12409   parameters:
12410   - "throughput"
12411   - "parent"
12412   - "tags"
12413   traces:
12414     hoverinfo: "x+y"
12415     boxpoints: "outliers"
12416     whiskerwidth: 0
12417   layout:
12418     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12419     layout: "plot-throughput"
12420
12421 -
12422   type: "plot"
12423   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12424   algorithm: "plot_performance_box"
12425   output-file-type: ".html"
12426   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12427   data: "plot-vpp-throughput-latency-3n-hsw"
12428   filter: "'NIC_Intel-XL710' and
12429            '64B' and
12430            'IP4FWD' and
12431            'NDRPDR' and
12432            '1T1C' and
12433            'IPSECSW' and
12434            ('IPSECTRAN' or 'IPSECTUN') and
12435            not 'VHOST'"
12436   parameters:
12437   - "throughput"
12438   - "parent"
12439   - "tags"
12440   traces:
12441     hoverinfo: "x+y"
12442     boxpoints: "outliers"
12443     whiskerwidth: 0
12444   layout:
12445     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12446     layout: "plot-throughput"
12447
12448 -
12449   type: "plot"
12450   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12451   algorithm: "plot_performance_box"
12452   output-file-type: ".html"
12453   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12454   data: "plot-vpp-throughput-latency-3n-hsw"
12455   filter: "'NIC_Intel-XL710' and
12456            '64B' and
12457            'IP4FWD' and
12458            'NDRPDR' and
12459            '2T2C' and
12460            'IPSECSW' and
12461            ('IPSECTRAN' or 'IPSECTUN') and
12462            not 'VHOST'"
12463   parameters:
12464   - "throughput"
12465   - "parent"
12466   - "tags"
12467   traces:
12468     hoverinfo: "x+y"
12469     boxpoints: "outliers"
12470     whiskerwidth: 0
12471   layout:
12472     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12473     layout: "plot-throughput"
12474
12475 -
12476   type: "plot"
12477   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12478   algorithm: "plot_performance_box"
12479   output-file-type: ".html"
12480   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12481   data: "plot-vpp-throughput-latency-3n-hsw"
12482   filter: "'NIC_Intel-XL710' and
12483            '64B' and
12484            'IP4FWD' and
12485            'NDRPDR' and
12486            '2T2C' and
12487            'IPSECSW' and
12488            ('IPSECTRAN' or 'IPSECTUN') and
12489            not 'VHOST'"
12490   parameters:
12491   - "throughput"
12492   - "parent"
12493   - "tags"
12494   traces:
12495     hoverinfo: "x+y"
12496     boxpoints: "outliers"
12497     whiskerwidth: 0
12498   layout:
12499     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12500     layout: "plot-throughput"
12501
12502 ################################################################################
12503
12504 # Packet Throughput - VPP SRv6 3n-hsw-x520
12505 -
12506   type: "plot"
12507   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12508   algorithm: "plot_performance_box"
12509   output-file-type: ".html"
12510   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12511   data: "plot-vpp-throughput-latency-3n-hsw"
12512   filter: "'NIC_Intel-X520-DA2' and
12513            '78B' and
12514            'FEATURE' and
12515            'NDRPDR' and
12516            '1T1C' and
12517            'IP6FWD' and
12518            'SRv6'"
12519   parameters:
12520   - "throughput"
12521   - "parent"
12522   - "tags"
12523   traces:
12524     hoverinfo: "x+y"
12525     boxpoints: "outliers"
12526     whiskerwidth: 0
12527   layout:
12528     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12529     layout: "plot-throughput"
12530
12531 -
12532   type: "plot"
12533   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12534   algorithm: "plot_performance_box"
12535   output-file-type: ".html"
12536   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12537   data: "plot-vpp-throughput-latency-3n-hsw"
12538   filter: "'NIC_Intel-X520-DA2' and
12539            '78B' and
12540            'FEATURE' and
12541            'NDRPDR' and
12542            '1T1C' and
12543            'IP6FWD' and
12544            'SRv6'"
12545   parameters:
12546   - "throughput"
12547   - "parent"
12548   - "tags"
12549   traces:
12550     hoverinfo: "x+y"
12551     boxpoints: "outliers"
12552     whiskerwidth: 0
12553   layout:
12554     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12555     layout: "plot-throughput"
12556
12557 -
12558   type: "plot"
12559   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12560   algorithm: "plot_performance_box"
12561   output-file-type: ".html"
12562   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12563   data: "plot-vpp-throughput-latency-3n-hsw"
12564   filter: "'NIC_Intel-X520-DA2' and
12565            '78B' and
12566            'FEATURE' and
12567            'NDRPDR' and
12568            '2T2C' and
12569            'IP6FWD' and
12570            'SRv6'"
12571   parameters:
12572   - "throughput"
12573   - "parent"
12574   - "tags"
12575   traces:
12576     hoverinfo: "x+y"
12577     boxpoints: "outliers"
12578     whiskerwidth: 0
12579   layout:
12580     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12581     layout: "plot-throughput"
12582
12583 -
12584   type: "plot"
12585   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12586   algorithm: "plot_performance_box"
12587   output-file-type: ".html"
12588   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12589   data: "plot-vpp-throughput-latency-3n-hsw"
12590   filter: "'NIC_Intel-X520-DA2' and
12591            '78B' and
12592            'FEATURE' and
12593            'NDRPDR' and
12594            '2T2C' and
12595            'IP6FWD' and
12596            'SRv6'"
12597   parameters:
12598   - "throughput"
12599   - "parent"
12600   - "tags"
12601   traces:
12602     hoverinfo: "x+y"
12603     boxpoints: "outliers"
12604     whiskerwidth: 0
12605   layout:
12606     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12607     layout: "plot-throughput"
12608
12609 ################################################################################
12610
12611 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12612 -
12613   type: "plot"
12614   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12615   algorithm: "plot_performance_box"
12616   output-file-type: ".html"
12617   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12618   data: "plot-vpp-throughput-latency-3n-hsw"
12619   filter: "'NIC_Intel-X520-DA2' and
12620            '64B' and
12621            'NDRPDR' and
12622            'ETH' and
12623            'IP4FWD' and
12624            '1T1C' and
12625            'VHOST_1024' and
12626            not 'VXLAN' and
12627            not 'DOT1Q'"
12628   parameters:
12629   - "throughput"
12630   - "parent"
12631   - "tags"
12632   sort:
12633   - "not CFS_OPT"
12634   - "1VM"
12635   - "2VM"
12636   traces:
12637     hoverinfo: "x+y"
12638     boxpoints: "outliers"
12639     whiskerwidth: 0
12640   layout:
12641     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12642     layout: "plot-throughput"
12643
12644 -
12645   type: "plot"
12646   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12647   algorithm: "plot_performance_box"
12648   output-file-type: ".html"
12649   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12650   data: "plot-vpp-throughput-latency-3n-hsw"
12651   filter: "'NIC_Intel-X520-DA2' and
12652            '64B' and
12653            'NDRPDR' and
12654            'ETH' and
12655            'IP4FWD' and
12656            '2T2C' and
12657            'VHOST_1024' and
12658            not 'VXLAN' and
12659            not 'DOT1Q'"
12660   parameters:
12661   - "throughput"
12662   - "parent"
12663   - "tags"
12664   sort:
12665   - "not CFS_OPT"
12666   - "1VM"
12667   - "2VM"
12668   traces:
12669     hoverinfo: "x+y"
12670     boxpoints: "outliers"
12671     whiskerwidth: 0
12672   layout:
12673     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12674     layout: "plot-throughput"
12675
12676 -
12677   type: "plot"
12678   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12679   algorithm: "plot_performance_box"
12680   output-file-type: ".html"
12681   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12682   data: "plot-vpp-throughput-latency-3n-hsw"
12683   filter: "'NIC_Intel-X520-DA2' and
12684            '64B' and
12685            'NDRPDR' and
12686            'ETH' and
12687            'IP4FWD' and
12688            '1T1C' and
12689            'VHOST_1024' and
12690            not 'VXLAN' and
12691            not 'DOT1Q'"
12692   parameters:
12693   - "throughput"
12694   - "parent"
12695   - "tags"
12696   sort:
12697   - "not CFS_OPT"
12698   - "1VM"
12699   - "2VM"
12700   traces:
12701     hoverinfo: "x+y"
12702     boxpoints: "outliers"
12703     whiskerwidth: 0
12704   layout:
12705     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12706     layout: "plot-throughput"
12707
12708 -
12709   type: "plot"
12710   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12711   algorithm: "plot_performance_box"
12712   output-file-type: ".html"
12713   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12714   data: "plot-vpp-throughput-latency-3n-hsw"
12715   filter: "'NIC_Intel-X520-DA2' and
12716            '64B' and
12717            'NDRPDR' and
12718            'ETH' and
12719            'IP4FWD' and
12720            '2T2C' and
12721            'VHOST_1024' and
12722            not 'VXLAN' and
12723            not 'DOT1Q'"
12724   parameters:
12725   - "throughput"
12726   - "parent"
12727   - "tags"
12728   sort:
12729   - "not CFS_OPT"
12730   - "1VM"
12731   - "2VM"
12732   traces:
12733     hoverinfo: "x+y"
12734     boxpoints: "outliers"
12735     whiskerwidth: 0
12736   layout:
12737     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12738     layout: "plot-throughput"
12739
12740 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
12741 -
12742   type: "plot"
12743   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12744   algorithm: "plot_performance_box"
12745   output-file-type: ".html"
12746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12747   data: "plot-vpp-throughput-latency-3n-hsw"
12748   filter: "'NIC_Intel-X520-DA2' and
12749            '64B' and
12750            'NDRPDR' and
12751            ('ETH' or 'DOT1Q') and
12752            '1T1C' and
12753            'L2BDMACLRN' and
12754            'VHOST_1024' and
12755            not 'VXLAN' and
12756            not 'IP4FWD' and
12757            not '2VM'"
12758   parameters:
12759   - "throughput"
12760   - "parent"
12761   - "tags"
12762 #  sort:
12763 #  - "VM"  # "not CFS_OPT"
12764 #  - "CFS_OPT"
12765 #  - "FIB_10K"
12766 #  - "FIB_100K"
12767 #  - "FIB_1M"
12768   traces:
12769     hoverinfo: "x+y"
12770     boxpoints: "outliers"
12771     whiskerwidth: 0
12772   layout:
12773     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12774     layout: "plot-throughput"
12775
12776 -
12777   type: "plot"
12778   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12779   algorithm: "plot_performance_box"
12780   output-file-type: ".html"
12781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12782   data: "plot-vpp-throughput-latency-3n-hsw"
12783   filter: "'NIC_Intel-X520-DA2' and
12784            '64B' and
12785            'NDRPDR' and
12786            ('ETH' or 'DOT1Q') and
12787            '2T2C' and
12788            'L2BDMACLRN' and
12789            'VHOST_1024' and
12790            not 'VXLAN' and
12791            not 'IP4FWD' and
12792            not '2VM'"
12793   parameters:
12794   - "throughput"
12795   - "parent"
12796   - "tags"
12797 #  sort:
12798 #  - "VM"  # "not CFS_OPT"
12799 #  - "CFS_OPT"
12800 #  - "FIB_10K"
12801 #  - "FIB_100K"
12802 #  - "FIB_1M"
12803   traces:
12804     hoverinfo: "x+y"
12805     boxpoints: "outliers"
12806     whiskerwidth: 0
12807   layout:
12808     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12809     layout: "plot-throughput"
12810
12811 -
12812   type: "plot"
12813   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12814   algorithm: "plot_performance_box"
12815   output-file-type: ".html"
12816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12817   data: "plot-vpp-throughput-latency-3n-hsw"
12818   filter: "'NIC_Intel-X520-DA2' and
12819            '64B' and
12820            'NDRPDR' and
12821            ('ETH' or 'DOT1Q') and
12822            '1T1C' and
12823            'L2BDMACLRN' and
12824            'VHOST_1024' and
12825            not 'VXLAN' and
12826            not 'IP4FWD' and
12827            not '2VM'"
12828   parameters:
12829   - "throughput"
12830   - "parent"
12831   - "tags"
12832 #  sort:
12833 #  - "VM"  # "not CFS_OPT"
12834 #  - "CFS_OPT"
12835 #  - "FIB_10K"
12836 #  - "FIB_100K"
12837 #  - "FIB_1M"
12838   traces:
12839     hoverinfo: "x+y"
12840     boxpoints: "outliers"
12841     whiskerwidth: 0
12842   layout:
12843     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12844     layout: "plot-throughput"
12845
12846 -
12847   type: "plot"
12848   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12849   algorithm: "plot_performance_box"
12850   output-file-type: ".html"
12851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12852   data: "plot-vpp-throughput-latency-3n-hsw"
12853   filter: "'NIC_Intel-X520-DA2' and
12854            '64B' and
12855            'NDRPDR' and
12856            ('ETH' or 'DOT1Q') and
12857            '2T2C' and
12858            'L2BDMACLRN' and
12859            'VHOST_1024' and
12860            not 'VXLAN' and
12861            not 'IP4FWD' and
12862            not '2VM'"
12863   parameters:
12864   - "throughput"
12865   - "parent"
12866   - "tags"
12867 #  sort:
12868 #  - "VM"  # "not CFS_OPT"
12869 #  - "CFS_OPT"
12870 #  - "FIB_10K"
12871 #  - "FIB_100K"
12872 #  - "FIB_1M"
12873   traces:
12874     hoverinfo: "x+y"
12875     boxpoints: "outliers"
12876     whiskerwidth: 0
12877   layout:
12878     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12879     layout: "plot-throughput"
12880
12881 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
12882 -
12883   type: "plot"
12884   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12885   algorithm: "plot_performance_box"
12886   output-file-type: ".html"
12887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12888   data: "plot-vpp-throughput-latency-3n-hsw"
12889   filter: "'NIC_Intel-X520-DA2' and
12890            '64B' and
12891            'NDRPDR' and
12892            ('ETH' or 'DOT1Q') and
12893            'BASE' and
12894            '1T1C' and
12895            ('L2BDMACLRN' or 'L2XCFWD') and
12896            'VHOST_1024' and
12897            not 'VXLAN' and
12898            not 'IP4FWD' and
12899            not '2VM'"
12900   parameters:
12901   - "throughput"
12902   - "parent"
12903   - "tags"
12904 #  sort:
12905 #  - "not CFS_OPT"
12906 #  - "L2XCFWD"
12907 #  - "not CFS_OPT"
12908 #  - "CFS_OPT"
12909   traces:
12910     hoverinfo: "x+y"
12911     boxpoints: "outliers"
12912     whiskerwidth: 0
12913   layout:
12914     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12915     layout: "plot-throughput"
12916
12917 -
12918   type: "plot"
12919   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12920   algorithm: "plot_performance_box"
12921   output-file-type: ".html"
12922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12923   data: "plot-vpp-throughput-latency-3n-hsw"
12924   filter: "'NIC_Intel-X520-DA2' and
12925            '64B' and
12926            'NDRPDR' and
12927            ('ETH' or 'DOT1Q') and
12928            'BASE' and
12929            '1T1C' and
12930            ('L2BDMACLRN' or 'L2XCFWD') and
12931            'VHOST_1024' and
12932            not 'VXLAN' and
12933            not 'IP4FWD' and
12934            not '2VM'"
12935   parameters:
12936   - "throughput"
12937   - "parent"
12938   - "tags"
12939 #  sort:
12940 #  - "not CFS_OPT"
12941 #  - "L2XCFWD"
12942 #  - "not CFS_OPT"
12943 #  - "CFS_OPT"
12944   traces:
12945     hoverinfo: "x+y"
12946     boxpoints: "outliers"
12947     whiskerwidth: 0
12948   layout:
12949     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12950     layout: "plot-throughput"
12951
12952 -
12953   type: "plot"
12954   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12955   algorithm: "plot_performance_box"
12956   output-file-type: ".html"
12957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12958   data: "plot-vpp-throughput-latency-3n-hsw"
12959   filter: "'NIC_Intel-X520-DA2' and
12960            '64B' and
12961            'NDRPDR' and
12962            ('ETH' or 'DOT1Q') and
12963            'BASE' and
12964            '2T2C' and
12965            ('L2BDMACLRN' or 'L2XCFWD') and
12966            'VHOST_1024' and
12967            not 'VXLAN' and
12968            not 'IP4FWD' and
12969            not '2VM'"
12970   parameters:
12971   - "throughput"
12972   - "parent"
12973   - "tags"
12974 #  sort:
12975 #  - "not CFS_OPT"
12976 #  - "L2XCFWD"
12977 #  - "not CFS_OPT"
12978 #  - "CFS_OPT"
12979   traces:
12980     hoverinfo: "x+y"
12981     boxpoints: "outliers"
12982     whiskerwidth: 0
12983   layout:
12984     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12985     layout: "plot-throughput"
12986
12987 -
12988   type: "plot"
12989   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12990   algorithm: "plot_performance_box"
12991   output-file-type: ".html"
12992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12993   data: "plot-vpp-throughput-latency-3n-hsw"
12994   filter: "'NIC_Intel-X520-DA2' and
12995            '64B' and
12996            'NDRPDR' and
12997            ('ETH' or 'DOT1Q') and
12998            'BASE' and
12999            '2T2C' and
13000            ('L2BDMACLRN' or 'L2XCFWD') and
13001            'VHOST_1024' and
13002            not 'VXLAN' and
13003            not 'IP4FWD' and
13004            not '2VM'"
13005   parameters:
13006   - "throughput"
13007   - "parent"
13008   - "tags"
13009 #  sort:
13010 #  - "not CFS_OPT"
13011 #  - "L2XCFWD"
13012 #  - "not CFS_OPT"
13013 #  - "CFS_OPT"
13014   traces:
13015     hoverinfo: "x+y"
13016     boxpoints: "outliers"
13017     whiskerwidth: 0
13018   layout:
13019     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13020     layout: "plot-throughput"
13021
13022 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13023 -
13024   type: "plot"
13025   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13026   algorithm: "plot_performance_box"
13027   output-file-type: ".html"
13028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13029   data: "plot-vpp-throughput-latency-3n-hsw"
13030   filter: "'NIC_Intel-X520-DA2' and
13031            '64B' and
13032            'NDRPDR' and
13033            ('ETH' or 'DOT1Q') and
13034            '1T1C' and
13035            ('L2BDMACLRN' or 'L2XCFWD') and
13036            'VHOST_1024' and
13037            not 'CFS_OPT' and
13038            not 'VXLAN' and
13039            not 'IP4FWD' and
13040            not 'LBOND'"
13041   parameters:
13042   - "throughput"
13043   - "parent"
13044   - "tags"
13045 #  sort:
13046 #  - "1VM"
13047 #  - "L2XCFWD"
13048 #  - "1VM"
13049 #  - "L2BDMACLRN"
13050   traces:
13051     hoverinfo: "x+y"
13052     boxpoints: "outliers"
13053     whiskerwidth: 0
13054   layout:
13055     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13056     layout: "plot-throughput"
13057
13058 -
13059   type: "plot"
13060   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13061   algorithm: "plot_performance_box"
13062   output-file-type: ".html"
13063   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13064   data: "plot-vpp-throughput-latency-3n-hsw"
13065   filter: "'NIC_Intel-X520-DA2' and
13066            '64B' and
13067            'NDRPDR' and
13068            ('ETH' or 'DOT1Q') and
13069            '1T1C' and
13070            ('L2BDMACLRN' or 'L2XCFWD') and
13071            'VHOST_1024' and
13072            not 'CFS_OPT' and
13073            not 'VXLAN' and
13074            not 'IP4FWD' and
13075            not 'LBOND'"
13076   parameters:
13077   - "throughput"
13078   - "parent"
13079   - "tags"
13080 #  sort:
13081 #  - "1VM"
13082 #  - "L2XCFWD"
13083 #  - "1VM"
13084 #  - "L2BDMACLRN"
13085   traces:
13086     hoverinfo: "x+y"
13087     boxpoints: "outliers"
13088     whiskerwidth: 0
13089   layout:
13090     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13091     layout: "plot-throughput"
13092
13093 -
13094   type: "plot"
13095   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13096   algorithm: "plot_performance_box"
13097   output-file-type: ".html"
13098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13099   data: "plot-vpp-throughput-latency-3n-hsw"
13100   filter: "'NIC_Intel-X520-DA2' and
13101            '64B' and
13102            'NDRPDR' and
13103            ('ETH' or 'DOT1Q') and
13104            '2T2C' and
13105            ('L2BDMACLRN' or 'L2XCFWD') and
13106            'VHOST_1024' and
13107            not 'CFS_OPT' and
13108            not 'VXLAN' and
13109            not 'IP4FWD' and
13110            not 'LBOND'"
13111   parameters:
13112   - "throughput"
13113   - "parent"
13114   - "tags"
13115 #  sort:
13116 #  - "1VM"
13117 #  - "L2XCFWD"
13118 #  - "1VM"
13119 #  - "L2BDMACLRN"
13120   traces:
13121     hoverinfo: "x+y"
13122     boxpoints: "outliers"
13123     whiskerwidth: 0
13124   layout:
13125     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13126     layout: "plot-throughput"
13127
13128 -
13129   type: "plot"
13130   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13131   algorithm: "plot_performance_box"
13132   output-file-type: ".html"
13133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13134   data: "plot-vpp-throughput-latency-3n-hsw"
13135   filter: "'NIC_Intel-X520-DA2' and
13136            '64B' and
13137            'NDRPDR' and
13138            ('ETH' or 'DOT1Q') and
13139            '2T2C' and
13140            ('L2BDMACLRN' or 'L2XCFWD') and
13141            'VHOST_1024' and
13142            not 'CFS_OPT' and
13143            not 'VXLAN' and
13144            not 'IP4FWD' and
13145            not 'LBOND'"
13146   parameters:
13147   - "throughput"
13148   - "parent"
13149   - "tags"
13150 #  sort:
13151 #  - "1VM"
13152 #  - "L2XCFWD"
13153 #  - "1VM"
13154 #  - "L2BDMACLRN"
13155   traces:
13156     hoverinfo: "x+y"
13157     boxpoints: "outliers"
13158     whiskerwidth: 0
13159   layout:
13160     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13161     layout: "plot-throughput"
13162
13163 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13164 -
13165   type: "plot"
13166   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13167   algorithm: "plot_performance_box"
13168   output-file-type: ".html"
13169   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13170   data: "plot-vpp-throughput-latency-3n-hsw"
13171   filter: "'NIC_Intel-X710' and
13172            '64B' and
13173            'NDRPDR' and
13174            'ETH' and
13175            'IP4FWD' and
13176            '1T1C' and
13177            'VHOST_1024' and
13178            not 'VXLAN' and
13179            not 'DOT1Q'"
13180   parameters:
13181   - "throughput"
13182   - "parent"
13183   - "tags"
13184   sort:
13185   - "not CFS_OPT"
13186   - "1VM"
13187   - "2VM"
13188   traces:
13189     hoverinfo: "x+y"
13190     boxpoints: "outliers"
13191     whiskerwidth: 0
13192   layout:
13193     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13194     layout: "plot-throughput"
13195
13196 -
13197   type: "plot"
13198   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13199   algorithm: "plot_performance_box"
13200   output-file-type: ".html"
13201   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13202   data: "plot-vpp-throughput-latency-3n-hsw"
13203   filter: "'NIC_Intel-X710' and
13204            '64B' and
13205            'NDRPDR' and
13206            'ETH' and
13207            'IP4FWD' and
13208            '2T2C' and
13209            'VHOST_1024' and
13210            not 'VXLAN' and
13211            not 'DOT1Q'"
13212   parameters:
13213   - "throughput"
13214   - "parent"
13215   - "tags"
13216   sort:
13217   - "not CFS_OPT"
13218   - "1VM"
13219   - "2VM"
13220   traces:
13221     hoverinfo: "x+y"
13222     boxpoints: "outliers"
13223     whiskerwidth: 0
13224   layout:
13225     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13226     layout: "plot-throughput"
13227
13228 -
13229   type: "plot"
13230   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13231   algorithm: "plot_performance_box"
13232   output-file-type: ".html"
13233   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13234   data: "plot-vpp-throughput-latency-3n-hsw"
13235   filter: "'NIC_Intel-X710' and
13236            '64B' and
13237            'NDRPDR' and
13238            'ETH' and
13239            'IP4FWD' and
13240            '1T1C' and
13241            'VHOST_1024' and
13242            not 'VXLAN' and
13243            not 'DOT1Q'"
13244   parameters:
13245   - "throughput"
13246   - "parent"
13247   - "tags"
13248   sort:
13249   - "not CFS_OPT"
13250   - "1VM"
13251   - "2VM"
13252   traces:
13253     hoverinfo: "x+y"
13254     boxpoints: "outliers"
13255     whiskerwidth: 0
13256   layout:
13257     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13258     layout: "plot-throughput"
13259
13260 -
13261   type: "plot"
13262   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13263   algorithm: "plot_performance_box"
13264   output-file-type: ".html"
13265   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13266   data: "plot-vpp-throughput-latency-3n-hsw"
13267   filter: "'NIC_Intel-X710' and
13268            '64B' and
13269            'NDRPDR' and
13270            'ETH' and
13271            'IP4FWD' and
13272            '2T2C' and
13273            'VHOST_1024' and
13274            not 'VXLAN' and
13275            not 'DOT1Q'"
13276   parameters:
13277   - "throughput"
13278   - "parent"
13279   - "tags"
13280   sort:
13281   - "not CFS_OPT"
13282   - "1VM"
13283   - "2VM"
13284   traces:
13285     hoverinfo: "x+y"
13286     boxpoints: "outliers"
13287     whiskerwidth: 0
13288   layout:
13289     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13290     layout: "plot-throughput"
13291
13292 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
13293 -
13294   type: "plot"
13295   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13296   algorithm: "plot_performance_box"
13297   output-file-type: ".html"
13298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13299   data: "plot-vpp-throughput-latency-3n-hsw"
13300   filter: "'NIC_Intel-X710' and
13301            '64B' and
13302            'NDRPDR' and
13303            ('ETH' or 'DOT1Q') and
13304            '1T1C' and
13305            'L2BDMACLRN' and
13306            'VHOST_1024' and
13307            not 'VXLAN' and
13308            not 'IP4FWD' and
13309            not '2VM'"
13310   parameters:
13311   - "throughput"
13312   - "parent"
13313   - "tags"
13314 #  sort:
13315 #  - "VM"  # "not CFS_OPT"
13316 #  - "CFS_OPT"
13317 #  - "FIB_10K"
13318 #  - "FIB_100K"
13319 #  - "FIB_1M"
13320   traces:
13321     hoverinfo: "x+y"
13322     boxpoints: "outliers"
13323     whiskerwidth: 0
13324   layout:
13325     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13326     layout: "plot-throughput"
13327
13328 -
13329   type: "plot"
13330   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13331   algorithm: "plot_performance_box"
13332   output-file-type: ".html"
13333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13334   data: "plot-vpp-throughput-latency-3n-hsw"
13335   filter: "'NIC_Intel-X710' and
13336            '64B' and
13337            'NDRPDR' and
13338            ('ETH' or 'DOT1Q') and
13339            '2T2C' and
13340            'L2BDMACLRN' and
13341            'VHOST_1024' and
13342            not 'VXLAN' and
13343            not 'IP4FWD' and
13344            not '2VM'"
13345   parameters:
13346   - "throughput"
13347   - "parent"
13348   - "tags"
13349 #  sort:
13350 #  - "VM"  # "not CFS_OPT"
13351 #  - "CFS_OPT"
13352 #  - "FIB_10K"
13353 #  - "FIB_100K"
13354 #  - "FIB_1M"
13355   traces:
13356     hoverinfo: "x+y"
13357     boxpoints: "outliers"
13358     whiskerwidth: 0
13359   layout:
13360     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13361     layout: "plot-throughput"
13362
13363 -
13364   type: "plot"
13365   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13366   algorithm: "plot_performance_box"
13367   output-file-type: ".html"
13368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13369   data: "plot-vpp-throughput-latency-3n-hsw"
13370   filter: "'NIC_Intel-X710' and
13371            '64B' and
13372            'NDRPDR' and
13373            ('ETH' or 'DOT1Q') and
13374            '1T1C' and
13375            'L2BDMACLRN' and
13376            'VHOST_1024' and
13377            not 'VXLAN' and
13378            not 'IP4FWD' and
13379            not '2VM'"
13380   parameters:
13381   - "throughput"
13382   - "parent"
13383   - "tags"
13384 #  sort:
13385 #  - "VM"  # "not CFS_OPT"
13386 #  - "CFS_OPT"
13387 #  - "FIB_10K"
13388 #  - "FIB_100K"
13389 #  - "FIB_1M"
13390   traces:
13391     hoverinfo: "x+y"
13392     boxpoints: "outliers"
13393     whiskerwidth: 0
13394   layout:
13395     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13396     layout: "plot-throughput"
13397
13398 -
13399   type: "plot"
13400   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13401   algorithm: "plot_performance_box"
13402   output-file-type: ".html"
13403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13404   data: "plot-vpp-throughput-latency-3n-hsw"
13405   filter: "'NIC_Intel-X710' and
13406            '64B' and
13407            'NDRPDR' and
13408            ('ETH' or 'DOT1Q') and
13409            '2T2C' and
13410            'L2BDMACLRN' and
13411            'VHOST_1024' and
13412            not 'VXLAN' and
13413            not 'IP4FWD' and
13414            not '2VM'"
13415   parameters:
13416   - "throughput"
13417   - "parent"
13418   - "tags"
13419 #  sort:
13420 #  - "VM"  # "not CFS_OPT"
13421 #  - "CFS_OPT"
13422 #  - "FIB_10K"
13423 #  - "FIB_100K"
13424 #  - "FIB_1M"
13425   traces:
13426     hoverinfo: "x+y"
13427     boxpoints: "outliers"
13428     whiskerwidth: 0
13429   layout:
13430     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13431     layout: "plot-throughput"
13432
13433 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
13434 -
13435   type: "plot"
13436   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13437   algorithm: "plot_performance_box"
13438   output-file-type: ".html"
13439   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13440   data: "plot-vpp-throughput-latency-3n-hsw"
13441   filter: "'NIC_Intel-X710' and
13442            '64B' and
13443            'NDRPDR' and
13444            ('ETH' or 'DOT1Q') and
13445            'BASE' and
13446            '1T1C' and
13447            ('L2BDMACLRN' or 'L2XCFWD') and
13448            'VHOST_1024' and
13449            not 'VXLAN' and
13450            not 'IP4FWD' and
13451            not '2VM'"
13452   parameters:
13453   - "throughput"
13454   - "parent"
13455   - "tags"
13456 #  sort:
13457 #  - "not CFS_OPT"
13458 #  - "L2XCFWD"
13459 #  - "not CFS_OPT"
13460 #  - "CFS_OPT"
13461   traces:
13462     hoverinfo: "x+y"
13463     boxpoints: "outliers"
13464     whiskerwidth: 0
13465   layout:
13466     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13467     layout: "plot-throughput"
13468
13469 -
13470   type: "plot"
13471   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13472   algorithm: "plot_performance_box"
13473   output-file-type: ".html"
13474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13475   data: "plot-vpp-throughput-latency-3n-hsw"
13476   filter: "'NIC_Intel-X710' and
13477            '64B' and
13478            'NDRPDR' and
13479            ('ETH' or 'DOT1Q') and
13480            'BASE' and
13481            '1T1C' and
13482            ('L2BDMACLRN' or 'L2XCFWD') and
13483            'VHOST_1024' and
13484            not 'VXLAN' and
13485            not 'IP4FWD' and
13486            not '2VM'"
13487   parameters:
13488   - "throughput"
13489   - "parent"
13490   - "tags"
13491 #  sort:
13492 #  - "not CFS_OPT"
13493 #  - "L2XCFWD"
13494 #  - "not CFS_OPT"
13495 #  - "CFS_OPT"
13496   traces:
13497     hoverinfo: "x+y"
13498     boxpoints: "outliers"
13499     whiskerwidth: 0
13500   layout:
13501     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13502     layout: "plot-throughput"
13503
13504 -
13505   type: "plot"
13506   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13507   algorithm: "plot_performance_box"
13508   output-file-type: ".html"
13509   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13510   data: "plot-vpp-throughput-latency-3n-hsw"
13511   filter: "'NIC_Intel-X710' and
13512            '64B' and
13513            'NDRPDR' and
13514            ('ETH' or 'DOT1Q') and
13515            'BASE' and
13516            '2T2C' and
13517            ('L2BDMACLRN' or 'L2XCFWD') and
13518            'VHOST_1024' and
13519            not 'VXLAN' and
13520            not 'IP4FWD' and
13521            not '2VM'"
13522   parameters:
13523   - "throughput"
13524   - "parent"
13525   - "tags"
13526 #  sort:
13527 #  - "not CFS_OPT"
13528 #  - "L2XCFWD"
13529 #  - "not CFS_OPT"
13530 #  - "CFS_OPT"
13531   traces:
13532     hoverinfo: "x+y"
13533     boxpoints: "outliers"
13534     whiskerwidth: 0
13535   layout:
13536     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13537     layout: "plot-throughput"
13538
13539 -
13540   type: "plot"
13541   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13542   algorithm: "plot_performance_box"
13543   output-file-type: ".html"
13544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13545   data: "plot-vpp-throughput-latency-3n-hsw"
13546   filter: "'NIC_Intel-X710' and
13547            '64B' and
13548            'NDRPDR' and
13549            ('ETH' or 'DOT1Q') and
13550            'BASE' and
13551            '2T2C' and
13552            ('L2BDMACLRN' or 'L2XCFWD') and
13553            'VHOST_1024' and
13554            not 'VXLAN' and
13555            not 'IP4FWD' and
13556            not '2VM'"
13557   parameters:
13558   - "throughput"
13559   - "parent"
13560   - "tags"
13561 #  sort:
13562 #  - "not CFS_OPT"
13563 #  - "L2XCFWD"
13564 #  - "not CFS_OPT"
13565 #  - "CFS_OPT"
13566   traces:
13567     hoverinfo: "x+y"
13568     boxpoints: "outliers"
13569     whiskerwidth: 0
13570   layout:
13571     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13572     layout: "plot-throughput"
13573
13574 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
13575 -
13576   type: "plot"
13577   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13578   algorithm: "plot_performance_box"
13579   output-file-type: ".html"
13580   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13581   data: "plot-vpp-throughput-latency-3n-hsw"
13582   filter: "'NIC_Intel-X710' and
13583            '64B' and
13584            'NDRPDR' and
13585            ('ETH' or 'DOT1Q') and
13586            '1T1C' and
13587            ('L2BDMACLRN' or 'L2XCFWD') and
13588            'VHOST_1024' and
13589            not 'CFS_OPT' and
13590            not 'VXLAN' and
13591            not 'IP4FWD' and
13592            not 'LBOND'"
13593   parameters:
13594   - "throughput"
13595   - "parent"
13596   - "tags"
13597 #  sort:
13598 #  - "1VM"
13599 #  - "L2XCFWD"
13600 #  - "1VM"
13601 #  - "L2BDMACLRN"
13602   traces:
13603     hoverinfo: "x+y"
13604     boxpoints: "outliers"
13605     whiskerwidth: 0
13606   layout:
13607     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13608     layout: "plot-throughput"
13609
13610 -
13611   type: "plot"
13612   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13613   algorithm: "plot_performance_box"
13614   output-file-type: ".html"
13615   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13616   data: "plot-vpp-throughput-latency-3n-hsw"
13617   filter: "'NIC_Intel-X710' and
13618            '64B' and
13619            'NDRPDR' and
13620            ('ETH' or 'DOT1Q') and
13621            '1T1C' and
13622            ('L2BDMACLRN' or 'L2XCFWD') and
13623            'VHOST_1024' and
13624            not 'CFS_OPT' and
13625            not 'VXLAN' and
13626            not 'IP4FWD' and
13627            not 'LBOND'"
13628   parameters:
13629   - "throughput"
13630   - "parent"
13631   - "tags"
13632 #  sort:
13633 #  - "1VM"
13634 #  - "L2XCFWD"
13635 #  - "1VM"
13636 #  - "L2BDMACLRN"
13637   traces:
13638     hoverinfo: "x+y"
13639     boxpoints: "outliers"
13640     whiskerwidth: 0
13641   layout:
13642     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13643     layout: "plot-throughput"
13644
13645 -
13646   type: "plot"
13647   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13648   algorithm: "plot_performance_box"
13649   output-file-type: ".html"
13650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13651   data: "plot-vpp-throughput-latency-3n-hsw"
13652   filter: "'NIC_Intel-X710' and
13653            '64B' and
13654            'NDRPDR' and
13655            ('ETH' or 'DOT1Q') and
13656            '2T2C' and
13657            ('L2BDMACLRN' or 'L2XCFWD') and
13658            'VHOST_1024' and
13659            not 'CFS_OPT' and
13660            not 'VXLAN' and
13661            not 'IP4FWD' and
13662            not 'LBOND'"
13663   parameters:
13664   - "throughput"
13665   - "parent"
13666   - "tags"
13667 #  sort:
13668 #  - "1VM"
13669 #  - "L2XCFWD"
13670 #  - "1VM"
13671 #  - "L2BDMACLRN"
13672   traces:
13673     hoverinfo: "x+y"
13674     boxpoints: "outliers"
13675     whiskerwidth: 0
13676   layout:
13677     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13678     layout: "plot-throughput"
13679
13680 -
13681   type: "plot"
13682   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13683   algorithm: "plot_performance_box"
13684   output-file-type: ".html"
13685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13686   data: "plot-vpp-throughput-latency-3n-hsw"
13687   filter: "'NIC_Intel-X710' and
13688            '64B' and
13689            'NDRPDR' and
13690            ('ETH' or 'DOT1Q') and
13691            '2T2C' and
13692            ('L2BDMACLRN' or 'L2XCFWD') and
13693            'VHOST_1024' and
13694            not 'CFS_OPT' and
13695            not 'VXLAN' and
13696            not 'IP4FWD' and
13697            not 'LBOND'"
13698   parameters:
13699   - "throughput"
13700   - "parent"
13701   - "tags"
13702 #  sort:
13703 #  - "1VM"
13704 #  - "L2XCFWD"
13705 #  - "1VM"
13706 #  - "L2BDMACLRN"
13707   traces:
13708     hoverinfo: "x+y"
13709     boxpoints: "outliers"
13710     whiskerwidth: 0
13711   layout:
13712     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13713     layout: "plot-throughput"
13714
13715 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
13716 -
13717   type: "plot"
13718   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13719   algorithm: "plot_performance_box"
13720   output-file-type: ".html"
13721   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13722   data: "plot-vpp-throughput-latency-3n-hsw"
13723   filter: "'NIC_Intel-XL710' and
13724            '64B' and
13725            'NDRPDR' and
13726            'ETH' and
13727            'IP4FWD' and
13728            '1T1C' and
13729            'VHOST_1024' and
13730            not 'VXLAN' and
13731            not 'DOT1Q'"
13732   parameters:
13733   - "throughput"
13734   - "parent"
13735   - "tags"
13736   sort:
13737   - "not CFS_OPT"
13738   - "1VM"
13739   - "2VM"
13740   traces:
13741     hoverinfo: "x+y"
13742     boxpoints: "outliers"
13743     whiskerwidth: 0
13744   layout:
13745     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13746     layout: "plot-throughput"
13747
13748 -
13749   type: "plot"
13750   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13751   algorithm: "plot_performance_box"
13752   output-file-type: ".html"
13753   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13754   data: "plot-vpp-throughput-latency-3n-hsw"
13755   filter: "'NIC_Intel-XL710' and
13756            '64B' and
13757            'NDRPDR' and
13758            'ETH' and
13759            'IP4FWD' and
13760            '2T2C' and
13761            'VHOST_1024' and
13762            not 'VXLAN' and
13763            not 'DOT1Q'"
13764   parameters:
13765   - "throughput"
13766   - "parent"
13767   - "tags"
13768   sort:
13769   - "not CFS_OPT"
13770   - "1VM"
13771   - "2VM"
13772   traces:
13773     hoverinfo: "x+y"
13774     boxpoints: "outliers"
13775     whiskerwidth: 0
13776   layout:
13777     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13778     layout: "plot-throughput"
13779
13780 -
13781   type: "plot"
13782   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13783   algorithm: "plot_performance_box"
13784   output-file-type: ".html"
13785   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13786   data: "plot-vpp-throughput-latency-3n-hsw"
13787   filter: "'NIC_Intel-XL710' and
13788            '64B' and
13789            'NDRPDR' and
13790            'ETH' and
13791            'IP4FWD' and
13792            '1T1C' and
13793            'VHOST_1024' and
13794            not 'VXLAN' and
13795            not 'DOT1Q'"
13796   parameters:
13797   - "throughput"
13798   - "parent"
13799   - "tags"
13800   sort:
13801   - "not CFS_OPT"
13802   - "1VM"
13803   - "2VM"
13804   traces:
13805     hoverinfo: "x+y"
13806     boxpoints: "outliers"
13807     whiskerwidth: 0
13808   layout:
13809     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13810     layout: "plot-throughput"
13811
13812 -
13813   type: "plot"
13814   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13815   algorithm: "plot_performance_box"
13816   output-file-type: ".html"
13817   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13818   data: "plot-vpp-throughput-latency-3n-hsw"
13819   filter: "'NIC_Intel-XL710' and
13820            '64B' and
13821            'NDRPDR' and
13822            'ETH' and
13823            'IP4FWD' and
13824            '2T2C' and
13825            'VHOST_1024' and
13826            not 'VXLAN' and
13827            not 'DOT1Q'"
13828   parameters:
13829   - "throughput"
13830   - "parent"
13831   - "tags"
13832   sort:
13833   - "not CFS_OPT"
13834   - "1VM"
13835   - "2VM"
13836   traces:
13837     hoverinfo: "x+y"
13838     boxpoints: "outliers"
13839     whiskerwidth: 0
13840   layout:
13841     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13842     layout: "plot-throughput"
13843
13844 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
13845 -
13846   type: "plot"
13847   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13848   algorithm: "plot_performance_box"
13849   output-file-type: ".html"
13850   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13851   data: "plot-vpp-throughput-latency-3n-hsw"
13852   filter: "'NIC_Intel-XL710' and
13853            '64B' and
13854            'NDRPDR' and
13855            ('ETH' or 'DOT1Q') and
13856            '1T1C' and
13857            'L2BDMACLRN' and
13858            'VHOST_1024' and
13859            not 'VXLAN' and
13860            not 'IP4FWD' and
13861            not '2VM'"
13862   parameters:
13863   - "throughput"
13864   - "parent"
13865   - "tags"
13866 #  sort:
13867 #  - "VM"  # "not CFS_OPT"
13868 #  - "CFS_OPT"
13869 #  - "FIB_10K"
13870 #  - "FIB_100K"
13871 #  - "FIB_1M"
13872   traces:
13873     hoverinfo: "x+y"
13874     boxpoints: "outliers"
13875     whiskerwidth: 0
13876   layout:
13877     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13878     layout: "plot-throughput"
13879
13880 -
13881   type: "plot"
13882   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13883   algorithm: "plot_performance_box"
13884   output-file-type: ".html"
13885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13886   data: "plot-vpp-throughput-latency-3n-hsw"
13887   filter: "'NIC_Intel-XL710' and
13888            '64B' and
13889            'NDRPDR' and
13890            ('ETH' or 'DOT1Q') and
13891            '2T2C' and
13892            'L2BDMACLRN' and
13893            'VHOST_1024' and
13894            not 'VXLAN' and
13895            not 'IP4FWD' and
13896            not '2VM'"
13897   parameters:
13898   - "throughput"
13899   - "parent"
13900   - "tags"
13901 #  sort:
13902 #  - "VM"  # "not CFS_OPT"
13903 #  - "CFS_OPT"
13904 #  - "FIB_10K"
13905 #  - "FIB_100K"
13906 #  - "FIB_1M"
13907   traces:
13908     hoverinfo: "x+y"
13909     boxpoints: "outliers"
13910     whiskerwidth: 0
13911   layout:
13912     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13913     layout: "plot-throughput"
13914
13915 -
13916   type: "plot"
13917   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13918   algorithm: "plot_performance_box"
13919   output-file-type: ".html"
13920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13921   data: "plot-vpp-throughput-latency-3n-hsw"
13922   filter: "'NIC_Intel-XL710' and
13923            '64B' and
13924            'NDRPDR' and
13925            ('ETH' or 'DOT1Q') and
13926            '1T1C' and
13927            'L2BDMACLRN' and
13928            'VHOST_1024' and
13929            not 'VXLAN' and
13930            not 'IP4FWD' and
13931            not '2VM'"
13932   parameters:
13933   - "throughput"
13934   - "parent"
13935   - "tags"
13936 #  sort:
13937 #  - "VM"  # "not CFS_OPT"
13938 #  - "CFS_OPT"
13939 #  - "FIB_10K"
13940 #  - "FIB_100K"
13941 #  - "FIB_1M"
13942   traces:
13943     hoverinfo: "x+y"
13944     boxpoints: "outliers"
13945     whiskerwidth: 0
13946   layout:
13947     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13948     layout: "plot-throughput"
13949
13950 -
13951   type: "plot"
13952   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13953   algorithm: "plot_performance_box"
13954   output-file-type: ".html"
13955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13956   data: "plot-vpp-throughput-latency-3n-hsw"
13957   filter: "'NIC_Intel-XL710' and
13958            '64B' and
13959            'NDRPDR' and
13960            ('ETH' or 'DOT1Q') and
13961            '2T2C' and
13962            'L2BDMACLRN' and
13963            'VHOST_1024' and
13964            not 'VXLAN' and
13965            not 'IP4FWD' and
13966            not '2VM'"
13967   parameters:
13968   - "throughput"
13969   - "parent"
13970   - "tags"
13971 #  sort:
13972 #  - "VM"  # "not CFS_OPT"
13973 #  - "CFS_OPT"
13974 #  - "FIB_10K"
13975 #  - "FIB_100K"
13976 #  - "FIB_1M"
13977   traces:
13978     hoverinfo: "x+y"
13979     boxpoints: "outliers"
13980     whiskerwidth: 0
13981   layout:
13982     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13983     layout: "plot-throughput"
13984
13985 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
13986 -
13987   type: "plot"
13988   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13989   algorithm: "plot_performance_box"
13990   output-file-type: ".html"
13991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13992   data: "plot-vpp-throughput-latency-3n-hsw"
13993   filter: "'NIC_Intel-XL710' and
13994            '64B' and
13995            'NDRPDR' and
13996            ('ETH' or 'DOT1Q') and
13997            'BASE' and
13998            '1T1C' and
13999            ('L2BDMACLRN' or 'L2XCFWD') and
14000            'VHOST_1024' and
14001            not 'VXLAN' and
14002            not 'IP4FWD' and
14003            not '2VM'"
14004   parameters:
14005   - "throughput"
14006   - "parent"
14007   - "tags"
14008 #  sort:
14009 #  - "not CFS_OPT"
14010 #  - "L2XCFWD"
14011 #  - "not CFS_OPT"
14012 #  - "CFS_OPT"
14013   traces:
14014     hoverinfo: "x+y"
14015     boxpoints: "outliers"
14016     whiskerwidth: 0
14017   layout:
14018     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14019     layout: "plot-throughput"
14020
14021 -
14022   type: "plot"
14023   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14024   algorithm: "plot_performance_box"
14025   output-file-type: ".html"
14026   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14027   data: "plot-vpp-throughput-latency-3n-hsw"
14028   filter: "'NIC_Intel-XL710' and
14029            '64B' and
14030            'NDRPDR' and
14031            ('ETH' or 'DOT1Q') and
14032            'BASE' and
14033            '1T1C' and
14034            ('L2BDMACLRN' or 'L2XCFWD') and
14035            'VHOST_1024' and
14036            not 'VXLAN' and
14037            not 'IP4FWD' and
14038            not '2VM'"
14039   parameters:
14040   - "throughput"
14041   - "parent"
14042   - "tags"
14043 #  sort:
14044 #  - "not CFS_OPT"
14045 #  - "L2XCFWD"
14046 #  - "not CFS_OPT"
14047 #  - "CFS_OPT"
14048   traces:
14049     hoverinfo: "x+y"
14050     boxpoints: "outliers"
14051     whiskerwidth: 0
14052   layout:
14053     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14054     layout: "plot-throughput"
14055
14056 -
14057   type: "plot"
14058   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14059   algorithm: "plot_performance_box"
14060   output-file-type: ".html"
14061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14062   data: "plot-vpp-throughput-latency-3n-hsw"
14063   filter: "'NIC_Intel-XL710' and
14064            '64B' and
14065            'NDRPDR' and
14066            ('ETH' or 'DOT1Q') and
14067            'BASE' and
14068            '2T2C' and
14069            ('L2BDMACLRN' or 'L2XCFWD') and
14070            'VHOST_1024' and
14071            not 'VXLAN' and
14072            not 'IP4FWD' and
14073            not '2VM'"
14074   parameters:
14075   - "throughput"
14076   - "parent"
14077   - "tags"
14078 #  sort:
14079 #  - "not CFS_OPT"
14080 #  - "L2XCFWD"
14081 #  - "not CFS_OPT"
14082 #  - "CFS_OPT"
14083   traces:
14084     hoverinfo: "x+y"
14085     boxpoints: "outliers"
14086     whiskerwidth: 0
14087   layout:
14088     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14089     layout: "plot-throughput"
14090
14091 -
14092   type: "plot"
14093   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14094   algorithm: "plot_performance_box"
14095   output-file-type: ".html"
14096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14097   data: "plot-vpp-throughput-latency-3n-hsw"
14098   filter: "'NIC_Intel-XL710' and
14099            '64B' and
14100            'NDRPDR' and
14101            ('ETH' or 'DOT1Q') and
14102            'BASE' and
14103            '2T2C' and
14104            ('L2BDMACLRN' or 'L2XCFWD') and
14105            'VHOST_1024' and
14106            not 'VXLAN' and
14107            not 'IP4FWD' and
14108            not '2VM'"
14109   parameters:
14110   - "throughput"
14111   - "parent"
14112   - "tags"
14113 #  sort:
14114 #  - "not CFS_OPT"
14115 #  - "L2XCFWD"
14116 #  - "not CFS_OPT"
14117 #  - "CFS_OPT"
14118   traces:
14119     hoverinfo: "x+y"
14120     boxpoints: "outliers"
14121     whiskerwidth: 0
14122   layout:
14123     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14124     layout: "plot-throughput"
14125
14126 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
14127 -
14128   type: "plot"
14129   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14130   algorithm: "plot_performance_box"
14131   output-file-type: ".html"
14132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14133   data: "plot-vpp-throughput-latency-3n-hsw"
14134   filter: "'NIC_Intel-XL710' and
14135            '64B' and
14136            'NDRPDR' and
14137            ('ETH' or 'DOT1Q') and
14138            '1T1C' and
14139            ('L2BDMACLRN' or 'L2XCFWD') and
14140            'VHOST_1024' and
14141            not 'CFS_OPT' and
14142            not 'VXLAN' and
14143            not 'IP4FWD'"
14144   parameters:
14145   - "throughput"
14146   - "parent"
14147   - "tags"
14148 #  sort:
14149 #  - "1VM"
14150 #  - "L2XCFWD"
14151 #  - "1VM"
14152 #  - "L2BDMACLRN"
14153   traces:
14154     hoverinfo: "x+y"
14155     boxpoints: "outliers"
14156     whiskerwidth: 0
14157   layout:
14158     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14159     layout: "plot-throughput"
14160
14161 -
14162   type: "plot"
14163   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14164   algorithm: "plot_performance_box"
14165   output-file-type: ".html"
14166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14167   data: "plot-vpp-throughput-latency-3n-hsw"
14168   filter: "'NIC_Intel-XL710' and
14169            '64B' and
14170            'NDRPDR' and
14171            ('ETH' or 'DOT1Q') and
14172            '1T1C' and
14173            ('L2BDMACLRN' or 'L2XCFWD') and
14174            'VHOST_1024' and
14175            not 'CFS_OPT' and
14176            not 'VXLAN' and
14177            not 'IP4FWD'"
14178   parameters:
14179   - "throughput"
14180   - "parent"
14181   - "tags"
14182 #  sort:
14183 #  - "1VM"
14184 #  - "L2XCFWD"
14185 #  - "1VM"
14186 #  - "L2BDMACLRN"
14187   traces:
14188     hoverinfo: "x+y"
14189     boxpoints: "outliers"
14190     whiskerwidth: 0
14191   layout:
14192     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14193     layout: "plot-throughput"
14194
14195 -
14196   type: "plot"
14197   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14198   algorithm: "plot_performance_box"
14199   output-file-type: ".html"
14200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14201   data: "plot-vpp-throughput-latency-3n-hsw"
14202   filter: "'NIC_Intel-XL710' and
14203            '64B' and
14204            'NDRPDR' and
14205            ('ETH' or 'DOT1Q') and
14206            '2T2C' and
14207            ('L2BDMACLRN' or 'L2XCFWD') and
14208            'VHOST_1024' and
14209            not 'CFS_OPT' and
14210            not 'VXLAN' and
14211            not 'IP4FWD'"
14212   parameters:
14213   - "throughput"
14214   - "parent"
14215   - "tags"
14216 #  sort:
14217 #  - "1VM"
14218 #  - "L2XCFWD"
14219 #  - "1VM"
14220 #  - "L2BDMACLRN"
14221   traces:
14222     hoverinfo: "x+y"
14223     boxpoints: "outliers"
14224     whiskerwidth: 0
14225   layout:
14226     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14227     layout: "plot-throughput"
14228
14229 -
14230   type: "plot"
14231   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14232   algorithm: "plot_performance_box"
14233   output-file-type: ".html"
14234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14235   data: "plot-vpp-throughput-latency-3n-hsw"
14236   filter: "'NIC_Intel-XL710' and
14237            '64B' and
14238            'NDRPDR' and
14239            ('ETH' or 'DOT1Q') and
14240            '2T2C' and
14241            ('L2BDMACLRN' or 'L2XCFWD') and
14242            'VHOST_1024' and
14243            not 'CFS_OPT' and
14244            not 'VXLAN' and
14245            not 'IP4FWD'"
14246   parameters:
14247   - "throughput"
14248   - "parent"
14249   - "tags"
14250 #  sort:
14251 #  - "1VM"
14252 #  - "L2XCFWD"
14253 #  - "1VM"
14254 #  - "L2BDMACLRN"
14255   traces:
14256     hoverinfo: "x+y"
14257     boxpoints: "outliers"
14258     whiskerwidth: 0
14259   layout:
14260     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14261     layout: "plot-throughput"
14262
14263 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14264 -
14265   type: "plot"
14266   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14267   algorithm: "plot_performance_box"
14268   output-file-type: ".html"
14269   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14270   data: "plot-vpp-throughput-latency-3n-skx"
14271   filter: "'NIC_Intel-X710' and
14272            '64B' and
14273            'NDRPDR' and
14274            'ETH' and
14275            'IP4FWD' and
14276            '2T1C' and
14277            'VHOST_1024' and
14278            not 'VXLAN' and
14279            not 'DOT1Q'"
14280   parameters:
14281   - "throughput"
14282   - "parent"
14283   - "tags"
14284   sort:
14285   - "not CFS_OPT"
14286   - "1VM"
14287   - "2VM"
14288   traces:
14289     hoverinfo: "x+y"
14290     boxpoints: "outliers"
14291     whiskerwidth: 0
14292   layout:
14293     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14294     layout: "plot-throughput"
14295
14296 -
14297   type: "plot"
14298   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14299   algorithm: "plot_performance_box"
14300   output-file-type: ".html"
14301   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14302   data: "plot-vpp-throughput-latency-3n-skx"
14303   filter: "'NIC_Intel-X710' and
14304            '64B' and
14305            'NDRPDR' and
14306            'ETH' and
14307            'IP4FWD' and
14308            '4T2C' and
14309            'VHOST_1024' and
14310            not 'VXLAN' and
14311            not 'DOT1Q'"
14312   parameters:
14313   - "throughput"
14314   - "parent"
14315   - "tags"
14316   sort:
14317   - "not CFS_OPT"
14318   - "1VM"
14319   - "2VM"
14320   traces:
14321     hoverinfo: "x+y"
14322     boxpoints: "outliers"
14323     whiskerwidth: 0
14324   layout:
14325     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14326     layout: "plot-throughput"
14327
14328 -
14329   type: "plot"
14330   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14331   algorithm: "plot_performance_box"
14332   output-file-type: ".html"
14333   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14334   data: "plot-vpp-throughput-latency-3n-skx"
14335   filter: "'NIC_Intel-X710' and
14336            '64B' and
14337            'NDRPDR' and
14338            'ETH' and
14339            'IP4FWD' and
14340            '2T1C' and
14341            'VHOST_1024' and
14342            not 'VXLAN' and
14343            not 'DOT1Q'"
14344   parameters:
14345   - "throughput"
14346   - "parent"
14347   - "tags"
14348   sort:
14349   - "not CFS_OPT"
14350   - "1VM"
14351   - "2VM"
14352   traces:
14353     hoverinfo: "x+y"
14354     boxpoints: "outliers"
14355     whiskerwidth: 0
14356   layout:
14357     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14358     layout: "plot-throughput"
14359
14360 -
14361   type: "plot"
14362   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14363   algorithm: "plot_performance_box"
14364   output-file-type: ".html"
14365   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14366   data: "plot-vpp-throughput-latency-3n-skx"
14367   filter: "'NIC_Intel-X710' and
14368            '64B' and
14369            'NDRPDR' and
14370            'ETH' and
14371            'IP4FWD' and
14372            '4T2C' and
14373            'VHOST_1024' and
14374            not 'VXLAN' and
14375            not 'DOT1Q'"
14376   parameters:
14377   - "throughput"
14378   - "parent"
14379   - "tags"
14380   sort:
14381   - "not CFS_OPT"
14382   - "1VM"
14383   - "2VM"
14384   traces:
14385     hoverinfo: "x+y"
14386     boxpoints: "outliers"
14387     whiskerwidth: 0
14388   layout:
14389     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14390     layout: "plot-throughput"
14391
14392 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
14393 -
14394   type: "plot"
14395   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14396   algorithm: "plot_performance_box"
14397   output-file-type: ".html"
14398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14399   data: "plot-vpp-throughput-latency-3n-skx"
14400   filter: "'NIC_Intel-X710' and
14401            '64B' and
14402            'NDRPDR' and
14403            ('ETH' or 'DOT1Q') and
14404            '2T1C' and
14405            'L2BDMACLRN' and
14406            'VHOST_1024' and
14407            not 'VXLAN' and
14408            not 'IP4FWD' and
14409            not '2VM'"
14410   parameters:
14411   - "throughput"
14412   - "parent"
14413   - "tags"
14414 #  sort:
14415 #  - "VM"  # "not CFS_OPT"
14416 #  - "CFS_OPT"
14417 #  - "FIB_10K"
14418 #  - "FIB_100K"
14419 #  - "FIB_1M"
14420   traces:
14421     hoverinfo: "x+y"
14422     boxpoints: "outliers"
14423     whiskerwidth: 0
14424   layout:
14425     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14426     layout: "plot-throughput"
14427
14428 -
14429   type: "plot"
14430   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14431   algorithm: "plot_performance_box"
14432   output-file-type: ".html"
14433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14434   data: "plot-vpp-throughput-latency-3n-skx"
14435   filter: "'NIC_Intel-X710' and
14436            '64B' and
14437            'NDRPDR' and
14438            ('ETH' or 'DOT1Q') and
14439            '4T2C' and
14440            'L2BDMACLRN' and
14441            'VHOST_1024' and
14442            not 'VXLAN' and
14443            not 'IP4FWD' and
14444            not '2VM'"
14445   parameters:
14446   - "throughput"
14447   - "parent"
14448   - "tags"
14449 #  sort:
14450 #  - "VM"  # "not CFS_OPT"
14451 #  - "CFS_OPT"
14452 #  - "FIB_10K"
14453 #  - "FIB_100K"
14454 #  - "FIB_1M"
14455   traces:
14456     hoverinfo: "x+y"
14457     boxpoints: "outliers"
14458     whiskerwidth: 0
14459   layout:
14460     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14461     layout: "plot-throughput"
14462
14463 -
14464   type: "plot"
14465   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14466   algorithm: "plot_performance_box"
14467   output-file-type: ".html"
14468   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14469   data: "plot-vpp-throughput-latency-3n-skx"
14470   filter: "'NIC_Intel-X710' and
14471            '64B' and
14472            'NDRPDR' and
14473            ('ETH' or 'DOT1Q') and
14474            '2T1C' and
14475            'L2BDMACLRN' and
14476            'VHOST_1024' and
14477            not 'VXLAN' and
14478            not 'IP4FWD' and
14479            not '2VM'"
14480   parameters:
14481   - "throughput"
14482   - "parent"
14483   - "tags"
14484 #  sort:
14485 #  - "VM"  # "not CFS_OPT"
14486 #  - "CFS_OPT"
14487 #  - "FIB_10K"
14488 #  - "FIB_100K"
14489 #  - "FIB_1M"
14490   traces:
14491     hoverinfo: "x+y"
14492     boxpoints: "outliers"
14493     whiskerwidth: 0
14494   layout:
14495     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14496     layout: "plot-throughput"
14497
14498 -
14499   type: "plot"
14500   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14501   algorithm: "plot_performance_box"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14504   data: "plot-vpp-throughput-latency-3n-skx"
14505   filter: "'NIC_Intel-X710' and
14506            '64B' and
14507            'NDRPDR' and
14508            ('ETH' or 'DOT1Q') and
14509            '4T2C' and
14510            'L2BDMACLRN' and
14511            'VHOST_1024' and
14512            not 'VXLAN' and
14513            not 'IP4FWD' and
14514            not '2VM'"
14515   parameters:
14516   - "throughput"
14517   - "parent"
14518   - "tags"
14519 #  sort:
14520 #  - "VM"  # "not CFS_OPT"
14521 #  - "CFS_OPT"
14522 #  - "FIB_10K"
14523 #  - "FIB_100K"
14524 #  - "FIB_1M"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14531     layout: "plot-throughput"
14532
14533 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14534 -
14535   type: "plot"
14536   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14540   data: "plot-vpp-throughput-latency-3n-skx"
14541   filter: "'NIC_Intel-X710' and
14542            '64B' and
14543            'NDRPDR' and
14544            ('ETH' or 'DOT1Q') and
14545            'BASE' and
14546            '2T1C' and
14547            ('L2BDMACLRN' or 'L2XCFWD') and
14548            'VHOST_1024' and
14549            not 'VXLAN' and
14550            not 'IP4FWD' and
14551            not '2VM' and
14552            not 'LBOND'"
14553   parameters:
14554   - "throughput"
14555   - "parent"
14556   - "tags"
14557 #  sort:
14558 #  - "not CFS_OPT"
14559 #  - "L2XCFWD"
14560 #  - "not CFS_OPT"
14561 #  - "CFS_OPT"
14562   traces:
14563     hoverinfo: "x+y"
14564     boxpoints: "outliers"
14565     whiskerwidth: 0
14566   layout:
14567     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14568     layout: "plot-throughput"
14569
14570 -
14571   type: "plot"
14572   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14573   algorithm: "plot_performance_box"
14574   output-file-type: ".html"
14575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14576   data: "plot-vpp-throughput-latency-3n-skx"
14577   filter: "'NIC_Intel-X710' and
14578            '64B' and
14579            'NDRPDR' and
14580            ('ETH' or 'DOT1Q') and
14581            'BASE' and
14582            '2T1C' and
14583            ('L2BDMACLRN' or 'L2XCFWD') and
14584            'VHOST_1024' and
14585            not 'VXLAN' and
14586            not 'IP4FWD' and
14587            not '2VM' and
14588            not 'LBOND'"
14589   parameters:
14590   - "throughput"
14591   - "parent"
14592   - "tags"
14593 #  sort:
14594 #  - "not CFS_OPT"
14595 #  - "L2XCFWD"
14596 #  - "not CFS_OPT"
14597 #  - "CFS_OPT"
14598   traces:
14599     hoverinfo: "x+y"
14600     boxpoints: "outliers"
14601     whiskerwidth: 0
14602   layout:
14603     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14604     layout: "plot-throughput"
14605
14606 -
14607   type: "plot"
14608   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14609   algorithm: "plot_performance_box"
14610   output-file-type: ".html"
14611   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14612   data: "plot-vpp-throughput-latency-3n-skx"
14613   filter: "'NIC_Intel-X710' and
14614            '64B' and
14615            'NDRPDR' and
14616            ('ETH' or 'DOT1Q') and
14617            'BASE' and
14618            '4T2C' and
14619            ('L2BDMACLRN' or 'L2XCFWD') and
14620            'VHOST_1024' and
14621            not 'VXLAN' and
14622            not 'IP4FWD' and
14623            not '2VM' and
14624            not 'LBOND'"
14625   parameters:
14626   - "throughput"
14627   - "parent"
14628   - "tags"
14629 #  sort:
14630 #  - "not CFS_OPT"
14631 #  - "L2XCFWD"
14632 #  - "not CFS_OPT"
14633 #  - "CFS_OPT"
14634   traces:
14635     hoverinfo: "x+y"
14636     boxpoints: "outliers"
14637     whiskerwidth: 0
14638   layout:
14639     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14640     layout: "plot-throughput"
14641
14642 -
14643   type: "plot"
14644   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14645   algorithm: "plot_performance_box"
14646   output-file-type: ".html"
14647   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14648   data: "plot-vpp-throughput-latency-3n-skx"
14649   filter: "'NIC_Intel-X710' and
14650            '64B' and
14651            'NDRPDR' and
14652            ('ETH' or 'DOT1Q') and
14653            'BASE' and
14654            '4T2C' and
14655            ('L2BDMACLRN' or 'L2XCFWD') and
14656            'VHOST_1024' and
14657            not 'VXLAN' and
14658            not 'IP4FWD' and
14659            not '2VM' and
14660            not 'LBOND'"
14661   parameters:
14662   - "throughput"
14663   - "parent"
14664   - "tags"
14665 #  sort:
14666 #  - "not CFS_OPT"
14667 #  - "L2XCFWD"
14668 #  - "not CFS_OPT"
14669 #  - "CFS_OPT"
14670   traces:
14671     hoverinfo: "x+y"
14672     boxpoints: "outliers"
14673     whiskerwidth: 0
14674   layout:
14675     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14676     layout: "plot-throughput"
14677
14678 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14679 -
14680   type: "plot"
14681   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14682   algorithm: "plot_performance_box"
14683   output-file-type: ".html"
14684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14685   data: "plot-vpp-throughput-latency-3n-skx"
14686   filter: "'NIC_Intel-X710' and
14687            '64B' and
14688            'NDRPDR' and
14689            ('ETH' or 'DOT1Q') and
14690            '2T1C' and
14691            ('L2BDMACLRN' or 'L2XCFWD') and
14692            'VHOST_1024' and
14693            not 'CFS_OPT' and
14694            not 'VXLAN' and
14695            not 'IP4FWD' and
14696            not 'LBOND'"
14697   parameters:
14698   - "throughput"
14699   - "parent"
14700   - "tags"
14701 #  sort:
14702 #  - "1VM"
14703 #  - "L2XCFWD"
14704 #  - "1VM"
14705 #  - "L2BDMACLRN"
14706   traces:
14707     hoverinfo: "x+y"
14708     boxpoints: "outliers"
14709     whiskerwidth: 0
14710   layout:
14711     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14712     layout: "plot-throughput"
14713
14714 -
14715   type: "plot"
14716   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14717   algorithm: "plot_performance_box"
14718   output-file-type: ".html"
14719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14720   data: "plot-vpp-throughput-latency-3n-skx"
14721   filter: "'NIC_Intel-X710' and
14722            '64B' and
14723            'NDRPDR' and
14724            ('ETH' or 'DOT1Q') and
14725            '2T1C' and
14726            ('L2BDMACLRN' or 'L2XCFWD') and
14727            'VHOST_1024' and
14728            not 'CFS_OPT' and
14729            not 'VXLAN' and
14730            not 'IP4FWD' and
14731            not 'LBOND'"
14732   parameters:
14733   - "throughput"
14734   - "parent"
14735   - "tags"
14736 #  sort:
14737 #  - "1VM"
14738 #  - "L2XCFWD"
14739 #  - "1VM"
14740 #  - "L2BDMACLRN"
14741   traces:
14742     hoverinfo: "x+y"
14743     boxpoints: "outliers"
14744     whiskerwidth: 0
14745   layout:
14746     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14747     layout: "plot-throughput"
14748
14749 -
14750   type: "plot"
14751   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14752   algorithm: "plot_performance_box"
14753   output-file-type: ".html"
14754   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14755   data: "plot-vpp-throughput-latency-3n-skx"
14756   filter: "'NIC_Intel-X710' and
14757            '64B' and
14758            'NDRPDR' and
14759            ('ETH' or 'DOT1Q') and
14760            '4T2C' and
14761            ('L2BDMACLRN' or 'L2XCFWD') and
14762            'VHOST_1024' and
14763            not 'CFS_OPT' and
14764            not 'VXLAN' and
14765            not 'IP4FWD' and
14766            not 'LBOND'"
14767   parameters:
14768   - "throughput"
14769   - "parent"
14770   - "tags"
14771 #  sort:
14772 #  - "1VM"
14773 #  - "L2XCFWD"
14774 #  - "1VM"
14775 #  - "L2BDMACLRN"
14776   traces:
14777     hoverinfo: "x+y"
14778     boxpoints: "outliers"
14779     whiskerwidth: 0
14780   layout:
14781     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14782     layout: "plot-throughput"
14783
14784 -
14785   type: "plot"
14786   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14787   algorithm: "plot_performance_box"
14788   output-file-type: ".html"
14789   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14790   data: "plot-vpp-throughput-latency-3n-skx"
14791   filter: "'NIC_Intel-X710' and
14792            '64B' and
14793            'NDRPDR' and
14794            ('ETH' or 'DOT1Q') and
14795            '4T2C' and
14796            ('L2BDMACLRN' or 'L2XCFWD') and
14797            'VHOST_1024' and
14798            not 'CFS_OPT' and
14799            not 'VXLAN' and
14800            not 'IP4FWD' and
14801            not 'LBOND'"
14802   parameters:
14803   - "throughput"
14804   - "parent"
14805   - "tags"
14806 #  sort:
14807 #  - "1VM"
14808 #  - "L2XCFWD"
14809 #  - "1VM"
14810 #  - "L2BDMACLRN"
14811   traces:
14812     hoverinfo: "x+y"
14813     boxpoints: "outliers"
14814     whiskerwidth: 0
14815   layout:
14816     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14817     layout: "plot-throughput"
14818
14819 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14820 -
14821   type: "plot"
14822   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14823   algorithm: "plot_performance_box"
14824   output-file-type: ".html"
14825   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14826   data: "plot-vpp-throughput-latency-2n-skx"
14827   filter: "'NIC_Intel-X710' and
14828            '64B' and
14829            'NDRPDR' and
14830            'ETH' and
14831            'IP4FWD' and
14832            '2T1C' and
14833            'VHOST_1024' and
14834            not 'VXLAN' and
14835            not 'DOT1Q'"
14836   parameters:
14837   - "throughput"
14838   - "parent"
14839   - "tags"
14840   sort:
14841   - "not CFS_OPT"
14842   - "1VM"
14843   - "2VM"
14844   traces:
14845     hoverinfo: "x+y"
14846     boxpoints: "outliers"
14847     whiskerwidth: 0
14848   layout:
14849     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14850     layout: "plot-throughput"
14851
14852 -
14853   type: "plot"
14854   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14855   algorithm: "plot_performance_box"
14856   output-file-type: ".html"
14857   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14858   data: "plot-vpp-throughput-latency-2n-skx"
14859   filter: "'NIC_Intel-X710' and
14860            '64B' and
14861            'NDRPDR' and
14862            'ETH' and
14863            'IP4FWD' and
14864            '4T2C' and
14865            'VHOST_1024' and
14866            not 'VXLAN' and
14867            not 'DOT1Q'"
14868   parameters:
14869   - "throughput"
14870   - "parent"
14871   - "tags"
14872   sort:
14873   - "not CFS_OPT"
14874   - "1VM"
14875   - "2VM"
14876   traces:
14877     hoverinfo: "x+y"
14878     boxpoints: "outliers"
14879     whiskerwidth: 0
14880   layout:
14881     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14882     layout: "plot-throughput"
14883
14884 -
14885   type: "plot"
14886   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14887   algorithm: "plot_performance_box"
14888   output-file-type: ".html"
14889   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14890   data: "plot-vpp-throughput-latency-2n-skx"
14891   filter: "'NIC_Intel-X710' and
14892            '64B' and
14893            'NDRPDR' and
14894            'ETH' and
14895            'IP4FWD' and
14896            '2T1C' and
14897            'VHOST_1024' and
14898            not 'VXLAN' and
14899            not 'DOT1Q'"
14900   parameters:
14901   - "throughput"
14902   - "parent"
14903   - "tags"
14904   sort:
14905   - "not CFS_OPT"
14906   - "1VM"
14907   - "2VM"
14908   traces:
14909     hoverinfo: "x+y"
14910     boxpoints: "outliers"
14911     whiskerwidth: 0
14912   layout:
14913     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14914     layout: "plot-throughput"
14915
14916 -
14917   type: "plot"
14918   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14919   algorithm: "plot_performance_box"
14920   output-file-type: ".html"
14921   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14922   data: "plot-vpp-throughput-latency-2n-skx"
14923   filter: "'NIC_Intel-X710' and
14924            '64B' and
14925            'NDRPDR' and
14926            'ETH' and
14927            'IP4FWD' and
14928            '4T2C' and
14929            'VHOST_1024' and
14930            not 'VXLAN' and
14931            not 'DOT1Q'"
14932   parameters:
14933   - "throughput"
14934   - "parent"
14935   - "tags"
14936   sort:
14937   - "not CFS_OPT"
14938   - "1VM"
14939   - "2VM"
14940   traces:
14941     hoverinfo: "x+y"
14942     boxpoints: "outliers"
14943     whiskerwidth: 0
14944   layout:
14945     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14946     layout: "plot-throughput"
14947
14948 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
14949 -
14950   type: "plot"
14951   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14952   algorithm: "plot_performance_box"
14953   output-file-type: ".html"
14954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14955   data: "plot-vpp-throughput-latency-2n-skx"
14956   filter: "'NIC_Intel-X710' and
14957            '64B' and
14958            'NDRPDR' and
14959            ('ETH' or 'DOT1Q') and
14960            '2T1C' and
14961            'L2BDMACLRN' and
14962            'VHOST_1024' and
14963            not 'VXLAN' and
14964            not 'IP4FWD' and
14965            not '2VM'"
14966   parameters:
14967   - "throughput"
14968   - "parent"
14969   - "tags"
14970 #  sort:
14971 #  - "VM"  # "not CFS_OPT"
14972 #  - "CFS_OPT"
14973 #  - "FIB_10K"
14974 #  - "FIB_100K"
14975 #  - "FIB_1M"
14976   traces:
14977     hoverinfo: "x+y"
14978     boxpoints: "outliers"
14979     whiskerwidth: 0
14980   layout:
14981     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14982     layout: "plot-throughput"
14983
14984 -
14985   type: "plot"
14986   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14987   algorithm: "plot_performance_box"
14988   output-file-type: ".html"
14989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14990   data: "plot-vpp-throughput-latency-2n-skx"
14991   filter: "'NIC_Intel-X710' and
14992            '64B' and
14993            'NDRPDR' and
14994            ('ETH' or 'DOT1Q') and
14995            '4T2C' and
14996            'L2BDMACLRN' and
14997            'VHOST_1024' and
14998            not 'VXLAN' and
14999            not 'IP4FWD' and
15000            not '2VM'"
15001   parameters:
15002   - "throughput"
15003   - "parent"
15004   - "tags"
15005 #  sort:
15006 #  - "VM"  # "not CFS_OPT"
15007 #  - "CFS_OPT"
15008 #  - "FIB_10K"
15009 #  - "FIB_100K"
15010 #  - "FIB_1M"
15011   traces:
15012     hoverinfo: "x+y"
15013     boxpoints: "outliers"
15014     whiskerwidth: 0
15015   layout:
15016     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15017     layout: "plot-throughput"
15018
15019 -
15020   type: "plot"
15021   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15022   algorithm: "plot_performance_box"
15023   output-file-type: ".html"
15024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15025   data: "plot-vpp-throughput-latency-2n-skx"
15026   filter: "'NIC_Intel-X710' and
15027            '64B' and
15028            'NDRPDR' and
15029            ('ETH' or 'DOT1Q') and
15030            '2T1C' and
15031            'L2BDMACLRN' and
15032            'VHOST_1024' and
15033            not 'VXLAN' and
15034            not 'IP4FWD' and
15035            not '2VM'"
15036   parameters:
15037   - "throughput"
15038   - "parent"
15039   - "tags"
15040 #  sort:
15041 #  - "VM"  # "not CFS_OPT"
15042 #  - "CFS_OPT"
15043 #  - "FIB_10K"
15044 #  - "FIB_100K"
15045 #  - "FIB_1M"
15046   traces:
15047     hoverinfo: "x+y"
15048     boxpoints: "outliers"
15049     whiskerwidth: 0
15050   layout:
15051     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15052     layout: "plot-throughput"
15053
15054 -
15055   type: "plot"
15056   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15057   algorithm: "plot_performance_box"
15058   output-file-type: ".html"
15059   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15060   data: "plot-vpp-throughput-latency-2n-skx"
15061   filter: "'NIC_Intel-X710' and
15062            '64B' and
15063            'NDRPDR' and
15064            ('ETH' or 'DOT1Q') and
15065            '4T2C' and
15066            'L2BDMACLRN' and
15067            'VHOST_1024' and
15068            not 'VXLAN' and
15069            not 'IP4FWD' and
15070            not '2VM'"
15071   parameters:
15072   - "throughput"
15073   - "parent"
15074   - "tags"
15075 #  sort:
15076 #  - "VM"  # "not CFS_OPT"
15077 #  - "CFS_OPT"
15078 #  - "FIB_10K"
15079 #  - "FIB_100K"
15080 #  - "FIB_1M"
15081   traces:
15082     hoverinfo: "x+y"
15083     boxpoints: "outliers"
15084     whiskerwidth: 0
15085   layout:
15086     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15087     layout: "plot-throughput"
15088
15089 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15090 -
15091   type: "plot"
15092   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15093   algorithm: "plot_performance_box"
15094   output-file-type: ".html"
15095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15096   data: "plot-vpp-throughput-latency-2n-skx"
15097   filter: "'NIC_Intel-X710' and
15098            '64B' and
15099            'NDRPDR' and
15100            ('ETH' or 'DOT1Q') and
15101            'BASE' and
15102            '2T1C' and
15103            ('L2BDMACLRN' or 'L2XCFWD') and
15104            'VHOST_1024' and
15105            not 'VXLAN' and
15106            not 'IP4FWD' and
15107            not '2VM'"
15108   parameters:
15109   - "throughput"
15110   - "parent"
15111   - "tags"
15112 #  sort:
15113 #  - "not CFS_OPT"
15114 #  - "L2XCFWD"
15115 #  - "not CFS_OPT"
15116 #  - "CFS_OPT"
15117   traces:
15118     hoverinfo: "x+y"
15119     boxpoints: "outliers"
15120     whiskerwidth: 0
15121   layout:
15122     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15123     layout: "plot-throughput"
15124
15125 -
15126   type: "plot"
15127   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15128   algorithm: "plot_performance_box"
15129   output-file-type: ".html"
15130   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15131   data: "plot-vpp-throughput-latency-2n-skx"
15132   filter: "'NIC_Intel-X710' and
15133            '64B' and
15134            'NDRPDR' and
15135            ('ETH' or 'DOT1Q') and
15136            'BASE' and
15137            '2T1C' and
15138            ('L2BDMACLRN' or 'L2XCFWD') and
15139            'VHOST_1024' and
15140            not 'VXLAN' and
15141            not 'IP4FWD' and
15142            not '2VM'"
15143   parameters:
15144   - "throughput"
15145   - "parent"
15146   - "tags"
15147 #  sort:
15148 #  - "not CFS_OPT"
15149 #  - "L2XCFWD"
15150 #  - "not CFS_OPT"
15151 #  - "CFS_OPT"
15152   traces:
15153     hoverinfo: "x+y"
15154     boxpoints: "outliers"
15155     whiskerwidth: 0
15156   layout:
15157     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15158     layout: "plot-throughput"
15159
15160 -
15161   type: "plot"
15162   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15163   algorithm: "plot_performance_box"
15164   output-file-type: ".html"
15165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15166   data: "plot-vpp-throughput-latency-2n-skx"
15167   filter: "'NIC_Intel-X710' and
15168            '64B' and
15169            'NDRPDR' and
15170            ('ETH' or 'DOT1Q') and
15171            'BASE' and
15172            '4T2C' and
15173            ('L2BDMACLRN' or 'L2XCFWD') and
15174            'VHOST_1024' and
15175            not 'VXLAN' and
15176            not 'IP4FWD' and
15177            not '2VM'"
15178   parameters:
15179   - "throughput"
15180   - "parent"
15181   - "tags"
15182 #  sort:
15183 #  - "not CFS_OPT"
15184 #  - "L2XCFWD"
15185 #  - "not CFS_OPT"
15186 #  - "CFS_OPT"
15187   traces:
15188     hoverinfo: "x+y"
15189     boxpoints: "outliers"
15190     whiskerwidth: 0
15191   layout:
15192     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15193     layout: "plot-throughput"
15194
15195 -
15196   type: "plot"
15197   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15198   algorithm: "plot_performance_box"
15199   output-file-type: ".html"
15200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15201   data: "plot-vpp-throughput-latency-2n-skx"
15202   filter: "'NIC_Intel-X710' and
15203            '64B' and
15204            'NDRPDR' and
15205            ('ETH' or 'DOT1Q') and
15206            'BASE' and
15207            '4T2C' and
15208            ('L2BDMACLRN' or 'L2XCFWD') and
15209            'VHOST_1024' and
15210            not 'VXLAN' and
15211            not 'IP4FWD' and
15212            not '2VM'"
15213   parameters:
15214   - "throughput"
15215   - "parent"
15216   - "tags"
15217 #  sort:
15218 #  - "not CFS_OPT"
15219 #  - "L2XCFWD"
15220 #  - "not CFS_OPT"
15221 #  - "CFS_OPT"
15222   traces:
15223     hoverinfo: "x+y"
15224     boxpoints: "outliers"
15225     whiskerwidth: 0
15226   layout:
15227     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15228     layout: "plot-throughput"
15229
15230 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15231 -
15232   type: "plot"
15233   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15234   algorithm: "plot_performance_box"
15235   output-file-type: ".html"
15236   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15237   data: "plot-vpp-throughput-latency-2n-skx"
15238   filter: "'NIC_Intel-X710' and
15239            '64B' and
15240            'NDRPDR' and
15241            ('ETH' or 'DOT1Q') and
15242            '2T1C' and
15243            ('L2BDMACLRN' or 'L2XCFWD') and
15244            'VHOST_1024' and
15245            not 'CFS_OPT' and
15246            not 'VXLAN' and
15247            not 'IP4FWD'"
15248   parameters:
15249   - "throughput"
15250   - "parent"
15251   - "tags"
15252 #  sort:
15253 #  - "1VM"
15254 #  - "L2XCFWD"
15255 #  - "1VM"
15256 #  - "L2BDMACLRN"
15257   traces:
15258     hoverinfo: "x+y"
15259     boxpoints: "outliers"
15260     whiskerwidth: 0
15261   layout:
15262     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15263     layout: "plot-throughput"
15264
15265 -
15266   type: "plot"
15267   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15268   algorithm: "plot_performance_box"
15269   output-file-type: ".html"
15270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15271   data: "plot-vpp-throughput-latency-2n-skx"
15272   filter: "'NIC_Intel-X710' and
15273            '64B' and
15274            'NDRPDR' and
15275            ('ETH' or 'DOT1Q') and
15276            '2T1C' and
15277            ('L2BDMACLRN' or 'L2XCFWD') and
15278            'VHOST_1024' and
15279            not 'CFS_OPT' and
15280            not 'VXLAN' and
15281            not 'IP4FWD'"
15282   parameters:
15283   - "throughput"
15284   - "parent"
15285   - "tags"
15286 #  sort:
15287 #  - "1VM"
15288 #  - "L2XCFWD"
15289 #  - "1VM"
15290 #  - "L2BDMACLRN"
15291   traces:
15292     hoverinfo: "x+y"
15293     boxpoints: "outliers"
15294     whiskerwidth: 0
15295   layout:
15296     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15297     layout: "plot-throughput"
15298
15299 -
15300   type: "plot"
15301   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15302   algorithm: "plot_performance_box"
15303   output-file-type: ".html"
15304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15305   data: "plot-vpp-throughput-latency-2n-skx"
15306   filter: "'NIC_Intel-X710' and
15307            '64B' and
15308            'NDRPDR' and
15309            ('ETH' or 'DOT1Q') and
15310            '4T2C' and
15311            ('L2BDMACLRN' or 'L2XCFWD') and
15312            'VHOST_1024' and
15313            not 'CFS_OPT' and
15314            not 'VXLAN' and
15315            not 'IP4FWD'"
15316   parameters:
15317   - "throughput"
15318   - "parent"
15319   - "tags"
15320 #  sort:
15321 #  - "1VM"
15322 #  - "L2XCFWD"
15323 #  - "1VM"
15324 #  - "L2BDMACLRN"
15325   traces:
15326     hoverinfo: "x+y"
15327     boxpoints: "outliers"
15328     whiskerwidth: 0
15329   layout:
15330     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15331     layout: "plot-throughput"
15332
15333 -
15334   type: "plot"
15335   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15336   algorithm: "plot_performance_box"
15337   output-file-type: ".html"
15338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15339   data: "plot-vpp-throughput-latency-2n-skx"
15340   filter: "'NIC_Intel-X710' and
15341            '64B' and
15342            'NDRPDR' and
15343            ('ETH' or 'DOT1Q') and
15344            '4T2C' and
15345            ('L2BDMACLRN' or 'L2XCFWD') and
15346            'VHOST_1024' and
15347            not 'CFS_OPT' and
15348            not 'VXLAN' and
15349            not 'IP4FWD'"
15350   parameters:
15351   - "throughput"
15352   - "parent"
15353   - "tags"
15354 #  sort:
15355 #  - "1VM"
15356 #  - "L2XCFWD"
15357 #  - "1VM"
15358 #  - "L2BDMACLRN"
15359   traces:
15360     hoverinfo: "x+y"
15361     boxpoints: "outliers"
15362     whiskerwidth: 0
15363   layout:
15364     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15365     layout: "plot-throughput"
15366
15367 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15368 -
15369   type: "plot"
15370   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15371   algorithm: "plot_performance_box"
15372   output-file-type: ".html"
15373   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15374   data: "plot-vpp-throughput-latency-2n-skx"
15375   filter: "'NIC_Intel-XXV710' and
15376            '64B' and
15377            'NDRPDR' and
15378            'ETH' and
15379            'IP4FWD' and
15380            '2T1C' and
15381            'VHOST_1024' and
15382            not 'VXLAN' and
15383            not 'DOT1Q'"
15384   parameters:
15385   - "throughput"
15386   - "parent"
15387   - "tags"
15388   sort:
15389   - "not CFS_OPT"
15390   - "1VM"
15391   - "2VM"
15392   traces:
15393     hoverinfo: "x+y"
15394     boxpoints: "outliers"
15395     whiskerwidth: 0
15396   layout:
15397     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15398     layout: "plot-throughput"
15399
15400 -
15401   type: "plot"
15402   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15403   algorithm: "plot_performance_box"
15404   output-file-type: ".html"
15405   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15406   data: "plot-vpp-throughput-latency-2n-skx"
15407   filter: "'NIC_Intel-XXV710' and
15408            '64B' and
15409            'NDRPDR' and
15410            'ETH' and
15411            'IP4FWD' and
15412            '4T2C' and
15413            'VHOST_1024' and
15414            not 'VXLAN' and
15415            not 'DOT1Q'"
15416   parameters:
15417   - "throughput"
15418   - "parent"
15419   - "tags"
15420   sort:
15421   - "not CFS_OPT"
15422   - "1VM"
15423   - "2VM"
15424   traces:
15425     hoverinfo: "x+y"
15426     boxpoints: "outliers"
15427     whiskerwidth: 0
15428   layout:
15429     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15430     layout: "plot-throughput"
15431
15432 -
15433   type: "plot"
15434   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15435   algorithm: "plot_performance_box"
15436   output-file-type: ".html"
15437   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15438   data: "plot-vpp-throughput-latency-2n-skx"
15439   filter: "'NIC_Intel-XXV710' and
15440            '64B' and
15441            'NDRPDR' and
15442            'ETH' and
15443            'IP4FWD' and
15444            '2T1C' and
15445            'VHOST_1024' and
15446            not 'VXLAN' and
15447            not 'DOT1Q'"
15448   parameters:
15449   - "throughput"
15450   - "parent"
15451   - "tags"
15452   sort:
15453   - "not CFS_OPT"
15454   - "1VM"
15455   - "2VM"
15456   traces:
15457     hoverinfo: "x+y"
15458     boxpoints: "outliers"
15459     whiskerwidth: 0
15460   layout:
15461     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15462     layout: "plot-throughput"
15463
15464 -
15465   type: "plot"
15466   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15467   algorithm: "plot_performance_box"
15468   output-file-type: ".html"
15469   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15470   data: "plot-vpp-throughput-latency-2n-skx"
15471   filter: "'NIC_Intel-XXV710' and
15472            '64B' and
15473            'NDRPDR' and
15474            'ETH' and
15475            'IP4FWD' and
15476            '4T2C' and
15477            'VHOST_1024' and
15478            not 'VXLAN' and
15479            not 'DOT1Q'"
15480   parameters:
15481   - "throughput"
15482   - "parent"
15483   - "tags"
15484   sort:
15485   - "not CFS_OPT"
15486   - "1VM"
15487   - "2VM"
15488   traces:
15489     hoverinfo: "x+y"
15490     boxpoints: "outliers"
15491     whiskerwidth: 0
15492   layout:
15493     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15494     layout: "plot-throughput"
15495
15496 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
15497 -
15498   type: "plot"
15499   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15500   algorithm: "plot_performance_box"
15501   output-file-type: ".html"
15502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15503   data: "plot-vpp-throughput-latency-2n-skx"
15504   filter: "'NIC_Intel-XXV710' and
15505            '64B' and
15506            'NDRPDR' and
15507            ('ETH' or 'DOT1Q') and
15508            '2T1C' and
15509            'L2BDMACLRN' and
15510            'VHOST_1024' and
15511            not 'VXLAN' and
15512            not 'IP4FWD' and
15513            not '2VM'"
15514   parameters:
15515   - "throughput"
15516   - "parent"
15517   - "tags"
15518 #  sort:
15519 #  - "VM"  # "not CFS_OPT"
15520 #  - "CFS_OPT"
15521 #  - "FIB_10K"
15522 #  - "FIB_100K"
15523 #  - "FIB_1M"
15524   traces:
15525     hoverinfo: "x+y"
15526     boxpoints: "outliers"
15527     whiskerwidth: 0
15528   layout:
15529     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15530     layout: "plot-throughput"
15531
15532 -
15533   type: "plot"
15534   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15535   algorithm: "plot_performance_box"
15536   output-file-type: ".html"
15537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15538   data: "plot-vpp-throughput-latency-2n-skx"
15539   filter: "'NIC_Intel-XXV710' and
15540            '64B' and
15541            'NDRPDR' and
15542            ('ETH' or 'DOT1Q') and
15543            '4T2C' and
15544            'L2BDMACLRN' and
15545            'VHOST_1024' and
15546            not 'VXLAN' and
15547            not 'IP4FWD' and
15548            not '2VM'"
15549   parameters:
15550   - "throughput"
15551   - "parent"
15552   - "tags"
15553 #  sort:
15554 #  - "VM"  # "not CFS_OPT"
15555 #  - "CFS_OPT"
15556 #  - "FIB_10K"
15557 #  - "FIB_100K"
15558 #  - "FIB_1M"
15559   traces:
15560     hoverinfo: "x+y"
15561     boxpoints: "outliers"
15562     whiskerwidth: 0
15563   layout:
15564     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15565     layout: "plot-throughput"
15566
15567 -
15568   type: "plot"
15569   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15570   algorithm: "plot_performance_box"
15571   output-file-type: ".html"
15572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15573   data: "plot-vpp-throughput-latency-2n-skx"
15574   filter: "'NIC_Intel-XXV710' and
15575            '64B' and
15576            'NDRPDR' and
15577            ('ETH' or 'DOT1Q') and
15578            '2T1C' and
15579            'L2BDMACLRN' and
15580            'VHOST_1024' and
15581            not 'VXLAN' and
15582            not 'IP4FWD' and
15583            not '2VM'"
15584   parameters:
15585   - "throughput"
15586   - "parent"
15587   - "tags"
15588 #  sort:
15589 #  - "VM"  # "not CFS_OPT"
15590 #  - "CFS_OPT"
15591 #  - "FIB_10K"
15592 #  - "FIB_100K"
15593 #  - "FIB_1M"
15594   traces:
15595     hoverinfo: "x+y"
15596     boxpoints: "outliers"
15597     whiskerwidth: 0
15598   layout:
15599     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15600     layout: "plot-throughput"
15601
15602 -
15603   type: "plot"
15604   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15605   algorithm: "plot_performance_box"
15606   output-file-type: ".html"
15607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15608   data: "plot-vpp-throughput-latency-2n-skx"
15609   filter: "'NIC_Intel-XXV710' and
15610            '64B' and
15611            'NDRPDR' and
15612            ('ETH' or 'DOT1Q') and
15613            '4T2C' and
15614            'L2BDMACLRN' and
15615            'VHOST_1024' and
15616            not 'VXLAN' and
15617            not 'IP4FWD' and
15618            not '2VM'"
15619   parameters:
15620   - "throughput"
15621   - "parent"
15622   - "tags"
15623 #  sort:
15624 #  - "VM"  # "not CFS_OPT"
15625 #  - "CFS_OPT"
15626 #  - "FIB_10K"
15627 #  - "FIB_100K"
15628 #  - "FIB_1M"
15629   traces:
15630     hoverinfo: "x+y"
15631     boxpoints: "outliers"
15632     whiskerwidth: 0
15633   layout:
15634     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15635     layout: "plot-throughput"
15636
15637 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15638 -
15639   type: "plot"
15640   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15641   algorithm: "plot_performance_box"
15642   output-file-type: ".html"
15643   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15644   data: "plot-vpp-throughput-latency-2n-skx"
15645   filter: "'NIC_Intel-XXV710' and
15646            '64B' and
15647            'NDRPDR' and
15648            ('ETH' or 'DOT1Q') and
15649            'BASE' and
15650            '2T1C' and
15651            ('L2BDMACLRN' or 'L2XCFWD') and
15652            'VHOST_1024' and
15653            not 'VXLAN' and
15654            not 'IP4FWD' and
15655            not '2VM'"
15656   parameters:
15657   - "throughput"
15658   - "parent"
15659   - "tags"
15660 #  sort:
15661 #  - "not CFS_OPT"
15662 #  - "L2XCFWD"
15663 #  - "not CFS_OPT"
15664 #  - "CFS_OPT"
15665   traces:
15666     hoverinfo: "x+y"
15667     boxpoints: "outliers"
15668     whiskerwidth: 0
15669   layout:
15670     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15671     layout: "plot-throughput"
15672
15673 -
15674   type: "plot"
15675   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15676   algorithm: "plot_performance_box"
15677   output-file-type: ".html"
15678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15679   data: "plot-vpp-throughput-latency-2n-skx"
15680   filter: "'NIC_Intel-XXV710' and
15681            '64B' and
15682            'NDRPDR' and
15683            ('ETH' or 'DOT1Q') and
15684            'BASE' and
15685            '2T1C' and
15686            ('L2BDMACLRN' or 'L2XCFWD') and
15687            'VHOST_1024' and
15688            not 'VXLAN' and
15689            not 'IP4FWD' and
15690            not '2VM'"
15691   parameters:
15692   - "throughput"
15693   - "parent"
15694   - "tags"
15695 #  sort:
15696 #  - "not CFS_OPT"
15697 #  - "L2XCFWD"
15698 #  - "not CFS_OPT"
15699 #  - "CFS_OPT"
15700   traces:
15701     hoverinfo: "x+y"
15702     boxpoints: "outliers"
15703     whiskerwidth: 0
15704   layout:
15705     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15706     layout: "plot-throughput"
15707
15708 -
15709   type: "plot"
15710   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15711   algorithm: "plot_performance_box"
15712   output-file-type: ".html"
15713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15714   data: "plot-vpp-throughput-latency-2n-skx"
15715   filter: "'NIC_Intel-XXV710' and
15716            '64B' and
15717            'NDRPDR' and
15718            ('ETH' or 'DOT1Q') and
15719            'BASE' and
15720            '4T2C' and
15721            ('L2BDMACLRN' or 'L2XCFWD') and
15722            'VHOST_1024' and
15723            not 'VXLAN' and
15724            not 'IP4FWD' and
15725            not '2VM'"
15726   parameters:
15727   - "throughput"
15728   - "parent"
15729   - "tags"
15730 #  sort:
15731 #  - "not CFS_OPT"
15732 #  - "L2XCFWD"
15733 #  - "not CFS_OPT"
15734 #  - "CFS_OPT"
15735   traces:
15736     hoverinfo: "x+y"
15737     boxpoints: "outliers"
15738     whiskerwidth: 0
15739   layout:
15740     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15741     layout: "plot-throughput"
15742
15743 -
15744   type: "plot"
15745   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15746   algorithm: "plot_performance_box"
15747   output-file-type: ".html"
15748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15749   data: "plot-vpp-throughput-latency-2n-skx"
15750   filter: "'NIC_Intel-XXV710' and
15751            '64B' and
15752            'NDRPDR' and
15753            ('ETH' or 'DOT1Q') and
15754            'BASE' and
15755            '4T2C' and
15756            ('L2BDMACLRN' or 'L2XCFWD') and
15757            'VHOST_1024' and
15758            not 'VXLAN' and
15759            not 'IP4FWD' and
15760            not '2VM'"
15761   parameters:
15762   - "throughput"
15763   - "parent"
15764   - "tags"
15765 #  sort:
15766 #  - "not CFS_OPT"
15767 #  - "L2XCFWD"
15768 #  - "not CFS_OPT"
15769 #  - "CFS_OPT"
15770   traces:
15771     hoverinfo: "x+y"
15772     boxpoints: "outliers"
15773     whiskerwidth: 0
15774   layout:
15775     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15776     layout: "plot-throughput"
15777
15778 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15779 -
15780   type: "plot"
15781   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15782   algorithm: "plot_performance_box"
15783   output-file-type: ".html"
15784   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15785   data: "plot-vpp-throughput-latency-2n-skx"
15786   filter: "'NIC_Intel-XXV710' and
15787            '64B' and
15788            'NDRPDR' and
15789            ('ETH' or 'DOT1Q') and
15790            '2T1C' and
15791            ('L2BDMACLRN' or 'L2XCFWD') and
15792            'VHOST_1024' and
15793            not 'CFS_OPT' and
15794            not 'VXLAN' and
15795            not 'IP4FWD'"
15796   parameters:
15797   - "throughput"
15798   - "parent"
15799   - "tags"
15800 #  sort:
15801 #  - "1VM"
15802 #  - "L2XCFWD"
15803 #  - "1VM"
15804 #  - "L2BDMACLRN"
15805   traces:
15806     hoverinfo: "x+y"
15807     boxpoints: "outliers"
15808     whiskerwidth: 0
15809   layout:
15810     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15811     layout: "plot-throughput"
15812
15813 -
15814   type: "plot"
15815   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15816   algorithm: "plot_performance_box"
15817   output-file-type: ".html"
15818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15819   data: "plot-vpp-throughput-latency-2n-skx"
15820   filter: "'NIC_Intel-XXV710' and
15821            '64B' and
15822            'NDRPDR' and
15823            ('ETH' or 'DOT1Q') and
15824            '2T1C' and
15825            ('L2BDMACLRN' or 'L2XCFWD') and
15826            'VHOST_1024' and
15827            not 'CFS_OPT' and
15828            not 'VXLAN' and
15829            not 'IP4FWD'"
15830   parameters:
15831   - "throughput"
15832   - "parent"
15833   - "tags"
15834 #  sort:
15835 #  - "1VM"
15836 #  - "L2XCFWD"
15837 #  - "1VM"
15838 #  - "L2BDMACLRN"
15839   traces:
15840     hoverinfo: "x+y"
15841     boxpoints: "outliers"
15842     whiskerwidth: 0
15843   layout:
15844     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15845     layout: "plot-throughput"
15846
15847 -
15848   type: "plot"
15849   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15850   algorithm: "plot_performance_box"
15851   output-file-type: ".html"
15852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15853   data: "plot-vpp-throughput-latency-2n-skx"
15854   filter: "'NIC_Intel-XXV710' and
15855            '64B' and
15856            'NDRPDR' and
15857            ('ETH' or 'DOT1Q') and
15858            '4T2C' and
15859            ('L2BDMACLRN' or 'L2XCFWD') and
15860            'VHOST_1024' and
15861            not 'CFS_OPT' and
15862            not 'VXLAN' and
15863            not 'IP4FWD'"
15864   parameters:
15865   - "throughput"
15866   - "parent"
15867   - "tags"
15868 #  sort:
15869 #  - "1VM"
15870 #  - "L2XCFWD"
15871 #  - "1VM"
15872 #  - "L2BDMACLRN"
15873   traces:
15874     hoverinfo: "x+y"
15875     boxpoints: "outliers"
15876     whiskerwidth: 0
15877   layout:
15878     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15879     layout: "plot-throughput"
15880
15881 -
15882   type: "plot"
15883   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15884   algorithm: "plot_performance_box"
15885   output-file-type: ".html"
15886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15887   data: "plot-vpp-throughput-latency-2n-skx"
15888   filter: "'NIC_Intel-XXV710' and
15889            '64B' and
15890            'NDRPDR' and
15891            ('ETH' or 'DOT1Q') and
15892            '4T2C' and
15893            ('L2BDMACLRN' or 'L2XCFWD') and
15894            'VHOST_1024' and
15895            not 'CFS_OPT' and
15896            not 'VXLAN' and
15897            not 'IP4FWD'"
15898   parameters:
15899   - "throughput"
15900   - "parent"
15901   - "tags"
15902 #  sort:
15903 #  - "1VM"
15904 #  - "L2XCFWD"
15905 #  - "1VM"
15906 #  - "L2BDMACLRN"
15907   traces:
15908     hoverinfo: "x+y"
15909     boxpoints: "outliers"
15910     whiskerwidth: 0
15911   layout:
15912     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15913     layout: "plot-throughput"
15914
15915 ################################################################################
15916
15917 # Packet Throughput - VPP VTS 3n-hsw-x520
15918 -
15919   type: "plot"
15920   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15921   algorithm: "plot_performance_box"
15922   output-file-type: ".html"
15923   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15924   data: "plot-vpp-throughput-latency-3n-hsw"
15925   filter: "'NIC_Intel-X520-DA2' and
15926            '114B' and
15927            'NDRPDR' and
15928            '1T1C' and
15929            'VTS'"
15930   parameters:
15931   - "throughput"
15932   - "parent"
15933   - "tags"
15934   traces:
15935     hoverinfo: "x+y"
15936     boxpoints: "outliers"
15937     whiskerwidth: 0
15938   layout:
15939     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15940     layout: "plot-throughput"
15941
15942 -
15943   type: "plot"
15944   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15945   algorithm: "plot_performance_box"
15946   output-file-type: ".html"
15947   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15948   data: "plot-vpp-throughput-latency-3n-hsw"
15949   filter: "'NIC_Intel-X520-DA2' and
15950            '114B' and
15951            'NDRPDR' and
15952            '2T2C' and
15953            'VTS'"
15954   parameters:
15955   - "throughput"
15956   - "parent"
15957   - "tags"
15958   traces:
15959     hoverinfo: "x+y"
15960     boxpoints: "outliers"
15961     whiskerwidth: 0
15962   layout:
15963     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15964     layout: "plot-throughput"
15965
15966 -
15967   type: "plot"
15968   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15969   algorithm: "plot_performance_box"
15970   output-file-type: ".html"
15971   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15972   data: "plot-vpp-throughput-latency-3n-hsw"
15973   filter: "'NIC_Intel-X520-DA2' and
15974            '114B' and
15975            'NDRPDR' and
15976            '1T1C' and
15977            'VTS'"
15978   parameters:
15979   - "throughput"
15980   - "parent"
15981   - "tags"
15982   traces:
15983     hoverinfo: "x+y"
15984     boxpoints: "outliers"
15985     whiskerwidth: 0
15986   layout:
15987     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15988     layout: "plot-throughput"
15989
15990 -
15991   type: "plot"
15992   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15993   algorithm: "plot_performance_box"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15996   data: "plot-vpp-throughput-latency-3n-hsw"
15997   filter: "'NIC_Intel-X520-DA2' and
15998            '114B' and
15999            'NDRPDR' and
16000            '2T2C' and
16001            'VTS'"
16002   parameters:
16003   - "throughput"
16004   - "parent"
16005   - "tags"
16006   traces:
16007     hoverinfo: "x+y"
16008     boxpoints: "outliers"
16009     whiskerwidth: 0
16010   layout:
16011     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16012     layout: "plot-throughput"
16013
16014 ################################################################################
16015
16016 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16017 -
16018   type: "plot"
16019   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16020   algorithm: "plot_performance_box"
16021   output-file-type: ".html"
16022   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16023   data: "plot-dpdk-throughput-latency-3n-hsw"
16024   filter: "'NIC_Intel-X520-DA2' and
16025            '64B' and
16026            'BASE' and
16027            'NDRPDR' and
16028            '1T1C' and
16029            'IP4FWD'"
16030   parameters:
16031   - "throughput"
16032   - "parent"
16033   - "tags"
16034   traces:
16035     hoverinfo: "x+y"
16036     boxpoints: "outliers"
16037     whiskerwidth: 0
16038   layout:
16039     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16040     layout: "plot-throughput"
16041
16042 -
16043   type: "plot"
16044   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16045   algorithm: "plot_performance_box"
16046   output-file-type: ".html"
16047   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16048   data: "plot-dpdk-throughput-latency-3n-hsw"
16049   filter: "'NIC_Intel-X520-DA2' and
16050            '64B' and
16051            'BASE' and
16052            'NDRPDR' and
16053            '2T2C' and
16054            'IP4FWD'"
16055   parameters:
16056   - "throughput"
16057   - "parent"
16058   - "tags"
16059   traces:
16060     hoverinfo: "x+y"
16061     boxpoints: "outliers"
16062     whiskerwidth: 0
16063   layout:
16064     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16065     layout: "plot-throughput"
16066
16067 -
16068   type: "plot"
16069   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16070   algorithm: "plot_performance_box"
16071   output-file-type: ".html"
16072   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16073   data: "plot-dpdk-throughput-latency-3n-hsw"
16074   filter: "'NIC_Intel-X520-DA2' and
16075            '64B' and
16076            'BASE' and
16077            'NDRPDR' and
16078            '1T1C' and
16079            'IP4FWD'"
16080   parameters:
16081   - "throughput"
16082   - "parent"
16083   - "tags"
16084   traces:
16085     hoverinfo: "x+y"
16086     boxpoints: "outliers"
16087     whiskerwidth: 0
16088   layout:
16089     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16090     layout: "plot-throughput"
16091
16092 -
16093   type: "plot"
16094   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16095   algorithm: "plot_performance_box"
16096   output-file-type: ".html"
16097   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16098   data: "plot-dpdk-throughput-latency-3n-hsw"
16099   filter: "'NIC_Intel-X520-DA2' and
16100            '64B' and
16101            'BASE' and
16102            'NDRPDR' and
16103            '2T2C' and
16104            'IP4FWD'"
16105   parameters:
16106   - "throughput"
16107   - "parent"
16108   - "tags"
16109   traces:
16110     hoverinfo: "x+y"
16111     boxpoints: "outliers"
16112     whiskerwidth: 0
16113   layout:
16114     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16115     layout: "plot-throughput"
16116
16117 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16118 -
16119   type: "plot"
16120   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16121   algorithm: "plot_performance_box"
16122   output-file-type: ".html"
16123   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16124   data: "plot-dpdk-throughput-latency-3n-hsw"
16125   filter: "'NIC_Intel-X710' and
16126            '64B' and
16127            'BASE' and
16128            'NDRPDR' and
16129            '1T1C' and
16130            'IP4FWD'"
16131   parameters:
16132   - "throughput"
16133   - "parent"
16134   - "tags"
16135   traces:
16136     hoverinfo: "x+y"
16137     boxpoints: "outliers"
16138     whiskerwidth: 0
16139   layout:
16140     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16141     layout: "plot-throughput"
16142
16143 -
16144   type: "plot"
16145   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16146   algorithm: "plot_performance_box"
16147   output-file-type: ".html"
16148   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16149   data: "plot-dpdk-throughput-latency-3n-hsw"
16150   filter: "'NIC_Intel-X710' and
16151            '64B' and
16152            'BASE' and
16153            'NDRPDR' and
16154            '2T2C' and
16155            'IP4FWD'"
16156   parameters:
16157   - "throughput"
16158   - "parent"
16159   - "tags"
16160   traces:
16161     hoverinfo: "x+y"
16162     boxpoints: "outliers"
16163     whiskerwidth: 0
16164   layout:
16165     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16166     layout: "plot-throughput"
16167
16168 -
16169   type: "plot"
16170   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16171   algorithm: "plot_performance_box"
16172   output-file-type: ".html"
16173   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16174   data: "plot-dpdk-throughput-latency-3n-hsw"
16175   filter: "'NIC_Intel-X710' and
16176            '64B' and
16177            'BASE' and
16178            'NDRPDR' and
16179            '1T1C' and
16180            'IP4FWD'"
16181   parameters:
16182   - "throughput"
16183   - "parent"
16184   - "tags"
16185   traces:
16186     hoverinfo: "x+y"
16187     boxpoints: "outliers"
16188     whiskerwidth: 0
16189   layout:
16190     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16191     layout: "plot-throughput"
16192
16193 -
16194   type: "plot"
16195   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16196   algorithm: "plot_performance_box"
16197   output-file-type: ".html"
16198   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16199   data: "plot-dpdk-throughput-latency-3n-hsw"
16200   filter: "'NIC_Intel-X710' and
16201            '64B' and
16202            'BASE' and
16203            'NDRPDR' and
16204            '2T2C' and
16205            'IP4FWD'"
16206   parameters:
16207   - "throughput"
16208   - "parent"
16209   - "tags"
16210   traces:
16211     hoverinfo: "x+y"
16212     boxpoints: "outliers"
16213     whiskerwidth: 0
16214   layout:
16215     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16216     layout: "plot-throughput"
16217
16218 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16219 -
16220   type: "plot"
16221   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16222   algorithm: "plot_performance_box"
16223   output-file-type: ".html"
16224   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16225   data: "plot-dpdk-throughput-latency-3n-hsw"
16226   filter: "'NIC_Intel-XL710' and
16227            '64B' and
16228            'BASE' and
16229            'NDRPDR' and
16230            '1T1C' and
16231            'IP4FWD'"
16232   parameters:
16233   - "throughput"
16234   - "parent"
16235   - "tags"
16236   traces:
16237     hoverinfo: "x+y"
16238     boxpoints: "outliers"
16239     whiskerwidth: 0
16240   layout:
16241     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16242     layout: "plot-throughput"
16243
16244 -
16245   type: "plot"
16246   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16247   algorithm: "plot_performance_box"
16248   output-file-type: ".html"
16249   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16250   data: "plot-dpdk-throughput-latency-3n-hsw"
16251   filter: "'NIC_Intel-XL710' and
16252            '64B' and
16253            'BASE' and
16254            'NDRPDR' and
16255            '2T2C' and
16256            'IP4FWD'"
16257   parameters:
16258   - "throughput"
16259   - "parent"
16260   - "tags"
16261   traces:
16262     hoverinfo: "x+y"
16263     boxpoints: "outliers"
16264     whiskerwidth: 0
16265   layout:
16266     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16267     layout: "plot-throughput"
16268
16269 -
16270   type: "plot"
16271   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16272   algorithm: "plot_performance_box"
16273   output-file-type: ".html"
16274   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16275   data: "plot-dpdk-throughput-latency-3n-hsw"
16276   filter: "'NIC_Intel-XL710' and
16277            '64B' and
16278            'BASE' and
16279            'NDRPDR' and
16280            '1T1C' and
16281            'IP4FWD'"
16282   parameters:
16283   - "throughput"
16284   - "parent"
16285   - "tags"
16286   traces:
16287     hoverinfo: "x+y"
16288     boxpoints: "outliers"
16289     whiskerwidth: 0
16290   layout:
16291     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16292     layout: "plot-throughput"
16293
16294 -
16295   type: "plot"
16296   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16297   algorithm: "plot_performance_box"
16298   output-file-type: ".html"
16299   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16300   data: "plot-dpdk-throughput-latency-3n-hsw"
16301   filter: "'NIC_Intel-XL710' and
16302            '64B' and
16303            'BASE' and
16304            'NDRPDR' and
16305            '2T2C' and
16306            'IP4FWD'"
16307   parameters:
16308   - "throughput"
16309   - "parent"
16310   - "tags"
16311   traces:
16312     hoverinfo: "x+y"
16313     boxpoints: "outliers"
16314     whiskerwidth: 0
16315   layout:
16316     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16317     layout: "plot-throughput"
16318
16319 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16320 -
16321   type: "plot"
16322   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16323   algorithm: "plot_performance_box"
16324   output-file-type: ".html"
16325   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16326   data: "plot-dpdk-throughput-latency-3n-skx"
16327   filter: "'NIC_Intel-X710' and
16328            '64B' and
16329            'BASE' and
16330            'NDRPDR' and
16331            '2T1C' and
16332            'IP4FWD'"
16333   parameters:
16334   - "throughput"
16335   - "parent"
16336   - "tags"
16337   traces:
16338     hoverinfo: "x+y"
16339     boxpoints: "outliers"
16340     whiskerwidth: 0
16341   layout:
16342     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16343     layout: "plot-throughput"
16344
16345 -
16346   type: "plot"
16347   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16348   algorithm: "plot_performance_box"
16349   output-file-type: ".html"
16350   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16351   data: "plot-dpdk-throughput-latency-3n-skx"
16352   filter: "'NIC_Intel-X710' and
16353            '64B' and
16354            'BASE' and
16355            'NDRPDR' and
16356            '4T2C' and
16357            'IP4FWD'"
16358   parameters:
16359   - "throughput"
16360   - "parent"
16361   - "tags"
16362   traces:
16363     hoverinfo: "x+y"
16364     boxpoints: "outliers"
16365     whiskerwidth: 0
16366   layout:
16367     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16368     layout: "plot-throughput"
16369
16370 -
16371   type: "plot"
16372   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16373   algorithm: "plot_performance_box"
16374   output-file-type: ".html"
16375   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16376   data: "plot-dpdk-throughput-latency-3n-skx"
16377   filter: "'NIC_Intel-X710' and
16378            '64B' and
16379            'BASE' and
16380            'NDRPDR' and
16381            '2T1C' and
16382            'IP4FWD'"
16383   parameters:
16384   - "throughput"
16385   - "parent"
16386   - "tags"
16387   traces:
16388     hoverinfo: "x+y"
16389     boxpoints: "outliers"
16390     whiskerwidth: 0
16391   layout:
16392     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16393     layout: "plot-throughput"
16394
16395 -
16396   type: "plot"
16397   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16398   algorithm: "plot_performance_box"
16399   output-file-type: ".html"
16400   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16401   data: "plot-dpdk-throughput-latency-3n-skx"
16402   filter: "'NIC_Intel-X710' and
16403            '64B' and
16404            'BASE' and
16405            'NDRPDR' and
16406            '4T2C' and
16407            'IP4FWD'"
16408   parameters:
16409   - "throughput"
16410   - "parent"
16411   - "tags"
16412   traces:
16413     hoverinfo: "x+y"
16414     boxpoints: "outliers"
16415     whiskerwidth: 0
16416   layout:
16417     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16418     layout: "plot-throughput"
16419
16420 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16421 -
16422   type: "plot"
16423   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16424   algorithm: "plot_performance_box"
16425   output-file-type: ".html"
16426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16427   data: "plot-dpdk-throughput-latency-3n-skx"
16428   filter: "'NIC_Intel-XXV710' and
16429            '64B' and
16430            'BASE' and
16431            'NDRPDR' and
16432            '2T1C' and
16433            'IP4FWD'"
16434   parameters:
16435   - "throughput"
16436   - "parent"
16437   - "tags"
16438   traces:
16439     hoverinfo: "x+y"
16440     boxpoints: "outliers"
16441     whiskerwidth: 0
16442   layout:
16443     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16444     layout: "plot-throughput"
16445
16446 -
16447   type: "plot"
16448   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16449   algorithm: "plot_performance_box"
16450   output-file-type: ".html"
16451   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16452   data: "plot-dpdk-throughput-latency-3n-skx"
16453   filter: "'NIC_Intel-XXV710' and
16454            '64B' and
16455            'BASE' and
16456            'NDRPDR' and
16457            '4T2C' and
16458            'IP4FWD'"
16459   parameters:
16460   - "throughput"
16461   - "parent"
16462   - "tags"
16463   traces:
16464     hoverinfo: "x+y"
16465     boxpoints: "outliers"
16466     whiskerwidth: 0
16467   layout:
16468     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16469     layout: "plot-throughput"
16470
16471 -
16472   type: "plot"
16473   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16474   algorithm: "plot_performance_box"
16475   output-file-type: ".html"
16476   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16477   data: "plot-dpdk-throughput-latency-3n-skx"
16478   filter: "'NIC_Intel-XXV710' and
16479            '64B' and
16480            'BASE' and
16481            'NDRPDR' and
16482            '2T1C' and
16483            'IP4FWD'"
16484   parameters:
16485   - "throughput"
16486   - "parent"
16487   - "tags"
16488   traces:
16489     hoverinfo: "x+y"
16490     boxpoints: "outliers"
16491     whiskerwidth: 0
16492   layout:
16493     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16494     layout: "plot-throughput"
16495
16496 -
16497   type: "plot"
16498   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16499   algorithm: "plot_performance_box"
16500   output-file-type: ".html"
16501   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16502   data: "plot-dpdk-throughput-latency-3n-skx"
16503   filter: "'NIC_Intel-XXV710' and
16504            '64B' and
16505            'BASE' and
16506            'NDRPDR' and
16507            '4T2C' and
16508            'IP4FWD'"
16509   parameters:
16510   - "throughput"
16511   - "parent"
16512   - "tags"
16513   traces:
16514     hoverinfo: "x+y"
16515     boxpoints: "outliers"
16516     whiskerwidth: 0
16517   layout:
16518     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16519     layout: "plot-throughput"
16520
16521 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16522 -
16523   type: "plot"
16524   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16525   algorithm: "plot_performance_box"
16526   output-file-type: ".html"
16527   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16528   data: "plot-dpdk-throughput-latency-2n-skx"
16529   filter: "'NIC_Intel-X710' and
16530            '64B' and
16531            'BASE' and
16532            'NDRPDR' and
16533            '2T1C' and
16534            'IP4FWD'"
16535   parameters:
16536   - "throughput"
16537   - "parent"
16538   - "tags"
16539   traces:
16540     hoverinfo: "x+y"
16541     boxpoints: "outliers"
16542     whiskerwidth: 0
16543   layout:
16544     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16545     layout: "plot-throughput"
16546
16547 -
16548   type: "plot"
16549   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16550   algorithm: "plot_performance_box"
16551   output-file-type: ".html"
16552   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16553   data: "plot-dpdk-throughput-latency-2n-skx"
16554   filter: "'NIC_Intel-X710' and
16555            '64B' and
16556            'BASE' and
16557            'NDRPDR' and
16558            '4T2C' and
16559            'IP4FWD'"
16560   parameters:
16561   - "throughput"
16562   - "parent"
16563   - "tags"
16564   traces:
16565     hoverinfo: "x+y"
16566     boxpoints: "outliers"
16567     whiskerwidth: 0
16568   layout:
16569     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16570     layout: "plot-throughput"
16571
16572 -
16573   type: "plot"
16574   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16575   algorithm: "plot_performance_box"
16576   output-file-type: ".html"
16577   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16578   data: "plot-dpdk-throughput-latency-2n-skx"
16579   filter: "'NIC_Intel-X710' and
16580            '64B' and
16581            'BASE' and
16582            'NDRPDR' and
16583            '2T1C' and
16584            'IP4FWD'"
16585   parameters:
16586   - "throughput"
16587   - "parent"
16588   - "tags"
16589   traces:
16590     hoverinfo: "x+y"
16591     boxpoints: "outliers"
16592     whiskerwidth: 0
16593   layout:
16594     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16595     layout: "plot-throughput"
16596
16597 -
16598   type: "plot"
16599   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16600   algorithm: "plot_performance_box"
16601   output-file-type: ".html"
16602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16603   data: "plot-dpdk-throughput-latency-2n-skx"
16604   filter: "'NIC_Intel-X710' and
16605            '64B' and
16606            'BASE' and
16607            'NDRPDR' and
16608            '4T2C' and
16609            'IP4FWD'"
16610   parameters:
16611   - "throughput"
16612   - "parent"
16613   - "tags"
16614   traces:
16615     hoverinfo: "x+y"
16616     boxpoints: "outliers"
16617     whiskerwidth: 0
16618   layout:
16619     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16620     layout: "plot-throughput"
16621
16622 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16623 -
16624   type: "plot"
16625   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16626   algorithm: "plot_performance_box"
16627   output-file-type: ".html"
16628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16629   data: "plot-dpdk-throughput-latency-2n-skx"
16630   filter: "'NIC_Intel-XXV710' and
16631            '64B' and
16632            'BASE' and
16633            'NDRPDR' and
16634            '2T1C' and
16635            'IP4FWD'"
16636   parameters:
16637   - "throughput"
16638   - "parent"
16639   - "tags"
16640   traces:
16641     hoverinfo: "x+y"
16642     boxpoints: "outliers"
16643     whiskerwidth: 0
16644   layout:
16645     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16646     layout: "plot-throughput"
16647
16648 -
16649   type: "plot"
16650   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16651   algorithm: "plot_performance_box"
16652   output-file-type: ".html"
16653   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16654   data: "plot-dpdk-throughput-latency-2n-skx"
16655   filter: "'NIC_Intel-XXV710' and
16656            '64B' and
16657            'BASE' and
16658            'NDRPDR' and
16659            '4T2C' and
16660            'IP4FWD'"
16661   parameters:
16662   - "throughput"
16663   - "parent"
16664   - "tags"
16665   traces:
16666     hoverinfo: "x+y"
16667     boxpoints: "outliers"
16668     whiskerwidth: 0
16669   layout:
16670     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16671     layout: "plot-throughput"
16672
16673 -
16674   type: "plot"
16675   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16676   algorithm: "plot_performance_box"
16677   output-file-type: ".html"
16678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16679   data: "plot-dpdk-throughput-latency-2n-skx"
16680   filter: "'NIC_Intel-XXV710' and
16681            '64B' and
16682            'BASE' and
16683            'NDRPDR' and
16684            '2T1C' and
16685            'IP4FWD'"
16686   parameters:
16687   - "throughput"
16688   - "parent"
16689   - "tags"
16690   traces:
16691     hoverinfo: "x+y"
16692     boxpoints: "outliers"
16693     whiskerwidth: 0
16694   layout:
16695     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16696     layout: "plot-throughput"
16697
16698 -
16699   type: "plot"
16700   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16701   algorithm: "plot_performance_box"
16702   output-file-type: ".html"
16703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16704   data: "plot-dpdk-throughput-latency-2n-skx"
16705   filter: "'NIC_Intel-XXV710' and
16706            '64B' and
16707            'BASE' and
16708            'NDRPDR' and
16709            '4T2C' and
16710            'IP4FWD'"
16711   parameters:
16712   - "throughput"
16713   - "parent"
16714   - "tags"
16715   traces:
16716     hoverinfo: "x+y"
16717     boxpoints: "outliers"
16718     whiskerwidth: 0
16719   layout:
16720     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16721     layout: "plot-throughput"
16722
16723 ################################################################################
16724
16725 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16726 -
16727   type: "plot"
16728   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16729   algorithm: "plot_performance_box"
16730   output-file-type: ".html"
16731   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16732   data: "plot-dpdk-throughput-latency-3n-hsw"
16733   filter: "'NIC_Intel-X520-DA2' and
16734            '64B' and
16735            'BASE' and
16736            'NDRPDR' and
16737            '1T1C' and
16738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16739   parameters:
16740   - "throughput"
16741   - "parent"
16742   - "tags"
16743   traces:
16744     hoverinfo: "x+y"
16745     boxpoints: "outliers"
16746     whiskerwidth: 0
16747   layout:
16748     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16749     layout: "plot-throughput"
16750
16751 -
16752   type: "plot"
16753   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16754   algorithm: "plot_performance_box"
16755   output-file-type: ".html"
16756   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16757   data: "plot-dpdk-throughput-latency-3n-hsw"
16758   filter: "'NIC_Intel-X520-DA2' and
16759            '64B' and
16760            'BASE' and
16761            'NDRPDR' and
16762            '2T2C' and
16763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16764   parameters:
16765   - "throughput"
16766   - "parent"
16767   - "tags"
16768   traces:
16769     hoverinfo: "x+y"
16770     boxpoints: "outliers"
16771     whiskerwidth: 0
16772   layout:
16773     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16774     layout: "plot-throughput"
16775
16776 -
16777   type: "plot"
16778   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16779   algorithm: "plot_performance_box"
16780   output-file-type: ".html"
16781   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16782   data: "plot-dpdk-throughput-latency-3n-hsw"
16783   filter: "'NIC_Intel-X520-DA2' and
16784            '64B' and
16785            'BASE' and
16786            'NDRPDR' and
16787            '1T1C' and
16788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16789   parameters:
16790   - "throughput"
16791   - "parent"
16792   - "tags"
16793   traces:
16794     hoverinfo: "x+y"
16795     boxpoints: "outliers"
16796     whiskerwidth: 0
16797   layout:
16798     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16799     layout: "plot-throughput"
16800
16801 -
16802   type: "plot"
16803   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16804   algorithm: "plot_performance_box"
16805   output-file-type: ".html"
16806   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16807   data: "plot-dpdk-throughput-latency-3n-hsw"
16808   filter: "'NIC_Intel-X520-DA2' and
16809            '64B' and
16810            'BASE' and
16811            'NDRPDR' and
16812            '2T2C' and
16813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16814   parameters:
16815   - "throughput"
16816   - "parent"
16817   - "tags"
16818   traces:
16819     hoverinfo: "x+y"
16820     boxpoints: "outliers"
16821     whiskerwidth: 0
16822   layout:
16823     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16824     layout: "plot-throughput"
16825
16826 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16827 -
16828   type: "plot"
16829   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16830   algorithm: "plot_performance_box"
16831   output-file-type: ".html"
16832   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16833   data: "plot-dpdk-throughput-latency-3n-hsw"
16834   filter: "'NIC_Intel-X710' and
16835            '64B' and
16836            'BASE' and
16837            'NDRPDR' and
16838            '1T1C' and
16839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16840   parameters:
16841   - "throughput"
16842   - "parent"
16843   - "tags"
16844   traces:
16845     hoverinfo: "x+y"
16846     boxpoints: "outliers"
16847     whiskerwidth: 0
16848   layout:
16849     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16850     layout: "plot-throughput"
16851
16852 -
16853   type: "plot"
16854   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16855   algorithm: "plot_performance_box"
16856   output-file-type: ".html"
16857   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16858   data: "plot-dpdk-throughput-latency-3n-hsw"
16859   filter: "'NIC_Intel-X710' and
16860            '64B' and
16861            'BASE' and
16862            'NDRPDR' and
16863            '2T2C' and
16864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16865   parameters:
16866   - "throughput"
16867   - "parent"
16868   - "tags"
16869   traces:
16870     hoverinfo: "x+y"
16871     boxpoints: "outliers"
16872     whiskerwidth: 0
16873   layout:
16874     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16875     layout: "plot-throughput"
16876
16877 -
16878   type: "plot"
16879   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16880   algorithm: "plot_performance_box"
16881   output-file-type: ".html"
16882   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16883   data: "plot-dpdk-throughput-latency-3n-hsw"
16884   filter: "'NIC_Intel-X710' and
16885            '64B' and
16886            'BASE' and
16887            'NDRPDR' and
16888            '1T1C' and
16889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16890   parameters:
16891   - "throughput"
16892   - "parent"
16893   - "tags"
16894   traces:
16895     hoverinfo: "x+y"
16896     boxpoints: "outliers"
16897     whiskerwidth: 0
16898   layout:
16899     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16900     layout: "plot-throughput"
16901
16902 -
16903   type: "plot"
16904   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16905   algorithm: "plot_performance_box"
16906   output-file-type: ".html"
16907   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16908   data: "plot-dpdk-throughput-latency-3n-hsw"
16909   filter: "'NIC_Intel-X710' and
16910            '64B' and
16911            'BASE' and
16912            'NDRPDR' and
16913            '2T2C' and
16914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16915   parameters:
16916   - "throughput"
16917   - "parent"
16918   - "tags"
16919   traces:
16920     hoverinfo: "x+y"
16921     boxpoints: "outliers"
16922     whiskerwidth: 0
16923   layout:
16924     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16925     layout: "plot-throughput"
16926
16927 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16928 -
16929   type: "plot"
16930   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16931   algorithm: "plot_performance_box"
16932   output-file-type: ".html"
16933   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16934   data: "plot-dpdk-throughput-latency-3n-hsw"
16935   filter: "'NIC_Intel-XL710' and
16936            '64B' and
16937            'BASE' and
16938            'NDRPDR' and
16939            '1T1C' and
16940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16941   parameters:
16942   - "throughput"
16943   - "parent"
16944   - "tags"
16945   traces:
16946     hoverinfo: "x+y"
16947     boxpoints: "outliers"
16948     whiskerwidth: 0
16949   layout:
16950     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16951     layout: "plot-throughput"
16952
16953 -
16954   type: "plot"
16955   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16956   algorithm: "plot_performance_box"
16957   output-file-type: ".html"
16958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16959   data: "plot-dpdk-throughput-latency-3n-hsw"
16960   filter: "'NIC_Intel-XL710' and
16961            '64B' and
16962            'BASE' and
16963            'NDRPDR' and
16964            '2T2C' and
16965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16966   parameters:
16967   - "throughput"
16968   - "parent"
16969   - "tags"
16970   traces:
16971     hoverinfo: "x+y"
16972     boxpoints: "outliers"
16973     whiskerwidth: 0
16974   layout:
16975     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16976     layout: "plot-throughput"
16977
16978 -
16979   type: "plot"
16980   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16981   algorithm: "plot_performance_box"
16982   output-file-type: ".html"
16983   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16984   data: "plot-dpdk-throughput-latency-3n-hsw"
16985   filter: "'NIC_Intel-XL710' and
16986            '64B' and
16987            'BASE' and
16988            'NDRPDR' and
16989            '1T1C' and
16990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16991   parameters:
16992   - "throughput"
16993   - "parent"
16994   - "tags"
16995   traces:
16996     hoverinfo: "x+y"
16997     boxpoints: "outliers"
16998     whiskerwidth: 0
16999   layout:
17000     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17001     layout: "plot-throughput"
17002
17003 -
17004   type: "plot"
17005   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17006   algorithm: "plot_performance_box"
17007   output-file-type: ".html"
17008   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17009   data: "plot-dpdk-throughput-latency-3n-hsw"
17010   filter: "'NIC_Intel-XL710' and
17011            '64B' and
17012            'BASE' and
17013            'NDRPDR' and
17014            '2T2C' and
17015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17016   parameters:
17017   - "throughput"
17018   - "parent"
17019   - "tags"
17020   traces:
17021     hoverinfo: "x+y"
17022     boxpoints: "outliers"
17023     whiskerwidth: 0
17024   layout:
17025     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17026     layout: "plot-throughput"
17027
17028 # Packet Throughput - DPDK testpmd 3n-skx-x710
17029 -
17030   type: "plot"
17031   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17032   algorithm: "plot_performance_box"
17033   output-file-type: ".html"
17034   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17035   data: "plot-dpdk-throughput-latency-3n-skx"
17036   filter: "'NIC_Intel-X710' and
17037            '64B' and
17038            'BASE' and
17039            'NDRPDR' and
17040            '2T1C' and
17041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17042   parameters:
17043   - "throughput"
17044   - "parent"
17045   - "tags"
17046   traces:
17047     hoverinfo: "x+y"
17048     boxpoints: "outliers"
17049     whiskerwidth: 0
17050   layout:
17051     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17052     layout: "plot-throughput"
17053
17054 -
17055   type: "plot"
17056   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17057   algorithm: "plot_performance_box"
17058   output-file-type: ".html"
17059   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17060   data: "plot-dpdk-throughput-latency-3n-skx"
17061   filter: "'NIC_Intel-X710' and
17062            '64B' and
17063            'BASE' and
17064            'NDRPDR' and
17065            '4T2C' and
17066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17067   parameters:
17068   - "throughput"
17069   - "parent"
17070   - "tags"
17071   traces:
17072     hoverinfo: "x+y"
17073     boxpoints: "outliers"
17074     whiskerwidth: 0
17075   layout:
17076     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17077     layout: "plot-throughput"
17078
17079 -
17080   type: "plot"
17081   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17082   algorithm: "plot_performance_box"
17083   output-file-type: ".html"
17084   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17085   data: "plot-dpdk-throughput-latency-3n-skx"
17086   filter: "'NIC_Intel-X710' and
17087            '64B' and
17088            'BASE' and
17089            'NDRPDR' and
17090            '2T1C' and
17091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17092   parameters:
17093   - "throughput"
17094   - "parent"
17095   - "tags"
17096   traces:
17097     hoverinfo: "x+y"
17098     boxpoints: "outliers"
17099     whiskerwidth: 0
17100   layout:
17101     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17102     layout: "plot-throughput"
17103
17104 -
17105   type: "plot"
17106   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17107   algorithm: "plot_performance_box"
17108   output-file-type: ".html"
17109   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17110   data: "plot-dpdk-throughput-latency-3n-skx"
17111   filter: "'NIC_Intel-X710' and
17112            '64B' and
17113            'BASE' and
17114            'NDRPDR' and
17115            '4T2C' and
17116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17117   parameters:
17118   - "throughput"
17119   - "parent"
17120   - "tags"
17121   traces:
17122     hoverinfo: "x+y"
17123     boxpoints: "outliers"
17124     whiskerwidth: 0
17125   layout:
17126     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17127     layout: "plot-throughput"
17128
17129 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17130 -
17131   type: "plot"
17132   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17133   algorithm: "plot_performance_box"
17134   output-file-type: ".html"
17135   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17136   data: "plot-dpdk-throughput-latency-3n-skx"
17137   filter: "'NIC_Intel-XXV710' and
17138            '64B' and
17139            'BASE' and
17140            'NDRPDR' and
17141            '2T1C' and
17142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17143   parameters:
17144   - "throughput"
17145   - "parent"
17146   - "tags"
17147   traces:
17148     hoverinfo: "x+y"
17149     boxpoints: "outliers"
17150     whiskerwidth: 0
17151   layout:
17152     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17153     layout: "plot-throughput"
17154
17155 -
17156   type: "plot"
17157   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17158   algorithm: "plot_performance_box"
17159   output-file-type: ".html"
17160   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17161   data: "plot-dpdk-throughput-latency-3n-skx"
17162   filter: "'NIC_Intel-XXV710' and
17163            '64B' and
17164            'BASE' and
17165            'NDRPDR' and
17166            '4T2C' and
17167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17168   parameters:
17169   - "throughput"
17170   - "parent"
17171   - "tags"
17172   traces:
17173     hoverinfo: "x+y"
17174     boxpoints: "outliers"
17175     whiskerwidth: 0
17176   layout:
17177     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17178     layout: "plot-throughput"
17179
17180 -
17181   type: "plot"
17182   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17183   algorithm: "plot_performance_box"
17184   output-file-type: ".html"
17185   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17186   data: "plot-dpdk-throughput-latency-3n-skx"
17187   filter: "'NIC_Intel-XXV710' and
17188            '64B' and
17189            'BASE' and
17190            'NDRPDR' and
17191            '2T1C' and
17192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17193   parameters:
17194   - "throughput"
17195   - "parent"
17196   - "tags"
17197   traces:
17198     hoverinfo: "x+y"
17199     boxpoints: "outliers"
17200     whiskerwidth: 0
17201   layout:
17202     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17203     layout: "plot-throughput"
17204
17205 -
17206   type: "plot"
17207   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17208   algorithm: "plot_performance_box"
17209   output-file-type: ".html"
17210   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17211   data: "plot-dpdk-throughput-latency-3n-skx"
17212   filter: "'NIC_Intel-XXV710' and
17213            '64B' and
17214            'BASE' and
17215            'NDRPDR' and
17216            '4T2C' and
17217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17218   parameters:
17219   - "throughput"
17220   - "parent"
17221   - "tags"
17222   traces:
17223     hoverinfo: "x+y"
17224     boxpoints: "outliers"
17225     whiskerwidth: 0
17226   layout:
17227     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17228     layout: "plot-throughput"
17229
17230 # Packet Throughput - DPDK testpmd 2n-skx-x710
17231 -
17232   type: "plot"
17233   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17234   algorithm: "plot_performance_box"
17235   output-file-type: ".html"
17236   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17237   data: "plot-dpdk-throughput-latency-2n-skx"
17238   filter: "'NIC_Intel-X710' and
17239            '64B' and
17240            'BASE' and
17241            'NDRPDR' and
17242            '2T1C' and
17243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17244   parameters:
17245   - "throughput"
17246   - "parent"
17247   - "tags"
17248   traces:
17249     hoverinfo: "x+y"
17250     boxpoints: "outliers"
17251     whiskerwidth: 0
17252   layout:
17253     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17254     layout: "plot-throughput"
17255
17256 -
17257   type: "plot"
17258   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17259   algorithm: "plot_performance_box"
17260   output-file-type: ".html"
17261   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17262   data: "plot-dpdk-throughput-latency-2n-skx"
17263   filter: "'NIC_Intel-X710' and
17264            '64B' and
17265            'BASE' and
17266            'NDRPDR' and
17267            '4T2C' and
17268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17269   parameters:
17270   - "throughput"
17271   - "parent"
17272   - "tags"
17273   traces:
17274     hoverinfo: "x+y"
17275     boxpoints: "outliers"
17276     whiskerwidth: 0
17277   layout:
17278     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17279     layout: "plot-throughput"
17280
17281 -
17282   type: "plot"
17283   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17284   algorithm: "plot_performance_box"
17285   output-file-type: ".html"
17286   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17287   data: "plot-dpdk-throughput-latency-2n-skx"
17288   filter: "'NIC_Intel-X710' and
17289            '64B' and
17290            'BASE' and
17291            'NDRPDR' and
17292            '2T1C' and
17293            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17294   parameters:
17295   - "throughput"
17296   - "parent"
17297   - "tags"
17298   traces:
17299     hoverinfo: "x+y"
17300     boxpoints: "outliers"
17301     whiskerwidth: 0
17302   layout:
17303     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17304     layout: "plot-throughput"
17305
17306 -
17307   type: "plot"
17308   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17309   algorithm: "plot_performance_box"
17310   output-file-type: ".html"
17311   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17312   data: "plot-dpdk-throughput-latency-2n-skx"
17313   filter: "'NIC_Intel-X710' and
17314            '64B' and
17315            'BASE' and
17316            'NDRPDR' and
17317            '4T2C' and
17318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17319   parameters:
17320   - "throughput"
17321   - "parent"
17322   - "tags"
17323   traces:
17324     hoverinfo: "x+y"
17325     boxpoints: "outliers"
17326     whiskerwidth: 0
17327   layout:
17328     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17329     layout: "plot-throughput"
17330
17331 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17332 -
17333   type: "plot"
17334   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17335   algorithm: "plot_performance_box"
17336   output-file-type: ".html"
17337   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17338   data: "plot-dpdk-throughput-latency-2n-skx"
17339   filter: "'NIC_Intel-XXV710' and
17340            '64B' and
17341            'BASE' and
17342            'NDRPDR' and
17343            '2T1C' and
17344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17345   parameters:
17346   - "throughput"
17347   - "parent"
17348   - "tags"
17349   traces:
17350     hoverinfo: "x+y"
17351     boxpoints: "outliers"
17352     whiskerwidth: 0
17353   layout:
17354     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17355     layout: "plot-throughput"
17356
17357 -
17358   type: "plot"
17359   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17360   algorithm: "plot_performance_box"
17361   output-file-type: ".html"
17362   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17363   data: "plot-dpdk-throughput-latency-2n-skx"
17364   filter: "'NIC_Intel-XXV710' and
17365            '64B' and
17366            'BASE' and
17367            'NDRPDR' and
17368            '4T2C' and
17369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17370   parameters:
17371   - "throughput"
17372   - "parent"
17373   - "tags"
17374   traces:
17375     hoverinfo: "x+y"
17376     boxpoints: "outliers"
17377     whiskerwidth: 0
17378   layout:
17379     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17380     layout: "plot-throughput"
17381
17382 -
17383   type: "plot"
17384   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17385   algorithm: "plot_performance_box"
17386   output-file-type: ".html"
17387   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17388   data: "plot-dpdk-throughput-latency-2n-skx"
17389   filter: "'NIC_Intel-XXV710' and
17390            '64B' and
17391            'BASE' and
17392            'NDRPDR' and
17393            '2T1C' and
17394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17395   parameters:
17396   - "throughput"
17397   - "parent"
17398   - "tags"
17399   traces:
17400     hoverinfo: "x+y"
17401     boxpoints: "outliers"
17402     whiskerwidth: 0
17403   layout:
17404     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17405     layout: "plot-throughput"
17406
17407 -
17408   type: "plot"
17409   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17410   algorithm: "plot_performance_box"
17411   output-file-type: ".html"
17412   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17413   data: "plot-dpdk-throughput-latency-2n-skx"
17414   filter: "'NIC_Intel-XXV710' and
17415            '64B' and
17416            'BASE' and
17417            'NDRPDR' and
17418            '4T2C' and
17419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17420   parameters:
17421   - "throughput"
17422   - "parent"
17423   - "tags"
17424   traces:
17425     hoverinfo: "x+y"
17426     boxpoints: "outliers"
17427     whiskerwidth: 0
17428   layout:
17429     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17430     layout: "plot-throughput"
17431
17432 ################################################################################
17433
17434 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17435 -
17436   type: "plot"
17437   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17438   algorithm: "plot_latency_error_bars"
17439   output-file-type: ".html"
17440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17441   data: "plot-vpp-throughput-latency-3n-hsw"
17442   filter: "'NIC_Intel-X520-DA2' and
17443            '64B' and
17444            ('BASE' or 'SCALE') and
17445            'NDRPDR' and
17446            'ETH' and
17447            '1T1C' and
17448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17449            not 'VHOST' and
17450            not 'MEMIF'"
17451   parameters:
17452   - "latency"
17453   - "parent"
17454   - "tags"
17455   sort:
17456   - "L2PATCH"
17457   - "L2XCBASE"
17458   - "BASE"
17459   - "FIB_10K"
17460   - "FIB_100K"
17461   - "FIB_1M"
17462   layout:
17463     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17464     layout: "plot-latency"
17465
17466 -
17467   type: "plot"
17468   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17469   algorithm: "plot_latency_error_bars"
17470   output-file-type: ".html"
17471   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17472   data: "plot-vpp-throughput-latency-3n-hsw"
17473   filter: "'NIC_Intel-X520-DA2' and
17474            '64B' and
17475            ('BASE' or 'SCALE') and
17476            'NDRPDR' and
17477            'ETH' and
17478            '2T2C' and
17479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17480            not 'VHOST' and
17481            not 'MEMIF'"
17482   parameters:
17483   - "latency"
17484   - "parent"
17485   - "tags"
17486   sort:
17487   - "L2PATCH"
17488   - "L2XCBASE"
17489   - "BASE"
17490   - "FIB_10K"
17491   - "FIB_100K"
17492   - "FIB_1M"
17493   layout:
17494     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17495     layout: "plot-latency"
17496
17497 # Packet Latency - VPP L2 3n-hsw-x520 features
17498 -
17499   type: "plot"
17500   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17501   algorithm: "plot_latency_error_bars"
17502   output-file-type: ".html"
17503   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17504   data: "plot-vpp-throughput-latency-3n-hsw"
17505   filter: "'NIC_Intel-X520-DA2' and
17506            '64B' and
17507            'NDRPDR' and
17508            '1T1C' and
17509            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17510            not 'ACL' and
17511            not 'VHOST' and
17512            not 'MEMIF'"
17513   parameters:
17514   - "latency"
17515   - "parent"
17516   - "tags"
17517   sort:
17518   - "L2XCBASE"    # l2xcbase
17519   - "L2BDBASE"    # l2bdbase
17520   - "L2XCFWD"     # dot1q-l2xcbase
17521   - "L2BDMACLRN"  # dot1q-l2bdbase
17522   layout:
17523     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17524     layout: "plot-latency"
17525
17526 -
17527   type: "plot"
17528   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17529   algorithm: "plot_latency_error_bars"
17530   output-file-type: ".html"
17531   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17532   data: "plot-vpp-throughput-latency-3n-hsw"
17533   filter: "'NIC_Intel-X520-DA2' and
17534            '64B' and
17535            'NDRPDR' and
17536            '2T2C' and
17537            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17538            not 'ACL' and
17539            not 'VHOST' and
17540            not 'MEMIF'"
17541   parameters:
17542   - "latency"
17543   - "parent"
17544   - "tags"
17545   sort:
17546   - "L2XCBASE"    # l2xcbase
17547   - "L2BDBASE"    # l2bdbase
17548   - "L2XCFWD"     # dot1q-l2xcbase
17549   - "L2BDMACLRN"  # dot1q-l2bdbase
17550   layout:
17551     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17552     layout: "plot-latency"
17553
17554 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17555 -
17556   type: "plot"
17557   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17558   algorithm: "plot_latency_error_bars"
17559   output-file-type: ".html"
17560   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17561   data: "plot-vpp-throughput-latency-3n-hsw"
17562   filter: "'NIC_Intel-X710' and
17563            '64B' and
17564            ('BASE' or 'SCALE') and
17565            'NDRPDR' and
17566            'ETH' and
17567            '1T1C' and
17568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17569            not 'VHOST' and
17570            not 'MEMIF'"
17571   parameters:
17572   - "latency"
17573   - "parent"
17574   - "tags"
17575   sort:
17576   - "L2PATCH"
17577   - "L2XCBASE"
17578   - "BASE"
17579   - "FIB_10K"
17580   - "FIB_100K"
17581   - "FIB_1M"
17582   layout:
17583     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17584     layout: "plot-latency"
17585
17586 -
17587   type: "plot"
17588   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17589   algorithm: "plot_latency_error_bars"
17590   output-file-type: ".html"
17591   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17592   data: "plot-vpp-throughput-latency-3n-hsw"
17593   filter: "'NIC_Intel-X710' and
17594            '64B' and
17595            ('BASE' or 'SCALE') and
17596            'NDRPDR' and
17597            'ETH' and
17598            '2T2C' and
17599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17600            not 'VHOST' and
17601            not 'MEMIF'"
17602   parameters:
17603   - "latency"
17604   - "parent"
17605   - "tags"
17606   sort:
17607   - "L2PATCH"
17608   - "L2XCBASE"
17609   - "BASE"
17610   - "FIB_10K"
17611   - "FIB_100K"
17612   - "FIB_1M"
17613   layout:
17614     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17615     layout: "plot-latency"
17616
17617 # Packet Latency - VPP L2 3n-hsw-x710 features
17618 -
17619   type: "plot"
17620   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17621   algorithm: "plot_latency_error_bars"
17622   output-file-type: ".html"
17623   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17624   data: "plot-vpp-throughput-latency-3n-hsw"
17625   filter: "'NIC_Intel-X710' and
17626            '64B' and
17627            'NDRPDR' and
17628            '1T1C' and
17629            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17630            not 'ACL' and
17631            not 'VHOST' and
17632            not 'MEMIF'"
17633   parameters:
17634   - "latency"
17635   - "parent"
17636   - "tags"
17637   sort:
17638   - "L2XCBASE"    # l2xcbase
17639   - "L2BDBASE"    # l2bdbase
17640   - "L2XCFWD"     # dot1q-l2xcbase
17641   - "L2BDMACLRN"  # dot1q-l2bdbase
17642   layout:
17643     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17644     layout: "plot-latency"
17645
17646 -
17647   type: "plot"
17648   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17649   algorithm: "plot_latency_error_bars"
17650   output-file-type: ".html"
17651   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17652   data: "plot-vpp-throughput-latency-3n-hsw"
17653   filter: "'NIC_Intel-X710' and
17654            '64B' and
17655            'NDRPDR' and
17656            '2T2C' and
17657            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17658            not 'ACL' and
17659            not 'VHOST' and
17660            not 'MEMIF'"
17661   parameters:
17662   - "latency"
17663   - "parent"
17664   - "tags"
17665   sort:
17666   - "L2XCBASE"    # l2xcbase
17667   - "L2BDBASE"    # l2bdbase
17668   - "L2XCFWD"     # dot1q-l2xcbase
17669   - "L2BDMACLRN"  # dot1q-l2bdbase
17670   layout:
17671     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17672     layout: "plot-latency"
17673
17674 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17675 -
17676   type: "plot"
17677   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17678   algorithm: "plot_latency_error_bars"
17679   output-file-type: ".html"
17680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17681   data: "plot-vpp-throughput-latency-3n-hsw"
17682   filter: "'NIC_Intel-XL710' and
17683            '64B' and
17684            ('BASE' or 'SCALE') and
17685            'NDRPDR' and
17686            'ETH' and
17687            '1T1C' and
17688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17689            not 'VHOST' and
17690            not 'MEMIF'"
17691   parameters:
17692   - "latency"
17693   - "parent"
17694   - "tags"
17695   sort:
17696   - "L2PATCH"
17697   - "L2XCBASE"
17698   - "BASE"
17699   - "FIB_10K"
17700   - "FIB_100K"
17701   - "FIB_1M"
17702   layout:
17703     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17704     layout: "plot-latency"
17705
17706 -
17707   type: "plot"
17708   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17709   algorithm: "plot_latency_error_bars"
17710   output-file-type: ".html"
17711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17712   data: "plot-vpp-throughput-latency-3n-hsw"
17713   filter: "'NIC_Intel-XL710' and
17714            '64B' and
17715            ('BASE' or 'SCALE') and
17716            'NDRPDR' and
17717            'ETH' and
17718            '2T2C' and
17719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17720            not 'VHOST' and
17721            not 'MEMIF'"
17722   parameters:
17723   - "latency"
17724   - "parent"
17725   - "tags"
17726   sort:
17727   - "L2PATCH"
17728   - "L2XCBASE"
17729   - "BASE"
17730   - "FIB_10K"
17731   - "FIB_100K"
17732   - "FIB_1M"
17733   layout:
17734     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17735     layout: "plot-latency"
17736
17737 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17738 -
17739   type: "plot"
17740   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17741   algorithm: "plot_latency_error_bars"
17742   output-file-type: ".html"
17743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17744   data: "plot-vpp-throughput-latency-3n-skx"
17745   filter: "'NIC_Intel-X710' and
17746            '64B' and
17747            ('BASE' or 'SCALE') and
17748            'NDRPDR' and
17749            'ETH' and
17750            '2T1C' and
17751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17752            not 'VHOST' and
17753            not 'MEMIF'"
17754   parameters:
17755   - "latency"
17756   - "parent"
17757   - "tags"
17758   sort:
17759   - "L2PATCH"
17760   - "L2XCBASE"
17761   - "BASE"
17762   - "FIB_10K"
17763   - "FIB_100K"
17764   - "FIB_1M"
17765   layout:
17766     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17767     layout: "plot-latency"
17768
17769 -
17770   type: "plot"
17771   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17772   algorithm: "plot_latency_error_bars"
17773   output-file-type: ".html"
17774   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17775   data: "plot-vpp-throughput-latency-3n-skx"
17776   filter: "'NIC_Intel-X710' and
17777            '64B' and
17778            ('BASE' or 'SCALE') and
17779            'NDRPDR' and
17780            'ETH' and
17781            '4T2C' and
17782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17783            not 'VHOST' and
17784            not 'MEMIF'"
17785   parameters:
17786   - "latency"
17787   - "parent"
17788   - "tags"
17789   sort:
17790   - "L2PATCH"
17791   - "L2XCBASE"
17792   - "BASE"
17793   - "FIB_10K"
17794   - "FIB_100K"
17795   - "FIB_1M"
17796   layout:
17797     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17798     layout: "plot-latency"
17799
17800 # Packet Latency - VPP L2 3n-skx-x710 features
17801 -
17802   type: "plot"
17803   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17804   algorithm: "plot_latency_error_bars"
17805   output-file-type: ".html"
17806   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17807   data: "plot-vpp-throughput-latency-3n-skx"
17808   filter: "'NIC_Intel-X710' and
17809            '64B' and
17810            'NDRPDR' and
17811            '2T1C' and
17812            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17813            not 'ACL' and
17814            not 'VHOST' and
17815            not 'MEMIF'"
17816   parameters:
17817   - "latency"
17818   - "parent"
17819   - "tags"
17820   sort:
17821   - "L2XCBASE"    # l2xcbase
17822   - "L2BDBASE"    # l2bdbase
17823   - "L2XCFWD"     # dot1q-l2xcbase
17824   - "L2BDMACLRN"  # dot1q-l2bdbase
17825   layout:
17826     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17827     layout: "plot-latency"
17828
17829 -
17830   type: "plot"
17831   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17832   algorithm: "plot_latency_error_bars"
17833   output-file-type: ".html"
17834   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17835   data: "plot-vpp-throughput-latency-3n-skx"
17836   filter: "'NIC_Intel-X710' and
17837            '64B' and
17838            'NDRPDR' and
17839            '4T2C' and
17840            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17841            not 'ACL' and
17842            not 'VHOST' and
17843            not 'MEMIF'"
17844   parameters:
17845   - "latency"
17846   - "parent"
17847   - "tags"
17848   sort:
17849   - "L2XCBASE"    # l2xcbase
17850   - "L2BDBASE"    # l2bdbase
17851   - "L2XCFWD"     # dot1q-l2xcbase
17852   - "L2BDMACLRN"  # dot1q-l2bdbase
17853   layout:
17854     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17855     layout: "plot-latency"
17856
17857 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17858 -
17859   type: "plot"
17860   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17861   algorithm: "plot_latency_error_bars"
17862   output-file-type: ".html"
17863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17864   data: "plot-vpp-throughput-latency-3n-skx"
17865   filter: "'NIC_Intel-XXV710' and
17866            '64B' and
17867            ('BASE' or 'SCALE') and
17868            'NDRPDR' and
17869            'ETH' and
17870            '2T1C' and
17871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17872            not 'VHOST' and
17873            not 'MEMIF'"
17874   parameters:
17875   - "latency"
17876   - "parent"
17877   - "tags"
17878   sort:
17879   - "L2PATCH"
17880   - "L2XCBASE"
17881   - "BASE"
17882   - "FIB_10K"
17883   - "FIB_100K"
17884   - "FIB_1M"
17885   layout:
17886     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17887     layout: "plot-latency"
17888
17889 -
17890   type: "plot"
17891   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17892   algorithm: "plot_latency_error_bars"
17893   output-file-type: ".html"
17894   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17895   data: "plot-vpp-throughput-latency-3n-skx"
17896   filter: "'NIC_Intel-XXV710' and
17897            '64B' and
17898            ('BASE' or 'SCALE') and
17899            'NDRPDR' and
17900            'ETH' and
17901            '4T2C' and
17902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17903            not 'VHOST' and
17904            not 'MEMIF'"
17905   parameters:
17906   - "latency"
17907   - "parent"
17908   - "tags"
17909   sort:
17910   - "L2PATCH"
17911   - "L2XCBASE"
17912   - "BASE"
17913   - "FIB_10K"
17914   - "FIB_100K"
17915   - "FIB_1M"
17916   layout:
17917     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17918     layout: "plot-latency"
17919
17920 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17921 -
17922   type: "plot"
17923   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17924   algorithm: "plot_latency_error_bars"
17925   output-file-type: ".html"
17926   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17927   data: "plot-vpp-throughput-latency-2n-skx"
17928   filter: "'NIC_Intel-X710' and
17929            '64B' and
17930            'ETH' and
17931            ('BASE' or 'SCALE') and
17932            'NDRPDR' and
17933            '2T1C' and
17934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17935            not 'VHOST' and
17936            not 'MEMIF'"
17937   parameters:
17938   - "latency"
17939   - "parent"
17940   - "tags"
17941   sort:
17942   - "L2PATCH"
17943   - "L2XCBASE"
17944   - "BASE"
17945   - "FIB_10K"
17946   - "FIB_100K"
17947   - "FIB_1M"
17948   layout:
17949     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17950     layout: "plot-latency"
17951
17952 -
17953   type: "plot"
17954   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17955   algorithm: "plot_latency_error_bars"
17956   output-file-type: ".html"
17957   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17958   data: "plot-vpp-throughput-latency-2n-skx"
17959   filter: "'NIC_Intel-X710' and
17960            '64B' and
17961            ('BASE' or 'SCALE') and
17962            'NDRPDR' and
17963            'ETH' and
17964            '4T2C' and
17965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17966            not 'VHOST' and
17967            not 'MEMIF'"
17968   parameters:
17969   - "latency"
17970   - "parent"
17971   - "tags"
17972   sort:
17973   - "L2PATCH"
17974   - "L2XCBASE"
17975   - "BASE"
17976   - "FIB_10K"
17977   - "FIB_100K"
17978   - "FIB_1M"
17979   layout:
17980     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17981     layout: "plot-latency"
17982
17983 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17984 -
17985   type: "plot"
17986   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17987   algorithm: "plot_latency_error_bars"
17988   output-file-type: ".html"
17989   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17990   data: "plot-vpp-throughput-latency-2n-skx"
17991   filter: "'NIC_Intel-XXV710' and
17992            '64B' and
17993            ('BASE' or 'SCALE') and
17994            'NDRPDR' and
17995            'ETH' and
17996            '2T1C' and
17997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17998            not 'VHOST' and
17999            not 'MEMIF'"
18000   parameters:
18001   - "latency"
18002   - "parent"
18003   - "tags"
18004   sort:
18005   - "L2PATCH"
18006   - "L2XCBASE"
18007   - "BASE"
18008   - "FIB_10K"
18009   - "FIB_100K"
18010   - "FIB_1M"
18011   layout:
18012     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18013     layout: "plot-latency"
18014
18015 -
18016   type: "plot"
18017   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18018   algorithm: "plot_latency_error_bars"
18019   output-file-type: ".html"
18020   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18021   data: "plot-vpp-throughput-latency-2n-skx"
18022   filter: "'NIC_Intel-XXV710' and
18023            '64B' and
18024            ('BASE' or 'SCALE') and
18025            'NDRPDR' and
18026            'ETH' and
18027            '4T2C' and
18028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18029            not 'VHOST' and
18030            not 'MEMIF'"
18031   parameters:
18032   - "latency"
18033   - "parent"
18034   - "tags"
18035   sort:
18036   - "L2PATCH"
18037   - "L2XCBASE"
18038   - "BASE"
18039   - "FIB_10K"
18040   - "FIB_100K"
18041   - "FIB_1M"
18042   layout:
18043     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18044     layout: "plot-latency"
18045
18046 ################################################################################
18047
18048 # Packet Latency - VPP Container Memif 3n-hsw-x520
18049 -
18050   type: "plot"
18051   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18052   algorithm: "plot_latency_error_bars"
18053   output-file-type: ".html"
18054   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18055   data: "plot-vpp-throughput-latency-3n-hsw"
18056   filter: "'NIC_Intel-X520-DA2' and
18057            '64B' and
18058            ('BASE' or 'SCALE') and
18059            'NDRPDR' and
18060            '1T1C' and
18061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18062            not 'VHOST' and
18063            'MEMIF'"
18064   parameters:
18065   - "latency"
18066   - "parent"
18067   - "tags"
18068   sort:
18069   - "L2XCFWD"
18070   - "L2XCFWD"
18071   - "L2XCFWD"
18072   - "L2BDMACLRN"
18073   - "L2BDMACLRN"
18074   - "L2BDMACLRN"
18075   layout:
18076     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18077     layout: "plot-latency"
18078
18079 -
18080   type: "plot"
18081   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18082   algorithm: "plot_latency_error_bars"
18083   output-file-type: ".html"
18084   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18085   data: "plot-vpp-throughput-latency-3n-hsw"
18086   filter: "'NIC_Intel-X520-DA2' and
18087            '64B' and
18088            ('BASE' or 'SCALE') and
18089            'NDRPDR' and
18090            '2T2C' and
18091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18092            not 'VHOST' and
18093            'MEMIF'"
18094   parameters:
18095   - "latency"
18096   - "parent"
18097   - "tags"
18098   sort:
18099   - "L2XCFWD"
18100   - "L2XCFWD"
18101   - "L2XCFWD"
18102   - "L2BDMACLRN"
18103   - "L2BDMACLRN"
18104   - "L2BDMACLRN"
18105   layout:
18106     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18107     layout: "plot-latency"
18108
18109 # Packet Latency - VPP Container Memif 3n-hsw-x710
18110 -
18111   type: "plot"
18112   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18113   algorithm: "plot_latency_error_bars"
18114   output-file-type: ".html"
18115   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18116   data: "plot-vpp-throughput-latency-3n-hsw"
18117   filter: "'NIC_Intel-X710' and
18118            '64B' and
18119            ('BASE' or 'SCALE') and
18120            'NDRPDR' and
18121            '1T1C' and
18122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18123            not 'VHOST' and
18124            'MEMIF'"
18125   parameters:
18126   - "latency"
18127   - "parent"
18128   - "tags"
18129   sort:
18130   - "L2XCFWD"
18131   - "L2XCFWD"
18132   - "L2XCFWD"
18133   - "L2BDMACLRN"
18134   - "L2BDMACLRN"
18135   - "L2BDMACLRN"
18136   layout:
18137     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18138     layout: "plot-latency"
18139
18140 -
18141   type: "plot"
18142   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18143   algorithm: "plot_latency_error_bars"
18144   output-file-type: ".html"
18145   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18146   data: "plot-vpp-throughput-latency-3n-hsw"
18147   filter: "'NIC_Intel-X710' and
18148            '64B' and
18149            ('BASE' or 'SCALE') and
18150            'NDRPDR' and
18151            '2T2C' and
18152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18153            not 'VHOST' and
18154            'MEMIF'"
18155   parameters:
18156   - "latency"
18157   - "parent"
18158   - "tags"
18159   sort:
18160   - "L2XCFWD"
18161   - "L2XCFWD"
18162   - "L2XCFWD"
18163   - "L2BDMACLRN"
18164   - "L2BDMACLRN"
18165   - "L2BDMACLRN"
18166   layout:
18167     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18168     layout: "plot-latency"
18169
18170 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18171 -
18172   type: "plot"
18173   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18174   algorithm: "plot_latency_error_bars"
18175   output-file-type: ".html"
18176   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18177   data: "plot-vpp-throughput-latency-3n-hsw"
18178   filter: "'NIC_Intel-XL710' and
18179            '64B' and
18180            ('BASE' or 'SCALE') and
18181            'NDRPDR' and
18182            '1T1C' and
18183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18184            not 'VHOST' and
18185            'MEMIF'"
18186   parameters:
18187   - "latency"
18188   - "parent"
18189   - "tags"
18190   sort:
18191   - "L2XCFWD"
18192   - "L2XCFWD"
18193   - "L2XCFWD"
18194   - "L2BDMACLRN"
18195   - "L2BDMACLRN"
18196   - "L2BDMACLRN"
18197   layout:
18198     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18199     layout: "plot-latency"
18200
18201 -
18202   type: "plot"
18203   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18204   algorithm: "plot_latency_error_bars"
18205   output-file-type: ".html"
18206   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18207   data: "plot-vpp-throughput-latency-3n-hsw"
18208   filter: "'NIC_Intel-XL710' and
18209            '64B' and
18210            ('BASE' or 'SCALE') and
18211            'NDRPDR' and
18212            '2T2C' and
18213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18214            not 'VHOST' and
18215            'MEMIF'"
18216   parameters:
18217   - "latency"
18218   - "parent"
18219   - "tags"
18220   sort:
18221   - "L2XCFWD"
18222   - "L2XCFWD"
18223   - "L2XCFWD"
18224   - "L2BDMACLRN"
18225   - "L2BDMACLRN"
18226   - "L2BDMACLRN"
18227   layout:
18228     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18229     layout: "plot-latency"
18230
18231 # Packet Latency - VPP Container Memif 3n-skx-x710
18232 -
18233   type: "plot"
18234   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18235   algorithm: "plot_latency_error_bars"
18236   output-file-type: ".html"
18237   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18238   data: "plot-vpp-throughput-latency-3n-skx"
18239   filter: "'NIC_Intel-X710' and
18240            '64B' and
18241            ('BASE' or 'SCALE') and
18242            'NDRPDR' and
18243            '2T1C' and
18244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18245            not 'VHOST' and
18246            'MEMIF'"
18247   parameters:
18248   - "latency"
18249   - "parent"
18250   - "tags"
18251   sort:
18252   - "L2XCFWD"
18253   - "L2XCFWD"
18254   - "L2XCFWD"
18255   - "L2BDMACLRN"
18256   - "L2BDMACLRN"
18257   - "L2BDMACLRN"
18258   layout:
18259     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18260     layout: "plot-latency"
18261
18262 -
18263   type: "plot"
18264   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18265   algorithm: "plot_latency_error_bars"
18266   output-file-type: ".html"
18267   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18268   data: "plot-vpp-throughput-latency-3n-skx"
18269   filter: "'NIC_Intel-X710' and
18270            '64B' and
18271            ('BASE' or 'SCALE') and
18272            'NDRPDR' and
18273            '4T2C' and
18274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18275            not 'VHOST' and
18276            'MEMIF'"
18277   parameters:
18278   - "latency"
18279   - "parent"
18280   - "tags"
18281   sort:
18282   - "L2XCFWD"
18283   - "L2XCFWD"
18284   - "L2XCFWD"
18285   - "L2BDMACLRN"
18286   - "L2BDMACLRN"
18287   - "L2BDMACLRN"
18288   layout:
18289     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18290     layout: "plot-latency"
18291
18292 # Packet Latency - VPP Container Memif 2n-skx-x710
18293 -
18294   type: "plot"
18295   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18296   algorithm: "plot_latency_error_bars"
18297   output-file-type: ".html"
18298   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18299   data: "plot-vpp-throughput-latency-2n-skx"
18300   filter: "'NIC_Intel-X710' and
18301            '64B' and
18302            ('BASE' or 'SCALE') and
18303            'NDRPDR' and
18304            '2T1C' and
18305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18306            not 'VHOST' and
18307            'MEMIF'"
18308   parameters:
18309   - "latency"
18310   - "parent"
18311   - "tags"
18312   sort:
18313   - "L2XCFWD"
18314   - "L2XCFWD"
18315   - "L2XCFWD"
18316   - "L2BDMACLRN"
18317   - "L2BDMACLRN"
18318   - "L2BDMACLRN"
18319   layout:
18320     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18321     layout: "plot-latency"
18322
18323 -
18324   type: "plot"
18325   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18326   algorithm: "plot_latency_error_bars"
18327   output-file-type: ".html"
18328   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18329   data: "plot-vpp-throughput-latency-2n-skx"
18330   filter: "'NIC_Intel-X710' and
18331            '64B' and
18332            ('BASE' or 'SCALE') and
18333            'NDRPDR' and
18334            '4T2C' and
18335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18336            not 'VHOST' and
18337            'MEMIF'"
18338   parameters:
18339   - "latency"
18340   - "parent"
18341   - "tags"
18342   sort:
18343   - "L2XCFWD"
18344   - "L2XCFWD"
18345   - "L2XCFWD"
18346   - "L2BDMACLRN"
18347   - "L2BDMACLRN"
18348   - "L2BDMACLRN"
18349   layout:
18350     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18351     layout: "plot-latency"
18352
18353 # Packet Latency - VPP Container Memif 2n-skx-xxv710
18354 -
18355   type: "plot"
18356   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18357   algorithm: "plot_latency_error_bars"
18358   output-file-type: ".html"
18359   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18360   data: "plot-vpp-throughput-latency-2n-skx"
18361   filter: "'NIC_Intel-XXV710' and
18362            '64B' and
18363            ('BASE' or 'SCALE') and
18364            'NDRPDR' and
18365            '2T1C' and
18366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18367            not 'VHOST' and
18368            'MEMIF'"
18369   parameters:
18370   - "latency"
18371   - "parent"
18372   - "tags"
18373   sort:
18374   - "L2XCFWD"
18375   - "L2XCFWD"
18376   - "L2XCFWD"
18377   - "L2BDMACLRN"
18378   - "L2BDMACLRN"
18379   - "L2BDMACLRN"
18380   layout:
18381     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18382     layout: "plot-latency"
18383
18384 -
18385   type: "plot"
18386   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18387   algorithm: "plot_latency_error_bars"
18388   output-file-type: ".html"
18389   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18390   data: "plot-vpp-throughput-latency-2n-skx"
18391   filter: "'NIC_Intel-XXV710' and
18392            '64B' and
18393            ('BASE' or 'SCALE') and
18394            'NDRPDR' and
18395            '4T2C' and
18396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18397            not 'VHOST' and
18398            'MEMIF'"
18399   parameters:
18400   - "latency"
18401   - "parent"
18402   - "tags"
18403   sort:
18404   - "L2XCFWD"
18405   - "L2XCFWD"
18406   - "L2XCFWD"
18407   - "L2BDMACLRN"
18408   - "L2BDMACLRN"
18409   - "L2BDMACLRN"
18410   layout:
18411     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18412     layout: "plot-latency"
18413
18414 ################################################################################
18415
18416 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18417 -
18418   type: "plot"
18419   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18420   algorithm: "plot_latency_error_bars"
18421   output-file-type: ".html"
18422   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18423   data: "plot-ligato-throughput-latency-3n-hsw"
18424   filter: "'NIC_Intel-X520-DA2' and
18425            '64B' and
18426            ('BASE' or 'SCALE') and
18427            'NDRPDR' and
18428            '1T1C' and
18429            'L2XCFWD' and
18430            not 'VHOST' and
18431            'MEMIF'"
18432   parameters:
18433   - "latency"
18434   - "parent"
18435   - "tags"
18436   sort:
18437   - "1VNF"
18438   - "2VNF"
18439   - "4VNF"
18440   - "2VNF"
18441   - "4VNF"
18442   layout:
18443     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18444     layout: "plot-latency"
18445
18446 -
18447   type: "plot"
18448   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18449   algorithm: "plot_latency_error_bars"
18450   output-file-type: ".html"
18451   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18452   data: "plot-ligato-throughput-latency-3n-hsw"
18453   filter: "'NIC_Intel-X520-DA2' and
18454            '64B' and
18455            ('BASE' or 'SCALE') and
18456            'NDRPDR' and
18457            '2T2C' and
18458            'L2XCFWD' and
18459            not 'VHOST' and
18460            'MEMIF'"
18461   parameters:
18462   - "latency"
18463   - "parent"
18464   - "tags"
18465   sort:
18466   - "1VNF"
18467   - "2VNF"
18468   - "4VNF"
18469   - "2VNF"
18470   - "4VNF"
18471   layout:
18472     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18473     layout: "plot-latency"
18474
18475 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18476 -
18477   type: "plot"
18478   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18479   algorithm: "plot_latency_error_bars"
18480   output-file-type: ".html"
18481   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18482   data: "plot-ligato-throughput-latency-3n-hsw"
18483   filter: "'NIC_Intel-X520-DA2' and
18484            '64B' and
18485            ('BASE' or 'SCALE') and
18486            'NDRPDR' and
18487            '1T1C' and
18488            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18489            not 'VHOST' and
18490            'MEMIF'"
18491   parameters:
18492   - "latency"
18493   - "parent"
18494   - "tags"
18495   sort:
18496   - "1VNF"
18497   - "2VNF"
18498   - "4VNF"
18499   - "2VNF"
18500   - "4VNF"
18501   layout:
18502     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18503     layout: "plot-latency"
18504
18505 -
18506   type: "plot"
18507   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18508   algorithm: "plot_latency_error_bars"
18509   output-file-type: ".html"
18510   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18511   data: "plot-ligato-throughput-latency-3n-hsw"
18512   filter: "'NIC_Intel-X520-DA2' and
18513            '64B' and
18514            ('BASE' or 'SCALE') and
18515            'NDRPDR' and
18516            '2T2C' and
18517            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18518            not 'VHOST' and
18519            'MEMIF'"
18520   parameters:
18521   - "latency"
18522   - "parent"
18523   - "tags"
18524   sort:
18525   - "1VNF"
18526   - "2VNF"
18527   - "4VNF"
18528   - "2VNF"
18529   - "4VNF"
18530   layout:
18531     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18532     layout: "plot-latency"
18533
18534 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18535 -
18536   type: "plot"
18537   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18538   algorithm: "plot_latency_error_bars"
18539   output-file-type: ".html"
18540   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18541   data: "plot-ligato-throughput-latency-3n-hsw"
18542   filter: "'NIC_Intel-X710' and
18543            '64B' and
18544            ('BASE' or 'SCALE') and
18545            'NDRPDR' and
18546            '1T1C' and
18547            'L2XCFWD' and
18548            not 'VHOST' and
18549            'MEMIF'"
18550   parameters:
18551   - "latency"
18552   - "parent"
18553   - "tags"
18554   sort:
18555   - "1VNF"
18556   - "2VNF"
18557   - "4VNF"
18558   - "2VNF"
18559   - "4VNF"
18560   layout:
18561     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18562     layout: "plot-latency"
18563
18564 -
18565   type: "plot"
18566   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18567   algorithm: "plot_latency_error_bars"
18568   output-file-type: ".html"
18569   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18570   data: "plot-ligato-throughput-latency-3n-hsw"
18571   filter: "'NIC_Intel-X710' and
18572            '64B' and
18573            ('BASE' or 'SCALE') and
18574            'NDRPDR' and
18575            '2T2C' and
18576            'L2XCFWD' and
18577            not 'VHOST' and
18578            'MEMIF'"
18579   parameters:
18580   - "latency"
18581   - "parent"
18582   - "tags"
18583   sort:
18584   - "1VNF"
18585   - "2VNF"
18586   - "4VNF"
18587   - "2VNF"
18588   - "4VNF"
18589   layout:
18590     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18591     layout: "plot-latency"
18592
18593 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18594 -
18595   type: "plot"
18596   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18597   algorithm: "plot_latency_error_bars"
18598   output-file-type: ".html"
18599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18600   data: "plot-ligato-throughput-latency-3n-hsw"
18601   filter: "'NIC_Intel-X710' and
18602            '64B' and
18603            ('BASE' or 'SCALE') and
18604            'NDRPDR' and
18605            '1T1C' and
18606            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18607            not 'VHOST' and
18608            'MEMIF'"
18609   parameters:
18610   - "latency"
18611   - "parent"
18612   - "tags"
18613   sort:
18614   - "1VNF"
18615   - "2VNF"
18616   - "4VNF"
18617   - "2VNF"
18618   - "4VNF"
18619   layout:
18620     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18621     layout: "plot-latency"
18622
18623 -
18624   type: "plot"
18625   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18626   algorithm: "plot_latency_error_bars"
18627   output-file-type: ".html"
18628   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18629   data: "plot-ligato-throughput-latency-3n-hsw"
18630   filter: "'NIC_Intel-X710' and
18631            '64B' and
18632            ('BASE' or 'SCALE') and
18633            'NDRPDR' and
18634            '2T2C' and
18635            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18636            not 'VHOST' and
18637            'MEMIF'"
18638   parameters:
18639   - "latency"
18640   - "parent"
18641   - "tags"
18642   sort:
18643   - "1VNF"
18644   - "2VNF"
18645   - "4VNF"
18646   - "2VNF"
18647   - "4VNF"
18648   layout:
18649     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18650     layout: "plot-latency"
18651
18652 ################################################################################
18653
18654 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18655 -
18656   type: "plot"
18657   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18658   algorithm: "plot_latency_error_bars"
18659   output-file-type: ".html"
18660   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18661   data: "plot-vpp-throughput-latency-3n-hsw"
18662   filter: "'NIC_Intel-X520-DA2' and
18663            '64B' and
18664            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18665            'NDRPDR' and
18666            '1T1C' and
18667            'IP4FWD' and
18668            not 'IPSEC' and
18669            not 'VHOST'"
18670   parameters:
18671   - "latency"
18672   - "parent"
18673   - "tags"
18674   sort:
18675   - "IP4BASE"
18676   - "FIB_20K"
18677   - "FIB_200K"
18678   - "FIB_2M"
18679   layout:
18680     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18681     layout: "plot-latency"
18682
18683 -
18684   type: "plot"
18685   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18686   algorithm: "plot_latency_error_bars"
18687   output-file-type: ".html"
18688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18689   data: "plot-vpp-throughput-latency-3n-hsw"
18690   filter: "'NIC_Intel-X520-DA2' and
18691            '64B' and
18692            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18693            'NDRPDR' and
18694            '2T2C' and
18695            'IP4FWD' and
18696            not 'IPSEC' and
18697            not 'VHOST'"
18698   parameters:
18699   - "latency"
18700   - "parent"
18701   - "tags"
18702   sort:
18703   - "IP4BASE"
18704   - "FIB_20K"
18705   - "FIB_200K"
18706   - "FIB_2M"
18707   layout:
18708     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18709     layout: "plot-latency"
18710
18711 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18712 -
18713   type: "plot"
18714   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18715   algorithm: "plot_latency_error_bars"
18716   output-file-type: ".html"
18717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18718   data: "plot-vpp-throughput-latency-3n-hsw"
18719   filter: "'NIC_Intel-X520-DA2' and
18720            '64B' and
18721            ('IP4BASE' or
18722             'POLICE_MARK' or
18723             'COPWHLIST' or
18724             ('NAT44' and 'BASE') or
18725             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18726            'NDRPDR' and
18727            '1T1C' and
18728            'IP4FWD' and
18729            not 'IPSEC' and
18730            not 'VHOST'"
18731   parameters:
18732   - "latency"
18733   - "parent"
18734   - "tags"
18735   sort:
18736   - "IP4BASE"
18737   - "NAT44"
18738   - "POLICE_MARK"
18739   - "COPWHLIST"
18740   - "IACL"
18741   - "OACL"
18742   layout:
18743     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18744     layout: "plot-latency"
18745
18746 -
18747   type: "plot"
18748   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18749   algorithm: "plot_latency_error_bars"
18750   output-file-type: ".html"
18751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18752   data: "plot-vpp-throughput-latency-3n-hsw"
18753   filter: "'NIC_Intel-X520-DA2' and
18754            '64B' and
18755            ('IP4BASE' or
18756             'POLICE_MARK' or
18757             'COPWHLIST' or
18758             ('NAT44' and 'BASE') or
18759             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18760            'NDRPDR' and
18761            '2T2C' and
18762            'IP4FWD' and
18763            not 'IPSEC' and
18764            not 'VHOST'"
18765   parameters:
18766   - "latency"
18767   - "parent"
18768   - "tags"
18769   sort:
18770   - "IP4BASE"
18771   - "NAT44"
18772   - "POLICE_MARK"
18773   - "COPWHLIST"
18774   - "IACL"
18775   - "OACL"
18776   layout:
18777     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18778     layout: "plot-latency"
18779
18780 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18781 -
18782   type: "plot"
18783   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18784   algorithm: "plot_latency_error_bars"
18785   output-file-type: ".html"
18786   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18787   data: "plot-vpp-throughput-latency-3n-hsw"
18788   filter: "'NIC_Intel-X520-DA2' and
18789            '64B' and
18790            'NDRPDR' and
18791            '1T1C' and
18792            'IP4FWD' and
18793            'NAT44' and
18794            not 'IPSEC' and
18795            not 'VHOST'"
18796   parameters:
18797   - "latency"
18798   - "parent"
18799   - "tags"
18800   sort:
18801   - "BASE"
18802   - "BASE"
18803   - "SRC_USER_10"
18804   - "SRC_USER_100"
18805   - "SRC_USER_1000"
18806   - "SRC_USER_2000"
18807   layout:
18808     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18809     layout: "plot-latency"
18810
18811 -
18812   type: "plot"
18813   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18814   algorithm: "plot_latency_error_bars"
18815   output-file-type: ".html"
18816   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18817   data: "plot-vpp-throughput-latency-3n-hsw"
18818   filter: "'NIC_Intel-X520-DA2' and
18819            '64B' and
18820            'NDRPDR' and
18821            '2T2C' and
18822            'IP4FWD' and
18823            'NAT44' and
18824            not 'IPSEC' and
18825            not 'VHOST'"
18826   parameters:
18827   - "latency"
18828   - "parent"
18829   - "tags"
18830   sort:
18831   - "BASE"
18832   - "BASE"
18833   - "SRC_USER_10"
18834   - "SRC_USER_100"
18835   - "SRC_USER_1000"
18836   - "SRC_USER_2000"
18837   layout:
18838     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18839     layout: "plot-latency"
18840
18841 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18842 -
18843   type: "plot"
18844   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18845   algorithm: "plot_latency_error_bars"
18846   output-file-type: ".html"
18847   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18848   data: "plot-vpp-throughput-latency-3n-hsw"
18849   filter: "'NIC_Intel-X520-DA2' and
18850            '64B' and
18851            'NDRPDR' and
18852            '1T1C' and
18853            'IP4FWD' and
18854            'IACL' and
18855            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18856            not 'IPSEC' and
18857            not 'VHOST'"
18858   parameters:
18859   - "latency"
18860   - "parent"
18861   - "tags"
18862   sort:
18863   - "ACL_STATELESS"
18864   - "ACL_STATEFUL"
18865   - "ACL_STATELESS"
18866   - "ACL_STATEFUL"
18867   layout:
18868     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18869     layout: "plot-latency"
18870
18871 -
18872   type: "plot"
18873   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18874   algorithm: "plot_latency_error_bars"
18875   output-file-type: ".html"
18876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18877   data: "plot-vpp-throughput-latency-3n-hsw"
18878   filter: "'NIC_Intel-X520-DA2' and
18879            '64B' and
18880            'NDRPDR' and
18881            '2T2C' and
18882            'IP4FWD' and
18883            'IACL' and
18884            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18885            not 'IPSEC' and
18886            not 'VHOST'"
18887   parameters:
18888   - "latency"
18889   - "parent"
18890   - "tags"
18891   sort:
18892   - "ACL_STATELESS"
18893   - "ACL_STATEFUL"
18894   - "ACL_STATELESS"
18895   - "ACL_STATEFUL"
18896   layout:
18897     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18898     layout: "plot-latency"
18899
18900 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18901 -
18902   type: "plot"
18903   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18904   algorithm: "plot_latency_error_bars"
18905   output-file-type: ".html"
18906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18907   data: "plot-vpp-throughput-latency-3n-hsw"
18908   filter: "'NIC_Intel-X520-DA2' and
18909            '64B' and
18910            'NDRPDR' and
18911            '1T1C' and
18912            'IP4FWD' and
18913            'OACL' and
18914            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18915            not 'IPSEC' and
18916            not 'VHOST'"
18917   parameters:
18918   - "latency"
18919   - "parent"
18920   - "tags"
18921   sort:
18922   - "ACL_STATELESS"
18923   - "ACL_STATEFUL"
18924   - "ACL_STATELESS"
18925   - "ACL_STATEFUL"
18926   layout:
18927     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18928     layout: "plot-latency"
18929
18930 -
18931   type: "plot"
18932   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18933   algorithm: "plot_latency_error_bars"
18934   output-file-type: ".html"
18935   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18936   data: "plot-vpp-throughput-latency-3n-hsw"
18937   filter: "'NIC_Intel-X520-DA2' and
18938            '64B' and
18939            'NDRPDR' and
18940            '2T2C' and
18941            'IP4FWD' and
18942            'OACL' and
18943            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18944            not 'IPSEC' and
18945            not 'VHOST'"
18946   parameters:
18947   - "latency"
18948   - "parent"
18949   - "tags"
18950   sort:
18951   - "ACL_STATELESS"
18952   - "ACL_STATEFUL"
18953   - "ACL_STATELESS"
18954   - "ACL_STATEFUL"
18955   layout:
18956     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18957     layout: "plot-latency"
18958
18959 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18960 -
18961   type: "plot"
18962   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18963   algorithm: "plot_latency_error_bars"
18964   output-file-type: ".html"
18965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18966   data: "plot-vpp-throughput-latency-3n-hsw"
18967   filter: "'NIC_Intel-X710' and
18968            '64B' and
18969            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18970            'NDRPDR' and
18971            '1T1C' and
18972            'IP4FWD' and
18973            not 'IPSEC' and
18974            not 'VHOST'"
18975   parameters:
18976   - "latency"
18977   - "parent"
18978   - "tags"
18979   sort:
18980   - "IP4BASE"
18981   - "FIB_20K"
18982   - "FIB_200K"
18983   - "FIB_2M"
18984   layout:
18985     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18986     layout: "plot-latency"
18987
18988 -
18989   type: "plot"
18990   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18991   algorithm: "plot_latency_error_bars"
18992   output-file-type: ".html"
18993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18994   data: "plot-vpp-throughput-latency-3n-hsw"
18995   filter: "'NIC_Intel-X710' and
18996            '64B' and
18997            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18998            'NDRPDR' and
18999            '2T2C' and
19000            'IP4FWD' and
19001            not 'IPSEC' and
19002            not 'VHOST'"
19003   parameters:
19004   - "latency"
19005   - "parent"
19006   - "tags"
19007   sort:
19008   - "IP4BASE"
19009   - "FIB_20K"
19010   - "FIB_200K"
19011   - "FIB_2M"
19012   layout:
19013     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19014     layout: "plot-latency"
19015
19016 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19017 -
19018   type: "plot"
19019   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19020   algorithm: "plot_latency_error_bars"
19021   output-file-type: ".html"
19022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19023   data: "plot-vpp-throughput-latency-3n-hsw"
19024   filter: "'NIC_Intel-X710' and
19025            '64B' and
19026            ('IP4BASE' or
19027             'POLICE_MARK' or
19028             'COPWHLIST' or
19029             ('NAT44' and 'BASE') or
19030             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19031            'NDRPDR' and
19032            '1T1C' and
19033            'IP4FWD' and
19034            not 'IPSEC' and
19035            not 'VHOST'"
19036   parameters:
19037   - "latency"
19038   - "parent"
19039   - "tags"
19040   sort:
19041   - "IP4BASE"
19042   - "NAT44"
19043   - "POLICE_MARK"
19044   - "COPWHLIST"
19045   - "IACL"
19046   - "OACL"
19047   layout:
19048     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19049     layout: "plot-latency"
19050
19051 -
19052   type: "plot"
19053   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19054   algorithm: "plot_latency_error_bars"
19055   output-file-type: ".html"
19056   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19057   data: "plot-vpp-throughput-latency-3n-hsw"
19058   filter: "'NIC_Intel-X710' and
19059            '64B' and
19060            ('IP4BASE' or
19061             'POLICE_MARK' or
19062             'COPWHLIST' or
19063             ('NAT44' and 'BASE') or
19064             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19065            'NDRPDR' and
19066            '2T2C' and
19067            'IP4FWD' and
19068            not 'IPSEC' and
19069            not 'VHOST'"
19070   parameters:
19071   - "latency"
19072   - "parent"
19073   - "tags"
19074   sort:
19075   - "IP4BASE"
19076   - "NAT44"
19077   - "POLICE_MARK"
19078   - "COPWHLIST"
19079   - "IACL"
19080   - "OACL"
19081   layout:
19082     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19083     layout: "plot-latency"
19084
19085 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19086 -
19087   type: "plot"
19088   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19089   algorithm: "plot_latency_error_bars"
19090   output-file-type: ".html"
19091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19092   data: "plot-vpp-throughput-latency-3n-hsw"
19093   filter: "'NIC_Intel-X710' and
19094            '64B' and
19095            'NDRPDR' and
19096            '1T1C' and
19097            'IP4FWD' and
19098            'NAT44' and
19099            not 'IPSEC' and
19100            not 'VHOST'"
19101   parameters:
19102   - "latency"
19103   - "parent"
19104   - "tags"
19105   sort:
19106   - "BASE"
19107   - "BASE"
19108   - "SRC_USER_10"
19109   - "SRC_USER_100"
19110   - "SRC_USER_1000"
19111   - "SRC_USER_2000"
19112   layout:
19113     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19114     layout: "plot-latency"
19115
19116 -
19117   type: "plot"
19118   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19119   algorithm: "plot_latency_error_bars"
19120   output-file-type: ".html"
19121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19122   data: "plot-vpp-throughput-latency-3n-hsw"
19123   filter: "'NIC_Intel-X710' and
19124            '64B' and
19125            'NDRPDR' and
19126            '2T2C' and
19127            'IP4FWD' and
19128            'NAT44' and
19129            not 'IPSEC' and
19130            not 'VHOST'"
19131   parameters:
19132   - "latency"
19133   - "parent"
19134   - "tags"
19135   sort:
19136   - "BASE"
19137   - "BASE"
19138   - "SRC_USER_10"
19139   - "SRC_USER_100"
19140   - "SRC_USER_1000"
19141   - "SRC_USER_2000"
19142   layout:
19143     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19144     layout: "plot-latency"
19145
19146 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19147 -
19148   type: "plot"
19149   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19150   algorithm: "plot_latency_error_bars"
19151   output-file-type: ".html"
19152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19153   data: "plot-vpp-throughput-latency-3n-hsw"
19154   filter: "'NIC_Intel-X710' and
19155            '64B' and
19156            'NDRPDR' and
19157            '1T1C' and
19158            'IP4FWD' and
19159            'IACL' and
19160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19161            not 'IPSEC' and
19162            not 'VHOST'"
19163   parameters:
19164   - "latency"
19165   - "parent"
19166   - "tags"
19167   sort:
19168   - "ACL_STATELESS"
19169   - "ACL_STATEFUL"
19170   - "ACL_STATELESS"
19171   - "ACL_STATEFUL"
19172   layout:
19173     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19174     layout: "plot-latency"
19175
19176 -
19177   type: "plot"
19178   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19179   algorithm: "plot_latency_error_bars"
19180   output-file-type: ".html"
19181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19182   data: "plot-vpp-throughput-latency-3n-hsw"
19183   filter: "'NIC_Intel-X710' and
19184            '64B' and
19185            'NDRPDR' and
19186            '2T2C' and
19187            'IP4FWD' and
19188            'IACL' and
19189            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19190            not 'IPSEC' and
19191            not 'VHOST'"
19192   parameters:
19193   - "latency"
19194   - "parent"
19195   - "tags"
19196   sort:
19197   - "ACL_STATELESS"
19198   - "ACL_STATEFUL"
19199   - "ACL_STATELESS"
19200   - "ACL_STATEFUL"
19201   layout:
19202     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19203     layout: "plot-latency"
19204
19205 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
19206 -
19207   type: "plot"
19208   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19209   algorithm: "plot_latency_error_bars"
19210   output-file-type: ".html"
19211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19212   data: "plot-vpp-throughput-latency-3n-hsw"
19213   filter: "'NIC_Intel-X710' and
19214            '64B' and
19215            'NDRPDR' and
19216            '1T1C' and
19217            'IP4FWD' and
19218            'OACL' and
19219            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19220            not 'IPSEC' and
19221            not 'VHOST'"
19222   parameters:
19223   - "latency"
19224   - "parent"
19225   - "tags"
19226   sort:
19227   - "ACL_STATELESS"
19228   - "ACL_STATEFUL"
19229   - "ACL_STATELESS"
19230   - "ACL_STATEFUL"
19231   layout:
19232     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
19233     layout: "plot-latency"
19234
19235 -
19236   type: "plot"
19237   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19238   algorithm: "plot_latency_error_bars"
19239   output-file-type: ".html"
19240   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19241   data: "plot-vpp-throughput-latency-3n-hsw"
19242   filter: "'NIC_Intel-X710' and
19243            '64B' and
19244            'NDRPDR' and
19245            '2T2C' and
19246            'IP4FWD' and
19247            'OACL' and
19248            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19249            not 'IPSEC' and
19250            not 'VHOST'"
19251   parameters:
19252   - "latency"
19253   - "parent"
19254   - "tags"
19255   sort:
19256   - "ACL_STATELESS"
19257   - "ACL_STATEFUL"
19258   - "ACL_STATELESS"
19259   - "ACL_STATEFUL"
19260   layout:
19261     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
19262     layout: "plot-latency"
19263
19264 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19265 -
19266   type: "plot"
19267   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19268   algorithm: "plot_latency_error_bars"
19269   output-file-type: ".html"
19270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19271   data: "plot-vpp-throughput-latency-3n-hsw"
19272   filter: "'NIC_Intel-XL710' and
19273            '64B' and
19274            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19275            'NDRPDR' and
19276            '1T1C' and
19277            'IP4FWD' and
19278            not 'IPSEC' and
19279            not 'VHOST'"
19280   parameters:
19281   - "latency"
19282   - "parent"
19283   - "tags"
19284   sort:
19285   - "IP4BASE"
19286   - "FIB_20K"
19287   - "FIB_200K"
19288   - "FIB_2M"
19289   layout:
19290     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19291     layout: "plot-latency"
19292
19293 -
19294   type: "plot"
19295   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19296   algorithm: "plot_latency_error_bars"
19297   output-file-type: ".html"
19298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19299   data: "plot-vpp-throughput-latency-3n-hsw"
19300   filter: "'NIC_Intel-XL710' and
19301            '64B' and
19302            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19303            'NDRPDR' and
19304            '2T2C' and
19305            'IP4FWD' and
19306            not 'IPSEC' and
19307            not 'VHOST'"
19308   parameters:
19309   - "latency"
19310   - "parent"
19311   - "tags"
19312   sort:
19313   - "IP4BASE"
19314   - "FIB_20K"
19315   - "FIB_200K"
19316   - "FIB_2M"
19317   layout:
19318     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19319     layout: "plot-latency"
19320
19321 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19322 -
19323   type: "plot"
19324   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19325   algorithm: "plot_latency_error_bars"
19326   output-file-type: ".html"
19327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19328   data: "plot-vpp-throughput-latency-3n-skx"
19329   filter: "'NIC_Intel-X710' and
19330            '64B' and
19331            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19332            'NDRPDR' and
19333            '2T1C' and
19334            'IP4FWD' and
19335            not 'IPSEC' and
19336            not 'VHOST'"
19337   parameters:
19338   - "latency"
19339   - "parent"
19340   - "tags"
19341   sort:
19342   - "IP4BASE"
19343   - "FIB_20K"
19344   - "FIB_200K"
19345   - "FIB_2M"
19346   layout:
19347     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19348     layout: "plot-latency"
19349
19350 -
19351   type: "plot"
19352   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19353   algorithm: "plot_latency_error_bars"
19354   output-file-type: ".html"
19355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19356   data: "plot-vpp-throughput-latency-3n-skx"
19357   filter: "'NIC_Intel-X710' and
19358            '64B' and
19359            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19360            'NDRPDR' and
19361            '4T2C' and
19362            'IP4FWD' and
19363            not 'IPSEC' and
19364            not 'VHOST'"
19365   parameters:
19366   - "latency"
19367   - "parent"
19368   - "tags"
19369   sort:
19370   - "IP4BASE"
19371   - "FIB_20K"
19372   - "FIB_200K"
19373   - "FIB_2M"
19374   layout:
19375     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19376     layout: "plot-latency"
19377
19378 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19379 -
19380   type: "plot"
19381   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19382   algorithm: "plot_latency_error_bars"
19383   output-file-type: ".html"
19384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19385   data: "plot-vpp-throughput-latency-3n-skx"
19386   filter: "'NIC_Intel-X710' and
19387            '64B' and
19388            ('IP4BASE' or
19389             'POLICE_MARK' or
19390             'COPWHLIST' or
19391             ('NAT44' and 'BASE') or
19392             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19393            'NDRPDR' and
19394            '2T1C' and
19395            'IP4FWD' and
19396            not 'IPSEC' and
19397            not 'VHOST'"
19398   parameters:
19399   - "latency"
19400   - "parent"
19401   - "tags"
19402   sort:
19403   - "IP4BASE"
19404   - "NAT44"
19405   - "POLICE_MARK"
19406   - "COPWHLIST"
19407   - "IACL"
19408   - "OACL"
19409   layout:
19410     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19411     layout: "plot-latency"
19412
19413 -
19414   type: "plot"
19415   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19416   algorithm: "plot_latency_error_bars"
19417   output-file-type: ".html"
19418   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19419   data: "plot-vpp-throughput-latency-3n-skx"
19420   filter: "'NIC_Intel-X710' and
19421            '64B' and
19422            ('IP4BASE' or
19423             'POLICE_MARK' or
19424             'COPWHLIST' or
19425             ('NAT44' and 'BASE') or
19426             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19427            'NDRPDR' and
19428            '4T2C' and
19429            'IP4FWD' and
19430            not 'IPSEC' and
19431            not 'VHOST'"
19432   parameters:
19433   - "latency"
19434   - "parent"
19435   - "tags"
19436   sort:
19437   - "IP4BASE"
19438   - "NAT44"
19439   - "POLICE_MARK"
19440   - "COPWHLIST"
19441   - "IACL"
19442   - "OACL"
19443   layout:
19444     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19445     layout: "plot-latency"
19446
19447 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19448 -
19449   type: "plot"
19450   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19451   algorithm: "plot_latency_error_bars"
19452   output-file-type: ".html"
19453   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19454   data: "plot-vpp-throughput-latency-3n-skx"
19455   filter: "'NIC_Intel-X710' and
19456            '64B' and
19457            'NDRPDR' and
19458            '2T1C' and
19459            'IP4FWD' and
19460            'NAT44' and
19461            not 'IPSEC' and
19462            not 'VHOST'"
19463   parameters:
19464   - "latency"
19465   - "parent"
19466   - "tags"
19467   sort:
19468   - "BASE"
19469   - "BASE"
19470   - "SRC_USER_10"
19471   - "SRC_USER_100"
19472   - "SRC_USER_1000"
19473   - "SRC_USER_2000"
19474   layout:
19475     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19476     layout: "plot-latency"
19477
19478 -
19479   type: "plot"
19480   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19481   algorithm: "plot_latency_error_bars"
19482   output-file-type: ".html"
19483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19484   data: "plot-vpp-throughput-latency-3n-skx"
19485   filter: "'NIC_Intel-X710' and
19486            '64B' and
19487            'NDRPDR' and
19488            '4T2C' and
19489            'IP4FWD' and
19490            'NAT44' and
19491            not 'IPSEC' and
19492            not 'VHOST'"
19493   parameters:
19494   - "latency"
19495   - "parent"
19496   - "tags"
19497   sort:
19498   - "BASE"
19499   - "BASE"
19500   - "SRC_USER_10"
19501   - "SRC_USER_100"
19502   - "SRC_USER_1000"
19503   - "SRC_USER_2000"
19504   layout:
19505     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19506     layout: "plot-latency"
19507
19508 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19509 -
19510   type: "plot"
19511   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19512   algorithm: "plot_latency_error_bars"
19513   output-file-type: ".html"
19514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19515   data: "plot-vpp-throughput-latency-3n-skx"
19516   filter: "'NIC_Intel-X710' and
19517            '64B' and
19518            'NDRPDR' and
19519            '2T1C' and
19520            'IP4FWD' and
19521            'IACL' and
19522            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19523            not 'IPSEC' and
19524            not 'VHOST'"
19525   parameters:
19526   - "latency"
19527   - "parent"
19528   - "tags"
19529   sort:
19530   - "ACL_STATELESS"
19531   - "ACL_STATEFUL"
19532   - "ACL_STATELESS"
19533   - "ACL_STATEFUL"
19534   layout:
19535     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19536     layout: "plot-latency"
19537
19538 -
19539   type: "plot"
19540   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19541   algorithm: "plot_latency_error_bars"
19542   output-file-type: ".html"
19543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19544   data: "plot-vpp-throughput-latency-3n-skx"
19545   filter: "'NIC_Intel-X710' and
19546            '64B' and
19547            'NDRPDR' and
19548            '4T2C' and
19549            'IP4FWD' and
19550            'IACL' and
19551            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19552            not 'IPSEC' and
19553            not 'VHOST'"
19554   parameters:
19555   - "latency"
19556   - "parent"
19557   - "tags"
19558   sort:
19559   - "ACL_STATELESS"
19560   - "ACL_STATEFUL"
19561   - "ACL_STATELESS"
19562   - "ACL_STATEFUL"
19563   layout:
19564     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19565     layout: "plot-latency"
19566
19567 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19568 -
19569   type: "plot"
19570   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19571   algorithm: "plot_latency_error_bars"
19572   output-file-type: ".html"
19573   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19574   data: "plot-vpp-throughput-latency-3n-skx"
19575   filter: "'NIC_Intel-X710' and
19576            '64B' and
19577            'NDRPDR' and
19578            '2T1C' and
19579            'IP4FWD' and
19580            'OACL' and
19581            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19582            not 'IPSEC' and
19583            not 'VHOST'"
19584   parameters:
19585   - "latency"
19586   - "parent"
19587   - "tags"
19588   sort:
19589   - "ACL_STATELESS"
19590   - "ACL_STATEFUL"
19591   - "ACL_STATELESS"
19592   - "ACL_STATEFUL"
19593   layout:
19594     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19595     layout: "plot-latency"
19596
19597 -
19598   type: "plot"
19599   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19600   algorithm: "plot_latency_error_bars"
19601   output-file-type: ".html"
19602   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19603   data: "plot-vpp-throughput-latency-3n-skx"
19604   filter: "'NIC_Intel-X710' and
19605            '64B' and
19606            'NDRPDR' and
19607            '4T2C' and
19608            'IP4FWD' and
19609            'OACL' and
19610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19611            not 'IPSEC' and
19612            not 'VHOST'"
19613   parameters:
19614   - "latency"
19615   - "parent"
19616   - "tags"
19617   sort:
19618   - "ACL_STATELESS"
19619   - "ACL_STATEFUL"
19620   - "ACL_STATELESS"
19621   - "ACL_STATEFUL"
19622   layout:
19623     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19624     layout: "plot-latency"
19625
19626 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19627 -
19628   type: "plot"
19629   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19630   algorithm: "plot_latency_error_bars"
19631   output-file-type: ".html"
19632   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19633   data: "plot-vpp-throughput-latency-2n-skx"
19634   filter: "'NIC_Intel-X710' and
19635            '64B' and
19636            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19637            'NDRPDR' and
19638            '2T1C' and
19639            'IP4FWD' and
19640            not 'IPSEC' and
19641            not 'VHOST'"
19642   parameters:
19643   - "latency"
19644   - "parent"
19645   - "tags"
19646   sort:
19647   - "IP4BASE"
19648   - "FIB_20K"
19649   - "FIB_200K"
19650   - "FIB_2M"
19651   layout:
19652     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19653     layout: "plot-latency"
19654
19655 -
19656   type: "plot"
19657   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19658   algorithm: "plot_latency_error_bars"
19659   output-file-type: ".html"
19660   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19661   data: "plot-vpp-throughput-latency-2n-skx"
19662   filter: "'NIC_Intel-X710' and
19663            '64B' and
19664            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19665            'NDRPDR' and
19666            '4T2C' and
19667            'IP4FWD' and
19668            not 'IPSEC' and
19669            not 'VHOST'"
19670   parameters:
19671   - "latency"
19672   - "parent"
19673   - "tags"
19674   sort:
19675   - "IP4BASE"
19676   - "FIB_20K"
19677   - "FIB_200K"
19678   - "FIB_2M"
19679   layout:
19680     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19681     layout: "plot-latency"
19682
19683 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19684 -
19685   type: "plot"
19686   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19687   algorithm: "plot_latency_error_bars"
19688   output-file-type: ".html"
19689   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19690   data: "plot-vpp-throughput-latency-2n-skx"
19691   filter: "'NIC_Intel-XXV710' and
19692            '64B' and
19693            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19694            'NDRPDR' and
19695            '2T1C' and
19696            'IP4FWD' and
19697            not 'IPSEC' and
19698            not 'VHOST'"
19699   parameters:
19700   - "latency"
19701   - "parent"
19702   - "tags"
19703   sort:
19704   - "IP4BASE"
19705   - "FIB_20K"
19706   - "FIB_200K"
19707   - "FIB_2M"
19708   layout:
19709     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19710     layout: "plot-latency"
19711
19712 -
19713   type: "plot"
19714   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19715   algorithm: "plot_latency_error_bars"
19716   output-file-type: ".html"
19717   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19718   data: "plot-vpp-throughput-latency-2n-skx"
19719   filter: "'NIC_Intel-XXV710' and
19720            '64B' and
19721            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19722            'NDRPDR' and
19723            '4T2C' and
19724            'IP4FWD' and
19725            not 'IPSEC' and
19726            not 'VHOST'"
19727   parameters:
19728   - "latency"
19729   - "parent"
19730   - "tags"
19731   sort:
19732   - "IP4BASE"
19733   - "FIB_20K"
19734   - "FIB_200K"
19735   - "FIB_2M"
19736   layout:
19737     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19738     layout: "plot-latency"
19739
19740 ################################################################################
19741
19742 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
19743 -
19744   type: "plot"
19745   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19746   algorithm: "plot_latency_error_bars"
19747   output-file-type: ".html"
19748   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19749   data: "plot-vpp-throughput-latency-3n-hsw"
19750   filter: "'NIC_Intel-X520-DA2' and
19751            '64B' and
19752            'ENCAP' and
19753            'NDRPDR' and
19754            '1T1C' and
19755            'VXLAN' and
19756            'L2BDMACLRN' and
19757            not 'VHOST' and
19758            not 'IPSECHW'"
19759   parameters:
19760   - "latency"
19761   - "parent"
19762   - "tags"
19763   sort:
19764   - "not DOT1Q"
19765   - "VXLAN_1"
19766   - "VXLAN_10"
19767   - "VXLAN_100"
19768   - "VXLAN_1000"
19769   layout:
19770     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19771     layout: "plot-latency"
19772
19773 -
19774   type: "plot"
19775   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19776   algorithm: "plot_latency_error_bars"
19777   output-file-type: ".html"
19778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19779   data: "plot-vpp-throughput-latency-3n-hsw"
19780   filter: "'NIC_Intel-X520-DA2' and
19781            '64B' and
19782            'ENCAP' and
19783            'NDRPDR' and
19784            '2T2C' and
19785            'VXLAN' and
19786            'L2BDMACLRN' and
19787            not 'VHOST' and
19788            not 'IPSECHW'"
19789   parameters:
19790   - "latency"
19791   - "parent"
19792   - "tags"
19793   sort:
19794   - "not DOT1Q"
19795   - "VXLAN_1"
19796   - "VXLAN_10"
19797   - "VXLAN_100"
19798   - "VXLAN_1000"
19799   layout:
19800     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19801     layout: "plot-latency"
19802
19803 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19804 -
19805   type: "plot"
19806   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19807   algorithm: "plot_latency_error_bars"
19808   output-file-type: ".html"
19809   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19810   data: "plot-vpp-throughput-latency-3n-hsw"
19811   filter: "'NIC_Intel-X520-DA2' and
19812            '64B' and
19813            'ENCAP' and
19814            'NDRPDR' and
19815            '1T1C' and
19816            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19817            not 'DOT1Q' and
19818            not 'VHOST' and
19819            not 'IPSECHW'"
19820   parameters:
19821   - "latency"
19822   - "parent"
19823   - "tags"
19824   sort:
19825   - "L2BDMACLRN"
19826   - "L2XCFWD"
19827   - "LISP"
19828   layout:
19829     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19830     layout: "plot-latency"
19831
19832 -
19833   type: "plot"
19834   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19835   algorithm: "plot_latency_error_bars"
19836   output-file-type: ".html"
19837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19838   data: "plot-vpp-throughput-latency-3n-hsw"
19839   filter: "'NIC_Intel-X520-DA2' and
19840            '64B' and
19841            'ENCAP' and
19842            'NDRPDR' and
19843            '2T2C' and
19844            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19845            not 'DOT1Q' and
19846            not 'VHOST' and
19847            not 'IPSECHW'"
19848   parameters:
19849   - "latency"
19850   - "parent"
19851   - "tags"
19852   sort:
19853   - "L2BDMACLRN"
19854   - "L2XCFWD"
19855   - "LISP"
19856   layout:
19857     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19858     layout: "plot-latency"
19859
19860 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19861 -
19862   type: "plot"
19863   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19864   algorithm: "plot_latency_error_bars"
19865   output-file-type: ".html"
19866   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19867   data: "plot-vpp-throughput-latency-3n-hsw"
19868   filter: "'NIC_Intel-X710' and
19869            '64B' and
19870            'ENCAP' and
19871            'NDRPDR' and
19872            '1T1C' and
19873            'VXLAN' and
19874            'L2BDMACLRN' and
19875            not 'VHOST' and
19876            not 'IPSECHW'"
19877   parameters:
19878   - "latency"
19879   - "parent"
19880   - "tags"
19881   sort:
19882   - "not DOT1Q"
19883   - "VXLAN_1"
19884   - "VXLAN_10"
19885   - "VXLAN_100"
19886   - "VXLAN_1000"
19887   layout:
19888     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19889     layout: "plot-latency"
19890
19891 -
19892   type: "plot"
19893   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19894   algorithm: "plot_latency_error_bars"
19895   output-file-type: ".html"
19896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19897   data: "plot-vpp-throughput-latency-3n-hsw"
19898   filter: "'NIC_Intel-X710' and
19899            '64B' and
19900            'ENCAP' and
19901            'NDRPDR' and
19902            '2T2C' and
19903            'VXLAN' and
19904            'L2BDMACLRN' and
19905            not 'VHOST' and
19906            not 'IPSECHW'"
19907   parameters:
19908   - "latency"
19909   - "parent"
19910   - "tags"
19911   sort:
19912   - "not DOT1Q"
19913   - "VXLAN_1"
19914   - "VXLAN_10"
19915   - "VXLAN_100"
19916   - "VXLAN_1000"
19917   layout:
19918     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19919     layout: "plot-latency"
19920
19921 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19922 -
19923   type: "plot"
19924   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19925   algorithm: "plot_latency_error_bars"
19926   output-file-type: ".html"
19927   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19928   data: "plot-vpp-throughput-latency-3n-hsw"
19929   filter: "'NIC_Intel-X710' and
19930            '64B' and
19931            'ENCAP' and
19932            'NDRPDR' and
19933            '1T1C' and
19934            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19935            not 'DOT1Q' and
19936            not 'VHOST' and
19937            not 'IPSECHW'"
19938   parameters:
19939   - "latency"
19940   - "parent"
19941   - "tags"
19942   sort:
19943   - "L2BDMACLRN"
19944   - "L2XCFWD"
19945   - "LISP"
19946   layout:
19947     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19948     layout: "plot-latency"
19949
19950 -
19951   type: "plot"
19952   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19953   algorithm: "plot_latency_error_bars"
19954   output-file-type: ".html"
19955   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19956   data: "plot-vpp-throughput-latency-3n-hsw"
19957   filter: "'NIC_Intel-X710' and
19958            '64B' and
19959            'ENCAP' and
19960            'NDRPDR' and
19961            '2T2C' and
19962            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19963            not 'DOT1Q' and
19964            not 'VHOST' and
19965            not 'IPSECHW'"
19966   parameters:
19967   - "latency"
19968   - "parent"
19969   - "tags"
19970   sort:
19971   - "L2BDMACLRN"
19972   - "L2XCFWD"
19973   - "LISP"
19974   layout:
19975     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19976     layout: "plot-latency"
19977
19978 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19979 -
19980   type: "plot"
19981   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19982   algorithm: "plot_latency_error_bars"
19983   output-file-type: ".html"
19984   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19985   data: "plot-vpp-throughput-latency-3n-skx"
19986   filter: "'NIC_Intel-X710' and
19987            '64B' and
19988            'ENCAP' and
19989            'NDRPDR' and
19990            '2T1C' and
19991            'VXLAN' and
19992            'L2BDMACLRN' and
19993            not 'VHOST' and
19994            not 'IPSECHW'"
19995   parameters:
19996   - "latency"
19997   - "parent"
19998   - "tags"
19999   sort:
20000   - "not DOT1Q"
20001   - "VXLAN_1"
20002   - "VXLAN_10"
20003   - "VXLAN_100"
20004   - "VXLAN_1000"
20005   layout:
20006     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20007     layout: "plot-latency"
20008
20009 -
20010   type: "plot"
20011   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20012   algorithm: "plot_latency_error_bars"
20013   output-file-type: ".html"
20014   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20015   data: "plot-vpp-throughput-latency-3n-skx"
20016   filter: "'NIC_Intel-X710' and
20017            '64B' and
20018            'ENCAP' and
20019            'NDRPDR' and
20020            '4T2C' and
20021            'VXLAN' and
20022            'L2BDMACLRN' and
20023            not 'VHOST' and
20024            not 'IPSECHW'"
20025   parameters:
20026   - "latency"
20027   - "parent"
20028   - "tags"
20029   sort:
20030   - "not DOT1Q"
20031   - "VXLAN_1"
20032   - "VXLAN_10"
20033   - "VXLAN_100"
20034   - "VXLAN_1000"
20035   layout:
20036     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20037     layout: "plot-latency"
20038
20039 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20040 -
20041   type: "plot"
20042   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20043   algorithm: "plot_latency_error_bars"
20044   output-file-type: ".html"
20045   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20046   data: "plot-vpp-throughput-latency-3n-skx"
20047   filter: "'NIC_Intel-X710' and
20048            '64B' and
20049            'ENCAP' and
20050            'NDRPDR' and
20051            '2T1C' and
20052            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20053            not 'DOT1Q' and
20054            not 'VHOST' and
20055            not 'IPSECHW'"
20056   parameters:
20057   - "latency"
20058   - "parent"
20059   - "tags"
20060   sort:
20061   - "L2BDMACLRN"
20062   - "L2XCFWD"
20063   - "LISP"
20064   layout:
20065     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20066     layout: "plot-latency"
20067
20068 -
20069   type: "plot"
20070   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20071   algorithm: "plot_latency_error_bars"
20072   output-file-type: ".html"
20073   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20074   data: "plot-vpp-throughput-latency-3n-skx"
20075   filter: "'NIC_Intel-X710' and
20076            '64B' and
20077            'ENCAP' and
20078            'NDRPDR' and
20079            '4T2C' and
20080            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20081            not 'DOT1Q' and
20082            not 'VHOST' and
20083            not 'IPSECHW'"
20084   parameters:
20085   - "latency"
20086   - "parent"
20087   - "tags"
20088   sort:
20089   - "L2BDMACLRN"
20090   - "L2XCFWD"
20091   - "LISP"
20092   layout:
20093     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20094     layout: "plot-latency"
20095
20096 ################################################################################
20097
20098 # Packet Latency - VPP IPv6 3n-hsw-x520
20099 -
20100   type: "plot"
20101   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20102   algorithm: "plot_latency_error_bars"
20103   output-file-type: ".html"
20104   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20105   data: "plot-vpp-throughput-latency-3n-hsw"
20106   filter: "'NIC_Intel-X520-DA2' and
20107            '78B' and
20108            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20109            'NDRPDR' and
20110            '1T1C' and
20111            'IP6FWD' and
20112            not 'SRv6' and
20113            not 'IPSEC' and
20114            not 'VHOST'"
20115   parameters:
20116   - "latency"
20117   - "parent"
20118   - "tags"
20119   sort:
20120   - "IP6BASE"
20121   - "FIB_20K"
20122   - "FIB_200K"
20123   - "FIB_2M"
20124   layout:
20125     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20126     layout: "plot-latency"
20127
20128 -
20129   type: "plot"
20130   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20131   algorithm: "plot_latency_error_bars"
20132   output-file-type: ".html"
20133   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20134   data: "plot-vpp-throughput-latency-3n-hsw"
20135   filter: "'NIC_Intel-X520-DA2' and
20136            '78B' and
20137            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20138            'NDRPDR' and
20139            '2T2C' and
20140            'IP6FWD' and
20141            not 'SRv6' and
20142            not 'IPSEC' and
20143            not 'VHOST'"
20144   parameters:
20145   - "latency"
20146   - "parent"
20147   - "tags"
20148   sort:
20149   - "IP6BASE"
20150   - "FIB_20K"
20151   - "FIB_200K"
20152   - "FIB_2M"
20153   layout:
20154     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20155     layout: "plot-latency"
20156
20157 # Packet Latency - VPP IPv6 3n-hsw-x710
20158 -
20159   type: "plot"
20160   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20161   algorithm: "plot_latency_error_bars"
20162   output-file-type: ".html"
20163   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20164   data: "plot-vpp-throughput-latency-3n-hsw"
20165   filter: "'NIC_Intel-X710' and
20166            '78B' and
20167            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20168            'NDRPDR' and
20169            '1T1C' and
20170            'IP6FWD' and
20171            not 'SRv6' and
20172            not 'IPSEC' and
20173            not 'VHOST'"
20174   parameters:
20175   - "latency"
20176   - "parent"
20177   - "tags"
20178   sort:
20179   - "IP6BASE"
20180   - "FIB_20K"
20181   - "FIB_200K"
20182   - "FIB_2M"
20183   layout:
20184     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20185     layout: "plot-latency"
20186
20187 -
20188   type: "plot"
20189   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20190   algorithm: "plot_latency_error_bars"
20191   output-file-type: ".html"
20192   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20193   data: "plot-vpp-throughput-latency-3n-hsw"
20194   filter: "'NIC_Intel-X710' and
20195            '78B' and
20196            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20197            'NDRPDR' and
20198            '2T2C' and
20199            'IP6FWD' and
20200            not 'SRv6' and
20201            not 'IPSEC' and
20202            not 'VHOST'"
20203   parameters:
20204   - "latency"
20205   - "parent"
20206   - "tags"
20207   sort:
20208   - "IP6BASE"
20209   - "FIB_20K"
20210   - "FIB_200K"
20211   - "FIB_2M"
20212   layout:
20213     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20214     layout: "plot-latency"
20215
20216 # Packet Latency - VPP IPv6 3n-hsw-xl710
20217 -
20218   type: "plot"
20219   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20220   algorithm: "plot_latency_error_bars"
20221   output-file-type: ".html"
20222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20223   data: "plot-vpp-throughput-latency-3n-hsw"
20224   filter: "'NIC_Intel-XL710' and
20225            '78B' and
20226            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20227            'NDRPDR' and
20228            '1T1C' and
20229            'IP6FWD' and
20230            not 'SRv6' and
20231            not 'IPSEC' and
20232            not 'VHOST'"
20233   parameters:
20234   - "latency"
20235   - "parent"
20236   - "tags"
20237   sort:
20238   - "IP6BASE"
20239   - "FIB_20K"
20240   - "FIB_200K"
20241   - "FIB_2M"
20242   layout:
20243     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
20244     layout: "plot-latency"
20245
20246 -
20247   type: "plot"
20248   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20249   algorithm: "plot_latency_error_bars"
20250   output-file-type: ".html"
20251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20252   data: "plot-vpp-throughput-latency-3n-hsw"
20253   filter: "'NIC_Intel-XL710' and
20254            '78B' and
20255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20256            'NDRPDR' and
20257            '2T2C' and
20258            'IP6FWD' and
20259            not 'SRv6' and
20260            not 'IPSEC' and
20261            not 'VHOST'"
20262   parameters:
20263   - "latency"
20264   - "parent"
20265   - "tags"
20266   sort:
20267   - "IP6BASE"
20268   - "FIB_20K"
20269   - "FIB_200K"
20270   - "FIB_2M"
20271   layout:
20272     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
20273     layout: "plot-latency"
20274
20275 # Packet Latency - VPP IPv6 3n-skx-x710
20276 -
20277   type: "plot"
20278   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20279   algorithm: "plot_latency_error_bars"
20280   output-file-type: ".html"
20281   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20282   data: "plot-vpp-throughput-latency-3n-skx"
20283   filter: "'NIC_Intel-X710' and
20284            '78B' and
20285            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20286            'NDRPDR' and
20287            '2T1C' and
20288            'IP6FWD' and
20289            not 'SRv6' and
20290            not 'IPSEC' and
20291            not 'VHOST'"
20292   parameters:
20293   - "latency"
20294   - "parent"
20295   - "tags"
20296   sort:
20297   - "IP6BASE"
20298   - "FIB_20K"
20299   - "FIB_200K"
20300   - "FIB_2M"
20301   layout:
20302     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20303     layout: "plot-latency"
20304
20305 -
20306   type: "plot"
20307   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20308   algorithm: "plot_latency_error_bars"
20309   output-file-type: ".html"
20310   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20311   data: "plot-vpp-throughput-latency-3n-skx"
20312   filter: "'NIC_Intel-X710' and
20313            '78B' and
20314            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20315            'NDRPDR' and
20316            '4T2C' and
20317            'IP6FWD' and
20318            not 'SRv6' and
20319            not 'IPSEC' and
20320            not 'VHOST'"
20321   parameters:
20322   - "latency"
20323   - "parent"
20324   - "tags"
20325   sort:
20326   - "IP6BASE"
20327   - "FIB_20K"
20328   - "FIB_200K"
20329   - "FIB_2M"
20330   layout:
20331     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20332     layout: "plot-latency"
20333
20334 # Packet Latency - VPP IPv6 2n-skx-x710
20335 -
20336   type: "plot"
20337   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20338   algorithm: "plot_latency_error_bars"
20339   output-file-type: ".html"
20340   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20341   data: "plot-vpp-throughput-latency-2n-skx"
20342   filter: "'NIC_Intel-X710' and
20343            '78B' and
20344            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20345            'NDRPDR' and
20346            '2T1C' and
20347            'IP6FWD' and
20348            not 'SRv6' and
20349            not 'IPSEC' and
20350            not 'VHOST'"
20351   parameters:
20352   - "latency"
20353   - "parent"
20354   - "tags"
20355   sort:
20356   - "IP6BASE"
20357   - "FIB_20K"
20358   - "FIB_200K"
20359   - "FIB_2M"
20360   layout:
20361     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20362     layout: "plot-latency"
20363
20364 -
20365   type: "plot"
20366   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20367   algorithm: "plot_latency_error_bars"
20368   output-file-type: ".html"
20369   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20370   data: "plot-vpp-throughput-latency-2n-skx"
20371   filter: "'NIC_Intel-X710' and
20372            '78B' and
20373            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20374            'NDRPDR' and
20375            '4T2C' and
20376            'IP6FWD' and
20377            not 'SRv6' and
20378            not 'IPSEC' and
20379            not 'VHOST'"
20380   parameters:
20381   - "latency"
20382   - "parent"
20383   - "tags"
20384   sort:
20385   - "IP6BASE"
20386   - "FIB_20K"
20387   - "FIB_200K"
20388   - "FIB_2M"
20389   layout:
20390     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20391     layout: "plot-latency"
20392
20393 # Packet Latency - VPP IPv6 2n-skx-xxv710
20394 -
20395   type: "plot"
20396   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20397   algorithm: "plot_latency_error_bars"
20398   output-file-type: ".html"
20399   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20400   data: "plot-vpp-throughput-latency-2n-skx"
20401   filter: "'NIC_Intel-XXV710' and
20402            '78B' and
20403            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20404            'NDRPDR' and
20405            '2T1C' and
20406            'IP6FWD' and
20407            not 'SRv6' and
20408            not 'IPSEC' and
20409            not 'VHOST'"
20410   parameters:
20411   - "latency"
20412   - "parent"
20413   - "tags"
20414   sort:
20415   - "IP6BASE"
20416   - "FIB_20K"
20417   - "FIB_200K"
20418   - "FIB_2M"
20419   layout:
20420     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20421     layout: "plot-latency"
20422
20423 -
20424   type: "plot"
20425   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20426   algorithm: "plot_latency_error_bars"
20427   output-file-type: ".html"
20428   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20429   data: "plot-vpp-throughput-latency-2n-skx"
20430   filter: "'NIC_Intel-XXV710' and
20431            '78B' and
20432            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20433            'NDRPDR' and
20434            '4T2C' and
20435            'IP6FWD' and
20436            not 'SRv6' and
20437            not 'IPSEC' and
20438            not 'VHOST'"
20439   parameters:
20440   - "latency"
20441   - "parent"
20442   - "tags"
20443   sort:
20444   - "IP6BASE"
20445   - "FIB_20K"
20446   - "FIB_200K"
20447   - "FIB_2M"
20448   layout:
20449     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20450     layout: "plot-latency"
20451
20452 ################################################################################
20453
20454 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20455 -
20456   type: "plot"
20457   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20458   algorithm: "plot_latency_error_bars"
20459   output-file-type: ".html"
20460   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20461   data: "plot-vpp-throughput-latency-3n-hsw"
20462   filter: "'NIC_Intel-X520-DA2' and
20463            '78B' and
20464            'ENCAP' and
20465            'NDRPDR' and
20466            '1T1C' and
20467            'LISP' and
20468            not 'VHOST'"
20469   parameters:
20470   - "latency"
20471   - "parent"
20472   - "tags"
20473   sort:
20474   - "IP4UNRLAY"
20475   - "IP6UNRLAY"
20476   layout:
20477     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20478     layout: "plot-latency"
20479
20480 -
20481   type: "plot"
20482   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20483   algorithm: "plot_latency_error_bars"
20484   output-file-type: ".html"
20485   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20486   data: "plot-vpp-throughput-latency-3n-hsw"
20487   filter: "'NIC_Intel-X520-DA2' and
20488            '78B' and
20489            'ENCAP' and
20490            'NDRPDR' and
20491            '2T2C' and
20492            'LISP' and
20493            not 'VHOST'"
20494   parameters:
20495   - "latency"
20496   - "parent"
20497   - "tags"
20498   sort:
20499   - "IP4UNRLAY"
20500   - "IP6UNRLAY"
20501   layout:
20502     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20503     layout: "plot-latency"
20504
20505 ################################################################################
20506
20507 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20508 -
20509   type: "plot"
20510   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20511   algorithm: "plot_latency_error_bars"
20512   output-file-type: ".html"
20513   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20514   data: "plot-vpp-throughput-latency-3n-hsw"
20515   filter: "'NIC_Intel-XL710' and
20516            '64B' and
20517            'IP4FWD' and
20518            'NDRPDR' and
20519            'BASE' and
20520            '1T1C' and
20521            'IPSECHW' and
20522            ('IPSECTRAN' or 'IPSECTUN') and
20523            not 'VHOST'"
20524   parameters:
20525   - "latency"
20526   - "parent"
20527   - "tags"
20528   layout:
20529     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20530     layout: "plot-latency"
20531
20532 -
20533   type: "plot"
20534   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20535   algorithm: "plot_latency_error_bars"
20536   output-file-type: ".html"
20537   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20538   data: "plot-vpp-throughput-latency-3n-hsw"
20539   filter: "'NIC_Intel-XL710' and
20540            '64B' and
20541            'IP4FWD' and
20542            'NDRPDR' and
20543            'BASE' and
20544            '2T2C' and
20545            'IPSECHW' and
20546            ('IPSECTRAN' or 'IPSECTUN') and
20547            not 'VHOST'"
20548   parameters:
20549   - "latency"
20550   - "parent"
20551   - "tags"
20552   layout:
20553     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20554     layout: "plot-latency"
20555
20556 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20557 -
20558   type: "plot"
20559   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20560   algorithm: "plot_latency_error_bars"
20561   output-file-type: ".html"
20562   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20563   data: "plot-vpp-throughput-latency-3n-hsw"
20564   filter: "'NIC_Intel-XL710' and
20565            '64B' and
20566            'IP4FWD' and
20567            'NDRPDR' and
20568            'SCALE' and
20569            '1T1C' and
20570            'IPSECHW' and
20571            ('IPSECTRAN' or 'IPSECTUN') and
20572            not 'VHOST'"
20573   parameters:
20574   - "latency"
20575   - "parent"
20576   - "tags"
20577   layout:
20578     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20579     layout: "plot-latency"
20580
20581 -
20582   type: "plot"
20583   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20584   algorithm: "plot_latency_error_bars"
20585   output-file-type: ".html"
20586   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20587   data: "plot-vpp-throughput-latency-3n-hsw"
20588   filter: "'NIC_Intel-XL710' and
20589            '64B' and
20590            'IP4FWD' and
20591            'NDRPDR' and
20592            'SCALE' and
20593            '2T2C' and
20594            'IPSECHW' and
20595            ('IPSECTRAN' or 'IPSECTUN') and
20596            not 'VHOST'"
20597   parameters:
20598   - "latency"
20599   - "parent"
20600   - "tags"
20601   layout:
20602     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20603     layout: "plot-latency"
20604
20605 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20606 -
20607   type: "plot"
20608   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20609   algorithm: "plot_latency_error_bars"
20610   output-file-type: ".html"
20611   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20612   data: "plot-vpp-throughput-latency-3n-hsw"
20613   filter: "'NIC_Intel-XL710' and
20614            '64B' and
20615            'IP4FWD' and
20616            'NDRPDR' and
20617            '1T1C' and
20618            'IPSECSW' and
20619            ('IPSECTRAN' or 'IPSECTUN') and
20620            not 'VHOST'"
20621   parameters:
20622   - "latency"
20623   - "parent"
20624   - "tags"
20625   layout:
20626     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20627     layout: "plot-latency"
20628
20629 -
20630   type: "plot"
20631   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20632   algorithm: "plot_latency_error_bars"
20633   output-file-type: ".html"
20634   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20635   data: "plot-vpp-throughput-latency-3n-hsw"
20636   filter: "'NIC_Intel-XL710' and
20637            '64B' and
20638            'IP4FWD' and
20639            'NDRPDR' and
20640            '2T2C' and
20641            'IPSECSW' and
20642            ('IPSECTRAN' or 'IPSECTUN') and
20643            not 'VHOST'"
20644   parameters:
20645   - "latency"
20646   - "parent"
20647   - "tags"
20648   layout:
20649     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20650     layout: "plot-latency"
20651
20652 ################################################################################
20653
20654 # Packet Latency - VPP SRv6 3n-hsw-x520
20655 -
20656   type: "plot"
20657   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20658   algorithm: "plot_latency_error_bars"
20659   output-file-type: ".html"
20660   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20661   data: "plot-vpp-throughput-latency-3n-hsw"
20662   filter: "'NIC_Intel-X520-DA2' and
20663            '78B' and
20664            'FEATURE' and
20665            'NDRPDR' and
20666            '1T1C' and
20667            'IP6FWD' and
20668            'SRv6'"
20669   parameters:
20670   - "latency"
20671   - "parent"
20672   - "tags"
20673   layout:
20674     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20675     layout: "plot-latency"
20676
20677 -
20678   type: "plot"
20679   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20680   algorithm: "plot_latency_error_bars"
20681   output-file-type: ".html"
20682   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20683   data: "plot-vpp-throughput-latency-3n-hsw"
20684   filter: "'NIC_Intel-X520-DA2' and
20685            '78B' and
20686            'FEATURE' and
20687            'NDRPDR' and
20688            '2T2C' and
20689            'IP6FWD' and
20690            'SRv6'"
20691   parameters:
20692   - "latency"
20693   - "parent"
20694   - "tags"
20695   layout:
20696     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20697     layout: "plot-latency"
20698
20699 ################################################################################
20700
20701 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20702 -
20703   type: "plot"
20704   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20705   algorithm: "plot_latency_error_bars"
20706   output-file-type: ".html"
20707   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20708   data: "plot-vpp-throughput-latency-3n-hsw"
20709   filter: "'NIC_Intel-X520-DA2' and
20710            '64B' and
20711            'NDRPDR' and
20712            'ETH' and
20713            'IP4FWD' and
20714            '1T1C' and
20715            'VHOST_1024' and
20716            not 'VXLAN' and
20717            not 'DOT1Q'"
20718   parameters:
20719   - "latency"
20720   - "parent"
20721   - "tags"
20722   sort:
20723   - "not CFS_OPT"
20724   - "1VM"
20725   - "2VM"
20726   layout:
20727     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20728     layout: "plot-latency"
20729
20730 -
20731   type: "plot"
20732   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20733   algorithm: "plot_latency_error_bars"
20734   output-file-type: ".html"
20735   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20736   data: "plot-vpp-throughput-latency-3n-hsw"
20737   filter: "'NIC_Intel-X520-DA2' and
20738            '64B' and
20739            'NDRPDR' and
20740            'ETH' and
20741            'IP4FWD' and
20742            '2T2C' and
20743            'VHOST_1024' and
20744            not 'VXLAN' and
20745            not 'DOT1Q'"
20746   parameters:
20747   - "latency"
20748   - "parent"
20749   - "tags"
20750   sort:
20751   - "not CFS_OPT"
20752   - "1VM"
20753   - "2VM"
20754   layout:
20755     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20756     layout: "plot-latency"
20757
20758 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
20759 -
20760   type: "plot"
20761   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20762   algorithm: "plot_latency_error_bars"
20763   output-file-type: ".html"
20764   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20765   data: "plot-vpp-throughput-latency-3n-hsw"
20766   filter: "'NIC_Intel-X520-DA2' and
20767            '64B' and
20768            'NDRPDR' and
20769            ('ETH' or 'DOT1Q') and
20770            '1T1C' and
20771            'L2BDMACLRN' and
20772            'VHOST_1024' and
20773            not 'VXLAN' and
20774            not 'IP4FWD' and
20775            not '2VM'"
20776   parameters:
20777   - "latency"
20778   - "parent"
20779   - "tags"
20780 #  sort:
20781 #  - "VM"  # "not CFS_OPT"
20782 #  - "CFS_OPT"
20783 #  - "FIB_10K"
20784 #  - "FIB_100K"
20785 #  - "FIB_1M"
20786   layout:
20787     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20788     layout: "plot-latency"
20789
20790 -
20791   type: "plot"
20792   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20793   algorithm: "plot_latency_error_bars"
20794   output-file-type: ".html"
20795   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20796   data: "plot-vpp-throughput-latency-3n-hsw"
20797   filter: "'NIC_Intel-X520-DA2' and
20798            '64B' and
20799            'NDRPDR' and
20800            ('ETH' or 'DOT1Q') and
20801            '2T2C' and
20802            'L2BDMACLRN' and
20803            'VHOST_1024' and
20804            not 'VXLAN' and
20805            not 'IP4FWD' and
20806            not '2VM'"
20807   parameters:
20808   - "latency"
20809   - "parent"
20810   - "tags"
20811 #  sort:
20812 #  - "VM"  # "not CFS_OPT"
20813 #  - "CFS_OPT"
20814 #  - "FIB_10K"
20815 #  - "FIB_100K"
20816 #  - "FIB_1M"
20817   layout:
20818     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20819     layout: "plot-latency"
20820
20821 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20822 -
20823   type: "plot"
20824   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20825   algorithm: "plot_latency_error_bars"
20826   output-file-type: ".html"
20827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20828   data: "plot-vpp-throughput-latency-3n-hsw"
20829   filter: "'NIC_Intel-X520-DA2' and
20830            '64B' and
20831            'NDRPDR' and
20832            ('ETH' or 'DOT1Q') and
20833            'BASE' and
20834            '1T1C' and
20835            ('L2BDMACLRN' or 'L2XCFWD') and
20836            'VHOST_1024' and
20837            not 'VXLAN' and
20838            not 'IP4FWD' and
20839            not '2VM'"
20840   parameters:
20841   - "latency"
20842   - "parent"
20843   - "tags"
20844 #  sort:
20845 #  - "not CFS_OPT"
20846 #  - "L2XCFWD"
20847 #  - "not CFS_OPT"
20848 #  - "CFS_OPT"
20849   layout:
20850     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
20851     layout: "plot-latency"
20852
20853 -
20854   type: "plot"
20855   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20856   algorithm: "plot_latency_error_bars"
20857   output-file-type: ".html"
20858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20859   data: "plot-vpp-throughput-latency-3n-hsw"
20860   filter: "'NIC_Intel-X520-DA2' and
20861            '64B' and
20862            'NDRPDR' and
20863            ('ETH' or 'DOT1Q') and
20864            'BASE' and
20865            '2T2C' and
20866            ('L2BDMACLRN' or 'L2XCFWD') and
20867            'VHOST_1024' and
20868            not 'VXLAN' and
20869            not 'IP4FWD' and
20870            not '2VM'"
20871   parameters:
20872   - "latency"
20873   - "parent"
20874   - "tags"
20875 #  sort:
20876 #  - "not CFS_OPT"
20877 #  - "L2XCFWD"
20878 #  - "not CFS_OPT"
20879 #  - "CFS_OPT"
20880   layout:
20881     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
20882     layout: "plot-latency"
20883
20884 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20885 -
20886   type: "plot"
20887   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20888   algorithm: "plot_latency_error_bars"
20889   output-file-type: ".html"
20890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20891   data: "plot-vpp-throughput-latency-3n-hsw"
20892   filter: "'NIC_Intel-X520-DA2' and
20893            '64B' and
20894            'NDRPDR' and
20895            ('ETH' or 'DOT1Q') and
20896            '1T1C' and
20897            ('L2BDMACLRN' or 'L2XCFWD') and
20898            'VHOST_1024' and
20899            not 'CFS_OPT' and
20900            not 'VXLAN' and
20901            not 'IP4FWD' and
20902            not 'LBOND'"
20903   parameters:
20904   - "latency"
20905   - "parent"
20906   - "tags"
20907 #  sort:
20908 #  - "1VM"
20909 #  - "L2XCFWD"
20910 #  - "1VM"
20911 #  - "L2BDMACLRN"
20912   layout:
20913     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20914     layout: "plot-latency"
20915
20916 -
20917   type: "plot"
20918   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20919   algorithm: "plot_latency_error_bars"
20920   output-file-type: ".html"
20921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20922   data: "plot-vpp-throughput-latency-3n-hsw"
20923   filter: "'NIC_Intel-X520-DA2' and
20924            '64B' and
20925            'NDRPDR' and
20926            ('ETH' or 'DOT1Q') and
20927            '2T2C' and
20928            ('L2BDMACLRN' or 'L2XCFWD') and
20929            'VHOST_1024' and
20930            not 'CFS_OPT' and
20931            not 'VXLAN' and
20932            not 'IP4FWD' and
20933            not 'LBOND'"
20934   parameters:
20935   - "latency"
20936   - "parent"
20937   - "tags"
20938 #  sort:
20939 #  - "1VM"
20940 #  - "L2XCFWD"
20941 #  - "1VM"
20942 #  - "L2BDMACLRN"
20943   layout:
20944     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20945     layout: "plot-latency"
20946
20947 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20948 -
20949   type: "plot"
20950   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20954   data: "plot-vpp-throughput-latency-3n-hsw"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            'NDRPDR' and
20958            'ETH' and
20959            'IP4FWD' and
20960            '1T1C' and
20961            'VHOST_1024' and
20962            not 'VXLAN' and
20963            not 'DOT1Q'"
20964   parameters:
20965   - "latency"
20966   - "parent"
20967   - "tags"
20968   sort:
20969   - "not CFS_OPT"
20970   - "1VM"
20971   - "2VM"
20972   layout:
20973     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20974     layout: "plot-latency"
20975
20976 -
20977   type: "plot"
20978   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20982   data: "plot-vpp-throughput-latency-3n-hsw"
20983   filter: "'NIC_Intel-X710' and
20984            '64B' and
20985            'NDRPDR' and
20986            'ETH' and
20987            'IP4FWD' and
20988            '2T2C' and
20989            'VHOST_1024' and
20990            not 'VXLAN' and
20991            not 'DOT1Q'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "not CFS_OPT"
20998   - "1VM"
20999   - "2VM"
21000   layout:
21001     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21002     layout: "plot-latency"
21003
21004 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
21005 -
21006   type: "plot"
21007   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21008   algorithm: "plot_latency_error_bars"
21009   output-file-type: ".html"
21010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21011   data: "plot-vpp-throughput-latency-3n-hsw"
21012   filter: "'NIC_Intel-X710' and
21013            '64B' and
21014            'NDRPDR' and
21015            ('ETH' or 'DOT1Q') and
21016            '1T1C' and
21017            'L2BDMACLRN' and
21018            'VHOST_1024' and
21019            not 'VXLAN' and
21020            not 'IP4FWD' and
21021            not '2VM'"
21022   parameters:
21023   - "latency"
21024   - "parent"
21025   - "tags"
21026 #  sort:
21027 #  - "VM"  # "not CFS_OPT"
21028 #  - "CFS_OPT"
21029 #  - "FIB_10K"
21030 #  - "FIB_100K"
21031 #  - "FIB_1M"
21032   layout:
21033     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21034     layout: "plot-latency"
21035
21036 -
21037   type: "plot"
21038   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21039   algorithm: "plot_latency_error_bars"
21040   output-file-type: ".html"
21041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21042   data: "plot-vpp-throughput-latency-3n-hsw"
21043   filter: "'NIC_Intel-X710' and
21044            '64B' and
21045            'NDRPDR' and
21046            ('ETH' or 'DOT1Q') and
21047            '2T2C' and
21048            'L2BDMACLRN' and
21049            'VHOST_1024' and
21050            not 'VXLAN' and
21051            not 'IP4FWD' and
21052            not '2VM'"
21053   parameters:
21054   - "latency"
21055   - "parent"
21056   - "tags"
21057 #  sort:
21058 #  - "VM"  # "not CFS_OPT"
21059 #  - "CFS_OPT"
21060 #  - "FIB_10K"
21061 #  - "FIB_100K"
21062 #  - "FIB_1M"
21063   layout:
21064     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21065     layout: "plot-latency"
21066
21067 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21068 -
21069   type: "plot"
21070   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21071   algorithm: "plot_latency_error_bars"
21072   output-file-type: ".html"
21073   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21074   data: "plot-vpp-throughput-latency-3n-hsw"
21075   filter: "'NIC_Intel-X710' and
21076            '64B' and
21077            'NDRPDR' and
21078            ('ETH' or 'DOT1Q') and
21079            'BASE' and
21080            '1T1C' and
21081            ('L2BDMACLRN' or 'L2XCFWD') and
21082            'VHOST_1024' and
21083            not 'VXLAN' and
21084            not 'IP4FWD' and
21085            not '2VM'"
21086   parameters:
21087   - "latency"
21088   - "parent"
21089   - "tags"
21090 #  sort:
21091 #  - "not CFS_OPT"
21092 #  - "L2XCFWD"
21093 #  - "not CFS_OPT"
21094 #  - "CFS_OPT"
21095   layout:
21096     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
21097     layout: "plot-latency"
21098
21099 -
21100   type: "plot"
21101   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21102   algorithm: "plot_latency_error_bars"
21103   output-file-type: ".html"
21104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21105   data: "plot-vpp-throughput-latency-3n-hsw"
21106   filter: "'NIC_Intel-X710' and
21107            '64B' and
21108            'NDRPDR' and
21109            ('ETH' or 'DOT1Q') and
21110            'BASE' and
21111            '2T2C' and
21112            ('L2BDMACLRN' or 'L2XCFWD') and
21113            'VHOST_1024' and
21114            not 'VXLAN' and
21115            not 'IP4FWD' and
21116            not '2VM'"
21117   parameters:
21118   - "latency"
21119   - "parent"
21120   - "tags"
21121 #  sort:
21122 #  - "not CFS_OPT"
21123 #  - "L2XCFWD"
21124 #  - "not CFS_OPT"
21125 #  - "CFS_OPT"
21126   layout:
21127     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
21128     layout: "plot-latency"
21129
21130 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21131 -
21132   type: "plot"
21133   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21134   algorithm: "plot_latency_error_bars"
21135   output-file-type: ".html"
21136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21137   data: "plot-vpp-throughput-latency-3n-hsw"
21138   filter: "'NIC_Intel-X710' and
21139            '64B' and
21140            'NDRPDR' and
21141            ('ETH' or 'DOT1Q') and
21142            '1T1C' and
21143            ('L2BDMACLRN' or 'L2XCFWD') and
21144            'VHOST_1024' and
21145            not 'CFS_OPT' and
21146            not 'VXLAN' and
21147            not 'IP4FWD' and
21148            not 'LBOND'"
21149   parameters:
21150   - "latency"
21151   - "parent"
21152   - "tags"
21153 #  sort:
21154 #  - "1VM"
21155 #  - "L2XCFWD"
21156 #  - "1VM"
21157 #  - "L2BDMACLRN"
21158   layout:
21159     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
21160     layout: "plot-latency"
21161
21162 -
21163   type: "plot"
21164   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21165   algorithm: "plot_latency_error_bars"
21166   output-file-type: ".html"
21167   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21168   data: "plot-vpp-throughput-latency-3n-hsw"
21169   filter: "'NIC_Intel-X710' and
21170            '64B' and
21171            'NDRPDR' and
21172            ('ETH' or 'DOT1Q') and
21173            '2T2C' and
21174            ('L2BDMACLRN' or 'L2XCFWD') and
21175            'VHOST_1024' and
21176            not 'CFS_OPT' and
21177            not 'VXLAN' and
21178            not 'IP4FWD' and
21179            not 'LBOND'"
21180   parameters:
21181   - "latency"
21182   - "parent"
21183   - "tags"
21184 #  sort:
21185 #  - "1VM"
21186 #  - "L2XCFWD"
21187 #  - "1VM"
21188 #  - "L2BDMACLRN"
21189   layout:
21190     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
21191     layout: "plot-latency"
21192
21193 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
21194 -
21195   type: "plot"
21196   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21197   algorithm: "plot_latency_error_bars"
21198   output-file-type: ".html"
21199   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21200   data: "plot-vpp-throughput-latency-3n-hsw"
21201   filter: "'NIC_Intel-XL710' and
21202            '64B' and
21203            'NDRPDR' and
21204            'ETH' and
21205            'IP4FWD' and
21206            '1T1C' and
21207            'VHOST_1024' and
21208            not 'VXLAN' and
21209            not 'DOT1Q'"
21210   parameters:
21211   - "latency"
21212   - "parent"
21213   - "tags"
21214   sort:
21215   - "not CFS_OPT"
21216   - "1VM"
21217   - "2VM"
21218   layout:
21219     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21220     layout: "plot-latency"
21221
21222 -
21223   type: "plot"
21224   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21225   algorithm: "plot_latency_error_bars"
21226   output-file-type: ".html"
21227   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21228   data: "plot-vpp-throughput-latency-3n-hsw"
21229   filter: "'NIC_Intel-XL710' and
21230            '64B' and
21231            'NDRPDR' and
21232            'ETH' and
21233            'IP4FWD' and
21234            '2T2C' and
21235            'VHOST_1024' and
21236            not 'VXLAN' and
21237            not 'DOT1Q'"
21238   parameters:
21239   - "latency"
21240   - "parent"
21241   - "tags"
21242   sort:
21243   - "not CFS_OPT"
21244   - "1VM"
21245   - "2VM"
21246   layout:
21247     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21248     layout: "plot-latency"
21249
21250 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
21251 -
21252   type: "plot"
21253   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21254   algorithm: "plot_latency_error_bars"
21255   output-file-type: ".html"
21256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21257   data: "plot-vpp-throughput-latency-3n-hsw"
21258   filter: "'NIC_Intel-XL710' and
21259            '64B' and
21260            'NDRPDR' and
21261            ('ETH' or 'DOT1Q') and
21262            '1T1C' and
21263            'L2BDMACLRN' and
21264            'VHOST_1024' and
21265            not 'VXLAN' and
21266            not 'IP4FWD' and
21267            not '2VM'"
21268   parameters:
21269   - "latency"
21270   - "parent"
21271   - "tags"
21272 #  sort:
21273 #  - "VM"  # "not CFS_OPT"
21274 #  - "CFS_OPT"
21275 #  - "FIB_10K"
21276 #  - "FIB_100K"
21277 #  - "FIB_1M"
21278   layout:
21279     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21280     layout: "plot-latency"
21281
21282 -
21283   type: "plot"
21284   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21285   algorithm: "plot_latency_error_bars"
21286   output-file-type: ".html"
21287   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21288   data: "plot-vpp-throughput-latency-3n-hsw"
21289   filter: "'NIC_Intel-XL710' and
21290            '64B' and
21291            'NDRPDR' and
21292            ('ETH' or 'DOT1Q') and
21293            '2T2C' and
21294            'L2BDMACLRN' and
21295            'VHOST_1024' and
21296            not 'VXLAN' and
21297            not 'IP4FWD' and
21298            not '2VM'"
21299   parameters:
21300   - "latency"
21301   - "parent"
21302   - "tags"
21303 #  sort:
21304 #  - "VM"  # "not CFS_OPT"
21305 #  - "CFS_OPT"
21306 #  - "FIB_10K"
21307 #  - "FIB_100K"
21308 #  - "FIB_1M"
21309   layout:
21310     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21311     layout: "plot-latency"
21312
21313 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
21314 -
21315   type: "plot"
21316   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21317   algorithm: "plot_latency_error_bars"
21318   output-file-type: ".html"
21319   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21320   data: "plot-vpp-throughput-latency-3n-hsw"
21321   filter: "'NIC_Intel-XL710' and
21322            '64B' and
21323            'NDRPDR' and
21324            ('ETH' or 'DOT1Q') and
21325            'BASE' and
21326            '1T1C' and
21327            ('L2BDMACLRN' or 'L2XCFWD') and
21328            'VHOST_1024' and
21329            not 'VXLAN' and
21330            not 'IP4FWD' and
21331            not '2VM'"
21332   parameters:
21333   - "latency"
21334   - "parent"
21335   - "tags"
21336 #  sort:
21337 #  - "not CFS_OPT"
21338 #  - "L2XCFWD"
21339 #  - "not CFS_OPT"
21340 #  - "CFS_OPT"
21341   layout:
21342     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
21343     layout: "plot-latency"
21344
21345 -
21346   type: "plot"
21347   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21348   algorithm: "plot_latency_error_bars"
21349   output-file-type: ".html"
21350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21351   data: "plot-vpp-throughput-latency-3n-hsw"
21352   filter: "'NIC_Intel-XL710' and
21353            '64B' and
21354            'NDRPDR' and
21355            ('ETH' or 'DOT1Q') and
21356            'BASE' and
21357            '2T2C' and
21358            ('L2BDMACLRN' or 'L2XCFWD') and
21359            'VHOST_1024' and
21360            not 'VXLAN' and
21361            not 'IP4FWD' and
21362            not '2VM'"
21363   parameters:
21364   - "latency"
21365   - "parent"
21366   - "tags"
21367 #  sort:
21368 #  - "not CFS_OPT"
21369 #  - "L2XCFWD"
21370 #  - "not CFS_OPT"
21371 #  - "CFS_OPT"
21372   layout:
21373     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
21374     layout: "plot-latency"
21375
21376 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
21377 -
21378   type: "plot"
21379   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21380   algorithm: "plot_latency_error_bars"
21381   output-file-type: ".html"
21382   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21383   data: "plot-vpp-throughput-latency-3n-hsw"
21384   filter: "'NIC_Intel-XL710' and
21385            '64B' and
21386            'NDRPDR' and
21387            ('ETH' or 'DOT1Q') and
21388            '1T1C' and
21389            ('L2BDMACLRN' or 'L2XCFWD') and
21390            'VHOST_1024' and
21391            not 'CFS_OPT' and
21392            not 'VXLAN' and
21393            not 'IP4FWD'"
21394   parameters:
21395   - "latency"
21396   - "parent"
21397   - "tags"
21398 #  sort:
21399 #  - "1VM"
21400 #  - "L2XCFWD"
21401 #  - "1VM"
21402 #  - "L2BDMACLRN"
21403   layout:
21404     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
21405     layout: "plot-latency"
21406
21407 -
21408   type: "plot"
21409   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21410   algorithm: "plot_latency_error_bars"
21411   output-file-type: ".html"
21412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21413   data: "plot-vpp-throughput-latency-3n-hsw"
21414   filter: "'NIC_Intel-XL710' and
21415            '64B' and
21416            'NDRPDR' and
21417            ('ETH' or 'DOT1Q') and
21418            '2T2C' and
21419            ('L2BDMACLRN' or 'L2XCFWD') and
21420            'VHOST_1024' and
21421            not 'CFS_OPT' and
21422            not 'VXLAN' and
21423            not 'IP4FWD'"
21424   parameters:
21425   - "latency"
21426   - "parent"
21427   - "tags"
21428 #  sort:
21429 #  - "1VM"
21430 #  - "L2XCFWD"
21431 #  - "1VM"
21432 #  - "L2BDMACLRN"
21433   layout:
21434     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
21435     layout: "plot-latency"
21436
21437 # Packet Latency - VPP vhost ip4 3n-skx-x710
21438 -
21439   type: "plot"
21440   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21441   algorithm: "plot_latency_error_bars"
21442   output-file-type: ".html"
21443   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21444   data: "plot-vpp-throughput-latency-3n-skx"
21445   filter: "'NIC_Intel-X710' and
21446            '64B' and
21447            'NDRPDR' and
21448            'ETH' and
21449            'IP4FWD' and
21450            '2T1C' and
21451            'VHOST_1024' and
21452            not 'VXLAN' and
21453            not 'DOT1Q'"
21454   parameters:
21455   - "latency"
21456   - "parent"
21457   - "tags"
21458   sort:
21459   - "not CFS_OPT"
21460   - "1VM"
21461   - "2VM"
21462   layout:
21463     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21464     layout: "plot-latency"
21465
21466 -
21467   type: "plot"
21468   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21469   algorithm: "plot_latency_error_bars"
21470   output-file-type: ".html"
21471   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21472   data: "plot-vpp-throughput-latency-3n-skx"
21473   filter: "'NIC_Intel-X710' and
21474            '64B' and
21475            'NDRPDR' and
21476            'ETH' and
21477            'IP4FWD' and
21478            '4T2C' and
21479            'VHOST_1024' and
21480            not 'VXLAN' and
21481            not 'DOT1Q'"
21482   parameters:
21483   - "latency"
21484   - "parent"
21485   - "tags"
21486   sort:
21487   - "not CFS_OPT"
21488   - "1VM"
21489   - "2VM"
21490   layout:
21491     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21492     layout: "plot-latency"
21493
21494 # Packet Latency - VPP vhost l2sw 3n-skx-x710
21495 -
21496   type: "plot"
21497   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21498   algorithm: "plot_latency_error_bars"
21499   output-file-type: ".html"
21500   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21501   data: "plot-vpp-throughput-latency-3n-skx"
21502   filter: "'NIC_Intel-X710' and
21503            '64B' and
21504            'NDRPDR' and
21505            ('ETH' or 'DOT1Q') and
21506            '2T1C' and
21507            'L2BDMACLRN' and
21508            'VHOST_1024' and
21509            not 'VXLAN' and
21510            not 'IP4FWD' and
21511            not '2VM'"
21512   parameters:
21513   - "latency"
21514   - "parent"
21515   - "tags"
21516 #  sort:
21517 #  - "VM"  # "not CFS_OPT"
21518 #  - "CFS_OPT"
21519 #  - "FIB_10K"
21520 #  - "FIB_100K"
21521 #  - "FIB_1M"
21522   layout:
21523     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21524     layout: "plot-latency"
21525
21526 -
21527   type: "plot"
21528   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21529   algorithm: "plot_latency_error_bars"
21530   output-file-type: ".html"
21531   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21532   data: "plot-vpp-throughput-latency-3n-skx"
21533   filter: "'NIC_Intel-X710' and
21534            '64B' and
21535            'NDRPDR' and
21536            ('ETH' or 'DOT1Q') and
21537            '4T2C' and
21538            'L2BDMACLRN' and
21539            'VHOST_1024' and
21540            not 'VXLAN' and
21541            not 'IP4FWD' and
21542            not '2VM'"
21543   parameters:
21544   - "latency"
21545   - "parent"
21546   - "tags"
21547 #  sort:
21548 #  - "VM"  # "not CFS_OPT"
21549 #  - "CFS_OPT"
21550 #  - "FIB_10K"
21551 #  - "FIB_100K"
21552 #  - "FIB_1M"
21553   layout:
21554     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21555     layout: "plot-latency"
21556
21557 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21558 -
21559   type: "plot"
21560   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21561   algorithm: "plot_latency_error_bars"
21562   output-file-type: ".html"
21563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21564   data: "plot-vpp-throughput-latency-3n-skx"
21565   filter: "'NIC_Intel-X710' and
21566            '64B' and
21567            'NDRPDR' and
21568            ('ETH' or 'DOT1Q') and
21569            'BASE' and
21570            '2T1C' and
21571            ('L2BDMACLRN' or 'L2XCFWD') and
21572            'VHOST_1024' and
21573            not 'VXLAN' and
21574            not 'IP4FWD' and
21575            not '2VM' and
21576            not 'LBOND'"
21577   parameters:
21578   - "latency"
21579   - "parent"
21580   - "tags"
21581 #  sort:
21582 #  - "not CFS_OPT"
21583 #  - "L2XCFWD"
21584 #  - "not CFS_OPT"
21585 #  - "CFS_OPT"
21586   layout:
21587     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21588     layout: "plot-latency"
21589
21590 -
21591   type: "plot"
21592   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21593   algorithm: "plot_latency_error_bars"
21594   output-file-type: ".html"
21595   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21596   data: "plot-vpp-throughput-latency-3n-skx"
21597   filter: "'NIC_Intel-X710' and
21598            '64B' and
21599            'NDRPDR' and
21600            ('ETH' or 'DOT1Q') and
21601            'BASE' and
21602            '4T2C' and
21603            ('L2BDMACLRN' or 'L2XCFWD') and
21604            'VHOST_1024' and
21605            not 'VXLAN' and
21606            not 'IP4FWD' and
21607            not '2VM' and
21608            not 'LBOND'"
21609   parameters:
21610   - "latency"
21611   - "parent"
21612   - "tags"
21613 #  sort:
21614 #  - "not CFS_OPT"
21615 #  - "L2XCFWD"
21616 #  - "not CFS_OPT"
21617 #  - "CFS_OPT"
21618   layout:
21619     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21620     layout: "plot-latency"
21621
21622 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21623 -
21624   type: "plot"
21625   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21626   algorithm: "plot_latency_error_bars"
21627   output-file-type: ".html"
21628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21629   data: "plot-vpp-throughput-latency-3n-skx"
21630   filter: "'NIC_Intel-X710' and
21631            '64B' and
21632            'NDRPDR' and
21633            ('ETH' or 'DOT1Q') and
21634            '2T1C' and
21635            ('L2BDMACLRN' or 'L2XCFWD') and
21636            'VHOST_1024' and
21637            not 'CFS_OPT' and
21638            not 'VXLAN' and
21639            not 'IP4FWD' and
21640            not 'LBOND'"
21641   parameters:
21642   - "latency"
21643   - "parent"
21644   - "tags"
21645 #  sort:
21646 #  - "1VM"
21647 #  - "L2XCFWD"
21648 #  - "1VM"
21649 #  - "L2BDMACLRN"
21650   layout:
21651     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21652     layout: "plot-latency"
21653
21654 -
21655   type: "plot"
21656   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21657   algorithm: "plot_latency_error_bars"
21658   output-file-type: ".html"
21659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21660   data: "plot-vpp-throughput-latency-3n-skx"
21661   filter: "'NIC_Intel-X710' and
21662            '64B' and
21663            'NDRPDR' and
21664            ('ETH' or 'DOT1Q') and
21665            '4T2C' and
21666            ('L2BDMACLRN' or 'L2XCFWD') and
21667            'VHOST_1024' and
21668            not 'CFS_OPT' and
21669            not 'VXLAN' and
21670            not 'IP4FWD' and
21671            not 'LBOND'"
21672   parameters:
21673   - "latency"
21674   - "parent"
21675   - "tags"
21676 #  sort:
21677 #  - "1VM"
21678 #  - "L2XCFWD"
21679 #  - "1VM"
21680 #  - "L2BDMACLRN"
21681   layout:
21682     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21683     layout: "plot-latency"
21684
21685 # Packet Latency - VPP vhost ip4 2n-skx-x710
21686 -
21687   type: "plot"
21688   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21689   algorithm: "plot_latency_error_bars"
21690   output-file-type: ".html"
21691   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21692   data: "plot-vpp-throughput-latency-2n-skx"
21693   filter: "'NIC_Intel-X710' and
21694            '64B' and
21695            'NDRPDR' and
21696            'ETH' and
21697            'IP4FWD' and
21698            '2T1C' and
21699            'VHOST_1024' and
21700            not 'VXLAN' and
21701            not 'DOT1Q'"
21702   parameters:
21703   - "latency"
21704   - "parent"
21705   - "tags"
21706   sort:
21707   - "not CFS_OPT"
21708   - "1VM"
21709   - "2VM"
21710   layout:
21711     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21712     layout: "plot-latency"
21713
21714 -
21715   type: "plot"
21716   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21717   algorithm: "plot_latency_error_bars"
21718   output-file-type: ".html"
21719   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21720   data: "plot-vpp-throughput-latency-2n-skx"
21721   filter: "'NIC_Intel-X710' and
21722            '64B' and
21723            'NDRPDR' and
21724            'ETH' and
21725            'IP4FWD' and
21726            '4T2C' and
21727            'VHOST_1024' and
21728            not 'VXLAN' and
21729            not 'DOT1Q'"
21730   parameters:
21731   - "latency"
21732   - "parent"
21733   - "tags"
21734   sort:
21735   - "not CFS_OPT"
21736   - "1VM"
21737   - "2VM"
21738   layout:
21739     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21740     layout: "plot-latency"
21741
21742 # Packet Latency - VPP vhost l2sw 2n-skx-x710
21743 -
21744   type: "plot"
21745   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21746   algorithm: "plot_latency_error_bars"
21747   output-file-type: ".html"
21748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21749   data: "plot-vpp-throughput-latency-2n-skx"
21750   filter: "'NIC_Intel-X710' and
21751            '64B' and
21752            'NDRPDR' and
21753            ('ETH' or 'DOT1Q') and
21754            '2T1C' and
21755            'L2BDMACLRN' and
21756            'VHOST_1024' and
21757            not 'VXLAN' and
21758            not 'IP4FWD' and
21759            not '2VM'"
21760   parameters:
21761   - "latency"
21762   - "parent"
21763   - "tags"
21764 #  sort:
21765 #  - "VM"  # "not CFS_OPT"
21766 #  - "CFS_OPT"
21767 #  - "FIB_10K"
21768 #  - "FIB_100K"
21769 #  - "FIB_1M"
21770   layout:
21771     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21772     layout: "plot-latency"
21773
21774 -
21775   type: "plot"
21776   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21777   algorithm: "plot_latency_error_bars"
21778   output-file-type: ".html"
21779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21780   data: "plot-vpp-throughput-latency-2n-skx"
21781   filter: "'NIC_Intel-X710' and
21782            '64B' and
21783            'NDRPDR' and
21784            ('ETH' or 'DOT1Q') and
21785            '4T2C' and
21786            'L2BDMACLRN' and
21787            'VHOST_1024' and
21788            not 'VXLAN' and
21789            not 'IP4FWD' and
21790            not '2VM'"
21791   parameters:
21792   - "latency"
21793   - "parent"
21794   - "tags"
21795 #  sort:
21796 #  - "VM"  # "not CFS_OPT"
21797 #  - "CFS_OPT"
21798 #  - "FIB_10K"
21799 #  - "FIB_100K"
21800 #  - "FIB_1M"
21801   layout:
21802     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21803     layout: "plot-latency"
21804
21805 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21806 -
21807   type: "plot"
21808   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21809   algorithm: "plot_latency_error_bars"
21810   output-file-type: ".html"
21811   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21812   data: "plot-vpp-throughput-latency-2n-skx"
21813   filter: "'NIC_Intel-X710' and
21814            '64B' and
21815            'NDRPDR' and
21816            ('ETH' or 'DOT1Q') and
21817            'BASE' and
21818            '2T1C' and
21819            ('L2BDMACLRN' or 'L2XCFWD') and
21820            'VHOST_1024' and
21821            not 'VXLAN' and
21822            not 'IP4FWD' and
21823            not '2VM'"
21824   parameters:
21825   - "latency"
21826   - "parent"
21827   - "tags"
21828 #  sort:
21829 #  - "not CFS_OPT"
21830 #  - "L2XCFWD"
21831 #  - "not CFS_OPT"
21832 #  - "CFS_OPT"
21833   layout:
21834     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
21835     layout: "plot-latency"
21836
21837 -
21838   type: "plot"
21839   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21840   algorithm: "plot_latency_error_bars"
21841   output-file-type: ".html"
21842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21843   data: "plot-vpp-throughput-latency-2n-skx"
21844   filter: "'NIC_Intel-X710' and
21845            '64B' and
21846            'NDRPDR' and
21847            ('ETH' or 'DOT1Q') and
21848            'BASE' and
21849            '4T2C' and
21850            ('L2BDMACLRN' or 'L2XCFWD') and
21851            'VHOST_1024' and
21852            not 'VXLAN' and
21853            not 'IP4FWD' and
21854            not '2VM'"
21855   parameters:
21856   - "latency"
21857   - "parent"
21858   - "tags"
21859 #  sort:
21860 #  - "not CFS_OPT"
21861 #  - "L2XCFWD"
21862 #  - "not CFS_OPT"
21863 #  - "CFS_OPT"
21864   layout:
21865     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
21866     layout: "plot-latency"
21867
21868 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21869 -
21870   type: "plot"
21871   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21872   algorithm: "plot_latency_error_bars"
21873   output-file-type: ".html"
21874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21875   data: "plot-vpp-throughput-latency-2n-skx"
21876   filter: "'NIC_Intel-X710' and
21877            '64B' and
21878            'NDRPDR' and
21879            ('ETH' or 'DOT1Q') and
21880            '2T1C' and
21881            ('L2BDMACLRN' or 'L2XCFWD') and
21882            'VHOST_1024' and
21883            not 'CFS_OPT' and
21884            not 'VXLAN' and
21885            not 'IP4FWD'"
21886   parameters:
21887   - "latency"
21888   - "parent"
21889   - "tags"
21890 #  sort:
21891 #  - "1VM"
21892 #  - "L2XCFWD"
21893 #  - "1VM"
21894 #  - "L2BDMACLRN"
21895   layout:
21896     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21897     layout: "plot-latency"
21898
21899 -
21900   type: "plot"
21901   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21902   algorithm: "plot_latency_error_bars"
21903   output-file-type: ".html"
21904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21905   data: "plot-vpp-throughput-latency-2n-skx"
21906   filter: "'NIC_Intel-X710' and
21907            '64B' and
21908            'NDRPDR' and
21909            ('ETH' or 'DOT1Q') and
21910            '4T2C' and
21911            ('L2BDMACLRN' or 'L2XCFWD') and
21912            'VHOST_1024' and
21913            not 'CFS_OPT' and
21914            not 'VXLAN' and
21915            not 'IP4FWD'"
21916   parameters:
21917   - "latency"
21918   - "parent"
21919   - "tags"
21920 #  sort:
21921 #  - "1VM"
21922 #  - "L2XCFWD"
21923 #  - "1VM"
21924 #  - "L2BDMACLRN"
21925   layout:
21926     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21927     layout: "plot-latency"
21928
21929 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21930 -
21931   type: "plot"
21932   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21933   algorithm: "plot_latency_error_bars"
21934   output-file-type: ".html"
21935   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21936   data: "plot-vpp-throughput-latency-2n-skx"
21937   filter: "'NIC_Intel-XXV710' and
21938            '64B' and
21939            'NDRPDR' and
21940            'ETH' and
21941            'IP4FWD' and
21942            '2T1C' and
21943            'VHOST_1024' and
21944            not 'VXLAN' and
21945            not 'DOT1Q'"
21946   parameters:
21947   - "latency"
21948   - "parent"
21949   - "tags"
21950   sort:
21951   - "not CFS_OPT"
21952   - "1VM"
21953   - "2VM"
21954   layout:
21955     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21956     layout: "plot-latency"
21957
21958 -
21959   type: "plot"
21960   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21961   algorithm: "plot_latency_error_bars"
21962   output-file-type: ".html"
21963   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21964   data: "plot-vpp-throughput-latency-2n-skx"
21965   filter: "'NIC_Intel-XXV710' and
21966            '64B' and
21967            'NDRPDR' and
21968            'ETH' and
21969            'IP4FWD' and
21970            '4T2C' and
21971            'VHOST_1024' and
21972            not 'VXLAN' and
21973            not 'DOT1Q'"
21974   parameters:
21975   - "latency"
21976   - "parent"
21977   - "tags"
21978   sort:
21979   - "not CFS_OPT"
21980   - "1VM"
21981   - "2VM"
21982   layout:
21983     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21984     layout: "plot-latency"
21985
21986 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
21987 -
21988   type: "plot"
21989   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21990   algorithm: "plot_latency_error_bars"
21991   output-file-type: ".html"
21992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21993   data: "plot-vpp-throughput-latency-2n-skx"
21994   filter: "'NIC_Intel-XXV710' and
21995            '64B' and
21996            'NDRPDR' and
21997            ('ETH' or 'DOT1Q') and
21998            '2T1C' and
21999            'L2BDMACLRN' and
22000            'VHOST_1024' and
22001            not 'VXLAN' and
22002            not 'IP4FWD' and
22003            not '2VM'"
22004   parameters:
22005   - "latency"
22006   - "parent"
22007   - "tags"
22008 #  sort:
22009 #  - "VM"  # "not CFS_OPT"
22010 #  - "CFS_OPT"
22011 #  - "FIB_10K"
22012 #  - "FIB_100K"
22013 #  - "FIB_1M"
22014   layout:
22015     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22016     layout: "plot-latency"
22017
22018 -
22019   type: "plot"
22020   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22021   algorithm: "plot_latency_error_bars"
22022   output-file-type: ".html"
22023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22024   data: "plot-vpp-throughput-latency-2n-skx"
22025   filter: "'NIC_Intel-XXV710' and
22026            '64B' and
22027            'NDRPDR' and
22028            ('ETH' or 'DOT1Q') and
22029            '4T2C' and
22030            'L2BDMACLRN' and
22031            'VHOST_1024' and
22032            not 'VXLAN' and
22033            not 'IP4FWD' and
22034            not '2VM'"
22035   parameters:
22036   - "latency"
22037   - "parent"
22038   - "tags"
22039 #  sort:
22040 #  - "VM"  # "not CFS_OPT"
22041 #  - "CFS_OPT"
22042 #  - "FIB_10K"
22043 #  - "FIB_100K"
22044 #  - "FIB_1M"
22045   layout:
22046     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22047     layout: "plot-latency"
22048
22049 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22050 -
22051   type: "plot"
22052   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22053   algorithm: "plot_latency_error_bars"
22054   output-file-type: ".html"
22055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22056   data: "plot-vpp-throughput-latency-2n-skx"
22057   filter: "'NIC_Intel-XXV710' and
22058            '64B' and
22059            'NDRPDR' and
22060            ('ETH' or 'DOT1Q') and
22061            'BASE' and
22062            '2T1C' and
22063            ('L2BDMACLRN' or 'L2XCFWD') and
22064            'VHOST_1024' and
22065            not 'VXLAN' and
22066            not 'IP4FWD' and
22067            not '2VM'"
22068   parameters:
22069   - "latency"
22070   - "parent"
22071   - "tags"
22072 #  sort:
22073 #  - "not CFS_OPT"
22074 #  - "L2XCFWD"
22075 #  - "not CFS_OPT"
22076 #  - "CFS_OPT"
22077   layout:
22078     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
22079     layout: "plot-latency"
22080
22081 -
22082   type: "plot"
22083   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22084   algorithm: "plot_latency_error_bars"
22085   output-file-type: ".html"
22086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22087   data: "plot-vpp-throughput-latency-2n-skx"
22088   filter: "'NIC_Intel-XXV710' and
22089            '64B' and
22090            'NDRPDR' and
22091            ('ETH' or 'DOT1Q') and
22092            'BASE' and
22093            '4T2C' and
22094            ('L2BDMACLRN' or 'L2XCFWD') and
22095            'VHOST_1024' and
22096            not 'VXLAN' and
22097            not 'IP4FWD' and
22098            not '2VM'"
22099   parameters:
22100   - "latency"
22101   - "parent"
22102   - "tags"
22103 #  sort:
22104 #  - "not CFS_OPT"
22105 #  - "L2XCFWD"
22106 #  - "not CFS_OPT"
22107 #  - "CFS_OPT"
22108   layout:
22109     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
22110     layout: "plot-latency"
22111
22112 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22113 -
22114   type: "plot"
22115   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22116   algorithm: "plot_latency_error_bars"
22117   output-file-type: ".html"
22118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22119   data: "plot-vpp-throughput-latency-2n-skx"
22120   filter: "'NIC_Intel-XXV710' and
22121            '64B' and
22122            'NDRPDR' and
22123            ('ETH' or 'DOT1Q') and
22124            '2T1C' and
22125            ('L2BDMACLRN' or 'L2XCFWD') and
22126            'VHOST_1024' and
22127            not 'CFS_OPT' and
22128            not 'VXLAN' and
22129            not 'IP4FWD'"
22130   parameters:
22131   - "latency"
22132   - "parent"
22133   - "tags"
22134 #  sort:
22135 #  - "1VM"
22136 #  - "L2XCFWD"
22137 #  - "1VM"
22138 #  - "L2BDMACLRN"
22139   layout:
22140     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22141     layout: "plot-latency"
22142
22143 -
22144   type: "plot"
22145   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22146   algorithm: "plot_latency_error_bars"
22147   output-file-type: ".html"
22148   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22149   data: "plot-vpp-throughput-latency-2n-skx"
22150   filter: "'NIC_Intel-XXV710' and
22151            '64B' and
22152            'NDRPDR' and
22153            ('ETH' or 'DOT1Q') and
22154            '4T2C' and
22155            ('L2BDMACLRN' or 'L2XCFWD') and
22156            'VHOST_1024' and
22157            not 'CFS_OPT' and
22158            not 'VXLAN' and
22159            not 'IP4FWD'"
22160   parameters:
22161   - "latency"
22162   - "parent"
22163   - "tags"
22164 #  sort:
22165 #  - "1VM"
22166 #  - "L2XCFWD"
22167 #  - "1VM"
22168 #  - "L2BDMACLRN"
22169   layout:
22170     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22171     layout: "plot-latency"
22172
22173 ################################################################################
22174
22175 # Packet Latency - VPP VTS 3n-hsw-x520
22176 -
22177   type: "plot"
22178   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22179   algorithm: "plot_latency_error_bars"
22180   output-file-type: ".html"
22181   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22182   data: "plot-vpp-throughput-latency-3n-hsw"
22183   filter: "'NIC_Intel-X520-DA2' and
22184            '114B' and
22185            'NDRPDR' and
22186            '1T1C' and
22187            'VTS'"
22188   parameters:
22189   - "latency"
22190   - "parent"
22191   - "tags"
22192   layout:
22193     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22194     layout: "plot-latency"
22195
22196 -
22197   type: "plot"
22198   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22199   algorithm: "plot_latency_error_bars"
22200   output-file-type: ".html"
22201   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22202   data: "plot-vpp-throughput-latency-3n-hsw"
22203   filter: "'NIC_Intel-X520-DA2' and
22204            '114B' and
22205            'NDRPDR' and
22206            '2T2C' and
22207            'VTS'"
22208   parameters:
22209   - "latency"
22210   - "parent"
22211   - "tags"
22212   layout:
22213     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22214     layout: "plot-latency"
22215
22216 ################################################################################
22217
22218 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22219 -
22220   type: "plot"
22221   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22222   algorithm: "plot_latency_error_bars"
22223   output-file-type: ".html"
22224   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22225   data: "plot-dpdk-throughput-latency-3n-hsw"
22226   filter: "'NIC_Intel-X520-DA2' and
22227            '64B' and
22228            'BASE' and
22229            'NDRPDR' and
22230            '1T1C' and
22231            'IP4FWD'"
22232   parameters:
22233   - "latency"
22234   - "parent"
22235   - "tags"
22236   layout:
22237     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22238     layout: "plot-latency"
22239
22240 -
22241   type: "plot"
22242   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22243   algorithm: "plot_latency_error_bars"
22244   output-file-type: ".html"
22245   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22246   data: "plot-dpdk-throughput-latency-3n-hsw"
22247   filter: "'NIC_Intel-X520-DA2' and
22248            '64B' and
22249            'BASE' and
22250            'NDRPDR' and
22251            '2T2C' and
22252            'IP4FWD'"
22253   parameters:
22254   - "latency"
22255   - "parent"
22256   - "tags"
22257   layout:
22258     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22259     layout: "plot-latency"
22260
22261 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22262 -
22263   type: "plot"
22264   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22265   algorithm: "plot_latency_error_bars"
22266   output-file-type: ".html"
22267   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22268   data: "plot-dpdk-throughput-latency-3n-hsw"
22269   filter: "'NIC_Intel-X710' and
22270            '64B' and
22271            'BASE' and
22272            'NDRPDR' and
22273            '1T1C' and
22274            'IP4FWD'"
22275   parameters:
22276   - "latency"
22277   - "parent"
22278   - "tags"
22279   layout:
22280     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22281     layout: "plot-latency"
22282
22283 -
22284   type: "plot"
22285   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22286   algorithm: "plot_latency_error_bars"
22287   output-file-type: ".html"
22288   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22289   data: "plot-dpdk-throughput-latency-3n-hsw"
22290   filter: "'NIC_Intel-X710' and
22291            '64B' and
22292            'BASE' and
22293            'NDRPDR' and
22294            '2T2C' and
22295            'IP4FWD'"
22296   parameters:
22297   - "latency"
22298   - "parent"
22299   - "tags"
22300   layout:
22301     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22302     layout: "plot-latency"
22303
22304 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22305 -
22306   type: "plot"
22307   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22308   algorithm: "plot_latency_error_bars"
22309   output-file-type: ".html"
22310   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22311   data: "plot-dpdk-throughput-latency-3n-hsw"
22312   filter: "'NIC_Intel-XL710' and
22313            '64B' and
22314            'BASE' and
22315            'NDRPDR' and
22316            '1T1C' and
22317            'IP4FWD'"
22318   parameters:
22319   - "latency"
22320   - "parent"
22321   - "tags"
22322   layout:
22323     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22324     layout: "plot-latency"
22325
22326 -
22327   type: "plot"
22328   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22329   algorithm: "plot_latency_error_bars"
22330   output-file-type: ".html"
22331   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22332   data: "plot-dpdk-throughput-latency-3n-hsw"
22333   filter: "'NIC_Intel-XL710' and
22334            '64B' and
22335            'BASE' and
22336            'NDRPDR' and
22337            '2T2C' and
22338            'IP4FWD'"
22339   parameters:
22340   - "latency"
22341   - "parent"
22342   - "tags"
22343   layout:
22344     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22345     layout: "plot-latency"
22346
22347 # Packet Latency - DPDK l3fwd 3n-skx-x710
22348 -
22349   type: "plot"
22350   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22351   algorithm: "plot_latency_error_bars"
22352   output-file-type: ".html"
22353   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22354   data: "plot-dpdk-throughput-latency-3n-skx"
22355   filter: "'NIC_Intel-X710' and
22356            '64B' and
22357            'BASE' and
22358            'NDRPDR' and
22359            '2T1C' and
22360            'IP4FWD'"
22361   parameters:
22362   - "latency"
22363   - "parent"
22364   - "tags"
22365   layout:
22366     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22367     layout: "plot-latency"
22368
22369 -
22370   type: "plot"
22371   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22372   algorithm: "plot_latency_error_bars"
22373   output-file-type: ".html"
22374   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22375   data: "plot-dpdk-throughput-latency-3n-skx"
22376   filter: "'NIC_Intel-X710' and
22377            '64B' and
22378            'BASE' and
22379            'NDRPDR' and
22380            '4T2C' and
22381            'IP4FWD'"
22382   parameters:
22383   - "latency"
22384   - "parent"
22385   - "tags"
22386   layout:
22387     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22388     layout: "plot-latency"
22389
22390 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22391 -
22392   type: "plot"
22393   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22394   algorithm: "plot_latency_error_bars"
22395   output-file-type: ".html"
22396   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22397   data: "plot-dpdk-throughput-latency-3n-skx"
22398   filter: "'NIC_Intel-XXV710' and
22399            '64B' and
22400            'BASE' and
22401            'NDRPDR' and
22402            '2T1C' and
22403            'IP4FWD'"
22404   parameters:
22405   - "latency"
22406   - "parent"
22407   - "tags"
22408   layout:
22409     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22410     layout: "plot-latency"
22411
22412 -
22413   type: "plot"
22414   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22415   algorithm: "plot_latency_error_bars"
22416   output-file-type: ".html"
22417   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22418   data: "plot-dpdk-throughput-latency-3n-skx"
22419   filter: "'NIC_Intel-XXV710' and
22420            '64B' and
22421            'BASE' and
22422            'NDRPDR' and
22423            '4T2C' and
22424            'IP4FWD'"
22425   parameters:
22426   - "latency"
22427   - "parent"
22428   - "tags"
22429   layout:
22430     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22431     layout: "plot-latency"
22432
22433 # Packet Latency - DPDK l3fwd 2n-skx-x710
22434 -
22435   type: "plot"
22436   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22437   algorithm: "plot_latency_error_bars"
22438   output-file-type: ".html"
22439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22440   data: "plot-dpdk-throughput-latency-2n-skx"
22441   filter: "'NIC_Intel-X710' and
22442            '64B' and
22443            'BASE' and
22444            'NDRPDR' and
22445            '2T1C' and
22446            'IP4FWD'"
22447   parameters:
22448   - "latency"
22449   - "parent"
22450   - "tags"
22451   layout:
22452     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22453     layout: "plot-latency"
22454
22455 -
22456   type: "plot"
22457   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22458   algorithm: "plot_latency_error_bars"
22459   output-file-type: ".html"
22460   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22461   data: "plot-dpdk-throughput-latency-2n-skx"
22462   filter: "'NIC_Intel-X710' and
22463            '64B' and
22464            'BASE' and
22465            'NDRPDR' and
22466            '4T2C' and
22467            'IP4FWD'"
22468   parameters:
22469   - "latency"
22470   - "parent"
22471   - "tags"
22472   layout:
22473     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22474     layout: "plot-latency"
22475
22476 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22477 -
22478   type: "plot"
22479   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22480   algorithm: "plot_latency_error_bars"
22481   output-file-type: ".html"
22482   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22483   data: "plot-dpdk-throughput-latency-2n-skx"
22484   filter: "'NIC_Intel-XXV710' and
22485            '64B' and
22486            'BASE' and
22487            'NDRPDR' and
22488            '2T1C' and
22489            'IP4FWD'"
22490   parameters:
22491   - "latency"
22492   - "parent"
22493   - "tags"
22494   layout:
22495     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22496     layout: "plot-latency"
22497
22498 -
22499   type: "plot"
22500   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22501   algorithm: "plot_latency_error_bars"
22502   output-file-type: ".html"
22503   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22504   data: "plot-dpdk-throughput-latency-2n-skx"
22505   filter: "'NIC_Intel-XXV710' and
22506            '64B' and
22507            'BASE' and
22508            'NDRPDR' and
22509            '4T2C' and
22510            'IP4FWD'"
22511   parameters:
22512   - "latency"
22513   - "parent"
22514   - "tags"
22515   layout:
22516     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22517     layout: "plot-latency"
22518
22519 ################################################################################
22520
22521 # Packet Latency - DPDK testpmd 3n-hsw-x520
22522 -
22523   type: "plot"
22524   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22525   algorithm: "plot_latency_error_bars"
22526   output-file-type: ".html"
22527   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22528   data: "plot-dpdk-throughput-latency-3n-hsw"
22529   filter: "'NIC_Intel-X520-DA2' and
22530            '64B' and
22531            'BASE' and
22532            'NDRPDR' and
22533            '1T1C' and
22534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22535   parameters:
22536   - "latency"
22537   - "parent"
22538   - "tags"
22539   layout:
22540     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22541     layout: "plot-latency"
22542
22543 -
22544   type: "plot"
22545   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22546   algorithm: "plot_latency_error_bars"
22547   output-file-type: ".html"
22548   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22549   data: "plot-dpdk-throughput-latency-3n-hsw"
22550   filter: "'NIC_Intel-X520-DA2' and
22551            '64B' and
22552            'BASE' and
22553            'NDRPDR' and
22554            '2T2C' and
22555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22556   parameters:
22557   - "latency"
22558   - "parent"
22559   - "tags"
22560   layout:
22561     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22562     layout: "plot-latency"
22563
22564 # Packet Latency - DPDK testpmd 3n-hsw-x710
22565 -
22566   type: "plot"
22567   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22568   algorithm: "plot_latency_error_bars"
22569   output-file-type: ".html"
22570   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22571   data: "plot-dpdk-throughput-latency-3n-hsw"
22572   filter: "'NIC_Intel-X710' and
22573            '64B' and
22574            'BASE' and
22575            'NDRPDR' and
22576            '1T1C' and
22577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22578   parameters:
22579   - "latency"
22580   - "parent"
22581   - "tags"
22582   layout:
22583     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22584     layout: "plot-latency"
22585
22586 -
22587   type: "plot"
22588   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22589   algorithm: "plot_latency_error_bars"
22590   output-file-type: ".html"
22591   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22592   data: "plot-dpdk-throughput-latency-3n-hsw"
22593   filter: "'NIC_Intel-X710' and
22594            '64B' and
22595            'BASE' and
22596            'NDRPDR' and
22597            '2T2C' and
22598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22599   parameters:
22600   - "latency"
22601   - "parent"
22602   - "tags"
22603   layout:
22604     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22605     layout: "plot-latency"
22606
22607 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22608 -
22609   type: "plot"
22610   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22611   algorithm: "plot_latency_error_bars"
22612   output-file-type: ".html"
22613   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22614   data: "plot-dpdk-throughput-latency-3n-hsw"
22615   filter: "'NIC_Intel-XL710' and
22616            '64B' and
22617            'BASE' and
22618            'NDRPDR' and
22619            '1T1C' and
22620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22621   parameters:
22622   - "latency"
22623   - "parent"
22624   - "tags"
22625   layout:
22626     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22627     layout: "plot-latency"
22628
22629 -
22630   type: "plot"
22631   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22632   algorithm: "plot_latency_error_bars"
22633   output-file-type: ".html"
22634   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22635   data: "plot-dpdk-throughput-latency-3n-hsw"
22636   filter: "'NIC_Intel-XL710' and
22637            '64B' and
22638            'BASE' and
22639            'NDRPDR' and
22640            '2T2C' and
22641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22642   parameters:
22643   - "latency"
22644   - "parent"
22645   - "tags"
22646   layout:
22647     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22648     layout: "plot-latency"
22649
22650 # Packet Latency - DPDK testpmd 3n-skx-x710
22651 -
22652   type: "plot"
22653   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22654   algorithm: "plot_latency_error_bars"
22655   output-file-type: ".html"
22656   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22657   data: "plot-dpdk-throughput-latency-3n-skx"
22658   filter: "'NIC_Intel-X710' and
22659            '64B' and
22660            'BASE' and
22661            'NDRPDR' and
22662            '2T1C' and
22663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22664   parameters:
22665   - "latency"
22666   - "parent"
22667   - "tags"
22668   layout:
22669     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22670     layout: "plot-latency"
22671
22672 -
22673   type: "plot"
22674   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22675   algorithm: "plot_latency_error_bars"
22676   output-file-type: ".html"
22677   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22678   data: "plot-dpdk-throughput-latency-3n-skx"
22679   filter: "'NIC_Intel-X710' and
22680            '64B' and
22681            'BASE' and
22682            'NDRPDR' and
22683            '4T2C' and
22684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22685   parameters:
22686   - "latency"
22687   - "parent"
22688   - "tags"
22689   layout:
22690     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22691     layout: "plot-latency"
22692
22693 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22694 -
22695   type: "plot"
22696   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22697   algorithm: "plot_latency_error_bars"
22698   output-file-type: ".html"
22699   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22700   data: "plot-dpdk-throughput-latency-3n-skx"
22701   filter: "'NIC_Intel-XXV710' and
22702            '64B' and
22703            'BASE' and
22704            'NDRPDR' and
22705            '2T1C' and
22706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22707   parameters:
22708   - "latency"
22709   - "parent"
22710   - "tags"
22711   layout:
22712     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22713     layout: "plot-latency"
22714
22715 -
22716   type: "plot"
22717   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22718   algorithm: "plot_latency_error_bars"
22719   output-file-type: ".html"
22720   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22721   data: "plot-dpdk-throughput-latency-3n-skx"
22722   filter: "'NIC_Intel-XXV710' and
22723            '64B' and
22724            'BASE' and
22725            'NDRPDR' and
22726            '4T2C' and
22727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22728   parameters:
22729   - "latency"
22730   - "parent"
22731   - "tags"
22732   layout:
22733     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22734     layout: "plot-latency"
22735
22736 # Packet Latency - DPDK testpmd 2n-skx-x710
22737 -
22738   type: "plot"
22739   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22740   algorithm: "plot_latency_error_bars"
22741   output-file-type: ".html"
22742   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22743   data: "plot-dpdk-throughput-latency-2n-skx"
22744   filter: "'NIC_Intel-X710' and
22745            '64B' and
22746            'BASE' and
22747            'NDRPDR' and
22748            '2T1C' and
22749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22750   parameters:
22751   - "latency"
22752   - "parent"
22753   - "tags"
22754   layout:
22755     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22756     layout: "plot-latency"
22757
22758 -
22759   type: "plot"
22760   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22761   algorithm: "plot_latency_error_bars"
22762   output-file-type: ".html"
22763   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22764   data: "plot-dpdk-throughput-latency-2n-skx"
22765   filter: "'NIC_Intel-X710' and
22766            '64B' and
22767            'BASE' and
22768            'NDRPDR' and
22769            '4T2C' and
22770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22771   parameters:
22772   - "latency"
22773   - "parent"
22774   - "tags"
22775   layout:
22776     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22777     layout: "plot-latency"
22778
22779 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22780 -
22781   type: "plot"
22782   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22783   algorithm: "plot_latency_error_bars"
22784   output-file-type: ".html"
22785   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22786   data: "plot-dpdk-throughput-latency-2n-skx"
22787   filter: "'NIC_Intel-XXV710' and
22788            '64B' and
22789            'BASE' and
22790            'NDRPDR' and
22791            '2T1C' and
22792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22793   parameters:
22794   - "latency"
22795   - "parent"
22796   - "tags"
22797   layout:
22798     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22799     layout: "plot-latency"
22800
22801 -
22802   type: "plot"
22803   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22804   algorithm: "plot_latency_error_bars"
22805   output-file-type: ".html"
22806   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22807   data: "plot-dpdk-throughput-latency-2n-skx"
22808   filter: "'NIC_Intel-XXV710' and
22809            '64B' and
22810            'BASE' and
22811            'NDRPDR' and
22812            '4T2C' and
22813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22814   parameters:
22815   - "latency"
22816   - "parent"
22817   - "tags"
22818   layout:
22819     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22820     layout: "plot-latency"
22821
22822 ################################################################################
22823
22824 # Speedup - VPP Container Memif 3n-hsw-x520
22825 -
22826   type: "plot"
22827   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22828   algorithm: "plot_throughput_speedup_analysis"
22829   output-file-type: ".html"
22830   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22831   data: "plot-throughput-speedup-analysis-3n-hsw"
22832   filter: "'NIC_Intel-X520-DA2' and
22833            '64B' and
22834            ('BASE' or 'SCALE') and
22835            'NDRPDR' and
22836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22837            not 'VHOST' and
22838            'MEMIF'"
22839   parameters:
22840   - "throughput"
22841   - "parent"
22842   - "tags"
22843   sort:
22844   - "L2XCFWD"
22845   - "L2XCFWD"
22846   - "L2XCFWD"
22847   - "L2BDMACLRN"
22848   - "L2BDMACLRN"
22849   - "L2BDMACLRN"
22850   layout:
22851     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
22852     layout: "plot-throughput-speedup-analysis"
22853
22854 -
22855   type: "plot"
22856   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22857   algorithm: "plot_throughput_speedup_analysis"
22858   output-file-type: ".html"
22859   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22860   data: "plot-throughput-speedup-analysis-3n-hsw"
22861   filter: "'NIC_Intel-X520-DA2' and
22862            '64B' and
22863            ('BASE' or 'SCALE') and
22864            'NDRPDR' and
22865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22866            not 'VHOST' and
22867            'MEMIF'"
22868   parameters:
22869   - "throughput"
22870   - "parent"
22871   - "tags"
22872   sort:
22873   - "L2XCFWD"
22874   - "L2XCFWD"
22875   - "L2XCFWD"
22876   - "L2BDMACLRN"
22877   - "L2BDMACLRN"
22878   - "L2BDMACLRN"
22879   layout:
22880     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
22881     layout: "plot-throughput-speedup-analysis"
22882
22883 # Speedup - VPP Container Memif 3n-hsw-x710
22884 -
22885   type: "plot"
22886   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22887   algorithm: "plot_throughput_speedup_analysis"
22888   output-file-type: ".html"
22889   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22890   data: "plot-throughput-speedup-analysis-3n-hsw"
22891   filter: "'NIC_Intel-X710' and
22892            '64B' and
22893            ('BASE' or 'SCALE') and
22894            'NDRPDR' and
22895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22896            not 'VHOST' and
22897            'MEMIF'"
22898   parameters:
22899   - "throughput"
22900   - "parent"
22901   - "tags"
22902   sort:
22903   - "L2XCFWD"
22904   - "L2XCFWD"
22905   - "L2XCFWD"
22906   - "L2BDMACLRN"
22907   - "L2BDMACLRN"
22908   - "L2BDMACLRN"
22909   layout:
22910     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
22911     layout: "plot-throughput-speedup-analysis"
22912
22913 -
22914   type: "plot"
22915   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22916   algorithm: "plot_throughput_speedup_analysis"
22917   output-file-type: ".html"
22918   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22919   data: "plot-throughput-speedup-analysis-3n-hsw"
22920   filter: "'NIC_Intel-X710' and
22921            '64B' and
22922            ('BASE' or 'SCALE') and
22923            'NDRPDR' and
22924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22925            not 'VHOST' and
22926            'MEMIF'"
22927   parameters:
22928   - "throughput"
22929   - "parent"
22930   - "tags"
22931   sort:
22932   - "L2XCFWD"
22933   - "L2XCFWD"
22934   - "L2XCFWD"
22935   - "L2BDMACLRN"
22936   - "L2BDMACLRN"
22937   - "L2BDMACLRN"
22938   layout:
22939     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
22940     layout: "plot-throughput-speedup-analysis"
22941
22942 # Speedup - VPP Container Memif 3n-hsw-xl710
22943 -
22944   type: "plot"
22945   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22946   algorithm: "plot_throughput_speedup_analysis"
22947   output-file-type: ".html"
22948   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22949   data: "plot-throughput-speedup-analysis-3n-hsw"
22950   filter: "'NIC_Intel-XL710' and
22951            '64B' and
22952            ('BASE' or 'SCALE') and
22953            'NDRPDR' and
22954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22955            not 'VHOST' and
22956            'MEMIF'"
22957   parameters:
22958   - "throughput"
22959   - "parent"
22960   - "tags"
22961   sort:
22962   - "L2XCFWD"
22963   - "L2XCFWD"
22964   - "L2XCFWD"
22965   - "L2BDMACLRN"
22966   - "L2BDMACLRN"
22967   - "L2BDMACLRN"
22968   layout:
22969     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
22970     layout: "plot-throughput-speedup-analysis"
22971
22972 -
22973   type: "plot"
22974   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22975   algorithm: "plot_throughput_speedup_analysis"
22976   output-file-type: ".html"
22977   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22978   data: "plot-throughput-speedup-analysis-3n-hsw"
22979   filter: "'NIC_Intel-XL710' and
22980            '64B' and
22981            ('BASE' or 'SCALE') and
22982            'NDRPDR' and
22983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22984            not 'VHOST' and
22985            'MEMIF'"
22986   parameters:
22987   - "throughput"
22988   - "parent"
22989   - "tags"
22990   sort:
22991   - "L2XCFWD"
22992   - "L2XCFWD"
22993   - "L2XCFWD"
22994   - "L2BDMACLRN"
22995   - "L2BDMACLRN"
22996   - "L2BDMACLRN"
22997   layout:
22998     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
22999     layout: "plot-throughput-speedup-analysis"
23000
23001 # Speedup - VPP Container Memif 3n-skx-x710
23002 -
23003   type: "plot"
23004   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23005   algorithm: "plot_throughput_speedup_analysis"
23006   output-file-type: ".html"
23007   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23008   data: "plot-throughput-speedup-analysis-3n-skx"
23009   filter: "'NIC_Intel-X710' and
23010            '64B' and
23011            ('BASE' or 'SCALE') and
23012            'NDRPDR' and
23013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23014            not 'VHOST' and
23015            'MEMIF'"
23016   parameters:
23017   - "throughput"
23018   - "parent"
23019   - "tags"
23020   sort:
23021   - "L2XCFWD"
23022   - "L2XCFWD"
23023   - "L2XCFWD"
23024   - "L2BDMACLRN"
23025   - "L2BDMACLRN"
23026   - "L2BDMACLRN"
23027   layout:
23028     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
23029     layout: "plot-throughput-speedup-analysis"
23030
23031 -
23032   type: "plot"
23033   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23034   algorithm: "plot_throughput_speedup_analysis"
23035   output-file-type: ".html"
23036   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23037   data: "plot-throughput-speedup-analysis-3n-skx"
23038   filter: "'NIC_Intel-X710' and
23039            '64B' and
23040            ('BASE' or 'SCALE') and
23041            'NDRPDR' and
23042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23043            not 'VHOST' and
23044             'MEMIF'"
23045   parameters:
23046   - "throughput"
23047   - "parent"
23048   - "tags"
23049   sort:
23050   - "L2XCFWD"
23051   - "L2XCFWD"
23052   - "L2XCFWD"
23053   - "L2BDMACLRN"
23054   - "L2BDMACLRN"
23055   - "L2BDMACLRN"
23056   layout:
23057     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
23058     layout: "plot-throughput-speedup-analysis"
23059
23060 # Speedup - VPP Container Memif 2n-skx-x710
23061 -
23062   type: "plot"
23063   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23064   algorithm: "plot_throughput_speedup_analysis"
23065   output-file-type: ".html"
23066   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23067   data: "plot-throughput-speedup-analysis-2n-skx"
23068   filter: "'NIC_Intel-X710' and
23069            '64B' and
23070            ('BASE' or 'SCALE') and
23071            'NDRPDR' and
23072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23073            not 'VHOST' and
23074            'MEMIF'"
23075   parameters:
23076   - "throughput"
23077   - "parent"
23078   - "tags"
23079   sort:
23080   - "L2XCFWD"
23081   - "L2XCFWD"
23082   - "L2XCFWD"
23083   - "L2BDMACLRN"
23084   - "L2BDMACLRN"
23085   - "L2BDMACLRN"
23086   layout:
23087     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
23088     layout: "plot-throughput-speedup-analysis"
23089
23090 -
23091   type: "plot"
23092   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23093   algorithm: "plot_throughput_speedup_analysis"
23094   output-file-type: ".html"
23095   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23096   data: "plot-throughput-speedup-analysis-2n-skx"
23097   filter: "'NIC_Intel-X710' and
23098            '64B' and
23099            ('BASE' or 'SCALE') and
23100            'NDRPDR' and
23101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23102            not 'VHOST' and
23103             'MEMIF'"
23104   parameters:
23105   - "throughput"
23106   - "parent"
23107   - "tags"
23108   sort:
23109   - "L2XCFWD"
23110   - "L2XCFWD"
23111   - "L2XCFWD"
23112   - "L2BDMACLRN"
23113   - "L2BDMACLRN"
23114   - "L2BDMACLRN"
23115   layout:
23116     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
23117     layout: "plot-throughput-speedup-analysis"
23118
23119 # Speedup - VPP Container Memif 2n-skx-xxv710
23120 -
23121   type: "plot"
23122   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23123   algorithm: "plot_throughput_speedup_analysis"
23124   output-file-type: ".html"
23125   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23126   data: "plot-throughput-speedup-analysis-2n-skx"
23127   filter: "'NIC_Intel-XXV710' and
23128            '64B' and
23129            ('BASE' or 'SCALE') and
23130            'NDRPDR' and
23131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23132            not 'VHOST' and
23133            'MEMIF'"
23134   parameters:
23135   - "throughput"
23136   - "parent"
23137   - "tags"
23138   sort:
23139   - "L2XCFWD"
23140   - "L2XCFWD"
23141   - "L2XCFWD"
23142   - "L2BDMACLRN"
23143   - "L2BDMACLRN"
23144   - "L2BDMACLRN"
23145   layout:
23146     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
23147     layout: "plot-throughput-speedup-analysis"
23148
23149 -
23150   type: "plot"
23151   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23152   algorithm: "plot_throughput_speedup_analysis"
23153   output-file-type: ".html"
23154   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23155   data: "plot-throughput-speedup-analysis-2n-skx"
23156   filter: "'NIC_Intel-XXV710' and
23157            '64B' and
23158            ('BASE' or 'SCALE') and
23159            'NDRPDR' and
23160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23161            not 'VHOST' and
23162             'MEMIF'"
23163   parameters:
23164   - "throughput"
23165   - "parent"
23166   - "tags"
23167   sort:
23168   - "L2XCFWD"
23169   - "L2XCFWD"
23170   - "L2XCFWD"
23171   - "L2BDMACLRN"
23172   - "L2BDMACLRN"
23173   - "L2BDMACLRN"
23174   layout:
23175     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
23176     layout: "plot-throughput-speedup-analysis"
23177
23178 ################################################################################
23179
23180 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23181 -
23182   type: "plot"
23183   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23184   algorithm: "plot_throughput_speedup_analysis"
23185   output-file-type: ".html"
23186   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23187   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23188   filter: "'NIC_Intel-X520-DA2' and
23189            '64B' and
23190            ('BASE' or 'SCALE') and
23191            'NDRPDR' and
23192            'L2XCFWD' and
23193            not 'VHOST' and
23194            'MEMIF'"
23195   parameters:
23196   - "throughput"
23197   - "parent"
23198   - "tags"
23199   sort:
23200   - "1VNF"
23201   - "2VNF"
23202   - "4VNF"
23203   - "2VNF"
23204   - "4VNF"
23205   layout:
23206     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23207     layout: "plot-throughput-speedup-analysis"
23208
23209 -
23210   type: "plot"
23211   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23212   algorithm: "plot_throughput_speedup_analysis"
23213   output-file-type: ".html"
23214   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23215   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23216   filter: "'NIC_Intel-X520-DA2' and
23217            '64B' and
23218            ('BASE' or 'SCALE') and
23219            'NDRPDR' and
23220            'L2XCFWD' and
23221            not 'VHOST' and
23222            'MEMIF'"
23223   parameters:
23224   - "throughput"
23225   - "parent"
23226   - "tags"
23227   sort:
23228   - "1VNF"
23229   - "2VNF"
23230   - "4VNF"
23231   - "2VNF"
23232   - "4VNF"
23233   layout:
23234     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23235     layout: "plot-throughput-speedup-analysis"
23236
23237 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23238 -
23239   type: "plot"
23240   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23241   algorithm: "plot_throughput_speedup_analysis"
23242   output-file-type: ".html"
23243   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23244   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23245   filter: "'NIC_Intel-X520-DA2' and
23246            '64B' and
23247            ('BASE' or 'SCALE') and
23248            'NDRPDR' and
23249            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23250            not 'VHOST' and
23251            'MEMIF'"
23252   parameters:
23253   - "throughput"
23254   - "parent"
23255   - "tags"
23256   sort:
23257   - "1VNF"
23258   - "2VNF"
23259   - "4VNF"
23260   - "2VNF"
23261   - "4VNF"
23262   layout:
23263     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23264     layout: "plot-throughput-speedup-analysis"
23265
23266 -
23267   type: "plot"
23268   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23269   algorithm: "plot_throughput_speedup_analysis"
23270   output-file-type: ".html"
23271   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23272   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23273   filter: "'NIC_Intel-X520-DA2' and
23274            '64B' and
23275            ('BASE' or 'SCALE') and
23276            'NDRPDR' and
23277            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23278            not 'VHOST' and
23279            'MEMIF'"
23280   parameters:
23281   - "throughput"
23282   - "parent"
23283   - "tags"
23284   sort:
23285   - "1VNF"
23286   - "2VNF"
23287   - "4VNF"
23288   - "2VNF"
23289   - "4VNF"
23290   layout:
23291     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23292     layout: "plot-throughput-speedup-analysis"
23293
23294 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23295 -
23296   type: "plot"
23297   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23298   algorithm: "plot_throughput_speedup_analysis"
23299   output-file-type: ".html"
23300   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23301   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23302   filter: "'NIC_Intel-X710' and
23303            '64B' and
23304            ('BASE' or 'SCALE') and
23305            'NDRPDR' and
23306            'L2XCFWD' and
23307            not 'VHOST' and
23308            'MEMIF'"
23309   parameters:
23310   - "throughput"
23311   - "parent"
23312   - "tags"
23313   sort:
23314   - "1VNF"
23315   - "2VNF"
23316   - "4VNF"
23317   - "2VNF"
23318   - "4VNF"
23319   layout:
23320     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23321     layout: "plot-throughput-speedup-analysis"
23322
23323 -
23324   type: "plot"
23325   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23326   algorithm: "plot_throughput_speedup_analysis"
23327   output-file-type: ".html"
23328   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23329   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23330   filter: "'NIC_Intel-X710' and
23331            '64B' and
23332            ('BASE' or 'SCALE') and
23333            'NDRPDR' and
23334            'L2XCFWD' and
23335            not 'VHOST' and
23336            'MEMIF'"
23337   parameters:
23338   - "throughput"
23339   - "parent"
23340   - "tags"
23341   sort:
23342   - "1VNF"
23343   - "2VNF"
23344   - "4VNF"
23345   - "2VNF"
23346   - "4VNF"
23347   layout:
23348     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23349     layout: "plot-throughput-speedup-analysis"
23350
23351 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23352 -
23353   type: "plot"
23354   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23355   algorithm: "plot_throughput_speedup_analysis"
23356   output-file-type: ".html"
23357   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23358   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23359   filter: "'NIC_Intel-X710' and
23360            '64B' and
23361            ('BASE' or 'SCALE') and
23362            'NDRPDR' and
23363            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23364            not 'VHOST' and
23365            'MEMIF'"
23366   parameters:
23367   - "throughput"
23368   - "parent"
23369   - "tags"
23370   sort:
23371   - "1VNF"
23372   - "2VNF"
23373   - "4VNF"
23374   - "2VNF"
23375   - "4VNF"
23376   layout:
23377     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23378     layout: "plot-throughput-speedup-analysis"
23379
23380 -
23381   type: "plot"
23382   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23383   algorithm: "plot_throughput_speedup_analysis"
23384   output-file-type: ".html"
23385   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23386   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23387   filter: "'NIC_Intel-X710' and
23388            '64B' and
23389            ('BASE' or 'SCALE') and
23390            'NDRPDR' and
23391            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23392            not 'VHOST' and
23393            'MEMIF'"
23394   parameters:
23395   - "throughput"
23396   - "parent"
23397   - "tags"
23398   sort:
23399   - "1VNF"
23400   - "2VNF"
23401   - "4VNF"
23402   - "2VNF"
23403   - "4VNF"
23404   layout:
23405     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23406     layout: "plot-throughput-speedup-analysis"
23407
23408 ################################################################################
23409
23410 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23411 -
23412   type: "plot"
23413   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23414   algorithm: "plot_throughput_speedup_analysis"
23415   output-file-type: ".html"
23416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23417   data: "plot-throughput-speedup-analysis-3n-hsw"
23418   filter: "'NIC_Intel-X520-DA2' and
23419            '64B' and
23420            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23421            'NDRPDR' and
23422            'IP4FWD' and
23423            not 'IPSEC' and
23424            not 'VHOST'"
23425   parameters:
23426   - "throughput"
23427   - "parent"
23428   - "tags"
23429   sort:
23430   - "IP4BASE"
23431   - "FIB_20K"
23432   - "FIB_200K"
23433   - "FIB_2M"
23434   layout:
23435     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23436     layout: "plot-throughput-speedup-analysis"
23437
23438 -
23439   type: "plot"
23440   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23441   algorithm: "plot_throughput_speedup_analysis"
23442   output-file-type: ".html"
23443   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23444   data: "plot-throughput-speedup-analysis-3n-hsw"
23445   filter: "'NIC_Intel-X520-DA2' and
23446            '64B' and
23447            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23448            'NDRPDR' and
23449            'IP4FWD' and
23450            not 'IPSEC' and
23451            not 'VHOST'"
23452   parameters:
23453   - "throughput"
23454   - "parent"
23455   - "tags"
23456   sort:
23457   - "IP4BASE"
23458   - "FIB_20K"
23459   - "FIB_200K"
23460   - "FIB_2M"
23461   layout:
23462     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23463     layout: "plot-throughput-speedup-analysis"
23464
23465 # Speedup - VPP IPv4 3n-hsw-x520 features
23466 -
23467   type: "plot"
23468   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23469   algorithm: "plot_throughput_speedup_analysis"
23470   output-file-type: ".html"
23471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23472   data: "plot-throughput-speedup-analysis-3n-hsw"
23473   filter: "'NIC_Intel-X520-DA2' and
23474            '64B' and
23475            ('IP4BASE' or
23476             'POLICE_MARK' or
23477             'COPWHLIST' or
23478             ('NAT44' and 'BASE') or
23479             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23480            'NDRPDR' and
23481            'IP4FWD' and
23482            not 'IPSEC' and
23483            not 'VHOST'"
23484   parameters:
23485   - "throughput"
23486   - "parent"
23487   - "tags"
23488   sort:
23489   - "IP4BASE"
23490   - "NAT44"
23491   - "POLICE_MARK"
23492   - "COPWHLIST"
23493   - "IACL"
23494   - "OACL"
23495   layout:
23496     title: "ip4-3n-hsw-x520-64b-features-ndr"
23497     layout: "plot-throughput-speedup-analysis"
23498
23499 -
23500   type: "plot"
23501   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23502   algorithm: "plot_throughput_speedup_analysis"
23503   output-file-type: ".html"
23504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23505   data: "plot-throughput-speedup-analysis-3n-hsw"
23506   filter: "'NIC_Intel-X520-DA2' and
23507            '64B' and
23508            ('IP4BASE' or
23509             'POLICE_MARK' or
23510             'COPWHLIST' or
23511             ('NAT44' and 'BASE') or
23512             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23513            'NDRPDR' and
23514            'IP4FWD' and
23515            not 'IPSEC' and
23516            not 'VHOST'"
23517   parameters:
23518   - "throughput"
23519   - "parent"
23520   - "tags"
23521   sort:
23522   - "IP4BASE"
23523   - "NAT44"
23524   - "POLICE_MARK"
23525   - "COPWHLIST"
23526   - "IACL"
23527   - "OACL"
23528   layout:
23529     title: "ip4-3n-hsw-x520-64b-features-pdr"
23530     layout: "plot-throughput-speedup-analysis"
23531
23532 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23533 -
23534   type: "plot"
23535   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23536   algorithm: "plot_throughput_speedup_analysis"
23537   output-file-type: ".html"
23538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23539   data: "plot-throughput-speedup-analysis-3n-hsw"
23540   filter: "'NIC_Intel-X520-DA2' and
23541            '64B' and
23542            'NDRPDR' and
23543            'IP4FWD' and
23544            'NAT44' and
23545            not 'IPSEC' and
23546            not 'VHOST'"
23547   parameters:
23548   - "throughput"
23549   - "parent"
23550   - "tags"
23551   sort:
23552   - "BASE"
23553   - "BASE"
23554   - "SRC_USER_10"
23555   - "SRC_USER_100"
23556   - "SRC_USER_1000"
23557   - "SRC_USER_2000"
23558   layout:
23559     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23560     layout: "plot-throughput-speedup-analysis"
23561
23562 -
23563   type: "plot"
23564   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23565   algorithm: "plot_throughput_speedup_analysis"
23566   output-file-type: ".html"
23567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23568   data: "plot-throughput-speedup-analysis-3n-hsw"
23569   filter: "'NIC_Intel-X520-DA2' and
23570            '64B' and
23571            'NDRPDR' and
23572            'IP4FWD' and
23573            'NAT44' and
23574            not 'IPSEC' and
23575            not 'VHOST'"
23576   parameters:
23577   - "throughput"
23578   - "parent"
23579   - "tags"
23580   sort:
23581   - "BASE"
23582   - "BASE"
23583   - "SRC_USER_10"
23584   - "SRC_USER_100"
23585   - "SRC_USER_1000"
23586   - "SRC_USER_2000"
23587   layout:
23588     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23589     layout: "plot-throughput-speedup-analysis"
23590
23591 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23592 -
23593   type: "plot"
23594   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23595   algorithm: "plot_throughput_speedup_analysis"
23596   output-file-type: ".html"
23597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23598   data: "plot-throughput-speedup-analysis-3n-hsw"
23599   filter: "'NIC_Intel-X520-DA2' and
23600            '64B' and
23601            'NDRPDR' and
23602            'IP4FWD' and
23603            'IACL' and
23604            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23605            not 'IPSEC' and
23606            not 'VHOST'"
23607   parameters:
23608   - "throughput"
23609   - "parent"
23610   - "tags"
23611   sort:
23612   - "ACL_STATELESS"
23613   - "ACL_STATEFUL"
23614   - "ACL_STATELESS"
23615   - "ACL_STATEFUL"
23616   layout:
23617     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23618     layout: "plot-throughput-speedup-analysis"
23619
23620 -
23621   type: "plot"
23622   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23623   algorithm: "plot_throughput_speedup_analysis"
23624   output-file-type: ".html"
23625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23626   data: "plot-throughput-speedup-analysis-3n-hsw"
23627   filter: "'NIC_Intel-X520-DA2' and
23628            '64B' and
23629            'NDRPDR' and
23630            'IP4FWD' and
23631            'IACL' and
23632            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23633            not 'IPSEC' and
23634            not 'VHOST'"
23635   parameters:
23636   - "throughput"
23637   - "parent"
23638   - "tags"
23639   sort:
23640   - "ACL_STATELESS"
23641   - "ACL_STATEFUL"
23642   - "ACL_STATELESS"
23643   - "ACL_STATEFUL"
23644   layout:
23645     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23646     layout: "plot-throughput-speedup-analysis"
23647
23648 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23649 -
23650   type: "plot"
23651   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23652   algorithm: "plot_throughput_speedup_analysis"
23653   output-file-type: ".html"
23654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23655   data: "plot-throughput-speedup-analysis-3n-hsw"
23656   filter: "'NIC_Intel-X520-DA2' and
23657            '64B' and
23658            'NDRPDR' and
23659            'IP4FWD' and
23660            'OACL' and
23661            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23662            not 'IPSEC' and
23663            not 'VHOST'"
23664   parameters:
23665   - "throughput"
23666   - "parent"
23667   - "tags"
23668   sort:
23669   - "ACL_STATELESS"
23670   - "ACL_STATEFUL"
23671   - "ACL_STATELESS"
23672   - "ACL_STATEFUL"
23673   layout:
23674     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23675     layout: "plot-throughput-speedup-analysis"
23676
23677 -
23678   type: "plot"
23679   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23680   algorithm: "plot_throughput_speedup_analysis"
23681   output-file-type: ".html"
23682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23683   data: "plot-throughput-speedup-analysis-3n-hsw"
23684   filter: "'NIC_Intel-X520-DA2' and
23685            '64B' and
23686            'NDRPDR' and
23687            'IP4FWD' and
23688            'OACL' and
23689            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23690            not 'IPSEC' and
23691            not 'VHOST'"
23692   parameters:
23693   - "throughput"
23694   - "parent"
23695   - "tags"
23696   sort:
23697   - "ACL_STATELESS"
23698   - "ACL_STATEFUL"
23699   - "ACL_STATELESS"
23700   - "ACL_STATEFUL"
23701   layout:
23702     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23703     layout: "plot-throughput-speedup-analysis"
23704
23705 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23706 -
23707   type: "plot"
23708   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23709   algorithm: "plot_throughput_speedup_analysis"
23710   output-file-type: ".html"
23711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23712   data: "plot-throughput-speedup-analysis-3n-hsw"
23713   filter: "'NIC_Intel-X710' and
23714            '64B' and
23715            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23716            'NDRPDR' and
23717            'IP4FWD' and
23718            not 'IPSEC' and
23719            not 'VHOST'"
23720   parameters:
23721   - "throughput"
23722   - "parent"
23723   - "tags"
23724   sort:
23725   - "IP4BASE"
23726   - "FIB_20K"
23727   - "FIB_200K"
23728   - "FIB_2M"
23729   layout:
23730     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23731     layout: "plot-throughput-speedup-analysis"
23732
23733 -
23734   type: "plot"
23735   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23736   algorithm: "plot_throughput_speedup_analysis"
23737   output-file-type: ".html"
23738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23739   data: "plot-throughput-speedup-analysis-3n-hsw"
23740   filter: "'NIC_Intel-X710' and
23741            '64B' and
23742            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23743            'NDRPDR' and
23744            'IP4FWD' and
23745            not 'IPSEC' and
23746            not 'VHOST'"
23747   parameters:
23748   - "throughput"
23749   - "parent"
23750   - "tags"
23751   sort:
23752   - "IP4BASE"
23753   - "FIB_20K"
23754   - "FIB_200K"
23755   - "FIB_2M"
23756   layout:
23757     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23758     layout: "plot-throughput-speedup-analysis"
23759
23760 # Speedup - VPP IPv4 3n-hsw-x710 features
23761 -
23762   type: "plot"
23763   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23764   algorithm: "plot_throughput_speedup_analysis"
23765   output-file-type: ".html"
23766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23767   data: "plot-throughput-speedup-analysis-3n-hsw"
23768   filter: "'NIC_Intel-X710' and
23769            '64B' and
23770            ('IP4BASE' or
23771             'POLICE_MARK' or
23772             'COPWHLIST' or
23773             ('NAT44' and 'BASE') or
23774             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23775            'NDRPDR' and
23776            'IP4FWD' and
23777            not 'IPSEC' and
23778            not 'VHOST'"
23779   parameters:
23780   - "throughput"
23781   - "parent"
23782   - "tags"
23783   sort:
23784   - "IP4BASE"
23785   - "NAT44"
23786   - "POLICE_MARK"
23787   - "COPWHLIST"
23788   - "IACL"
23789   - "OACL"
23790   layout:
23791     title: "ip4-3n-hsw-x710-64b-features-ndr"
23792     layout: "plot-throughput-speedup-analysis"
23793
23794 -
23795   type: "plot"
23796   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23797   algorithm: "plot_throughput_speedup_analysis"
23798   output-file-type: ".html"
23799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23800   data: "plot-throughput-speedup-analysis-3n-hsw"
23801   filter: "'NIC_Intel-X710' and
23802            '64B' and
23803            ('IP4BASE' or
23804             'POLICE_MARK' or
23805             'COPWHLIST' or
23806             ('NAT44' and 'BASE') or
23807             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23808            'NDRPDR' and
23809            'IP4FWD' and
23810            not 'IPSEC' and
23811            not 'VHOST'"
23812   parameters:
23813   - "throughput"
23814   - "parent"
23815   - "tags"
23816   sort:
23817   - "IP4BASE"
23818   - "NAT44"
23819   - "POLICE_MARK"
23820   - "COPWHLIST"
23821   - "IACL"
23822   - "OACL"
23823   layout:
23824     title: "ip4-3n-hsw-x710-64b-features-pdr"
23825     layout: "plot-throughput-speedup-analysis"
23826
23827 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23828 -
23829   type: "plot"
23830   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23831   algorithm: "plot_throughput_speedup_analysis"
23832   output-file-type: ".html"
23833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23834   data: "plot-throughput-speedup-analysis-3n-hsw"
23835   filter: "'NIC_Intel-X710' and
23836            '64B' and
23837            'NDRPDR' and
23838            'IP4FWD' and
23839            'NAT44' and
23840            not 'IPSEC' and
23841            not 'VHOST'"
23842   parameters:
23843   - "throughput"
23844   - "parent"
23845   - "tags"
23846   sort:
23847   - "BASE"
23848   - "BASE"
23849   - "SRC_USER_10"
23850   - "SRC_USER_100"
23851   - "SRC_USER_1000"
23852   - "SRC_USER_2000"
23853   layout:
23854     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23855     layout: "plot-throughput-speedup-analysis"
23856
23857 -
23858   type: "plot"
23859   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23860   algorithm: "plot_throughput_speedup_analysis"
23861   output-file-type: ".html"
23862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23863   data: "plot-throughput-speedup-analysis-3n-hsw"
23864   filter: "'NIC_Intel-X710' and
23865            '64B' and
23866            'NDRPDR' and
23867            'IP4FWD' and
23868            'NAT44' and
23869            not 'IPSEC' and
23870            not 'VHOST'"
23871   parameters:
23872   - "throughput"
23873   - "parent"
23874   - "tags"
23875   sort:
23876   - "BASE"
23877   - "BASE"
23878   - "SRC_USER_10"
23879   - "SRC_USER_100"
23880   - "SRC_USER_1000"
23881   - "SRC_USER_2000"
23882   layout:
23883     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23884     layout: "plot-throughput-speedup-analysis"
23885
23886 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23887 -
23888   type: "plot"
23889   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23890   algorithm: "plot_throughput_speedup_analysis"
23891   output-file-type: ".html"
23892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23893   data: "plot-throughput-speedup-analysis-3n-hsw"
23894   filter: "'NIC_Intel-X710' and
23895            '64B' and
23896            'NDRPDR' and
23897            'IP4FWD' and
23898            'IACL' and
23899            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23900            not 'IPSEC' and
23901            not 'VHOST'"
23902   parameters:
23903   - "throughput"
23904   - "parent"
23905   - "tags"
23906   sort:
23907   - "ACL_STATELESS"
23908   - "ACL_STATEFUL"
23909   - "ACL_STATELESS"
23910   - "ACL_STATEFUL"
23911   layout:
23912     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23913     layout: "plot-throughput-speedup-analysis"
23914
23915 -
23916   type: "plot"
23917   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23918   algorithm: "plot_throughput_speedup_analysis"
23919   output-file-type: ".html"
23920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23921   data: "plot-throughput-speedup-analysis-3n-hsw"
23922   filter: "'NIC_Intel-X710' and
23923            '64B' and
23924            'NDRPDR' and
23925            'IP4FWD' and
23926            'IACL' and
23927            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23928            not 'IPSEC' and
23929            not 'VHOST'"
23930   parameters:
23931   - "throughput"
23932   - "parent"
23933   - "tags"
23934   sort:
23935   - "ACL_STATELESS"
23936   - "ACL_STATEFUL"
23937   - "ACL_STATELESS"
23938   - "ACL_STATEFUL"
23939   layout:
23940     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23941     layout: "plot-throughput-speedup-analysis"
23942
23943 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
23944 -
23945   type: "plot"
23946   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23947   algorithm: "plot_throughput_speedup_analysis"
23948   output-file-type: ".html"
23949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23950   data: "plot-throughput-speedup-analysis-3n-hsw"
23951   filter: "'NIC_Intel-X710' and
23952            '64B' and
23953            'NDRPDR' and
23954            'IP4FWD' and
23955            'OACL' and
23956            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23957            not 'IPSEC' and
23958            not 'VHOST'"
23959   parameters:
23960   - "throughput"
23961   - "parent"
23962   - "tags"
23963   sort:
23964   - "ACL_STATELESS"
23965   - "ACL_STATEFUL"
23966   - "ACL_STATELESS"
23967   - "ACL_STATEFUL"
23968   layout:
23969     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
23970     layout: "plot-throughput-speedup-analysis"
23971
23972 -
23973   type: "plot"
23974   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23975   algorithm: "plot_throughput_speedup_analysis"
23976   output-file-type: ".html"
23977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23978   data: "plot-throughput-speedup-analysis-3n-hsw"
23979   filter: "'NIC_Intel-X710' and
23980            '64B' and
23981            'NDRPDR' and
23982            'IP4FWD' and
23983            'OACL' and
23984            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23985            not 'IPSEC' and
23986            not 'VHOST'"
23987   parameters:
23988   - "throughput"
23989   - "parent"
23990   - "tags"
23991   sort:
23992   - "ACL_STATELESS"
23993   - "ACL_STATEFUL"
23994   - "ACL_STATELESS"
23995   - "ACL_STATEFUL"
23996   layout:
23997     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
23998     layout: "plot-throughput-speedup-analysis"
23999
24000 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24001 -
24002   type: "plot"
24003   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24004   algorithm: "plot_throughput_speedup_analysis"
24005   output-file-type: ".html"
24006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24007   data: "plot-throughput-speedup-analysis-3n-hsw"
24008   filter: "'NIC_Intel-XL710' and
24009            '64B' and
24010            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24011            'NDRPDR' and
24012            'IP4FWD' and
24013            not 'IPSEC' and
24014            not 'VHOST'"
24015   parameters:
24016   - "throughput"
24017   - "parent"
24018   - "tags"
24019   sort:
24020   - "IP4BASE"
24021   - "FIB_20K"
24022   - "FIB_200K"
24023   - "FIB_2M"
24024   layout:
24025     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24026     layout: "plot-throughput-speedup-analysis"
24027
24028 -
24029   type: "plot"
24030   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24031   algorithm: "plot_throughput_speedup_analysis"
24032   output-file-type: ".html"
24033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24034   data: "plot-throughput-speedup-analysis-3n-hsw"
24035   filter: "'NIC_Intel-XL710' and
24036            '64B' and
24037            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24038            'NDRPDR' and
24039            'IP4FWD' and
24040            not 'IPSEC' and
24041            not 'VHOST'"
24042   parameters:
24043   - "throughput"
24044   - "parent"
24045   - "tags"
24046   sort:
24047   - "IP4BASE"
24048   - "FIB_20K"
24049   - "FIB_200K"
24050   - "FIB_2M"
24051   layout:
24052     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24053     layout: "plot-throughput-speedup-analysis"
24054
24055 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24056 -
24057   type: "plot"
24058   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24059   algorithm: "plot_throughput_speedup_analysis"
24060   output-file-type: ".html"
24061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24062   data: "plot-throughput-speedup-analysis-3n-skx"
24063   filter: "'NIC_Intel-X710' and
24064            '64B' and
24065            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24066            'NDRPDR' and
24067            'IP4FWD' and
24068            not 'IPSEC' and
24069            not 'VHOST'"
24070   parameters:
24071   - "throughput"
24072   - "parent"
24073   - "tags"
24074   sort:
24075   - "IP4BASE"
24076   - "FIB_20K"
24077   - "FIB_200K"
24078   - "FIB_2M"
24079   layout:
24080     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24081     layout: "plot-throughput-speedup-analysis"
24082
24083 -
24084   type: "plot"
24085   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24086   algorithm: "plot_throughput_speedup_analysis"
24087   output-file-type: ".html"
24088   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24089   data: "plot-throughput-speedup-analysis-3n-skx"
24090   filter: "'NIC_Intel-X710' and
24091            '64B' and
24092            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24093            'NDRPDR' and
24094            'IP4FWD' and
24095            not 'IPSEC' and
24096            not 'VHOST'"
24097   parameters:
24098   - "throughput"
24099   - "parent"
24100   - "tags"
24101   sort:
24102   - "IP4BASE"
24103   - "FIB_20K"
24104   - "FIB_200K"
24105   - "FIB_2M"
24106   layout:
24107     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24108     layout: "plot-throughput-speedup-analysis"
24109
24110 # Speedup - VPP IPv4 3n-skx-x710 features
24111 -
24112   type: "plot"
24113   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24114   algorithm: "plot_throughput_speedup_analysis"
24115   output-file-type: ".html"
24116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24117   data: "plot-throughput-speedup-analysis-3n-skx"
24118   filter: "'NIC_Intel-X710' and
24119            '64B' and
24120            ('IP4BASE' or
24121             'POLICE_MARK' or
24122             'COPWHLIST' or
24123             ('NAT44' and 'BASE') or
24124             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24125            'NDRPDR' and
24126            'IP4FWD' and
24127            not 'IPSEC' and
24128            not 'VHOST'"
24129   parameters:
24130   - "throughput"
24131   - "parent"
24132   - "tags"
24133   sort:
24134   - "IP4BASE"
24135   - "NAT44"
24136   - "POLICE_MARK"
24137   - "COPWHLIST"
24138   - "IACL"
24139   - "OACL"
24140   layout:
24141     title: "ip4-3n-skx-x710-64b-features-ndr"
24142     layout: "plot-throughput-speedup-analysis"
24143
24144 -
24145   type: "plot"
24146   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24147   algorithm: "plot_throughput_speedup_analysis"
24148   output-file-type: ".html"
24149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24150   data: "plot-throughput-speedup-analysis-3n-skx"
24151   filter: "'NIC_Intel-X710' and
24152            '64B' and
24153            ('IP4BASE' or
24154             'POLICE_MARK' or
24155             'COPWHLIST' or
24156             ('NAT44' and 'BASE') or
24157             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24158            'NDRPDR' and
24159            'IP4FWD' and
24160            not 'IPSEC' and
24161            not 'VHOST'"
24162   parameters:
24163   - "throughput"
24164   - "parent"
24165   - "tags"
24166   sort:
24167   - "IP4BASE"
24168   - "NAT44"
24169   - "POLICE_MARK"
24170   - "COPWHLIST"
24171   - "IACL"
24172   - "OACL"
24173   layout:
24174     title: "ip4-3n-skx-x710-64b-features-pdr"
24175     layout: "plot-throughput-speedup-analysis"
24176
24177 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24178 -
24179   type: "plot"
24180   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24181   algorithm: "plot_throughput_speedup_analysis"
24182   output-file-type: ".html"
24183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24184   data: "plot-throughput-speedup-analysis-3n-skx"
24185   filter: "'NIC_Intel-X710' and
24186            '64B' and
24187            'NDRPDR' and
24188            'IP4FWD' and
24189            'NAT44' and
24190            not 'IPSEC' and
24191            not 'VHOST'"
24192   parameters:
24193   - "throughput"
24194   - "parent"
24195   - "tags"
24196   sort:
24197   - "BASE"
24198   - "BASE"
24199   - "SRC_USER_10"
24200   - "SRC_USER_100"
24201   - "SRC_USER_1000"
24202   - "SRC_USER_2000"
24203   layout:
24204     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24205     layout: "plot-throughput-speedup-analysis"
24206
24207 -
24208   type: "plot"
24209   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24210   algorithm: "plot_throughput_speedup_analysis"
24211   output-file-type: ".html"
24212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24213   data: "plot-throughput-speedup-analysis-3n-skx"
24214   filter: "'NIC_Intel-X710' and
24215            '64B' and
24216            'NDRPDR' and
24217            'IP4FWD' and
24218            'NAT44' and
24219            not 'IPSEC' and
24220            not 'VHOST'"
24221   parameters:
24222   - "throughput"
24223   - "parent"
24224   - "tags"
24225   sort:
24226   - "BASE"
24227   - "BASE"
24228   - "SRC_USER_10"
24229   - "SRC_USER_100"
24230   - "SRC_USER_1000"
24231   - "SRC_USER_2000"
24232   layout:
24233     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24234     layout: "plot-throughput-speedup-analysis"
24235
24236 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24237 -
24238   type: "plot"
24239   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24240   algorithm: "plot_throughput_speedup_analysis"
24241   output-file-type: ".html"
24242   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24243   data: "plot-throughput-speedup-analysis-3n-skx"
24244   filter: "'NIC_Intel-X710' and
24245            '64B' and
24246            'NDRPDR' and
24247            'IP4FWD' and
24248            'IACL' and
24249            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24250            not 'IPSEC' and
24251            not 'VHOST'"
24252   parameters:
24253   - "throughput"
24254   - "parent"
24255   - "tags"
24256   sort:
24257   - "ACL_STATELESS"
24258   - "ACL_STATEFUL"
24259   - "ACL_STATELESS"
24260   - "ACL_STATEFUL"
24261   layout:
24262     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24263     layout: "plot-throughput-speedup-analysis"
24264
24265 -
24266   type: "plot"
24267   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24268   algorithm: "plot_throughput_speedup_analysis"
24269   output-file-type: ".html"
24270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24271   data: "plot-throughput-speedup-analysis-3n-skx"
24272   filter: "'NIC_Intel-X710' and
24273            '64B' and
24274            'NDRPDR' and
24275            'IP4FWD' and
24276            'IACL' and
24277            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24278            not 'IPSEC' and
24279            not 'VHOST'"
24280   parameters:
24281   - "throughput"
24282   - "parent"
24283   - "tags"
24284   sort:
24285   - "ACL_STATELESS"
24286   - "ACL_STATEFUL"
24287   - "ACL_STATELESS"
24288   - "ACL_STATEFUL"
24289   layout:
24290     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24291     layout: "plot-throughput-speedup-analysis"
24292
24293 # Speedup - VPP IPv4 3n-skx-x710 features oacl
24294 -
24295   type: "plot"
24296   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24297   algorithm: "plot_throughput_speedup_analysis"
24298   output-file-type: ".html"
24299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24300   data: "plot-throughput-speedup-analysis-3n-skx"
24301   filter: "'NIC_Intel-X710' and
24302            '64B' and
24303            'NDRPDR' and
24304            'IP4FWD' and
24305            'OACL' and
24306            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24307            not 'IPSEC' and
24308            not 'VHOST'"
24309   parameters:
24310   - "throughput"
24311   - "parent"
24312   - "tags"
24313   sort:
24314   - "ACL_STATELESS"
24315   - "ACL_STATEFUL"
24316   - "ACL_STATELESS"
24317   - "ACL_STATEFUL"
24318   layout:
24319     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24320     layout: "plot-throughput-speedup-analysis"
24321
24322 -
24323   type: "plot"
24324   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24325   algorithm: "plot_throughput_speedup_analysis"
24326   output-file-type: ".html"
24327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24328   data: "plot-throughput-speedup-analysis-3n-skx"
24329   filter: "'NIC_Intel-X710' and
24330            '64B' and
24331            'NDRPDR' and
24332            'IP4FWD' and
24333            'OACL' and
24334            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24335            not 'IPSEC' and
24336            not 'VHOST'"
24337   parameters:
24338   - "throughput"
24339   - "parent"
24340   - "tags"
24341   sort:
24342   - "ACL_STATELESS"
24343   - "ACL_STATEFUL"
24344   - "ACL_STATELESS"
24345   - "ACL_STATEFUL"
24346   layout:
24347     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24348     layout: "plot-throughput-speedup-analysis"
24349
24350 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24351 -
24352   type: "plot"
24353   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24354   algorithm: "plot_throughput_speedup_analysis"
24355   output-file-type: ".html"
24356   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24357   data: "plot-throughput-speedup-analysis-2n-skx"
24358   filter: "'NIC_Intel-X710' and
24359            '64B' and
24360            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24361            'NDRPDR' and
24362            'IP4FWD' and
24363            not 'IPSEC' and
24364            not 'VHOST'"
24365   parameters:
24366   - "throughput"
24367   - "parent"
24368   - "tags"
24369   sort:
24370   - "IP4BASE"
24371   - "FIB_20K"
24372   - "FIB_200K"
24373   - "FIB_2M"
24374   layout:
24375     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24376     layout: "plot-throughput-speedup-analysis"
24377
24378 -
24379   type: "plot"
24380   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24381   algorithm: "plot_throughput_speedup_analysis"
24382   output-file-type: ".html"
24383   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24384   data: "plot-throughput-speedup-analysis-2n-skx"
24385   filter: "'NIC_Intel-X710' and
24386            '64B' and
24387            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24388            'NDRPDR' and
24389            'IP4FWD' and
24390            not 'IPSEC' and
24391            not 'VHOST'"
24392   parameters:
24393   - "throughput"
24394   - "parent"
24395   - "tags"
24396   sort:
24397   - "IP4BASE"
24398   - "FIB_20K"
24399   - "FIB_200K"
24400   - "FIB_2M"
24401   layout:
24402     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24403     layout: "plot-throughput-speedup-analysis"
24404
24405 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24406 -
24407   type: "plot"
24408   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24409   algorithm: "plot_throughput_speedup_analysis"
24410   output-file-type: ".html"
24411   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24412   data: "plot-throughput-speedup-analysis-2n-skx"
24413   filter: "'NIC_Intel-XXV710' and
24414            '64B' and
24415            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24416            'NDRPDR' and
24417            'IP4FWD' and
24418            not 'IPSEC' and
24419            not 'VHOST'"
24420   parameters:
24421   - "throughput"
24422   - "parent"
24423   - "tags"
24424   sort:
24425   - "IP4BASE"
24426   - "FIB_20K"
24427   - "FIB_200K"
24428   - "FIB_2M"
24429   layout:
24430     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24431     layout: "plot-throughput-speedup-analysis"
24432
24433 -
24434   type: "plot"
24435   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24436   algorithm: "plot_throughput_speedup_analysis"
24437   output-file-type: ".html"
24438   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24439   data: "plot-throughput-speedup-analysis-2n-skx"
24440   filter: "'NIC_Intel-XXV710' and
24441            '64B' and
24442            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24443            'NDRPDR' and
24444            'IP4FWD' and
24445            not 'IPSEC' and
24446            not 'VHOST'"
24447   parameters:
24448   - "throughput"
24449   - "parent"
24450   - "tags"
24451   sort:
24452   - "IP4BASE"
24453   - "FIB_20K"
24454   - "FIB_200K"
24455   - "FIB_2M"
24456   layout:
24457     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24458     layout: "plot-throughput-speedup-analysis"
24459
24460 # Speedup - VPP IPv4 2n-dnv-x553 base
24461 -
24462   type: "plot"
24463   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24464   algorithm: "plot_throughput_speedup_analysis"
24465   output-file-type: ".html"
24466   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24467   data: "intel-dnv-vpp"
24468   filter: "'NIC_Intel-X553' and
24469            '64B' and
24470            'IP4BASE' and
24471            'NDRPDR' and
24472            'IP4FWD' and
24473            not 'IPSEC' and
24474            not 'VHOST'"
24475   parameters:
24476   - "throughput"
24477   - "parent"
24478   - "tags"
24479   sort:
24480   - "IP4BASE"
24481   layout:
24482     title: "ip4-2n-dnv-x553-64b-base-ndr"
24483     layout: "plot-throughput-speedup-analysis"
24484
24485 -
24486   type: "plot"
24487   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24488   algorithm: "plot_throughput_speedup_analysis"
24489   output-file-type: ".html"
24490   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24491   data: "intel-dnv-vpp"
24492   filter: "'NIC_Intel-X553' and
24493            '64B' and
24494            'IP4BASE' and
24495            'NDRPDR' and
24496            'IP4FWD' and
24497            not 'IPSEC' and
24498            not 'VHOST'"
24499   parameters:
24500   - "throughput"
24501   - "parent"
24502   - "tags"
24503   sort:
24504   - "IP4BASE"
24505   layout:
24506     title: "ip4-2n-dnv-x553-64b-base-pdr"
24507     layout: "plot-throughput-speedup-analysis"
24508
24509 ################################################################################
24510
24511 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
24512 -
24513   type: "plot"
24514   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24515   algorithm: "plot_throughput_speedup_analysis"
24516   output-file-type: ".html"
24517   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24518   data: "plot-throughput-speedup-analysis-3n-hsw"
24519   filter: "'NIC_Intel-X520_DA2' and
24520            '64B' and
24521            'ENCAP' and
24522            'NDRPDR' and
24523            'VXLAN' and
24524            'L2BDMACLRN' and
24525            not 'VHOST' and
24526            not 'IPSECHW'"
24527   parameters:
24528   - "throughput"
24529   - "parent"
24530   - "tags"
24531   sort:
24532   - "not DOT1Q"
24533   - "VXLAN_1"
24534   - "VXLAN_10"
24535   - "VXLAN_100"
24536   - "VXLAN_1000"
24537   layout:
24538     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
24539     layout: "plot-throughput-speedup-analysis"
24540
24541 -
24542   type: "plot"
24543   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24544   algorithm: "plot_throughput_speedup_analysis"
24545   output-file-type: ".html"
24546   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24547   data: "plot-throughput-speedup-analysis-3n-hsw"
24548   filter: "'NIC_Intel-X520_DA2' and
24549            '64B' and
24550            'ENCAP' and
24551            'NDRPDR' and
24552            'VXLAN' and
24553            'L2BDMACLRN' and
24554            not 'VHOST' and
24555            not 'IPSECHW'"
24556   parameters:
24557   - "throughput"
24558   - "parent"
24559   - "tags"
24560   sort:
24561   - "not DOT1Q"
24562   - "VXLAN_1"
24563   - "VXLAN_10"
24564   - "VXLAN_100"
24565   - "VXLAN_1000"
24566   layout:
24567     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
24568     layout: "plot-throughput-speedup-analysis"
24569
24570 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24571 -
24572   type: "plot"
24573   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24574   algorithm: "plot_throughput_speedup_analysis"
24575   output-file-type: ".html"
24576   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24577   data: "plot-throughput-speedup-analysis-3n-hsw"
24578   filter: "'NIC_Intel-X520-DA2' and
24579            '64B' and
24580            'ENCAP' and
24581            'NDRPDR' and
24582            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24583            not 'DOT1Q' and
24584            not 'VHOST' and
24585            not 'IPSECHW'"
24586   parameters:
24587   - "throughput"
24588   - "parent"
24589   - "tags"
24590   sort:
24591   - "L2BDMACLRN"
24592   - "L2XCFWD"
24593   - "LISP"
24594   layout:
24595     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24596     layout: "plot-throughput-speedup-analysis"
24597
24598 -
24599   type: "plot"
24600   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24601   algorithm: "plot_throughput_speedup_analysis"
24602   output-file-type: ".html"
24603   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24604   data: "plot-throughput-speedup-analysis-3n-hsw"
24605   filter: "'NIC_Intel-X520-DA2' and
24606            '64B' and
24607            'ENCAP' and
24608            'NDRPDR' and
24609            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24610            not 'DOT1Q' and
24611            not 'VHOST' and
24612            not 'IPSECHW'"
24613   parameters:
24614   - "throughput"
24615   - "parent"
24616   - "tags"
24617   sort:
24618   - "L2BDMACLRN"
24619   - "L2XCFWD"
24620   - "LISP"
24621   layout:
24622     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24623     layout: "plot-throughput-speedup-analysis"
24624
24625 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24626 -
24627   type: "plot"
24628   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24629   algorithm: "plot_throughput_speedup_analysis"
24630   output-file-type: ".html"
24631   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24632   data: "plot-throughput-speedup-analysis-3n-hsw"
24633   filter: "'NIC_Intel-X710' and
24634            '64B' and
24635            'ENCAP' and
24636            'NDRPDR' and
24637            'VXLAN' and
24638            'L2BDMACLRN' and
24639            not 'VHOST' and
24640            not 'IPSECHW'"
24641   parameters:
24642   - "throughput"
24643   - "parent"
24644   - "tags"
24645   sort:
24646   - "not DOT1Q"
24647   - "VXLAN_1"
24648   - "VXLAN_10"
24649   - "VXLAN_100"
24650   - "VXLAN_1000"
24651   layout:
24652     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24653     layout: "plot-throughput-speedup-analysis"
24654
24655 -
24656   type: "plot"
24657   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24658   algorithm: "plot_throughput_speedup_analysis"
24659   output-file-type: ".html"
24660   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24661   data: "plot-throughput-speedup-analysis-3n-hsw"
24662   filter: "'NIC_Intel-X710' and
24663            '64B' and
24664            'ENCAP' and
24665            'NDRPDR' and
24666            'VXLAN' and
24667            'L2BDMACLRN' and
24668            not 'VHOST' and
24669            not 'IPSECHW'"
24670   parameters:
24671   - "throughput"
24672   - "parent"
24673   - "tags"
24674   sort:
24675   - "not DOT1Q"
24676   - "VXLAN_1"
24677   - "VXLAN_10"
24678   - "VXLAN_100"
24679   - "VXLAN_1000"
24680   layout:
24681     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24682     layout: "plot-throughput-speedup-analysis"
24683
24684 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24685 -
24686   type: "plot"
24687   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24688   algorithm: "plot_throughput_speedup_analysis"
24689   output-file-type: ".html"
24690   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24691   data: "plot-throughput-speedup-analysis-3n-hsw"
24692   filter: "'NIC_Intel-X710' and
24693            '64B' and
24694            'ENCAP' and
24695            'NDRPDR' and
24696            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24697            not 'DOT1Q' and
24698            not 'VHOST' and
24699            not 'IPSECHW'"
24700   parameters:
24701   - "throughput"
24702   - "parent"
24703   - "tags"
24704   sort:
24705   - "L2BDMACLRN"
24706   - "L2XCFWD"
24707   - "LISP"
24708   layout:
24709     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24710     layout: "plot-throughput-speedup-analysis"
24711
24712 -
24713   type: "plot"
24714   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24715   algorithm: "plot_throughput_speedup_analysis"
24716   output-file-type: ".html"
24717   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24718   data: "plot-throughput-speedup-analysis-3n-hsw"
24719   filter: "'NIC_Intel-X710' and
24720            '64B' and
24721            'ENCAP' and
24722            'NDRPDR' and
24723            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24724            not 'DOT1Q' and
24725            not 'VHOST' and
24726            not 'IPSECHW'"
24727   parameters:
24728   - "throughput"
24729   - "parent"
24730   - "tags"
24731   sort:
24732   - "L2BDMACLRN"
24733   - "L2XCFWD"
24734   - "LISP"
24735   layout:
24736     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24737     layout: "plot-throughput-speedup-analysis"
24738
24739 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24740 -
24741   type: "plot"
24742   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24743   algorithm: "plot_throughput_speedup_analysis"
24744   output-file-type: ".html"
24745   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24746   data: "plot-throughput-speedup-analysis-3n-skx"
24747   filter: "'NIC_Intel-X710' and
24748            '64B' and
24749            'ENCAP' and
24750            'NDRPDR' and
24751            'VXLAN' and
24752            'L2BDMACLRN' and
24753            not 'VHOST' and
24754            not 'IPSECHW'"
24755   parameters:
24756   - "throughput"
24757   - "parent"
24758   - "tags"
24759   sort:
24760   - "not DOT1Q"
24761   - "VXLAN_1"
24762   - "VXLAN_10"
24763   - "VXLAN_100"
24764   - "VXLAN_1000"
24765   layout:
24766     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24767     layout: "plot-throughput-speedup-analysis"
24768
24769 -
24770   type: "plot"
24771   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24772   algorithm: "plot_throughput_speedup_analysis"
24773   output-file-type: ".html"
24774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24775   data: "plot-throughput-speedup-analysis-3n-skx"
24776   filter: "'NIC_Intel-X710' and
24777            '64B' and
24778            'ENCAP' and
24779            'NDRPDR' and
24780            'VXLAN' and
24781            'L2BDMACLRN' and
24782            not 'VHOST' and
24783            not 'IPSECHW'"
24784   parameters:
24785   - "throughput"
24786   - "parent"
24787   - "tags"
24788   sort:
24789   - "not DOT1Q"
24790   - "VXLAN_1"
24791   - "VXLAN_10"
24792   - "VXLAN_100"
24793   - "VXLAN_1000"
24794   layout:
24795     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24796     layout: "plot-throughput-speedup-analysis"
24797
24798 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24799 -
24800   type: "plot"
24801   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24802   algorithm: "plot_throughput_speedup_analysis"
24803   output-file-type: ".html"
24804   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24805   data: "plot-throughput-speedup-analysis-3n-skx"
24806   filter: "'NIC_Intel-X710' and
24807            '64B' and
24808            'ENCAP' and
24809            'NDRPDR' and
24810            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24811            not 'DOT1Q' and
24812            not 'VHOST' and
24813            not 'IPSECHW'"
24814   parameters:
24815   - "throughput"
24816   - "parent"
24817   - "tags"
24818   sort:
24819   - "L2BDMACLRN"
24820   - "L2XCFWD"
24821   - "LISP"
24822   layout:
24823     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24824     layout: "plot-throughput-speedup-analysis"
24825
24826 -
24827   type: "plot"
24828   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24829   algorithm: "plot_throughput_speedup_analysis"
24830   output-file-type: ".html"
24831   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24832   data: "plot-throughput-speedup-analysis-3n-skx"
24833   filter: "'NIC_Intel-X710' and
24834            '64B' and
24835            'ENCAP' and
24836            'NDRPDR' and
24837            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24838            not 'DOT1Q' and
24839            not 'VHOST' and
24840            not 'IPSECHW'"
24841   parameters:
24842   - "throughput"
24843   - "parent"
24844   - "tags"
24845   sort:
24846   - "L2BDMACLRN"
24847   - "L2XCFWD"
24848   - "LISP"
24849   layout:
24850     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24851     layout: "plot-throughput-speedup-analysis"
24852
24853 ################################################################################
24854
24855 # Speedup - VPP IPv6 3n-hsw-x520
24856 -
24857   type: "plot"
24858   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24859   algorithm: "plot_throughput_speedup_analysis"
24860   output-file-type: ".html"
24861   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24862   data: "plot-throughput-speedup-analysis-3n-hsw"
24863   filter: "'NIC_Intel-X520-DA2' and
24864            '78B' and
24865            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24866            'NDRPDR' and
24867            'IP6FWD' and
24868            not 'SRv6' and
24869            not 'IPSEC' and
24870            not 'VHOST'"
24871   parameters:
24872   - "throughput"
24873   - "parent"
24874   - "tags"
24875   sort:
24876   - "IP6BASE"
24877   - "FIB_20K"
24878   - "FIB_200K"
24879   - "FIB_2M"
24880   layout:
24881     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
24882     layout: "plot-throughput-speedup-analysis"
24883
24884 -
24885   type: "plot"
24886   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24887   algorithm: "plot_throughput_speedup_analysis"
24888   output-file-type: ".html"
24889   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24890   data: "plot-throughput-speedup-analysis-3n-hsw"
24891   filter: "'NIC_Intel-X520-DA2' and
24892            '78B' and
24893            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24894            'NDRPDR' and
24895            'IP6FWD' and
24896            not 'SRv6' and
24897            not 'IPSEC' and
24898            not 'VHOST'"
24899   parameters:
24900   - "throughput"
24901   - "parent"
24902   - "tags"
24903   sort:
24904   - "IP6BASE"
24905   - "FIB_20K"
24906   - "FIB_200K"
24907   - "FIB_2M"
24908   layout:
24909     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
24910     layout: "plot-throughput-speedup-analysis"
24911
24912 # Speedup - VPP IPv6 3n-hsw-x520 features
24913 -
24914   type: "plot"
24915   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24916   algorithm: "plot_throughput_speedup_analysis"
24917   output-file-type: ".html"
24918   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24919   data: "plot-throughput-speedup-analysis-3n-hsw"
24920   filter: "'NIC_Intel-X520-DA2' and
24921            '78B' and
24922            ('IP6BASE' or
24923             'POLICE_MARK' or
24924             'COPWHLIST' or
24925             'IACLDST') and
24926            'NDRPDR' and
24927            'IP6FWD' and
24928            not 'SRv6' and
24929            not 'IPSEC' and
24930            not 'VHOST'"
24931   parameters:
24932   - "throughput"
24933   - "parent"
24934   - "tags"
24935   sort:
24936   - "IP6BASE"
24937   - "POLICE_MARK"
24938   - "COPWHLIST"
24939   - "IACLDST"
24940   layout:
24941     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
24942     layout: "plot-throughput-speedup-analysis"
24943
24944 -
24945   type: "plot"
24946   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24947   algorithm: "plot_throughput_speedup_analysis"
24948   output-file-type: ".html"
24949   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24950   data: "plot-throughput-speedup-analysis-3n-hsw"
24951   filter: "'NIC_Intel-X520-DA2' and
24952            '78B' and
24953            ('IP6BASE' or
24954             'POLICE_MARK' or
24955             'COPWHLIST' or
24956             'IACLDST') and
24957            'NDRPDR' and
24958            'IP6FWD' and
24959            not 'SRv6' and
24960            not 'IPSEC' and
24961            not 'VHOST'"
24962   parameters:
24963   - "throughput"
24964   - "parent"
24965   - "tags"
24966   sort:
24967   - "IP6BASE"
24968   - "POLICE_MARK"
24969   - "COPWHLIST"
24970   - "IACLDST"
24971   layout:
24972     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
24973     layout: "plot-throughput-speedup-analysis"
24974
24975 # Speedup - VPP IPv6 3n-hsw-x710
24976 -
24977   type: "plot"
24978   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24979   algorithm: "plot_throughput_speedup_analysis"
24980   output-file-type: ".html"
24981   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24982   data: "plot-throughput-speedup-analysis-3n-hsw"
24983   filter: "'NIC_Intel-X710' and
24984            '78B' and
24985            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24986            'NDRPDR' and
24987            'IP6FWD' and
24988            not 'SRv6' and
24989            not 'IPSEC' and
24990            not 'VHOST'"
24991   parameters:
24992   - "throughput"
24993   - "parent"
24994   - "tags"
24995   sort:
24996   - "IP6BASE"
24997   - "FIB_20K"
24998   - "FIB_200K"
24999   - "FIB_2M"
25000   layout:
25001     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25002     layout: "plot-throughput-speedup-analysis"
25003
25004 -
25005   type: "plot"
25006   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25007   algorithm: "plot_throughput_speedup_analysis"
25008   output-file-type: ".html"
25009   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25010   data: "plot-throughput-speedup-analysis-3n-hsw"
25011   filter: "'NIC_Intel-X710' and
25012            '78B' and
25013            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25014            'NDRPDR' and
25015            'IP6FWD' and
25016            not 'SRv6' and
25017            not 'IPSEC' and
25018            not 'VHOST'"
25019   parameters:
25020   - "throughput"
25021   - "parent"
25022   - "tags"
25023   sort:
25024   - "IP6BASE"
25025   - "FIB_20K"
25026   - "FIB_200K"
25027   - "FIB_2M"
25028   layout:
25029     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25030     layout: "plot-throughput-speedup-analysis"
25031
25032 # Speedup - VPP IPv6 3n-hsw-x710 features
25033 -
25034   type: "plot"
25035   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25036   algorithm: "plot_throughput_speedup_analysis"
25037   output-file-type: ".html"
25038   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25039   data: "plot-throughput-speedup-analysis-3n-hsw"
25040   filter: "'NIC_Intel-X710' and
25041            '78B' and
25042            ('IP6BASE' or
25043             'POLICE_MARK' or
25044             'COPWHLIST' or
25045             'IACLDST') and
25046            'NDRPDR' and
25047            'IP6FWD' and
25048            not 'SRv6' and
25049            not 'IPSEC' and
25050            not 'VHOST'"
25051   parameters:
25052   - "throughput"
25053   - "parent"
25054   - "tags"
25055   sort:
25056   - "IP6BASE"
25057   - "POLICE_MARK"
25058   - "COPWHLIST"
25059   - "IACLDST"
25060   layout:
25061     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25062     layout: "plot-throughput-speedup-analysis"
25063
25064 -
25065   type: "plot"
25066   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25067   algorithm: "plot_throughput_speedup_analysis"
25068   output-file-type: ".html"
25069   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25070   data: "plot-throughput-speedup-analysis-3n-hsw"
25071   filter: "'NIC_Intel-X710' and
25072            '78B' and
25073            ('IP6BASE' or
25074             'POLICE_MARK' or
25075             'COPWHLIST' or
25076             'IACLDST') and
25077            'NDRPDR' and
25078            'IP6FWD' and
25079            not 'SRv6' and
25080            not 'IPSEC' and
25081            not 'VHOST'"
25082   parameters:
25083   - "throughput"
25084   - "parent"
25085   - "tags"
25086   sort:
25087   - "IP6BASE"
25088   - "POLICE_MARK"
25089   - "COPWHLIST"
25090   - "IACLDST"
25091   layout:
25092     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25093     layout: "plot-throughput-speedup-analysis"
25094
25095 # Speedup - VPP IPv6 3n-hsw-xl710
25096 -
25097   type: "plot"
25098   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25099   algorithm: "plot_throughput_speedup_analysis"
25100   output-file-type: ".html"
25101   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25102   data: "plot-throughput-speedup-analysis-3n-hsw"
25103   filter: "'NIC_Intel-XL710' and
25104            '78B' and
25105            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25106            'NDRPDR' and
25107            'IP6FWD' and
25108            not 'SRv6' and
25109            not 'IPSEC' and
25110            not 'VHOST'"
25111   parameters:
25112   - "throughput"
25113   - "parent"
25114   - "tags"
25115   sort:
25116   - "IP6BASE"
25117   - "FIB_20K"
25118   - "FIB_200K"
25119   - "FIB_2M"
25120   layout:
25121     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
25122     layout: "plot-throughput-speedup-analysis"
25123
25124 -
25125   type: "plot"
25126   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25127   algorithm: "plot_throughput_speedup_analysis"
25128   output-file-type: ".html"
25129   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25130   data: "plot-throughput-speedup-analysis-3n-hsw"
25131   filter: "'NIC_Intel-XL710' and
25132            '78B' and
25133            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25134            'NDRPDR' and
25135            'IP6FWD' and
25136            not 'SRv6' and
25137            not 'IPSEC' and
25138            not 'VHOST'"
25139   parameters:
25140   - "throughput"
25141   - "parent"
25142   - "tags"
25143   sort:
25144   - "IP6BASE"
25145   - "FIB_20K"
25146   - "FIB_200K"
25147   - "FIB_2M"
25148   layout:
25149     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
25150     layout: "plot-throughput-speedup-analysis"
25151
25152 # Speedup - VPP IPv6 3n-skx-x710
25153 -
25154   type: "plot"
25155   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25156   algorithm: "plot_throughput_speedup_analysis"
25157   output-file-type: ".html"
25158   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25159   data: "plot-throughput-speedup-analysis-3n-skx"
25160   filter: "'NIC_Intel-X710' and
25161            '78B' and
25162            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25163            'NDRPDR' and
25164            'IP6FWD' and
25165            not 'SRv6' and
25166            not 'IPSEC' and
25167            not 'VHOST'"
25168   parameters:
25169   - "throughput"
25170   - "parent"
25171   - "tags"
25172   sort:
25173   - "IP6BASE"
25174   - "FIB_20K"
25175   - "FIB_200K"
25176   - "FIB_2M"
25177   layout:
25178     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25179     layout: "plot-throughput-speedup-analysis"
25180
25181 -
25182   type: "plot"
25183   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25184   algorithm: "plot_throughput_speedup_analysis"
25185   output-file-type: ".html"
25186   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25187   data: "plot-throughput-speedup-analysis-3n-skx"
25188   filter: "'NIC_Intel-X710' and
25189            '78B' and
25190            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25191            'NDRPDR' and
25192            'IP6FWD' and
25193            not 'SRv6' and
25194            not 'IPSEC' and
25195            not 'VHOST'"
25196   parameters:
25197   - "throughput"
25198   - "parent"
25199   - "tags"
25200   sort:
25201   - "IP6BASE"
25202   - "FIB_20K"
25203   - "FIB_200K"
25204   - "FIB_2M"
25205   layout:
25206     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25207     layout: "plot-throughput-speedup-analysis"
25208
25209 # Speedup - VPP IPv6 3n-skx-x710 features
25210 -
25211   type: "plot"
25212   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25213   algorithm: "plot_throughput_speedup_analysis"
25214   output-file-type: ".html"
25215   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25216   data: "plot-throughput-speedup-analysis-3n-skx"
25217   filter: "'NIC_Intel-X710' and
25218            '78B' and
25219            ('IP6BASE' or
25220             'POLICE_MARK' or
25221             'COPWHLIST' or
25222             'IACLDST') and
25223            'NDRPDR' and
25224            'IP6FWD' and
25225            not 'SRv6' and
25226            not 'IPSEC' and
25227            not 'VHOST'"
25228   parameters:
25229   - "throughput"
25230   - "parent"
25231   - "tags"
25232   sort:
25233   - "IP6BASE"
25234   - "POLICE_MARK"
25235   - "COPWHLIST"
25236   - "IACLDST"
25237   layout:
25238     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25239     layout: "plot-throughput-speedup-analysis"
25240
25241 -
25242   type: "plot"
25243   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25244   algorithm: "plot_throughput_speedup_analysis"
25245   output-file-type: ".html"
25246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25247   data: "plot-throughput-speedup-analysis-3n-skx"
25248   filter: "'NIC_Intel-X710' and
25249            '78B' and
25250            ('IP6BASE' or
25251             'POLICE_MARK' or
25252             'COPWHLIST' or
25253             'IACLDST') and
25254            'NDRPDR' and
25255            'IP6FWD' and
25256            not 'SRv6' and
25257            not 'IPSEC' and
25258            not 'VHOST'"
25259   parameters:
25260   - "throughput"
25261   - "parent"
25262   - "tags"
25263   sort:
25264   - "IP6BASE"
25265   - "POLICE_MARK"
25266   - "COPWHLIST"
25267   - "IACLDST"
25268   layout:
25269     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25270     layout: "plot-throughput-speedup-analysis"
25271
25272 # Speedup - VPP IPv6 2n-skx-x710
25273 -
25274   type: "plot"
25275   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25276   algorithm: "plot_throughput_speedup_analysis"
25277   output-file-type: ".html"
25278   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25279   data: "plot-throughput-speedup-analysis-2n-skx"
25280   filter: "'NIC_Intel-X710' and
25281            '78B' and
25282            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25283            'NDRPDR' and
25284            'IP6FWD' and
25285            not 'SRv6' and
25286            not 'IPSEC' and
25287            not 'VHOST'"
25288   parameters:
25289   - "throughput"
25290   - "parent"
25291   - "tags"
25292   sort:
25293   - "IP6BASE"
25294   - "FIB_20K"
25295   - "FIB_200K"
25296   - "FIB_2M"
25297   layout:
25298     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25299     layout: "plot-throughput-speedup-analysis"
25300
25301 -
25302   type: "plot"
25303   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25304   algorithm: "plot_throughput_speedup_analysis"
25305   output-file-type: ".html"
25306   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25307   data: "plot-throughput-speedup-analysis-2n-skx"
25308   filter: "'NIC_Intel-X710' and
25309            '78B' and
25310            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25311            'NDRPDR' and
25312            'IP6FWD' and
25313            not 'SRv6' and
25314            not 'IPSEC' and
25315            not 'VHOST'"
25316   parameters:
25317   - "throughput"
25318   - "parent"
25319   - "tags"
25320   sort:
25321   - "IP6BASE"
25322   - "FIB_20K"
25323   - "FIB_200K"
25324   - "FIB_2M"
25325   layout:
25326     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25327     layout: "plot-throughput-speedup-analysis"
25328
25329 # Speedup - VPP IPv6 2n-skx-xxv710
25330 -
25331   type: "plot"
25332   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25333   algorithm: "plot_throughput_speedup_analysis"
25334   output-file-type: ".html"
25335   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25336   data: "plot-throughput-speedup-analysis-2n-skx"
25337   filter: "'NIC_Intel-XXV710' and
25338            '78B' and
25339            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25340            'NDRPDR' and
25341            'IP6FWD' and
25342            not 'SRv6' and
25343            not 'IPSEC' and
25344            not 'VHOST'"
25345   parameters:
25346   - "throughput"
25347   - "parent"
25348   - "tags"
25349   sort:
25350   - "IP6BASE"
25351   - "FIB_20K"
25352   - "FIB_200K"
25353   - "FIB_2M"
25354   layout:
25355     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25356     layout: "plot-throughput-speedup-analysis"
25357
25358 -
25359   type: "plot"
25360   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25361   algorithm: "plot_throughput_speedup_analysis"
25362   output-file-type: ".html"
25363   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25364   data: "plot-throughput-speedup-analysis-2n-skx"
25365   filter: "'NIC_Intel-XXV710' and
25366            '78B' and
25367            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25368            'NDRPDR' and
25369            'IP6FWD' and
25370            not 'SRv6' and
25371            not 'IPSEC' and
25372            not 'VHOST'"
25373   parameters:
25374   - "throughput"
25375   - "parent"
25376   - "tags"
25377   sort:
25378   - "IP6BASE"
25379   - "FIB_20K"
25380   - "FIB_200K"
25381   - "FIB_2M"
25382   layout:
25383     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25384     layout: "plot-throughput-speedup-analysis"
25385
25386 # Speedup - VPP IPv6 2n-dnv-x553 base
25387 -
25388   type: "plot"
25389   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25390   algorithm: "plot_throughput_speedup_analysis"
25391   output-file-type: ".html"
25392   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25393   data: "intel-dnv-vpp"
25394   filter: "'NIC_Intel-X553' and
25395            '78B' and
25396            'IP6BASE' and
25397            'NDRPDR' and
25398            'IP6FWD' and
25399            not 'SRv6' and
25400            not 'IPSEC' and
25401            not 'VHOST'"
25402   parameters:
25403   - "throughput"
25404   - "parent"
25405   - "tags"
25406   sort:
25407   - "IP6BASE"
25408   layout:
25409     title: "ip6-2n-dnv-x553-78b-base-ndr"
25410     layout: "plot-throughput-speedup-analysis"
25411
25412 -
25413   type: "plot"
25414   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25415   algorithm: "plot_throughput_speedup_analysis"
25416   output-file-type: ".html"
25417   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25418   data: "intel-dnv-vpp"
25419   filter: "'NIC_Intel-X553' and
25420            '78B' and
25421            'IP6BASE' and
25422            'NDRPDR' and
25423            'IP6FWD' and
25424            not 'SRv6' and
25425            not 'IPSEC' and
25426            not 'VHOST'"
25427   parameters:
25428   - "throughput"
25429   - "parent"
25430   - "tags"
25431   sort:
25432   - "IP6BASE"
25433   layout:
25434     title: "ip6-2n-dnv-x553-78b-base-pdr"
25435     layout: "plot-throughput-speedup-analysis"
25436
25437 ################################################################################
25438
25439 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25440 -
25441   type: "plot"
25442   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25446   data: "plot-throughput-speedup-analysis-3n-hsw"
25447   filter: "'NIC_Intel-X520-DA2' and
25448            '78B' and
25449            'ENCAP' and
25450            'NDRPDR' and
25451            'LISP' and
25452            not 'VHOST'"
25453   parameters:
25454   - "throughput"
25455   - "parent"
25456   - "tags"
25457   sort:
25458   - "IP4UNRLAY"
25459   - "IP6UNRLAY"
25460   layout:
25461     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
25462     layout: "plot-throughput-speedup-analysis"
25463
25464 -
25465   type: "plot"
25466   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25467   algorithm: "plot_throughput_speedup_analysis"
25468   output-file-type: ".html"
25469   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25470   data: "plot-throughput-speedup-analysis-3n-hsw"
25471   filter: "'NIC_Intel-X520-DA2' and
25472            '78B' and
25473            'ENCAP' and
25474            'NDRPDR' and
25475            'LISP' and
25476            not 'VHOST'"
25477   parameters:
25478   - "throughput"
25479   - "parent"
25480   - "tags"
25481   sort:
25482   - "IP4UNRLAY"
25483   - "IP6UNRLAY"
25484   layout:
25485     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
25486     layout: "plot-throughput-speedup-analysis"
25487
25488 ################################################################################
25489
25490 # Speedup - VPP IPSec 3n-hsw-xl710 base
25491 -
25492   type: "plot"
25493   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25494   algorithm: "plot_throughput_speedup_analysis"
25495   output-file-type: ".html"
25496   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25497   data: "plot-throughput-speedup-analysis-3n-hsw"
25498   filter: "'NIC_Intel-XL710' and
25499            '64B' and
25500            'IP4FWD' and
25501            'NDRPDR' and
25502            'BASE' and
25503            'IPSECHW' and
25504            ('IPSECTRAN' or 'IPSECTUN') and
25505            not 'VHOST'"
25506   parameters:
25507   - "throughput"
25508   - "parent"
25509   - "tags"
25510   layout:
25511     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25512     layout: "plot-throughput-speedup-analysis"
25513
25514 -
25515   type: "plot"
25516   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25517   algorithm: "plot_throughput_speedup_analysis"
25518   output-file-type: ".html"
25519   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25520   data: "plot-throughput-speedup-analysis-3n-hsw"
25521   filter: "'NIC_Intel-XL710' and
25522            '64B' and
25523            'IP4FWD' and
25524            'NDRPDR' and
25525            'BASE' and
25526            'IPSECHW' and
25527            ('IPSECTRAN' or 'IPSECTUN') and
25528            not 'VHOST'"
25529   parameters:
25530   - "throughput"
25531   - "parent"
25532   - "tags"
25533   layout:
25534     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25535     layout: "plot-throughput-speedup-analysis"
25536
25537 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25538 -
25539   type: "plot"
25540   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25541   algorithm: "plot_throughput_speedup_analysis"
25542   output-file-type: ".html"
25543   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25544   data: "plot-throughput-speedup-analysis-3n-hsw"
25545   filter: "'NIC_Intel-XL710' and
25546            '64B' and
25547            'IP4FWD' and
25548            'NDRPDR' and
25549            'SCALE' and
25550            'IPSECHW' and
25551            ('IPSECTRAN' or 'IPSECTUN') and
25552            not 'VHOST'"
25553   parameters:
25554   - "throughput"
25555   - "parent"
25556   - "tags"
25557   layout:
25558     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25559     layout: "plot-throughput-speedup-analysis"
25560
25561 -
25562   type: "plot"
25563   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25564   algorithm: "plot_throughput_speedup_analysis"
25565   output-file-type: ".html"
25566   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25567   data: "plot-throughput-speedup-analysis-3n-hsw"
25568   filter: "'NIC_Intel-XL710' and
25569            '64B' and
25570            'IP4FWD' and
25571            'NDRPDR' and
25572            'SCALE' and
25573            'IPSECHW' and
25574            ('IPSECTRAN' or 'IPSECTUN') and
25575            not 'VHOST'"
25576   parameters:
25577   - "throughput"
25578   - "parent"
25579   - "tags"
25580   layout:
25581     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25582     layout: "plot-throughput-speedup-analysis"
25583
25584 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25585 -
25586   type: "plot"
25587   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25588   algorithm: "plot_throughput_speedup_analysis"
25589   output-file-type: ".html"
25590   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25591   data: "plot-throughput-speedup-analysis-3n-hsw"
25592   filter: "'NIC_Intel-XL710' and
25593            '64B' and
25594            'IP4FWD' and
25595            'NDRPDR' and
25596            'IPSECSW' and
25597            ('IPSECTRAN' or 'IPSECTUN') and
25598            not 'VHOST'"
25599   parameters:
25600   - "throughput"
25601   - "parent"
25602   - "tags"
25603   layout:
25604     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25605     layout: "plot-throughput-speedup-analysis"
25606
25607 -
25608   type: "plot"
25609   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25610   algorithm: "plot_throughput_speedup_analysis"
25611   output-file-type: ".html"
25612   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25613   data: "plot-throughput-speedup-analysis-3n-hsw"
25614   filter: "'NIC_Intel-XL710' and
25615            '64B' and
25616            'IP4FWD' and
25617            'NDRPDR' and
25618            'IPSECSW' and
25619            ('IPSECTRAN' or 'IPSECTUN') and
25620            not 'VHOST'"
25621   parameters:
25622   - "throughput"
25623   - "parent"
25624   - "tags"
25625   layout:
25626     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25627     layout: "plot-throughput-speedup-analysis"
25628
25629 ################################################################################
25630
25631 # Speedup - VPP SRv6 3n-hsw-x520
25632 -
25633   type: "plot"
25634   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25635   algorithm: "plot_throughput_speedup_analysis"
25636   output-file-type: ".html"
25637   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25638   data: "plot-throughput-speedup-analysis-3n-hsw"
25639   filter: "'NIC_Intel-X520-DA2' and
25640            '78B' and
25641            'FEATURE' and
25642            'NDRPDR' and
25643            'IP6FWD' and
25644            'SRv6'"
25645   parameters:
25646   - "throughput"
25647   - "parent"
25648   - "tags"
25649   layout:
25650     title: "srv6-3n-hsw-x520-78b-features-ndr"
25651     layout: "plot-throughput-speedup-analysis"
25652
25653 -
25654   type: "plot"
25655   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25656   algorithm: "plot_throughput_speedup_analysis"
25657   output-file-type: ".html"
25658   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25659   data: "plot-throughput-speedup-analysis-3n-hsw"
25660   filter: "'NIC_Intel-X520-DA2' and
25661            '78B' and
25662            'FEATURE' and
25663            'NDRPDR' and
25664            'IP6FWD' and
25665            'SRv6'"
25666   parameters:
25667   - "throughput"
25668   - "parent"
25669   - "tags"
25670   layout:
25671     title: "srv6-3n-hsw-x520-78b-features-pdr"
25672     layout: "plot-throughput-speedup-analysis"
25673
25674 ################################################################################
25675
25676 # Speedup - VPP L2 3n-hsw-x520 base and scale
25677 -
25678   type: "plot"
25679   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25680   algorithm: "plot_throughput_speedup_analysis"
25681   output-file-type: ".html"
25682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25683   data: "plot-throughput-speedup-analysis-3n-hsw"
25684   filter: "'NIC_Intel-X520-DA2' and
25685            '64B' and
25686            ('BASE' or 'SCALE') and
25687            'NDRPDR' and
25688            'ETH' and
25689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25690            not 'VHOST' and
25691            not 'MEMIF'"
25692   parameters:
25693   - "throughput"
25694   - "parent"
25695   - "tags"
25696   sort:
25697   - "L2PATCH"
25698   - "L2XCBASE"
25699   - "BASE"
25700   - "FIB_10K"
25701   - "FIB_100K"
25702   - "FIB_1M"
25703   layout:
25704     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25705     layout: "plot-throughput-speedup-analysis"
25706
25707 -
25708   type: "plot"
25709   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25710   algorithm: "plot_throughput_speedup_analysis"
25711   output-file-type: ".html"
25712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25713   data: "plot-throughput-speedup-analysis-3n-hsw"
25714   filter: "'NIC_Intel-X520-DA2' and
25715            '64B' and
25716            ('BASE' or 'SCALE') and
25717            'NDRPDR' and
25718            'ETH' and
25719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25720            not 'VHOST' and
25721            not 'MEMIF'"
25722   parameters:
25723   - "throughput"
25724   - "parent"
25725   - "tags"
25726   sort:
25727   - "L2PATCH"
25728   - "L2XCBASE"
25729   - "BASE"
25730   - "FIB_10K"
25731   - "FIB_100K"
25732   - "FIB_1M"
25733   layout:
25734     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25735     layout: "plot-throughput-speedup-analysis"
25736
25737 # Speedup - VPP L2 3n-hsw-x520 features
25738 -
25739   type: "plot"
25740   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25741   algorithm: "plot_throughput_speedup_analysis"
25742   output-file-type: ".html"
25743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25744   data: "plot-throughput-speedup-analysis-3n-hsw"
25745   filter: "'NIC_Intel-X520-DA2' and
25746            '64B' and
25747            'NDRPDR' and
25748            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25749            not 'ACL' and
25750            not 'VHOST' and
25751            not 'MEMIF'"
25752   parameters:
25753   - "throughput"
25754   - "parent"
25755   - "tags"
25756   sort:
25757   - "L2XCBASE"    # l2xcbase
25758   - "L2BDBASE"    # l2bdbase
25759   - "L2XCFWD"     # dot1q-l2xcbase
25760   - "L2BDMACLRN"  # dot1q-l2bdbase
25761   layout:
25762     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25763     layout: "plot-throughput-speedup-analysis"
25764
25765 -
25766   type: "plot"
25767   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25768   algorithm: "plot_throughput_speedup_analysis"
25769   output-file-type: ".html"
25770   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25771   data: "plot-throughput-speedup-analysis-3n-hsw"
25772   filter: "'NIC_Intel-X520-DA2' and
25773            '64B' and
25774            'NDRPDR' and
25775            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25776            not 'ACL' and
25777            not 'VHOST' and
25778            not 'MEMIF'"
25779   parameters:
25780   - "throughput"
25781   - "parent"
25782   - "tags"
25783   sort:
25784   - "L2XCBASE"    # l2xcbase
25785   - "L2BDBASE"    # l2bdbase
25786   - "L2XCFWD"     # dot1q-l2xcbase
25787   - "L2BDMACLRN"  # dot1q-l2bdbase
25788   layout:
25789     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25790     layout: "plot-throughput-speedup-analysis"
25791
25792 # Speedup - VPP L2 3n-hsw-x710 base and scale
25793 -
25794   type: "plot"
25795   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25796   algorithm: "plot_throughput_speedup_analysis"
25797   output-file-type: ".html"
25798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25799   data: "plot-throughput-speedup-analysis-3n-hsw"
25800   filter: "'NIC_Intel-X710' and
25801            '64B' and
25802            ('BASE' or 'SCALE') and
25803            'NDRPDR' and
25804            'ETH' and
25805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25806            not 'VHOST' and
25807            not 'MEMIF'"
25808   parameters:
25809   - "throughput"
25810   - "parent"
25811   - "tags"
25812   sort:
25813   - "L2PATCH"
25814   - "L2XCBASE"
25815   - "BASE"
25816   - "FIB_10K"
25817   - "FIB_100K"
25818   - "FIB_1M"
25819   layout:
25820     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25821     layout: "plot-throughput-speedup-analysis"
25822
25823 -
25824   type: "plot"
25825   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25826   algorithm: "plot_throughput_speedup_analysis"
25827   output-file-type: ".html"
25828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25829   data: "plot-throughput-speedup-analysis-3n-hsw"
25830   filter: "'NIC_Intel-X710' and
25831            '64B' and
25832            ('BASE' or 'SCALE') and
25833            'NDRPDR' and
25834            'ETH' and
25835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25836            not 'VHOST' and
25837            not 'MEMIF'"
25838   parameters:
25839   - "throughput"
25840   - "parent"
25841   - "tags"
25842   sort:
25843   - "L2PATCH"
25844   - "L2XCBASE"
25845   - "BASE"
25846   - "FIB_10K"
25847   - "FIB_100K"
25848   - "FIB_1M"
25849   layout:
25850     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25851     layout: "plot-throughput-speedup-analysis"
25852
25853 # Speedup - VPP L2 3n-hsw-x710 features
25854 -
25855   type: "plot"
25856   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25857   algorithm: "plot_throughput_speedup_analysis"
25858   output-file-type: ".html"
25859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25860   data: "plot-throughput-speedup-analysis-3n-hsw"
25861   filter: "'NIC_Intel-X710' and
25862            '64B' and
25863            'NDRPDR' and
25864            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25865            not 'ACL' and
25866            not 'VHOST' and
25867            not 'MEMIF'"
25868   parameters:
25869   - "throughput"
25870   - "parent"
25871   - "tags"
25872   sort:
25873   - "L2XCBASE"    # l2xcbase
25874   - "L2BDBASE"    # l2bdbase
25875   - "L2XCFWD"     # dot1q-l2xcbase
25876   - "L2BDMACLRN"  # dot1q-l2bdbase
25877   layout:
25878     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25879     layout: "plot-throughput-speedup-analysis"
25880
25881 -
25882   type: "plot"
25883   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25884   algorithm: "plot_throughput_speedup_analysis"
25885   output-file-type: ".html"
25886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25887   data: "plot-throughput-speedup-analysis-3n-hsw"
25888   filter: "'NIC_Intel-X710' and
25889            '64B' and
25890            'NDRPDR' and
25891            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25892            not 'ACL' and
25893            not 'VHOST' and
25894            not 'MEMIF'"
25895   parameters:
25896   - "throughput"
25897   - "parent"
25898   - "tags"
25899   sort:
25900   - "L2XCBASE"    # l2xcbase
25901   - "L2BDBASE"    # l2bdbase
25902   - "L2XCFWD"     # dot1q-l2xcbase
25903   - "L2BDMACLRN"  # dot1q-l2bdbase
25904   layout:
25905     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25906     layout: "plot-throughput-speedup-analysis"
25907
25908 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25909 -
25910   type: "plot"
25911   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25912   algorithm: "plot_throughput_speedup_analysis"
25913   output-file-type: ".html"
25914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25915   data: "plot-throughput-speedup-analysis-3n-hsw"
25916   filter: "'NIC_Intel-XL710' and
25917            '64B' and
25918            ('BASE' or 'SCALE') and
25919            'NDRPDR' and
25920            'ETH' and
25921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25922            not 'VHOST' and
25923            not 'MEMIF'"
25924   parameters:
25925   - "throughput"
25926   - "parent"
25927   - "tags"
25928   sort:
25929   - "L2PATCH"
25930   - "L2XCBASE"
25931   - "BASE"
25932   - "FIB_10K"
25933   - "FIB_100K"
25934   - "FIB_1M"
25935   layout:
25936     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25937     layout: "plot-throughput-speedup-analysis"
25938
25939 -
25940   type: "plot"
25941   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25942   algorithm: "plot_throughput_speedup_analysis"
25943   output-file-type: ".html"
25944   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25945   data: "plot-throughput-speedup-analysis-3n-hsw"
25946   filter: "'NIC_Intel-XL710' and
25947            '64B' and
25948            ('BASE' or 'SCALE') and
25949            'NDRPDR' and
25950            'ETH' and
25951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25952            not 'VHOST' and
25953            not 'MEMIF'"
25954   parameters:
25955   - "throughput"
25956   - "parent"
25957   - "tags"
25958   sort:
25959   - "L2PATCH"
25960   - "L2XCBASE"
25961   - "BASE"
25962   - "FIB_10K"
25963   - "FIB_100K"
25964   - "FIB_1M"
25965   layout:
25966     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25967     layout: "plot-throughput-speedup-analysis"
25968
25969 # Speedup - VPP L2 3n-skx-x710 base and scale
25970 -
25971   type: "plot"
25972   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25973   algorithm: "plot_throughput_speedup_analysis"
25974   output-file-type: ".html"
25975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25976   data: "plot-throughput-speedup-analysis-3n-skx"
25977   filter: "'NIC_Intel-X710' and
25978            '64B' and
25979            ('BASE' or 'SCALE') and
25980            'NDRPDR' and
25981            'ETH' and
25982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25983            not 'VHOST' and
25984            not 'MEMIF'"
25985   parameters:
25986   - "throughput"
25987   - "parent"
25988   - "tags"
25989   sort:
25990   - "L2PATCH"
25991   - "L2XCBASE"
25992   - "BASE"
25993   - "FIB_10K"
25994   - "FIB_100K"
25995   - "FIB_1M"
25996   layout:
25997     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25998     layout: "plot-throughput-speedup-analysis"
25999
26000 -
26001   type: "plot"
26002   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26003   algorithm: "plot_throughput_speedup_analysis"
26004   output-file-type: ".html"
26005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26006   data: "plot-throughput-speedup-analysis-3n-skx"
26007   filter: "'NIC_Intel-X710' and
26008            '64B' and
26009            ('BASE' or 'SCALE') and
26010            'NDRPDR' and
26011            'ETH' and
26012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26013            not 'VHOST' and
26014            not 'MEMIF'"
26015   parameters:
26016   - "throughput"
26017   - "parent"
26018   - "tags"
26019   sort:
26020   - "L2PATCH"
26021   - "L2XCBASE"
26022   - "BASE"
26023   - "FIB_10K"
26024   - "FIB_100K"
26025   - "FIB_1M"
26026   layout:
26027     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26028     layout: "plot-throughput-speedup-analysis"
26029
26030 # Speedup - VPP L2 3n-skx-x710 features
26031 -
26032   type: "plot"
26033   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26034   algorithm: "plot_throughput_speedup_analysis"
26035   output-file-type: ".html"
26036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26037   data: "plot-throughput-speedup-analysis-3n-skx"
26038   filter: "'NIC_Intel-X710' and
26039            '64B' and
26040            'NDRPDR' and
26041            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26042            not 'ACL' and
26043            not 'VHOST' and
26044            not 'MEMIF'"
26045   parameters:
26046   - "throughput"
26047   - "parent"
26048   - "tags"
26049   sort:
26050   - "L2XCBASE"    # l2xcbase
26051   - "L2BDBASE"    # l2bdbase
26052   - "L2XCFWD"     # dot1q-l2xcbase
26053   - "L2BDMACLRN"  # dot1q-l2bdbase
26054   layout:
26055     title: "l2sw-3n-skx-x710-64b-features-ndr"
26056     layout: "plot-throughput-speedup-analysis"
26057
26058 -
26059   type: "plot"
26060   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26061   algorithm: "plot_throughput_speedup_analysis"
26062   output-file-type: ".html"
26063   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26064   data: "plot-throughput-speedup-analysis-3n-skx"
26065   filter: "'NIC_Intel-X710' and
26066            '64B' and
26067            'NDRPDR' and
26068            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26069            not 'ACL' and
26070            not 'VHOST' and
26071            not 'MEMIF'"
26072   parameters:
26073   - "throughput"
26074   - "parent"
26075   - "tags"
26076   sort:
26077   - "L2XCBASE"    # l2xcbase
26078   - "L2BDBASE"    # l2bdbase
26079   - "L2XCFWD"     # dot1q-l2xcbase
26080   - "L2BDMACLRN"  # dot1q-l2bdbase
26081   layout:
26082     title: "l2sw-3n-skx-x710-64b-features-pdr"
26083     layout: "plot-throughput-speedup-analysis"
26084
26085 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26086 -
26087   type: "plot"
26088   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26089   algorithm: "plot_throughput_speedup_analysis"
26090   output-file-type: ".html"
26091   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26092   data: "plot-throughput-speedup-analysis-3n-skx"
26093   filter: "'NIC_Intel-XXV710' and
26094            '64B' and
26095            ('BASE' or 'SCALE') and
26096            'NDRPDR' and
26097            'ETH' and
26098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26099            not 'VHOST' and
26100            not 'MEMIF'"
26101   parameters:
26102   - "throughput"
26103   - "parent"
26104   - "tags"
26105   sort:
26106   - "L2PATCH"
26107   - "L2XCBASE"
26108   - "BASE"
26109   - "FIB_10K"
26110   - "FIB_100K"
26111   - "FIB_1M"
26112   layout:
26113     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26114     layout: "plot-throughput-speedup-analysis"
26115
26116 -
26117   type: "plot"
26118   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26119   algorithm: "plot_throughput_speedup_analysis"
26120   output-file-type: ".html"
26121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26122   data: "plot-throughput-speedup-analysis-3n-skx"
26123   filter: "'NIC_Intel-XXV710' and
26124            '64B' and
26125            ('BASE' or 'SCALE') and
26126            'NDRPDR' and
26127            'ETH' and
26128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26129            not 'VHOST' and
26130            not 'MEMIF'"
26131   parameters:
26132   - "throughput"
26133   - "parent"
26134   - "tags"
26135   sort:
26136   - "L2PATCH"
26137   - "L2XCBASE"
26138   - "BASE"
26139   - "FIB_10K"
26140   - "FIB_100K"
26141   - "FIB_1M"
26142   layout:
26143     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26144     layout: "plot-throughput-speedup-analysis"
26145
26146 # Speedup - VPP L2 2n-skx-x710 base and scale
26147 -
26148   type: "plot"
26149   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26150   algorithm: "plot_throughput_speedup_analysis"
26151   output-file-type: ".html"
26152   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26153   data: "plot-throughput-speedup-analysis-2n-skx"
26154   filter: "'NIC_Intel-X710' and
26155            '64B' and
26156            ('BASE' or 'SCALE') and
26157            'NDRPDR' and
26158            'ETH' and
26159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26160            not 'VHOST' and
26161            not 'MEMIF'"
26162   parameters:
26163   - "throughput"
26164   - "parent"
26165   - "tags"
26166   sort:
26167   - "L2PATCH"
26168   - "L2XCBASE"
26169   - "BASE"
26170   - "FIB_10K"
26171   - "FIB_100K"
26172   - "FIB_1M"
26173   layout:
26174     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26175     layout: "plot-throughput-speedup-analysis"
26176
26177 -
26178   type: "plot"
26179   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26180   algorithm: "plot_throughput_speedup_analysis"
26181   output-file-type: ".html"
26182   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26183   data: "plot-throughput-speedup-analysis-2n-skx"
26184   filter: "'NIC_Intel-X710' and
26185            '64B' and
26186            ('BASE' or 'SCALE') and
26187            'NDRPDR' and
26188            'ETH' and
26189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26190            not 'VHOST' and
26191            not 'MEMIF'"
26192   parameters:
26193   - "throughput"
26194   - "parent"
26195   - "tags"
26196   sort:
26197   - "L2PATCH"
26198   - "L2XCBASE"
26199   - "BASE"
26200   - "FIB_10K"
26201   - "FIB_100K"
26202   - "FIB_1M"
26203   layout:
26204     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26205     layout: "plot-throughput-speedup-analysis"
26206
26207 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26208 -
26209   type: "plot"
26210   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26211   algorithm: "plot_throughput_speedup_analysis"
26212   output-file-type: ".html"
26213   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26214   data: "plot-throughput-speedup-analysis-2n-skx"
26215   filter: "'NIC_Intel-XXV710' and
26216            '64B' and
26217            ('BASE' or 'SCALE') and
26218            'NDRPDR' and
26219            'ETH' and
26220            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26221            not 'VHOST' and
26222            not 'MEMIF'"
26223   parameters:
26224   - "throughput"
26225   - "parent"
26226   - "tags"
26227   sort:
26228   - "L2PATCH"
26229   - "L2XCBASE"
26230   - "BASE"
26231   - "FIB_10K"
26232   - "FIB_100K"
26233   - "FIB_1M"
26234   layout:
26235     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26236     layout: "plot-throughput-speedup-analysis"
26237
26238 -
26239   type: "plot"
26240   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26241   algorithm: "plot_throughput_speedup_analysis"
26242   output-file-type: ".html"
26243   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26244   data: "plot-throughput-speedup-analysis-2n-skx"
26245   filter: "'NIC_Intel-XXV710' and
26246            '64B' and
26247            ('BASE' or 'SCALE') and
26248            'NDRPDR' and
26249            'ETH' and
26250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26251            not 'VHOST' and
26252            not 'MEMIF'"
26253   parameters:
26254   - "throughput"
26255   - "parent"
26256   - "tags"
26257   sort:
26258   - "L2PATCH"
26259   - "L2XCBASE"
26260   - "BASE"
26261   - "FIB_10K"
26262   - "FIB_100K"
26263   - "FIB_1M"
26264   layout:
26265     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26266     layout: "plot-throughput-speedup-analysis"
26267
26268 # Speedup - VPP L2 2n-dnv-x553 base
26269 -
26270   type: "plot"
26271   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26272   algorithm: "plot_throughput_speedup_analysis"
26273   output-file-type: ".html"
26274   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26275   data: "intel-dnv-vpp"
26276   filter: "'NIC_Intel-X553' and
26277            '64B' and
26278            ('BASE' or 'SCALE') and
26279            'NDRPDR' and
26280            'ETH' and
26281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26282            not 'VHOST' and
26283            not 'MEMIF'"
26284   parameters:
26285   - "throughput"
26286   - "parent"
26287   - "tags"
26288   sort:
26289   - "L2XCBASE"
26290   - "L2BDMACLRN"
26291   - "L2PATCH"
26292   layout:
26293     title: "l2sw-2n-dnv-x553-64b-base-ndr"
26294     layout: "plot-throughput-speedup-analysis"
26295
26296 -
26297   type: "plot"
26298   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26299   algorithm: "plot_throughput_speedup_analysis"
26300   output-file-type: ".html"
26301   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26302   data: "intel-dnv-vpp"
26303   filter: "'NIC_Intel-X553' and
26304            '64B' and
26305            ('BASE' or 'SCALE') and
26306            'NDRPDR' and
26307            'ETH' and
26308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26309            not 'VHOST' and
26310            not 'MEMIF'"
26311   parameters:
26312   - "throughput"
26313   - "parent"
26314   - "tags"
26315   sort:
26316   - "L2XCBASE"
26317   - "L2BDMACLRN"
26318   - "L2PATCH"
26319   layout:
26320     title: "l2sw-2n-dnv-x553-64b-base-pdr"
26321     layout: "plot-throughput-speedup-analysis"
26322
26323 ################################################################################
26324
26325 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26326 -
26327   type: "plot"
26328   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26329   algorithm: "plot_throughput_speedup_analysis"
26330   output-file-type: ".html"
26331   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26332   data: "plot-throughput-speedup-analysis-3n-hsw"
26333   filter: "'NIC_Intel-X520-DA2' and
26334            '64B' and
26335            'NDRPDR' and
26336            'ETH' and
26337            'IP4FWD' and
26338            'VHOST_1024' and
26339            not 'VXLAN' and
26340            not 'DOT1Q'"
26341   parameters:
26342   - "throughput"
26343   - "parent"
26344   - "tags"
26345   sort:
26346   - "not CFS_OPT"
26347   - "1VM"
26348   - "2VM"
26349   layout:
26350     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26351     layout: "plot-throughput-speedup-analysis"
26352
26353 -
26354   type: "plot"
26355   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26356   algorithm: "plot_throughput_speedup_analysis"
26357   output-file-type: ".html"
26358   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26359   data: "plot-throughput-speedup-analysis-3n-hsw"
26360   filter: "'NIC_Intel-X520-DA2' and
26361            '64B' and
26362            'NDRPDR' and
26363            'ETH' and
26364            'IP4FWD' and
26365            'VHOST_1024' and
26366            not 'VXLAN' and
26367            not 'DOT1Q'"
26368   parameters:
26369   - "throughput"
26370   - "parent"
26371   - "tags"
26372   sort:
26373   - "not CFS_OPT"
26374   - "1VM"
26375   - "2VM"
26376   layout:
26377     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26378     layout: "plot-throughput-speedup-analysis"
26379
26380 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
26381 -
26382   type: "plot"
26383   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26384   algorithm: "plot_throughput_speedup_analysis"
26385   output-file-type: ".html"
26386   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26387   data: "plot-throughput-speedup-analysis-3n-hsw"
26388   filter: "'NIC_Intel-X520-DA2' and
26389            '64B' and
26390            'NDRPDR' and
26391            ('ETH' or 'DOT1Q') and
26392            'VHOST_1024' and
26393            not 'VXLAN' and
26394            not 'IP4FWD' and
26395            not '2VM'"
26396   parameters:
26397   - "throughput"
26398   - "parent"
26399   - "tags"
26400 #  sort:
26401 #  - "VM"  # "not CFS_OPT"
26402 #  - "CFS_OPT"
26403 #  - "FIB_10K"
26404 #  - "FIB_100K"
26405 #  - "FIB_1M"
26406   layout:
26407     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26408     layout: "plot-throughput-speedup-analysis"
26409
26410 -
26411   type: "plot"
26412   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26413   algorithm: "plot_throughput_speedup_analysis"
26414   output-file-type: ".html"
26415   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26416   data: "plot-throughput-speedup-analysis-3n-hsw"
26417   filter: "'NIC_Intel-X520-DA2' and
26418            '64B' and
26419            'NDRPDR' and
26420            ('ETH' or 'DOT1Q') and
26421            'L2BDMACLRN' and
26422            'VHOST_1024' and
26423            not 'VXLAN' and
26424            not 'IP4FWD' and
26425            not '2VM'"
26426   parameters:
26427   - "throughput"
26428   - "parent"
26429   - "tags"
26430 #  sort:
26431 #  - "VM"  # "not CFS_OPT"
26432 #  - "CFS_OPT"
26433 #  - "FIB_10K"
26434 #  - "FIB_100K"
26435 #  - "FIB_1M"
26436   layout:
26437     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26438     layout: "plot-throughput-speedup-analysis"
26439
26440 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26441 -
26442   type: "plot"
26443   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26444   algorithm: "plot_throughput_speedup_analysis"
26445   output-file-type: ".html"
26446   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26447   data: "plot-throughput-speedup-analysis-3n-hsw"
26448   filter: "'NIC_Intel-X520-DA2' and
26449            '64B' and
26450            'NDRPDR' and
26451            ('ETH' or 'DOT1Q') and
26452            'BASE' and
26453            ('L2BDMACLRN' or 'L2XCFWD') and
26454            'VHOST_1024' and
26455            not 'VXLAN' and
26456            not 'IP4FWD' and
26457            not '2VM'"
26458   parameters:
26459   - "throughput"
26460   - "parent"
26461   - "tags"
26462 #  sort:
26463 #  - "not CFS_OPT"
26464 #  - "L2XCFWD"
26465 #  - "not CFS_OPT"
26466 #  - "CFS_OPT"
26467   layout:
26468     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
26469     layout: "plot-throughput-speedup-analysis"
26470
26471 -
26472   type: "plot"
26473   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26474   algorithm: "plot_throughput_speedup_analysis"
26475   output-file-type: ".html"
26476   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26477   data: "plot-throughput-speedup-analysis-3n-hsw"
26478   filter: "'NIC_Intel-X520-DA2' and
26479            '64B' and
26480            'NDRPDR' and
26481            ('ETH' or 'DOT1Q') and
26482            'BASE' and
26483            ('L2BDMACLRN' or 'L2XCFWD') and
26484            'VHOST_1024' and
26485            not 'VXLAN' and
26486            not 'IP4FWD' and
26487            not '2VM'"
26488   parameters:
26489   - "throughput"
26490   - "parent"
26491   - "tags"
26492 #  sort:
26493 #  - "not CFS_OPT"
26494 #  - "L2XCFWD"
26495 #  - "not CFS_OPT"
26496 #  - "CFS_OPT"
26497   layout:
26498     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
26499     layout: "plot-throughput-speedup-analysis"
26500
26501 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26502 -
26503   type: "plot"
26504   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26505   algorithm: "plot_throughput_speedup_analysis"
26506   output-file-type: ".html"
26507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26508   data: "plot-throughput-speedup-analysis-3n-hsw"
26509   filter: "'NIC_Intel-X520-DA2' and
26510            '64B' and
26511            'NDRPDR' and
26512            ('ETH' or 'DOT1Q') and
26513            ('L2BDMACLRN' or 'L2XCFWD') and
26514            'VHOST_1024' and
26515            not 'CFS_OPT' and
26516            not 'VXLAN' and
26517            not 'IP4FWD' and
26518            not 'LBOND'"
26519   parameters:
26520   - "throughput"
26521   - "parent"
26522   - "tags"
26523 #  sort:
26524 #  - "1VM"
26525 #  - "L2XCFWD"
26526 #  - "1VM"
26527 #  - "L2BDMACLRN"
26528   layout:
26529     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26530     layout: "plot-throughput-speedup-analysis"
26531
26532 -
26533   type: "plot"
26534   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26535   algorithm: "plot_throughput_speedup_analysis"
26536   output-file-type: ".html"
26537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26538   data: "plot-throughput-speedup-analysis-3n-hsw"
26539   filter: "'NIC_Intel-X520-DA2' and
26540            '64B' and
26541            'NDRPDR' and
26542            ('ETH' or 'DOT1Q') and
26543            ('L2BDMACLRN' or 'L2XCFWD') and
26544            'VHOST_1024' and
26545            not 'CFS_OPT' and
26546            not 'VXLAN' and
26547            not 'IP4FWD' and
26548            not 'LBOND'"
26549   parameters:
26550   - "throughput"
26551   - "parent"
26552   - "tags"
26553 #  sort:
26554 #  - "1VM"
26555 #  - "L2XCFWD"
26556 #  - "1VM"
26557 #  - "L2BDMACLRN"
26558   layout:
26559     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26560     layout: "plot-throughput-speedup-analysis"
26561
26562 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26563 -
26564   type: "plot"
26565   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26566   algorithm: "plot_throughput_speedup_analysis"
26567   output-file-type: ".html"
26568   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26569   data: "plot-throughput-speedup-analysis-3n-hsw"
26570   filter: "'NIC_Intel-X710' and
26571            '64B' and
26572            'NDRPDR' and
26573            'ETH' and
26574            'IP4FWD' and
26575            'VHOST_1024' and
26576            not 'VXLAN' and
26577            not 'DOT1Q'"
26578   parameters:
26579   - "throughput"
26580   - "parent"
26581   - "tags"
26582   sort:
26583   - "not CFS_OPT"
26584   - "1VM"
26585   - "2VM"
26586   layout:
26587     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26588     layout: "plot-throughput-speedup-analysis"
26589
26590 -
26591   type: "plot"
26592   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26593   algorithm: "plot_throughput_speedup_analysis"
26594   output-file-type: ".html"
26595   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26596   data: "plot-throughput-speedup-analysis-3n-hsw"
26597   filter: "'NIC_Intel-X710' and
26598            '64B' and
26599            'NDRPDR' and
26600            'ETH' and
26601            'IP4FWD' and
26602            'VHOST_1024' and
26603            not 'VXLAN' and
26604            not 'DOT1Q'"
26605   parameters:
26606   - "throughput"
26607   - "parent"
26608   - "tags"
26609   sort:
26610   - "not CFS_OPT"
26611   - "1VM"
26612   - "2VM"
26613   layout:
26614     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26615     layout: "plot-throughput-speedup-analysis"
26616
26617 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
26618 -
26619   type: "plot"
26620   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26621   algorithm: "plot_throughput_speedup_analysis"
26622   output-file-type: ".html"
26623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26624   data: "plot-throughput-speedup-analysis-3n-hsw"
26625   filter: "'NIC_Intel-X710' and
26626            '64B' and
26627            'NDRPDR' and
26628            ('ETH' or 'DOT1Q') and
26629            'L2BDMACLRN' and
26630            'VHOST_1024' and
26631            not 'VXLAN' and
26632            not 'IP4FWD' and
26633            not '2VM'"
26634   parameters:
26635   - "throughput"
26636   - "parent"
26637   - "tags"
26638 #  sort:
26639 #  - "VM"  # "not CFS_OPT"
26640 #  - "CFS_OPT"
26641 #  - "FIB_10K"
26642 #  - "FIB_100K"
26643 #  - "FIB_1M"
26644   layout:
26645     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26646     layout: "plot-throughput-speedup-analysis"
26647
26648 -
26649   type: "plot"
26650   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26651   algorithm: "plot_throughput_speedup_analysis"
26652   output-file-type: ".html"
26653   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26654   data: "plot-throughput-speedup-analysis-3n-hsw"
26655   filter: "'NIC_Intel-X710' and
26656            '64B' and
26657            'NDRPDR' and
26658            ('ETH' or 'DOT1Q') and
26659            'L2BDMACLRN' and
26660            'VHOST_1024' and
26661            not 'VXLAN' and
26662            not 'IP4FWD' and
26663            not '2VM'"
26664   parameters:
26665   - "throughput"
26666   - "parent"
26667   - "tags"
26668 #  sort:
26669 #  - "VM"  # "not CFS_OPT"
26670 #  - "CFS_OPT"
26671 #  - "FIB_10K"
26672 #  - "FIB_100K"
26673 #  - "FIB_1M"
26674   layout:
26675     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26676     layout: "plot-throughput-speedup-analysis"
26677
26678 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26679 -
26680   type: "plot"
26681   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26682   algorithm: "plot_throughput_speedup_analysis"
26683   output-file-type: ".html"
26684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26685   data: "plot-throughput-speedup-analysis-3n-hsw"
26686   filter: "'NIC_Intel-X710' and
26687            '64B' and
26688            'NDRPDR' and
26689            ('ETH' or 'DOT1Q') and
26690            'BASE' and
26691            ('L2BDMACLRN' or 'L2XCFWD') and
26692            'VHOST_1024' and
26693            not 'VXLAN' and
26694            not 'IP4FWD' and
26695            not '2VM'"
26696   parameters:
26697   - "throughput"
26698   - "parent"
26699   - "tags"
26700 #  sort:
26701 #  - "not CFS_OPT"
26702 #  - "L2XCFWD"
26703 #  - "not CFS_OPT"
26704 #  - "CFS_OPT"
26705   layout:
26706     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
26707     layout: "plot-throughput-speedup-analysis"
26708
26709 -
26710   type: "plot"
26711   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26712   algorithm: "plot_throughput_speedup_analysis"
26713   output-file-type: ".html"
26714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26715   data: "plot-throughput-speedup-analysis-3n-hsw"
26716   filter: "'NIC_Intel-X710' and
26717            '64B' and
26718            'NDRPDR' and
26719            ('ETH' or 'DOT1Q') and
26720            'BASE' and
26721            ('L2BDMACLRN' or 'L2XCFWD') and
26722            'VHOST_1024' and
26723            not 'VXLAN' and
26724            not 'IP4FWD' and
26725            not '2VM'"
26726   parameters:
26727   - "throughput"
26728   - "parent"
26729   - "tags"
26730 #  sort:
26731 #  - "not CFS_OPT"
26732 #  - "L2XCFWD"
26733 #  - "not CFS_OPT"
26734 #  - "CFS_OPT"
26735   layout:
26736     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
26737     layout: "plot-throughput-speedup-analysis"
26738
26739 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26740 -
26741   type: "plot"
26742   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26743   algorithm: "plot_throughput_speedup_analysis"
26744   output-file-type: ".html"
26745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26746   data: "plot-throughput-speedup-analysis-3n-hsw"
26747   filter: "'NIC_Intel-X710' and
26748            '64B' and
26749            'NDRPDR' and
26750            ('ETH' or 'DOT1Q') and
26751            ('L2BDMACLRN' or 'L2XCFWD') and
26752            'VHOST_1024' and
26753            not 'CFS_OPT' and
26754            not 'VXLAN' and
26755            not 'IP4FWD' and
26756            not 'LBOND'"
26757   parameters:
26758   - "throughput"
26759   - "parent"
26760   - "tags"
26761 #  sort:
26762 #  - "1VM"
26763 #  - "L2XCFWD"
26764 #  - "1VM"
26765 #  - "L2BDMACLRN"
26766   layout:
26767     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
26768     layout: "plot-throughput-speedup-analysis"
26769
26770 -
26771   type: "plot"
26772   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26773   algorithm: "plot_throughput_speedup_analysis"
26774   output-file-type: ".html"
26775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26776   data: "plot-throughput-speedup-analysis-3n-hsw"
26777   filter: "'NIC_Intel-X710' and
26778            '64B' and
26779            'NDRPDR' and
26780            ('ETH' or 'DOT1Q') and
26781            ('L2BDMACLRN' or 'L2XCFWD') and
26782            'VHOST_1024' and
26783            not 'CFS_OPT' and
26784            not 'VXLAN' and
26785            not 'IP4FWD' and
26786            not 'LBOND'"
26787   parameters:
26788   - "throughput"
26789   - "parent"
26790   - "tags"
26791 #  sort:
26792 #  - "1VM"
26793 #  - "L2XCFWD"
26794 #  - "1VM"
26795 #  - "L2BDMACLRN"
26796   layout:
26797     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
26798     layout: "plot-throughput-speedup-analysis"
26799
26800 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
26801 -
26802   type: "plot"
26803   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26804   algorithm: "plot_throughput_speedup_analysis"
26805   output-file-type: ".html"
26806   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26807   data: "plot-throughput-speedup-analysis-3n-hsw"
26808   filter: "'NIC_Intel-XL710' and
26809            '64B' and
26810            'NDRPDR' and
26811            'ETH' and
26812            'IP4FWD' and
26813            'VHOST_1024' and
26814            not 'VXLAN' and
26815            not 'DOT1Q'"
26816   parameters:
26817   - "throughput"
26818   - "parent"
26819   - "tags"
26820   sort:
26821   - "not CFS_OPT"
26822   - "1VM"
26823   - "2VM"
26824   layout:
26825     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26826     layout: "plot-throughput-speedup-analysis"
26827
26828 -
26829   type: "plot"
26830   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26831   algorithm: "plot_throughput_speedup_analysis"
26832   output-file-type: ".html"
26833   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26834   data: "plot-throughput-speedup-analysis-3n-hsw"
26835   filter: "'NIC_Intel-XL710' and
26836            '64B' and
26837            'NDRPDR' and
26838            'ETH' and
26839            'IP4FWD' and
26840            'VHOST_1024' and
26841            not 'VXLAN' and
26842            not 'DOT1Q'"
26843   parameters:
26844   - "throughput"
26845   - "parent"
26846   - "tags"
26847   sort:
26848   - "not CFS_OPT"
26849   - "1VM"
26850   - "2VM"
26851   layout:
26852     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26853     layout: "plot-throughput-speedup-analysis"
26854
26855 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
26856 -
26857   type: "plot"
26858   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26859   algorithm: "plot_throughput_speedup_analysis"
26860   output-file-type: ".html"
26861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26862   data: "plot-throughput-speedup-analysis-3n-hsw"
26863   filter: "'NIC_Intel-XL710' and
26864            '64B' and
26865            'NDRPDR' and
26866            ('ETH' or 'DOT1Q') and
26867            'L2BDMACLRN' and
26868            'VHOST_1024' and
26869            not 'VXLAN' and
26870            not 'IP4FWD' and
26871            not '2VM'"
26872   parameters:
26873   - "throughput"
26874   - "parent"
26875   - "tags"
26876 #  sort:
26877 #  - "VM"  # "not CFS_OPT"
26878 #  - "CFS_OPT"
26879 #  - "FIB_10K"
26880 #  - "FIB_100K"
26881 #  - "FIB_1M"
26882   layout:
26883     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26884     layout: "plot-throughput-speedup-analysis"
26885
26886 -
26887   type: "plot"
26888   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26889   algorithm: "plot_throughput_speedup_analysis"
26890   output-file-type: ".html"
26891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26892   data: "plot-throughput-speedup-analysis-3n-hsw"
26893   filter: "'NIC_Intel-XL710' and
26894            '64B' and
26895            'NDRPDR' and
26896            ('ETH' or 'DOT1Q') and
26897            'L2BDMACLRN' and
26898            'VHOST_1024' and
26899            not 'VXLAN' and
26900            not 'IP4FWD' and
26901            not '2VM'"
26902   parameters:
26903   - "throughput"
26904   - "parent"
26905   - "tags"
26906 #  sort:
26907 #  - "VM"  # "not CFS_OPT"
26908 #  - "CFS_OPT"
26909 #  - "FIB_10K"
26910 #  - "FIB_100K"
26911 #  - "FIB_1M"
26912   layout:
26913     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26914     layout: "plot-throughput-speedup-analysis"
26915
26916 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
26917 -
26918   type: "plot"
26919   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26920   algorithm: "plot_throughput_speedup_analysis"
26921   output-file-type: ".html"
26922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26923   data: "plot-throughput-speedup-analysis-3n-hsw"
26924   filter: "'NIC_Intel-XL710' and
26925            '64B' and
26926            'NDRPDR' and
26927            ('ETH' or 'DOT1Q') and
26928            'BASE' and
26929            ('L2BDMACLRN' or 'L2XCFWD') and
26930            'VHOST_1024' and
26931            not 'VXLAN' and
26932            not 'IP4FWD' and
26933            not '2VM'"
26934   parameters:
26935   - "throughput"
26936   - "parent"
26937   - "tags"
26938 #  sort:
26939 #  - "not CFS_OPT"
26940 #  - "L2XCFWD"
26941 #  - "not CFS_OPT"
26942 #  - "CFS_OPT"
26943   layout:
26944     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
26945     layout: "plot-throughput-speedup-analysis"
26946
26947 -
26948   type: "plot"
26949   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26950   algorithm: "plot_throughput_speedup_analysis"
26951   output-file-type: ".html"
26952   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26953   data: "plot-throughput-speedup-analysis-3n-hsw"
26954   filter: "'NIC_Intel-XL710' and
26955            '64B' and
26956            'NDRPDR' and
26957            ('ETH' or 'DOT1Q') and
26958            'BASE' and
26959            ('L2BDMACLRN' or 'L2XCFWD') and
26960            'VHOST_1024' and
26961            not 'VXLAN' and
26962            not 'IP4FWD' and
26963            not '2VM'"
26964   parameters:
26965   - "throughput"
26966   - "parent"
26967   - "tags"
26968 #  sort:
26969 #  - "not CFS_OPT"
26970 #  - "L2XCFWD"
26971 #  - "not CFS_OPT"
26972 #  - "CFS_OPT"
26973   layout:
26974     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
26975     layout: "plot-throughput-speedup-analysis"
26976
26977 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
26978 -
26979   type: "plot"
26980   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26981   algorithm: "plot_throughput_speedup_analysis"
26982   output-file-type: ".html"
26983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26984   data: "plot-throughput-speedup-analysis-3n-hsw"
26985   filter: "'NIC_Intel-XL710' and
26986            '64B' and
26987            'NDRPDR' and
26988            ('ETH' or 'DOT1Q') and
26989            ('L2BDMACLRN' or 'L2XCFWD') and
26990            'VHOST_1024' and
26991            not 'CFS_OPT' and
26992            not 'VXLAN' and
26993            not 'IP4FWD'"
26994   parameters:
26995   - "throughput"
26996   - "parent"
26997   - "tags"
26998 #  sort:
26999 #  - "1VM"
27000 #  - "L2XCFWD"
27001 #  - "1VM"
27002 #  - "L2BDMACLRN"
27003   layout:
27004     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
27005     layout: "plot-throughput-speedup-analysis"
27006
27007 -
27008   type: "plot"
27009   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27010   algorithm: "plot_throughput_speedup_analysis"
27011   output-file-type: ".html"
27012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27013   data: "plot-throughput-speedup-analysis-3n-hsw"
27014   filter: "'NIC_Intel-XL710' and
27015            '64B' and
27016            'NDRPDR' and
27017            ('ETH' or 'DOT1Q') and
27018            ('L2BDMACLRN' or 'L2XCFWD') and
27019            'VHOST_1024' and
27020            not 'CFS_OPT' and
27021            not 'VXLAN' and
27022            not 'IP4FWD'"
27023   parameters:
27024   - "throughput"
27025   - "parent"
27026   - "tags"
27027 #  sort:
27028 #  - "1VM"
27029 #  - "L2XCFWD"
27030 #  - "1VM"
27031 #  - "L2BDMACLRN"
27032   layout:
27033     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
27034     layout: "plot-throughput-speedup-analysis"
27035
27036 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27037 -
27038   type: "plot"
27039   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27040   algorithm: "plot_throughput_speedup_analysis"
27041   output-file-type: ".html"
27042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27043   data: "plot-throughput-speedup-analysis-3n-skx"
27044   filter: "'NIC_Intel-X710' and
27045            '64B' and
27046            'NDRPDR' and
27047            'ETH' and
27048            'IP4FWD' and
27049            'VHOST_1024' and
27050            not 'VXLAN' and
27051            not 'DOT1Q'"
27052   parameters:
27053   - "throughput"
27054   - "parent"
27055   - "tags"
27056   sort:
27057   - "not CFS_OPT"
27058   - "1VM"
27059   - "2VM"
27060   layout:
27061     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27062     layout: "plot-throughput-speedup-analysis"
27063
27064 -
27065   type: "plot"
27066   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27067   algorithm: "plot_throughput_speedup_analysis"
27068   output-file-type: ".html"
27069   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27070   data: "plot-throughput-speedup-analysis-3n-skx"
27071   filter: "'NIC_Intel-X710' and
27072            '64B' and
27073            'NDRPDR' and
27074            'ETH' and
27075            'IP4FWD' and
27076            'VHOST_1024' and
27077            not 'VXLAN' and
27078            not 'DOT1Q'"
27079   parameters:
27080   - "throughput"
27081   - "parent"
27082   - "tags"
27083   sort:
27084   - "not CFS_OPT"
27085   - "1VM"
27086   - "2VM"
27087   layout:
27088     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27089     layout: "plot-throughput-speedup-analysis"
27090
27091 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
27092 -
27093   type: "plot"
27094   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27095   algorithm: "plot_throughput_speedup_analysis"
27096   output-file-type: ".html"
27097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27098   data: "plot-throughput-speedup-analysis-3n-skx"
27099   filter: "'NIC_Intel-X710' and
27100            '64B' and
27101            'NDRPDR' and
27102            ('ETH' or 'DOT1Q') and
27103            'L2BDMACLRN' and
27104            'VHOST_1024' and
27105            not 'VXLAN' and
27106            not 'IP4FWD' and
27107            not '2VM'"
27108   parameters:
27109   - "throughput"
27110   - "parent"
27111   - "tags"
27112 #  sort:
27113 #  - "VM"  # "not CFS_OPT"
27114 #  - "CFS_OPT"
27115 #  - "FIB_10K"
27116 #  - "FIB_100K"
27117 #  - "FIB_1M"
27118   layout:
27119     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27120     layout: "plot-throughput-speedup-analysis"
27121
27122 -
27123   type: "plot"
27124   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27125   algorithm: "plot_throughput_speedup_analysis"
27126   output-file-type: ".html"
27127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27128   data: "plot-throughput-speedup-analysis-3n-skx"
27129   filter: "'NIC_Intel-X710' and
27130            '64B' and
27131            'NDRPDR' and
27132            ('ETH' or 'DOT1Q') and
27133            'L2BDMACLRN' and
27134            'VHOST_1024' and
27135            not 'VXLAN' and
27136            not 'IP4FWD' and
27137            not '2VM'"
27138   parameters:
27139   - "throughput"
27140   - "parent"
27141   - "tags"
27142 #  sort:
27143 #  - "VM"  # "not CFS_OPT"
27144 #  - "CFS_OPT"
27145 #  - "FIB_10K"
27146 #  - "FIB_100K"
27147 #  - "FIB_1M"
27148   layout:
27149     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27150     layout: "plot-throughput-speedup-analysis"
27151
27152 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
27153 -
27154   type: "plot"
27155   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27156   algorithm: "plot_throughput_speedup_analysis"
27157   output-file-type: ".html"
27158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27159   data: "plot-throughput-speedup-analysis-3n-skx"
27160   filter: "'NIC_Intel-X710' and
27161            '64B' and
27162            'NDRPDR' and
27163            ('ETH' or 'DOT1Q') and
27164            'BASE' and
27165            ('L2BDMACLRN' or 'L2XCFWD') and
27166            'VHOST_1024' and
27167            not 'VXLAN' and
27168            not 'IP4FWD' and
27169            not '2VM' and
27170            not 'LBOND'"
27171   parameters:
27172   - "throughput"
27173   - "parent"
27174   - "tags"
27175 #  sort:
27176 #  - "not CFS_OPT"
27177 #  - "L2XCFWD"
27178 #  - "not CFS_OPT"
27179 #  - "CFS_OPT"
27180   layout:
27181     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
27182     layout: "plot-throughput-speedup-analysis"
27183
27184 -
27185   type: "plot"
27186   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27187   algorithm: "plot_throughput_speedup_analysis"
27188   output-file-type: ".html"
27189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27190   data: "plot-throughput-speedup-analysis-3n-skx"
27191   filter: "'NIC_Intel-X710' and
27192            '64B' and
27193            'NDRPDR' and
27194            ('ETH' or 'DOT1Q') and
27195            'BASE' and
27196            ('L2BDMACLRN' or 'L2XCFWD') and
27197            'VHOST_1024' and
27198            not 'VXLAN' and
27199            not 'IP4FWD' and
27200            not '2VM' and
27201            not 'LBOND'"
27202   parameters:
27203   - "throughput"
27204   - "parent"
27205   - "tags"
27206 #  sort:
27207 #  - "not CFS_OPT"
27208 #  - "L2XCFWD"
27209 #  - "not CFS_OPT"
27210 #  - "CFS_OPT"
27211   layout:
27212     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
27213     layout: "plot-throughput-speedup-analysis"
27214
27215 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
27216 -
27217   type: "plot"
27218   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27219   algorithm: "plot_throughput_speedup_analysis"
27220   output-file-type: ".html"
27221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27222   data: "plot-throughput-speedup-analysis-3n-skx"
27223   filter: "'NIC_Intel-X710' and
27224            '64B' and
27225            'NDRPDR' and
27226            ('ETH' or 'DOT1Q') and
27227            ('L2BDMACLRN' or 'L2XCFWD') and
27228            'VHOST_1024' and
27229            not 'CFS_OPT' and
27230            not 'VXLAN' and
27231            not 'IP4FWD' and
27232            not 'LBOND'"
27233   parameters:
27234   - "throughput"
27235   - "parent"
27236   - "tags"
27237 #  sort:
27238 #  - "1VM"
27239 #  - "L2XCFWD"
27240 #  - "1VM"
27241 #  - "L2BDMACLRN"
27242   layout:
27243     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
27244     layout: "plot-throughput-speedup-analysis"
27245
27246 -
27247   type: "plot"
27248   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27249   algorithm: "plot_throughput_speedup_analysis"
27250   output-file-type: ".html"
27251   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27252   data: "plot-throughput-speedup-analysis-3n-skx"
27253   filter: "'NIC_Intel-X710' and
27254            '64B' and
27255            'NDRPDR' and
27256            ('ETH' or 'DOT1Q') and
27257            ('L2BDMACLRN' or 'L2XCFWD') and
27258            'VHOST_1024' and
27259            not 'CFS_OPT' and
27260            not 'VXLAN' and
27261            not 'IP4FWD' and
27262            not 'LBOND'"
27263   parameters:
27264   - "throughput"
27265   - "parent"
27266   - "tags"
27267 #  sort:
27268 #  - "1VM"
27269 #  - "L2XCFWD"
27270 #  - "1VM"
27271 #  - "L2BDMACLRN"
27272   layout:
27273     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
27274     layout: "plot-throughput-speedup-analysis"
27275
27276 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27277 -
27278   type: "plot"
27279   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27280   algorithm: "plot_throughput_speedup_analysis"
27281   output-file-type: ".html"
27282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27283   data: "plot-throughput-speedup-analysis-2n-skx"
27284   filter: "'NIC_Intel-X710' and
27285            '64B' and
27286            'NDRPDR' and
27287            'ETH' and
27288            'IP4FWD' and
27289            'VHOST_1024' and
27290            not 'VXLAN' and
27291            not 'DOT1Q'"
27292   parameters:
27293   - "throughput"
27294   - "parent"
27295   - "tags"
27296   sort:
27297   - "not CFS_OPT"
27298   - "1VM"
27299   - "2VM"
27300   layout:
27301     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27302     layout: "plot-throughput-speedup-analysis"
27303
27304 -
27305   type: "plot"
27306   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27307   algorithm: "plot_throughput_speedup_analysis"
27308   output-file-type: ".html"
27309   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27310   data: "plot-throughput-speedup-analysis-2n-skx"
27311   filter: "'NIC_Intel-X710' and
27312            '64B' and
27313            'NDRPDR' and
27314            'ETH' and
27315            'IP4FWD' and
27316            'VHOST_1024' and
27317            not 'VXLAN' and
27318            not 'DOT1Q'"
27319   parameters:
27320   - "throughput"
27321   - "parent"
27322   - "tags"
27323   sort:
27324   - "not CFS_OPT"
27325   - "1VM"
27326   - "2VM"
27327   layout:
27328     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27329     layout: "plot-throughput-speedup-analysis"
27330
27331 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
27332 -
27333   type: "plot"
27334   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27335   algorithm: "plot_throughput_speedup_analysis"
27336   output-file-type: ".html"
27337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27338   data: "plot-throughput-speedup-analysis-2n-skx"
27339   filter: "'NIC_Intel-X710' and
27340            '64B' and
27341            'NDRPDR' and
27342            ('ETH' or 'DOT1Q') and
27343            'L2BDMACLRN' and
27344            'VHOST_1024' and
27345            not 'VXLAN' and
27346            not 'IP4FWD' and
27347            not '2VM'"
27348   parameters:
27349   - "throughput"
27350   - "parent"
27351   - "tags"
27352 #  sort:
27353 #  - "VM"  # "not CFS_OPT"
27354 #  - "CFS_OPT"
27355 #  - "FIB_10K"
27356 #  - "FIB_100K"
27357 #  - "FIB_1M"
27358   layout:
27359     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27360     layout: "plot-throughput-speedup-analysis"
27361
27362 -
27363   type: "plot"
27364   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27365   algorithm: "plot_throughput_speedup_analysis"
27366   output-file-type: ".html"
27367   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27368   data: "plot-throughput-speedup-analysis-2n-skx"
27369   filter: "'NIC_Intel-X710' and
27370            '64B' and
27371            'NDRPDR' and
27372            ('ETH' or 'DOT1Q') and
27373            'L2BDMACLRN' and
27374            'VHOST_1024' and
27375            not 'VXLAN' and
27376            not 'IP4FWD' and
27377            not '2VM'"
27378   parameters:
27379   - "throughput"
27380   - "parent"
27381   - "tags"
27382 #  sort:
27383 #  - "VM"  # "not CFS_OPT"
27384 #  - "CFS_OPT"
27385 #  - "FIB_10K"
27386 #  - "FIB_100K"
27387 #  - "FIB_1M"
27388   layout:
27389     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27390     layout: "plot-throughput-speedup-analysis"
27391
27392 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27393 -
27394   type: "plot"
27395   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27396   algorithm: "plot_throughput_speedup_analysis"
27397   output-file-type: ".html"
27398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27399   data: "plot-throughput-speedup-analysis-2n-skx"
27400   filter: "'NIC_Intel-X710' and
27401            '64B' and
27402            'NDRPDR' and
27403            ('ETH' or 'DOT1Q') and
27404            'BASE' and
27405            ('L2BDMACLRN' or 'L2XCFWD') and
27406            'VHOST_1024' and
27407            not 'VXLAN' and
27408            not 'IP4FWD' and
27409            not '2VM'"
27410   parameters:
27411   - "throughput"
27412   - "parent"
27413   - "tags"
27414 #  sort:
27415 #  - "not CFS_OPT"
27416 #  - "L2XCFWD"
27417 #  - "not CFS_OPT"
27418 #  - "CFS_OPT"
27419   layout:
27420     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
27421     layout: "plot-throughput-speedup-analysis"
27422
27423 -
27424   type: "plot"
27425   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27426   algorithm: "plot_throughput_speedup_analysis"
27427   output-file-type: ".html"
27428   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27429   data: "plot-throughput-speedup-analysis-2n-skx"
27430   filter: "'NIC_Intel-X710' and
27431            '64B' and
27432            'NDRPDR' and
27433            ('ETH' or 'DOT1Q') and
27434            'BASE' and
27435            ('L2BDMACLRN' or 'L2XCFWD') and
27436            'VHOST_1024' and
27437            not 'VXLAN' and
27438            not 'IP4FWD' and
27439            not '2VM'"
27440   parameters:
27441   - "throughput"
27442   - "parent"
27443   - "tags"
27444 #  sort:
27445 #  - "not CFS_OPT"
27446 #  - "L2XCFWD"
27447 #  - "not CFS_OPT"
27448 #  - "CFS_OPT"
27449   layout:
27450     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
27451     layout: "plot-throughput-speedup-analysis"
27452
27453 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27454 -
27455   type: "plot"
27456   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27457   algorithm: "plot_throughput_speedup_analysis"
27458   output-file-type: ".html"
27459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27460   data: "plot-throughput-speedup-analysis-2n-skx"
27461   filter: "'NIC_Intel-X710' and
27462            '64B' and
27463            'NDRPDR' and
27464            ('ETH' or 'DOT1Q') and
27465            ('L2BDMACLRN' or 'L2XCFWD') and
27466            'VHOST_1024' and
27467            not 'CFS_OPT' and
27468            not 'VXLAN' and
27469            not 'IP4FWD'"
27470   parameters:
27471   - "throughput"
27472   - "parent"
27473   - "tags"
27474 #  sort:
27475 #  - "1VM"
27476 #  - "L2XCFWD"
27477 #  - "1VM"
27478 #  - "L2BDMACLRN"
27479   layout:
27480     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27481     layout: "plot-throughput-speedup-analysis"
27482
27483 -
27484   type: "plot"
27485   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27486   algorithm: "plot_throughput_speedup_analysis"
27487   output-file-type: ".html"
27488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27489   data: "plot-throughput-speedup-analysis-2n-skx"
27490   filter: "'NIC_Intel-X710' and
27491            '64B' and
27492            'NDRPDR' and
27493            ('ETH' or 'DOT1Q') and
27494            ('L2BDMACLRN' or 'L2XCFWD') and
27495            'VHOST_1024' and
27496            not 'CFS_OPT' and
27497            not 'VXLAN' and
27498            not 'IP4FWD'"
27499   parameters:
27500   - "throughput"
27501   - "parent"
27502   - "tags"
27503 #  sort:
27504 #  - "1VM"
27505 #  - "L2XCFWD"
27506 #  - "1VM"
27507 #  - "L2BDMACLRN"
27508   layout:
27509     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27510     layout: "plot-throughput-speedup-analysis"
27511
27512 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27513 -
27514   type: "plot"
27515   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27516   algorithm: "plot_throughput_speedup_analysis"
27517   output-file-type: ".html"
27518   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27519   data: "plot-throughput-speedup-analysis-2n-skx"
27520   filter: "'NIC_Intel-XXV710' and
27521            '64B' and
27522            'NDRPDR' and
27523            'ETH' and
27524            'IP4FWD' and
27525            'VHOST_1024' and
27526            not 'VXLAN' and
27527            not 'DOT1Q'"
27528   parameters:
27529   - "throughput"
27530   - "parent"
27531   - "tags"
27532   sort:
27533   - "not CFS_OPT"
27534   - "1VM"
27535   - "2VM"
27536   layout:
27537     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27538     layout: "plot-throughput-speedup-analysis"
27539
27540 -
27541   type: "plot"
27542   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27543   algorithm: "plot_throughput_speedup_analysis"
27544   output-file-type: ".html"
27545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27546   data: "plot-throughput-speedup-analysis-2n-skx"
27547   filter: "'NIC_Intel-XXV710' and
27548            '64B' and
27549            'NDRPDR' and
27550            'ETH' and
27551            'IP4FWD' and
27552            'VHOST_1024' and
27553            not 'VXLAN' and
27554            not 'DOT1Q'"
27555   parameters:
27556   - "throughput"
27557   - "parent"
27558   - "tags"
27559   sort:
27560   - "not CFS_OPT"
27561   - "1VM"
27562   - "2VM"
27563   layout:
27564     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27565     layout: "plot-throughput-speedup-analysis"
27566
27567 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
27568 -
27569   type: "plot"
27570   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27571   algorithm: "plot_throughput_speedup_analysis"
27572   output-file-type: ".html"
27573   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27574   data: "plot-throughput-speedup-analysis-2n-skx"
27575   filter: "'NIC_Intel-XXV710' and
27576            '64B' and
27577            'NDRPDR' and
27578            ('ETH' or 'DOT1Q') and
27579            'L2BDMACLRN' and
27580            'VHOST_1024' and
27581            not 'VXLAN' and
27582            not 'IP4FWD' and
27583            not '2VM'"
27584   parameters:
27585   - "throughput"
27586   - "parent"
27587   - "tags"
27588 #  sort:
27589 #  - "VM"  # "not CFS_OPT"
27590 #  - "CFS_OPT"
27591 #  - "FIB_10K"
27592 #  - "FIB_100K"
27593 #  - "FIB_1M"
27594   layout:
27595     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27596     layout: "plot-throughput-speedup-analysis"
27597
27598 -
27599   type: "plot"
27600   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27601   algorithm: "plot_throughput_speedup_analysis"
27602   output-file-type: ".html"
27603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27604   data: "plot-throughput-speedup-analysis-2n-skx"
27605   filter: "'NIC_Intel-XXV710' and
27606            '64B' and
27607            'NDRPDR' and
27608            ('ETH' or 'DOT1Q') and
27609            'L2BDMACLRN' and
27610            'VHOST_1024' and
27611            not 'VXLAN' and
27612            not 'IP4FWD' and
27613            not '2VM'"
27614   parameters:
27615   - "throughput"
27616   - "parent"
27617   - "tags"
27618 #  sort:
27619 #  - "VM"  # "not CFS_OPT"
27620 #  - "CFS_OPT"
27621 #  - "FIB_10K"
27622 #  - "FIB_100K"
27623 #  - "FIB_1M"
27624   layout:
27625     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27626     layout: "plot-throughput-speedup-analysis"
27627
27628 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27629 -
27630   type: "plot"
27631   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27632   algorithm: "plot_throughput_speedup_analysis"
27633   output-file-type: ".html"
27634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27635   data: "plot-throughput-speedup-analysis-2n-skx"
27636   filter: "'NIC_Intel-XXV710' and
27637            '64B' and
27638            'NDRPDR' and
27639            ('ETH' or 'DOT1Q') and
27640            'BASE' and
27641            ('L2BDMACLRN' or 'L2XCFWD') and
27642            'VHOST_1024' and
27643            not 'VXLAN' and
27644            not 'IP4FWD' and
27645            not '2VM'"
27646   parameters:
27647   - "throughput"
27648   - "parent"
27649   - "tags"
27650 #  sort:
27651 #  - "not CFS_OPT"
27652 #  - "L2XCFWD"
27653 #  - "not CFS_OPT"
27654 #  - "CFS_OPT"
27655   layout:
27656     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
27657     layout: "plot-throughput-speedup-analysis"
27658
27659 -
27660   type: "plot"
27661   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27662   algorithm: "plot_throughput_speedup_analysis"
27663   output-file-type: ".html"
27664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27665   data: "plot-throughput-speedup-analysis-2n-skx"
27666   filter: "'NIC_Intel-XXV710' and
27667            '64B' and
27668            'NDRPDR' and
27669            ('ETH' or 'DOT1Q') and
27670            'BASE' and
27671            ('L2BDMACLRN' or 'L2XCFWD') and
27672            'VHOST_1024' and
27673            not 'VXLAN' and
27674            not 'IP4FWD' and
27675            not '2VM'"
27676   parameters:
27677   - "throughput"
27678   - "parent"
27679   - "tags"
27680 #  sort:
27681 #  - "not CFS_OPT"
27682 #  - "L2XCFWD"
27683 #  - "not CFS_OPT"
27684 #  - "CFS_OPT"
27685   layout:
27686     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
27687     layout: "plot-throughput-speedup-analysis"
27688
27689 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27690 -
27691   type: "plot"
27692   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27693   algorithm: "plot_throughput_speedup_analysis"
27694   output-file-type: ".html"
27695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27696   data: "plot-throughput-speedup-analysis-2n-skx"
27697   filter: "'NIC_Intel-XXV710' and
27698            '64B' and
27699            'NDRPDR' and
27700            ('ETH' or 'DOT1Q') and
27701            ('L2BDMACLRN' or 'L2XCFWD') and
27702            'VHOST_1024' and
27703            not 'CFS_OPT' and
27704            not 'VXLAN' and
27705            not 'IP4FWD'"
27706   parameters:
27707   - "throughput"
27708   - "parent"
27709   - "tags"
27710 #  sort:
27711 #  - "1VM"
27712 #  - "L2XCFWD"
27713 #  - "1VM"
27714 #  - "L2BDMACLRN"
27715   layout:
27716     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27717     layout: "plot-throughput-speedup-analysis"
27718
27719 -
27720   type: "plot"
27721   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27722   algorithm: "plot_throughput_speedup_analysis"
27723   output-file-type: ".html"
27724   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27725   data: "plot-throughput-speedup-analysis-2n-skx"
27726   filter: "'NIC_Intel-XXV710' and
27727            '64B' and
27728            'NDRPDR' and
27729            ('ETH' or 'DOT1Q') and
27730            ('L2BDMACLRN' or 'L2XCFWD') and
27731            'VHOST_1024' and
27732            not 'CFS_OPT' and
27733            not 'VXLAN' and
27734            not 'IP4FWD'"
27735   parameters:
27736   - "throughput"
27737   - "parent"
27738   - "tags"
27739 #  sort:
27740 #  - "1VM"
27741 #  - "L2XCFWD"
27742 #  - "1VM"
27743 #  - "L2BDMACLRN"
27744   layout:
27745     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27746     layout: "plot-throughput-speedup-analysis"
27747
27748 ################################################################################
27749
27750 # Speedup - VPP vts 3n-hsw-x520
27751 -
27752   type: "plot"
27753   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27754   algorithm: "plot_throughput_speedup_analysis"
27755   output-file-type: ".html"
27756   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27757   data: "plot-throughput-speedup-analysis-3n-hsw"
27758   filter: "'NIC_Intel-X520-DA2' and
27759            '114B' and
27760            'NDRPDR' and
27761            'VTS'"
27762   parameters:
27763   - "throughput"
27764   - "parent"
27765   - "tags"
27766   layout:
27767     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27768     layout: "plot-throughput-speedup-analysis"
27769
27770 -
27771   type: "plot"
27772   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27773   algorithm: "plot_throughput_speedup_analysis"
27774   output-file-type: ".html"
27775   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27776   data: "plot-throughput-speedup-analysis-3n-hsw"
27777   filter: "'NIC_Intel-X520-DA2' and
27778            '114B' and
27779            'NDRPDR' and
27780            'VTS'"
27781   parameters:
27782   - "throughput"
27783   - "parent"
27784   - "tags"
27785   layout:
27786     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27787     layout: "plot-throughput-speedup-analysis"